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

Bug#349273: lintian: allow quilt in Build-Depends



Package: lintian
Version: 1.23.15
Severity: minor
Tags: patch

Not sure if anyone has started using quilt for an arch-independent package
yet, but since the debian/rules glue works the same as dpatch, it too must
be present during debian/rules clean and therefore must be in Build-Depends
rather than Build-Depends-Indep.  May as well head off the problem in
advance.  The attached patch adds that case.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages lintian depends on:
ii  binutils             2.16.1cvs20051214-1 The GNU assembler, linker and bina
ii  diffstat             1.41-1              produces graph of changes introduc
ii  dpkg-dev             1.13.11             package building tools for Debian
ii  file                 4.15-2              Determines file type using "magic"
ii  gettext              0.14.5-2            GNU Internationalization utilities
ii  intltool-debian      0.34.1+20050828     Help i18n of RFC822 compliant conf
ii  libparse-debianchang 1.0-1               parse Debian changelogs and output
ii  man-db               2.4.3-3             The on-line manual pager
ii  perl [libdigest-md5- 5.8.7-10            Larry Wall's Practical Extraction 

lintian recommends no packages.

-- no debconf information
--- lintian-1.23.15/checks/fields.orig	2006-01-05 00:17:59.000000000 -0800
+++ lintian-1.23.15/checks/fields	2006-01-21 14:46:03.000000000 -0800
@@ -39,6 +39,7 @@
 	[ dbs => '^include\s+/usr/share/dbs/' ],
 	[ debhelper => '^include\s+/usr/share/cdbs/1/rules/debhelper.mk' ],
 	[ dpatch => '^include\s+/usr/share/dpatch/' ]
+	[ quilt => '^include\s+/usr/share/quilt/' ]
 );
 
 # Similarly, these pairs of packages and regexes say that if the regex matches

Reply to: