Package: vim-runtime Version: 2:9.1.1882-1 Severity: minor Hi!
The current debcontrol syntax support incorrectly considers < and > as build profile delimiters, even when they are not part of a build profile formula, such as the version operators. An example that shows this would be: ,--- debian/control --- Source: src-test Build-Depends: dep-with-build-profile (>= 1.0) <foo bar> <quux>, dep-bad-syntax-a (<< 1.0) | dep-bad-syntax-b | deb-bad-syntax-c (>> 2.0), `--- Thanks, Guillem

