mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
9 lines
77 B
Makefile
Executable File
9 lines
77 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_builddeb:
|
|
dh_builddeb -- -Zgzip
|
|
|