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

« back to all changes in this revision

Viewing changes to tests/scripts/targets/PHONY

  • 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:
33
33
# use the .PHONY target.
34
34
&touch("clean");
35
35
 
36
 
$answer = "$delete_command $example clean\n";
 
36
$answer = "##>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 
37
$delete_command $example clean
 
38
##<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
 
39
";
37
40
&run_make_with_options($makefile,"clean",&get_logfile);
38
41
 
39
42
if (-f $example) {