#!/usr/bin/make -f
# -*- makefile -*-

#export DH_VERBOSE=1

%:
	dh $@ --with gir,python2 --without autoreconf --buildsystem=cmake
