Merge authors: Dmitrijs Ledkovs (dmitrij.ledkov) ------------------------------------------------------------ revno: 88 [merge] committer: Dmitrijs Ledkovs <[email protected]> branch nick: sword-2 timestamp: Tue 2010-12-07 00:59:34 +0000 message: Support daily queue added: debian/patches/daily.series modified: 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
=== added file 'debian/patches/daily.series' --- debian/patches/daily.series 1970-01-01 00:00:00 +0000 +++ debian/patches/daily.series 2010-12-06 22:56:49 +0000 @@ -0,0 +1,3 @@ +12_fix_compiler_warnings.diff +13_curl.diff +14_compiler_flags.diff === modified file 'debian/rules' --- debian/rules 2010-11-30 23:19:12 +0000 +++ debian/rules 2010-12-07 00:56:35 +0000 @@ -4,6 +4,7 @@ ver:=$(shell dpkg-parsechangelog | sed -nr "2s/Version: (.*)-.*/\1/p") bd :=$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) py :=obj-$(bd)/bindings/swig/python +daily:=$(shell sed -n "1s/.*2010.*-.*/yes/p" debian/changelog) WFLAGS := -Wall -Werror ifneq (,$(shell dpkg-buildflags --version)) @@ -52,6 +53,7 @@ dh_makeshlibs -V override_dh_clean: echo $(if $(ppa),"1.0","3.0 (quilt)") > debian/source/format + $(if $(daily),cp debian/patches/daily.series debian/patches/series) dh_clean $(patsubst %.pod, %, $(wildcard debian/man/*.pod)) MAKEFILE = $(firstword $(MAKEFILE_LIST))
_______________________________________________ Pkg-crosswire-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-crosswire-devel
