[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 122d4ead6897cd51dca5130aab4e166bd6bf66e6
Author: Dominique Dumont <dod at debian.org>
Date: Mon Jan 7 19:31:32 2013 +0100
control source model: fix computed value for VCS-Git to use anonscm.debian.org
diff --git a/lib/Config/Model/models/Dpkg/Control/Binary.pl b/lib/Config/Model/models/Dpkg/Control/Binary.pl
index 6b5b99f..dd908a5 100644
--- a/lib/Config/Model/models/Dpkg/Control/Binary.pl
+++ b/lib/Config/Model/models/Dpkg/Control/Binary.pl
@@ -180,7 +180,7 @@ A package may specify an architecture wildcard. Architecture wildcards are in th
'cargo' => {
'value_type' => 'uniline',
'warn_unless_match' => {
- '\$\{[[:alnum:]][[:alnum:]\-:]+\}' => {
+ '\\$\\{[[:alnum:]][[:alnum:]\\-:]+\\}' => {
'msg' => 'Built-Using should be filled with a substvar.'
}
},
diff --git a/lib/Config/Model/models/Dpkg/Control/Source.pl b/lib/Config/Model/models/Dpkg/Control/Source.pl
index 9c34470..9c56676 100644
--- a/lib/Config/Model/models/Dpkg/Control/Source.pl
+++ b/lib/Config/Model/models/Dpkg/Control/Source.pl
@@ -205,7 +205,7 @@ The information is meant to be useful for a user knowledgeable in the given Vers
{
'compute' => {
'use_eval' => '1',
- 'formula' => '$maintainer =~ /pkg-perl/ ? "git://git.debian.org/pkg-perl/packages/$pkgname.git" : \'\' ;',
+ 'formula' => '$maintainer =~ /pkg-perl/ ? "git://anonscm.debian.org/pkg-perl/packages/$pkgname.git" : \'\' ;',
'variables' => {
'maintainer' => '- Maintainer',
'pkgname' => '- Source'
--
Debian native package for Config::Model::Dpkg
More information about the Pkg-perl-cvs-commits
mailing list