[elbe-devel] [PATCH] debian control: add python as dependency to python-elbe-bin
Bastian Germann
bage at linutronix.de
Wed Aug 28 10:36:16 CEST 2019
> lintian complains:
>
> --------------------------------------------------------------------------
> E: python-elbe-bin: python-script-but-no-python-dep usr/bin/elbe
> --------------------------------------------------------------------------
>
> fix it, be directly depending on it, even if there is an indirect
> dependency via elbe-common.
>
> Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
Reviewed-by: Bastian Germann <bage at linutronix.de>
> ---
> debian/control | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/debian/control b/debian/control
> index 5042fef2c..ce392b8c4 100644
> --- a/debian/control
> +++ b/debian/control
> @@ -43,7 +43,8 @@ Description: xml schema files
> Package: python-elbe-bin
> Conflicts: elbe-common
> Architecture: all
> -Depends: python-elbe-common (= ${binary:Version})
> +Depends: python-elbe-common (= ${binary:Version}),
> + python (>= 2.7~)
> Description: elbe executable
> Common files for ELBE (embedded linux build environment). These
> python-modules are shared by several elbe subcommands.
>
More information about the elbe-devel
mailing list