[Python-modules-commits] r6259 - in packages/python-git (14 files)
odd_bloke-guest at users.alioth.debian.org
odd_bloke-guest at users.alioth.debian.org
Wed Aug 20 16:49:48 UTC 2008
Date: Wednesday, August 20, 2008 @ 16:49:47
Author: odd_bloke-guest
Revision: 6259
Imported existing python-git packaging.
Added:
packages/python-git/trunk/debian/
packages/python-git/trunk/debian/changelog
packages/python-git/trunk/debian/compat
packages/python-git/trunk/debian/control
packages/python-git/trunk/debian/copyright
packages/python-git/trunk/debian/docs
packages/python-git/trunk/debian/patches/
packages/python-git/trunk/debian/patches/00list
packages/python-git/trunk/debian/patches/01_remove_ez_setup.dpatch
packages/python-git/trunk/debian/patches/02_bare_repos.dpatch
packages/python-git/trunk/debian/pycompat
packages/python-git/trunk/debian/rules
packages/python-git/trunk/debian/watch
Modified:
packages/python-git/trunk/ (properties)
Property changes on: packages/python-git/trunk
___________________________________________________________________
Name: bzr:revision-info
+ timestamp: 2008-08-20 17:44:44.551000118 +0100
committer: Daniel Watkins <daniel at daniel-watkins.co.uk>
properties:
branch-nick: python-git.foo
Name: bzr:file-ids
+ debian debian-20080820164021-xn0bv3wjknkpmv45-1
debian/changelog changelog-20080820164021-xn0bv3wjknkpmv45-2
debian/compat compat-20080820164021-xn0bv3wjknkpmv45-3
debian/control control-20080820164021-xn0bv3wjknkpmv45-4
debian/copyright copyright-20080820164021-xn0bv3wjknkpmv45-5
debian/docs docs-20080820164021-xn0bv3wjknkpmv45-6
debian/patches patches-20080820164021-xn0bv3wjknkpmv45-7
debian/patches/00list 00list-20080820164021-xn0bv3wjknkpmv45-11
debian/patches/01_remove_ez_setup.dpatch 01_remove_ez_setup.d-20080820164021-xn0bv3wjknkpmv45-12
debian/patches/02_bare_repos.dpatch 02_bare_repos.dpatch-20080820164021-xn0bv3wjknkpmv45-13
debian/pycompat pycompat-20080820164021-xn0bv3wjknkpmv45-8
debian/rules rules-20080820164021-xn0bv3wjknkpmv45-9
debian/watch watch-20080820164021-xn0bv3wjknkpmv45-10
Name: bzr:revision-id:v3-list-QlpoOTFBWSZTWXrctpkAABdRgAAQABC6yV4AIAAhtU1MmBtQUwAE0zC-FIoOFRv95GyEprQjsj13FDS34XckU4UJB63LaZA.
+ 2 daniel at daniel-watkins.co.uk-20080820164444-ytyg6gwywv92qsmv
Added: packages/python-git/trunk/debian/changelog
===================================================================
--- packages/python-git/trunk/debian/changelog (rev 0)
+++ packages/python-git/trunk/debian/changelog 2008-08-20 16:49:47 UTC (rev 6259)
@@ -0,0 +1,21 @@
+python-git (0.1.4.1-3) unstable; urgency=low
+
+ * Added Debian Python Modules Team to Uploaders field.
+
+ -- Daniel Watkins <daniel at daniel-watkins.co.uk> Wed, 20 Aug 2008 16:38:31 +0100
+
+python-git (0.1.4.1-2) unstable; urgency=low
+
+ * Fixed the synopsis to work as an appositive clause in a sentence, as per
+ Section 6.2.2 of the Developer Reference.
+ * Added patch so that git.Repo.create and git.Repo.init_bare now create a
+ bare repository, as intended. (Closes: #494581)
+ * Added Vcs-Bzr control field.
+
+ -- Daniel Watkins <daniel at daniel-watkins.co.uk> Mon, 18 Aug 2008 19:50:22 +0100
+
+python-git (0.1.4.1-1) unstable; urgency=low
+
+ * Initial release. (Closes: #492520)
+
+ -- Daniel Watkins <daniel at daniel-watkins.co.uk> Sat, 26 Jul 2008 20:48:13 +0100
Added: packages/python-git/trunk/debian/compat
===================================================================
--- packages/python-git/trunk/debian/compat (rev 0)
+++ packages/python-git/trunk/debian/compat 2008-08-20 16:49:47 UTC (rev 6259)
@@ -0,0 +1 @@
+7
Added: packages/python-git/trunk/debian/control
===================================================================
--- packages/python-git/trunk/debian/control (rev 0)
+++ packages/python-git/trunk/debian/control 2008-08-20 16:49:47 UTC (rev 6259)
@@ -0,0 +1,20 @@
+Source: python-git
+Section: python
+Priority: optional
+Maintainer: Daniel Watkins <daniel at daniel-watkins.co.uk>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7), dpatch, python, python-setuptools (>= 0.6a9)
+Build-Depends-Indep: python-support
+Standards-Version: 3.8.0
+Homepage: http://gitorious.org/projects/git-python/
+XS-Python-Version: all
+Vcs-Bzr: http://bzr.daniel-watkins.co.uk/debian/python-git/
+
+Package: python-git
+Architecture: all
+Depends: ${python:Depends}, git-core (>= 1.5.3.7)
+Description: Python library to interact with Git repositories
+ python-git provides object model access to a Git repository, so Python can be
+ used to manipulate it. Repository objects can be opened or created, which can
+ then be traversed to find parent commit(s), trees, blobs, etc.
+XB-Python-Version: ${python:Versions}
Added: packages/python-git/trunk/debian/copyright
===================================================================
--- packages/python-git/trunk/debian/copyright (rev 0)
+++ packages/python-git/trunk/debian/copyright 2008-08-20 16:49:47 UTC (rev 6259)
@@ -0,0 +1,25 @@
+This package was debianized by Daniel Watkins <daniel at daniel-watkins.co.uk> on
+Sat, 26 Jul 2008 20:41:29 +0100.
+
+It was downloaded from
+<http://pypi.python.org/packages/source/G/GitPython/GitPython-0.1.4.1.tar.gz>.
+
+Upstream Authors:
+
+ Michael Trier <mtrier at gmail.com>
+ Florian Apolloner <florian at apolloner.eu>
+ David Aguilar <davvid at gmail.com>
+ Alan Briolat
+
+Copyright:
+
+ Copyright (c) 2008, Michael Trier and contributors
+ All rights reserved.
+
+License:
+
+ This package is licensed under the BSD license, see
+ `/usr/share/common-licenses/BSD'.
+
+The Debian packaging is (C) 2008, Daniel Watkins <daniel at daniel-watkins.co.uk>
+and is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
Added: packages/python-git/trunk/debian/docs
===================================================================
--- packages/python-git/trunk/debian/docs (rev 0)
+++ packages/python-git/trunk/debian/docs 2008-08-20 16:49:47 UTC (rev 6259)
@@ -0,0 +1,2 @@
+README
+doc/tutorial.txt
Added: packages/python-git/trunk/debian/patches/00list
===================================================================
--- packages/python-git/trunk/debian/patches/00list (rev 0)
+++ packages/python-git/trunk/debian/patches/00list 2008-08-20 16:49:47 UTC (rev 6259)
@@ -0,0 +1,2 @@
+01_remove_ez_setup.dpatch
+02_bare_repos.dpatch
Added: packages/python-git/trunk/debian/patches/01_remove_ez_setup.dpatch
===================================================================
--- packages/python-git/trunk/debian/patches/01_remove_ez_setup.dpatch (rev 0)
+++ packages/python-git/trunk/debian/patches/01_remove_ez_setup.dpatch 2008-08-20 16:49:47 UTC (rev 6259)
@@ -0,0 +1,15 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_remove_ez_setup.dpatch by Daniel Watkins <daniel at daniel-watkins.co.uk>
+##
+## DP: Remove needless dependency on ez_setup.
+
+ at DPATCH@
+
+--- python-git-0.1.4.1.orig/setup.py
++++ python-git-0.1.4.1/setup.py
+@@ -1,5 +1,3 @@
+-from ez_setup import use_setuptools
+-use_setuptools()
+ from setuptools import setup, find_packages
+ from distutils.command.build_py import build_py as _build_py
+ from setuptools.command.sdist import sdist as _sdist
Property changes on: packages/python-git/trunk/debian/patches/01_remove_ez_setup.dpatch
___________________________________________________________________
Name: svn:executable
+ *
Added: packages/python-git/trunk/debian/patches/02_bare_repos.dpatch
===================================================================
--- packages/python-git/trunk/debian/patches/02_bare_repos.dpatch (rev 0)
+++ packages/python-git/trunk/debian/patches/02_bare_repos.dpatch 2008-08-20 16:49:47 UTC (rev 6259)
@@ -0,0 +1,31 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02_bare_repos.dpatch by Daniel Watkins <daniel at daniel-watkins.co.uk>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Make git.Repo.create and git.Repo.init_bare actually create bare repos
+## DP: (as intended).
+
+ at DPATCH@
+
+--- python-git-0.1.4.1.orig/lib/git/repo.py
++++ python-git-0.1.4.1/lib/git/repo.py
+@@ -44,7 +44,8 @@
+ while curpath:
+ if is_git_dir(curpath):
+ self.bare = True
+- self.path, self.wd = curpath
++ self.path = curpath
++ self.wd = curpath
+ break
+ gitpath = os.path.join(curpath, '.git')
+ if is_git_dir(gitpath):
+@@ -296,7 +297,7 @@
+ os.makedirs(path, 0755)
+
+ git = Git(path)
+- output = git.init(**kwargs)
++ output = git.init('--bare', **kwargs)
+ return Repo(path)
+ create = init_bare
+
+
Property changes on: packages/python-git/trunk/debian/patches/02_bare_repos.dpatch
___________________________________________________________________
Name: svn:executable
+ *
Added: packages/python-git/trunk/debian/pycompat
===================================================================
--- packages/python-git/trunk/debian/pycompat (rev 0)
+++ packages/python-git/trunk/debian/pycompat 2008-08-20 16:49:47 UTC (rev 6259)
@@ -0,0 +1 @@
+2
Added: packages/python-git/trunk/debian/rules
===================================================================
--- packages/python-git/trunk/debian/rules (rev 0)
+++ packages/python-git/trunk/debian/rules 2008-08-20 16:49:47 UTC (rev 6259)
@@ -0,0 +1,47 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+include /usr/share/dpatch/dpatch.make
+
+build: patch
+
+pre-clean: patch
+ dh_testdir
+ dh_testroot
+ python setup.py clean
+
+clean: pre-clean unpatch
+ rm -f build-stamp
+ rm -f lib/git/*.pyc
+ rm -rf dist/ build/
+ rm -f lib/GitPython.egg-info/SOURCES.txt
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_prep
+ dh_installdirs
+ python setup.py install --no-compile --root=debian/python-git \
+ --single-version-externally-managed
+
+# Build architecture-independent files here.
+binary-indep: build install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs
+ dh_installdocs
+ dh_compress -X.txt -X.py
+ dh_fixperms
+ dh_pysupport
+ dh_installdeb
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+# Build architecture-dependent files here.
+binary-arch: build install
+# We have nothing to do by default.
+
+binary: binary-indep binary-arch
+.PHONY: build pre-clean clean binary-indep binary-arch binary install
Property changes on: packages/python-git/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
Added: packages/python-git/trunk/debian/watch
===================================================================
--- packages/python-git/trunk/debian/watch (rev 0)
+++ packages/python-git/trunk/debian/watch 2008-08-20 16:49:47 UTC (rev 6259)
@@ -0,0 +1,3 @@
+version=3
+http://pypi.python.org/packages/source/G/GitPython/GitPython-(.*)\.tar\.gz \
+ debian uupdate
More information about the Python-modules-commits
mailing list