P
P
p01nt2011-01-31 01:26:25
Debian
p01nt, 2011-01-31 01:26:25

Packing a Gnome applet into a .deb package?

Dear community, there is a self-written applet for gnome. To simplify its installation, the task arose to pack it into a .deb package. What is the easiest way to do this?
At the moment, it is installed with the help of such a shell script:

#!/bin/sh<br/>
<br/>
ln -sv `pwd`/GNOME_MicControl.server /usr/lib/bonobo/servers<br/>
ln -sv `pwd`/img/* /usr/share/pixmaps<br/>
ln -sv `pwd`/mic.py /usr/lib/gnome-applets<br/>

I looked through a bunch of articles about the structure of .deb packages, repositories. But maybe there is a way to pack five files without going into details).
Thanks in advance for the replies.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
K
korotovsky, 2011-01-31
@p01nt

If you want, I can pack and drop everything you need for repacking.

C
cuprum, 2011-01-31
@cuprum

Look at Ubucompiler code.google.com/p/ubucompiler/

P
phasma, 2011-01-31
@phasma

www.google.ru/search?client=opera&rls=en&q=create+deb+package&sourceid=opera&ie=utf-8&oe=utf-8&channel=suggest

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question