[SCM] Debian packaging of dh-make-perl branch, master, updated. debian/0.75-1-9-gda77742

Salvatore Bonaccorso carnil at debian.org
Thu Feb 23 12:46:52 UTC 2012


The following commit has been merged in the master branch:
commit 4e745ecdc79994412e2dcd73334d7b140b6f8c51
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Thu Feb 23 13:34:51 2012 +0100

    Create debian/copyright with copyright-format 1.0
    
    debian/copyright files are created following the copyright-format 1.0
    released with Standards-Version 3.9.3.

diff --git a/lib/DhMakePerl/Command/Packaging.pm b/lib/DhMakePerl/Command/Packaging.pm
index 4816d5d..e8dc870 100644
--- a/lib/DhMakePerl/Command/Packaging.pm
+++ b/lib/DhMakePerl/Command/Packaging.pm
@@ -933,13 +933,13 @@ sub create_copyright {
     $cprt_author =~ s/\n/\n    /gs;
     $cprt_author =~ s/^\s*$/    ./gm;
 
-    push @res, "Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135";
+    push @res, 'Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/';
 
     # Header section
     %fields = (
-        Name       => $self->perlname,
-        Maintainer => $cprt_author,
-        Source     => $self->upsurl
+        'Upstream-Name'    => $self->perlname,
+        'Upstream-Contact' => $cprt_author,
+        'Source'           => $self->upsurl
     );
     for my $key ( keys %fields ) {
         my $full = "$key";

-- 
Debian packaging of dh-make-perl



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