------------------------------------------------------------ revno: 85 committer: Dmitrijs Ledkovs <dmitrij.led...@ubuntu.com> branch nick: trunk timestamp: Sun 2011-02-20 21:52:33 +0000 message: * Release to unstable * Simplify and reduce logic in debian/rules. modified: debian/changelog debian/control debian/rules
-- lp:xiphos/debian https://code.launchpad.net/~pkgcrosswire/xiphos/main Your team Crosswire Packaging Team is subscribed to branch lp:xiphos/debian. To unsubscribe from this branch go to https://code.launchpad.net/~pkgcrosswire/xiphos/main/+edit-subscription
=== modified file 'debian/changelog' --- debian/changelog 2010-11-29 23:00:16 +0000 +++ debian/changelog 2011-02-20 21:52:33 +0000 @@ -1,7 +1,8 @@ -xiphos (3.1.4-2) UNRELEASED; urgency=low +xiphos (3.1.4-2) unstable; urgency=low [ Dmitrijs Ledkovs <dmitrij.led...@ubuntu.com ] - * Simplify and reduce login in debian/rules. + * Release to unstable + * Simplify and reduce logic in debian/rules. -- Dmitrijs Ledkovs <dmitrij.led...@ubuntu.com> Mon, 29 Nov 2010 22:58:32 +0000 === modified file 'debian/control' --- debian/control 2010-11-14 00:43:39 +0000 +++ debian/control 2011-02-20 21:52:33 +0000 @@ -1,5 +1,5 @@ Source: xiphos -Build-Depends: quilt, +Build-Depends: quilt (>= 0.46.7~), debhelper (>= 7.0.50~), libsword-dev (>=1.5.11), rarian-compat, === modified file 'debian/rules' --- debian/rules 2010-12-02 01:30:11 +0000 +++ debian/rules 2011-02-20 21:52:33 +0000 @@ -28,7 +28,7 @@ endif override_dh_clean: echo $(if $(ppa),"1.0","3.0 (quilt)") > debian/source/format - $(if $(daily),mv debian/patches/daily.series debian/patches/series) + $(if $(daily),cp debian/patches/daily.series debian/patches/series) dh_clean rm -rf .waf* rm -rf waffles/*.pyc
_______________________________________________ Pkg-crosswire-devel mailing list Pkg-crosswire-devel@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/pkg-crosswire-devel