summaryrefslogtreecommitdiffhomepage
path: root/pkg/deb/Makefile.go (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-05-26Packaging: Go: use GO111MODULE=auto in build instructions.Konstantin Pavlov1-1/+1
2019-12-24Packages: making unit-go architecture independent.Max Romanov1-2/+4
To support Go modules, the unit-go module should be platform independent. All platform-dependent logic is moved to libunit, so the unit-dev package should be installed before building unit-go.
2018-12-27Packages: URL fixed in examples to work with latest curl.Andrei Belov1-1/+1
2018-11-29Packages: made unit-go architecture-dependent.Andrei Belov1-2/+0
This closes #172 issue on GitHub.
2018-10-25Packages: updated to 1.5-1.Valentin Bartenev1-1/+1
2018-09-27Packages: updated to 1.4-2.Andrei Belov1-1/+1
2018-09-27Packages: adjusted post-install banners.Andrei Belov1-2/+3
2018-01-22Packages: improved per-module dependency tracking.Andrei Belov1-1/+2
2017-12-01Packaging changes for updated Go package.Max Romanov1-6/+3
- package name changed to 'nginx/unit'; - source files installed in /usr/share/gocode; - rpm and deb go packages made noarch.
2017-10-19Introduced deb packages building tools.0.2Andrei Belov1-0/+51