8 lines
142 B
Makefile
8 lines
142 B
Makefile
#!/usr/bin/make -f
|
|
|
|
# This is the debhelper compatability version to use.
|
|
#export DH_COMPAT=7 # Now defined into compat file
|
|
|
|
|
|
%:
|
|
dh $@
|