Otherwise it might fail if the repositories have changed since the image
was generated.
cp -a ~/build/debian ~/build/tigervnc-${VERSION}/debian &&
mk-build-deps ~/build/tigervnc-${VERSION}/debian/control &&
sudo dpkg --unpack ~/tigervnc-build-deps_*.deb &&
+ sudo apt-get update &&
sudo apt-get -f install -y &&
cd ~/build/tigervnc-${VERSION} && dpkg-buildpackage
"
cp -a ~/build/debian ~/build/tigervnc-${VERSION}/debian &&
mk-build-deps ~/build/tigervnc-${VERSION}/debian/control &&
sudo dpkg --unpack ~/tigervnc-build-deps_*.deb &&
+ sudo apt-get update &&
sudo apt-get -f install -y &&
cd ~/build/tigervnc-${VERSION} && dpkg-buildpackage
"