r15158 - in /trunk/libpar-packer-perl/debian: changelog rules

ntyni at users.alioth.debian.org ntyni at users.alioth.debian.org
Tue Feb 19 09:44:36 UTC 2008


Author: ntyni
Date: Tue Feb 19 09:44:35 2008
New Revision: 15158

URL: http://svn.debian.org/wsvn/?sc=1&rev=15158
Log:
* Remove unnecessary -X.svn option from the dh_installdocs call.

Modified:
    trunk/libpar-packer-perl/debian/changelog
    trunk/libpar-packer-perl/debian/rules

Modified: trunk/libpar-packer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libpar-packer-perl/debian/changelog?rev=15158&op=diff
==============================================================================
--- trunk/libpar-packer-perl/debian/changelog (original)
+++ trunk/libpar-packer-perl/debian/changelog Tue Feb 19 09:44:35 2008
@@ -20,6 +20,7 @@
   * Switch to my @debian.org address.
   * Uploading despite the lintian warnings to get the unconditional rmdir bug
     fixed.
+  * Remove unnecessary -X.svn option from the dh_installdocs call.
 
  -- Niko Tyni <ntyni at debian.org>  Tue, 19 Feb 2008 10:58:07 +0200
 

Modified: trunk/libpar-packer-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libpar-packer-perl/debian/rules?rev=15158&op=diff
==============================================================================
--- trunk/libpar-packer-perl/debian/rules (original)
+++ trunk/libpar-packer-perl/debian/rules Tue Feb 19 09:44:35 2008
@@ -91,8 +91,7 @@
 binary-arch: build install
 	dh_testdir
 	dh_testroot
-	#dh_installexamples
-	dh_installdocs -X.svn TODO README contrib
+	dh_installdocs TODO README contrib
 	dh_installchangelogs ChangeLog
 	dh_shlibdeps
 	dh_strip




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