[¼ºÀα¤°í]1¿ù 2ÀÏ ½Å±Ô ¼ºÀλçÀÌÆ® ¿ÀÇÂÇÕ´Ï´Ù..

2002-01-07 Thread bc°É
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: looking for an advocate

2002-01-07 Thread Robert Bihlmeyer
Patrice Neff [EMAIL PROTECTED] writes: You are correct, that would be wise. Do you know any developers personally? No, I don't know anyone yet. So I'm still looking. I common approach is to produce one or more packages so that potential advocates can judge your abilities from afar. If you

Re: debs

2002-01-07 Thread Matt Kraai
On Mon, Jan 07, 2002 at 07:47:56PM +0100, Mateusz Papiernik wrote: Is there any program for creating debian packages? I trying to do good package hand by hand, but after dh_make, --prefix=/usr.. and dpkg-buildpackage in the output there are binaries in /bin, not /usr/bin - I don't know

creating debs

2002-01-07 Thread Mateusz Papiernik
Is there any program for creating debian packages? I trying to do good package hand by hand, but after dh_make, --prefix=/usr.. and dpkg-buildpackage in the output there are binaries in /bin, not /usr/bin - I don't know what I do wrong, so I think maybe is some program for create debs

Re: creating debs

2002-01-07 Thread Simon Richter
On 7 Jan 2002, Mateusz Papiernik wrote: Is there any program for creating debian packages? I trying to do good package hand by hand, but after dh_make, --prefix=/usr.. and dpkg-buildpackage in the output there are binaries in /bin, not /usr/bin - I don't know what I do wrong, so I think

Re: creating debs

2002-01-07 Thread Gustavo Noronha Silva
On 07 Jan 2002 20:06:56 +0100 Mateusz Papiernik [EMAIL PROTECTED] wrote: Is there any program for creating debian packages? I trying to do good package hand by hand, but after dh_make, --prefix=/usr.. and dpkg-buildpackage in the output there are binaries in /bin, not /usr/bin - I don't

Re: creating debs

2002-01-07 Thread Bart Schuller
On Mon, Jan 07, 2002 at 05:27:12PM -0200, Gustavo Noronha Silva wrote: anyway, your problem is simple to solve... the default installation command put on by dh_make is: $(MAKE) install prefix=$(CURDIR)/debian/packagename and it should be: $(MAKE) install

Re: looking for an advocate

2002-01-07 Thread Patrice Neff
Robert Bihlmeyer [EMAIL PROTECTED] writes: I common approach is to produce one or more packages so that potential advocates can judge your abilities from afar. You mean something like that? ;-) http://www.patrice.ch/en/computer/linux/articles/2001/1125.html patrice -- To UNSUBSCRIBE,

[¼ºÀα¤°í]1¿ù 2ÀÏ ½Å±Ô ¼ºÀλçÀÌÆ® ¿ÀÇÂÇÕ´Ï´Ù..

2002-01-07 Thread bc°É

Re: looking for an advocate

2002-01-07 Thread Robert Bihlmeyer
Patrice Neff [EMAIL PROTECTED] writes: You are correct, that would be wise. Do you know any developers personally? No, I don't know anyone yet. So I'm still looking. I common approach is to produce one or more packages so that potential advocates can judge your abilities from afar. If you

Re: debs

2002-01-07 Thread Matt Kraai
On Mon, Jan 07, 2002 at 07:47:56PM +0100, Mateusz Papiernik wrote: Is there any program for creating debian packages? I trying to do good package hand by hand, but after dh_make, --prefix=/usr.. and dpkg-buildpackage in the output there are binaries in /bin, not /usr/bin - I don't know

creating debs

2002-01-07 Thread Mateusz Papiernik
Is there any program for creating debian packages? I trying to do good package hand by hand, but after dh_make, --prefix=/usr.. and dpkg-buildpackage in the output there are binaries in /bin, not /usr/bin - I don't know what I do wrong, so I think maybe is some program for create debs easly?.

Re: creating debs

2002-01-07 Thread Simon Richter
On 7 Jan 2002, Mateusz Papiernik wrote: Is there any program for creating debian packages? I trying to do good package hand by hand, but after dh_make, --prefix=/usr.. and dpkg-buildpackage in the output there are binaries in /bin, not /usr/bin - I don't know what I do wrong, so I think

Re: creating debs

2002-01-07 Thread Matt Zimmerman
On Mon, Jan 07, 2002 at 08:56:32PM +0100, Bart Schuller wrote: On Mon, Jan 07, 2002 at 05:27:12PM -0200, Gustavo Noronha Silva wrote: $(MAKE) install prefix=$(CURDIR)/debian/packagename and it should be: $(MAKE) install prefix=$(CURDIR)/debian/packagename/usr I prefer