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

[SCM] Debian package checker branch, master, updated. 2.2.8-5-g8b1f0cf



The following commit has been merged in the master branch:
commit 8b1f0cfe0f58a9c9a3cddb534c6f10342969b2df
Author: Russ Allbery <rra@debian.org>
Date:   Sat Mar 21 15:11:48 2009 -0700

    Belatedly bump the lab format version
    
    * frontend/lintian:
      + [RA] Belatedly bump the lab format version for many recent changes.

diff --git a/debian/changelog b/debian/changelog
index e0527c6..06722f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,9 @@ lintian (2.2.9) UNRELEASED; urgency=low
     + [CW] Add karmic as an allowable distribution for Ubuntu (thanks, Soren
       Hansen).
 
+  * frontend/lintian:
+    + [RA] Belatedly bump the lab format version for many recent changes.
+
  -- Frank Lichtenheld <djpig@debian.org>  Mon, 16 Mar 2009 00:13:30 +0100
 
 lintian (2.2.8) unstable; urgency=low
diff --git a/frontend/lintian b/frontend/lintian
index 0088d1d..803653d 100755
--- a/frontend/lintian
+++ b/frontend/lintian
@@ -30,7 +30,7 @@ use Getopt::Long;
 # {{{ Global Variables
 my $LINTIAN_VERSION = "<VERSION>";	#External Version number
 my $BANNER = "Lintian v$LINTIAN_VERSION"; #Version Banner - text form
-my $LAB_FORMAT = 8;		#Lab format Version Number
+my $LAB_FORMAT = 9;		#Lab format Version Number
 				#increased whenever incompatible
 				#changes are done to the lab
 				#so that all packages are re-unpacked

-- 
Debian package checker


Reply to: