mesa: Changes to 'debian-experimental'

2014-05-15 Thread Julien Cristau
 debian/changelog |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a5251e45e49bc34a0454d7d75831158367120ba1
Author: Julien Cristau 
Date:   Wed May 14 22:57:22 2014 +0200

Upload to experimental

diff --git a/debian/changelog b/debian/changelog
index 20cfffe..35d3c9b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-mesa (10.2.0~rc1-1) UNRELEASED; urgency=medium
+mesa (10.2.0~rc1-1) experimental; urgency=medium
 
   [ Timo Aaltonen ]
   * New upstream release candidate.
@@ -20,7 +20,7 @@ mesa (10.2.0~rc1-1) UNRELEASED; urgency=medium
   * Add missing separator between dependency items '${misc:Depends}'
 and 'libglapi-mesa (= ${binary:Version})'.
 
- -- Timo Aaltonen   Fri, 11 Apr 2014 17:48:37 +0300
+ -- Julien Cristau   Wed, 14 May 2014 22:57:08 +0200
 
 mesa (10.1.0-5) 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: https://lists.debian.org/e1wkqjq-xe...@moszumanska.debian.org



mesa: Changes to 'refs/tags/mesa-10.2.0-rc1-1'

2014-05-15 Thread Julien Cristau
Tag 'mesa-10.2.0-rc1-1' created by Julien Cristau  at 
2014-05-14 20:58 +

Tagging upload of mesa 10.2.0~rc1-1 to experimental.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJTc9jyAAoJEDEBgAUJBeQMYcgQAPi3W94owcVxRoEuNWzjD9j5
PI/tcTaoIfNg+HpIexFItijISa+FJqJMDUbgmh7hZ/J+hmebqY1EKwuKlJuajbGn
IqX5rjZw0lkhVYJObOK4Q3OBiS862pAd9TBLslrurwF3MWYj1P827FdO8v18kAG4
B+uhoNfBHW5et/XSqgEjQEsaMiQxi/AFcz31vBDjOi9VQ3n95Ii2vhlLxSl5xJY4
fUD8vgAlCLgj4zXM6DYlQyxixZOYVRSRrSMLgsO3ZfmB84oUQeSlDSg0kP00c1oe
oXopkLnwk1k6AUE9+rL796SLN03IOCEQZ5sjBPGwrF1d3N++bBPHSf6s3L+k4FNP
jNyCg+2plBuhVZhK/sjVton1Hh2D5OFSvZmXAPfaWs1nVIc5uvPwvvZayCgT/L8W
r83t7Y8eLLgAsiwrsqW3nawVnX4gspm+5Lv0vaptrGK46tmUVOtybPXBF7vm6PcD
GUIMuPpgJ0oVtS3x/xejVs14HcWVxwOBLc5/BPLDa+Z7twVXvcIbMLQO2U6FsRBK
yjADPZqTXDolOOEtPSiO5zZTnhmUW1kI/XkaM2s5HyQt6qezUfBtBvRELpgLxOFk
F0/+IjAyj43LhHpJS/2yHl0g+6xWKJbYc3ry5qIZ0kPzeopcaC45K5iTl+ITKo4S
XDPzBwQukrg5i88aDY7E
=huh4
-END PGP SIGNATURE-

Changes since mesa-10.1.0-5:
Aaron Watry (2):
  gallium/util: Fix memory leak
  radeonsi/compute: Fix memory leak

Adel Gadllah (4):
  glx: Update glxext.h to revision 25407
  glx_pbuffer: Refactor GetDrawableAttribute
  dri3: Add GLX_EXT_buffer_age support
  glx: Do not advertise buffer_age on dri2

Alex Deucher (3):
  radeon: reverse DBG_NO_HYPERZ logic
  radeonsi: fix num banks selection on SI for dma setup (v2)
  configure: bump up libdrm_radeon requirement to 2.4.54

Alexander von Gluck IV (1):
  haiku: Fix build through scons corrections and viewport fixes

Ander Conselvan de Oliveira (3):
  gbm/dri: Fix out-of-memory error path in dri_device_create()
  gbm: Set errno on errors
  egl: Protect use of gbm_dri with ifdef HAVE_DRM_PLATFORM

Andreas Boll (3):
  docs: update 10.2 release notes
  Relax ocl-icd-libopencl1 dependency to allow the generic virtual 
libopencl1 as a valid alternative
  Add missing separator between dependency items '${misc:Depends}' and 
'libglapi-mesa (= ${binary:Version})'.

Andreas Hartmetz (1):
  translate_sse: Use the correct buffer index in this fast path.

Anuj Phogat (35):
  mesa: Add GL_TEXTURE_CUBE_MAP_ARRAY to 
legal_get_tex_level_parameter_target()
  glsl: Fix condition to generate shader link error
  i965: Fix the region's pitch condition to use blitter
  mesa: Set initial internal format of a texture to GL_RGBA
  mesa: Use clear_teximage_fields() in place of _mesa_init_teximage_fields()
  mesa: Allow GL_DEPTH_COMPONENT and GL_DEPTH_STENCIL combinations in 
glTexImage{123}D()
  i965: Fix build warning of unused variable
  glsl: Fix copy-paste error in linker_warning()
  mesa: Fix glGetVertexAttribi(GL_VERTEX_ATTRIB_ARRAY_SIZE)
  mesa: Add helper function _mesa_is_format_integer()
  mesa: Add error condition for integer formats in glGetTexImage()
  i965: Put an assertion to check valid varying_to_slot[varying]
  i965: Fix component mask and varying_to_slot mapping for gl_Layer
  i965: Fix component mask and varying_to_slot mapping for gl_ViewportIndex
  swrast: Add glBlitFramebuffer to commands affected by conditional 
rendering
  i965: Add glBlitFramebuffer to commands affected by conditional rendering
  mesa: Fix error condition for multisample proxy texture targets
  mesa: Add an error condition in glGetFramebufferAttachmentParameteriv()
  mesa: Fix error code generation in glReadPixels()
  glsl: Allow overlapping locations for vertex input attributes
  mesa: Fix querying location of nth element of an array variable
  mesa: Use location VERT_ATTRIB_GENERIC0 for vertex attribute 0
  glsl: Compile error if fs defines conflicting qualifiers for gl_FragCoord
  glsl: Compile error if fs uses gl_FragCoord before first redeclaration
  glsl: Link error if fs defines conflicting qualifiers for gl_FragCoord
  glsl: Apply the link error conditions to GL_ARB_fragment_coord_conventions
  mesa: Add entry for extension ARB_texture_stencil8
  mesa: Add error condition for format=STENCIL_INDEX in glGetTexImage()
  i965: Fix crash in do_blit_readpixels()
  mesa: Add missing types in _mesa_texstore_xx_xx() functions
  mesa: Allow srcFormat=GL_DEPTH_STENCIL in _mesa_texstore_xx_xx() functions
  mesa: Remove redundant if checks in _mesa_texstore_xx_xx() functions
  mesa: Add new helper function _mesa_unpack_depth_stencil_row()
  mesa: Add support to unpack depth-stencil texture in to 
