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

Bug#671537: lintian: false positive debian-rules-ignores-make-clean-error



Package: lintian
Version: 2.5.6
Severity: normal

Dear Maintainer,

one of the following lines in debian/rules triggered debian-rules-ignores-make-clean-error:

        $(MAKE) -Cbsnes clean
        $(MAKE) -Cpurify clean

I changed them to the following and the warning is gone:

	$(MAKE) --directory=bsnes clean
	$(MAKE) --directory=purify clean

Best regards,
Tobias

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages lintian depends on:
ii  binutils                       2.22-6
ii  bzip2                          1.0.6-1
ii  diffstat                       1.55-2
ii  file                           5.11-1
ii  gettext                        0.18.1.1-5
ii  intltool-debian                0.35.0+20060710.1
ii  libapt-pkg-perl                0.1.26
ii  libc-bin                       2.13-30
ii  libclass-accessor-perl         0.34-1
ii  libclone-perl                  0.31-1+b2
ii  libdpkg-perl                   1.16.2
ii  libemail-valid-perl            0.190-1
ii  libipc-run-perl                0.91-1
ii  libparse-debianchangelog-perl  1.2.0-1
ii  libtimedate-perl               1.2000-1
ii  liburi-perl                    1.60-1
ii  locales                        2.13-30
ii  man-db                         2.6.1-2
ii  patchutils                     0.3.2-1.1
ii  perl [libdigest-sha-perl]      5.14.2-9
ii  unzip                          6.0-6

lintian recommends no packages.

Versions of packages lintian suggests:
ii  binutils-multiarch     <none>
ii  dpkg-dev               1.16.2
ii  libhtml-parser-perl    3.69-2
ii  libtext-template-perl  <none>
ii  man-db                 2.6.1-2
ii  xz-utils               5.1.1alpha+20110809-3

-- no debconf information



Reply to: