Package: openjpeg2 Version: 2.4.0-2 Thanks for merging the patch on bug #948377 , it included a copy paste error in the binary name though, the attached change fixes the issue
diff -Nru openjpeg2-2.4.0/debian/changelog openjpeg2-2.4.0/debian/changelog --- openjpeg2-2.4.0/debian/changelog 2021-02-08 08:32:32.000000000 +0100 +++ openjpeg2-2.4.0/debian/changelog 2021-02-09 13:01:15.000000000 +0100 @@ -1,3 +1,10 @@ +openjpeg2 (2.4.0-3) UNRELEASED; urgency=medium + + * debian/rules: + - excude the correct binary on Ubuntu/i386 + + -- Sebastien Bacher <[email protected]> Tue, 09 Feb 2021 13:01:15 +0100 + openjpeg2 (2.4.0-2) unstable; urgency=medium [ Mathieu Malaterre ] diff -Nru openjpeg2-2.4.0/debian/rules openjpeg2-2.4.0/debian/rules --- openjpeg2-2.4.0/debian/rules 2021-02-08 08:30:11.000000000 +0100 +++ openjpeg2-2.4.0/debian/rules 2021-02-09 13:01:15.000000000 +0100 @@ -7,7 +7,7 @@ export DEB_CFLAGS_MAINT_APPEND = -fvisibility=hidden ifeq ($(shell dpkg-vendor --is Ubuntu && echo yes) $(DEB_HOST_ARCH), yes i386) - BUILD_PACKAGES += -Nlibkate-tools + BUILD_PACKAGES += -Nlibopenjpip-server endif %:
-- Pkg-phototools-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-phototools-devel
