We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2dba6d commit d7af455Copy full SHA for d7af455
debs/debian/rules
@@ -23,6 +23,10 @@
23
#override_dh_auto_configure:
24
# dh_auto_configure -- # -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
25
override_dh_auto_configure:
26
+ if [ "$$(lsb_release -rs)" = "24.04" ]; then \
27
+ sed -i 's/libtiff5/libtiff6/' debian/control; \
28
+ sed -i 's/mime-support/mailcap media-types/' debian/control; \
29
+ fi
30
dh_auto_configure -- \
31
--prefix=/opt/imagemagick-7 \
32
--sysconfdir=/opt/imagemagick-7/conf \
0 commit comments