[Python-modules-commits] r31596 - in packages/python-git/trunk/debian (changelog control rules)

yoh at users.alioth.debian.org yoh at users.alioth.debian.org
Thu Dec 18 16:29:25 UTC 2014


    Date: Thursday, December 18, 2014 @ 16:29:24
  Author: yoh
Revision: 31596

enable testing, mark UNRELEASED for now to push to svn

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

Modified: packages/python-git/trunk/debian/changelog
===================================================================
--- packages/python-git/trunk/debian/changelog	2014-12-18 16:29:18 UTC (rev 31595)
+++ packages/python-git/trunk/debian/changelog	2014-12-18 16:29:24 UTC (rev 31596)
@@ -1,6 +1,5 @@
-python-git (0.3.2.1+git24-g891b124-1) experimental; urgency=medium
+python-git (0.3.2.1+git24-g891b124-1) UNRELEASED; urgency=medium
 
-  * Team upload
   * New upstream bugfix release (Closes: #769595) + post-release
     changes which already contain additional fixes
     - detects untracked files correctly now (Closes: #739898)
@@ -9,8 +8,10 @@
     - bump Standards-Version to 3.9.6
     - added python-smmap (>= 0.8.3) to Build-Depends and Suggests:
       used for testing
+  * debian/rules
+    - enable build-time testing
 
- -- Yaroslav Halchenko <debian at onerussian.com>  Wed, 17 Dec 2014 22:23:07 -0500
+ -- Yaroslav Halchenko <debian at onerussian.com>  Thu, 18 Dec 2014 11:25:40 -0500
 
 python-git (0.3.2~RC1-3) unstable; urgency=low
 

Modified: packages/python-git/trunk/debian/control
===================================================================
--- packages/python-git/trunk/debian/control	2014-12-18 16:29:18 UTC (rev 31595)
+++ packages/python-git/trunk/debian/control	2014-12-18 16:29:24 UTC (rev 31596)
@@ -5,7 +5,8 @@
 Uploaders: 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, python-smmap (>= 0.8.3~), python-gitdb (>= 0.6.0~), python-mock
+ python-sphinx,
+ python-nose, python-smmap (>= 0.8.3~), python-gitdb (>= 0.6.0~), python-mock,
 Standards-Version: 3.9.6
 Homepage: https://github.com/gitpython-developers/GitPython
 XS-Python-Version: all

Modified: packages/python-git/trunk/debian/rules
===================================================================
--- packages/python-git/trunk/debian/rules	2014-12-18 16:29:18 UTC (rev 31595)
+++ packages/python-git/trunk/debian/rules	2014-12-18 16:29:24 UTC (rev 31596)
@@ -7,6 +7,9 @@
 %:
 	dh $@ --with python2
 
+override_dh_auto_test:
+	nosetests -s -v --exclude='test_(submodule.*|root_module|fetch_info)' git/test
+
 clean:
 	rm -f lib/GitPython.egg-info/SOURCES.txt
 	dh clean




More information about the Python-modules-commits mailing list