~ubuntu-branches/ubuntu/precise/flightgear/precise

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Bastian Venthur
  • Date: 2010-02-21 16:40:20 UTC
  • mfrom: (3.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100221164020-muzclwiswx8l7mj2
Tags: 1.9.1-1.1
* Non-maintainer upload.
* Fix "FTBFS: UGear_command.cxx:41: error: 'snprintf' was not declared in
  this scope". Applied patch by Cyril Brulebois (Closes: #560494)

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
        dh_testroot
44
44
        rm -f build-stamp configure-stamp
45
45
 
46
 
        [ ! -f Makefile ] || $(MAKE) distclean
47
 
 
 
46
        -$(MAKE) -i clean
 
47
        -$(MAKE) -i distclean
48
48
        # distclean seems to not always be thorough
49
49
        -find -name Makefile -type f -exec rm -f {} \;
50
50
        -find -name .deps -type d -exec rm -rf {} \;
70
70
binary-arch: build install
71
71
        dh_testdir
72
72
        dh_testroot
 
73
 
73
74
        dh_install
 
75
 
74
76
        dh_installdocs
 
77
        cp docs-mini/* debian/flightgear/usr/share/doc/flightgear || true
75
78
        cp utils/TerraSync/README.txt debian/flightgear/usr/share/doc/flightgear/README.TerraSync
76
79
        dh_installmenu
77
80
        dh_installchangelogs ChangeLog