[Pkg-cli-apps-commits] [SCM] Tomboy - desktop note taking program using Wiki style links branch, master, updated. debian/1.8.3-2
Iain Lane
laney at debian.org
Mon Mar 12 21:37:08 UTC 2012
The following commit has been merged in the master branch:
commit 934f58089e31db075889e97be1593af16db6ffea
Author: Iain Lane <laney at debian.org>
Date: Mon Mar 12 21:08:00 2012 +0000
Use dh sequence explicitly instead of via deprecated cli.make include
diff --git a/debian/rules b/debian/rules
index 0de1087..e9d3a57 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
MAKEFILE = $(firstword $(MAKEFILE_LIST))
@@ -45,6 +43,6 @@ get-orig-source:
--rename
%:
- dh $@ --with autoreconf
+ dh $@ --with autoreconf,cli
.PHONY: get-orig-source
--
Tomboy - desktop note taking program using Wiki style links
More information about the Pkg-cli-apps-commits
mailing list