[Pkg-freeipa-devel] oddjob: Changes to 'master'

Timo Aaltonen tjaalton at moszumanska.debian.org
Sat Jan 28 17:25:26 UTC 2017


 debian/changelog       |    7 +++++++
 debian/control         |    1 +
 debian/oddjob.postinst |    6 +++---
 debian/rules           |    2 ++
 4 files changed, 13 insertions(+), 3 deletions(-)

New commits:
commit ebfed4c30820cf5f90d2b51e56c55f6e32459b3f
Author: Timo Aaltonen <tjaalton at debian.org>
Date:   Sat Jan 28 19:24:54 2017 +0200

    releasing package oddjob version 0.34.3-4

diff --git a/debian/changelog b/debian/changelog
index c030475..06ab330 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-oddjob (0.34.3-4) UNRELEASED; urgency=medium
+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 15:52:13 +0200
+ -- Timo Aaltonen <tjaalton at debian.org>  Sat, 28 Jan 2017 19:24:48 +0200
 
 oddjob (0.34.3-3) unstable; urgency=medium
 

commit 32be24c4d4b48e391753fbc8f23f87dfc624c59a
Author: Timo Aaltonen <tjaalton at debian.org>
Date:   Sat Jan 28 19:24:46 2017 +0200

    control, postinst: Depend on systemd and move the trigger check after debhelper. (Closes: #852000)

diff --git a/debian/changelog b/debian/changelog
index 7136109..c030475 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+oddjob (0.34.3-4) UNRELEASED; 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 15:52:13 +0200
+
 oddjob (0.34.3-3) unstable; urgency=medium
 
   * Add a trigger to restart the daemon when packages install files to
diff --git a/debian/control b/debian/control
index 98b26b1..91a8d66 100644
--- 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.
diff --git a/debian/oddjob.postinst b/debian/oddjob.postinst
index fdb663b..6151c55 100644
--- 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#
diff --git a/debian/rules b/debian/rules
index db1a653..5d79ab4 100755
--- 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 "{}" \;



More information about the Pkg-freeipa-devel mailing list