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

[SCM] Debian package checker branch, master, updated. 2.2.17-7-gfc967eb



The following commit has been merged in the master branch:
commit e43999dbaea63799f96089724088857f68c3c4a4
Author: Frank Lichtenheld <djpig@debian.org>
Date:   Tue Oct 27 17:44:55 2009 +0100

    Add automake1.11 to list of autotools packages
    
    * checks/cruft:
      + [FL] Add automake1.11 to list of autotools packages.  Thanks,
        Laurent Bigonville.  (Closes: #551051)

diff --git a/checks/cruft b/checks/cruft
index fcc3e8b..d5b1279 100644
--- a/checks/cruft
+++ b/checks/cruft
@@ -40,7 +40,7 @@ use File::Basename;
 # config.sub, and automake depends on autotools-dev.
 our $AUTOTOOLS = Lintian::Relation->new(join(' | ',
     qw(autotools-dev automake automaken automake1.4 automake1.7 automake1.8
-       automake1.9 automake1.10)));
+       automake1.9 automake1.10 automake1.11)));
 
 # The files that contain error messages from tar, which we'll check and issue
 # tags for if they contain something unexpected, and their corresponding tags.
diff --git a/debian/changelog b/debian/changelog
index 204b322..d6fa6c4 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,9 @@ lintian (2.2.18) UNRELEASED; urgency=low
     + [RA] Say to use (= ${binary:Version}) to fix weak dependencies
       between a library dev package and the shared library.  Thanks,
       Norbert Preining.  (Closes: #548218)
+  * checks/cruft:
+    + [FL] Add automake1.11 to list of autotools packages.  Thanks,
+      Laurent Bigonville.  (Closes: #551051)
   * checks/fields:
     + [RA] Fix lib-recommends-documentation tag to correctly exclude dev
       and doc packages.  Patch from Stéphane Glondu.  (Closes: #548210)
@@ -15,7 +18,7 @@ lintian (2.2.18) UNRELEASED; urgency=low
     + [FL] Update from doc-base 0.9.5. Adds Typesetting section.
       Thanks Julian Gilbey.  (Closes: #552526)
 
- -- Frank Lichtenheld <djpig@debian.org>  Tue, 27 Oct 2009 17:29:39 +0100
+ -- Frank Lichtenheld <djpig@debian.org>  Tue, 27 Oct 2009 17:42:49 +0100
 
 lintian (2.2.17) unstable; urgency=medium
 

-- 
Debian package checker


Reply to: