Lintian Fixes - as31

Ready changes

Summary

Failed fixers:

See the worker log for details.

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 0ecdc49..e1da7dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+as31 (2.3.1-10) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Set debhelper-compat version in Build-Depends.
+  * 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>  Tue, 15 Nov 2022 01:43:55 -0000
+
 as31 (2.3.1-9) unstable; urgency=medium
 
   * Fix from Helmut Grohne for FTCBFS: Pass --build/--host to configure,
@@ -9,7 +18,7 @@ as31 (2.3.1-8) unstable; urgency=medium
 
   * note in debian/copyright that we assume the 3-clause BSD variant,
     closes: #895435
-  * update to latest debhelper compat level and policy version, 
+  * update to latest debhelper compat level and policy version,
     closes: #965414
 
  -- Bdale Garbee <bdale@gag.com>  Mon, 25 Oct 2021 23:37:40 -0600
@@ -70,4 +79,3 @@ as31 (2.3.1-1) unstable; urgency=low
   * Fresh (re-)packaging for Debian
 
  -- Bdale Garbee <bdale@gag.com>  Fri, 02 May 2008 23:08:35 -0600
-
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b1bd38b..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-13
diff --git a/debian/control b/debian/control
index adbe98e..7b6741d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: as31
 Section: devel
 Priority: optional
 Maintainer: Bdale Garbee <bdale@gag.com>
-Build-Depends: debhelper (>= 13)
-Standards-Version: 4.6.0
+Build-Depends: debhelper-compat (= 13)
+Standards-Version: 4.6.2
 Vcs-Git: git://git.gag.com/debian/as31
 Vcs-Browser: https://git.gag.com/?p=debian/as31
 
diff --git a/debian/rules b/debian/rules
index 932092a..699df5d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ configure-stamp:
 build: build-arch build-indep
 build-arch: build-stamp
 build-indep: build-stamp
-build-stamp: configure-stamp 
+build-stamp: configure-stamp
 	dh_testdir
 	$(MAKE)
 	touch $@
@@ -25,12 +25,12 @@ clean:
 	dh_testroot
 	rm -f build-stamp configure-stamp
 	[ ! -f Makefile ] || $(MAKE) clean
-	dh_clean 
+	dh_clean
 
 install: build
 	dh_testdir
 	dh_testroot
-	dh_prep 
+	dh_prep
 	dh_installdirs
 	$(MAKE) DESTDIR=$(CURDIR)/debian/as31 install
 

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/4e/176ac7b854e3560f54642e856c2a76852ca4bb.debug

Files in first set of .debs but not in second

-rw-r--r--  root/root   /usr/lib/debug/.build-id/d2/801b4bd787e978227cfb4ff7cba4e56438b8e4.debug

No differences were encountered between the control files of package as31

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

  • Build-Ids: d2801b4bd787e978227cfb4ff7cba4e56438b8e4 4e176ac7b854e3560f54642e856c2a76852ca4bb

Run locally

More details

Full run details