Your message dated Wed, 08 Dec 2010 13:32:04 +0000
with message-id <e1pqk7o-00085f...@franck.debian.org>
and subject line Bug#599282: fixed in phamm 0.5.18-2+squeeze1
has caused the Debian Bug report #599282,
regarding phamm: [patch] fix for failure to install in chroot
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.)


-- 
599282: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=599282
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: phamm
Version: 0.5.18-2
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu natty ubuntu-patch

In Ubuntu, we've applied the attached patch to achieve the following:

  * debian/phamm.config:
    - fix incorrect use of dh_get that causes upgrade/install failures
      with odd error messages (LP: #655518)

We thought you might be interested in doing the same. 

The RET value has "10 slapd/domain doesn't exist" if the value is missing
otherwise.

Cheers,
 Michael

-- System Information:
Debian Release: squeeze/sid
  APT prefers maverick-updates
  APT policy: (500, 'maverick-updates'), (500, 'maverick-security'), (500, 
'maverick')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.35-22-generic (SMP w/4 CPU cores)
Locale: LANG=en_DK.utf8, LC_CTYPE=en_DK.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u phamm-0.5.18/debian/phamm.config phamm-0.5.18/debian/phamm.config
--- phamm-0.5.18/debian/phamm.config
+++ phamm-0.5.18/debian/phamm.config
@@ -48,10 +48,11 @@
 else
 	# For the domain really.argh.org we create the basedn 
 	# dc=really,dc=argh,dc=org with the dc entry dc: really
-	db_get slapd/domain || true
-	if [ -n "$RET" ]; then
-	    basedn="dc=`echo $RET | sed 's/^\.//; s/\./,dc=/g'`"
-	fi
+	if db_get slapd/domain ; then
+	    if [ -n "$RET" ]; then
+	        basedn="dc=`echo $RET | sed 's/^\.//; s/\./,dc=/g'`"
+	    fi
+        fi
 fi
 
 # ldapserver

--- End Message ---
--- Begin Message ---
Source: phamm
Source-Version: 0.5.18-2+squeeze1

We believe that the bug you reported is fixed in the latest version of
phamm, which is due to be installed in the Debian FTP archive:

phamm-ldap-amavis_0.5.18-2+squeeze1_all.deb
  to main/p/phamm/phamm-ldap-amavis_0.5.18-2+squeeze1_all.deb
phamm-ldap-vacation_0.5.18-2+squeeze1_all.deb
  to main/p/phamm/phamm-ldap-vacation_0.5.18-2+squeeze1_all.deb
phamm-ldap_0.5.18-2+squeeze1_all.deb
  to main/p/phamm/phamm-ldap_0.5.18-2+squeeze1_all.deb
phamm_0.5.18-2+squeeze1.diff.gz
  to main/p/phamm/phamm_0.5.18-2+squeeze1.diff.gz
phamm_0.5.18-2+squeeze1.dsc
  to main/p/phamm/phamm_0.5.18-2+squeeze1.dsc
phamm_0.5.18-2+squeeze1_all.deb
  to main/p/phamm/phamm_0.5.18-2+squeeze1_all.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 599...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alessandro De Zorzi <l...@nonlontano.it> (supplier of updated phamm 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: Wed, 08 Dec 2010 11:21:25 +0100
Source: phamm
Binary: phamm phamm-ldap phamm-ldap-vacation phamm-ldap-amavis
Architecture: source all
Version: 0.5.18-2+squeeze1
Distribution: testing-proposed-updates
Urgency: high
Maintainer: Phamm Team <t...@phamm.org>
Changed-By: Alessandro De Zorzi <l...@nonlontano.it>
Description: 
 phamm      - PHP front-end to manage virtual services on LDAP - main package
 phamm-ldap - PHP front-end to manage virtual services on LDAP - back-end files
 phamm-ldap-amavis - PHP front-end to manage virtual services on LDAP - 
back-end files
 phamm-ldap-vacation - PHP front-end to manage virtual services on LDAP - 
back-end files
Closes: 599282
Changes: 
 phamm (0.5.18-2+squeeze1) testing-proposed-updates; urgency=high
 .
   * Fixed debian/phamm.config (Closes: #599282) thanks to Ubuntu see patch
     0.5.18-2ubuntu1
Checksums-Sha1: 
 e1716e866766c39b2b2936204fa89e8a565146c0 1145 phamm_0.5.18-2+squeeze1.dsc
 e68ca14cebcb7fca9d642b22caa814debdc02747 30620 phamm_0.5.18-2+squeeze1.diff.gz
 cb4563e3d2474a112559b2248d13c3c18e623ee9 104814 phamm_0.5.18-2+squeeze1_all.deb
 4fe7eab32be7c6f0cd1896aadadc6fd77a246f1a 16622 
phamm-ldap_0.5.18-2+squeeze1_all.deb
 236368f547e36597209f82f0e0cc201dba05218a 3734 
phamm-ldap-vacation_0.5.18-2+squeeze1_all.deb
 6c13b780630b25edb6848001618434b9ade3d8da 11834 
phamm-ldap-amavis_0.5.18-2+squeeze1_all.deb
Checksums-Sha256: 
 33b97d67351bf4b35524bfc60bfb9f6d8e8eb3bbff7353fc1b20bc471ca1b68b 1145 
phamm_0.5.18-2+squeeze1.dsc
 f0269d844246276bf9db96f0aad525062e5dd38f58df768cd249f928fd465d93 30620 
phamm_0.5.18-2+squeeze1.diff.gz
 00a4fce992514547d0f5c7d0634be315947b0f4790d388b84a8b9f69deb03a8c 104814 
phamm_0.5.18-2+squeeze1_all.deb
 d721b284c0699975a10f0db46a47424ae14fe39b93c28e6a48ef5b4b20900062 16622 
phamm-ldap_0.5.18-2+squeeze1_all.deb
 b95a925f30bd2e5e476e428116ce44d507e21f2a97f65c1b2ff004469453e911 3734 
phamm-ldap-vacation_0.5.18-2+squeeze1_all.deb
 80fcd257ba76104b2729b8ed43a16574f184f60dcfb1d9e837098a428f2f7ee5 11834 
phamm-ldap-amavis_0.5.18-2+squeeze1_all.deb
Files: 
 a48be1b7cc14b35b1ea797fb518e1cc1 1145 web extra phamm_0.5.18-2+squeeze1.dsc
 2678e72a74f2db4aadcc0f4be3818de6 30620 web extra 
phamm_0.5.18-2+squeeze1.diff.gz
 67cabbe9feb4771c82b812a25eadba62 104814 web extra 
phamm_0.5.18-2+squeeze1_all.deb
 98b794cdc511b282b36d9199dc75b9d4 16622 web extra 
phamm-ldap_0.5.18-2+squeeze1_all.deb
 a1cdddbfbfd03ef2fe241c3f14fc62ea 3734 web extra 
phamm-ldap-vacation_0.5.18-2+squeeze1_all.deb
 29920df8e9d8c22a363be7a991532dfa 11834 web extra 
phamm-ldap-amavis_0.5.18-2+squeeze1_all.deb

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

iEYEARECAAYFAkz/hpwACgkQK/juK3+WFWTBSACeMFTgcX/PO7kquMabKd4Pij28
EoYAniRuMi4XDboh8r9Y3Rq/ypMDAWNA
=cffI
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to