{"base_revision":"git-v1:329d3cf9aa10f5d937adace4c0f7ead23e162860","content":"diff --git a/debian/changelog b/debian/changelog\nindex 6437842..438ac3b 100644\n--- a/debian/changelog\n+++ b/debian/changelog\n@@ -1,3 +1,12 @@\n+perl-tk (1:804.036+dfsg1-7) UNRELEASED; urgency=low\n+\n+  * debian/copyright: use spaces rather than tabs to start continuation lines.\n+  * Remove patch 30-xft-support.patch that is missing from\n+    debian/patches/series.\n+  * Update standards version to 4.7.4, no changes needed.\n+\n+ -- Debian Janitor <janitor@jelmer.uk>  Sat, 09 May 2026 13:39:12 +0000\n+\n perl-tk (1:804.036+dfsg1-6) unstable; urgency=medium\n \n   [ Helmut Grohne ]\ndiff --git a/debian/control b/debian/control\nindex eb0609b..a27327a 100644\n--- a/debian/control\n+++ b/debian/control\n@@ -15,7 +15,7 @@ Build-Depends: debhelper-compat (=13),\n  libxrender-dev,\n  xvfb <!nocheck>,\n  xauth <!nocheck>,\n-Standards-Version: 4.7.2\n+Standards-Version: 4.7.4\n Vcs-Browser: https://salsa.debian.org/georgesk/perl-tk\n Vcs-Git: https://salsa.debian.org/georgesk/perl-tk.git\n \ndiff --git a/debian/copyright b/debian/copyright\nindex 534c5b6..740f2f8 100644\n--- a/debian/copyright\n+++ b/debian/copyright\n@@ -11,24 +11,24 @@ Upstream-Name: perl-tk\n Files:\n  *\n Copyright: 1995-1996 Nick Ing-Simmons\n-\t   1993-95 Ioi Kim Lam\n-\t   1996 Expert Interface Technologies\n+           1993-95 Ioi Kim Lam\n+           1996 Expert Interface Technologies\n License: A-special-License and Tix-License or pTk-License\n \n Files:\n  ppport.h\n Copyright: 2004-2013, Marcus Holland-Moritz\n-\t   2001, Paul Marquess\n-\t   1999, Kenneth Albanowski\n+           2001, Paul Marquess\n+           1999, Kenneth Albanowski\n License: Perl-like-License\n \n Files:\n  debian/*\n Copyright: 1999 Raphael Hertzog\n-\t   2002-2024 Stephen Zander\n-\t   2005-2006 Michael C. Schultheiss\n-\t   2008-2017 Colin Tuckley\n-\t   2022-2023 Georges Khaznadar\n+           2002-2024 Stephen Zander\n+           2005-2006 Michael C. Schultheiss\n+           2008-2017 Colin Tuckley\n+           2022-2023 Georges Khaznadar\n License: GPL-2+\n \n License: GPL-2+\ndiff --git a/debian/patches/30-xft-support.patch b/debian/patches/30-xft-support.patch\ndeleted file mode 100644\nindex 3d6fb7b..0000000\n--- a/debian/patches/30-xft-support.patch\n+++ /dev/null\n@@ -1,19 +0,0 @@\n-Make Perltk build with xft support\n-see bug #740207 for details\n-patch from Roderich Schupp\n---- a/myConfig\n-+++ b/myConfig\n-@@ -147,7 +147,12 @@\n- {\n-  foreach (map { \"$_/freetype2\" } @_)\n-   {\n--   if (-d $_ && -d \"$_/freetype\" && -r \"$_/freetype/freetype.h\")\n-+   if (-r \"$_/freetype.h\") # location in Debian (since jessie)\n-+    {\n-+     print \"Using -I$_ to find $_/freetype/freetype.h\\n\";\n-+     return \"-I$_\";\n-+    }\n-+   if (-r \"$_/freetype/freetype.h\") # location in FreeBSD (up to version 10.0) and Debian (up to wheezy)\n-     {\n-      print \"Using -I$_ to find $_/freetype/freetype.h\\n\";\n-      return \"-I$_\";\n","content_type":"text/plain","diff_type":"vcs","new_revision":"git-v1:c0aa38fb5a7a8e43e42b86fff6af128f28e75601"}