Python Packaging Question

2004-08-18 Thread Amr Nasr




Hi all.
 I have a question for anybody who can give me an answer about 
 Debian Packaging Python Scripts if somebody did practice that.
  As i am really in bad need of that .
  i compress my files uisng .tar.gz and then convert it to a
debian package using 
   Alien package converter for converting to .deb .
   For changing the destination install directory i can do that through
    dpkg -i --instdir= /mydir/ mypackage.deb
    for making the script to run automatically when it gets installed
that part i am still missing . I would appreciate if anybody have an
answer for that question.
  Amr




XML RPC OVER HTTPS

2004-09-02 Thread Amr Nasr
Hi all,
Does anyone have experience using XMLRPC over Https to help me on that?
if there is an example i would appreciate that .
Regards,
Amr Nasr



Re: Taglib python bindings

2004-09-20 Thread Amr Nasr
hi all,
i am working on a project for packaging a python script , and perhaps that we
can cooperate if you want,the problem that i did face and i was trying to get
away of is the use of automake and autoconf in the procedure of the
Maintainer's Guide which is supposed to give the Makefile eventually when you
the command configure.
 i did do apt-get source x for one of the perl packages and i went inside the
directories and i modified its contents for another perl script and i was able
to develop the debian package according to the procedure.
 if you can get the source of a python script by the same methodology i think
that it should work, i will be waiting for your reply for that.

 Regards,
Amr

Matthias Klose ([EMAIL PROTECTED]) wrote:
>
> Bruno Dusausoy writes:
> > Hi,
> >
> > I'd like to package the python bindings of TagLib (1.2 first, 1.3 when
> > it will be released in Debian). This is my first attempt to make a
> > debian package.
> >
> > It's pretty tiny (only 3 .i files, 1 .cxx file, the Makefile and the
> > resultings files : TagLib.py and _TagLib.so).
> >
> > I've read both "Debian New Maintainer's Guide" and "Debian Python
> > Policy" documents, but couldn't find an answer to this question : when i
> > do the initial "debianization", what do I chose when dh_make asks me the
> > kind of package I want to do (single binary, multiple binary, library,
> > or kernel module?).
> > Is this a library or a single binary ?
>
> If you want to provide the package for one python version only, then
> you need the single binary. For supporting more than one python
> version, maybe look at a similiar package (i.e. pygresql). The
> multiple binary template only adds a -doc package, so it doesn't help
> much.
>
>   Matthias
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>
>