Skip to content

Commit dc5ba80

Browse files
author
takaki
committed
Bump Standards-Version to 3.9.3.
build with dh_python git-svn-id: svn+ssh://svn.debian.org/svn/python-modules/packages/python-git/trunk@21030 771dd761-d7fa-0310-a302-f036d1c1ebb6
1 parent bf87b56 commit dc5ba80

File tree

4 files changed

+21
-7
lines changed

4 files changed

+21
-7
lines changed

debian/changelog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
python-git (0.3.2~RC1-1) UNRELEASED; urgency=low
2+
3+
* Team upload.
4+
* New upstream release
5+
* Add myself to Uploaders.
6+
* Bump Standards-Version to 3.9.3.
7+
+ debian/copyright: copyright-format 1.0
8+
* Add python-gitdb to Depends:.
9+
10+
-- TANIGUCHI Takaki <[email protected]> Tue, 03 Apr 2012 13:28:34 +0900
11+
112
python-git (0.3.1~beta2-1) unstable; urgency=low
213

314
[ Andreas Noteng ]

debian/control

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ Section: python
33
Priority: optional
44
Maintainer: Daniel Watkins <[email protected]>
55
Uploaders: Debian Python Modules Team <[email protected]>,
6-
Vincent Bernat <[email protected]>
6+
Vincent Bernat <[email protected]>,
7+
TANIGUCHI Takaki <[email protected]>
78
Build-Depends: debhelper (>= 7.0.50~), python, python-setuptools (>= 0.6a9),
89
python-sphinx
9-
Standards-Version: 3.9.2
10+
Standards-Version: 3.9.3
1011
Homepage: http://gitorious.org/projects/git-python/
1112
XS-Python-Version: all
1213
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-git/trunk
@@ -17,7 +18,8 @@ Architecture: all
1718
Depends: ${python:Depends},
1819
git (>= 1:1.7) | git-core (>= 1:1.5.3.7),
1920
${misc:Depends},
20-
libjs-jquery
21+
libjs-jquery,
22+
python-gitdb (>= 0.5.1)
2123
Description: Python library to interact with Git repositories
2224
python-git provides object model access to a Git repository, so Python can be
2325
used to manipulate it. Repository objects can be opened or created, which can

debian/copyright

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173
1+
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
22
Upstream-Name: GitPython
33
Upstream-Contact: Michael Trier <[email protected]>
44
Source: http://gitorious.org/git-python
55

66
Files: *
7-
Copyright:
7+
Copyright:
88
2008-2011 Michael Trier <[email protected]>
99
2008-2011 Florian Apolloner <[email protected]>
1010
2008-2011 David Aguilar <[email protected]>
1111
2008-2011 Alan Briolat
1212
License: BSD-3-clause
1313

1414
Files: debian/*
15-
Copyright:
15+
Copyright:
1616
2008-2010 Daniel Watkins <[email protected]>
1717
2011 Andreas Noteng <[email protected]>
1818
License: BSD-3-clause
@@ -44,3 +44,4 @@ License: BSD-3-clause
4444
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
4545
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
4646
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
47+

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ override_dh_installdocs:
55
dh_installdocs -Xjquery.js -X_sources
66

77
%:
8-
dh $@
8+
dh $@ --with python2
99

1010
clean:
1111
rm -f lib/GitPython.egg-info/SOURCES.txt

0 commit comments

Comments
 (0)