FLOAT_32_UNSIGNED_INT_24_8_REV
  mesa: Allow FLOAT_32_UNSIGNED_INT_24_8_REV in get_tex_depth_stencil()

Armin K (1):
  glx: Conditionally compile GLX_MESA_query_renderer DRI3 support

Axel Davy (1):
  gallium/dri2: Fix dri2_dup_image

Benjamin Bellec (1):
  mesa: fix GetStringi error message with correct function name

Brian Paul (146):
  svga: refactor some shader code
  svga: check shader size against max command buffer size
  gallium/auxilia

Processing of mesa_10.2.0~rc1-1_amd64.changes

2014-05-15 Thread Debian FTP Masters
mesa_10.2.0~rc1-1_amd64.changes uploaded successfully to localhost
along with the files:
  libgl1-mesa-swx11_10.2.0~rc1-1_amd64.deb
  libgl1-mesa-swx11-dbg_10.2.0~rc1-1_amd64.deb
  libgl1-mesa-swx11-dev_10.2.0~rc1-1_amd64.deb
  libxatracker2_10.2.0~rc1-1_amd64.deb
  libxatracker2-dbg_10.2.0~rc1-1_amd64.deb
  libxatracker-dev_10.2.0~rc1-1_amd64.deb
  libgbm1_10.2.0~rc1-1_amd64.deb
  libgbm1-dbg_10.2.0~rc1-1_amd64.deb
  libgbm-dev_10.2.0~rc1-1_amd64.deb
  libegl1-mesa_10.2.0~rc1-1_amd64.deb
  libegl1-mesa-dbg_10.2.0~rc1-1_amd64.deb
  libegl1-mesa-dev_10.2.0~rc1-1_amd64.deb
  libegl1-mesa-drivers_10.2.0~rc1-1_amd64.deb
  libegl1-mesa-drivers-dbg_10.2.0~rc1-1_amd64.deb
  libwayland-egl1-mesa_10.2.0~rc1-1_amd64.deb
  libwayland-egl1-mesa-dbg_10.2.0~rc1-1_amd64.deb
  libopenvg1-mesa_10.2.0~rc1-1_amd64.deb
  libopenvg1-mesa-dbg_10.2.0~rc1-1_amd64.deb
  libopenvg1-mesa-dev_10.2.0~rc1-1_amd64.deb
  libgles1-mesa_10.2.0~rc1-1_amd64.deb
  libgles1-mesa-dbg_10.2.0~rc1-1_amd64.deb
  libgles1-mesa-dev_10.2.0~rc1-1_amd64.deb
  libgles2-mesa_10.2.0~rc1-1_amd64.deb
  libgles2-mesa-dbg_10.2.0~rc1-1_amd64.deb
  libgles2-mesa-dev_10.2.0~rc1-1_amd64.deb
  libglapi-mesa_10.2.0~rc1-1_amd64.deb
  libglapi-mesa-dbg_10.2.0~rc1-1_amd64.deb
  libgl1-mesa-glx_10.2.0~rc1-1_amd64.deb
  libgl1-mesa-glx-dbg_10.2.0~rc1-1_amd64.deb
  libgl1-mesa-dri_10.2.0~rc1-1_amd64.deb
  libgl1-mesa-dri-dbg_10.2.0~rc1-1_amd64.deb
  libgl1-mesa-dev_10.2.0~rc1-1_amd64.deb
  mesa-common-dev_10.2.0~rc1-1_amd64.deb
  libosmesa6_10.2.0~rc1-1_amd64.deb
  libosmesa6-dev_10.2.0~rc1-1_amd64.deb
  mesa-vdpau-drivers_10.2.0~rc1-1_amd64.deb
  mesa-vdpau-drivers-dbg_10.2.0~rc1-1_amd64.deb
  mesa-opencl-icd_10.2.0~rc1-1_amd64.deb
  mesa-opencl-icd-dbg_10.2.0~rc1-1_amd64.deb
  mesa_10.2.0~rc1-1.dsc
  mesa_10.2.0~rc1.orig.tar.gz
  mesa_10.2.0~rc1-1.diff.gz

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: https://lists.debian.org/e1wkr1e-0002xl...@franck.debian.org



Bug#745765: marked as done (cannot install with different libopencl1)

2014-05-15 Thread Debian Bug Tracking System
Your message dated Thu, 15 May 2014 09:42:37 +
with message-id 
and subject line Bug#745765: fixed in mesa 10.2.0~rc1-1
has caused the Debian Bug report #745765,
regarding cannot install with different libopencl1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
745765: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745765
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mesa-opencl-icd
Severity: normal

mesa-opencl-icd depends on ocl-icd-libopencl1, which makes it
uninstallable in systems that have a different libopencl1 installed
(e.g. amd-libopencl1). The dependency should be relaxed to accept the
generic virtual libopencl1 as a valid alternative.

ocl-icd-libopencl1 | libopencl1



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

Kernel: Linux 3.13-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- End Message ---
--- Begin Message ---
Source: mesa
Source-Version: 10.2.0~rc1-1

