File: README.source

package info (click to toggle)
gox 1.0.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 220 kB
  • sloc: makefile: 6
file content (13 lines) | stat: -rw-r--r-- 748 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Notes about gox source package
-------------------------------------------

The original author adds the vendor/* folder with the Expat license to the
tarball that was removed, in the Debian repository we already have
golang-github-mitchellh-iochan-dev and golang-github-hashicorp-go-version-dev
which makes the package in accordance with the Debian Project policies.
Because these dependencies must be built separately and inserted in
Build-Depends in debian/control.
Removing these two compilation dependencies will obviously cause compilation
problems, since the source code needs both of them to compile the gox source
code and for this the package is under the repack suffix +ds (Debian Source)
without the vendor/* folder that upstream uses.