--- rapid-photo-downloader-0.1.3.orig/debian/rules +++ rapid-photo-downloader-0.1.3/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f + +DEB_PYTHON_SYSTEM=pycentral + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk + +build/rapid-photo-downloader:: + pod2man --section=1 --release=$(VERSION) --center "" doc/rapid-photo-downloader.pod > rapid-photo-downloader.1 + +cleanbuilddir/rapid-photo-downloader:: + rm -f rapid-photo-downloader.1 + +DEB_INSTALL_MANPAGES_rapid-photo-downloader = rapid-photo-downloader.1 + +# Add here any variable or target overrides you need. --- rapid-photo-downloader-0.1.3.orig/debian/copyright +++ rapid-photo-downloader-0.1.3/debian/copyright @@ -0,0 +1,48 @@ +This package was debianized by Damon Lynch +2009-01-21 + +It was downloaded from: https://launchpad.net/rapid + +Upstream Author: Damon Lynch + +Copyright: + Copyright (C) 2007,2008,2009 by Damon Lynch + + * rapid/ValidatedEntry.py + Copyright (c) 2006 by Daniel J. Popowich + + * rapid/gnomeglade.py + Based on gnomeglade.py Copyright (C) 2002-2006 Stephen Kennedy + + + * rapid/idletube.py + Copyright (c) 2005 Antoon Pardon + + * rapid/misc.py + Based on misc.py Copyright (C) 2002-2006 Stephen Kennedy + + * rapid/prefs.py + Based on prefs.py Copyright (C) 2002-2006 Stephen Kennedy + +License: + +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, 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 with +your Debian GNU system, in /usr/share/common-licenses/GPL, or with the +Debian GNU hello source package as the file COPYING. If not, write to +the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301 USA. + +Packaging: + Copyright (C) 2009 by Damon Lynch + released under the GPL. + --- rapid-photo-downloader-0.1.3.orig/debian/compat +++ rapid-photo-downloader-0.1.3/debian/compat @@ -0,0 +1 @@ +6 --- rapid-photo-downloader-0.1.3.orig/debian/watch +++ rapid-photo-downloader-0.1.3/debian/watch @@ -0,0 +1,23 @@ +# Example watch control file for uscan +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +# Uncomment to examine a Webpage +# +https://launchpad.net/rapid/+download rapid-photo-downloader(.*)\.tar\.gz + +# Uncomment to examine a Webserver directory +#http://www.example.com/pub/rapidphoto-(.*)\.tar\.gz + +# Uncommment to examine a FTP server +#ftp://ftp.example.com/pub/rapidphoto-(.*)\.tar\.gz debian uupdate + +# Uncomment to find new files on sourceforge, for devscripts >= 2.9 +# http://sf.net/rapidphoto/rapidphoto-(.*)\.tar\.gz + +# Uncomment to find new files on GooglePages +# http://example.googlepages.com/foo.html rapidphoto-(.*)\.tar\.gz --- rapid-photo-downloader-0.1.3.orig/debian/control +++ rapid-photo-downloader-0.1.3/debian/control @@ -0,0 +1,29 @@ +Source: rapid-photo-downloader +Section: graphics +Priority: optional +Maintainer: Damon Lynch +Build-Depends: cdbs (>= 0.4.49), + debhelper (>= 5.0.38), + python-central (>= 0.5.6), + perl +XS-Python-Version: >= 2.5, << 2.7 +Standards-Version: 3.7.2 +Homepage: http://damonlynch.net/rapid + +Package: rapid-photo-downloader +Architecture: all +XB-Python-Version: ${python:Versions} +Depends: ${python:Depends}, + ${misc:Depends}, + python-gnome2, + python-gtk2 (>= 2.10), + python-glade2 (>= 2.10), + python-pyexiv2 (>= 0.1.1), + python-notify, + librsvg2-common, + gnome-icon-theme +Description: Photo downloader (importer) from cameras, memory cards other devices + Rapid Photo Downloader is written by a photographer for professional and + amateur photographers. It can download photos from multiple cameras, + memory cards and Portable Storage Devices simultaneously. It provides many + options for subfolder creation, image renaming and backup. --- rapid-photo-downloader-0.1.3.orig/debian/pycompat +++ rapid-photo-downloader-0.1.3/debian/pycompat @@ -0,0 +1 @@ +2 --- rapid-photo-downloader-0.1.3.orig/debian/changelog +++ rapid-photo-downloader-0.1.3/debian/changelog @@ -0,0 +1,288 @@ +rapid-photo-downloader (0.1.3-0ubuntu1~ppa1) hardy; urgency=low + + * Fixed bug #503704: When both the backup and "Delete images from + image device upon download completion" options are selected, the + program should only delete an image from the image device if it was + both downloaded to the download folder and backed up. Previously it + did not check to ensure it was backed up correctly too. + + * Fixed bug #505492: Program failed to start in environments where + the notification system has problems. + + * Fixed bug #508304: User is now prompted to confirm if they really + want to remove all of their Job Codes after clicking on "Remove + All" in the preferences dialog window. + + * Fixed bug #510484: Crashes when fails to create temporary download + directory. + + * Fixed bug #510516: Program now checks to see if the download folder + exists and is writeable. If automatic detection of image devices is + not enabled, it checks to see if the image location path exists. + + * Updated Czech, Dutch, Finnish, French, German, Hungarian, Italian, + Polish, Russian, Serbian, Spanish and Swedish translations. + + -- Damon Lynch Fri, 22 Jan 2010 15:57:14 -0600 + +rapid-photo-downloader (0.1.2-0ubuntu1~ppa1) hardy; urgency=low + + * Added RAW + JPEG sequence number synchronization feature. + + * Increased maximum sequence number length to seven digits. + + * Fixed bug #503704: changes in values for downloads today and stored + number not updated when changed via program preferences while a + download is ready to begin. + + * Fixed a rare startup bug, where the program could crash when + starting a thread. + + * Added Serbian translation by Milos Popovic. Updated all other + translations. + + -- Damon Lynch Sat, 16 Jan 2010 18:11:13 -0600 + +rapid-photo-downloader (0.1.1-0ubuntu1~ppa1) hardy; urgency=low + + * Added auto delete feature. + + * Added keyboard accelerators for Preferences and Help. + + * Added Dutch translation. Updated Czech, French, German, + Hungarian, Italian, Polish, Slovak and Spanish translations. + + -- Damon Lynch Tue, 05 Jan 2010 11:42:09 -0600 + +rapid-photo-downloader (0.1.0-0ubuntu1~ppa1) hardy; urgency=low + + * Added icons to notification messages. + + * Updated Czech, French, German, Hungarian, Polish, Russian, Slovak, + Spanish and Swedish translations. + + * Bug fix: properly handle devices being unmounted, fixing a bug + introduced in Version 0.0.9 beta 2. + + * Bug fix: When program preferences are changed, image and backup + devices are now refreshed only when the preferences dialog window + is closed. + + * Bug fix: Minutes component of image and folder renaming had the + same code as months. + + -- Damon Lynch Mon, 07 Dec 2009 13:06:37 -0600 + +rapid-photo-downloader (0.1.0~b2-0ubuntu1~ppa1) hardy; urgency=low + + * fixed bug #376020 prompt user whether or not to use device + + * fixed bug #484432 error in adding job codes via the preferences + dialog + + * fixed bug #486886 Job code prompt can appear multiple times + + * Updated Hungarian and French translations + + -- Damon Lynch Sun, 22 Nov 2009 20:29:42 -0600 + +rapid-photo-downloader (0.1.0~b1-0ubuntu1~ppa1) hardy; urgency=low + + * added 'job codes' to image renaming and subfolder creation + + * fixed bug #478620 crash when it cannot read image metadata + + * fixed bug #479424 short model names do not work when the model + has no numbers + + * fixed bug #482831 crash when downloading from new device after it + was inserted while other device was downloading + + * added Czech, French, Hungarian, Slovak, and Swedish translations + + * Added additional hour, minute and second options in image renaming + and subfolder creation + + * Update man page, including a bug fix by Julien Valroff + + * Malformed image date time exif values have are minimally checked to + see if they can still be used for subfolder and image renaming + + -- Damon Lynch Sat, 14 Nov 2009 17:13:38 -0600 + +rapid-photo-downloader (0.0.10-0ubuntu1~ppa2) hardy; urgency=low + + * added dependencies on librsvg2-common and gnome-icon-theme + + -- Damon Lynch Tue, 16 Jun 2009 10:18:10 +0800 + +rapid-photo-downloader (0.0.10-0ubuntu1~ppa1) hardy; urgency=low + + * Updated Russian translation by Sergei Sedov. + + * Fixed bug #383028: program would crash when using an automatically + configured backup device and gvfs. + + -- Damon Lynch Fri, 05 Jun 2009 13:09:11 +0800 + +rapid-photo-downloader (0.0.9-0ubuntu1~ppa1) hardy; urgency=low + + * Added Italian, German, Russian and Russian translations + + * Added help button to Preferences dialog window + + * The Preferences Dialog Window is now navigated using a list control + + * MimeType=x-content/image-dcf in the program's .desktop file + + -- Damon Lynch Tue, 02 Jun 2009 15:22:23 +0800 + +rapid-photo-downloader (0.0.9~b4-0ubuntu1~ppa3) hardy; urgency=low + + * Build for hardy + + -- Damon Lynch Wed, 27 May 2009 00:01:20 +0800 + +rapid-photo-downloader (0.0.9~b4-0ubuntu1~ppa2) jaunty; urgency=low + + * Include Spanish translation po file in tarball + + -- Damon Lynch Tue, 26 May 2009 23:46:17 +0800 + +rapid-photo-downloader (0.0.9~b4-0ubuntu1~ppa1) hardy; urgency=low + + * Added Spanish translation + + * Fixes related to handling preference errors + + -- Damon Lynch Tue, 26 May 2009 22:44:30 +0800 + +rapid-photo-downloader (0.0.9~b3-0ubuntu1~ppa1) hardy; urgency=low + + * Added command line options + + * Updated man page + + * Prepared program for translation into other languages + + * Added Polish translation by Michal Predotka + + * error log window can now be reopened after being closed with the "x" + + * example of subfolder name now has word wrap + + * don't crash when a thumbnail image is missing + + -- Damon Lynch Mon, 25 May 2009 11:50:15 +0800 + +rapid-photo-downloader (0.0.9~b2-0ubuntu1~ppa1) hardy; urgency=low + + * experimental support for direct downloading from cameras + + * Fix bug #368098: program is now more responsive + + * Fix bug #372284: more robust "image number" code + + -- Damon Lynch Tue, 12 May 2009 21:01:20 +0800 + +rapid-photo-downloader (0.0.8-0ubuntu1~ppa4) hardy; urgency=low + + * make the package for hardy and not Jaunty + + -- Damon Lynch Tue, 05 May 2009 22:19:26 +0800 + +rapid-photo-downloader (0.0.8-0ubuntu1~ppa3) jaunty; urgency=low + + * make Standards-Version: 3.7.2, and debhelper 6, for building on hardy + + -- Damon Lynch Tue, 05 May 2009 03:53:43 +0800 + +rapid-photo-downloader (0.0.8-0ubuntu1~ppa2) hardy; urgency=low + + * make debhelper dependency >= 5.0.38, allowing it to be built on hardy + + -- Damon Lynch Mon, 04 May 2009 12:51:38 +0800 + +rapid-photo-downloader (0.0.8-0ubuntu1~ppa1) hardy; urgency=low + + * Added stored and downloads today sequence numbers + + * Make estimate of time remaining to download images much more accurate + + * Display download speed in status bar + + * Reorganized sequence number/letter selection in preferences + + * Make application single instance + + * Add "exit at end of successful download" automation feature + + * When an image's download is skipped, the thumbnail is now lightened + + * Show a missing image icon if the thumbnail cannot be displayed + + * Resize main window when an image device is inserted + + * Do not proceed with download if preferences have an error + + * Allow version 0.1.1 of pyexiv2 to be used + + * Bug fixes + + -- Damon Lynch Fri, 01 May 2009 15:06:36 +0800 + +rapid-photo-downloader (0.0.8~b7-0~ppa1) intrepid; urgency=low + + * Added serial number, shutter count and owner name metadata options + + -- Damon Lynch Tue, 07 Apr 2009 00:16:48 +0800 + +rapid-photo-downloader (0.0.8~b6-1~ppa1) intrepid; urgency=low + + * Add YYYY-MM-DD and YY-MM-DD options in date time renaming, suggested by + Andreas F.X. Siegert and Paul Gear. + + * Fix bug #352242 where image has no metadata. + + * Handle images with corrupt metadata more gracefully. + + -- Damon Lynch Tue, 31 Mar 2009 22:26:31 +0800 + +rapid-photo-downloader (0.0.8~b5-1~ppa1) intrepid; urgency=low + + * Reduce console output + + -- Damon Lynch Mon, 30 Mar 2009 10:18:44 +0800 + +rapid-photo-downloader (0.0.8~b4-1~ppa1) jaunty; urgency=low + + * PPA build fixes + + -- Damon Lynch Wed, 25 Mar 2009 23:31:01 +0800 + + +rapid-photo-downloader (0.0.8~b3-2~ppa1) jaunty; urgency=low + + * PPA build fixes + + -- Damon Lynch Wed, 25 Mar 2009 23:09:01 +0800 + + +rapid-photo-downloader (0.0.8~b3-1) jaunty; urgency=low + + * PPA build fixes + + -- Damon Lynch Wed, 25 Mar 2009 22:28:01 +0800 + + +rapid-photo-downloader (0.0.8~b2-2) jaunty; urgency=low + + * PPA upload + + -- Damon Lynch Wed, 25 Mar 2009 22:00:49 +0800 + +rapid-photo-downloader (0.0.8~b2-1) jaunty; urgency=low + + * Initial release + + -- Damon Lynch Wed, 25 Mar 2009 14:49:49 +0800