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

lintian: r624 - trunk/debian



Author: rra
Date: 2006-04-17 06:34:52 +0200 (Mon, 17 Apr 2006)
New Revision: 624

Modified:
   trunk/debian/changelog
   trunk/debian/control
Log:
No longer any need to depend on make since that way of doing debian/rules
checks didn't work out.


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-04-17 00:12:30 UTC (rev 623)
+++ trunk/debian/changelog	2006-04-17 04:34:52 UTC (rev 624)
@@ -101,9 +101,6 @@
       the user's environment.
     + [RA] Run readelf -l to collect interpreter information.
 
-  * debian/control:
-    + [RA] Depend on make for debian/rules checks.
-
   * lib/Dep.pm:
     + [RA] Add initial support for analyzing architecture information in
       dependencies instead of ignoring it.
@@ -115,7 +112,7 @@
   * man/lintian.1:
     + [RA] Mention the new rules check class.
 
- -- Russ Allbery <rra@debian.org>  Tue,  4 Apr 2006 20:53:09 -0700
+ -- Russ Allbery <rra@debian.org>  Sun, 16 Apr 2006 21:34:20 -0700
 
 lintian (1.23.16) unstable; urgency=low
 

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2006-04-17 00:12:30 UTC (rev 623)
+++ trunk/debian/control	2006-04-17 04:34:52 UTC (rev 624)
@@ -9,7 +9,7 @@
 
 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.3.20-1), gettext, intltool-debian, libparse-debianchangelog-perl (>= 0.6), make
+Depends: perl, libdigest-md5-perl | perl (>> 5.8), dpkg-dev (>= 1.13.17), file, binutils, diffstat (>= 1.27-1), man-db (>= 2.3.20-1), gettext, intltool-debian, libparse-debianchangelog-perl (>= 0.6)
 Suggests: binutils-multiarch
 Description: Debian package checker
  Lintian dissects Debian packages and reports bugs and policy



Reply to: