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

intel-gpu-tools: Changes to 'debian-unstable'



 debian/changelog |    1 +
 debian/control   |    1 +
 debian/rules     |    6 +++++-
 3 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 1a2585ddb5b6f5d7e3066842e8a15e4d33ed6955
Author: Vincent Cheng <vcheng@debian.org>
Date:   Tue May 13 02:06:44 2014 -0700

    do not build debugger (FTBFS)

diff --git a/debian/rules b/debian/rules
index 499a42b..4c537e0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,10 @@
 
 SOURCE = intel-gpu-tools
 
+# FIXME: building debugger causes FTBFS
+override_dh_auto_configure:
+	dh_auto_configure -- --disable-shader-debugger
+
 # Disable test suite:
 override_dh_auto_test:
 	echo 'Test suite disabled (does not perform a build check).'

commit 744eb3e841e5f0129a833b79a7a9c999b51f98d2
Author: Vincent Cheng <vcheng@debian.org>
Date:   Tue May 13 02:00:54 2014 -0700

    Add bison to build-deps

diff --git a/debian/changelog b/debian/changelog
index f8a7b80..0dd61e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,7 @@ intel-gpu-tools (1.6-1) unstable; urgency=medium
   * New upstream release. (1.6)
     - Fixes "Couldn't map MMIO region: Resource temporarily unavailable".
       (Closes: #715278)
+  * Add bison as build-depends.
   * Add myself to Uploaders.
   * Update to Standards version 3.9.5, no changes required.
 
diff --git a/debian/control b/debian/control
index fcde409..e7be822 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Uploaders:
  Cyril Brulebois <kibi@debian.org>,
  Vincent Cheng <vcheng@debian.org>
 Build-Depends:
+ bison,
  debhelper (>= 8),
  dh-autoreconf,
  libcairo2-dev,

commit 1255d0bc5b1d6021f8623c134b693df0680de789
Author: Vincent Cheng <vcheng@debian.org>
Date:   Tue May 13 01:58:06 2014 -0700

    d/rules: remove --builddirectory=build, causes FTBFS (fixme)

diff --git a/debian/rules b/debian/rules
index 2c881a6..499a42b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ override_dh_install:
 	dh_install --fail-missing
 
 %:
-	dh $@ --with quilt,autoreconf --builddirectory=build/
+	dh $@ --with quilt,autoreconf
 
 # For maintainer use only, generate a tarball:
 gentarball: UV=$(shell dpkg-parsechangelog|awk '/^Version:/ {print $$2}'|sed 's/-.*$$//')


Reply to: