[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 01/01: L::Tags: Properly rename a tag



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

nthykier pushed a commit to branch master
in repository lintian.

commit 547a7a10372fb6d4577d706c7aac3ed0f30dc850
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Aug 16 10:26:48 2015 +0200

    L::Tags: Properly rename a tag
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 lib/Lintian/Tags.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Lintian/Tags.pm b/lib/Lintian/Tags.pm
index 65590bd..cb9f610 100644
--- a/lib/Lintian/Tags.pm
+++ b/lib/Lintian/Tags.pm
@@ -626,7 +626,7 @@ sub file_overrides {
             $tag = $tagover->{'tag'};
 
             unless($tag eq $rawtag) {
-                tag('renamed-override',"$rawtag => $tag at line $.");
+                tag 'renamed-tag',"$rawtag => $tag at line $.";
             }
 
             # treat here ignored overrides

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: