Package: golang-github-d2r2-go-sht3x / 0.0~git20181222.074abc2-2

Metadata

Package Version Patches format
golang-github-d2r2-go-sht3x 0.0~git20181222.074abc2-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Replace go shell.patch | (download)

examples/example1.go | 10 1 + 9 - 0 !
sht3x.go | 24 17 + 7 - 0 !
2 files changed, 18 insertions(+), 16 deletions(-)

 replace go-shell

go-shell is a tiny library and misses copyright information.

Therefore just replace the single function used from go-shell.

Signed-off-by: Benjamin Drung <bdrung@debian.org>

Disable go logger missing license.patch | (download)

examples/example1.go | 102 52 + 50 - 0 !
logger.go | 8 4 + 4 - 0 !
sht3x.go | 50 25 + 25 - 0 !
3 files changed, 81 insertions(+), 79 deletions(-)

 disable go-logger (missing license)

The go-logger library does not have copyright information in the git
repository, neither license headers in the go files nor a separate
license file. Therefore no rights to share and modify the code are
granted and it does not meet the DFSG.

So disable logging for now until go-logger comes with an open source
license.

Bug: https://github.com/d2r2/go-logger/issues/5
Signed-off-by: Benjamin Drung <bdrung@debian.org>