mirror of
https://github.com/artizirk/wdisplays.git
synced 2025-01-03 17:30:14 +02:00
8 lines
80 B
Plaintext
8 lines
80 B
Plaintext
|
#!/usr/bin/make -f
|
||
|
|
||
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||
|
|
||
|
%:
|
||
|
dh $@
|
||
|
|