If I understand your problem you want to create a package to hold a font collection. Then what I would try is something like:
Create a tree like this one : fontcollection/ fontcollection/debian/ fontcollection/debian/rules fontcollection/debian/control fontcollection/debian/changelog fontcollection/font1.fontextension fontcollection/font2.fontextension fontcollection/font3.fontextension read the new developpers guide to see what is in rules/control/changelog. in the rules, you need just to add some 'cp' in the rules to build the install target. install: cp font*.fontextension `pwd`/debian/fontcollection/##PATH##/ then you can: in fontcollection/ # dpkg-buildpackages -rfakeroot and you should get something like fontcollection*.deb Christophe Le mar, 14 aoű 2001 12:18:42, Ionel Mugurel Ciobîcă a écrit : > On 14/08/2001, 08:27:29, Nantenaina Tianarivo Ulrich wrote: > > Hello, > > > > Try the tricks at this URL: > > http://www.debian.org/doc/FAQ/ch-pkg_basics.html#s-sourcebuild > > > > It's a step by step on building a .deb package. > > > > Thank you. It is not usefull in my case: > > | You will need all of foo_*.dsc, foo_*.tar.gz and foo_*.diff.gz to > compile the source > > I have no foo_*.dsc, foo_*.tar.gz and foo_*.diff.gz. > > The .deb I want to do will contain iso8859-16 fonts for X11 > (a similar one like biznet fonts), so I just have some > *.pcf.gz files. > > > I am goint through maint-guide now hoping that I will figure it out. > > > Ionel > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] > -- Christophe Barbé Software Engineer - [EMAIL PROTECTED] Lineo France - Lineo High Availability Group 42-46, rue Médéric - 92110 Clichy - France phone (33).1.41.40.02.12 - fax (33).1.41.40.02.01 http://www.lineo.com