[ptx] (appendix) How to compile hugin cvs on debian GNU linux sarge/SID?

Franck SICARD franck.sicard at 3demi.net
Mon Nov 8 13:51:12 GMT 2004


Build without any problem (no patch of sources needed) on my debian sid.
apt source avaible here:

deb http://3demi.net/debian debs/./
deb-src http://3demi.net/debian debs/./

i use this little script:

############
export EMAIL="Franck Sicard <franck.sicard at 3demi.net>"

lineChanged=forceBuild
test -f forceBuild || lineChanged=`cvs -q diff -r HEAD | grep -v "^? .*" | wc -l`
echo there is "$lineChanged" line changes
test "$lineChanged" = 0 && echo sources not updated && exit 0

cvs update
HUGIN_VERSION=0.4pre`date +%Y%m%d`
dch -v $HUGIN_VERSION "new upstream dev version"
./bootstrap
#aclocal -I m4
autoconf
dpkg-buildpackage -nc -ICVS -rfakeroot -e"$EMAIL" && dpkg-buildpackage -S -ICVS -rfakeroot -e"$EMAIL" && cp ../hugin_"$HUGIN_VERSION"* ~/Web/3demi/www.3demi.net/htdocs/debian/debs/ && rm -f forceBuild
############

	Franck
-- 
Franck SICARD            <Franck.Sicard at 3demi.net>           http://3demi.net/
PGP key=DFDFA865 fingerprint=8E2E 167E 9503 461B AD76 D962 2EEE 9869 DFDF A865


More information about the ptX mailing list