Lintian Fixes - dh-lua

Ready changes

Summary

Failed fixers:

See the worker log for details.

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 632d6eb..1ad8024 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+dh-lua (30) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Update standards version to 4.6.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sat, 10 Jun 2023 01:18:28 -0000
+
 dh-lua (29) unstable; urgency=medium
 
   * Remove Enrico Tassi from the uploaders list (closes: #995544).
@@ -93,19 +100,19 @@ dh-lua (23+nmu1) unstable; urgency=medium
 
 dh-lua (23) unstable; urgency=medium
 
-  * Build depend on txt2man (Closes: #796803) 
+  * Build depend on txt2man (Closes: #796803)
 
  -- Enrico Tassi <gareuselesinge@debian.org>  Tue, 25 Aug 2015 16:41:06 +0800
 
 dh-lua (22) unstable; urgency=medium
 
-  * New binary package lua-any containing helper script for shebang lines 
+  * New binary package lua-any containing helper script for shebang lines
 
  -- Enrico Tassi <gareuselesinge@debian.org>  Tue, 18 Aug 2015 16:28:54 +0200
 
 dh-lua (21) unstable; urgency=medium
 
-  * Depend on lua5.3 
+  * Depend on lua5.3
   * templates: use ${misc:Pre-Depends}
   * templates: set dh compat to 9
 
@@ -115,7 +122,7 @@ dh-lua (20) unstable; urgency=low
 
   * Add jit to the supported LUA_VERSION
   * Add lua5.3 support
-  * Acknowledge NMU 
+  * Acknowledge NMU
 
  -- Enrico Tassi <gareuselesinge@debian.org>  Sun, 20 Oct 2013 15:55:11 +0200
 
@@ -128,7 +135,7 @@ dh-lua (19.1) unstable; urgency=medium
 
 dh-lua (19) unstable; urgency=low
 
-  * Add sequence autopkgtest to dh, calling dh_auto_test 
+  * Add sequence autopkgtest to dh, calling dh_auto_test
   * lua-create-gitbuildpackage-layout installs debian/tests/control
     and debian/tests/dh-lua-tests so that autopkgtest runs the
     lua-test-dynamic tests (they are run at build time only otherwise)
@@ -145,7 +152,7 @@ dh-lua (18) unstable; urgency=low
 dh-lua (17) unstable; urgency=low
 
   * Use 0x04 as a character for sed s command to avoid grabbing
-    any other character (assuming nobody uses ascii 0x04 in a file name). 
+    any other character (assuming nobody uses ascii 0x04 in a file name).
   * Better document LUA_SOURCES_MANGLER.
   * Write the version number in the policy (txt and html)
 
@@ -153,36 +160,36 @@ dh-lua (17) unstable; urgency=low
 
 dh-lua (16) unstable; urgency=low
 
-  * Fixed some typos (thanks Sylvain Hitier) 
+  * Fixed some typos (thanks Sylvain Hitier)
   * Support: `include @@TEMPLATE@@/...` in debian/foo.install.in
   * Support: `LUA_TEST_CUSTOM` in debian/foo.dh-lua.conf
   * Moved development to git.d.o
   * Clean: remove debian/trash
   * New tool: lua-create-gitbuildpackage-layout
   * New manpage: lua-create-gitbuildpackage-layout.1
-  * Issue chmod 644 on files installed in /usr/share/lua/ 
+  * Issue chmod 644 on files installed in /usr/share/lua/
 
  -- Enrico Tassi <gareuselesinge@debian.org>  Sat, 12 May 2012 18:56:58 +0200
 
 dh-lua (15) unstable; urgency=low
 
-  * Better template for dh-lua.conf 
-  * Template for copyright (1.0 format) 
-  * Template for control file 
+  * Better template for dh-lua.conf
+  * Template for copyright (1.0 format)
+  * Template for control file
 
  -- Enrico Tassi <gareuselesinge@debian.org>  Wed, 09 May 2012 22:23:54 +0200
 
 dh-lua (14) unstable; urgency=low
 
   * New dh_lua script, called after dh_install. Its only activity is to
-    deduplicate usr/share/lua/5.2/ w.r.t. usr/share/lua/5.1/ 
+    deduplicate usr/share/lua/5.2/ w.r.t. usr/share/lua/5.1/
   * Cleanup garbage in debian/ properly
 
  -- Enrico Tassi <gareuselesinge@debian.org>  Sun, 06 May 2012 21:30:00 +0200
 
 dh-lua (13) unstable; urgency=low
 
-  * default value for PKG_VERSION 
+  * default value for PKG_VERSION
 
  -- Enrico Tassi <gareuselesinge@debian.org>  Thu, 03 May 2012 22:42:50 +0200
 
@@ -204,7 +211,7 @@ dh-lua (11) unstable; urgency=low
 dh-lua (10) unstable; urgency=low
 
   * Honour DH_LUA_OPTS to fine tune the behaviour of dh-lua, mainly for
-    debugging or working around bugs in the toolchains. 
+    debugging or working around bugs in the toolchains.
     Supported options are:
     - verbose
     - skip-test-lua-synamic
@@ -217,9 +224,9 @@ dh-lua (9) unstable; urgency=low
 
   * Svn add debian/source/format when creating the layout of a new package
   * lua-create-svnbuildpackage-layout sets svn prop mergeWithUpstream
-  * LUA_SOURCES installs files in their dirname 
-  * Make LUA_SOURCES available to the test infrastructure 
-  * Honour DH_VERBOSE 
+  * LUA_SOURCES installs files in their dirname
+  * Make LUA_SOURCES available to the test infrastructure
+  * Honour DH_VERBOSE
 
  -- Enrico Tassi <gareuselesinge@debian.org>  Sat, 31 Mar 2012 18:12:59 +0200
 
@@ -239,14 +246,14 @@ dh-lua (7) unstable; urgency=low
   * Support multiple test files in LUA_TEST (separated by ;)
   * Honour LUA_INIT=string in app.c
   * Make LUA_SOURCES available to the tests
-  * Improved logging 
+  * Improved logging
 
  -- Enrico Tassi <gareuselesinge@debian.org>  Wed, 22 Feb 2012 13:21:25 +0100
 
 dh-lua (6) unstable; urgency=low
 
   * Compile with -Wall -Wextra
-  * Cope with lua5.2 not having shake (yet) 
+  * Cope with lua5.2 not having shake (yet)
   * Avoid overwriting upstream .h file
 
  -- Enrico Tassi <gareuselesinge@debian.org>  Wed, 22 Feb 2012 11:07:32 +0100
@@ -254,7 +261,7 @@ dh-lua (6) unstable; urgency=low
 dh-lua (5) unstable; urgency=low
 
   * Depend on liblua5.1-0-dev, liblua5.2-dev, lua5.1, lua5.2, dctrl-tools
-  * Clean up logging 
+  * Clean up logging
 
  -- Enrico Tassi <gareuselesinge@debian.org>  Tue, 21 Feb 2012 12:52:31 +0100
 
diff --git a/debian/control b/debian/control
index 0694416..7491676 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
 Uploaders: Sergei Golovan <sgolovan@debian.org>
 Build-Depends: debhelper-compat (= 13), markdown, perl, txt2man
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
 Vcs-Git: https://salsa.debian.org/lua-team/dh-lua.git
 Vcs-Browser: https://salsa.debian.org/lua-team/dh-lua
 Homepage: https://salsa.debian.org/lua-team/
diff --git a/debian/rules b/debian/rules
index 4009533..9dcf797 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,4 +2,3 @@
 #export DH_VERBOSE=1
 %:
 	dh $@
-

Debdiff

File lists identical (after any substitutions)

No differences were encountered between the control files of package dh-lua

No differences were encountered between the control files of package lua-any

Run locally

More details

Full run details