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

Timo Aaltonen tjaalton at moszumanska.debian.org
Wed Jan 18 01:07:19 UTC 2017


 debian/changelog       |    7 +++++++
 debian/oddjob.postinst |   10 ++++++++++
 debian/oddjob.triggers |    1 +
 3 files changed, 18 insertions(+)

New commits:
commit a6e37c2d89292b0e576c09adc208d6f402b38ff6
Author: Timo Aaltonen <tjaalton at debian.org>
Date:   Wed Jan 18 02:32:53 2017 +0200

    releasing package oddjob version 0.34.3-3

diff --git a/debian/changelog b/debian/changelog
index 7375a2b..7136109 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-oddjob (0.34.3-3) UNRELEASED; urgency=medium
+oddjob (0.34.3-3) unstable; urgency=medium
 
   * Add a trigger to restart the daemon when packages install files to
     the config directory. (LP: #1657134)
 
- -- Timo Aaltonen <tjaalton at debian.org>  Wed, 18 Jan 2017 02:28:49 +0200
+ -- Timo Aaltonen <tjaalton at debian.org>  Wed, 18 Jan 2017 02:32:45 +0200
 
 oddjob (0.34.3-2) unstable; urgency=medium
 

commit 728327ec5214583cc07b431fde57f67612e34ce8
Author: Timo Aaltonen <tjaalton at debian.org>
Date:   Wed Jan 18 02:31:22 2017 +0200

    Add a trigger to restart the daemon when packages install files to the config directory. (LP: #1657134)

diff --git a/debian/changelog b/debian/changelog
index 803d207..7375a2b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+oddjob (0.34.3-3) UNRELEASED; urgency=medium
+
+  * Add a trigger to restart the daemon when packages install files to
+    the config directory. (LP: #1657134)
+
+ -- Timo Aaltonen <tjaalton at debian.org>  Wed, 18 Jan 2017 02:28:49 +0200
+
 oddjob (0.34.3-2) unstable; urgency=medium
 
   * rules: Pass --sbindir to configure.
diff --git a/debian/oddjob.postinst b/debian/oddjob.postinst
new file mode 100644
index 0000000..fdb663b
--- /dev/null
+++ b/debian/oddjob.postinst
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -e
+
+if [ "$1" = triggered ]; then
+    service oddjobd restart
+    exit 0
+fi
+
+#DEBHELPER#
diff --git a/debian/oddjob.triggers b/debian/oddjob.triggers
new file mode 100644
index 0000000..9bdb6f8
--- /dev/null
+++ b/debian/oddjob.triggers
@@ -0,0 +1 @@
+interest-noawait /etc/oddjobd.conf.d



More information about the Pkg-freeipa-devel mailing list