--- subvertpy-0.6.5.orig/NEWS +++ subvertpy-0.6.5/NEWS @@ -1,5 +1,3 @@ -0.6.6 UNRELEASED - 0.6.5 2009-03-07 FEATURES --- subvertpy-0.6.5.orig/setup.py +++ subvertpy-0.6.5/setup.py @@ -297,7 +297,7 @@ ] -subvertpy_version = (0, 6, 6) +subvertpy_version = (0, 6, 5) subvertpy_version_string = ".".join(map(str, subvertpy_version)) --- subvertpy-0.6.5.orig/subvertpy/__init__.py +++ subvertpy-0.6.5/subvertpy/__init__.py @@ -17,7 +17,7 @@ """Python bindings for Subversion.""" __author__ = "Jelmer Vernooij " -__version__ = (0, 6, 6) +__version__ = (0, 6, 5) NODE_DIR = 2 NODE_FILE = 1 --- subvertpy-0.6.5.orig/debian/pycompat +++ subvertpy-0.6.5/debian/pycompat @@ -0,0 +1 @@ +2 --- subvertpy-0.6.5.orig/debian/watch +++ subvertpy-0.6.5/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://samba.org/~jelmer/subvertpy/subvertpy-(.*).tar.gz --- subvertpy-0.6.5.orig/debian/rules +++ subvertpy-0.6.5/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +DEB_PYTHON_SYSTEM=pycentral +DEB_INSTALL_EXAMPLES_python-subvertpy = $(wildcard examples/*.py) + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk --- subvertpy-0.6.5.orig/debian/control +++ subvertpy-0.6.5/debian/control @@ -0,0 +1,22 @@ +Source: subvertpy +Section: python +Priority: optional +Maintainer: Jelmer Vernooij +Homepage: http://samba.org/~jelmer/subvertpy +Build-Depends: python-central (>= 0.5), cdbs (>= 0.4.43), python, debhelper (>= 5.0.37.2), libsvn-dev, python-all-dev +Standards-Version: 3.8.0 +XS-Python-Version: >= 2.4 +Vcs-Bzr: http://people.samba.org/bzr/jelmer/subvertpy/debian + +Package: python-subvertpy +Architecture: any +Conflicts: bzr-svn (<< 0.5.0~rc2~) +Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends} +XB-Python-Version: ${python:Versions} +Description: Alternative Python bindings for Subversion + Python bindings for the Subversion version control system. The aim of + these bindings is to be fast, complete and providing an API that feels native + to Python programmers. + . + This also includes an experimental server-side implementation of the + Subversion protocol. --- subvertpy-0.6.5.orig/debian/changelog +++ subvertpy-0.6.5/debian/changelog @@ -0,0 +1,30 @@ +subvertpy (0.6.5-1) unstable; urgency=low + + * New upstream release. + + -- Jelmer Vernooij Sat, 07 Mar 2009 01:56:31 +0100 + +subvertpy (0.6.4-1) unstable; urgency=low + + * New upstream release. + + -- Jelmer Vernooij Tue, 17 Feb 2009 23:14:36 +0100 + +subvertpy (0.6.1-1) unstable; urgency=low + + * New upstream release. + * Add watch file. + + -- Jelmer Vernooij Tue, 27 Jan 2009 04:25:49 +0100 + +subvertpy (0.6.0+bzr1991-1) unstable; urgency=low + + * New upstream snapshot. + + -- Jelmer Vernooij Wed, 14 Jan 2009 20:27:30 +0100 + +subvertpy (0.6.0+bzr1986-1) unstable; urgency=low + + * Initial release. (Closes: #511813) + + -- Jelmer Vernooij Tue, 13 Jan 2009 17:42:24 +0100 --- subvertpy-0.6.5.orig/debian/compat +++ subvertpy-0.6.5/debian/compat @@ -0,0 +1 @@ +4 --- subvertpy-0.6.5.orig/debian/copyright +++ subvertpy-0.6.5/debian/copyright @@ -0,0 +1,12 @@ +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=143 +Upstream-Name: subvertpy +Debianized-By: Jelmer Vernooij +Debianized-Date: Wed Nov 12 12:50:24 CET 2008 + +It was downloaded from http://samba.org/~jelmer/subvertpy. + +Files: * +Copyright: Copyright 2005-2009 Jelmer Vernooij +License: LGPL-2.1+ + On Debian systems the full text of the GNU Lesser General Public License + version 2.1 can be found in the `/usr/share/common-licenses/LGPL-2.1' file.