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

[SCM] Debian package checker branch, master, updated. dca7991eb3d6e570d3b9ca763c856051e4fea401



The following commit has been merged in the master branch:
commit dca7991eb3d6e570d3b9ca763c856051e4fea401
Author: Adam D. Barratt <adam@adam-barratt.org.uk>
Date:   Sat Jun 28 17:38:18 2008 +0100

    Add missing "use Dep"
    
      * checks/changelog-file:
        + [ADB] Add missing "use Dep". Thanks gregor herrmann (Closes: #488397)

diff --git a/checks/changelog-file b/checks/changelog-file
index ffb5c65..32d04fa 100644
--- a/checks/changelog-file
+++ b/checks/changelog-file
@@ -21,6 +21,7 @@
 package Lintian::changelog_file;
 use strict;
 use Spelling;
+use Dep;
 use Tags;
 use Util;
 
diff --git a/debian/changelog b/debian/changelog
index 728fd9a..4550e94 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 lintian (1.24.2) unstable; urgency=low
 
+  * checks/changelog-file:
+    + [ADB] Add missing "use Dep". Thanks gregor herrmann (Closes: #488397)
   * checks/fields{,.desc}:
     + [FL] Do not complain about obsolete packages if there are
       non-obsolete alternatives specified and if the obsolete

-- 
Debian package checker


Reply to: