9 lines
111 B
Makefile
Executable File
9 lines
111 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@ --with autoreconf
|
|
|
|
override_dh_installchangelogs:
|
|
dh_installchangelogs CHANGES
|
|
|