[SCM] Debian native package for Config::Model::Dpkg branch, master, updated. debian/2.031-22-g4f10de1

Dominique Dumont dod at debian.org
Mon Jan 7 18:36:08 UTC 2013


The following commit has been merged in the master branch:
commit c60a980cea824c3829ffec14e49613bf1edb02b1
Author: Dominique Dumont <dod at debian.org>
Date:   Mon Jan 7 19:34:36 2013 +0100

    test: fix expected default value for Vcs-Git

diff --git a/t/model_tests.d/debian-dpkg-control-test-conf.pl b/t/model_tests.d/debian-dpkg-control-test-conf.pl
index f3ce39e..5c07a80 100644
--- a/t/model_tests.d/debian-dpkg-control-test-conf.pl
+++ b/t/model_tests.d/debian-dpkg-control-test-conf.pl
@@ -27,7 +27,7 @@ providing the following file:
             'binary:libdist-zilla-plugins-cjm-perl Depends:0',
             '${misc:Depends}',
             'source Vcs-Browser' ,'http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdist-zilla-plugins-cjm-perl.git',
-            'source Vcs-Git', 'git://git.debian.org/pkg-perl/packages/libdist-zilla-plugins-cjm-perl.git',
+            'source Vcs-Git', 'git://anonscm.debian.org/pkg-perl/packages/libdist-zilla-plugins-cjm-perl.git',
         },
         load_warnings => [ qr/dependency/, qr/dual life/, (qr/dependency/) x 2, 
                           qr/libmodule-build-perl \(>= 0.36\) \| perl \(>= 5.8.8\)/,

-- 
Debian native package for Config::Model::Dpkg



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