This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch sid in repository glibc.
commit 302575c4fbd350eb74e4991f50827e847e82b3d9 Author: Samuel Thibault <[email protected]> Date: Fri Sep 23 17:52:20 2016 +0200 control: Drop hurd dependency from libc-bin the reason for the dep has disappeared --- debian/changelog | 2 ++ debian/control | 2 +- debian/control.in/main | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 664185f..c279838 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,6 +26,8 @@ glibc (2.24-4) UNRELEASED; urgency=medium * hurd-i386/tg-pthread_deps.diff: New patch, fixes references to libc symbols. * testsuite-xfail-debian.mk: Clear fixed hurd-i386 test. + * control: Drop hurd dependency from libc-bin: the reason for the dep has + disappeared. -- Aurelien Jarno <[email protected]> Sat, 17 Sep 2016 20:03:04 +0200 diff --git a/debian/control b/debian/control index e56c926..a936eea 100644 --- a/debian/control +++ b/debian/control @@ -28,7 +28,7 @@ Section: libs Priority: required Essential: yes Multi-Arch: foreign -Depends: ${shlibs:Depends}, ${misc:Depends}, hurd (>= 20070606-1+SVN) [hurd-i386] +Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: manpages Build-Profiles: <!stage1> Description: GNU C Library: Binaries diff --git a/debian/control.in/main b/debian/control.in/main index 6c56816..e39a180 100644 --- a/debian/control.in/main +++ b/debian/control.in/main @@ -28,7 +28,7 @@ Section: libs Priority: required Essential: yes Multi-Arch: foreign -Depends: ${shlibs:Depends}, ${misc:Depends}, hurd (>= 20070606-1+SVN) [hurd-i386] +Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: manpages Build-Profiles: <!stage1> Description: GNU C Library: Binaries -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git

