[elbe-devel] [PATCH] debianize: add parsing dependencies

John Ogness john.ogness at linutronix.de
Mon Jan 23 21:14:24 CET 2017


elbe-debianize relies on perl libraries to parse the control file.

Signed-off-by: John Ogness <john.ogness at linutronix.de>
---
 debian/control | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/control b/debian/control
index b15b689..7822c4d 100644
--- a/debian/control
+++ b/debian/control
@@ -41,6 +41,8 @@ Architecture: all
 Depends: ${misc:Depends},
   python (>= 2.7~),
   devscripts,
+  libdistro-info-perl,
+  libparse-debcontrol-perl,
   elbe-common (= ${binary:Version}),
   python-mako,
   python-npyscreen
-- 
2.1.4




More information about the elbe-devel mailing list