debian/changelog | 3 +++ debian/libgl1-mesa-dri.install.hurd.in | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-)
New commits: commit 3827eb6d21cf36e2eb8dec59fea7e827b0a8347e Author: Andreas Boll <[email protected]> Date: Mon Feb 24 17:58:51 2014 +0100 Attempt to fix FTBFS on hurd diff --git a/debian/changelog b/debian/changelog index e9a5773..39cfb7c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,9 @@ mesa (10.1.0~rc2-1) UNRELEASED; urgency=medium * Update build dependencies and dependencies minimum versions. Thanks to Fabio Pedretti <[email protected]> for the patch. + [ Andreas Boll ] + * Attempt to fix FTBFS on hurd. + -- Maarten Lankhorst <[email protected]> Thu, 20 Feb 2014 19:12:12 +0100 mesa (10.1.0~rc1-1) experimental; urgency=low diff --git a/debian/libgl1-mesa-dri.install.hurd.in b/debian/libgl1-mesa-dri.install.hurd.in index 5eda011..e69de29 100644 --- a/debian/libgl1-mesa-dri.install.hurd.in +++ b/debian/libgl1-mesa-dri.install.hurd.in @@ -1,2 +0,0 @@ -dri/usr/lib/${DEB_HOST_MULTIARCH}/dri/*_dri.so usr/lib/${DEB_HOST_MULTIARCH}/dri -dri/usr/lib/${DEB_HOST_MULTIARCH}/libdricore*.so* usr/lib/${DEB_HOST_MULTIARCH}/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

