[elbe-devel] [PATCH 14/14] Update debian control for elbe-debianize

Bastian Germann bage at linutronix.de
Thu Aug 1 15:57:55 CEST 2019


> From: Olivier Dion <dion at linutronix.de>
> 
> Signed-off-by: Olivier Dion <dion at linutronix.de>
> ---
>  debian/control | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/debian/control b/debian/control
> index a740d54b..bdbf7ccb 100644
> --- a/debian/control
> +++ b/debian/control
> @@ -83,14 +83,14 @@ Description: common files
>  Package: elbe-debianize
>  Architecture: all
>  Depends: ${misc:Depends},
> -  python (>= 2.7~),
> +  python (>= 3.7~),
>    devscripts,
>    libdistro-info-perl,
>    libparse-debcontrol-perl,
> -  python-elbe-common (= ${binary:Version}),
> -  python-mako,
> -  python-npyscreen,
> -  python-pkg-resources
> +  python3-elbe-common (= ${binary:Version}),
> +  python3-mako,
> +  python3-urwid,

Please leave the dependencies like they are and make elbe-debianize a
python-elbe-debianize (with npyscreen -> urwid). Introduce a new package
python3-elbe-debianize with the corresponding python3-* packages.

> +  python3-pkg-resources
>  Description: Wizard for debian foler generation
>   Assists users in generating a debianization for a given source code project.
>  
> 



More information about the elbe-devel mailing list