10 lines
143 B
Makefile
Executable file
10 lines
143 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh ${@}
|
|
|
|
override_dh_auto_install:
|
|
dh_auto_install
|
|
|
|
# Removing useless file
|
|
rm -f debian/zutils/usr/share/info/dir*
|