~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-07-20 17:21:18 UTC
  • Revision ID: package-import@ubuntu.com-20110720172118-9ml162d3wtm8vu24
Tags: 2:1.2-0ubuntu2
* Drop build_system_dont_link_libxul.diff - this isn't needed in current
  Thunderbird versions, as it ships a libxul.so
* Bump maxVersion to 6.0.*
  - add debian/patches/port_to_latest_thunderbird.diff
  - update debian/patches/series
* Look for the Thunderbird 6 SDK
  - update debian/rules
* The SDK no longer provides an xpt_link binary for creating the typelibs.
  Use xpt.py instead (will be fixed when we refresh the build system)
  - update debian/patches/port_to_latest_thunderbird.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
DEB_BUILD_GNU_TYPE := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
9
9
 
10
 
TBIRD_SDK = $(shell ls -d /usr/lib/thunderbird-devel-5* /usr/lib/icedove-devel* 2> /dev/null | head -n1)
 
10
TBIRD_SDK = $(shell ls -d /usr/lib/thunderbird-devel-6* /usr/lib/icedove-devel* 2> /dev/null | head -n1)
11
11
 
12
12
#CONFIGFLAGS = --with-system-nspr --with-nspr-prefix=/usr
13
13