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

[SCM] Debian package checker branch, master, updated. 2.5.2-89-ga06bfa6



The following commit has been merged in the master branch:
commit a06bfa6038b012aef252ef4f748e471cfa0be991
Author: Niels Thykier <niels@thykier.net>
Date:   Sat Sep 3 20:51:38 2011 +0200

    Remove the reference to the libpkg-guide (RM'ed from sid)

diff --git a/checks/binaries.desc b/checks/binaries.desc
index 41f865e..9054908 100644
--- a/checks/binaries.desc
+++ b/checks/binaries.desc
@@ -139,7 +139,6 @@ Info: The package name of a library package should usually reflect
  from the library file name with the following code snippet:
  .
   $ objdump -p /path/to/libfoo-bar.so.1.2.3 | sed -n -e's/^[[:space:]]*SONAME[[:space:]]*//p' | sed -e's/\([0-9]\)\.so\./\1-/; s/\.so\.//'
-Ref: libpkg-guide 5
 
 Tag: binary-with-bad-dynamic-table
 Severity: serious
diff --git a/debian/changelog b/debian/changelog
index 0fd938a..5e67d9a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -34,6 +34,9 @@ lintian (2.5.3) UNRELEASED; urgency=low
       dctrl parsers (notably grep-dctrl).  (Closes: #639928)
     + [JW] Fix a number of broken references in the tag
       descriptions.  (Closes: #639923)
+  * checks/binaries.desc:
+    + [NT] Remove the reference to the Library Packaging Guide,
+      since it is no longer available (in Debian).  (Closes: #640228)
   * checks/changelog-file{,.desc}:
     + [JW] Remove debmake-specific tag in favour of more general
       debian-changelog-file-contains-invalid-email-address.
@@ -178,6 +181,9 @@ lintian (2.5.3) UNRELEASED; urgency=low
   * private/*:
     + [JW] Use LC_ALL rather than LANG, since LC_ALL overrules
       LANG.
+  * private/refresh-manual-refs:
+    + [NT] Remove code to refresh refs to the Library Packaging
+      Guide.
 
   * reporting/{config,html_reports,templates/foot.tmpl}:
     + [NT] Added a link to the Lintian source code.
diff --git a/private/refresh-manual-refs b/private/refresh-manual-refs
index e61f455..8097b3a 100755
--- a/private/refresh-manual-refs
+++ b/private/refresh-manual-refs
@@ -107,15 +107,6 @@ my %manuals = (
         qr/<a href="(#.+?)">([\w\s[:punct:]]+?)<\/a>/,
         [ [ 'section', 'url' ], [ 'title' ] ]
     ],
-    # Extract chapters only, since the HTML available in netfort.gr.jp isn't
-    # exactly the same with regards to section IDs as the version included in
-    # the package.
-    'libpkg-guide' => [
-        '/usr/share/doc/libpkg-guide/libpkg-guide.html',
-        'http://www.netfort.gr.jp/~dancer/column/libpkg-guide/libpkg-guide.html',
-        qr/class="chapter"><a href="(.+?)">([\d\.]+?)\.? ([\w\s[:punct:]]+?)<\/a>/,
-        $fields
-    ],
     'fhs' => [
         '/usr/share/doc/debian-policy/fhs/fhs-2.3.html',
         'http://www.pathname.com/fhs/pub/fhs-2.3.html',

-- 
Debian package checker


Reply to: