Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

kbuild: deb-pkg: get rid of |flex:native workaround from Build-Depends

"| flex:native" was a workaround (suggested by Ben, see Link) because
"MultiArch: foreign" was missing in the flex package on some old distros
when commit e3a22850664f ("deb-pkg: generate correct build dependencies")
was applied.

It seems fixing the flex package has been completed. Get rid of the
workaround.

Link: https://lore.kernel.org/linux-kbuild/ab49b0582ef12b14b1a68877263b81813e2492a2.camel@decadent.org.uk/
Link: https://wiki.debian.org/CrossBuildPackagingGuidelines
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Ben Hutchings <ben@decadent.org.uk>

+1 -1
+1 -1
scripts/package/mkdebian
··· 175 175 Priority: optional 176 176 Maintainer: $maintainer 177 177 Rules-Requires-Root: no 178 - Build-Depends: bc, rsync, kmod, cpio, bison, flex | flex:native $extra_build_depends 178 + Build-Depends: bc, rsync, kmod, cpio, bison, flex $extra_build_depends 179 179 Homepage: https://www.kernel.org/ 180 180 181 181 Package: $packagename-$version