Processed: Re: qtiplot: calculations in tables don't work after last update

2013-05-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forwarded 707746 ion_vasil...@yahoo.fr
Bug #707746 [xterm] no Chinese when pick Huge Fonts
Set Bug forwarded-to-address to 'ion_vasil...@yahoo.fr'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
707746: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=707746
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
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/handler.s.c.136909819610965.transcr...@bugs.debian.org



wayland_1.0.5-1_amd64.changes is NEW

2013-05-20 Thread Debian FTP Masters
binary:libwayland-client0-dbg is NEW.
binary:libwayland-cursor0-dbg is NEW.
binary:libwayland-server0-dbg is NEW.
binary:libwayland-client0 is NEW.
binary:libwayland-server0 is NEW.
binary:libwayland-cursor0 is NEW.

Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.


-- 
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/e1uez81-0001kr...@franck.debian.org



wayland: Changes to 'refs/tags/0.94.90'

2013-05-20 Thread Emilio Pozuelo Monfort
Tag '0.94.90' created by Kristian Høgsberg  at 2012-06-25 
22:10 +

wayland 0.94.90

Changes since the dawn of time:
Alex Wu (1):
  wayland-utils: add wl_list_for_each_reverse_safe macro.

Ander Conselvan de Oliveira (19):
  data_device: get rid of attach request
  Fix wl_data_offer source destroy listener
  Fix server crash when a client dies during a drag with an icon
  Terminate drag if data source is destroyed
  Flush the connection if we have to many marshaled fds
  event-loop: always do the post-dispatch check
  test: add a unit test for the event loop post dispatch check
  data-device: notify the compositor about new drag icons
  shm: Add request for resizing pools
  Introduce libwayland-cursor, a cursor helper library
  shm: use mremap on pool resize
  wayland-cursor: remove enum wl_cursor_type
  wayland-cursor: load all cursors from a theme on wl_cursor_theme_load
  data-device: fix crash when a client dies during a drag with an icon
  data-device: implement drags with no data source for self-dnd
  wayland-cursor: add an option that changes the cursor theme directory
  protocol: replace pointer.attach with pointer.set_cursor
  cursor: Add function for calculating current frame in cursor animation
  wayland-cursor: Plug leak of filename on load_all_cursors_from_dir()

Andrea Canciani (1):
  hash: Improve double hashing

Andy Nichols (1):
  Removed superfluous call to wl_copy_connection

Benjamin Franzke (32):
  scanner: include stddef.h to provide NULL and size_t
  wayland_client: rename wl_display_create to wl_display_connect
  Add wayland backend for compositor (nested)
  connection: Write before reading connection data
  Add a simple client
  compositor-wayland: Assign func pointers pre init
  compositor: Attach only valid background buffers
  clients/Makefile: Add AM_CPPFLAGS to view's CPPFLAGS
  display_iterate: Process only enabled event masks
  compositor/shm: use internalFormat=GL_BGRA_EXT in TexImage2D
  compositor-wayland: Remove unused variable
  configure: Drop gdk-pixbuf version dependency
  Fix out of source build [wayland.png]
  connection: Handle broken pipes in sendmsg
  compositor: Calculate resizing direction
  Add wayland-egl.h
  compositor-drm: Flush before pageflipping
  protocol/wayland: Drop drm interface (move into mesa)
  Extent frame event to be surface dependent
  Add buffer.damage request to the protocol
  Remove buffer.attach vfunc
  Add common shm-server code
  connection: Define _GNU_SOURCE for F_DUPFD_CLOEXEC
  Add a destroy_listener to wl_resource
  wayland-util: Drop unused struct wl_argument
  wayland-shm: Check visual for being NULL
  Add buffer.release event
  Add busy_count and client parameter to wl_buffer
  Drop wl_compoositor parameter in wl_buffer
  scanner: Fix indent for *_add_listener
  connection: Check object types in message parameters
  wayland-util.h: Include stddef.h for size_t

Bill Spitzak (1):
  Check arguments to wl_resource_post_error in gcc

Bryce Harrington (4):
  Cleanup declared but unused variables.
  Expose window_set_surface() in window.h
  Quell warning about potentially uninitialized variable 'surface'
  Function declares a pointer return, so return one.

Callum Lowcay (17):
  terminal: UTF-8 support
  terminal: Fancy colors
  terminal: Window size ioctls
  terminal: Escape sequence handling fixes
  terminal: Scroll margins
  terminal: Basic vt100 escape codes
  terminal: vt102 editing commands
  terminal: Implement character set switching
  terminal: Special keys
  terminal: Various fixes
  terminal: More character attributes
  Merge branch 'master' of git://anongit.freedesktop.org/wayland
  terminal: Escape sequences with string parameters
  Merge branch 'master' of git://anongit.freedesktop.org/wayland
  terminal: Fix bugs in attribute rendering
  terminal: Window operations
  Merge branch 'master' of git://anongit.freedesktop.org/wayland

Casey Dahlin (4):
  Add some things related to wayland-scanner to .gitignore
  Fix segfault in client when demarshalling fails
  Pass object ID not pointer when sending a global announce event
  Add wl_surface.enter and wl_surface.leave events

Chia-I Wu (3):
  Use glTexSubImage to update the pixels.
  Make sure there is a current context.
  Workaround an xcb-dri2 bug.

Chris Wilson (1):
  Add an image viewer client

Corentin Chary (2):
  Flush the protocol output buffer when it fills up
  Call a new global listener for each existing global

Daniel Stone (13):
  tests: Fix out-of-tree builds
  Use unsigned for key/button up/down state in grabs
  Add support for signed 24.8 decimal numbers
  Input: Convert pointer co-ordinates to signed_24

wayland: Changes to 'refs/tags/0.85.0'

2013-05-20 Thread Emilio Pozuelo Monfort
Tag '0.85.0' created by Kristian Høgsberg  at 2012-02-09 
18:15 +

wayland 0.85.0

Changes since the dawn of time:
Andrea Canciani (1):
  hash: Improve double hashing

Andy Nichols (1):
  Removed superfluous call to wl_copy_connection

Benjamin Franzke (31):
  scanner: include stddef.h to provide NULL and size_t
  wayland_client: rename wl_display_create to wl_display_connect
  Add wayland backend for compositor (nested)
  connection: Write before reading connection data
  Add a simple client
  compositor-wayland: Assign func pointers pre init
  compositor: Attach only valid background buffers
  clients/Makefile: Add AM_CPPFLAGS to view's CPPFLAGS
  display_iterate: Process only enabled event masks
  compositor/shm: use internalFormat=GL_BGRA_EXT in TexImage2D
  compositor-wayland: Remove unused variable
  configure: Drop gdk-pixbuf version dependency
  Fix out of source build [wayland.png]
  connection: Handle broken pipes in sendmsg
  compositor: Calculate resizing direction
  Add wayland-egl.h
  compositor-drm: Flush before pageflipping
  protocol/wayland: Drop drm interface (move into mesa)
  Extent frame event to be surface dependent
  Add buffer.damage request to the protocol
  Remove buffer.attach vfunc
  Add common shm-server code
  connection: Define _GNU_SOURCE for F_DUPFD_CLOEXEC
  Add a destroy_listener to wl_resource
  wayland-util: Drop unused struct wl_argument
  wayland-shm: Check visual for being NULL
  Add buffer.release event
  Add busy_count and client parameter to wl_buffer
  Drop wl_compoositor parameter in wl_buffer
  scanner: Fix indent for *_add_listener
  connection: Check object types in message parameters

Bryce Harrington (4):
  Cleanup declared but unused variables.
  Expose window_set_surface() in window.h
  Quell warning about potentially uninitialized variable 'surface'
  Function declares a pointer return, so return one.

Callum Lowcay (17):
  terminal: UTF-8 support
  terminal: Fancy colors
  terminal: Window size ioctls
  terminal: Escape sequence handling fixes
  terminal: Scroll margins
  terminal: Basic vt100 escape codes
  terminal: vt102 editing commands
  terminal: Implement character set switching
  terminal: Special keys
  terminal: Various fixes
  terminal: More character attributes
  Merge branch 'master' of git://anongit.freedesktop.org/wayland
  terminal: Escape sequences with string parameters
  Merge branch 'master' of git://anongit.freedesktop.org/wayland
  terminal: Fix bugs in attribute rendering
  terminal: Window operations
  Merge branch 'master' of git://anongit.freedesktop.org/wayland

Casey Dahlin (3):
  Add some things related to wayland-scanner to .gitignore
  Fix segfault in client when demarshalling fails
  Pass object ID not pointer when sending a global announce event

Chia-I Wu (3):
  Use glTexSubImage to update the pixels.
  Make sure there is a current context.
  Workaround an xcb-dri2 bug.

Chris Wilson (1):
  Add an image viewer client

Corentin Chary (2):
  Flush the protocol output buffer when it fills up
  Call a new global listener for each existing global

Darxus (2):
  Some additional return value checking
  Add specific versions to build dependencies

dar...@chaosreigns.com (1):
  Replace gdk_pixbuf_unref with g_object_unref

Fabian Henze (1):
  Two typo fixes in the documentation

Fred Morcos (1):
  fix missing includes in clients/window.h and clients/wayland-glib.h

Harald Fernengel (1):
  Fix usage help text in wayland-scanner

