8 lines
116 B
Plaintext
8 lines
116 B
Plaintext
|
#!/usr/bin/make -f
|
||
|
|
||
|
%:
|
||
|
dh $@ --with germinate
|
||
|
|
||
|
override_dh_auto_build:
|
||
|
# Skip to not try to execute the Makefile.
|