bbdb for Debian --------------- The upstream site on sourceforge is moribund: no one seems to have write access to CVS. I've therefore imported the sources in git. Originally imported via: git cvsimport -v -C bbdb -s -k -u -a bbdb -d :pserver:anonymous@bbdb.cvs.sourceforge.net:/cvsroot/bbdb on 17-Nov-2009 The -s -k was a bug, as it substitutes "-k" for "/" in tags, oops, thus disabling the -k, double oops. Manually merged Debian patches and tagged Debian releases. Note that the upstream CVS repo did not contain the ./configure file, while the upstream .orig tarballs do. I have left these out. Because of the bad options on the original import, the it was re-done with corrected options. At this time, proper identity translation was also done. This means that the file .git/cvs-authors (or the file passed via -A to git-cvsimport) should contain: bbdb-writer=Ronan Waide drv=Didier Verna fenk=Robert Fenk kensanata=Alex Schroeder kuepper=Jochen Küpper sds=Sam Steingold shenghuo=ShengHuo ZHU simmonmt=Matt Simmons waider=Ronan Waide winkler=Roland Winkler The old imported tree is abandoned, but still present in the repository due to release tags. New work should be done on the re-done import tree. To do an incremental update with upstream changes: cd src/git/BBDB (make sure branch origin exists, i.e., if necessary: git branch origin origin/origin) git cvsimport -v -k -u -a bbdb -d :pserver:anonymous@bbdb.cvs.sourceforge.net:/cvsroot/bbdb -- Barak A. Pearlmutter , Sat, 19 Mar 2011 16:18:15 +0000