Iskren Chernev (8):
  Better cleanup on display creation failure.
  Better handling of creation errors in display.
  Added wl_connection_create failure checks.
  Server socket creation error handling.
  Fix event loop timer update.
  Stored signal_number in event_source structure.
  Close timer file descriptors in event loop on remove and failure.
  Close signal file descriptor in event loop on remove and failure.

Janusz Lewandowski (1):
  Replace cairo_drm_device_t with cairo_device_t

Javier Jardón (1):
  Update autotools configuration

Jesse Barnes (5):
  compositor: put console into KD_GRAPHICS mode at vt enter time
  scanner: Support documentation elements
  scanner: allow summary attributes in args and  in 
  spec: update high level description, add diagrams
  spec: list core interfaces with short descriptions

Joel Teichroeb (4):
  Fix potentially undefined behavior
  Made the window save the coordinates when being draged.
  Make the dnd client actually work.
  Fixed a small typo

Johan Bilien (1):
  Fixed a bogus call to cairo_destroy

Jørgen Lind (3):
  Add lockfile to the socket
  Make expat a dependency to the scanner
  Make wl

wayland: Changes to 'refs/tags/1.0.90'

2013-05-20 Thread Emilio Pozuelo Monfort
Tag '1.0.90' created by Kristian Høgsberg  at 2013-04-09 
03:11 +

1.0.90

Changes since 1.0.1:
Ander Conselvan de Oliveira (3):
  client: Add an entry point for dispatching a queue without blocking
  scanner: Fix wrong restriction on since field
  protocol: Add a wl_surface request for setting buffer transformation

Armin K (1):
  Make sure that man page xml files are always disted

David Herrmann (2):
  event-loop: fix returning the destroy-signal listener
  gitignore: add test-suite files

Giulio Camuffo (3):
  server: use the right function pointer type in wl_signal_get
  server: use void* instead of function pointer for wl_object.implementation
  utils: const-ify some function arguments

Jason Ekstrand (5):
  Added a destroy signal to the wl_display object.
  Add a destroy signal to the wl_event_loop object
  Clean up and refactor wl_closure and associated functions
  Change wl_closure_invoke to take an opcode instead of an actual function 
pointer
  Add wl_resource_init and use it in libwayland implementations of data 
sharing and SHM

Jonas Ådahl (5):
  client: Don't cancel a roundtrip when any event is received
  doc: Only generate Wayland documentation if xsltproc was found
  man, configure.ac: Only generate man pages if we can do it offline
  client: Check reference count only for destroyed proxies
  client: Invoke new_id closure arguments as pointers instead of integers

Kristian Høgsberg (16):
  debug: Allow WAYLAND_DEBUG=server/client for server/client side only debug
  client: Add \since tag for wl_display_dispatch_queue_pending() 
documentation
  configure.ac: Update version to 1.1.0 during development on git master
  Match libtool version info in 1.0 branch
  configure.ac: Lower git master version to 1.0.90
  connection.c: Align pointer extra storage correctly
  queue-test: WEXITSTATUS() is undefined if WIFEXITED() is false
  tests: Add a help message for the test runner
  configure.ac: Update bug URL
  scanner: Fix 'destroy)' typo in check for destroy request presence
  Stylistic nitpicking
  configure.ac: Use wayland_version macro in bug url
  docs: Remove mention of touch focus
  docs: Document non-blocking behaviour of wl_display_flush()
  configure.ac: Fix publican version check
  docs: Use MIT for documentation license

Matthias Clasen (25):
  docs: Add a revision history
  docs: Fix the documentation build
  docs: Reorder some sections
  docs: Slight rewording
  docs: Improve the 'Types of Compositors' section
  docs: Improve the 'Connect time' section
  doc: Improve various sections of the documentation
  docs: Consistency fixes
  docs: Improve wl_display protocol docs
  docs: Improve the wl_registry protocol docs
  docs: Improve wl_callback protocol docs
  docs: Improve wl_shm and wl_shm_pool protocol docs
  docs: Improve the wl_data_* procol docs
  docs: Improve wl_shell/wl_shell_surface docs
  docs: Improve wl_surface protocol docs
  docs: Improve the wl_seat protocol docs
  docs: Improve wl_pointer protocol docs
  docs: Improve wl_keyboard protocol docs
  docs: Improve wl_touch protocol docs
  docs: Improve the wl_output protocol docs
  docs: Improve wl_region protocol docs
  docs: Add details about surfaces
  docs: Add details about grabs
  docs: Document granularity of timestamps
  docs: Add information about serials and timestamps

Pekka Paalanen (4):
  tests: rename temporary files
  client: remove two unused function pointer typedefs
  client: add wl_proxy_get_class()
  protocol: remove implicit attach semantics

Peter Hutterer (19):
  doc: don't add a para for an empty summary
  doc: minor title wording fix
  doc: clarify how ClientAPI.xml is built
  doc: explain the publican build process
  Rename en_US to sources
  doc: add wayland.doxygen as target dependency
  doc: change wording in section introduction
  doc: improve formatting of client-side documentation
  doc: don't start a variable list if we have no sub-elements
  protocol: use "summary", not "description" for xkb_v1 format
  protocol: document wl_pointer, wl_keyboard, wl_touch
  protocol: fix two protocol description 'typos'
  doc: generate man pages from doxygen
  doc: rename "Wayland" to "publican"
  protocol: input documentation fixes
  doc: generate server documentation from XML too
  doc: create a fake make target to de-duplicate the xml merging process
  doc: Improve "Library" and "Compositors" chapter
  doc: use a dynamic list of man pages

Quentin Glidic (2):
  pkgconfig: Use configure provided directories
  test/event-loop: Check readable state on a pipe

Ran Benita (1):
  scanner: remove list_length in favor of wl_list_length

Rob Bradford (3):
  wayland-se

wayland: Changes to 'refs/tags/1.0.3'

2013-05-20 Thread Emilio Pozuelo Monfort
Tag '1.0.3' created by Kristian Høgsberg  at 2012-12-14 
21:48 +

1.0.3

Changes since 1.0.2:
Jonas Ådahl (2):
  doc: Only generate Wayland documentation if xsltproc was found
  man, configure.ac: Only generate man pages if we can do it offline

Kristian Høgsberg (1):
  configure.ac: Bump version to 1.0.3

Pekka Paalanen (2):
  tests: rename temporary files
  client: remove two unused function pointer typedefs

Sven Joachim (1):
  tests: Don't leave temporary files behind

---
 configure.ac|   16 +++-
 doc/Wayland/Makefile.am |2 ++
 doc/man/Makefile.am |7 +--
 src/wayland-client.h|3 ---
 tests/connection-test.c |6 --
 5 files changed, 26 insertions(+), 8 deletions(-)
---


-- 
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/e1ueyvl-0004as...@vasks.debian.org



wayland: Changes to 'refs/tags/0.95.0'

2013-05-20 Thread Emilio Pozuelo Monfort
Tag '0.95.0' created by Kristian Høgsberg  at 2012-07-24 
20:02 +

wayland 0.95.0

Changes since 0.94.90:
Ander Conselvan de Oliveira (2):
  protocol: Change wording of pointer.set_cursor()
  protocol: Add missing allow-null to data_device.enter data_offer field

Christopher James Halse Rogers (2):
  protocol: Add explicit nullable types
  protocol: Explicitly mark requests which allow null arguments

Daniel Stone (5):
  .gitignore: Add ctags and cscope files
  test-runner: Wrap realloc() too
  Unstatic arg_count_for_signature and get_next_argument
  Make NEW_IDs nullable
  More consistent ID printing

Dmitry Guryanov (1):
  remove listener from wl_data_source destroy_signal listener list

Dylan Noblesmith (10):
  wayland-server: reduce use of magic numbers
  drop use of strerror()
  wayland-server: fix fd leak on error path
  wayland-server: fix socket ownership race condition
  wayland-server: add more logging of errors
  wayland-server: reject socket paths longer than 108 bytes
  wayland-client: reject socket paths longer than 108 bytes
  tests: sort list of tests
  tests: fix make check for out-of-tree builds
  tests: test that path names longer than 108 bytes are rejected

Kristian Høgsberg (11):
  wl_shell: Don't require that parent surfaces are wl_shell_surfaces
  Allocate client proxy automatically for new objects
  protocol: Add a couple of missing allow-null annotations
  wayland-shm: Add return before we hit the error clean-up path
  shm: Add shm_buffer getters for width and height
  README: Update
  wayland-shm: Commit the width/height getters that actually compile
  protocol: Add transform argument to wl_output.geometry event
  tests: Wrap calloc by just returning NULL if we're called too early
  Make distcheck work from builddir configured  with --disable-documentation
  Bump version to 0.95.0

Martin Olsson (6):
  wayland-cursor: Add error handling for shm_pool_create()
  scanner: Plug memory leak in end_element()
  server: Don't crash for wl_seat_set_touch(seat, NULL)
  shm: Plug leak in shm_create_pool()
  doc: fix some typos in documentation
  Fixup source comment in wayland-util.h and fix typo in TODO

Mathias Fiedler (3):
  wayland-server: send error on invalid new object id
  wayland-util: add method for reserving new object id
  connection: reserve id on incoming new object

Pekka Paalanen (4):
  server: add lose_touch_focus()
  server: fix wl_seat_set_keyboard
  cursor: use os_create_anonymous_file()
  cursor: fix fd leak and a segfault

