[Pkg-mozext-commits] [mozilla-devscripts] 03/05: Revert "dh_xul-ext: stop looking for iceweasel- prefix"

Sean Whitton spw-guest at moszumanska.debian.org
Tue Mar 22 16:07:27 UTC 2016


This is an automated email from the git hooks/post-receive script.

spw-guest pushed a commit to branch master
in repository mozilla-devscripts.

commit 483bb2ae23fdb542de0c3de31268a1e7b810c04d
Author: Sean Whitton <spwhitton at spwhitton.name>
Date:   Tue Mar 22 08:48:10 2016 -0700

    Revert "dh_xul-ext: stop looking for iceweasel- prefix"
    
    This reverts commit 9d2d5bd9f67c0932f8a2f7a365dbb128a5b29ee4.
---
 dh_xul-ext | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dh_xul-ext b/dh_xul-ext
index 2251ebc..221135b 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 10 and Thunderbird/Icedove 10 defaults add-ons to
+        Firefox/Iceweasel 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-", "mozilla-", "xul-ext-"):
+    for prefix in ("firefox-", "iceweasel-", "mozilla-", "xul-ext-"):
         if ext_name.startswith(prefix):
             ext_name = ext_name[len(prefix):]
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/mozilla-devscripts.git



More information about the Pkg-mozext-commits mailing list