--- dulwich-0.1.1.orig/debian/pycompat +++ dulwich-0.1.1/debian/pycompat @@ -0,0 +1 @@ +2 --- dulwich-0.1.1.orig/debian/watch +++ dulwich-0.1.1/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://samba.org/~jelmer/dulwich/dulwich-(.*).tar.gz --- dulwich-0.1.1.orig/debian/rules +++ dulwich-0.1.1/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +DEB_PYTHON_SYSTEM=pycentral + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk --- dulwich-0.1.1.orig/debian/control +++ dulwich-0.1.1/debian/control @@ -0,0 +1,20 @@ +Source: dulwich +Section: python +Priority: optional +Maintainer: Jelmer Vernooij +Homepage: http://launchpad.net/dulwich +Build-Depends: python-central (>= 0.5), cdbs (>= 0.4.43), python, debhelper (>= 5.0.37.2) +Standards-Version: 3.8.1 +XS-Python-Version: >= 2.4 +Vcs-Bzr: http://people.samba.org/bzr/jelmer/dulwich/debian + +Package: python-dulwich +Architecture: all +Depends: ${python:Depends}, ${misc:Depends} +XB-Python-Version: ${python:Versions} +Description: Pure-python Git library + A pure-Python implementation of the file formats and protocols + used by the Git version control system. + . + It can currently read existing Git repositories and implements + the protocol for pushing and receiving packs from remote servers. --- dulwich-0.1.1.orig/debian/changelog +++ dulwich-0.1.1/debian/changelog @@ -0,0 +1,31 @@ +dulwich (0.1.1-1) unstable; urgency=low + + * New upstream release. + * Bump standards version to 3.8.1. + * Use debhelper v5. + + -- Jelmer Vernooij Fri, 13 Mar 2009 18:32:04 +0100 + +dulwich (0.1.0+bzr160-1) unstable; urgency=low + + * New upstream snapshot. + + -- Jelmer Vernooij Fri, 20 Feb 2009 02:21:53 +0000 + +dulwich (0.1.0+bzr138-2) unstable; urgency=low + + * Add watch file. + + -- Jelmer Vernooij Tue, 27 Jan 2009 04:26:55 +0100 + +dulwich (0.1.0+bzr138-1) unstable; urgency=low + + * New upstream snapshot. + + -- Jelmer Vernooij Sat, 24 Jan 2009 22:58:17 +0100 + +dulwich (0.1.0-1) unstable; urgency=low + + * Initial release. (Closes: #512897) + + -- Jelmer Vernooij Thu, 01 Jan 2009 04:15:38 +0100 --- dulwich-0.1.1.orig/debian/compat +++ dulwich-0.1.1/debian/compat @@ -0,0 +1 @@ +5 --- dulwich-0.1.1.orig/debian/copyright +++ dulwich-0.1.1/debian/copyright @@ -0,0 +1,21 @@ +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=143 +Upstream-Name: dulwich +Debianized-By: Jelmer Vernooij +Debianized-Date: Tue, 13 Jan 2009 16:56:47 +0100 + +It was downloaded from http://launchpad.net/dulwich. + +Files: * +Copyright 2005 Linus Torvalds +Copyright 2007 James Westby +Copyright 2007-2009 Jelmer Vernooij +Copyright 2008 John Carr +License: GPL-2 + On Debian systems the full text of the GNU General Public License version 2 + can be found in the `/usr/share/common-licenses/GPL-2' file. + +Files: debian/* +Copyright 2009 Jelmer Vernooij +License: GPL-2+ + On Debian systems the full text of the GNU General Public License version 2 + can be found in the `/usr/share/common-licenses/GPL-2' file.