Robert Ancell (2):
  scanner: Include weston-client.h as the inline functions require it
  wayland-client: Add missing newline from an error message

---
 .gitignore |2 
 README |  127 +---
 TODO   |9 --
 configure.ac   |6 -
 cursor/Makefile.am |2 
 cursor/os-compatibility.c  |  128 
 cursor/os-compatibility.h  |   31 +
 cursor/wayland-cursor.c|   31 +
 doc/Wayland/Makefile.am|   12 +--
 doc/Wayland/en_US/Protocol.xml |4 -
 protocol/wayland.xml   |   64 ++--
 src/connection.c   |  130 +++--
 src/data-device.c  |2 
 src/scanner.c  |   44 -
 src/wayland-client.c   |   67 +
 src/wayland-private.h  |   12 +++
 src/wayland-server.c   |  130 +++--
 src/wayland-server.h   |6 +
 src/wayland-shm.c  |   33 --
 src/wayland-util.c |   33 ++
 src/wayland-util.h |4 -
 tests/Makefile.am  |   24 ---
 tests/array-test.c |2 
 tests/client-test.c|2 
 tests/connection-test.c|   91 ++--
 tests/event-loop-test.c|2 
 tests/fixed-benchmark.c|2 
 tests/fixed-test.c |2 
 tests/list-test.c  |2 
 tests/map-test.c   |2 
 tests/os-wrappers-test.c   |4 -
 tests/sanity-test.c|2 
 tests/socket-test.c|   82 +
 tests/test-runner.c|   25 +++
 34 files changed, 861 insertions(+), 258 deletions(-)
---


-- 
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/e1ueyvj-00048a...@vasks.debian.org



wayland: Changes to 'refs/tags/1.0.6'

2013-05-20 Thread Emilio Pozuelo Monfort
Tag '1.0.6' created by Kristian Høgsberg  at 2013-03-22 
14:54 +

1.0.6

Changes since 1.0.5:
Jason Ekstrand (1):
  Clean up and refactor wl_closure and associated functions

Jonas Ådahl (2):
  client: Check reference count only for destroyed proxies
  client: Invoke new_id closure arguments as pointers instead of integers

Kristian Høgsberg (4):
  scanner: Fix 'destroy)' typo in check for destroy request presence
  Stylistic nitpicking
  configure.ac: Use wayland_version macro in bug url
  configure.ac: Bump version to 1.0.6

Pekka Paalanen (2):
  client: add wl_proxy_get_class()
  protocol: remove implicit attach semantics

Ran Benita (1):
  scanner: remove list_length in favor of wl_list_length

---
 configure.ac |4 
 protocol/wayland.xml |   19 -
 src/connection.c |  689 +--
 src/scanner.c|   18 -
 src/wayland-client.c |   48 ++-
 src/wayland-client.h |1 
 src/wayland-private.h|   38 ++
 src/wayland-server.c |   21 -
 tests/connection-test.c  |6 
 tests/os-wrappers-test.c |2 
 10 files changed, 451 insertions(+), 395 deletions(-)
---


-- 
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/e1ueyvl-0004bk...@vasks.debian.org



wayland: Changes to 'refs/tags/1.0.4'

2013-05-20 Thread Emilio Pozuelo Monfort
Tag '1.0.4' created by Kristian Høgsberg  at 2013-01-25 
01:33 +

1.0.4

Changes since 1.0.3:
David Herrmann (2):
  event-loop: fix returning the destroy-signal listener
  gitignore: add test-suite files

Jason Ekstrand (2):
  Added a destroy signal to the wl_display object.
  Add a destroy signal to the wl_event_loop object

Kristian Høgsberg (1):
  configure.ac: Bump version to 1.0.4

Quentin Glidic (1):
  test/event-loop: Check readable state on a pipe

---
 .gitignore  |1 
 configure.ac|2 -
 src/event-loop.c|   21 
 src/wayland-server.c|   20 
 src/wayland-server.h|   11 ++
 tests/.gitignore|7 +++-
 tests/Makefile.am   |2 +
 tests/display-test.c|   79 
 tests/event-loop-test.c |   64 ++
 9 files changed, 204 insertions(+), 3 deletions(-)
---


-- 
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/e1ueyvl-0004at...@vasks.debian.org



wayland: Changes to 'refs/tags/1.0.5'

2013-05-20 Thread Emilio Pozuelo Monfort
Tag '1.0.5' created by Kristian Høgsberg  at 2013-02-14 
22:01 +

1.0.5

Changes since 1.0.4:
Armin K (1):
  Make sure that man page xml files are always disted

Kristian Høgsberg (4):
  connection.c: Align pointer extra storage correctly
  queue-test: WEXITSTATUS() is undefined if WIFEXITED() is false
  tests: Add a help message for the test runner
  configure.ac: Bump version to 1.0.5

Siddharth Heroor (1):
  README: Fix typos

---
 README  |6 +++---
 configure.ac|4 ++--
 doc/man/Makefile.am |7 +++
 src/connection.c|   22 ++
 tests/queue-test.c  |5 +++--
 tests/test-runner.c |   23 ++-
 6 files changed, 51 insertions(+), 16 deletions(-)
---


-- 
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/e1ueyvl-0004bk...@vasks.debian.org



wayland: Changes to 'refs/tags/wayland-1.0.5-1'

2013-05-20 Thread Emilio Pozuelo Monfort
Tag 'wayland-1.0.5-1' created by Emilio Pozuelo Monfort  at 
2013-05-20 22:51 +

Tagging upload of wayland 1.0.5-1 to experimental.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEABECAAYFAlGaqPEACgkQhTV17EoIsv7hcACgilt72FsvgefjjYSlhGcooaKu
VTsAnjdd3ZrqycW6SttamtZiPCd2WrSI
=KA49
-END PGP SIGNATURE-

Changes since 1.0.5:
Cyril Brulebois (19):
  Add initial packaging.
  Add a gentarball target.
  Add upstream changelog.
  Upload to experimental.
  Merge branch 'upstream-experimental' into debian-experimental
  Bump changelogs.
  Update symbols file (1/2).
  Update symbols file (2/2).
  Upload to experimental.
  Merge branch 'upstream-experimental' into debian-experimental
  Bump changelogs.
  Update symbols file.
  Upload to experimental.
  Merge branch 'upstream-experimental' into debian-experimental
  Bump changelogs.
  Update watch file.
  Upload to experimental.
  Update long description, wayland-demos got replaced by weston.
  Upload to unstable.

Emilio Pozuelo Monfort (3):
  Split the shared libraries into separate packages
  Add Build-Depends-Package to symbol files.
  Release to experimental

Kristian Høgsberg (1):
  Release 0.85.0

Maarten Lankhorst (2):
  Merge tag '1.0.0' into debian-experimental
  New upstream release

Sven Joachim (24):
  Merge branch 'upstream-experimental' into debian-experimental
  New upstream release
  debian/control: Merge entries for unreleased 0.95.0-1 version
  Close multiarch bug 690081
  Merge branch 'upstream-experimental' into debian-experimental
  New upstream release
  Use wildcards in libwayland0.install
  Restore libwayland0's symbols files
  Update symbols file
  Add Homepage field to debian/control
  Update debian/copyright
  Add a few more copyright holders to debian/copyright
  Revert "Switch to source format 3.0 (quilt) due to the xz tarball."
  tests: Don't leave temporary files behind
  Document the cherry-pick
  Remove two files not in the 1.0.2 tarball
  Drop useless rm call from debian/rules
  Merge branch 'upstream-experimental' into debian-experimental
  New upstream release
  Revert "Document the cherry-pick"
  Add docbook-xsl to Build-Depends
  Merge branch 'upstream-experimental' into debian-experimental
  New upstream release
  Update libwayland0.symbols and bump shlibs for new symbols

Timo Aaltonen (19):
  Merge remote-tracking branch 'origin/upstream-unstable' into 
debian-experimental
  Merge remote-tracking branch 'origin/debian-unstable' into 
debian-experimental
  update the changelogs
  Migrate to multiarch.
  copyright: Refresh.
  control: Update Standards-Version to 3.9.3, no changes.
  rules: Make it non-fatal to fail the tests, which don't all succeed when 
ran in headless mode.
  rules: Drop the creation of hard dependencies, wayland should be mostly 
API stable now.
  rules: Drop dh_auto_install override.  dh_auto_install automatically 
installs to debian/tmp whenever there are multiple binary packages.
  brown paper bag: bump the compat for multiarch
  libwayland*.install: Add missing files.
  rules: Temporarily disable installing the protocol docs, decide where to 
put them first.
  Add README.source
  copyright: drop the format specification
  Switch to source format 3.0 (quilt) due to the xz tarball.
  remove files not in tarballs
  bump policy to 3.9.4, no changes
  Merge branch 'upstream-experimental' into debian-experimental
  update the version

---
 autogen.sh|9 
 cursor/convert_font.c |  531 --
 debian/README.source  |   58 
 debian/changelog  |   82 +
 debian/compat |1 
 debian/control|  150 ++
 debian/copyright  |   36 ++
 debian/libwayland-client0.install |2 
 debian/libwayland-client0.symbols |   62 
 debian/libwayland-cursor0.install |2 
 debian/libwayland-cursor0.symbols |7 
 debian/libwayland-dev.install |   21 +
 debian/libwayland-server0.install |2 
 debian/libwayland-server0.symbols |  115 
 debian/patches/series |1 
 debian/rules  |   35 ++
 debian/watch  |3 
 dev/null  |binary
 18 files changed, 577 insertions(+), 540 deletions(-)
