[Pkg-cli-apps-commits] [SCM] ikvm branch, master, updated. debian/0.46.0.1+ds-5

Jo Shields directhex at apebox.org
Fri Jan 20 14:32:33 UTC 2012


The following commit has been merged in the master branch:
commit b7ec5c79093769f4addd74834ca8dd608571d9a8
Author: Jo Shields <directhex at apebox.org>
Date:   Fri Jan 20 14:26:42 2012 +0000

    Clean up rules, and use --with rather than deprecated cli.make

diff --git a/debian/rules b/debian/rules
index dfc8721..24ec1a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,9 +4,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-include /usr/share/cli-common/cli.make
-include /usr/share/cli-common/cli-nant.make
-
 DEB_CLI_API_VERSION = 0.46.0.1
 DEB_CLI_RUNTIME = cli
 UPVERSION = $(shell dpkg-parsechangelog | grep '^Version: ' | sed -n 's/^Version: \([.0-9]*\).*/\1/p')
@@ -40,16 +37,12 @@ build-indep:
 	sed -e "s/@VERSION@/$(UPVERSION)/" debian/ikvm.pc.in > $(CURDIR)/pkgconfig/ikvm.pc
 
 build: build-arch
-	dh build
 
 binary: binary-arch binary-indep
-	dh binary
 
 binary-arch: build-arch
-	dh binary-arch
 
 binary-indep: build-indep
-	dh binary-indep
 
 override_dh_auto_clean_nant:
 	-nant -v -f:ikvm-$(UPVERSION)/ikvm.build clean
@@ -104,4 +97,4 @@ get-orig-source:
 	rm -fr ikvm-$(UPVERSION)+ds
 
 %:
-	dh $@
+	dh $@ --with cli,cli-nant

-- 
ikvm



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