[Python-modules-commits] [python-protobix] 03/03: Initial packaging (Closes: #807412)

Jean Baptiste Favre jbfavre-guest at moszumanska.debian.org
Tue Dec 8 14:32:00 UTC 2015


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

jbfavre-guest pushed a commit to branch master
in repository python-protobix.

commit 73c2a633a9facfd89220b83b703b48cfb09895b7
Author: Jean Baptiste Favre <debian at jbfavre.org>
Date:   Tue Dec 8 15:31:36 2015 +0100

    Initial packaging (Closes: #807412)
---
 debian/changelog |  5 +++++
 debian/compat    |  1 +
 debian/control   | 30 ++++++++++++++++++++++++++++++
 debian/copyright | 25 +++++++++++++++++++++++++
 debian/rules     |  6 ++++++
 debian/watch     |  3 +++
 6 files changed, 70 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..3faa32e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-protobix (0.0.9-1) unstable; urgency=medium
+
+  * Initial packaging (Closes: #807412)
+
+ -- Jean Baptiste Favre <debian at jbfavre.org>  Tue, 8 Dec 2015 15:13:05 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..02070d8
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,30 @@
+Source: python-protobix
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Jean Baptiste Favre <debian at jbfavre.org>
+Build-Depends: debhelper (>= 8), python-all (>= 2.6.6-3), python-setuptools, dh-python, python3-all, python3-setuptools
+Standards-Version: 3.9.6
+Homepage: https://github.com/jbfavre/python-protobix
+Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-protobix.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-protobix.git
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.2
+
+Package: python-protobix
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Implementation of Zabbix Sender protocol
+ This module implements Zabbix Sender Protocol.
+ It allows one to build list of items and send items and send them as trapper.
+ It currently supports items as well as Low Level Discovery.
+
+Package: python3-protobix
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: Implementation of Zabbix Sender protocol
+ This module implements Zabbix Sender Protocol.
+ It allows one to build list of items and send items and send them as trapper.
+ It currently supports items as well as Low Level Discovery.
+ .
+ This is the Python 3 version of the package.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e4c2211
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,25 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Jean Baptiste Favre
+Upstream-Contact: jean-baptiste.favre at blablacar.com
+Source: https://github.com/jbfavre/python-protobix
+
+Files: *
+Copyright: Copyright (c) 2015 Jean Baptiste Favre
+License: GPL-3
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 3 can be found in the file
+ `/usr/share/common-licenses/GPL-3'.
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..75dc8e1
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=protobix
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..38317bb
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/python-protobix-$1\.tar\.gz/ \
+  https://github.com/jbfavre/python-protobix/tags .*/v?(\d\S*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-protobix.git



More information about the Python-modules-commits mailing list