[dh-make-perl] 01/01: point pkg-perl git URLs to salsa.debian.org

Damyan Ivanov dmn at moszumanska.debian.org
Sat Feb 17 08:50:34 UTC 2018


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

dmn pushed a commit to branch salsa
in repository dh-make-perl.

commit c6b02e20f3ba21d42bcd4a3e0a89664fb36514ba
Author: Damyan Ivanov <dmn at debian.org>
Date:   Sat Feb 17 08:44:31 2018 +0000

    point pkg-perl git URLs to salsa.debian.org
---
 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 aea7b16..606b45a 100644
--- a/lib/DhMakePerl/Command/make.pm
+++ b/lib/DhMakePerl/Command/make.pm
@@ -190,11 +190,11 @@ sub execute {
         }
         elsif ( $vcs eq 'git' ) {
             $self->control->source->Vcs_Git(
-                sprintf( "https://anonscm.debian.org/git/pkg-perl/packages/%s.git",
+                sprintf( "https://salsa.debian.org/perl-team/modules/packages/%s.git",
                     $self->pkgname )
             );
             $self->control->source->Vcs_Browser(
-                sprintf( "https://anonscm.debian.org/cgit/pkg-perl/packages/%s.git",
+                sprintf( "https://salsa.debian.org/perl-team/modules/packages/%s",
                     $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