Lintian Fixes - blktrace

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/blktrace.maintscript b/debian/blktrace.maintscript
deleted file mode 100644
index 623fece..0000000
--- a/debian/blktrace.maintscript
+++ /dev/null
@@ -1,2 +0,0 @@
-# get rid of obsolete init.d script
-rm_conffile /etc/init.d/mountdebugfs 1.2.0-1~
diff --git a/debian/changelog b/debian/changelog
index e99af56..f822608 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+blktrace (1.2.0-6) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Remove 1 obsolete maintscript entry.
+  * Bump debhelper from old 11 to 13.
+  * Set debhelper-compat version in Build-Depends.
+  * Fix day-of-week for changelog entry 0~git-20061221162513-1.
+  * Update standards version to 4.6.0, no changes needed.
+  * Avoid explicitly specifying -Wl,--as-needed linker flag.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 01 Sep 2022 18:12:13 -0000
+
 blktrace (1.2.0-5) unstable; urgency=low
 
   * Disable parallel builds (caused races like in
@@ -285,7 +297,7 @@ blktrace (0~git-20061221162513-1) experimental; urgency=low
   * Uploading to experimental because of the freeze; this package is not meant
     for etch.
 
- -- Bas Zoetekouw <bas@debian.org>  Sat, 27 Dec 2006 16:53:39 +0100
+ -- Bas Zoetekouw <bas@debian.org>  Wed, 27 Dec 2006 16:53:39 +0100
 
 Local variables:
 mode: debian-changelog
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 619a68e..726ee5d 100644
--- a/debian/control
+++ b/debian/control
@@ -4,12 +4,12 @@ Priority: optional
 Maintainer: Bas Zoetekouw <bas@debian.org>
 Uploaders: Dmitry Smirnov <onlyjob@debian.org>
 Build-Depends:
-    debhelper (>= 11),
+    debhelper-compat (= 13),
     ghostscript,
     libaio-dev,
     texlive-latex-base,
     texlive-latex-extra
-Standards-Version: 4.3.0
+Standards-Version: 4.6.0
 Homepage: https://git.kernel.org/pub/scm/linux/kernel/git/axboe/blktrace.git/about/
 Vcs-Browser: https://salsa.debian.org/debian/blktrace
 Vcs-Git: https://salsa.debian.org/debian/blktrace.git
diff --git a/debian/rules b/debian/rules
index 301ba90..2f2c17b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,6 @@ include /usr/share/dpkg/pkg-info.mk
 CFLAGS += -Wall -Wextra -Wno-shadow -Werror -g
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all future=+all qa=+all reproducible=+all
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 # make sure TeX/dvipdfm generates reproducable builds
 export FORCE_SOURCE_DATE=1
@@ -52,4 +51,3 @@ override_dh_auto_install:
 
 override_dh_compress:
 	dh_compress -X.pdf
-

Run locally

More details

Full run details