[Python-modules-commits] [panoramisk] 03/08: init package work

Orestis Ioannou oorestisime-guest at moszumanska.debian.org
Mon Aug 22 20:41:55 UTC 2016


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

oorestisime-guest pushed a commit to branch master
in repository panoramisk.

commit bd05a26f167f43eab5402f996004651ec0594307
Author: Orestis Ioannou <orestis at oioannou.com>
Date:   Wed Jul 6 23:49:50 2016 +0200

    init package work
---
 debian/changelog                      |  5 +++++
 debian/compat                         |  1 +
 debian/control                        | 39 +++++++++++++++++++++++++++++++++++
 debian/copyright                      | 29 ++++++++++++++++++++++++++
 debian/python-panoramisk-doc.doc-base |  9 ++++++++
 debian/python-panoramisk-doc.docs     |  1 +
 debian/rules                          | 10 +++++++++
 debian/watch                          |  3 +++
 8 files changed, 97 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..f28e9b7
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-panoramisk (1.0-1) unstable; urgency=medium
+
+  * Initial release. (Closes: #829504)
+
+ -- Orestis Ioannou <orestis at oioannou.com>  Mon, 04 Jul 2016 00:00:15 +0200
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..79a8b39
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,39 @@
+Source: python-panoramisk
+Section: python
+Priority: optional
+Maintainer: Orestis Ioannou <orestis at oioannou.com>
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python3-all,
+ python-sphinx,
+ python3-setuptools,
+X-Python3-Version: >= 3.4
+Standards-Version: 3.9.8
+Homepage: http://panoramisk.readthedocs.org/
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-panoramisk.git
+Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-panoramisk.git
+
+Package: python3-panoramisk
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+Description: asyncio based library to play with asterisk (Python 3)
+ Panoramisk is a library based on python’s AsyncIO to play with Asterisk’s manager.
+ .
+ It uses the TCP manager server to listen to events and send actions.
+ .
+ This is the Python 3 package.
+
+Package: python-panoramisk-doc
+Architecture: all
+Depends:
+ ${misc:Depends},
+Section: doc
+Description: asyncio based library to play with asterisk (doc)
+ Panoramisk is a library based on python’s AsyncIO to play with Asterisk’s manager.
+ .
+ It uses the TCP manager server to listen to events and send actions.
+ .
+ This package contains the HTML documentation.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..d9c9bd2
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: panoramisk
+Source: https://github.com/gawel/panoramisk
+
+Files: *
+Copyright: Copyright (c) 2015 Gael Pasgrimaud
+License: MIT
+
+Files: debian/*
+Copyright: 2016 Orestis Ioannou <orestis at oioannou.com>
+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/python-panoramisk-doc.doc-base b/debian/python-panoramisk-doc.doc-base
new file mode 100644
index 0000000..dd7c584
--- /dev/null
+++ b/debian/python-panoramisk-doc.doc-base
@@ -0,0 +1,9 @@
+Document: python-panoramisk-doc
+Title: Panoramisk User Documentation
+Author: Gael Pasgrimaud
+Abstract: Panoramisk is a library based on python's AsyncIO to play with Asterisk's manager.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/python-panoramisk-doc/html/index.html
+Files: /usr/share/doc/python-panoramisk-doc/html/*.html
diff --git a/debian/python-panoramisk-doc.docs b/debian/python-panoramisk-doc.docs
new file mode 100644
index 0000000..4ecc793
--- /dev/null
+++ b/debian/python-panoramisk-doc.docs
@@ -0,0 +1 @@
+docs/_build/html
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..24247ab
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=panoramisk
+
+%:
+	dh $@ --with sphinxdoc,python3 --buildsystem=pybuild
+
+override_dh_auto_build:
+	$(MAKE) -C docs html
+	dh_auto_build
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..92e674c
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/panoramisk/panoramisk-(.+)\.(?: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/panoramisk.git



More information about the Python-modules-commits mailing list