{"base_revision":"git-v1:0a93d90c50efc184ab3634e2dc2a378dd7b0d04c","content":"diff --git a/debian/changelog b/debian/changelog\nindex 9cc66fe..96cee33 100644\n--- a/debian/changelog\n+++ b/debian/changelog\n@@ -1,3 +1,15 @@\n+yorick (2.2.04+dfsg1-17) UNRELEASED; urgency=low\n+\n+  * Fix day-of-week for changelog entry 1.5.14-1.\n+  * Rely on pre-initialized dpkg-architecture variables.\n+  * Remove deprecated Encoding key from desktop file debian/yorick.desktop.\n+  * Trim trailing whitespace.\n+  * Use secure URI in Homepage field.\n+  * Use versioned copyright format URI.\n+  * Update standards version to 4.7.4, no changes needed.\n+\n+ -- Debian Janitor <janitor@jelmer.uk>  Mon, 11 May 2026 11:24:11 +0000\n+\n yorick (2.2.04+dfsg1-16) unstable; urgency=medium\n \n   * Team Upload\n@@ -388,10 +400,10 @@ yorick (2.1.05+dfsg-1) unstable; urgency=low\n      * add html documentation.\n      * add update-yorickdoc command.\n   * large development of pkginst.i from yorick-dev:\n-     * add dh_installyorick link to this file, which now behaves \n+     * add dh_installyorick link to this file, which now behaves\n        like a debhelper script.\n      * add lines in maintainer scripts to call update-yorickdoc.\n-  * add code in yorick-data.postrm to purge /etc/yorick if \n+  * add code in yorick-data.postrm to purge /etc/yorick if\n     necessary (closes: #454387).\n \n  -- Thibaut Paumard <paumard@users.sourceforge.net>  Mon,  7 Jan 2008 15:43:38 +0100\n@@ -437,7 +449,7 @@ yorick (2.1.01cvs20060706-1) unstable; urgency=low\n      * now builds a \"relocatable\" tree with Y_SITE=Y_HOME=/usr/lib/yorick\n        (see README.Debian); request from DH Munro (upstream author and\n        former maintainer);\n-     * split package into yorick, yorick-data and yorick-dev;\t\n+     * split package into yorick, yorick-data and yorick-dev;\n      * yorick is now accessible through the Debian menu;\n      * system-wide configuration can now be done in /etc/yorick/,\n        user-wide in ~/.yorick/i-start/;\n@@ -459,7 +471,7 @@ yorick (1.5.14-1) unstable; urgency=low\n   * fixed info manual long ago (Closes: #75177)\n   * upgrade to 1.5.14, see NEWS for changes\n \n- -- David H. Munro <munro@icf.llnl.gov>  Wed,  8 Oct 2002 16:38:57 -0800\n+ -- David H. Munro <munro@icf.llnl.gov>  Tue, 08 Oct 2002 16:38:57 -0800\n \n yorick (1.5.12-1) unstable; urgency=low\n \ndiff --git a/debian/control b/debian/control\nindex b71f0f9..4df8713 100644\n--- a/debian/control\n+++ b/debian/control\n@@ -11,10 +11,10 @@ Build-Depends: libx11-dev,\n                xauth,\n                xfonts-base\n Build-Depends-Indep: imagemagick\n-Standards-Version: 4.7.3\n+Standards-Version: 4.7.4\n Vcs-Browser: https://salsa.debian.org/science-team/yorick\n Vcs-Git: https://salsa.debian.org/science-team/yorick.git\n-Homepage: http://yorick.sourceforge.net\n+Homepage: https://yorick.sourceforge.net/\n \n Package: yorick\n Architecture: any\ndiff --git a/debian/copyright b/debian/copyright\nindex 8d7a304..eeeb039 100644\n--- a/debian/copyright\n+++ b/debian/copyright\n@@ -1,4 +1,4 @@\n-Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file\n+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/\n Upstream-Name: Yorick\n Upstream-Contact: David H. Munro <dhmunro at users.sourceforge.net>\n Source: http://yorick.sourceforge.net/\ndiff --git a/debian/rules b/debian/rules\nindex c06cbac..c6a8572 100755\n--- a/debian/rules\n+++ b/debian/rules\n@@ -1,6 +1,6 @@\n #!/usr/bin/make -f\n \n-DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)\n+include /usr/share/dpkg/architecture.mk\n \n # start by saving the path to debian/rules (useful in get-orig-source)\n PATH_TO_DEBIAN := $(shell dirname $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)))\n@@ -58,7 +58,7 @@ build-indep-stamp: build-stamp\n \tsed 's|yorick_1.html|index.html|' -i build/doc/*.html build/doc/*/*.html\n \ttouch build-indep-stamp\n \n-build-stamp: configure-stamp \n+build-stamp: configure-stamp\n \tdh_testdir\n \t$(MAKE) CDG_FLAGS=\"$(CFLAGS) $(LDFLAGS)\" install\n \t-rm relocate/LICENSE.md\n@@ -96,10 +96,10 @@ clean: configure-stamp\n binary-common:\n \tdh_testdir\n \tdh_testroot\n-\tdh_prep \n+\tdh_prep\n \tdh_installdirs\n \tdh_install\n-\tdh_installchangelogs \n+\tdh_installchangelogs\n \tdh_installdocs\n \tdh_installexamples\n \tdh_installmenu\n@@ -110,7 +110,7 @@ binary-common:\n \tdh_strip -pyorick --dbgsym-migration='yorick-dbg (<< 2.2.04+dfsg1-7~)'\n \tdh_strip -pyorick-dev\n \tdh_usrlocal\n-\tdh_compress \n+\tdh_compress\n \tdh_fixperms\n \tdh_installdeb\n \tdh_shlibdeps\ndiff --git a/debian/yorick.desktop b/debian/yorick.desktop\nindex 92ff317..39dd469 100644\n--- a/debian/yorick.desktop\n+++ b/debian/yorick.desktop\n@@ -1,6 +1,5 @@\n [Desktop Entry]\n Type=Application\n-Encoding=UTF-8\n Name=yorick\n GenericName=\n Comment=\n","content_type":"text/plain","diff_type":"vcs","new_revision":"git-v1:d2cf46c931fc3ca0414a0845bff7a73bd8fa355e"}