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

Bug#536405: [checks/fiields] false positive build-depends-without-arch-dep



Package: lintian
Version: 2.2.12

Hi,

The check needs to learn a bit more about makefiles:

$ lintian -I deejayd_0.8.2-1.dsc
I: deejayd source: build-depends-without-arch-dep debhelper
I: deejayd source: build-depends-without-arch-dep python

debian/control:
> Build-Depends: debhelper (>= 5.0.38), python

debian/rules:
> clean: $(PYVERS:%=clean-python%)
>
> clean-python%:
>         dh_testdir
>         dh_testroot
>
>         rm -f build-python*
>         python$* setup.py clean --all
>         find $(CURDIR) -name '*pyc' -exec rm -f {} \;
>
>         dh_clean

Cheers,
-- 
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net



Reply to: