{"base_revision":"git-v1:def5369594b669978005afbf29542bad580b512d","content":"diff --git a/debian/changelog b/debian/changelog\nindex 04e9ed6..7a4af6e 100644\n--- a/debian/changelog\n+++ b/debian/changelog\n@@ -1,3 +1,17 @@\n+watcher-dashboard (15.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+  * Update standards version to 4.7.4, no changes needed.\n+\n+ -- Debian Janitor <janitor@jelmer.uk>  Tue, 12 May 2026 15:08:12 +0000\n+\n watcher-dashboard (15.0.0-1) unstable; urgency=medium\n \n   * New upstream release.\ndiff --git a/debian/control b/debian/control\nindex a5f41f2..f3ac9ab 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  python3-all,\n@@ -23,7 +23,7 @@ Build-Depends-Indep:\n  python3-watcherclient (>= 4.9.0),\n  python3-xvfbwrapper,\n  python3-yaml,\n-Standards-Version: 4.5.1\n+Standards-Version: 4.7.4\n Vcs-Git: https://salsa.debian.org/openstack-team/horizon-plugins/watcher-dashboard.git\n Vcs-Browser: https://salsa.debian.org/openstack-team/horizon-plugins/watcher-dashboard\n Homepage: https://github.com/openstack/watcher-dashboard\ndiff --git a/debian/rules b/debian/rules\nindex ac91d14..2c061fe 100755\n--- a/debian/rules\n+++ b/debian/rules\n@@ -35,10 +35,9 @@ override_dh_install:\n \tcp $(CURDIR)/debian/tmp/usr/lib/python3/dist-packages/watcher_dashboard/local/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 \tfor i in $(PYTHON3S) ; do \\\n \t\tPYTHONPATH=$(CURDIR)/debian/tmp/usr/lib/python3/dist-packages \\\n \t\t\tpython$$i $(CURDIR)/manage.py test -v 2 \\\n@@ -48,4 +47,3 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))\n \tdone\n \t## Delete __pycache__\n \tfind . -name __pycache__ -prune -exec rm -rf {} +;\n-endif\ndiff --git a/debian/watch b/debian/watch\nindex 7baf815..67e2b6d 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/watcher-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: watcher-dashboard\n","content_type":"text/plain","diff_type":"vcs","new_revision":"git-v1:f358f43805b4254e3733b0b7e6eacab4279db762"}