[Python-modules-commits] r16910 - in packages/python-git/trunk/debian (4 files)

bernat at users.alioth.debian.org bernat at users.alioth.debian.org
Thu May 5 22:20:54 UTC 2011


    Date: Thursday, May 5, 2011 @ 22:20:53
  Author: bernat
Revision: 16910

Small fixes:
 - get-orig-source fixed
 - Use of ~ for beta (or we will need epoch when 0.3.1 is released)
Ready for upload.

Modified:
  packages/python-git/trunk/debian/changelog
  packages/python-git/trunk/debian/control
  packages/python-git/trunk/debian/rules
  packages/python-git/trunk/debian/watch

Modified: packages/python-git/trunk/debian/changelog
===================================================================
--- packages/python-git/trunk/debian/changelog	2011-05-05 14:20:23 UTC (rev 16909)
+++ packages/python-git/trunk/debian/changelog	2011-05-05 22:20:53 UTC (rev 16910)
@@ -1,16 +1,20 @@
-python-git (0.3.1-beta2-1) unstable; urgency=low
+python-git (0.3.1~beta2-1) unstable; urgency=low
 
+  [ Andreas Noteng ]
   * Team upload.
   * Update git dependency. (Closes: #600237, #568583)
   * New upstream release. (Closes: #579553)
   * Add upstream documentation. (Closes: #523881)
   * Change source format to 3.0 (quilt)
-  * Bump Standards-Version to 3.9.1
+  * Bump Standards-Version to 3.9.2
     - Remove deprecated /usr/share/common-licenses/BSD link from copyright
   * Change to DEP5 copyright
 
- -- Andreas Noteng <andreas at noteng.no>  Sat, 02 Apr 2011 15:32:59 +0200
+  [ Vincent Bernat ]
+  * Add myself as uploader
 
+ -- Vincent Bernat <bernat at debian.org>  Thu, 05 May 2011 23:48:19 +0200
+
 python-git (0.1.6-1) unstable; urgency=low
 
   * New upstream release. (Closes: #512584)

Modified: packages/python-git/trunk/debian/control
===================================================================
--- packages/python-git/trunk/debian/control	2011-05-05 14:20:23 UTC (rev 16909)
+++ packages/python-git/trunk/debian/control	2011-05-05 22:20:53 UTC (rev 16910)
@@ -2,10 +2,11 @@
 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>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
+           Vincent Bernat <bernat at debian.org> 
 Build-Depends: debhelper (>= 7.0.50~), python, python-setuptools (>= 0.6a9),
  python-sphinx
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Homepage: http://gitorious.org/projects/git-python/
 XS-Python-Version: all
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-git/trunk

Modified: packages/python-git/trunk/debian/rules
===================================================================
--- packages/python-git/trunk/debian/rules	2011-05-05 14:20:23 UTC (rev 16909)
+++ packages/python-git/trunk/debian/rules	2011-05-05 22:20:53 UTC (rev 16910)
@@ -11,7 +11,7 @@
 	rm -f lib/GitPython.egg-info/SOURCES.txt
 	dh clean
 
-DOC_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p')
+DOC_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p' | sed 's/~.*//')
 UPSTREAM=$(shell dpkg-parsechangelog | sed -nr 's/Version: (.*)-[^-]*/\1/p')
 get-orig-source:
 	uscan --download-current-version

Modified: packages/python-git/trunk/debian/watch
===================================================================
--- packages/python-git/trunk/debian/watch	2011-05-05 14:20:23 UTC (rev 16909)
+++ packages/python-git/trunk/debian/watch	2011-05-05 22:20:53 UTC (rev 16910)
@@ -1,3 +1,4 @@
 version=3
+opts=dversionmangle=s/~/-/ \
 http://pypi.python.org/packages/source/G/GitPython/GitPython-(.*)\.tar\.gz \
     debian uupdate




More information about the Python-modules-commits mailing list