[Pkg-sssd-devel] sssd: Changes to 'debian-unstable'
Timo Aaltonen
tjaalton-guest at alioth.debian.org
Tue May 15 17:01:42 UTC 2012
debian/changelog | 3 +++
debian/control | 1 +
debian/sssd.logrotate | 11 +++++++++++
3 files changed, 15 insertions(+)
New commits:
commit 0e95e2e074bdf26b28c9a0feff1f7ca21085d4eb
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date: Tue May 15 19:54:01 2012 +0300
sssd.logrotate: Rotate logs weekly, keep four previous rotations. (Closes: #672984)
diff --git a/debian/changelog b/debian/changelog
index 65e4560..257b025 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -44,6 +44,8 @@ sssd (1.8.3-1) UNRELEASED; urgency=low
* control: Add build-depends on libnl-dev to enable Netlink support.
* control: Add build-depends on libkeyutil-dev to enable support for
kernel keyring manipulation.
+ * sssd.logrotate: Rotate logs weekly, keep four previous rotations.
+ (Closes: #672984)
-- Timo Aaltonen <tjaalton at ubuntu.com> Wed, 04 Apr 2012 11:40:40 +0300
diff --git a/debian/sssd.logrotate b/debian/sssd.logrotate
new file mode 100644
index 0000000..f305c87
--- /dev/null
+++ b/debian/sssd.logrotate
@@ -0,0 +1,11 @@
+/var/log/sssd/*.log {
+ rotate 4
+ weekly
+ missingok
+ notifempty
+ compress
+ delaycompress
+ postrotate
+ kill -HUP `cat /var/run/sssd.pid` > /dev/null 2>&1 || true
+ endscript
+}
commit 3df6793853fbeaf99337a1ef082c61b98ce5303f
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date: Sat May 12 03:15:37 2012 +0300
debian/control: Add dh-apparmor to build-depends
diff --git a/debian/changelog b/debian/changelog
index 5b547ab..65e4560 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -36,6 +36,7 @@ sssd (1.8.3-1) UNRELEASED; urgency=low
- debian/rules: use dh_apparmor to install profile before sssd is
restarted
- debian/control: sssd Suggests apparmor (>= 2.3)
+ - debian/control: Add dh-apparmor to build-depends
- debian/sssd.preinst: disable profile on clean install or upgrades
from earlier than when we shipped the profile
* rules: Mangle the date stamp on pam_sss.8 so that the compressed file is
diff --git a/debian/control b/debian/control
index 8b4575f..ebd481e 100644
--- a/debian/control
+++ b/debian/control
@@ -35,6 +35,7 @@ Build-Depends: debhelper (>= 9), quilt, dh-autoreconf, autopoint, lsb-release,
libcollection-dev,
libini-config-dev,
check,
+ dh-apparmor,
Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/git/pkg-sssd/sssd
Vcs-Browser: http://git.debian.org/?p=pkg-sssd/sssd.git
More information about the Pkg-sssd-devel
mailing list