New Upstream Release - golang-github-libgit2-git2go

Ready changes

Summary

Merged new upstream version: 35.0.0 (was: 34.0.0).

Resulting package

Built on 2023-01-05T21:40 (took 3m5s)

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-libgit2-git2go-v34-dev

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 2067f62..700afa8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+golang-github-libgit2-git2go (35.0.0-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 05 Jan 2023 21:38:01 -0000
+
 golang-github-libgit2-git2go (34.0.0-3) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/patches/Skip-remote-tests.patch b/debian/patches/Skip-remote-tests.patch
index dbd0dfa..1590f6d 100644
--- a/debian/patches/Skip-remote-tests.patch
+++ b/debian/patches/Skip-remote-tests.patch
@@ -8,9 +8,11 @@ these as this does not work in offline build environments.
 Based on the previous patch created by Michael Stapelberg
 <stapelberg@debian.org>
 
---- a/remote_test.go
-+++ b/remote_test.go
-@@ -4,7 +4,6 @@
+Index: golang-github-libgit2-git2go.git/remote_test.go
+===================================================================
+--- golang-github-libgit2-git2go.git.orig/remote_test.go
++++ golang-github-libgit2-git2go.git/remote_test.go
+@@ -4,7 +4,6 @@ import (
  	"bytes"
  	"crypto/rand"
  	"crypto/rsa"
@@ -18,7 +20,7 @@ Based on the previous patch created by Michael Stapelberg
  	"fmt"
  	"io"
  	"net"
-@@ -38,6 +37,7 @@
+@@ -38,6 +37,7 @@ func TestListRemotes(t *testing.T) {
  	compareStringList(t, expected, actual)
  }
  
@@ -26,7 +28,7 @@ Based on the previous patch created by Michael Stapelberg
  func assertHostname(cert *Certificate, valid bool, hostname string, t *testing.T) error {
  	if hostname != "github.com" {
  		t.Fatal("hostname does not match")
-@@ -257,6 +257,7 @@
+@@ -257,6 +257,7 @@ func TestRemoteCredentialsCalled(t *test
  		t.Fatalf("remote.Fetch() = %v, want %v", err, errNonExistent)
  	}
  }
@@ -34,9 +36,11 @@ Based on the previous patch created by Michael Stapelberg
  
  func newChannelPipe(t *testing.T, w io.Writer, wg *sync.WaitGroup) (*os.File, error) {
  	pr, pw, err := os.Pipe()
---- a/clone_test.go
-+++ b/clone_test.go
-@@ -2,7 +2,6 @@
+Index: golang-github-libgit2-git2go.git/clone_test.go
+===================================================================
+--- golang-github-libgit2-git2go.git.orig/clone_test.go
++++ golang-github-libgit2-git2go.git/clone_test.go
+@@ -2,7 +2,6 @@ package git
  
  import (
  	"io/ioutil"
@@ -44,7 +48,7 @@ Based on the previous patch created by Michael Stapelberg
  	"testing"
  )
  
-@@ -72,6 +71,7 @@
+@@ -72,6 +71,7 @@ func TestCloneWithCallback(t *testing.T)
  	defer remote.Free()
  }
  
@@ -52,7 +56,7 @@ Based on the previous patch created by Michael Stapelberg
  // TestCloneWithExternalHTTPUrl
  func TestCloneWithExternalHTTPUrl(t *testing.T) {
  
-@@ -85,3 +85,4 @@
+@@ -85,3 +85,4 @@ func TestCloneWithExternalHTTPUrl(t *tes
  		t.Fatal("cannot clone remote repo via https, error: ", err)
  	}
  }

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details