[neon/neon/settings/Neon/stable] etc/apt/preferences.d: try and fix the libjpeg-turbo backport debacle

Carlos De Maine null at kde.org
Mon Mar 6 23:58:42 GMT 2023


Git commit 51c4bc3c4736438b207f26c59c5611ea0fa26d6e by Carlos De Maine.
Committed on 06/03/2023 at 23:58.
Pushed by carlosdem into branch 'Neon/stable'.

try and fix the libjpeg-turbo backport debacle

(cherry picked from commit 6454c6bd1bc332af30ec5e3754855db8761a0a01)

M  +18   -0    etc/apt/preferences.d/99-jammy-overrides

https://invent.kde.org/neon/neon/settings/commit/51c4bc3c4736438b207f26c59c5611ea0fa26d6e

diff --git a/etc/apt/preferences.d/99-jammy-overrides b/etc/apt/preferences.d/99-jammy-overrides
index 29734b1..40971ce 100644
--- a/etc/apt/preferences.d/99-jammy-overrides
+++ b/etc/apt/preferences.d/99-jammy-overrides
@@ -284,3 +284,21 @@ Pin-Priority: 1100
 Package: mygnuhealth
 Pin: release a=jammy
 Pin-Priority: 1100
+
+# the following 4 packages are pinned to fix the libjpeg-turbo backport debacle
+
+Package: libjpeg-dev
+Pin: release o=Ubuntu
+Pin-Priority: 1100
+
+Package: libjpeg8
+Pin: release o=Ubuntu
+Pin-Priority: 1100
+
+Package: libjpeg8-dev
+Pin: release o=Ubuntu
+Pin-Priority: 1100
+
+Package: libturbojpeg
+Pin: release o=jammy
+Pin-Priority: 1100


More information about the Neon-commits mailing list