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

r2019 - glibc-package/branches/glibc-2.5/debian/control.in



Author: aurel32
Date: 2007-03-04 00:00:58 +0000 (Sun, 04 Mar 2007)
New Revision: 2019

Modified:
   glibc-package/branches/glibc-2.5/debian/control.in/opt
Log:
Small fixes to avoid possible further breakages


Modified: glibc-package/branches/glibc-2.5/debian/control.in/opt
===================================================================
--- glibc-package/branches/glibc-2.5/debian/control.in/opt	2007-03-03 23:51:34 UTC (rev 2018)
+++ glibc-package/branches/glibc-2.5/debian/control.in/opt	2007-03-04 00:00:58 UTC (rev 2019)
@@ -2,7 +2,7 @@
 Architecture: sparc
 Section: libs
 Priority: extra
-Pre-Depends: @libc@ (= ${Source-Version})
+Pre-Depends: libc6 (= ${Source-Version})
 Description: GNU C Library: Shared libraries [v9 optimized]
  Contains the standard libraries that are used by nearly all programs on
  the system. This package includes shared versions of the standard C
@@ -16,7 +16,7 @@
 Architecture: sparc
 Section: libs
 Priority: extra
-Pre-Depends: @libc@ (= ${Source-Version})
+Pre-Depends: libc6 (= ${Source-Version})
 Description: GNU C Library: Shared libraries [v9b optimized]
  Contains the standard libraries that are used by nearly all programs on
  the system. This package includes shared versions of the standard C
@@ -30,7 +30,7 @@
 Architecture: i386
 Section: libs
 Priority: extra
-Pre-Depends: @libc@ (= ${Source-Version})
+Pre-Depends: libc6 (= ${Source-Version})
 Description: GNU C Library: Shared libraries [i686 optimized]
  Contains the standard libraries that are used by nearly all programs on
  the system. This package includes shared versions of the standard C
@@ -46,7 +46,7 @@
 Architecture: i386
 Section: libs
 Priority: extra
-Pre-Depends: @libc@ (= ${Source-Version})
+Pre-Depends: libc6 (= ${Source-Version})
 Description: GNU C Library: Shared libraries [Xen version]
  Contains the standard libraries that are used by nearly all programs on
  the system. This package includes shared versions of the standard C
@@ -59,7 +59,7 @@
 Architecture: kfreebsd-i386
 Section: libs
 Priority: extra
-Pre-Depends: @libc@ (= ${Source-Version})
+Pre-Depends: libc0.1 (= ${Source-Version})
 Description: GNU C Library: Shared libraries [i686 optimized]
  Contains the standard libraries that are used by nearly all programs on
  the system. This package includes shared versions of the standard C



Reply to: