echo 'RSYNC_OPT = -av --exclude="build" --exclude="debian/tmp" --exclude="Packages" --exclude="*Aktuell" --exclude=".*" --exclude="Makefile"' >> debian/rules.pre
-dpkg -s bison flex pkg-config make build-essential g++ automake libtool >/dev/null
+dpkg -s bison flex pkg-config make build-essential g++ automake libtool libpq-dev >/dev/null
if [ ! -d Downloads ]; then
mkdir Downloads