r11624 - in /trunk/libparse-cpan-packages-perl/debian: changelog rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Tue Dec 25 22:55:24 UTC 2007


Author: gregoa-guest
Date: Tue Dec 25 22:55:23 2007
New Revision: 11624

URL: http://svn.debian.org/wsvn/?sc=1&rev=11624
Log:
  - don't install README (just a copy of pod/manpage)

Modified:
    trunk/libparse-cpan-packages-perl/debian/changelog
    trunk/libparse-cpan-packages-perl/debian/rules

Modified: trunk/libparse-cpan-packages-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libparse-cpan-packages-perl/debian/changelog?rev=11624&op=diff
==============================================================================
--- trunk/libparse-cpan-packages-perl/debian/changelog (original)
+++ trunk/libparse-cpan-packages-perl/debian/changelog Tue Dec 25 22:55:23 2007
@@ -13,6 +13,7 @@
     - move tests to build target
     - move dh_clean before make distclean
     - remove unused dh_* calls
+    - don't install README (just a copy of pod/manpage)
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:29 +0200
 

Modified: trunk/libparse-cpan-packages-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libparse-cpan-packages-perl/debian/rules?rev=11624&op=diff
==============================================================================
--- trunk/libparse-cpan-packages-perl/debian/rules (original)
+++ trunk/libparse-cpan-packages-perl/debian/rules Tue Dec 25 22:55:23 2007
@@ -49,7 +49,7 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs README
+	dh_installdocs
 	dh_perl
 	dh_installchangelogs CHANGES
 	dh_compress




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