Package: libjpeg6b Version: 6b1-1 Severity: normal In line 26 of debian/rules, $(MAKE) test is called for this package. This breaks cross-compilation where the executables generated for one platform are not executable on another; I suggest changing the line to 26 $(MAKE) test to 26 test "$(DEB_BUILD_GNU_TYPE)" "!=" "$(DEB_HOST_GNU_TYPE)" || $(MAKE) test
which will not change the behaviour for native compilation. -- System Information: Debian Release: wheezy/sid APT prefers oldstable APT policy: (500, 'oldstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.38-2-686 (SMP w/4 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to de_DE.UTF-8) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org