forked from TrueCloudLab/certificates
12 lines
110 B
Text
12 lines
110 B
Text
|
#!/usr/bin/make -f
|
||
|
|
||
|
override_dh_install-arch:
|
||
|
dh_install --arch
|
||
|
|
||
|
build:
|
||
|
make bootstrap
|
||
|
dh build
|
||
|
|
||
|
%:
|
||
|
dh $@
|