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=eae25aa1fb85123e4d981d2d242fb2262a5ca026 The following commit(s) were added to refs/heads/main by this push: new eae25aa1f debian: Remove obsolete libncursesw5-dev alternative from Build-Depends eae25aa1f is described below commit eae25aa1fb85123e4d981d2d242fb2262a5ca026 (HEAD -> main) Author: Guillem Jover <[email protected]> AuthorDate: Fri Dec 2 00:10:02 2022 +0100 debian: Remove obsolete libncursesw5-dev alternative from Build-Depends This was a transitional package already in the current Debian stable release. Warned-by: lintian --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index f4e67a634..c594f825d 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,7 @@ Build-Depends: libbz2-dev, liblzma-dev, libselinux1-dev [linux-any], - libncurses-dev (>= 6.1+20180210) | libncursesw5-dev, + libncurses-dev (>= 6.1+20180210), # Needed for the functional test. bzip2 <!nocheck>, xz-utils <!nocheck>, -- Dpkg.Org's dpkg

