r77819 - in /trunk/dh-make-perl: debian/changelog lib/DhMakePerl/Command/make.pm

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jul 24 21:03:34 UTC 2011


Author: gregoa
Date: Sun Jul 24 21:03:32 2011
New Revision: 77819

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=77819
Log:
Update created Vcs-Browser URLs for Debian Perl Group repositories.

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

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=77819&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Sun Jul 24 21:03:32 2011
@@ -8,6 +8,9 @@
   [ Damyan Ivanov ]
   * Packaging.pm: extend the examples regular expression to match demo/demos.
     Thanks to Kevin Ryde. Closes: #634932
+
+  [ gregor herrmann ]
+  * Update created Vcs-Browser URLs for Debian Perl Group repositories.
 
  -- Damyan Ivanov <dmn at debian.org>  Thu, 21 Jul 2011 20:58:01 +0200
 

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=77819&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm Sun Jul 24 21:03:32 2011
@@ -169,7 +169,7 @@
                     $self->pkgname )
             );
             $self->control->source->Vcs_Browser(
-                sprintf( "http://svn.debian.org/viewsvn/pkg-perl/trunk/%s/",
+                sprintf( "http://anonscm.debian.org/viewvc/pkg-perl/trunk/%s/",
                     $self->pkgname )
             );
         }
@@ -179,7 +179,7 @@
                     $self->pkgname )
             );
             $self->control->source->Vcs_Browser(
-                sprintf( "http://git.debian.org/git/pkg-perl/packages/%s.git",
+                sprintf( "http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/%s.git",
                     $self->pkgname )
             );
         }




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