[pkg-perl-tools] 02/04: gen-itp: Nicer output formatting

Axel Beckert abe at deuxchevaux.org
Sat Aug 8 12:30:49 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 625889fafb026220bfc25c1228f4d86cce73722a
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sat Aug 8 14:11:57 2015 +0200

    gen-itp: Nicer output formatting
---
 debian/changelog | 6 ++++--
 scripts/gen-itp  | 2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4639e7a..ed0d2cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,10 @@ pkg-perl-tools (0.22) UNRELEASED; urgency=medium
   * Document dpt-forward in dpt commands listing
 
   [ Axel Beckert ]
-  * gen-itp: Use Perl 5.10 feature "say" instead of the local sub "p"
-    which does the same.
+  * gen-itp:
+    + Use Perl 5.10 feature "say" instead of the local sub "p" which does
+      the same.
+    + Nicer output formatting.
 
  -- 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 128c9b2..2cd6712 100755
--- a/scripts/gen-itp
+++ b/scripts/gen-itp
@@ -75,7 +75,7 @@ say 'Severity: wishlist';
 
 if ( !$ENV{SECRETLY_ITP} ) {
     if ( $lang eq 'Perl' ) {
-        say "X-Debbugs-CC: debian-devel\@lists.debian.org,debian-perl\@lists.debian.org";
+        say "X-Debbugs-CC: debian-devel\@lists.debian.org, debian-perl\@lists.debian.org";
     }
     else {
         say "X-Debbugs-CC: debian-devel\@lists.debian.org";

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