mesa: Changes to 'debian-experimental'
debian/changelog | 8 ++++++--
debian/libgl1-mesa-dri.install.kfreebsd.in | 6 ++++++
2 files changed, 12 insertions(+), 2 deletions(-)
New commits:
commit 908f3f683765542ae5fbf6a4f6602fd3d73bb970
Author: Cyril Brulebois <kibi@debian.org>
Date: Tue Feb 14 16:18:18 2012 +0100
Upload to experimental.
diff --git a/debian/changelog b/debian/changelog
index 4d2027b..d594d5c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-mesa (8.0-2) UNRELEASED; urgency=low
+mesa (8.0-2) experimental; urgency=low
[ Julien Cristau ]
* Only build the radeon, r200, i915 and i965 dri drivers on Linux. They
@@ -23,7 +23,7 @@ mesa (8.0-2) UNRELEASED; urgency=low
the clean target. The first two are modified, the last one needs to be
turned back into a symlink.
- -- Julien Cristau <jcristau@debian.org> Sat, 11 Feb 2012 11:49:06 +0100
+ -- Cyril Brulebois <kibi@debian.org> Tue, 14 Feb 2012 16:18:14 +0100
mesa (8.0-1) experimental; urgency=low
commit 58d355fa0d49c6483abcbc17f413d2a19f58bb5e
Author: Cyril Brulebois <kibi@debian.org>
Date: Tue Feb 14 13:34:35 2012 +0000
Fix FTBFS on GNU/kFreeBSD with libgl1-mesa-dri.install.kfreebsd.in
diff --git a/debian/changelog b/debian/changelog
index 0845b9a..0496a30 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,15 @@
mesa (8.0-2) UNRELEASED; urgency=low
+ [ Julien Cristau ]
* Only build the radeon, r200, i915 and i965 dri drivers on Linux. They
require KMS.
+ [ Cyril Brulebois ]
+ * Fix FTBFS on GNU/kFreeBSD with libgl1-mesa-dri.install.kfreebsd.in:
+ there's no *_dri.so file left in the top directory, only swrast is
+ built and shipped under gallium/. So mention it explicitly, in the
+ same way as it is done in the libgl1-mesa-dri.install.linux.in file.
+
-- Julien Cristau <jcristau@debian.org> Sat, 11 Feb 2012 11:49:06 +0100
mesa (8.0-1) experimental; urgency=low
diff --git a/debian/libgl1-mesa-dri.install.kfreebsd.in b/debian/libgl1-mesa-dri.install.kfreebsd.in
new file mode 100644
index 0000000..64f9660
--- /dev/null
+++ b/debian/libgl1-mesa-dri.install.kfreebsd.in
@@ -0,0 +1,6 @@
+# Keep this part in sync with libgl1-mesa-dri.install:
+# But there's no such file for kfreebsd-* any longer, so comment it out entirely:
+# build/dri/${DEB_HOST_MULTIARCH}/*_dri.so usr/lib/${DEB_HOST_MULTIARCH}/dri
+
+# This part is GNU/kFreeBSD-specific:
+build/dri/${DEB_HOST_MULTIARCH}/gallium/swrast_dri.so usr/lib/${DEB_HOST_MULTIARCH}/dri
Reply to: