[Pkg-mozext-maintainers] Bug#899365: ublock-origin: diff for NMU version 1.16.6+dfsg-1.1

Laurent Bigonville bigon at debian.org
Thu Jul 12 12:03:41 BST 2018


Control: tags 899365 + patch


Dear maintainer,

I've prepared an NMU for ublock-origin (versioned as 1.16.6+dfsg-1.1). The diff
is attached to this message.

Regards.

diff -Nru ublock-origin-1.16.6+dfsg/debian/changelog ublock-origin-1.16.6+dfsg/debian/changelog
--- ublock-origin-1.16.6+dfsg/debian/changelog	2018-04-09 20:15:53.000000000 +0200
+++ ublock-origin-1.16.6+dfsg/debian/changelog	2018-07-12 13:00:00.000000000 +0200
@@ -1,3 +1,12 @@
+ublock-origin (1.16.6+dfsg-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix the incorrect value for applications.gecko.id in
+    platform/webext/manifest.json, this makes the extension work again with
+    firefox (Closes: #899365)
+
+ -- Laurent Bigonville <bigon at debian.org>  Thu, 12 Jul 2018 13:00:00 +0200
+
 ublock-origin (1.16.6+dfsg-1) unstable; urgency=medium
 
   [ Sean Whitton ]
diff -Nru ublock-origin-1.16.6+dfsg/debian/patches/0005-Fix-application-id.patch ublock-origin-1.16.6+dfsg/debian/patches/0005-Fix-application-id.patch
--- ublock-origin-1.16.6+dfsg/debian/patches/0005-Fix-application-id.patch	1970-01-01 01:00:00.000000000 +0100
+++ ublock-origin-1.16.6+dfsg/debian/patches/0005-Fix-application-id.patch	2018-07-12 12:57:26.000000000 +0200
@@ -0,0 +1,22 @@
+From 23979c3197bb3fd853cac592aefee95ae1a56f5c Mon Sep 17 00:00:00 2001
+From: Raymond Hill <rhill at raymondhill.net>
+Date: Wed, 30 May 2018 12:55:33 -0400
+Subject: [PATCH] fix https://github.com/uBlockOrigin/uBlock-issues/issues/52
+
+---
+ platform/webext/manifest.json | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/platform/webext/manifest.json b/platform/webext/manifest.json
+index d0fc97aefd..46fe0cc5e8 100644
+--- a/platform/webext/manifest.json
++++ b/platform/webext/manifest.json
+@@ -1,7 +1,7 @@
+ {
+   "applications": {
+     "gecko": {
+-      "id": "uBlock0-webext at raymondhill.net",
++      "id": "uBlock0 at raymondhill.net",
+       "strict_min_version": "52.0"
+     }
+   },
diff -Nru ublock-origin-1.16.6+dfsg/debian/patches/series ublock-origin-1.16.6+dfsg/debian/patches/series
--- ublock-origin-1.16.6+dfsg/debian/patches/series	2018-04-09 20:15:53.000000000 +0200
+++ ublock-origin-1.16.6+dfsg/debian/patches/series	2018-07-12 12:57:38.000000000 +0200
@@ -1,3 +1,4 @@
 0001-Disable-nonfree-filters-by-default.patch
 0003-patch-make-assets.sh-for-Debian.patch
 0004-patch-README-for-Debian.patch
+0005-Fix-application-id.patch



More information about the Pkg-mozext-maintainers mailing list