mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2026-06-14 17:36:40 +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
|