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 <d...@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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to