mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
8 lines
76 B
Text
8 lines
76 B
Text
|
#!/usr/bin/make -f
|
||
|
|
||
|
%:
|
||
|
dh $@
|
||
|
|
||
|
override_dh_builddeb:
|
||
|
dh_builddeb -- -Zgzip
|