Jonathan Nieder wrote:
> --- a/scripts/Dpkg/Source/Package/V3/bzr.pm
> +++ b/scripts/Dpkg/Source/Package/V3/bzr.pm
> @@ -49,7 +49,8 @@ sub import {
> return 1;
> }
> }
> - error(_g("This source package can only be manipulated using bzr, which
> is not in the PATH."));
> + error(_g("cannot unpack bzr-format source package because "
> + "bzr is not in the PATH"));
> }
>
> sub sanity_check {
By the way, if you want to test the patch (what a funny idea), this
"cannot unpack bzr-format" line needs a . (concatenation operator) at
the end. Sorry for the noise.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]