xorg-server: Changes to 'ubuntu'

2013-08-22 Thread Christopher Halse Rogers
 debian/changelog  |6 
 debian/patches/xmir.patch |   62 +++---
 2 files changed, 37 insertions(+), 31 deletions(-)

New commits:
commit 11f4fd0029e93f92723c8a883d822d917622cf86
Author: Christopher James Halse Rogers christopher.halse.rog...@canonical.com
Date:   Thu Aug 22 15:19:56 2013 +1000

Fix build by using the actual API, not the API the docs tell you to use

diff --git a/debian/changelog b/debian/changelog
index 6d7b809..79bdfde 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xorg-server (2:1.14.2.901-2ubuntu3) saucy; urgency=low
+
+  * xmir.patch: Use the API we have, not the API we've documented
+
+ -- Christopher James Halse Rogers r...@ubuntu.com  Thu, 22 Aug 2013 
15:18:55 +1000
+
 xorg-server (2:1.14.2.901-2ubuntu2) saucy; urgency=low
 
   * xmir.patch: Update for new API
diff --git a/debian/patches/xmir.patch b/debian/patches/xmir.patch
index cb2c269..6e5dab8 100644
--- a/debian/patches/xmir.patch
+++ b/debian/patches/xmir.patch
@@ -1,7 +1,7 @@
 Index: xserver/configure.ac
 ===
 xserver.orig/configure.ac  2013-08-22 14:24:31.413804619 +1000
-+++ xserver/configure.ac   2013-08-22 14:24:31.401804618 +1000
+--- xserver.orig/configure.ac  2013-08-22 15:18:34.437916132 +1000
 xserver/configure.ac   2013-08-22 15:18:34.425916132 +1000
 @@ -639,6 +639,7 @@
  AC_ARG_ENABLE(libdrm, AS_HELP_STRING([--enable-libdrm], [Build Xorg 
with libdrm support (default: enabled)]), [DRM=$enableval],[DRM=yes])
  AC_ARG_ENABLE(clientids,  AS_HELP_STRING([--disable-clientids], [Build 
Xorg with client ID tracking (default: enabled)]), [CLIENTIDS=$enableval], 
[CLIENTIDS=yes])
@@ -36,8 +36,8 @@ Index: xserver/configure.ac
  hw/dmx/doc/Makefile
 Index: xserver/hw/xfree86/Makefile.am
 ===
 xserver.orig/hw/xfree86/Makefile.am2013-08-22 14:24:31.413804619 
+1000
-+++ xserver/hw/xfree86/Makefile.am 2013-08-22 14:24:31.401804618 +1000
+--- xserver.orig/hw/xfree86/Makefile.am2013-08-22 15:18:34.437916132 
+1000
 xserver/hw/xfree86/Makefile.am 2013-08-22 15:18:34.425916132 +1000
 @@ -25,15 +25,20 @@
  INT10_SUBDIR = int10
  endif
@@ -63,8 +63,8 @@ Index: xserver/hw/xfree86/Makefile.am
  nodist_Xorg_SOURCES = sdksyms.c
 Index: xserver/hw/xfree86/common/xf86Config.c
 ===
 xserver.orig/hw/xfree86/common/xf86Config.c2013-08-22 
14:24:31.413804619 +1000
-+++ xserver/hw/xfree86/common/xf86Config.c 2013-08-22 14:24:31.405804618 
+1000
+--- xserver.orig/hw/xfree86/common/xf86Config.c2013-08-22 
15:18:34.437916132 +1000
 xserver/hw/xfree86/common/xf86Config.c 2013-08-22 15:18:34.429916132 
+1000
 @@ -117,6 +117,7 @@
  {.name = fb,.toLoad = TRUE,.load_opt = NULL},
  {.name = shadow,.toLoad = TRUE,.load_opt = NULL},
@@ -93,8 +93,8 @@ Index: xserver/hw/xfree86/common/xf86Config.c
   * not be loaded 
 Index: xserver/hw/xfree86/common/xf86Globals.c
 ===
 xserver.orig/hw/xfree86/common/xf86Globals.c   2013-08-22 
