[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#259302: libc6: patch for lib64 for amd64



Package: libc6
Version: 2.3.2.ds1-19
Followup-For: Bug #259302

Hi,

attached is a patch to add /lib64 and /usr/lib64 symlinks to the libc6
package for amd64. The unofficial amd64 repository now has
transitional packages with extra Pre-Depends and Replaces fields for a
smooth upgrade that can be phased out with the next glibc upload.

MfG
	Goswin

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.8-frosties-1
Locale: LANG=en_US, LC_CTYPE=en_US

Versions of packages libc6 depends on:
ii  libdb1-compat                 2.1.3-7    The Berkeley database routines [gl

-- no debconf information
diff -u glibc-2.3.2.ds1/debian/rules.d/debhelper.mk glibc-2.3.2.ds1/debian/rules.d/debhelper.mk
--- glibc-2.3.2.ds1/debian/rules.d/debhelper.mk
+++ glibc-2.3.2.ds1/debian/rules.d/debhelper.mk
@@ -30,6 +30,10 @@
 	install --mode=0644 debian/local/manpages/ld.so.8 debian/$(curpass)/usr/share/man/man8/ld.so.8
 
 	install --mode=0644 debian/FAQ debian/$(curpass)/usr/share/doc/$(curpass)/README.Debian
+#ifeq ($(DEB_BUILD_ARCH),amd64)
+	ln -s lib $(CURDIR)/debian/$(curpass)/lib64
+	ln -s lib $(CURDIR)/debian/$(curpass)/usr/lib64
+#endif
 endef
 
 define locales_extra_pkg_install

Reply to: