force rebuild from pre 20100422

to ensure those wrong massive depends_simple don't linger on systems that
rebuilt for the other reasons already
master
Joey Hess 2010-04-22 00:28:58 -04:00
parent 738bd2fa1f
commit 0db4d920aa
3 changed files with 3 additions and 3 deletions

2
debian/NEWS vendored
View File

@ -1,4 +1,4 @@
ikiwiki (3.20100406) unstable; urgency=low
ikiwiki (3.20100422) unstable; urgency=low
This version of ikiwiki has a lot of changes that you need to know about.

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
ikiwiki (3.20100415) UNRELEASED; urgency=low
ikiwiki (3.20100422) UNRELEASED; urgency=low
[ Joey Hess ]
* bzr: Fix bzr log parsing to work with bzr 2.0. (liw)

2
debian/postinst vendored
View File

@ -4,7 +4,7 @@ set -e
# Change this when some incompatible change is made that requires
# rebuilding all wikis.
firstcompat=3.20100410
firstcompat=3.20100422
if [ "$1" = configure ] && \
dpkg --compare-versions "$2" lt "$firstcompat"; then