Package: w3m
Version: 0.5.3-5
Severity: normal
In debian/rules, please change
ifeq ($(DEB_BUILD_GNU_SYSTEM),linux-gnu)
DEVS=x11,fb+s
else
DEVS=x11
endif
to
ifeq ($(DEB_BUILD_ARCH_OS),linux)
DEVS=x11,fb+s
else
DEVS=x11
endif
On my ARM laptop, GNU_SYSTEM is "linux-gnueabi" and so w3m-img wasn't
working in framebuffers. When I make the change above, it works.
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages w3m depends on:
ii libbsd0 0.3.0-2
ii libc6 2.13-27
ii libgc1c2 1:7.1-8
ii libgpm2 1.20.4-4
ii libssl1.0.0 1.0.1-4
ii libtinfo5 5.9-4
ii zlib1g 1:1.2.6.dfsg-2
Versions of packages w3m recommends:
ii ca-certificates 20120212
Versions of packages w3m suggests:
pn man-db 2.6.1-2
pn menu <none>
pn migemo <none>
pn mime-support 3.52-1
pn w3m-el-snapshot [w3m-el] 1.4.471+0.20120228-1
pn w3m-img <none>
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]