Lintian Fixes - tclap

Ready changes

Summary

Failed fixers:

See the worker log for details.

Diff

diff --git a/debian/changelog b/debian/changelog
index bdb7755..3b0b6f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,20 @@
+tclap (1.2.5-2) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Strip unusual field spacing from debian/control.
+  * Use secure URI in Homepage field.
+  * Move source package lintian overrides to debian/source.
+  * Bump debhelper from old 11 to 13.
+  * Update standards version to 4.6.1, no changes needed.
+  * Update standards version to 4.6.2, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Fri, 23 Sep 2022 19:10:47 -0000
+
 tclap (1.2.5-1) unstable; urgency=medium
 
   * New upstream release
 
-  * debian/control: Set Standards-Version: to current version 
+  * debian/control: Set Standards-Version: to current version
 
  -- Dirk Eddelbuettel <edd@debian.org>  Fri, 05 Nov 2021 12:39:48 -0500
 
@@ -39,20 +51,20 @@ tclap (1.2.3-1) unstable; urgency=medium
 tclap (1.2.2-1) unstable; urgency=medium
 
   * New upstream release
-  
+
   * debian/control: Update Standards-Version: to current version
   * debian/compat: Increased to level 9
 
   * docs/index.html: Remove one top-level entry with sflogo backreference
     because lintian flagged an error on privacy breach
-    
+
  -- Dirk Eddelbuettel <edd@debian.org>  Sat, 20 Jan 2018 16:13:27 -0600
 
 tclap (1.2.1-1) unstable; urgency=low
 
   * New upstream release
 
-  * debian/control: Set Standards-Version: to current version 
+  * debian/control: Set Standards-Version: to current version
 
  -- Dirk Eddelbuettel <edd@debian.org>  Fri, 10 Jun 2011 17:27:10 -0500
 
@@ -60,16 +72,16 @@ tclap (1.2.0-1) unstable; urgency=low
 
   * New upstream release
 
-  * debian/control: Set Standards-Version: to current version 
+  * debian/control: Set Standards-Version: to current version
 
  -- Dirk Eddelbuettel <edd@debian.org>  Thu, 04 Mar 2010 10:11:45 -0600
 
 tclap (1.1.0-2) unstable; urgency=low
 
-  * include/tclap/{MultiArg.h,ValueArg.h}: Add missing #include <cstdio> so 
+  * include/tclap/{MultiArg.h,ValueArg.h}: Add missing #include <cstdio> so
     that EOF is defined for g++ 4.4. Thanks to Martin Michlmayr for running
     early g++ 4.4 regression tests.			  (Closes: #504854)
-  
+
   * debian/control: Update Standards-Version: to current version
   * debian/control: Changed Section: to libdevel
   * debian/rules: Switched to debhelper (>= 7) one-line format
@@ -85,4 +97,3 @@ tclap (1.1.0-1) unstable; urgency=low
   * Initial Debian upload 			(Closes: #399958)
 
  -- Dirk Eddelbuettel <edd@debian.org>  Fri,  1 Dec 2006 20:38:34 -0600
-
diff --git a/debian/control b/debian/control
index 13d7efa..a60ccb3 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,18 @@ Source: tclap
 Section: devel
 Priority: optional
 Maintainer: Dirk Eddelbuettel <edd@debian.org>
-Standards-Version: 4.6.0
-Build-Depends: debhelper-compat (= 11)
+Standards-Version: 4.6.2
+Build-Depends: debhelper-compat (= 13)
 Vcs-Browser: https://salsa.debian.org/edd/tclap
 Vcs-Git: https://salsa.debian.org/edd/tclap.git
-Homepage: http://tclap.sourceforge.net/
+Homepage: https://tclap.sourceforge.net/
 
 Package: libtclap-dev
 Section: libdevel
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Architecture: any
-Description:  Templatized command-line argument parser for C++
- This package provides a simple C++ library that facilitates 
- parsing command-line arguments in a type-independent manner.  
- The functionality is provided via template header files, so 
+Description: Templatized command-line argument parser for C++
+ This package provides a simple C++ library that facilitates
+ parsing command-line arguments in a type-independent manner.
+ The functionality is provided via template header files, so
  no actual library is included.
diff --git a/debian/source.lintian-overrides b/debian/source/lintian-overrides
similarity index 100%
rename from debian/source.lintian-overrides
rename to debian/source/lintian-overrides

Debdiff

[The following lists of changes regard files as different if they have different names, permissions or owners.]

Files in second set of .debs but not in first

-rw-r--r--  root/root   /usr/share/doc/libtclap-dev/examples/Makefile.in

Files in first set of .debs but not in second

-rw-r--r--  root/root   /usr/share/doc/libtclap-dev/examples/Makefile.in.gz

Control files: lines which differ (wdiff format)

  • Homepage: http://tclap.sourceforge.net/ https://tclap.sourceforge.net/

Run locally

More details

Full run details