[Pkg-freeipa-devel] [Git][freeipa-team/oddjob][master] 2 commits: control, postinst: Depend on systemd and move the trigger check after debhelper. (Closes: #852000)

Timo Aaltonen gitlab at salsa.debian.org
Thu May 3 10:31:46 BST 2018


Timo Aaltonen pushed to branch master at FreeIPA packaging / oddjob


Commits:
32be24c4 by Timo Aaltonen at 2017-01-28T19:24:46+02:00
control, postinst: Depend on systemd and move the trigger check after debhelper. (Closes: #852000)

- - - - -
ebfed4c3 by Timo Aaltonen at 2017-01-28T19:24:54+02:00
releasing package oddjob version 0.34.3-4

- - - - -


4 changed files:

- debian/changelog
- debian/control
- debian/oddjob.postinst
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+oddjob (0.34.3-4) unstable; urgency=medium
+
+  * control, postinst: Depend on systemd and move the trigger check after
+    debhelper. (Closes: #852000)
+
+ -- Timo Aaltonen <tjaalton at debian.org>  Sat, 28 Jan 2017 19:24:48 +0200
+
 oddjob (0.34.3-3) unstable; urgency=medium
 
   * Add a trigger to restart the daemon when packages install files to


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -27,6 +27,7 @@ Package: oddjob
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends},
  dbus,
+ systemd,
 Description: D-Bus service which runs odd jobs -- daemon
  Oddjob is a D-Bus service which performs particular tasks for clients which
  connect to it and issue requests using the system-wide message bus.


=====================================
debian/oddjob.postinst
=====================================
--- a/debian/oddjob.postinst
+++ b/debian/oddjob.postinst
@@ -2,9 +2,9 @@
 
 set -e
 
+#DEBHELPER#
+
 if [ "$1" = triggered ]; then
-    service oddjobd restart
+    deb-systemd-invoke restart oddjobd.service
     exit 0
 fi
-
-#DEBHELPER#


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -21,6 +21,8 @@ override_dh_auto_configure:
 		--with-selinux-labels \
 		--without-python
 
+override_dh_auto_test:
+
 override_dh_install:
 	# purge .la files
 	find $(CURDIR)/debian/tmp -name "*.la" -type f -exec rm -f "{}" \;



View it on GitLab: https://salsa.debian.org/freeipa-team/oddjob/compare/a6e37c2d89292b0e576c09adc208d6f402b38ff6...ebfed4c30820cf5f90d2b51e56c55f6e32459b3f

---
View it on GitLab: https://salsa.debian.org/freeipa-team/oddjob/compare/a6e37c2d89292b0e576c09adc208d6f402b38ff6...ebfed4c30820cf5f90d2b51e56c55f6e32459b3f
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-freeipa-devel/attachments/20180503/edbe580d/attachment-0001.html>


More information about the Pkg-freeipa-devel mailing list