diff options
author | Julien Valroff <julien@kirya.net> | 2011-05-23 21:15:15 +0200 |
---|---|---|
committer | Julien Valroff <julien@kirya.net> | 2011-05-23 21:15:15 +0200 |
commit | ec1749e97d1e426fc74c1072d50bd604a50bd88e (patch) | |
tree | 9b29fc97b93c0a786ea887e1a3781f1695d4dea8 | |
parent | 1e41f00d4434836c8333606276abaa10cc906989 (diff) |
Fix duplicate entries in dependencies
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 456a654..143fb14 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ rapid-photo-downloader (0.4.1-1) unstable; urgency=low * New upstream release + * Fix duplicate entries in dependencies - -- Julien Valroff <julien@debian.org> Mon, 23 May 2011 21:05:09 +0200 + -- Julien Valroff <julien@debian.org> Mon, 23 May 2011 21:14:50 +0200 rapid-photo-downloader (0.4.0-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 5c24cf1..55ff085 100644 --- a/debian/control +++ b/debian/control @@ -15,14 +15,12 @@ Package: rapid-photo-downloader Architecture: all Depends: ${python:Depends}, ${misc:Depends}, - python-gnome2, python-gtk2 (>= 2.12), python-glade2 (>= 2.12), python-gconf (>= 2.18), python-gnome2 (>= 2.12), python-pyexiv2 (>= 0.3), python-notify, - librsvg2-common, gnome-icon-theme, librsvg2-common, python-imaging |