Your message dated Mon, 04 Jan 2010 21:44:12 +0000
with message-id <[email protected]>
and subject line Bug#562576: fixed in mpd 0.15.7-1
has caused the Debian Bug report #562576,
regarding mpd user not deleted on purge
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 [email protected]
immediately.)
--
562576: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=562576
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mpd
Version: 0.15.6-1
Severity: normal
Tags: patch
Hi,
The mpd user still exists on my system after I have purged the package.
Here is a patch against current version in sid to automatically delete
the user when the package is purged:
--- debian/mpd.postrm.orig 2009-12-26 08:07:13.229827720 +0100
+++ debian/mpd.postrm 2009-12-26 08:07:25.501327778 +0100
@@ -11,6 +11,8 @@
fi
done
+ deluser --quiet --system mpd > /dev/null || true
+
rm -rf /var/log/mpd /var/run/mpd/pid /var/lib/mpd/state \
/var/lib/mpd/tag_cache > /dev/null 2>&1
fi
Cheers,
Julien
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (150, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.31-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages mpd depends on:
ii adduser 3.112 add and remove users and groups
ii libao2 0.8.8-5 Cross Platform Audio Output Librar
ii libasound2 1.0.21a-1 shared library for ALSA applicatio
ii libaudiofile0 0.2.6-8 Open-source version of SGI's audio
ii libavcodec52 5:0.5+svn20091224-0.0 library to encode decode multimedi
ii libavformat52 5:0.5+svn20091224-0.0 ffmpeg file format library
ii libavutil49 4:0.5+svn20090706-2+b1 ffmpeg utility library
ii libc6 2.10.2-2 GNU C Library: Shared libraries
pn libcue1 <none> (no description available)
ii libcurl3-gnutls 7.19.7-1 Multi-protocol file transfer libra
ii libfaad2 2.7-4 freeware Advanced Audio Decoder -
ii libflac8 1.2.1-2+b1 Free Lossless Audio Codec - runtim
ii libgcc1 1:4.4.2-6 GCC support library
ii libglib2.0-0 2.22.3-2 The GLib library of C routines
ii libid3tag0 0.15.1b-10 ID3 tag reading library from the M
ii libjack0 0.118+svn3796-1 JACK Audio Connection Kit (librari
ii libmad0 0.15.1b-4 MPEG audio decoder library
ii libmms0 0.4-2 MMS stream protocol library - shar
ii libmpcdec6 2:0.1~r453-1 MusePack decoder - library
ii libogg0 1.1.4~dfsg-2 Ogg bitstream library
ii libpulse0 0.9.21-1 PulseAudio client libraries
pn libresid-builder0 <none> (no description available)
ii libsamplerate0 0.1.7-3 Audio sample rate conversion libra
ii libshout3 2.2.2-5+b1 MP3/Ogg Vorbis broadcast streaming
pn libsidplay2 <none> (no description available)
ii libsqlite3-0 3.6.21-2 SQLite 3 shared library
ii libstdc++6 4.4.2-6 The GNU Standard C++ Library v3
ii libvorbis0a 1.2.3-3 The Vorbis General Audio Compressi
ii libvorbisenc2 1.2.3-3 The Vorbis General Audio Compressi
ii libvorbisfile3 1.2.3-3 The Vorbis General Audio Compressi
ii libwavpack1 4.60.1-1 an audio codec (lossy and lossless
mpd recommends no packages.
Versions of packages mpd suggests:
ii avahi-daemon 0.6.25-2 Avahi mDNS/DNS-SD daemon
pn icecast2 <none> (no description available)
pn mpd-client <none> (no description available)
ii pulseaudio 0.9.21-1 PulseAudio sound server
--- End Message ---
--- Begin Message ---
Source: mpd
Source-Version: 0.15.7-1
We believe that the bug you reported is fixed in the latest version of
mpd, which is due to be installed in the Debian FTP archive:
mpd-dbg_0.15.7-1_amd64.deb
to main/m/mpd/mpd-dbg_0.15.7-1_amd64.deb
mpd_0.15.7-1.diff.gz
to main/m/mpd/mpd_0.15.7-1.diff.gz
mpd_0.15.7-1.dsc
to main/m/mpd/mpd_0.15.7-1.dsc
mpd_0.15.7-1_amd64.deb
to main/m/mpd/mpd_0.15.7-1_amd64.deb
mpd_0.15.7.orig.tar.gz
to main/m/mpd/mpd_0.15.7.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Decklin Foster <[email protected]> (supplier of updated mpd package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 04 Jan 2010 15:00:58 -0500
Source: mpd
Binary: mpd mpd-dbg
Architecture: source amd64
Version: 0.15.7-1
Distribution: unstable
Urgency: low
Maintainer: Decklin Foster <[email protected]>
Changed-By: Decklin Foster <[email protected]>
Description:
mpd - Music Player Daemon
mpd-dbg - Music Player Daemon debugging symbols
Closes: 555392 562576
Changes:
mpd (0.15.7-1) unstable; urgency=low
.
* New upstream release
* Remove 'mpd' user on purge (Closes: #562576)
* Add autofs to init.d dependencies (Closes: #555392)
Checksums-Sha1:
2060d4ab03df31fe59f16711642267b5945bffed 1546 mpd_0.15.7-1.dsc
005d8889aaa2e4f154f232b5620b72d4d8a54a3a 480712 mpd_0.15.7.orig.tar.gz
714f0bded108b9453bcc7e20f192309fbb4863c3 15652 mpd_0.15.7-1.diff.gz
2c05fdf7a7797032d18cfe7dc97b65c6aa1c68c9 195850 mpd_0.15.7-1_amd64.deb
e4767d5f139e227f09346502c79997edfd50f04a 407138 mpd-dbg_0.15.7-1_amd64.deb
Checksums-Sha256:
109a91275598e614454f9e1fda5dd4f09c7f4eb86bf17f14cde8c1d04a337b7b 1546
mpd_0.15.7-1.dsc
27397bfa2b3485490591e4cce66fbbdb32c0da5b1cdbe5679a00c81137718048 480712
mpd_0.15.7.orig.tar.gz
fe32979a7cffe33c1ae20701fd2dee91b6d3dcbfb4465089c697b63c8866e76a 15652
mpd_0.15.7-1.diff.gz
6893f1b4c960fec02ae81e4730bdefdacb87a7a4605f3c77c156abc72f65a036 195850
mpd_0.15.7-1_amd64.deb
ba5b51872488e64cde437def77a19e0d7c0391c43fc5d50bb998361564fa7ea7 407138
mpd-dbg_0.15.7-1_amd64.deb
Files:
f8cb6b6094d04904c9114879421b84bc 1546 sound optional mpd_0.15.7-1.dsc
c4b3407611086eead5bcdcab38fb3d20 480712 sound optional mpd_0.15.7.orig.tar.gz
e95b5c9bbb63676f631faace65626ff7 15652 sound optional mpd_0.15.7-1.diff.gz
105f3553da658596569eae508feda51b 195850 sound optional mpd_0.15.7-1_amd64.deb
a98e2afdab2c9d4aa795067e8ebb09a0 407138 debug extra mpd-dbg_0.15.7-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iD4DBQFLQlCjuIJGh/GWjRsRAuPOAJdqJwu4tz6NtWvEShKGY0CVG7FWAJ4zBW1V
J9H/Mbxfpd/zPDobhr8gKQ==
=eZwY
-----END PGP SIGNATURE-----
--- End Message ---