[Python-modules-commits] r4469 - in packages/parallelpython/trunk (8 files)

morph-guest at users.alioth.debian.org morph-guest at users.alioth.debian.org
Tue Feb 5 17:43:51 UTC 2008


    Date: Tuesday, February 5, 2008 @ 17:43:50
  Author: morph-guest
Revision: 4469

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/parallelpython/trunk/debian/
  packages/parallelpython/trunk/debian/changelog
  packages/parallelpython/trunk/debian/compat
  packages/parallelpython/trunk/debian/control
  packages/parallelpython/trunk/debian/copyright
  packages/parallelpython/trunk/debian/ppserver.1
  packages/parallelpython/trunk/debian/rules
  packages/parallelpython/trunk/debian/watch


Property changes on: packages/parallelpython/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/parallelpython/trunk/debian/changelog
===================================================================
--- packages/parallelpython/trunk/debian/changelog	                        (rev 0)
+++ packages/parallelpython/trunk/debian/changelog	2008-02-05 17:43:50 UTC (rev 4469)
@@ -0,0 +1,5 @@
+parallelpython (1.5.2-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #448093)
+
+ -- Sandro Tosi <matrixhasu at gmail.com>  Sun, 03 Feb 2008 18:44:13 +0100

Added: packages/parallelpython/trunk/debian/compat
===================================================================
--- packages/parallelpython/trunk/debian/compat	                        (rev 0)
+++ packages/parallelpython/trunk/debian/compat	2008-02-05 17:43:50 UTC (rev 4469)
@@ -0,0 +1 @@
+5

Added: packages/parallelpython/trunk/debian/control
===================================================================
--- packages/parallelpython/trunk/debian/control	                        (rev 0)
+++ packages/parallelpython/trunk/debian/control	2008-02-05 17:43:50 UTC (rev 4469)
@@ -0,0 +1,26 @@
+Source: parallelpython
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Sandro Tosi <matrixhasu at gmail.com>
+Build-Depends: debhelper (>= 5), python-all
+Build-Depends-Indep: python-support (>= 0.4)
+Homepage: http://www.parallelpython.com/
+Standards-Version: 3.7.3
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/parallelpython/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/parallelpython/trunk/?op=log
+XS-Python-Version: all
+
+Package: python-pp
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+XB-Python-Version: ${python:Versions}
+Provides: ${python:Provides}
+Description: parallel and distributed programming toolkit for Python
+ Parallel Python module (pp) provides an easy and efficient way to
+ create parallel-enabled applications for SMP computers and clusters.
+ pp module features cross-platform portability and dynamic load
+ balancing. Thus application written with PP will parallelize
+ efficiently even on heterogeneous and multi-platform clusters
+ (including clusters running other application with variable CPU
+ loads).

Added: packages/parallelpython/trunk/debian/copyright
===================================================================
--- packages/parallelpython/trunk/debian/copyright	                        (rev 0)
+++ packages/parallelpython/trunk/debian/copyright	2008-02-05 17:43:50 UTC (rev 4469)
@@ -0,0 +1,43 @@
+This package was debianized by Sandro Tosi <matrixhasu at gmail.com> on
+Sun, 03 Feb 2008 18:44:13 +0100.
+
+It was downloaded from http://www.parallelpython.com
+
+Upstream Author: 
+
+    Vitalii Vanovschi <support at parallelpython.com>
+
+Copyright: 
+
+    Copyright (c) 2005-2008 Vitalii Vanovschi
+
+License:
+
+    Redistribution and use in source and binary forms, with or without 
+    modification, are permitted provided that the following conditions are met:
+       * Redistributions of source code must retain the above copyright notice, 
+         this list of conditions and the following disclaimer.
+       * Redistributions in binary form must reproduce the above copyright notice,
+         this list of conditions and the following disclaimer in the documentation 
+         and/or other materials provided with the distribution.
+       * Neither the name of the author nor the names of its contributors 
+         may be used to endorse or promote products derived from this software 
+         without specific prior written permission.
+
+    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
+    AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
+    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
+    ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 
+    LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 
+    CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 
+    SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 
+    INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
+    CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 
+    ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 
+    THE POSSIBILITY OF SUCH DAMAGE.
+
+In a Debian system the complete text of the BSD License can be found in the
+file `/usr/share/common-licenses/BSD'.
+
+The Debian packaging is (C) 2008, Sandro Tosi <matrixhasu at gmail.com> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: packages/parallelpython/trunk/debian/ppserver.1
===================================================================
--- packages/parallelpython/trunk/debian/ppserver.1	                        (rev 0)
+++ packages/parallelpython/trunk/debian/ppserver.1	2008-02-05 17:43:50 UTC (rev 4469)
@@ -0,0 +1,44 @@
+.\" It was generated by help2man 1.36.
+.TH PPSERVER "1" "February 2008" "Parallel Python Network Server" "User Commands"
+.SH NAME
+ppserver \- manual page for Parallel Python Network Server
+.SH SYNOPSIS
+.B ppserver
+[\fI-hda\fR] [\fI-i interface\fR] [\fI-b broadcast\fR] [\fI-p port\fR] [\fI-w nworkers\fR] [\fI-s secret\fR] [\fI-t seconds\fR]
+.SH DESCRIPTION
+Parallel Python Network Server
+.SH OPTIONS
+.TP
+\fB\-h\fR
+this help message
+.TP
+\fB\-d\fR
+debug
+.TP
+\fB\-a\fR
+enable auto\-discovery service
+.TP
+\fB\-i\fR <interface>
+interface to listen
+.TP
+\fB\-b\fR <broadcast>
+broadcast address for auto\-discovery service
+.TP
+\fB\-p\fR <port>
+port to listen
+.TP
+\fB\-w\fR <nworkers>
+number of workers to start
+.TP
+\fB\-s\fR <secret>
+secret for authentication
+.TP
+\fB\-t\fR <seconds>
+timeout to exit if no connections with clients exist
+.PP
+Please visit http://www.parallelpython.com for extended up\-to\-date
+documentation, examples and support forums
+.br
+.SH AUTHOR
+This manual page was written by Sandro Tosi <matrixhasu at gmail.com>,
+for the Debian project (but may be used by others).

Added: packages/parallelpython/trunk/debian/rules
===================================================================
--- packages/parallelpython/trunk/debian/rules	                        (rev 0)
+++ packages/parallelpython/trunk/debian/rules	2008-02-05 17:43:50 UTC (rev 4469)
@@ -0,0 +1,56 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+build:
+	dh_testdir
+
+	python setup.py build
+
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+	[ ! -d build ] || rm -rf build
+
+	# Add here commands to clean up after the build process.
+	python setup.py clean
+
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_installdirs
+
+	# Add here commands to install the package into debian/python-pp.
+	python setup.py install --root=$(CURDIR)/debian/python-pp
+
+	# Policy 10.4 - removing extension
+	mv $(CURDIR)/debian/python-pp/usr/bin/ppserver.py $(CURDIR)/debian/python-pp/usr/bin/ppserver
+
+# Build architecture-dependent files here.
+binary-arch: build install
+# We have nothing to do by default.
+
+# Build architecture-independent files here.
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs 
+	dh_installdocs
+	dh_installman		debian/ppserver.1
+	dh_pysupport
+	dh_link
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install


Property changes on: packages/parallelpython/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/parallelpython/trunk/debian/watch
===================================================================
--- packages/parallelpython/trunk/debian/watch	                        (rev 0)
+++ packages/parallelpython/trunk/debian/watch	2008-02-05 17:43:50 UTC (rev 4469)
@@ -0,0 +1,4 @@
+# Compulsory line, this is a version 3 file
+version=3
+
+http://www.parallelpython.com/content/view/18/32/ downloads/pp/pp-([\d.]*)\.tar\.gz




More information about the Python-modules-commits mailing list