Run of lintian-fixes for live-build
Try this locally (using the lintian-brush package):
debcheckout live-build
cd live-build
lintian-brush
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, no changes needed. (out-of-date-standards-version)
- Bump debhelper from old 10 to 12. (package-uses-old-debhelper-compat-version)
Diff
=== modified file 'debian/changelog'
--- a/debian/changelog 2019-03-15 14:35:36 +0000
+++ b/debian/changelog 2019-08-23 18:49:22 +0000
@@ -4,6 +4,11 @@
* Fixed foreign architecture package support to linux kernel flavours
(Closes: #884553)
+ [ Debian Janitor ]
+ * Trim trailing whitespace.
+ * Update standards version, no changes needed.
+ * Bump debhelper from old 10 to 12.
+
-- Luca Boccassi <bluca@debian.org> Fri, 15 Mar 2019 14:34:45 +0000
live-build (1:20190311) unstable; urgency=medium
@@ -205,7 +210,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
=== 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-08-23 18:49:22 +0000
@@ -5,10 +5,9 @@
Uploaders: Raphaël Hertzog <hertzog@debian.org>,
Luca Boccassi <bluca@debian.org>,
Build-Depends:
- debhelper (>= 10~),
po4a,
- gettext,
-Standards-Version: 4.3.0
+ gettext,,debhelper-compat (= 12)
+Standards-Version: 4.4.0
Rules-Requires-Root: no
Homepage: https://wiki.debian.org/DebianLive
Vcs-Browser: https://salsa.debian.org/live-team/live-build