kernel-wedge (2.104)
[PTS] [DDPO]
COMMITS: VCS has seen 12 commits since the 2.102 tag
- Git: https://salsa.debian.org/installer-team/kernel-wedge.git
-
- Branch: master
- Path: debian/changelog
- Browser: https://salsa.debian.org/installer-team/kernel-wedge
- Last scan: 2021-04-11 03:32:14+00
- Next scan: 2021-04-18 08:35:00+00
- Debian changelog in Git:
kernel-wedge (2.104) unstable; urgency=medium
* build-arch, copy-modules: Replace deprecated tempfile command with mktemp
* copy-modules: Fail if building from installed Linux package without
modules.dep
* copy-modules: Add postinst scripts in Linux modules packages to run depmod
(Closes: #369256)
* Use debhelper compatibility level 12:
- Build-Depend on debhelper-compat and remove debian/compat
* Update capitalisation in lintian-overrides
* debian/control: Use my debian.org email in Uploaders field
-- Ben Hutchings <benh@debian.org> Thu, 24 Sep 2020 17:44:10 +0100
- This branch is 12 commits ahead of tag 2.102
- Git log:
commit fb7d7d41cf9c32d7f9cedf6366a147790d5fe323
Author: Ben Hutchings <benh@debian.org>
Date: Thu Sep 24 17:44:27 2020 +0100
releasing package kernel-wedge version 2.104
commit ff78a2525c8a5a0f7b67c40dcd0cd5775c89dbba
Author: Ben Hutchings <benh@debian.org>
Date: Wed Sep 23 20:18:58 2020 +0100
debian/control: Use my debian.org email in Uploaders field
commit 7037fabca11cc267b4c3d90a8dbd05a2c14aa9d5
Author: Ben Hutchings <benh@debian.org>
Date: Wed Sep 23 20:17:51 2020 +0100
Update capitalisation in lintian-overrides
lintian now uses a title-case field name instead of lower-case in
binary-package-depends-on-toolchain-package.
commit 9c299e482912563c5f2a07c4a2a9d396db62de8b
Author: Ben Hutchings <benh@debian.org>
Date: Wed Sep 23 20:05:13 2020 +0100
Use debhelper compatibility level 12
Build-Depend on debhelper-compat and remove debian/compat.
commit 839e3fa323f7c445dd5035e627ad087d8d016707
Author: Ben Hutchings <benh@debian.org>
Date: Wed Sep 23 19:27:55 2020 +0100
copy-modules: Add postinst scripts in Linux modules packages to run depmod
On Linux, modprobe and udevd rely on having valid module indexes
(modules.alias, modules.dep, etc.) generated by depmod. Currently d-i
usually (but possibly not always) runs depmod after installing a Linux
modules package.
As a step away from this, add postinst scripts to all modules packages
that run depmod if necessary.
Closes: #369256
commit 86df88d8cb36ad08624c70e2c8091505cde36b91
Author: Ben Hutchings <benh@debian.org>
Date: Wed Sep 23 18:33:24 2020 +0100
copy-modules: Fail if building from installed Linux package without modules.dep
When I added support for building udebs directly from a kernel source
package, I made copy-modules run depmod for Linux architectures if
modules.dep was missing. Rearrange the conditions so we generate
modules.dep if-and-only-if building from a kernel source package.
Fail if we're building from an installed Linux package and it's not
present.
commit 3713a2fbbd3b3ad8a66d232a51dbf914f0b6de1f
Author: Ben Hutchings <benh@debian.org>
Date: Wed Sep 23 20:12:32 2020 +0100
Revert "Add unfinished test scripts included in version 2.103"
This reverts commit cab4c9169782171da34ca2acb9132630e391d21c.
commit 59f9a3042f964c1dda08246b28a24e29e750a53c
Merge: 7b9b477 cab4c91
Author: Ben Hutchings <benh@debian.org>
Date: Wed Sep 23 20:12:25 2020 +0100
Merge tag '2.103' into master
tagging version 2.103
commit cab4c9169782171da34ca2acb9132630e391d21c
Author: Ben Hutchings <benh@debian.org>
Date: Wed Sep 23 20:10:38 2020 +0100
Add unfinished test scripts included in version 2.103
commit 7b9b4776f3082e706e8030e2ef97cafbb7ba584d
Author: Ben Hutchings <benh@debian.org>
Date: Sat Jul 25 03:23:38 2020 +0100
build-arch, copy-modules: Replace deprecated tempfile command with mktemp
The tempfile command is now deprecated in favour of mktemp.
More importantly, these scripts currently remove the file created by
tempfile and then create a directory in its place, which introduces a
race condition. mktemp allows creating a directory safely.
(The race condition should no longer have a serious security impact,
since we have a kernel-level mitigation for such bugs involving /tmp.)
commit 905146463efca119d9a3210908d611a420f09f2f
Author: Steven Chamberlain <stevenc@debian.org>
Date: Sun Mar 29 10:45:52 2020 +0000
releasing package kernel-wedge version 2.103
commit 218ca5fad34acec73bcb63d43dff0ef4f4f43b08
Author: Steven Chamberlain <stevenc@debian.org>
Date: Sat Mar 28 18:12:35 2020 +0000
preprocess: If source directory is a symlink, follow it
Also makes $moddir be a symlink within the regression tests for
preprocess.
Closes: #955210