~cairo.admin/+junk/cairo-packaging

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: bryce
  • Date: 2015-04-05 19:59:31 UTC
  • Revision ID: bryce@ubuntu.com-20150405195931-0d9fynck4uuamj8n
Try forcibly re-autogenning

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
        dh_autoreconf --as-needed
37
37
 
38
38
override_dh_auto_configure:
 
39
        NOCONFIGURE=1 ./autogen.sh --builddirectory=debian/build/deb
39
40
        dh_auto_configure --builddirectory=debian/build/deb \
40
41
                -- $(deb_configure_flags)
41
42
        dh_auto_configure --builddirectory=debian/build/udeb \