[Chilli] Hostname for SSL-enabled WISPr redirect
Wichert Akkerman
wichert at wiggy.net
Thu May 20 15:37:04 UTC 2010
On 5/20/10 15:48 , David Bird wrote:
> After your changes, this builds a broken .deb for me:
>
> rm -rf /tmp/chilli ;
> make dist&&
> mkdir /tmp/chilli&&
> cp coova-chilli-1.2.3-rc1.tar.gz /tmp/chilli&&
> cd /tmp/chilli&&
> tar xzf coova-chilli-1.2.3-rc1.tar.gz&&
> cd coova-chilli-1.2.3-rc1&&
> debuild -b
>
> How are you building? After changing the target back to debian/tmp, it's
> fine. I'm using Ubuntu 10.04.
Funny. Before my change the result would be a broken deb since debhelper
uses debian/<package-name> instead of debian/tmp, so the resulting
package was mostly empty. debian/tmp was essentialy obsoleted a number
of years ago and should never be used.
My build process looks like this:
cd src/coova-chilli
svn up
debian/rules clean
./bootstrap2
debian/rules build
fakeroot debian/rules binary
Wichert.
More information about the Chilli
mailing list