]> sipb.mit.edu Git - ikiwiki.git/commitdiff
force rebuild from pre 20100422
authorJoey Hess <joey@kitenet.net>
Thu, 22 Apr 2010 04:28:58 +0000 (00:28 -0400)
committerJoey Hess <joey@kitenet.net>
Thu, 22 Apr 2010 04:28:58 +0000 (00:28 -0400)
to ensure those wrong massive depends_simple don't linger on systems that
rebuilt for the other reasons already

debian/NEWS
debian/changelog
debian/postinst

index 9fd882ad22f4d4b2dafeabda9332f374468fe76c..2fbe0ea7bf81defcd907f41011d71ff16b359877 100644 (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.
 
index 76405e7daee2a7d1570857e9eb56c18e7b9bec30..647124b8ac7958ffc567cfcd350c39e7ba87da13 100644 (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)
index fa059115381024d74f720dc3eeab29ab8514cc61..810b7cfe04dd518ad1c7bd7c90a41fde5f4d616c 100755 (executable)
@@ -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