Lintian Fixes - cl-hyperobject

Ready changes

Summary

Failed fixers:

See the worker log for details.

Diff

diff --git a/debian/changelog b/debian/changelog
index 8946308..d0cbe2a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+cl-hyperobject (2.13-2) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Bump debhelper from old 11 to 13.
+  * Set debhelper-compat version in Build-Depends.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sat, 22 Oct 2022 08:40:15 -0000
+
 cl-hyperobject (2.13-1) unstable; urgency=low
 
   * New upstream
@@ -16,7 +24,7 @@ cl-hyperobject (2.11.0-3) unstable; urgency=low
   * Build with debhelper extension dh-lisp
   * control: Add Vcs-Browser field. Fix Depends field.
   * rules: Fix installation of example file
- 
+
  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 03 Aug 2009 14:02:47 -0600
 
 cl-hyperobject (2.11.0-2) unstable; urgency=low
@@ -32,7 +40,7 @@ cl-hyperobject (2.11.0-2) unstable; urgency=low
 
 cl-hyperobject (2.11.0-1) unstable; urgency=low
 
-  * Major reworking of MOP layer to add support for current versions of OpenMCL. 
+  * Major reworking of MOP layer to add support for current versions of OpenMCL.
 
  -- Kevin M. Rosenberg <kmr@debian.org>  Sat,  6 Jan 2007 11:41:00 -0700
 
@@ -47,7 +55,7 @@ cl-hyperobject (2.10.0-1) unstable; urgency=low
 cl-hyperobject (2.9.2-1) unstable; urgency=low
 
   * Use initialize-instance :around for direct-slot-definition to be
-  more AMOP compliant for setting lisp type from :value-type initarg 
+  more AMOP compliant for setting lisp type from :value-type initarg
 
  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 17 Aug 2006 21:44:01 -0600
 
@@ -69,7 +77,7 @@ cl-hyperobject (2.8.8-1) unstable; urgency=low
   * Change encoding to ISO-8859-1
 
  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 20 Nov 2003 20:40:18 -0700
-	
+
 cl-hyperobject (2.8.7-1) unstable; urgency=low
 
   * Fix invalid setting of documentation for hyperobject-class
@@ -120,7 +128,7 @@ cl-hyperobject (2.8.0-1) unstable; urgency=low
 
 cl-hyperobject (2.7.3-1) unstable; urgency=low
 
-  * Replace multiple-value-lists 
+  * Replace multiple-value-lists
 
  -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 13 May 2003 09:52:59 -0600
 
@@ -142,7 +150,7 @@ cl-hyperobject (2.7.0-1) unstable; urgency=low
   * Depend on cl-rt package
   * Use compat file rather than DH_COMPAT
   * Rework compute-effective-slot-definition
-  
+
  -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 28 Apr 2003 11:40:27 -0600
 
 cl-hyperobject (2.6.5-1) unstable; urgency=low
@@ -199,7 +207,7 @@ cl-hyperobject (2.5.5-1) unstable; urgency=low
 cl-hyperobject (2.5.4-1) unstable; urgency=low
 
   * Use add-method where supported
-  
+
  -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 29 Mar 2003 16:18:44 -0700
 
 cl-hyperobject (2.5.3-1) unstable; urgency=low
@@ -219,7 +227,7 @@ cl-hyperobject (2.5.1-1) unstable; urgency=low
   * Fix :ie-xml view categories
   * Rework display of XML string data
   * Add rules.lisp file
-  
+
  -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 26 Dec 2002 04:47:35 -0700
 
 cl-hyperobject (2.5.0-1) unstable; urgency=low
@@ -295,4 +303,3 @@ cl-hyperobject (1.0-1) unstable; urgency=low
   * Initial Release (closes: 167591)
 
  -- Kevin M. Rosenberg <kmr@debian.org>  Sat,  5 Oct 2002 13:19:33 -0600
-
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b4de394..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-11
diff --git a/debian/control b/debian/control
index 9bcd965..73611b9 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: lisp
 Priority: optional
 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
 Build-Depends-Indep: dh-lisp
-Build-Depends: debhelper (>= 11.0.0)
+Build-Depends: debhelper-compat (= 13)
 Standards-Version: 4.5.0.3
 Homepage: http://hyperobject.kpe.io/
 Vcs-Git: git://git.kpe.io/hyperobject.git
diff --git a/debian/rules b/debian/rules
index dc26e24..a1c8ba7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,17 +29,17 @@ install: build
 
 binary-indep: install
 	dh_testdir
-	dh_testroot 
-	dh_installdocs 
+	dh_testroot
+	dh_installdocs
 	dh_installexamples examples/*.lisp
-	dh_installchangelogs 
+	dh_installchangelogs
 	dh_lisp
-	dh_compress 
-	dh_fixperms 
-	dh_installdeb 
-	dh_gencontrol 
-	dh_md5sums 
-	dh_builddeb 
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
 
 binary-arch:
 

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/cl-hyperobject/examples/person.lisp

Files in first set of .debs but not in second

-rw-r--r--  root/root   /usr/share/doc/cl-hyperobject/examples/person.lisp.gz

No differences were encountered in the control files

Run locally

More details

Full run details