[Pkg-freeipa-devel] certmonger: Changes to 'master'
Timo Aaltonen
tjaalton at moszumanska.debian.org
Wed Apr 6 09:35:55 UTC 2016
debian/certmonger.install | 2 +-
debian/certmonger.postrm | 11 +++++++++++
debian/changelog | 7 +++++++
debian/rules | 1 -
4 files changed, 19 insertions(+), 2 deletions(-)
New commits:
commit a7cd042cfdb734a2fdb03cf70290c40760e5cb6d
Author: Timo Aaltonen <tjaalton at debian.org>
Date: Wed Apr 6 12:35:15 2016 +0300
releasing package certmonger version 0.78.6-2
diff --git a/debian/changelog b/debian/changelog
index 7d2b0a4..4329136 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,9 @@
-certmonger (0.78.6-2) UNRELEASED; urgency=medium
+certmonger (0.78.6-2) unstable; urgency=medium
- * rules, install: freeipa is now fixed, put the helpers back in multiarch
- libdir.
+ * rules, install: Put the helpers back in multiarch libdir.
* postrm: Clean old cert requests on remove/purge.
- -- Timo Aaltonen <tjaalton at debian.org> Fri, 18 Mar 2016 09:55:22 +0200
+ -- Timo Aaltonen <tjaalton at debian.org> Wed, 06 Apr 2016 11:01:58 +0300
certmonger (0.78.6-1) unstable; urgency=medium
commit 463254d94d90d9c021980933d735ad62fef19e44
Author: Timo Aaltonen <tjaalton at debian.org>
Date: Fri Mar 18 11:38:31 2016 +0200
postrm: Clean old cert requests on remove/purge.
diff --git a/debian/certmonger.postrm b/debian/certmonger.postrm
new file mode 100644
index 0000000..8daa991
--- /dev/null
+++ b/debian/certmonger.postrm
@@ -0,0 +1,11 @@
+#!/bin/sh
+set -e
+
+case "$1" in
+ remove|purge)
+ rm -f /var/lib/certmonger/cas/*
+ rm -f /var/lib/certmonger/requests/*
+ ;;
+esac
+
+#DEBHELPER#
diff --git a/debian/changelog b/debian/changelog
index db0214a..7d2b0a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ certmonger (0.78.6-2) UNRELEASED; urgency=medium
* rules, install: freeipa is now fixed, put the helpers back in multiarch
libdir.
+ * postrm: Clean old cert requests on remove/purge.
-- Timo Aaltonen <tjaalton at debian.org> Fri, 18 Mar 2016 09:55:22 +0200
commit fd56b29056ba0c3f6066aa130c4175b31f774e0a
Author: Timo Aaltonen <tjaalton at debian.org>
Date: Fri Mar 18 10:26:11 2016 +0200
rules, install: freeipa is now fixed, put the helpers back in multiarch libdir.
diff --git a/debian/certmonger.install b/debian/certmonger.install
index 5a1c706..0e28b2a 100644
--- a/debian/certmonger.install
+++ b/debian/certmonger.install
@@ -6,6 +6,6 @@ usr/sbin/*
usr/share/dbus-1/*
usr/share/locale/*
usr/share/man/*
-usr/lib/certmonger/*
+usr/lib/*/certmonger/*
usr/lib/tmpfiles.d
var/lib/certmonger/*
diff --git a/debian/changelog b/debian/changelog
index c1fc5f6..db0214a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+certmonger (0.78.6-2) UNRELEASED; urgency=medium
+
+ * rules, install: freeipa is now fixed, put the helpers back in multiarch
+ libdir.
+
+ -- Timo Aaltonen <tjaalton at debian.org> Fri, 18 Mar 2016 09:55:22 +0200
+
certmonger (0.78.6-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/rules b/debian/rules
index 423733b..f2bea8b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,6 @@
override_dh_auto_configure:
dh_auto_configure -- \
- --libexecdir=/usr/lib \
--with-tmpdir=/var/run/certmonger \
--enable-systemd \
--enable-pie \
More information about the Pkg-freeipa-devel
mailing list