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

lintian: r629 - in trunk: checks debian



Author: rra
Date: 2006-04-23 01:07:43 +0200 (Sun, 23 Apr 2006)
New Revision: 629

Modified:
   trunk/checks/fields
   trunk/checks/fields.desc
   trunk/debian/changelog
Log:
* checks/fields{.desc,}:
  + [RA] Packages using dh_installxfonts must depend on 5.0.31 or later
    of debhelper for the X.Org 7 transition.

Modified: trunk/checks/fields
===================================================================
--- trunk/checks/fields	2006-04-22 22:40:29 UTC (rev 628)
+++ trunk/checks/fields	2006-04-22 23:07:43 UTC (rev 629)
@@ -50,7 +50,8 @@
 # Build-Depends-Indep as appropriate; and optional tags as above.
 my @global_depends = (
         [ 'python | python-dev' => '/usr/share/cdbs/1/class/python-distutils.mk' ],
-        [ 'python | python-dev' => '^\t\s*dh_python\s', 'missing-dh_python-build-dependency' ]
+        [ 'python | python-dev' => '^\t\s*dh_python\s', 'missing-dh_python-build-dependency' ],
+        [ 'debhelper (>= 5.0.31)' => '^\t\s*dh_installxfonts', 'missing-dh_installxfonts-build-dependency' ],
 );
 
 # Similarly, this list of packages, regexes, and optional tags say that if the

Modified: trunk/checks/fields.desc
===================================================================
--- trunk/checks/fields.desc	2006-04-22 22:40:29 UTC (rev 628)
+++ trunk/checks/fields.desc	2006-04-22 23:07:43 UTC (rev 629)
@@ -475,6 +475,12 @@
  which in turn depends on python), even if they don't otherwise need
  Python to build.
 
+Tag: missing-dh_installxfonts-build-dependency
+Type: error
+Info: dh_installxfonts prior to debhelper 5.0.31 does not correctly handle
+ the paths and dependencies for the X.Org 7 modular tree.  Any package
+ using dh_installxfonts must depend on at least debhelper (>= 5.0.31).
+
 Tag: build-conflicts-with-build-dependency
 Type: error
 Ref: policy 7.6

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-04-22 22:40:29 UTC (rev 628)
+++ trunk/debian/changelog	2006-04-22 23:07:43 UTC (rev 629)
@@ -2,7 +2,7 @@
 
   The "brown paper Python" release
 
-  * checks/fields:
+  * checks/fields{.desc,}:
     + [RA] Redo handling of build dependencies to allow a custom tag to be
       specified and to allow a general dependency string to be required
       rather than a simple package name.  As a result, dh_python handling
@@ -11,8 +11,10 @@
       Merek and Aaron M. Ucko.  (Closes: #364297, #364330)
     + [RA] Require at least quilt 0.40 if /usr/share/quilt/quilt.make is
       included.  Thanks, Michele Baldessari.
+    + [RA] Packages using dh_installxfonts must depend on 5.0.31 or later
+      of debhelper for the X.Org 7 transition.
 
- -- Russ Allbery <rra@debian.org>  Sat, 22 Apr 2006 15:34:22 -0700
+ -- Russ Allbery <rra@debian.org>  Sat, 22 Apr 2006 16:02:05 -0700
 
 lintian (1.23.17) unstable; urgency=low
 



Reply to: