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

[SCM] Debian package checker branch, master, updated. 2.2.16-3-g2c62862



The following commit has been merged in the master branch:
commit 2c62862b06dcf172d86330364d227610ea5d43cc
Author: Russ Allbery <rra@debian.org>
Date:   Tue Sep 22 10:13:06 2009 -0700

    Explicitly depend on libclass-accessor-perl

diff --git a/debian/changelog b/debian/changelog
index c621e24..2321f96 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,11 @@ lintian (2.2.17) unstable; urgency=medium
       packages that contain a version number.  Thanks, Yves-Alexis Perez.
       (Closes: #547773)
 
+  * debian/control:
+    + [RA] Explicitly depend on libclass-accessor-perl, since we use it
+      directly.  (libparse-debianchangelog-perl was implicitly ensuring it
+      was installed.)
+
  -- Russ Allbery <rra@debian.org>  Tue, 22 Sep 2009 10:07:24 -0700
 
 lintian (2.2.16) unstable; urgency=low
diff --git a/debian/control b/debian/control
index cada3fe..227f04c 100644
--- a/debian/control
+++ b/debian/control
@@ -18,8 +18,9 @@ Package: lintian
 Architecture: all
 Depends: perl, libdigest-md5-perl | perl (>> 5.8), dpkg-dev (>= 1.13.17),
  file, binutils, diffstat (>= 1.27-1), man-db (>= 2.4.0), gettext (>= 0.16),
- intltool-debian, libdigest-sha-perl, libparse-debianchangelog-perl (>= 0.6),
- libtimedate-perl, liburi-perl, libipc-run-perl, libapt-pkg-perl
+ intltool-debian, libclass-accessor-perl, libdigest-sha-perl,
+ libparse-debianchangelog-perl (>= 0.6), libtimedate-perl, liburi-perl,
+ libipc-run-perl, libapt-pkg-perl
 Suggests: binutils-multiarch, libtext-template-perl, man-db (>= 2.5.1-1)
 Description: Debian package checker
  Lintian dissects Debian packages and reports bugs and policy

-- 
Debian package checker


Reply to: