blob: 78bf6fd435108cd1568d35250a8b93deceff4406 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#! /usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@
override_dh_auto_configure:
dh_auto_configure -- -Dtests=true -Ddemos=false
override_dh_auto_test:
dh_auto_test -- -t 100
|