diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-07-09 13:38:53 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-07-09 13:38:53 +0200 |
commit | 89458660792bde178865362ddf6becf2f12aa8b6 (patch) | |
tree | e138e6336364445b5e38d4f15f8bf339d1e8baf4 /debian/control | |
parent | 14f84dc139317de4cfc02ff36c2ad799b060dbaf (diff) |
Upgrade work
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 58 |
1 files changed, 36 insertions, 22 deletions
diff --git a/debian/control b/debian/control index a53ad7f..c57bd36 100644 --- a/debian/control +++ b/debian/control @@ -3,37 +3,51 @@ Section: graphics Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net> Build-Depends: - debhelper (>= 9), + debhelper (>= 10), dh-python, - python, - gettext -Standards-Version: 3.9.6 -X-Python-Version: 2.7 -Homepage: http://damonlynch.net/rapid + intltool, + python3-all, + python3-setuptools, + python3-xdg +Standards-Version: 4.0.0 +X-Python3-Version: >= 3.6 +Homepage: https://damonlynch.net/rapid Vcs-Git: git://anonscm.debian.org/collab-maint/rapid-photo-downloader.git -Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/rapid-photo-downloader.git +Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/rapid-photo-downloader.git Package: rapid-photo-downloader Architecture: all Depends: - ${python:Depends}, + ${python3:Depends}, ${misc:Depends}, - python-dbus, - python-gtk2 (>= 2.12), - python-glade2 (>= 2.17), - python-gconf (>= 2.28), - python-gnome2 (>= 2.28), - python-pyexiv2 (>= 0.3), - python-notify (>= 0.1.1), - python-imaging (>= 1.1.7), - librsvg2-common (>= 2.26), - gnome-icon-theme, + python3-arrow, + python3-colorlog, + python3-dateutil, + python3-dbus, + python3-easygui, + python3-exif, + python3-gi, + python3-gphoto2cffi, + python3-pyqt5 (>= 5.4), + python3-psutil, + python3-requests, + python3-sortedcontainers, + python3-zmq, +# python3-gtk2 (>= 2.12), +# python3-glade2 (>= 2.17), +# python3-gconf (>= 2.28), +# python3-gnome2 (>= 2.28), + python3-pyexiv2 (>= 0.3), +# python3-notify (>= 0.1.1), +# python3-imaging (>= 1.1.7), +# librsvg2-common (>= 2.26), +# gnome-icon-theme, libimage-exiftool-perl, - exiv2, - exiftran +# exiv2, +# exiftran Recommends: - python-kaa-metadata, - python-hachoir-metadata, + python3-kaa-metadata, + python3-hachoir-metadata, ffmpegthumbnailer Description: Photo downloader (importer) from cameras, memory cards, other devices Rapid Photo Downloader can be used by both professional and amateur |