[Pkg-cli-apps-commits] [SCM] banshee branch, bansheedbg, updated. debian/1.4.3-4-19-g1fa180b
Chow Loong Jin
hyperair at gmail.com
Mon May 11 08:10:00 UTC 2009
The following commit has been merged in the bansheedbg branch:
commit 1fa180b20265600db660809c1595e60ba36816f2
Author: Chow Loong Jin <hyperair at gmail.com>
Date: Mon May 11 16:05:10 2009 +0800
patch/unpatch stuff
* Hook up unpatch to dh_clean instead of dh_auto_clean's override rule
* Replace "patch" with $(QUILT_STAMPFN) for linking the patch rule
diff --git a/debian/rules b/debian/rules
index f2b1c3c..a609517 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,13 +5,13 @@ include /usr/share/cli-common/cli.make
LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
-override_dh_auto_configure: patch
+override_dh_auto_configure: $(QUILT_STAMPFN)
dh_auto_configure -- --disable-static --enable-release \
--with-vendor-build-id="`lsb_release -ds`" \
MCS=/usr/bin/csc
-override_dh_auto_clean: unpatch
- dh_auto_clean
+override_dh_clean: unpatch
+ dh_clean
override_dh_installdocs:
dh_installdocs -A AUTHORS NEWS README
--
banshee
More information about the Pkg-cli-apps-commits
mailing list