Package: glew Version: 1.3.6-2 Severity: serious Hi,
Your package is failing to build on atleast amd64. The problem is that it's trying to install files in lib64: install -d -m 0755 /build/buildd/glew-1.3.6/debian/tmp/usr/lib64 install -s -m 0644 lib/libGLEW.so.1.3.6 /build/buildd/glew-1.3.6/debian/tmp/usr/lib64/ [...] And then fails with: dh_install --sourcedir=debian/tmp dh_install: libglew-dev missing files (usr/lib/lib*.a), aborting make: *** [binary-arch] Error 1 On Debian, all libraries should be put in the /usr/lib/ directory and things will break if you put them in the /usr/lib64/ directory. Kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

