tags 1072963 patch
thanks

Hi,

turns out, the .postinst/.postrm scripts are not needed after all,
since the actions performed by them are automatically performed by a
trigger. The attached patch removes them and should therefore fix the
failing autopkgtests.


Cheers,
Julian

--
 ()  ascii ribbon campaign - against html e-mail
 /\                        - against proprietary attachments
diff -upNr jpeg-xl-0.9.2-7/debian/changelog jpeg-xl-0.9.2/debian/changelog
--- jpeg-xl-0.9.2-7/debian/changelog	2024-06-11 08:12:59.000000000 +0200
+++ jpeg-xl-0.9.2/debian/changelog	2024-06-12 20:57:34.452276407 +0200
@@ -1,3 +1,10 @@
+jpeg-xl (0.9.2-8) UNRELEASED; urgency=medium
+
+  [ Julian Wollrath ]
+  * Remove libjxl-gdk-pixbuf.postinst/rm. Closes: #1072963
+
+ -- Julian Wollrath <jwollr...@web.de>  Wed, 12 Jun 2024 20:56:28 +0200
+
 jpeg-xl (0.9.2-7) experimental; urgency=medium
 
   [ Jeremy Bícha ]
diff -upNr jpeg-xl-0.9.2-7/debian/libjxl-gdk-pixbuf.postinst jpeg-xl-0.9.2/debian/libjxl-gdk-pixbuf.postinst
--- jpeg-xl-0.9.2-7/debian/libjxl-gdk-pixbuf.postinst	2024-06-04 08:15:59.000000000 +0200
+++ jpeg-xl-0.9.2/debian/libjxl-gdk-pixbuf.postinst	1970-01-01 01:00:00.000000000 +0100
@@ -1,3 +0,0 @@
-#!/bin/sh -e
-/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache
-#DEBHELPER#
diff -upNr jpeg-xl-0.9.2-7/debian/libjxl-gdk-pixbuf.postrm jpeg-xl-0.9.2/debian/libjxl-gdk-pixbuf.postrm
--- jpeg-xl-0.9.2-7/debian/libjxl-gdk-pixbuf.postrm	2024-06-04 08:15:59.000000000 +0200
+++ jpeg-xl-0.9.2/debian/libjxl-gdk-pixbuf.postrm	1970-01-01 01:00:00.000000000 +0100
@@ -1,5 +0,0 @@
-#!/bin/sh -e
-if [ -x /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders ]; then
-       /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache
-fi
-#DEBHELPER#

Reply via email to