i3/travis/debian-build.sh

17 lines
344 B
Bash
Raw Permalink Normal View History

#!/bin/sh
set -e
set -x
DEST=$1
cd distbuild
# unpack dist tarball
mkdir -p "${DEST}"
tar xf meson-dist/*.tar.xz -C "${DEST}" --strip-components=1
2016-10-16 19:03:09 +03:00
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