Re: creating debs

2002-01-08 Thread Laurent Martelli
Bart == Bart Schuller [EMAIL PROTECTED] writes: [...] Bart I prefer Bart $(MAKE) install DESTDIR=$(CURDIR)/debian/packagename Bart as that takes care of other dirs like sysconfdir (/etc) too. Bart It's still a bug in dh_make though. I think that it's fixed in 0.28. -- Laurent

Re: creating debs

2002-01-08 Thread Laurent Martelli
Bart == Bart Schuller [EMAIL PROTECTED] writes: [...] Bart I prefer Bart $(MAKE) install DESTDIR=$(CURDIR)/debian/packagename Bart as that takes care of other dirs like sysconfdir (/etc) too. Bart It's still a bug in dh_make though. I think that it's fixed in 0.28. -- Laurent

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

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

Re: FAQ? Tutorials and documentation to read for creating .debs

1998-08-06 Thread Hilton Fernandes
On 5 Aug 98 at 20:54, Dominik Rothert [EMAIL PROTECTED] wrote: Look at ftp.debian.org:/pub/doc/package-developer/-- There are a lot of important docs. Dominik. Thanks! I'm doing that. BTW, i'll be doing that in the next days: there's a lot to read. Regards, --Hilton --

FAQ? Tutorials and documentation to read for creating .debs

1998-08-05 Thread Hilton Fernandes
Hello! What are the relevant tutorials and documentation that one must read to be able to create Debian packages? I thank your attention very much. Regards, --Hilton -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: FAQ? Tutorials and documentation to read for creating .debs

1998-08-05 Thread Martin Schulze
Hilton Fernandes wrote: Hello! What are the relevant tutorials and documentation that one must read to be able to create Debian packages? I thank your attention very much. 1/ Start lyunx 2/ Go to www.debian.org 3/ Hit 'Development' 4/ Read Regards, Joey PS: