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

[lintian] 01/02: private/refresh-manual-refs: Update java-policy path



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

jwilk pushed a commit to branch master
in repository lintian.

commit d99ea39b686fda4ebf1f91e42442403d71cbbd1d
Author: Jakub Wilk <jwilk@debian.org>
Date:   Mon Aug 22 17:49:40 2016 +0200

    private/refresh-manual-refs: Update java-policy path
    
    The document has been moved from "java-common" to separate package
    "java-policy".
---
 debian/changelog            | 3 +++
 private/refresh-manual-refs | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c093c3d..4272ba8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -35,6 +35,9 @@ lintian (2.5.47) UNRELEASED; urgency=medium
   * debian/control:
     + [JW] Drop now-unused libdata-alias-perl from (Build-)Depends.
 
+  * private/refresh-manual-refs:
+    + [JW] Fix path to Debian policy for Java.
+
  -- Niels Thykier <niels@thykier.net>  Sat, 13 Aug 2016 20:07:19 +0000
 
 lintian (2.5.46) unstable; urgency=medium
diff --git a/private/refresh-manual-refs b/private/refresh-manual-refs
index 017d81b..906d310 100755
--- a/private/refresh-manual-refs
+++ b/private/refresh-manual-refs
@@ -22,7 +22,7 @@
 # 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, java-common and
+# developers-reference, doc-base, python, lintian, menu, java-policy and
 # vim-doc).
 
 use strict;
@@ -90,7 +90,7 @@ my %manuals = (
         $link_re, $fields
     ],
     'java-policy' => [
-        '/usr/share/doc/java-common/debian-java-policy/index.html',
+        '/usr/share/doc/java-policy/debian-java-policy/index.html',
         'https://www.debian.org/doc/packaging-manuals/java-policy/',
         $dbk_index_re,
         $dbk_fields

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


Reply to: