Codebase list i3-gaps / abeb4c4c-35f7-44b3-961f-efafcc45e92a/upstream travis / debian-build.sh
abeb4c4c-35f7-44b3-961f-efafcc45e92a/upstream

Tree @abeb4c4c-35f7-44b3-961f-efafcc45e92a/upstream (Download .tar.gz)

debian-build.sh @abeb4c4c-35f7-44b3-961f-efafcc45e92a/upstreamraw · history · blame

#!/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
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