[SCM] Debian packaging of libconfig-model-perl branch, experimental, updated. debian/2.023-2-10-g0cd407d

Dominique Dumont dod at debian.org
Thu Sep 6 14:53:36 UTC 2012


The following commit has been merged in the experimental branch:
commit 3ade56df2cdba08fa595444bfe6e787bd829f7e2
Author: Dominique Dumont <dod at debian.org>
Date:   Thu Sep 6 15:51:21 2012 +0200

    removed corelist version patch (applied upstream)

diff --git a/debian/patches/module_corelist-version b/debian/patches/module_corelist-version
deleted file mode 100644
index 51ab10c..0000000
--- a/debian/patches/module_corelist-version
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: convert the version string to a version object, otherwise Module::CoreList interprets it wrongly
-Origin: vendor
-Forwarded: sort-of
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2012-07-05
-
---- a/lib/Config/Model/Debian/Dependency.pm
-+++ b/lib/Config/Model/Debian/Dependency.pm
-@@ -274,7 +274,7 @@
-     my @dep_name_as_perl = Module::CoreList->find_modules(qr/^$pname$/i) ; 
-     return $ret unless @dep_name_as_perl;
- 
--    my $v_decimal = Module::CoreList->first_release( $dep_name_as_perl[0], $dep_v );
-+    my $v_decimal = Module::CoreList->first_release( $dep_name_as_perl[0], version->parse( $dep_v ) );
-     return $ret unless defined $v_decimal;
- 
-     my $v_normal = version->new($v_decimal)->normal;
diff --git a/debian/patches/series b/debian/patches/series
index f1ca126..cdc0a2e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 add_dh_config
-module_corelist-version

-- 
Debian packaging of libconfig-model-perl



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