[dh-make-perl] 03/04: When creating debian/control file use cgit web frontend URL for the Vcs-Browser field

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 5a28440e6f78147bb9d70f1804a9f68f9a1df7ee
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sun Aug 3 17:24:27 2014 +0200

    When creating debian/control file use cgit web frontend URL for the Vcs-Browser field
---
 lib/DhMakePerl/Command/make.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/DhMakePerl/Command/make.pm b/lib/DhMakePerl/Command/make.pm
index 3d9c93d..403cf4d 100644
--- a/lib/DhMakePerl/Command/make.pm
+++ b/lib/DhMakePerl/Command/make.pm
@@ -192,7 +192,7 @@ sub execute {
                     $self->pkgname )
             );
             $self->control->source->Vcs_Browser(
-                sprintf( "http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/%s.git",
+                sprintf( "https://anonscm.debian.org/cgit/pkg-perl/packages/%s.git",
                     $self->pkgname )
             );
         }

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