From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. 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/rules | 7 +++++++ browser/installer/linux/langpack/debian/changelog.in | 5 +++++ browser/installer/linux/langpack/debian/compat | 1 + browser/installer/linux/langpack/debian/control.in | 10 ++++++++++ browser/installer/linux/langpack/debian/install.in | 1 + browser/installer/linux/langpack/debian/rules | 7 +++++++ 11 files changed, 55 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/rules create mode 100644 browser/installer/linux/langpack/debian/changelog.in create mode 100644 browser/installer/linux/langpack/debian/compat create mode 100644 browser/installer/linux/langpack/debian/control.in create mode 100644 browser/installer/linux/langpack/debian/install.in create mode 100644 browser/installer/linux/langpack/debian/rules (limited to 'browser/installer/linux') 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/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 diff --git a/browser/installer/linux/langpack/debian/changelog.in b/browser/installer/linux/langpack/debian/changelog.in new file mode 100644 index 0000000000..aaf92817c9 --- /dev/null +++ b/browser/installer/linux/langpack/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/langpack/debian/compat b/browser/installer/linux/langpack/debian/compat new file mode 100644 index 0000000000..ec635144f6 --- /dev/null +++ b/browser/installer/linux/langpack/debian/compat @@ -0,0 +1 @@ +9 diff --git a/browser/installer/linux/langpack/debian/control.in b/browser/installer/linux/langpack/debian/control.in new file mode 100644 index 0000000000..7d758bf3f3 --- /dev/null +++ b/browser/installer/linux/langpack/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/langpack/debian/install.in b/browser/installer/linux/langpack/debian/install.in new file mode 100644 index 0000000000..21352262f5 --- /dev/null +++ b/browser/installer/linux/langpack/debian/install.in @@ -0,0 +1 @@ +firefox/* ${DEB_PKG_INSTALL_PATH} \ No newline at end of file diff --git a/browser/installer/linux/langpack/debian/rules b/browser/installer/linux/langpack/debian/rules new file mode 100644 index 0000000000..db56a808cc --- /dev/null +++ b/browser/installer/linux/langpack/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +%: + dh $@ + +override_dh_strip_nondeterminism: + dh_strip_nondeterminism -Xxpi -- cgit v1.2.3