[med-svn] [Git][med-team/seqkit][master] Use go-logging present in the archive

Nilesh Patra gitlab at salsa.debian.org
Mon Jun 29 11:14:03 BST 2020



Nilesh Patra pushed to branch master at Debian Med / seqkit


Commits:
3dcd5b31 by Nilesh Patra at 2020-06-29T15:43:17+05:30
Use go-logging present in the archive

- - - - -


3 changed files:

- debian/control
- + debian/patches/series
- + debian/patches/use-upstream-go-logger.patch


Changes:

=====================================
debian/control
=====================================
@@ -18,7 +18,8 @@ Build-Depends: debhelper-compat (= 13),
                golang-github-mattn-go-colorable-dev,
                golang-github-mattn-go-isatty-dev,
                golang-github-mitchellh-go-homedir-dev,
-               golang-github-spf13-cobra-dev
+               golang-github-spf13-cobra-dev,
+               golang-github-op-go-logging-dev
 Standards-Version: 4.5.0
 Vcs-Browser: https://salsa.debian.org/med-team/seqkit
 Vcs-Git: https://salsa.debian.org/med-team/seqkit.git


=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+use-upstream-go-logger.patch


=====================================
debian/patches/use-upstream-go-logger.patch
=====================================
@@ -0,0 +1,24 @@
+Author: Nilesh Patra <npatra974 at gmail.com>
+Description: Use github.com/op/go-logging which is already in debian
+Last changed: Mon June 29 2020
+--- a/seqkit/main.go
++++ b/seqkit/main.go
+@@ -26,7 +26,7 @@
+ 	"runtime"
+ 
+ 	colorable "github.com/mattn/go-colorable"
+-	"github.com/shenwei356/go-logging"
++	"github.com/op/go-logging"
+ 	"github.com/shenwei356/seqkit/seqkit/cmd"
+ )
+ 
+--- a/seqkit/cmd/logging.go
++++ b/seqkit/cmd/logging.go
+@@ -20,6 +20,6 @@
+ 
+ package cmd
+ 
+-import "github.com/shenwei356/go-logging"
++import "github.com/op/go-logging"
+ 
+ var log = logging.MustGetLogger("seqkit")



View it on GitLab: https://salsa.debian.org/med-team/seqkit/-/commit/3dcd5b317683f165ee297914c83bea871ba62ee1

-- 
View it on GitLab: https://salsa.debian.org/med-team/seqkit/-/commit/3dcd5b317683f165ee297914c83bea871ba62ee1
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200629/68e59b13/attachment-0001.html>


More information about the debian-med-commit mailing list