forked from openkylin/freeglut
10 lines
164 B
Plaintext
10 lines
164 B
Plaintext
|
#!/usr/bin/make -f
|
||
|
|
||
|
%:
|
||
|
dh $@
|
||
|
|
||
|
export DEB_BUILD_MAINT_OPTIONS := hardening=+all
|
||
|
|
||
|
after_override_dh_auto_install-arch:
|
||
|
find . -name '*.la' -print0 | xargs -0 rm -f
|