Package: golang-github-d2r2-go-bsbmp / 0.0~git20190515.3b4b3ae-2

Metadata

Package Version Patches format
golang-github-d2r2-go-bsbmp 0.0~git20190515.3b4b3ae-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Disable go logger missing license.patch | (download)

bme280.go | 40 20 + 20 - 0 !
bmp180.go | 52 26 + 26 - 0 !
bmp280.go | 22 11 + 11 - 0 !
bmp388.go | 36 18 + 18 - 0 !
examples/example1.go | 37 20 + 17 - 0 !
logger.go | 8 4 + 4 - 0 !
6 files changed, 99 insertions(+), 96 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>