Skip to content

Commit

Permalink
Initial release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbfavre committed Apr 14, 2015
1 parent d287b87 commit 1623768
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 0 deletions.
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
python-protobix (0.0.5-1) unstable; urgency=medium

* Initial release. Migration from old repository

-- Jean Baptiste Favre <jean-baptiste.favre@blablacar.com> Tue, 14 Apr 2015 15:00:34 +0200
1 change: 1 addition & 0 deletions debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8
22 changes: 22 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Source: python-protobix
Maintainer: Jean Baptiste Favre <jean-baptiste.favre@blablacar.com>
Section: python
Priority: optional
Build-Depends: debhelper (>= 8), python-all (>= 2.6.6-3), python-setuptools, dh-python, python3-all, python3-setuptools
Standards-Version: 3.9.6

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.
25 changes: 25 additions & 0 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -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@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'.

8 changes: 8 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/make -f

export PYBUILD_NAME=protobix

%:
dh $@ --with python2,python3 --buildsystem=pybuild


1 change: 1 addition & 0 deletions debian/source/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0 (quilt)

0 comments on commit 1623768

Please sign in to comment.