[elbe-devel] [PATCH 6/8] debian: rename python-elbe-debianize back to elbe-debianize

Torben Hohn torben.hohn at linutronix.de
Fri Aug 9 10:47:52 CEST 2019


renaming the package is not useful, because it generates too many changes
later on.

rename it back, and remove the python3-elbe-debianize pkg

Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
 debian/control | 18 ++----------------
 1 file changed, 2 insertions(+), 16 deletions(-)

diff --git a/debian/control b/debian/control
index a1bb956b0..5042fef2c 100644
--- a/debian/control
+++ b/debian/control
@@ -80,7 +80,7 @@ Description: common files
  Common files for ELBE (embedded linux build environment). These
  python-modules are shared by several elbe subcommands.
 
-Package: python-elbe-debianize
+Package: elbe-debianize
 Architecture: all
 Conflicts: elbe-debianize
 Depends: ${misc:Depends},
@@ -95,20 +95,6 @@ Depends: ${misc:Depends},
 Description: Wizard for debian foler generation
  Assists users in generating a debianization for a given source code project.
 
-Package: python3-elbe-debianize
-Architecture: all
-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},
@@ -121,7 +107,7 @@ Depends: ${misc:Depends},
   p7zip-full,
   make,
   lsb-release
-Recommends: elbe-doc (= ${binary:Version}), python-elbe-debianize, haveged
+Recommends: elbe-doc (= ${binary:Version}), elbe-debianize, haveged
 Description: Embedded Linux Build Environment
  A flexible Root Filesystem builder. ELBE uses Debian packages to build a RFS
  for (embedded) targets. A target is described with a single XML file. Besides
-- 
2.11.0




More information about the elbe-devel mailing list