Hi,

Upload 1.0.1-3.1 made the following changes to debian/rules from 
1.0.1-3:

diff -u wmcpuload-1.0.1/debian/rules wmcpuload-1.0.1/debian/rules
--- wmcpuload-1.0.1/debian/rules
+++ wmcpuload-1.0.1/debian/rules
@@ -34,11 +33,15 @@
        touch build-stamp

 clean:
+       -test -r /usr/share/misc/config.sub && \
+           cp -f /usr/share/misc/config.sub config.sub
+       test -r /usr/share/misc/config.guess && \
+           cp -f /usr/share/misc/config.guess config.guess
        dh_testdir
        dh_testroot
        rm -f build-stamp configure-stamp

-       -$(MAKE) distclean
+       [ ! -f Makefile ] || $(MAKE) distclean

        dh_clean
---

The problem is that the second test command for config.guess is not
prepended with a hyphen, so it doesn't ignore the make error when
autotools-dev is not installed, as in the case of a buildd environment.

I believe that the solution is either to add the autotools-dev 
dependency or just add the hyphen.

Cheers,
Daniel Moerner

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to