[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

mesa: Changes to 'ubuntu'



 debian/changelog |    7 +++++++
 debian/control   |    2 +-
 debian/rules     |    6 +-----
 3 files changed, 9 insertions(+), 6 deletions(-)

New commits:
commit 3e08d1d85438353b28d2dee76971ac1974a9c171
Author: Julien Cristau <jcristau@debian.org>
Date:   Wed May 12 19:30:41 2010 +0200

    Stop building the ffb dri driver on sparc, it no longer exists.

diff --git a/debian/changelog b/debian/changelog
index b426834..7b2e5cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
 mesa (7.8.1-2) UNRELEASED; urgency=low
 
+  [ Tormod Volden ]
   * debian/rules: Do not strip the same packages twice
 
+  [ Julien Cristau ]
+  * Stop building the ffb dri driver on sparc, it no longer exists.
+
  -- Tormod Volden <debian.tormod@gmail.com>  Sun, 09 May 2010 12:37:53 +0200
 
 mesa (7.8.1-1) experimental; urgency=low
diff --git a/debian/rules b/debian/rules
index 76bed7d..8878936 100755
--- a/debian/rules
+++ b/debian/rules
@@ -74,10 +74,6 @@ else
 	DRI_DRIVERS += i810 i915 i965 sis unichrome
     else ifeq ($(DEB_HOST_GNU_CPU), x86_64)
 	DRI_DRIVERS += i915 i965 sis unichrome
-    else ifeq ($(DEB_HOST_ARCH), sparc)
-	DRI_DRIVERS += ffb
-    else ifeq ($(DEB_HOST_ARCH), sparc64)
-	DRI_DRIVERS += ffb
     endif
   endif
 endif

commit 0d685d41fcef954ef13adbb7a306a4a3270b1b72
Author: Tormod Volden <debian.tormod@gmail.com>
Date:   Thu Apr 22 22:02:44 2010 +0200

    Do not strip the same packages twice

diff --git a/debian/changelog b/debian/changelog
index 65ffa31..b426834 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mesa (7.8.1-2) UNRELEASED; urgency=low
+
+  * debian/rules: Do not strip the same packages twice
+
+ -- Tormod Volden <debian.tormod@gmail.com>  Sun, 09 May 2010 12:37:53 +0200
+
 mesa (7.8.1-1) experimental; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index bbff145..0e61cac 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: David Nusinow <dnusinow@debian.org>, Brice Goglin <bgoglin@debian.org>
 Standards-Version: 3.8.4
-Build-Depends: debhelper (>= 6.0.7), quilt (>= 0.40), pkg-config,
+Build-Depends: debhelper (>= 7.2.7), quilt (>= 0.40), pkg-config,
  libdrm-dev (>= 2.4.19) [!hurd-i386], libx11-dev, xutils-dev,
  x11proto-gl-dev (>= 1.4.11), libxxf86vm-dev,
  libexpat1-dev, lesstif2-dev, dpkg-dev (>= 1.13.19), libxfixes-dev,
diff --git a/debian/rules b/debian/rules
index 8a22ea8..76bed7d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -233,7 +233,7 @@ binary-arch: install
 	dh_strip -plibgl1-mesa-swx11 --dbg-package=libgl1-mesa-swx11-dbg
 	dh_strip -plibgl1-mesa-glx --dbg-package=libgl1-mesa-glx-dbg
 	dh_strip -plibgl1-mesa-dri --dbg-package=libgl1-mesa-dri-dbg
-	dh_strip -s
+	dh_strip -s --remaining-packages
 	dh_compress -s
 	dh_fixperms -s
 	dh_makeshlibs -s


Reply to: