[Python-modules-commits] [bernhard] 04/05: Delete python3 package (protobuf not available)

Vincent Bernat bernat at moszumanska.debian.org
Mon Jun 20 10:21:58 UTC 2016


This is an automated email from the git hooks/post-receive script.

bernat pushed a commit to branch master
in repository bernhard.

commit 6957f54a3dcc310b470fe9ce01f7eb5fc4d3f1a6
Author: Vincent Bernat <vincent at bernat.im>
Date:   Mon Jun 20 11:58:10 2016 +0200

    Delete python3 package (protobuf not available)
---
 debian/control | 17 +----------------
 debian/rules   |  2 +-
 2 files changed, 2 insertions(+), 17 deletions(-)

diff --git a/debian/control b/debian/control
index 2ca5019..d3f8ddc 100644
--- a/debian/control
+++ b/debian/control
@@ -6,9 +6,7 @@ Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.o
 Build-Depends: debhelper (>= 9), dh-python,
                python-all,
                python-protobuf,
-               python-setuptools,
-               python3-all,
-               python3-setuptools,
+               python-setuptools
 Standards-Version: 3.9.8
 Homepage: http://github.com/banjiewen/bernhard.git
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/bernhard.git
@@ -26,16 +24,3 @@ Description: client for the Reiamnn 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 Reiamnn 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 5011a08..da25aea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,4 +2,4 @@
 
 export PYBUILD_NAME=bernhard
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python2 --buildsystem=pybuild

-- 
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