---


-- 
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/e1ueyvm-0004d0...@vasks.debian.org



wayland: Changes to 'refs/tags/0.99.0'

2013-05-20 Thread Emilio Pozuelo Monfort
Tag '0.99.0' created by Kristian Høgsberg  at 2012-10-16 
00:50 +

0.99.0

Changes since 0.95.0:
Ander Conselvan de Oliveira (6):
  doc: Update drag and drop section and add info about selections
  data-device: Don't fake an attach event on drag icon surface
  client: Fix double locking bug
  doc: Split protocol description paragraphs properly
  doc: Add some doxygen documentation to wayland-client entry points
  doc: Improve libwayland-client doxygen documentation

Andre Heider (1):
  protocol: Remove "repeat" from "key_state"

Christopher Michael (2):
  Fix grammar in the rendering section.
  Add support for X cursor themes.

David Herrmann (15):
  event-loop: remove dead code
  wayland-server: return new ID in wl_client_add_resource()
  event-loop: export wl_event_loop_dispatch_idle()
  man: add man-page infrastructure
  man: fix compilation without xsltproc
  wayland-client: add wl_display_get_error()
  wayland-util: return -1 if wl_array_copy() fails
  wayland-util: return 0 on OOM in wl_map_insert_new()
  connection: close pending outgoing fds on shutdown
  connection: fix buffer-overflow in close_fds()
  connection: close pending incoming FDs on shutdown
  connection: fix buffer-overflow in build_cmsg()
  connection: fix leaking FDs on buffer-overflow during read
  wayland-client: link all event-queues of each display into a list
  wayland-client: forward fatal errors to caller

Diego Viola (1):
  Fix typo (ratio, not ration)

Dima Ryazanov (1):
  Don't skip the first directory entry when reading cursors.

Jonas Ådahl (1):
  protocol: Clarify pointer axis event

Kristian Høgsberg (24):
  connection: zero out string padding
  client: Add wl_display_connect_to_fd() function
  Add wl_shm_buffer_create()
  tests: Quiet warning
  connection: Drop unused static closures
  Change filedescriptor API to be thread safe
  client: Split event handling into demarshal and dispatch steps
  client: Make wl_display thread safe
  client: Add wl_event_queue for multi-thread dispatching
  scanner: Send interface name and version for types new_id args
  scanner: Generate client stubs for wl_display requests
  Split the global registry into its own wl_registry object
  connection: Move object lookup out of wl_connection_demarshal()
  Fix typecheck in case of multiple instances of type meta data
  connection: Print object id for new-id arguments in deubug output
  client: Don't forget to init and destroy mutex
  client: Discard proxies with no implementation at dispatch time
  client: Add wl_display_dispatch_pending() for dispatching without reading
  client: Return number of events dispatched from dispatch functions
  connection: Use uin32_t for circular buffer indexes
  connection: return error on buffer-overflow during read
  wayland: Take ownership of fd in wl_display_connect_to_fd()
  docs: Make distcheck happy
  configure.ac: Bump version to 0.99.0

Matt Roper (2):
  Ensure cursor_data.c is included in distribution tarballs
  wayland-server: Add touch grab support

Olivier Blin (3):
  scanner: remove useless desc_dump arguments
  scanner: fix writing i586 descriptions
  scanner: use printf format attributes for desc_dump

Pekka Paalanen (6):
  protocol: double-buffered state for wl_surface
  protocol: clarify input region on drags and pointers
  protocol: wl_surface.frame needs wl_surface.commit
  protocol: elaborate on wl_buffer
  protocol: fix clarification of input region on drags and pointers
  protocol: clarify multiple wl_surface.attach

Philipp Brüschweiler (3):
  socket-test: don't try to be clever, fail if no XDG_RUNTIME_DIR is set
  cursor: Add a default cursor theme
  cursor: add cursor.pcf and extraction program

Rob Bradford (3):
  tests: Allow disabling leak checking assertions by env
  xcursor: Fix allocation based on string length
  connection: Add missing free from error path

Scott Moreau (1):
  protocol: Fix typo.

Tiago Vignatti (11):
  protocol: Fix typo
  doc: Improve Wire Format section
  doc: Auto-generate Protocol/Interfaces section instead
  doc: Remove Shared Object Cache section
  wayland: Fix typos
  doc: publican: Set table of contents depth to 1
  doc: publican: Automate version generation
  doc: Remove superfluous 'index'
  doc: Add auto-generated Wayland Library chapter
  doc: doxygen: Add .gitignore
  configure: Make documentation option work in fact

U. Artie Eoff (1):
  tests: ensure sanity leak check tests pass when leak checks are disabled.

---
 .gitignore |2 
 Makefile.am|6 
 configure.ac   |   18 
 cursor/Makefile.am

wayland: Changes to 'refs/tags/1.0.2'

2013-05-20 Thread Emilio Pozuelo Monfort
Tag '1.0.2' created by Kristian Høgsberg  at 2012-11-30 
21:43 +

1.0.2

Changes since 1.0.1:
Ander Conselvan de Oliveira (2):
  client: Add an entry point for dispatching a queue without blocking
  scanner: Fix wrong restriction on since field

Jonas Ådahl (1):
  client: Don't cancel a roundtrip when any event is received

Kristian Høgsberg (4):
  debug: Allow WAYLAND_DEBUG=server/client for server/client side only debug
  client: Add \since tag for wl_display_dispatch_queue_pending() 
documentation
  client: Update libtool version for new entry points
  configure.ac: Bump version to 1.0.2

Quentin Glidic (1):
  pkgconfig: Use configure provided directories

Tiago Vignatti (1):
  doc: Fix typos

---
 configure.ac|2 +-
 cursor/wayland-cursor.pc.in |8 
 protocol/wayland.xml|2 +-
 src/Makefile.am |1 +
 src/scanner.c   |2 +-
 src/wayland-client.c|   31 +++
 src/wayland-client.h|2 ++
 src/wayland-client.pc.in|8 
 src/wayland-server.c|2 +-
 src/wayland-server.pc.in|8 
 10 files changed, 46 insertions(+), 20 deletions(-)
---


-- 
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/e1ueyvk-0004a0...@vasks.debian.org



wayland: Changes to 'refs/tags/1.1.0'

2013-05-20 Thread Emilio Pozuelo Monfort
Tag '1.1.0' created by Kristian Høgsberg  at 2013-04-16 
02:40 +

1.1.0

Changes since 1.0.90:
Kristian Høgsberg (2):
  docs: Create html-pdf directories too
  configure.ac: Bump version to 1.1.0

---
 configure.ac |4 ++--
 doc/publican/Makefile.am |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)
---


-- 
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/e1ueyvm-0004cz...@vasks.debian.org



wayland: Changes to 'refs/tags/1.0.0'

2013-05-20 Thread Emilio Pozuelo Monfort
Tag '1.0.0' created by Kristian Høgsberg  at 2012-10-22 
22:48 +

1.0.0

Changes since 0.99.0:
Ander Conselvan de Oliveira (7):
  doc: Put wl_display_flush() documentation in the right place
  doc: Document the restriction of destroying queues before the display
  doc: Document change of return value of dispatch functions
  doc: Add doxygen documentation to wl_display_get_error()
  doc: Update wl_display_get_error() documentation
  doc: Clarify documentation about dispatching event queues
  doc: Update doxygen documentation when source files are changed

John Kåre Alsaker (5):
  connection: Don't call memcpy with null pointer.
  scanner: Make sure arguments have names.
  connection: Removed crashing code.
  connection: Dereference id completely for comparasion.
  wayland-server: Fix up error handling with client creation.

Jonas Ådahl (1):
  protocol: Clarify pointer axis event

Kristian Høgsberg (11):
  wayland-egl: Drop ill-defined pixmap support
  Move ARRAY_LENGTH out of public headers
  Move un-namespaced container_of into private header
  Rename __wl_container_of macro to just wl_container_of
  scanner: Fix valgrind errors
  tests: Include wayland-private.h for container_of
  Update TODO
  wayland: Add protocol documentation for various interfaces
  doc: Fix typo in generated section header
  scanner: Preserve paragraph breaks in input XML
  configure.ac: Bump version to 1.0.0

Pekka Paalanen (2):
  protocol: say update instead of repaint
  protocol: try to clarify wl_buffer doc

Tiago Vignatti (1):
  configure: Depend on a more strict version of publican

---
 TODO|   21 
 configure.ac|   12 ++
 cursor/wayland-cursor.c |2 
 doc/Wayland/protocol-to-docbook.xsl |4 
 doc/doxygen/Makefile.am |6 +
 protocol/wayland.xml|  159 
 src/connection.c|   12 +-
 src/data-device.c   |1 
 src/event-loop.c|1 
 src/scanner.c   |   50 +++
 src/wayland-client.c|   92 ++--
 src/wayland-client.h|   52 +--
 src/wayland-egl.h   |9 --
 src/wayland-private.h   |6 +
 src/wayland-server.c|   41 +
 src/wayland-shm.c   |1 
 src/wayland-util.h  |   30 ++
 tests/client-test.c |1 
 18 files changed, 356 insertions(+), 144 deletions(-)
