Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
packaging
deb-icingadb
Commits
76730646
Commit
76730646
authored
Nov 28, 2019
by
Noah Hilverling
Browse files
Use different Golang package on Ubuntu Bionic
parent
cfd94946
Changes
2
Show whitespace changes
Inline
Side-by-side
debian/control
View file @
76730646
...
...
@@ -6,7 +6,7 @@ Build-Depends:
debhelper (>= 9),
dh-golang,
dh-systemd (>= 1.5),
golang-go (>= 2:1.1
0
~)
golang-go (>= 2:1.1
1
~)
| golang-1.11-go
Standards-Version: 3.9.8
Homepage: https://www.icinga.com
#Vcs-Browser:
...
...
debian/rules
View file @
76730646
...
...
@@ -6,6 +6,10 @@ export DH_GOPKG := github.com/Icinga/icingadb
export GOCACHE=on
ifneq (,$(wildcard /usr/lib/go-1.11))
export PATH := /usr/lib/go-1.11/bin:$(PATH)
endif
INSTALL_DIR := install -d -m 0755
INSTALL_FILE := install -m 0644
PACKAGE_PATH := debian/icingadb
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment