debian/0000755000000000000000000000000012127365722007175 5ustar debian/rules0000755000000000000000000000126211616045323010250 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 build: build-arch: build-indep: clean: dh_testdir dh_testroot $(MAKE) clean dh_clean install: build dh_testdir dh_testroot $(MAKE) install DESTDIR=$(CURDIR)/debian/griffith binary-indep: build install dh_testdir dh_testroot dh_installchangelogs -i ChangeLog dh_installdocs -i dh_installmenu -i dh_link usr/share/griffith/lib/griffith /usr/bin/griffith dh_compress -i dh_fixperms -i dh_python2 -i dh_installdeb -i dh_gencontrol -i dh_md5sums -i dh_builddeb -i binary-arch: build install binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/compat0000644000000000000000000000000210543536270010371 0ustar 5 debian/copyright0000644000000000000000000000301111201636077011117 0ustar This package was debianized by Piotr Ożarowski on Fri, 24 Jun 2005 15:51:42 +0200. It was downloaded from http://www.griffith.cc/ Copyright Holders: Vasco Nunes , Piotr Ożarowski License: Copyright © 2005-2009 Vasco Nunes, Piotr Ożarowski 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 Library 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 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA You may use and distribute this software under the terms of the GNU General Public License, version 2 or later On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. File lib/amazon.py is licensed under Python license and is copyrighted by Mark Pilgrim Python licence can be found on http://www.python.org/psf/license/ The Debian packaging is © 2005-2009, Piotr Ożarowski and is licensed under the GPL. debian/control0000644000000000000000000000170111673445027010601 0ustar Source: griffith Section: gnome Priority: optional Maintainer: Piotr Ożarowski Build-Depends: debhelper (>= 5) Build-Depends-Indep: python (>= 2.6.3-3), docbook2x Standards-Version: 3.9.2 X-Python-Version: >= 2.5 Homepage: http://www.griffith.cc/ Package: griffith Architecture: all XB-Python-Version: ${python:Versions} Depends: ${python:Depends}, ${misc:Depends}, python-sqlalchemy (>= 0.5), python-gtk2 (>= 2.8.6-1), python-glade2 (>= 2.8.6-1), python-reportlab (>= 1.20debian-6), python-imaging (>= 1.1.5-6) Recommends: python-gtkspell, python-chardet, python-lxml, python-psycopg2 (>= 1.1.21-6), python-mysqldb (>= 1.2.1-p2-2) Suggests: griffith-extra-artwork (>= 0.9), python-sqlite, ipython Description: film collection manager Adding items to the movie collection is as quick and easy as typing the film title and selecting a supported source. Griffith will then try to fetch all the related information from the Web. debian/watch0000644000000000000000000000020011457123505010212 0ustar version=3 https://launchpad.net/griffith/+download \ http://launchpad.net/griffith/trunk/.*/\+download/griffith-(\d.*)\.tar\.xz debian/patches/0000755000000000000000000000000012127366071010622 5ustar debian/patches/series0000644000000000000000000000003312123416036012024 0ustar fix_restore_function.patch debian/patches/fix_restore_function.patch0000644000000000000000000000142712127366060016103 0ustar Index: griffith-0.13/lib/backup.py =================================================================== --- griffith-0.13.orig/lib/backup.py +++ griffith-0.13/lib/backup.py @@ -200,9 +200,13 @@ def restore(self, merge=False): * SQLite3 *.db file """ # let user select a backup file - filename = gutils.file_chooser(_("Restore Griffith backup"), \ + result = gutils.file_chooser(_("Restore Griffith backup"), \ action=gtk.FILE_CHOOSER_ACTION_OPEN, backup=True, \ buttons=(gtk.STOCK_CANCEL, gtk.RESPONSE_CANCEL, gtk.STOCK_OPEN, gtk.RESPONSE_OK)) + if not result: + log.debug('no file selected') + return False + filename, path = result if not filename: log.debug('no file selected') return False debian/source/0000755000000000000000000000000011673465657010512 5ustar debian/source/format0000644000000000000000000000001411616043450011674 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000001732212127365722011054 0ustar griffith (0.13-3) unstable; urgency=low * Update patch from -2 to not show scary errors when restore window is closed while selecting backup file -- Piotr Ożarowski Thu, 04 Apr 2013 23:07:08 +0200 griffith (0.13-2) unstable; urgency=low * Fix restore function -- Piotr Ożarowski Sat, 23 Mar 2013 22:22:22 +0100 griffith (0.13-1) unstable; urgency=low * New upstream release * VCS-* fields removed (berlios will be shutdown) -- Piotr Ożarowski Sun, 18 Dec 2011 21:15:25 +0100 griffith (0.12.1-2) unstable; urgency=low * cherry-pick SQLAlchemy 0.7 compatibility from SVN repo * movie plugins updated to latest SVN version * VCS-* fields updated * preinst script removed (no need to clean after pycentral anymore) * Switch from dh_pysupport to dh_python2 * Source format changed to 3.0 (quilt) * Add build-arch and build-indep targets * Bump Standards-Version to 3.9.2 (no changes needed) -- Piotr Ożarowski Tue, 02 Aug 2011 20:42:17 +0200 griffith (0.12.1-1) unstable; urgency=low * New upstream release - fixes upgrades from 0.9.x * debian/watch file updated to track launchpad.net -- Piotr Ożarowski Mon, 18 Oct 2010 21:52:41 +0200 griffith (0.12-1) unstable; urgency=medium * New upstream release - compatible with SQLAlchemy 0.6 (closes: 590463) * Bump Standards-Version to 3.9.1 (no changes needed) -- Piotr Ożarowski Sun, 03 Oct 2010 20:44:33 +0200 griffith (0.11-1) unstable; urgency=low * New upstream release * Recommend python-gtkspell instead on python-gnome2-extras (closes: #541600) * Bump Standards-Version to 3.8.3 (no changes needed) -- Piotr Ożarowski Sat, 09 Jan 2010 23:53:08 +0100 griffith (0.10-1) unstable; urgency=low * New upstream release -- Piotr Ożarowski Mon, 03 Aug 2009 22:27:02 +0200 griffith (0.10~rc1-1) unstable; urgency=low * New upstream release * Bump Standards-Version to 3.8.2 (no changes needed) * Upload to unstable -- Piotr Ożarowski Sun, 12 Jul 2009 22:57:18 +0200 griffith (0.10~beta3-1) experimental; urgency=low * New upstream release * Update preinst script to handle 0.10~beta versions -- Piotr Ożarowski Thu, 11 Jun 2009 22:14:40 +0200 griffith (0.9.10-1) unstable; urgency=low * New upstream release * Convert to python-support + add preinst maintainer script to clean after pycentral * Add docbook2x to Build-Depend-Indep * Bump Standards-Version to 3.8.1 (no changes needed) -- Piotr Ożarowski Sun, 10 May 2009 21:43:22 +0200 griffith (0.10~beta2-1) experimental; urgency=low * New upstream release * Changes in dependencies: + SQLAlchemy minimum required version bumped to 0.5 + pysqlite2 removed from alternative dependencies as python2.5 is now required + python-sqlite moved to Suggests + ipython added to Suggests (--shell option) -- Piotr Ożarowski Tue, 10 Feb 2009 21:08:30 +0100 griffith (0.9.9-1) unstable; urgency=low * New upstream release -- Piotr Ożarowski Sat, 27 Dec 2008 22:47:18 +0100 griffith (0.10~beta1-1) experimental; urgency=low * New upstream release + XS-Python-Version bumped to >=2.5 -- Piotr Ożarowski Mon, 17 Nov 2008 22:20:53 +0100 griffith (0.9.8-1) unstable; urgency=low * New upstream release -- Piotr Ożarowski Sun, 16 Nov 2008 21:58:55 +0100 griffith (0.9.7.1-1) unstable; urgency=low * New upstream release * Homepage updated -- Piotr Ożarowski Sat, 26 Jul 2008 22:04:07 +0200 griffith (0.9.7-1) unstable; urgency=medium * New upstream release * debian/watch updated * Bump Standards-Version to 3.8.0 (no changes needed) -- Piotr Ożarowski Mon, 21 Jul 2008 19:10:08 +0200 griffith (0.9.6-2) unstable; urgency=low * Added patch for Python>=2.4's xml module compatibility (LP: #203161) -- Piotr Ożarowski Sat, 22 Mar 2008 15:15:01 +0100 griffith (0.9.6-1) unstable; urgency=low * New upstream release + includes local copy of SQLAlchemy 0.3.11 (closes: #453736) * python-sqlalchemy dependency temporary removed (0.10 will require SQLAlchemy 0.4 so it closes: #443199) * Remove "XS-" prefix from Vcs-* fields (dpkg supports them now) * Add Homepage field * Bump Standards-Version to 3.7.3 (no changes needed) -- Piotr Ożarowski Sun, 27 Jan 2008 23:28:39 +0100 griffith (0.9.5-1) unstable; urgency=low * New upstream release * debian/watch file updated * debian/menu file updated * Add python-sqlalchemy (<< 0.4~) to depends (Griffith doesn't work with SA 0.4 for now) * python-sqlite package moved to Recommends -- Piotr Ożarowski Sun, 02 Sep 2007 23:56:26 +0200 griffith (0.9.4-1) unstable; urgency=low * New upstream release * Update XS-Vcs-* fields to point to debian dir -- Piotr Ożarowski Sun, 05 Aug 2007 20:21:23 +0200 griffith (0.9.3.1-1) unstable; urgency=low * New upstream release -- Piotr Ożarowski Mon, 02 Jul 2007 19:32:15 +0200 griffith (0.9.3-1) unstable; urgency=low * New upstream release * Don't require python-pysqlite2 if Python 2.5 is the default Python version (sqlite3 module will be used if possible) * Changed my address to piotr@debian.org -- Piotr Ożarowski Sat, 30 Jun 2007 16:47:04 +0200 griffith (0.9.2-1) unstable; urgency=low * New upstream release -- Piotr Ozarowski Tue, 20 Feb 2007 17:01:26 +0100 griffith (0.9.1-1) unstable; urgency=low * New upstream release -- Piotr Ozarowski Mon, 12 Feb 2007 21:30:40 +0100 griffith (0.9-1) unstable; urgency=low * New upstream release -- Piotr Ozarowski Fri, 26 Jan 2007 19:49:36 +0100 griffith (0.9~rc3-1) unstable; urgency=low * New upstream release -- Piotr Ozarowski Tue, 9 Jan 2007 23:17:41 +0100 griffith (0.9~rc2-1) unstable; urgency=low * New upstream release * debian/copyright and debian/watch files updated -- Piotr Ozarowski Mon, 8 Jan 2007 00:04:41 +0100 griffith (0.9~rc1-1) experimental; urgency=low * New upstream release * Dependencies updated (python-sqlite is still in Depends: to make the upgrade process smooth) * Added XS-Vcs-Svn and XS-Vcs-Browser fields to debian/control * Homepage updated -- Piotr Ozarowski Wed, 20 Dec 2006 17:30:14 +0100 griffith (0.6.2-1) unstable; urgency=low * New upstream release * Updated to latest python policy (closes: #380835) - Convert to python-central - Bumped debhelper compatibility level to 5 - Dependencies updated (closes: #377570) - Added new debian/pycompat file * Watch file added * Removed changelog entries before initial Debian release * Added info about amazon.py file in debian/copyright * Standards-version bumped to 3.7.2 (no changes needed) -- Piotr Ozarowski Tue, 1 Aug 2006 15:38:22 +0200 griffith (0.6.1-1) unstable; urgency=low * New upstream release -- Piotr Ozarowski Fri, 14 Apr 2006 22:50:45 +0200 griffith (0.6+svn293-1) unstable; urgency=low * Upstream homepage added to the package description * Updated to latest SVN version -- Piotr Ozarowski Sun, 12 Mar 2006 17:48:08 +0100 griffith (0.6-1) unstable; urgency=low * New upstream release (closes: #329853) * Recommendations and build-depends updated * Package is now lintian and linda clean -- Piotr Ozarowski Sun, 5 Mar 2006 19:53:00 +0100 debian/docs0000644000000000000000000000005410641513466010046 0ustar AUTHORS NEWS README THANKS TODO TRANSLATORS debian/menu0000644000000000000000000000033711616042216010057 0ustar ?package(griffith):needs="X11" \ section="Applications/Data Management" \ hints="Gnome" \ title="Griffith" \ longtitle="Film collection manager" \ command="/usr/bin/griffith" \ icon="/usr/share/pixmaps/griffith.xpm"