[Pkg-mozext-commits] [SCM] wot extension for Firefox/Iceweasel branch, master, updated. debian/20110704-2-15-g18b00f2

David Prévot taffit at debian.org
Fri Jul 19 03:37:37 UTC 2013


The following commit has been merged in the master branch:
commit bc18d190ab6287e08ec49b05f9b1715059af515a
Author: David Prévot <taffit at debian.org>
Date:   Thu Jul 18 22:26:12 2013 -0400

    Use --buildsystem=xul_ext

diff --git a/debian/rules b/debian/rules
index 4c21e2b..75e2b99 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,18 +1,10 @@
 #!/usr/bin/make -f
-
 %:
-	dh $@ --with xul-ext
-
-
-override_dh_auto_build:
-	# workaround for not install META-INF directory and COPYING file.
-	mkdir builds
-	cp -r chrome chrome.manifest install.rdf builds
-	xpi-pack builds wot.xpi
+	dh $@ --with xul-ext --buildsystem=xul_ext
 
 override_dh_auto_install:
-	install-xpi --remove-license-files wot.xpi
-
-override_dh_auto_clean:
-	rm -rf builds
-	rm -f wot.xpi
+	install-xpi --remove-license-files \
+	       -x META-INF/manifest.mf \
+	       -x META-INF/zigbert.rsa \
+	       -x META-INF/zigbert.sf \
+	       xul-ext-wot.xpi

-- 
wot extension for Firefox/Iceweasel



More information about the Pkg-mozext-commits mailing list