Merge lp:~adam-buchbinder/ubuntu/lucid/vim/vim-large-file-recovery into lp:ubuntu/lucid/vim
| Status: | Merged |
|---|---|
| Merge reported by: | Marc Deslauriers |
| Merged at revision: | not available |
| Proposed branch: | lp:~adam-buchbinder/ubuntu/lucid/vim/vim-large-file-recovery |
| Merge into: | lp:ubuntu/lucid/vim |
| Diff against target: |
162 lines (+70/-5) 9 files modified
debian/changelog (+14/-0) src/memline.c (+1/-0) src/testdir/Make_amiga.mak (+2/-1) src/testdir/Make_dos.mak (+1/-1) src/testdir/Make_ming.mak (+1/-1) src/testdir/Make_vms.mms (+1/-1) src/testdir/Makefile (+1/-1) src/testdir/test70.in (+46/-0) src/testdir/test70.ok (+3/-0) |
| To merge this branch: | bzr merge lp:~adam-buchbinder/ubuntu/lucid/vim/vim-large-file-recovery |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Marc Deslauriers | Approve on 2012-11-07 | ||
| Adam Buchbinder (community) | Resubmit on 2012-10-15 | ||
| Jamie Strandboge | 2012-09-30 | Needs Fixing on 2012-10-15 | |
|
Review via email:
|
|||
Description of the Change
vim (2:7.2.
* Backported upstream patch 7.3.216 (LP: #1059085):
- src/memline.c: Avoid corruption on large-file recovery.
- src/testdir/
Test large-file recovery.
- src/testdir/
src/
src/
-- Adam Buchbinder <email address hidden> Sun, 30 Sep 2012 10:44:38 -0400
| Adam Buchbinder (adam-buchbinder) wrote : | # |
Googling "vim 7.3.216", the first link is the upstream patch. I'll add a link to the Groups post.
- 59. By Adam Buchbinder on 2012-10-15
-
Backported upstream patch 7.3.216 from
https://groups. google. com/d/topic/ vim_dev/ lTos-bGcNgU/ discussion
(LP: #1059085):
| Marc Deslauriers (mdeslaur) wrote : | # |
Looks good. ACK. Uploading to lucid-proposed for processing by the SRU team.
Thanks!


Thanks for your patch! In general it looks ok, but the changelog lacks the origins of the patch, which makes it difficult to review the patch against upstream. Normally we would use DEP-3 comments in the patch in debian/patches itself, but because vim on Ubuntu 10.04 LTS does not use a patch system, this information should be included in the debian/changelog. Can you resubmit with this information? Thanks!