kernel-wedge (2.104)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 2.105 > 2.104
- 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: 2022-06-29 23:17:04+00
- Next scan: 2022-07-05 15:36:00+00
- Debian changelog in Git:
kernel-wedge (2.105) UNRELEASED; urgency=medium
* Remove constraints unnecessary since buster:
+ kernel-wedge: Drop versioned constraint on debhelper in Depends.
-- Debian Janitor <janitor@jelmer.uk> Sun, 29 Aug 2021 16:11:15 -0000
- This branch is 15 commits ahead of tag 2.102
- Git log:
commit 20a27f1d7c90dc3f7122505535bc14dbd24d4789
Author: Samuel Thibault <sthibault@debian.org>
Date: Sun Oct 31 16:39:55 2021 +0100
Make gbp produce the right tag format
commit 6ce20dd0e3b4ca6db4730e36554447e3035624df
Merge: fb7d7d4 3a74a67
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date: Sun Sep 5 13:52:50 2021 +0000
Merge branch 'scrub-obsolete' into 'master'
Remove unnecessary constraints
See merge request installer-team/kernel-wedge!1
commit 3a74a6762155d63db278e8aa8825d4c6525bf4c1
Author: Debian Janitor <janitor@jelmer.uk>
Date: Sun Aug 29 16:11:15 2021 +0000
Remove constraints unnecessary since buster
* kernel-wedge: Drop versioned constraint on debhelper in Depends.
Changes-By: deb-scrub-obsolete
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