[Pkg-privacy-commits] [Git][pkg-privacy-team/xul-ext-monkeysphere][master] 2 commits: prepare to release 0.8 for use with firefox >= 23

Ulrike Uhlig ulrike at debian.org
Mon May 28 10:36:04 BST 2018


Ulrike Uhlig pushed to branch master at Privacy Maintainers / xul-ext-monkeysphere


Commits:
81b2b7cb by Daniel Kahn Gillmor at 2013-09-20T01:27:22-04:00
prepare to release 0.8 for use with firefox >= 23

- - - - -
508cd908 by Daniel Kahn Gillmor at 2015-08-06T10:56:44-04:00
avoid embedding the current TZ in the created zipfile.

- - - - -


3 changed files:

- Changelog
- Makefile
- install.rdf.template


Changes:

=====================================
Changelog
=====================================
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,9 @@
+xul-ext-monkeysphere (0.8) upstream;
+
+  * Fix for firefox >= 23 (thanks Kristian Fiskerstrand!)
+
+ -- Daniel Kahn Gillmor <dkg at fifthhorseman.net>  Fri, 20 Sep 2013 01:20:29 -0400
+
 xul-ext-monkeysphere (0.7) upstream;
 
   * update validation method for firefox >= 20 (thanks James Bottomley!)


=====================================
Makefile
=====================================
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ ICONS = $(addprefix chrome/content/, broken.png bad.png error.png)
 VERSION = $(shell head -n1 Changelog | sed -e 's/^.*(//' -e 's/).*$$//')
 
 monkeysphere.xpi: $(XPI_CONTENTS) $(ICONS)
-	zip $@ $(XPI_CONTENTS) $(ICONS)
+	TZ=UTC zip $@ $(XPI_CONTENTS) $(ICONS)
 
 install.rdf: install.rdf.template Changelog
 	sed 's/__VERSION__/$(VERSION)/' < $< > $@


=====================================
install.rdf.template
=====================================
--- a/install.rdf.template
+++ b/install.rdf.template
@@ -43,7 +43,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
       <Description>
 	<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
 	<em:minVersion>3.5</em:minVersion>
-	<em:maxVersion>*</em:maxVersion>
+	<em:maxVersion>26.*</em:maxVersion>
       </Description>
     </em:targetApplication>
 



View it on GitLab: https://salsa.debian.org/pkg-privacy-team/xul-ext-monkeysphere/compare/d52046febf88ba2e4d1d4c5a8125db41ac3193e9...508cd90839b48ee799580c5a729fed765eea4483

-- 
View it on GitLab: https://salsa.debian.org/pkg-privacy-team/xul-ext-monkeysphere/compare/d52046febf88ba2e4d1d4c5a8125db41ac3193e9...508cd90839b48ee799580c5a729fed765eea4483
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-privacy-commits/attachments/20180528/783bd6bd/attachment-0001.html>


More information about the Pkg-privacy-commits mailing list