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 <[email protected]>
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

_______________________________________________
Pkg-perl-cvs-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to