r29498 - in /trunk/dh-make-perl/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Jan 9 15:29:00 UTC 2009


Author: gregoa
Date: Fri Jan  9 15:28:57 2009
New Revision: 29498

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29498
Log:
* Add libtie-ixhash-perl to Build-Depends-Indep and Depends.
* Create symlinks /usr/bin/cpan2deb -> dh-make-perl and
  /usr/share/man/man1/cpan2deb.1p.gz -> dh-make-perl.1p.gz.

Modified:
    trunk/dh-make-perl/debian/changelog
    trunk/dh-make-perl/debian/control
    trunk/dh-make-perl/debian/rules

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=29498&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Fri Jan  9 15:28:57 2009
@@ -1,9 +1,15 @@
 dh-make-perl (0.52) UNRELEASED; urgency=low
 
+  [ Damyan Ivanov ]
   * check if package named as the created one or containing modules with the
     same name already exists. Thanks to Brian Cassidy for bringing up the
     problem and Gregor Herrmann and Don Armstrong for the suggestions about
     the implementation
+
+  [ gregor herrmann ]
+  * Add libtie-ixhash-perl to Build-Depends-Indep and Depends.
+  * Create symlinks /usr/bin/cpan2deb -> dh-make-perl and
+    /usr/share/man/man1/cpan2deb.1p.gz -> dh-make-perl.1p.gz.
 
  -- Damyan Ivanov <dmn at debian.org>  Fri, 09 Jan 2009 11:38:50 +0200
 

Modified: trunk/dh-make-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/control?rev=29498&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/control (original)
+++ trunk/dh-make-perl/debian/control Fri Jan  9 15:28:57 2009
@@ -16,6 +16,7 @@
  libtest-pod-coverage-perl,
  libtest-pod-perl,
  libtext-diff-perl,
+ libtie-ixhash-perl,
  libwww-mechanize-perl,
  libyaml-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
@@ -36,6 +37,7 @@
  libemail-date-format-perl,
  libmodule-corelist-perl,
  libmodule-depends-perl,
+ libtie-ixhash-perl,
  libwww-mechanize-perl,
  libyaml-perl
 Recommends: apt-file (>= 2.1.0), libmodule-build-perl

Modified: trunk/dh-make-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/rules?rev=29498&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/rules (original)
+++ trunk/dh-make-perl/debian/rules Fri Jan  9 15:28:57 2009
@@ -57,6 +57,8 @@
 	dh_installdocs README
 	dh_installman
 	dh_installchangelogs
+	dh_link usr/bin/dh-make-perl usr/bin/cpan2deb \
+		usr/share/man/man1/dh-make-perl.1p usr/share/man/man1/cpan2deb.1p
 	dh_compress
 	dh_fixperms
 	dh_installdeb




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