Control: reassign -1 debhelper David Suárez, le Sat 27 Jul 2013 22:30:58 +0200, a écrit : > During a rebuild of all packages in sid, your package failed to build on > amd64. > > Relevant part (hopefully): > > fakeroot debian/rules binary > > dh binary --with autotools-dev,autoreconf > > dh_testroot > > dh_prep > > dh_auto_install > > dh_install > > dh_install: libgtg-dev missing files (usr/include/*), aborting > > make: *** [binary] Error 2
It seems dh_auto_install does not run make install at all any more here. I don't really understand why: there is a Makefile, and it does contain an install rule (it's automake-generated), debian/compat is 8, and debian/rules merely contains: #!/usr/bin/make -f DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) export DEB_BUILD_HARDENING=1 %: dh $@ --with autotools-dev,autoreconf override_dh_auto_configure: dh_auto_configure -- --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \ --with-otf=/usr Samuel -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org