#!/bin/sh -ex

dpkg-source --before-build $(pwd)
sed -i s:-Werror:-Wextra: CMakeLists.txt
dh_auto_configure
dh_auto_build
dh_auto_test
