summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-15 23:43:16 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-15 23:43:16 +0000
commit40261f2f9d73bfdc3c591487ee12076336374701 (patch)
treed929d1e6c06a136d7e14ab5775c6af27a7903512 /debian
parentc5b67a8320fc0e8774f8e2cd7de7ba1ea6e71c67 (diff)
releasing version 2.4
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
-rwxr-xr-xdebian/rules2
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