Re: Building deb package?

2006-07-26 Thread Samuel Bächler
How do I build a deb package, check out "6.15 How do I create Debian packages myself?"[1] as a starting point. cheers sam [1]http://www.debian.org/doc/FAQ/ch-pkg_basics.en.html#s-creatingdebs -- Samuel Bächler, Zurich -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsub

Re: Building deb package?

2006-07-26 Thread Mathias Brodala
Hi Bruno. Bruno Buys schrieb: > How do I build a deb package, after successfully compiling from > source, so as dpkg can be aware of it? Try „checkinstall“. Regards, Mathias signature.asc Description: OpenPGP digital signature

Re: Building deb package?

2006-07-25 Thread Matej Cepl
Bruno Buys wrote: > How do I build a deb package, after successfully compiling from source, > so as dpkg can be aware of it? If anybody have any links or reading > references thatd be great, so i don't feel so lazy. > thanks! apt-cache show maint-guide Matěj -- GPG Finger: 89EF 4BC6 288A BF43 1B

Re: Building deb package?

2006-07-25 Thread Thierry Chatelet
Bruno Buys wrote: How do I build a deb package, after successfully compiling from source, so as dpkg can be aware of it? If anybody have any links or reading references thatd be great, so i don't feel so lazy. thanks! hi, You can have a lok there: Debian List Thierry -- To UNSUBSCRIBE, em

Building deb package?

2006-07-25 Thread Bruno Buys
How do I build a deb package, after successfully compiling from source, so as dpkg can be aware of it? If anybody have any links or reading references thatd be great, so i don't feel so lazy. thanks! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Conta

Re: Building deb package frome installed files

2006-01-25 Thread Michelle Konzack
Am 2006-01-17 20:41:28, schrieb ??? ??: > I have cleared my cache of deb files and suddenly realized, that i ned > this deb packages to share them on local network... > > Is there any possibility to build deb packages from installed files, > if all needed information is stored under /var/l

Re: Building deb package frome installed files

2006-01-20 Thread Hugo Vanwoerkom
Stephen Cormier wrote: On Tuesday 17 January 2006 14:05, Виталий Ищенко wrote: I have installed package i.e. apt-get install openoffice.org-core -t unstable then i've deleted file openoffice.org-core_2.0.1-1_i386.deb And now i want to build back this package with files, which have been installed

Re: Building deb package frome installed files

2006-01-20 Thread Виталий Ищенко
yep =) 2006/1/20, Hugo Vanwoerkom <[EMAIL PROTECTED]>: > Stephen Cormier wrote: > > On Tuesday 17 January 2006 14:05, Виталий Ищенко wrote: > >> I have installed package i.e. apt-get install openoffice.org-core -t > >> unstable then i've deleted file openoffice.org-core_2.0.1-1_i386.deb > >> And n

Re: Building deb package frome installed files

2006-01-20 Thread Hugo Vanwoerkom
Stephen Cormier wrote: On Tuesday 17 January 2006 14:05, Виталий Ищенко wrote: I have installed package i.e. apt-get install openoffice.org-core -t unstable then i've deleted file openoffice.org-core_2.0.1-1_i386.deb And now i want to build back this package with files, which have been installed

Re: Building deb package frome installed files

2006-01-17 Thread Виталий Ищенко
Yeaaah, thanks a lot that's exactly what I wanted ;) 17.01.06, Stephen Cormier<[EMAIL PROTECTED]> написал(а): > On Tuesday 17 January 2006 14:05, Виталий Ищенко wrote: > > I have installed package i.e. apt-get install openoffice.org-core -t > > unstable then i've deleted file openoffice.org-core_2

Re: Building deb package frome installed files

2006-01-17 Thread Stephen Cormier
On Tuesday 17 January 2006 14:05, Виталий Ищенко wrote: > I have installed package i.e. apt-get install openoffice.org-core -t > unstable then i've deleted file openoffice.org-core_2.0.1-1_i386.deb > And now i want to build back this package with files, which have been > installed with apt-get Ins

Re: Building deb package frome installed files

2006-01-17 Thread Виталий Ищенко
Hm i only want to build package without it's dependencies i don't want to mirror repository it's to expensive ;) I have installed package i.e. apt-get install openoffice.org-core -t unstable then i've deleted file openoffice.org-core_2.0.1-1_i386.deb And now i want to build back this package with

Re: Building deb package frome installed files

2006-01-17 Thread Rakotomandimby Mihamina
On Tue, 2006-01-17 at 20:41 +0300, Виталий Ищенко wrote: > I have cleared my cache of deb files and suddenly realized, that i ned > this deb packages to share them on local network... > Is there any utility to do this? And what about its dependencies? The best thing, in my opinion is to mirror a d

Building deb package frome installed files

2006-01-17 Thread Виталий Ищенко
I have cleared my cache of deb files and suddenly realized, that i ned this deb packages to share them on local network... Is there any possibility to build deb packages from installed files, if all needed information is stored under /var/lib/dpkg (control file in available,version,scripts etc...)

Re: building deb package

2000-11-21 Thread Jesse Goerz
Excellent. Thanks for the pointers. Jesse On Monday 20 November 2000 17:55, Colin Watson wrote: > Jesse Goerz <[EMAIL PROTECTED]> wrote: > >I downloaded the source of a program and did ./configure. I am ready to > > do make on it but I thought I had heard you can make a debian package out > > of

Re: building deb package

2000-11-20 Thread Colin Watson
Jesse Goerz <[EMAIL PROTECTED]> wrote: >I downloaded the source of a program and did ./configure. I am ready to do >make on it but I thought I had heard you can make a debian package out of it. >Is this true? If it is, how can I do it? Yep. Have a look at the maint-guide and packaging-manual p

Re: building deb package

2000-11-20 Thread Chris Gray
> "Jesse" == Jesse Goerz <[EMAIL PROTECTED]> writes: Jesse> I downloaded the source of a program and did ./configure. Jesse> I am ready to do make on it but I thought I had heard you Jesse> can make a debian package out of it. Is this true? If it Jesse> is, how can I do it?

building deb package

2000-11-20 Thread Jesse Goerz
I downloaded the source of a program and did ./configure. I am ready to do make on it but I thought I had heard you can make a debian package out of it. Is this true? If it is, how can I do it? Jesse