Re: [maemo-developers] Python deb packages

2006-02-20 Thread Teemu Harju
Hi,I still cannot get the symbolic links created inside the .deb package. I can of course manually place the .desktop file also in the /etc/others-menu/extra_applications, but still it would be nice if the package.links file would work. Could this be caused by old dpkg-deb version or something?  T

Re: [maemo-developers] Python deb packages

2006-02-20 Thread Tomi Ollila
Marius Vollmer <[EMAIL PROTECTED]> writes: > "ext Tomi Ollila" <[EMAIL PROTECTED]> writes: > >> $ ar x yourpackage.deb; tar tvf data.tar.gz; rm data.tar.gz > > You could just use > >$ dpkg -c yourpackage.deb > > for this. No need to take the archive apart. localhost$ dpkg zsh: command not fo

Re: [maemo-developers] Python deb packages

2006-02-20 Thread Marius Vollmer
"ext Tomi Ollila" <[EMAIL PROTECTED]> writes: > $ ar x yourpackage.deb; tar tvf data.tar.gz; rm data.tar.gz You could just use $ dpkg -c yourpackage.deb for this. No need to take the archive apart. ___ maemo-developers mailing list maemo-develope

Re: [maemo-developers] Python deb packages

2006-02-19 Thread Tomi Ollila
"Teemu Harju" <[EMAIL PROTECTED]> writes: > Thanks Vladislav, I checked out that site. Seems like that is pretty much the > way I created the > packages, so I must have done something right. But still the application > doesn't show up at the menu > after installation. This is what I have in the

Re: [maemo-developers] Python deb packages

2006-02-18 Thread Teemu Harju
Thanks Vladislav, I checked out that site. Seems like that is pretty much the way I created the packages, so I must have done something right. But still the application doesn't show up at the menu after installation. This is what I have in the [package].links file... /var/lib/install/usr/share/appl

Re: [maemo-developers] Python deb packages

2006-02-18 Thread Vladislav Grinchenko
Teemu, check out this page - it might be useful: http://db.glug-bom.org/wiki/index.php/Build_a_Debian_Package On Sat, 2006-02-18 at 06:55, Teemu Harju wrote: > Hi, > > I've been trying to create application installer friendly .deb > packages from Pyhon applications and I'm having problems with

[maemo-developers] Python deb packages

2006-02-18 Thread Teemu Harju
Hi,I've been trying to create application installer friendly .deb packages from Pyhon applications and I'm having problems with getting the symlinks work so that the application would appear in the extras menu. What I've done is that I have a directory that contains the python files placed in corre