--- subvertpy-0.7.2.orig/debian/pycompat +++ subvertpy-0.7.2/debian/pycompat @@ -0,0 +1 @@ +2 --- subvertpy-0.7.2.orig/debian/watch +++ subvertpy-0.7.2/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://samba.org/~jelmer/subvertpy/subvertpy-(.*).tar.gz --- subvertpy-0.7.2.orig/debian/rules +++ subvertpy-0.7.2/debian/rules @@ -0,0 +1,19 @@ +#!/usr/bin/make -f + +export HOME=$(CURDIR)/nonexistent + +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 + +ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) +common-build-arch common-build-indep:: debian/stamp-check +debian/stamp-check: + $(MAKE) check + touch $@ + +clean:: + rm -f debian/stamp-check +endif --- subvertpy-0.7.2.orig/debian/control +++ subvertpy-0.7.2/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, python-nose +Standards-Version: 3.8.3 +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.7.2.orig/debian/changelog +++ subvertpy-0.7.2/debian/changelog @@ -0,0 +1,78 @@ +subvertpy (0.7.2-1) unstable; urgency=low + + * New upstream release. + * Support building when $HOME exists but is unreadable. + Patch by Jakub Wilk. Closes: #563440 + + -- Jelmer Vernooij Sun, 03 Jan 2010 17:35:38 +0100 + +subvertpy (0.7.1-1) unstable; urgency=low + + * New upstream release. + * Rebuild with correct version of python-support. Closes: #560988. + + -- Jelmer Vernooij Sun, 13 Dec 2009 15:34:05 +0100 + +subvertpy (0.7.0-1) unstable; urgency=low + + * New upstream release. + + -- Jelmer Vernooij Tue, 20 Oct 2009 01:45:26 +0200 + +subvertpy (0.6.9-1) unstable; urgency=low + + * New upstream release. + * Bump standards version to 3.8.3. + + -- Jelmer Vernooij Thu, 10 Sep 2009 17:28:15 +0200 + +subvertpy (0.6.8-1) unstable; urgency=low + + * New upstream release. + + -- Jelmer Vernooij Thu, 18 Jun 2009 13:56:09 +0200 + +subvertpy (0.6.7-1) unstable; urgency=low + + * New upstream release. + * Run testsuite. + + -- Jelmer Vernooij Mon, 01 Jun 2009 18:51:46 +0200 + +subvertpy (0.6.6-1) unstable; urgency=low + + * New upstream release. + * Bump standards version to 3.8.1. + + -- Jelmer Vernooij Mon, 04 May 2009 14:29:53 +0200 + +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.7.2.orig/debian/compat +++ subvertpy-0.7.2/debian/compat @@ -0,0 +1 @@ +5 --- subvertpy-0.7.2.orig/debian/copyright +++ subvertpy-0.7.2/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.