14:24:31.413804619 +1000
-+++ xserver/hw/xfree86/common/xf86Globals.c2013-08-22 14:24:31.405804618 
+1000
+--- xserver.orig/hw/xfree86/common/xf86Globals.c   2013-08-22 
15:18:34.437916132 +1000
 xserver/hw/xfree86/common/xf86Globals.c2013-08-22 15:18:34.429916132 
+1000
 @@ -206,3 +206,6 @@
  #endif
  RootWinPropPtr *xf86RegisteredPropertiesTable = NULL;
@@ -104,8 +104,8 @@ Index: xserver/hw/xfree86/common/xf86Globals.c
 +const char *mirSocket = NULL;
 Index: xserver/hw/xfree86/common/xf86Init.c
 ===
 xserver.orig/hw/xfree86/common/xf86Init.c  2013-08-22 14:24:31.413804619 
+1000
-+++ xserver/hw/xfree86/common/xf86Init.c   2013-08-22 14:24:31.405804618 
+1000
+--- xserver.orig/hw/xfree86/common/xf86Init.c  2013-08-22 15:18:34.437916132 
+1000
 xserver/hw/xfree86/common/xf86Init.c   2013-08-22 15:18:34.429916132 
+1000
 @@ -554,7 +554,7 @@
   * needed at this early stage.
   */
@@ -181,8 +181,8 @@ Index: xserver/hw/xfree86/common/xf86Init.c
  ErrorF(\n);
 Index: xserver/hw/xfree86/common/xf86Priv.h
 ===
 xserver.orig/hw/xfree86/common/xf86Priv.h  2013-08-22 14:24:31.413804619 
+1000
-+++ xserver/hw/xfree86/common/xf86Priv.h   2013-08-22 14:24:31.405804618 
+1000
+--- xserver.orig/hw/xfree86/common/xf86Priv.h  2013-08-22 15:18:34.437916132 
+1000
 xserver/hw/xfree86/common/xf86Priv.h   2013-08-22 15:18:34.429916132 
+1000
 @@ -93,6 +93,9 @@
  extern _X_EXPORT const char *xf86VisualNames[];
  extern _X_EXPORT int xf86Verbose;   /* verbosity level */
@@ -196,7 +196,7 @@ Index: 

xserver-xorg-video-intel: Changes to 'ubuntu'

2013-08-22 Thread Maarten Lankhorst
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)

New commits:
commit 7901365471093b5cbb19e10bc28ff2e00a717129
Author: Maarten Lankhorst maarten.lankho...@canonical.com
Date:   Thu Aug 22 09:18:20 2013 +0200

Re-add changes to xmir.

