[dh-make-perl] 01/02: make: include dh-make-perl version in the commit message of the initial packaging

Damyan Ivanov dmn at moszumanska.debian.org
Sat Jun 7 11:18:23 UTC 2014


This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository dh-make-perl.

commit 348a74fb33adbec018c55d17063169732410322a
Author: Damyan Ivanov <dmn at debian.org>
Date:   Sat Jun 7 11:17:55 2014 +0000

    make: include dh-make-perl version in the commit message of the initial packaging
---
 lib/DhMakePerl/Command/make.pm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/DhMakePerl/Command/make.pm b/lib/DhMakePerl/Command/make.pm
index fd0d1ae..ce40da7 100644
--- a/lib/DhMakePerl/Command/make.pm
+++ b/lib/DhMakePerl/Command/make.pm
@@ -748,7 +748,8 @@ sub git_add_debian {
 
     my $git = Git->repository( $self->main_dir );
     $git->command( 'add', 'debian' );
-    $git->command( 'commit', '-m', 'Initial packaging by dh-make-perl' );
+    $git->command( 'commit', '-m',
+        "Initial packaging by dh-make-perl $VERSION" );
     $git->command(
         qw( remote add origin ),
         sprintf( "ssh://git.debian.org/git/pkg-perl/packages/%s.git",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/dh-make-perl.git



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