Re: getting a python module accepted by python?

2000-12-23 Thread Tollef Fog Heen
* "Sean 'Shaleh' Perry" | I am trying to package soaplib, a python SOAP implementation. I copy the lone | soaplib.py to usr/lib/python1.5/site-packages/soaplib. My postinst runs | compileall.py (I copied python-xml). | | When I try to 'import soaplib' in python, I get an error: | |

Re: Multiple Binary-Package - exclude one binary for an architecture

2000-12-23 Thread Cord Beermann
Hallo! Du (Domenico Andreoli) hast geschrieben: in debian/control you have to put in "Architecture" field all the archs but hurd for the package that will not compile unde hurd. ok. done that already... i'll point to the relevant page of the packaging manual, but feel free to read it all :))

Re: getting a python module accepted by python?

2000-12-23 Thread Rob Tillotson
"Sean 'Shaleh' Perry" [EMAIL PROTECTED] writes: When I try to 'import soaplib' in python, I get an error: ImportError: No module named soaplib anyone know what I am missing? You should be putting soaplib.py directly into site-packages, instead of in a directory. Within the Python path,

Re: help: shlibs problem

2000-12-23 Thread Junichi Uekawa
In Fri, 22 Dec 2000 13:11:18 -0600 (CST) Steve Langasek [EMAIL PROTECTED] cum veritate scripsit : Hello, A workaround (to suppress the warning message) is to do something like this in your makefile: LD_LIBRARY_PATH=./debian/tmp/usr/lib/ dh_shlibdeps -a Not very pretty, of course.

Re: help: shlibs problem

2000-12-23 Thread Mariusz Przygodzki
On Saturday 23 December 2000 12:11, Junichi Uekawa wrote: In Fri, 22 Dec 2000 13:11:18 -0600 (CST) Steve Langasek [EMAIL PROTECTED] cum veritate scripsit : Hello, A workaround (to suppress the warning message) is to do something like this in your makefile:

Re: help: shlibs problem

2000-12-23 Thread Junichi Uekawa
In Sat, 23 Dec 2000 19:28:56 +0100 Mariusz Przygodzki [EMAIL PROTECTED] cum veritate scripsit : dh_shlibdeps's manpage says: "-ldirectory This option is ignored, for backwards compatibility." Ah, maybe. At least version 2.1.14 had this in its manpage: -ldirectory

Man Page

2000-12-23 Thread Bob Hilliard
I am writing a manpage for a new program, and have run into a snag. Following is a fragment from my draft: .TP Headers are prepended to the file giving the URL of the site from which the original database was obtained, and the name of the dictionary. man renders this as:

Re: Man Page

2000-12-23 Thread Uwe Hermann
On Sat, Dec 23, 2000 at 05:41:31PM -0500, Bob Hilliard wrote: Hi Bob. I am writing a manpage for a new program, and have run into a snag. Following is a fragment from my draft: .TP You probably want to use .PP here(?) As a separate question, what is the difference between

Re: getting a python module accepted by python?

2000-12-23 Thread Tollef Fog Heen
* Sean 'Shaleh' Perry | I am trying to package soaplib, a python SOAP implementation. I copy the lone | soaplib.py to usr/lib/python1.5/site-packages/soaplib. My postinst runs | compileall.py (I copied python-xml). | | When I try to 'import soaplib' in python, I get an error: | |

Re: Multiple Binary-Package - exclude one binary for an architecture

2000-12-23 Thread Cord Beermann
Hallo! Du (Domenico Andreoli) hast geschrieben: in debian/control you have to put in Architecture field all the archs but hurd for the package that will not compile unde hurd. ok. done that already... i'll point to the relevant page of the packaging manual, but feel free to read it all :))

Re: help: shlibs problem

2000-12-23 Thread Junichi Uekawa
In Fri, 22 Dec 2000 13:11:18 -0600 (CST) Steve Langasek [EMAIL PROTECTED] cum veritate scripsit : Hello, A workaround (to suppress the warning message) is to do something like this in your makefile: LD_LIBRARY_PATH=./debian/tmp/usr/lib/ dh_shlibdeps -a Not very pretty, of course.

Re: help: shlibs problem

2000-12-23 Thread Mariusz Przygodzki
On Saturday 23 December 2000 12:11, Junichi Uekawa wrote: In Fri, 22 Dec 2000 13:11:18 -0600 (CST) Steve Langasek [EMAIL PROTECTED] cum veritate scripsit : Hello, A workaround (to suppress the warning message) is to do something like this in your makefile:

Re: help: shlibs problem

2000-12-23 Thread Junichi Uekawa
In Sat, 23 Dec 2000 19:28:56 +0100 Mariusz Przygodzki [EMAIL PROTECTED] cum veritate scripsit : dh_shlibdeps's manpage says: -ldirectory This option is ignored, for backwards compatibility. Ah, maybe. At least version 2.1.14 had this in its manpage: -ldirectory

Man Page

2000-12-23 Thread Bob Hilliard
I am writing a manpage for a new program, and have run into a snag. Following is a fragment from my draft: .TP Headers are prepended to the file giving the URL of the site from which the original database was obtained, and the name of the dictionary. man renders this as:

Re: Man Page

2000-12-23 Thread Uwe Hermann
On Sat, Dec 23, 2000 at 05:41:31PM -0500, Bob Hilliard wrote: Hi Bob. I am writing a manpage for a new program, and have run into a snag. Following is a fragment from my draft: .TP You probably want to use .PP here(?) As a separate question, what is the difference between the