summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Michael Green <plugwash@debian.org>2019-01-17 00:01:41 +0000
committerPeter Michael Green <plugwash@debian.org>2019-01-17 00:01:41 +0000
commitb8e23a2904efe8971814d6b82b1ad1f1c4eb1d82 (patch)
tree7f203bfdacf5c1edcf5c28c170563d2dae4623d6
parent09942c5fdaad39c292cd8d42c1ba581f4e464ebe (diff)
Remove systemd stuff in debian/rules since we don't ship the server.
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules7
2 files changed, 2 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index e19fe2d..a3a48ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
pigpio (1.68-3) UNRELEASED; urgency=medium
* Fix short description for libpigpiod-if-dev package.
+ * Remove systemd stuff in debian/rules, since we don't ship the server.
-- Peter Michael Green <plugwash@debian.org> Wed, 16 Jan 2019 23:17:28 +0000
diff --git a/debian/rules b/debian/rules
index 4895da5..de11e70 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,14 +7,9 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CFLAGS_MAINT_APPEND = -Wno-format-security
%:
- dh $@ --with python2,python3,systemd
+ dh $@ --with python2,python3
override_dh_clean:
rm -rf build
dh_clean
-override_dh_systemd_start:
- dh_systemd_start --name pigpiod --no-start
-
-override_dh_systemd_enable:
- dh_systemd_enable --name pigpiod --no-enable