summaryrefslogtreecommitdiff
path: root/dh_xul-ext
diff options
context:
space:
mode:
Diffstat (limited to 'dh_xul-ext')
-rwxr-xr-xdh_xul-ext4
1 files changed, 2 insertions, 2 deletions
diff --git a/dh_xul-ext b/dh_xul-ext
index 221135b..2251ebc 100755
--- a/dh_xul-ext
+++ b/dh_xul-ext
@@ -55,7 +55,7 @@ class XulApp(object):
enabled even if the version of the XUL application is higher than the
specified maximum version in this case.
- Firefox/Iceweasel 10 and Thunderbird/Icedove 10 defaults add-ons to
+ Firefox 10 and Thunderbird/Icedove 10 defaults add-ons to
compatible."""
return(self.xul_id in (FIREFOX_ID, THUNDERBIRD_ID) and
@@ -270,7 +270,7 @@ def has_no_xpi_depends():
def get_provided_package_names(package, supported_apps):
ext_name = package
- for prefix in ("firefox-", "iceweasel-", "mozilla-", "xul-ext-"):
+ for prefix in ("firefox-", "mozilla-", "xul-ext-"):
if ext_name.startswith(prefix):
ext_name = ext_name[len(prefix):]