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

mesa: Changes to 'debian-experimental'



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

New commits:
commit e1d346784a60600237c323a5e46d0ad379819176
Author: Andreas Boll <andreas.boll.dev@gmail.com>
Date:   Mon Sep 15 18:32:46 2014 +0200

    Exclude gbm_gallium_drm.so from dh_makeshlibs
    
    Fixes changed behavior from debhelper 8:
    
      - dh_makeshlibs will run dpkg-gensymbols on all shared libraries that it
        generates shlibs files for. So -X can be used to exclude libraries.
        Also, libraries in unusual locations that dpkg-gensymbols would not
        have processed before will be passed to it, a behavior change that can
        cause some packages to fail to build.

diff --git a/debian/rules b/debian/rules
index ca4033c..c6d154a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -303,7 +303,7 @@ binary-arch: install
 	dh_strip $(foreach p,$(nodbgpkg),-p$(p))
 	dh_compress -s
 	dh_fixperms -s
-	dh_makeshlibs -s -- -c4
+	dh_makeshlibs -s -Xgbm_gallium_drm.so -- -c4
 	dh_installdeb -s
 	dh_shlibdeps -s
 	dh_gencontrol -s

commit 6c3a93a01e4311f3b0f09b197aa7e810f8f9ef59
Author: Andreas Boll <andreas.boll.dev@gmail.com>
Date:   Mon Sep 15 16:33:25 2014 +0200

    Bump debhelper version to 9

diff --git a/debian/changelog b/debian/changelog
index 1c64fc1..0c9bfb3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ mesa (10.3.0~rc3-3) UNRELEASED; urgency=medium
 
   * Bump llvm-3.5-dev and libclang-3.5-dev to 1:3.5-1, should fix FTBFS on
     kfreebsd-*.
+  * Bump compat to v9 for changed dh_strip behavior:
+    - dh_strip puts separated debug symbols in a location based on their
+      build-id (Closes: #755921).
 
  -- Andreas Boll <andreas.boll.dev@gmail.com>  Mon, 15 Sep 2014 14:19:30 +0200
 
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index ab4c9b1..cc021cc 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Standards-Version: 3.9.3
 Build-Depends:
- debhelper (>= 8.1.3),
+ debhelper (>= 9),
  quilt (>= 0.40),
  pkg-config,
  libdrm-dev (>= 2.4.56) [!hurd-any],


Reply to: