[Pkg-cli-apps-commits] [SCM] banshee branch, master, updated. debian/2.2.1-2-3-g42b6664
Iain Lane
iain at orangesquash.org.uk
Sun Jan 22 12:05:17 UTC 2012
The following commit has been merged in the master branch:
commit 78c3bb0cdbed1b67778254ea7bbfa91c09dbca5a
Author: Iain Lane <iain at orangesquash.org.uk>
Date: Sun Jan 22 11:43:10 2012 +0000
Drop deprecated cli.make usage and use cli sequence directly
diff --git a/debian/rules b/debian/rules
index e1c793b..73198cd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,5 @@
#!/usr/bin/make -f
-include /usr/share/cli-common/cli.make
-
LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
BANSHEE_API_VERSION = $(shell grep API_VERSION= configure | cut -f2 -d=)
@@ -101,4 +99,4 @@ override_dh_autoreconf:
NOCONFIGURE=1 dh_autoreconf --as-needed ./autogen.sh --
%:
- dh $@ --with=autoreconf
+ dh $@ --with cli,autoreconf
--
banshee
More information about the Pkg-cli-apps-commits
mailing list