1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-08-23 20:18:14 +02:00

Build debian packages using specification files instead of shell script.

This commit is contained in:
Henrik Hautakoski 2022-08-19 17:02:18 +02:00
parent 6f8a3db85e
commit 7043d67945
No known key found for this signature in database
GPG key ID: 608414D93E862CCD
9 changed files with 79 additions and 39 deletions

15
debian/rules vendored Executable file
View file

@ -0,0 +1,15 @@
#!/usr/bin/make -f
include /usr/share/dpkg/default.mk
INSTALL_FLAGS := GOOS=linux
%:
dh $@ -P debian/pkgroot
override_dh_auto_build:
override_dh_auto_install:
dh_auto_install --buildsystem=makefile -- $(INSTALL_FLAGS)
override_dh_usrlocal:
override_dh_gconf: