Lintian Fixes - at-at-clojure

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index 3088eae..037794d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,11 @@ at-at-clojure (1.2.0-2) UNRELEASED; urgency=normal
   [ Louis-Philippe Véronneau ]
   * d/control: Migrate to the Clojure Team.
 
+  [ Debian Janitor ]
+  * Trim trailing whitespace.
+  * Bump debhelper from old 10 to 13.
+  * Set debhelper-compat version in Build-Depends.
+
  -- Louis-Philippe Véronneau <pollo@debian.org>  Sat, 08 Jan 2022 17:54:21 -0500
 
 at-at-clojure (1.2.0-1) unstable; urgency=medium
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 af411ec..7f55205 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Clojure Maintainers <team+clojure@tracker.debian.org>
 Uploaders: Apollon Oikonomopoulos <apoikos@debian.org>
 Build-Depends:
- debhelper (>= 10),
+ debhelper-compat (= 13),
  javahelper (>= 0.32),
  maven-repo-helper (>= 1.7),
  clojure (>= 1.8),
@@ -23,4 +23,4 @@ Depends:
 Recommends: ${java:Recommends}
 Description: simple ahead-of-time function scheduler for Clojure
  at-at is a simple head-of-time function scheduler for Clojure. It allows
- scheduling the execution of an anonymous function at a point in the future.  
+ scheduling the execution of an anonymous function at a point in the future.

Run locally

More details

Full run details