[Pkg-corba-commits] r254 - in /trunk/python-omniorb/debian: changelog patches/pythonpath patches/series

flub-guest at users.alioth.debian.org flub-guest at users.alioth.debian.org
Mon Mar 28 00:06:34 UTC 2011


Author: flub-guest
Date: Mon Mar 28 00:06:26 2011
New Revision: 254

URL: http://svn.debian.org/wsvn/pkg-corba/?sc=1&rev=254
Log:
Correct PYTHONPATH examples

Added:
    trunk/python-omniorb/debian/patches/pythonpath
Modified:
    trunk/python-omniorb/debian/changelog
    trunk/python-omniorb/debian/patches/series

Modified: trunk/python-omniorb/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/python-omniorb/debian/changelog?rev=254&op=diff
==============================================================================
--- trunk/python-omniorb/debian/changelog (original)
+++ trunk/python-omniorb/debian/changelog Mon Mar 28 00:06:26 2011
@@ -16,8 +16,9 @@
   * Change Recommends of omniidl-python to python-omniorb instead of
     libomniorb4-dev.
   * Remove usused python:Provides as per python policy.
-
- -- Floris Bruynooghe <flub at devork.be>  Sun, 27 Mar 2011 14:37:03 +0100
+  * Correct examples of modifying PYTHONPATH (closes: #605188)
+
+ -- Floris Bruynooghe <flub at devork.be>  Mon, 28 Mar 2011 01:05:04 +0100
 
 python-omniorb (3.3-1) unstable; urgency=low
 

Added: trunk/python-omniorb/debian/patches/pythonpath
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/python-omniorb/debian/patches/pythonpath?rev=254&op=file
==============================================================================
--- trunk/python-omniorb/debian/patches/pythonpath (added)
+++ trunk/python-omniorb/debian/patches/pythonpath Mon Mar 28 00:06:26 2011
@@ -1,0 +1,39 @@
+Index: python-omniorb/doc/omniORBpy/omniORBpy.html
+===================================================================
+--- python-omniorb.orig/doc/omniORBpy/omniORBpy.html	2011-03-28 00:01:07.208523001 +0000
++++ python-omniorb/doc/omniORBpy/omniORBpy.html	2011-03-28 00:01:52.878523000 +0000
+@@ -124,7 +124,7 @@
+ <TT>lib/python</TT> directory contains platform-independent Python code;
+ the <TT>lib/</TT><TT>$</TT><TT>FARCH</TT> directory contains
+ platform-specific binaries, where <TT>FARCH</TT> is the name of
+-your platform, such as <TT>x86_win32</TT>.</P><P>On Unix platforms, set <TT>PYTHONPATH</TT> with a command like:</P><PRE CLASS="verbatim">   export PYTHONPATH=$PYTHONPATH:$TOP/lib/python:$TOP/lib/$FARCH
++your platform, such as <TT>x86_win32</TT>.</P><P>On Unix platforms, set <TT>PYTHONPATH</TT> with a command like:</P><PRE CLASS="verbatim">   export PYTHONPATH=${PYTHONPATH:+$PYTHONPATH:}$TOP/lib/python:$TOP/lib/$FARCH
+ </PRE><P>On Windows, use</P><PRE CLASS="verbatim">   set PYTHONPATH=%PYTHONPATH%;%TOP%\lib\python;%TOP%\lib\x86_win32
+ </PRE><P>(Where the <TT>TOP</TT> environment variable is the root of your
+ omniORB tree.)</P><P>You should also add the <TT>bin/</TT><TT>$</TT><TT>FARCH</TT> directory
+Index: python-omniorb/doc/omniORBpy/omniORBpy001.html
+===================================================================
+--- python-omniorb.orig/doc/omniORBpy/omniORBpy001.html	2011-03-28 00:02:10.338523001 +0000
++++ python-omniorb/doc/omniORBpy/omniORBpy001.html	2011-03-28 00:03:13.788523000 +0000
+@@ -60,7 +60,7 @@
+ <TT>lib/python</TT> directory contains platform-independent Python code;
+ the <TT>lib/</TT><TT>$</TT><TT>FARCH</TT> directory contains
+ platform-specific binaries, where <TT>FARCH</TT> is the name of
+-your platform, such as <TT>x86_win32</TT>.</P><P>On Unix platforms, set <TT>PYTHONPATH</TT> with a command like:</P><PRE CLASS="verbatim">   export PYTHONPATH=$PYTHONPATH:$TOP/lib/python:$TOP/lib/$FARCH
++your platform, such as <TT>x86_win32</TT>.</P><P>On Unix platforms, set <TT>PYTHONPATH</TT> with a command like:</P><PRE CLASS="verbatim">   export PYTHONPATH=${PYTHONPATH:+$PYTHONPATH:}$TOP/lib/python:$TOP/lib/$FARCH
+ </PRE><P>On Windows, use</P><PRE CLASS="verbatim">   set PYTHONPATH=%PYTHONPATH%;%TOP%\lib\python;%TOP%\lib\x86_win32
+ </PRE><P>(Where the <TT>TOP</TT> environment variable is the root of your
+ omniORB tree.)</P><P>You should also add the <TT>bin/</TT><TT>$</TT><TT>FARCH</TT> directory
+Index: python-omniorb/doc/tex/omniORBpy.tex
+===================================================================
+--- python-omniorb.orig/doc/tex/omniORBpy.tex	2011-03-28 00:03:27.458523001 +0000
++++ python-omniorb/doc/tex/omniORBpy.tex	2011-03-28 00:04:07.588523000 +0000
+@@ -350,7 +350,7 @@
+ On Unix platforms, set \envvar{PYTHONPATH} with a command like:
+ 
+ \begin{verbatim}
+-   export PYTHONPATH=$PYTHONPATH:$TOP/lib/python:$TOP/lib/$FARCH
++   export PYTHONPATH=${PYTHONPATH:+$PYTHONPATH:}$TOP/lib/python:$TOP/lib/$FARCH
+ \end{verbatim}
+ 
+ On Windows, use

Modified: trunk/python-omniorb/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/python-omniorb/debian/patches/series?rev=254&op=diff
==============================================================================
--- trunk/python-omniorb/debian/patches/series (original)
+++ trunk/python-omniorb/debian/patches/series Mon Mar 28 00:06:26 2011
@@ -1,2 +1,3 @@
 buildsys
 pydebug
+pythonpath




More information about the Pkg-corba-commits mailing list