img: Fix dependency code for full size images.
authorJoey Hess <joey@gnu.kitenet.net>
Mon, 28 Sep 2009 00:57:27 +0000 (20:57 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Mon, 28 Sep 2009 00:57:27 +0000 (20:57 -0400)
commit7cb620d0e8ed922184d3f1cc38d849665cf8d742
tree4bf24e53ba1956f4e15209baf9d6c22e9ca2f620
parentf42215cb65173299bca13cd8bafabdcb9ad2ab2d
img: Fix dependency code for full size images.

I had assumed that an image shown full size did not need add_depends, since
a change would not need a change to the displaying page.

But this is not true if the image is modified and its size changes. Then
the page needs to update its img tag to reflect the current size.
IkiWiki/Plugin/img.pm
debian/changelog