[pkg-perl-tools] 03/04: gen-itp: Whitespace cleanup

Axel Beckert abe at deuxchevaux.org
Sat Aug 8 12:30:50 UTC 2015


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

abe pushed a commit to branch master
in repository pkg-perl-tools.

commit 3dca39e9d748e78612f4aefb1c091d6e406f8539
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sat Aug 8 14:12:37 2015 +0200

    gen-itp: Whitespace cleanup
---
 debian/changelog | 1 +
 scripts/gen-itp  | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ed0d2cd..671e210 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ pkg-perl-tools (0.22) UNRELEASED; urgency=medium
     + Use Perl 5.10 feature "say" instead of the local sub "p" which does
       the same.
     + Nicer output formatting.
+    + Whitespace cleanup.
 
  -- gregor herrmann <gregoa at debian.org>  Mon, 27 Jul 2015 22:55:49 +0200
 
diff --git a/scripts/gen-itp b/scripts/gen-itp
index 2cd6712..569fb66 100755
--- a/scripts/gen-itp
+++ b/scripts/gen-itp
@@ -92,7 +92,7 @@ say '  Version         : ' . $version;
 my $maintainer = join(' ', $copyright_obj->fetch_element('Upstream-Contact')->fetch_all_values) || 'FIXME';
 say "  Upstream Author : " . $maintainer;
 
-my $homepage = $source->{Homepage} 
+my $homepage = $source->{Homepage}
     || $copyright_obj->fetch_element_value('Source')
     || 'FIXME';
 

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



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