------------------------------------------------------------ revno: 44 committer: Jonathan Marsden <[email protected]> branch nick: main timestamp: Sat 2010-05-15 14:02:27 -0700 message: * Add debian/source/format to set package format. * Bump Standards-Version to 3.8.4 (no changes needed). * debian/rules: - Add use of autoreconf to regenerate autoconf files for Lucid. * debian/control: - Add Build-Depends: autoconf (so we can use autoreconf) added: debian/source/ debian/source/format modified: debian/changelog debian/control debian/rules
-- lp:~pkgcrosswire/bibledit/main https://code.launchpad.net/~pkgcrosswire/bibledit/main Your team Crosswire Packaging Team is subscribed to branch lp:~pkgcrosswire/bibledit/main. To unsubscribe from this branch go to https://code.launchpad.net/~pkgcrosswire/bibledit/main/+edit-subscription
=== modified file 'debian/changelog' --- debian/changelog 2009-12-27 07:13:46 +0000 +++ debian/changelog 2010-05-15 21:02:27 +0000 @@ -1,3 +1,14 @@ +bibledit (4.0-2~lucid1) lucid; urgency=low + + * Add debian/source/format to set package format. + * Bump Standards-Version to 3.8.4 (no changes needed). + * debian/rules: + - Add use of autoreconf to regenerate autoconf files for Lucid. + * debian/control: + - Add Build-Depends: autoconf (so we can use autoreconf) + + -- Jonathan Marsden <[email protected]> Sat, 15 May 2010 14:00:33 -0700 + bibledit (4.0-1) unstable; urgency=low * New upstream version 4.0 === modified file 'debian/control' --- debian/control 2009-12-27 07:13:46 +0000 +++ debian/control 2010-05-15 21:02:27 +0000 @@ -3,13 +3,13 @@ debhelper (>= 7), libsqlite3-dev, pkg-config, libgtk2.0-dev, psmisc, iputils-ping | ping, quilt, rcs, libenchant-dev, libgtkhtml3.14-dev, git-core, libcurl4-gnutls-dev, libgtksourceview2.0-dev, libwebkit-dev, - libdbus-glib-1-dev (>= 0.70), openssh-client + libdbus-glib-1-dev (>= 0.70), openssh-client, autoconf Section: gnome Priority: optional Maintainer: Debian Crosswire Packaging Team <[email protected]> Uploaders: Jonathan Marsden <[email protected]>, Daniel Glassey <[email protected]> -Standards-Version: 3.8.2 +Standards-Version: 3.8.4 Homepage: http://www.bibledit.org Package: bibledit === modified file 'debian/rules' --- debian/rules 2009-02-03 07:49:26 +0000 +++ debian/rules 2010-05-15 21:02:27 +0000 @@ -12,3 +12,8 @@ # Prevent autotools configuration clutter ending up in diff.gz clean:: if test -d autom4te.cache ; then rm -r autom4te.cache ; fi + +# Regenerate all the autotools stuff so we can build in Ubuntu Lucid +makebuilddir/bibledit:: + autoreconf + === added directory 'debian/source' === added file 'debian/source/format' --- debian/source/format 1970-01-01 00:00:00 +0000 +++ debian/source/format 2010-05-15 21:02:27 +0000 @@ -0,0 +1,1 @@ +3.0 (quilt)
_______________________________________________ Pkg-crosswire-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-crosswire-devel