---


-- 
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/e1ueyvk-000497...@vasks.debian.org



wayland: Changes to 'refs/tags/1.0.1'

2013-05-20 Thread Emilio Pozuelo Monfort
Tag '1.0.1' created by Kristian Høgsberg  at 2012-11-20 
02:55 +

1.0.1

Changes since 1.0.0:
Jonas Ådahl (4):
  client: Keep track of proxy validity and number of reference holders
  tests: Add queue test case
  tests: Use a pipe for synchronization to avoid potential deadlock
  tests: Add out of order delete_id queue tests

Kristian Høgsberg (6):
  doc: Remove obsolete doxygen tags
  protocol: Add summary description for wl_data_device_manager
  protocol: Fix copy and paste summary
  Fix distcheck by adding back protocol/Makefile.am
  doc: Fix out-of-source build so distcheck works again
  configure.ac: Bump version to 1.0.1

Martin Olsson (1):
  client: Fix source comment typos

Tiago Vignatti (6):
  doc: doxygen: Interpret the first line comment as the brief
  doc: Auto-generate API methods and classes documentation
  doc: Remove unused css and xslt for the protocol
  doc: Set publican to quiet mode
  doc: Update .gitignore
  doc: Fix incorrectly formatted section header

---
 configure.ac|2 
 doc/Wayland/.gitignore  |1 
 doc/Wayland/Makefile.am |   16 +-
 doc/Wayland/doxygen-to-publican.xsl |   54 +-
 doc/Wayland/en_US/Architecture.xml  |4 
 doc/doxygen/.gitignore  |1 
 doc/doxygen/wayland.doxygen.in  |   19 --
 protocol/Makefile.am|   10 -
 protocol/protocol.xsl   |  204 -
 protocol/wayland-protocol.css   |   41 -
 protocol/wayland.xml|8 +
 src/wayland-client.c|  134 +---
 src/wayland-private.h   |2 
 tests/Makefile.am   |4 
 tests/queue-test.c  |  286 
 15 files changed, 471 insertions(+), 315 deletions(-)
---


-- 
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/e1ueyvk-00049z...@vasks.debian.org



wayland: Changes to 'debian-experimental'

2013-05-20 Thread Emilio Pozuelo Monfort
 debian/changelog |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 7a856d18df1e7bbbf06822c70317b89dc0b7ff75
Author: Emilio Pozuelo Monfort 
Date:   Tue May 21 00:34:50 2013 +0200

Release to experimental

diff --git a/debian/changelog b/debian/changelog
index c16eb78..29641ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,6 @@
-wayland (1.0.5-1) UNRELEASED; urgency=low
+wayland (1.0.5-1) experimental; urgency=low
+
+  * Team upload.
 
   [ Robert Ancell ]
   * debian/libwayland-dev.install:
@@ -33,7 +35,7 @@ wayland (1.0.5-1) UNRELEASED; urgency=low
   * Split the shared libraries into separate packages.
   * Add Build-Depends-Package to symbol files.
 
- -- Timo Aaltonen   Thu, 16 Aug 2012 13:04:41 +0300
+ -- Emilio Pozuelo Monfort   Tue, 21 May 2013 00:34:22 +0200
 
 wayland (0.85.0-2) unstable; urgency=low
 


-- 
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/e1ueyvh-00046k...@vasks.debian.org



Processing of wayland_1.0.5-1_amd64.changes

2013-05-20 Thread Debian FTP Masters
wayland_1.0.5-1_amd64.changes uploaded successfully to localhost
along with the files:
  wayland_1.0.5-1.dsc
  wayland_1.0.5.orig.tar.gz
  wayland_1.0.5-1.diff.gz
  libwayland-client0_1.0.5-1_amd64.deb
  libwayland-client0-dbg_1.0.5-1_amd64.deb
  libwayland-server0_1.0.5-1_amd64.deb
  libwayland-server0-dbg_1.0.5-1_amd64.deb
  libwayland-cursor0_1.0.5-1_amd64.deb
  libwayland-cursor0-dbg_1.0.5-1_amd64.deb
  libwayland-dev_1.0.5-1_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
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/e1ueysj-0006ty...@franck.debian.org



Bug#709112: sessreg: creates/deletes bogus wtmp/utmp entries

2013-05-20 Thread Marc-Christian Petersen
Package: x11-xserver-utils
Version: 7.7~3
Severity: important

Hi,

sessreg creates bogus wtmp/utmp entries.

Look below:

root@vpn:/root/ # w
 23:39:11 up 7 days,  3:12,  0 users,  load average: 0.32, 0.12, 0.07
USER TTY  FROM LOGIN@   IDLE   JCPU   PCPU WHAT

root@vpn:/root/ # sessreg -a -l pts/3 -h foo.bar mcp

root@vpn:/root/ # w
 23:39:26 up 7 days,  3:12,  2 users,  load average: 0.25, 0.11, 0.06
USER TTY  FROM LOGIN@   IDLE   JCPU   PCPU WHAT
mcp  pts/3pts/323:390.00s  0.00s  0.09s -bash
mcp  pts/3foo.bar  23:390.00s  0.00s  0.09s -bash

root@vpn:/root/ # last
mcp  pts/3pts/3Mon May 20 23:39   still logged in

wtmp begins Mon May 20 23:39:24 2013


root@vpn:/root/ # sessreg -d -l pts/3 -h foo.bar mcp

root@vpn:/root/ # w
 23:39:36 up 7 days,  3:12,  0 users,  load average: 0.21, 0.11, 0.06
USER TTY  FROM LOGIN@   IDLE   JCPU   PCPU WHAT

root@vpn:/root/ # last
mcp  pts/3pts/3Mon May 20 23:39 - 23:39  (00:00)

wtmp begins Mon May 20 23:39:24 2013


so as you see, creating creates 2 entries, removing leaves an entry where
the hostname is also the PTY device.

The expected result is one entry for session add, with correct hostname,
and for remove leaving the entry with the correct hostname also.

Same happens on Squeeze, Wheezy and Sid.



