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

r1245 - in glibc-package/trunk/debian: . control.in



Author: aurel32
Date: 2006-02-27 12:30:11 +0000 (Mon, 27 Feb 2006)
New Revision: 1245

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/control
   glibc-package/trunk/debian/control.in/i386
Log:
Remove the dependency on ia32-libs for libc6-i386



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2006-02-27 10:37:56 UTC (rev 1244)
+++ glibc-package/trunk/debian/changelog	2006-02-27 12:30:11 UTC (rev 1245)
@@ -8,8 +8,6 @@
     flavours of the libc. Put them directly in the final directory, and
     remove the corresponding tweaks done after the make install phase.
   * Install the 32-bit libraries in /emul/ia32-linux(/usr)/lib on amd64.
-  * Make libc6-i386 depends on ia32-libs (for the /usr/lib32 link and for
-    the ld.so.conf configuration)
 
   [ Clint Adams ]
   * Get rid of -o as a binary operator to [ in tzconfig and postinst.

Modified: glibc-package/trunk/debian/control
===================================================================
--- glibc-package/trunk/debian/control	2006-02-27 10:37:56 UTC (rev 1244)
+++ glibc-package/trunk/debian/control	2006-02-27 12:30:11 UTC (rev 1245)
@@ -347,7 +347,7 @@
 Architecture: amd64
 Section: libs
 Priority: standard
-Depends: libc6 (= ${Source-Version}), ia32-libs (>> 1.5)
+Depends: libc6 (= ${Source-Version})
 Conflicts: ia32-libs (<= 1.5)
 Description: GNU C Library: 32bit shared libraries for AMD64
  This package includes shared versions of the standard C

Modified: glibc-package/trunk/debian/control.in/i386
===================================================================
--- glibc-package/trunk/debian/control.in/i386	2006-02-27 10:37:56 UTC (rev 1244)
+++ glibc-package/trunk/debian/control.in/i386	2006-02-27 12:30:11 UTC (rev 1245)
@@ -2,7 +2,7 @@
 Architecture: amd64
 Section: libs
 Priority: standard
-Depends: libc6 (= ${Source-Version}), ia32-libs (>> 1.5)
+Depends: libc6 (= ${Source-Version})
 Conflicts: ia32-libs (<= 1.5)
 Description: GNU C Library: 32bit shared libraries for AMD64
  This package includes shared versions of the standard C



Reply to: