diffstat of source directories after applying Debian patches attached. You'll see from the changelogs (attached as well) that it's mainly the new Debian specific patch to the source I'm after since it fixes all the bugs mentioned in the changelog which equally apply to Dapper. The problem is that bbdb is supposed to be byte compiled during installation which fails if vm isn't installed. .cvsignore | 8 ChangeLog | 84 INSTALL | 28 Makefile.in | 2 aclocal.m4 | 13 bits/bbdb-ldif.el | 821 +++++++ bits/bbdb-obsolete.el | 2 configure | 312 +- configure.ac | 76 debian/changelog | 10 debian/compat | 1 debian/control | 2 debian/copyright | 6 debian/rules | 6 html/faq.html | 82 html/index.html | 19 lisp/Makefile.in | 48 lisp/bbdb-com.el | 39 lisp/bbdb-ftp.el | 3 lisp/bbdb-gnus.el | 83 lisp/bbdb-hooks.el | 45 lisp/bbdb-merge.el | 42 lisp/bbdb-mhe.el | 10 lisp/bbdb-migrate.el | 68 lisp/bbdb-print.el | 56 lisp/bbdb-reportmail.el | 49 lisp/bbdb-rmail.el | 208 + lisp/bbdb-sc.el | 3 lisp/bbdb-snarf.el | 24 lisp/bbdb.el | 106 texinfo/bbdb.texinfo | 47 texinfo/bbdb/bbdb.html | 263 ++ texinfo/bbdb/bbdb_1.html | 5031 +++++++++++++++++++++++++++++++++++++++++++++ texinfo/bbdb/bbdb_2.html | 323 ++ texinfo/bbdb/bbdb_3.html | 192 + texinfo/bbdb/bbdb_abt.html | 166 + texinfo/bbdb/bbdb_fot.html | 99 texinfo/bbdb/bbdb_toc.html | 178 + 38 files changed, 7947 insertions(+), 608 deletions(-) --- bbdb-2.35.cvs20040528/debian/changelog 2006-03-21 11:49:21.000000000 +0100 +++ bbdb-2.35.cvs20060204/debian/changelog 2006-03-18 19:01:29.000000000 +0100 @@ -1,3 +1,13 @@ +bbdb (2.35.cvs20060204-1) unstable; urgency=low + + * New CVS co + - Bug fix: "bbdb-news-auto-create-p with 'prompt doesn't work" (Closes: #296577). + * Bug fix: "bbdb: File error: "Cannot open load file", + 'bbdb-autoloads'" (Closes: #344032, #345186, #345297, #350449, #308336, #279920). + * Bug fix: "bbdb does not work with gnus-5.10", (works for me [TM]) (Closes: #192904). + + -- Joerg Jaspert