Source: jed Version: 1:0.99.19-5 Severity: normal I have noticed the following typo in debian/rules:
DEB_HOST_MULTIARCH ?=$(shell dpgk-architecture -qDEB_HOST_MULTIARCH) This is not a problem when using dpkg-buildpackage since it sets DEB_HOST_MULTIARCH for us, but when invoking debian/rules directly, DEB_HOST_MULTIARCH will be set to the empty string. Nevertheless, jed builds fine even then which suggests that passing --with-slanglib and --with-slanginc is not really necessary although the comments say otherwise. -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable'), (101, 'experimental') Architecture: i386 (x86_64) Kernel: Linux 4.6.4-nouveau (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)

