--- pyannodex-0.7.3.3.orig/debian/watch +++ pyannodex-0.7.3.3/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://benno.id.au/code/pyannodex/pyannodex-(.*)\.tar\.gz --- pyannodex-0.7.3.3.orig/debian/control +++ pyannodex-0.7.3.3/debian/control @@ -0,0 +1,16 @@ +Source: pyannodex +Section: web +Priority: optional +Maintainer: Jeff Waugh +Build-Depends: cdbs (>= 0.4.49), debhelper (>= 5.0.38), python-all-dev, libannodex0-dev, python-central (>= 0.6) +Standards-Version: 3.8.1 +XS-Python-Version: current +Homepage: http://www.benno.id.au/code/pyannodex/ + +Package: python-annodex +Architecture: any +XB-Python-Version: ${python:Versions} +Depends: ${shlibs:Depends}, ${python:Depends} +Description: Python bindings for Annodex + pyannodex provides low-level bindings for the Annodex libraries, as well + as providing a high-level object oriented interface. --- pyannodex-0.7.3.3.orig/debian/compat +++ pyannodex-0.7.3.3/debian/compat @@ -0,0 +1 @@ +5 --- pyannodex-0.7.3.3.orig/debian/rules +++ pyannodex-0.7.3.3/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f +DEB_PYTHON_SYSTEM=pycentral +include /usr/share/python/python.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/python-distutils.mk +DEB_PYTHON_INSTALL_ARGS_ALL = $(py_setup_install_args) + --- pyannodex-0.7.3.3.orig/debian/pycompat +++ pyannodex-0.7.3.3/debian/pycompat @@ -0,0 +1 @@ +2 --- pyannodex-0.7.3.3.orig/debian/changelog +++ pyannodex-0.7.3.3/debian/changelog @@ -0,0 +1,50 @@ +pyannodex (0.7.3.3-0ubuntu1) karmic; urgency=low + + * New upstream release. + * debian/control: + - Add Homepage field in debian/control. + - Bump-up standards. + - Bump-up build-dependency on cdbs (as python new policy). + - Add XB-Python-Version field to binary package. + + -- Alessio Treglia Wed, 29 Apr 2009 23:44:47 +0200 + +pyannodex (0.7.3-0ubuntu5) jaunty; urgency=low + + * No-change rebuild to fix lpia shared library dependencies. + + -- Matthias Klose Sun, 22 Mar 2009 16:49:56 +0100 + +pyannodex (0.7.3-0ubuntu4) jaunty; urgency=low + + * Python 2.6 transition: + - Use /usr/share/python/python.mk. + - Use $(py_setup_install_args) macro to install all python stuffs in the + right places. + * Changes according with new Debian Python Policy: + - Set XS-Python-Version field value to current. + - Bump-up build-dependencies and add python-central. + - Move Build-Depends on python-dev to python-all-dev. + * Bump-up Standards-Version to 3.8.0. + * Add watch file. + * Bump-up debian/compat to 5. + + -- Alessio Treglia Thu, 12 Mar 2009 19:34:35 +0100 + +pyannodex (0.7.3-0ubuntu3) jaunty; urgency=low + + * No-change rebuild to build with Python 2.6. + + -- Alessio Treglia Thu, 12 Mar 2009 11:22:21 +0000 + +pyannodex (0.7.3-0ubuntu2) feisty; urgency=low + + * Rebuild for python2.5 as the default python version. + + -- Matthias Klose Fri, 12 Jan 2007 13:21:00 +0000 + +pyannodex (0.7.3-0ubuntu1) dapper; urgency=low + + * Initial packaging. + + -- Jeff Waugh Thu, 9 Feb 2006 08:43:45 +1100 --- pyannodex-0.7.3.3.orig/debian/copyright +++ pyannodex-0.7.3.3/debian/copyright @@ -0,0 +1,9 @@ +This package was debianized by Jeff Waugh on +Thu, 9 Feb 2006 08:43:45 +1100. + +It was downloaded from + +Copyright (C) 2003 Ben Leslie + +On Debian systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL'.