[libconfig-model-dpkg-perl] 01/01: Fix computed value of Vcs-Git

dod at debian.org dod at debian.org
Sat Jan 30 16:37:51 UTC 2016


This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libconfig-model-dpkg-perl.

commit 3c771d222af78ae025f4c6c755f7584d6a547405
Author: Dominique Dumont <dod at debian.org>
Date:   Sat Jan 30 17:37:22 2016 +0100

    Fix computed value of Vcs-Git
---
 lib/Config/Model/models/Dpkg/Control/Source.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/Config/Model/models/Dpkg/Control/Source.pl b/lib/Config/Model/models/Dpkg/Control/Source.pl
index 0380cb0..6f00b6a 100644
--- a/lib/Config/Model/models/Dpkg/Control/Source.pl
+++ b/lib/Config/Model/models/Dpkg/Control/Source.pl
@@ -388,8 +388,8 @@ The information is meant to be useful for a user knowledgeable in the given Vers
       {
         'compute' => {
           'allow_override' => '1',
-          'formula' => '  $maintainer =~ /(pkg-perl)/                        ? "https://anonscm.debian.org/$1/packages/$pkgname.git"
-: $maintainer =~ /(pkg-(?:ruby-extras|javascript))/  ? "https://anonscm.debian.org/$1/$pkgname.git"
+          'formula' => '  $maintainer =~ /(pkg-perl)/                        ? "https://anonscm.debian.org/git/$1/packages/$pkgname.git"
+: $maintainer =~ /(pkg-(?:ruby-extras|javascript))/  ? "https://anonscm.debian.org/git/$1/$pkgname.git"
 :                                                    \'\' ;',
           'use_eval' => '1',
           'variables' => {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.git



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