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

lintian: r1126 - in trunk: checks debian



Author: rra
Date: 2008-01-10 05:42:08 +0100 (Thu, 10 Jan 2008)
New Revision: 1126

Modified:
   trunk/checks/debhelper
   trunk/debian/changelog
Log:
* checks/debhelper:
  + [RA] CDBS now defaults to a debhelper compatibility level of V5.

Modified: trunk/checks/debhelper
===================================================================
--- trunk/checks/debhelper	2008-01-08 19:43:43 UTC (rev 1125)
+++ trunk/checks/debhelper	2008-01-10 04:42:08 UTC (rev 1126)
@@ -48,7 +48,7 @@
 # It may be better to look at what version of cdbs the package depends on and
 # from that derive the compatibility level....
 
-my $cdbscompat = 4;
+my $cdbscompat = 5;
 
 # Parse the debian/rules file, and try to figure out if debhelper commands
 # are run in it that like to modify maintainer scripts. Those debhelper

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-01-08 19:43:43 UTC (rev 1125)
+++ trunk/debian/changelog	2008-01-10 04:42:08 UTC (rev 1126)
@@ -1,5 +1,8 @@
 lintian (1.23.43) UNRELEASED; urgency=low
 
+  * checks/debhelper:
+    + [RA] CDBS now defaults to a debhelper compatibility level of V5.
+
   * lib/Spelling.pm:
     + [RA] Add a spelling correction for PostgreSQL and capitalization
       corrections for it, Xfce, Python, MySQL, Skolelinux, Debian Edu,


Reply to: