mesa: Changes to 'debian-unstable'

2014-03-31 Thread Maarten Lankhorst
 debian/changelog |7 +++
 debian/control   |6 +-
 2 files changed, 12 insertions(+), 1 deletion(-)

New commits:
commit aaf71bc6cf1ad69d3770ef9d7ff78295be61abd0
Author: Maarten Lankhorst maarten.lankho...@canonical.com
Date:   Mon Mar 31 11:35:43 2014 +0200

Add explicit libudev1 dependency.

libudev is being dlsym'd now, but still a dependency.

diff --git a/debian/changelog b/debian/changelog
index a37517d..398c6c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mesa (10.1.0-5) UNRELEASED; urgency=low
+
+  * Add explicit libudev1 dependency.
+- libudev is being dlsym'd now, but still a dependency.
+
+ -- Maarten Lankhorst maarten.lankho...@ubuntu.com  Mon, 31 Mar 2014 
11:25:48 +0200
+
 mesa (10.1.0-4) unstable; urgency=medium
 
   [ Andreas Boll ]
diff --git a/debian/control b/debian/control
index 063f59b..768634e 100644
--- a/debian/control
+++ b/debian/control
@@ -205,6 +205,7 @@ Architecture: linux-any
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},
+ libudev1 [linux-any],
 Pre-Depends: ${misc:Pre-Depends}
 Multi-Arch: same
 Description: generic buffer management API -- runtime
@@ -252,6 +253,7 @@ Architecture: any
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},
+ libudev1 [linux-any],
 Recommends: libegl1-mesa-drivers
 Provides: libegl1-x11
 Conflicts: libegl1-x11
@@ -323,6 +325,7 @@ Depends:
  libegl1-mesa (= ${binary:Version}),
  libglapi-mesa (= ${binary:Version}),
  libwayland-egl1-mesa (= ${binary:Version}) [linux-any],
+ libudev1 [linux-any],
 Pre-Depends: ${misc:Pre-Depends}
 Multi-Arch: same
 Description: free implementation of the EGL API -- hardware drivers
@@ -578,8 +581,9 @@ Section: libs
 Architecture: any
 Depends:
  ${shlibs:Depends},
- libglapi-mesa (= ${binary:Version}),
  ${misc:Depends}
+ libglapi-mesa (= ${binary:Version}),
+ libudev1 [linux-any],
 Recommends: libgl1-mesa-dri (= 7.2)
 Conflicts: libgl1, libgl1-mesa-dri ( 6.4.0)
 Replaces: libgl1, libgl1-mesa-dri ( 6.4.0)


-- 
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/e1wuydk-cx...@moszumanska.debian.org



xorg-server: Changes to 'refs/tags/xorg-server-2_1.15.0.901-1'

2014-03-31 Thread Julien Cristau
Tag 'xorg-server-2_1.15.0.901-1' created by Julien Cristau 
jcris...@debian.org at 2014-03-31 11:36 +

Tagging upload of xorg-server 2:1.15.0.901-1 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJTOVNGAAoJEDEBgAUJBeQM+qoQALDpshvPzkKS7TSFo3yVzSTN
EApLerc55iaO/j5fnWeXQj+T03MVCdcba+3AwC7ZbD/x6qE4p8kOqN103+cKly6/
vCmsaZasukErqiR602wpQajmU6sxTHuUJ8asWMYIdIQ9IbracKgVrGp9OkgLrBsj
K/h6nUpE/oFAVjbgKwuWTYdzwguQVHoe2DwUK6z63FYy9uRabb50DX4X1WGnR7CK
3pZGRoacsB3WP3U6NakFwkLthbHVNL/3HqA2XbkyVpEKXvKLX7ClbPdf1f1ENpVt
vMQzkfJfgWBNhkcqCVbbjTimoSkqtsEG8x9uVF+rq7xSLG3mMfZYoRPVWe5ZttM4
4jy7RwlzKgDgwErSUZpLCi0v7h/1V96km1GdRbut2iMObNy9/4xYIHyKlI3GPlYu
ui3TvQvI9wjxIFPColvUt6Gu1yoFiLeYIrJJ5E2hHqK7NZBVC5zt2sfc/57TZnqX
NamStwG5/qi8HbNxNxBhGMyrlZjuzJNItIrsaMbQtS/gmtZbSPpRvWQjdyH3k2tH
9rKphgvaJMKzDqS2wOwpcBUeFZKnK3Xn1SdL6SdacmZSZAK4Kx3UhaWkYAn/juog
cOleRmNYfWeorrPpCTT6H68WCM6hFxrBpwkO5Fy0yG6iIwywsouY6MTyhBbT0IOb
G9+RMx0n+GjUlRoNMv+u
=eyem
-END PGP SIGNATURE-

Changes since xorg-server-2_1.15.0-2:
Alan Coopersmith (3):
  Check for calloc() failure in add_master()
  On realloc failure, free font_path_string instead of leaking it
  xf86DeleteScreen: move check for NULL pScrn before first dereference

Carlos Garnacho (1):
  Xi: Ensure DeviceChanged is emitted after grabs are deactivated

Jeremy Huddleston Sequoia (11):
  XQuartz: Silence some static analyzer warnings by annotating referencing 
counts
  XQuartz: Fix darwinfb.h header guard
  XQuartz: Fix get_proc_address signature
  XQuartz: Mark applicationWillTerminate: noreturn
  XQuartz: Simplify hook_run to quiet static analyzer
  XQuartz: Validate screen in AppleDRIQueryDirectRenderingCapable requests
  XQuartz: Validate length in appledri before swapping
  XQuartz: Silence a clang static analysis warning about a possible memory 
leak on exit
  XQuartz: Silence a clang static analysis warning about a memory leak
  XQuartz: Check for allocated memory before using it in 
AppleWMSetWindowMenu
  XQuartz: Avoid passing uninitialized pointers to 
X11ApplicationSetWindowMenu in AppleWMSetWindowMenu

Julien Cristau (3):
  Merge tag 'xorg-server-1.15.0.901' into debian-unstable
  Bump changelogs to 1.15.0.901
  Upload to unstable

Mark Kettenis (1):
  sync: Avoid ridiculously long timeouts

Matt Dew (2):
  Merge branch 'server-1.15-branch' of 
git://people.freedesktop.org/~jeremyhu/xserver into server-1.15-branch
  Bump bersion to 1.15.0.901

Peter Hutterer (6):
  dix: fix button state check before changing a button mapping
  os: restrict display names to digits
  Xi: fix modifier offset in XIPassiveGrab swapping function
  dix: prevent a driver from initializing or submitting buttons  
MAX_BUTTONS
  Xi: check for invalid modifiers for XI2 passive grabs
  config: search for PnPID on all parents (#75513)

Robert Millan (1):
  Add devd input backend for kFreeBSD, and use it instead of hal

---
 ChangeLog   |  338 +++
 Xext/sync.c |7 
 Xi/exevents.c   |   22 +
 Xi/xichangehierarchy.c  |4 
 Xi/xipassivegrab.c  |6 
 config/hal.c|   16 
 config/udev.c   |   15 
 configure.ac|6 
 debian/changelog|   11 
 debian/control  |4 
 debian/patches/02_kbsd-input-devd.diff  |  551 
 debian/patches/series   |1 
 debian/rules|   10 
 dix/devices.c   |1 
 dix/dixfonts.c  |9 
 dix/getevents.c |2 
 dix/inpututils.c|3 
 hw/xfree86/common/xf86Helper.c  |7 
 hw/xquartz/GL/indirect.c|4 
 hw/xquartz/X11Application.m |   13 
 hw/xquartz/X11Controller.m  |2 
 hw/xquartz/applewm.c|   16 
 hw/xquartz/darwinfb.h   |2 
 hw/xquartz/mach-startup/stub.c  |4 
 hw/xquartz/quartz.c |3 
 hw/xquartz/xpr/appledri.c   |   10 
 hw/xquartz/xpr/x-hook.c |   27 -
 os/utils.c  |   27 +
 test/xi2/protocol-xipassivegrabdevice.c |9 
 29 files changed, 1071 insertions(+), 59 deletions(-)
---


-- 
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/e1wuawp-0004fo...@moszumanska.debian.org



Bug#743015: xinit does not handle starting X correctly

2014-03-31 Thread Julien Cristau
Control: tag -1 moreinfo
Control: severity -1 wishlist

On Sat, Mar 29, 2014 at 21:08:38 -0400, Paul Jones wrote:

 Package: xinit
 
 Version: 1.3.2-1
 
 Severity: Normal
 
 When you start X with startx, it may start X on a different tty from where
 you logged in for that session. This would cause the systemd session to
 break.
 
I don't believe there's a bug here.

Cheers,
Julien


signature.asc
Description: Digital signature


Processed: Re: Bug#743015: xinit does not handle starting X correctly

2014-03-31 Thread Debian Bug Tracking System
Processing control commands:

 tag -1 moreinfo
Bug #743015 [xinit] xinit does not handle starting X correctly
Added tag(s) moreinfo.
 severity -1 wishlist
Bug #743015 [xinit] xinit does not handle starting X correctly
Severity set to 'wishlist' from 'normal'

-- 
743015: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743015
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.b743015.13962670487128.transcr...@bugs.debian.org



Bug#743137: updated driver didn't help

2014-03-31 Thread Julien Cristau
On Mon, Mar 31, 2014 at 09:36:42 +0200, Jozef Hovan wrote:

 Hi,
 
 I am sorry for inaccurate information. Updated intel driver don't
 detect DVI docking ports. It seems, ubuntu has patches in their
 driver. I am going to try old version of ubuntu with driver
 2:2.20.9-0ubuntu2.3. Do you have any suggestion what other to try?
 Could it be intel or radeon driver?
 
You'll need to figure out exactly what ubuntu is doing differently,
either in the kernel or userspace drivers...

Cheers,
Julien


signature.asc
Description: Digital signature


Processing of xorg-server_1.15.0.901-1_amd64.changes

2014-03-31 Thread Debian FTP Masters
xorg-server_1.15.0.901-1_amd64.changes uploaded successfully to localhost
along with the files:
  xorg-server_1.15.0.901-1.dsc
  xorg-server_1.15.0.901.orig.tar.gz
  xorg-server_1.15.0.901-1.diff.gz
  xserver-common_1.15.0.901-1_all.deb
  xorg-server-source_1.15.0.901-1_all.deb
  xserver-xorg-core_1.15.0.901-1_amd64.deb
  xserver-xorg-core-udeb_1.15.0.901-1_amd64.udeb
  xserver-xorg-dev_1.15.0.901-1_amd64.deb
  xdmx_1.15.0.901-1_amd64.deb
  xdmx-tools_1.15.0.901-1_amd64.deb
  xnest_1.15.0.901-1_amd64.deb
  xvfb_1.15.0.901-1_amd64.deb
  xserver-xephyr_1.15.0.901-1_amd64.deb
  xserver-xorg-core-dbg_1.15.0.901-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: https://lists.debian.org/e1wuady-0002mi...@franck.debian.org



Bug#710196: marked as done (Uses deprecated HAL on non-Linux)

2014-03-31 Thread Debian Bug Tracking System
Your message dated Mon, 31 Mar 2014 11:58:44 +
with message-id e1wuaru-0007gs...@franck.debian.org
and subject line Bug#710196: fixed in xorg-server 2:1.15.0.901-1
has caused the Debian Bug report #710196,
regarding Uses deprecated HAL on non-Linux
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.)


-- 
710196: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710196
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: xorg-server
Version: 2:1.12.4-6
Severity: serious
User: pkg-utopia-maintain...@lists.alioth.debian.org
Usertags: halectomy

Hi,

HAL has been deprecated and dead upstream for many years now so I'm
going to request its removal from Debian [1].

Your package builds with HAL support on non-Linux plattforms.

Please disable HAL support on those plattforms and if applicable, port
it to native interfaces provided on those architectures.


Regards,
Michael

[1] http://wiki.debian.org/HALRemoval



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

Kernel: Linux 3.8-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
---End Message---
---BeginMessage---
Source: xorg-server
Source-Version: 2:1.15.0.901-1

