New Upstream Snapshot - golang-github-0xax-notificator

Ready changes

Summary

Merged new upstream version: 0.0~git20220220.ee9b892 (was: 0.0~git20210731.c42e3d4).

Resulting package

Built on 2022-04-15T03:34 (took 2m47s)

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

apt install -t fresh-snapshots golang-github-0xax-notificator-dev

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 0a6fbac..5c58df1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+golang-github-0xax-notificator (0.0~git20220220.ee9b892-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+  * Drop patch 0001-fix-import-path.patch, present upstream.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Fri, 15 Apr 2022 03:32:59 -0000
+
 golang-github-0xax-notificator (0.0~git20210731.c42e3d4-1.1) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/patches/0001-fix-import-path.patch b/debian/patches/0001-fix-import-path.patch
deleted file mode 100644
index b8687e1..0000000
--- a/debian/patches/0001-fix-import-path.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From: sivchari <shibuuuu5@gmail.com>
-Date: Wed, 22 Sep 2021 13:30:59 +0900
-Subject: fix import path
-
-Forwarded: https://github.com/0xAX/notificator/pull/24
----
- example/main.go | 3 ++-
- go.mod          | 3 +++
- 2 files changed, 5 insertions(+), 1 deletion(-)
- create mode 100644 go.mod
-
-diff --git a/example/main.go b/example/main.go
-index 09fdb38..6a5da59 100644
---- a/example/main.go
-+++ b/example/main.go
-@@ -1,8 +1,9 @@
- package main
- 
- import (
--	"../../notificator"
- 	"log"
-+
-+	"github.com/0xAX/notificator"
- )
- 
- var notify *notificator.Notificator
-diff --git a/go.mod b/go.mod
-new file mode 100644
-index 0000000..22c49f1
---- /dev/null
-+++ b/go.mod
-@@ -0,0 +1,3 @@
-+module github.com/0xAX/notificator
-+
-+go 1.16
diff --git a/debian/patches/series b/debian/patches/series
index ee75544..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-0001-fix-import-path.patch
diff --git a/example/main.go b/example/main.go
index 09fdb38..6a5da59 100644
--- a/example/main.go
+++ b/example/main.go
@@ -1,8 +1,9 @@
 package main
 
 import (
-	"../../notificator"
 	"log"
+
+	"github.com/0xAX/notificator"
 )
 
 var notify *notificator.Notificator
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..22c49f1
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module github.com/0xAX/notificator
+
+go 1.16

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details