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

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sat Sep 22 22:31:19 UTC 2007


Author: gregoa-guest
Date: Sat Sep 22 22:31:19 2007
New Revision: 7889

URL: http://svn.debian.org/wsvn/?sc=1&rev=7889
Log:
Create Homepage: field in source stanza instead of pseudo-field in long
  description.

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=7889&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Sat Sep 22 22:31:19 2007
@@ -1,8 +1,13 @@
 dh-make-perl (0.33) UNRELEASED; urgency=low
 
+  [ David Paleino ]
   * Added --email|-e and --packagename|-p switches (Closes: #443170).
 
- -- David Paleino <d.paleino at gmail.com>  Wed, 19 Sep 2007 19:17:48 +0200
+  [ gregor herrmann ]
+  * Create Homepage: field in source stanza instead of pseudo-field in long
+    description.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 23 Sep 2007 00:30:23 +0200
 
 dh-make-perl (0.32) 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=7889&op=diff
==============================================================================
--- trunk/dh-make-perl/dh-make-perl (original)
+++ trunk/dh-make-perl/dh-make-perl Sat Sep 22 22:31:19 2007
@@ -856,6 +856,7 @@
             $fh->print("Maintainer: $maintainer\n");
         }
 	$fh->print("Standards-Version: $debstdversion\n");
+	$fh->print("Homepage: $upsurl\n") if $upsurl;
         do {
             $fh->print("XS-Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/$srcname/\n");
             $fh->print("XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/$srcname/\n");
@@ -866,7 +867,6 @@
 	$fh->print("Depends: $depends\n") if $depends;
 	$fh->print($extrapfields) if defined $extrapfields;
 	$fh->print("Description: $desc\n$longdesc\n .\n This description was automagically extracted from the module by dh-make-perl.\n");
-	$fh->print(" .\n  Homepage: $upsurl\n") if $upsurl;
 	$fh->close;
 }
 




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