The following commit has been merged in the master branch:
commit 36352560288cf329b956f8bdf449ac34edff239a
Author: Niels Thykier <[email protected]>
Date:   Sat Jul 27 22:44:32 2013 +0200

    generate-tag-summary: Add exec bit and fix case of output
    
    Signed-off-by: Niels Thykier <[email protected]>

diff --git a/private/generate-tag-summary b/private/generate-tag-summary
old mode 100644
new mode 100755
index 2f6702a..76f5885
--- a/private/generate-tag-summary
+++ b/private/generate-tag-summary
@@ -44,7 +44,7 @@ if (%added) {
     }
 }
 if (%removed) {
-    print "    + removed:\n";
+    print "    + Removed:\n";
     for my $tag (sort(keys(%removed))) {
         print "      - $tag\n";
     }

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to