------------------------------------------------------------ revno: 52 committer: Jonathan Marsden <[email protected]> branch nick: main timestamp: Sat 2011-05-14 02:20:14 -0700 message: * debian/rules: - Use simplified dh approach, no more cdbs - Remove executable bit from usfm/Makefile.am (for lintian) modified: debian/changelog 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 2011-05-14 07:33:58 +0000 +++ debian/changelog 2011-05-14 09:20:14 +0000 @@ -1,10 +1,12 @@ bibledit-gtk (4.2-1~oneiric2) oneiric; urgency=low * New upstream release 4.2 - * debian/rules: Use simplified dh approach, no more cdbs + * debian/rules: + - Use simplified dh approach, no more cdbs + - Remove executable bit from usfm/Makefile.am (for lintian) * debian/control: Drop Build-depends on cdbs, add dh-autoconf - -- Jonathan Marsden <[email protected]> Fri, 13 May 2011 01:02:26 -0700 + -- Jonathan Marsden <[email protected]> Sat, 14 May 2011 02:18:54 -0700 bibledit-gtk (4.1-1~maverick2) maverick; urgency=low === modified file 'debian/rules' --- debian/rules 2011-05-14 07:33:58 +0000 +++ debian/rules 2011-05-14 09:20:14 +0000 @@ -1,3 +1,7 @@ #!/usr/bin/make -f %: dh --with autoreconf $@ + +override_dh_fixperms: + dh_fixperms + chmod 0644 debian/bibledit-gtk/usr/share/bibledit-gtk/usfm/Makefile.am
_______________________________________________ Pkg-crosswire-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-crosswire-devel
