diff -pruN 1.1.3-1/debian/changelog 1.1.3-2/debian/changelog
--- 1.1.3-1/debian/changelog	2025-05-12 22:50:27.000000000 +0000
+++ 1.1.3-2/debian/changelog	2025-09-20 16:07:21.000000000 +0000
@@ -1,3 +1,14 @@
+libnginx-mod-http-auth-spnego (1.1.3-2) unstable; urgency=medium
+
+  * Team upload.
+  * d/watch: rewrite to version 5, use Github uscan-template
+  * d/gbp.conf: dist = DEP14, debian-branch = debian/latest
+  * d/changelog: fix whitespace
+  * d/gbp.conf: upstream-branch = upstream/latest
+  * d/control: remove Rules-Requires-Root: no
+
+ -- Jan Mojžíš <janmojzis@debian.org>  Sat, 20 Sep 2025 18:07:21 +0200
+
 libnginx-mod-http-auth-spnego (1.1.3-1) unstable; urgency=medium
 
   [ David Härdeman ]
@@ -10,7 +21,7 @@ libnginx-mod-http-auth-spnego (1.1.3-1)
 
 libnginx-mod-http-auth-spnego (1.1.2-2) unstable; urgency=medium
 
-  * Source-only upload 
+  * Source-only upload
 
  -- Jérémy Lal <kapouer@melix.org>  Mon, 10 Feb 2025 15:15:27 +0100
 
diff -pruN 1.1.3-1/debian/control 1.1.3-2/debian/control
--- 1.1.3-1/debian/control	2025-05-12 22:48:32.000000000 +0000
+++ 1.1.3-2/debian/control	2025-09-20 16:07:21.000000000 +0000
@@ -10,7 +10,6 @@ Standards-Version: 4.7.2
 Homepage: https://github.com/stnoonan/spnego-http-auth-nginx-module
 Vcs-Git: https://salsa.debian.org/nginx-team/libnginx-mod-http-auth-spnego.git
 Vcs-Browser: https://salsa.debian.org/nginx-team/libnginx-mod-http-auth-spnego
-Rules-Requires-Root: no
 
 Package: libnginx-mod-http-auth-spnego
 Architecture: any
diff -pruN 1.1.3-1/debian/gbp.conf 1.1.3-2/debian/gbp.conf
--- 1.1.3-1/debian/gbp.conf	2025-05-12 22:48:32.000000000 +0000
+++ 1.1.3-2/debian/gbp.conf	2025-09-20 16:07:21.000000000 +0000
@@ -1,9 +1,13 @@
 [DEFAULT]
-debian-branch = main
-upstream-branch = upstream
+debian-branch = debian/latest
+upstream-branch = upstream/latest
 upstream-tag = upstream/%(version)s
 pristine-tar = True
 sign-tags = True
+dist = DEP14
 
 [import-orig]
 merge-mode = replace
+
+[pull]
+track-missing = True
diff -pruN 1.1.3-1/debian/watch 1.1.3-2/debian/watch
--- 1.1.3-1/debian/watch	2025-05-12 22:48:32.000000000 +0000
+++ 1.1.3-2/debian/watch	2025-09-20 16:07:21.000000000 +0000
@@ -1,6 +1,6 @@
-version=4
-
-opts="\
-filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/@PACKAGE@-$1\.tar\.gz/,\
-uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/,\
-" https://github.com/stnoonan/spnego-http-auth-nginx-module/tags .*/v?(\d\S+)\.tar\.gz
+Version: 5
+Template: Github
+Owner: stnoonan
+Project: spnego-http-auth-nginx-module
+Uversion-Mangle: s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|a|b)\d*)$/$1~$2/
+Pgp-Mode: none
