~ubuntu-branches/ubuntu/trusty/enigmail/trusty-security

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2011-06-29 11:19:17 UTC
  • mfrom: (0.12.3 upstream)
  • Revision ID: package-import@ubuntu.com-20110629111917-oausv7ojwh2gehem
Tags: 2:1.2-0ubuntu1
* Update to new upstream release v1.2
* Build with --disable-elf-hack - it's broken on oneiric, and is a no-op
  on Ubuntu anyway
  - update debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
override_dh_auto_configure:
24
24
        mkdir -p $(BUILDDIR)
25
25
        autoconf2.13
26
 
        cd $(BUILDDIR); $(CURDIR)/configure --target=$(DEB_BUILD_GNU_TYPE) --with-libxul-sdk=$(TBIRD_SDK) --enable-application=extensions --enable-extensions=enigmail --disable-debug --disable-tests --disable-crashreporter --disable-ogg --disable-necko-wifi --disable-webm --disable-libjpeg-turbo $(CONFIGFLAGS)
 
26
        cd $(BUILDDIR); $(CURDIR)/configure --target=$(DEB_BUILD_GNU_TYPE) --with-libxul-sdk=$(TBIRD_SDK) --enable-application=extensions --enable-extensions=enigmail --disable-debug --disable-tests --disable-crashreporter --disable-ogg --disable-necko-wifi --disable-webm --disable-libjpeg-turbo --disable-elf-hack $(CONFIGFLAGS)
27
27
 
28
28
override_dh_auto_build:
29
29
#       dh_auto_build --builddirectory=$(BUILDDIR)