Bug#1121657: dpkg-dev/dpkg-buildpackage doesn't check the Build-Profiles syntax
Matthias Klose <[email protected]>
| Newsgroups | gmane.linux.debian.devel.dpkg.bugs |
|---|---|
| Message-ID | <57012975-2d07-47d2-82a7-24a422a86dff__45754.7945015662$1764486925$gmane$org@debian.org> |
Package: src:dpkg Version: 1.22.21 Severity: important Tags: sid forky As you asked to file a separate bug report: dpkg-dev/dpkg-buildpackage doesn't check the Build-Profiles syntax and lets a package build fail. llvm-toolchain-21 had used a syntax Build-Profiles: <!pkg.llvm.noclang> + <!pkg.llvm.nolld> which disabled the build of the binary packages having such a profile. dpkg-buildpackage doesn't complain about that syntax. It should, and fail the build instead of just not building packages with such a profile.