Your message dated Wed, 12 Nov 2014 13:37:39 +0100 with message-id <20141112123739.GJ13253@mraw.org> and subject line Re: Bug#769256: unblock: shinken/2.0.3-3 has caused the Debian Bug report #769256, regarding unblock: shinken/2.0.3-3 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 769256: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769256 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: unblock: shinken/2.0.3-3
- From: Mathieu Parent <sathieu@debian.org>
- Date: Wed, 12 Nov 2014 11:46:45 +0100
- Message-id: <[🔎] 20141112104645.4109.45856.reportbug@ultrathieu.sathieu.net>
Package: release.debian.org Severity: normal User: release.debian.org@packages.debian.org Usertags: unblock Please unblock package shinken The new version fixes an RC detected by piuparts: Remove /var/log/shinken in purge. (Closes: #739791). Debdiff is one line (except d/changelog). Attached. unblock shinken/2.0.3-3 -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16-3-amd64 (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dashdiff --git a/debian/changelog b/debian/changelog index c5df3f5..ef35db6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +shinken (2.0.3-3) unstable; urgency=medium + + [ Thibault Cohen ] + * Remove /var/log/shinken in purge. (Closes: #739791) + + -- Thibault Cohen <tcohen@tcohen-pc.mtl.sfl> Tue, 11 Nov 2014 10:29:50 -0500 + shinken (2.0.3-2) unstable; urgency=medium * Upload to unstable diff --git a/debian/shinken-common.postrm b/debian/shinken-common.postrm index 92b5d4b..67c525b 100644 --- a/debian/shinken-common.postrm +++ b/debian/shinken-common.postrm @@ -42,6 +42,7 @@ case "$1" in ## Purge directories rm -rf /var/run/shinken || return 0 rm -rf /var/lib/shinken || return 0 + rm -rf /var/log/shinken || return 0 ;; upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) ;;
--- End Message ---
--- Begin Message ---
- To: Mathieu Parent <sathieu@debian.org>, 769256-done@bugs.debian.org
- Subject: Re: Bug#769256: unblock: shinken/2.0.3-3
- From: Cyril Brulebois <kibi@debian.org>
- Date: Wed, 12 Nov 2014 13:37:39 +0100
- Message-id: <20141112123739.GJ13253@mraw.org>
- In-reply-to: <[🔎] 20141112104645.4109.45856.reportbug@ultrathieu.sathieu.net>
- References: <[🔎] 20141112104645.4109.45856.reportbug@ultrathieu.sathieu.net>
Mathieu Parent <sathieu@debian.org> (2014-11-12): > Package: release.debian.org > Severity: normal > User: release.debian.org@packages.debian.org > Usertags: unblock > > Please unblock package shinken > > The new version fixes an RC detected by piuparts: > Remove /var/log/shinken in purge. (Closes: #739791). > > Debdiff is one line (except d/changelog). Attached. > > unblock shinken/2.0.3-3 Done, thanks. Mraw, KiBi.Attachment: signature.asc
Description: Digital signature
--- End Message ---