diff options
author | Colin Watson <cjwatson@debian.org> | 2009-12-21 22:25:27 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2009-12-21 22:25:27 +0000 |
commit | e94b890897fc564e57170c461d77905e26720a1d (patch) | |
tree | db49eb1d77630dbca99d647521276596a5553976 /debian/README.source | |
parent | 148451ca0209a99eb169f56c4404c5a54d521ba4 (diff) |
pushed some previous upstream release branches to Launchpad
Diffstat (limited to 'debian/README.source')
-rw-r--r-- | debian/README.source | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/debian/README.source b/debian/README.source index 0ceff5996..01bf8b43a 100644 --- a/debian/README.source +++ b/debian/README.source | |||
@@ -104,10 +104,14 @@ To import a branch, V_5_3 in this example: | |||
104 | # branch have file-ids matching those on the trunk, using 'bzr ls -R | 104 | # branch have file-ids matching those on the trunk, using 'bzr ls -R |
105 | # --show-ids'. | 105 | # --show-ids'. |
106 | 106 | ||
107 | Now we have a Bazaar branch corresponding to what's in CVS. However, | 107 | Now we have a Bazaar branch corresponding to what's in CVS. Previous such |
108 | upstream releases involve a 'make distprep' step as well to construct the | 108 | branches are available from Launchpad, for reference purposes: |
109 | tarball, and we need to import the results of this as well to get a clean | 109 | |
110 | package. | 110 | https://code.launchpad.net/openssh |
111 | |||
112 | However, upstream releases involve a 'make distprep' step as well to | ||
113 | construct the tarball, and we need to import the results of this as well to | ||
114 | get a clean package. | ||
111 | 115 | ||
112 | Start by unpacking the upstream tarball (remember to check its GPG signature | 116 | Start by unpacking the upstream tarball (remember to check its GPG signature |
113 | first!). Copy the .bzr directory from the upstream branch you prepared | 117 | first!). Copy the .bzr directory from the upstream branch you prepared |