Your message dated Tue, 03 Jul 2012 19:18:04 +0000
with message-id <e1sm8bs-0001ux...@franck.debian.org>
and subject line Bug#333448: fixed in ldap2dns 0.3.1-3.1
has caused the Debian Bug report #333448,
regarding ldap2dns: postinst fails, weirdly
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.)
--
333448: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=333448
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ldap2dns
Version: 0.3.1-3
While testing ldap2dns with piuparts, I ran into a weird problem.
Something in the postinst makes it exit with a status of 128, causing
dpkg to interpret it as having failed, thereby terminating installation.
I reduced it to the following:
#! /bin/sh -e
cd /usr/bin
cd -
. /usr/share/debconf/confmodule
This doesn't fail every time, but quite often for me. If I change it to
the following, it works every time:
#! /bin/sh -e
(cd /usr/bin)
. /usr/share/debconf/confmodule
I have no idea why this works, and the original does not, but there you
have it. It might be good to change the postinst script to use the (...)
mechanism instead. This, of course, doesn't probably actually fix the
bug, so reassigning this to debconf might be better, I don't know.
--
I am an artist. Source code is my canvas, a programming language is my
paint.
--- End Message ---
--- Begin Message ---
Source: ldap2dns
Source-Version: 0.3.1-3.1
We believe that the bug you reported is fixed in the latest version of
ldap2dns, which is due to be installed in the Debian FTP archive:
ldap2dns_0.3.1-3.1.diff.gz
to main/l/ldap2dns/ldap2dns_0.3.1-3.1.diff.gz
ldap2dns_0.3.1-3.1.dsc
to main/l/ldap2dns/ldap2dns_0.3.1-3.1.dsc
ldap2dns_0.3.1-3.1_i386.deb
to main/l/ldap2dns/ldap2dns_0.3.1-3.1_i386.deb
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 333...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Luk Claes <l...@debian.org> (supplier of updated ldap2dns 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: Tue, 03 Jul 2012 00:13:56 +0000
Source: ldap2dns
Binary: ldap2dns
Architecture: source i386
Version: 0.3.1-3.1
Distribution: unstable
Urgency: low
Maintainer: Igor Stroh <jen...@debian.org>
Changed-By: Luk Claes <l...@debian.org>
Description:
ldap2dns - LDAP based DNS management system.
Closes: 333448
Changes:
ldap2dns (0.3.1-3.1) unstable; urgency=low
.
* Non-maintainer upload.
* Do not include /usr/share/debconf/confmodule in postinst
(Closes: #333448).
Checksums-Sha1:
eae51475330897f43b7b22e257302c78f7f15edd 1048 ldap2dns_0.3.1-3.1.dsc
c105e3a50f8e82925f3856e9063555c7f087ee5e 6216 ldap2dns_0.3.1-3.1.diff.gz
57d72b5b4b7e8ff3f10114c40c747fc6435e5e27 29924 ldap2dns_0.3.1-3.1_i386.deb
Checksums-Sha256:
74ff3d75cce0075b76ba4c03baeee14f00c5a9e74a7e914a1bc909202e121875 1048
ldap2dns_0.3.1-3.1.dsc
c79ffa8f6bec4fd72b4b7f74ddc23de4c4546266dfdfdac6762037c2a1b9cbf1 6216
ldap2dns_0.3.1-3.1.diff.gz
5b173752cd15444896c9742670ea64ea3f80a3884dbf9e5d60b1ed610cf4fa7e 29924
ldap2dns_0.3.1-3.1_i386.deb
Files:
a4a070a9b1d2afec3e6c35a7136ab85f 1048 admin optional ldap2dns_0.3.1-3.1.dsc
df438e6bacc0d032d113787f3649a147 6216 admin optional ldap2dns_0.3.1-3.1.diff.gz
6f876b29704edbdeda70eaf1de34ae39 29924 admin optional
ldap2dns_0.3.1-3.1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAk/zK2YACgkQ+C5cwEsrK57VjgCguplbN4+3hGvLXqQqfWd4Wb5d
780An1jybmizfx8+UxmzJ6rmmsKD6tLA
=06n1
-----END PGP SIGNATURE-----
--- End Message ---