Package: lbdb
Version: 0.36
Followup-For: Bug #542012

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

The attached patch should fix this and the same problem in
another file of the package.

Simon
- -- System Information:
Debian Release: 5.0.4
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages lbdb depends on:
ii  libc6                    2.7-18lenny2    GNU C Library: Shared libraries
ii  libvformat1              1.13-4          Library to read and write vcard fi
ii  perl                     5.10.0-19lenny2 Larry Wall's Practical Extraction

lbdb recommends no packages.

Versions of packages lbdb suggests:
ii  abook                       0.6.0~pre2-1 text-based ncurses address book ap
pn  finger                      <none>       (no description available)
pn  libnet-ldap-perl            <none>       (no description available)
pn  libpalm-perl                <none>       (no description available)
ii  mutt                        1.5.18-6     text-based mailreader supporting M
ii  procmail                    3.22-16      Versatile e-mail processor

- -- no debconf information

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

iQIcBAEBCAAGBQJLln9sAAoJEJL+/bfkTDL55BYP/2Asi/g4Hl2+3Q3RQnw2f5NT
rMV6lK6ZE4fOWDdq2LhU3wswwmDhMP3YpoLnXyncfOx3lIXdsDPGcb9qFkDJz53Y
V3J0bKGGzU8RIhNT8JSqwJHkg+auqrE1/3DeQ2RXMZ/Hq6aMgBpSEfsHC/K0A3OI
qP9niVCwqIm7yT0Jyr+eayoevMCK95nTU6ZDedlIO2xFR0jO7Dan8QBMMPoiauAi
9aMrKXsTG1rO/2hUqh8GtIz8uQSWUBkkXQFq9xdSz57CQEkeyn6BlHNLlOCIvvG2
pF1hu3MskUbs7vjnhxZPaoVewdjPbKj6yZ7JVqPUad8KhPCGBXy0WDrjyj8sOu/K
FsKpNZUtIwKrypdzbR2oaqQCcjrkgHg+1iHxy/g/Ug65aBcsgwhQ8KHo1NadlGoF
+Ih2lfM1fejF2C7SEra6QVQVasmOUTIKygu8sIWTcIRtR0Ggds7nIVUVpCU7+012
fOABiMzm/GNReOS51IuvyndVW9xUizaqGqilkS2hxpJI2gzTqHHmitCeaUNIjphD
WrraEf0j0E36+2/NrXwM4Oas2tm7hKqIBRXOh/bHhyDIuPHr5ty2r3emraDpmuNS
UHO96TBVtjMre4LnsfX1OVFi+BNjDxMEKd2z7BiB9kUT0aUtzoh5Q4yHXAa4fPHI
+fC/DVamdf/dzRGV9kCC
=iskf
-----END PGP SIGNATURE-----
diff -u -r lbdb-0.36.orig/lbdbq.man.in lbdb-0.36/lbdbq.man.in
--- lbdb-0.36.orig/lbdbq.man.in	2010-03-09 17:58:14.000000000 +0100
+++ lbdb-0.36/lbdbq.man.in	2010-03-09 18:00:18.000000000 +0100
@@ -312,7 +312,7 @@
 from mutt, add the following line to your
 .I $HOME/.muttrc:
 .nf
-    set query_command="lbdbq '%s'"
+    set query_command="lbdbq %s"
 .fi
 .SH OPTIONS
 .IP "-v | --version"
diff -u -r lbdb-0.36.orig/mutt_ldap_query.pl.in lbdb-0.36/mutt_ldap_query.pl.in
--- lbdb-0.36.orig/mutt_ldap_query.pl.in	2010-03-09 17:58:14.000000000 +0100
+++ lbdb-0.36/mutt_ldap_query.pl.in	2010-03-09 18:01:19.000000000 +0100
@@ -359,7 +359,7 @@
 
 This perl script can be interfaced with mutt by defining in your .muttrc:
 
-    set query_command = "mutt_ldap_query.pl '%s'"
+    set query_command = "mutt_ldap_query.pl %s"
 
 Multiple requests are supported: the "Q" command of mutt accepts as argument
 a list of queries (e.g. "Gosse de\ Courville").
@@ -368,7 +368,7 @@
 little brother database query program (http://www.spinnaker.de/lbdb/)
 using:
 
-    set query_command = "lbdbq '%s'"
+    set query_command = "lbdbq %s"
 
 and by specifying in your ~/.lbdb/lbdbrc file another method of query
 just adding to the METHODS variable the m_ldap module e.g.:

Reply via email to