Your message dated Sat, 19 May 2012 09:16:38 +0000
with message-id <e1svfma-0008pa...@franck.debian.org>
and subject line Bug#673471: fixed in nbd 1:3.1-2
has caused the Debian Bug report #673471,
regarding nbd-server: doesn't remove /etc/nbd-server/config 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 ow...@bugs.debian.org
immediately.)
--
673471: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673471
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: nbd-server
Version: 1:3.1-1
Severity: serious
Tags: patch
Justification: Policy 10.7.3
thanks so much for creating /etc/nbd-server/config, but now the file
/etc/nbd-server/config isn't removed on purge, as it's only purging ucf's
database of the file, and ucf requires to maintainer to remove the actual
file. from the ucf man page:
-p, --purge
Removes all vestiges of the file from the state hashfile. This is required
to allow
...
Note: ucf does
not actually touch the file on disk in this operation, so any file
removals are
still the responsibility of the calling package.
the following patch should address the issue, by always removing
/etc/nbd-server/config:
commit 8233aca96f738801dd9b5f599da9a4c3dc59e3dd
Author: Vagrant Cascadian <vagr...@freegeek.org>
Date: Fri May 18 13:37:14 2012 -0700
Manually remove /etc/nbd-server/config, as ucf only removes it from it's own
databases.
diff --git a/debian/nbd-server.postrm b/debian/nbd-server.postrm
index 51243c1..9dea6d1 100644
--- a/debian/nbd-server.postrm
+++ b/debian/nbd-server.postrm
@@ -27,7 +27,8 @@ case "$1" in
;;
purge)
- ucf --purge /etc/nbd-server/config || rm -f /etc/nbd-server/config
+ ucf --purge /etc/nbd-server/config ||:
+ rm -f /etc/nbd-server/config ||:
db_purge ||:
;;
*)
live well,
vagrant
--- End Message ---
--- Begin Message ---
Source: nbd
Source-Version: 1:3.1-2
We believe that the bug you reported is fixed in the latest version of
nbd, which is due to be installed in the Debian FTP archive:
nbd-client-udeb_3.1-2_amd64.udeb
to main/n/nbd/nbd-client-udeb_3.1-2_amd64.udeb
nbd-client_3.1-2_amd64.deb
to main/n/nbd/nbd-client_3.1-2_amd64.deb
nbd-server_3.1-2_amd64.deb
to main/n/nbd/nbd-server_3.1-2_amd64.deb
nbd_3.1-2.diff.gz
to main/n/nbd/nbd_3.1-2.diff.gz
nbd_3.1-2.dsc
to main/n/nbd/nbd_3.1-2.dsc
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 673...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Wouter Verhelst <wou...@debian.org> (supplier of updated nbd 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 ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sat, 19 May 2012 10:27:29 +0200
Source: nbd
Binary: nbd-server nbd-client nbd-client-udeb
Architecture: source amd64
Version: 1:3.1-2
Distribution: unstable
Urgency: low
Maintainer: Wouter Verhelst <wou...@debian.org>
Changed-By: Wouter Verhelst <wou...@debian.org>
Description:
nbd-client - Network Block Device protocol - client
nbd-client-udeb - Network Block Device protocol - client for Debian Installer
(udeb)
nbd-server - Network Block Device protocol - server
Closes: 673471
Changes:
nbd (1:3.1-2) unstable; urgency=low
.
* Cherry-pick commit f540626 from git HEAD to fix needed_flags
initialization in nbd-client. Closes: #673471.
* Apply patch from Vagrant Cascadian to remove /etc/nbd-server/config
on purge (apparently ucf does *not* do that for you). Closes:
#673471.
Checksums-Sha1:
c638e987cf124fc17b8a710a8d476771c4b449f3 1875 nbd_3.1-2.dsc
ecab0b2f822a0b040b3b6e2dde2535a5e112f0fa 89223 nbd_3.1-2.diff.gz
7bac531f83159d10015240264f5c988b4d27fb26 72984 nbd-server_3.1-2_amd64.deb
6ad37ba7e8b86939cb000f6c33d037656fe4ac32 62076 nbd-client_3.1-2_amd64.deb
a2913e83ca49275f337f335a2ead4f6b369fedfa 7814 nbd-client-udeb_3.1-2_amd64.udeb
Checksums-Sha256:
15ea5d5ad2d325572dd3a73241ed89a60fd4518aeec2a06885db2cf7d433008c 1875
nbd_3.1-2.dsc
58a4257d4aeb4b65d39eb3f13879b47fcab5fce354b0017c9e3e0142b411c872 89223
nbd_3.1-2.diff.gz
7262f071f7d3a3f8cb6eb2c78d7e7b80b07638529ebbabeab558ce001f8e2146 72984
nbd-server_3.1-2_amd64.deb
9b27222c15af2ccecdd2cf6ccce3cd541eb3f8ab9ee7b5adfccfc951d0351efc 62076
nbd-client_3.1-2_amd64.deb
6bcb673ed861118cc0709069509a884ff9862f1a419e7d167a732886fa2f142f 7814
nbd-client-udeb_3.1-2_amd64.udeb
Files:
72fb9b61cf46fd796e9f4228df9d3b25 1875 admin optional nbd_3.1-2.dsc
8f4b407f51fa4ca86a86582d33e9b110 89223 admin optional nbd_3.1-2.diff.gz
4852579c45db22e8d9b3daaca0f0990a 72984 admin optional
nbd-server_3.1-2_amd64.deb
daa51845244106bf4ef83d7479c27d66 62076 admin optional
nbd-client_3.1-2_amd64.deb
e63a3b42c660c6e88dc858689a326f98 7814 debian-installer optional
nbd-client-udeb_3.1-2_amd64.udeb
Package-Type: udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBAgAGBQJPt1ntAAoJEMKUD5Ub3wqdX20P/im1CYb0RthJOmK8TE+EK9/R
dMzhRNrKeWwcNlJ62BlHDBV3D8caqdjzZMI2i/7jNYZXWIq8O0Pca8njQS7XBpVs
SInCqbyexp9Gna4LGhKCI/8OQVflhjKR/qXOb1Bg7e9WgR2xUwn9bZdijB3VOGhD
VBgr0sxT4E4lZGwl+jg9l5sFN5llJnB123GmySvzWch595+ZORUkVtMmc8IOX+bh
rJOEM8aSA+VDCvt7paVu9lYbOYt4Rwu0MnYj748iTGjX1moqSgT891Wco9FZ44XB
HazYvFFoM7E+d6r+nhVDFkfY3UuOj7jcq8/oX+hpMtxJLbRU8dpCNwvIV4GJqutz
GfVJFcSJzPR1ASsL0tS99p5lhGvdBcP+sSCJrt9SMjPo9m/KBCrzZf7xsfmPJdWy
5cho9Ge8Th80FkqJPw5kKXEWan8mfOc+GGnWZ8taSgJ0DgZFdzVjz+HuKMEfrmbC
MaTPccK4vXI4BmgTwG2cLNTRxtZB2Ps54nd5zYQ6gIcgKeW71GPr8Qe8oOolo741
dGD5XL9/TIXM3DfrSk0mcc18jPaT8LYBOiCa2OllecDpwBZVsLFk6XI1ywlnJBjl
lCc1F8wkkJwdCVvulA8/CkcMF8WkxeI9qL4ZX0zrYP9vB1ruWVpCA6g0R7rbLbDx
AuXPZSPSizi+FGtPVkJ7
=TUdp
-----END PGP SIGNATURE-----
--- End Message ---