Lintian Fixes - tclex

Ready changes

Summary

Failed fixers:

See the worker log for details.

Diff

diff --git a/debian/changelog b/debian/changelog
index b36ef74..09d0f2e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tclex (1.2a1-18) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Bump debhelper from old 10 to 13.
+  * Set debhelper-compat version in Build-Depends.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sun, 02 Apr 2023 04:39:31 -0000
+
 tclex (1.2a1-17) unstable; urgency=low
 
   * Change the package priority to optional since extra is deprecated.
@@ -99,8 +107,8 @@ tclex (1.2a1-9) unstable; urgency=low
 
 tclex (1.2a1-8) unstable testing; urgency=high
 
-  * I _really_ need to get the change of 1.2a1-6 into testing or frozen 
-    or whatever makes it go into woody.  Otherwise it leaves a broken 
+  * I _really_ need to get the change of 1.2a1-6 into testing or frozen
+    or whatever makes it go into woody.  Otherwise it leaves a broken
     package transcriber!  Sorry for the messy uploads...   Do I have to
     file an RC bug against myself?
 
@@ -109,31 +117,31 @@ tclex (1.2a1-8) unstable testing; urgency=high
 tclex (1.2a1-7) unstable; urgency=low
 
   * changed priority from `optional' to `extra', in order to compy with
-    override file. 
-  
+    override file.
+
   * Changed typo in control, which actually closes: bug#125414, but hey,
     I'm not going to make this urgent.
 
   * Changed my email address.  Will this ever reduce spam?
-  
+
  -- David A. van Leeuwen <vleeuwen@debian.org>  Fri, 15 Mar 2002 17:01:53 +0100
 
 tclex (1.2a1-6) frozen; urgency=high
 
   * Changed build-dependency back to (tcl,tk)8.2-dev only, since `sid' has
     different location of tclConfig.sh than `woody'. (closes: Bug#125414)
-  * Put ../tcl8.2/ in `file' variables in configure.in and configure, 
-    for the same reason. 
- 
+  * Put ../tcl8.2/ in `file' variables in configure.in and configure,
+    for the same reason.
+
  -- David A. van Leeuwen <vleeuwen@debian.org>  Mon, 11 Mar 2002 10:03:40 +0100
 
 tclex (1.2a1-5testing) testing; urgency=high
 
   * Changed build-dependency on (tcl,tk)8.0-dev only, since `sid' has
     different location of tclConfig.sh than `woody'. (closes: Bug#125414)
-  * Removed ../tcl8.0/ in `file' variables in configure.in and configure, 
-    for the same reason. 
-  * Not that this change should _not_ go in unstable.  
+  * Removed ../tcl8.0/ in `file' variables in configure.in and configure,
+    for the same reason.
+  * Not that this change should _not_ go in unstable.
 
  -- David A. van Leeuwen <david@tm.tno.nl>  Fri, 28 Dec 2001 13:47:57 +0100
 
@@ -147,22 +155,22 @@ tclex (1.2a1-5) unstable; urgency=low
 tclex (1.2a1-4) unstable testing; urgency=low
 
   * Update with transcriber-1.4.3 and snack-2.0.7
-  
+
   * (Build-)Depends on tcl8.2|tcl8.0 etc.
 
  -- David A. van Leeuwen <david@tm.tno.nl>  Mon, 20 Aug 2001 17:52:17 +0200
 
 tclex (1.2a1-3) unstable testing; urgency=low
-  
+
   * moving towards debhelper
-  
-  * made doc-base entry; it seems not to work with me. 
+
+  * made doc-base entry; it seems not to work with me.
 
   * Changed /usr/doc files to /usr/share/doc, according to FHS; (closes:
     Bug#91674)
-  
+
   * Added Build-Depends: tcl8.0-dev, demake to control
-  
+
   * Changed Standards-version to 3.5.2.0
 
  -- David A. van Leeuwen <david@tm.tno.nl>  Tue, 27 Mar 2001 12:38:27 +0200
@@ -170,7 +178,7 @@ tclex (1.2a1-3) unstable testing; urgency=low
 tclex (1.2a1-2) unstable; urgency=low
 
   * Adapted debian/rules to compile on Alpha (tcl8.0-dev source problem)
-    solves critical release-bug 47810. 
+    solves critical release-bug 47810.
 
  -- David A. van Leeuwen <david@tm.tno.nl>  Fri, 12 Nov 1999 10:45:11 +0100
 
@@ -179,4 +187,3 @@ tclex (1.2a1-1) unstable; urgency=low
   * Initial Release.
 
  -- David A. van Leeuwen <david@tm.tno.nl>  Thu, 23 Sep 1999 17:34:33 +0200
-
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index f599e28..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-10
diff --git a/debian/control b/debian/control
index ec3be9a..f730d01 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: interpreters
 Priority: optional
 Maintainer: Debian Tcl/Tk Packagers <pkg-tcltk-devel@lists.alioth.debian.org>
 Uploaders: Sergei Golovan <sgolovan@debian.org>
-Build-Depends: debhelper (>= 10.0.0), tcl-dev
+Build-Depends: debhelper-compat (= 13), tcl-dev
 Standards-Version: 4.1.3
 Vcs-Browser: https://salsa.debian.org/tcltk-team/tclex
 Vcs-Git: https://salsa.debian.org/tcltk-team/tclex.git

Run locally

More details

Full run details

Historical runs