travis: remove libxcb-xrm-dev from build-deps before dpkg-buildpackage

next
Michael Stapelberg 2016-05-25 08:23:45 +02:00
parent 8e125e9845
commit ef0a5b0534
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ make dist
mkdir -p "${DEST}"
tar xf *.tar.bz2 -C "${DEST}" --strip-components=1
cp -r debian "${DEST}"
sed -i '/^\s*libxcb-xrm-dev/d' deb/ubuntu-*/DIST/debian/control || true
cd "${DEST}"
debchange -m -l+g$(git describe --tags) 'Automatically built'
dpkg-buildpackage -b