--- libextractor-python-0.5.orig/debian/control +++ libextractor-python-0.5/debian/control @@ -0,0 +1,22 @@ +Source: libextractor-python +Section: python +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Daniel Baumann +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: python-all-dev (>= 2.5.4-0ubuntu5), python-support +Standards-Version: 3.8.0 +Homepage: http://www.gnunet.org/libextractor/ +Vcs-Browser: http://git.debian.net/?p=debian/libextractor-python.git +Vcs-Git: git://git.debian.net/git/debian/libextractor-python.git + +Package: python-extractor +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, python-ctypes, libextractor1c2a +Recommends: libextractor-plugins +Provides: ${python:Provides} +Description: extracts meta-data from files of arbitrary type (Python bindings) + GNU libextractor provides developers of file-sharing networks, file managers, + and WWW-indexing bots with a universal library to obtain meta-data about files. + . + This package contains the Python bindings. --- libextractor-python-0.5.orig/debian/changelog +++ libextractor-python-0.5/debian/changelog @@ -0,0 +1,94 @@ +libextractor-python (1:0.5-5ubuntu1) karmic; urgency=low + + * debian/rules: Add --install-layout=deb to setup.py install to fix FTBFS + with Python 2.6. + * debian/control: Bump-up python-all-dev build-dependency. + + -- Alessio Treglia Thu, 28 May 2009 13:34:18 +0200 + +libextractor-python (1:0.5-5) unstable; urgency=low + + * Updating vcs fields in control file. + * Replacing obsolete dh_clean -k with dh_prep. + * Removing Arnaud from uploaders, he is MIA (Closes: #513168). + * Updating year in copyright file. + * Prefixing debhelper files with package name. + + -- Daniel Baumann Thu, 5 Feb 2009 01:01:00 +0100 + +libextractor-python (1:0.5-4) unstable; urgency=low + + * Reordering rules file. + * Rewriting copyright file in machine-interpretable format. + * Unifying package short description. + * Adding vcs fields in control file. + * Upgrading package to standards 3.8.0. + * Upgrading package to debhelper 7. + + -- Daniel Baumann Thu, 3 Jul 2008 13:53:00 +0200 + +libextractor-python (1:0.5-3) unstable; urgency=low + + * Bumping to new policy. + * Using new homepage field in control. + * Adding ${misc:Depends} to depends. + * Corrected package sections. + + -- Daniel Baumann Sun, 23 Dec 2007 16:13:00 +0100 + +libextractor-python (1:0.5-2) unstable; urgency=low + + * Minor formal changes. + * Moving extractor.py to an example (Closes: #407551), + thanks Enrico for the suggestion. + + -- Daniel Baumann Sun, 21 Jan 2007 14:31:00 +0100 + +libextractor-python (1:0.5-1) unstable; urgency=low + + * Acknowledge python-NMU (Closes: #380853). + + -- Daniel Baumann Tue, 5 Sep 2006 07:33:00 +0200 + +libextractor-python (1:0.5-0.1) unstable; urgency=low + + * Non-maintainer upload. + * Update package to the last python policy (Closes: #380853). + * Rename the package to python-extractor. + * build for every available version. + + -- Pierre Habouzit Tue, 29 Aug 2006 23:21:44 +0200 + +libextractor-python (1:0.5) unstable; urgency=low + + * New upstream release (now with 'new' versioning scheme). + * New email address. + * Bumped policy version. + + -- Daniel Baumann Sun, 30 Jul 2006 08:22:00 +0200 + +libextractor-python (0.5.4+2496-1) unstable; urgency=low + + * New snapshot: + - default python version can be switched (Closes: #356464). + + -- Daniel Baumann Sun, 12 Mar 2006 08:53:00 +0100 + +libextractor-python (0.5.4-1) unstable; urgency=low + + * New upstream release. + + -- Daniel Baumann Wed, 25 Jan 2006 14:20:00 +0100 + +libextractor-python (0.5.1-2) unstable; urgency=low + + * Recompiled against latest transition of libextractor. + * Added Arnaud as uploader. + + -- Daniel Baumann Mon, 28 Nov 2005 10:46:00 +0100 + +libextractor-python (0.5.1-1) unstable; urgency=low + + * Initial release. + + -- Daniel Baumann Sun, 21 Aug 2005 15:58:00 +0200 --- libextractor-python-0.5.orig/debian/rules +++ libextractor-python-0.5/debian/rules @@ -0,0 +1,42 @@ +#!/usr/bin/make -f + +clean: + dh_testdir + dh_testroot + + rm -rf build + + dh_clean + +build: + +install: + dh_testdir + dh_testroot + dh_prep + dh_installdirs + + python setup.py install --root=$(CURDIR)/debian/python-extractor --install-layout=deb + + mkdir -p debian/python-extractor/usr/share/doc/python-extractor + mv debian/python-extractor/usr/bin debian/python-extractor/usr/share/doc/python-extractor/examples + +binary: binary-indep + +binary-arch: + +binary-indep: install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_compress + dh_fixperms + dh_pysupport + rm -rf debian/python-extractor/usr/lib + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +.PHONY: clean build install binary binary-arch binary-indep --- libextractor-python-0.5.orig/debian/python-extractor.docs +++ libextractor-python-0.5/debian/python-extractor.docs @@ -0,0 +1 @@ +AUTHORS --- libextractor-python-0.5.orig/debian/copyright +++ libextractor-python-0.5/debian/copyright @@ -0,0 +1,44 @@ +Author: Christian Grothoff +Download: http://www.gnunet.org/libextractor/ + +Files: * +Copyright: + (C) 2006 Bader Ladjemi + (C) 2002-2005 Christian Grothoff +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 Street, Fifth Floor, Boston, MA 02110-1301, USA. + . + On Debian systems, the complete text of the GNU General Public License + can be found in /usr/share/common-licenses/GPL-2 file. + +Files: debian/* +Copyright: (C) 2005-2009 Daniel Baumann +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 Street, Fifth Floor, Boston, MA 02110-1301, USA. + . + On Debian systems, the complete text of the GNU General Public License + can be found in /usr/share/common-licenses/GPL-2 file. --- libextractor-python-0.5.orig/debian/compat +++ libextractor-python-0.5/debian/compat @@ -0,0 +1 @@ +7