The following commit has been merged in the master branch:
commit c6d89abf8279c1ee97a41429fbb05282750fbc1a
Author: Jordà Polo <[EMAIL PROTECTED]>
Date: Thu Aug 14 19:16:09 2008 +0100
Allow tags from the "lintian" checkset to be requested via --tags
diff --git a/debian/changelog b/debian/changelog
index a3e4746..1d90c49 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -36,6 +36,7 @@ lintian (1.24.4) UNRELEASED; urgency=low
* frontend/lintian:
+ [FL] Do not try to use fail() before the lintian libraries are
loaded.
+ + [JP] Allow tags from the "lintian" checkset to be specified with --tags.
* lib/manual_refs:
+ [JP] Regenerate with new manual_refs_update.pl script.
diff --git a/frontend/lintian b/frontend/lintian
index 1aca34e..16e2979 100755
--- a/frontend/lintian
+++ b/frontend/lintian
@@ -554,7 +554,7 @@ import Tags;
my @l_secs = read_dpkg_control("$LINTIAN_ROOT/checks/lintian.desc");
shift(@l_secs);
-map Tags::add_tag($_), @l_secs;
+map { $_->{'script'} = 'lintian'; Tags::add_tag($_) } @l_secs;
# }}}
--
Debian package checker
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]