-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.44-grsec (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages x11-xserver-utils depends on:
ii  cpp  4:4.7.2-1
ii  libc62.17-3
ii  libice6  2:1.0.8-2
ii  libx11-6 2:1.5.0-1
ii  libxaw7  2:1.0.10-2
ii  libxcursor1  1:1.1.13-1
ii  libxext6 2:1.3.1-2
ii  libxi6   2:1.6.1-1
ii  libxmu6  2:1.1.1-1
ii  libxmuu1 2:1.1.1-1
ii  libxrandr2   2:1.3.2-2
ii  libxrender1  1:0.9.7-1
ii  libxt6   1:1.1.3-1
ii  libxxf86vm1  1:1.1.2-1

x11-xserver-utils recommends no packages.

Versions of packages x11-xserver-utils suggests:
pn  cairo-5c
pn  nickle  
pn  xorg-docs-core  

-- no debconf information


-- 
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/20130520214941.22916.78726.report...@lokalhorst.gotdns.com



x11-apps: Changes to 'debian-unstable'

2013-05-20 Thread Robert Hooker
 debian/changelog  |3 
 debian/copyright  |  498 --
 debian/copyright.head |6 
 debian/rules  |   10 +
 4 files changed, 298 insertions(+), 219 deletions(-)

New commits:
commit de064411b7c759a63e3387541472a114e5bd6c91
Author: Robert Hooker 
Date:   Mon May 20 16:25:55 2013 -0400

debian/copyright: refresh

diff --git a/debian/changelog b/debian/changelog
index 2f19786..7aea006 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ x11-apps (7.7+1) UNRELEASED; urgency=low
   * transset 1.0.1
   * Add an update-copyright target to refresh debian/copyright using
 upstream's COPYING files, thanks to Julien Cristau.
+  * Refresh copyright.
 
  -- Robert Hooker   Sat, 15 Dec 2012 18:36:39 -0500
 
diff --git a/debian/copyright b/debian/copyright
index 5d290af..91eea29 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,20 +2,21 @@ The contents of this package were downloaded from
 http://xorg.freedesktop.org/releases/individual/app/
 It contains the bitmap, ico, oclock, transset, x11perf, xbiff, xcalc,
 xclipboard, xclock, xcursorgen, xconsole, xditview, xedit, xeyes, xgc,
-xload, xlogo, xmag, xman, xmore, xmd and xwd applications.
+xload, xlogo, xmag, xman, xmore, xmd, rendercheck, and xwd applications.
+
 
 bitmap:
   Copyright 1988, 1993, 1998  The Open Group
-  
+
   Permission to use, copy, modify, distribute, and sell this software and its
   documentation for any purpose is hereby granted without fee, provided that
   the above copyright notice appear in all copies and that both that
   copyright notice and this permission notice appear in supporting
   documentation.
-  
+
   The above copyright notice and this permission notice shall be included
   in all copies or substantial portions of the Software.
-  
+
   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
@@ -23,7 +24,7 @@ bitmap:
   OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
   ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
   OTHER DEALINGS IN THE SOFTWARE.
-  
+
   Except as contained in this notice, the name of The Open Group shall
   not be used in advertising or otherwise to promote the sale, use or
   other dealings in this Software without prior written authorization
@@ -31,33 +32,33 @@ bitmap:
 
 ico:
   Copyright (c) 1987, 1994  X Consortium
-  
+
   Permission is hereby granted, free of charge, to any person obtaining a copy
   of this software and associated documentation files (the "Software"), to deal
   in the Software without restriction, including without limitation the rights
   to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   copies of the Software, and to permit persons to whom the Software is
   furnished to do so, subject to the following conditions:
-  
+
   The above copyright notice and this permission notice shall be included in
   all copies or substantial portions of the Software.
-  
+
   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
   X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
   AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-  
+
   Except as contained in this notice, the name of the X Consortium shall not be
   used in advertising or otherwise to promote the sale, use or other dealings
   in this Software without prior written authorization from the X Consortium.
-  
-  
+
+
   Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
-  
+
   All Rights Reserved
-  
+
   Permission to use, copy, modify, and distribute this software and its 
   documentation for any purpose and without fee is hereby granted, 
   provided that the above copyright notice appear in all copies and that
@@ -65,7 +66,7 @@ ico:
   supporting documentation, and that the name of Digital not be
   used in advertising or publicity pertaining to distribution of the
   software without specific, written prior permission.  
-  
+
   DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
   ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
   DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
@@ -73,9 +74,9 @@ ico:
   WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
   ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
   SOFTWARE.
-  
+
   
--
-  
+
   Copyright 2005  Red Hat, Inc.

 

x11-utils: Changes to 'debian-unstable'

2013-05-20 Thread Robert Hooker
 debian/changelog |1 +
 debian/copyright |   33 +
 2 files changed, 22 insertions(+), 12 deletions(-)

New commits:
commit 00c852bc8810928aeea3454f05ce9ef49ccf866c
Author: Robert Hooker 
Date:   Mon May 20 13:28:54 2013 -0400

debian/copyright: update

diff --git a/debian/changelog b/debian/changelog
index f641795..df841c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ x11-utils (7.7+1) UNRELEASED; urgency=low
   * xmessage 1.0.4
   * xvinfo 1.1.2
   * xwininfo 1.1.3
+  * Update copyright.
 
  -- Robert Hooker   Mon, 20 May 2013 12:01:44 -0400
 
diff --git a/debian/copyright b/debian/copyright
index f5df658..b409857 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -246,13 +246,13 @@ xfontsel:
 
   All Rights Reserved
 
-  Permission to use, copy, modify, and distribute this software and its 
-  documentation for any purpose and without fee is hereby granted, 
+  Permission to use, copy, modify, and distribute this software and its
+  documentation for any purpose and without fee is hereby granted,
   provided that the above copyright notice appear in all copies and that
-  both that copyright notice and this permission notice appear in 
+  both that copyright notice and this permission notice appear in
   supporting documentation, and that the name of Digital not be
   used in advertising or publicity pertaining to distribution of the
-  software without specific, written prior permission.  
+  software without specific, written prior permission.
 
   DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
   ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
@@ -356,18 +356,27 @@ xlsclients:
   DEALINGS IN THE SOFTWARE.
 
 xlsfonts:
-  This is a stub file.  This package has not yet had its complete licensing
-  information compiled.  Please see the individual source files for details on
-  your rights to use and modify this software.
+  Copyright 1989, 1993, 1998  The Open Group
 
-  Please submit updated COPYING files to the Xorg bugzilla:
+  Permission to use, copy, modify, distribute, and sell this software and its
+  documentation for any purpose is hereby granted without fee, provided that
+  the above copyright notice appear in all copies and that both that
+  copyright notice and this permission notice appear in supporting
+  documentation.
 
-  https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
+  The above copyright notice and this permission notice shall be included in
+  all copies or substantial portions of the Software.
 
-  All licensing questions regarding this software should be directed at the
-  Xorg mailing list:
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+  OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+  AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-  http://lists.freedesktop.org/mailman/listinfo/xorg
+  Except as contained in this notice, the name of The Open Group shall not be
+  used in advertising or otherwise to promote the sale, use or other dealings
+  in this Software without prior written authorization from The Open Group.
 
 xmessage:
   Copyright (c) 1988, 1991, 1994  X Consortium


-- 
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/e1uetth-0001f1...@vasks.debian.org



x11-xserver-utils: Changes to 'debian-unstable'

2013-05-20 Thread Robert Hooker
 debian/changelog |1 +
 debian/copyright |2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 5a1442efaef3ef422dc0612457ba7cac720a7b2b
Author: Robert Hooker 
Date:   Mon May 20 13:27:33 2013 -0400

debian/copyright: update

diff --git a/debian/changelog b/debian/changelog
index ce537bb..159e13f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ x11-xserver-utils (7.7+1) UNRELEASED; urgency=low
   * xstdcmap 1.0.3
   * xvidtune 1.0.3
   * xrefresh 1.0.5
+  * Update copyright
 
   [ Timo Aaltonen ]
   * control: Bump libxrandr-dev build-dependency.
diff --git a/debian/copyright b/debian/copyright
index eec7f4e..e3a39ee 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -100,7 +100,7 @@ sessreg:
   other dealings in this Software without prior written authorization
   from The Open Group.
 
-  Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
+  Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved.
 
   Permission is hereby granted, free of charge, to any person obtaining a
   copy of this software and associated documentation files (the "Software"),


-- 
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/e1uets6-00017l...@vasks.debian.org



Bug#626549: Middle button emulation

2013-05-20 Thread Mathew Peet
I have this behaviour too, after upgrade to wheezy from squeeze. I think
there used to be a question about 3 button emulation during installation
10 years ago. It's very strange to me that this option has changed after
upgrading, Third button emulation has seemed to be the default behaviour
for a long time now.


-- 
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/1369068490.5356.23.ca...@ptlin6.msm.cam.ac.uk



[bts-link] source package xserver-xorg-video-nouveau

2013-05-20 Thread bts-link-upstream
#
# bts-link upstream status pull for source package xserver-xorg-video-nouveau
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user bts-link-upstr...@lists.alioth.debian.org

# remote status report for #707068 (http://bugs.debian.org/707068)
# Bug title: GF108GL Massive graphics corruption
#  * https://bugs.freedesktop.org/show_bug.cgi?id=64645
#  * remote status changed: (?) -> NEW
usertags 707068 + status-NEW

thanks


--
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/20130520164208.9032.64375.btsl...@sonntag.debian.org



x11-utils: Changes to 'debian-unstable'

2013-05-20 Thread Robert Hooker
 appres/ChangeLog   |   79 
 appres/Makefile.am |   15 
 appres/Makefile.in |  545 +-
 appres/aclocal.m4  | 1655 --
 appres/appres.c|   19 
 appres/appres.man  |   89 
 appres/autogen.sh  |   13 
 appres/config.guess|  307 -
 appres/config.sub  |  237 
 appres/configure   | 6365 -
 appres/configure.ac|9 
 appres/depcomp |  530 +-
 appres/install-sh  |   35 
 appres/man/Makefile.am |   12 
 appres/man/Makefile.in |  483 +
 appres/man/appres.man  |   91 
 appres/missing |  461 -
 debian/changelog   |   14 
 editres/ChangeLog  |   63 
 editres/Makefile.am|   20 
 editres/Makefile.in|  347 -
 editres/aclocal.m4 | 1143 +++-
 editres/actions.c  |2 
 editres/app-defaults/Editres   |7 
 editres/app-defaults/Editres-color |2 
 editres/autogen.sh |   13 
 editres/comm.c |2 
 editres/config.guess   |  233 
 editres/config.sub |  134 
 editres/configure  | 5878 +++
 editres/configure.ac   |   11 
 editres/depcomp|   74 
 editres/editres.c  |2 
 editres/editres.man|  423 -
 editres/editresP.h |2 
 editres/geometry.c |2 
 editres/handler.c  |2 
 editres/install-sh |   29 
 editres/man/Makefile.am|   12 
 editres/man/Makefile.in|  426 +
 editres/man/editres.man|  421 +
 editres/setvalues.c|2 
 editres/svpopup.c  |2 
 editres/utils.c|2 
 editres/widgets.c  |2 
 editres/wtree.c|2 
 viewres/ChangeLog  |   63 
 viewres/Makefile.am|   17 
 viewres/Makefile.in|  349 -
 viewres/aclocal.m4 | 1143 +++-
 viewres/config.guess   |  233 
 viewres/config.sub |  134 
 viewres/configure  | 5878 +++
 viewres/configure.ac   |   11 
 viewres/depcomp|   74 
 viewres/install-sh |   29 
 viewres/man/Makefile.am|   12 
 viewres/man/Makefile.in|  424 +
 viewres/man/viewres.man|  217 
 viewres/viewres.man|  216 
 xev/ChangeLog  |   56 
 xev/Makefile.in|   96 
 xev/aclocal.m4 | 5376 ++---
 xev/config.guess   |  259 -
 xev/config.h.in|   32 
 xev/config.sub |  156 
 xev/configure  | 5143 +++-
 xev/configure.ac   |3 
 xev/depcomp|   74 
 xev/install-sh |   29 
 xev/man/Makefile.in|   39 
 xev/man/xev.man|9 
 xev/missing|   53 
 xev/xev.c  |  129 
 xfontsel/ChangeLog |   61 
 xfontsel/Makefile.in   |  450 +
 xfontsel/aclocal.m4|  591 +-
 xfontsel/config.guess  |  307 -
 xfontsel/config.sub|  237 
 xfontsel/configure |  468 +
 xfontsel/configure.ac  |2 
 xfontsel/depcomp   |  530 +-
 xfontsel/install-sh|   35 
 xfontsel/man/Makefile.in   |  131 
 xfontsel/missing   |  461 -
 xfontsel/xfontsel.c|   56 
 xmessage/ChangeLog |  135 
 xmessage/Makefile.am   |   34 
 xmessage/Makefile.in   |  369 -
 xmessage/aclocal.m4| 1809 +--
 xmessage/config.guess  |  235 
 xmessage/config.sub|  184 
 xmessage/configure | 7397 -
 xmessage/configure.ac  |   28 
 xmessage/depcomp   |   74 
 xmessage/install-sh|   29 
 xmessage/man/Makefile.am   |   12 
 xmessage/man/Makefile.in   |  426 +
 xmessage/man/xmessage.man  |  180 
 xmessage/xmessage.man  |  178 
 xvinfo/ChangeLog   |   87 
 xvinfo/Makefile.am |   15 
 xvinfo/Makefile.in |  354 -
 xvinfo/aclocal.m4  | 1143 +++-
 xvinfo/config.guess|  233 
 xvinfo/config.sub  |  134 
 xvinfo/configure   | 5906 +++
 xvinfo/configure.ac|   17 
 xvinfo/depcomp  

x11-xserver-utils: Changes to 'debian-unstable'

2013-05-20 Thread Robert Hooker
 debian/changelog  |1 
 xrefresh/ChangeLog|  111 
 xrefresh/Makefile.am  |   18 
 xrefresh/Makefile.in  |  545 +-
 xrefresh/aclocal.m4   | 1655 +--
 xrefresh/config.guess |  307 -
 xrefresh/config.h.in  |   35 
 xrefresh/config.sub   |  237 -
 xrefresh/configure|10104 --
 xrefresh/configure.ac |   12 
 xrefresh/depcomp  |  530 +-
 xrefresh/install-sh   |   35 
 xrefresh/man/Makefile.am  |   12 
 xrefresh/man/Makefile.in  |  483 ++
 xrefresh/man/xrefresh.man |  101 
 xrefresh/missing  |  461 --
 xrefresh/xrefresh.c   |   61 
 xrefresh/xrefresh.man |  101 
 18 files changed, 11269 insertions(+), 3540 deletions(-)

New commits:
commit f857499cba97a431085cb8a804fa140c93ad5751
Author: Robert Hooker 
Date:   Mon May 20 11:56:26 2013 -0400

Update xrefresh to 1.0.5

diff --git a/debian/changelog b/debian/changelog
index 5e294bb..ce537bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ x11-xserver-utils (7.7+1) UNRELEASED; urgency=low
   * xsetroot 1.1.1
   * xstdcmap 1.0.3
   * xvidtune 1.0.3
+  * xrefresh 1.0.5
 
   [ Timo Aaltonen ]
   * control: Bump libxrandr-dev build-dependency.
diff --git a/xrefresh/ChangeLog b/xrefresh/ChangeLog
index 3fab798..116c4dd 100644
--- a/xrefresh/ChangeLog
+++ b/xrefresh/ChangeLog
@@ -1,3 +1,114 @@
+commit 2c08f5dee8b3f2d2da9db8e3c1d4593a66db401e
+Author: Alan Coopersmith 
+Date:   Fri May 17 18:20:13 2013 -0700
+
+xrefresh 1.0.5
+
+Signed-off-by: Alan Coopersmith 
+
+commit 1a26cd81c08c008f8252ca03211705ce4951bab2
+Author: Alan Coopersmith 
+Date:   Sun Jan 13 09:09:19 2013 -0800
+
+Use strcasecmp if available, instead of downcasing string before strcmp
+
+Signed-off-by: Alan Coopersmith 
+
+commit 865c7c3da3a827cff080a763613d02729e9d4e33
+Author: Alan Coopersmith 
+Date:   Sun Jan 13 08:37:49 2013 -0800
+
+Fix implicit sign conversion & integer size truncation warnings
+
+xrefresh.c:125:14: warning: implicit conversion loses integer precision:
+  'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
+arglen = strlen (arg);
+   ~ ^~~~
+xrefresh.c:126:12: warning: implicit conversion loses integer precision:
+  'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
+slen = strlen (s);
+ ~ ^~
+xrefresh.c:132:26: warning: implicit conversion changes signedness: 'int' 
to
+  'size_t' (aka 'unsigned long') [-Wsign-conversion]
+if (strncmp (arg, s, slen) == 0) return (True);
+~~~  ^~~~
+
+Signed-off-by: Alan Coopersmith 
+
+commit 4fa0dd48d6c9fcd54276a66c221fdafda2395c02
+Author: Alan Coopersmith 
+Date:   Mon Apr 16 17:22:16 2012 -0700
+
+Combine usage message strings
+
+Signed-off-by: Alan Coopersmith 
+
+commit c0b077a85fb2e624ec87fb8bec906ce30bc473e4
+Author: Alan Coopersmith 
+Date:   Mon Apr 16 17:18:35 2012 -0700
+
+Mark Syntax() with _X_NORETURN to silence gcc warning
+
+Signed-off-by: Alan Coopersmith 
+
+commit d944df52b7b2c5c9e6789b0ff7bb390108613c6c
+Author: Alan Coopersmith 
+Date:   Mon Apr 16 17:10:23 2012 -0700
+
+Add const qualifiers to structs for mapping strings to values
+
+Signed-off-by: Alan Coopersmith 
+
+commit 71c97a091a511d403fdb8587d0e1240ec3913820
+Author: Alan Coopersmith 
+Date:   Mon Apr 16 17:04:35 2012 -0700
+
+Add const qualifiers to fix gcc -Wwrite-strings warnings
+
+Signed-off-by: Alan Coopersmith 
+
+commit cde30320d98b95f7c0cec5bed906b7107124f8fa
+Author: Jeremy Huddleston 
+Date:   Sun May 8 16:52:55 2011 -0700
+
+Properly fallback on CWBackPixmap = None when failing to parse or allocate 
a solid color
+
+xrefresh.c:319:3: warning: Value stored to 'action' is never read
+action = doNone;
+^~~
+
+Found-by: clang static analyzer
+Signed-off-by: Jeremy Huddleston 
+
+commit 289e8d27a8417ca94fd2063a44b84338ff499a3e
+Author: Alan Coopersmith 
+Date:   Fri Jan 28 20:53:06 2011 -0800
+
+Fix allocateded typo in comment
+
+Signed-off-by: Alan Coopersmith 
+
+commit 18f7dcdd9fb30b784b3d99cb91d9f5c80cc19f44
+Author: Gaetan Nadon 
+Date:   Wed Jan 19 10:06:57 2011 -0500
+
+config: move man pages into their own directory
+
+Use services provided by XORG_MANPAGE_SECTIONS.
+Use standard Makefile for man pages.
+
+Signed-off-by: Gaetan Nadon 
+
+commit d604128cf39507dc80a46449a15050f2a066d50f
+Author: Gaetan Nadon 
+Date:   Thu Jan 13 11:15:48 2011 -0500
+
+man: remove trailing spaces and tabs
+
+Using s/[ \t]*$//
+
+Signed-off-by: Gaetan Nadon 
+
 commit 631be2568befbd4aee98a3cd4849403554db79d7
 Author: Alan Coopersmith 
 Date:   Wed Nov 10 19:46:37 2010 -0800
diff --git a/xrefresh/Makefile.am b/xrefresh/Makefile.am
index 536da40..ce95ce3 100644
--- a/xre

x11-apps: Changes to 'debian-unstable'

2013-05-20 Thread Robert Hooker
 bitmap/Bitmap.c   |8 
 bitmap/ChangeLog  |   72 
 bitmap/Makefile.in|  565 ++--
 bitmap/aclocal.m4 |  675 +++--
 bitmap/atobm.c|   23 
 bitmap/bmtoa.c|   32 
 bitmap/compile|  232 +
 bitmap/config.guess   |  307 +-
 bitmap/config.sub |  237 +
 bitmap/configure  | 2650 +++--
 bitmap/configure.ac   |6 
 bitmap/depcomp|  530 ++--
 bitmap/install-sh |   35 
 bitmap/man/Makefile.in|  131 -
 bitmap/man/bitmap.man |8 
 bitmap/missing|  461 +--
 debian/changelog  |2 
 transset/ChangeLog|   88 
 transset/Makefile.in  |  355 +-
 transset/aclocal.m4   | 5553 +++---
 transset/config.guess |   60 
 transset/config.h.in  |3 
 transset/config.sub   |   95 
 transset/configure|  709 +++--
 transset/configure.ac |6 
 transset/depcomp  |  454 ++-
 transset/install-sh   |   14 
 transset/man/Makefile.in  |  103 
 transset/man/transset.man |  103 
 transset/missing  |  414 +--
 transset/transSet.c   |   65 
 31 files changed, 7532 insertions(+), 6464 deletions(-)

New commits:
commit 8167481058b543b9252ba73464785913f0d0e6cd
Author: Robert Hooker 
Date:   Mon May 20 11:51:06 2013 -0400

Update transset to 1.0.1

diff --git a/debian/changelog b/debian/changelog
index 8dfc37d..01c3ed9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ x11-apps (7.7+1) UNRELEASED; urgency=low
   * xgc 1.0.4
   * xmag 1.0.5
   * bitmap 1.0.7
+  * transset 1.0.1
 
  -- Robert Hooker   Sat, 15 Dec 2012 18:36:39 -0500
 
diff --git a/transset/ChangeLog b/transset/ChangeLog
index 378a9c2..478399e 100644
--- a/transset/ChangeLog
+++ b/transset/ChangeLog
@@ -1,3 +1,91 @@
+commit 39db25e110cfedcec99394dfa7614ca248685c0d
+Author: Alan Coopersmith 
+Date:   Fri May 17 17:47:14 2013 -0700
+
+transset 1.0.1
+
+Signed-off-by: Alan Coopersmith 
+
+commit fc4bf3cda6d14cac9272f8399bb6dc614c1ef956
+Author: Alan Coopersmith 
+Date:   Fri Feb 22 22:05:39 2013 -0800
+
+Add the options to the man page (they were all missing before)
+
+Signed-off-by: Alan Coopersmith 
+
+commit f59b8db649c1596a38ce20025417c4060d442d64
+Author: Alan Coopersmith 
+Date:   Fri Feb 22 21:33:25 2013 -0800
+
+Store min & max as doubles, not floats
+
+Since atof generates doubles, and we use them to compare/limit the values
+of the double "d", might as well keep them in the same format instead of
+doing unnecessary conversions.
+
+Signed-off-by: Alan Coopersmith 
+
+commit e79903a50b0a9cba9d0e41fc2e389117f3ff42ef
+Author: Alan Coopersmith 
+Date:   Fri Feb 22 21:27:00 2013 -0800
+
+Typo fixes in verbose message & comment
+
+Signed-off-by: Alan Coopersmith 
+
+commit da0682051e880faa2ef1accac388040bb52b46d8
+Author: Alan Coopersmith 
+Date:   Fri Feb 22 21:22:43 2013 -0800
+
+Use correct variable for printing current opacity
+
+Found by clang:
+transSet.c:303:30: warning: variable 'opacity' is uninitialized when used 
here
+  [-Wuninitialized]
+(double) opacity / OPAQUE);
+ ^~~
+
+When running transset -v, it prints the current opacity of a window
+before changing it, but was printing garbage - after this fix, correctly
+prints the value set by the previous run.
+
+Signed-off-by: Alan Coopersmith 
+
+commit 65f010b8c4ef0e4fa5fc6a0679173f81c7a4b626
+Author: Alan Coopersmith 
+Date:   Fri Feb 22 21:17:59 2013 -0800
+
+Move release date from transset.c to configure.ac so we remember to update 
it
+
+Currently our 2012 release prints:
+   released: 2007-09-21
+when you run transset --version
+
+Signed-off-by: Alan Coopersmith 
+
+commit 6cd34b45c87717ae7901993e32b99a43652fa0f3
+Author: Alan Coopersmith 
+Date:   Fri Feb 22 21:14:09 2013 -0800
+
+Include PACKAGE_STRING in --version output
+
+Signed-off-by: Alan Coopersmith 
+
+commit 2b57aeb0ea616cfca8e6fcbd844960269af8c533
+Author: Alan Coopersmith 
+Date:   Fri Feb 22 21:11:04 2013 -0800
+
+Combine usage message into single string/call
+
+Signed-off-by: Alan Coopersmith 
+
+commit a2485424bd0f184700dd0a4f0823fb4c4cf25f66
+Author: Arnaud Fontaine 
+Date:   Thu Jun 7 19:33:28 2012 +0900
+
+Fix program name in usage information, transset instead of transset-df.
+
 commit 49d17bde62694c2f0e2bb7883641bd60830c6bd5
 Author: Arnaud Fontaine 
 Date:   Tue Jun 5 14:55:54 2012 +0900
