[Python-modules-commits] [python-tornadorpc] 02/04: Imported Debian patch 0.1.1-1

Sandro Tosi morph at moszumanska.debian.org
Tue Jul 7 21:38:20 UTC 2015


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

morph pushed a commit to branch bpo8
in repository python-tornadorpc.

commit e1a98ecc51c796646321df814bb32470bc4e9318
Author: Sandro Tosi <morph at debian.org>
Date:   Tue Jul 7 17:12:41 2015 -0400

    Imported Debian patch 0.1.1-1
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 24 ++++++++++++++++++++++++
 debian/copyright     | 15 +++++++++++++++
 debian/rules         |  7 +++++++
 debian/source/format |  1 +
 debian/watch         |  3 +++
 7 files changed, 56 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..a1c36a2
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-tornadorpc (0.1.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #791684)
+
+ -- Sandro Tosi <morph at debian.org>  Tue, 07 Jul 2015 17:12:41 -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..01282f1
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: python-tornadorpc
+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, dh-python, python-setuptools
+Standards-Version: 3.9.6
+Homepage: https://github.com/joshmarshall/tornadorpc
+Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-tornadorpc.git
+Vcs-Browser: http://anonscm.debian.org/cgit/python-modules/packages/python-tornadorpc.git/
+
+Package: python-tornadorpc
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: library for XML/JSON RPC using the Tornado framework
+ This library is an implementation of both the JSON-RPC and the XML-RPC
+ specification (server-side) for the Tornado web framework. It supports the
+ basic features of both, as well as the MultiCall / Batch support for both
+ specifications. The JSON-RPC handler supports both the original 1.0
+ specification, as well as the new (proposed) 2.0 spec, which includes batch
+ submission, keyword arguments, etc.
+ .
+ There is also a base library that other RPC protocols could use to quickly get
+ tied into Tornado.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..82920ae
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,15 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: python-tornadorpc
+Source: https://pypi.python.org/pypi/tornadorpc
+
+Files: *
+Copyright: Copyright 2009 Josh Marshall
+License: Apache-2.0
+
+License: Apache-2.0
+ On Debian systems, the complete text of the Apache License version 3.0 can be
+ found in "/usr/share/common-licenses/Apache-2.0".
+
+Files: debian/*
+Copyright: 2015 Sandro Tosi <morph at debian.org>
+License: Apache-2.0
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..a42e279
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2
+
+override_dh_auto_install:
+	python  setup.py install --install-layout=deb --root=$(CURDIR)/debian/python-tornadorpc
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..5b13f49
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/tornadorpc/tornadorpc-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
\ No newline at end of file

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



More information about the Python-modules-commits mailing list