~ubuntu-branches/ubuntu/dapper/enigmail/dapper-proposed

« back to all changes in this revision

Viewing changes to debian/rules.mailnews

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2006-02-15 15:44:02 UTC
  • mfrom: (0.2.1 upstream) (4.1.1 breezy-security)
  • Revision ID: james.westby@ubuntu.com-20060215154402-pjv9vokz6s38xdg1
Tags: 2:0.94-0ubuntu1
* Fork package to allow mozilla 1.7 to be demoted to universe.  This
  package now only builds the enigmail extension for mozilla-thunderbird.
* Bump debhelper compat to 4, so single-package builds behave the same
  as multipackage biulds (thus minimising our diff against the original).
* Bump upstream version to 0.94, for working Thunderbird 1.5 support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
MOZ_VERS = $(shell mozilla-config --version)
14
14
 
 
15
export XPIDL_TOOLS_DIR=/usr/lib/mozilla-thunderbird/
 
16
export MOZSDK_EXTENSIONS_DIR=extensions/
 
17
export MOZSDK_EXTENSIONS_DEPTH=..
 
18
export PATCH_DEPTH=1
 
19
 
15
20
#set the correct VERSION
16
21
 
17
22
ifeq ($(MOZ_VERS),1.6)
67
72
ifeq ($(MOZ_VERS),1.7.12) # it's still the same sdk
68
73
MOZSDK_VERS=MOZILLA_1_7_10_RELEASE
69
74
IPC_VERS=1.1.3
70
 
ENIG_VERS=0.92.0
 
75
ENIG_VERS=0.93.0
71
76
endif
72
77
 
73
78
# TODO this could be generic matching algo
108
113
 
109
114
install: build
110
115
        make -C build-dir/mozilla install DESTDIR=$(DESTDIR)
 
116
#       cp -f $(CURDIR)/build-dir/mozilla/extensions/enigmail/package/install.rdf debian/tmp-enigmail-mn
111
117
 
112
118
.PHONY: clean install build patch