From fd868549e3640d976dda18f486da0392191ea5d3 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Thu, 20 Jun 2024 14:51:52 -0400 Subject: 127.0 rc1 --- scripts/prep-librewolf-dpkg.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/prep-librewolf-dpkg.sh') diff --git a/scripts/prep-librewolf-dpkg.sh b/scripts/prep-librewolf-dpkg.sh index dba3b95..cd0eba6 100755 --- a/scripts/prep-librewolf-dpkg.sh +++ b/scripts/prep-librewolf-dpkg.sh @@ -202,7 +202,7 @@ else sed -r -e 's@$@ -p1@' -e '/vpn-ad/d' >> "${debian_dir}/patches/series" #echo "librewolf/webrender_ffi.patch -p1" >> "${debian_dir}/patches/series" # added 126.0 ; just defuzzing this patch - test -n "1" && patch -p1 "${debian_dir}/patches/librewolf/encoding_rs.patch" < "${scripts_dir}/126.0_defuzz-encoding_rs.patch" + test -n "" && patch -p1 "${debian_dir}/patches/librewolf/encoding_rs.patch" < "${scripts_dir}/126.0_defuzz-encoding_rs.patch" # added 120.0.1; just defuzzing this patch test -n "1" && patch -p1 "${debian_dir}/patches/librewolf/rust-gentoo-musl.patch" <<'EOF' --- a/librewolf/rust-gentoo-musl.patch 2023-12-05 09:05:23.029244795 -0500 @@ -544,7 +544,7 @@ EOF "profiles", EOF # added 109.0 to patch for debian 109.0 until defuzz-109.0 gets merged - test -n "1" && patch -p1 "${debian_dir}/patches/librewolf/disable-data-reporting-at-compile-time.patch" <<'EOF' + test -n "" && patch -p1 "${debian_dir}/patches/librewolf/disable-data-reporting-at-compile-time.patch" <<'EOF' diff --git a/patches/disable-data-reporting-at-compile-time.patch b/patches/disable-data-reporting-at-compile-time.patch index 3702402..f4a4315 100644 --- a/patches/disable-data-reporting-at-compile-time.patch -- cgit