Control: found -1 3.1.2-1.2 On Sunday, 18. November 2012 08:34:31 Michael Gilbert wrote: > Hi, I've uploaded an nmu fixing these issues to delayed/5. I saw this > was commited to git, but hasn't been uploaded after a long while. The > delayed upload is to give you time to do a maintainer upload instead. > Please see attached patch.
That does not work on upgrades from testing (3.1.2-1.1) because of comparing with the wrong version: + if dpkg --compare-versions "$2" lt "3.1.2-1.1" ; then + rm -rf /usr/share/doc/$FOOBAR || true + fi That should have been dpkg --compare-versions "$2" lt "3.1.2-1.2" but if it is going to be fixed in a -1.3 NMU, the version needs to be bumped to the fixed package version "3.1.2-1.3": dpkg --compare-versions "$2" lt "3.1.2-1.3" (or maybe "3.1.2-1.3~") Andreas -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org