8 lines
80 B
Plaintext
8 lines
80 B
Plaintext
|
#!/usr/bin/make -f
|
||
|
|
||
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||
|
|
||
|
%:
|
||
|
dh $@
|
||
|
|