~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): Stephan Hermann
  • Date: 2005-09-26 09:18:18 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050926091818-9n33p30fftes2lbv
Tags: 2:0.92-1ubuntu4
Make enigmail buildable and installable with mozilla 1.7.12, using
the same SDK tarball as the mozilla-mailnews 1.7.10 build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
ifeq ($(MOZ_VERS),1.7.3) # it's still the same sdk
24
24
MOZSDK_VERS=MOZILLA_1_7_3_RELEASE
25
25
IPC_VERS=1.1.2
26
 
ENIG_VERS=0.90.2
 
26
ENIG_VERS=0.91.0
27
27
endif
28
28
 
29
29
ifeq ($(MOZ_VERS),1.7.5) # it's still the same sdk
30
30
MOZSDK_VERS=MOZILLA_1_7_5_RELEASE
31
31
IPC_VERS=1.1.2
32
 
ENIG_VERS=0.90.2
 
32
ENIG_VERS=0.91.0
33
33
endif
34
34
 
35
35
ifeq ($(MOZ_VERS),1.7.6) # it's still the same sdk
36
36
MOZSDK_VERS=MOZILLA_1_7_6_RELEASE
37
37
IPC_VERS=1.1.2
38
 
ENIG_VERS=0.90.2
39
 
endif
40
 
 
 
38
ENIG_VERS=0.91.0
 
39
endif
 
40
 
 
41
ifeq ($(MOZ_VERS),1.7.8) # it's still the same sdk
 
42
MOZSDK_VERS=MOZILLA_1_7_8_RELEASE
 
43
#IPC_VERS=1.1.2
 
44
#ENIG_VERS=0.91.0
 
45
IPC_VERS=1.1.3
 
46
ENIG_VERS=0.92.0
 
47
endif
 
48
 
 
49
ifeq ($(MOZ_VERS),1.7.7) # it's still the same sdk
 
50
MOZSDK_VERS=MOZILLA_1_7_6_RELEASE
 
51
IPC_VERS=1.1.2
 
52
ENIG_VERS=0.91.0
 
53
endif
 
54
 
 
55
ifeq ($(MOZ_VERS),1.7.10) # it's still the same sdk
 
56
MOZSDK_VERS=MOZILLA_1_7_10_RELEASE
 
57
IPC_VERS=1.1.3
 
58
ENIG_VERS=0.92.0
 
59
endif
 
60
 
 
61
ifeq ($(MOZ_VERS),1.7.11) # it's still the same sdk
 
62
MOZSDK_VERS=MOZILLA_1_7_10_RELEASE
 
63
IPC_VERS=1.1.3
 
64
ENIG_VERS=0.92.0
 
65
endif
 
66
 
 
67
ifeq ($(MOZ_VERS),1.7.12) # it's still the same sdk
 
68
MOZSDK_VERS=MOZILLA_1_7_10_RELEASE
 
69
IPC_VERS=1.1.3
 
70
ENIG_VERS=0.92.0
 
71
endif
41
72
 
42
73
# TODO this could be generic matching algo
43
74
# cat ./extensions/enigmail/package/install.rdf | \