[1/2] Add removal of deb_compat to API changelog.

Message ID 20240221084257.16543-2-Quirin.Gylstorff@siemens.com
State Accepted, archived
Headers show
Series [1/2] Add removal of deb_compat to API changelog. | expand

Commit Message

Quirin Gylstorff Feb. 21, 2024, 8:42 a.m. UTC
From: Quirin Gylstorff <quirin.gylstorff@siemens.com>

The function deb_compat was replaced with a dependency to
debhelper-compat.

Signed-off-by: Quirin Gylstorff <quirin.gylstorff@siemens.com>
---
 RECIPE-API-CHANGELOG.md | 6 ++++++
 1 file changed, 6 insertions(+)

Patch

diff --git a/RECIPE-API-CHANGELOG.md b/RECIPE-API-CHANGELOG.md
index bea12871..2da7968d 100644
--- a/RECIPE-API-CHANGELOG.md
+++ b/RECIPE-API-CHANGELOG.md
@@ -566,3 +566,9 @@  supported, but a warning is issued when it is used. Future versions will drop
 When building a custom kernel module, the `KBuild` file might be located in
 a subdirectory. To support this use-case, set `MODULE_DIR=$(PWD)/subdir` in
 the module build recipe.
+
+### function debianize:deb_compat is removed
+
+Remove all uses of the function deb_compat. The functionality was replaced with
+a dependency to the package debhelper-compat.
+