Lintian Fixes - macfanctld

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index f56082d..3d698e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+macfanctld (0.6+repack1-3) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Strip unusual field spacing from debian/control.
+  * Bump debhelper from deprecated 9 to 13.
+  * Set debhelper-compat version in Build-Depends.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
+  * Fix day-of-week for changelog entries 0.6~mactel1ubuntu3~quantal,
+    0.6~mactel1, 0.5~mactel1.
+  * Update standards version to 4.1.5, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Tue, 25 Oct 2022 09:29:42 -0000
+
 macfanctld (0.6+repack1-2) unstable; urgency=medium
 
   * Team upload.
@@ -9,7 +22,7 @@ macfanctld (0.6+repack1-2) unstable; urgency=medium
     Move paragraph of GPL-3+ to debian/* part.
   * Change Priority to optional.
   * Add lsb-base to Depends.
-    Fix lintian error: init.d-script-needs-depends-on-lsb-base. 
+    Fix lintian error: init.d-script-needs-depends-on-lsb-base.
 
  -- Nobuhiro Iwamatsu <iwamatsu@debian.org>  Fri, 25 May 2018 12:32:27 +0900
 
@@ -38,7 +51,7 @@ macfanctld (0.6~mactel1ubuntu3~quantal) precise; urgency=low
 
   * Updated for Quantal.
 
- -- Mikael Strom <mikael@sesamiq.com>  Sun, 22 Oct 2012 14:54:02 +0800
+ -- Mikael Strom <mikael@sesamiq.com>  Mon, 22 Oct 2012 14:54:02 +0800
 
 macfanctld (0.6~mactel1ubuntu3~precise) precise; urgency=low
 
@@ -48,7 +61,7 @@ macfanctld (0.6~mactel1ubuntu3~precise) precise; urgency=low
 
 macfanctld (0.6~mactel1ubuntu2) oneiric; urgency=low
 
-  * Decreased CPU usage by caching sensor file names and replacing 
+  * Decreased CPU usage by caching sensor file names and replacing
     fopen()/fclose() with open()/close().
 
  -- Mikael Strom <mikael@sesamiq.com>  Sat, 21 Apr 2012 17:16:42 +0800
@@ -61,17 +74,17 @@ macfanctld (0.6~mactel1ubuntu1) oneiric; urgency=low
 
 macfanctld (0.6~mactel1) natty; urgency=low
 
-  * Use PnP rather than hardcoding resources and devices: 
-    locate applesmc via /sys/class/hwmon and check that device/name 
-    is "applesmc" as suggested by Julien BLACHE. 
+  * Use PnP rather than hardcoding resources and devices:
+    locate applesmc via /sys/class/hwmon and check that device/name
+    is "applesmc" as suggested by Julien BLACHE.
 
- -- Mikael Strom <mikael@sesamiq.com>  Wed, 19 Aug 2011 01:31:36 +0800
+ -- Mikael Strom <mikael@sesamiq.com>  Fri, 19 Aug 2011 01:31:36 +0800
 
 macfanctld (0.5~mactel1) natty; urgency=low
 
   * Corrected comment in macfanctl.conf
 
- -- Mikael Strom <mikael@sesamiq.com>  Wed, 18 Aug 2011 01:31:36 +0800
+ -- Mikael Strom <mikael@sesamiq.com>  Thu, 18 Aug 2011 01:31:36 +0800
 
 macfanctld (0.4~mactel1~karmic) karmic; urgency=low
 
@@ -110,7 +123,7 @@ macfanctld (0.1) lucid; urgency=low
   * Removed command line switches -a -d and -s. Moved this settings
     to the config file.
   * Fixed so that HUP signal re-reads config properly.
-  
+
  -- Mikael Strom <mikael@sesamiq.com>  Sat, 28 Aug 2010 00:43:55 +0800
 
 macfanctld (0.0) lucid; urgency=low
@@ -118,4 +131,3 @@ macfanctld (0.0) lucid; urgency=low
   * Initial release
 
  -- Mikael Strom <mikael@sesamiq.com>  Fri, 27 Aug 2010 00:24:27 +0800
-
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/debian/control b/debian/control
index 321b194..0827e10 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: utils
 Priority: optional
 Maintainer: Debian Mactel Team <team+pkg-mactel-devel@tracker.debian.org>
 Uploaders: Thibaut Paumard <thibaut@debian.org>
-Build-Depends: debhelper (>= 9)
-Standards-Version: 4.1.4
+Build-Depends: debhelper-compat (= 13)
+Standards-Version: 4.1.5
 Homepage: https://github.com/MikaelStrom/macfanctld
 Vcs-Git: https://salsa.debian.org/mactel-team/macfanctld.git
 Vcs-Browser: https://salsa.debian.org/mactel-team/macfanctld
@@ -12,7 +12,7 @@ Vcs-Browser: https://salsa.debian.org/mactel-team/macfanctld
 Package: macfanctld
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base
-Description:  fan control daemon for Apple MacBook / MacBook Pro computers
+Description: fan control daemon for Apple MacBook / MacBook Pro computers
  This daemon reads the temperature sensors in an Apple Macbook (or
  Macbook Pro) computer and throttles the fans accordingly to keep the
  temperature within configurable limits.
diff --git a/debian/rules b/debian/rules
index b570134..0587334 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,4 +2,4 @@
 #export DH_VERBOSE=1
 
 %:
-	dh  $@
+	dh $@ 
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..e4ccf8e
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Bug-Database: https://github.com/MikaelStrom/macfanctld/issues
+Bug-Submit: https://github.com/MikaelStrom/macfanctld/issues/new
+Repository-Browse: https://github.com/MikaelStrom/macfanctld

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/lib/debug/.build-id/98/42d5ebe13277a7ce714308995c2082acf8a5d2.debug

Files in first set of .debs but not in second

-rw-r--r--  root/root   /usr/lib/debug/.build-id/6c/44005ae63f8bd4fe1c6a0a86f449729456f40e.debug

No differences were encountered between the control files of package macfanctld

Control files of package macfanctld-dbgsym: lines which differ (wdiff format)

  • Build-Ids: 6c44005ae63f8bd4fe1c6a0a86f449729456f40e 9842d5ebe13277a7ce714308995c2082acf8a5d2

Run locally

More details

Full run details