{"base_revision":"git-v1:1e97c4d797f28a319692fb1f1e594054e2f39e2b","content":"diff --git a/debian/changelog b/debian/changelog\nindex bebf528..54031b5 100644\n--- a/debian/changelog\n+++ b/debian/changelog\n@@ -1,3 +1,13 @@\n+darts (0.32-21) UNRELEASED; urgency=low\n+\n+  * Trim trailing whitespace.\n+  * Update lintian override info format in d/darts.lintian-overrides on line 1.\n+  * Bump debhelper from old 12 to 13.\n+  * Use correct machine-readable copyright file URI.\n+  * Update standards version to 4.7.4, no changes needed.\n+\n+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 07 May 2026 04:41:52 +0000\n+\n darts (0.32-20) unstable; urgency=medium\n \n   * debian/control\n@@ -41,7 +51,7 @@ darts (0.32-17) unstable; urgency=medium\n darts (0.32-16) unstable; urgency=medium\n \n   * debian/control\n-    - update Vcs-* to use salsa.debian.org \n+    - update Vcs-* to use salsa.debian.org\n     - set Build-Depends: debhelper (>= 11)\n     - set Standards-Version: 4.1.3\n   * debian/compat\n@@ -56,7 +66,7 @@ darts (0.32-16) unstable; urgency=medium\n darts (0.32-15) unstable; urgency=medium\n \n   * debian/control\n-    - set Standards-Version: 4.0.0 \n+    - set Standards-Version: 4.0.0\n     - set Build-Depends: debhelper (>= 10) and drop other B-Ds.\n     - use https for Vcs-*\n   * debian/compat\n@@ -88,7 +98,7 @@ darts (0.32-13) unstable; urgency=low\n darts (0.32-12) unstable; urgency=low\n \n   * debian/rules\n-    - remove -pie from hardening \n+    - remove -pie from hardening\n   * add debian/darts.lintian-overrides since it seems to be false-positive.\n \n  -- Hideki Yamane <henrich@debian.org>  Sun, 13 Jan 2013 20:37:14 +0900\n@@ -111,7 +121,7 @@ darts (0.32-10) unstable; urgency=low\n     - add \"Build-Depends: autoconf, automake\"\n     - set \"Standards-Version: 3.9.3\"\n   * debian/compat\n-    - set 9 \n+    - set 9\n   * debian/source/format\n     - set \"3.0 (quilt)\"\n   * debian/patches\n@@ -135,7 +145,7 @@ darts (0.32-8) unstable; urgency=low\n \n   * debian/control\n     - update Standards-Version: 3.9.2\n-    - remove DM-stuff \n+    - remove DM-stuff\n   * debian/copyright\n     - update it as DEP5 style\n \n@@ -144,7 +154,7 @@ darts (0.32-8) unstable; urgency=low\n darts (0.32-7) unstable; urgency=low\n \n   * debian/darts.doc-base\n-    - add it. \n+    - add it.\n \n  -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Tue, 26 Jan 2010 19:41:03 +0900\n \n@@ -152,7 +162,7 @@ darts (0.32-6) unstable; urgency=low\n \n   * debian/control:\n     - Bump up Standards-Version: 3.8.3\n-    - add \"Build-Depends: ${misc:Depends}\" \n+    - add \"Build-Depends: ${misc:Depends}\"\n \n  -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Thu, 31 Dec 2009 18:57:21 +0900\n \n@@ -197,4 +207,3 @@ darts (0.31-1) unstable; urgency=low\n   * Initial release\n \n  -- Hideki Yamane (Debian-JP) <henrich@debian.or.jp>  Thu, 20 Mar 2008 22:07:28 +0900\n-\ndiff --git a/debian/control b/debian/control\nindex 08a4b19..dead1fc 100644\n--- a/debian/control\n+++ b/debian/control\n@@ -1,11 +1,11 @@\n Source: darts\n Section: devel\n Priority: optional\n-Maintainer: Natural Language Processing (Japanese) <team+pkg-nlp-ja@tracker.debian.org> \n+Maintainer: Natural Language Processing (Japanese) <team+pkg-nlp-ja@tracker.debian.org>\n Uploaders: Hideki Yamane <henrich@debian.org>,\n \t   NOKUBI Takatsugu <knok@daionet.gr.jp>\n-Build-Depends: debhelper-compat (= 12),\n-Standards-Version: 4.5.0\n+Build-Depends: debhelper-compat (= 13),\n+Standards-Version: 4.7.4\n Homepage: http://chasen.org/~taku/software/darts/\n Vcs-Git: https://salsa.debian.org/nlp-ja-team/darts.git\n Vcs-Browser: https://salsa.debian.org/nlp-ja-team/darts\n@@ -18,12 +18,12 @@ Description: C++ Template Library for implementation of Double-Array\n  Darts is simple C++ Template Library for implementation of Double-Array\n  Structure.\n  .\n- A double-array structure is a kind of Trie structure, digital search tree, \n+ A double-array structure is a kind of Trie structure, digital search tree,\n  an efficient data structure combining fast access of a matrix form with the\n  compactness of a list form. It is faster than other implementations like Hash\n  tree, Patricia tree, Suffix Array and so.\n  .\n- For more detail about double-array structure, see \"Aoe, J. An Efficient \n+ For more detail about double-array structure, see \"Aoe, J. An Efficient\n  Digital Search Algorithm by Using a Double-Array Structure. IEEE Transactions\n  on Software Engineering. Vol. 15, 9 (Sep 1989). pp. 1066-1077.\"\n  .\ndiff --git a/debian/copyright b/debian/copyright\nindex 98dd711..b8de908 100644\n--- a/debian/copyright\n+++ b/debian/copyright\n@@ -1,4 +1,4 @@\n-Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ \n+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/\n Upstream-Name: Darts\n Upstream-Contact: Taku Kudoh <taku@chasen.org>\n Source: http://chasen.org/~taku/software/darts/\ndiff --git a/debian/darts.lintian-overrides b/debian/darts.lintian-overrides\nindex af7dba1..34f8f6b 100644\n--- a/debian/darts.lintian-overrides\n+++ b/debian/darts.lintian-overrides\n@@ -1 +1 @@\n-darts: hardening-no-fortify-functions usr/bin/darts\n+darts: hardening-no-fortify-functions [usr/bin/darts]\n","content_type":"text/plain","diff_type":"vcs","new_revision":"git-v1:fc5eebae5cb1258ba086c6a212b6b79f392a0bb4"}