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

lintian: r1302 - in trunk: checks debian



Author: djpig
Date: 2008-05-06 19:05:57 +0200 (Tue, 06 May 2008)
New Revision: 1302

Modified:
   trunk/checks/debhelper
   trunk/debian/changelog
Log:
* checks/debhelper:
  + dh_lintian needs debhelper >= 6.0.7. Patch by David Paleino.
    (Closes: #479088)


Modified: trunk/checks/debhelper
===================================================================
--- trunk/checks/debhelper	2008-05-04 20:10:47 UTC (rev 1301)
+++ trunk/checks/debhelper	2008-05-06 17:05:57 UTC (rev 1302)
@@ -87,7 +87,8 @@
 # newer.
 my %versions
     = (dh_icons           => '5.0.51~',
-       dh_installifupdown => '5.0.44~');
+       dh_installifupdown => '5.0.44~',
+       dh_lintian         => '6.0.7~');
 
 open(RULES, '<', "debfiles/rules") or fail("cannot read debian/rules: $!");
 my $dhcompatvalue;

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-05-04 20:10:47 UTC (rev 1301)
+++ trunk/debian/changelog	2008-05-06 17:05:57 UTC (rev 1302)
@@ -1,3 +1,11 @@
+lintian (1.23.49) UNRELEASED; urgency=low
+
+  * checks/debhelper:
+    + [FL] dh_lintian needs debhelper >= 6.0.7. Patch by David Paleino.
+      (Closes: #479088)
+
+ -- Frank Lichtenheld <djpig@debian.org>  Tue, 06 May 2008 19:04:39 +0200
+
 lintian (1.23.48) unstable; urgency=low
 
   The "Perl 5.10 compatibility" release.


Reply to: