Table of Contents

Install the build tools

aptitude install build-essential devscripts  debhelper dh-make diff patch quilt gnupg fakeroot lintian pbuilder piuparts

Specific build dependencies

aptitude install flex bison libssl-dev

Get it

cvs -d anoncvs@anoncvs.fr.FreeBSD.org:/home/ncvs co -r RELENG_8_1_0_RELEASE src/contrib/csup

Build it

* Copy the csup code into a pristine work place

mkdir $HOME/packaging/
cp -r src/contrib/csup $HOME/packaging/csup-8.1.0

* Tell the world who you are

export DEBFULLNAME="Emmanuel Kasper"
export DEBEMAIL="random_joe@libera.cc"

* Create initial debian/rules files

cd $HOME/debian/csup-8.1.0
dh_make -s --createorig

Test your csup package

cat > supfile << EOF 
*default tag=RELENG_8_1_0_RELEASE
*default host=cvsup1.fr.FreeBSD.org
*default release=cvs delete use-rel-suffix compress
*default prefix=/tmp/freebsd
*default base=/tmp/freebsd/db-sup/
src-contrib
EOF
csup -L2 supfile