* David Suárez <david.sephi...@gmail.com>, 2013-09-22, 21:00:
Relevant part (hopefully):
 fakeroot debian/rules clean
dh clean --with autotools_dev --parallel
   dh_testdir -O--parallel
   dh_auto_clean -O--parallel
make[1]: Entering directory `/«PKGBUILDDIR»'
Makefile:8: Makefile.common: No such file or directory
make[1]: *** No rule to make target `Makefile.common'.  Stop.
make[1]: Leaving directory `/«PKGBUILDDIR»'
dh_auto_clean: make -j1 distclean returned exit code 2
make: *** [clean] Error 2

My understanding that this is because an unusual bit of upstream build system:
Makefile always exists, but it doesn't work until the package is configured.
Apparently dh_auto_* no longer likes such setup...

Adding something like to debian/rules should fix the bug:

override_dh_auto_clean:
        ! [ -f config.status ] || dh_auto_clean

--
Jakub Wilk


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to