[Python-modules-commits] [txjsonrpc] 03/15: Initial packaging.
Tristan Seligmann
mithrandi at moszumanska.debian.org
Sat Oct 11 07:26:58 UTC 2014
This is an automated email from the git hooks/post-receive script.
mithrandi pushed a commit to branch debian/sid
in repository txjsonrpc.
commit d370fa99744a50aa00bae89e506f80093359e780
Author: Tristan Seligmann <mithrandi at mithrandi.net>
Date: Sat Oct 11 07:05:11 2014 +0200
Initial packaging.
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 16 ++++++++++++++++
debian/rules | 4 ++++
debian/watch | 2 ++
5 files changed, 28 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..d1b7c3c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+txjsonrpc (0.3.1-1) UNRELEASED; urgency=medium
+
+ * Initial release. (Closes: #764560)
+
+ -- Tristan Seligmann <mithrandi at debian.org> Sat, 11 Oct 2014 07:00:12 +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..9726e12
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,16 @@
+Source: txjsonrpc
+Section: python
+Priority: optional
+Maintainer: Tristan Seligmann <mithrandi at debian.org>
+Build-Depends: debhelper (>= 9), python-all, dh-python
+Standards-Version: 3.9.6
+Vcs-Git: git://anonscm.debian.org/python-modules/packages/txjsonrpc.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=python-modules/packages/txjsonrpc.git
+Homepage: https://launchpad.net/txjsonrpc
+
+Package: python-txjsonrpc
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: Library for creating Twisted JSON-RPC servers and clients
+ txJSON-RPC is a library for for creating Python JSON-RPC servers and clients
+ using the Twisted networking framework.
diff --git a/debian/rules b/debian/rules
new file mode 100644
index 0000000..5291fee
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+export PYBUILD_NAME=txjsonrpc
+%:
+ dh $@ --with python2 --buildsystem=pybuild
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..f255078
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://pypi.python.org/packages/source/t/txJSON-RPC/txJSON-RPC-(.*).tar.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/txjsonrpc.git
More information about the Python-modules-commits
mailing list