hmm, looks like its not possible to build the debs on etch
installed the devscripts and some other packages, looks like im stuffed with debhelper and libcurl
root@badkarma64:# make debbinary
debuild binary-arch
dpkg-checkbuilddeps: Unmet build dependencies: debhelper (>= 6.0.0) libcurl4-devdebuild: fatal error at line 1192:
You do not appear to have all build dependencies properly met.
If you have the pbuilder package installed, you can run
/usr/lib/pbuilder/pbuilder-satisfydepends as root to install the
required packages, or you can do it manually using dpkg or apt using
the error messages just above this message.
make: *** [debbinary] Error 1
trying the pbuilder command above results in
root@badkarma64:# /usr/lib/pbuilder/pbuilder-satisfydepends
-> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.29 2006/11/06 20:20:56 lool Exp $
-> Considering build-dep debhelper (>= 6.0.0)
Tried versions: 5.0.42
-> Does not satisfy version, not trying
E: Could not satisfy build-dependency.
looking up the packages shows that debhelper 5.0.42, and libcurl3 are the latest versions on etch. so I guess im sol here ?