Your message dated Sat, 27 Jan 2007 13:57:18 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#286280: xfree86-common: provide /usr/X11R6/lib64
compatibility symlink on amd64 systems
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: base-files
Version: 3.0.16
Tags: patch
Could you please apply the attached patch? It adds the symlinks
for lib64 to the lib64 dir used on amd64.
Kurt
--- debian/rules.orig 2004-07-14 00:36:32.576992470 +0200
+++ debian/rules 2004-07-14 00:37:34.552955333 +0200
@@ -41,6 +41,12 @@
install -p -m 644 licenses/* debian/tmp/usr/share/common-licenses
ln -s LGPL-2.1 debian/tmp/usr/share/common-licenses/LGPL
ln -s GPL-2 debian/tmp/usr/share/common-licenses/GPL
+ifeq ($(shell dpkg-architecture -qDEB_BUILD_ARCH),amd64)
+ ln -s lib debian/tmp/lib64
+ ln -s lib debian/tmp/usr/lib64
+ mkdir -p debian/tmp/usr/X11R6/lib
+ ln -s lib debian/tmp/usr/X11R6/lib64
+endif
install -p -m 644 etc/* debian/tmp/etc
rm -f debian/tmp/etc/motd
ifeq ($(DEB_HOST_GNU_SYSTEM),gnu)
--- End Message ---
--- Begin Message ---
Closing since /usr/X11R6/ shound not matter anymore with Xorg.
Brice
--- End Message ---