152 ../baseline.txt. |
152 ../baseline.txt. |
153 Options: |
153 Options: |
154 -d, --diff-file FILE: The diffs will be written to FILE. |
154 -d, --diff-file FILE: The diffs will be written to FILE. |
155 Default ./patch-files/diff/patch-N.patch, where N is the baseline revision. |
155 Default ./patch-files/diff/patch-N.patch, where N is the baseline revision. |
156 -b, --baseline-dir DIR: The upstream baseline will be cloned into DIR if this |
156 -b, --baseline-dir DIR: The upstream baseline will be cloned into DIR if this |
157 does not seem to have been done already. Otherwise DIR/build will be udated to |
157 does not seem to have been done already. Otherwise DIR/build will be updated to |
158 the baseline revision before diffing. |
158 the baseline revision before diffing. |
159 It is assumed that the command 'diff' will invoke the diff tool. |
159 It is assumed that the command 'diff' will invoke the diff tool. |
160 |
160 |
161 * patch_upstream.pl |
161 * patch_upstream.pl |
162 ------------------- |
162 ------------------- |
163 Gets a copy of upstream package at the baseline revision in ../baseline.txt and |
163 Gets a copy of the upstream package at the baseline revision in ../baseline.txt |
164 applies a patch to it, by default making it the same as the revision of this |
164 and applies a patch to it, by default making it the same as the revision of this |
165 package that had that upstream baseline. |
165 package that had that upstream baseline. |
166 Options: |
166 Options: |
167 -p, --patch-file FILE: Apply the patch file FILE. |
167 -p, --patch-file FILE: Apply the patch file FILE. |
168 Default ./patch-files/diffs/patch-N.patch, where N is the baseline revision |
168 Default ./patch-files/diffs/patch-N.patch, where N is the baseline revision |
169 -b, --baseline-dir DIR: The upstream baseline will be cloned into DIR if this |
169 -b, --baseline-dir DIR: The upstream baseline will be cloned into DIR if this |
170 does not seem to have been done already. Otherwise DIR/build will be udated to |
170 does not seem to have been done already. Otherwise DIR/build will be updated to |
171 the baseline revision before patching. |
171 the baseline revision before patching. |
172 It is assumed that the command 'patch' will invoke the patch tool. |
172 It is assumed that the command 'patch' will invoke the patch tool. |
173 |
173 |
174 == Getting started == |
174 == Getting started == |
175 ===================== |
175 ===================== |