r8271 - in /trunk/dh-make-perl: debian/changelog debian/rules rules.Module-Build.noxs rules.Module-Build.xs

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Oct 15 08:23:24 UTC 2007


Author: dmn
Date: Mon Oct 15 08:23:24 2007
New Revision: 8271

URL: http://svn.debian.org/wsvn/?sc=1&rev=8271
Log:
* Add "create_packlist=0" to Module-Build templates
* Replace `pwd` with $(CURDIR) in debian/rules

Modified:
    trunk/dh-make-perl/debian/changelog
    trunk/dh-make-perl/debian/rules
    trunk/dh-make-perl/rules.Module-Build.noxs
    trunk/dh-make-perl/rules.Module-Build.xs

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/dh-make-perl/debian/changelog?rev=8271&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Mon Oct 15 08:23:24 2007
@@ -1,4 +1,4 @@
-dh-make-perl (0.33) UNRELEASED; urgency=low
+dh-make-perl (0.33) unstable; urgency=low
 
   [ David Paleino ]
   * Added --email|-e and --packagename|-p switches (Closes: #443170).
@@ -10,7 +10,11 @@
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza). Removed: XS-Vcs-Svn fields.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:10 +0200
+  [ Damyan Ivanov ]
+  * Add "create_packlist=0" to Module-Build templates
+  * Replace `pwd` with $(CURDIR) in debian/rules
+
+ -- Damyan Ivanov <dmn at debian.org>  Mon, 15 Oct 2007 11:23:06 +0300
 
 dh-make-perl (0.32) unstable; urgency=low
 

Modified: trunk/dh-make-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/dh-make-perl/debian/rules?rev=8271&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/rules (original)
+++ trunk/dh-make-perl/debian/rules Mon Oct 15 08:23:24 2007
@@ -7,7 +7,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-INST=`pwd`/debian/dh-make-perl
+INST=$(CURDIR)/debian/dh-make-perl
 
 build: build-stamp
 build-stamp:

Modified: trunk/dh-make-perl/rules.Module-Build.noxs
URL: http://svn.debian.org/wsvn/trunk/dh-make-perl/rules.Module-Build.noxs?rev=8271&op=diff
==============================================================================
--- trunk/dh-make-perl/rules.Module-Build.noxs (original)
+++ trunk/dh-make-perl/rules.Module-Build.noxs Mon Oct 15 08:23:24 2007
@@ -49,7 +49,7 @@
 	dh_clean -k
 
 	# Add commands to install the package into debian/$PACKAGE_NAME here
-	$(PERL) Build install destdir=$(TMP)
+	$(PERL) Build install destdir=$(TMP) create_packlist=0
 
 	touch install-stamp
 

Modified: trunk/dh-make-perl/rules.Module-Build.xs
URL: http://svn.debian.org/wsvn/trunk/dh-make-perl/rules.Module-Build.xs?rev=8271&op=diff
==============================================================================
--- trunk/dh-make-perl/rules.Module-Build.xs (original)
+++ trunk/dh-make-perl/rules.Module-Build.xs Mon Oct 15 08:23:24 2007
@@ -55,7 +55,7 @@
 	dh_clean -k
 
 	# Add commands to install the package into debian/$PACKAGE_NAME here
-	$(PERL) Build install destdir=$(TMP)
+	$(PERL) Build install destdir=$(TMP) create_packlist=0
 
 	touch install-stamp
 




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