{"base_revision":"git-v1:ccfed22fd6cdd37a122ecdf2f954052b1c4500df","content":"diff --git a/debian/changelog b/debian/changelog\nindex 09e1dcd..2670560 100644\n--- a/debian/changelog\n+++ b/debian/changelog\n@@ -1,3 +1,15 @@\n+tempest-horizon (1.1.0-7) UNRELEASED; urgency=low\n+\n+  * Update watch file format version to 5.\n+  * Use GitHub template in watch file instead of explicit\n+    Source/Matching-Pattern.\n+  * Bump debhelper from old 11 to 13.\n+  * + debian/rules: Drop --fail-missing argument to dh_missing, which is now\n+    the default.\n+  * Update standards version to 4.1.5, no changes needed.\n+\n+ -- Debian Janitor <janitor@jelmer.uk>  Mon, 11 May 2026 21:10:29 +0000\n+\n tempest-horizon (1.1.0-6) unstable; urgency=medium\n \n   * Cleans better (Closes: #1046402).\ndiff --git a/debian/control b/debian/control\nindex 68c12b0..b75f3bc 100644\n--- a/debian/control\n+++ b/debian/control\n@@ -5,7 +5,7 @@ Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>\n Uploaders:\n  Thomas Goirand <zigo@debian.org>,\n Build-Depends:\n- debhelper-compat (= 11),\n+ debhelper-compat (= 13),\n  dh-python,\n  openstack-pkg-tools (>= 109~),\n  python3-all,\n@@ -20,7 +20,7 @@ Build-Depends-Indep:\n  python3-tempest,\n  subunit,\n  tempest,\n-Standards-Version: 4.1.4\n+Standards-Version: 4.1.5\n Vcs-Browser: https://salsa.debian.org/openstack-team/tempest/tempest-horizon\n Vcs-Git: https://salsa.debian.org/openstack-team/tempest/tempest-horizon.git\n Homepage: https://github.com/openstack/tempest-horizon\ndiff --git a/debian/rules b/debian/rules\nindex ef36642..bd545e3 100755\n--- a/debian/rules\n+++ b/debian/rules\n@@ -23,7 +23,7 @@ override_dh_auto_build:\n override_dh_install:\n \tpkgos-dh_auto_install --no-py2 --in-tmp\n \tdh_install\n-\tdh_missing --fail-missing\n+\tdh_missing\n \n override_dh_python3:\n \tdh_python3 --shebang=/usr/bin/python3\ndiff --git a/debian/watch b/debian/watch\nindex 4f69577..1c406e4 100644\n--- a/debian/watch\n+++ b/debian/watch\n@@ -1,3 +1,6 @@\n-version=3\n-opts=\"uversionmangle=s/\\.0rc/~rc/;s/\\.0b1/~b1/;s/\\.0b2/~b2/;s/\\.0b3/~b3/\" \\\n-https://github.com/openstack/tempest-horizon/tags .*/(\\d[brc\\d\\.]+)\\.tar\\.gz\n+Version: 5\n+\n+Uversionmangle: s/\\.0rc/~rc/;s/\\.0b1/~b1/;s/\\.0b2/~b2/;s/\\.0b3/~b3/\n+Template: GitHub\n+Owner: openstack\n+Project: tempest-horizon\n","content_type":"text/plain","diff_type":"vcs","new_revision":"git-v1:0d057833234f3855688cab12c2dd771b1b3ea356"}