Package: bogl-bterm
Version: 0.1.18-1.1
Severity: normal
Tags: patch
bogl's Makefile contains:
architecture := $(shell dpkg-architecture -qDEB_BUILD_GNU_CPU)
...
ifneq (,$(filter i386 arm ia64 x86_64,$(architecture)))
FBCFLAGS += -DBOGL_VGA16_FB=1
...
But with new dpkg:
$ dpkg-architecture -qDEB_BUILD_GNU_CPU
i486
To fix this bug add 'i486' to filter parameters.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (990, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.1
Locale: LANG=uk_UA.UTF-8, LC_CTYPE=uk_UA.UTF-8 (charmap=UTF-8)
Versions of packages bogl-bterm depends on:
ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an
bogl-bterm recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]