debian/changelog | 4 ++++ debian/control | 6 +++--- debian/rules | 4 ++++ debian/weston.install | 4 ++++ 4 files changed, 15 insertions(+), 3 deletions(-)
New commits: commit d6178f90927d893f75422e6901bbd407575e9a4c Author: Timo Aaltonen <tjaal...@ubuntu.com> Date: Thu Aug 23 18:02:41 2012 +0300 control: Bump build-depends on mesa derived components to 9.0~. diff --git a/debian/changelog b/debian/changelog index f6bafae..fca49d3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ weston (0.95.0-1) UNRELEASED; urgency=low * rules: Make the test run failure non-fatal, since it doesn't work properly in headless-mode. * weston.install: Add new files. + * control: Bump build-depends on mesa derived components to 9.0~. -- Timo Aaltonen <tjaal...@ubuntu.com> Thu, 16 Aug 2012 20:52:23 +0300 diff --git a/debian/control b/debian/control index 5e3aa8c..88d596d 100644 --- a/debian/control +++ b/debian/control @@ -12,9 +12,9 @@ Build-Depends: libpng-dev, libjpeg-dev, mesa-common-dev, - libegl1-mesa-dev (>= 8.0-2), - libegl1-mesa-drivers (>= 8.0-2), - libgles2-mesa-dev (>= 8.0-2), + libegl1-mesa-dev (>= 9.0~), + libegl1-mesa-drivers (>= 9.0~), + libgles2-mesa-dev (>= 9.0~), libwayland-dev (>= 0.85), libxcb1-dev, libxcb-xfixes0-dev, commit 697bae158985190d99847a459b5653bd6459da06 Author: Timo Aaltonen <tjaal...@ubuntu.com> Date: Thu Aug 23 17:50:59 2012 +0300 weston.install: Add new files. diff --git a/debian/changelog b/debian/changelog index 3536132..f6bafae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ weston (0.95.0-1) UNRELEASED; urgency=low * control: Bump the build-depends on libxkbcommon-dev to (>= 0.1.0~2). * rules: Make the test run failure non-fatal, since it doesn't work properly in headless-mode. + * weston.install: Add new files. -- Timo Aaltonen <tjaal...@ubuntu.com> Thu, 16 Aug 2012 20:52:23 +0300 diff --git a/debian/weston.install b/debian/weston.install index fd01e4b..5f4951b 100644 --- a/debian/weston.install +++ b/debian/weston.install @@ -1,13 +1,17 @@ +usr/bin/wcap-decode usr/bin/weston +usr/bin/weston-launch usr/bin/weston-terminal usr/lib/weston/weston-tablet-shell usr/lib/weston/weston-desktop-shell +usr/lib/weston/weston-screenshooter usr/lib/weston/desktop-shell.so usr/lib/weston/drm-backend.so usr/lib/weston/tablet-shell.so usr/lib/weston/wayland-backend.so usr/lib/weston/x11-backend.so +usr/lib/weston/xwayland.so usr/share/weston commit 507139ec1b3e6133d4229b63ade9e7d97bd68994 Author: Timo Aaltonen <tjaal...@ubuntu.com> Date: Thu Aug 23 17:45:42 2012 +0300 rules: Make the test run failure non-fatal, since it doesn't work properly in headless-mode. diff --git a/debian/changelog b/debian/changelog index 7484881..3536132 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ weston (0.95.0-1) UNRELEASED; urgency=low libpam0g-dev, libvpx-dev. * Switch to source format 3.0 (quilt) due to xz tarballs. * control: Bump the build-depends on libxkbcommon-dev to (>= 0.1.0~2). + * rules: Make the test run failure non-fatal, since it doesn't work + properly in headless-mode. -- Timo Aaltonen <tjaal...@ubuntu.com> Thu, 16 Aug 2012 20:52:23 +0300 diff --git a/debian/rules b/debian/rules index 42a3fef..81af3c1 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,10 @@ override_dh_auto_configure: dh_auto_configure -- --disable-setuid-install +override_dh_auto_test: + # the test suite does not 100% pass in headless mode + dh_auto_test || true + override_dh_auto_install: dh_auto_install --destdir=debian/tmp -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1t4dyt-0005bh...@vasks.debian.org