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

r4625 - in glibc-package/branches/eglibc-2.13/debian: . control.in



Author: aurel32
Date: 2011-05-01 15:11:30 +0000 (Sun, 01 May 2011)
New Revision: 4625

Modified:
   glibc-package/branches/eglibc-2.13/debian/control
   glibc-package/branches/eglibc-2.13/debian/control.in/libc
Log:
Fix a few missing version upgrade in debian/control


Modified: glibc-package/branches/eglibc-2.13/debian/control
===================================================================
--- glibc-package/branches/eglibc-2.13/debian/control	2011-05-01 15:07:06 UTC (rev 4624)
+++ glibc-package/branches/eglibc-2.13/debian/control	2011-05-01 15:11:30 UTC (rev 4625)
@@ -20,6 +20,7 @@
 Architecture: any
 Section: libs
 Priority: required
+Multi-Arch: foreign
 Depends: ${misc:Depends}
 Breaks: libc0.1 (<< 2.10), libc0.3 (<< 2.10), libc6 (<< 2.10), libc6.1 (<< 2.10)
 Replaces: libc0.1, libc0.3, libc6, libc6.1
@@ -39,6 +40,7 @@
 Architecture: any
 Section: libdevel
 Priority: optional
+Multi-Arch: foreign
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: manpages-dev
 Replaces: libc0.1-dev, libc0.3-dev, libc6-dev, libc6.1-dev
@@ -89,6 +91,7 @@
 Architecture: any
 Section: localization
 Priority: extra
+Multi-Arch: foreign
 Depends: ${locale:Depends}, ${misc:Depends}, lzma
 Provides: locales
 Description: Embedded GNU C Library: Precompiled locale data
@@ -100,6 +103,7 @@
 Package: nscd
 Architecture: any
 Section: admin
+Multi-Arch: foreign
 Priority: optional
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Embedded GNU C Library: Name Service Cache Daemon
@@ -117,7 +121,7 @@
 Suggests: glibc-doc, debconf | debconf-2.0, locales [!hurd-i386]
 Provides: ${locale-compat:Depends}, libc6-sparcv9b [sparc sparc64]
 Conflicts: tzdata-etch, tzdata (<< 2007k-1), prelink (<= 0.0.20090311-1)
-Breaks: nscd (<< 2.11), locales (<< 2.11), locales-all (<< 2.11)
+Breaks: nscd (<< 2.13), locales (<< 2.13), locales-all (<< 2.13)
 Description: Embedded GNU C Library: Shared libraries
  Contains the standard libraries that are used by nearly all programs on
  the system. This package includes shared versions of the standard C library
@@ -192,7 +196,7 @@
 Suggests: glibc-doc, debconf | debconf-2.0, locales [!hurd-i386]
 Provides: ${locale-compat:Depends}, libc6-sparcv9b [sparc sparc64]
 Conflicts: tzdata-etch, tzdata (<< 2007k-1), prelink (<= 0.0.20090311-1)
-Breaks: nscd (<< 2.11), locales (<< 2.11), locales-all (<< 2.11)
+Breaks: nscd (<< 2.13), locales (<< 2.13), locales-all (<< 2.13)
 Description: Embedded GNU C Library: Shared libraries
  Contains the standard libraries that are used by nearly all programs on
  the system. This package includes shared versions of the standard C library
@@ -267,7 +271,7 @@
 Suggests: glibc-doc, debconf | debconf-2.0, locales [!hurd-i386]
 Provides: ${locale-compat:Depends}, libc6-sparcv9b [sparc sparc64]
 Conflicts: tzdata-etch, tzdata (<< 2007k-1), prelink (<= 0.0.20090311-1)
-Breaks: nscd (<< 2.11), locales (<< 2.11), locales-all (<< 2.11)
+Breaks: nscd (<< 2.13), locales (<< 2.13), locales-all (<< 2.13)
 Description: Embedded GNU C Library: Shared libraries
  Contains the standard libraries that are used by nearly all programs on
  the system. This package includes shared versions of the standard C library
@@ -342,7 +346,7 @@
 Suggests: glibc-doc, debconf | debconf-2.0, locales [!hurd-i386]
 Provides: ${locale-compat:Depends}, libc6-sparcv9b [sparc sparc64]
 Conflicts: tzdata-etch, tzdata (<< 2007k-1), prelink (<= 0.0.20090311-1)
-Breaks: nscd (<< 2.11), locales (<< 2.11), locales-all (<< 2.11)
+Breaks: nscd (<< 2.13), locales (<< 2.13), locales-all (<< 2.13)
 Description: Embedded GNU C Library: Shared libraries
  Contains the standard libraries that are used by nearly all programs on
  the system. This package includes shared versions of the standard C library

Modified: glibc-package/branches/eglibc-2.13/debian/control.in/libc
===================================================================
--- glibc-package/branches/eglibc-2.13/debian/control.in/libc	2011-05-01 15:07:06 UTC (rev 4624)
+++ glibc-package/branches/eglibc-2.13/debian/control.in/libc	2011-05-01 15:11:30 UTC (rev 4625)
@@ -7,7 +7,7 @@
 Suggests: glibc-doc, debconf | debconf-2.0, locales [!hurd-i386]
 Provides: ${locale-compat:Depends}, libc6-sparcv9b [sparc sparc64]
 Conflicts: tzdata-etch, tzdata (<< 2007k-1), prelink (<= 0.0.20090311-1)
-Breaks: nscd (<< 2.11), locales (<< 2.11), locales-all (<< 2.11)
+Breaks: nscd (<< 2.13), locales (<< 2.13), locales-all (<< 2.13)
 Description: Embedded GNU C Library: Shared libraries
  Contains the standard libraries that are used by nearly all programs on
  the system. This package includes shared versions of the standard C library


Reply to: