Your message dated Mon, 23 Jun 2008 14:12:24 +0200
with message-id <[EMAIL PROTECTED]>
and subject line
has caused the Debian Bug report #358768,
regarding ncurses can not be built with uClibc
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
358768: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=358768
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ncurses
Severity: minor
Tags: patch
find ncurses-5.5
--- ncurses-5.5//debian/rules 2006-03-13 10:47:13.000000000 +0100
+++ ncurses-5.5-1.my//debian/rules 2006-03-13 10:41:40.000000000 +0100
@@ -42,7 +42,7 @@
DEB_HOST_GNU_CPU ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)
DEB_HOST_GNU_SYSTEM ?= $(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM)
-ifeq ($(DEB_HOST_GNU_CPU),i486)
+ifeq ($(DEB_HOST_GNU_TYPE),i486-linux-gnu)
build_64_target = x86_64-$(DEB_HOST_GNU_SYSTEM)
build_64 = build-64
endif
--- ncurses-5.5/debian/control 2006-03-13 10:47:13.000000000 +0100
+++ ncurses-5.5-1.my/debian/control 2006-03-13 10:57:05.000000000 +0100
@@ -20,7 +20,7 @@
Architecture: any
Section: libdevel
Priority: optional
-Depends: libncurses5 (= ${Source-Version}), libc-dev
+Depends: libncurses5 (= ${Source-Version}), libc-dev | libuclibc-dev
Conflicts: ncurses-dev, ncurses-developer, libncurses-dev
Replaces: ncurses-dev, ncurses-developer, libncurses-dev
Provides: libncurses-dev, ncurses-dev
@@ -51,7 +51,7 @@
Architecture: any
Section: libdevel
Priority: optional
-Depends: libncursesw5 (= ${Source-Version}), libc-dev
+Depends: libncursesw5 (= ${Source-Version}), libc-dev | libuclibc-dev
Suggests: libncurses5-dev
Description: Developer's libraries for ncursesw
This package contains the header files, static libraries
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13-rc3
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
--- End Message ---
--- Begin Message ---
This should work now, as rules doesn't check anymore for that anyway,
thus closing.
--
Address: Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email: [EMAIL PROTECTED]
Internet: http://people.panthera-systems.net/~daniel-baumann/
--- End Message ---