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

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


    Date: Thursday, December 18, 2014 @ 16:29:06
  Author: yoh
Revision: 31593

enable build-time testing

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

Modified: packages/python-git/trunk/debian/changelog
===================================================================
--- packages/python-git/trunk/debian/changelog	2014-12-18 16:28:59 UTC (rev 31592)
+++ packages/python-git/trunk/debian/changelog	2014-12-18 16:29:06 UTC (rev 31593)
@@ -4,8 +4,12 @@
   * New upstream bugfix release (Closes: #769595)
     - detects untracked files correctly now (Closes: #739898)
     - includes debian/patches/dont-choke-on-rc-version.patch
+  * debian/control
+    - bump Standards-Version to 3.9.6
+    - added python-smmap (>= 0.8.3) to Build-Depends and Suggests:
+      used for testing
 
- -- Yaroslav Halchenko <debian at onerussian.com>  Wed, 17 Dec 2014 19:44:09 -0500
+ -- Yaroslav Halchenko <debian at onerussian.com>  Wed, 17 Dec 2014 22:23:07 -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:28:59 UTC (rev 31592)
+++ packages/python-git/trunk/debian/control	2014-12-18 16:29:06 UTC (rev 31593)
@@ -5,8 +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
-Standards-Version: 3.9.5
+ python-sphinx, python-smmap (>= 0.8.3)
+Standards-Version: 3.9.6
 Homepage: https://github.com/gitpython-developers/GitPython
 XS-Python-Version: all
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-git/trunk/
@@ -19,6 +19,8 @@
  ${misc:Depends},
  libjs-jquery,
  python-gitdb (>= 0.5.1)
+Suggests:
+ python-smmap
 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




More information about the Python-modules-commits mailing list