New Upstream Release - golang-github-crowdsecurity-dlog

Ready changes

Summary

Merged new upstream version: 0.0.2 (was: 0.0.1).

Resulting package

Built on 2023-01-20T06:19 (took 2m35s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-releases golang-github-crowdsecurity-dlog-dev

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 4f5ccc7..6470db1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+golang-github-crowdsecurity-dlog (0.0.2-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * Drop patch 0001-fix-self-reference.patch, present upstream.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Fri, 20 Jan 2023 06:16:50 -0000
+
 golang-github-crowdsecurity-dlog (0.0.1-2) unstable; urgency=medium
 
   * Source-only upload for testing eligibility.
diff --git a/debian/patches/0001-fix-self-reference.patch b/debian/patches/0001-fix-self-reference.patch
deleted file mode 100644
index de1fe4a..0000000
--- a/debian/patches/0001-fix-self-reference.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Bug: https://github.com/crowdsecurity/dlog/pull/1
---- a/example_test.go
-+++ b/example_test.go
-@@ -8,7 +8,7 @@ import (
- 	"net"
- 	"net/http"
- 
--	"github.com/ahmetalpbalkan/dlog"
-+	"github.com/crowdsecurity/dlog"
- )
- 
- func ExampleNewReader() {
---- a/reader_test.go
-+++ b/reader_test.go
-@@ -9,7 +9,7 @@ import (
- 	"strings"
- 	"testing"
- 
--	"github.com/ahmetalpbalkan/dlog"
-+	"github.com/crowdsecurity/dlog"
- )
- 
- func Test_tooShortForPrefix(t *testing.T) {
diff --git a/debian/patches/series b/debian/patches/series
index ef2d78d..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-0001-fix-self-reference.patch
diff --git a/example_test.go b/example_test.go
index 2e3f210..ab0c5fb 100644
--- a/example_test.go
+++ b/example_test.go
@@ -8,7 +8,7 @@ import (
 	"net"
 	"net/http"
 
-	"github.com/ahmetalpbalkan/dlog"
+	"github.com/crowdsecurity/dlog"
 )
 
 func ExampleNewReader() {
diff --git a/reader_test.go b/reader_test.go
index f8bb687..1155bcb 100644
--- a/reader_test.go
+++ b/reader_test.go
@@ -9,7 +9,7 @@ import (
 	"strings"
 	"testing"
 
-	"github.com/ahmetalpbalkan/dlog"
+	"github.com/crowdsecurity/dlog"
 )
 
 func Test_tooShortForPrefix(t *testing.T) {

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details