[Pkg-cli-apps-commits] r5412 - /packages/tomboy-latex/trunk/debian/rules

directhex at users.alioth.debian.org directhex at users.alioth.debian.org
Fri Jan 20 11:14:42 UTC 2012


Author: directhex
Date: Fri Jan 20 11:14:41 2012
New Revision: 5412

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=5412
Log:
Update debian/rules for DH8-compatible "--with cli"

Modified:
    packages/tomboy-latex/trunk/debian/rules

Modified: packages/tomboy-latex/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/tomboy-latex/trunk/debian/rules?rev=5412&op=diff
==============================================================================
--- packages/tomboy-latex/trunk/debian/rules (original)
+++ packages/tomboy-latex/trunk/debian/rules Fri Jan 20 11:14:41 2012
@@ -7,8 +7,6 @@
 DEB_VERSION = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | grep ^Version | cut -d" " -f2)
 DEB_SOURCE_NAME = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | grep ^Source | cut -d" " -f2)
 VERSION = $(shell echo $(DEB_VERSION) | cut -d"-" -f1 | sed 's/+dfsg.*//')
-
-include /usr/share/cli-common/cli.make
 
 export MCS=/usr/bin/mono-csc
 export CSC=/usr/bin/mono-csc
@@ -25,4 +23,4 @@
 		--repack
 
 %:
-	dh $@
+	dh $@ --with cli




More information about the Pkg-cli-apps-commits mailing list