r6286 - in /trunk/dh-make-perl: debian/changelog dh-make-perl

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Aug 5 21:59:42 UTC 2007


Author: gregoa-guest
Date: Sun Aug  5 21:59:42 2007
New Revision: 6286

URL: http://svn.debian.org/wsvn/?sc=1&rev=6286
Log:
* Actually use command line option "--desc".

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

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/dh-make-perl/debian/changelog?rev=6286&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Sun Aug  5 21:59:42 2007
@@ -14,6 +14,7 @@
     extract_name_ver_from_makefile().
   * Replace q[quotes] by "quotes" when parsing Makefile.PL in
     extract_name_ver_from_makefile().
+  * Actually use command line option "--desc".
 
   [ Damyan Ivanov ]
   * Added packaging copyright/licensing to the generated debian/copyright
@@ -22,7 +23,7 @@
   * Add detailed copyright info in debian/copyright according to SVN logs and
     debian/changelog
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 03 Aug 2007 20:08:03 +0200
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 05 Aug 2007 23:59:04 +0200
 
 dh-make-perl (0.26) unstable; urgency=low
 

Modified: trunk/dh-make-perl/dh-make-perl
URL: http://svn.debian.org/wsvn/trunk/dh-make-perl/dh-make-perl?rev=6286&op=diff
==============================================================================
--- trunk/dh-make-perl/dh-make-perl (original)
+++ trunk/dh-make-perl/dh-make-perl Sun Aug  5 21:59:42 2007
@@ -199,6 +199,9 @@
 my $tarball = setup_dir();
 $meta = process_meta("$maindir/META.yml") if (-f "$maindir/META.yml");
 findbin_fix();
+if (defined $opts{desc}) {
+  $desc = $opts{desc};
+}
 ($pkgname, $version) = extract_basic();
 if (! defined $pkgversion) {
 	$pkgversion = $version . "-1";




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