Codebase list i3-gaps / 341d51b6-11e6-4c53-9524-6c7c7f992f9b/main travis / debian-build.sh
341d51b6-11e6-4c53-9524-6c7c7f992f9b/main

Tree @341d51b6-11e6-4c53-9524-6c7c7f992f9b/main (Download .tar.gz)

debian-build.sh @341d51b6-11e6-4c53-9524-6c7c7f992f9b/mainraw · 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