diff -pruN 0.33-4/debian/changelog 0.33-5/debian/changelog
--- 0.33-4/debian/changelog	2025-04-12 07:05:51.000000000 +0000
+++ 0.33-5/debian/changelog	2025-09-20 16:07:25.000000000 +0000
@@ -1,3 +1,13 @@
+libnginx-mod-http-srcache-filter (0.33-5) 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/gbp.conf: upstream-branch = upstream/latest
+  * d/control: remove Rules-Requires-Root: no
+
+ -- Jan Mojžíš <janmojzis@debian.org>  Sat, 20 Sep 2025 18:07:25 +0200
+
 libnginx-mod-http-srcache-filter (0.33-4) unstable; urgency=medium
 
   * Team upload.
diff -pruN 0.33-4/debian/control 0.33-5/debian/control
--- 0.33-4/debian/control	2025-04-12 07:05:51.000000000 +0000
+++ 0.33-5/debian/control	2025-09-20 16:07:25.000000000 +0000
@@ -10,7 +10,6 @@ Standards-Version: 4.7.2
 Homepage: https://github.com/openresty/srcache-nginx-module
 Vcs-Git: https://salsa.debian.org/nginx-team/libnginx-mod-http-srcache-filter.git
 Vcs-Browser: https://salsa.debian.org/nginx-team/libnginx-mod-http-srcache-filter
-Rules-Requires-Root: no
 
 Package: libnginx-mod-http-srcache-filter
 Architecture: any
diff -pruN 0.33-4/debian/gbp.conf 0.33-5/debian/gbp.conf
--- 0.33-4/debian/gbp.conf	2025-04-12 07:05:51.000000000 +0000
+++ 0.33-5/debian/gbp.conf	2025-09-20 16:07:25.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 0.33-4/debian/watch 0.33-5/debian/watch
--- 0.33-4/debian/watch	2025-04-12 07:05:51.000000000 +0000
+++ 0.33-5/debian/watch	2025-09-20 16:07:25.000000000 +0000
@@ -1,9 +1,6 @@
-version=4
-
-opts="\
- mode=git,\
- pgpmode=none,\
- pretty=describe,\
- uversionmangle=s/^v// \
-" https://github.com/openresty/srcache-nginx-module \
-HEAD
+Version: 5
+Template: Github
+Owner: openresty
+Project: srcache-nginx-module
+Uversion-Mangle: s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|a|b)\d*)$/$1~$2/
+Pgp-Mode: none
