This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=40b647e5d17a55446ea353751065597c6fa77727 commit 40b647e5d17a55446ea353751065597c6fa77727 Author: Guillem Jover <[email protected]> AuthorDate: Fri Nov 28 01:08:38 2025 +0100 debian: Add libselinux-dev in Build-Depends as alternative to libselinux1-dev The package has been renamed. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 9e15c9bb4..e77b0d977 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,7 @@ Build-Depends: liblzma-dev (>= 5.4.0), # Version needed for the new streaming API. libzstd-dev (>= 1.4.0), - libselinux1-dev [linux-any], + libselinux-dev [linux-any] | libselinux1-dev [linux-any], libncurses-dev (>= 6.1+20180210), # Needed for the functional test. bzip2 <!nocheck>, -- Dpkg.Org's dpkg

