[elbe-devel] [PATCH] Remove -bin dependency from -common

bage at linutronix.de bage at linutronix.de
Fri Mar 13 14:58:21 CET 2020


From: Bastian Germann <bage at linutronix.de>

With Elbe 12.3, I introduced a packaging bug.
elbe-debianize is not installable right now.  It was changed to install for
py2 and py3 and depends on both python-elbe-common and python3-elbe-common.
Those depend on the python{,3}-elbe-bin packages, which conflict each other.

c1addeeb7a ("py3: debian - produce python3 in python2 packages")
introduced the *-common -> *-bin dependency.
I do not think that this dependency makes any sense.
At that time the -bin packaged only the elbe start script and its man page.

Remove the dependency to make elbe-debianize installable again.

Signed-off-by: Bastian Germann <bage at linutronix.de>
---
 debian/control | 2 --
 1 file changed, 2 deletions(-)

diff --git a/debian/control b/debian/control
index fafffb064..a5379d6ae 100644
--- a/debian/control
+++ b/debian/control
@@ -67,7 +67,6 @@ Architecture: all
 Conflicts: elbe-common
 Depends: ${misc:Depends},
   elbe-schema (= ${binary:Version}),
-  python-elbe-bin (= ${binary:Version}),
   python (>= 2.7~),
   python-lxml,
   python-apt,
@@ -83,7 +82,6 @@ Package: python3-elbe-common
 Architecture: all
 Depends: ${misc:Depends},
   elbe-schema (= ${binary:Version}),
-  python3-elbe-bin (= ${binary:Version}),
   python3,
   python3-lxml,
   python3-apt,
-- 
2.20.1




More information about the elbe-devel mailing list