diff options
author | Benjamin Drung <bdrung@debian.org> | 2012-12-06 01:12:05 +0100 |
---|---|---|
committer | Benjamin Drung <bdrung@debian.org> | 2012-12-06 01:12:05 +0100 |
commit | 88346138245f9a73a19bb6ee14110be32921ab2d (patch) | |
tree | 51cdf9bda1985f3c7f3a0decb117d1912bcc44a4 /tests/dh_xul-ext | |
parent | 474ee3b962d4ed005ca36cf9f9ee522d97872784 (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')
-rw-r--r-- | tests/dh_xul-ext/default-to-compatible/install.rdf | 8 | ||||
-rw-r--r-- | tests/dh_xul-ext/expected_result/default-to-compatible.substvars | 8 |
2 files changed, 12 insertions, 4 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> diff --git a/tests/dh_xul-ext/expected_result/default-to-compatible.substvars b/tests/dh_xul-ext/expected_result/default-to-compatible.substvars index eeb600b..06b38d8 100644 --- a/tests/dh_xul-ext/expected_result/default-to-compatible.substvars +++ b/tests/dh_xul-ext/expected_result/default-to-compatible.substvars @@ -1,5 +1,5 @@ -xpi:Depends=iceweasel (>= 4.0) +xpi:Depends=iceweasel (>= 4.0) | icedove (>= 5.0) xpi:Recommends= -xpi:Breaks=iceweasel (<< 4.0) -xpi:Enhances=iceweasel -xpi:Provides=iceweasel-test-package, test-package +xpi:Breaks=icedove (<< 5.0), iceweasel (<< 4.0) +xpi:Enhances=icedove, iceweasel +xpi:Provides=icedove-test-package, iceweasel-test-package, test-package |