{"base_revision":"git-v1:65e8127dde3d46473ae21f373c3f67fb2c3d81c9","content":"diff --git a/debian/changelog b/debian/changelog\nindex 28a4648..5b088e9 100644\n--- a/debian/changelog\n+++ b/debian/changelog\n@@ -12,6 +12,15 @@ xfonts-cyrillic (1:1.0.6) UNRELEASED; urgency=medium\n   * d/rules: Use dh_update_autotools_config to update config.guess,\n     config.sub\n \n+  [ Debian Janitor ]\n+  * Rely on pre-initialized dpkg-architecture variables.\n+  * debian/rules: Use dh_prep rather than \"dh_clean -k\".\n+  * Trim trailing whitespace.\n+  * Set Multi-Arch: foreign on package xfonts-cyrillic.\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  -- Simon McVittie <smcv@debian.org>  Thu, 21 Jul 2022 11:21:28 +0100\n \n xfonts-cyrillic (1:1.0.5) unstable; urgency=medium\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 18deb4f..1d60d19 100644\n--- a/debian/control\n+++ b/debian/control\n@@ -3,9 +3,9 @@ Section: fonts\n Priority: optional\n Maintainer: Debian X Strike Force <debian-x@lists.debian.org>\n Build-Depends:\n- debhelper (>= 10.8),\n  xfonts-utils (>= 1:7.5),\n- pkg-config,\n+ pkg-config,,\n+ debhelper-compat (= 13)\n Standards-Version: 3.8.3\n Vcs-Git: https://salsa.debian.org/xorg-team/font/xfonts-cyrillic.git\n Vcs-Browser: https://salsa.debian.org/xorg-team/font/xfonts-cyrillic\n@@ -13,9 +13,10 @@ Rules-Requires-Root: no\n \n Package: xfonts-cyrillic\n Architecture: all\n+Multi-Arch: foreign\n Depends: ${misc:Depends}\n Suggests: xfs | xserver\n-Description: Cyrillic fonts for X \n+Description: Cyrillic fonts for X\n  xfonts-cyrillic provides a set of fonts using the Cyrillic alphabet for X\n  servers.  In most cases it is desirable to have the X font server (xfs)\n  and/or an X server installed to make the fonts available to X clients.\ndiff --git a/debian/rules b/debian/rules\nindex 7f46f3c..f7c296a 100755\n--- a/debian/rules\n+++ b/debian/rules\n@@ -26,9 +26,7 @@ SUBDIRS = \\\n \tfont-screen-cyrillic \\\n \tfont-winitzki-cyrillic\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@@ -72,7 +70,7 @@ clean:\n install: build\n \tdh_testdir\n \tdh_testroot\n-\tdh_clean -k\n+\tdh_prep\n \tdh_installdirs\n \tset -e; for FILE in $(SUBDIRS); do \\\n \t\t$(MAKE) -C \"$$FILE\"-build DESTDIR=$(CURDIR)/debian/tmp install; \\\n@@ -89,7 +87,7 @@ binary-indep: build install\n \tdh_testdir\n \tdh_testroot\n \tdh_installdocs\n-\tdh_install --fail-missing --exclude fonts.dir --exclude fonts.scale\n+\tdh_install --exclude fonts.dir --exclude fonts.scale\n \tdh_installxfonts\n \tdh_installchangelogs\n \tdh_compress\n@@ -117,4 +115,3 @@ debian/watch.font-%:\n .PHONY: watchfiles\n watchfiles: $(addprefix debian/watch.,$(SUBDIRS))\n \n-# vim:set ai noet sw=8 ts=8 tw=80:\n","content_type":"text/plain","diff_type":"vcs","new_revision":"git-v1:746282b0d1804f2c2b0b2f060e1a7cc4b6173f97"}