[Pkg-freeipa-devel] dogtag-pki: Changes to 'master'

Timo Aaltonen tjaalton at moszumanska.debian.org
Fri Sep 25 11:26:41 UTC 2015


 debian/changelog       |    7 +++++++
 debian/pki-base.postrm |    1 -
 debian/pki-server.dirs |    1 +
 3 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 6f0ad57f1ced69a78c54495ea0bf422cab4cdd05
Author: Timo Aaltonen <tjaalton at debian.org>
Date:   Fri Sep 25 13:21:27 2015 +0300

    base.postrm: No need to remove /etc/pki here.

diff --git a/debian/changelog b/debian/changelog
index 860ade6..637d5b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 dogtag-pki (10.2.6-2) UNRELEASED; urgency=medium
 
   * pki-server.dirs: Add pki-tomcatd-nuxwdog.target.wants.
+  * base.postrm: No need to remove /etc/pki here.
 
  -- Timo Aaltonen <tjaalton at debian.org>  Fri, 25 Sep 2015 06:10:06 +0300
 
diff --git a/debian/pki-base.postrm b/debian/pki-base.postrm
index 53092ff..7f48c71 100644
--- a/debian/pki-base.postrm
+++ b/debian/pki-base.postrm
@@ -3,7 +3,6 @@ set -e
 
 if [ "$1" = purge ]; then
     rm -f /etc/pki/pki.version
-    rmdir /etc/pki
 fi
 
 

commit fa0fc3ec1e0a19407d95893820b20e9a124e8df4
Author: Timo Aaltonen <tjaalton at debian.org>
Date:   Fri Sep 25 13:20:48 2015 +0300

    pki-server.dirs: Add pki-tomcatd-nuxwdog.target.wants.

diff --git a/debian/changelog b/debian/changelog
index 1196686..860ade6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dogtag-pki (10.2.6-2) UNRELEASED; urgency=medium
+
+  * pki-server.dirs: Add pki-tomcatd-nuxwdog.target.wants.
+
+ -- Timo Aaltonen <tjaalton at debian.org>  Fri, 25 Sep 2015 06:10:06 +0300
+
 dogtag-pki (10.2.6-1) unstable; urgency=medium
 
   * New upstream release based on DOGTAG_10_2_6_FEDORA_22_23_20150718 tag.
diff --git a/debian/pki-server.dirs b/debian/pki-server.dirs
index f9e6fb5..9b4f911 100644
--- a/debian/pki-server.dirs
+++ b/debian/pki-server.dirs
@@ -1,2 +1,3 @@
 etc/systemd/system/pki-tomcatd.target.wants
+etc/systemd/system/pki-tomcatd-nuxwdog.target.wants
 var/lib/pki



More information about the Pkg-freeipa-devel mailing list