[SCM] Debian packaging of libio-compress-perl branch, master, updated. debian/2.046-1-7-g7474d83

gregor herrmann gregoa at debian.org
Mon Jan 30 20:31:51 UTC 2012


The following commit has been merged in the master branch:
commit 9af0e80a2d4a23d104800bdd74cffb5db2b5287c
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jan 29 14:20:51 2012 +0100

    d/rules: minor simplifications (we build only one package)
    
    Git-Dch: Ignore

diff --git a/debian/rules b/debian/rules
index 10882d3..6c45209 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,13 @@
 #!/usr/bin/make -f
 
-PACKAGE = $(firstword $(shell dh_listpackages))
+PACKAGE = $(shell dh_listpackages)
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
 	dh $@
 
 override_dh_auto_configure:
-	dh_auto_configure -- INST_LIB='blib/lib'
+	dh_auto_configure
 
 override_dh_auto_test:
 	dh_auto_test -- TEST_SKIP_VERSION_CHECK=1

-- 
Debian packaging of libio-compress-perl



More information about the Pkg-perl-cvs-commits mailing list