[Pkg-mozext-commits] [SCM] extension that detects valid HTTPS pages as you browse branch, master, updated. debian/087-1-2-gd416bcc

Dmitry Smirnov onlyjob at member.fsf.org
Thu Jun 6 07:17:03 UTC 2013


The following commit has been merged in the master branch:
commit d416bccc05f3f8686e5471aaff25e07408eb6b60
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date:   Thu Jun 6 16:46:45 2013 +1000

    New "fix_manifest.patch" to correct path to modules.

diff --git a/debian/changelog b/debian/changelog
index 03ff7a3..38b68f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+https-finder (087-2) unstable; urgency=medium
+
+  * New "fix_manifest.patch" to correct path to modules.
+
+ -- Dmitry Smirnov <onlyjob at debian.org>  Thu, 06 Jun 2013 16:36:18 +1000
+
 https-finder (087-1) unstable; urgency=low
 
   * New upstream release [April 2013].
diff --git a/debian/patches/fix_manifest.patch b/debian/patches/fix_manifest.patch
new file mode 100644
index 0000000..30b85d3
--- /dev/null
+++ b/debian/patches/fix_manifest.patch
@@ -0,0 +1,16 @@
+Last-Update: 2013-06-06
+Author: Dmitry Smirnov <onlyjob at member.fsf.org>
+Forwarded: no
+Description: correct path to modules
+
+--- a/chrome.manifest
++++ b/chrome.manifest
+@@ -12,6 +12,6 @@
+ locale        httpsfinder        pt-BR                      jar:chrome/httpsfinder.jar!/locale/pt/
+ locale        httpsfinder        zh-CN                      jar:chrome/httpsfinder.jar!/locale/zh-CN/
+ locale        httpsfinder        zh-TW                      jar:chrome/httpsfinder.jar!/locale/zh-TW/
+ 
+-resource hfShared /../modules/
++resource hfShared modules/
+ overlay chrome://browser/content/browser.xul  chrome://httpsfinder/content/Overlay.xul
+\ No newline at end of file
diff --git a/debian/patches/series b/debian/patches/series
index bd8bc61..836f803 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 fix_localized.patch
+fix_manifest.patch

-- 
extension that detects valid HTTPS pages as you browse



More information about the Pkg-mozext-commits mailing list