[Python-modules-commits] r4547 - in packages/parallelpython/trunk/debian (3 files)

morph-guest at users.alioth.debian.org morph-guest at users.alioth.debian.org
Fri Feb 15 18:58:26 UTC 2008


    Date: Friday, February 15, 2008 @ 18:58:25
  Author: morph-guest
Revision: 4547

upgrade to 1.5.3

Modified:
  packages/parallelpython/trunk/debian/changelog
  packages/parallelpython/trunk/debian/rules
Deleted:
  packages/parallelpython/trunk/debian/ppserver.1

Modified: packages/parallelpython/trunk/debian/changelog
===================================================================
--- packages/parallelpython/trunk/debian/changelog	2008-02-15 18:07:31 UTC (rev 4546)
+++ packages/parallelpython/trunk/debian/changelog	2008-02-15 18:58:25 UTC (rev 4547)
@@ -1,4 +1,4 @@
-parallelpython (1.5.2-1) UNRELEASED; urgency=low
+parallelpython (1.5.3-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #448093)
 

Deleted: packages/parallelpython/trunk/debian/ppserver.1
===================================================================
--- packages/parallelpython/trunk/debian/ppserver.1	2008-02-15 18:07:31 UTC (rev 4546)
+++ packages/parallelpython/trunk/debian/ppserver.1	2008-02-15 18:58:25 UTC (rev 4547)
@@ -1,44 +0,0 @@
-.\" 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).

Modified: packages/parallelpython/trunk/debian/rules
===================================================================
--- packages/parallelpython/trunk/debian/rules	2008-02-15 18:07:31 UTC (rev 4546)
+++ packages/parallelpython/trunk/debian/rules	2008-02-15 18:58:25 UTC (rev 4547)
@@ -40,9 +40,10 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installchangelogs 
-	dh_installdocs
-	dh_installman		debian/ppserver.1
+	dh_installchangelogs 	CHANGELOG
+	dh_installdocs		ppdoc.html
+	dh_installexamples	examples/*
+	dh_installman		ppserver.1
 	dh_pysupport
 	dh_compress
 	dh_fixperms




More information about the Python-modules-commits mailing list