diff -pruN 0.0~git20160302.0.75fb7ed-2.1/debian/changelog 0.0~git20160302.0.75fb7ed-3/debian/changelog
--- 0.0~git20160302.0.75fb7ed-2.1/debian/changelog	2022-05-20 21:09:13.000000000 +0000
+++ 0.0~git20160302.0.75fb7ed-3/debian/changelog	2025-09-04 07:27:50.000000000 +0000
@@ -1,3 +1,27 @@
+golang-github-skratchdot-open-golang (0.0~git20160302.0.75fb7ed-3) unstable; urgency=medium
+
+  [ Simon Josefsson ]
+  * Team upload.
+  * Ack 0.0~git20160302.0.75fb7ed-2.1 NMU.
+  * Standards-Version: 4.7.2.
+  * Use compat 13.
+  * Bump debian/* copyright years.
+  * Change Section: from devel to golang.
+
+  [ Alexandre Viau ]
+  * Point Vcs-* urls to salsa.debian.org.
+
+  [ Debian Janitor ]
+  * Use secure copyright file specification URI.
+  * Bump debhelper from old 10 to 12.
+  * Set debhelper-compat version in Build-Depends.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit,
+    Repository, Repository-Browse.
+  * Apply multi-arch hints.
+    + golang-github-skratchdot-open-golang-dev: Add Multi-Arch: foreign.
+
+ -- Simon Josefsson <simon@josefsson.org>  Thu, 04 Sep 2025 09:27:50 +0200
+
 golang-github-skratchdot-open-golang (0.0~git20160302.0.75fb7ed-2.1) unstable; urgency=medium
 
   * Non maintainer upload by the Reproducible Builds team.
diff -pruN 0.0~git20160302.0.75fb7ed-2.1/debian/compat 0.0~git20160302.0.75fb7ed-3/debian/compat
--- 0.0~git20160302.0.75fb7ed-2.1/debian/compat	2016-12-04 07:47:53.000000000 +0000
+++ 0.0~git20160302.0.75fb7ed-3/debian/compat	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-10
diff -pruN 0.0~git20160302.0.75fb7ed-2.1/debian/control 0.0~git20160302.0.75fb7ed-3/debian/control
--- 0.0~git20160302.0.75fb7ed-2.1/debian/control	2016-12-04 10:05:29.000000000 +0000
+++ 0.0~git20160302.0.75fb7ed-3/debian/control	2025-09-04 07:27:50.000000000 +0000
@@ -1,22 +1,23 @@
 Source: golang-github-skratchdot-open-golang
-Section: devel
+Section: golang
 Priority: optional
 Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
 Uploaders: Fernando Ike <fike@midstorm.org>
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper-compat (= 13),
                dh-golang,
                golang-any,
                curl,
                xdg-utils
-Standards-Version: 3.9.8
+Standards-Version: 4.7.2
 Homepage: https://github.com/skratchdot/open-golang
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-skratchdot-open-golang.git
-Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-skratchdot-open-golang.git
+Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-skratchdot-open-golang
+Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-skratchdot-open-golang.git
 XS-Go-Import-Path: github.com/skratchdot/open-golang
 
 Package: golang-github-skratchdot-open-golang-dev
 Architecture: all
 Depends: ${misc:Depends}
+Multi-Arch: foreign
 Description: library to open an URI in the user's preferred application
  This library provides a set of Go functions allowing to "open" a
  file, directory or URI using the user's preferred application (or an
diff -pruN 0.0~git20160302.0.75fb7ed-2.1/debian/copyright 0.0~git20160302.0.75fb7ed-3/debian/copyright
--- 0.0~git20160302.0.75fb7ed-2.1/debian/copyright	2016-12-04 07:47:36.000000000 +0000
+++ 0.0~git20160302.0.75fb7ed-3/debian/copyright	2025-09-04 07:27:50.000000000 +0000
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: open-golang
 Source: https://github.com/skratchdot/open-golang
 
@@ -15,6 +15,7 @@ License: Expat
 
 Files: debian/*
 Copyright: 2015 Fernando Ike <fike@midstorm.org>
+           2025 Simon Josefsson <simon@josefsson.org>
 License: Expat
 Comment: Debian packaging is licensed under the same terms as upstream
 
diff -pruN 0.0~git20160302.0.75fb7ed-2.1/debian/gitlab-ci.yml 0.0~git20160302.0.75fb7ed-3/debian/gitlab-ci.yml
--- 0.0~git20160302.0.75fb7ed-2.1/debian/gitlab-ci.yml	1970-01-01 00:00:00.000000000 +0000
+++ 0.0~git20160302.0.75fb7ed-3/debian/gitlab-ci.yml	2025-09-04 07:27:50.000000000 +0000
@@ -0,0 +1,6 @@
+# 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 -pruN 0.0~git20160302.0.75fb7ed-2.1/debian/patches/auto-gitignore 0.0~git20160302.0.75fb7ed-3/debian/patches/auto-gitignore
--- 0.0~git20160302.0.75fb7ed-2.1/debian/patches/auto-gitignore	1970-01-01 00:00:00.000000000 +0000
+++ 0.0~git20160302.0.75fb7ed-3/debian/patches/auto-gitignore	2025-09-04 07:27:50.000000000 +0000
@@ -0,0 +1,24 @@
+Subject: Update .gitignore from Debian packaging branch
+
+The Debian packaging git branch contains these updates to the upstream
+.gitignore file(s).  This patch is autogenerated, to provide these
+updates to users of the official Debian archive view of the package.
+
+[dgit (13.13) update-gitignore]
+---
+diff --git a/.gitignore b/.gitignore
+index a544c47..1db3cc5 100644
+--- a/.gitignore
++++ b/.gitignore
+@@ -1,3 +1,6 @@
++<<<<<<< HEAD
++.pc
++=======
+ # Eclipse files
+ .project
+ 
+@@ -23,3 +26,4 @@ _cgo_export.*
+ _testmain.go
+ 
+ *.exe
++>>>>>>> upstream/0.0_git20160302.0.75fb7ed
diff -pruN 0.0~git20160302.0.75fb7ed-2.1/debian/patches/series 0.0~git20160302.0.75fb7ed-3/debian/patches/series
--- 0.0~git20160302.0.75fb7ed-2.1/debian/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ 0.0~git20160302.0.75fb7ed-3/debian/patches/series	2025-09-04 07:27:50.000000000 +0000
@@ -0,0 +1,2 @@
+
+auto-gitignore
diff -pruN 0.0~git20160302.0.75fb7ed-2.1/debian/upstream/metadata 0.0~git20160302.0.75fb7ed-3/debian/upstream/metadata
--- 0.0~git20160302.0.75fb7ed-2.1/debian/upstream/metadata	1970-01-01 00:00:00.000000000 +0000
+++ 0.0~git20160302.0.75fb7ed-3/debian/upstream/metadata	2025-09-04 07:27:50.000000000 +0000
@@ -0,0 +1,4 @@
+Bug-Database: https://github.com/skratchdot/open-golang/issues
+Bug-Submit: https://github.com/skratchdot/open-golang/issues/new
+Repository: https://github.com/skratchdot/open-golang.git
+Repository-Browse: https://github.com/skratchdot/open-golang
