[neon/backports-focal/iio-sensor-proxy/Neon/unstable] debian: Enable integration with systemd
Ritesh Raj Sarraf
null at kde.org
Fri Oct 9 07:46:07 BST 2020
Git commit 827854b370c2542339cb2079db4d7c0de1e9d782 by Ritesh Raj Sarraf.
Committed on 25/01/2017 at 15:42.
Pushed by bshah into tag 'Neon/unstable'.
Enable integration with systemd
Thanks: Julien Cristau
Closes: #852597
M +1 -1 debian/control
M +1 -1 debian/rules
https://invent.kde.org/neon/backports-focal/iio-sensor-proxy/commit/827854b370c2542339cb2079db4d7c0de1e9d782
diff --git a/debian/control b/debian/control
index a3e4ed2..6abdb98 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, udev, systemd, gtk-doc-tools (>= 1.0), libgtk-3-dev
+Build-Depends: debhelper (>= 9.20120312), libgudev-1.0-dev, udev, systemd, gtk-doc-tools (>= 1.0), libgtk-3-dev, dh-systemd (>= 1.5)
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
diff --git a/debian/rules b/debian/rules
index 2086e2f..8ebdc52 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DH_OPTIONS
%:
- dh $@
+ dh $@ --with systemd
#override_dh_auto_configure:
# ./autogen.sh --prefix=/ --exec-prefix=/usr
More information about the Neon-commits
mailing list