[Pkg-mozext-commits] [SCM] wot extension for Firefox/Iceweasel branch, master, updated. upstream/20110704-3-gc4ee8b5

Fabrizio Regalli fabreg at fabreg.it
Sun Nov 6 12:03:31 UTC 2011


The following commit has been merged in the master branch:
commit c4ee8b5a8054dee62b23a4220ed2c45da2460cb4
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Sun Nov 6 13:03:26 2011 +0100

    Fixed d/rules and bumpMaxversion to 8

diff --git a/debian/patches/01-bump-maxversion.diff b/debian/patches/01-bump-maxversion.diff
index 0735ff6..23b61ef 100644
--- a/debian/patches/01-bump-maxversion.diff
+++ b/debian/patches/01-bump-maxversion.diff
@@ -1,4 +1,4 @@
-Description: Bump maxVersion to 7.* for using with Firefox/Iceweasel currently in sid
+Description: Bump maxVersion to 8.* for using with Firefox/Iceweasel currently in sid/experimental
 Author: Fabrizio Regalli <fabreg at fabreg.it>
 Forwarded: not-needed
 
@@ -10,7 +10,7 @@ Forwarded: not-needed
  				<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  				<em:minVersion>3.0</em:minVersion>
 -				<em:maxVersion>7.0a1</em:maxVersion>
-+				<em:maxVersion>7.*</em:maxVersion>
++				<em:maxVersion>8.*</em:maxVersion>
  			</Description>
  		</em:targetApplication>
  		
diff --git a/debian/rules b/debian/rules
index b02f7e9..4c21e2b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,13 +5,14 @@
 
 
 override_dh_auto_build:
-	xpi-pack . wot.xpi
+	# 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
 
 override_dh_auto_install:
-	rm -f $(CURDIR)/debian/usr/share/xul-ext/wot/META-INF/zigbert.rsa
-	rm -f $(CURDIR)/debian/usr/share/xul-ext/wot/META-INF/zigbert.sf
-	rm -f $(CURDIR)/debian/usr/share/xul-ext/wot/META-INF/manifest.mf
 	install-xpi --remove-license-files wot.xpi
 
 override_dh_auto_clean:
+	rm -rf builds
 	rm -f wot.xpi

-- 
wot extension for Firefox/Iceweasel



More information about the Pkg-mozext-commits mailing list