r9775 - in /trunk/libemail-address-perl/debian: changelog docs rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Nov 26 18:48:40 UTC 2007


Author: dmn
Date: Mon Nov 26 18:48:40 2007
New Revision: 9775

URL: http://svn.debian.org/wsvn/?sc=1&rev=9775
Log:
* Remove debian/docs as:
  - README copies the manpage and is thus redundant
  - Changes is installed via dh_installchangelogs already
  - bench moved to debian/rules' dh_installdocs

Removed:
    trunk/libemail-address-perl/debian/docs
Modified:
    trunk/libemail-address-perl/debian/changelog
    trunk/libemail-address-perl/debian/rules

Modified: trunk/libemail-address-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libemail-address-perl/debian/changelog?rev=9775&op=diff
==============================================================================
--- trunk/libemail-address-perl/debian/changelog (original)
+++ trunk/libemail-address-perl/debian/changelog Mon Nov 26 18:48:40 2007
@@ -1,5 +1,6 @@
 libemail-address-perl (1.888-2) unstable; urgency=low
 
+  [ Ernesto Hernández-Novich (USB) ]
   * Cleanup debian/rules.
   * Moved package into Debian Pkg Perl Project SVN.
   * Fixed watch file.
@@ -7,6 +8,12 @@
     coverage-perl.
   * Fixed copyright file with a better URL.
   * Fixed Maintainer field in control file.
+
+  [ Damyan Ivanov ]
+  * Remove debian/docs as:
+    - README copies the manpage and is thus redundant
+    - Changes is installed via dh_installchangelogs already
+    - bench moved to debian/rules' dh_installdocs
 
  -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Fri, 23 Nov 2007 09:52:14 -0400
 

Modified: trunk/libemail-address-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libemail-address-perl/debian/rules?rev=9775&op=diff
==============================================================================
--- trunk/libemail-address-perl/debian/rules (original)
+++ trunk/libemail-address-perl/debian/rules Mon Nov 26 18:48:40 2007
@@ -48,7 +48,7 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs README
+	dh_installdocs bench
 	dh_installchangelogs Changes
 	dh_perl
 	dh_compress




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