[Pkg-sssd-devel] sssd: Changes to 'master'
Timo Aaltonen
tjaalton at moszumanska.debian.org
Tue Sep 8 20:00:52 UTC 2015
debian/changelog | 7 +++++++
debian/sssd-common.postinst | 4 ----
debian/sssd.maintscript | 1 +
3 files changed, 8 insertions(+), 4 deletions(-)
New commits:
commit 5179b5b72e883db36a0bc9deda1f1c4cf2bce42f
Author: Timo Aaltonen <tjaalton at debian.org>
Date: Tue Sep 8 22:47:20 2015 +0300
releasing package sssd version 1.12.5-3
diff --git a/debian/changelog b/debian/changelog
index 978c1d3..164a810 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-sssd (1.12.5-3) UNRELEASED; urgency=medium
+sssd (1.12.5-3) unstable; urgency=medium
* sssd-common.postinst: Drop removing the old logrotate file, handle
it in sssd.maintscript instead. (Closes: #794332)
- -- Timo Aaltonen <tjaalton at debian.org> Sat, 05 Sep 2015 07:13:03 +0300
+ -- Timo Aaltonen <tjaalton at debian.org> Tue, 08 Sep 2015 22:47:08 +0300
sssd (1.12.5-2) unstable; urgency=medium
commit 5366ee13f08578dcba516221b0f3b89d1dea5eeb
Author: Timo Aaltonen <tjaalton at debian.org>
Date: Sat Sep 5 07:13:16 2015 +0300
sssd-common.postinst: Drop removing the old logrotate file, handle it in sssd.maintscript instead. (Closes: #794332)
diff --git a/debian/changelog b/debian/changelog
index 7c86114..978c1d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+sssd (1.12.5-3) UNRELEASED; urgency=medium
+
+ * sssd-common.postinst: Drop removing the old logrotate file, handle
+ it in sssd.maintscript instead. (Closes: #794332)
+
+ -- Timo Aaltonen <tjaalton at debian.org> Sat, 05 Sep 2015 07:13:03 +0300
+
sssd (1.12.5-2) unstable; urgency=medium
* sssd-common.postinst: Remove duplicate logrotate file on update.
diff --git a/debian/sssd-common.postinst b/debian/sssd-common.postinst
index 6ef28bb..8b56f06 100644
--- a/debian/sssd-common.postinst
+++ b/debian/sssd-common.postinst
@@ -19,10 +19,6 @@ set -e
case "$1" in
configure)
- # from old packaging, delete the dupe
- if [ -f /etc/logrotate.d/sssd ]; then
- rm -f /etc/logrotate.d/sssd
- fi
;;
abort-upgrade|abort-remove|abort-deconfigure)
diff --git a/debian/sssd.maintscript b/debian/sssd.maintscript
new file mode 100644
index 0000000..9cbe3ae
--- /dev/null
+++ b/debian/sssd.maintscript
@@ -0,0 +1 @@
+rm_conffile /etc/logrotate.d/sssd 1.12.5-3~
More information about the Pkg-sssd-devel
mailing list