We believe that the bug you reported is fixed in the latest version of
mesa, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 745...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau  (supplier of updated mesa package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 14 May 2014 22:57:08 +0200
Source: mesa
Binary: libgl1-mesa-swx11 libgl1-mesa-swx11-dbg libgl1-mesa-swx11-i686 
libgl1-mesa-swx11-dev libxatracker2 libxatracker2-dbg libxatracker-dev libgbm1 
libgbm1-dbg libgbm-dev libegl1-mesa libegl1-mesa-dbg libegl1-mesa-dev 
libegl1-mesa-drivers libegl1-mesa-drivers-dbg libwayland-egl1-mesa 
libwayland-egl1-mesa-dbg libopenvg1-mesa libopenvg1-mesa-dbg 
libopenvg1-mesa-dev libgles1-mesa libgles1-mesa-dbg libgles1-mesa-dev 
libgles2-mesa libgles2-mesa-dbg libgles2-mesa-dev libglapi-mesa 
libglapi-mesa-dbg libgl1-mesa-glx libgl1-mesa-glx-dbg libgl1-mesa-dri 
libgl1-mesa-dri-dbg libgl1-mesa-dev mesa-common-dev libosmesa6 libosmesa6-dev 
mesa-vdpau-drivers mesa-vdpau-drivers-dbg mesa-opencl-icd mesa-opencl-icd-dbg
Architecture: source amd64
Version: 10.2.0~rc1-1
Distribution: experimental
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Julien Cristau 
Description: 
 libegl1-mesa - free implementation of the EGL API -- runtime
 libegl1-mesa-dbg - free implementation of the EGL API -- debugging symbols
 libegl1-mesa-dev - free implementation of the EGL API -- development files
 libegl1-mesa-drivers - free implementation of the EGL API -- hardware drivers
 libegl1-mesa-drivers-dbg - free implementation of the EGL API -- driver 
debugging symbols
 libgbm-dev - generic buffer management API -- development files
 libgbm1- generic buffer management API -- runtime
 libgbm1-dbg - generic buffer management API -- debugging symbols
 libgl1-mesa-dev - free implementation of the OpenGL API -- GLX development 
files
 libgl1-mesa-dri - free implementation of the OpenGL API -- DRI modules
 libgl1-mesa-dri-dbg - Debugging symbols for the Mesa DRI modules
 libgl1-mesa-glx - free implementation of the OpenGL API -- GLX runtime
 libgl1-mesa-glx-dbg - Debugging symbols for the Mesa GLX runtime
 libgl1-mesa-swx11 - free implementation of the OpenGL API -- runtime
 libgl1-mesa-swx11-dbg - free implementation of the OpenGL API -- debugging 
symbols
 libgl1-mesa-swx11-dev - free implementation of the OpenGL API -- development 
files
 libgl1-mesa-swx11-i686 - Mesa OpenGL runtime [i686 optimized]
 libglapi-mesa - free implementation of the GL API -- shared library
 libglapi-mesa-dbg - free implementation of the GL API -- debugging symbols
 libgles1-mesa - free implementation of the OpenGL|ES 1.x API -- runtime
 libgles1-mesa-dbg - free implementation of the OpenGL|ES 1.x API -- debugging 
symbols
 libgles1-mesa-dev - free implementation of the OpenGL|ES 1.x API -- 
development files
 libgles2-mesa - free implementation of the OpenGL|ES 2.x API -- runtime
 libgles2-me

Bug#748203: xorg-server: Please enable logind support

2014-05-15 Thread Laurent Bigonville
Source: xorg-server
Version: 2:1.15.99.902-1
Severity: wishlist

Hi,

I guess we should consider enabling logind support in X for the next
jessie release.

This would allow us to run X without root permissions if the card is
supported by KMS. For legacy card we should also ship the
"suid-wrapper"[1] that is supposed to detect cards whether the card is
supported and act accordingly (aka not drop the root privileges).

The suid-wrapper might also deprecate the Xwrapper which is Debian
specific. It support the same option as Xwrapper (specifying which user
is allowed to run a X server) and it also contains a "needs_root_rights"
parameter in case somebody doesn't want to use logind or if the
auto-detections is not working properly.

Cheers,

Laurent Bigonville

[1] http://lists.x.org/archives/xorg-devel/2014-March/040874.html

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

Kernel: Linux 3.14-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_BE.utf8, LC_CTYPE=fr_BE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140515094414.26037.10575.report...@soldur.bigon.be



mesa_10.2.0~rc1-1_amd64.changes ACCEPTED into experimental

2014-05-15 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 14 May 2014 22:57:08 +0200
Source: mesa
Binary: libgl1-mesa-swx11 libgl1-mesa-swx11-dbg libgl1-mesa-swx11-i686 
libgl1-mesa-swx11-dev libxatracker2 libxatracker2-dbg libxatracker-dev libgbm1 
libgbm1-dbg libgbm-dev libegl1-mesa libegl1-mesa-dbg libegl1-mesa-dev 
libegl1-mesa-drivers libegl1-mesa-drivers-dbg libwayland-egl1-mesa 
libwayland-egl1-mesa-dbg libopenvg1-mesa libopenvg1-mesa-dbg 
libopenvg1-mesa-dev libgles1-mesa libgles1-mesa-dbg libgles1-mesa-dev 
libgles2-mesa libgles2-mesa-dbg libgles2-mesa-dev libglapi-mesa 
libglapi-mesa-dbg libgl1-mesa-glx libgl1-mesa-glx-dbg libgl1-mesa-dri 
libgl1-mesa-dri-dbg libgl1-mesa-dev mesa-common-dev libosmesa6 libosmesa6-dev 
mesa-vdpau-drivers mesa-vdpau-drivers-dbg mesa-opencl-icd mesa-opencl-icd-dbg
Architecture: source amd64
Version: 10.2.0~rc1-1
Distribution: experimental
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Julien Cristau 
Description: 
 libegl1-mesa - free implementation of the EGL API -- runtime
 libegl1-mesa-dbg - free implementation of the EGL API -- debugging symbols
 libegl1-mesa-dev - free implementation of the EGL API -- development files
 libegl1-mesa-drivers - free implementation of the EGL API -- hardware drivers
 libegl1-mesa-drivers-dbg - free implementation of the EGL API -- driver 
debugging symbols
 libgbm-dev - generic buffer management API -- development files
 libgbm1- generic buffer management API -- runtime
 libgbm1-dbg - generic buffer management API -- debugging symbols
 libgl1-mesa-dev - free implementation of the OpenGL API -- GLX development 
files
 libgl1-mesa-dri - free implementation of the OpenGL API -- DRI modules
 libgl1-mesa-dri-dbg - Debugging symbols for the Mesa DRI modules
 libgl1-mesa-glx - free implementation of the OpenGL API -- GLX runtime
 libgl1-mesa-glx-dbg - Debugging symbols for the Mesa GLX runtime
 libgl1-mesa-swx11 - free implementation of the OpenGL API -- runtime
 libgl1-mesa-swx11-dbg - free implementation of the OpenGL API -- debugging 
symbols
 libgl1-mesa-swx11-dev - free implementation of the OpenGL API -- development 
files
 libgl1-mesa-swx11-i686 - Mesa OpenGL runtime [i686 optimized]
 libglapi-mesa - free implementation of the GL API -- shared library
 libglapi-mesa-dbg - free implementation of the GL API -- debugging symbols
 libgles1-mesa - free implementation of the OpenGL|ES 1.x API -- runtime
 libgles1-mesa-dbg - free implementation of the OpenGL|ES 1.x API -- debugging 
symbols
 libgles1-mesa-dev - free implementation of the OpenGL|ES 1.x API -- 
development files
 libgles2-mesa - free implementation of the OpenGL|ES 2.x API -- runtime
 libgles2-mesa-dbg - free implementation of the OpenGL|ES 2.x API -- debugging 
symbols
 libgles2-mesa-dev - free implementation of the OpenGL|ES 2.x API -- 
development files
 libopenvg1-mesa - free implementation of the OpenVG API -- runtime
 libopenvg1-mesa-dbg - free implementation of the OpenVG API -- debugging 
symbols
 libopenvg1-mesa-dev - free implementation of the OpenVG API -- development 
files
 libosmesa6 - Mesa Off-screen rendering extension
 libosmesa6-dev - Mesa Off-screen rendering extension -- development files
 libwayland-egl1-mesa - implementation of the Wayland EGL platform -- runtime
 libwayland-egl1-mesa-dbg - implementation of the Wayland EGL platform -- 
debugging symbols
 libxatracker-dev - X acceleration library -- development files
 libxatracker2 - X acceleration library -- runtime
 libxatracker2-dbg - X acceleration library -- debugging symbols
 mesa-common-dev - Developer documentation for Mesa
 mesa-opencl-icd - free implementation of the OpenCL API -- ICD runtime
 mesa-opencl-icd-dbg - free implementation of the OpenCL API -- debugging 
symbols
 mesa-vdpau-drivers - Mesa VDPAU video acceleration drivers
 mesa-vdpau-drivers-dbg - Debugging symbols for the Mesa VDPAU video 
acceleration drivers
Closes: 745765
Changes: 
 mesa (10.2.0~rc1-1) experimental; urgency=medium
 .
   [ Timo Aaltonen ]
   * New upstream release candidate.
 - 02_gbm_no_undefined.diff dropped, upstream
 - 03_gbm_make_devices_static.diff dropped, upstream
   * control: Bump libdrm-dev build-dependency.
   * Drop a symbol from libxatracker2.
   * libosmesa6: Bump the soname to upstream default (8), drop
 04_osmesa_version.diff. Add a symlink with the old name to point to
 the new lib.
 .
   [ Julien Cristau ]
   * Add 01_no_undefined.diff to actually add -Wl,--no-undefined to the linker
 flags for our shared libraries.
 .
   [ Andreas Boll ]
   * Relax ocl-icd-libopencl1 dependency to allow the generic virtual
 libopencl1 as a valid alternative (Closes: #745765).
   * Add missing separator between dependency items '${misc:Depends}'
 and 'libglapi-mesa (= ${binary:Version})'.
Checksums-Sha1: 
 15e90501228eee4955b0cbcd824d640c35dd2c7f 5435 mesa_10.2.0~rc1-1.dsc
 87d929e3cd3aa7c13962b4b4c83d1e605353f3c8 9501591 mesa_10.2.0~rc1.

intel-gpu-tools_1.6-2_amd64.changes ACCEPTED into unstable, unstable

2014-05-15 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 13 May 2014 18:43:34 -0700
Source: intel-gpu-tools
Binary: intel-gpu-tools intel-gpu-tools-dbg
Architecture: source amd64
Version: 1.6-2
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Vincent Cheng 
Description: 
 intel-gpu-tools - tools for debugging the Intel graphics driver
 intel-gpu-tools-dbg - tools for debugging the Intel graphics driver (debug)
Changes: 
 intel-gpu-tools (1.6-2) unstable; urgency=medium
 .
   * Enable build hardening (bump dh compat level to 9).
   * Strip debug symbols into separate intel-gpu-tools-dbg package.
Checksums-Sha1: 
 40d063ae163864780d67aee5404f1a77cdc355fc 2295 intel-gpu-tools_1.6-2.dsc
 271b45226c1f523e03b19b118c1c1a6a54975842 4938 intel-gpu-tools_1.6-2.diff.gz
 b796b59364ae8c2573038bdf098c9b3aa8c32e6d 490374 intel-gpu-tools_1.6-2_amd64.deb
 34bd50a4f6535511cf5d84a56990a7f2b946a14d 1298420 
intel-gpu-tools-dbg_1.6-2_amd64.deb
Checksums-Sha256: 
 186ab6afc5c4b241e4dc1d4d4aa14cb0e5494c2338725aa13b66a49e5c7769e5 2295 
intel-gpu-tools_1.6-2.dsc
 5f16b872d6f0209209c7d5fdbfdca7646547683c03587526eaf45299cfc32ef0 4938 
intel-gpu-tools_1.6-2.diff.gz
 fada8fb1364d63fbc6111dd5f326d781241042b66d8d8c570ce2c6a3884480ad 490374 
intel-gpu-tools_1.6-2_amd64.deb
 d10785e7c02898a5f687808ff5bd09283db510a204b42045aee8493d43a4177a 1298420 
intel-gpu-tools-dbg_1.6-2_amd64.deb
Files: 
 d1028cbf375febdc843ab9dd2e512727 490374 x11 optional 
intel-gpu-tools_1.6-2_amd64.deb
 547952f9ec873864807a828c6279d0f4 1298420 debug extra 
intel-gpu-tools-dbg_1.6-2_amd64.deb
 954ed2b0b7769a2dd02afbce5a794c10 2295 x11 optional intel-gpu-tools_1.6-2.dsc
 5d1945d1dd59110027533de05ffb9ed1 4938 x11 optional 
intel-gpu-tools_1.6-2.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTcs0/AAoJEI7tzBuqHzL/TogQAOzFqUKO9Hk12OAdxz35Zrrl
eo/tIZvcA8ZQdL2G2aIkvP142G9ZgqREqDE+eirNktqpgqMig4AoCmW/ORgZtf7Y
HuO3qJgkWd/LA6SxwItrr8Ko0Iwgn341wUmwPivvvsBtcoGnDwQ/0DbHicXz9MlS
Fl/TScWWqvub/pP3M4OAxHjDtWyrlbaJiZ1dsri1JtDkLrgZU4sRQIL47Ey496jK
+cyWjLgbVoWhwVXftBCr3vH3ofeeqLhbVejUgQC/Dd0y4E8nWMm2W2X66bL2aBPj
8aGSvD34PjyWuc31Hov2qnW1mKldZWpjmug8w/zbganWc7aCkSGABEbkHPJYsjIv
wVOliTKYPkvY8+PNvJmplhHpYIPQ4zki0Hfl+iXymLkZ0Y15LreY80LAkQ5ph9BD
aySt8Yd+Hq+IhUGordGycaPWQL11dz/djopWdDRlhJgkKFctKi9KEjZ0IuFe8Awx
C5O4v4uI/o9Buaz3527VPP8iRRrdjqK/8jPfENJ6JHm/3wKZgU9GJwaMO0udgSin
b4qpt/CwA98PuHtzFa3hgPvzwCbDp6nLRpmz8pSaiFzJoJEvk8b0Zhu8h9/F72A1
Dx4T4HFrZv6bmyxSeItvV42eJM6Ae3NSzfFUW+FcLsFJmkZe3iSMD3KesdGCScGq
aUi+XJcuHeGx4u89A0xm
=jKlK
-END PGP SIGNATURE-


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wktoq-0001m7...@franck.debian.org



mesa debian-experimental cleanup patches

2014-05-15 Thread Fabio Pedretti
Some cleanup patches for mesa debian-experimental branch.


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/1400156808-7653-1-git-send-email-fabio@libero.it



[PATCH 4/4] debian/rules: don't force shared glapi

2014-05-15 Thread Fabio Pedretti
It's already enabled/disabled upstream when needed.
---
 debian/rules | 4 
 1 file changed, 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index 207f7aa..3ab9c1e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -126,7 +126,6 @@ confflags-dri = \

--with-dri-searchpath='/usr/lib/$(DEB_HOST_MULTIARCH)/dri:\{ORIGIN}/dri:/usr/lib/dri'
 \
--enable-osmesa \
--enable-glx-tls \
-   --enable-shared-glapi \
--enable-texture-float \
--enable-xa \
--disable-xvmc \
@@ -144,7 +143,6 @@ confflags-swx11 = \
--with-gallium-drivers= \
--enable-xlib-glx \
--disable-egl \
-   --disable-shared-glapi \
$(buildflags)
 
 confflags-swx11-static = \
@@ -154,7 +152,6 @@ confflags-swx11-static = \
--enable-xlib-glx \
--enable-static \
--disable-egl \
-   --disable-shared-glapi \
$(buildflags)
 
 confflags-swx11-i386-i686 = \
@@ -163,7 +160,6 @@ confflags-swx11-i386-i686 = \
--with-gallium-drivers= \
--enable-xlib-glx \
--disable-egl \
-   --disable-shared-glapi \
--libdir=/usr/lib/$(DEB_HOST_MULTIARCH)/i686/cmov \
$(buildflags-i686)
 
-- 
1.9.1


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/1400156808-7653-5-git-send-email-fabio@libero.it



[PATCH 2/4] debian/control: remove python-libxml2 dependency

2014-05-15 Thread Fabio Pedretti
python is enough.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 026702b..af24e9e 100644
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,7 @@ Build-Depends:
  libxcb-randr0-dev,
  libxcb-sync-dev,
  libxshmfence-dev (>= 1.1),
- python-libxml2,
+ python,
  libudev-dev [linux-any],
  flex,
  bison,
-- 
1.9.1


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/1400156808-7653-3-git-send-email-fabio@libero.it



[PATCH 3/4] debian/rules: don't add another -Wall to build flags

2014-05-15 Thread Fabio Pedretti
It's already specified upstream
---
 debian/rules | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index befb011..207f7aa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,15 +25,15 @@ endif
 
 ifeq (,$(filter $(DEB_HOST_ARCH), armhf))
 buildflags = \
-   $(shell DEB_CFLAGS_MAINT_APPEND=-Wall DEB_CXXFLAGS_MAINT_APPEND=-Wall 
dpkg-buildflags --export=configure)
+   $(shell DEB_CFLAGS_MAINT_APPEND="" DEB_CXXFLAGS_MAINT_APPEND="" 
dpkg-buildflags --export=configure)
 else
 # Workaround for a variant of LP: #725126
 buildflags = \
-   $(shell DEB_CFLAGS_MAINT_APPEND="-Wall -fno-optimize-sibling-calls" 
DEB_CXXFLAGS_MAINT_APPEND="-Wall -fno-optimize-sibling-calls" dpkg-buildflags 
--export=configure)
+   $(shell DEB_CFLAGS_MAINT_APPEND="-fno-optimize-sibling-calls" 
DEB_CXXFLAGS_MAINT_APPEND="-fno-optimize-sibling-calls" dpkg-buildflags 
--export=configure)
 endif
 
 buildflags-i686 = \
-   $(shell DEB_CFLAGS_MAINT_APPEND="-Wall -march=i686" 
DEB_CXXFLAGS_MAINT_APPEND="-Wall -march=i686" dpkg-buildflags 
--export=configure)
+   $(shell DEB_CFLAGS_MAINT_APPEND="-march=i686" 
DEB_CXXFLAGS_MAINT_APPEND="-march=i686" dpkg-buildflags --export=configure)
 
 # keep a list of files we don't install (yet), but since it's a bit
 # large, use an external file:
-- 
1.9.1


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/1400156808-7653-4-git-send-email-fabio@libero.it



[PATCH 1/4] debian/rules: remove unused --with-llvm-shared-libs configure option

2014-05-15 Thread Fabio Pedretti
Removed upstream with commit a4c734297f890eb7034793428ee20c28eaad5a69
---
 debian/rules | 1 -
 1 file changed, 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 760c3e4..befb011 100755
--- a/debian/rules
+++ b/debian/rules
@@ -109,7 +109,6 @@ else
   ifneq (,$(filter $(DEB_HOST_ARCH),amd64 i386 kfreebsd-amd64 kfreebsd-i386 
armhf))
GALLIUM_DRIVERS += radeonsi
confflags_GALLIUM += --enable-gallium-llvm
-   confflags_GALLIUM += --with-llvm-shared-libs
   endif
 
confflags_DIRECT_RENDERING = --enable-driglx-direct
-- 
1.9.1


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/1400156808-7653-2-git-send-email-fabio@libero.it



Re: [Pkg-utopia-maintainers] Bug#747882: policykit-1: breaks xfce4-power-manager

2014-05-15 Thread Zhao Difei
On Thu, May 15, 2014 at 1:29 AM, Michael Biebl  wrote:
> Am 14.05.2014 15:05, schrieb Zhao Difei:
>> I am using startx, is this sympton caused by systemd incompatibility?
>> Sorry for didn't notice the systemd transition.
>>
>> On Wed, May 14, 2014 at 8:57 PM, Zhao Difei  wrote:
>>> Hi,
>>>
>>> Here's the output:
>>>
>>> ~$ loginctl
>>>SESSIONUID USER SEAT
>>>  1   1000 alphaseat0
>>>
>>> ~$ loginctl show-session 1
>>> Id=1
>>> Timestamp=Wed 2014-05-14 20:50:52 CST
>>> TimestampMonotonic=57570110
>>> DefaultControlGroup=systemd:/user/1000.user/1.session
>>> VTNr=1
>>> TTY=/dev/tty1
>>> Remote=no
>>> Service=login
>>> Leader=614
>>> Audit=1
>>> Type=tty
>>> Class=user
>>> Active=no
>
> Since you don't have an active session (according to logind), the
> resulting behaviour is expected.
> This is indeed a startx issue, since usually the display manager
> (lightdm, gdm) takes care of registering a logind session.
>
> IIRC if you want to use startx, you need to make sure pam_systemd is
> enabled for the console login and you need to teach startx to inherit
> the tty from the console login, i.e. if you logged in on tty1, X needs
> to start on tty1 (and not on tty7, which it usually does).
>
> See [0]. There this issue was re-assigned to xinit.
>
> I've CCed the X maintainers for their input. Are you ok if we re-assign
> this bug to xinit?

Sure, thank you.

>
> Cheers,
> Michael
>
> [0] https://bugzilla.redhat.com/show_bug.cgi?id=806491
> --
> Why is it that all of the instruments seeking intelligent life in the
> universe are pointed away from Earth?
>



-- 
Cheers,
Difei


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CAH2_gACXK0cyHm9ZMQtJcQH5BaoabiBtk5mo02uFSh33dsq=w...@mail.gmail.com



Processed: reassign 747882 to xinit, found 747882 in 1.3.2-1 ...

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

> reassign 747882 xinit
Bug #747882 [policykit-1] policykit-1: breaks xfce4-power-manager
Bug reassigned from package 'policykit-1' to 'xinit'.
No longer marked as found in versions policykit-1/0.105-5.
Ignoring request to alter fixed versions of bug #747882 to the same values 
previously set
> found 747882 1.3.2-1
Bug #747882 [xinit] policykit-1: breaks xfce4-power-manager
Marked as found in versions xinit/1.3.2-1.
> retitle 747882 systemd-logind not tracking startx sessions
Bug #747882 [xinit] policykit-1: breaks xfce4-power-manager
Changed Bug title to 'systemd-logind not tracking startx sessions' from 
'policykit-1: breaks xfce4-power-manager'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
747882: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747882
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: 
https://lists.debian.org/handler.s.c.14001636834474.transcr...@bugs.debian.org



[PATCH] debian/rules: remove force enabling/disabling of dri3

2014-05-15 Thread Fabio Pedretti
It's already enabled upstream when supported (linux) matching
what's currently in debian.
---
 debian/rules | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 3ab9c1e..a8c8100 100755
--- a/debian/rules
+++ b/debian/rules
@@ -59,15 +59,12 @@ DRI_DRIVERS =
 GALLIUM_DRIVERS =
 EGL_DISPLAYS = x11
 
-confflags_DRI3 = --disable-dri3
-
 # hurd doesn't do direct rendering
 ifeq ($(DEB_HOST_ARCH_OS), hurd)
confflags_DIRECT_RENDERING = --disable-driglx-direct
DRI_DRIVERS += swrast
 else
   ifeq ($(DEB_HOST_ARCH_OS), linux)
-   confflags_DRI3 = --enable-dri3
 # Gallium drivers require libdrm-{nouveau,radeon}, only available on Linux
GALLIUM_DRIVERS += nouveau svga
 #
-- 
1.9.1


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/1400166061-8222-1-git-send-email-fabio@libero.it



Re: [PATCH 2/4] debian/control: remove python-libxml2 dependency

2014-05-15 Thread Julien Cristau
On Thu, May 15, 2014 at 14:26:46 +0200, Fabio Pedretti wrote:

> python is enough.
> ---
>  debian/control | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
If that's a new change, please add a reference to the upstream commit
that removed the dependency.

Cheers,
Julien


signature.asc
Description: Digital signature


Re: [PATCH 3/4] debian/rules: don't add another -Wall to build flags

2014-05-15 Thread Julien Cristau
On Thu, May 15, 2014 at 14:26:47 +0200, Fabio Pedretti wrote:

> It's already specified upstream
> ---
>  debian/rules | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
I think it's better to have it explicitly, though I don't mind too much.
However, if we're no longer passing any flags, we don't need to set
DEB_C(XX)FLAGS_MAINT_APPEND at all (in the !armhf case).

Cheers,
Julien

> diff --git a/debian/rules b/debian/rules
> index befb011..207f7aa 100755
> --- a/debian/rules
> +++ b/debian/rules
> @@ -25,15 +25,15 @@ endif
>  
>  ifeq (,$(filter $(DEB_HOST_ARCH), armhf))
>  buildflags = \
> - $(shell DEB_CFLAGS_MAINT_APPEND=-Wall DEB_CXXFLAGS_MAINT_APPEND=-Wall 
> dpkg-buildflags --export=configure)
> + $(shell DEB_CFLAGS_MAINT_APPEND="" DEB_CXXFLAGS_MAINT_APPEND="" 
> dpkg-buildflags --export=configure)
>  else
>  # Workaround for a variant of LP: #725126
>  buildflags = \
> - $(shell DEB_CFLAGS_MAINT_APPEND="-Wall -fno-optimize-sibling-calls" 
> DEB_CXXFLAGS_MAINT_APPEND="-Wall -fno-optimize-sibling-calls" dpkg-buildflags 
> --export=configure)
> + $(shell DEB_CFLAGS_MAINT_APPEND="-fno-optimize-sibling-calls" 
> DEB_CXXFLAGS_MAINT_APPEND="-fno-optimize-sibling-calls" dpkg-buildflags 
> --export=configure)
>  endif
>  
>  buildflags-i686 = \
> - $(shell DEB_CFLAGS_MAINT_APPEND="-Wall -march=i686" 
> DEB_CXXFLAGS_MAINT_APPEND="-Wall -march=i686" dpkg-buildflags 
> --export=configure)
> + $(shell DEB_CFLAGS_MAINT_APPEND="-march=i686" 
> DEB_CXXFLAGS_MAINT_APPEND="-march=i686" dpkg-buildflags --export=configure)
>  
>  # keep a list of files we don't install (yet), but since it's a bit
>  # large, use an external file:
> -- 
> 1.9.1
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
> Archive: 
> https://lists.debian.org/1400156808-7653-4-git-send-email-fabio@libero.it
> 


signature.asc
Description: Digital signature


Re: [PATCH 4/4] debian/rules: don't force shared glapi

2014-05-15 Thread Julien Cristau
On Thu, May 15, 2014 at 14:26:48 +0200, Fabio Pedretti wrote:

> It's already enabled/disabled upstream when needed.
> ---
>  debian/rules | 4 
>  1 file changed, 4 deletions(-)
> 
Again my personal preference is to set that explicitly.

Cheers,
Julien


signature.asc
Description: Digital signature


[PATCH 2/5] debian/control: remove python-libxml2 dependency

2014-05-15 Thread Fabio Pedretti
libmxlm2 dependency was removed with 2de70fe23f320ce4f559e37057fe07b7af99cf5a
Since then python is enough.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 026702b..af24e9e 100644
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,7 @@ Build-Depends:
  libxcb-randr0-dev,
  libxcb-sync-dev,
  libxshmfence-dev (>= 1.1),
- python-libxml2,
+ python,
  libudev-dev [linux-any],
  flex,
  bison,
-- 
1.9.1


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/1400166603-8985-2-git-send-email-fabio@libero.it



R: Re: [PATCH 2/4] debian/control: remove python-libxml2 dependency

2014-05-15 Thread Fabio Pedretti
>> python is enough.
>> ---
>>  debian/control | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>> 
>If that's a new change, please add a reference to the upstream commit
>that removed the dependency.

I sent an updated patch.


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/926496081.5448391400166727277.JavaMail.defaultUser@defaultHost



R: Re: [PATCH 4/4] debian/rules: don't force shared glapi

2014-05-15 Thread Fabio Pedretti
>> It's already enabled/disabled upstream when needed.
>> ---
>>  debian/rules | 4 
>>  1 file changed, 4 deletions(-)
>> 
>Again my personal preference is to set that explicitly.

The point for not forcing it if not needed is that if upstream change the 
default for some good reason, we may don't notice it (as it is happening on 
some patches of this series) and continue using a possibly suboptimal option. 
If we use the default and something change upstream we will be using the new 
suggested default or break build (and we can eventually take action).


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/1090212600.5424111400167272312.JavaMail.actor@webmail53



R: Re: [PATCH 3/4] debian/rules: don't add another -Wall to build flags

2014-05-15 Thread Fabio Pedretti
>On Thu, May 15, 2014 at 14:26:47 +0200, Fabio Pedretti wrote:
>
>> It's already specified upstream
>> ---
>>  debian/rules | 6 +++---
>>  1 file changed, 3 insertions(+), 3 deletions(-)
>> 
>I think it's better to have it explicitly, though I don't mind too much.
>However, if we're no longer passing any flags, we don't need to set
>DEB_C(XX)FLAGS_MAINT_APPEND at all (in the !armhf case).

Having it here it lengthen the build command and possibly confuse someone 
since removing/changing it in one place doesn't change the effective used flag. 
I also left the empty variable as a stub, so one could easily find it and add 
his options when rebuilding the package.


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/1072238839.5429101400167582211.JavaMail.actor@webmail53



mesa: Changes to 'debian-experimental'

2014-05-15 Thread Julien Cristau
 debian/changelog |8 
 debian/control   |2 +-
 debian/rules |1 -
 3 files changed, 9 insertions(+), 2 deletions(-)

New commits:
commit 09f07f49956de1ee14e405a3a1066974d14a3a60
Author: Fabio Pedretti 
Date:   Thu May 15 17:10:00 2014 +0200

debian/control: remove python-libxml2 dependency

libxml2 dependency was removed with 2de70fe23f320ce4f559e37057fe07b7af99cf5a
Since then python is enough.

Signed-off-by: Julien Cristau 

diff --git a/debian/changelog b/debian/changelog
index b96e108..cbec095 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ mesa (10.2.0~rc1-2) UNRELEASED; urgency=medium
 
   [ Fabio Pedretti ]
   * debian/rules: remove unused --with-llvm-shared-libs configure option
+  * debian/control: remove python-libxml2 dependency
 
  -- Julien Cristau   Thu, 15 May 2014 17:19:49 +0200
 
diff --git a/debian/control b/debian/control
index 026702b..af24e9e 100644
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,7 @@ Build-Depends:
  libxcb-randr0-dev,
  libxcb-sync-dev,
  libxshmfence-dev (>= 1.1),
- python-libxml2,
+ python,
  libudev-dev [linux-any],
  flex,
  bison,

commit 6700dc0fd3918b70aa8d9be1f2779c881dbbab74
Author: Fabio Pedretti 
Date:   Thu May 15 14:26:45 2014 +0200

debian/rules: remove unused --with-llvm-shared-libs configure option

Removed upstream with commit a4c734297f890eb7034793428ee20c28eaad5a69

Signed-off-by: Julien Cristau 

diff --git a/debian/changelog b/debian/changelog
index 35d3c9b..b96e108 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mesa (10.2.0~rc1-2) UNRELEASED; urgency=medium
+
+  [ Fabio Pedretti ]
+  * debian/rules: remove unused --with-llvm-shared-libs configure option
+
+ -- Julien Cristau   Thu, 15 May 2014 17:19:49 +0200
+
 mesa (10.2.0~rc1-1) experimental; urgency=medium
 
   [ Timo Aaltonen ]
diff --git a/debian/rules b/debian/rules
index 760c3e4..befb011 100755
--- a/debian/rules
+++ b/debian/rules
@@ -109,7 +109,6 @@ else
   ifneq (,$(filter $(DEB_HOST_ARCH),amd64 i386 kfreebsd-amd64 kfreebsd-i386 
armhf))
GALLIUM_DRIVERS += radeonsi
confflags_GALLIUM += --enable-gallium-llvm
-   confflags_GALLIUM += --with-llvm-shared-libs
   endif
 
confflags_DIRECT_RENDERING = --enable-driglx-direct


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wkxtm-0007gx...@moszumanska.debian.org



mesa: Changes to 'debian-experimental'

2014-05-15 Thread Julien Cristau
 debian/changelog |6 ++
 debian/control   |7 +++
 debian/rules |2 ++
 3 files changed, 11 insertions(+), 4 deletions(-)

New commits:
commit 59be263dd5e0c4235bde7c4c51a93173303df211
Author: Julien Cristau 
Date:   Thu May 15 17:43:12 2014 +0200

debian/rules: explicitly disable omx.

diff --git a/debian/changelog b/debian/changelog
index fc5c457..c6386af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ mesa (10.2.0~rc1-2) UNRELEASED; urgency=medium
   * Bump libdrm-dev build-dep to 2.4.54 per configure.ac.
   * Bump libxcb-dri2 and libxcb-glx build-deps per configure.ac.
   * Remove Cyril Brulebois from Uploaders.
+  * debian/rules: explicitly disable omx.
 
  -- Julien Cristau   Thu, 15 May 2014 17:19:49 +0200
 
diff --git a/debian/rules b/debian/rules
index befb011..757d5f1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -167,6 +167,8 @@ confflags-swx11-i386-i686 = \
--libdir=/usr/lib/$(DEB_HOST_MULTIARCH)/i686/cmov \
$(buildflags-i686)
 
+confflags += --disable-omx
+
 configure: $(QUILT_STAMPFN) configure.ac
autoreconf -vfi
 

commit d10784cdca01d10ea00eb55f0425bdd83d2d0a08
Author: Julien Cristau 
Date:   Thu May 15 17:31:22 2014 +0200

Remove Cyril Brulebois from Uploaders.

diff --git a/debian/changelog b/debian/changelog
index 3400b15..fc5c457 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ mesa (10.2.0~rc1-2) UNRELEASED; urgency=medium
   [ Julien Cristau ]
   * Bump libdrm-dev build-dep to 2.4.54 per configure.ac.
   * Bump libxcb-dri2 and libxcb-glx build-deps per configure.ac.
+  * Remove Cyril Brulebois from Uploaders.
 
  -- Julien Cristau   Thu, 15 May 2014 17:19:49 +0200
 
diff --git a/debian/control b/debian/control
index 60ccaa1..2191c5c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,6 @@ Source: mesa
 Section: graphics
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: Cyril Brulebois 
 Standards-Version: 3.9.3
 Build-Depends:
  debhelper (>= 8.1.3),

commit e52dff538a2872a9b909a5f083b93c9e936f7272
Author: Julien Cristau 
Date:   Thu May 15 17:28:54 2014 +0200

Bump libxcb-dri2 and libxcb-glx build-deps per configure.ac.

diff --git a/debian/changelog b/debian/changelog
index 5377387..3400b15 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ mesa (10.2.0~rc1-2) UNRELEASED; urgency=medium
 
   [ Julien Cristau ]
   * Bump libdrm-dev build-dep to 2.4.54 per configure.ac.
+  * Bump libxcb-dri2 and libxcb-glx build-deps per configure.ac.
 
  -- Julien Cristau   Thu, 15 May 2014 17:19:49 +0200
 
diff --git a/debian/control b/debian/control
index 8b7eded..60ccaa1 100644
--- a/debian/control
+++ b/debian/control
@@ -26,8 +26,8 @@ Build-Depends:
  x11proto-present-dev (>= 1.0),
  linux-libc-dev (>= 2.6.31) [linux-any],
  libx11-xcb-dev,
- libxcb-dri2-0-dev,
- libxcb-glx0-dev,
+ libxcb-dri2-0-dev (>= 1.8),
+ libxcb-glx0-dev (>= 1.8.1),
  libxcb-xfixes0-dev,
  libxcb-dri3-dev,
  libxcb-present-dev,

commit af441dcfe9450d50361ba66a816698f9e6d61d65
Author: Julien Cristau 
Date:   Thu May 15 17:26:59 2014 +0200

Bump libdrm-dev build-dep to 2.4.54 per configure.ac.

diff --git a/debian/changelog b/debian/changelog
index cbec095..5377387 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,9 @@ mesa (10.2.0~rc1-2) UNRELEASED; urgency=medium
   * debian/rules: remove unused --with-llvm-shared-libs configure option
   * debian/control: remove python-libxml2 dependency
 
+  [ Julien Cristau ]
+  * Bump libdrm-dev build-dep to 2.4.54 per configure.ac.
+
  -- Julien Cristau   Thu, 15 May 2014 17:19:49 +0200
 
 mesa (10.2.0~rc1-1) experimental; urgency=medium
diff --git a/debian/control b/debian/control
index af24e9e..8b7eded 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends:
  debhelper (>= 8.1.3),
  quilt (>= 0.40),
  pkg-config,
- libdrm-dev (>= 2.4.53) [!hurd-any],
+ libdrm-dev (>= 2.4.54) [!hurd-any],
  libx11-dev,
  x11proto-gl-dev (>= 1.4.14),
  libxxf86vm-dev,


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wkxob-0003l0...@moszumanska.debian.org



Re: R: Re: [PATCH 4/4] debian/rules: don't force shared glapi

2014-05-15 Thread Julien Cristau
On Thu, May 15, 2014 at 17:21:12 +0200, Fabio Pedretti wrote:

> >> It's already enabled/disabled upstream when needed.
> >> ---
> >>  debian/rules | 4 
> >>  1 file changed, 4 deletions(-)
> >> 
> >Again my personal preference is to set that explicitly.
> 
> The point for not forcing it if not needed is that if upstream change the 
> default for some good reason, we may don't notice it (as it is happening on 
> some patches of this series) and continue using a possibly suboptimal option. 
> If we use the default and something change upstream we will be using the new 
> suggested default or break build (and we can eventually take action).
> 
I think whenever there's a new upstream release we should review the
configure.ac change and update debian/rules appropriately.  I've mostly
done that now for the 10.1 → 10.2 changes, and applied a few of your
patches.  Thanks a lot for them.  I'll ponder the rest some more.

Cheers,
Julien


signature.asc
Description: Digital signature


Processed: severity of 747882 is important

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

> severity 747882 important
Bug #747882 [xinit] systemd-logind not tracking startx sessions
Severity set to 'important' from 'normal'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
747882: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747882
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: 
https://lists.debian.org/handler.s.c.140019925232168.transcr...@bugs.debian.org