diff --git a/debian/changelog b/debian/changelog
index b93dc81..4f1dc36 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-video-intel (2:2.21.14-4ubuntu2) saucy; urgency=low
+
+  * Re-add changes to xmir.
+
+ -- Maarten Lankhorst maarten.lankho...@ubuntu.com  Thu, 15 Aug 2013 
10:36:22 +0200
+
 xserver-xorg-video-intel (2:2.21.14-4ubuntu1) saucy; urgency=low
 
   * New upstream release. (LP: #1204261, #1203273, #1172450)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vcpa0-0008ak...@vasks.debian.org



Re: [PATCH 7/7] rules: Don't fail on new symbols.

2013-08-22 Thread Maarten Lankhorst
Op 21-08-13 23:19, Jon Severinsson schreef:
 ---
  debian/changelog |1 +
  debian/rules |5 -
  2 filer ändrade, 1 tillägg(+), 5 borttagningar(-)

 diff --git a/debian/changelog b/debian/changelog
 index 7f554e49..e523baa2 100644
 --- a/debian/changelog
 +++ b/debian/changelog
 @@ -7,6 +7,7 @@ mesa (9.2~rc1-2) UNRELEASED; urgency=low
* libgl1-mesa(-swx11)-dev.install.in: Install the correct pkgconfig/gl.pc 
 files.
* rules: Add --disable-shared-glapi to the swx11-i386-i686 target.
* rules: Enable the llvm shader compiler for r600g.
 +  * rules: Don't fail on new symbols.
  
   -- Jon Severinsson j...@severinsson.net  Tue, 20 Aug 2013 18:00:00 +0200
  
 diff --git a/debian/rules b/debian/rules
 index 113c7838..24a3a161 100755
 --- a/debian/rules
 +++ b/debian/rules
 @@ -274,12 +274,7 @@ binary-arch: install
   dh_strip $(foreach p,$(nodbgpkg),-p$(p))
   dh_compress -s
   dh_fixperms -s
 -ifeq (,$(filter sparc sparc64,$(DEB_HOST_ARCH)))
 - dh_makeshlibs -s -- -c4
 -else
 - # Temporarily work around FTBFS on sparc, ignore new symbols:
   dh_makeshlibs -s -- -c1
 -endif
   dh_installdeb -s
   dh_shlibdeps -s
   dh_gencontrol -s
Why?


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/5215cd63.9070...@canonical.com



mesa: Changes to 'debian-experimental'

2013-08-22 Thread Maarten Lankhorst
 debian/changelog|   11 +++
 debian/control  |   11 ++-
 debian/libgl1-mesa-dev.install.in   |2 +-
 debian/libgl1-mesa-swx11-dev.install.in |1 +
 debian/not-installed|1 -
 debian/rules|1 +
 6 files changed, 20 insertions(+), 7 deletions(-)

New commits:
commit 5aad2c32924dc806c2703b239af88b0805a793f3
Author: Jon Severinsson j...@severinsson.net
Date:   Wed Aug 21 23:19:02 2013 +0200

rules: Add --disable-shared-glapi to the swx11-i386-i686 target.

Already explicitly disabled in the other swx11 builds.

diff --git a/debian/changelog b/debian/changelog
index 46e7541..9b51e60 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ mesa (9.2~rc1-2) UNRELEASED; urgency=low
   * control: Bump libdrm-dev build-dependency to 2.4.45.
   * control: Add versioned libglapi-mesa dependency to libosmesa6.
   * libgl1-mesa(-swx11)-dev.install.in: Install the correct pkgconfig/gl.pc 
files.
+  * rules: Add --disable-shared-glapi to the swx11-i386-i686 target.
 
  -- Jon Severinsson j...@severinsson.net  Tue, 20 Aug 2013 18:00:00 +0200
 
diff --git a/debian/rules b/debian/rules
index 11267ba..d7564d5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -147,6 +147,7 @@ confflags-swx11-i386-i686 = \
--with-gallium-drivers= \
--enable-xlib-glx \
--disable-egl \
+   --disable-shared-glapi \
--libdir=/usr/lib/$(DEB_HOST_MULTIARCH)/i686/cmov \
$(buildflags-i686)
 

commit 22f172cba8ef32c7d0611710868877a42a1aead7
Author: Jon Severinsson j...@severinsson.net
Date:   Wed Aug 21 23:19:01 2013 +0200

libgl1-mesa(-swx11)-dev.install.in: Install the correct pkgconfig/gl.pc 
files.

Previously the swx11 file was installed in dri dev package, and no pc file 
was installed in the swx11 dev package.

diff --git a/debian/changelog b/debian/changelog
index 95bd5b3..46e7541 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ mesa (9.2~rc1-2) UNRELEASED; urgency=low
   * control: Recommend libtxc-dxtn-s2tc0 | libtxc-dxtn0, not just the virtual 
libtxc-dxtn0.
   * control: Bump libdrm-dev build-dependency to 2.4.45.
   * control: Add versioned libglapi-mesa dependency to libosmesa6.
+  * libgl1-mesa(-swx11)-dev.install.in: Install the correct pkgconfig/gl.pc 
files.
 
  -- Jon Severinsson j...@severinsson.net  Tue, 20 Aug 2013 18:00:00 +0200
 
diff --git a/debian/libgl1-mesa-dev.install.in 
b/debian/libgl1-mesa-dev.install.in
index 6c9b794..1eebcc9 100644
--- a/debian/libgl1-mesa-dev.install.in
+++ b/debian/libgl1-mesa-dev.install.in
@@ -1,2 +1,2 @@
 dri/usr/lib/${DEB_HOST_MULTIARCH}/libGL.so  usr/lib/${DEB_HOST_MULTIARCH}
-usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/gl.pc
+dri/usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/gl.pc 
usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig
diff --git a/debian/libgl1-mesa-swx11-dev.install.in 
b/debian/libgl1-mesa-swx11-dev.install.in
index 8318ac8..e925ddd 100644
--- a/debian/libgl1-mesa-swx11-dev.install.in
+++ b/debian/libgl1-mesa-swx11-dev.install.in
@@ -1,2 +1,3 @@
 usr/lib/${DEB_HOST_MULTIARCH}/libGL.a
 usr/lib/${DEB_HOST_MULTIARCH}/libGL.so
+usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/gl.pc
diff --git a/debian/not-installed b/debian/not-installed
index e9eb46d..03e3006 100644
--- a/debian/not-installed
+++ b/debian/not-installed
@@ -4,7 +4,6 @@
 NOT_INSTALLED := \
dri/usr/include/GL/wglext.h \
dri/usr/include/GL/wmesa.h \
-   dri/usr/lib/*/pkgconfig/gl.pc \
usr/include/GL/glext.h \
usr/include/GL/gl.h \
usr/include/GL/gl_mangle.h \

commit 1d54b6cd35e879e07516e95054bb37021f42f4b3
Author: Jon Severinsson j...@severinsson.net
Date:   Wed Aug 21 23:19:00 2013 +0200

control: Add versioned libglapi-mesa dependency to libosmesa6.

libglapi is not ABI-stable and ${shlibs:Depends} only adds an unversioned 
dependency.

diff --git a/debian/changelog b/debian/changelog
index d001804..95bd5b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ mesa (9.2~rc1-2) UNRELEASED; urgency=low
   [ Jon Severinsson ]
   * control: Recommend libtxc-dxtn-s2tc0 | libtxc-dxtn0, not just the virtual 
libtxc-dxtn0.
   * control: Bump libdrm-dev build-dependency to 2.4.45.
+  * control: Add versioned libglapi-mesa dependency to libosmesa6.
 
  -- Jon Severinsson j...@severinsson.net  Tue, 20 Aug 2013 18:00:00 +0200
 
diff --git a/debian/control b/debian/control
index 702a2de..494f003 100644
--- a/debian/control
+++ b/debian/control
@@ -752,6 +752,7 @@ Architecture: any
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},
+ libglapi-mesa (= ${binary:Version}),
 Replaces: libgl1-mesa-swx11 ( 6.5.2)
 Pre-Depends: ${misc:Pre-Depends}
 Multi-Arch: same

commit f04847a8ad99dde8bdc8dbb38a2b2ccfaf46df6c
Author: Jon Severinsson j...@severinsson.net
Date:   Wed Aug 21 23:18:59 2013 +0200

control: Bump libdrm-dev build-dependency to 2.4.45.

diff --git 

mesa: Changes to 'debian-experimental'

2013-08-22 Thread Maarten Lankhorst
 debian/changelog |3 +++
 debian/control   |2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit b30a2a16bfeabe7db5ec003f931965a35e701294
Author: Maarten Lankhorst maarten.lankho...@canonical.com
Date:   Thu Aug 22 11:40:45 2013 +0200

Bump libdrm-dev to 2.4.46.

diff --git a/debian/changelog b/debian/changelog
index 9b51e60..316be8c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,9 @@ mesa (9.2~rc1-2) UNRELEASED; urgency=low
   * libgl1-mesa(-swx11)-dev.install.in: Install the correct pkgconfig/gl.pc 
files.
   * rules: Add --disable-shared-glapi to the swx11-i386-i686 target.
 
+  [ Maarten Lankhorst ]
+  * Bump libdrm-dev to 2.4.46.
+
  -- Jon Severinsson j...@severinsson.net  Tue, 20 Aug 2013 18:00:00 +0200
 
 mesa (9.2~rc1-1) experimental; urgency=low
diff --git a/debian/control b/debian/control
index 494f003..7c5e205 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends:
  debhelper (= 8.1.3),
  quilt (= 0.40),
  pkg-config,
- libdrm-dev (= 2.4.45) [!hurd-any],
+ libdrm-dev (= 2.4.46) [!hurd-any],
  libx11-dev,
  x11proto-gl-dev (= 1.4.14),
  libxxf86vm-dev,


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vcrnt-ye...@vasks.debian.org



Processing of xorg-server_1.12.4-6.2_amd64.changes

2013-08-22 Thread Debian FTP Masters
xorg-server_1.12.4-6.2_amd64.changes uploaded successfully to localhost
along with the files:
  xorg-server_1.12.4-6.2.dsc
  xorg-server_1.12.4-6.2.diff.gz
  xserver-common_1.12.4-6.2_all.deb
  xserver-xorg-core_1.12.4-6.2_amd64.deb
  xserver-xorg-core-udeb_1.12.4-6.2_amd64.udeb
  xserver-xorg-dev_1.12.4-6.2_amd64.deb
  xdmx_1.12.4-6.2_amd64.deb
  xdmx-tools_1.12.4-6.2_amd64.deb
  xnest_1.12.4-6.2_amd64.deb
  xvfb_1.12.4-6.2_amd64.deb
  xserver-xephyr_1.12.4-6.2_amd64.deb
  xserver-xfbdev_1.12.4-6.2_amd64.deb
  xserver-xorg-core-dbg_1.12.4-6.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: http://lists.debian.org/e1vcyoz-0006ro...@franck.debian.org



xorg-server_1.12.4-6.2_amd64.changes ACCEPTED into unstable

2013-08-22 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 22 Aug 2013 18:34:21 +0200
Source: xorg-server
Binary: xserver-xorg-core xserver-xorg-core-udeb xserver-xorg-dev xdmx 
xdmx-tools xnest xvfb xserver-xephyr xserver-xfbdev xserver-xorg-core-dbg 
xserver-common
Architecture: source all amd64
Version: 2:1.12.4-6.2
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: Michael Stapelberg stapelb...@debian.org
Description: 
 xdmx   - distributed multihead X server
 xdmx-tools - Distributed Multihead X tools
 xnest  - Nested X server
 xserver-common - common files used by various X servers
 xserver-xephyr - nested X server
 xserver-xfbdev - Linux framebuffer device tiny 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
Changes: 
 xorg-server (2:1.12.4-6.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Cherry-pick Julien Cristau’s commits from debian-experimental:
 Use libbsd-overlay to get missing declarations on kfreebsd and fix FTBFS.
 02_improve-posix-saved-ids-check.diff
Checksums-Sha1: 
 b0888a6ede3b8ee53288355eb126ed3de8db48c6 4152 xorg-server_1.12.4-6.2.dsc
 873c62832fbcfa52ff941bcbdcca688902905d89 91810 xorg-server_1.12.4-6.2.diff.gz
 4c0f37cb87898fbb4c558750897221bbd5886b36 1392080 
xserver-common_1.12.4-6.2_all.deb
 591460400e5a4a4e6668d90011dc275a6624cdd3 1360744 
xserver-xorg-core_1.12.4-6.2_amd64.deb
 b39b7eaa20b759146dd9a4963e3e4a7f3f25f135 858338 
xserver-xorg-core-udeb_1.12.4-6.2_amd64.udeb
 ab595ca59238437e3afabe9862fd67b244e58384 243282 
xserver-xorg-dev_1.12.4-6.2_amd64.deb
 f9d0160bceac05f6d03d5f4582be7ba9063cc4f3 754192 xdmx_1.12.4-6.2_amd64.deb
 15caa6d36438cd9cc203c5f038cf916f1fb572d8 91686 xdmx-tools_1.12.4-6.2_amd64.deb
 23eebdcbd48c8009b5eccb55083153bc5d15e835 660668 xnest_1.12.4-6.2_amd64.deb
 c337f986076c768530f9c57ce5e3b18584322c38 746758 xvfb_1.12.4-6.2_amd64.deb
 bb6f90d1260e963323871bfb7e5faad76b295ead 818398 
xserver-xephyr_1.12.4-6.2_amd64.deb
 1b0f9b3c32842836d943813d2d03178bf4fe0e01 756744 
xserver-xfbdev_1.12.4-6.2_amd64.deb
 c007ce7c0afa1a1fdba4060e4e8a3f68439a2946 4155546 
xserver-xorg-core-dbg_1.12.4-6.2_amd64.deb
Checksums-Sha256: 
 b8b828e2b781aefa7ff429917aa00a0a7281ef0439c709f78273aa00fb0cb352 4152 
xorg-server_1.12.4-6.2.dsc
 f7defeb740bc6e67ff362b57aca0ee42b91390fb2a60c9196d528eaaab161117 91810 
xorg-server_1.12.4-6.2.diff.gz
 f4112c1e50a92754730b4b0139c4b4f3cda919bfa1b50107c5b3cbb5b20c3bea 1392080 
xserver-common_1.12.4-6.2_all.deb
 fd298ddf708cb4749a0981d837a4adda1214f949c346662f9eba1ce640906678 1360744 
xserver-xorg-core_1.12.4-6.2_amd64.deb
 a81b4e499f23dac9156d68965c65e01ca6ee9339305190c06173ef839151bc3f 858338 
xserver-xorg-core-udeb_1.12.4-6.2_amd64.udeb
 27e30aee0c269d560b04cd05a55ce24afd061d00f5ed856d0cd03a36b8337ea8 243282 
xserver-xorg-dev_1.12.4-6.2_amd64.deb
 e1b41515b02f0be9bb13498aa9f0dd6f82f1bd89e06f10d56f3916b01dc4114c 754192 
xdmx_1.12.4-6.2_amd64.deb
 9f13262a6cf82d581a31c8a3fbf507213db0ee454ed87c3a5b01148e0780cc22 91686 
xdmx-tools_1.12.4-6.2_amd64.deb
 2c88c894f7f718da122cd7ac24d11a1f8ce4bd44324329972a83d30c4e501960 660668 
xnest_1.12.4-6.2_amd64.deb
 64a3a87a5d52f4f2c1e0f6389f11019877a195770581f760d009d6d8f2e8d49e 746758 
xvfb_1.12.4-6.2_amd64.deb
 5a6f7c5bf0c69940f9ff6e4fb606f5e355720118f8591c4165c9ce95a9a2cef8 818398 
xserver-xephyr_1.12.4-6.2_amd64.deb
 a5b89541ade9aaae8ee074be3ddedf8e21d34533c6c318454f0c79ee7f6c84de 756744 
xserver-xfbdev_1.12.4-6.2_amd64.deb
 6cd86e3c305e0f62838da0a92883dfa1a71ffe174bc24f6f1b1aacf21412fa01 4155546 
xserver-xorg-core-dbg_1.12.4-6.2_amd64.deb
Files: 
 7c3c24ed60bd6ba898ed8f3ff648f2be 4152 x11 optional xorg-server_1.12.4-6.2.dsc
 86f2eec1077f37a6b5aa3b6fd9a5fb72 91810 x11 optional 
xorg-server_1.12.4-6.2.diff.gz
 3d7e2f63e657fb05929b761533e589a6 1392080 x11 optional 
xserver-common_1.12.4-6.2_all.deb
 1a6eec3886f82149b802968705749eae 1360744 x11 optional 
xserver-xorg-core_1.12.4-6.2_amd64.deb
 4cbc146a164f907655c69273c9af1e02 858338 debian-installer optional 
xserver-xorg-core-udeb_1.12.4-6.2_amd64.udeb
 a6f88ecf241e1375ec9984f3eea6cd4e 243282 x11 optional 
xserver-xorg-dev_1.12.4-6.2_amd64.deb
 07fb8bf7b8e97be3044111c80dad7f35 754192 x11 optional xdmx_1.12.4-6.2_amd64.deb
 332db17855961c30ec13e1de3a76a05e 91686 x11 optional 
xdmx-tools_1.12.4-6.2_amd64.deb
 7a704adb28d8bc1712481fe388caee0e 660668 x11 optional xnest_1.12.4-6.2_amd64.deb
 8bed36d549c43a4bd1a8b0519e402ba4 746758 x11 optional xvfb_1.12.4-6.2_amd64.deb
 e80b3914cc52a09d34d84cc9d4e4c00b 818398 x11 optional 
xserver-xephyr_1.12.4-6.2_amd64.deb
 31e9b969501bee332de3585ba0110d0a 756744 x11 optional 
xserver-xfbdev_1.12.4-6.2_amd64.deb
 7dca9fe14c04fa8aef4844302dfaadf7 4155546 debug extra 

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

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

 #
 # bts-link upstream status pull for source package xserver-xorg-video-nouveau
 # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
 #
 user bts-link-upstr...@lists.alioth.debian.org
Setting user to bts-link-upstr...@lists.alioth.debian.org (was 
bts-link-de...@lists.alioth.debian.org).
 # remote status report for #613299 (http://bugs.debian.org/613299)
 # Bug title: xserver-xorg-video-nouveau: missing xv video overlay
 #  * https://bugs.freedesktop.org/show_bug.cgi?id=25965
 #  * remote status changed: NEW - RESOLVED
 #  * remote resolution changed: (?) - INVALID
 #  * closed upstream
 tags 613299 + fixed-upstream
Bug #613299 [xserver-xorg-video-nouveau] xserver-xorg-video-nouveau: missing xv 
video overlay
Added tag(s) fixed-upstream.
 usertags 613299 - status-NEW
Usertags were: status-NEW.
Usertags are now: .
 usertags 613299 + status-RESOLVED resolution-INVALID
There were no usertags set.
Usertags are now: status-RESOLVED resolution-INVALID.
 # remote status report for #620138 (http://bugs.debian.org/620138)
 # Bug title: xserver-xorg-video-nouveau: Frozen graphics (mouse still moves)
 #  * https://bugs.freedesktop.org/show_bug.cgi?id=36382
 #  * remote status changed: NEW - RESOLVED
 #  * remote resolution changed: (?) - INVALID
 #  * closed upstream
 tags 620138 + fixed-upstream
Bug #620138 [xserver-xorg-video-nouveau] xserver-xorg-video-nouveau: Frozen 
graphics (mouse still moves)
Added tag(s) fixed-upstream.
 usertags 620138 - status-NEW
Usertags were: status-NEW.
Usertags are now: .
 usertags 620138 + status-RESOLVED resolution-INVALID
There were no usertags set.
Usertags are now: status-RESOLVED resolution-INVALID.
 # remote status report for #632247 (http://bugs.debian.org/632247)
 # Bug title: xserver-xorg-video-nouveau: xserver crash after gdm3 login, EQ 
 overflowing... (gdb backtrace attached)
 #  * https://bugs.freedesktop.org/show_bug.cgi?id=38984
 #  * remote status changed: NEW - RESOLVED
 #  * remote resolution changed: (?) - FIXED
 #  * closed upstream
 tags 632247 + fixed-upstream
Bug #632247 [xserver-xorg-video-nouveau] xserver-xorg-video-nouveau: xserver 
crash after gdm3 login, EQ overflowing... (gdb backtrace attached)
Added tag(s) fixed-upstream.
 usertags 632247 - status-NEW
Usertags were: status-NEW.
Usertags are now: .
 usertags 632247 + status-RESOLVED resolution-FIXED
There were no usertags set.
Usertags are now: status-RESOLVED resolution-FIXED.
 # remote status report for #700946 (http://bugs.debian.org/700946)
 # Bug title: xserver-xorg-video-nouveau: fails to modprobe nouveau: KMS not 
 enabled
 #  * https://bugs.freedesktop.org/show_bug.cgi?id=60772
 #  * remote status changed: NEW - RESOLVED
 #  * remote resolution changed: (?) - WONTFIX
 #  * upstream said bug is wontfix
 tags 700946 + upstream wontfix
Bug #700946 [xserver-xorg-video-nouveau] xserver-xorg-video-nouveau: fails to 
modprobe nouveau: KMS not enabled
Added tag(s) upstream and wontfix.
 usertags 700946 - status-NEW
Usertags were: status-NEW.
Usertags are now: .
 usertags 700946 + status-RESOLVED resolution-WONTFIX
There were no usertags set.
Usertags are now: resolution-WONTFIX status-RESOLVED.
 thanks
Stopping processing here.

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


--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.1377193084933.transcr...@bugs.debian.org