[neon/backports-focal/iio-sensor-proxy/Neon/unstable] debian: Add udev and systemd to build depends
Ritesh Raj Sarraf
null at kde.org
Fri Oct 9 07:46:06 BST 2020
Git commit a75db2cbdfaf1fea6a4c8b7b23044b448348ff47 by Ritesh Raj Sarraf.
Committed on 04/11/2016 at 18:27.
Pushed by bshah into tag 'Neon/unstable'.
Add udev and systemd to build depends
Thanks: James Cowgill
Closes: #843175
Add udev and systemd to build depends
Old: Add libudev-dev and libsystemd-dev to build dependencies
Given how pkg-config works, I don't know if these build deps are
avoidable. Ofcourse, I can override this build dependency by explicitly
specifying what the configure script wants.
rrs at learner:~$ pkg-config --variable=udevdir udev
/lib/udev
2016-11-04 / 23:53:29 ♒♒♒ ☺
M +1 -1 debian/control
https://invent.kde.org/neon/backports-focal/iio-sensor-proxy/commit/a75db2cbdfaf1fea6a4c8b7b23044b448348ff47
diff --git a/debian/control b/debian/control
index b067c9d..887252a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: iio-sensor-proxy
Section: utils
Priority: optional
Maintainer: Ritesh Raj Sarraf <rrs at debian.org>
-Build-Depends: debhelper (>= 9.20120312), libgudev-1.0-dev, gtk-doc-tools (>= 1.0)
+Build-Depends: debhelper (>= 9.20120312), libgudev-1.0-dev, udev, systemd, gtk-doc-tools (>= 1.0)
Standards-Version: 3.9.8
Homepage: https://github.com/hadess/iio-sensor-proxy
Vcs-Git: https://anonscm.debian.org/git/collab-maint/iio-sensor-proxy
More information about the Neon-commits
mailing list