uncommitted - golang-github-ymomoi-goval-parser

Ready changes

Summary

Import uploads missing from VCS:

Diff

diff --git a/debian/changelog b/debian/changelog
index 6e8bb3b..0ddf4f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,29 @@
+golang-github-ymomoi-goval-parser (0.0~git20170813.0.0a0be1d-3) unstable; urgency=medium
+
+  * Update d/control
+    - Change Section from devel to golang.
+    - Mark library package with "Multi-Arch: foreign".
+    - Bump debhelper compatibility level to 13.
+    - Bump Standards-Version to 4.6.0 (no change).
+    - Replace golang-go with golang-any in Build-Depends.
+    - Remove "Built-Using" from arch:all -dev package.
+  * Update d/rules
+    - Add --builddirectory to dh option.
+  * Update d/gbp.conf
+    - Set debian-branch to debian/sid for DEP-14 conformance.
+  * Update d/gitlab-ci.yml
+    Update to latest version.
+  * Add d/upstream/metadata.
+
+ -- Nobuhiro Iwamatsu <iwamatsu@debian.org>  Sun, 19 Sep 2021 18:11:43 +0900
+
+golang-github-ymomoi-goval-parser (0.0~git20170813.0.0a0be1d-2.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 16:12:48 +0100
+
 golang-github-ymomoi-goval-parser (0.0~git20170813.0.0a0be1d-2) unstable; urgency=medium
 
   * Move Vcs-Browser and Vcs-Git to salsa.
diff --git a/debian/control b/debian/control
index 835ffcc..8ac4344 100644
--- a/debian/control
+++ b/debian/control
@@ -1,13 +1,13 @@
 Source: golang-github-ymomoi-goval-parser
-Section: devel
+Section: golang
 Priority: optional
 Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
 Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper-compat (= 13),
                dh-golang,
-               golang-go,
+               golang-any,
                golang-github-k0kubun-pp-dev
-Standards-Version: 4.1.1
+Standards-Version: 4.5.1
 Homepage: https://github.com/ymomoi/goval-parser.git
 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-ymomoi-goval-parser
 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-ymomoi-goval-parser.git
@@ -15,6 +15,7 @@ XS-Go-Import-Path: github.com/ymomoi/goval-parser
 
 Package: golang-github-ymomoi-goval-parser-dev
 Architecture: all
+Multi-Arch: foreign
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          golang-github-k0kubun-pp-dev
diff --git a/debian/gbp.conf b/debian/gbp.conf
index 0e094c9..03fc40b 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -1,3 +1,4 @@
 [DEFAULT]
+debian-branch = debian/sid
+dist = DEP14
 pristine-tar = True
-cleaner = fakeroot debian/rules clean
diff --git a/debian/gitlab-ci.yml b/debian/gitlab-ci.yml
index 594e14e..03e820d 100644
--- a/debian/gitlab-ci.yml
+++ b/debian/gitlab-ci.yml
@@ -1,6 +1,26 @@
 # 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/config/gitlabciyml.go
+
+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/rules b/debian/rules
index 114dbcd..181c71c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --buildsystem=golang --with=golang
+	dh $@ --builddirectory=_build --buildsystem=golang --with=golang
 
 override_dh_auto_install:
 	dh_auto_install
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index bf30f57..72acbdd 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -1,3 +1,4 @@
+---
 Bug-Database: https://github.com/ymomoi/goval-parser/issues
 Bug-Submit: https://github.com/ymomoi/goval-parser/issues/new
 Repository: https://github.com/ymomoi/goval-parser.git

Debdiff

File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)

  • Multi-Arch: foreign
  • Section: devel golang

Run locally

More details

Full run details