Dear community, there are home-made applet for gnome. To simplify its installation had the task to pack it in .a deb package. What is the easiest way to do this?
At the moment he put things using this shell script:
#!/bin/sh
ln-sv `pwd`/GNOME_MicControl.server /usr/lib/bonobo/servers
ln-sv `pwd`/img/* /usr/share/pixmaps
ln-sv `pwd`/mic.py /usr/lib/gnome-applets
I looked at a bunch of articles about the structure .deb packages, repositories. But maybe there is a way without delving into the details of packaging five files ).
Thanks in advance for your answers.