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:
parent
6f8a3db85e
commit
7043d67945
9 changed files with 79 additions and 39 deletions
15
debian/rules
vendored
Executable file
15
debian/rules
vendored
Executable 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:
|
||||
Loading…
Add table
Add a link
Reference in a new issue