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

[SCM] Debian package checker branch, master, updated. 2.5.0-rc2-154-g42f022e



The following commit has been merged in the master branch:
commit b331fed068791cbd5d676af00bc289573e35862e
Author: Niels Thykier <niels@thykier.net>
Date:   Wed Apr 20 17:26:29 2011 +0200

    Added missing Build-Depends-Suggests on libhtml-parser-perl
    
    This is used by XML output - given its infrequent use it, lintian
    only suggests this package.

diff --git a/debian/changelog b/debian/changelog
index 31bc67a..6ce59b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -100,6 +100,8 @@ lintian (2.5.0~rc3) UNRELEASED; urgency=low
     + [NT] Bumped Standards-Version to 3.9.2.
     + [NT] Updated Build-Depends for debiandoc -> docbook change of
       the manual.
+    + [NT] Added missing Build-Depends on libhtml-parser-perl. Also
+      added it to suggests, since it is used for XML output.
   * debian/{docs,rules}:
     + [NT] Updated to use/install docbook instead of debiandoc.
 
diff --git a/debian/control b/debian/control
index 5bd9be0..0c1b55f 100644
--- a/debian/control
+++ b/debian/control
@@ -25,6 +25,7 @@ Build-Depends: binutils,
                libclass-accessor-perl,
                libdigest-sha-perl,
                libemail-valid-perl,
+               libhtml-parser-perl,
                libipc-run-perl,
                libparse-debianchangelog-perl,
                libtest-minimumversion-perl,
@@ -70,7 +71,8 @@ Depends: ${misc:Depends},
          man-db,
          perl,
          unzip
-Suggests: binutils-multiarch, libtext-template-perl, man-db (>= 2.5.1-1)
+Suggests: binutils-multiarch, libtext-template-perl,
+ libhtml-parser-perl, man-db (>= 2.5.1-1)
 Description: Debian package checker
  Lintian dissects Debian packages and reports bugs and policy
  violations. It contains automated checks for many aspects of Debian

-- 
Debian package checker


Reply to: