[dh-make-perl] 01/01: more dh7 renames

gregor herrmann gregoa at debian.org
Sat Jan 18 17:13:55 UTC 2014


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

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

commit d4042b8716337465f7416c9e4196a0ae84717bce
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jan 18 18:13:28 2014 +0100

    more dh7 renames
    
    Git-Dch: Ignore
---
 lib/DhMakePerl/Command/Packaging.pm     | 4 ++--
 share/{rules.dh7.tiny => rules.dh.tiny} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/DhMakePerl/Command/Packaging.pm b/lib/DhMakePerl/Command/Packaging.pm
index 0d351e1..c7138fb 100644
--- a/lib/DhMakePerl/Command/Packaging.pm
+++ b/lib/DhMakePerl/Command/Packaging.pm
@@ -859,14 +859,14 @@ sub create_rules {
     $self->rules( Debian::Rules->new($file) );
 
     if ( $self->rules->is_dhtiny ) {
-        print "$file already uses DH7 tiny rules\n"
+        print "$file already uses dh tiny rules\n"
             if $self->cfg->verbose;
         return;
     }
 
     $self->backup_file($file);
 
-    my $rulesname = 'rules.dh7.tiny';
+    my $rulesname = 'rules.dh.tiny';
 
     for my $source (
         catfile( $self->cfg->home_dir, $rulesname ),
diff --git a/share/rules.dh7.tiny b/share/rules.dh.tiny
similarity index 100%
rename from share/rules.dh7.tiny
rename to share/rules.dh.tiny

-- 
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