lp:~darxus/+junk/weston-packaging

Created by Darxus and last modified

Debian packaging for weston daily builds. Created with:

bzr branch lp:~darxus/weston/trunk packaging
wget http://archive.ubuntu.com/ubuntu/pool/universe/w/weston/weston_0.95.0-0ubuntu2.debian.tar.gz
cd packaging/
tar -axvf ../weston_0.95.0-0ubuntu2.debian.tar.gz
dch -i
bzr add debian
bzr ci -m "Add debian packaging from weston_0.95.0-0ubuntu2."
bzr push lp:~darxus/+junk/weston-packaging
vim debian/rules
# remove " --fail-missing"
bzr ci -m "Remove --fail-missing from dh_install."
bzr push lp:~darxus/+junk/weston-packaging

Get this branch:
bzr branch lp:~darxus/+junk/weston-packaging
Only Darxus can upload to this branch. If you are Darxus please log in for upload directions.

Related bugs

Related blueprints

Branch information

Owner:
Darxus
Status:
Experimental

Recent revisions

2226. By darxus <darxus@panic>

Bump version because launchpad exists to make my life difficult.

2225. By darxus <darxus@panic>

Remove --fail-missing from dh_install.

2224. By darxus <darxus@panic>

Add debian packaging from weston_0.95.0-0ubuntu2.

2223. By Jan Arne Petersen

shell: Fix crash when an input panel is hiding

Set the geometry.dirty on the input panel surface before calling
weston_surface_update_transform, so that the surface gets an output
assigned.

2222. By Pekka Vuorela

Require mouse release on top of frame button to trigger action

As common UI convention, allows action to be avoided by dragging
outside the button after mouse press.

2221. By Rob Bradford <email address hidden>

compositor-drm: Check that that we have a valid bo for scanout

If gbm_bo_import does not return a valid buffer for usage of
GBM_BO_USE_SCANOUT don't try and scan out the surface directly.

We've caught the SHM case explicitly earlier - this is to prevent other cases
where the bo cannot be scanned out.

Signed-off-by: Rob Bradford <email address hidden>

2220. By Pekka Vuorela

Protect window callbacks from deleted windows

Calling window_destroy() was able to cause segfault for
callbacks triggering afterwards.

2219. By Kristian Hoegsberg

compositor: Make weston_surface_assign_output() static

This is now done as part of weston_surface_update_transform().

2218. By U. Artie Eoff

test-client: initialize input instance.

In seat_handle_capabilities, if input->pointer is not properly
initialized, then it will contain an arbitrary value and results
in the wl_pointer listener not getting registered if that value
is not 0/null. Thus, use calloc to initialize the "input" instance.

This fixes https://bugs.freedesktop.org/show_bug.cgi?id=49937

Signed-off-by: U. Artie Eoff <email address hidden>

2217. By Jan Arne Petersen

text: Rename de/activate to enter/leave

Also add a surface argument to the enter event.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers