Skip to content

Commit 39e3447

Browse files
author
bernat
committed
Small fixes:
- get-orig-source fixed - Use of ~ for beta (or we will need epoch when 0.3.1 is released) Ready for upload. git-svn-id: svn+ssh://svn.debian.org/svn/python-modules/packages/python-git/trunk@16910 771dd761-d7fa-0310-a302-f036d1c1ebb6
1 parent f8d1ddd commit 39e3447

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

debian/changelog

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
1-
python-git (0.3.1-beta2-1) unstable; urgency=low
1+
python-git (0.3.1~beta2-1) unstable; urgency=low
22

3+
[ Andreas Noteng ]
34
* Team upload.
45
* Update git dependency. (Closes: #600237, #568583)
56
* New upstream release. (Closes: #579553)
67
* Add upstream documentation. (Closes: #523881)
78
* Change source format to 3.0 (quilt)
8-
* Bump Standards-Version to 3.9.1
9+
* Bump Standards-Version to 3.9.2
910
- Remove deprecated /usr/share/common-licenses/BSD link from copyright
1011
* Change to DEP5 copyright
1112

12-
-- Andreas Noteng <[email protected]> Sat, 02 Apr 2011 15:32:59 +0200
13+
[ Vincent Bernat ]
14+
* Add myself as uploader
15+
16+
-- Vincent Bernat <[email protected]> Thu, 05 May 2011 23:48:19 +0200
1317

1418
python-git (0.1.6-1) unstable; urgency=low
1519

debian/control

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ Source: python-git
22
Section: python
33
Priority: optional
44
Maintainer: Daniel Watkins <[email protected]>
5-
Uploaders: Debian Python Modules Team <[email protected]>
5+
Uploaders: Debian Python Modules Team <[email protected]>,
6+
Vincent Bernat <[email protected]>
67
Build-Depends: debhelper (>= 7.0.50~), python, python-setuptools (>= 0.6a9),
78
python-sphinx
8-
Standards-Version: 3.9.1
9+
Standards-Version: 3.9.2
910
Homepage: http://gitorious.org/projects/git-python/
1011
XS-Python-Version: all
1112
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-git/trunk

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ clean:
1111
rm -f lib/GitPython.egg-info/SOURCES.txt
1212
dh clean
1313

14-
DOC_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p')
14+
DOC_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p' | sed 's/~.*//')
1515
UPSTREAM=$(shell dpkg-parsechangelog | sed -nr 's/Version: (.*)-[^-]*/\1/p')
1616
get-orig-source:
1717
uscan --download-current-version

debian/watch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
version=3
2+
opts=dversionmangle=s/~/-/ \
23
http://pypi.python.org/packages/source/G/GitPython/GitPython-(.*)\.tar\.gz \
34
debian uupdate

0 commit comments

Comments
 (0)