Lintian Fixes - nas

Ready changes

Summary

Failed fixers:

See the worker log for details.

Diff

diff --git a/debian/changelog b/debian/changelog
index e2697f9..57bd4cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,13 @@ nas (1.9.4-8) UNRELEASED; urgency=medium
 
   * Apply multi-arch hints.
     + nas-doc: Add Multi-Arch: foreign.
+  * Drop use of autotools-dev debhelper.
+  * Bump debhelper from deprecated 9 to 13.
+    + debian/rules: Drop --fail-missing argument, now the default.
+  * Set debhelper-compat version in Build-Depends.
+  * Drop unnecessary dependency on dh-autoreconf.
+  * Fix day-of-week for changelog entry 1.9.2-7.
+  * Remove field Section on binary packages nas, nas-bin that duplicates source.
 
  -- Debian Janitor <janitor@jelmer.uk>  Wed, 27 Jan 2021 21:58:16 -0000
 
@@ -165,7 +172,7 @@ nas (1.9.2-7) unstable; urgency=low
   * Give up on being clever about make clean, so we don't trip over errors
     and cause an FTBFS. Closes: #625648
 
- -- Steve McIntyre <93sam@debian.org>  Wed, 03 May 2011 21:12:52 +0100
+ -- Steve McIntyre <93sam@debian.org>  Tue, 03 May 2011 21:12:52 +0100
 
 nas (1.9.2-6) unstable; urgency=low
 
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 8546444..32dc2f7 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: nas
 Section: sound
 Priority: optional
 Maintainer: Steve McIntyre <93sam@debian.org>
-Build-Depends: dh-autoreconf, libxau-dev, libsm-dev, libice-dev, libx11-dev, libxt-dev, libxaw7-dev, xutils-dev, bison, flex, file, po-debconf, dpkg-dev (>= 1.16.0), debhelper (>= 9)
+Build-Depends: libxau-dev, libsm-dev, libice-dev, libx11-dev, libxt-dev, libxaw7-dev, xutils-dev, bison, flex, file, po-debconf, dpkg-dev (>= 1.16.0), debhelper-compat (= 13)
 Standards-Version: 3.9.2.0
 Vcs-Git: https://salsa.debian.org/debian/nas.git
 Vcs-Browser: https://salsa.debian.org/debian/nas
@@ -39,7 +39,6 @@ Description: Network Audio System - local server
  .
  This package contains the NAS daemon (nasd), needed for local output
  from NAS.
-Section: sound
 
 Package: libaudio-dev
 Architecture: any
@@ -71,7 +70,6 @@ Description: Network Audio System - client binaries
  .
  This package contains the example applications and utilities that are
  provided with NAS.
-Section: sound
 
 Package: nas-doc
 Architecture: all
diff --git a/debian/rules b/debian/rules
index 0dad628..0be6a05 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 instdirs=BINDIR=/usr/bin USRLIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH) MANPATH=/usr/share/man INCDIR=/usr/include PROJECTMANSUFFIX=nas ETCDIR=/etc/nas
 
 %:
-	dh $@ --with=autoreconf --with=autotools_dev
+	dh $@
 
 override_dh_auto_configure:
 	xmkmf -a
@@ -29,7 +29,7 @@ override_dh_auto_install:
 	top=`pwd`; $(MAKE) install install.man $(instdirs) DESTDIR=$$top/debian/tmp
 
 override_dh_install:
-	dh_install --fail-missing
+	dh_install
 	rm -f debian/libaudio-dev/usr/include/audio/release.h
 	rm -f debian/nas-bin/usr/bin/nasd \
 	      debian/nas-bin/usr/share/man/man1/nasd.1nas \

Run locally

More details

Full run details

Historical runs