Daniel Jacobowitz wrote:
On Fri, Mar 24, 2006 at 12:15:03PM +0100, Pjotr Kourzanov wrote:--- 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 librariesUm - shouldn't libuclibc-dev provide libc-dev, then? This seems silly.
Hhm, yes. It should. Fixing it now... What about this one? 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 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

