chiark / gitweb /
buildserver: support installing packages from Debian/testing
authorHans-Christoph Steiner <hans@eds.org>
Tue, 10 Jan 2017 09:54:21 +0000 (10:54 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Tue, 10 Jan 2017 09:56:03 +0000 (10:56 +0100)
commit7af7297ca8a3b0a38ec22baad190b37a36b5dc84
treed9ee2582e9752e85d9cd4d9bdc0640187c6672a1
parent0eea26753a26dc581dc9c94f9ba6a260b48dc923
buildserver: support installing packages from Debian/testing

Sometimes, a build process requires newer versions of build tools than are
available in Debian/stable.  Oftentimes, using the package straight from
Debian/testing works fine when a package is not available as a backport.
libtool 2.4.6 is needed for building VLC, so it is one example of this.

The preferences file sets up the apt "pinning" so that all updates are not
installed from testing, only the packages that are requested by adding
"/testing" after then package name.

closes #224
buildserver/provision-apt-get-install