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
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
"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
"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
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
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
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