We believe that the bug you reported is fixed in the latest version of
xorg-server, 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 710...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau jcris...@debian.org (supplier of updated xorg-server 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: Mon, 31 Mar 2014 12:19:57 +0200
Source: xorg-server
Binary: xserver-xorg-core xserver-xorg-core-udeb xserver-xorg-dev xdmx 
xdmx-tools xnest xvfb xserver-xephyr xserver-xorg-core-dbg xserver-common 
xorg-server-source
Architecture: source all amd64
Version: 2:1.15.0.901-1
Distribution: sid
Urgency: medium
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 xdmx   - distributed multihead X server
 xdmx-tools - Distributed Multihead X tools
 xnest  - Nested X server
 xorg-server-source - Xorg X server - source files
 xserver-common - common files used by various X servers
 xserver-xephyr - nested X server
 xserver-xorg-core - Xorg X server - core server
 xserver-xorg-core-dbg - Xorg - the X.Org X server (debugging symbols)
 xserver-xorg-core-udeb - Xorg X server - core server (udeb)
 xserver-xorg-dev - Xorg X server - development files
 xvfb   - Virtual Framebuffer 'fake' X server
Closes: 683833 710196 736765
Changes: 
 xorg-server (2:1.15.0.901-1) unstable; urgency=medium
 .
   [ Robert Millan ]
   * Add devd input backend for kFreeBSD, and use it instead of hal (closes:
 #736765, #710196, #683833)
 .
   [ Julien Cristau ]
   * New upstream release
Checksums-Sha1: 
 2a48c5c1311297269fbc978277c5f0ad8d9631eb 4271 xorg-server_1.15.0.901-1.dsc
 c7086d3e206a50d6b588070665c5c45858bc79ce 7626065 
xorg-server_1.15.0.901.orig.tar.gz
 def59bdec50b57aae9652ce0d37d3eda59c3331d 90782 xorg-server_1.15.0.901-1.diff.gz
 c642d8c5d13c8b589a4c76e2a9e4a7d3c0b88c08 1598424 
xserver-common_1.15.0.901-1_all.deb
 a709267d7164c787f3d8e42b91a3ee2b84e79275 6054348 
xorg-server-source_1.15.0.901-1_all.deb
 6dc49067247a7eeb2757594290c98d69f35371b6 2793136 
xserver-xorg-core_1.15.0.901-1_amd64.deb
 961e8a3af8feed76dafa91c7f06a949986822a62 895702 
xserver-xorg-core-udeb_1.15.0.901-1_amd64.udeb
 8be3020fdfb88717a06b1d4ab4be0d640f7eed77 1775986 
xserver-xorg-dev_1.15.0.901-1_amd64.deb
 1ebc149909bc703479589a381de0d5152f5e0628 2309750 xdmx_1.15.0.901-1_amd64.deb
 30e325d7c9d8a5cdefcee93090d29e95effb8496 1626250 
xdmx-tools_1.15.0.901-1_amd64.deb
 082900f6ed1a52306dc23688d26cb64691e04661 2168440 xnest_1.15.0.901-1_amd64.deb
 ff7dbe32cc7886c7ac718624dffec237f238239a 2313822 xvfb_1.15.0.901-1_amd64.deb
 dfd9500227db0b8d2c4612ddfdd096ea9cc07f7e 2382046 
xserver-xephyr_1.15.0.901-1_amd64.deb
 b07aa7f7abc8815e4e707033d30cd74c937d5011 5312946 

Bug#683833: marked as done (aborts on start (config/hal))

2014-03-31 Thread Debian Bug Tracking System
Your message dated Mon, 31 Mar 2014 11:58:44 +
with message-id e1wuaru-0007gj...@franck.debian.org
and subject line Bug#683833: fixed in xorg-server 2:1.15.0.901-1
has caused the Debian Bug report #683833,
regarding aborts on start (config/hal)
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.)


-- 
683833: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683833
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: xserver-xorg-core
Version: 1.12.3-1
Severity: grave
User: debian-...@lists.debian.org
Usertags: kfreebsd

I get this critical error when trying to start X server on kfreebsd-i386:

[   175.651] (EE) config/hal: couldn't find input device: 
org.freedesktop.DBus.Error.Spawn.ChildExited (Launch helper exited with unknown 
return code 1)

I've verified that this is caused by the HAL mess, as disabling HAL in
debian/rules fixes the problem (however, for some awkward reason then
mouse stops working, even though it's been detected).

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: kfreebsd-i386 (i686)

Kernel: kFreeBSD 8.1-1-amd64
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
---End Message---
---BeginMessage---
Source: xorg-server
Source-Version: 2:1.15.0.901-1

We believe that the bug you reported is fixed in the latest version of
xorg-server, 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 683...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau jcris...@debian.org (supplier of updated xorg-server 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: Mon, 31 Mar 2014 12:19:57 +0200
Source: xorg-server
Binary: xserver-xorg-core xserver-xorg-core-udeb xserver-xorg-dev xdmx 
xdmx-tools xnest xvfb xserver-xephyr xserver-xorg-core-dbg xserver-common 
xorg-server-source
Architecture: source all amd64
Version: 2:1.15.0.901-1
Distribution: sid
Urgency: medium
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 xdmx   - distributed multihead X server
 xdmx-tools - Distributed Multihead X tools
 xnest  - Nested X server
 xorg-server-source - Xorg X server - source files
 xserver-common - common files used by various X servers
 xserver-xephyr - nested X server
 xserver-xorg-core - Xorg X server - core server
 xserver-xorg-core-dbg - Xorg - the X.Org X server (debugging symbols)
 xserver-xorg-core-udeb - Xorg X server - core server (udeb)
 xserver-xorg-dev - Xorg X server - development files
 xvfb   - Virtual Framebuffer 'fake' X server
Closes: 683833 710196 736765
Changes: 
 xorg-server (2:1.15.0.901-1) unstable; urgency=medium
 .
   [ Robert Millan ]
   * Add devd input backend for kFreeBSD, and use it instead of hal (closes:
 #736765, #710196, #683833)
 .
   [ Julien Cristau ]
   * New upstream release
Checksums-Sha1: 
 2a48c5c1311297269fbc978277c5f0ad8d9631eb 4271 xorg-server_1.15.0.901-1.dsc
 c7086d3e206a50d6b588070665c5c45858bc79ce 7626065 
xorg-server_1.15.0.901.orig.tar.gz
 def59bdec50b57aae9652ce0d37d3eda59c3331d 90782 xorg-server_1.15.0.901-1.diff.gz
 c642d8c5d13c8b589a4c76e2a9e4a7d3c0b88c08 1598424 
xserver-common_1.15.0.901-1_all.deb
 a709267d7164c787f3d8e42b91a3ee2b84e79275 6054348 
xorg-server-source_1.15.0.901-1_all.deb
 6dc49067247a7eeb2757594290c98d69f35371b6 2793136 
xserver-xorg-core_1.15.0.901-1_amd64.deb
 961e8a3af8feed76dafa91c7f06a949986822a62 895702 
xserver-xorg-core-udeb_1.15.0.901-1_amd64.udeb
 8be3020fdfb88717a06b1d4ab4be0d640f7eed77 1775986 
xserver-xorg-dev_1.15.0.901-1_amd64.deb
 1ebc149909bc703479589a381de0d5152f5e0628 2309750 xdmx_1.15.0.901-1_amd64.deb
 30e325d7c9d8a5cdefcee93090d29e95effb8496 1626250 
xdmx-tools_1.15.0.901-1_amd64.deb
 082900f6ed1a52306dc23688d26cb64691e04661 2168440 xnest_1.15.0.901-1_amd64.deb
 ff7dbe32cc7886c7ac718624dffec237f238239a 2313822 xvfb_1.15.0.901-1_amd64.deb
 dfd9500227db0b8d2c4612ddfdd096ea9cc07f7e 2382046 
xserver-xephyr_1.15.0.901-1_amd64.deb
 b07aa7f7abc8815e4e707033d30cd74c937d5011 5312946 

xorg-server_1.15.0.901-1_amd64.changes ACCEPTED into unstable

2014-03-31 Thread Debian FTP Masters
Mapping sid to unstable.

Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 31 Mar 2014 12:19:57 +0200
Source: xorg-server
Binary: xserver-xorg-core xserver-xorg-core-udeb xserver-xorg-dev xdmx 
xdmx-tools xnest xvfb xserver-xephyr xserver-xorg-core-dbg xserver-common 
xorg-server-source
Architecture: source all amd64
Version: 2:1.15.0.901-1
Distribution: sid
Urgency: medium
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 xdmx   - distributed multihead X server
 xdmx-tools - Distributed Multihead X tools
 xnest  - Nested X server
 xorg-server-source - Xorg X server - source files
 xserver-common - common files used by various X servers
 xserver-xephyr - nested X server
 xserver-xorg-core - Xorg X server - core server
 xserver-xorg-core-dbg - Xorg - the X.Org X server (debugging symbols)
 xserver-xorg-core-udeb - Xorg X server - core server (udeb)
 xserver-xorg-dev - Xorg X server - development files
 xvfb   - Virtual Framebuffer 'fake' X server
Closes: 683833 710196 736765
Changes: 
 xorg-server (2:1.15.0.901-1) unstable; urgency=medium
 .
   [ Robert Millan ]
   * Add devd input backend for kFreeBSD, and use it instead of hal (closes:
 #736765, #710196, #683833)
 .
   [ Julien Cristau ]
   * New upstream release
Checksums-Sha1: 
 2a48c5c1311297269fbc978277c5f0ad8d9631eb 4271 xorg-server_1.15.0.901-1.dsc
 c7086d3e206a50d6b588070665c5c45858bc79ce 7626065 
xorg-server_1.15.0.901.orig.tar.gz
 def59bdec50b57aae9652ce0d37d3eda59c3331d 90782 xorg-server_1.15.0.901-1.diff.gz
 c642d8c5d13c8b589a4c76e2a9e4a7d3c0b88c08 1598424 
xserver-common_1.15.0.901-1_all.deb
 a709267d7164c787f3d8e42b91a3ee2b84e79275 6054348 
xorg-server-source_1.15.0.901-1_all.deb
 6dc49067247a7eeb2757594290c98d69f35371b6 2793136 
xserver-xorg-core_1.15.0.901-1_amd64.deb
 961e8a3af8feed76dafa91c7f06a949986822a62 895702 
xserver-xorg-core-udeb_1.15.0.901-1_amd64.udeb
 8be3020fdfb88717a06b1d4ab4be0d640f7eed77 1775986 
xserver-xorg-dev_1.15.0.901-1_amd64.deb
 1ebc149909bc703479589a381de0d5152f5e0628 2309750 xdmx_1.15.0.901-1_amd64.deb
 30e325d7c9d8a5cdefcee93090d29e95effb8496 1626250 
xdmx-tools_1.15.0.901-1_amd64.deb
 082900f6ed1a52306dc23688d26cb64691e04661 2168440 xnest_1.15.0.901-1_amd64.deb
 ff7dbe32cc7886c7ac718624dffec237f238239a 2313822 xvfb_1.15.0.901-1_amd64.deb
 dfd9500227db0b8d2c4612ddfdd096ea9cc07f7e 2382046 
xserver-xephyr_1.15.0.901-1_amd64.deb
 b07aa7f7abc8815e4e707033d30cd74c937d5011 5312946 
xserver-xorg-core-dbg_1.15.0.901-1_amd64.deb
Checksums-Sha256: 
 697bd56fd1852c98ce34d3b39319a700b31068fc7f70717562f353bd49a1fda8 4271 
xorg-server_1.15.0.901-1.dsc
 0b90d45d033d3ee0e75a6ddc2947775177e3a7f4046ce4ea8bb54ac8e402284e 7626065 
xorg-server_1.15.0.901.orig.tar.gz
 f0ff1123b0b497d03a43d6813005b349cb3688ca34b92c2ae1dadae9dd60440f 90782 
xorg-server_1.15.0.901-1.diff.gz
 ecca8333060f093d6eb28b807c94a567878bd098611b74553f43b7591c4a63b0 1598424 
xserver-common_1.15.0.901-1_all.deb
 01049cab78d52244084c7c0cc216c22c4dee537eab198b82d2f70bf3ae26511c 6054348 
xorg-server-source_1.15.0.901-1_all.deb
 8bbbe7474026eb375effa7f70147c904b5350811377ce3a4652e2cb614d01036 2793136 
xserver-xorg-core_1.15.0.901-1_amd64.deb
 d98ffaa358637e77ae4c6932e6a452ff5404589c374b3c2496b3121ba68a2d76 895702 
xserver-xorg-core-udeb_1.15.0.901-1_amd64.udeb
 e508928f2e0dc826295abc54c94277f20675c2ec5645021812f48e1b2f90e9c8 1775986 
xserver-xorg-dev_1.15.0.901-1_amd64.deb
 3ffb87d5526db3991e35ee40c3e56a7e97c642795aa9483863095fe89eb28a75 2309750 
xdmx_1.15.0.901-1_amd64.deb
 fcfa88fb0c7033d4f22ed306df3b4b41ffccc7d8ea3244139e31aa9b638cc196 1626250 
xdmx-tools_1.15.0.901-1_amd64.deb
 657cb62c601c34dddedb2e6e54ba1fd2e172ad459443d2196398d2fd8d245865 2168440 
xnest_1.15.0.901-1_amd64.deb
 08fcdbf2ed9a199fd0e91328e9100fad5117d1b0e4c0d87162684ce4b6b66c21 2313822 
xvfb_1.15.0.901-1_amd64.deb
 e2b7de0d98ecbe14f50f5402534e31539d2bc020a1d83143b15bd19a29d9aa8a 2382046 
xserver-xephyr_1.15.0.901-1_amd64.deb
 8ebc567d2b2303ef2d1b99926ff0df93c198f525990cfd9f381d2a9eed93e80b 5312946 
xserver-xorg-core-dbg_1.15.0.901-1_amd64.deb
Files: 
 1224a518caf0642e20b65c17af1fec28 4271 x11 optional xorg-server_1.15.0.901-1.dsc
 a2639831942252405ecb6037dd1f8ad6 7626065 x11 optional 
xorg-server_1.15.0.901.orig.tar.gz
 9cd2a89fe5580087949edcd51ea2425d 90782 x11 optional 
xorg-server_1.15.0.901-1.diff.gz
 ab7843fad247cdedb8e955f8ef035799 1598424 x11 optional 
xserver-common_1.15.0.901-1_all.deb
 429c28c2dd711eea78e3b0eb19e826b1 6054348 x11 optional 
xorg-server-source_1.15.0.901-1_all.deb
 2aeb7c02992f8939d3f7db4a51502ddb 2793136 x11 optional 
xserver-xorg-core_1.15.0.901-1_amd64.deb
 9d6689786d02c9c459750c0cdc51df80 895702 debian-installer optional 
xserver-xorg-core-udeb_1.15.0.901-1_amd64.udeb
 607e9253ceb951e0844c6e6c951a 1775986 x11 optional 
xserver-xorg-dev_1.15.0.901-1_amd64.deb
 2e656619d6f29e8516993be86a0c3bf4 2309750 x11 optional 
xdmx_1.15.0.901-1_amd64.deb
 

mesa: Changes to 'ubuntu'

2014-03-31 Thread Maarten Lankhorst
 debian/changelog |   47 +++
 debian/control   |   38 -
 debian/libegl1-mesa-dev.install.linux.in |2 -
 debian/libegl1-mesa-dev.links.in |1 
 debian/libegl1-mesa-drivers.install.linux.in |4 --
 debian/libgl1-mesa-dri.install.in|1 
 debian/libgl1-mesa-dri.install.kfreebsd.in   |1 
 debian/libwayland-egl1-mesa.install.in   |3 +
 debian/libwayland-egl1-mesa.symbols  |5 ++
 debian/rules |   12 ++
 10 files changed, 97 insertions(+), 17 deletions(-)

New commits:
commit 10700ab361dccad37a1035f3c9d44238b058192a
Author: Maarten Lankhorst maarten.lankho...@canonical.com
Date:   Mon Mar 31 11:56:23 2014 +0200

release to trusty

diff --git a/debian/changelog b/debian/changelog
index 23fcb87..49e46dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-mesa (10.1.0-4ubuntu1) UNRELEASED; urgency=medium
+mesa (10.1.0-4ubuntu1) trusty; urgency=medium
 
   * Merge from unreleased debian sid.
   * Add explicit libudev1 | libudev0 dependency. (LP: #1296947)
 
- -- Maarten Lankhorst maarten.lankho...@ubuntu.com  Mon, 31 Mar 2014 
11:25:48 +0200
+ -- Maarten Lankhorst maarten.lankho...@ubuntu.com  Mon, 31 Mar 2014 
09:56:17 +
 
 mesa (10.1.0-5) UNRELEASED; urgency=low
 

commit 8bd9360fd4b10bcae76bec18b952844c3935f171
Author: Maarten Lankhorst maarten.lankho...@canonical.com
Date:   Mon Mar 31 11:56:12 2014 +0200

Add explicit libudev1 | libudev0 dependency. (LP: #1296947)

diff --git a/debian/changelog b/debian/changelog
index 520f49b..23fcb87 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mesa (10.1.0-4ubuntu1) UNRELEASED; urgency=medium
+
+  * Merge from unreleased debian sid.
+  * Add explicit libudev1 | libudev0 dependency. (LP: #1296947)
+
+ -- Maarten Lankhorst maarten.lankho...@ubuntu.com  Mon, 31 Mar 2014 
11:25:48 +0200
+
 mesa (10.1.0-5) UNRELEASED; urgency=low
 
   * Add explicit libudev1 dependency.
diff --git a/debian/control b/debian/control
index 9b1415a..a1f52c4 100644
--- a/debian/control
+++ b/debian/control
@@ -99,7 +99,7 @@ Architecture: linux-any
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},
- libudev1 [linux-any],
+ libudev1 | libudev0,
 Pre-Depends: ${misc:Pre-Depends}
 Multi-Arch: same
 Description: generic buffer management API -- runtime
@@ -147,7 +147,7 @@ Architecture: any
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},
- libudev1 [linux-any],
+ libudev1 | libudev0,
 Recommends: libegl1-mesa-drivers
 Provides: libegl1-x11
 Conflicts: libegl1-x11
@@ -220,7 +220,7 @@ Depends:
  libegl1-mesa (= ${binary:Version}),
  libglapi-mesa (= ${binary:Version}),
  libwayland-egl1-mesa (= ${binary:Version}) [linux-any],
- libudev1 [linux-any],
+ libudev1 | libudev0,
 Pre-Depends: ${misc:Pre-Depends}
 Multi-Arch: same
 Description: free implementation of the EGL API -- hardware drivers
@@ -478,7 +478,7 @@ Depends:
  ${shlibs:Depends},
  ${misc:Depends}
  libglapi-mesa (= ${binary:Version}),
- libudev1 [linux-any],
+ libudev1 | libudev0,
 Recommends: libgl1-mesa-dri (= 7.2)
 Conflicts: libgl1, libgl1-mesa-dri ( 6.4.0)
 Replaces: libgl1, libgl1-mesa-dri ( 6.4.0)

commit aaf71bc6cf1ad69d3770ef9d7ff78295be61abd0
Author: Maarten Lankhorst maarten.lankho...@canonical.com
Date:   Mon Mar 31 11:35:43 2014 +0200

Add explicit libudev1 dependency.

libudev is being dlsym'd now, but still a dependency.

diff --git a/debian/changelog b/debian/changelog
index a37517d..398c6c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mesa (10.1.0-5) UNRELEASED; urgency=low
+
+  * Add explicit libudev1 dependency.
+- libudev is being dlsym'd now, but still a dependency.
+
+ -- Maarten Lankhorst maarten.lankho...@ubuntu.com  Mon, 31 Mar 2014 
11:25:48 +0200
+
 mesa (10.1.0-4) unstable; urgency=medium
 
   [ Andreas Boll ]
diff --git a/debian/control b/debian/control
index 063f59b..768634e 100644
--- a/debian/control
+++ b/debian/control
@@ -205,6 +205,7 @@ Architecture: linux-any
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},
+ libudev1 [linux-any],
 Pre-Depends: ${misc:Pre-Depends}
 Multi-Arch: same
 Description: generic buffer management API -- runtime
@@ -252,6 +253,7 @@ Architecture: any
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},
+ libudev1 [linux-any],
 Recommends: libegl1-mesa-drivers
 Provides: libegl1-x11
 Conflicts: libegl1-x11
@@ -323,6 +325,7 @@ Depends:
  libegl1-mesa (= ${binary:Version}),
  libglapi-mesa (= ${binary:Version}),
  libwayland-egl1-mesa (= ${binary:Version}) [linux-any],
+ libudev1 [linux-any],
 Pre-Depends: ${misc:Pre-Depends}
 Multi-Arch: same
 Description: free implementation of the EGL API -- hardware drivers
@@ -578,8 +581,9 @@ Section: libs
 Architecture: any
 Depends:
  ${shlibs:Depends},
- libglapi-mesa (= ${binary:Version}),
  ${misc:Depends}
+ libglapi-mesa (= ${binary:Version}),
+ libudev1 

mesa: Changes to 'refs/tags/mesa-10.1.0-5'

2014-03-31 Thread Julien Cristau
Tag 'mesa-10.1.0-5' created by Julien Cristau jcris...@debian.org at 
2014-03-31 14:21 +

Tagging upload of mesa 10.1.0-5 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJTOXnpAAoJEDEBgAUJBeQMvb8P/RYAH0HHP/duunjsWgGpSnnx
gluZtUeJW0y0Mfpsv6R1J5ByUpTF0w1QG4MsvYToRB5mvh1P2CJqK0jvcx0kjC/Z
hzSEtNetoYZk1fqHDcCOjBErXSfgfQ0riRnfQA8naS0df3ti/HilxnLd+8YSJ5vX
o3sIB44/vDBGqfqVsraL8YM03PjJgxor8hALUENrhhCHbsJBcw1XHGH8P/RBILrg
I1yKrz8JnbN3a8IsvRlTXQaviyb3LJN6T+G6f4MZOXHNsK7UG5DWArpKfAXE2Pjk
B/uv82y8iFgcd0PyV5cXyrRuS+yGdouY9NslZP18cALXUPSKNtMjY+I/zbFY6EWO
jSULEQVSmFa4k+oEcXvItlHsoNgZ015pzKAtfHeg9ZeYacSEveh2i6TTsLokxp15
EUohQ4KkmoRSpJ1KUUjBStMAWOqAHbGhAlm+uQSjhxAcEe92uhAIOthYlOAAZxVj
9XKQo6iTkivqQxkTV8oH4+t/EcQXmQpuQiYkDnMUhFCe9dpf6nbhlkETjfa14Fnk
QaocK6R6rg+ND47yPPOkskMiNztcVni+fj2nOeudPNPg4L9siOMEqrKZNlKtGHv5
E8jkg7QnbYZfQTdnZCydbsKNvr4SfgFn5b/k0YnU0iWdWR6CDgX0eB/VtzVp2MDB
ocpI7PiODGtlIT1Gufnt
=79/v
-END PGP SIGNATURE-

Changes since mesa-10.1.0-4:
Julien Cristau (2):
  Fix libegl1-mesa-dev installability on hurd
  Upload to unstable

Maarten Lankhorst (1):
  Add explicit libudev1 dependency.

---
 debian/changelog |   12 
 debian/control   |   10 +++---
 2 files changed, 19 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: https://lists.debian.org/e1wud63-00023p...@moszumanska.debian.org



mesa: Changes to 'debian-unstable'

2014-03-31 Thread Julien Cristau
 debian/changelog |   13 +
 debian/control   |4 ++--
 2 files changed, 11 insertions(+), 6 deletions(-)

New commits:
commit 666980f02a5ebc9ac82db5a290b06c9033042130
Author: Julien Cristau jcris...@debian.org
Date:   Mon Mar 31 16:00:40 2014 +0200

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 39675a4..2a937de 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,14 +1,14 @@
-mesa (10.1.0-5) UNRELEASED; urgency=low
+mesa (10.1.0-5) unstable; urgency=low
 
   [ Maarten Lankhorst ]
-  * Add explicit libudev1 dependency.
-- libudev is being dlsym'd now, but still a dependency.
+  * Add explicit libudev1 dependency (LP: #1296947)
+- libudev is being dlopened now, but still a dependency.
 
   [ Julien Cristau ]
   * Fix libegl1-mesa-dev installability on hurd, which doesn't have
 libegl1-mesa-drivers (closes: #742335).  Thanks, Pino Toscano!
 
- -- Maarten Lankhorst maarten.lankho...@ubuntu.com  Mon, 31 Mar 2014 
11:25:48 +0200
+ -- Julien Cristau jcris...@debian.org  Mon, 31 Mar 2014 15:58:53 +0200
 
 mesa (10.1.0-4) unstable; urgency=medium
 

commit 188f592af736766535c861ca9ffce54f6d86b9b5
Author: Julien Cristau jcris...@debian.org
Date:   Mon Mar 31 15:58:35 2014 +0200

Fix libegl1-mesa-dev installability on hurd

We don't build libegl1-mesa-drivers there (closes: #742335).
Thanks, Pino Toscano!

diff --git a/debian/changelog b/debian/changelog
index 398c6c8..39675a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
 mesa (10.1.0-5) UNRELEASED; urgency=low
 
+  [ Maarten Lankhorst ]
   * Add explicit libudev1 dependency.
 - libudev is being dlsym'd now, but still a dependency.
 
+  [ Julien Cristau ]
+  * Fix libegl1-mesa-dev installability on hurd, which doesn't have
+libegl1-mesa-drivers (closes: #742335).  Thanks, Pino Toscano!
+
  -- Maarten Lankhorst maarten.lankho...@ubuntu.com  Mon, 31 Mar 2014 
11:25:48 +0200
 
 mesa (10.1.0-4) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 768634e..91176ad 100644
--- a/debian/control
+++ b/debian/control
@@ -254,7 +254,7 @@ Depends:
  ${shlibs:Depends},
  ${misc:Depends},
  libudev1 [linux-any],
-Recommends: libegl1-mesa-drivers
+Recommends: libegl1-mesa-drivers [!hurd-any]
 Provides: libegl1-x11
 Conflicts: libegl1-x11
 Replaces: libegl1-x11
@@ -289,7 +289,7 @@ Section: libdevel
 Architecture: any
 Depends:
  libegl1-mesa (= ${binary:Version}),
- libegl1-mesa-drivers (= ${binary:Version}),
+ libegl1-mesa-drivers (= ${binary:Version}) [!hurd-any],
  libdrm-dev (= 2.4.52) [!hurd-any],
  x11proto-dri2-dev (= 2.6),
  x11proto-gl-dev (= 1.4.14),


-- 
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/e1wud62-00022m...@moszumanska.debian.org



Processing of mesa_10.1.0-5_amd64.changes

2014-03-31 Thread Debian FTP Masters
mesa_10.1.0-5_amd64.changes uploaded successfully to localhost
along with the files:
  mesa_10.1.0-5.dsc
  mesa_10.1.0-5.diff.gz
  libgl1-mesa-swx11_10.1.0-5_amd64.deb
  libgl1-mesa-swx11-dbg_10.1.0-5_amd64.deb
  libgl1-mesa-swx11-dev_10.1.0-5_amd64.deb
  libxatracker2_10.1.0-5_amd64.deb
  libxatracker2-dbg_10.1.0-5_amd64.deb
  libxatracker-dev_10.1.0-5_amd64.deb
  libgbm1_10.1.0-5_amd64.deb
  libgbm1-dbg_10.1.0-5_amd64.deb
  libgbm-dev_10.1.0-5_amd64.deb
  libegl1-mesa_10.1.0-5_amd64.deb
  libegl1-mesa-dbg_10.1.0-5_amd64.deb
  libegl1-mesa-dev_10.1.0-5_amd64.deb
  libegl1-mesa-drivers_10.1.0-5_amd64.deb
  libegl1-mesa-drivers-dbg_10.1.0-5_amd64.deb
  libwayland-egl1-mesa_10.1.0-5_amd64.deb
  libwayland-egl1-mesa-dbg_10.1.0-5_amd64.deb
  libopenvg1-mesa_10.1.0-5_amd64.deb
  libopenvg1-mesa-dbg_10.1.0-5_amd64.deb
  libopenvg1-mesa-dev_10.1.0-5_amd64.deb
  libgles1-mesa_10.1.0-5_amd64.deb
  libgles1-mesa-dbg_10.1.0-5_amd64.deb
  libgles1-mesa-dev_10.1.0-5_amd64.deb
  libgles2-mesa_10.1.0-5_amd64.deb
  libgles2-mesa-dbg_10.1.0-5_amd64.deb
  libgles2-mesa-dev_10.1.0-5_amd64.deb
  libglapi-mesa_10.1.0-5_amd64.deb
  libglapi-mesa-dbg_10.1.0-5_amd64.deb
  libgl1-mesa-glx_10.1.0-5_amd64.deb
  libgl1-mesa-glx-dbg_10.1.0-5_amd64.deb
  libgl1-mesa-dri_10.1.0-5_amd64.deb
  libgl1-mesa-dri-dbg_10.1.0-5_amd64.deb
  libgl1-mesa-dev_10.1.0-5_amd64.deb
  mesa-common-dev_10.1.0-5_amd64.deb
  libosmesa6_10.1.0-5_amd64.deb
  libosmesa6-dev_10.1.0-5_amd64.deb
  mesa-vdpau-drivers_10.1.0-5_amd64.deb
  mesa-vdpau-drivers-dbg_10.1.0-5_amd64.deb
  mesa-opencl-icd_10.1.0-5_amd64.deb
  mesa-opencl-icd-dbg_10.1.0-5_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: https://lists.debian.org/e1wuddz-0006io...@franck.debian.org



xserver-xorg-video-vmware: Changes to 'refs/tags/xserver-xorg-video-vmware-1_13.0.2-1'

2014-03-31 Thread Julien Cristau
Tag 'xserver-xorg-video-vmware-1_13.0.2-1' created by Julien Cristau 
jcris...@debian.org at 2014-03-31 14:34 +

Tagging upload of xserver-xorg-video-vmware 1:13.0.2-1 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJTOXzgAAoJEDEBgAUJBeQMlZMP/jz8t5/MHJ1HwTdViZUh3iQi
di8UoK0rcj23ZJP0zAIFbdvIHrxDQDFEZR5QCr1svR4oOoUEshaX3Ppfq0lEI03K
pkSNzPbUVob64ZFdXXdFVg/WZ1ohn3lezH4VCCOJcSjUpylLefyPF72t1gKaZOa8
W9yITqtP2Q5H1GmUI+jZ7xo4GCjBtGB0mUPkrMpBXjntkUGNRmg8o3up9EjTuimy
CJnTtQVouQYkgz1w7iGXqACBChYJVTAJ3JRJglUH6mZXT8VtF4H7axPcEwt7Icg9
bSspwe/zGYpAcr6hpO2T5ALiLMqKHSJxVtKjmIVym+txYwJ5+ceRQ3KOjBFSH+gk
vs5kytF2einlK8MjwIW/hxVM+1WYKqm/P3/dUQS2ehOVRL4DslTtwW2ooNvxs5/a
5XvSWz+DYlTENGb4+VUn2l18eHzP5NrYt9Jt4bfktmyk+d/rT56ImRPTagGr0T0T
MzGG04zmRR5/ws302N+lI2HwiSAFLNJE2rq1YRMiwEzkuYnf8LYu/CByhEYGnnUD
Q+2xglzSpUCjeng6aZTVf+d25oNnGDmQwUIRpLfEguaKaffk9O0JloOMcybDYNTs
WS0UMGj3JuCBNm3PWr5QYxBRQf2ASH2FpkhMMk3DasDp2qY5WfwEFVFHXRuY322y
oFoZPwWHIixpB3r+cG8f
=zAVl
-END PGP SIGNATURE-

Changes since xserver-xorg-video-vmware-1_13.0.1-3:
Gaetan Nadon (1):
  vmwgfx: handle changes of DamageUnregister API in 1.14.99.2

Jakob Bornecrantz (2):
  vmware: Fix compilation on newer X servers
  Bump the version number to 13.0.2

Julien Cristau (3):
  Merge tag 'xf86-video-vmware-13.0.2' into debian-unstable
  Bump changelogs for 13.0.2
  Upload to unstable

Rob Clark (1):
  vmwgfx: update for XA API changes

Thomas Hellstrom (17):
  vmwgfx: Avoid HW operations when not master
  vmwgfx: Implement textured video completely on top of XA.
  vmwgfx: Get rid of device-specific DMA code
  vmwgfx: Fix some compilation warnings and indentations
  vmwgfx: Support also XA version 1 v2
  vmwgfx: Remove stray 1
  Revert vmwgfx: Get rid of device-specific DMA code
  vmwgfx: Really allow XA version 2.
  vmwgfx: Fix compile breakage on XA version 1.
  vmwgfx: Add an infrastructure to be able to run hosted under a compositor 
v2
  vmwgfx: Add support for XMir v2.
  vmwgfx: Add support for XWayland
  vmwgfx: Enable direct dmas
  vmwgfx: Block DMA to prime surfaces for now
  vmware: Fix build errors and warnings
  vmware: Require libdrm 2.4.38 to build XMir.
  vmware/vmwgfx: Always allocate shared hardware surfaces.

---
 ChangeLog   |  262 
 configure.ac|   18 ++
 debian/changelog|7 
 src/vmware_bootstrap.c  |   22 ++-
 src/vmware_bootstrap.h  |2 
 src/vmwaremodes.c   |4 
 vmwgfx/Makefile.am  |5 
 vmwgfx/vmwgfx_dri2.c|   52 +++
 vmwgfx/vmwgfx_driver.c  |  315 ++--
 vmwgfx/vmwgfx_driver.h  |4 
 vmwgfx/vmwgfx_drmi.c|   41 +
 vmwgfx/vmwgfx_drmi.h|   10 +
 vmwgfx/vmwgfx_hosted.c  |   71 +
 vmwgfx/vmwgfx_hosted.h  |  258 
 vmwgfx/vmwgfx_hosted_priv.h |   40 +
 vmwgfx/vmwgfx_output.c  |2 
 vmwgfx/vmwgfx_overlay.c |4 
 vmwgfx/vmwgfx_saa.c |  278 +++---
 vmwgfx/vmwgfx_saa.h |   27 +++
 vmwgfx/vmwgfx_saa_priv.h|3 
 vmwgfx/vmwgfx_tex_video.c   |  132 +++---
 vmwgfx/vmwgfx_xa_surface.c  |8 -
 vmwgfx/vmwgfx_xmir.c|  178 
 vmwgfx/vmwgfx_xwayland.c|  186 +
 24 files changed, 1667 insertions(+), 262 deletions(-)
---


-- 
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/e1wudi8-mt...@moszumanska.debian.org



Processing of xserver-xorg-video-vmware_13.0.2-1_amd64.changes

2014-03-31 Thread Debian FTP Masters
xserver-xorg-video-vmware_13.0.2-1_amd64.changes uploaded successfully to 
localhost
along with the files:
  xserver-xorg-video-vmware_13.0.2-1.dsc
  xserver-xorg-video-vmware_13.0.2.orig.tar.gz
  xserver-xorg-video-vmware_13.0.2-1.diff.gz
  xserver-xorg-video-vmware_13.0.2-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: https://lists.debian.org/e1wudiq-0006cb...@franck.debian.org



Bug#742335: marked as done (mesa: extra libegl1-mesa-drivers dependency recommend on Hurd)

2014-03-31 Thread Debian Bug Tracking System
Your message dated Mon, 31 Mar 2014 15:19:58 +
with message-id e1wue0e-0004rs...@franck.debian.org
and subject line Bug#742335: fixed in mesa 10.1.0-5
has caused the Debian Bug report #742335,
regarding mesa: extra libegl1-mesa-drivers dependency  recommend on Hurd
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.)


-- 
742335: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742335
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: mesa
Version: 10.1.0-4
Severity: important
Tags: patch
User: debian-h...@lists.debian.org
Usertags: hurd

Hi,

thanks for the various egl/gles fixes (#729260, #741572, and the other
packaging commits) on Hurd!

The only left issue is that libegl1-mesa-dev depends on
libegl1-mesa-drivers, which is not built on Hurd (and libegl1-mesa
recommends it).

Attached there is a simple patch to remove such dependency and recommend
on hurd-any, which should make libegl1-mesa-dev finally installable.

Thanks,
-- 
Pino
--- a/debian/control
+++ b/debian/control
@@ -252,7 +252,7 @@ Architecture: any
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},
-Recommends: libegl1-mesa-drivers
+Recommends: libegl1-mesa-drivers [!hurd-any]
 Provides: libegl1-x11
 Conflicts: libegl1-x11
 Replaces: libegl1-x11
@@ -287,7 +287,7 @@ Section: libdevel
 Architecture: any
 Depends:
  libegl1-mesa (= ${binary:Version}),
- libegl1-mesa-drivers (= ${binary:Version}),
+ libegl1-mesa-drivers (= ${binary:Version}) [!hurd-any],
  libdrm-dev (= 2.4.52) [!hurd-any],
  x11proto-dri2-dev (= 2.6),
  x11proto-gl-dev (= 1.4.14),
---End Message---
---BeginMessage---
Source: mesa
Source-Version: 10.1.0-5

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 742...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau jcris...@debian.org (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: Mon, 31 Mar 2014 15:58:53 +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.1.0-5
Distribution: sid
Urgency: medium
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
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 

Bug#742915: marked as done (xserver-xorg-video-vmware FTBFS and existing binary is uninstallable.)

2014-03-31 Thread Debian Bug Tracking System
Your message dated Mon, 31 Mar 2014 15:22:56 +
with message-id e1wue36-00050k...@franck.debian.org
and subject line Bug#742915: fixed in xserver-xorg-video-vmware 1:13.0.2-1
has caused the Debian Bug report #742915,
regarding xserver-xorg-video-vmware FTBFS and existing binary is uninstallable.
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.)


-- 
742915: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742915
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---

Package: xserver-xorg-video-vmware
Version: 1:13.0.1-3
Severity: grave

xserver-xorg-video-vmware can no longer be installed in sid because of a 
missing dependency.


root@debian:/xserver-xorg-video-vmware-13.0.1# apt-get install 
xserver-xorg-video-vmware

Reading package lists... Done
Building dependency tree  
Reading state information... Done

Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
xserver-xorg-video-vmware : Depends: libxatracker1 but it is not 
installable

E: Unable to correct problems, you have held broken packages.
root@debian:/xserver-xorg-video-vmware-13.0.1#

Attempting to recompile it results in.

libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../vmwgfx 
-I.. -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs 
-Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement 
-Wunused -Wuninitialized -Wshadow -Wmissing-noreturn 
-Wmissing-format-attribute -Wredundant-decls -Werror=implicit 
-Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces 
-Werror=sequence-point -Werror=return-type -Werror=trigraphs 
-Werror=array-bounds -Werror=write-strings -Werror=address 
-Werror=int-to-pointer-cast -Werror=pointer-to-int-cast 
-fno-strict-aliasing -fvisibility=hidden -I/usr/include/pixman-1 
-I/usr/include/libdrm -I/usr/include/xorg -I/usr/include/X11/dri 
-I/usr/include/libdrm -I../../src -I../../saa -g -O2 -c 
../../vmwgfx/vmwgfx_driver.c  -fPIC -DPIC -o 
.libs/libvmwgfx_la-vmwgfx_driver.o

../../vmwgfx/vmwgfx_driver.c: In function 'vmwgfx_scanout_present':
../../vmwgfx/vmwgfx_driver.c:620:5: error: incompatible type for 
argument 2 of 'xa_surface_handle'

if (xa_surface_handle(vpix-hw, handle, dummy) != 0) {
^
In file included from ../../vmwgfx/vmwgfx_driver.h:46:0,
from ../../vmwgfx/vmwgfx_driver.c:57:
/usr/include/xa_tracker.h:195:12: note: expected 'enum xa_handle_type' 
but argument is of type 'uint32_t *'

extern int xa_surface_handle(struct xa_surface *srf,
   ^
../../vmwgfx/vmwgfx_driver.c:620:5: error: too few arguments to function 
'xa_surface_handle'

if (xa_surface_handle(vpix-hw, handle, dummy) != 0) {
^
In file included from ../../vmwgfx/vmwgfx_driver.h:46:0,
from ../../vmwgfx/vmwgfx_driver.c:57:
/usr/include/xa_tracker.h:195:12: note: declared here
extern int xa_surface_handle(struct xa_surface *srf,
   ^
../../vmwgfx/vmwgfx_driver.c: In function 'xorg_flush':
../../vmwgfx/vmwgfx_driver.c:660:16: warning: declaration of 'j' shadows 
a previous local [-Wshadow]

  unsigned int j;
   ^
../../vmwgfx/vmwgfx_driver.c:644:18: warning: shadowed declaration is 
here [-Wshadow]

unsigned int j;
 ^
make[3]: *** [libvmwgfx_la-vmwgfx_driver.lo] Error 1
---End Message---
---BeginMessage---
Source: xserver-xorg-video-vmware
Source-Version: 1:13.0.2-1

We believe that the bug you reported is fixed in the latest version of
xserver-xorg-video-vmware, 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 742...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau jcris...@debian.org (supplier of updated 
xserver-xorg-video-vmware 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: Mon, 31 Mar 2014 16:29:57 +0200
Source: xserver-xorg-video-vmware

mesa_10.1.0-5_amd64.changes ACCEPTED into unstable

2014-03-31 Thread Debian FTP Masters
Mapping sid to unstable.

Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 31 Mar 2014 15:58:53 +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.1.0-5
Distribution: sid
Urgency: medium
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
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: 742335
Changes: 
 mesa (10.1.0-5) unstable; urgency=low
 .
   [ Maarten Lankhorst ]
   * Add explicit libudev1 dependency (LP: #1296947)
 - libudev is being dlopened now, but still a dependency.
 .
   [ Julien Cristau ]
   * Fix libegl1-mesa-dev installability on hurd, which doesn't have
 libegl1-mesa-drivers (closes: #742335).  Thanks, Pino Toscano!
Checksums-Sha1: 
 5132a345601298ecc18c2fcbccd58ae431418adc 4835 mesa_10.1.0-5.dsc
 4e12c97ba1b0c287b3825e13626b809388227497 53470 mesa_10.1.0-5.diff.gz
 9ddf53e4d0c9f5fe9ecb88661c4ab8146461bb52 036 
libgl1-mesa-swx11_10.1.0-5_amd64.deb
 07fe5cad5f5aa057d0bea22483c1efe8bc11cf77 3492528 
libgl1-mesa-swx11-dbg_10.1.0-5_amd64.deb
 f7c20075ef5dd2636ff4ff9f8fb62973f9fc58f5 1272082 
libgl1-mesa-swx11-dev_10.1.0-5_amd64.deb
 7b4814c04d9bb94eecfd519d6dd0a6566c3d1565 660662 
libxatracker2_10.1.0-5_amd64.deb
 a67628c63b72fc9b8938b73098019f2034bd1055 2104230 
libxatracker2-dbg_10.1.0-5_amd64.deb
 

xserver-xorg-video-vmware_13.0.2-1_amd64.changes ACCEPTED into unstable

2014-03-31 Thread Debian FTP Masters
Mapping sid to unstable.

Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 31 Mar 2014 16:29:57 +0200
Source: xserver-xorg-video-vmware
Binary: xserver-xorg-video-vmware
Architecture: source amd64
Version: 1:13.0.2-1
Distribution: sid
Urgency: medium
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 xserver-xorg-video-vmware - X.Org X server -- VMware display driver
Closes: 742915
Changes: 
 xserver-xorg-video-vmware (1:13.0.2-1) unstable; urgency=medium
 .
   * New upstream release
 + supports current libxatracker (closes: #742915)
Checksums-Sha1: 
 6c821f4d0a30530edede4d28382fae582fbf8ed2 2324 
xserver-xorg-video-vmware_13.0.2-1.dsc
 4a5e6b1bfe48a5563b240c87a3d147ece171cd7d 556833 
xserver-xorg-video-vmware_13.0.2.orig.tar.gz
 43b2f14e6d1727fb9776a0b07ac35813d9613eb7 6344 
xserver-xorg-video-vmware_13.0.2-1.diff.gz
 e1f54b9b16e2f5093217b259fd8521955bf10b99 100798 
xserver-xorg-video-vmware_13.0.2-1_amd64.deb
Checksums-Sha256: 
 951418d4f65b48a96516bb406b9f997e936c0e43361ca0831162829495bb86be 2324 
xserver-xorg-video-vmware_13.0.2-1.dsc
 96884ff88b678a16cb94dad298a0c58a551dbfac4d4f4723fd4c9497790f299e 556833 
xserver-xorg-video-vmware_13.0.2.orig.tar.gz
 e7463f8520fc9bf41c9f52a68819e5011d60b323294d1d12025a53e84398af4b 6344 
xserver-xorg-video-vmware_13.0.2-1.diff.gz
 629191a2f810b4a134fb8e362ffad91c6212a652e97bf053148bff5dee8ed0c3 100798 
xserver-xorg-video-vmware_13.0.2-1_amd64.deb
Files: 
 c1eafe226e416d253e9bd0896e15be3f 2324 x11 optional 
xserver-xorg-video-vmware_13.0.2-1.dsc
 73b694ac03f1b2a6702a81d5d236f259 556833 x11 optional 
xserver-xorg-video-vmware_13.0.2.orig.tar.gz
 dcf6c202e21196104809913cd160a212 6344 x11 optional 
xserver-xorg-video-vmware_13.0.2-1.diff.gz
 7365d5ebf3526045692be33f7312dead 100798 x11 optional 
xserver-xorg-video-vmware_13.0.2-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTOXzlAAoJEDEBgAUJBeQMkq8QAOk+bfy8H3fBpzvbdgRtSE08
HscHh4c1Q3yrw9/WUOSop7MSyqZ2fioH92PESppM7J57vc7rhSLrkGb9Bb0O3S9o
jK2IuBFY6z7QzvAgJ7au25+LfYU98OLJYVNyorBpqngcZ7S7XKw9Fzc4ORAbbpBf
JfYqEEc/83vtpeCabGGUS/cI52RJaZJ67jvf+8NGlJr3NGLagJjrGUVpZtBzmDql
UMg81h4TUkubLrmMIOmO8SdR3upLthOqYdBVlBJi+t+WeXBE6E83fWoqt6Pi3jiY
014xcizNWGtp8F62QNXqdNglP2kSvQESM6Gc8gkspu38eSEF0N10i+AHTZZbSq7y
IwZJdzTb220wA8XE7SiLtXw94knsxj07eHH7ZiTnhe6+fx3BcPGK8zWB5+ffGWQo
aOg1FIlMJYvkEIm8Gb42CWgAMMnIxkzYfECEGH0z0uBPaeFTh1TCVyWpayDk7cb+
poOKQlwJmtaUVq5IDQpo5xopdyFpxSGbm5bCcmLYHI5xQLOmaXIUTc+CU/JBu8g6
5uK0FeGsdJcpIz59f4J3pGQ27psK3sw/2DOIQER+K1CsaYYfq3+tYuP628kCFKVs
8PIDy7isU5RowLc/aE//0wGm47pduGxigbJ0xaFGUzt3Jg8X+Ep69v7qd4tlCUeP
dxdLdF8Kac98BsURix/J
=bV++
-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/e1wue36-00050x...@franck.debian.org



Processed: Re: Bug#743239: xsever-xorg-video-vmware FTBFS on kfreebsd configure: error: Package requirements (xatracker = 0.4.0) were not met:

2014-03-31 Thread Debian Bug Tracking System
Processing control commands:

 reassign -1 xserver-xorg-video-vmware 1:13.0.2-1
Bug #743239 [xsever-xorg-video-vmware] xsever-xorg-video-vmware FTBFS on 
kfreebsd configure: error: Package requirements (xatracker = 0.4.0) were not 
met:
Warning: Unknown package 'xsever-xorg-video-vmware'
Bug reassigned from package 'xsever-xorg-video-vmware' to 
'xserver-xorg-video-vmware'.
No longer marked as found in versions 1:13.0.2-1.
Ignoring request to alter fixed versions of bug #743239 to the same values 
previously set
Bug #743239 [xserver-xorg-video-vmware] xsever-xorg-video-vmware FTBFS on 
kfreebsd configure: error: Package requirements (xatracker = 0.4.0) were not 
met:
Marked as found in versions xserver-xorg-video-vmware/1:13.0.2-1.
 tag -1 upstream patch
Bug #743239 [xserver-xorg-video-vmware] xsever-xorg-video-vmware FTBFS on 
kfreebsd configure: error: Package requirements (xatracker = 0.4.0) were not 
met:
Added tag(s) upstream and patch.

-- 
743239: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743239
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.b743239.13962949182017.transcr...@bugs.debian.org



Re: Bug#743239: xsever-xorg-video-vmware FTBFS on kfreebsd configure: error: Package requirements (xatracker = 0.4.0) were not met:

2014-03-31 Thread Andrei POPESCU
Control: reassign -1 xserver-xorg-video-vmware 1:13.0.2-1

On Lu, 31 mar 14, 20:28:06, peter green wrote:
 Package: xsever-xorg-video-vmware
 Severity: serious
 Version: 1:13.0.2-1

Are you sure about the version? Sid only has 1:13.0.1-3+b1.

 xsever-xorg-video-vmware is now failing to build on kfreebsd
 
 checking for XATRACKER... no
 configure: error: Package requirements (xatracker = 0.4.0) were not met:
 
 No package 'xatracker' found
 
 Consider adjusting the PKG_CONFIG_PATH environment variable if you
 installed software in a non-standard prefix.
 
 Alternatively, you may set the environment variables XATRACKER_CFLAGS
 and XATRACKER_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details.
 dh_auto_configure: ../configure --build=x86_64-kfreebsd-gnu --prefix=/usr 
 --includedir=${prefix}/include --mandir=${prefix}/share/man 
 --infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
 --libexecdir=${prefix}/lib/xserver-xorg-video-vmware 
 --disable-maintainer-mode --disable-dependency-tracking 
 --enable-vmwarectrl-client --disable-silent-rules returned exit code 1
 make[1]: *** [override_dh_auto_configure] Error 2
 
 
 Previous versions also showed checking for XATRACKER... no but continued to 
 build anyway.
 
 Curiously the package built successfully on hurd and the hurd build log had 
 no mention of xatracker at all

-- 
http://nuvreauspam.ro/posts/2010/neticheta-pe-mail/
http://nuvreauspam.ro/gpg-transition.txt


signature.asc
Description: Digital signature


Processed: Re: Bug#743239: xsever-xorg-video-vmware FTBFS on kfreebsd configure: error: Package requirements (xatracker = 0.4.0) were not met:

2014-03-31 Thread Debian Bug Tracking System
Processing control commands:

 reassign -1 xserver-xorg-video-vmware 1:13.0.2-1
Bug #743239 [xserver-xorg-video-vmware] xsever-xorg-video-vmware FTBFS on 
kfreebsd configure: error: Package requirements (xatracker = 0.4.0) were not 
met:
Ignoring request to reassign bug #743239 to the same package
Bug #743239 [xserver-xorg-video-vmware] xsever-xorg-video-vmware FTBFS on 
kfreebsd configure: error: Package requirements (xatracker = 0.4.0) were not 
met:
Ignoring request to alter found versions of bug #743239 to the same values 
previously set

-- 
743239: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743239
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.b743239.13962952244038.transcr...@bugs.debian.org



Re: Bug#743239: xsever-xorg-video-vmware FTBFS on kfreebsd configure: error: Package requirements (xatracker = 0.4.0) were not met:

2014-03-31 Thread Cyril Brulebois
Andrei POPESCU andreimpope...@gmail.com (2014-03-31):
 Control: reassign -1 xserver-xorg-video-vmware 1:13.0.2-1
 
 On Lu, 31 mar 14, 20:28:06, peter green wrote:
  Package: xsever-xorg-video-vmware
  Severity: serious
  Version: 1:13.0.2-1
 
 Are you sure about the version? Sid only has 1:13.0.1-3+b1.

See [1], linked from [2]:
  1. 
http://packages.qa.debian.org/x/xserver-xorg-video-vmware/news/20140331T152256Z.html
  2. http://packages.qa.debian.org/x/xserver-xorg-video-vmware.html

Mraw,
KiBi.


signature.asc
Description: Digital signature


Processed: your mail

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

 submitter 742731 bren...@br.ibm.com
Bug #742731 {Done: Julien Cristau jcris...@debian.org} [src:xorg] xorg: New 
architecture: ppc64el
Changed Bug submitter to 'bren...@br.ibm.com' from 'Breno Leitao 
br...@br.ibm.com'

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
742731: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742731
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.139629795523221.transcr...@bugs.debian.org



Bug#742731: Re: Bug#742731: xorg: New architecture: ppc64el

2014-03-31 Thread Breno Leitao
On 03/26/2014 04:21 PM, Julien Cristau wrote:
 +XSERVER_XORG_VIDEO_DEPENDS=xserver-xorg-video-dummy
 +XSERVER_XORG_INPUT_DEPENDS=xserver-xorg-input-void
 
 NAK.  This should at least get the fbdev (and possibly modesetting)
 video driver, and evdev for input.
That makes sense.  So, a new patch (based on arm64) is attached that
adds support for ppc64el using input-evdev, video-fbdev and
video-modesetting.

We also have the binaries for these packages:

http://ftp.unicamp.br/pub/ppc64el/debian/archive/pool/main/x/xserver-xorg-input-evdev/
http://ftp.unicamp.br/pub/ppc64el/debian/archive/pool/main/x/xserver-xorg-video-fbdev/
http://ftp.unicamp.br/pub/ppc64el/debian/archive/pool/main/x/xserver-xorg-video-modesetting/

Thank you.



diff -uNpr xorg-7.7+6.orig/debian/scripts/vars.ppc64el xorg-7.7+6/debian/scripts/vars.ppc64el
--- xorg-7.7+6.orig/debian/scripts/vars.ppc64el	1970-01-01 00:00:00.0 +
+++ xorg-7.7+6/debian/scripts/vars.ppc64el	2014-03-31 20:25:13.0 +
@@ -0,0 +1,8 @@
+XSERVER_XORG_VIDEO_DEPENDS=\
+xserver-xorg-video-fbdev, \
+xserver-xorg-video-modesetting, \
+
+
+XSERVER_XORG_INPUT_DEPENDS=\
+xserver-xorg-input-evdev, \
+


Processed: reopening 742731

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

 reopen 742731
Bug #742731 {Done: Julien Cristau jcris...@debian.org} [src:xorg] xorg: New 
architecture: ppc64el
Bug reopened
Ignoring request to alter fixed versions of bug #742731 to the same values 
previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
742731: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742731
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.139629917530838.transcr...@bugs.debian.org



Processed: your mail

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

 reopen 742731
Bug #742731 [src:xorg] xorg: New architecture: ppc64el
Bug 742731 is not marked as done; doing nothing.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
742731: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742731
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.139629926131260.transcr...@bugs.debian.org



xserver-xorg-video-vmware: Changes to 'refs/tags/xserver-xorg-video-vmware-1_13.0.2-2'

2014-03-31 Thread Julien Cristau
Tag 'xserver-xorg-video-vmware-1_13.0.2-2' created by Julien Cristau 
jcris...@debian.org at 2014-03-31 20:43 +

Tagging upload of xserver-xorg-video-vmware 1:13.0.2-2 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJTOdNzAAoJEDEBgAUJBeQMGqQP+wbL6+yFEhoGegI1kSwYbck8
AIIakEgoPDlIjTBFZyF/QgPEWdB+Icn3H+EI4wu7UBqxD6W8y75j9Ec08M+a+1T1
q4ebWtpQ61lbvtUCUlqXqrqOllSSXkGRfh7om6iz5uE0fCNDEPV3O9cdxVLQ9GrF
g5L5YUgfVB0uMkZYHhdcOi9zr62Gk+h5mzoaTyIQBhZuLiFaG4QT2TuBti+hnDTj
XGgyOe+0uHZajepSFFgvQskMtr3Wz8akuBOE1F6O4FbrN5ztxfiXDEiAXYE6GSZI
rZh5oZeNDH2CqwaBbaNpAXSpuQCOwM2kTrYpul25uE5IpbSiesPA9SPdn5d+WQbM
Sdj2uvbS+FtAlovKvt+hIWqJpNnC3nI+GVLZVgzNhE9K3wH/vTZTAsNsymWs9R8N
61hiwg8pYnRdLJCsqQ1raK1VvrhFRjjqFaEQYjfDF0f5TuIz5cQwAF90qCJ94Q5G
yhd7RFq+uzMgkDMJiHaM87BTemJ9sFPiVmZxSHYWBGlO+YP0XldnTMxvI0Sj6lYj
agEimpHEq6WY6hMKOvNWuDMquOls37WW1lkeLBDcMuMMmtgM69L4UTCbwWRyU5uj
qPj0YyYkXhjl98OGPZ+l441wV0DcA7//lf3uT3F0zeihWqkPWeJzZPb0UfHt/tDw
VGVe+uFLts2Iu8DXvwWO
=lGVt
-END PGP SIGNATURE-

Changes since xserver-xorg-video-vmware-1_13.0.2-1:
Julien Cristau (3):
  Mark 'build' as PHONY
  configure: fix build without xatracker
  Upload to unstable

---
 configure.ac |2 +-
 debian/changelog |6 ++
 debian/rules |4 +++-
 3 files changed, 10 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: https://lists.debian.org/e1wuj3a-pw...@moszumanska.debian.org



xserver-xorg-video-vmware: Changes to 'debian-unstable'

2014-03-31 Thread Julien Cristau
 configure.ac |2 +-
 debian/changelog |6 ++
 debian/rules |4 +++-
 3 files changed, 10 insertions(+), 2 deletions(-)

New commits:
commit f3723bb28b048f450af08afb0435249060887d53
Author: Julien Cristau jcris...@debian.org
Date:   Mon Mar 31 22:38:08 2014 +0200

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index b352e35..b9bf917 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-video-vmware (1:13.0.2-2) unstable; urgency=medium
+
+  * Fix build failure on kfreebsd (closes: #743239)
+
+ -- Julien Cristau jcris...@debian.org  Mon, 31 Mar 2014 22:37:52 +0200
+
 xserver-xorg-video-vmware (1:13.0.2-1) unstable; urgency=medium
 
   * New upstream release

commit 5544fe0de73e5144f43cec1896445ef522dda3a7
Author: Julien Cristau jcris...@debian.org
Date:   Mon Mar 31 22:35:27 2014 +0200

configure: fix build without xatracker

ACTION-IF-NOT-FOUND is the fourth argument to PKG_CHECK_MODULES, not the
fifth.

Debian bug#743239 https://bugs.debian.org/743239

Signed-off-by: Julien Cristau jcris...@debian.org

diff --git a/configure.ac b/configure.ac
index dd3ad4e..be40ed7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -126,7 +126,7 @@ if test x$BUILD_VMWGFX = xyes; then
  [PKG_CHECK_EXISTS([xatracker = 2.0.0],
  [AC_DEFINE([HAVE_XA_2], 1,
  [Has version 2 of XA])])],
- [],[BUILD_VMWGFX=no])
+ [BUILD_VMWGFX=no])
 #
 # Check for prime.
 #

commit 91f540ad132d0a62bcbe4018cbd1d3591de30e85
Author: Julien Cristau jcris...@debian.org
Date:   Mon Mar 31 22:34:43 2014 +0200

Mark 'build' as PHONY

We use it as a build directory, so this unconfuses make.

diff --git a/debian/rules b/debian/rules
index 304c7ee..7fa7b81 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,5 +19,7 @@ override_dh_install:
 override_dh_shlibdeps:
dh_shlibdeps -- --warnings=6
 
-%:
+build %:
dh $@ --with quilt,autoreconf,xsf --builddirectory=build/
+
+.PHONY: build


-- 
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/e1wuj3a-po...@moszumanska.debian.org



Processing of xserver-xorg-video-vmware_13.0.2-2_amd64.changes

2014-03-31 Thread Debian FTP Masters
xserver-xorg-video-vmware_13.0.2-2_amd64.changes uploaded successfully to 
localhost
along with the files:
  xserver-xorg-video-vmware_13.0.2-2.dsc
  xserver-xorg-video-vmware_13.0.2-2.diff.gz
  xserver-xorg-video-vmware_13.0.2-2_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: https://lists.debian.org/e1wuj6j-0001nr...@franck.debian.org



Processed: limit source to xorg, tagging 742731

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

 #xorg (1:7.7+7) UNRELEASED; urgency=medium
 #
 #  * Add minimal ppc64el support (closes: #742731).  Thanks, Breno Leitao!
 #
 limit source xorg
Limiting to bugs with field 'source' containing at least one of 'xorg'
Limit currently set to 'source':'xorg'

 tags 742731 + pending
Bug #742731 [src:xorg] xorg: New architecture: ppc64el
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
742731: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742731
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.13962999673887.transcr...@bugs.debian.org



Processed: limit source to xorg, tagging 710197

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

 #xorg (1:7.7+7) UNRELEASED; urgency=medium
 #
 #  * Drop hal dependency from xserver-xorg on kfreebsd now that we use devd
 #(closes: #710197)
 #
 limit source xorg
Limiting to bugs with field 'source' containing at least one of 'xorg'
Limit currently set to 'source':'xorg'

 tags 710197 + pending
Bug #710197 [src:xorg] Uses deprecate HAL on non-Linux
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
710197: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710197
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.13963005987464.transcr...@bugs.debian.org



xorg: Changes to 'debian-unstable'

2014-03-31 Thread Julien Cristau
 debian/changelog|8 ++
 debian/scripts/vars.ppc64el |8 ++
 debian/x11-common.postinst.in   |7 --
 debian/xserver-xorg.postinst.in |  115 
 debian/xserver-xorg.postrm.in   |8 --
 debian/xserver-xorg.preinst.in  |8 --
 6 files changed, 16 insertions(+), 138 deletions(-)

New commits:
commit 766eeba91e6554bd54773305c2c9c4d3ae90a3a5
Author: Julien Cristau jcris...@debian.org
Date:   Mon Mar 31 23:04:14 2014 +0200

Remove support for upgrades from pre-squeeze versions from maintainer 
scripts.

diff --git a/debian/changelog b/debian/changelog
index 4677f90..b746ebd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 xorg (1:7.7+7) UNRELEASED; urgency=medium
 
   * Add minimal ppc64el support (closes: #742731).  Thanks, Breno Leitao!
+  * Remove support for upgrades from pre-squeeze versions from maintainer
+scripts.
 
  -- Julien Cristau jcris...@debian.org  Mon, 31 Mar 2014 22:53:43 +0200
 
diff --git a/debian/x11-common.postinst.in b/debian/x11-common.postinst.in
index acafc39..7d2e10c 100644
--- a/debian/x11-common.postinst.in
+++ b/debian/x11-common.postinst.in
@@ -71,13 +71,6 @@ if dpkg --compare-versions $2 lt-nl 1:7.6~3; then
   rmdir $CONFIG_AUX_DIR 2/dev/null || :
 fi
 
-if dpkg --compare-versions $2 lt-nl 1:7.4+2; then
-  db_unregister x11-common/xwrapper/nice_value || :
-  db_unregister x11-common/xwrapper/nice_value/error || :
-  db_unregister x11-common/upgrade_issues || :
-  db_unregister x11-common/x11r6_bin_not_empty || :
-fi
-
 #DEBHELPER#
 
 exit 0
diff --git a/debian/xserver-xorg.postinst.in b/debian/xserver-xorg.postinst.in
index e595e94..3cc91c0 100644
--- a/debian/xserver-xorg.postinst.in
+++ b/debian/xserver-xorg.postinst.in
@@ -8,9 +8,6 @@
 
 set -e
 
-# source debconf library
-. /usr/share/debconf/confmodule
-
 THIS_PACKAGE=xserver-xorg
 THIS_SCRIPT=postinst
 
@@ -20,12 +17,6 @@ if [ -e /etc/default/xorg ]; then
   . /etc/default/xorg
 fi
 
-# the error-out function
-bomb () {
-  echo $PROGNAME: error: $* | fold -s -w ${COLUMNS:-80} 2
-  exit 1
-}
-
 debug_echo () {
   # Syntax: debug_echo message ...
   if [ -n $DEBUG_XORG_DEBCONF ] || [ $DEBCONF_DEBUG = user ] \
@@ -64,112 +55,6 @@ elif [ `readlink $SERVER_SYMLINK` = /bin/true ]; then
   ln -s $THIS_SERVER $SERVER_SYMLINK
 fi
 
-if [ -n $UPGRADE ]; then
-if dpkg --compare-versions $2 le 1:7.3+5; then
-# Clean up our old crap
-for QUESTION in shared/default-x-server \
-xserver-xorg/autodetect_mouse \
-xserver-xorg/autodetect_monitor \
-xserver-xorg/autodetect_video_card \
-xserver-xorg/config/device/identifier \
-xserver-xorg/config/monitor/selection-method \
-xserver-xorg/config/monitor/screen-size \
-xserver-xorg/config/monitor/mode-list \
-xserver-xorg/config/monitor/default-identifier \
-xserver-xorg/config/monitor/horiz-sync \
-xserver-xorg/config/monitor/vert-refresh \
-xserver-xorg/config/monitor/range_input_error \
-xserver-xorg/config/display/modes \
-xserver-xorg/config/device/video_ram \
-xserver-xorg/config/display/default_depth \
-xserver-xorg/config/inputdevice/mouse/port \
-xserver-xorg/config/inputdevice/mouse/protocol \
-
xserver-xorg/config/inputdevice/mouse/emulate3buttons \
-xserver-xorg/config/modules \
-xserver-xorg/config/monitor/default-identifier \
-xserver-xorg/config/monitor/identifier \
-xserver-xorg/config/write_files_section \
-xserver-xorg/multiple_possible_x-drivers; do
-  db_unregister $QUESTION || true
-done
-fi
-if dpkg --compare-versions $2 lt-nl 1:7.4; then
-  for QUESTION in \
-xserver-xorg/config/null_string_error \
-xserver-xorg/config/doublequote_in_string_error \
-xserver-xorg/config/nonnumeric_string_error \
-xserver-xorg/config/device/use_fbdev \
-xserver-xorg/config/device/driver \
-xserver-xorg/config/inputdevice/keyboard/rules \
-xserver-xorg/config/inputdevice/keyboard/model \
-xserver-xorg/config/inputdevice/keyboard/layout \
-xserver-xorg/config/inputdevice/keyboard/variant \
-xserver-xorg/config/inputdevice/keyboard/options \
-xserver-xorg/autodetect_keyboard; do
-   db_unregister $QUESTION || true
-  done
-fi
-if dpkg --compare-versions $2 lt-nl 1:7.4+2; then
-  db_unregister xserver-xorg/config/device/bus_id || true
-  db_unregister xserver-xorg/config/device/bus_id_error || true
-  rm -f 

xorg: Changes to 'debian-unstable'

2014-03-31 Thread Julien Cristau
 debian/scripts/vars.ppc64 |   19 ---
 1 file changed, 19 deletions(-)

New commits:
commit 0e4ae1524d8c8ee0315d78fc12a02e57265ad57f
Author: Julien Cristau jcris...@debian.org
Date:   Mon Mar 31 23:08:30 2014 +0200

Remove cruft from ppc64 driver lists file

diff --git a/debian/scripts/vars.ppc64 b/debian/scripts/vars.ppc64
index 4ecd3b4..cc5e98e 100644
--- a/debian/scripts/vars.ppc64
+++ b/debian/scripts/vars.ppc64
@@ -1,4 +1,3 @@
-
 # This file is NOT a shell script.
 #
 # This file gets included by both debian/rules (make) AND the scripts in
@@ -11,23 +10,5 @@ XSERVER_XORG_VIDEO_DEPENDS=xserver-xorg-video-ati, \
xserver-xorg-video-tdfx, \
xserver-xorg-video-trident
 
-   
-
 XSERVER_XORG_INPUT_DEPENDS=xserver-xorg-input-evdev, \
xserver-xorg-input-synaptics
-
-# , xserver-xorg-input-wacom
-
-# This file is NOT a shell script.
-#
-# This file gets included by both debian/rules (make) AND the scripts in
-# debian/scripts (Bourne shell).
-XWSC_SPECIAL_DEPENDS=xserver-xorg, \
-   xlibmesa-dri, \
-   
-XWSD_SPECIAL_DEPENDS=xlibosmesa4-dbg, \
-   xlibosmesa-dev, \
-   
-XLIBMESA_GL_SPECIAL_DEPENDS=xlibmesa-dri, \
-   
-


-- 
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/e1wujrv-0007sp...@moszumanska.debian.org



xorg: Changes to 'debian-unstable'

2014-03-31 Thread Julien Cristau
 debian/changelog |2 ++
 debian/control   |1 -
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 315e579829d77d4fc14283330cdea6038e4ea4e7
Author: Julien Cristau jcris...@debian.org
Date:   Mon Mar 31 23:13:03 2014 +0200

Drop hal dependency from xserver-xorg on kfreebsd now that we use devd

Closes: #710197

diff --git a/debian/changelog b/debian/changelog
index b746ebd..80e64b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ xorg (1:7.7+7) UNRELEASED; urgency=medium
   * Add minimal ppc64el support (closes: #742731).  Thanks, Breno Leitao!
   * Remove support for upgrades from pre-squeeze versions from maintainer
 scripts.
+  * Drop hal dependency from xserver-xorg on kfreebsd now that we use devd
+(closes: #710197)
 
  -- Julien Cristau jcris...@debian.org  Mon, 31 Mar 2014 22:53:43 +0200
 
diff --git a/debian/control b/debian/control
index 224668b..539ed11 100644
--- a/debian/control
+++ b/debian/control
@@ -36,7 +36,6 @@ Depends:
  xserver-xorg-video-all | xorg-driver-video,
  xserver-xorg-input-all | xorg-driver-input,
  xserver-xorg-input-evdev [linux-any],
- hal (= 0.5.14-4~) [kfreebsd-any],
  ${shlibs:Depends},
  ${misc:Depends},
  xkb-data (= 1.4),


-- 
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/e1wujw2-0003c2...@moszumanska.debian.org



Processed: limit source to xorg, tagging 700010, tagging 583288

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

 #xorg (1:7.7+7) UNRELEASED; urgency=medium
 #
 #  * Add powerpcspe support by copying powerpc driver lists (closes: #583288)
 #  * Add x32 support by symlinking the amd64 driver lists (closes: #700010)
 #
 limit source xorg
Limiting to bugs with field 'source' containing at least one of 'xorg'
Limit currently set to 'source':'xorg'

 tags 700010 + pending
Bug #700010 [src:xorg] src:xorg: FTBFS on x32: no debian/scripts/vars.x32
Added tag(s) pending.
 tags 583288 + pending
Bug #583288 [xorg] xorg: please add new Debian arch: powerpcspe
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
583288: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583288
700010: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700010
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.139630163113923.transcr...@bugs.debian.org



xorg: Changes to 'debian-unstable'

2014-03-31 Thread Julien Cristau
 debian/changelog   |2 ++
 debian/scripts/vars.powerpcspe |   24 
 debian/scripts/vars.x32|1 +
 3 files changed, 27 insertions(+)

New commits:
commit 2c69d69d8212328b54fa58f872c3022f4338667d
Author: Julien Cristau jcris...@debian.org
Date:   Mon Mar 31 23:29:59 2014 +0200

Add x32 support by symlinking the amd64 driver lists (closes: #700010)

diff --git a/debian/changelog b/debian/changelog
index 025d3a1..27db901 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ xorg (1:7.7+7) UNRELEASED; urgency=medium
   * Drop hal dependency from xserver-xorg on kfreebsd now that we use devd
 (closes: #710197)
   * Add powerpcspe support by copying powerpc driver lists (closes: #583288)
+  * Add x32 support by symlinking the amd64 driver lists (closes: #700010)
 
  -- Julien Cristau jcris...@debian.org  Mon, 31 Mar 2014 22:53:43 +0200
 
diff --git a/debian/scripts/vars.x32 b/debian/scripts/vars.x32
new file mode 12
index 000..5cad171
--- /dev/null
+++ b/debian/scripts/vars.x32
@@ -0,0 +1 @@
+vars.amd64
\ No newline at end of file

commit ccbec2b08268113ee8985c1876bacb7dc8e2cd68
Author: Julien Cristau jcris...@debian.org
Date:   Mon Mar 31 23:28:28 2014 +0200

Add powerpcspe support by copying powerpc driver lists (closes: #583288)

diff --git a/debian/changelog b/debian/changelog
index 80e64b2..025d3a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ xorg (1:7.7+7) UNRELEASED; urgency=medium
 scripts.
   * Drop hal dependency from xserver-xorg on kfreebsd now that we use devd
 (closes: #710197)
+  * Add powerpcspe support by copying powerpc driver lists (closes: #583288)
 
  -- Julien Cristau jcris...@debian.org  Mon, 31 Mar 2014 22:53:43 +0200
 
diff --git a/debian/scripts/vars.powerpcspe b/debian/scripts/vars.powerpcspe
new file mode 100644
index 000..fb34f2b
--- /dev/null
+++ b/debian/scripts/vars.powerpcspe
@@ -0,0 +1,24 @@
+
+# This file is NOT a shell script.
+#
+# This file gets included by both debian/rules (make) AND the scripts in
+# debian/scripts (Bourne shell).
+XSERVER_XORG_VIDEO_DEPENDS=xserver-xorg-video-ati, \
+   xserver-xorg-video-fbdev, \
+   xserver-xorg-video-mga, \
+   xserver-xorg-video-nouveau, \
+   xserver-xorg-video-savage, \
+   xserver-xorg-video-sisusb, \
+   xserver-xorg-video-tdfx, \
+   xserver-xorg-video-trident, \
+
+
+
+XSERVER_XORG_VIDEO_RECOMMENDS=
+
+
+XSERVER_XORG_INPUT_DEPENDS=xserver-xorg-input-evdev, \
+   xserver-xorg-input-synaptics
+
+
+XSERVER_XORG_INPUT_RECOMMENDS=xserver-xorg-input-wacom


-- 
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/e1wujpn-0005i8...@moszumanska.debian.org



Bug#743239: marked as done (xsever-xorg-video-vmware FTBFS on kfreebsd configure: error: Package requirements (xatracker = 0.4.0) were not met:)

2014-03-31 Thread Debian Bug Tracking System
Your message dated Mon, 31 Mar 2014 21:57:27 +
with message-id e1wukct-0002ho...@franck.debian.org
and subject line Bug#743239: fixed in xserver-xorg-video-vmware 1:13.0.2-2
has caused the Debian Bug report #743239,
regarding xsever-xorg-video-vmware FTBFS on kfreebsd configure: error: Package 
requirements (xatracker = 0.4.0) were not met:
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.)


-- 
743239: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743239
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---

Package: xsever-xorg-video-vmware
Severity: serious
Version: 1:13.0.2-1

xsever-xorg-video-vmware is now failing to build on kfreebsd

checking for XATRACKER... no
configure: error: Package requirements (xatracker = 0.4.0) were not met:

No package 'xatracker' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables XATRACKER_CFLAGS
and XATRACKER_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
dh_auto_configure: ../configure --build=x86_64-kfreebsd-gnu --prefix=/usr 
--includedir=${prefix}/include --mandir=${prefix}/share/man 
--infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--libexecdir=${prefix}/lib/xserver-xorg-video-vmware --disable-maintainer-mode 
--disable-dependency-tracking --enable-vmwarectrl-client --disable-silent-rules 
returned exit code 1
make[1]: *** [override_dh_auto_configure] Error 2


Previous versions also showed checking for XATRACKER... no but continued to 
build anyway.

Curiously the package built successfully on hurd and the hurd build log had no 
mention of xatracker at all
---End Message---
---BeginMessage---
Source: xserver-xorg-video-vmware
Source-Version: 1:13.0.2-2

We believe that the bug you reported is fixed in the latest version of
xserver-xorg-video-vmware, 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 743...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau jcris...@debian.org (supplier of updated 
xserver-xorg-video-vmware 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: Mon, 31 Mar 2014 22:37:52 +0200
Source: xserver-xorg-video-vmware
Binary: xserver-xorg-video-vmware
Architecture: source amd64
Version: 1:13.0.2-2
Distribution: sid
Urgency: medium
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 xserver-xorg-video-vmware - X.Org X server -- VMware display driver
Closes: 743239
Changes: 
 xserver-xorg-video-vmware (1:13.0.2-2) unstable; urgency=medium
 .
   * Fix build failure on kfreebsd (closes: #743239)
Checksums-Sha1: 
 8539995beec1f0b9a40d3f89c99f549233719fb8 2324 
xserver-xorg-video-vmware_13.0.2-2.dsc
 5c81442820018a2856c7935f662e34f0991d41ff 6554 
xserver-xorg-video-vmware_13.0.2-2.diff.gz
 27a39a35d3210e20eeea0078b66b8dab1b90e279 100956 
xserver-xorg-video-vmware_13.0.2-2_amd64.deb
Checksums-Sha256: 
 83e59fc631d883f96d41013a6ae0f21ac1b3eec9d2633fb0b6f009a4c1f5c851 2324 
xserver-xorg-video-vmware_13.0.2-2.dsc
 d40f3896d01d28eaf370f7f5c9d952a2a8fc3587573924e2cab9e493afadc600 6554 
xserver-xorg-video-vmware_13.0.2-2.diff.gz
 1b911fc057274e94fa1e3f90773e68e362c62d3735620aab61acf4710df280d0 100956 
xserver-xorg-video-vmware_13.0.2-2_amd64.deb
Files: 
 2ad9bb36b1b822a29291fb6255a77396 2324 x11 optional 
xserver-xorg-video-vmware_13.0.2-2.dsc
 fd1dae2a682ee61b77196e9b985d6609 6554 x11 optional 
xserver-xorg-video-vmware_13.0.2-2.diff.gz
 4cbf7aa2ff59df8a72dcfd97e11123e2 100956 x11 optional 
xserver-xorg-video-vmware_13.0.2-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTOdN5AAoJEDEBgAUJBeQMGWYQAPH5VfeV7o4M5xJFLiT5HhdH
dfV8QtrIwcnwq2K/WxiLJFrmEfI2RUVK95xcSVI/hSXZGYIOOMLosvxNd/ds9aKY
WflEgJiQg51vfD9/L+emK4ccxf0A2wkPKv1ipToMa1Lc5LTb8JKUr2S67U9uV1t0
RJb8CycpD+G/3haCTNT1KGU2j8lN2TxNfSrUinZkjNZQXon7bB8bMnIKqY23cBQ+
iG3yKcXhXrBbRa3vM7qKgO+/y+8hQVPLuPnnkDiHII3rCRL9QX4bst2bqRiYbr0w
I0T/vfYD1p+rzRrMT8kFQqA3A2KDIz62IUn32iSeRr89typI5cwCCJkiQxZ5q7rv

xserver-xorg-video-vmware_13.0.2-2_amd64.changes ACCEPTED into unstable

2014-03-31 Thread Debian FTP Masters
Mapping sid to unstable.

Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 31 Mar 2014 22:37:52 +0200
Source: xserver-xorg-video-vmware
Binary: xserver-xorg-video-vmware
Architecture: source amd64
Version: 1:13.0.2-2
Distribution: sid
Urgency: medium
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 xserver-xorg-video-vmware - X.Org X server -- VMware display driver
Closes: 743239
Changes: 
 xserver-xorg-video-vmware (1:13.0.2-2) unstable; urgency=medium
 .
   * Fix build failure on kfreebsd (closes: #743239)
Checksums-Sha1: 
 8539995beec1f0b9a40d3f89c99f549233719fb8 2324 
xserver-xorg-video-vmware_13.0.2-2.dsc
 5c81442820018a2856c7935f662e34f0991d41ff 6554 
xserver-xorg-video-vmware_13.0.2-2.diff.gz
 27a39a35d3210e20eeea0078b66b8dab1b90e279 100956 
xserver-xorg-video-vmware_13.0.2-2_amd64.deb
Checksums-Sha256: 
 83e59fc631d883f96d41013a6ae0f21ac1b3eec9d2633fb0b6f009a4c1f5c851 2324 
xserver-xorg-video-vmware_13.0.2-2.dsc
 d40f3896d01d28eaf370f7f5c9d952a2a8fc3587573924e2cab9e493afadc600 6554 
xserver-xorg-video-vmware_13.0.2-2.diff.gz
 1b911fc057274e94fa1e3f90773e68e362c62d3735620aab61acf4710df280d0 100956 
xserver-xorg-video-vmware_13.0.2-2_amd64.deb
Files: 
 2ad9bb36b1b822a29291fb6255a77396 2324 x11 optional 
xserver-xorg-video-vmware_13.0.2-2.dsc
 fd1dae2a682ee61b77196e9b985d6609 6554 x11 optional 
xserver-xorg-video-vmware_13.0.2-2.diff.gz
 4cbf7aa2ff59df8a72dcfd97e11123e2 100956 x11 optional 
xserver-xorg-video-vmware_13.0.2-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTOdN5AAoJEDEBgAUJBeQMGWYQAPH5VfeV7o4M5xJFLiT5HhdH
dfV8QtrIwcnwq2K/WxiLJFrmEfI2RUVK95xcSVI/hSXZGYIOOMLosvxNd/ds9aKY
WflEgJiQg51vfD9/L+emK4ccxf0A2wkPKv1ipToMa1Lc5LTb8JKUr2S67U9uV1t0
RJb8CycpD+G/3haCTNT1KGU2j8lN2TxNfSrUinZkjNZQXon7bB8bMnIKqY23cBQ+
iG3yKcXhXrBbRa3vM7qKgO+/y+8hQVPLuPnnkDiHII3rCRL9QX4bst2bqRiYbr0w
I0T/vfYD1p+rzRrMT8kFQqA3A2KDIz62IUn32iSeRr89typI5cwCCJkiQxZ5q7rv
AkUe3Ptx5g9LQB/E6uaX7DYlg2hy+azzLvO8Cwcur53RC+ybgrsPATCTxwW3Pc+2
aITbkNMXnoNJ7eYK2lWYYPPu7Qe8gY8CN6s88vhPxZ7NBaEwRMdOrwSGcjkXPbiS
PFNpI/VVc3hoFaptOzanxmX8jFMNd6scXso/RzLedHi/bzyqbWEI634gn40Fl6rR
Kpjq4dCOmxqybBV//NqAt9qrazzswcZpK3Fzdit7YWlCB31Tw/goXXxTb+OffJTp
ttUoBuk2sRk6L0ouPB0iuVQ2zkU5fohLa0GVgf+PfHtCvDF3sHcgFFIA7LIbCF6j
18VTRPBceRmIao7sUB5i
=CyOf
-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/e1wukct-0002hc...@franck.debian.org



Bug#743015: xinit does not handle starting X correctly

2014-03-31 Thread Paul Jones
Sure, what I'm really suggesting is a change in defaults.

Systemd is now the default init system. Currently, without this xserverrc,
startx by default breaks your systemd session. This change has been made on
other distributions that already have changed their default init systems to
systemd. The same should be made here on debian. It doesn't hurt anything.


- Paul