Run of lintian-fixes for live-build
Try this locally (using the lintian-brush package):
debcheckout live-build
cd live-build
lintian-brush --no-update-changelog
Merge these changes:
git pull https://janitor.debian.net/git/live-build lintian-fixes/main
Summary
- Trim trailing whitespace. (file-contains-trailing-whitespace)
- Update standards version to 4.4.1, no changes needed. (out-of-date-standards-version)
- Bump debhelper from old 10 to 12. (package-uses-old-debhelper-compat-version)
- Set debhelper-compat version in Build-Depends. (uses-debhelper-compat-file)
- Fix day-of-week for changelog entries 0.99.24-1. (debian-changelog-has-wrong-day-of-week)
Diff
=== modified file 'debian/changelog'
--- a/debian/changelog 2019-03-15 14:35:36 +0000
+++ b/debian/changelog 2019-12-04 04:42:55 +0000
@@ -205,7 +205,7 @@
* Drop left-over translation files for removed lb_testroot command.
* Get rid of useless bootstrap_archive-keys script. Closes: #773775
* Drop an optimization in chroot_archives that has undesired side-effects.
- Thanks to jnqnfe for the patch. Closes: #775989
+ Thanks to jnqnfe for the patch. Closes: #775989
* Drop gpgv and debian-keyring from Suggests.
* Fix Check_installed function when checking against host. Thanks to jnqnfe
for the report. Closes: #774807
@@ -6505,7 +6505,7 @@
- adds LIVE_INCLUDE_CHROOT to the manual exported variables as reported by
Mathieu Geli <mathieu.geli@gmail.com> (Closes: #412325).
- -- Daniel Baumann <mail@daniel-baumann.ch> Sun, 3 Mar 2007 12:25:00 +0100
+ -- Daniel Baumann <mail@daniel-baumann.ch> Sat, 03 Mar 2007 12:25:00 +0100
live-package (0.99.23-1) unstable; urgency=low
=== removed file 'debian/compat'
--- a/debian/compat 2016-11-28 22:07:18 +0000
+++ b/debian/compat 1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
-10
=== modified file 'debian/control'
--- a/debian/control 2019-04-17 19:00:52 +0000
+++ b/debian/control 2019-12-04 04:42:36 +0000
@@ -5,10 +5,10 @@
Uploaders: Raphaël Hertzog <hertzog@debian.org>,
Luca Boccassi <bluca@debian.org>,
Build-Depends:
- debhelper (>= 10~),
+ debhelper-compat (= 12),
po4a,
gettext,
-Standards-Version: 4.3.0
+Standards-Version: 4.4.1
Rules-Requires-Root: no
Homepage: https://wiki.debian.org/DebianLive
Vcs-Browser: https://salsa.debian.org/live-team/live-build