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

mesa: Changes to 'debian-experimental'



 debian/changelog |    3 +++
 debian/rules     |    5 -----
 2 files changed, 3 insertions(+), 5 deletions(-)

New commits:
commit 2758c2a5bb7f5fa58a65c7da727470921622bfa4
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sun Aug 25 16:57:09 2013 +0200

    Remove the workaround for sparc introduced in commit 7b1cc849b7
    
    It was necessary in mesa 7.10, but in 7.11 and later no new symbols
    have shown up on sparc, so it no longer needs to be special-cased.

diff --git a/debian/changelog b/debian/changelog
index 316be8c..4599e8d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,9 @@ mesa (9.2~rc1-2) UNRELEASED; urgency=low
   [ Maarten Lankhorst ]
   * Bump libdrm-dev to 2.4.46.
 
+  [ Sven Joachim ]
+  * Remove the workaround for sparc introduced in version 7.10-2.
+
  -- Jon Severinsson <jon@severinsson.net>  Tue, 20 Aug 2013 18:00:00 +0200
 
 mesa (9.2~rc1-1) experimental; urgency=low
diff --git a/debian/rules b/debian/rules
index d7564d5..25977dc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -273,12 +273,7 @@ binary-arch: install
 	dh_strip $(foreach p,$(nodbgpkg),-p$(p))
 	dh_compress -s
 	dh_fixperms -s
-ifeq (,$(filter sparc sparc64,$(DEB_HOST_ARCH)))
 	dh_makeshlibs -s -- -c4
-else
-	# Temporarily work around FTBFS on sparc, ignore new symbols:
-	dh_makeshlibs -s -- -c1
-endif
 	dh_installdeb -s
 	dh_shlibdeps -s
 	dh_gencontrol -s


Reply to: