diffstat of debian/ for firefox_50.1.0-1 firefox_50.1.0-1+9+build22 changelog | 7 control | 6 control.in | 6 extra-stuff/kde.js | 1 patches/firefox-kde.patch | 1677 ++++++++++++++++++++ patches/mozilla-kde.patch | 3788 ++++++++++++++++++++++++++++++++++++++++++++++ patches/series | 2 upstream.mk | 13 8 files changed, 5494 insertions(+), 6 deletions(-) diff -Nru firefox-50.1.0/debian/changelog firefox-50.1.0/debian/changelog --- firefox-50.1.0/debian/changelog 2016-12-13 21:15:10.000000000 +0000 +++ firefox-50.1.0/debian/changelog 2017-01-12 16:38:35.000000000 +0000 @@ -1,3 +1,10 @@ +firefox (1:50.1.0-1+9+build22) testing; urgency=medium + + * Automatic CI Build + * Automatic CI Build + + -- Debian CI Thu, 12 Jan 2017 16:38:35 +0000 + firefox (50.1.0-1) unstable; urgency=medium * New upstream release. diff -Nru firefox-50.1.0/debian/control firefox-50.1.0/debian/control --- firefox-50.1.0/debian/control 2016-12-13 21:15:10.000000000 +0000 +++ firefox-50.1.0/debian/control 2017-01-12 16:38:35.000000000 +0000 @@ -1136,3 +1136,9 @@ web application technologies. . This package contains the localization of Firefox in Chinese (Taiwan). + +Package: firefox-plasma +Architecture: any +Depends: firefox (= ${binary:Version}), mozilla-kde-support +Description: firefox package for integration with KDE + Install this package if you'd like firefox with Plasma integration diff -Nru firefox-50.1.0/debian/control.in firefox-50.1.0/debian/control.in --- firefox-50.1.0/debian/control.in 2016-12-13 21:15:10.000000000 +0000 +++ firefox-50.1.0/debian/control.in 2017-01-12 16:38:35.000000000 +0000 @@ -223,3 +223,9 @@ This is a transitional package, it can be safely removed. %endif %include l10n/browser-l10n.control + +Package: @browser@-plasma +Architecture: any +Depends: @browser@ (= ${binary:Version}), mozilla-kde-support +Description: firefox package for integration with KDE + Install this package if you'd like firefox with Plasma integration diff -Nru firefox-50.1.0/debian/extra-stuff/kde.js firefox-50.1.0/debian/extra-stuff/kde.js --- firefox-50.1.0/debian/extra-stuff/kde.js 1970-01-01 00:00:00.000000000 +0000 +++ firefox-50.1.0/debian/extra-stuff/kde.js 2017-01-12 16:38:34.000000000 +0000 @@ -0,0 +1 @@ +pref("browser.preferences.instantApply", false); diff -Nru firefox-50.1.0/debian/patches/firefox-kde.patch firefox-50.1.0/debian/patches/firefox-kde.patch --- firefox-50.1.0/debian/patches/firefox-kde.patch 1970-01-01 00:00:00.000000000 +0000 +++ firefox-50.1.0/debian/patches/firefox-kde.patch 2017-01-12 16:38:34.000000000 +0000 @@ -0,0 +1,1677 @@ +# HG changeset patch +# Parent 2cb2f829aabd7e3efaa973a0a8cf99aca9605bdc + +diff --git a/browser/base/content/browser-kde.xul b/browser/base/content/browser-kde.xul +new file mode 100644 +--- /dev/null ++++ b/browser/base/content/browser-kde.xul +@@ -0,0 +1,1200 @@ ++#filter substitution ++ ++# -*- Mode: HTML -*- ++# ++# This Source Code Form is subject to the terms of the Mozilla Public ++# License, v. 2.0. If a copy of the MPL was not distributed with this ++# file, You can obtain one at http://mozilla.org/MPL/2.0/. ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++# All DTD information is stored in a separate file so that it can be shared by ++# hiddenWindow.xul. ++#include browser-doctype.inc ++ ++ ++ ++# All JS files which are not content (only) dependent that browser.xul ++# wishes to include *must* go into the global-scripts.inc file ++# so that they can be shared by macBrowserOverlay.xul. ++#include global-scripts.inc ++