r15366 - /trunk/libmodule-build-perl/debian/rules

ntyni at users.alioth.debian.org ntyni at users.alioth.debian.org
Thu Feb 21 21:02:33 UTC 2008


Author: ntyni
Date: Thu Feb 21 21:02:32 2008
New Revision: 15366

URL: http://svn.debian.org/wsvn/?sc=1&rev=15366
Log:
run dh_listpackages with the shell...

Modified:
    trunk/libmodule-build-perl/debian/rules

Modified: trunk/libmodule-build-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libmodule-build-perl/debian/rules?rev=15366&op=diff
==============================================================================
--- trunk/libmodule-build-perl/debian/rules (original)
+++ trunk/libmodule-build-perl/debian/rules Thu Feb 21 21:02:32 2008
@@ -5,7 +5,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-PACKAGE=$(dh_listpackages)
+PACKAGE=$(shell dh_listpackages)
 SHAREDIR=$(CURDIR)/debian/$(PACKAGE)/usr/share/$(PACKAGE)
 
 build:




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