[Python-modules-commits] r33340 - in packages/python-statsd/trunk/debian (3 files)
filippo at users.alioth.debian.org
filippo at users.alioth.debian.org
Fri Jul 10 17:16:39 UTC 2015
Date: Friday, July 10, 2015 @ 17:16:38
Author: filippo
Revision: 33340
Build python3-statsd, thanks Bernhard Schmidt (Closes: #778601)
Modified:
packages/python-statsd/trunk/debian/changelog
packages/python-statsd/trunk/debian/control
packages/python-statsd/trunk/debian/rules
Modified: packages/python-statsd/trunk/debian/changelog
===================================================================
--- packages/python-statsd/trunk/debian/changelog 2015-07-10 07:12:44 UTC (rev 33339)
+++ packages/python-statsd/trunk/debian/changelog 2015-07-10 17:16:38 UTC (rev 33340)
@@ -1,3 +1,9 @@
+python-statsd (3.0.1-2) unstable; urgency=medium
+
+ * Build python3-statsd, thanks Bernhard Schmidt (Closes: #778601)
+
+ -- Filippo Giunchedi <filippo at debian.org> Fri, 10 Jul 2015 18:09:04 +0100
+
python-statsd (3.0.1-1) unstable; urgency=medium
[ Filippo Giunchedi ]
Modified: packages/python-statsd/trunk/debian/control
===================================================================
--- packages/python-statsd/trunk/debian/control 2015-07-10 07:12:44 UTC (rev 33339)
+++ packages/python-statsd/trunk/debian/control 2015-07-10 17:16:38 UTC (rev 33340)
@@ -4,9 +4,12 @@
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Antoine Musso <hashar at free.fr>,
Paul Belanger <paul.belanger at polybeacon.com>
-Build-Depends: debhelper (>= 9), python-all, python-setuptools
+Build-Depends: debhelper (>= 9), dh-python,
+ python-all, python-setuptools, python-nose, python-mock,
+ python3-all, python3-setuptools, python3-nose, python3-mock
Standards-Version: 3.9.6
X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.2
Homepage: https://github.com/jsocol/pystatsd/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-statsd/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-statsd/trunk/
@@ -14,8 +17,21 @@
Package: python-statsd
Architecture: all
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Description: Python client for the statsd daemon
+Description: Python client for the statsd daemon (Python 2)
A python client for Etsy's stasd server. A friendly front-end to Graphite.
.
The package contains the pypi package `statsd` which is the most popular
`statsd` module on pypi.
+ .
+ This package installs the library for Python 3.
+
+Package: python3-statsd
+Architecture: all
+Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Description: Python client for the statsd daemon (Python 3)
+ A python client for Etsy's stasd server. A friendly front-end to Graphite.
+ .
+ The package contains the pypi package `statsd` which is the most popular
+ `statsd` module on pypi.
+ .
+ This package installs the library for Python 3.
Modified: packages/python-statsd/trunk/debian/rules
===================================================================
--- packages/python-statsd/trunk/debian/rules 2015-07-10 07:12:44 UTC (rev 33339)
+++ packages/python-statsd/trunk/debian/rules 2015-07-10 17:16:38 UTC (rev 33340)
@@ -2,9 +2,10 @@
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+export PYBUILD_NAME=statsd
%:
- dh $@ --with python2
+ dh $@ --with python2,python3 --buildsystem=pybuild
get-orig-source:
uscan --download-current-version --rename --destdir ../tarballs
More information about the Python-modules-commits
mailing list