Package: lisaac Severity: normal Hi lisaac maintainers, I've tried to rebuild lisaac for Univention Corporate Server, a Debian derived distribution based on Debian stable (currently Lenny, our next release will be based on Squeeze).
lisaac is incompatible with 64 bit architectures, a build on amd64 bails out with the following message: ************************************************************************ * Sorry, this package is not supposed to work on 64-bit architectures! * ************************************************************************ However, debian/controls declares it as "Architecture: any", which is incorrect. Attached patch only lists the supported 32 bit architectures. Cheers, Moritz -- System Information: Debian Release: 5.0.1 Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.32-ucs37-amd64 Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
diff -aur lisaac-0.13.1.orig/debian/control lisaac-0.13.1/debian/control --- lisaac-0.13.1.orig/debian/control 2010-03-02 21:55:58.000000000 +0100 +++ lisaac-0.13.1/debian/control 2011-04-01 10:48:55.370448515 +0200 @@ -9,7 +9,7 @@ DM-Upload-Allowed: yes Package: lisaac -Architecture: any +Architecture: armel armhf avr32 hppa i386 kfreebsd-i386 hurd-i386 m68k mips mipsel sh4 powerpc s390 sparc Depends: ${shlibs:Depends}, ${misc:Depends}, lisaac-common, gcc(>= 4.1) Recommends: lisaac-doc Suggests: lisaac-mode Nur in lisaac-0.13.1/debian: control~.