11 lines
168 B
Text
11 lines
168 B
Text
|
#!/usr/bin/make -f
|
||
|
|
||
|
%:
|
||
|
dh ${@}
|
||
|
|
||
|
override_dh_auto_configure:
|
||
|
dh_auto_configure -- --with-scramble_ips
|
||
|
|
||
|
execute_after_dh_auto_install:
|
||
|
rm -f debian/tmp/usr/lib/*/*.la
|