[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#691475: marked as done (unblock: dacs/1.4.27b-2)



Your message dated Sat, 27 Oct 2012 10:16:46 +0100
with message-id <1351329406.5616.19.camel@jacala.jungle.funky-badger.org>
and subject line Re: Bug#691475: unblock: dacs/1.4.27b-2
has caused the Debian Bug report #691475,
regarding unblock: dacs/1.4.27b-2
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.)


-- 
691475: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691475
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Dear Release-Team

Cc'in also Christoph Berg <myon@debian.org> (Maintainer of dacs).

Please unblock package dacs

dacs 1.4.27b-2 fixes RC bug #689541 "libapache2-mod-dacs: deletes
conffile on package removal (policy 10.7):
/etc/apache2/mods-available/auth_dacs.load"

unblock dacs/1.4.27b-2

Many thanks for your work, and
Regards,
Salvatore

- -- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCgAGBQJQih4iAAoJEHidbwV/2GP+3JQP/RqsN+XyGeiSi+uaY76BcR6w
B/dxnBkjJNzJcd/thH9ZyDnSbShEwApGEEDIyTHNdn1wWWvno+bZJzujV7NOHpE6
iM7adRSa0rMi0CM+Qqu9/0y+gqxBRNwtY+Ti4vMyHPpgBjbelqNIvKHk+ASAu69U
fsuZTAXS7m1jQh6pylQdI0JsZqkC9KzaUcAQs0aPl9KMxy2PmGOsukNLSbWsI8kK
p4AB44AxciVTv0zWyVRSNPq70IpFcxRRk13DzI/6Cm233ylWGLGCCIMZmuGtenFK
nyu7MGq25LOHBis+Aov72wCRPITyJui5Q2cz0RCvn5JmYgf3QkIph3L1oMbNYpiC
cBDXsgb6RYQl4AXoioG+WDKefhMRZFRICjrefNQnHXnNYMXj4DeO8iZ6MW+bVT/m
G6/ffA9/DNpHINt9g20+o/1R3N/mrBSHP0f5vJXctvk+5HKk99PD84/J3K7lwlon
QMx90FY1dksNYhdWFMw3f49Wf6wHsX+8TwAB3tdEm0PNzmZELrcZypgTeoELEIOr
dh3mR4MgMD9a5pFwtu+mN/JG3iTh8RUwdooZ7g4OqQeUvDYheD8oe+2zuS0Q/Mbn
NwrtMK7P9R5j8ooFs4rQoRV6gPyJjKyXQy+/GzQ8FKB/tlLA2+QWO1X/FQoEu8I2
cxVSsE7JZhsJaDXWzPof
=RQ2o
-----END PGP SIGNATURE-----
Base version: dacs_1.4.27b-1 from testing
Target version: dacs_1.4.27b-2 from unstable

No hints in place.

 changelog                  |    9 +++++++++
 libapache2-mod-dacs.postrm |   15 ---------------
 2 files changed, 9 insertions(+), 15 deletions(-)

diff -Nru dacs-1.4.27b/debian/changelog dacs-1.4.27b/debian/changelog
--- dacs-1.4.27b/debian/changelog	2012-03-23 11:25:51.000000000 +0000
+++ dacs-1.4.27b/debian/changelog	2012-10-22 12:49:48.000000000 +0000
@@ -1,3 +1,12 @@
+dacs (1.4.27b-2) unstable; urgency=medium
+
+  * Remove libapache2-mod-dacs.postrm in order not to remove the conffile
+    /etc/apache2/mods-available/auth_dacs.load on package remove. The symlink
+    from mods-enabled is removed on package remove, so we can simply leave the
+    mods-available file around.  Closes: #689541
+
+ -- Christoph Berg <myon@debian.org>  Mon, 22 Oct 2012 14:48:10 +0200
+
 dacs (1.4.27b-1) unstable; urgency=low
 
   * New upstream version.
diff -Nru dacs-1.4.27b/debian/libapache2-mod-dacs.postrm dacs-1.4.27b/debian/libapache2-mod-dacs.postrm
--- dacs-1.4.27b/debian/libapache2-mod-dacs.postrm	2012-01-19 15:57:36.000000000 +0000
+++ dacs-1.4.27b/debian/libapache2-mod-dacs.postrm	1970-01-01 00:00:00.000000000 +0000
@@ -1,15 +0,0 @@
-#! /bin/sh
-
-set -e
-
-if [ "$1" = "purge" -o "$1" = "remove" ]; then
-    # remove pseudo conffile
-    if test -e /etc/apache2/mods-available/auth_dacs.load; then
-        rm -f /etc/apache2/mods-available/auth_dacs.load
-    fi
-fi
-
-#DEBHELPER#
-
-exit 0
-

--- End Message ---
--- Begin Message ---
On Fri, 2012-10-26 at 07:22 +0200, Salvatore Bonaccorso wrote:
> Cc'in also Christoph Berg <myon@debian.org> (Maintainer of dacs).
> 
> Please unblock package dacs
> 
> dacs 1.4.27b-2 fixes RC bug #689541 "libapache2-mod-dacs: deletes
> conffile on package removal (policy 10.7):
> /etc/apache2/mods-available/auth_dacs.load"

Unblocked; thanks.

Regards,

Adam

--- End Message ---

Reply to: