#!/usr/bin/make -f # Uncomment this to turn on verbose mode. # export DH_VERBOSE=1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk %: dh $@ --with python3,autoreconf override_dh_auto_configure: intltoolize --force dh_auto_configure -- --enable-randr --enable-vidmode --enable-geoclue2 --enable-ubuntu --disable-geoclue --with-systemduserunitdir=/usr/lib/systemd/user/ override_dh_installchangelogs: dh_installchangelogs NEWS