~ubuntu-branches/ubuntu/lucid/openssh/lucid

« back to all changes in this revision

Viewing changes to debian/README.source

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2010-01-26 13:07:40 UTC
  • mfrom: (1.13.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100126130740-d7r70jqrqlbvz3r0
Tags: 1:5.3p1-1ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Add support for registering ConsoleKit sessions on login.
  - Drop openssh-blacklist and openssh-blacklist-extra to Suggests; they
    take up a lot of CD space, and I suspect that rolling them out in
    security updates has covered most affected systems now.
  - Convert to Upstart.  The init script is still here for the benefit of
    people running sshd in chroots.

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
  # the result will be mergeable
127
127
  bzr ci -m 'Import 5.3p1 tarball'
128
128
 
129
 
You should now be able to 'bzr merge' from the tarball branch, resolve
130
 
conflicts, and commit. If you see lots of "Contents conflict" messages, you
131
 
may have got the file-ids wrong. Once you've committed the merge, you can
132
 
throw away the tarball branch, as all its history will have been
133
 
incorporated.
134
 
 
135
 
(TODO: The above does not describe how to handle the gssapi branch.)
 
129
Next, merge this into the gssapi branch
 
130
(bzr+ssh://bzr.debian.org/bzr/pkg-ssh/openssh/gssapi/). For this branch, we
 
131
want to ignore the normal results of merging and take only the patch from
 
132
http://www.sxw.org.uk/computing/patches/openssh.html; of course such a patch
 
133
needs to exist first! To do this, run this in the gssapi branch:
 
134
 
 
135
  bzr merge /path/to/openssh/tarball/branch
 
136
  bzr revert -rrevno:-1:/path/to/openssh/tarball/branch .
 
137
  patch -p1 </path/to/openssh/gssapi/patch
 
138
  bzr add --file-ids-from=/path/to/openssh/debian/trunk
 
139
  # you may need to deal with applying configure.ac changes to configure
 
140
  # here
 
141
  bzr ci -m 'import openssh-5.3p1-gsskex-all-20100124.patch'
 
142
 
 
143
You should now be able to 'bzr merge' from the gssapi branch into the Debian
 
144
trunk, resolve conflicts, and commit. If you see lots of "Contents conflict"
 
145
messages, you may have got the file-ids wrong. Once you've committed the
 
146
merge, you can throw away the tarball branch, as all its history will have
 
147
been incorporated.