~dobey/a2jmidid/packaging-dailies

« back to all changes in this revision

Viewing changes to rules

  • Committer: Rodney Dawes
  • Date: 2016-01-08 07:58:17 UTC
  • Revision ID: dobey@wayofthemonkey.com-20160108075817-e1c9toruogxmthvz
Fix build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
        ${WAF} build ${DEB_WAF_EXTRA_ARGS}
26
26
 
27
27
override_dh_auto_clean:
28
 
        ${WAF} clean || true
29
 
        find wafadmin -name "*.pyc" -delete
30
 
        rm gitversion.h
 
28
        rm -f gitversion.h
31
29
        rm -rf build
32
30
        dh_auto_clean
33
31