11 lines
147 B
Makefile
Executable file
11 lines
147 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
# standard Debian options & profiles
|
|
|
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_auto_test:
|
|
true
|