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

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Mar 17 20:34:45 UTC 2010


Author: dmn
Date: Wed Mar 17 20:34:14 2010
New Revision: 54460

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=54460
Log:
extract_basic(): do not overwrite already present description

chances are, it was touched by a wizard

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=54460&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl/Command/Packaging.pm Wed Mar 17 20:34:14 2010
@@ -264,7 +264,7 @@
                 && $self->extract_desc($_);
         },
         $self->main_dir
-    );
+    ) unless $bin->short_description and $bin->long_description;
 }
 
 sub extract_name_ver {




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