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

lintian: r1112 - in trunk: checks debian



Author: rra
Date: 2008-01-05 06:51:39 +0100 (Sat, 05 Jan 2008)
New Revision: 1112

Modified:
   trunk/checks/fields
   trunk/debian/changelog
Log:
* checks/fields:
  + [RA] Allow python-setuptools in Build-Depends for arch-independent
    Python packages.  Thanks, Vincent Bernat.  (Closes: #459042)


Modified: trunk/checks/fields
===================================================================
--- trunk/checks/fields	2008-01-05 00:56:30 UTC (rev 1111)
+++ trunk/checks/fields	2008-01-05 05:51:39 UTC (rev 1112)
@@ -65,6 +65,7 @@
 	[ patchutils => '^include\s+/usr/share/cdbs/1/rules/simple-patchsys.mk' ],
 	[ 'python-central' => '^DEB_PYTHON_SYSTEM\s*:?=\s*pycentral' ],
 	[ 'python-support' => '^DEB_PYTHON_SYSTEM\s*:?=\s*pysupport' ],
+	[ 'python-setuptools' => '/usr/share/cdbs/1/class/python-distutils.mk' ],
 	[ quilt => '^clean:\s+xsfclean\b' ],
 );
 
@@ -100,6 +101,7 @@
 my @rule_clean_allowed = (
 	[ patch => '^\t\s*(?:perl debian/)?yada\s+unpatch' ],
 	[ 'perl | perl-base (>= 5.6.0-16)' => '(^\t|\|\|)\s*(perl|\$\(PERL\))\s' ],
+	[ 'python-setuptools' => '\ssetup\.py\b' ],
 );
 
 # A simple list of regular expressions which, if they match anywhere in

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-01-05 00:56:30 UTC (rev 1111)
+++ trunk/debian/changelog	2008-01-05 05:51:39 UTC (rev 1112)
@@ -35,6 +35,8 @@
   * checks/fields:
     + [RA] Handle double-colon rules when checking that build dependencies
       match debian/rules.  (Closes: #457501)
+    + [RA] Allow python-setuptools in Build-Depends for arch-independent
+      Python packages.  Thanks, Vincent Bernat.  (Closes: #459042)
   * checks/fields.desc:
     + [RA] Remove X.X.X versions from the debian-revision-not-well-formed
       long description.  (Closes: #456286)


Reply to: