diff options
author | Julien Valroff <julien@kirya.net> | 2012-01-08 07:59:16 +0100 |
---|---|---|
committer | Julien Valroff <julien@kirya.net> | 2012-01-08 07:59:16 +0100 |
commit | 97d7d0cb2047ab89ae5c6c110d99b4f77ebf2d21 (patch) | |
tree | 3c7ca201b53c5ef32d6f2b88d9344c0240eb2c7d | |
parent | c7b6cc09dc694f8f321c5c7365c1e6ca445291a0 (diff) |
New upstream releasedebian/0.4.3-1
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 14 |
2 files changed, 15 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index 8206b4f..e42aa14 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +rapid-photo-downloader (0.4.3-1) unstable; urgency=low + + * New upstream release + * Adjust dependencies for the new release + + -- Julien Valroff <julien@debian.org> Sun, 08 Jan 2012 07:58:48 +0100 + rapid-photo-downloader (0.4.2-1) unstable; urgency=low * New upstream release diff --git a/debian/control b/debian/control index 2094600..8f0ae1e 100644 --- a/debian/control +++ b/debian/control @@ -16,14 +16,16 @@ Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-gtk2 (>= 2.12), - python-glade2 (>= 2.12), - python-gconf (>= 2.18), - python-gnome2 (>= 2.12), + python-glade2 (>= 2.17), + python-gconf (>= 2.28), + python-gnome2 (>= 2.28), python-pyexiv2 (>= 0.3), - python-notify, + python-notify (>= 0.1.1), + python-imaging (>= 1.1.7), + librsvg2-common (>= 2.26), gnome-icon-theme, - librsvg2-common, - python-imaging + libimage-exiftool-perl, + exiftran Recommends: python-kaa-metadata, python-hachoir-metadata, ffmpegthumbnailer |