Source: ffmpeg Version: 7:5.1.1-2 Severity: normal User: debian-68k@lists.debian.org Usertags: m68k X-Debbugs-Cc: debian-68k@lists.debian.org
Hello! There is a typo in debian/rules that causes an ifeq condition not to match on m68k. The architecture has been misspelled as "m86k". The diff below fixes the issue: --- debian/rules.orig 2022-09-16 23:48:51.000000000 +0200 +++ debian/rules 2022-09-19 09:12:17.566102704 +0200 @@ -90,7 +90,7 @@ endif # avoid librsvg on almost all ports (bug#983344, bug#991556) -ifeq (,$(filter alpha hppa hurd-i386 ia64 kfreebsd-amd64 kfreebsd-i386 m86k sh4 x32,$(DEB_HOST_ARCH))) +ifeq (,$(filter alpha hppa hurd-i386 ia64 kfreebsd-amd64 kfreebsd-i386 m68k sh4 x32,$(DEB_HOST_ARCH))) CONFIG += --enable-librsvg endif Could you fix the typo with the next upload? Thanks, Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913