Re: [Owfs-developers] Bits to produce a .deb file

2008-01-25 Thread Michael Weber
Usually one unpacks the source, cds into the source dir (the one that contains the debian/ dir), and there cd owfs-2.7 dpkg-buildpackage -r fakeroot Michael On Jan 25, 2008 4:32 AM, Paul Alfille [EMAIL PROTECTED] wrote: dpkg-buildroot is poorly documented, and I am struggling. Debian etch

Re: [Owfs-developers] Bits to produce a .deb file

2008-01-25 Thread Matthias Urlichs
Hi, Paul Alfille: dpkg-buildroot is poorly documented, and I am struggling. Something like this should work: # apt-get install dpkg-dev fakeroot # tar xfvz owfs.tar.gz # cd owfs # dpkg-buildpackage -rfakeroot -b # cd .. # ls *.deb :-) My autobuilder currently has the hiccups; I'll see what

Re: [Owfs-developers] Bits to produce a .deb file

2008-01-25 Thread Paul Alfille
On Jan 25, 2008 3:00 AM, Michael Weber [EMAIL PROTECTED] wrote: Usually one unpacks the source, cds into the source dir (the one that contains the debian/ dir), and there cd owfs-2.7 doesn't exist in that directory dpkg-buildpackage -r fakeroot complains about no debian/changelog

Re: [Owfs-developers] Bits to produce a .deb file

2008-01-25 Thread Paul Alfille
On Jan 25, 2008 3:29 AM, Matthias Urlichs [EMAIL PROTECTED] wrote: Hi, Paul Alfille: dpkg-buildroot is poorly documented, and I am struggling. Something like this should work: # apt-get install dpkg-dev fakeroot also apt-get install debhelper apt-get install python2.5-dev apt-get