diff --git a/transset/Makefile.in b/transset/Makefile.in
index 8536b82..1e3393b 100644
--- a/transset/Makefile.in
+++ b/transset/Makefile.in
@@ -1,9 +1,8 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.13.2 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 199

Processed: adjusting severity

2013-05-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> # just in case somebody wants to reopen this bug
> severity 708858 important
Bug #708858 {Done: Andrei POPESCU } 
[xserver-xorg-video-nouveau] Installation: Screen and keyboard freeze (but not 
mouse) right after login on post-install Debian
Severity set to 'important' from 'critical'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
708858: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708858
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
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/handler.s.c.136905272123361.transcr...@bugs.debian.org



Processed: found coffee (was found workaround)

2013-05-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 708858 xserver-xorg-video-nouveau
Bug #708858 {Done: Andrei POPESCU } [general] 
Installation: Screen and keyboard freeze (but not mouse) right after login on 
post-install Debian
Bug reassigned from package 'general' to 'xserver-xorg-video-nouveau'.
Ignoring request to alter found versions of bug #708858 to the same values 
previously set
Ignoring request to alter fixed versions of bug #708858 to the same values 
previously set
> # found coffee
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
708858: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708858
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
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/handler.s.c.136905195917466.transcr...@bugs.debian.org



Re: Bug#708858: Found a workaround

