r55936 - /trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sun Apr 11 10:14:06 UTC 2010


Author: dmn
Date: Sun Apr 11 10:13:57 2010
New Revision: 55936

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55936
Log:
extract_desc: do not default long description to the short

we don't want to cover the fact that the long description
cannot be extracted

Modified:
    trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm

Modified: trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm?rev=55936&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm Sun Apr 11 10:13:57 2010
@@ -521,7 +521,7 @@
         $long_desc 
             = $parser->get('DESCRIPTION')
             || $parser->get('DETAILS')
-            || $bin->short_description;
+            || '';
         ( $modulename = $self->perlname ) =~ s/-/::/g;
         $long_desc =~ s/This module/$modulename/;
 




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