tag 667755 - unreproducible + patch kthxbye Hi again,
> Lars Duesing wrote: > > I tried to have a look after this bug, but it won't show up in a > > newly installed VM here. See attached log. > > Same here. Tried to build it in pbuilder on kfreebsd-i386, and it > worked like a charm(*), even with --twice. Just found out together with Christoph: It is reproducible with "dpkg-buildpackage -B" as used when just a binary package is built, i.e. on the build daemons. The fix is to remove (non-dpkg) quilt usage completely from the package as common with source format 3.0 packages and already suspected by Steven: diff --git a/debian/rules b/debian/rules index 8ea8707..81d07a9 100755 --- a/debian/rules +++ b/debian/rules @@ -16,15 +16,13 @@ DPKG_EXPORT_BUILDFLAGS = 1 RPM_OPT_FLAGS = $(CFLAGS) export RPM_OPT_FLAGS -include /usr/share/quilt/quilt.make - %: dh $@ -build: $(QUILT_STAMPFN) +build: dh $@ -clean: unpatch +clean: dh $@ # dh_testdir # rm -f build-stamp configure-stamp I'm currently preparing an NMU to fix this issue. (Will also include the Danish debconf templates from http://bugs.debian.org/670971.) Regards, Axel -- ,''`. | Axel Beckert <a...@debian.org>, http://people.debian.org/~abe/ : :' : | Debian Developer, ftp.ch.debian.org Admin `. `' | 1024D: F067 EA27 26B9 C3FC 1486 202E C09E 1D89 9593 0EDE `- | 4096R: 2517 B724 C5F6 CA99 5329 6E61 2FF9 CD59 6126 16B5 -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org