[libconfig-model-dpkg-perl] 03/03: Fix replacement of gitweb to cgit URL

Salvatore Bonaccorso carnil at debian.org
Sun Aug 10 20:36:21 UTC 2014


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

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

commit 52269d39d8992fb4903276c9871a12c7e833f470
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sun Aug 10 22:29:06 2014 +0200

    Fix replacement of gitweb to cgit URL
    
    Git-Dch: Ignore
---
 lib/Config/Model/models/Dpkg/Control/Source.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Config/Model/models/Dpkg/Control/Source.pl b/lib/Config/Model/models/Dpkg/Control/Source.pl
index 5bb4f49..f7cc03e 100644
--- a/lib/Config/Model/models/Dpkg/Control/Source.pl
+++ b/lib/Config/Model/models/Dpkg/Control/Source.pl
@@ -226,7 +226,7 @@ The information is meant to be useful for the final user, willing to browse the
             'code' => '!defined $_ or ! /debian.org/ or m{^https?://anonscm.debian.org/(viewvc|cgit|loggerhead)} ;',
             'fix' => 's{https?://svn\\.debian\\.org/\\w+svn/}{http://anonscm.debian.org/viewvc/};
 s{http://git.debian.org/\\?p=}{https://anonscm.debian.org/cgit/};
-s{http://anonscm.debian.org/gitweb/?p=}{https://anonscm.debian.org/cgit/};
+s{http://anonscm.debian.org/gitweb/\\?p=}{https://anonscm.debian.org/cgit/};
 s{(https://anonscm.debian.org/cgit/.+);a=summary}{$1};
 s{http://bzr.debian.org/loggerhead/}{http://anonscm.debian.org/loggerhead/};',
             'msg' => 'URL to debian system is not the recommended one'

-- 
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