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

[PATCH] private/refresh-manual-refs: update the list of required packages.



libpkg-guide no longer exist;
java-common and vim-doc are now required.
---
 debian/changelog            | 3 +++
 private/refresh-manual-refs | 3 ++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e678bec..30df4e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -45,6 +45,9 @@ lintian (2.5.34) UNRELEASED; urgency=medium
     + [NT] The "uid" and "gid" methods now return 0 rather than
       undef when numeric ownership is not collected.
 
+  * private/refresh-manual-refs:
+    + [JW] Update the list of required packages.
+
   * reporting/templates:
     + [NT] Remove (uses of) the "invisible-anchor" css class as
       invisible (display: none) elements cannot be used as
diff --git a/private/refresh-manual-refs b/private/refresh-manual-refs
index 430387c..e88eda5 100755
--- a/private/refresh-manual-refs
+++ b/private/refresh-manual-refs
@@ -22,7 +22,8 @@
 # Should be run from the top level of the Lintian source tree or with
 # LINTIAN_ROOT set appropriately.  You need copies of all the relevant manuals
 # installed in the standard places locally (packages debian-policy,
-# developers-reference, doc-base, python, lintian, menu and libpkg-guide).
+# developers-reference, doc-base, python, lintian, menu, java-common and
+# vim-doc).
 
 use strict;
 use warnings;
-- 
2.1.4


Reply to: