[Python-modules-commits] [bernhard] 02/05: Imported Debian patch 0.2.4-1

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 0bd720f96f7cef01af77e355faf9233555c7c668
Author: Vincent Bernat <bernat at debian.org>
Date:   Mon Jun 20 09:47:44 2016 +0000

    Imported Debian patch 0.2.4-1
---
 debian/changelog             |  5 +++++
 debian/compat                |  1 +
 debian/control               | 41 +++++++++++++++++++++++++++++++++++++++++
 debian/copyright             | 21 +++++++++++++++++++++
 debian/python3-bernhard.docs |  1 +
 debian/rules                 |  5 +++++
 debian/source/format         |  1 +
 debian/source/options        |  1 +
 debian/watch                 |  4 ++++
 9 files changed, 80 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..ed66695
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+bernhard (0.2.4-1) unstable; urgency=low
+
+  * Initial release (closes: #827727)
+
+ -- Vincent Bernat <bernat at debian.org>  Mon, 20 Jun 2016 09:47:44 +0000
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..2ca5019
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,41 @@
+Source: bernhard
+Section: python
+Priority: optional
+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,
+               python-all,
+               python-protobuf,
+               python-setuptools,
+               python3-all,
+               python3-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
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/bernhard.git
+
+Package: python-bernhard
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends},
+Recommends: ${python:Recommends}
+Suggests: ${python:Suggests}
+XB-Python-Egg-Name: bernhard
+Description: client for the Reiamnn event stream processor - Python 2.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 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/copyright b/debian/copyright
new file mode 100644
index 0000000..8b49131
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,21 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: bernhard
+Upstream-Contact: Benjamin Anderspn <b at banjiewen.net>
+Source: http://github.com/banjiewen/bernhard.git
+
+Files: *
+Copyright: Benjamin Anderspn <b at banjiewen.net>
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2016 © Vincent Bernat <bernat at debian.org>
+License: Apache-2.0
+
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+       http://www.apache.org/licenses/LICENSE-2.0
+ .
+ On Debian systems, the full license can be found in
+ /usr/share/common-licenses/Apache-2.0.
diff --git a/debian/python3-bernhard.docs b/debian/python3-bernhard.docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/python3-bernhard.docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..5011a08
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#! /usr/bin/make -f
+
+export PYBUILD_NAME=bernhard
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..d81db3f
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore="^[^/]+.egg-info/"
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..c4e6d96
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# try also https://pypi.debian.net/bernhard/watch
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/bernhard/bernhard-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

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