New Upstream Snapshot - golang-github-ostreedev-ostree-go

Ready changes

Summary

Merged new upstream version: 0.0+git20210805.719684c (was: 0.0+git20190702.759a8c1).

Resulting package

Built on 2022-05-17T07:29 (took 9m19s)

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-ostreedev-ostree-go-dev

Lintian Result

Diff

diff --git a/Gopkg.toml b/Gopkg.toml
index 0cd2ec9..272e82a 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -26,7 +26,7 @@
 
 
 [[constraint]]
-  branch = "master"
+  branch = "main"
   name = "github.com/14rcole/gopopulate"
 
 [prune]
diff --git a/debian/changelog b/debian/changelog
index 975b639..aeacd50 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+golang-github-ostreedev-ostree-go (0.0+git20210805.719684c-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Tue, 17 May 2022 07:21:10 -0000
+
 golang-github-ostreedev-ostree-go (0.0+git20190702.759a8c1-5) unstable; urgency=medium
 
   * Team Upload
diff --git a/pkg/glibobject/gvariant.go b/pkg/glibobject/gvariant.go
index 30572ea..6a6acfd 100644
--- a/pkg/glibobject/gvariant.go
+++ b/pkg/glibobject/gvariant.go
@@ -56,6 +56,9 @@ func (v *GVariant) native() *C.GVariant {
 }
 
 func (v *GVariant) Ptr() unsafe.Pointer {
+	if v == nil {
+		return nil
+	}
 	return v.ptr
 }
 

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details