From 35adf273d6a4d869027957b0a19060f25f268148 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 7 Jul 2014 18:12:15 +0200 Subject: New Maintainer --- debian/changelog | 10 +++++++++ debian/compat | 2 +- debian/control | 51 ++++++++++++++++++++++++--------------------- debian/copyright | 1 + debian/rules | 3 +++ debian/source/local-options | 2 -- setup.py | 1 - 7 files changed, 42 insertions(+), 28 deletions(-) delete mode 100644 debian/source/local-options diff --git a/debian/changelog b/debian/changelog index 0c2c902..703139c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +rapid-photo-downloader (0.4.10-2) unstable; urgency=medium + + * add debian/source/options + * add upstream changelog + * change debian/compat to 9 + * change VCS + * New maintainer ( Closes: #753568 ) + + -- Jörg Frings-Fürst Sat, 05 Jul 2014 21:48:39 +0200 + rapid-photo-downloader (0.4.10-1) unstable; urgency=medium * New upstream release diff --git a/debian/compat b/debian/compat index 45a4fb7..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +9 diff --git a/debian/control b/debian/control index 4d178ca..245797e 100644 --- a/debian/control +++ b/debian/control @@ -1,36 +1,39 @@ Source: rapid-photo-downloader Section: graphics Priority: optional -Maintainer: Julien Valroff -Build-Depends: debhelper (>= 8), - python (>= 2.6.6-3), - gettext +Maintainer: Jörg Frings-Fürst +Build-Depends: + debhelper (>= 9), + python (>= 2.6.6-3), + gettext Standards-Version: 3.9.5 X-Python-Version: 2.6, 2.7 Homepage: http://damonlynch.net/rapid -Vcs-Git: git://git.kirya.net/debian/rapid-photo-downloader.git -Vcs-Browser: http://git.kirya.net/?p=debian/rapid-photo-downloader.git;a=summary +Vcs-Git: git://anonscm.debian.org/collab-maint/rapid-photo-downloader.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/rapid-photo-downloader.git;a=summary Package: rapid-photo-downloader Architecture: all -Depends: ${python: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, - libimage-exiftool-perl, - exiv2, - exiftran -Recommends: python-kaa-metadata, - python-hachoir-metadata, - ffmpegthumbnailer +Depends: + ${python: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, + libimage-exiftool-perl, + exiv2, + exiftran +Recommends: + python-kaa-metadata, + python-hachoir-metadata, + ffmpegthumbnailer Description: Photo downloader (importer) from cameras, memory cards other devices Rapid Photo Downloader can be used by both professional and amateur photographers to download photos and videos from multiple cameras, diff --git a/debian/copyright b/debian/copyright index f071608..9e7b030 100644 --- a/debian/copyright +++ b/debian/copyright @@ -40,6 +40,7 @@ License: other Files: debian/* Copyright: 2009 Damon Lynch 2009-2011 Julien Valroff + 2014 Jörg Frings-Fürst License: GPL-2+ License: GPL-2+ diff --git a/debian/rules b/debian/rules index 9429095..f1c848e 100755 --- a/debian/rules +++ b/debian/rules @@ -16,3 +16,6 @@ override_dh_auto_clean: -rm rapid-photo-downloader.1 -rm -rf build/ dh_auto_clean + +override_dh_installchangelogs: + dh_installchangelogs rapid/ChangeLog diff --git a/debian/source/local-options b/debian/source/local-options deleted file mode 100644 index 9cdfca9..0000000 --- a/debian/source/local-options +++ /dev/null @@ -1,2 +0,0 @@ -unapply-patches -abort-on-upstream-changes diff --git a/setup.py b/setup.py index c640197..2d7123d 100644 --- a/setup.py +++ b/setup.py @@ -86,7 +86,6 @@ photo and video renaming, and backup. data_files=[ ('share/applications', ['data/rapid-photo-downloader.desktop']), ('share/pixmaps', ['data/icons/48x48/apps/rapid-photo-downloader.png', 'data/icons/rapid-photo-downloader.xpm']), - ('share/icons/hicolor/scalable/apps', glob.glob('data/icons/scalable/apps/*.svg')), ('share/icons/hicolor/16x16/apps', glob.glob('data/icons/16x16/apps/*.png')), ('share/icons/hicolor/22x22/apps', glob.glob('data/icons/22x22/apps/*.png')), ('share/icons/hicolor/24x24/apps', glob.glob('data/icons/24x24/apps/*.png')), -- cgit v1.2.3