[Python-modules-commits] [proxmoxer] 03/05: Initial packaging

Elena Grandi valhalla-guest at moszumanska.debian.org
Sat Dec 2 13:39:50 UTC 2017


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

valhalla-guest pushed a commit to branch master
in repository proxmoxer.

commit 10f9f5721892fcd3e569cc7fcca691306dade961
Author: Elena ``of Valhalla'' Grandi <valhalla at trueelena.org>
Date:   Sat Dec 2 14:10:15 2017 +0100

    Initial packaging
---
 debian/changelog |  5 +++++
 debian/compat    |  1 +
 debian/control   | 36 ++++++++++++++++++++++++++++++++++++
 debian/copyright | 33 +++++++++++++++++++++++++++++++++
 debian/rules     |  8 ++++++++
 debian/watch     |  4 ++++
 6 files changed, 87 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..7f037a5
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+proxmoxer (1.0.0-1) UNRELEASED; urgency=low
+
+  * New package: Closes: #883103.
+
+ -- Elena Grandi <valhalla-d at trueelena.org>  Thu, 30 Nov 2017 13:50:12 +0100
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..0c57431
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,36 @@
+Source: proxmoxer
+Maintainer: Elena Grandi <valhalla-d at trueelena.org>
+Section: python
+Priority: optional
+Build-Depends: dh-python, python-setuptools (>= 0.6b3), python3-setuptools, python-all (>= 2.6.6-3), python3-all, debhelper (>= 9)
+Standards-Version: 4.1.1
+Homepage: https://github.com/swayf/proxmoxer
+
+Package: python-proxmoxer
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Recommends: python-requests, python-paramiko
+Description: Python Wrapper for the Proxmox 2.x API (HTTP and SSH) (Python 2)
+ Proxmoxer is a wrapper around the Proxmox REST API v2 which allows one to
+ programmatically create / delete / manage instances of proxmox managed virtual
+ machines and containers.
+ .
+ To use this package either python-requests (for the HTTP API) or
+ python-paramiko (for ssh) must be installed.
+ .
+ This package installs the Python 2 version of proxmoxer.
+
+Package: python3-proxmoxer
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Recommends: python3-requests, python3-paramiko
+Description: Python Wrapper for the Proxmox 2.x API (HTTP and SSH) (Python 3)
+ Proxmoxer is a wrapper around the Proxmox REST API v2 which allows one to
+ programmatically create / delete / manage instances of proxmox managed virtual
+ machines and containers.
+ .
+ To use this package either python3-requests (for the HTTP API) or
+ python3-paramiko (for ssh) must be installed.
+ .
+ This package installs the Python 3 version of proxmoxer.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..aab081a
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,33 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Oleg Butovich
+Upstream-Contact: Oleg Butovich <obutovich at gmail.com>
+Source: https://pypi.python.org/pypi/proxmoxer
+Comment: License text taken from https://github.com/swayf/proxmoxer 
+
+Files: *
+Copyright: 2013 Oleg Butovich
+License: MIT
+
+Files: debian/*
+Copyright: 2017 Elena Grandi
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and associated documentation files (the "Software"),
+ to deal in the Software without restriction, including without limitation
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ and/or sell copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..65e9c35
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+# This file was automatically generated by stdeb 0.8.5 at
+# Wed, 29 Nov 2017 10:08:12 +0100
+export PYBUILD_NAME=proxmoxer
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..1314bb9
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# please also check http://pypi.debian.net/proxmoxer/watch
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/proxmoxer/proxmoxer-(.+)\.(?: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/proxmoxer.git



More information about the Python-modules-commits mailing list