{"base_revision":"git-v1:0a71af0efc7dfdf4a71e7357b1ce5ba341986891","content":"diff --git a/debian/changelog b/debian/changelog\nindex 95a66a0..18db456 100644\n--- a/debian/changelog\n+++ b/debian/changelog\n@@ -1,3 +1,12 @@\n+neutron-fwaas-dashboard (11.0.0-2) UNRELEASED; urgency=low\n+\n+  * Bump debhelper from old 11 to 13.\n+  * + Drop check for DEB_BUILD_OPTIONS containing \"nocheck\", since debhelper now does this.\n+  * + debian/rules: Drop --fail-missing argument to dh_missing, which is now the default.\n+  * Update standards version to 4.7.4, no changes needed.\n+\n+ -- Debian Janitor <janitor@jelmer.uk>  Sun, 10 May 2026 11:21:01 +0000\n+\n neutron-fwaas-dashboard (11.0.0-1) unstable; urgency=medium\n \n   * New upstream release.\ndiff --git a/debian/control b/debian/control\nindex bdff70d..763f6ec 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,\n  pybuild-plugin-pyproject,\n@@ -20,7 +20,7 @@ Build-Depends-Indep:\n  openstack-dashboard,\n  python3-openstacksdk (>= 4.5.0),\n  python3-selenium,\n-Standards-Version: 4.7.3\n+Standards-Version: 4.7.4\n Vcs-Git: https://salsa.debian.org/openstack-team/horizon-plugins/neutron-fwaas-dashboard.git\n Vcs-Browser: https://salsa.debian.org/openstack-team/horizon-plugins/neutron-fwaas-dashboard\n Homepage: https://github.com/openstack/neutron-fwaas-dashboard\ndiff --git a/debian/rules b/debian/rules\nindex 2429424..8f1099b 100755\n--- a/debian/rules\n+++ b/debian/rules\n@@ -28,10 +28,9 @@ override_dh_install:\n \tcp $(CURDIR)/debian/tmp/usr/lib/python3/dist-packages/neutron_fwaas_dashboard/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\tPYTHON=python$$i \\\n \t\t\tDJANGO_SETTINGS_MODULE=neutron_fwaas_dashboard.test.settings \\\n@@ -40,4 +39,3 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))\n \tdone\n \t## Delete __pycache__\n \tfind . -name __pycache__ -prune -exec rm -rf {} +;\n-endif\n","content_type":"text/plain","diff_type":"vcs","new_revision":"git-v1:27a5b5b6b5f0120cef10381e9fabce5c357fb7ee"}