[dh-make-perl] 01/03: When creating debian/control file use https transport in URI for Vcs-Git

Salvatore Bonaccorso carnil at debian.org
Sat Jan 30 14:38:15 UTC 2016


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 532d8ee0a79d0cc8d0e7a869810ee148834e1421
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sat Jan 30 15:32:58 2016 +0100

    When creating debian/control file use https transport in URI for Vcs-Git
---
 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 22bb318..80c9659 100644
--- a/lib/DhMakePerl/Command/make.pm
+++ b/lib/DhMakePerl/Command/make.pm
@@ -190,7 +190,7 @@ sub execute {
         }
         elsif ( $vcs eq 'git' ) {
             $self->control->source->Vcs_Git(
-                sprintf( "git://anonscm.debian.org/pkg-perl/packages/%s.git",
+                sprintf( "https://anonscm.debian.org/git/pkg-perl/packages/%s.git",
                     $self->pkgname )
             );
             $self->control->source->Vcs_Browser(

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