a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
lbdb (0.35.1) unstable; urgency=low
* New mail address of Brian Salter-Duke <b_duke@bigpond.net.au>.
* Get rid of the SSL code from the previous version and add a comment to
the man page instead how you can use SSL (and also different ports)
using ldap[s]://foo[:port] URLs (Closes: #426316).
-- Roland Rosenfeld <roland@debian.org> Mon, 28 May 2007 11:03:22 +0200
lbdb (0.35) unstable; urgency=low
* activate flavortest in emacen-install to avoid warnings and slow
upgrades (Closes: #399775).
* Avoid loosing the first entry from VCF file. Thanks to
Tino Keitel <tino.keitel+debbugs@tikei.de> for providing a patch
(Closes: #405312).
* Remove vcquery in distclean target (Closes: #405321).
* Use defaults for $KEEP_DUPES and $SORT_OUTPUT in lbdbq
(Closes: #422214).
* Update mutt_ldap_query.pl from
http://www.courville.org/mediawiki/index.php/Mutt_ldap_query which
adds SSL support.
lbdb (0.34) unstable; urgency=medium
* vcquery: avoid free() on unallocated memory if fullname is not set.
Thanks to Gregor Jasny <gjasny@web.de> for finding and providing a
patch.
* vcquery: Use value of concatenated N fields if FN field is missing.
Thanks to Gregor Jasny <gjasny@web.de> for providing a patch.
lbdb (0.33) unstable; urgency=low
* Add SORT_OUTPUT=reverse_comment to do reverse sort by the third column
(most recent m_inmail timestamp at the top). Thanks to Marco d'Itri
for this suggestion.
* Comment out LDAP_NICKS in lbdb.rc because this should only be an
example and if it is set there it overrides other LDAP settings.
From changelog:
lbdb (0.32) unstable; urgency=low
* Change sort(1) syntax to cope with new versions of coreutils
(Closes: #368917).
* New version of mutt_ldap_query by Marc de Courville
<marc@courville.org> and other contributors.
* Extend lbdb_hostname() to get the domain name from resolv.conf. Thanks
to Gary Johnson <garyjohn@spk.agilent.com> for prividing this patch.
* m_muttalias: Allow \"...\" around real names of aliases. Thanks to
Erik Shirokoff <shiro@berkeley.edu> for providing this patch.
Changelog:
* m_pine: Double-quote parens. Thanks to Stefan M<C3><A4>tje for reporting this
bug and sending a patch.
* Apply patch by Brendan Cully to follow the Apple build system changes
used to build ABQuery module.
* Add m_vcf module for querying vcard files provided by Brendan Cully.
* Add authentication (bind_dn, bind_password) to mutt_ldap_query. Based
on an idea of Jan-Benedict Glaw (Closes: #324655, #286163).
* Update FSF address in nearly all files.
* Upgrade to standards-version 3.6.2 (no changes).
For now, make sure the m_vcf module is not built. It depends on libvformat,
which is not yet in pkgsrc
so prevent interactions with bash and gawk packages or tools wrappers
Update maintainer address, and bump PKGREVISION, binary packages may contain references to bash or gawk
Make it use the option framework, to enable/disable abook and gnupg plugins and
dependancies
fix PR 29879, applying the appended patch
approved by cube@
around at either build-time or at run-time is:
USE_TOOLS+= perl # build-time
USE_TOOLS+= perl:run # run-time
Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.