--- debian/changelog | 3 +++ debian/control | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog index 75701ca..4d2dbc7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,9 @@ glibc (2.22-5) UNRELEASED; urgency=medium [ Samuel Thibault ] * testsuite-xfail-debian.mk: Disable the problematic test-lfs test on hurd. + [ Daniel Albers ] + * "Breaks: binutils (<< 2.26)". Closes #819165. + -- Aurelien Jarno <[email protected]> Mon, 21 Mar 2016 18:45:40 +0100 glibc (2.22-4) unstable; urgency=medium diff --git a/debian/control b/debian/control index 30abd77..54746a2 100644 --- a/debian/control +++ b/debian/control @@ -196,7 +196,7 @@ Depends: libc6 (= ${binary:Version}), libc-dev-bin (= ${binary:Version}), ${misc Replaces: hurd-dev (<< 20120408-3) [hurd-i386] Suggests: glibc-doc, manpages-dev Provides: libc-dev, libc6-dev [alpha hurd-i386 kfreebsd-i386 kfreebsd-amd64] -Breaks: binutils (<< 2.20.1-1), binutils-gold (<< 2.20.1-11), cmake (<< 2.8.4+dfsg.1-5), gcc-4.4 (<< 4.4.6-4), gcc-4.5 (<< 4.5.3-2), gcc-4.6 (<< 4.6.0-12), make (<< 3.81-8.1), pkg-config (<< 0.26-1), libjna-java (<< 3.2.7-4), liblouis-dev (<< 2.3.0-2), liblouisxml-dev (<< 2.4.0-2), libhwloc-dev (<< 1.2-3), check (<< 0.9.10-6.1+b1) [s390x] +Breaks: binutils (<< 2.26-5), binutils-gold (<< 2.26-5), cmake (<< 2.8.4+dfsg.1-5), gcc-4.4 (<< 4.4.6-4), gcc-4.5 (<< 4.5.3-2), gcc-4.6 (<< 4.6.0-12), make (<< 3.81-8.1), pkg-config (<< 0.26-1), libjna-java (<< 3.2.7-4), liblouis-dev (<< 2.3.0-2), liblouisxml-dev (<< 2.4.0-2), libhwloc-dev (<< 1.2-3), check (<< 0.9.10-6.1+b1) [s390x] Conflicts: libc6.1-dev, libc0.1-dev, libc0.3-dev, Description: GNU C Library: Development Libraries and Header Files Contains the symlinks, headers, and object files needed to compile -- 2.1.4

