~ubuntu-branches/ubuntu/natty/quilt/natty

« back to all changes in this revision

Viewing changes to test/new.test

  • Committer: Bazaar Package Importer
  • Author(s): Martin Quinson
  • Date: 2006-11-23 16:17:11 UTC
  • mfrom: (2.1.6 feisty)
  • Revision ID: james.westby@ubuntu.com-20061123161711-b17ess0ls8t959ca
Tags: 0.45-6
* [debian/patches/override_mail_sender_in_testsuite]
  Fix the patch to catch all occurences of 'quilt mail' since each of them
  will cause a FTBFS on misconfigured hosts (thanks to Goswin Brederlow).
  (Closes: #397285, #395482, #393985) I hope, at least.
  
* [debian/patches/doc_improvement]
  Fix some more typos in the manpages
  (Closes: #386548, #395447)

* [debian/control]
   Add procmail to suggest list to help users locating the 'formail' tool.
   (Closes: #396093)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
        $ rm -rf d
1
2
        $ mkdir -p d/patches
2
3
        $ cd d
3
4
 
17
18
 
18
19
        $ quilt push
19
20
        > Applying patch %{P}p.diff
20
 
        > patching file f
 
21
        >~ patching file `?f'?
21
22
        > Hunk #1 FAILED at 1.
22
 
        > 1 out of 1 hunk FAILED -- rejects in file f
23
 
        > patching file g
 
23
        >~ 1 out of 1 hunk FAILED -- rejects in file `?f'?
 
24
        >~ patching file `?g'?
24
25
        > Patch %{P}p.diff does not apply (enforce with -f)
25
26
 
26
27
        $ quilt push -f
27
28
        > Applying patch %{P}p.diff
28
 
        > patching file f
 
29
        >~ patching file `?f'?
29
30
        > Hunk #1 FAILED at 1.
30
 
        > 1 out of 1 hunk FAILED -- saving rejects to file f.rej
31
 
        > patching file g
 
31
        >~ 1 out of 1 hunk FAILED -- saving rejects to (file )?`?f.rej'?
 
32
        >~ patching file `?g'?
32
33
        > Applied patch %{P}p.diff (forced; needs refresh)
33
34
 
34
35
        $ echo new > f
35
36
        $ quilt refresh
36
37
        > Refreshed patch %{P}p.diff
37
 
        $ cat patches/p.diff | sed -e "s/\\t.*//"
 
38
        $ cat patches/p.diff
38
39
        > Index: d/f
39
40
        > ===================================================================
40
41
        > --- d.orig/f