------------------------------------------------------------ revno: 105 tags: 1.6.2+dfsg-3 committer: Dmitrijs Ledkovs <[email protected]> branch nick: sword timestamp: Mon 2012-04-09 15:05:25 +0100 message: releasing version 1.6.2+dfsg-3 modified: debian/changelog debian/rules
-- lp:sword/debian https://code.launchpad.net/~pkgcrosswire/sword/main Your team CrossWire Packaging Team is subscribed to branch lp:sword/debian. To unsubscribe from this branch go to https://code.launchpad.net/~pkgcrosswire/sword/main/+edit-subscription
=== modified file 'debian/changelog' --- debian/changelog 2012-04-07 13:23:41 +0000 +++ debian/changelog 2012-04-09 14:05:25 +0000 @@ -1,3 +1,9 @@ +sword (1.6.2+dfsg-3) unstable; urgency=low + + * Fix FTBFS if running binary-arch target only. + + -- Dmitrijs Ledkovs <[email protected]> Mon, 09 Apr 2012 14:58:48 +0100 + sword (1.6.2+dfsg-2) unstable; urgency=low [ Dmitrijs Ledkovs <[email protected]> ] === modified file 'debian/rules' --- debian/rules 2012-04-07 13:23:41 +0000 +++ debian/rules 2012-04-09 14:05:25 +0000 @@ -35,7 +35,8 @@ override_dh_install: chrpath -d debian/tmp/usr/bin/* debian/tmp/usr/lib/*so* dh_install --list-missing - chmod -x debian/libsword-common/usr/share/sword/locales.d/* + # Fixes FTBFS if running binary-arch target only + -chmod -x debian/libsword-common/usr/share/sword/locales.d/* override_dh_strip: dh_strip --dbg-package=libsword-dbg ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
_______________________________________________ Pkg-crosswire-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-crosswire-devel
