[SCM] Debian packaging of dh-make-perl branch, master, updated. debian/0.76-1-15-gb80143e

Salvatore Bonaccorso carnil at debian.org
Sun Jan 6 18:22:56 UTC 2013


The following commit has been merged in the master branch:
commit c692af36b35a926024e05c68b7a42b86483f4809
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sun Jan 6 19:20:19 2013 +0100

    Create Vcs-Git with canonical URI (git://anonscm.debian.org)

diff --git a/lib/DhMakePerl/Command/make.pm b/lib/DhMakePerl/Command/make.pm
index 527bd1d..530d72a 100644
--- a/lib/DhMakePerl/Command/make.pm
+++ b/lib/DhMakePerl/Command/make.pm
@@ -184,7 +184,7 @@ sub execute {
         }
         elsif ( $vcs eq 'git' ) {
             $self->control->source->Vcs_Git(
-                sprintf( "git://git.debian.org/pkg-perl/packages/%s.git",
+                sprintf( "git://anonscm.debian.org/pkg-perl/packages/%s.git",
                     $self->pkgname )
             );
             $self->control->source->Vcs_Browser(

-- 
Debian packaging of dh-make-perl



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