[Python-modules-commits] [bernhard] 01/03: d/control: add python3-bernhard package
Vincent Bernat
bernat at moszumanska.debian.org
Sat Sep 30 11:32:35 UTC 2017
This is an automated email from the git hooks/post-receive script.
bernat pushed a commit to branch debian/master
in repository bernhard.
commit a8ea09cc355538ab40a94ae3ba0fe8b204f101e1
Author: Vincent Bernat <vincent at bernat.im>
Date: Sat Sep 30 13:20:08 2017 +0200
d/control: add python3-bernhard package
---
debian/changelog | 6 ++++++
debian/control | 19 ++++++++++++++++---
debian/rules | 2 +-
3 files changed, 23 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 8bc90e9..2800ddc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+bernhard (0.2.5-2) UNRELEASED; urgency=medium
+
+ * d/control: add python3-bernhard package.
+
+ -- Vincent Bernat <bernat at debian.org> Sat, 30 Sep 2017 13:19:58 +0200
+
bernhard (0.2.5-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/control b/debian/control
index f593e9c..fff3b3b 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,9 @@ Maintainer: Vincent Bernat <bernat at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Build-Depends: debhelper (>= 9), dh-python,
protobuf-compiler,
- python-all,
- python-protobuf,
- python-setuptools
+ python-all, python3-all,
+ python-protobuf, python3-protobuf,
+ python-setuptools, python3-setuptools
Standards-Version: 4.0.0
Homepage: http://github.com/banjiewen/bernhard.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/bernhard.git
@@ -25,3 +25,16 @@ Description: client for the Riemann event stream processor - Python 2.X
client for Riemann. It supports UDP, TCP and TLS transports.
.
This package contains the module for Python 2.
+
+Package: python3-bernhard
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends},
+Recommends: ${python3:Recommends}
+Suggests: ${python3:Suggests}
+XB-Python-Egg-Name: bernhard
+Description: client for the Riemann event stream processor - Python 3.X
+ Riemann aggregates events from your servers and applications with a
+ powerful stream processing language. This package provides a Python
+ client for Riemann. It supports UDP, TCP and TLS transports.
+ .
+ This package contains the module for Python 3.
diff --git a/debian/rules b/debian/rules
index d27198f..88969c8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
export PYBUILD_NAME=bernhard
%:
- dh $@ --with python2 --buildsystem=pybuild
+ dh $@ --with python2,python3 --buildsystem=pybuild
override_dh_auto_build:
protoc -I=debian --python_out=bernhard debian/riemann.proto
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/bernhard.git
More information about the Python-modules-commits
mailing list