r76593 - /trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sun Jun 26 13:49:23 UTC 2011


Author: dmn
Date: Sun Jun 26 13:49:21 2011
New Revision: 76593

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=76593
Log:
tag upstream branch after importing

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

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=76593&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm Sun Jun 26 13:49:21 2011
@@ -608,6 +608,7 @@
               "Import original source of "
             . $self->perlname . ' '
             . $self->version );
+    $git->command( 'tag', "upstream/".$self->version, 'upstream' );
     $git->command( qw( checkout -b master upstream ) );
     $git->command( 'add', 'debian' );
     $git->command( 'commit', '-m', 'Initial packaging by dh-make-perl' );




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