debian/0000755000175000017500000000000011426555746010767 5ustar mjj29mjj29debian/copyright0000644000175000017500000000103411134734700012701 0ustar mjj29mjj29This package was debianized by Matthew Johnson on Sun, 19 Nov 2006 21:22:09 +0000. It was downloaded from http://www.matthew.ath.cx/projects/imdb-tools Copyright: Upstream Author: Matthew Johnson This software is Copyright (c) 2006 by Matthew Johnson. You are free to distribute this software under the terms of the GNU General Public License version 2. On Debian systems, the complete text of the GNU General Public License can be found in the file `/usr/share/common-licenses/GPL-2'. debian/rules0000755000175000017500000000273311134734700012035 0ustar mjj29mjj29#!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 build: build-stamp build-stamp: dh_testdir # Add here commands to compile the package. $(MAKE) PREFIX=/usr bin man touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp # Add here commands to clean up after the build process. -$(MAKE) clean dh_clean install: build dh_testdir dh_testroot dh_clean -k dh_installdirs # Add here commands to install the package into debian/imdb-tools. $(MAKE) DESTDIR=$(CURDIR)/debian/imdb-tools PREFIX=/usr install # installed by upstream, not needed in Debian rm -f $(CURDIR)/debian/imdb-tools/usr/share/doc/imdb-tools/COPYING rm -f $(CURDIR)/debian/imdb-tools/usr/share/doc/imdb-tools/INSTALL # Build architecture-independent files here. binary-indep: build install dh_testdir dh_testroot dh_installchangelogs dh_installdocs dh_compress dh_fixperms dh_installdeb dh_gencontrol dh_md5sums dh_builddeb # Build architecture-dependent files here. binary-arch: build install binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure debian/watch0000644000175000017500000000016311134734700012001 0ustar mjj29mjj29version=3 http://www.matthew.ath.cx/projects/imdb-tools (?:.*/)?imdb-tools-?_?([\d+\.]+|\d+)\.tar.* debian uupdate debian/control0000644000175000017500000000064711426555476012401 0ustar mjj29mjj29Source: imdb-tools Section: utils Priority: optional Maintainer: Matthew Johnson Build-Depends: debhelper (>= 7.0.0), docbook-to-man Standards-Version: 3.9.1 Package: imdb-tools Architecture: all Depends: curl, realpath, tidy Description: Lookup film details on IMDB The IMDB tools lookup film details on the Internet Movie Database: www.imdb.com, cache them and associate the details with filenames. debian/compat0000644000175000017500000000000211426555506012157 0ustar mjj29mjj297 debian/source/0000755000175000017500000000000011426555573012265 5ustar mjj29mjj29debian/source/format0000644000175000017500000000001411426555573013473 0ustar mjj29mjj293.0 (quilt) debian/changelog0000644000175000017500000000360011426555652012634 0ustar mjj29mjj29imdb-tools (0.9-1) unstable; urgency=low * New upstream release (Closes: #591774) * Bump standards and compat versions * Move to source format 3.0 -- Matthew Johnson Thu, 05 Aug 2010 16:38:47 +0100 imdb-tools (0.8-1) unstable; urgency=low * New upstream release (Closes: #519603, LP: #313260) -- Matthew Johnson Sat, 14 Mar 2009 10:44:52 +0000 imdb-tools (0.7-1) unstable; urgency=low * New upstream release (Closes: #486390, #486393) -- Matthew Johnson Sun, 22 Jun 2008 23:14:31 +0100 imdb-tools (0.6-1) unstable; urgency=low * New upstream release * Bump Standards-Version -- Matthew Johnson Thu, 20 Mar 2008 11:11:31 +0000 imdb-tools (0.5-1) unstable; urgency=low * New upstream version - works with new IMDB search page format - fix minor aesthetic bug * Update maintainer address -- Matthew Johnson Wed, 05 Dec 2007 10:24:03 +0000 imdb-tools (0.4-2) unstable; urgency=low * Add watch file -- Matthew Johnson Thu, 9 Aug 2007 12:30:18 +0100 imdb-tools (0.4-1) unstable; urgency=low * New Upstream Release * Explain IMDB in long description -- Matthew Johnson Tue, 29 May 2007 14:19:59 +0100 imdb-tools (0.3-1) unstable; urgency=low * New upstream release fixing data loss bug * Remove lintian file and full stops * Closes: #413406 -- Matthew Johnson Sun, 4 Mar 2007 19:54:15 +0000 imdb-tools (0.2-1) unstable; urgency=low * New Upstream Release. * Packaging with DESTDIR properly now * arch=all not arch=any * Build in -indep not -arch -- Matthew Johnson Tue, 28 Nov 2006 13:44:09 +0000 imdb-tools (0.1-1) unstable; urgency=low * Initial Release. -- Matthew Johnson Sun, 19 Nov 2006 21:22:09 +0000