r8268 - in /trunk/libmoosex-getopt-perl/debian: changelog rules

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


Author: dmn
Date: Mon Oct 15 08:15:03 2007
New Revision: 8268

URL: http://svn.debian.org/wsvn/?sc=1&rev=8268
Log:
* added create_pachlist=0 to install call to avoid creating .packlist files.
  Thanks, lintian

Modified:
    trunk/libmoosex-getopt-perl/debian/changelog
    trunk/libmoosex-getopt-perl/debian/rules

Modified: trunk/libmoosex-getopt-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libmoosex-getopt-perl/debian/changelog?rev=8268&op=diff
==============================================================================
--- trunk/libmoosex-getopt-perl/debian/changelog (original)
+++ trunk/libmoosex-getopt-perl/debian/changelog Mon Oct 15 08:15:03 2007
@@ -2,6 +2,8 @@
 
   [ Damyan Ivanov ]
   * Bumped urgency to medium, as we fix FTBFS bug
+  * added create_pachlist=0 to install call to avoid creating .packlist files.
+    Thanks, lintian
 
   [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
@@ -16,7 +18,7 @@
   * debian/rules - We use quilt now
   * Add myself to Uploaders
 
- -- Damyan Ivanov <dmn at debian.org>  Mon, 15 Oct 2007 10:56:32 +0300
+ -- Damyan Ivanov <dmn at debian.org>  Mon, 15 Oct 2007 11:14:37 +0300
 
 libmoosex-getopt-perl (0.05-1) unstable; urgency=low
 

Modified: trunk/libmoosex-getopt-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libmoosex-getopt-perl/debian/rules?rev=8268&op=diff
==============================================================================
--- trunk/libmoosex-getopt-perl/debian/rules (original)
+++ trunk/libmoosex-getopt-perl/debian/rules Mon Oct 15 08:15:03 2007
@@ -28,7 +28,7 @@
 build-stamp:
 	dh_testdir
 
-	$(PERL) Build.PL installdirs=vendor
+	$(PERL) Build.PL --installdirs vendor
 	$(PERL) Build
 
 	touch build-stamp
@@ -48,7 +48,7 @@
 	dh_clean -k
 
 	$(PERL) Build test
-	$(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