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

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sat May 29 07:35:56 UTC 2010


Author: ansgar-guest
Date: Sat May 29 07:35:36 2010
New Revision: 58616

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=58616
Log:
Do not require --cpan in addition to --pkg-perl when adding Vcs-* fields.

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=58616&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Sat May 29 07:35:36 2010
@@ -1,7 +1,11 @@
 dh-make-perl (0.69-1) UNRELEASED; urgency=low
 
+  [ Damyan Ivanov ]
   * die early if unable to determine distribution name or version.
     Probably Closes: #525847 (already closed due to missing test case)
+
+  [ Ansgar Burchardt ]
+  * Do not require --cpan in addition to --pkg-perl when adding Vcs-* fields.
 
  -- Damyan Ivanov <dmn at debian.org>  Wed, 05 May 2010 08:40:51 +0300
 

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=58616&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm Sat May 29 07:35:36 2010
@@ -158,7 +158,7 @@
     $self->discover_utility_deps( $self->control );
     $src->Standards_Version( $self->debstdversion );
     $src->Homepage( $self->upsurl );
-    if ( $self->cfg->pkg_perl and my $cpan = $self->cfg->cpan ) {
+    if ( $self->cfg->pkg_perl ) {
         $self->control->source->Vcs_Svn(
             sprintf( "svn://svn.debian.org/pkg-perl/trunk/%s/",
                 $self->pkgname )




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