[SCM] Debian packaging of Module-Build-Tiny CPAN distribution branch, master, updated. 98d81cf77a7200cd764a28e5913c0bdb9f67db53

gregor herrmann gregoa at debian.org
Fri Jun 28 17:33:50 UTC 2013


The following commit has been merged in the master branch:
commit 6c19ac6073fd7d7fc0c0bec2bc84d64a2aacabab
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jun 28 18:55:15 2013 +0200

    use variables for override in d/rules
    
    Git-Dch: Ignore

diff --git a/debian/rules b/debian/rules
index 8df15cc..dfa0edf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
 %:
 	dh $@
 
@@ -7,4 +10,4 @@ override_dh_auto_configure:
 	dh_auto_configure -- --installdirs=vendor
 
 override_dh_auto_install:
-	dh_auto_install -- --destdir=/tmp/buildd/libmodule-build-tiny-perl-0.023/debian/libmodule-build-tiny-perl --create_packlist=0
+	dh_auto_install -- --destdir=$(TMP) --create_packlist=0

-- 
Debian packaging of Module-Build-Tiny CPAN distribution



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