[Python-modules-commits] r32768 - in packages/python-http-parser/trunk/debian (3 files)

asb at users.alioth.debian.org asb at users.alioth.debian.org
Sun May 24 00:10:38 UTC 2015


    Date: Sunday, May 24, 2015 @ 00:10:36
  Author: asb
Revision: 32768

* Team upload.
* Build Python 3 package (Closes: #782943).

Modified:
  packages/python-http-parser/trunk/debian/changelog
  packages/python-http-parser/trunk/debian/control
  packages/python-http-parser/trunk/debian/rules

Modified: packages/python-http-parser/trunk/debian/changelog
===================================================================
--- packages/python-http-parser/trunk/debian/changelog	2015-05-23 23:42:45 UTC (rev 32767)
+++ packages/python-http-parser/trunk/debian/changelog	2015-05-24 00:10:36 UTC (rev 32768)
@@ -1,3 +1,10 @@
+python-http-parser (0.8.3-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Build Python 3 package (Closes: #782943).
+
+ -- Andrew Starr-Bochicchio <asb at debian.org>  Sat, 23 May 2015 19:54:34 -0400
+
 python-http-parser (0.8.3-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/python-http-parser/trunk/debian/control
===================================================================
--- packages/python-http-parser/trunk/debian/control	2015-05-23 23:42:45 UTC (rev 32767)
+++ packages/python-http-parser/trunk/debian/control	2015-05-24 00:10:36 UTC (rev 32768)
@@ -3,9 +3,14 @@
 Uploaders: TANIGUCHI Takaki <takaki at debian.org>
 Section: python
 Priority: optional
-Build-Depends: python-all-dev (>= 2.6.6-3), debhelper (>= 7.0.50~), python-setuptools
+Build-Depends: debhelper (>= 7.0.50~),
+               python-all-dev (>= 2.6.6-3),
+               python3-all-dev,
+               python-setuptools,
+               python3-setuptools
 Standards-Version: 3.9.4
 X-Python-Version: >= 2.5
+X-Python3-Version: >= 3.2
 Homepage: https://github.com/benoitc/http-parser/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-http-parser/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-http-parser/trunk/
@@ -18,3 +23,13 @@
 Description: http request/response parser
  HTTP request/response parser for Python in C under MIT License, based on
  http-parser from Ryan Dahl.
+
+Package: python3-http-parser
+Architecture: any
+Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
+Provides: ${python:Provides}
+Description: http request/response parser (Python 3)
+ HTTP request/response parser for Python in C under MIT License, based on
+ http-parser from Ryan Dahl.
+ .
+ This package installs the library for Python 3.

Modified: packages/python-http-parser/trunk/debian/rules
===================================================================
--- packages/python-http-parser/trunk/debian/rules	2015-05-23 23:42:45 UTC (rev 32767)
+++ packages/python-http-parser/trunk/debian/rules	2015-05-24 00:10:36 UTC (rev 32768)
@@ -1,7 +1,9 @@
 #!/usr/bin/make -f
 
+export PYBUILD_NAME=http-parser
+
 %:
-	dh $@ --with python2 --buildsystem=python_distutils
+	dh $@ --with python2,python3 --buildsystem=pybuild
 
 
 #override_dh_auto_install:




More information about the Python-modules-commits mailing list