debian/changelog | 1 + debian/control | 2 +- debian/rules | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-)
New commits: commit e15dcc95e5c8cb189a95593b9d145526ad7a8d4d Author: Vincent Cheng <[email protected]> Date: Tue May 13 02:30:41 2014 -0700 Revert earlier removal of --builddirectory, pass --disable-tests to dh_auto_configure diff --git a/debian/rules b/debian/rules index 4c537e0..5002dcf 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ SOURCE = intel-gpu-tools # FIXME: building debugger causes FTBFS override_dh_auto_configure: - dh_auto_configure -- --disable-shader-debugger + dh_auto_configure -- --disable-shader-debugger --disable-tests # Disable test suite: override_dh_auto_test: @@ -20,7 +20,7 @@ override_dh_install: dh_install --fail-missing %: - dh $@ --with quilt,autoreconf + dh $@ --with quilt,autoreconf --builddirectory=build/ # For maintainer use only, generate a tarball: gentarball: UV=$(shell dpkg-parsechangelog|awk '/^Version:/ {print $$2}'|sed 's/-.*$$//') commit 450747d79282681151201cbd6fb33ff14ba7768c Author: Vincent Cheng <[email protected]> Date: Tue May 13 02:13:11 2014 -0700 Update homepage diff --git a/debian/changelog b/debian/changelog index 0dd61e6..b410ad7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,6 +24,7 @@ intel-gpu-tools (1.6-1) unstable; urgency=medium - Fixes "Couldn't map MMIO region: Resource temporarily unavailable". (Closes: #715278) * Add bison as build-depends. + * Update homepage in debian/control. * Add myself to Uploaders. * Update to Standards version 3.9.5, no changes required. diff --git a/debian/control b/debian/control index e7be822..7dd94f6 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,7 @@ Build-Depends: swig2.0, xutils-dev (>= 1:7.6+6) Standards-Version: 3.9.5 -Homepage: http://www.intellinuxgraphics.org/ +Homepage: https://01.org/linuxgraphics/ Vcs-Git: git://git.debian.org/git/pkg-xorg/app/intel-gpu-tools.git Vcs-Browser: http://git.debian.org/?p=pkg-xorg/app/intel-gpu-tools.git -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

