From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- browser/installer/linux/app/debian/changelog.in | 5 +++++ browser/installer/linux/app/debian/compat | 1 + browser/installer/linux/app/debian/control.in | 10 ++++++++++ browser/installer/linux/app/debian/install.in | 2 ++ browser/installer/linux/app/debian/links.in | 6 ++++++ browser/installer/linux/app/debian/package-prefs.js | 6 ++++++ browser/installer/linux/app/debian/rules | 7 +++++++ 7 files changed, 37 insertions(+) create mode 100644 browser/installer/linux/app/debian/changelog.in create mode 100644 browser/installer/linux/app/debian/compat create mode 100644 browser/installer/linux/app/debian/control.in create mode 100644 browser/installer/linux/app/debian/install.in create mode 100644 browser/installer/linux/app/debian/links.in create mode 100644 browser/installer/linux/app/debian/package-prefs.js create mode 100644 browser/installer/linux/app/debian/rules (limited to 'browser/installer/linux/app/debian') diff --git a/browser/installer/linux/app/debian/changelog.in b/browser/installer/linux/app/debian/changelog.in new file mode 100644 index 0000000000..aaf92817c9 --- /dev/null +++ b/browser/installer/linux/app/debian/changelog.in @@ -0,0 +1,5 @@ +${DEB_PKG_NAME} (${DEB_PKG_VERSION}) UNRELEASED; urgency=medium + + * N/A + + -- Mozilla Releng ${DEB_CHANGELOG_DATE} diff --git a/browser/installer/linux/app/debian/compat b/browser/installer/linux/app/debian/compat new file mode 100644 index 0000000000..ec635144f6 --- /dev/null +++ b/browser/installer/linux/app/debian/compat @@ -0,0 +1 @@ +9 diff --git a/browser/installer/linux/app/debian/control.in b/browser/installer/linux/app/debian/control.in new file mode 100644 index 0000000000..7d758bf3f3 --- /dev/null +++ b/browser/installer/linux/app/debian/control.in @@ -0,0 +1,10 @@ +Source: ${DEB_PKG_NAME} +Maintainer: Mozilla Releng +Priority: optional +Section: web +Build-Depends: debhelper (>= 9) + +Package: ${DEB_PKG_NAME} +Architecture: ${DEB_ARCH_NAME} +Depends: ${DEB_DEPENDS} +Description: ${DEB_DESCRIPTION} diff --git a/browser/installer/linux/app/debian/install.in b/browser/installer/linux/app/debian/install.in new file mode 100644 index 0000000000..69f20af85e --- /dev/null +++ b/browser/installer/linux/app/debian/install.in @@ -0,0 +1,2 @@ +firefox/* ${DEB_PKG_INSTALL_PATH} +debian/${DEB_PKG_NAME}.desktop usr/share/applications diff --git a/browser/installer/linux/app/debian/links.in b/browser/installer/linux/app/debian/links.in new file mode 100644 index 0000000000..c79416e105 --- /dev/null +++ b/browser/installer/linux/app/debian/links.in @@ -0,0 +1,6 @@ +${DEB_PKG_INSTALL_PATH}/firefox usr/bin/${DEB_PKG_NAME} +${DEB_PKG_INSTALL_PATH}/browser/chrome/icons/default/default16.png usr/share/icons/hicolor/16x16/apps/${DEB_PKG_NAME}.png +${DEB_PKG_INSTALL_PATH}/browser/chrome/icons/default/default32.png usr/share/icons/hicolor/32x32/apps/${DEB_PKG_NAME}.png +${DEB_PKG_INSTALL_PATH}/browser/chrome/icons/default/default48.png usr/share/icons/hicolor/48x48/apps/${DEB_PKG_NAME}.png +${DEB_PKG_INSTALL_PATH}/browser/chrome/icons/default/default64.png usr/share/icons/hicolor/64x64/apps/${DEB_PKG_NAME}.png +${DEB_PKG_INSTALL_PATH}/browser/chrome/icons/default/default128.png usr/share/icons/hicolor/128x128/apps/${DEB_PKG_NAME}.png diff --git a/browser/installer/linux/app/debian/package-prefs.js b/browser/installer/linux/app/debian/package-prefs.js new file mode 100644 index 0000000000..866cc1ee14 --- /dev/null +++ b/browser/installer/linux/app/debian/package-prefs.js @@ -0,0 +1,6 @@ +/* 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/. */ + +// eslint-disable-next-line no-undef +pref("dom.ipc.forkserver.enable", true); diff --git a/browser/installer/linux/app/debian/rules b/browser/installer/linux/app/debian/rules new file mode 100644 index 0000000000..db56a808cc --- /dev/null +++ b/browser/installer/linux/app/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +%: + dh $@ + +override_dh_strip_nondeterminism: + dh_strip_nondeterminism -Xxpi -- cgit v1.2.3