Run of lintian-fixes for bidiui

Merge these changes:

git pull https://janitor.debian.net/git/bidiui lintian-fixes/main
Full worker log

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index 729a602..5c3432b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+bidiui (0.9.7-3) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Bump debhelper from deprecated 5 to 13.
+  * Set debhelper-compat version in Build-Depends.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sun, 20 Nov 2022 01:07:25 -0000
+
 bidiui (0.9.7-2) unstable; urgency=medium
 
   * Rename icedove-bidiui to thunderbird-bidiui (Closes: #857792)
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 7ed6ff8..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/debian/control b/debian/control
index b9dbbcd..397ceb8 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: mail
 Priority: optional
 Maintainer: Debian Hebrew Packaging Team <team+hebrew@tracker.debian.org>
 Uploaders: Lior Kaplan <kaplan@debian.org>, Shachar Shemesh <shachar@debian.org>, Tzafrir Cohen <tzafrir@debian.org>
-Build-Depends: debhelper (>= 5), zip, unzip, perl
+Build-Depends: debhelper-compat (= 13), zip, unzip, perl
 Standards-Version: 3.9.4
 Vcs-Browser: https://salsa.debian.org/hebrew-team/bidiui
 Vcs-Git: https://salsa.debian.org/hebrew-team/bidiui.git
diff --git a/debian/rules b/debian/rules
index d306711..4daa3f4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,7 +30,7 @@ clean:
 	dh_testroot
 	rm -f build-stamp configure-stamp
 	rm -rf source/tbird/build/
-	dh_clean 
+	dh_clean
 
 install: build
 	dh_testdir
@@ -47,9 +47,9 @@ build-indep: build
 binary-indep: build-indep install
 	dh_testdir
 	dh_testroot
-	dh_installchangelogs 
+	dh_installchangelogs
 	dh_installdocs
-	dh_link 
+	dh_link
 	dh_compress
 	dh_fixperms
 	dh_installdeb

Publish History

  • 2022-11-20T11:41: Failed to push: missing-build-diff-control ( Missing binary diff; requesting control run. )

Resulting package

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t lintian-fixes thunderbird-bidiui

Lintian Result

Reviews

Reviewer Verdict Comment
jelmer@debian.org approved