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

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



Author: aurel32
Date: 2010-06-15 05:40:16 +0000 (Tue, 15 Jun 2010)
New Revision: 4350

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/control
   glibc-package/trunk/debian/control.in/libc
Log:
  * control.in/libc: add a Conflicts on binutils-gold (<< 2.20.1-11).
    Closes: #585937.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2010-06-14 05:29:18 UTC (rev 4349)
+++ glibc-package/trunk/debian/changelog	2010-06-15 05:40:16 UTC (rev 4350)
@@ -1,3 +1,11 @@
+eglibc (2.11.2-2) UNRELEASED; urgency=low
+
+  [ Aurelien Jarno ]
+  * control.in/libc: add a Conflicts on binutils-gold (<< 2.20.1-11).
+    Closes: #585937.
+
+ -- Aurelien Jarno <aurel32@debian.org>  Tue, 15 Jun 2010 07:38:22 +0200
+
 eglibc (2.11.2-1) unstable; urgency=low
 
   * New upstream stable release:

Modified: glibc-package/trunk/debian/control
===================================================================
--- glibc-package/trunk/debian/control	2010-06-14 05:29:18 UTC (rev 4349)
+++ glibc-package/trunk/debian/control	2010-06-15 05:40:16 UTC (rev 4350)
@@ -131,7 +131,7 @@
 Recommends: gcc | c-compiler
 Suggests: glibc-doc, manpages-dev
 Provides: libc-dev, libc6-dev [alpha ia64 hurd-i386 kfreebsd-i386 kfreebsd-amd64]
-Conflicts: binutils (<< 2.17cvs20070426-1)
+Conflicts: binutils (<< 2.17cvs20070426-1), binutils-gold (<< 2.20.1-11)
 Description: Embedded GNU C Library: Development Libraries and Header Files
  Contains the symlinks, headers, and object files needed to compile
  and link programs which use the standard C library.
@@ -206,7 +206,7 @@
 Recommends: gcc | c-compiler
 Suggests: glibc-doc, manpages-dev
 Provides: libc-dev, libc6-dev [alpha ia64 hurd-i386 kfreebsd-i386 kfreebsd-amd64]
-Conflicts: binutils (<< 2.17cvs20070426-1)
+Conflicts: binutils (<< 2.17cvs20070426-1), binutils-gold (<< 2.20.1-11)
 Description: Embedded GNU C Library: Development Libraries and Header Files
  Contains the symlinks, headers, and object files needed to compile
  and link programs which use the standard C library.
@@ -281,7 +281,7 @@
 Recommends: gcc | c-compiler
 Suggests: glibc-doc, manpages-dev
 Provides: libc-dev, libc6-dev [alpha ia64 hurd-i386 kfreebsd-i386 kfreebsd-amd64]
-Conflicts: binutils (<< 2.17cvs20070426-1)
+Conflicts: binutils (<< 2.17cvs20070426-1), binutils-gold (<< 2.20.1-11)
 Description: Embedded GNU C Library: Development Libraries and Header Files
  Contains the symlinks, headers, and object files needed to compile
  and link programs which use the standard C library.
@@ -356,7 +356,7 @@
 Recommends: gcc | c-compiler
 Suggests: glibc-doc, manpages-dev
 Provides: libc-dev, libc6-dev [alpha ia64 hurd-i386 kfreebsd-i386 kfreebsd-amd64]
-Conflicts: binutils (<< 2.17cvs20070426-1)
+Conflicts: binutils (<< 2.17cvs20070426-1), binutils-gold (<< 2.20.1-11)
 Description: Embedded GNU C Library: Development Libraries and Header Files
  Contains the symlinks, headers, and object files needed to compile
  and link programs which use the standard C library.

Modified: glibc-package/trunk/debian/control.in/libc
===================================================================
--- glibc-package/trunk/debian/control.in/libc	2010-06-14 05:29:18 UTC (rev 4349)
+++ glibc-package/trunk/debian/control.in/libc	2010-06-15 05:40:16 UTC (rev 4350)
@@ -21,7 +21,7 @@
 Recommends: gcc | c-compiler
 Suggests: glibc-doc, manpages-dev
 Provides: libc-dev, libc6-dev [alpha ia64 hurd-i386 kfreebsd-i386 kfreebsd-amd64]
-Conflicts: binutils (<< 2.17cvs20070426-1)
+Conflicts: binutils (<< 2.17cvs20070426-1), binutils-gold (<< 2.20.1-11)
 Description: Embedded GNU C Library: Development Libraries and Header Files
  Contains the symlinks, headers, and object files needed to compile
  and link programs which use the standard C library.


Reply to: