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

Bug#277187: lintian: Support for bzipped archives



Package: lintian
Version: 1.23.3
Severity: wishlist

When using bzipped archive, lintian reports:

W: libapache-mod-tsunami source: native-package-with-dash-version

because the file extension is hardcoded:

if ((not -f "${pkg}_${version}.diff.gz") and
    ($version =~ /-/) and ($version !~ /-0\.[^-]+$/) ) {
    tag_warn("native-package-with-dash-version");
}

We should also check for ${pkg}_${version}.diff.bz2

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-686
Locale: LANG=C, LC_CTYPE=en_US.UTF-8

Versions of packages lintian depends on:
ii  binutils                      2.15-4     The GNU assembler, linker and bina
ii  diffstat                      1.34-1     produces graph of changes introduc
ii  file                          4.10-3     Determines file type using "magic"
ii  gettext                       0.14.1-5   GNU Internationalization utilities
ii  man-db                        2.4.2-19   The on-line manual pager
ii  perl [libdigest-md5-perl]     5.8.4-2.3  Larry Wall's Practical Extraction 

-- no debconf information



Reply to: