10 lines
185 B
Makefile
Executable file
10 lines
185 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh ${@}
|
|
|
|
override_dh_auto_configure:
|
|
dh_auto_configure -- --doc-dir=/usr/share/doc/oarc-dsc --enable-dnstap
|
|
|
|
override_dh_auto_test:
|
|
dh_auto_test --no-parallel
|