2013-05-20 Thread Holger Levsen
reassign xserver-xorg-video-nouveau 708858
thanks

Hi,

On Montag, 20. Mai 2013, Gobiel wrote:
> It turns out it was related to nouveau driver (ie to my graphic card, which
> is bi-gpu). I could "make it work" for the time I installed proper nvidia
> driver by adding "nomodeset" at the end of the kernel line each time I
> started my computer. It seems the installation already has this option set,
> explaining all the trouble I did not encounter on Live CD.

reassigning to xserver-xorg-video-nouveau, thanks.


cheers,
Holger


signature.asc
Description: This is a digitally signed message part.


Bug#708958: /var/log/gdm3/:0.log.1

2013-05-20 Thread GS



X.Org X Server 1.12.4
Release Date: 2012-08-27
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.2.0-4-amd64 x86_64 Debian
Current Operating System: Linux Lifebook 3.2.0-4-amd64 #1 SMP Debian 
3.2.41-2+deb7u2 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-amd64 
root=UUID=5426a3d7-4f6e-4084-9cf5-304c5d44d4e4 ro quiet
Build Date: 17 April 2013  10:22:47AM
xorg-server 2:1.12.4-6 (Julien Cristau ) 
Current version of pixman: 0.26.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon May 20 08:35:07 2013
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(==) ServerLayout "Layout0"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Device0"
(**) |-->Input Device "Keyboard0"
(**) |-->Input Device "Mouse0"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not 
exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will 
be disabled.
(WW) Disabling Keyboard0
(WW) Disabling Mouse0
(--) PCI:*(0:1:0:0) 10de:0428:10cf:1422 rev 161, Mem @ 0xde00/16777216, 
0xe000/268435456, 0xdc00/33554432, I/O @ 0x2000/128
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.12.4, module version = 1.0.0
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.12.4, module version = 1.0.0
(II) Loading /usr/lib/xorg/modules/linux/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.0
(II) NVIDIA GLX Module  304.88  Wed Mar 27 14:46:57 PDT 2013
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.12.4, module version = 1.13.0
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.12.4, module version = 1.0.0
(II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
compiled for 1.12.4, module version = 1.2.0
(II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.0
(II) NVIDIA dlloader X Driver  304.88  Wed Mar 27 14:28:14 PDT 2013
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(++) using VT number 7

(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 1.12.4, module version = 1.0.0
(II) Loading /usr/lib/xorg/modules/libwfb.so
(II) Module wfb: vendor="X.Org Foundation"
compiled for 1.12.4, module version = 1.0.0
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Stereo disabled by request
(**) NVIDIA(0): Enabling 2D acceleration
(II) NVIDIA(GPU-0): Display (DELL U2412M (CRT-0)) does not support NVIDIA 3D
(II) NVIDIA(GPU-0): Vision stereo.
(II) NVIDIA(GPU-0): Display (Nvidia Default Flat Panel (DFP-0)) does not support
(II) NVIDIA(GPU-0): NVIDIA 3D Vision stereo.
(II) NVIDIA(0): NVIDIA GPU GeForce 8400M G (G86M) at PCI:1:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 524288 kBytes
(--) NVIDIA(0): VideoBIOS: 60.86.4a.00.00
(II) NVIDIA(0): Detected PCI Express Link width: 16X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Valid display device(s) on GeForce 8400M G at PCI:1:0:0
(--) NVIDIA(0): DELL U2412M (CRT-0) (connected)
(--) NVIDIA(0): TV-0
(--) NVIDIA(0): Nvidia Default Flat Panel (DFP-0) (connected)
(--) NVIDIA(0): DFP-1
(--) NVIDIA(0): DELL U2412M (CRT-0): 400.0 MHz maximum pixel clock
(--) NVIDIA(0): TV-0: 400.0 MHz maximum pixel clock
(--) NVIDIA(0): TV encoder: Unknown
(--) NVIDIA(0): Nvidia Default Flat Panel (DFP-0): 330.0 MHz maximum pixel clock
(--) NVIDIA(0): Nvidia Default Flat Panel (DFP-0): Internal Dual Link LVDS
(--) NVIDIA(0): DFP-1: 165.0 MHz maximum pixel clock
(--)