{"base_revision":"git-v1:572677947e55d23cd534d05ba97df71928f8fff9","content":"diff --git a/debian/changelog b/debian/changelog\nindex 1385867..4741451 100644\n--- a/debian/changelog\n+++ b/debian/changelog\n@@ -1,3 +1,13 @@\n+xfonts-base (1:1.0.5+nmu2) UNRELEASED; urgency=low\n+\n+  * Rely on pre-initialized dpkg-architecture variables.\n+  * debian/rules: Use dh_prep rather than \"dh_clean -k\".\n+  * Bump debhelper from deprecated 7 to 13.\n+  * + debian/rules: Drop --fail-missing argument, now the default.\n+  * Set debhelper-compat version in Build-Depends.\n+\n+ -- Debian Janitor <janitor@jelmer.uk>  Tue, 12 May 2026 19:50:29 +0000\n+\n xfonts-base (1:1.0.5+nmu1) unstable; urgency=medium\n \n   * Non-maintainer upload, incorporating changes from the maintainers'\ndiff --git a/debian/compat b/debian/compat\ndeleted file mode 100644\nindex 7f8f011..0000000\n--- a/debian/compat\n+++ /dev/null\n@@ -1 +0,0 @@\n-7\ndiff --git a/debian/control b/debian/control\nindex 0238fa5..32746c8 100644\n--- a/debian/control\n+++ b/debian/control\n@@ -2,8 +2,7 @@ Source: xfonts-base\n Section: fonts\n Priority: optional\n Maintainer: Debian X Strike Force <debian-x@lists.debian.org>\n-Build-Depends:\n- debhelper (>= 10.8),\n+Build-Depends: debhelper-compat (= 13)\n Build-Depends-Indep:\n  pkg-config,\n  xfonts-utils,\ndiff --git a/debian/rules b/debian/rules\nindex 4e548a7..fdc446c 100755\n--- a/debian/rules\n+++ b/debian/rules\n@@ -36,9 +36,7 @@ SUBDIRS= \\\n \tfont-sony-misc \\\n \tfont-sun-misc\n \n-DEB_HOST_ARCH      ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)\n-DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)\n-DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)\n+include /usr/share/dpkg/architecture.mk\n ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))\n \tconfflags += --build=$(DEB_HOST_GNU_TYPE)\n else\n@@ -84,7 +82,7 @@ clean:\n install: build\n \tdh_testdir\n \tdh_testroot\n-\tdh_clean -k\n+\tdh_prep\n \tdh_installdirs\n \tfor FILE in $(SUBDIRS); do \\\n \t\tcd \"$$FILE\"-build \\\n@@ -103,8 +101,8 @@ binary-indep: build install\n \tdh_testdir\n \tdh_testroot\n \tdh_installdocs\n-\tdh_install --fail-missing --exclude fonts.dir \\\n-\t\t--exclude fonts.scale\n+\tdh_install --exclude fonts.dir \\\n+\t--exclude fonts.scale\n \tdh_installxfonts\n \tdh_installchangelogs\n \tdh_compress\n@@ -122,4 +120,3 @@ get-tarballs: $(addprefix get-tarball-,$(SUBDIRS))\n get-tarball-%:\n \tuscan --no-conf --download --no-symlink --destdir . --package $* --upstream-version $(shell awk -F = '/^PACKAGE_VERSION=/ { print $$2 }' < $*/configure || echo 0) --watchfile debian/watch.$* || test $$? = 1\n \n-# vim:set ai noet sw=8 ts=8 tw=80:\n","content_type":"text/plain","diff_type":"vcs","new_revision":"git-v1:51d78026a747ffc1f3ae68a6635cf444abd27d6e"}