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

[PATCH 7/7] rules: Don't fail on new symbols.



---
 debian/changelog |    1 +
 debian/rules     |    5 -----
 2 filer ändrade, 1 tillägg(+), 5 borttagningar(-)

diff --git a/debian/changelog b/debian/changelog
index 7f554e49..e523baa2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ mesa (9.2~rc1-2) UNRELEASED; urgency=low
   * libgl1-mesa(-swx11)-dev.install.in: Install the correct pkgconfig/gl.pc files.
   * rules: Add --disable-shared-glapi to the swx11-i386-i686 target.
   * rules: Enable the llvm shader compiler for r600g.
+  * rules: Don't fail on new symbols.
 
  -- Jon Severinsson <jon@severinsson.net>  Tue, 20 Aug 2013 18:00:00 +0200
 
diff --git a/debian/rules b/debian/rules
index 113c7838..24a3a161 100755
--- a/debian/rules
+++ b/debian/rules
@@ -274,12 +274,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
-- 
1.7.10.4


Reply to: