[Python-modules-commits] [bond] 03/06: Initial packaging

Yuri D'Elia wavexx-guest at moszumanska.debian.org
Tue Jan 12 11:48:06 UTC 2016


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

wavexx-guest pushed a commit to branch master
in repository bond.

commit 58b79f2ca5c72fec6ae728e27480f72fd3511db1
Author: Yuri D'Elia <wavexx at thregr.org>
Date:   Sat Jan 9 17:47:27 2016 +0100

    Initial packaging
---
 debian/changelog |  5 +++++
 debian/compat    |  1 +
 debian/control   | 39 +++++++++++++++++++++++++++++++++++++++
 debian/copyright | 23 +++++++++++++++++++++++
 debian/docs      |  1 +
 debian/rules     | 12 ++++++++++++
 debian/watch     |  3 +++
 7 files changed, 84 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..3654172
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-bond (1.4-1) unstable; urgency=low
+
+  * Initial release (Closes: #809542).
+
+ -- Yuri D'Elia <wavexx at thregr.org>  Sat, 09 Jan 2016 17:57:16 +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..b81aad3
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,39 @@
+Source: python-bond
+Maintainer: Yuri D'Elia <wavexx at thregr.org>
+Section: python
+Priority: optional
+Build-Depends: dh-python, python-setuptools (>= 0.6b3), python3-setuptools, python (>= 2.7), python3, debhelper (>= 9), python-pexpect, python3-pexpect
+Standards-Version: 3.9.6
+Homepage: http://www.thregr.org/~wavexx/software/python-bond/
+Vcs-Git: git://anonscm.debian.org/python-modules/packages/bond.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/bond.git
+
+Package: python-bond
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: transparent remote/recursive evaluation between Python and other languages
+ The Python module ``bond`` supports transparent remote/recursive evaluation
+ between Python and another interpreter through automatic call serialization.
+ .
+ In poorer words, a ``bond`` lets you call functions in other languages as they
+ were normal Python functions. It *also* allows other languages to *call Python
+ functions* as if they were native.
+ .
+ Remote output is also transparently redirected locally, and since the
+ evaluation is performed through a persistent co-process, you can actually spawn
+ interpreters on different hosts through "ssh" efficiently.
+
+Package: python3-bond
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: transparent remote/recursive evaluation between Python and other languages
+ The Python module ``bond`` supports transparent remote/recursive evaluation
+ between Python and another interpreter through automatic call serialization.
+ .
+ In poorer words, a ``bond`` lets you call functions in other languages as they
+ were normal Python functions. It *also* allows other languages to *call Python
+ functions* as if they were native.
+ .
+ Remote output is also transparently redirected locally, and since the
+ evaluation is performed through a persistent co-process, you can actually spawn
+ interpreters on different hosts through "ssh" efficiently.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..d90e17d
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,23 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: python-bond
+Source: http://www.thregr.org/~wavexx/software/python-bond/
+
+Files: *
+Copyright: Copyright(c) 2014-2015 by wave++ "Yuri D'Elia" <wavexx at thregr.org>
+License: GPL-2+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ .
+ On Debian systems, the full text of the GNU General Public License
+ version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..a87bf6e
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+#export DH_VERBOSE=1
+export PYBUILD_NAME=bond
+export DEB_BUILD_OPTIONS=nocheck
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+
+override_dh_installchangelogs:
+	dh_installchangelogs NEWS.rst
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..0c2981e
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/python-bond/python-bond-(.+)\.(?: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/bond.git



More information about the Python-modules-commits mailing list