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

lintian: r40 - in trunk: checks debian frontend



Author: jeroen
Date: 2004-02-15 01:36:51 +0100 (Sun, 15 Feb 2004)
New Revision: 40

Added:
   trunk/checks/deb-format
   trunk/checks/deb-format.desc
Modified:
   trunk/debian/changelog
   trunk/debian/control
   trunk/frontend/lintian
Log:
Backported 1.22.10 changes to trunk:
- Maintainance changed to group
- Added deb-format check, which checks for .deb's generated with tar versions
  which contain the recently solved #230910 bug
- Next version will be maintainer upload, version 1.22.11 (?)


Copied: trunk/checks/deb-format (from rev 39, releases/1.22.10/checks/deb-format)

Copied: trunk/checks/deb-format.desc (from rev 39, releases/1.22.10/checks/deb-format.desc)

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-02-15 00:21:39 UTC (rev 39)
+++ trunk/debian/changelog	2004-02-15 00:36:51 UTC (rev 40)
@@ -1,7 +1,5 @@
-lintian (1.22.9-0.1) unstable; urgency=low
+lintian (1.22.11) unstable; urgency=low
 
-  * Non Maintainer Upload with knowledge of Maintainer
-
   Jeroen van Wolffelaar <jeroen@wolffelaar.nl>
    * Upgrade lintian itself to policy 3.6.1
      + Drop question about removing lab on purge, just do it.
@@ -63,6 +61,15 @@
 
  -- Jeroen van Wolffelaar <jeroen@wolffelaar.nl>  Thu, 12 Feb 2004 21:20:41 +0100
 
+lintian (1.22.10) unstable; urgency=low
+
+  * Lintian maintainance is now in the hands of the `Debian Lintian
+    Maintainers' group
+  * Add check for tar bug #230910
+    (tar check written by Marc 'HE' Brockschmidt <marc@marcbrockschmidt.de>)
+
+ -- Jeroen van Wolffelaar <jeroen@wolffelaar.nl>  Fri, 13 Feb 2004 01:00:48 +0100
+
 lintian (1.22.9) unstable; urgency=low
 
   * config.* files from 2000-09-05 and such had the timestamp in a

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2004-02-15 00:21:39 UTC (rev 39)
+++ trunk/debian/control	2004-02-15 00:36:51 UTC (rev 40)
@@ -1,14 +1,18 @@
 Source: lintian
 Section: devel
 Priority: optional
-Maintainer: Josip Rodin <joy-packages@debian.org>
+Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
+Uploaders: Josip Rodin <joy-packages@debian.org>,
+ Jeroen van Wolffelaar <jeroen@wolffelaar.nl>,
+ Frank Lichtenheld <djpig@debian.org>,
+ Colin Watson <cjwatson@debian.org>
 Build-Depends-Indep: debiandoc-sgml
 Standards-Version: 3.6.1
 
 Package: lintian
 Architecture: all
 Depends: perl, file, binutils, diffstat (>= 1.27-1), man-db (>= 2.3.20-1)
-Suggests: binutils-multiarch, gettext
+Suggests: binutils-multiarch, libarchive-tar-perl, gettext
 Description: Debian package checker
  Lintian dissects Debian packages and reports bugs and policy
  violations. It contains automated checks for many aspects of Debian

Modified: trunk/frontend/lintian
===================================================================
--- trunk/frontend/lintian	2004-02-15 00:21:39 UTC (rev 39)
+++ trunk/frontend/lintian	2004-02-15 00:36:51 UTC (rev 40)
@@ -29,7 +29,7 @@
 #  Global Variables
 #######################################
 my $lintian_info_cmd = 'lintian-info'; #Command to run for ?
-my $LINTIAN_VERSION = "1.22.9";	#External Version number
+my $LINTIAN_VERSION = "1.22.11";	#External Version number
 my $BANNER = "Lintian v$LINTIAN_VERSION"; #Version Banner - text form
 my $LAB_FORMAT = 6;		#Lab format Version Number
 				#increased whenever incompatible



Reply to: