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

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Tue Apr 3 05:06:26 UTC 2012


    Date: Tuesday, April 3, 2012 @ 05:06:21
  Author: takaki
Revision: 21030

Bump Standards-Version to 3.9.3.
build with dh_python

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

Modified: packages/python-git/trunk/debian/changelog
===================================================================
--- packages/python-git/trunk/debian/changelog	2012-04-03 03:07:23 UTC (rev 21029)
+++ packages/python-git/trunk/debian/changelog	2012-04-03 05:06:21 UTC (rev 21030)
@@ -1,3 +1,14 @@
+python-git (0.3.2~RC1-1) UNRELEASED; urgency=low
+
+  * Team upload.
+  * New upstream release
+  * Add myself to Uploaders.
+  * Bump Standards-Version to 3.9.3.
+    + debian/copyright: copyright-format 1.0
+  * Add python-gitdb to Depends:.
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Tue, 03 Apr 2012 13:28:34 +0900
+
 python-git (0.3.1~beta2-1) unstable; urgency=low
 
   [ Andreas Noteng ]

Modified: packages/python-git/trunk/debian/control
===================================================================
--- packages/python-git/trunk/debian/control	2012-04-03 03:07:23 UTC (rev 21029)
+++ packages/python-git/trunk/debian/control	2012-04-03 05:06:21 UTC (rev 21030)
@@ -3,10 +3,11 @@
 Priority: optional
 Maintainer: Daniel Watkins <daniel at daniel-watkins.co.uk>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
-           Vincent Bernat <bernat at debian.org> 
+           Vincent Bernat <bernat at debian.org>,
+	TANIGUCHI Takaki <takaki at debian.org>
 Build-Depends: debhelper (>= 7.0.50~), python, python-setuptools (>= 0.6a9),
  python-sphinx
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://gitorious.org/projects/git-python/
 XS-Python-Version: all
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-git/trunk
@@ -17,7 +18,8 @@
 Depends: ${python:Depends},
  git (>= 1:1.7) | git-core (>= 1:1.5.3.7),
  ${misc:Depends},
- libjs-jquery
+ libjs-jquery,
+ python-gitdb (>= 0.5.1)
 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

Modified: packages/python-git/trunk/debian/copyright
===================================================================
--- packages/python-git/trunk/debian/copyright	2012-04-03 03:07:23 UTC (rev 21029)
+++ packages/python-git/trunk/debian/copyright	2012-04-03 05:06:21 UTC (rev 21030)
@@ -1,10 +1,10 @@
-Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: GitPython
 Upstream-Contact: Michael Trier <mtrier at gmail.com>
 Source: http://gitorious.org/git-python
 
 Files: *
-Copyright:
+Copyright: 
  2008-2011 Michael Trier <mtrier at gmail.com>
  2008-2011 Florian Apolloner <florian at apolloner.eu>
  2008-2011 David Aguilar <davvid at gmail.com>
@@ -12,7 +12,7 @@
 License: BSD-3-clause
 
 Files: debian/*
-Copyright:
+Copyright: 
  2008-2010 Daniel Watkins <daniel at daniel-watkins.co.uk>
  2011 Andreas Noteng <andreas at noteng.no>
 License: BSD-3-clause
@@ -44,3 +44,4 @@
  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 
  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+

Modified: packages/python-git/trunk/debian/rules
===================================================================
--- packages/python-git/trunk/debian/rules	2012-04-03 03:07:23 UTC (rev 21029)
+++ packages/python-git/trunk/debian/rules	2012-04-03 05:06:21 UTC (rev 21030)
@@ -5,7 +5,7 @@
 	dh_installdocs -Xjquery.js -X_sources
 
 %:
-	dh $@
+	dh $@ --with python2
 
 clean:
 	rm -f lib/GitPython.egg-info/SOURCES.txt




More information about the Python-modules-commits mailing list