mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2026-07-13 09:13:39 +00:00
7 lines
76 B
Makefile
Executable file
7 lines
76 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_builddeb:
|
|
dh_builddeb -- -Zgzip
|