[Python-modules-commits] r10234 - in packages/parallelpython/trunk/debian (3 files)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Sat Oct 31 21:03:17 UTC 2009
Date: Saturday, October 31, 2009 @ 21:03:15
Author: morph
Revision: 10234
* debian/patches/20_hyphen-used-as-minus-sign.dpatch
- added to fix hyphen-used-as-minus-sign lintian warning
Added:
packages/parallelpython/trunk/debian/patches/20_hyphen-used-as-minus-sign.dpatch
Modified:
packages/parallelpython/trunk/debian/changelog
packages/parallelpython/trunk/debian/patches/00list
Modified: packages/parallelpython/trunk/debian/changelog
===================================================================
--- packages/parallelpython/trunk/debian/changelog 2009-10-31 20:49:47 UTC (rev 10233)
+++ packages/parallelpython/trunk/debian/changelog 2009-10-31 21:03:15 UTC (rev 10234)
@@ -13,6 +13,8 @@
- bump Standards-Version to 3.8.3 (no changes needed)
* debian/python-pp.doc-base
- added doc-base
+ * debian/patches/20_hyphen-used-as-minus-sign.dpatch
+ - added to fix hyphen-used-as-minus-sign lintian warning
[ Julien Lavergne ]
* From Ubuntu, prepare for the future python transition:
@@ -23,7 +25,7 @@
+ Bump build-depends to python-all (>= 2.5.4-1~)
+ Bump build-depends to debhelper (>= 5.0.38)
- -- Sandro Tosi <morph at debian.org> Fri, 09 Oct 2009 21:30:28 +0200
+ -- Sandro Tosi <morph at debian.org> Sat, 31 Oct 2009 22:02:53 +0100
parallelpython (1.5.6-2) unstable; urgency=low
Modified: packages/parallelpython/trunk/debian/patches/00list
===================================================================
--- packages/parallelpython/trunk/debian/patches/00list 2009-10-31 20:49:47 UTC (rev 10233)
+++ packages/parallelpython/trunk/debian/patches/00list 2009-10-31 21:03:15 UTC (rev 10234)
@@ -1 +1,2 @@
10_remove_default_password
+20_hyphen-used-as-minus-sign
Added: packages/parallelpython/trunk/debian/patches/20_hyphen-used-as-minus-sign.dpatch
===================================================================
--- packages/parallelpython/trunk/debian/patches/20_hyphen-used-as-minus-sign.dpatch (rev 0)
+++ packages/parallelpython/trunk/debian/patches/20_hyphen-used-as-minus-sign.dpatch 2009-10-31 21:03:15 UTC (rev 10234)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 20_hyphen-used-as-minus-sign.dpatch by Sandro Tosi <morph at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: escape minus sign where needed
+
+ at DPATCH@
+diff -urNad parallelpython~/doc/ppserver.1 parallelpython/doc/ppserver.1
+--- parallelpython~/doc/ppserver.1 2009-02-23 08:34:09.000000000 +0100
++++ parallelpython/doc/ppserver.1 2009-10-31 21:58:09.078064871 +0100
+@@ -49,7 +49,7 @@
+ documentation, examples and support forums
+ .br
+ .SH SECURITY
+-Due to the security concerns it is highly recommended to run ppserver.py with an non-trivial secret key (-s command line argument) which should be paired with the matching secret keyword of PP Server class constructor. An alternative way to set a secret key is by assigning
++Due to the security concerns it is highly recommended to run ppserver.py with an non-trivial secret key (\-s command line argument) which should be paired with the matching secret keyword of PP Server class constructor. An alternative way to set a secret key is by assigning
+ .B pp_secret
+ variable in the configuration file
+ .B .pythonrc.py
Property changes on: packages/parallelpython/trunk/debian/patches/20_hyphen-used-as-minus-sign.dpatch
___________________________________________________________________
Added: svn:executable
+ *
More information about the Python-modules-commits
mailing list