[dh-make-perl] 04/04: Upse cgit web frontend whean searching for pkg-perl package repositories

Salvatore Bonaccorso carnil at debian.org
Sun Aug 3 15:29:41 UTC 2014


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

carnil pushed a commit to branch master
in repository dh-make-perl.

commit da7f10f4996e18517efae7493c0415c2eaac4825
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sun Aug 3 17:25:40 2014 +0200

    Upse cgit web frontend whean searching for pkg-perl package repositories
---
 lib/DhMakePerl/Command/make.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/DhMakePerl/Command/make.pm b/lib/DhMakePerl/Command/make.pm
index 403cf4d..33250d0 100644
--- a/lib/DhMakePerl/Command/make.pm
+++ b/lib/DhMakePerl/Command/make.pm
@@ -555,12 +555,12 @@ sub search_pkg_perl {
     $ua->conn_cache( LWP::ConnCache->new );
 
     $resp = $ua->get(
-        "http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/$pkg.git");
+        "https://anonscm.debian.org/cgit/pkg-perl/packages/$pkg.git");
     return { url => $resp->request->uri }
         if $resp->is_success;
 
     $resp = $ua->get(
-        "http://anonscm.debian.org/gitweb/?p=pkg-perl/attic/$pkg.git");
+        "https://anonscm.debian.org/cgit/pkg-perl/attic/$pkg.git");
     return { url => $resp->request->uri }
         if $resp->is_success;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/dh-make-perl.git



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