Lintian Fixes - darts

Ready changes

Summary

Lintian Result

Diff

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

Debdiff

File lists identical (after any substitutions)

No differences were encountered between the control files of package darts

No differences were encountered between the control files of package darts-dbgsym

Run locally

More details

Full run details