aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-07-27 22:22:26 +0200
committerJoey Hess <joey@gnu.kitenet.net>2009-07-27 22:22:26 +0200
commit9d96250fc5749611ffb954f746fa02147ed29f39 (patch)
tree3e3e738178e5d3ebbc57ccd2ef24960cb2425177 /debian
parent7922eae32792c873159929c7fd05b6969a7144f8 (diff)
downloadikiwiki-9d96250fc5749611ffb954f746fa02147ed29f39.tar
ikiwiki-9d96250fc5749611ffb954f746fa02147ed29f39.tar.gz
img: Fix adding of dependency from page to the image.
This was impressively broken. add_depends was being called with params backwards, and on parameter was set to the name of the generated file, which isn't in the source. Now updates to images will update the page that contains them, thus updating them. This is unncessary for fullsize images, so skipped.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 565f19c7c..aa1493960 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ ikiwiki (3.15) UNRELEASED; urgency=low
* Add further build machinery to generate translated underlays from
the po file, for use by wikis whose primary language is not English.
* Add Danish basewiki translation by Jonas Smedegaard.
+ * img: Fix adding of dependency from page to the image.
-- Joey Hess <joeyh@debian.org> Tue, 02 Jun 2009 17:03:41 -0400