[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 0eec0e650bbcfd25f50acd5a25eb5124ff8debba
Author: Damyan Ivanov <dmn at debian.org>
Date:   Sun Sep 25 17:06:17 2011 +0300

    dociment that in --vcs=git mode the 'origin' remote is added only if --pkg-perl is also given

diff --git a/debian/changelog b/debian/changelog
index 8735ac2..255a176 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ dh-make-perl (0.74-2) UNRELEASED; urgency=low
   * use '--vcs none' in tests
   * fix typo in --pristine-tar description
   * document the change of the default value of --vcs from 'svn' to 'git'
+  * dociment that in --vcs=git mode the 'origin' remote is added only if
+    --pkg-perl is also given
 
  -- 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 24243f1..77dc4c2 100755
--- a/dh-make-perl
+++ b/dh-make-perl
@@ -319,7 +319,8 @@ Useful when preparing a package for the Debian Perl Group
 L<http://pkg-perl.alioth.debian.org>.
 
 Sets C<Maintainer>, C<Uploaders>, C<Vcs-Svn> and C<Vcs-Browser> fields in
-F<debian/control> accordingly.
+F<debian/control> accordingly. Also, when C<--vcs git> is used (the default),
+sets up a Git remote pointing to the right place on I<git.debian.org>.
 
 =item B<--recursive>
 
@@ -376,7 +377,8 @@ A branch to keep L<pristine-tar(1)> data.
 
 =back
 
-Also, an C<origin> remote is added pointing to the repository on I<git.debian.org>.
+If B<--pkg-perl> is also given, an C<origin> remote is added pointing to the
+repository on I<git.debian.org>.
 
 =item B<--verbose> | B<--no-verbose>
 

-- 
Debian packaging of dh-make-perl



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