tags 499739 patch thanks I have attached a patch that I believe fixes this problem. I did not add a Build-Depends on autotools-dev because after discussion on debian-mentors I was told that shipping the newest versions of config.guess and config.sub in the diff is sufficient.
Julien: I am CC'ing you on this because you made the last NMU to fix http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417867, part of which included this change to debian/rules, so I was curious if you made the upload the way it is now for a specific reason or if you have any input on the best way to fix the bug. Thanks, Daniel Moerner
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 @@ -35,7 +35,7 @@ clean: -test -r /usr/share/misc/config.sub && \ cp -f /usr/share/misc/config.sub config.sub - test -r /usr/share/misc/config.guess && \ + -test -r /usr/share/misc/config.guess && \ cp -f /usr/share/misc/config.guess config.guess dh_testdir dh_testroot
signature.asc
Description: This is a digitally signed message part.