[Python-modules-commits] r33371 - in packages/contextlib2/trunk/debian (changelog control rules)

zigo at users.alioth.debian.org zigo at users.alioth.debian.org
Wed Jul 15 13:26:06 UTC 2015


    Date: Wednesday, July 15, 2015 @ 13:26:03
  Author: zigo
Revision: 33371

  * Team upload.
  * Added Python 3 support.

Modified:
  packages/contextlib2/trunk/debian/changelog
  packages/contextlib2/trunk/debian/control
  packages/contextlib2/trunk/debian/rules

Modified: packages/contextlib2/trunk/debian/changelog
===================================================================
--- packages/contextlib2/trunk/debian/changelog	2015-07-14 21:28:43 UTC (rev 33370)
+++ packages/contextlib2/trunk/debian/changelog	2015-07-15 13:26:03 UTC (rev 33371)
@@ -1,3 +1,10 @@
+contextlib2 (0.4.0-2.1) unstable; urgency=medium
+
+  * Team upload.
+  * Added Python 3 support.
+
+ -- Thomas Goirand <zigo at debian.org>  Wed, 15 Jul 2015 13:21:23 +0000
+
 contextlib2 (0.4.0-2) unstable; urgency=medium
 
   * Fix Vcs-Svn field (was missing a character).

Modified: packages/contextlib2/trunk/debian/control
===================================================================
--- packages/contextlib2/trunk/debian/control	2015-07-14 21:28:43 UTC (rev 33370)
+++ packages/contextlib2/trunk/debian/control	2015-07-15 13:26:03 UTC (rev 33371)
@@ -2,8 +2,13 @@
 Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Tristan Seligmann <mithrandi at debian.org>
-Build-Depends: debhelper (>= 9), python-all, dh-python
+Uploaders: Tristan Seligmann <mithrandi at debian.org>,
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all,
+               python-setuptools,
+               python3-all,
+               python3-setuptools,
 Standards-Version: 3.9.5
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/contextlib2/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/contextlib2/trunk/
@@ -11,10 +16,26 @@
 
 Package: python-contextlib2
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
-Description: Backport and enhancements for the contextlib module
+Depends: ${misc:Depends},
+         ${python:Depends},
+Description: Backport and enhancements for the contextlib module - Python 2.7
  contextlib2 is a backport of the standard library's contextlib module to
  earlier Python versions.
  .
  It also serves as a real world proving ground for possible future
  enhancements to the standard library version.
+ .
+ This package contains the Python 2.7 module.
+
+Package: python3-contextlib2
+Architecture: all
+Depends: ${misc:Depends},
+         ${python3:Depends},
+Description: Backport and enhancements for the contextlib module - Python 3.x
+ contextlib2 is a backport of the standard library's contextlib module to
+ earlier Python versions.
+ .
+ It also serves as a real world proving ground for possible future
+ enhancements to the standard library version.
+ .
+ This package contains the Python 3.x module.

Modified: packages/contextlib2/trunk/debian/rules
===================================================================
--- packages/contextlib2/trunk/debian/rules	2015-07-14 21:28:43 UTC (rev 33370)
+++ packages/contextlib2/trunk/debian/rules	2015-07-15 13:26:03 UTC (rev 33371)
@@ -1,9 +1,10 @@
 #!/usr/bin/make -f
 export PYBUILD_DESTDIR_python2=debian/python-contextlib2/
 export PYBUILD_TEST_ARGS={dir}/
+export PYBUILD_NAME=contextlib2
+
 %:
-	dh $@ --with python2 --buildsystem=pybuild
+	dh $@ --with python2,python3 --buildsystem=pybuild
 
-
 override_dh_installchangelogs:
 	dh_installchangelogs -k NEWS.rst




More information about the Python-modules-commits mailing list