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

Bastian Germann bage at linutronix.de
Fri Aug 2 09:37:01 CEST 2019


> From: Olivier Dion <dion at linutronix.de>
> 
> Signed-off-by: Olivier Dion <dion at linutronix.de>
> ---
>  debian/control | 20 ++++++++++++++++++--
>  1 file changed, 18 insertions(+), 2 deletions(-)
> 
> diff --git a/debian/control b/debian/control
> index a740d54b..9557f6f0 100644
> --- a/debian/control
> +++ b/debian/control
> @@ -80,8 +80,9 @@ Description: common files
>   Common files for ELBE (embedded linux build environment). These
>   python-modules are shared by several elbe subcommands.
>  
> -Package: elbe-debianize
> +Package: python-elbe-debianize

The binary package "elbe" recommends elbe-debianize. That recommendation
should be moved to python-elbe-debianize as well.

>  Architecture: all
> +Conflicts: elbe-debianize
>  Depends: ${misc:Depends},
>    python (>= 2.7~),
>    devscripts,
> @@ -89,11 +90,26 @@ Depends: ${misc:Depends},
>    libparse-debcontrol-perl,
>    python-elbe-common (= ${binary:Version}),
>    python-mako,
> -  python-npyscreen,
> +  python-urwid,
>    python-pkg-resources
>  Description: Wizard for debian foler generation
>   Assists users in generating a debianization for a given source code project.
>  
> +Package: python3-elbe-debianize
> +Architecture: all
> +Conflicts: elbe-debianize

Don't use Conflicts for the python3 package.

> +Depends: ${misc:Depends},
> +  python (>= 3.7~),
> +  devscripts,
> +  libdistro-info-perl,
> +  libparse-debcontrol-perl,
> +  python3-elbe-common (= ${binary:Version}),
> +  python3-mako,
> +  python3-urwid,
> +  python3-pkg-resources
> +Description: Wizard for debian foler generation
> + Assists users in generating a debianization for a given source code project.
> +
>  Package: elbe
>  Architecture: all
>  Depends: ${misc:Depends},
> 

With theses changes applied
Reviewed-by: Bastian Germann <bage at linutronix.de>



More information about the elbe-devel mailing list