Procházet zdrojové kódy

Re-import debian package.

Jelmer Vernooij před 15 roky
rodič
revize
dcd087642c
7 změnil soubory, kde provedl 128 přidání a 0 odebrání
  1. 64 0
      debian/changelog
  2. 1 0
      debian/compat
  3. 23 0
      debian/control
  4. 21 0
      debian/copyright
  5. 1 0
      debian/pycompat
  6. 16 0
      debian/rules
  7. 2 0
      debian/watch

+ 64 - 0
debian/changelog

@@ -0,0 +1,64 @@
+dulwich (0.3.2-2) UNRELEASED; urgency=low
+
+  * Run the testsuite during build.
+
+ -- Jelmer Vernooij <jelmer@debian.org>  Mon, 01 Jun 2009 21:55:36 +0200
+
+dulwich (0.3.2-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Jelmer Vernooij <jelmer@debian.org>  Wed, 20 May 2009 19:04:00 +0200
+
+dulwich (0.3.0-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Jelmer Vernooij <jelmer@debian.org>  Sun, 10 May 2009 16:18:27 +0200
+
+dulwich (0.2.0-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Jelmer Vernooij <jelmer@debian.org>  Thu, 30 Apr 2009 14:45:32 +0200
+
+dulwich (0.1.1+bzr220-1) unstable; urgency=low
+
+  * Update package description to mention optimized modules. (Closes: #521839)
+  * New upstream snapshot.
+
+ -- Jelmer Vernooij <jelmer@debian.org>  Mon, 06 Apr 2009 15:48:41 +0200
+
+dulwich (0.1.1+bzr214-1) unstable; urgency=low
+
+  * New upstream snapshot.
+  * Bump standards version.
+  * Fix long description. (Closes: #521003)
+  * Switch to Arch: any, since the package now contains compiled
+    optimized versions of some modules.
+
+ -- Jelmer Vernooij <jelmer@debian.org>  Sun, 29 Mar 2009 16:14:39 +0200
+
+dulwich (0.1.1~bzr153-1) unstable; urgency=low
+
+  * New upstream snapshot.
+
+ -- Jelmer Vernooij <jelmer@debian.org>  Sun, 08 Mar 2009 07:02:00 +0100
+
+dulwich (0.1.0+bzr138-2) unstable; urgency=low
+
+  * Add watch file.
+
+ -- Jelmer Vernooij <jelmer@debian.org>  Tue, 27 Jan 2009 04:26:55 +0100
+
+dulwich (0.1.0+bzr138-1) unstable; urgency=low
+
+  * New upstream snapshot.
+
+ -- Jelmer Vernooij <jelmer@debian.org>  Sat, 24 Jan 2009 22:58:17 +0100
+
+dulwich (0.1.0-1) unstable; urgency=low
+
+  * Initial release. (Closes: #512897)
+
+ -- Jelmer Vernooij <jelmer@debian.org>  Thu, 01 Jan 2009 04:15:38 +0100

+ 1 - 0
debian/compat

@@ -0,0 +1 @@
+5

+ 23 - 0
debian/control

@@ -0,0 +1,23 @@
+Source: dulwich
+Section: python
+Priority: optional
+Maintainer: Jelmer Vernooij <jelmer@debian.org>
+Homepage: http://samba.org/~jelmer/dulwich
+Build-Depends: python-central (>= 0.5), cdbs (>= 0.4.43), python-all-dev, debhelper (>= 5.0.37.2), python-nose
+Standards-Version: 3.8.1
+XS-Python-Version: >= 2.4
+Vcs-Bzr: http://bzr.debian.org/users/jelmer/dulwich/unstable
+
+Package: python-dulwich
+Architecture: any
+Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
+XB-Python-Version: ${python:Versions}
+Description: Pure-python Git library
+ Dulwich is a Python implementation of the file formats and protocols 
+ used by the Git version control system. It can currently read from and write 
+ to existing Git repositories and implements the protocol for pushing and 
+ receiving packs from remote servers.
+ .
+ All functionality is available in pure Python, but for improved performance 
+ replacements of some modules written in C are also available. This package 
+ includes the high performance versions.

+ 21 - 0
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 <jelmer@debian.org>
+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 <jw+debian@jameswestby.net>
+Copyright 2007-2009 Jelmer Vernooij <jelmer@samba.org>
+Copyright 2008 John Carr <john.carr@unrouted.co.uk>
+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 <jelmer@debian.org>
+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.

+ 1 - 0
debian/pycompat

@@ -0,0 +1 @@
+2

+ 16 - 0
debian/rules

@@ -0,0 +1,16 @@
+#!/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
+
+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

+ 2 - 0
debian/watch

@@ -0,0 +1,2 @@
+version=2
+http://samba.org/~jelmer/dulwich/dulwich-(.*).tar.gz