[Pkg-cli-libs-commits] [SCM] taglib-sharp branch, master, updated. debian/2.0.3.7+dfsg-2

Jo Shields directhex at apebox.org
Tue Jan 24 01:05:28 UTC 2012


The following commit has been merged in the master branch:
commit 40415223b94f19f70fcb285db564e6095180eac7
Author: Jo Shields <directhex at apebox.org>
Date:   Tue Jan 24 01:00:09 2012 +0000

    Update debian/rules for DH8-compatible "--with cli"

diff --git a/debian/rules b/debian/rules
index acd97e1..6ee906c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,8 +14,6 @@ VERSION = $(shell echo $(DEB_VERSION) | cut -d"-" -f1 | sed 's/+dfsg.*//')
 
 PACKAGES = $(shell sed -n 's/^Package: //p' $(DEBIAN_DIR)/control)
 
-include /usr/share/cli-common/cli.make
-
 DEB_ABI_VERSION = 2.0
 
 get-orig-source:
@@ -57,6 +55,6 @@ override_dh_makeclilibs:
 	dh_makeclilibs -V
 
 %:
-	dh $@
+	dh $@ --with cli
 
 .PHONY: get-orig-source

-- 
taglib-sharp



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