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

Bug#544530: lintian: wrongly reports build-depends-without-arch-dep



Package: lintian
Version: 2.2.14
Severity: normal

In a package that uses dpatch (including the snippet /usr/share/dpatch/dpatch.make), debian/rules has:
  clean: unpatch

  clean-patched: 
          dh_testdir
          dh_testroot
          dh_clean

  unpatch: clean-patched

After building, lintian -iIEvXc --pedantic reports:

  I: libphp-pclzip source: build-depends-without-arch-dep debhelper

Changing the rules to:

  clean: clean-patched

  clean-patched:
          dh_testdir
          dh_testroot
          dh_clean
          $(MAKE) -f debian/rules unpatch

the information tag is gone.

Thanks,
Federico

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages lintian depends on:
ii  binutils              2.19.51.20090827-1 The GNU assembler, linker and bina
ii  diffstat              1.47-1             produces graph of changes introduc
ii  dpkg-dev              1.15.3.1           Debian package development tools
ii  file                  5.03-1             Determines file type using "magic"
ii  gettext               0.17-8             GNU Internationalization utilities
ii  intltool-debian       0.35.0+20060710.1  Help i18n of RFC822 compliant conf
ii  libapt-pkg-perl       0.1.24             Perl interface to libapt-pkg
ii  libipc-run-perl       0.84-1             Perl module for running processes
ii  libparse-debianchange 1.1.1-2            parse Debian changelogs and output
ii  libtimedate-perl      1.1600-9           Time and date functions for Perl
ii  liburi-perl           1.37+dfsg-1        Manipulates and accesses URI strin
ii  man-db                2.5.6-1            on-line manual pager
ii  perl [libdigest-sha-p 5.10.0-25          Larry Wall's Practical Extraction 

lintian recommends no packages.

Versions of packages lintian suggests:
pn  binutils-multiarch            <none>     (no description available)
pn  libtext-template-perl         <none>     (no description available)
ii  man-db                        2.5.6-1    on-line manual pager

-- no debconf information



Reply to: