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

lintian: r870 - in trunk: checks debian



Author: rra
Date: 2007-04-28 07:05:05 +0200 (Sat, 28 Apr 2007)
New Revision: 870

Modified:
   trunk/checks/scripts
   trunk/checks/scripts.desc
   trunk/debian/changelog
Log:
  + [RA] Remove the version constraint on the gconf-schemas check since
    all versions of gconf2 back to stable provide this script and it's
    not worth maintaining a separate check for oldstable backports.

Modified: trunk/checks/scripts
===================================================================
--- trunk/checks/scripts	2007-04-28 05:00:21 UTC (rev 869)
+++ trunk/checks/scripts	2007-04-28 05:05:05 UTC (rev 870)
@@ -176,11 +176,11 @@
 # reported is maintainer-script-needs-depends-on-%s, so be sure to update
 # scripts.desc when adding a new rule.
 my @depends_needed = (
-	[ adduser		 => '\badduser\b'	    ],
-	[ 'gconf2 (>= 2.10.1-2)' => '\bgconf-schemas\b'	    ],
-	[ $update_inetd		 => '\bupdate-inetd\b'	    ],
-	[ ucf			 => '\bucf\s'		    ],
-	[ 'xml-core'		 => '\bupdate-xmlcatalog\b' ],
+	[ adduser	=> '\badduser\b'	   ],
+	[ gconf2	=> '\bgconf-schemas\b'	   ],
+	[ $update_inetd	=> '\bupdate-inetd\b'	   ],
+	[ ucf		=> '\bucf\s'		   ],
+	[ 'xml-core'	=> '\bupdate-xmlcatalog\b' ],
 );
 
 my %executable = ();

Modified: trunk/checks/scripts.desc
===================================================================
--- trunk/checks/scripts.desc	2007-04-28 05:00:21 UTC (rev 869)
+++ trunk/checks/scripts.desc	2007-04-28 05:05:05 UTC (rev 870)
@@ -307,12 +307,10 @@
 
 Tag: maintainer-script-needs-depends-on-gconf2
 Type: warning
-Info: This script calls gconf-schemas, which comes from the gconf2 package
- and was introduced with gconf2 2.10.1-2, but does not depend or
- pre-depend on the appropriate version of gconf2.  Packages that call
- gconf-schemas need to depend on gconf2 (>= 2.10.1-2).  If you are using
- dh_gconf, add a dependency on ${misc:Depends} and dh_gconf will take care
- of this for you.
+Info: This script calls gconf-schemas, which comes from the gconf2 package,
+ but does not depend or pre-depend on gconf2.  If you are using dh_gconf,
+ add a dependency on ${misc:Depends} and dh_gconf will take care of this
+ for you.
 
 Tag: maintainer-script-needs-depends-on-ucf
 Type: warning

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-04-28 05:00:21 UTC (rev 869)
+++ trunk/debian/changelog	2007-04-28 05:05:05 UTC (rev 870)
@@ -75,12 +75,15 @@
     + [RA] Add pike7.6 and ruby1.9 as valid interpreters.
     + [RA] Diagnose use of /bin/env with a more specific message than the
       generic unusual interpreter tag.
+    + [RA] Remove the version constraint on the gconf-schemas check since
+      all versions of gconf2 back to stable provide this script and it's
+      not worth maintaining a separate check for oldstable backports.
   * checks/shared-libs{.desc,}:
     + [RA] Warn if a package declares dependencies in its shlibs control
       file that cannot be satisfied by that package (including via
       Provides).  (Closes: #56440)
 
- -- Russ Allbery <rra@debian.org>  Fri, 27 Apr 2007 20:02:07 -0700
+ -- Russ Allbery <rra@debian.org>  Fri, 27 Apr 2007 22:04:52 -0700
 
 lintian (1.23.29) unstable; urgency=low
 



Reply to: