tag 667755 + unreproducible - patch kthxbye Hi,
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. (*) After first having run into http://bugs.debian.org/630813 *grmpf* Steven Chamberlain wrote: > --- aiccu-20070115.orig/debian/rules 2012-03-26 12:14:04.000000000 +0100 > +++ aiccu-20070115/debian/rules 2012-05-16 13:53:11.856107989 +0100 > @@ -21,7 +21,7 @@ > %: > dh $@ > > -build: $(QUILT_STAMPFN) > +build: patch > dh $@ > > clean: unpatch > @@ -48,6 +48,6 @@ > install: build > dh $@ > # The license is already duplicated in debian/copyright > - rm `pwd`/debian/aiccu/usr/share/doc/aiccu/LICENSE > + rm -f `pwd`/debian/aiccu/usr/share/doc/aiccu/LICENSE > > binary: binary-arch binary-indep I doubt that this patch makes a change. From /usr/share/quilt/quilt.make: ---snip--- [...] patch: $(QUILT_STAMPFN) $(QUILT_STAMPFN): [...] ---snap--- So "patch" is an empty target which depends on "$(QUILT_STAMPFN)". Which makes the two targets exchangable. Even the -f seems not necessary since I was able to build the package twice in a row in pbuilder. Christoph: Is it possible that this was a temporary issue, either with the build system or the buildds? Can you trigger new builds on kfreebsd? 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