[Python-modules-commits] [python-oxd] 03/03: Initial Release (Closes: #834198)

Adrian Alves alvesadrian-guest at moszumanska.debian.org
Sat Aug 13 01:04:50 UTC 2016


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

alvesadrian-guest pushed a commit to branch master
in repository python-oxd.

commit 6ae1b51a58936883fbb2e081cd2320e820f4ba4b
Author: Adrian Alves <aalves at gmail.com>
Date:   Fri Aug 12 22:01:39 2016 -0300

    Initial Release (Closes: #834198)
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 20 ++++++++++++++++++++
 debian/copyright     | 36 ++++++++++++++++++++++++++++++++++++
 debian/rules         |  4 ++++
 debian/source/format |  2 +-
 6 files changed, 67 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..9012070
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-oxd (2.4.4-1) unstable; urgency=medium
+
+  * Initial Release (Closes: #834198)
+
+ -- adrian <aalves at gmail.com>  Fri, 12 Aug 2016 20:48:31 -0300
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..371703a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: python-oxd
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Adrian Alves <aalves at gmail.com>
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all,
+               python-setuptools
+Standards-Version: 3.9.8
+Homepage: https://github.com/GluuFederation/oxd-python
+Vcs-Git: git://anonscm.debian.org/git/python-modules/packages/python-oxd.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-oxd.git
+
+Package: python-oxd
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-nose
+Description: Python library for oxd server
+ oxD Python is a client library for the Gluu oxD Server.
+ For information about oxD, visit http://oxd.gluu.org
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..079e459
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,36 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: oxd-python
+Source: https://github.com/GluuFederation/oxd-python
+
+Files: *
+Copyright: 2016 Gluu <support at gluu.org>
+License: Expat
+
+Files: debian/*
+Copyright: 2016 Adrian Alves <aalves at gmail.com>
+License: Expat
+Comment: Debian packaging is licensed under the same terms as upstream
+
+License: Expat
+ 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.
+
+Files: debian/*
+Copyright: 2016 Adrian Alves <aalves at gmail.com>
+License: Expat
+Comment: Debian packaging is licensed under the same terms as upstream
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..4647c9c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2
diff --git a/debian/source/format b/debian/source/format
index 163aaf8..89ae9db 100644
--- a/debian/source/format
+++ b/debian/source/format
@@ -1 +1 @@
-3.0 (quilt)
+3.0 (native)

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



More information about the Python-modules-commits mailing list