r77915 - in /trunk/dh-make-perl: debian/changelog lib/DhMakePerl/Config.pm

ansgar at users.alioth.debian.org ansgar at users.alioth.debian.org
Wed Jul 27 18:21:45 UTC 2011


Author: ansgar
Date: Wed Jul 27 18:21:43 2011
New Revision: 77915

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=77915
Log:
DhMakePerl::Config: Change default VCS to Git.

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

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=77915&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Wed Jul 27 18:21:43 2011
@@ -14,6 +14,7 @@
 
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
+  * DhMakePerl::Config: Change default VCS to Git.
 
  -- Damyan Ivanov <dmn at debian.org>  Thu, 21 Jul 2011 20:58:01 +0200
 

Modified: trunk/dh-make-perl/lib/DhMakePerl/Config.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl/Config.pm?rev=77915&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl/Config.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl/Config.pm Wed Jul 27 18:21:43 2011
@@ -72,7 +72,7 @@
     network       => 1,
     only          => [ 'control', 'copyright', 'docs', 'examples', 'rules' ],
     source_format => '1.0',
-    vcs           => 'svn',
+    vcs           => 'git',
     verbose       => 1,
 };
 




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