r8340 - in /trunk/libfile-read-perl/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Oct 18 20:19:23 UTC 2007


Author: dmn
Date: Thu Oct 18 20:19:23 2007
New Revision: 8340

URL: http://svn.debian.org/wsvn/?sc=1&rev=8340
Log:
* add create_packlist=0 to $(PERL) Build.PL to avoid creating packlists

Modified:
    trunk/libfile-read-perl/debian/changelog
    trunk/libfile-read-perl/debian/rules

Modified: trunk/libfile-read-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libfile-read-perl/debian/changelog?rev=8340&op=diff
==============================================================================
--- trunk/libfile-read-perl/debian/changelog (original)
+++ trunk/libfile-read-perl/debian/changelog Thu Oct 18 20:19:23 2007
@@ -15,8 +15,9 @@
   * Corrected author's name in debian/copyright too
   * Dropped Homepage pseudo-field from debian/control
   * Add myself to uploaders
+  * add create_packlist=0 to $(PERL) Build.PL to avoid creating packlists
 
- -- Damyan Ivanov <dmn at debian.org>  Thu, 18 Oct 2007 23:15:28 +0300
+ -- Damyan Ivanov <dmn at debian.org>  Thu, 18 Oct 2007 23:18:54 +0300
 
 libfile-read-perl (0.0602-1) unstable; urgency=low
 

Modified: trunk/libfile-read-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libfile-read-perl/debian/rules?rev=8340&op=diff
==============================================================================
--- trunk/libfile-read-perl/debian/rules (original)
+++ trunk/libfile-read-perl/debian/rules Thu Oct 18 20:19:23 2007
@@ -29,7 +29,7 @@
 	dh_testdir
 
 	# Add commands to compile the package here
-	$(PERL) Build.PL installdirs=vendor
+	$(PERL) Build.PL installdirs=vendor create_packlist=0
 	$(PERL) Build
 	AUTOMATED_TESTING=1 $(PERL) Build test
 




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