|
#!/usr/bin/make -f
|
|
include /usr/share/dpkg/pkg-info.mk
|
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
|
export DEB_CFLAGS_MAINT_APPEND=-Wno-error=implicit-function-declaration
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_auto_configure:
|
|
dh_auto_configure -- -Dsystemd=disabled
|