[dh-make-perl] 01/03: revert whitespace change from tab to spaces
gregor herrmann
gregoa at debian.org
Thu Mar 16 20:37:54 UTC 2017
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 fff7b41a314f4ec6e155b1ed6f96f70494418a68
Author: gregor herrmann <gregoa at debian.org>
Date: Thu Mar 16 21:18:56 2017 +0100
revert whitespace change from tab to spaces
this is totally helpful in general but not so much for a diff for the
release team during the freeze.
this commit can and should be reverted after the stretch release.
Gbp-Dch: Ignore
---
lib/DhMakePerl/Command/Packaging.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/DhMakePerl/Command/Packaging.pm b/lib/DhMakePerl/Command/Packaging.pm
index 0dcae6d..3a44e91 100644
--- a/lib/DhMakePerl/Command/Packaging.pm
+++ b/lib/DhMakePerl/Command/Packaging.pm
@@ -129,7 +129,7 @@ sub get_email {
$email ||= ( $ENV{DEBEMAIL} || $ENV{EMAIL} );
unless ($email) {
- my $mailh;
+ my $mailh;
chomp( $mailh = `cat /etc/mailname` );
$email = $self->get_user . '@' . $mailh;
}
--
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