Codebase list python-git / 637cc9e
Imported Debian patch 0.1.4.1-1 Daniel Watkins 15 years ago
10 changed file(s) with 118 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 python-git (0.1.4.1-1) unstable; urgency=low
1
2 * Initial release. (Closes: #492520)
3
4 -- Daniel Watkins <daniel@daniel-watkins.co.uk> Sat, 26 Jul 2008 20:48:13 +0100
0 Source: python-git
1 Section: python
2 Priority: optional
3 Maintainer: Daniel Watkins <daniel@daniel-watkins.co.uk>
4 Build-Depends: debhelper (>= 7), dpatch, python, python-setuptools (>= 0.6a9)
5 Build-Depends-Indep: python-support
6 Standards-Version: 3.8.0
7 Homepage: http://gitorious.org/projects/git-python/
8 XS-Python-Version: all
9
10 Package: python-git
11 Architecture: all
12 Depends: ${python:Depends}, git-core (>= 1.5.3.7)
13 Description: A Python library to interact with Git repositories
14 python-git provides object model access to a Git repository, so Python can be
15 used to manipulate it. Repository objects can be opened or created, which can
16 then be traversed to find parent commit(s), trees, blobs, etc.
17 XB-Python-Version: ${python:Versions}
0 This package was debianized by Daniel Watkins <daniel@daniel-watkins.co.uk> on
1 Sat, 26 Jul 2008 20:41:29 +0100.
2
3 It was downloaded from
4 <http://pypi.python.org/packages/source/G/GitPython/GitPython-0.1.4.1.tar.gz>.
5
6 Upstream Authors:
7
8 Michael Trier <mtrier@gmail.com>
9 Florian Apolloner <florian@apolloner.eu>
10 David Aguilar <davvid@gmail.com>
11 Alan Briolat
12
13 Copyright:
14
15 Copyright (c) 2008, Michael Trier and contributors
16 All rights reserved.
17
18 License:
19
20 This package is licensed under the BSD license, see
21 `/usr/share/common-licenses/BSD'.
22
23 The Debian packaging is (C) 2008, Daniel Watkins <daniel@daniel-watkins.co.uk>
24 and is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
0 README
1 doc/tutorial.txt
0 01_remove_ez_setup.dpatch
0 #! /bin/sh /usr/share/dpatch/dpatch-run
1 ## 01_remove_ez_setup.dpatch by Daniel Watkins <daniel@daniel-watkins.co.uk>
2 ##
3 ## DP: Remove needless dependency on ez_setup.
4
5 @DPATCH@
6
7 --- python-git-0.1.4.1.orig/setup.py
8 +++ python-git-0.1.4.1/setup.py
9 @@ -1,5 +1,3 @@
10 -from ez_setup import use_setuptools
11 -use_setuptools()
12 from setuptools import setup, find_packages
13 from distutils.command.build_py import build_py as _build_py
14 from setuptools.command.sdist import sdist as _sdist
0 #!/usr/bin/make -f
1 # -*- makefile -*-
2
3 include /usr/share/dpatch/dpatch.make
4
5 build: patch
6
7 pre-clean: patch
8 dh_testdir
9 dh_testroot
10 python setup.py clean
11
12 clean: pre-clean unpatch
13 rm -f build-stamp
14 rm -f lib/git/*.pyc
15 rm -rf dist/ build/
16 rm -f lib/GitPython.egg-info/SOURCES.txt
17 dh_clean
18
19 install: build
20 dh_testdir
21 dh_testroot
22 dh_prep
23 dh_installdirs
24 python setup.py install --no-compile --root=debian/python-git \
25 --single-version-externally-managed
26
27 # Build architecture-independent files here.
28 binary-indep: build install
29 dh_testdir
30 dh_testroot
31 dh_installchangelogs
32 dh_installdocs
33 dh_compress -X.txt -X.py
34 dh_fixperms
35 dh_pysupport
36 dh_installdeb
37 dh_gencontrol
38 dh_md5sums
39 dh_builddeb
40
41 # Build architecture-dependent files here.
42 binary-arch: build install
43 # We have nothing to do by default.
44
45 binary: binary-indep binary-arch
46 .PHONY: build pre-clean clean binary-indep binary-arch binary install
0 version=3
1 http://pypi.python.org/packages/source/G/GitPython/GitPython-(.*)\.tar\.gz \
2 debian uupdate