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

[SCM] Debian package checker branch, master, updated. 2.2.18-99-gcdfa18c



The following commit has been merged in the master branch:
commit cdfa18c11a5d0e378a354707e6dec0556dc9fc0a
Author: Russ Allbery <rra@debian.org>
Date:   Sat Dec 26 19:26:26 2009 -0800

    Add ${misc:Depends} to dependencies

diff --git a/debian/changelog b/debian/changelog
index 428d446..b7b809d 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -142,8 +142,11 @@ lintian (2.3.0) unstable; urgency=low
     + [RA] Document debian/source/lintian-overrides as the new preferred
       location for source overrides.
 
-  * debian/{control,copyright}:
-    + [RG] Add Raphael Geissert to Uploaders and copyright.
+  * debian/control:
+    + [RG] Add Raphael Geissert to Uploaders.
+    + [RA] Add ${misc:Depends} to dependencies.
+  * debian/copyright:
+    + [RG] Add Raphael Geissert to maintainers.
 
   * frontend/lintian:
     + [RA] Add options --suppress-tags and --suppress-tags-from-file to
diff --git a/debian/control b/debian/control
index 6f72663..067ce8e 100644
--- a/debian/control
+++ b/debian/control
@@ -17,9 +17,10 @@ Vcs-Browser: http://git.debian.org/?p=lintian/lintian.git
 
 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, libclass-accessor-perl, libdigest-sha-perl,
+Depends: ${misc: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,
+ 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)

-- 
Debian package checker


Reply to: