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

lintian: r1376 - in trunk: debian frontend



Author: djpig
Date: 2008-06-12 17:20:45 +0200 (Thu, 12 Jun 2008)
New Revision: 1376

Modified:
   trunk/debian/changelog
   trunk/frontend/lintian
Log:
* frontend/lintian:
  + Increase LAB_FORMAT to 8. This should have happened
    in 1.23.47, since the unpack-binpkg-l1 then produced a
    new file which checks depend upon.  Since this only
    affects static labs and only if packages get rechecked
    (i.e. not on harness -i runs) it only got noticed now.
    Use urgency=medium for this fix.


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-06-11 17:58:55 UTC (rev 1375)
+++ trunk/debian/changelog	2008-06-12 15:20:45 UTC (rev 1376)
@@ -1,5 +1,13 @@
-lintian (1.24.1) unstable; urgency=low
+lintian (1.24.1) unstable; urgency=medium
 
+  * frontend/lintian:
+    + [FL] Increase LAB_FORMAT to 8. This should have happened
+      in 1.23.47, since the unpack-binpkg-l1 then produced a
+      new file which checks depend upon.  Since this only
+      affects static labs and only if packages get rechecked
+      (i.e. not on harness -i runs) it only got noticed now.
+      Use urgency=medium for this fix.
+  
   * unpack/unpack-binpkg-l1:
     + [FL] Don't include version number from Source: field in
       the source symlink.  Noted by RA.  (Closes: #485474)

Modified: trunk/frontend/lintian
===================================================================
--- trunk/frontend/lintian	2008-06-11 17:58:55 UTC (rev 1375)
+++ trunk/frontend/lintian	2008-06-12 15:20:45 UTC (rev 1376)
@@ -32,7 +32,7 @@
 my $lintian_info_cmd = 'lintian-info'; #Command to run for ?
 my $LINTIAN_VERSION = "<VERSION>";	#External Version number
 my $BANNER = "Lintian v$LINTIAN_VERSION"; #Version Banner - text form
-my $LAB_FORMAT = 7;		#Lab format Version Number
+my $LAB_FORMAT = 8;		#Lab format Version Number
 				#increased whenever incompatible
 				#changes are done to the lab
 				#so that all packages are re-unpacked


Reply to: