mesa: Changes to 'ubuntu'
debian/changelog | 6 +++++-
debian/rules | 2 +-
2 files changed, 6 insertions(+), 2 deletions(-)
New commits:
commit 29e694f816ba8e91114cdbb067ead10e2b7f18b2
Author: Robert Hooker <sarvatt@ubuntu.com>
Date: Sun May 16 20:06:35 2010 -0400
debian/rules: Stop building/shipping abandoned the mach64 DRI driver.
It always required external DRM modules that are no longer available.
diff --git a/debian/changelog b/debian/changelog
index 7529da4..ce2d5cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
mesa (7.8.1-1ubuntu1) UNRELEASED; urgency=low
+ [ Timo Aaltonen ]
* Merged from Debian experimental, remaining changes:
- debian/control
+ Drop lesstif-dev from Build-Depends.
@@ -24,7 +25,10 @@ mesa (7.8.1-1ubuntu1) UNRELEASED; urgency=low
only version where upgrades are supported from.
* libgl1-mesa-dri.postinst: Drop, same as above.
- -- Timo Aaltonen <tjaalton@ubuntu.com> Sun, 16 May 2010 19:00:50 +0300
+ [ Robert Hooker ]
+ * debian/rules: Stop building/shipping abandoned the mach64 DRI driver.
+
+ -- Robert Hooker <sarvatt@ubuntu.com> Sun, 16 May 2010 20:03:14 -0400
mesa (7.8.1-1) experimental; urgency=low
diff --git a/debian/rules b/debian/rules
index f661e9d..46aba11 100755
--- a/debian/rules
+++ b/debian/rules
@@ -70,7 +70,7 @@ else
ifeq ($(DEB_HOST_ARCH), lpia)
DRI_DRIVERS += i915 i965
else ifneq ($(DEB_HOST_ARCH), s390)
- DRI_DRIVERS += mach64 mga r128 r200 r300 r600 radeon savage tdfx
+ DRI_DRIVERS += mga r128 r200 r300 r600 radeon savage tdfx
ifeq ($(DEB_HOST_GNU_CPU), i486)
DRI_DRIVERS += i810 i915 i965 sis unichrome
else ifeq ($(DEB_HOST_GNU_CPU), x86_64)
Reply to: