summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarak A. Pearlmutter <barak+git@cs.nuim.ie>2011-03-19 16:18:53 +0000
committerBarak A. Pearlmutter <barak+git@cs.nuim.ie>2011-03-19 16:18:53 +0000
commit28d61f1396178be9e929b454d8e3ed45a9538bce (patch)
tree150f25318fe5865639054c626ca6e0a303367a5e
parentd5fd6305bce7779066a99be628274f010061a00e (diff)
create debian/README.source, migrating material from debian/README.Debian
-rw-r--r--debian/README.Debian35
-rw-r--r--debian/README.source45
2 files changed, 49 insertions, 31 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index d20ece9..06ae927 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -45,39 +45,12 @@ their failure to work.
Look at it if you find something useful. If there is enough demand for some of the
files i can install them with bbdb. Just ask me. :)
-----------------------------------------------------------------
+ -- Barak A. Pearlmutter <bap@debian.org>, Sat, 19 Mar 2011 16:16:09 +0000
-Trying to bring up-to-date, and make compatible with Emacs23 RMAIL.
-
-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.
-
-To do an incremental update with upstream changes:
- cd src/git/bbdb
- git cvsimport -v -k -u -a bbdb -d :pserver:anonymous@bbdb.cvs.sourceforge.net:/cvsroot/bbdb
-
-The file .git/cvs-authors (or file passed via -A to git-cvsimport)
-should contain:
+Trying to bring up-to-date, and make compatible with Emacs23 RMAIL.
- bbdb-writer=Ronan Waide <waider@waider.ie>
- drv=Didier Verna <didier@xemacs.org>
- fenk=Robert Fenk <fenk@users.sourceforge.net>
- kensanata=Alex Schroeder <kensanata@yahoo.com>
- kuepper=Jochen Küpper <bbdb@jochen-kuepper.de>
- sds=Sam Steingold <sds@goems.com>
- shenghuo=ShengHuo ZHU <zsh@cs.rochester.edu>
- simmonmt=Matt Simmons <simmonmt@acm.org>
- waider=Ronan Waide <waider@waider.ie>
- winkler=Roland Winkler <winkler@gnu.org>
+Brought into git; see debian/README.source for details.
The default upstream build process compiles the .el files, and
therefore needs a working emacs. The debian packaging process leaves
@@ -88,4 +61,4 @@ until installation time. Tweaking things to cause configuration to
not bail when no emacs is present is more trouble than just requiring
one at build time. So that's what we do.
- -- Barak A. Pearlmutter <bap@debian.org>, Sun, 13 Mar 2011 16:03:13 +0000
+ -- Barak A. Pearlmutter <bap@debian.org>, Sat, 19 Mar 2011 16:11:11 +0000
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..717bdcc
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,45 @@
+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 <waider@waider.ie>
+ drv=Didier Verna <didier@xemacs.org>
+ fenk=Robert Fenk <fenk@users.sourceforge.net>
+ kensanata=Alex Schroeder <kensanata@yahoo.com>
+ kuepper=Jochen Küpper <bbdb@jochen-kuepper.de>
+ sds=Sam Steingold <sds@goems.com>
+ shenghuo=ShengHuo ZHU <zsh@cs.rochester.edu>
+ simmonmt=Matt Simmons <simmonmt@acm.org>
+ waider=Ronan Waide <waider@waider.ie>
+ winkler=Roland Winkler <winkler@gnu.org>
+
+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 <bap@debian.org>, Sat, 19 Mar 2011 16:18:15 +0000