Yeah it's definitely that strange hardcoded part in:
/usr/bin/check-support-status:

> DEB_LOWEST_VER_ID=7
> # Version ID for next Debian stable
> DEB_NEXT_VER_ID=9
> …
> if [ "$DEBIAN_VERSION" -lt "$DEB_LOWEST_VER_ID" ] || [ "$DEBIAN_VERSION" -gt 
> "$DEB_NEXT_VER_ID" ] ; then
>     eval_gettext "Unknown DEBIAN_VERSION \$DEBIAN_VERSION. Valid values from 
> \$DEB_LOWEST_VER_ID and \$DEB_NEXT_VER_ID"; echo
>     exit 1
> fi

if one makes something like this one should have probably declared a
Conflicts against any base-files package >9.


Not sure what the correct is to handle this in the BTS... of course it
should be assigned to debian-security-support, but then people who
upgrade won't notice the problem... "affects base-files" isn't the case
and wouldn't probably make it show up either.

Guess the only thing the BTS allows is to have a 2nd bug at debian-
security-support and make this one a dummy-bug (which also block
transition to testing) blocked by the other.

Cheers,
Chris.

Reply via email to