From 22d7c3dd547de54c2828c0ad675a2c2e06041f92 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 8 Apr 2024 17:12:13 +0200 Subject: Merging debian version 115.8.0esr-1~deb12u1. Signed-off-by: Daniel Baumann --- .../patches/debian-hacks/Relax-nodejs-minimum-version.patch | 12 ++++++------ debian/patches/debian-hacks/Set-DPI-to-system-settings.patch | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'debian/patches/debian-hacks') diff --git a/debian/patches/debian-hacks/Relax-nodejs-minimum-version.patch b/debian/patches/debian-hacks/Relax-nodejs-minimum-version.patch index 8839a39026..cd5517cee3 100644 --- a/debian/patches/debian-hacks/Relax-nodejs-minimum-version.patch +++ b/debian/patches/debian-hacks/Relax-nodejs-minimum-version.patch @@ -7,15 +7,15 @@ Subject: Relax nodejs minimum version 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/mozbuild/mozbuild/nodeutil.py b/python/mozbuild/mozbuild/nodeutil.py -index 8ec724a..efc7b7f 100644 +index 42f2627..c0e766c 100644 --- a/python/mozbuild/mozbuild/nodeutil.py +++ b/python/mozbuild/mozbuild/nodeutil.py -@@ -11,7 +11,7 @@ from mozboot.util import get_tools_dir - from mozfile import which +@@ -11,7 +11,7 @@ from mozfile import which + from packaging.version import Version from six import PY3 --NODE_MIN_VERSION = StrictVersion("12.22.12") -+NODE_MIN_VERSION = StrictVersion("12.22") - NPM_MIN_VERSION = StrictVersion("6.14.16") +-NODE_MIN_VERSION = Version("12.22.12") ++NODE_MIN_VERSION = Version("12.22") + NPM_MIN_VERSION = Version("6.14.16") diff --git a/debian/patches/debian-hacks/Set-DPI-to-system-settings.patch b/debian/patches/debian-hacks/Set-DPI-to-system-settings.patch index fdd947bd4a..ca1feb9543 100644 --- a/debian/patches/debian-hacks/Set-DPI-to-system-settings.patch +++ b/debian/patches/debian-hacks/Set-DPI-to-system-settings.patch @@ -7,7 +7,7 @@ Subject: Set DPI to system settings 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml -index ba2705d..c1b0831 100644 +index f32cab1..700dcb4 100644 --- a/modules/libpref/init/StaticPrefList.yaml +++ b/modules/libpref/init/StaticPrefList.yaml @@ -8256,7 +8256,7 @@ -- cgit v1.2.3