~ubuntu-branches/ubuntu/trusty/bbdb/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • Committer: Bazaar Package Importer
  • Author(s): Barak A. Pearlmutter
  • Date: 2010-02-03 13:43:30 UTC
  • Revision ID: james.westby@ubuntu.com-20100203134330-5dbn491lv31rc84c
Tags: 2.35.cvs20080316-3
chmod +x configure patch, thanks to Kumar Appaiah (closes: #567197)

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
 git cvsimport -v -C bbdb -s -k -u -a bbdb -d :pserver:anonymous@bbdb.cvs.sourceforge.net:/cvsroot/bbdb
54
54
on 17-Nov-2009
55
55
 
56
 
Manually merge Debian patches and tag Debian releases.
 
56
(the -s -k was a bug, as it substitutes "-k" for "/" in tags, oops,
 
57
thus disabling the -k, double oops.)
 
58
 
 
59
Manually merged Debian patches and tagged Debian releases.
57
60
 
58
61
Note that the upstream CVS repo did not contain the ./configure file,
59
62
while the upstream .orig tarballs do.  I have left these out.
60
63
 
61
 
 -- Barak A. Pearlmutter <bap@debian.org>, Tue, 17 Nov 2009 15:59:51 -0500
 
64
To do an incremental update with upstream changes:
 
65
 cd src/git/bbdb
 
66
 git cvsimport -v -i -r origin -k -u -a -d :pserver:anonymous@bbdb.cvs.sourceforge.net:/cvsroot/bbdb bbdb
 
67
 gitk --all; git merge origin/origin
 
68
 
 
69
 -- Barak A. Pearlmutter <bap@debian.org>, Thu,  7 Jan 2010 19:03:03 +0100