11 lines
184 B
Text
11 lines
184 B
Text
|
#!/usr/bin/make -f
|
||
|
|
||
|
%:
|
||
|
dh ${@}
|
||
|
|
||
|
override_dh_auto_configure:
|
||
|
dh_auto_configure -- --docdir=/usr/share/doc/oarc-dsc --enable-dnstap
|
||
|
|
||
|
override_dh_auto_test:
|
||
|
dh_auto_test --no-parallel
|