diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 66c592a..2eefdd7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +rapid-photo-downloader (0.4.5-3) unstable; urgency=low + + * Add dependency on exiv2 (thanks to Damon Lynch for spotting this) + + -- Julien Valroff <julien@debian.org> Sun, 25 Nov 2012 09:37:56 +0100 + rapid-photo-downloader (0.4.5-2) unstable; urgency=low * Depends on python-dbus (Closes: #693753) diff --git a/debian/control b/debian/control index 18b8615..a345bb3 100644 --- a/debian/control +++ b/debian/control @@ -26,6 +26,7 @@ Depends: ${python:Depends}, librsvg2-common (>= 2.26), gnome-icon-theme, libimage-exiftool-perl, + exiv2, exiftran Recommends: python-kaa-metadata, python-hachoir-metadata, |