r8588 - in /trunk/libversion-perl/debian: changelog rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Thu Oct 25 18:28:16 UTC 2007


Author: gregoa-guest
Date: Thu Oct 25 18:28:16 2007
New Revision: 8588

URL: http://svn.debian.org/wsvn/?sc=1&rev=8588
Log:
* Don't install .packlist file.
* 

Modified:
    trunk/libversion-perl/debian/changelog
    trunk/libversion-perl/debian/rules

Modified: trunk/libversion-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libversion-perl/debian/changelog?rev=8588&op=diff
==============================================================================
--- trunk/libversion-perl/debian/changelog (original)
+++ trunk/libversion-perl/debian/changelog Thu Oct 25 18:28:16 2007
@@ -4,8 +4,10 @@
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
+  * Don't install .packlist file.
+  * 
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Thu, 25 Oct 2007 20:21:29 +0200
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Thu, 25 Oct 2007 20:27:44 +0200
 
 libversion-perl (1:0.7300-1) unstable; urgency=low
 

Modified: trunk/libversion-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libversion-perl/debian/rules?rev=8588&op=diff
==============================================================================
--- trunk/libversion-perl/debian/rules (original)
+++ trunk/libversion-perl/debian/rules Thu Oct 25 18:28:16 2007
@@ -42,7 +42,7 @@
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	$(PERL) Build install destdir=$(TMP)                 
+	$(PERL) Build install destdir=$(TMP) create_packlist=0
 	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/share/perl5
 
 




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