Package: buildd.debian.org Severity: normal Tags: patch This applies to testing/unstable and stable.
>From da91b855d485e5da38561f539a0d0a59669b902e Mon Sep 17 00:00:00 2001 From: Aurelien Jarno <[email protected]> Date: Mon, 16 Feb 2009 06:57:43 +0100 Subject: [PATCH] limit ppmd and related packages to 32-bit architectures Signed-off-by: Aurelien Jarno <[email protected]> --- Packages-arch-specific | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Packages-arch-specific b/Packages-arch-specific index cd02a09..4a02f89 100644 --- a/Packages-arch-specific +++ b/Packages-arch-specific @@ -150,6 +150,8 @@ kon2: i386 # Hardcode %lcdproc: !s390 # this hardware cannot be attached %ledstats: i386 # [?] ANAIS, <sys/io.h> %libacpi: amd64 i386 ia64 lpia # acpi is i386/ia64 specific +%libcomplearn-mod-ppmd: !amd64 !alpha !ia64 # build-depends on ppmd +%libcomplearn-mod-ppmdx: !amd64 !alpha !ia64 # build-depends on ppmd %libdb: i386 # db1 compatibility library %libdbd-informix-perl: i386 # ANAIS %libdscaler: i386 # x86 windoze dlls @@ -289,6 +291,7 @@ orp: i386 # Intel's ix86 specific JVM %partman-prep: powerpc # Partition prep for powerpc %partman-efi: amd64 i386 ia64 # Partitioner for ia64 boot-loader %pine: nowhere # [ANAIS] license does not allow modified bin distrib +ppmd: !amd64 !alpha !ia64 # 32-bit only %prep-installer: powerpc # powerpc boot installer gtkpbbuttons: powerpc # powerpc specific pbuilder-uml: i386 amd64 # depends on user-mode-linux -- 1.5.6.5 -- System Information: Debian Release: 5.0 APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

