[elbe-devel] [PATCH] elbe: contrib: added build patch for debian stretch

Kurt Kanzenbach kurt at linutronix.de
Wed Mar 29 10:37:52 CEST 2017


Signed-off-by: Kurt Kanzenbach <kurt at linutronix.de>
---
 ...n-updated-dependencies-for-Debian-Stretch.patch | 43 ++++++++++++++++++++++
 1 file changed, 43 insertions(+)
 create mode 100644 contrib/stretch/elbe-debian-updated-dependencies-for-Debian-Stretch.patch

diff --git a/contrib/stretch/elbe-debian-updated-dependencies-for-Debian-Stretch.patch b/contrib/stretch/elbe-debian-updated-dependencies-for-Debian-Stretch.patch
new file mode 100644
index 0000000..1b4e987
--- /dev/null
+++ b/contrib/stretch/elbe-debian-updated-dependencies-for-Debian-Stretch.patch
@@ -0,0 +1,43 @@
+From b8f88b6b590fd980d69a63442ef62b7075579b87 Mon Sep 17 00:00:00 2001
+From: Kurt Kanzenbach <kurt at linutronix.de>
+Date: Wed, 29 Mar 2017 10:11:12 +0200
+Subject: [PATCH] elbe: debian: updated dependencies for Debian Stretch
+
+This includes:
+
+ * dh-systemd is not needed anymore, as it got merged into debhelper
+ * python-pyme was replaced by python-gpg
+
+These necessary changes were found by Benedikt Spranger. Thanks!
+
+Signed-off-by: Kurt Kanzenbach <kurt at linutronix.de>
+---
+ debian/control | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+diff --git a/debian/control b/debian/control
+index 7097e35..b92e5d2 100644
+--- a/debian/control
++++ b/debian/control
+@@ -3,8 +3,7 @@ Section: misc
+ Priority: optional
+ Maintainer: Manuel Traut <manut at linutronix.de>
+ Build-Depends: dh-python,
+-  debhelper (>= 7),
+-  dh-systemd (>= 1.5),
++  debhelper (>= 9),
+   python (>= 2.7~),
+   python-mako,
+   python-lxml,
+@@ -32,7 +31,7 @@ Depends: ${misc:Depends},
+   python-lxml,
+   python-apt,
+   python-gpgme,
+-  python-pyme,
++  python-gpg,
+   wget,
+   cpio
+ Description: common files
+-- 
+2.1.4
+
-- 
2.1.4





More information about the elbe-devel mailing list