~ubuntu-branches/ubuntu/vivid/remake/vivid

« back to all changes in this revision

Viewing changes to tests/spec/data/break-run.right

  • Committer: Package Import Robot
  • Author(s): Yaroslav Halchenko
  • Date: 2012-10-04 10:45:49 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20121004104549-vvltb5m3vutmvjy0
Tags: 3.82+dbg0.9+dfsg-1
* Fresh upstream release
  - dropped emacs mode (moved into a separate project
    https://github.com/rocky/emacs-dbgr)
* Switched to use +dfsg to assure proper version
  comparison going e.g. from 0.9+dfsg to 0.9.1+dfsg
* Moved .gbp.conf under debian/gbp.conf
* Added '-b debian' for Vcs-Git field since we ship Debian
  packaging within upstream repository
* Boosted policy to 3.9.4
* Switched to source package 3.0 (quilt) format
* Switched to minimalistic dh 9.0 debian/rules
  - use dh-autoreconf (added also needed for it 'autopoint' build-dependency)
    (Closes: #536004)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Reading makefiles...
 
2
Updating makefiles....
 
3
Updating goal targets....
 
4
triple.Makefile:1)
 
5
first: second
 
6
remake<0> break third run
 
7
Breakpoint 1 on target third: file triple.Makefile, line 5.
 
8
remake<1> continue
 
9
triple.Makefile:5)
 
10
third
 
11
remake<2> quit
 
12
remake: That's all, folks...