diff -pruN 0.1.4-2/debian/changelog 0.1.4-3/debian/changelog
--- 0.1.4-2/debian/changelog	2022-02-20 22:00:00.000000000 +0000
+++ 0.1.4-3/debian/changelog	2025-08-24 07:25:23.000000000 +0000
@@ -1,6 +1,26 @@
+yubikey-agent (0.1.4-3) unstable; urgency=medium
+
+  * Team upload.
+
+  [ Jelmer Vernooĳ ]
+  * Fix URLs in Vcs-{Git,Browser} fields
+
+  [ Simon Josefsson ]
+  * Make pkg-go Maintainer:.
+  * Use pkgconf instead of obsolete pkg-config.
+  * Standards-Version: 4.7.2.
+  * Use dh-sequence-golang.
+  * Fix systemctl usage in manpage.  Closes: #1022839.
+  * Add Static-Built-Using.
+  * Add salsa-ci.yml.
+  * Run wrap-and-sort -satbk.
+  * Bump debian/* copyright years.
+
+ -- Simon Josefsson <simon@josefsson.org>  Sun, 24 Aug 2025 09:25:23 +0200
+
 yubikey-agent (0.1.4-2) unstable; urgency=medium
 
-  * initial source upload 
+  * initial source upload
 
  -- Taowa <taowa@debian.org>  Sun, 20 Feb 2022 17:00:00 -0500
 
diff -pruN 0.1.4-2/debian/control 0.1.4-3/debian/control
--- 0.1.4-2/debian/control	2022-02-11 16:32:35.000000000 +0000
+++ 0.1.4-3/debian/control	2025-08-24 07:25:23.000000000 +0000
@@ -1,31 +1,35 @@
 Source: yubikey-agent
-Maintainer: Debian Authentication Maintainers <pkg-auth-maintainers@lists.alioth.debian.org> 
-Uploaders: Taowa <taowa@debian.org>,
-           Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
+Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
+Uploaders:
+ Taowa <taowa@debian.org>,
 Section: golang
 Testsuite: autopkgtest-pkg-go
 Priority: optional
-Build-Depends: debhelper-compat (= 13),
-               dh-golang,
-               golang-any,
-               golang-golang-x-crypto-dev,
-               golang-golang-x-term-dev,
-               golang-github-gopasspw-pinentry-dev,
-               golang-github-go-piv-piv-go-dev,
-               pkg-config,
-               libpcsclite-dev
-Standards-Version: 4.6.0
-Vcs-Browser: https://salsa.debian.org/auth-team/packages/yubikey-agent
-Vcs-Git: https://salsa.debian.org/auth-team/packages/yubikey-agent.git
+Build-Depends:
+ debhelper-compat (= 13),
+ dh-sequence-golang,
+ golang-any,
+ golang-github-go-piv-piv-go-dev,
+ golang-github-gopasspw-pinentry-dev,
+ golang-golang-x-crypto-dev,
+ golang-golang-x-term-dev,
+ libpcsclite-dev,
+ pkgconf,
+Standards-Version: 4.7.2
+Vcs-Browser: https://salsa.debian.org/go-team/packages/yubikey-agent
+Vcs-Git: https://salsa.debian.org/go-team/packages/yubikey-agent.git
 Homepage: https://github.com/FiloSottile/yubikey-agent
 Rules-Requires-Root: no
 XS-Go-Import-Path: github.com/FiloSottile/yubikey-agent
 
 Package: yubikey-agent
 Architecture: any
-Depends: ${misc:Depends},
-         ${shlibs:Depends}
-Built-Using: ${misc:Built-Using}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+Built-Using:
+ ${misc:Built-Using},
+Static-Built-Using: ${misc:Static-Built-Using}
 Description: seamless ssh agent for YubiKeys
  yubikey-agent is an easy to use ssh-agent for YubiKeys, written in Go.
  The key is generated on the YubiKey and can't be extracted. Every
diff -pruN 0.1.4-2/debian/copyright 0.1.4-3/debian/copyright
--- 0.1.4-2/debian/copyright	2021-10-04 21:28:46.000000000 +0000
+++ 0.1.4-3/debian/copyright	2025-08-24 07:25:23.000000000 +0000
@@ -4,11 +4,12 @@ Upstream-Contact: Filippo Valsorda <hi@f
 Source: https://github.com/FiloSottile/yubikey-agent
 
 Files: *
-Copyright: 2020 Google LLC 
+Copyright: 2020 Google LLC
 License: BSD-3-clause
 
 Files: debian/*
 Copyright: 2021 Taowa <taowa@debian.org>
+           2025 Simon Josefsson <simon@josefsson.org>
 License: BSD-3-clause
 Comment: Debian packaging is licensed under the same terms as upstream
 
diff -pruN 0.1.4-2/debian/man/yubikey-agent.1 0.1.4-3/debian/man/yubikey-agent.1
--- 0.1.4-2/debian/man/yubikey-agent.1	2022-02-11 17:39:54.000000000 +0000
+++ 0.1.4-3/debian/man/yubikey-agent.1	2025-08-24 07:25:23.000000000 +0000
@@ -5,11 +5,11 @@ yubikey-agent \- a seamless ssh-agent fo
 .TP
 To start yubikey-agent automatically, enable its service using:
 .IP
-\fBsystemctl --user enable yubikey-service.user\fR
+\fBsystemctl --user enable yubikey-agent\fR
 .TP
 To start yubikey-agent once, start its service using:
 .IP
-\fBsystemctl --user start yubikey-service.user\fR
+\fBsystemctl --user start yubikey-agent\fR
 .TP
 You must also set the \fB$SSH_AUTH_SOCK\fR variable to \fB"$XDG_RUNTIME_DIR/yubikey-agent/yubikey-agent.sock"\fR.
 .TP
diff -pruN 0.1.4-2/debian/patches/auto-gitignore 0.1.4-3/debian/patches/auto-gitignore
--- 0.1.4-2/debian/patches/auto-gitignore	1970-01-01 00:00:00.000000000 +0000
+++ 0.1.4-3/debian/patches/auto-gitignore	2025-08-24 07:25:23.000000000 +0000
@@ -0,0 +1,16 @@
+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.12) update-gitignore]
+---
+diff --git a/.gitignore b/.gitignore
+new file mode 100644
+index 0000000..f3bcf88
+--- /dev/null
++++ b/.gitignore
+@@ -0,0 +1,2 @@
++
++.pc
diff -pruN 0.1.4-2/debian/patches/series 0.1.4-3/debian/patches/series
--- 0.1.4-2/debian/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ 0.1.4-3/debian/patches/series	2025-08-24 07:25:23.000000000 +0000
@@ -0,0 +1,2 @@
+
+auto-gitignore
diff -pruN 0.1.4-2/debian/rules 0.1.4-3/debian/rules
--- 0.1.4-2/debian/rules	2021-10-04 21:29:17.000000000 +0000
+++ 0.1.4-3/debian/rules	2025-08-24 07:25:23.000000000 +0000
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --builddirectory=_build --buildsystem=golang --with=golang
+	dh $@ --builddirectory=_build --buildsystem=golang
 
 override_dh_auto_install:
 	dh_auto_install -- --no-source
diff -pruN 0.1.4-2/debian/salsa-ci.yml 0.1.4-3/debian/salsa-ci.yml
--- 0.1.4-2/debian/salsa-ci.yml	1970-01-01 00:00:00.000000000 +0000
+++ 0.1.4-3/debian/salsa-ci.yml	2025-08-24 07:25:23.000000000 +0000
@@ -0,0 +1,7 @@
+include:
+- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml
+
+variables:
+  SALSA_CI_DISABLE_APTLY: 0
+  SALSA_CI_ENABLE_WRAP_AND_SORT: 'true'
+  SALSA_CI_WRAP_AND_SORT_ARGS: '-satbk'
