Re: Doc 2 make a deb package

2002-03-07 Thread Martin Wuertele
Hi François! On Thu, 07 Mar 2002, François Chenais wrote: > Where can I find that ? apt-get install maint-guide yours martin -- <[EMAIL PROTECTED]> -- NO HTML MAILS PLEASE PGP/GPG encrypted and signed messages preferred pgppsxtxzFevB.pgp Description

Doc 2 make a deb package

2002-03-07 Thread François
Where can I find that ? Thank by advance François -- Woody 3.0 Linux tanna 2.4.14 #3 SMP Thu Dec 6 14:04:03 CET 2001 i686 unknown

Re: Make a deb package from the running system?

2001-12-08 Thread Bob Hilliard
Steve Kieu <[EMAIL PROTECTED]> writes: > > > Hi, > > I once found it when running dselect ; but now I need > it and completely forget its name, poor me, pls > remind. I need to make several deb packages from the > running woody apt-get install dpkg-repack Bob -- _ |_) _ |_ Robe

Make a deb package from the running system?

2001-12-08 Thread Steve Kieu
Hi, I once found it when running dselect ; but now I need it and completely forget its name, poor me, pls remind. I need to make several deb packages from the running woody Thankx = S.KIEU http://shopping.yahoo.com.au - Yahoo! Shopping - Free CDs for thousands of Priority Shoppers!

Re: make a deb package

2001-08-14 Thread Peter S Galbraith
christophe barb wrote: > 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/contro

Re: make a deb package

2001-08-14 Thread christophe barbé
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 fontcollecti

Re: make a deb package

2001-08-14 Thread Ionel Mugurel Ciobîcă
On 13/08/2001, 22:41:41, Faheem Mitha wrote: > On Tue, 14 Aug 2001, Ionel Mugurel [iso-8859-2] Ciobîc? wrote: > > > Which kind of documentation I should read? > > This is not as hard as it probably looks. Before jumping in at the deep > end, I suggest sitting down and reading through the New Main

Re: make a deb package

2001-08-14 Thread Ionel Mugurel Ciobîcă
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,

Re: make a deb package

2001-08-14 Thread Nantenaina Tianarivo Ulrich
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. Ionel Mugurel Ciobîcã wrote: > > Hi all, > > I want to make a .deb package. In order to to that I try simply > to see if I ca

make a deb package

2001-08-13 Thread Ionel Mugurel Ciobîcă
Hi all, I want to make a .deb package. In order to to that I try simply to see if I can remake an existing one. I took the hello package and I did 'dpkg -i hello_1.3-16.deb test/'. Then I went in the test directory and I did `dpkg-deb -b --nocheck . hello_1.3-16.deb'. I used --no