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

dion at linutronix.de dion at linutronix.de
Thu Aug 1 17:49:34 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
 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
+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},
-- 
2.11.0




More information about the elbe-devel mailing list