uncommitted - golang-github-armon-go-socks5

Ready changes

Summary

Import uploads missing from VCS:

Diff

diff --git a/.gitignore b/.gitignore
index fad1131..0026861 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,5 +20,3 @@ _cgo_export.*
 _testmain.go
 
 *.exe
-
-.pc
diff --git a/debian/changelog b/debian/changelog
index e97effb..b3f8782 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+golang-github-armon-go-socks5 (0.0~git20160902.e753329-1.1) unstable; urgency=medium
+
+  * Non maintainer upload by the Reproducible Builds team.
+  * No source change upload to rebuild on buildd with .buildinfo files.
+
+ -- Holger Levsen <holger@debian.org>  Sat, 09 Jan 2021 13:36:23 +0100
+
 golang-github-armon-go-socks5 (0.0~git20160902.e753329-1) unstable; urgency=medium
 
   * Initial release (Closes: 891361)
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..b4de394
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+11
diff --git a/debian/control b/debian/control
index 7215892..ccac1bd 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: devel
 Priority: optional
 Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
 Uploaders: Christopher Hoskin <mans0954@debian.org>
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper (>= 11),
                dh-golang,
                golang-any,
                golang-golang-x-net-dev
@@ -19,7 +19,6 @@ Architecture: all
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          golang-golang-x-net-dev
-Multi-Arch: foreign
 Description: SOCKS5 server in Golang
  Provides the socks5 package that implements a SOCKS5 server
  (http://en.wikipedia.org/wiki/SOCKS).  SOCKS (Secure Sockets) is used
diff --git a/debian/copyright b/debian/copyright
index 509a38e..3f39c46 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,7 +2,6 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: go-socks5
 Source: https://github.com/armon/go-socks5
 Files-Excluded: vendor Godeps/_workspace
-Upstream-Contact: Armon Dadgar <armon.dadgar@gmail.com>
 
 Files: *
 Copyright: 2014 Armon Dadgar
@@ -30,3 +29,4 @@ License: Expat
  COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
diff --git a/debian/gitlab-ci.yml b/debian/gitlab-ci.yml
index 594e14e..5c8c31b 100644
--- a/debian/gitlab-ci.yml
+++ b/debian/gitlab-ci.yml
@@ -1,6 +1,28 @@
+
 # auto-generated, DO NOT MODIFY.
 # The authoritative copy of this file lives at:
-# https://salsa.debian.org/go-team/infra/pkg-go-tools/blob/master/config/gitlabciyml.go
----
-include:
-  - https://salsa.debian.org/go-team/infra/pkg-go-tools/-/raw/master/pipeline/test-archive.yml
+# https://salsa.debian.org/go-team/ci/blob/master/cmd/ci/gitlabciyml.go
+
+# TODO: publish under debian-go-team/ci
+image: stapelberg/ci2
+
+test_the_archive:
+  artifacts:
+    paths:
+    - before-applying-commit.json
+    - after-applying-commit.json
+  script:
+    # Create an overlay to discard writes to /srv/gopath/src after the build:
+    - "rm -rf /cache/overlay/{upper,work}"
+    - "mkdir -p /cache/overlay/{upper,work}"
+    - "mount -t overlay overlay -o lowerdir=/srv/gopath/src,upperdir=/cache/overlay/upper,workdir=/cache/overlay/work /srv/gopath/src"
+    - "export GOPATH=/srv/gopath"
+    - "export GOCACHE=/cache/go"
+    # Build the world as-is:
+    - "ci-build -exemptions=/var/lib/ci-build/exemptions.json > before-applying-commit.json"
+    # Copy this package into the overlay:
+    - "GBP_CONF_FILES=:debian/gbp.conf gbp buildpackage --git-no-pristine-tar --git-ignore-branch --git-ignore-new --git-export-dir=/tmp/export --git-no-overlay --git-tarball-dir=/nonexistant --git-cleaner=/bin/true --git-builder='dpkg-buildpackage -S -d --no-sign'"
+    - "pgt-gopath -dsc /tmp/export/*.dsc"
+    # Rebuild the world:
+    - "ci-build -exemptions=/var/lib/ci-build/exemptions.json > after-applying-commit.json"
+    - "ci-diff before-applying-commit.json after-applying-commit.json"
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index 740d4f0..90026c6 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -2,6 +2,8 @@ Archive: GitHub
 Bug-Database: https://github.com/armon/go-socks5/issues
 Bug-Submit: https://github.com/armon/go-socks5/issues/new
 Changelog: https://github.com/armon/go-socks5/commits/master
+Contact: Armon Dadgar <armon.dadgar@gmail.com>
+Name: go-socks5
 Registration: https://github.com/join
 Repository: https://github.com/armon/go-socks5.git
 Repository-Browse: https://github.com/armon/go-socks5

Debdiff

File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)

  • Multi-Arch: foreign

Run locally

More details

Full run details