uncommitted - golang-github-yosssi-ace

Ready changes

Summary

Import uploads missing from VCS:

Diff

diff --git a/.pc/.quilt_patches b/.pc/.quilt_patches
new file mode 100644
index 0000000..6857a8d
--- /dev/null
+++ b/.pc/.quilt_patches
@@ -0,0 +1 @@
+debian/patches
diff --git a/.pc/.quilt_series b/.pc/.quilt_series
new file mode 100644
index 0000000..c206706
--- /dev/null
+++ b/.pc/.quilt_series
@@ -0,0 +1 @@
+series
diff --git a/.pc/.version b/.pc/.version
new file mode 100644
index 0000000..0cfbf08
--- /dev/null
+++ b/.pc/.version
@@ -0,0 +1 @@
+2
diff --git a/.pc/applied-patches b/.pc/applied-patches
new file mode 100644
index 0000000..e69de29
diff --git a/debian/changelog b/debian/changelog
index f40adfd..9edd75f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+golang-github-yosssi-ace (0.0.5-3.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>  Tue, 05 Jan 2021 16:34:04 +0100
+
 golang-github-yosssi-ace (0.0.5-3) unstable; urgency=medium
 
   [ Alexandre Viau ]
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
index b949576..7022f2a 100644
--- a/debian/control
+++ b/debian/control
@@ -4,11 +4,11 @@ Uploaders: Anthony Fok <foka@debian.org>
 Section: devel
 Testsuite: autopkgtest-pkg-go
 Priority: optional
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper (>= 10),
                dh-golang,
                golang-any,
                golang-github-yosssi-gohtml-dev
-Standards-Version: 4.1.4
+Standards-Version: 4.1.3
 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-yosssi-ace
 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-yosssi-ace.git
 Homepage: https://github.com/yosssi/ace
diff --git a/debian/gitlab-ci.yml b/debian/gitlab-ci.yml
deleted file mode 100644
index 594e14e..0000000
--- a/debian/gitlab-ci.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-# 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
diff --git a/debian/rules b/debian/rules
index 95f9be2..0872131 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,26 @@ export DH_GOLANG_EXCLUDES := github.com/yosssi/ace/examples
 
 %:
 	dh $@ --buildsystem=golang --with=golang
+
+# Build/test in single thread and allow retries on mips and mipsel
+# to try to beat the "mips-linux-gnu-gccgo-7: waitid: bad address"
+# error.  See https://bugs.debian.org/867358
+ifeq ($(findstring mips,$(DEB_BUILD_ARCH)),mips)
+override_dh_auto_build:
+	dh_auto_build -O--buildsystem=golang -O--no-parallel || \
+	dh_auto_build -O--buildsystem=golang -O--no-parallel || \
+	dh_auto_build -O--buildsystem=golang -O--no-parallel || \
+	dh_auto_build -O--buildsystem=golang -O--no-parallel || \
+	dh_auto_build -O--buildsystem=golang -O--no-parallel || \
+	dh_auto_build -O--buildsystem=golang -O--no-parallel || \
+	dh_auto_build -O--buildsystem=golang -O--no-parallel
+
+override_dh_auto_test:
+	dh_auto_test -O--buildsystem=golang -O--no-parallel || \
+	dh_auto_test -O--buildsystem=golang -O--no-parallel || \
+	dh_auto_test -O--buildsystem=golang -O--no-parallel || \
+	dh_auto_test -O--buildsystem=golang -O--no-parallel || \
+	dh_auto_test -O--buildsystem=golang -O--no-parallel || \
+	dh_auto_test -O--buildsystem=golang -O--no-parallel || \
+	dh_auto_test -O--buildsystem=golang -O--no-parallel
+endif
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
deleted file mode 100644
index d1a4246..0000000
--- a/debian/upstream/metadata
+++ /dev/null
@@ -1,4 +0,0 @@
-Bug-Database: https://github.com/yosssi/ace/issues
-Bug-Submit: https://github.com/yosssi/ace/issues/new
-Repository: https://github.com/yosssi/ace.git
-Repository-Browse: https://github.com/yosssi/ace

Debdiff

File lists identical (after any substitutions)

Control files of package ace: lines which differ (wdiff format)

  • Built-Using: golang-github-yosssi-gohtml (= 0.0~git20180130.97fbf36-1.1), golang-golang-x-net (= 1:0.4.0+dfsg-1) 1:0.0+git20220728.c7608f3+dfsg-2)

No differences were encountered between the control files of package golang-github-yosssi-ace-dev

Run locally

More details

Full run details