vcswatch reports that
this package seems to have a new changelog entry (version
1.0.20, distribution
UNRELEASED) and new commits
in its VCS. You should consider whether it's time to make
an upload.
Here are the relevant commit messages:
commit 9daaae524f90ee492aa5eb73eb5e5619f7805e93
Author: Ben Hutchings <benh@debian.org>
Date: Tue Jan 18 02:06:24 2022 +0100
Delete old CI config that copied the pages branch
I forgot I already had to use CI to do this...
commit 2796c219201af756c3e1e313464f78ed73055763
Author: Ben Hutchings <benh@debian.org>
Date: Tue Jan 18 00:15:27 2022 +0100
Makefile, d/salsa-ci.yml: Move pages update to CI
This will be one less thing to remember.
commit 823e5834d349b055bb9173304261c442278cde0f
Author: Ben Hutchings <benh@debian.org>
Date: Tue Jan 18 00:47:28 2022 +0100
fixup! d/salsa-ci.yml: Add CI configuration for salsa.debian.org
commit 05c0a8ef179f59209d8f88de1b81d1645173d137
Author: Ben Hutchings <benh@debian.org>
Date: Mon Jan 17 22:51:07 2022 +0100
d/salsa-ci.yml: Add CI configuration for salsa.debian.org
commit 2be7fc764655e60aad55ec160dfbe18c1a41522a
Author: Ben Hutchings <benh@debian.org>
Date: Tue Jan 18 00:48:55 2022 +0100
Makefile: Generate git version in a way that works with GitLab CI variables
We currently use "git describe" to generate the version, but this
doesn't work in GitLab CI because we don't have git tags. Also, git
won't be installed by the common salsa-ci pipeline.
Switch to the <version>+git<date>.<hash> format, which we can generate
using either git commands or the variables provided by GitLab CI.
commit fc2230792c34fe4eef6bef868f6f3743b385811d
Merge: f7837c8 40fe802
Author: Ben Hutchings <ben@decadent.org.uk>
Date: Fri Aug 14 00:57:23 2020 +0000
Merge branch 'lintian-fixes' into 'master'
Fix some issues reported by lintian
See merge request kernel-team/kernel-handbook!1
commit 40fe80246c96e913e85d7caf335fdc75f9784ed5
Author: Debian Janitor <janitor@jelmer.uk>
Date: Sun Jun 21 22:53:05 2020 +0000
Set debhelper-compat version in Build-Depends.
Fixes: lintian: uses-debhelper-compat-file
See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html
commit 24ee779b3f52261e136a1b0a2e0f55d9ae79253d
Author: Debian Janitor <janitor@jelmer.uk>
Date: Sun Jun 21 22:52:24 2020 +0000
Bump debhelper from old 11 to 12.
Fixes: lintian: package-uses-old-debhelper-compat-version
See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html
commit 7dfa533862959a0c3594660635bbc8071d1e6635
Author: Debian Janitor <janitor@jelmer.uk>
Date: Sun Jun 21 22:51:43 2020 +0000
Trim trailing whitespace.
Fixes: lintian: file-contains-trailing-whitespace
See-also: https://lintian.debian.org/tags/file-contains-trailing-whitespace.html
commit f7837c8b707942a4c8947aca9f911ee0f8fb9446
Author: Ben Hutchings <ben@decadent.org.uk>
Date: Sun Mar 8 23:52:00 2020 +0000
Makefile: Update name of public pages directory in clean rule
commit 29ce882264d1f4de8659f3727b486adac22dcf0b
Author: Ben Hutchings <ben@decadent.org.uk>
Date: Sun Mar 8 23:44:32 2020 +0000
Link to lore.kernel.org as preferred mail archive
GMANE's web site hasn't worked for years.
commit a8a79f2f61c2f0791458a1b420b9d99fdb776103
Author: Ben Hutchings <ben@decadent.org.uk>
Date: Sun Mar 8 23:43:40 2020 +0000
Correct the filenames where debug-info is enabled in the linux package
Contrary to the current text (and the bug report that prompted the
last change), when debug-info was enabled in debian/config/defines
it was also left enabled in per-arch/flavour definitions which will
override it.
commit 9b33d7c7b390aa54f9b41119f056cdb0f726929d
Author: Ben Hutchings <ben@decadent.org.uk>
Date: Sat Dec 1 18:37:25 2018 +0000
Update link to serial console documentation on www.kernel.org