[Pkg-mozext-commits] [SCM] mozilla noscript extension branch, master, updated. upstream/2.6-107-g4dc2d80

Damyan Ivanov dmn at debian.org
Thu Nov 8 19:28:07 UTC 2012


The following commit has been merged in the master branch:
commit 4dc2d80c1c0e41e859fad843fe319b148a181ecf
Author: Damyan Ivanov <dmn at debian.org>
Date:   Thu Nov 8 21:09:52 2012 +0200

    stop patching chrome.manifest during build
    
    makes things work with the .jar in the .deb

diff --git a/debian/rules b/debian/rules
index 5d02aa1..774c97c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,12 +27,10 @@ refresh-patches:
 	dh --with xul-ext $@	
 
 override_dh_auto_build:
-	sed -i -e s'/jar:chrome\/noscript.jar\!\/\(locale\|content\|skin\)/chrome\/\1/' $(CURDIR)/chrome.manifest
 	xpi-pack $(CURDIR) noscript.xpi
 
 override_dh_auto_install:
 	install-xpi --remove-license-files -x NoScript_License.txt -x chrome/content/noscript/NoScript_License.txt noscript.xpi
 
 override_dh_auto_clean:
-	sed -i -e s'/chrome\/\(locale\|content\|skin\)/jar:chrome\/noscript.jar\!\/\1/' $(CURDIR)/chrome.manifest
 	rm -f noscript.xpi

-- 
mozilla noscript extension



More information about the Pkg-mozext-commits mailing list