~ubuntu-branches/ubuntu/quantal/lightning-extension/quantal-security

« back to all changes in this revision

Viewing changes to debian/patches/03_maxversion_override.patch

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-01-12 15:28:46 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20120112152846-ib27rzd0zldftoql
Tags: 1.2~b1+build1-0ubuntu1
* New upstream release from the beta channel (CALENDAR_1_2b1_BUILD1)
* Refresh debian/patches/01_no_sunbird.patch
* Bump maxVersion for lightning to 10.*, but drop changes to non-binary
  addons (gdata-provider / timezones) as these aren't needed anymore
  - update debian/patches/03_maxversion_override.patch
* Add some additional mailnews makefiles to the tarball, to make the build
  system not sad anymore

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
         <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
8
8
         <em:minVersion>@THUNDERBIRD_VERSION@</em:minVersion>
9
9
-        <em:maxVersion>@THUNDERBIRD_VERSION@</em:maxVersion>
10
 
+        <em:maxVersion>9.*</em:maxVersion>
 
10
+        <em:maxVersion>10.*</em:maxVersion>
11
11
       </Description>
12
12
     </em:targetApplication>
13
13
 
16
16
         <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
17
17
         <em:minVersion>@SEAMONKEY_VERSION@</em:minVersion>
18
18
-        <em:maxVersion>@SEAMONKEY_VERSION@</em:maxVersion>
19
 
+        <em:maxVersion>2.6.*</em:maxVersion>
20
 
       </Description>
21
 
     </em:targetApplication>
22
 
 
23
 
Index: lightning-extension-1.1~b1+build2/calendar/providers/gdata/install.rdf
24
 
===================================================================
25
 
--- lightning-extension-1.1~b1+build2.orig/calendar/providers/gdata/install.rdf 2011-12-02 13:29:07.000000000 +0000
26
 
+++ lightning-extension-1.1~b1+build2/calendar/providers/gdata/install.rdf      2011-12-02 13:47:41.396430711 +0000
27
 
@@ -59,7 +59,7 @@
28
 
         <!-- Thunderbird -->
29
 
         <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
30
 
         <em:minVersion>7.0a1</em:minVersion>
31
 
-        <em:maxVersion>@THUNDERBIRD_VERSION@</em:maxVersion>
32
 
+        <em:maxVersion>9.*</em:maxVersion>
33
 
       </Description>
34
 
     </em:targetApplication>
35
 
     <em:targetApplication>
36
 
@@ -67,7 +67,7 @@
37
 
         <!-- SeaMonkey -->
38
 
         <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
39
 
         <em:minVersion>2.4a1</em:minVersion>
40
 
-        <em:maxVersion>@SEAMONKEY_VERSION@</em:maxVersion>
41
 
+        <em:maxVersion>2.6.*</em:maxVersion>
42
 
       </Description>
43
 
     </em:targetApplication>
44
 
 
45
 
Index: lightning-extension-1.1~b1+build2/calendar/timezones/install.rdf
46
 
===================================================================
47
 
--- lightning-extension-1.1~b1+build2.orig/calendar/timezones/install.rdf       2011-12-02 13:29:07.000000000 +0000
48
 
+++ lightning-extension-1.1~b1+build2/calendar/timezones/install.rdf    2011-12-02 13:48:08.008431173 +0000
49
 
@@ -59,7 +59,7 @@
50
 
         <!-- Thunderbird -->
51
 
         <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
52
 
         <em:minVersion>2.0</em:minVersion>
53
 
-        <em:maxVersion>@THUNDERBIRD_VERSION@</em:maxVersion>
54
 
+        <em:maxVersion>9.*</em:maxVersion>
55
 
       </Description>
56
 
     </em:targetApplication>
57
 
     <em:targetApplication>
58
 
@@ -67,7 +67,7 @@
59
 
         <!-- Seamonkey -->
60
 
         <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
61
 
         <em:minVersion>2.0</em:minVersion>
62
 
-        <em:maxVersion>@SEAMONKEY_VERSION@</em:maxVersion>
63
 
+        <em:maxVersion>2.6.*</em:maxVersion>
64
 
        </Description>
65
 
      </em:targetApplication>
 
19
+        <em:maxVersion>2.7.*</em:maxVersion>
 
20
       </Description>
 
21
     </em:targetApplication>
66
22