------------------------------------------------------------ revno: 84 committer: Dmitrijs Ledkovs <[email protected]> branch nick: trunk timestamp: Thu 2010-12-02 01:30:11 +0000 message: Taking into account that daily builds have different patch series added: debian/patches/daily.series modified: 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
=== added file 'debian/patches/daily.series' --- debian/patches/daily.series 1970-01-01 00:00:00 +0000 +++ debian/patches/daily.series 2010-12-02 01:30:11 +0000 @@ -0,0 +1,1 @@ + === modified file 'debian/rules' --- debian/rules 2010-11-29 23:00:16 +0000 +++ debian/rules 2010-12-02 01:30:11 +0000 @@ -2,6 +2,7 @@ #Ubuntu doesn't have dh_xulrunner yet xul:=$(shell which dh_xulrunner) ppa:=$(shell sed -n "1s/.*~.*/yes/p" debian/changelog) +daily:=$(shell sed -n "1s/.*2010.*-.*/yes/p" debian/changelog) # Yes, the next variable name and value are the same ,:=, @@ -27,6 +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) dh_clean rm -rf .waf* rm -rf waffles/*.pyc
_______________________________________________ Pkg-crosswire-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-crosswire-devel
