[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:39 UTC 2013


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

    Get rid of empty directory
    
    Git-Dch: Ignore

diff --git a/debian/rules b/debian/rules
index bf2c22b..889afad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,11 +3,8 @@
 	dh $@ --with xul-ext --buildsystem=xul_ext
 
 override_dh_auto_install:
-	install-xpi --remove-license-files \
-	       -x META-INF/manifest.mf \
-	       -x META-INF/zigbert.rsa \
-	       -x META-INF/zigbert.sf \
-	       xul-ext-wot.xpi
+	install-xpi --remove-license-files xul-ext-wot.xpi
+	rm -r $(CURDIR)/debian/xul-ext-wot/usr/share/xul-ext/wot/META-INF
 
 override_dh_installchangelogs:
 	dh_installchangelogs $(CURDIR)/debian/upstream-changelog

-- 
wot extension for Firefox/Iceweasel



More information about the Pkg-mozext-commits mailing list