~xnox/ubiquity/fix-up-question-dialog

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Colin Watson
  • Date: 2012-12-05 13:28:32 UTC
  • Revision ID: cjwatson@canonical.com-20121205132832-5ks9ohp0ufdd524f
Use dh-autoreconf to avoid huge diffs when the autotools are updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
build-stamp:
35
35
        dh_testdir
36
36
 
 
37
        dh_autoreconf -- ./autogen.sh
37
38
        dh_auto_configure -- --libexecdir=\$${prefix}/lib
38
39
        dh_auto_build
39
40
        $(MAKE) -C d-i build
62
63
 
63
64
        $(MAKE) -C d-i clean
64
65
        dh_auto_clean
 
66
        dh_autoreconf_clean
65
67
        dh_clean
66
68
        rm -rf build-locale tests/partman-tree
67
69