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

gregor herrmann gregoa at debian.org
Wed Jan 23 18:59:23 UTC 2013


The following commit has been merged in the master branch:
commit b0009c028b9ff8ae7a006591deac3bbc74f244be
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Jan 23 19:51:22 2013 +0100

    DhMakePerl::Command::Packaging: Don't sanitize version if given on the command line.

diff --git a/lib/DhMakePerl/Command/Packaging.pm b/lib/DhMakePerl/Command/Packaging.pm
index c363441..9b8adf6 100644
--- a/lib/DhMakePerl/Command/Packaging.pm
+++ b/lib/DhMakePerl/Command/Packaging.pm
@@ -359,7 +359,7 @@ sub extract_name_ver {
 
     # final sanitazing of name and version
     $name =~ s/::/-/g;
-    $ver = $self->sanitize_version($ver);
+    $ver = $self->sanitize_version($ver) unless $self->cfg->version;
 
     $name
         or $ver

-- 
Debian packaging of dh-make-perl



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