11 lines
151 B
Text
11 lines
151 B
Text
|
#!/usr/bin/make -f
|
||
|
|
||
|
%:
|
||
|
dh ${@}
|
||
|
|
||
|
override_dh_auto_configure:
|
||
|
dh_auto_configure -- --enable-dnstap
|
||
|
|
||
|
override_dh_auto_test:
|
||
|
dh_auto_test --no-parallel
|