~ubuntu-branches/ubuntu/jaunty/venkman/jaunty

« back to all changes in this revision

Viewing changes to install.rdf

  • Committer: Bazaar Package Importer
  • Author(s): Siegfried-Angel Gevatter Pujals
  • Date: 2008-08-09 14:40:31 UTC
  • mfrom: (1.1.4 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080809144031-zqulcf0yw37rkqk9
Tags: 0.9.87.4-2ubuntu1
* Merge with Debian unstable; remaining changes:
   - debian/control:
      + Change the Depends to the names of Mozilla's products in Ubuntu
        instead of Debian's names (iceweasel -> firefox, iceape -> seamonkey,
        icedove -> thunderbird).
      + Change the description so that it mentions the names of Mozilla's
        products in Ubuntu instead of Debian's names (LP: #184084).
      + Update Maintainer field following the DebianMaintainerField spec.
* debian/postrm:
   - Add a update-seamonkey-chrome call (like the update-iceape-chrome one).
* debian/links:
   - Change the names in the directories from those used in Ubuntu to those
     used in Debian.
   - Also create a symlink in /usr/lib/firefox-addons/extensions/.
* debian/control:
   - Add Homepage field.
   - Bump Standards Version to 3.8.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        <Description about="urn:mozilla:install-manifest">
6
6
                <!-- core data -->
7
7
                <em:id>{f13b157f-b174-47e7-a34d-4815ddfdfeb8}</em:id>
8
 
                <em:version>0.9.87.2</em:version>
 
8
                <em:version>0.9.87.4</em:version>
9
9
                
10
10
                <!-- target: Mozilla Firefox, version 0.9 to 3.0 -->
11
11
                <em:targetApplication>
12
12
                        <Description>
13
13
                                <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
14
14
                                <em:minVersion>0.9</em:minVersion>
15
 
                                <em:maxVersion>3.0b2</em:maxVersion>
 
15
                                <em:maxVersion>3.0.*</em:maxVersion>
16
16
                        </Description>
17
17
                </em:targetApplication>
18
18
                
21
21
                        <Description>
22
22
                                <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
23
23
                                <em:minVersion>0.9</em:minVersion>
24
 
                                <em:maxVersion>3.0a1</em:maxVersion>
 
24
                                <em:maxVersion>3.0a2pre</em:maxVersion>
25
25
                        </Description>
26
26
                </em:targetApplication>
27
27
                
30
30
                        <Description>
31
31
                                <em:id>{a463f10c-3994-11da-9945-000d60ca027b}</em:id>
32
32
                                <em:minVersion>0.4</em:minVersion>
33
 
                                <em:maxVersion>1.0.*</em:maxVersion>
 
33
                                <em:maxVersion>1.3.*</em:maxVersion>
34
34
                        </Description>
35
35
                </em:targetApplication>
36
36
                
57
57
                        <Description>
58
58
                                <em:id>toolkit@mozilla.org</em:id>
59
59
                                <em:minVersion>1.9a7</em:minVersion>
60
 
                                <em:maxVersion>1.9</em:maxVersion>
 
60
                                <em:maxVersion>1.9.*</em:maxVersion>
61
61
                        </Description>
62
62
                </em:targetApplication>
63
63