[SCM] Debian packaging of dh-make-perl branch, master, updated. debian/0.76-1-23-gaec6fdb

gregor herrmann gregoa at debian.org
Wed Feb 20 18:17:39 UTC 2013


The following commit has been merged in the master branch:
commit 7b948c4bf71e50ded0cbc1ce3ef2037712feb343
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Feb 20 19:15:15 2013 +0100

    DhMakePerl::Command::Packaging: replace "This library"
    
    with the module name in the long description, like we already did with
    "This module".

diff --git a/lib/DhMakePerl/Command/Packaging.pm b/lib/DhMakePerl/Command/Packaging.pm
index ad84ef3..e58668b 100644
--- a/lib/DhMakePerl/Command/Packaging.pm
+++ b/lib/DhMakePerl/Command/Packaging.pm
@@ -720,6 +720,7 @@ sub extract_desc {
             || '';
         ( $modulename = $self->perlname ) =~ s/-/::/g;
         $long_desc =~ s/This module/$modulename/;
+        $long_desc =~ s/This library/$modulename/;
 
         local ($Text::Wrap::columns) = 78;
         $long_desc = fill( "", "", $long_desc );

-- 
Debian packaging of dh-make-perl



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