{"base_revision":"git-v1:a60b3a82e6aca6d4757ba3148a86997d804353b5","content":"diff --git a/debian/changelog b/debian/changelog\nindex 093989a..a264d69 100644\n--- a/debian/changelog\n+++ b/debian/changelog\n@@ -1,3 +1,16 @@\n+openbox (3.7~rc2-2) UNRELEASED; urgency=low\n+\n+  * Rely on pre-initialized dpkg-architecture variables.\n+  * Reorder Files paragraphs in debian/copyright by directory depth.\n+  * Update lintian override info format in d/openbox.lintian-overrides on line\n+    1-2.\n+  * Add missing colon in closes line.\n+  * Update renamed lintian tag names in lintian overrides.\n+  * Set upstream metadata fields: Bug-Database, Repository.\n+  * Update standards version to 4.7.4, no changes needed.\n+\n+ -- Debian Janitor <janitor@jelmer.uk>  Mon, 11 May 2026 21:13:26 +0000\n+\n openbox (3.7~rc2-1) experimental; urgency=medium\n \n   * New upstream release candidate:\n@@ -1199,9 +1212,9 @@ openbox (2.2.1-1) unstable; urgency=low\n \n openbox (2.2.0-2) unstable; urgency=low\n \n-  * Fixed URL (damned pedants :) (closes #167991)\n-  * Default epistrc behaviour fixed upstream. (closes #160801)\n-  * Reference to menuFile removed from manpage. (closes #167802)\n+  * Fixed URL (damned pedants :) (closes: #167991)\n+  * Default epistrc behaviour fixed upstream. (closes: #160801)\n+  * Reference to menuFile removed from manpage. (closes: #167802)\n \n  -- Kyle McMartin <kyle@debian.org>  Wed, 6 Nov 2002 18:39:02 -0500\n \ndiff --git a/debian/control b/debian/control\nindex 6d5b01f..5cc4ea5 100644\n--- a/debian/control\n+++ b/debian/control\n@@ -7,7 +7,7 @@ Build-Depends: debhelper-compat (= 13), gettext, libstartup-notification0-dev,\n  libxt-dev, libxinerama-dev, libxrandr-dev, libpango1.0-dev, libx11-dev,\n  autoconf, automake, libimlib2-dev, libxcursor-dev,\n  autopoint, librsvg2-dev, libxi-dev\n-Standards-Version: 4.7.2\n+Standards-Version: 4.7.4\n Rules-Requires-Root: no\n Homepage: http://www.openbox.org\n Vcs-Browser: https://github.com/mati75/openbox-debian\ndiff --git a/debian/copyright b/debian/copyright\nindex b65435d..285cc27 100644\n--- a/debian/copyright\n+++ b/debian/copyright\n@@ -46,16 +46,6 @@ License: BSD-3-clause\n  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n  SUCH DAMAGE.\n \n-Files: debian/themes/Nightmare*\n-Copyright: 2014, maxim2\n-Source: http://box-look.org/content/show.php/Nightmare+?content=165646\n-License: GPL-2+\n-\n-Files: debian/themes/Breeze-ob/*\n-Copyright: 2015, jcsl\n-Source: https://www.box-look.org/content/show.php/Breeze-ob?content=169136\n-License: GPL-3+\n-\n Files: debian/obamenu.sh*\n Copyright: 2025, Mateusz Łukasik <mati75@linuxmint.pl>\n Source: https://github.com/mati75/obamenu.sh\n@@ -79,6 +69,16 @@ License: Expat\n  OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR\n  THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n \n+Files: debian/themes/Nightmare*\n+Copyright: 2014, maxim2\n+Source: http://box-look.org/content/show.php/Nightmare+?content=165646\n+License: GPL-2+\n+\n+Files: debian/themes/Breeze-ob/*\n+Copyright: 2015, jcsl\n+Source: https://www.box-look.org/content/show.php/Breeze-ob?content=169136\n+License: GPL-3+\n+\n \n License: GPL-2+\n  This package is free software; you can redistribute it and/or modify\ndiff --git a/debian/openbox.lintian-overrides b/debian/openbox.lintian-overrides\nindex a2511c8..e677224 100644\n--- a/debian/openbox.lintian-overrides\n+++ b/debian/openbox.lintian-overrides\n@@ -1,4 +1,4 @@\n-openbox: executable-not-elf-or-script etc/xdg/openbox/autostart\n-openbox: executable-not-elf-or-script etc/xdg/openbox/environment\n+openbox: executable-not-elf-or-script [etc/xdg/openbox/autostart]\n+openbox: executable-not-elf-or-script [etc/xdg/openbox/environment]\n openbox: duplicate-files usr/share/doc/openbox/xbm/shade.xbm usr/share/doc/openbox/xbm/shade_toggled.xbm\n openbox: desktop-entry-lacks-keywords-entry usr/share/xsessions/openbox.desktop\ndiff --git a/debian/rules b/debian/rules\nindex 1fe0131..5658a85 100755\n--- a/debian/rules\n+++ b/debian/rules\n@@ -2,7 +2,7 @@\n \n export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs\n export DEB_BUILD_MAINT_OPTIONS=hardening=+all\n-DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)\n+include /usr/share/dpkg/architecture.mk\n \n CFLAGS +=-Wall -g -fPIC\n CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)\ndiff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides\nindex 4d93e10..fa22c15 100644\n--- a/debian/source/lintian-overrides\n+++ b/debian/source/lintian-overrides\n@@ -1 +1 @@\n-debian-watch-does-not-check-gpg-signature\n+debian-watch-does-not-check-openpgp-signature\ndiff --git a/debian/upstream/metadata b/debian/upstream/metadata\nindex f7a8412..eeef876 100644\n--- a/debian/upstream/metadata\n+++ b/debian/upstream/metadata\n@@ -1,2 +1,4 @@\n ---\n+Bug-Database: https://github.com/danakj/openbox/issues\n+Repository: https://github.com/danakj/openbox.git\n Repository-Browse: https://github.com/danakj/openbox\n","content_type":"text/plain","diff_type":"vcs","new_revision":"git-v1:b125515054d5ed579d59f8fe22f4f6065b4dbc2e"}