{"base_revision":"git-v1:58323576134702e8e215370247092e553a639f2f","content":"diff --git a/debian/changelog b/debian/changelog\nindex 022f991..e14d2ce 100644\n--- a/debian/changelog\n+++ b/debian/changelog\n@@ -1,3 +1,16 @@\n+cloudkitty-dashboard (22.0.0-2) 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+  * + Drop check for DEB_BUILD_OPTIONS containing \"nocheck\", since debhelper now\n+    does this.\n+  * + debian/rules: Drop --fail-missing argument to dh_missing, which is now\n+    the default.\n+\n+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 14 May 2026 11:20:55 +0000\n+\n cloudkitty-dashboard (22.0.0-1) unstable; urgency=medium\n \n   * New upstream release.\ndiff --git a/debian/control b/debian/control\nindex fe9d2ac..4fde47e 100644\n--- a/debian/control\n+++ b/debian/control\n@@ -6,7 +6,7 @@ Uploaders:\n  Thomas Goirand <zigo@debian.org>,\n  Michal Arbet <michal.arbet@ultimum.io>,\n Build-Depends:\n- debhelper-compat (= 11),\n+ debhelper-compat (= 13),\n  dh-python,\n  openstack-pkg-tools,\n  pybuild-plugin-pyproject,\ndiff --git a/debian/rules b/debian/rules\nindex c5090a6..1dd2105 100755\n--- a/debian/rules\n+++ b/debian/rules\n@@ -29,11 +29,9 @@ override_dh_install:\n \tcp $(CURDIR)/debian/tmp/usr/lib/python3/dist-packages/cloudkittydashboard/enabled/_[0-9]*.py $(CURDIR)/debian/tmp/usr/lib/python3/dist-packages/openstack_dashboard/local/enabled\n \n \tdh_install\n-\tdh_missing --fail-missing\n+\tdh_missing\n \n override_dh_auto_test:\n-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))\n \techo \"No unit tests yet in this project.\"\n \t## Delete __pycache__\n \tfind . -name __pycache__ -prune -exec rm -rf {} +;\n-endif\ndiff --git a/debian/watch b/debian/watch\nindex 9c9062c..630fa5c 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/cloudkitty-dashboard/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: cloudkitty-dashboard\n","content_type":"text/plain","diff_type":"vcs","new_revision":"git-v1:46b90cd01e515735a39ce8462fa62945f7fef18f"}