diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | debian/changelog | 86 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 37 | ||||
-rw-r--r-- | debian/copyright | 61 | ||||
-rw-r--r-- | debian/links | 1 | ||||
-rw-r--r-- | debian/manpages | 1 | ||||
-rw-r--r-- | debian/menu | 5 | ||||
-rw-r--r-- | debian/patches/05_removed-empty-directory.diff | 15 | ||||
-rw-r--r-- | debian/patches/series | 1 | ||||
-rwxr-xr-x | debian/rules | 15 | ||||
-rw-r--r-- | debian/source/format | 1 | ||||
-rw-r--r-- | debian/source/local-options | 2 | ||||
-rw-r--r-- | debian/watch | 2 |
14 files changed, 229 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..845ca06 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.pc diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..27ec110 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,86 @@ +rapid-photo-downloader (0.4.0-1) unstable; urgency=low + + * New upstream release + * Upload to unstable + + -- Julien Valroff <julien@debian.org> Fri, 29 Apr 2011 18:50:14 +0200 + +rapid-photo-downloader (0.4.0~rc1-1) experimental; urgency=low + + * New upstream Release Candidate + * Add menu file + + -- Julien Valroff <julien@debian.org> Sat, 23 Apr 2011 09:21:23 +0200 + +rapid-photo-downloader (0.4.0~beta1-1) experimental; urgency=low + + * New upstream beta release + * Update to new policy 3.9.2 (no changes needed) + + -- Julien Valroff <julien@debian.org> Sat, 16 Apr 2011 16:39:37 +0200 + +rapid-photo-downloader (0.4.0~alpha4-1) experimental; urgency=low + + * New upstream alpha version + + -- Julien Valroff <julien@debian.org> Fri, 08 Apr 2011 07:09:56 +0200 + +rapid-photo-downloader (0.4.0~alpha1-1) experimental; urgency=low + + * New upstream alpha version: + + New user interface + + Improve speed + * Update dependencies for the new release + + -- Julien Valroff <julien@debian.org> Fri, 25 Mar 2011 22:10:10 +0100 + +rapid-photo-downloader (0.3.6-1) unstable; urgency=low + + * New upstream maintenance release + + -- Julien Valroff <julien@debian.org> Fri, 08 Apr 2011 07:14:55 +0200 + +rapid-photo-downloader (0.3.5-1) unstable; urgency=low + + * New Upstream Version: + + Translation updates + + Fix crash while downloading + + -- Julien Valroff <julien@debian.org> Fri, 25 Mar 2011 21:53:10 +0100 + +rapid-photo-downloader (0.3.4-3) unstable; urgency=low + + * Switch from pysupport to dh_python2 + * Install files in a private directory to avoid file conflicts with + rapid-spring package (Closes: #618994) + + -- Julien Valroff <julien@debian.org> Sun, 20 Mar 2011 15:48:38 +0100 + +rapid-photo-downloader (0.3.4-2) unstable; urgency=low + + * Update copyright information + * Bump debhelper compat to 8 + * Upload to unstable + + -- Julien Valroff <julien@debian.org> Sat, 19 Mar 2011 14:37:44 +0100 + +rapid-photo-downloader (0.3.4-1) experimental; urgency=low + + * New Upstream Version + * Remove DMUA field, now useless + * Add (X-)Python-Version: fields in control file, as per Python Policy + + -- Julien Valroff <julien@debian.org> Mon, 22 Nov 2010 21:34:48 +0100 + +rapid-photo-downloader (0.3.3-2) experimental; urgency=low + + * Update my email address + * Fix watch file + + -- Julien Valroff <julien@debian.org> Mon, 08 Nov 2010 21:43:55 +0100 + +rapid-photo-downloader (0.3.3-1) experimental; urgency=low + + * Initial release (Closes: #539183) + + -- Julien Valroff <julien@kirya.net> Mon, 25 Oct 2010 18:42:48 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +8 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..5c24cf1 --- /dev/null +++ b/debian/control @@ -0,0 +1,37 @@ +Source: rapid-photo-downloader +Section: graphics +Priority: optional +Maintainer: Julien Valroff <julien@debian.org> +Build-Depends: debhelper (>= 8), + python (>= 2.6.6-3), + gettext +Standards-Version: 3.9.2 +X-Python-Version: 2.5, 2.6 +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 + +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 +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, + memory cards and Portable Storage Devices simultaneously. It provides + many flexible, user-defined options for subfolder creation, photo and + video renaming, and backup. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..0f9e17b --- /dev/null +++ b/debian/copyright @@ -0,0 +1,61 @@ +Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166 +Upstream-Name: Rapid Photo Downloader +Upstream-Contact: Damon Lynch <damonlynch@gmail.com> +Source: https://launchpad.net/rapid + +Files: * +Copyright: 2007-2010 Damon Lynch <damonlynch@gmail.com> +License: GPL-2+ + +Files: rapid/ValidatedEntry.py +Copyright: 2006 Daniel J. Popowich <dpopowich@astro.umass.edu> +License: other + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included + in all copies or substantial portions of the Software. + +Files: rapid/gnomeglade.py rapid/misc.py rapid/prefs.py rapid/paths.py +Copyright: 2002-2006 Stephen Kennedy <stevek@gnome.org> +License: GPL-2+ + +Files: rapid/idletube.py +Copyright: 2005 Antoon Pardon +License: other + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included + in all copies or substantial portions of the Software. + +Files: debian/* +Copyright: 2009 Damon Lynch <damonlynch@gmail.com> + 2009-2011 Julien Valroff <julien@debian.org> +License: GPL-2+ + +License: GPL-2+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + . + On Debian systems, the complete text of the GNU General Public + License can be found in the file `/usr/share/common-licenses/GPL'. diff --git a/debian/links b/debian/links new file mode 100644 index 0000000..3347095 --- /dev/null +++ b/debian/links @@ -0,0 +1 @@ +/usr/share/rapid-photo-downloader/rapid-photo-downloader /usr/bin/rapid-photo-downloader diff --git a/debian/manpages b/debian/manpages new file mode 100644 index 0000000..c12dd1b --- /dev/null +++ b/debian/manpages @@ -0,0 +1 @@ +rapid-photo-downloader.1 diff --git a/debian/menu b/debian/menu new file mode 100644 index 0000000..9ff9cf9 --- /dev/null +++ b/debian/menu @@ -0,0 +1,5 @@ +?package(rapid-photo-downloader):needs="X11" \ + section="Applications/Graphics" \ + title="Rapid Photo Downloader" \ + command="/usr/bin/rapid-photo-downloader" \ + icon="/usr/share/pixmaps/rapid-photo-downloader.xpm" diff --git a/debian/patches/05_removed-empty-directory.diff b/debian/patches/05_removed-empty-directory.diff new file mode 100644 index 0000000..c57450d --- /dev/null +++ b/debian/patches/05_removed-empty-directory.diff @@ -0,0 +1,15 @@ +Description: Remove empty directory from installation +Author: Julien Valroff <julien@debian.org> + +diff -Nur -x '*.orig' -x '*~' rapid-photo-downloader/setup.py rapid-photo-downloader.new/setup.py +--- rapid-photo-downloader/setup.py 2009-07-26 14:18:01.000000000 +0200 ++++ rapid-photo-downloader.new/setup.py 2009-11-15 09:42:03.969423282 +0100 +@@ -66,7 +66,6 @@ + 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')), + diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..bff31eb --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +05_removed-empty-directory.diff diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..7eb42b2 --- /dev/null +++ b/debian/rules @@ -0,0 +1,15 @@ +#!/usr/bin/make -f +%: + dh $@ --with python2 + +override_dh_auto_configure: + pod2man --section=1 --release=$(VERSION) --center "" doc/rapid-photo-downloader.pod > rapid-photo-downloader.1 + +override_dh_auto_install: + dh_auto_install -- --install-lib=/usr/share/rapid-photo-downloader --install-scripts=/usr/share/rapid-photo-downloader + +override_dh_auto_clean: + -rm rapid-photo-downloader.1 + -rm -rf build/ + dh_auto_clean + diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/source/local-options b/debian/source/local-options new file mode 100644 index 0000000..9cdfca9 --- /dev/null +++ b/debian/source/local-options @@ -0,0 +1,2 @@ +unapply-patches +abort-on-upstream-changes diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..31e87de --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://launchpad.net/rapid/+download .*/rapid-photo-downloader-([0-9.]+)\.tar\.gz |