[SCM] Debian packaging of dh-make-perl branch, master, updated. debian/0.74-1-10-g0eec0e6
Damyan Ivanov
dmn at debian.org
Sun Sep 25 14:06:36 UTC 2011
The following commit has been merged in the master branch:
commit 980558ae364f8f30c56ee1e38febe3da5fe649a1
Author: Damyan Ivanov <dmn at debian.org>
Date: Sun Sep 25 17:04:53 2011 +0300
document the change of the default value of --vcs from 'svn' to 'git'
diff --git a/debian/changelog b/debian/changelog
index 79e7ba1..8735ac2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ dh-make-perl (0.74-2) UNRELEASED; urgency=low
* add libfile-which-perl to (build-)dependencies
* use '--vcs none' in tests
* fix typo in --pristine-tar description
+ * document the change of the default value of --vcs from 'svn' to 'git'
-- Damyan Ivanov <dmn at debian.org> Sun, 25 Sep 2011 16:23:22 +0300
diff --git a/dh-make-perl b/dh-make-perl
index 9207a8f..24243f1 100755
--- a/dh-make-perl
+++ b/dh-make-perl
@@ -354,7 +354,7 @@ Default: apt's default.
=item B<--vcs> I<VCS>
In B<--pkg-perl> mode, use the specified version control system in the
-generated I<Vcs-*> fields. The default is C<svn> (still).
+generated I<Vcs-*> fields. The default is C<git>.
If I<VCS> is C<git>, C<dh-make-perl> will setup a Git repository with three
branches:
--
Debian packaging of dh-make-perl
More information about the Pkg-perl-cvs-commits
mailing list