summaryrefslogtreecommitdiff
path: root/tests/dh_xul-ext/default-to-compatible/install.rdf
diff options
context:
space:
mode:
authorBenjamin Drung <bdrung@debian.org>2012-12-06 01:12:05 +0100
committerBenjamin Drung <bdrung@debian.org>2012-12-06 01:12:05 +0100
commit88346138245f9a73a19bb6ee14110be32921ab2d (patch)
tree51cdf9bda1985f3c7f3a0decb117d1912bcc44a4 /tests/dh_xul-ext/default-to-compatible/install.rdf
parent474ee3b962d4ed005ca36cf9f9ee522d97872784 (diff)
dh_xul-ext: Do not generate a Breaks entry for Thunderbird/Icedove 10 or later.
Thunderbird/Icedove 10 defaults add-ons to compatible.
Diffstat (limited to 'tests/dh_xul-ext/default-to-compatible/install.rdf')
-rw-r--r--tests/dh_xul-ext/default-to-compatible/install.rdf8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/dh_xul-ext/default-to-compatible/install.rdf b/tests/dh_xul-ext/default-to-compatible/install.rdf
index 660f7e1..55550ef 100644
--- a/tests/dh_xul-ext/default-to-compatible/install.rdf
+++ b/tests/dh_xul-ext/default-to-compatible/install.rdf
@@ -12,5 +12,13 @@
<em:maxVersion>11</em:maxVersion>
</Description>
</em:targetApplication>
+ <em:targetApplication>
+ <Description>
+ <!-- Icedove/Thunderbird -->
+ <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
+ <em:minVersion>5.0</em:minVersion>
+ <em:maxVersion>12.0</em:maxVersion>
+ </Description>
+ </em:targetApplication>
</Description>
</RDF>