9 lines
117 B
Plaintext
9 lines
117 B
Plaintext
|
#!/usr/bin/make -f
|
||
|
# GNU Copyright 2011 Rodolfo García Peñas (kix) <kix@kix.es>
|
||
|
|
||
|
# export DH_VERBOSE=1
|
||
|
|
||
|
%:
|
||
|
dh $@
|
||
|
|