Use local-apt-repository to install our debian packages
This MR modifies the debian test
jobs to use local-apt-repository
to move our freshly built Debian packages into a proper apt repo, so that they can be installed with apt-get
; no more faffing around with dpkg --install * || apt-get -y install
.