Codebase list golang-github-vbatts-go-mtree / debian/0.4.4-1
New upstream release + changelog summary. Dmitry Smirnov 4 years ago
3 changed file(s) with 8 addition(s) and 71 deletion(s). Raw diff Collapse all Expand all
0 golang-github-vbatts-go-mtree (0.4.4-1) unstable; urgency=medium
1
2 * New upstream release.
3 * Standards-Version: 4.4.1.
4 * DH & compat to version 12.
5
6 -- Dmitry Smirnov <onlyjob@debian.org> Mon, 21 Oct 2019 00:03:10 +1100
7
08 golang-github-vbatts-go-mtree (0.4.2-1) unstable; urgency=medium
19
210 * Initial release (Closes: #901839).
+0
-70
debian/patches/logrus-lowercase.patch less more
0 Last-Update: 2018-06-16
1 Forwarded: needs-forwarding
2 Author: Dmitry Smirnov <onlyjob@debian.org>
3 Description: fix logrus name space.
4
5 --- a/cmd/gomtree/main.go
6 +++ b/cmd/gomtree/main.go
7 @@ -9,9 +9,9 @@
8 "io/ioutil"
9 "os"
10 "strings"
11
12 - "github.com/Sirupsen/logrus"
13 + "github.com/sirupsen/logrus"
14 "github.com/vbatts/go-mtree"
15 )
16
17 var (
18 --- a/tar.go
19 +++ b/tar.go
20 @@ -8,9 +8,9 @@
21 "os"
22 "path/filepath"
23 "strings"
24
25 - "github.com/Sirupsen/logrus"
26 + "github.com/sirupsen/logrus"
27 "github.com/vbatts/go-mtree/pkg/govis"
28 )
29
30 // Streamer creates a file hierarchy out of a tar stream
31 --- a/update.go
32 +++ b/update.go
33 @@ -4,9 +4,9 @@
34 "container/heap"
35 "os"
36 "sort"
37
38 - "github.com/Sirupsen/logrus"
39 + "github.com/sirupsen/logrus"
40 )
41
42 // DefaultUpdateKeywords is the default set of keywords that can take updates to the files on disk
43 var DefaultUpdateKeywords = []Keyword{
44 --- a/update_test.go
45 +++ b/update_test.go
46 @@ -12,9 +12,9 @@
47 "strconv"
48 "testing"
49 "time"
50
51 - "github.com/Sirupsen/logrus"
52 + "github.com/sirupsen/logrus"
53 )
54
55 func init() {
56 logrus.SetLevel(logrus.DebugLevel)
57 --- a/updatefuncs.go
58 +++ b/updatefuncs.go
59 @@ -6,9 +6,9 @@
60 "strconv"
61 "strings"
62 "time"
63
64 - "github.com/Sirupsen/logrus"
65 + "github.com/sirupsen/logrus"
66 "github.com/vbatts/go-mtree/pkg/govis"
67 )
68
69 // UpdateKeywordFunc is the signature for a function that will restore a file's
0 logrus-lowercase.patch
10 test--skip-TestXattr.patch