Hi Sandro

On Wed, Nov 26, 2008 at 05:33:57PM +0100, Sandro Tosi wrote:
> ehm, I personally like to have all the changes in the revision =
> "current revision in debian"+1, so -6, and you have the opportunity to
> "fix" this since.... your package FTBFS if build twice in a row. what
> does this mean? take your source pacakge and uncompress it, then exec
> "debuild -us -uc && debuild -us -uc", the second execution will fail
> with
> (snip)

Hmm, I was encouraged before to ensure each upload is unique, but I
guess it's preference. (A direct upload to ftp-master requires
uniqueness, doesn't it?)

I think it failed to build twice in a row because the paches were
removed before distclean was called, but correct me if I'm wrong. I've
changed it in debian/rules and it seems to be ok now. Diff attached.

Combined changelog entries and updated the timestamp.

Uploaded to
http://mentors.debian.net/debian/pool/main/w/webcpp/webcpp_0.8.4-6.dsc,
if you have chance to take a look.

Cheers



-- 
Jonathan Wiltshire

--- rules~	2008-11-26 20:21:13.000000000 +0000
+++ rules	2008-11-26 19:40:18.000000000 +0000
@@ -31,7 +31,8 @@
 	dh build
 	touch $@
 
-clean: unpatch
+distclean: unpatch
+clean:
 	-rm -f config.sub config.guess
 	[ ! -f Makefile ] || $(MAKE) distclean
 	dh $@

Attachment: signature.asc
Description: Digital signature

Reply via email to