[Python-modules-commits] [python-zenoss] 04/04: Initial release (Closes: #830981)

Sandro Tosi morph at moszumanska.debian.org
Thu Jul 14 07:46:09 UTC 2016


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

morph pushed a commit to branch master
in repository python-zenoss.

commit 8f7a6e960a35218444e40856fa5297e28d523b96
Author: Sandro Tosi <morph at debian.org>
Date:   Thu Jul 14 03:45:41 2016 -0400

    Initial release (Closes: #830981)
---
 debian/changelog |  5 +++++
 debian/compat    |  1 +
 debian/control   | 28 ++++++++++++++++++++++++++++
 debian/copyright | 36 ++++++++++++++++++++++++++++++++++++
 debian/rules     | 12 ++++++++++++
 debian/watch     |  3 +++
 6 files changed, 85 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..7bb7fec
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-zenoss (0.6.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #830981)
+
+ -- Sandro Tosi <morph at debian.org>  Wed, 13 Jul 2016 10:09:18 -0400
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..d7766d4
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,28 @@
+Source: python-zenoss
+Section: python
+Priority: optional
+Maintainer: Sandro Tosi <morph at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 9), python, python3, dh-python, python-setuptools, python3-setuptools
+Standards-Version: 3.9.8
+Homepage: https://github.com/iamseth/python-zenoss
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-zenoss.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-zenoss.git
+
+Package: python-zenoss
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-requests
+Description: module to work with the Zenoss JSON API
+ zenoss is a Python module that allows you to interact with a Zenoss
+ installation thru its JSON APIs.
+ .
+ This package contains the Python 2 version of zenoss.
+
+Package: python3-zenoss
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}, python3-requests
+Description: module to work with the Zenoss JSON API (Python 3)
+ zenoss is a Python module that allows you to interact with a Zenoss
+ installation thru its JSON APIs.
+ .
+ This package contains the Python 3 version of zenoss.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e407270
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,36 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: python-zenoss
+Source: https://github.com/iamseth/python-zenoss
+
+Files: *
+Copyright: Copyright (C) 2014 Seth Miller <seth at seth-miller.com>
+License: WTFPL-v2
+ Everyone is permitted to copy and distribute verbatim or modified
+ copies of this license document, and changing it is allowed as long
+ as the name is changed.
+ .
+            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+ .
+ 0. You just DO WHAT THE FUCK YOU WANT TO.
+Comment: taken from https://github.com/iamseth/python-zenoss/blob/master/LICENSE.txt
+
+
+Files: debian/*
+Copyright: 2016 Sandro Tosi <morph at debian.org>
+License: GPL-2+
+ This package 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 2 of the License, or
+ (at your option) any later version.
+ .
+ This package 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 <https://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..6131613
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2,python3
+
+override_dh_auto_install:
+	python  setup.py install --root=debian/python-zenoss  --install-layout=deb
+	python3 setup.py install --root=debian/python3-zenoss --install-layout=deb
+
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rf build/
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..509387c
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/zenoss/zenoss-(.+)\.(?: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/python-zenoss.git



More information about the Python-modules-commits mailing list