Package: lintian Version: 1.23.27 Severity: wishlist Tags: patch Here is a small patch to support the Autobuild: and Vcs-* fields in .dsc files.
For details on the Autobuild header, see http://lists.debian.org/debian-devel-announce/2006/11/msg00012.html For the vcs-* headers, see #391023 Ian. -- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages lintian depends on: ii binutils 2.17-3 The GNU assembler, linker and bina ii diffstat 1.43-2 produces graph of changes introduc ii dpkg-dev 1.13.24 package building tools for Debian ii file 4.17-5 Determines file type using "magic" ii gettext 0.16.1-1 GNU Internationalization utilities ii intltool-debian 0.35.0+20060710.1 Help i18n of RFC822 compliant conf ii libparse-debianchangel 1.0-1 parse Debian changelogs and output ii man-db 2.4.3-5 The on-line manual pager ii perl [libdigest-md5-pe 5.8.8-6.1 Larry Wall's Practical Extraction lintian recommends no packages. -- no debconf information
diff -Naur lintian-1.23.27/checks/common_data.pm lintian-1.23.27-patched/checks/common_data.pm --- lintian-1.23.27/checks/common_data.pm 2006-08-20 02:14:01.000000000 +0100 +++ lintian-1.23.27-patched/checks/common_data.pm 2006-12-17 21:57:37.000000000 +0000 @@ -65,7 +65,8 @@ ('source', 'version', 'maintainer', 'binary', 'architecture', 'standards-version', 'files', 'build-depends', 'build-depends-indep', 'build-conflicts', 'build-conflicts-indep', 'format', 'origin', - 'uploaders', 'python-version' ); + 'uploaders', 'python-version', 'autobuild', 'vcs-arch', 'vcs-bzr', + 'vcs-cvs', 'vcs-darcs', 'vcs-git', 'vcs-hg', 'vcs-svn'); %known_binary_fields = map { $_ => 1 } ('package', 'version', 'architecture', 'depends', 'pre-depends',