r77916 - /trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Jul 27 18:22:09 UTC 2011


Author: gregoa
Date: Wed Jul 27 18:22:07 2011
New Revision: 77916

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=77916
Log:
fix Vcs-Git URL

Modified:
    trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm

Modified: trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm?rev=77916&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm Wed Jul 27 18:22:07 2011
@@ -175,7 +175,7 @@
         }
         elsif ( $vcs eq 'git' ) {
             $self->control->source->Vcs_Git(
-                sprintf( "git://git.debian.org/git/pkg-perl/packages/%s.git",
+                sprintf( "git://git.debian.org/pkg-perl/packages/%s.git",
                     $self->pkgname )
             );
             $self->control->source->Vcs_Browser(




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