diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 79d276d7c..ae5810abe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -ikiwiki (2.4) UNRELEASED; urgency=low +ikiwiki (2.4) unstable; urgency=low * Make the toc plugin use html-compatible anchors. This is necessary since most web sites serve ikiwiki xhtml files as text/html and mozilla browsers @@ -14,7 +14,7 @@ ikiwiki (2.4) UNRELEASED; urgency=low * In img tag, allow link=no to disable link to full size image. Thanks, Nis Martensen. Closes: #433188 - -- Joey Hess <joeyh@debian.org> Sun, 15 Jul 2007 14:59:23 -0400 + -- Joey Hess <joeyh@debian.org> Sun, 15 Jul 2007 15:02:43 -0400 ikiwiki (2.3) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 9dedd3c45..8c06011bc 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,7 @@ clean: dh_testroot rm -f build-stamp perl Makefile.PL - -$(MAKE) realclean + if [ -e Makefile ]; then $(MAKE) realclean; fi dh_clean binary-arch: build |