summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2016-12-15 08:17:03 +0100
committerJulien Cristau <jcristau@debian.org>2016-12-15 08:17:03 +0100
commit4e64998cd8e8804d8acedf3afc735ac0210b1b70 (patch)
tree3009abfd695ccc1dc706a88dd1623f31f1201f13
parent581742f03329c089280c9a189cae5566b40c82c4 (diff)
Add dependency on libevdev2 from the python*-evemu packages since we dlopen it.
-rw-r--r--debian/changelog2
-rw-r--r--debian/control2
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 87281b2..64c4035 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ evemu (2.6.0-0.1) UNRELEASED; urgency=medium
useful, and extend it to also 1) not hardcode libc's SONAME, and 2) use
libevdev's current SONAME rather than loading the .so symlink which may or
may not be available.
+ * Add dependency on libevdev2 from the python*-evemu packages since we
+ dlopen it.
-- Julien Cristau <jcristau@debian.org> Thu, 15 Dec 2016 07:39:22 +0100
diff --git a/debian/control b/debian/control
index f244093..7b00928 100644
--- a/debian/control
+++ b/debian/control
@@ -32,6 +32,7 @@ Architecture: linux-any
Multi-Arch: allowed
Pre-Depends: ${misc:Pre-Depends}
Depends: libevemu3 (= ${binary:Version}),
+ libevdev2,
${misc:Depends},
${python:Depends},
${shlibs:Depends}
@@ -48,6 +49,7 @@ Architecture: linux-any
Multi-Arch: allowed
Pre-Depends: ${misc:Pre-Depends}
Depends: libevemu3 (= ${binary:Version}),
+ libevdev2,
${misc:Depends},
${python3:Depends},
${shlibs:Depends}