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

lintian: r850 - in trunk: checks debian



Author: rra
Date: 2007-04-23 00:47:27 +0200 (Mon, 23 Apr 2007)
New Revision: 850

Modified:
   trunk/checks/fields
   trunk/debian/changelog
Log:
* checks/fields:
  + [RA] The CDBS Python rules only call pycentral or pysupport during
    the binary targets, so those dependencies can be safely moved to
    Build-Depends-Indep.  Still allow them in Build-Depends, though,
    since that's where CDBS likes to put them.  Thanks, Tristan
    Seligmann.  (Closes: #420526)

Modified: trunk/checks/fields
===================================================================
--- trunk/checks/fields	2007-04-22 00:46:34 UTC (rev 849)
+++ trunk/checks/fields	2007-04-22 22:47:27 UTC (rev 850)
@@ -52,8 +52,6 @@
 	[ dpatch => '^include\s+/usr/share/dpatch/' ],
 	[ 'quilt (>= 0.40)' => '^include\s+/usr/share/quilt/' ],
 	[ $python_depend => '/usr/share/cdbs/1/class/python-distutils.mk' ],
-	[ 'python-central (>= 0.5)' => '^DEB_PYTHON_SYSTEM\s*:?=\s*pycentral' ],
-	[ 'python-support (>= 0.3)' => '^DEB_PYTHON_SYSTEM\s*:?=\s*pysupport' ],
 );
 
 # These are similar, but the resulting dependency is only allowed, not
@@ -65,6 +63,8 @@
 	[ patchutils => '^include\s+/usr/share/cdbs/1/rules/dpatch.mk' ],
 	[ patchutils => '^include\s+/usr/share/cdbs/1/rules/patchsys-quilt.mk' ],
 	[ patchutils => '^include\s+/usr/share/cdbs/1/rules/simple-patchsys.mk' ],
+	[ 'python-central (>= 0.5)' => '^DEB_PYTHON_SYSTEM\s*:?=\s*pycentral' ],
+	[ 'python-support (>= 0.3)' => '^DEB_PYTHON_SYSTEM\s*:?=\s*pysupport' ],
 	[ quilt => '^clean:\s+xsfclean\b' ],
 );
 
@@ -76,6 +76,8 @@
 	[ 'debhelper (>= 5.0.31)' => '^\t\s*dh_installxfonts', 'missing-dh_installxfonts-build-dependency' ],
 	[ 'python-central (>= 0.5)' => '^\t\s*dh_pycentral\s' ],
 	[ 'python-support (>= 0.3)' => '^\t\s*dh_pysupport\s' ],
+	[ 'python-central (>= 0.5)' => '^DEB_PYTHON_SYSTEM\s*:?=\s*pycentral' ],
+	[ 'python-support (>= 0.3)' => '^DEB_PYTHON_SYSTEM\s*:?=\s*pysupport' ],
 );
 
 # Similarly, this list of packages, regexes, and optional tags say that if the

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-04-22 00:46:34 UTC (rev 849)
+++ trunk/debian/changelog	2007-04-22 22:47:27 UTC (rev 850)
@@ -2,8 +2,14 @@
 
   * checks/common_data.pm:
     + [RA] Add mktemp and sysvinit-utils as known essential packages.
+  * checks/fields:
+    + [RA] The CDBS Python rules only call pycentral or pysupport during
+      the binary targets, so those dependencies can be safely moved to
+      Build-Depends-Indep.  Still allow them in Build-Depends, though,
+      since that's where CDBS likes to put them.  Thanks, Tristan
+      Seligmann.  (Closes: #420526)
 
- -- Russ Allbery <rra@debian.org>  Sat, 21 Apr 2007 17:46:14 -0700
+ -- Russ Allbery <rra@debian.org>  Sun, 22 Apr 2007 15:45:39 -0700
 
 lintian (1.23.29) unstable; urgency=low
 



Reply to: