lintian: r592 - in trunk: checks debian
Author: rra
Date: 2006-03-29 06:52:18 +0200 (Wed, 29 Mar 2006)
New Revision: 592
Modified:
trunk/checks/fields
trunk/debian/changelog
Log:
* checks/fields:
+ [RA] Allow dpatch in Build-Depends for arch-independent packages if
it is invoked in clean, build-arch, or binary-arch.
Modified: trunk/checks/fields
===================================================================
--- trunk/checks/fields 2006-03-27 00:19:55 UTC (rev 591)
+++ trunk/checks/fields 2006-03-29 04:52:18 UTC (rev 592)
@@ -46,7 +46,8 @@
# in one of clean, build-arch, binary-arch, or a rule they depend on, this
# package is allowed in Build-Depends.
my @rule_depends = (
- [ debhelper => '^\s+dh_.+' ]
+ [ debhelper => '^\s+dh_.+' ],
+ [ dpatch => '^\s+dpatch\s' ]
);
# Note that yada is handled as a special case, based on the existence of
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2006-03-27 00:19:55 UTC (rev 591)
+++ trunk/debian/changelog 2006-03-29 04:52:18 UTC (rev 592)
@@ -3,6 +3,9 @@
* checks/common_data.pm:
+ [RA] Include all combinations of cpu and os from the dpkg cputable
and ostable files (as of dpkg 1.13.16). (Closes: #337034, #357433)
+ * checks/fields:
+ + [RA] Allow dpatch in Build-Depends for arch-independent packages if
+ it is invoked in clean, build-arch, or binary-arch.
* checks/fields.desc:
+ [RA] Only list examples of non-standard architectures, since there
are now too many combinations to list completely.
Reply to: