xorg-server: Changes to 'ubuntu'

2014-02-19 Thread Maarten Lankhorst
 debian/changelog |   19 ++
 debian/control   |   14 +++--
 debian/patches/fix-ftbfs-ppc64el.patch   |   13 
 debian/patches/series|4 ++-
 debian/patches/xf86-ignore-conflicting-rr-caps.patch |   20 +++
 5 files changed, 67 insertions(+), 3 deletions(-)

New commits:
commit d9c4d93f1488f3c9a21d42d19631f1b924ff00fd
Author: Maarten Lankhorst 
Date:   Thu Feb 13 14:15:11 2014 +0100

fix ftbfs on ppc64el and add breaks/replaces in xserver-common

diff --git a/debian/changelog b/debian/changelog
index 736daa3..ce8e09d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+xorg-server (2:1.15.0-1ubuntu6) trusty; urgency=low
+
+  * Add a small patch to hopefully fix FTBFS on ppc64el.
+  * Add breaks/replaces on xserver-common-lts-* to fix upgrades from precise.
+
+ -- Maarten Lankhorst   Thu, 13 Feb 2014 
14:06:11 +0100
+
+xorg-server (2:1.15.0-1ubuntu5) trusty; urgency=medium
+
+  * Another no-change rebuild against latest Mir
+
+ -- Łukasz 'sil2100' Zemczak   Wed, 12 Feb 2014 
18:33:20 +0100
+
 xorg-server (2:1.15.0-1ubuntu4) trusty; urgency=low
 
   * Only set RR caps that are appropriate to main/gpu screen. (LP: #1277014)
diff --git a/debian/control b/debian/control
index e24d8a7..f3480dc 100644
--- a/debian/control
+++ b/debian/control
@@ -90,7 +90,7 @@ Build-Depends:
 # getpeereid()
  libbsd-dev [kfreebsd-any],
 # XMir
- libmirclient-dev (>= 0.0.8+13.10.20130803) [!arm64 !powerpc !ppc64el],
+ libmirclient-dev (>= 0.1.5) [!arm64 !powerpc !ppc64el],
  libatomic-ops-dev,
 Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/xserver/xorg-server
@@ -352,7 +352,17 @@ Depends:
 Recommends:
  xfonts-base,
  xauth,
-Replaces: xserver-xorg-core (<< 2:1.5.2)
+Breaks:
+ xserver-common-lts-quantal (<< 3:0),
+ xserver-common-lts-raring (<< 3:0),
+ xserver-common-lts-saucy (<< 3:0),
+ xserver-common-lts-trusty (<< 3:0),
+Replaces:
+ xserver-common-lts-quantal (<< 3:0),
+ xserver-common-lts-raring (<< 3:0),
+ xserver-common-lts-saucy (<< 3:0),
+ xserver-common-lts-trusty (<< 3:0),
+ xserver-xorg-core (<< 2:1.5.2)
 Description: common files used by various X servers
  This package provides files necessary for all X.Org based X servers.
 
diff --git a/debian/patches/fix-ftbfs-ppc64el.patch 
b/debian/patches/fix-ftbfs-ppc64el.patch
new file mode 100644
index 000..f188ac8
--- /dev/null
+++ b/debian/patches/fix-ftbfs-ppc64el.patch
@@ -0,0 +1,13 @@
+diff --git a/hw/kdrive/src/kinput.c b/hw/kdrive/src/kinput.c
+index a9a9fa5..f88cdc0 100644
+--- a/hw/kdrive/src/kinput.c
 b/hw/kdrive/src/kinput.c
+@@ -221,7 +221,7 @@ KdUnregisterFd(void *closure, int fd, Bool do_close)
+ if (do_close)
+ close(kdInputFds[i].fd);
+ kdNumInputFds--;
+-for (j = i; j < (kdNumInputFds - 1); j++)
++for (j = i; j < (kdNumInputFds - 1) && j < (KD_MAX_INPUT_FDS - 
1); j++)
+ kdInputFds[j] = kdInputFds[j + 1];
+ break;
+ }
diff --git a/debian/patches/series b/debian/patches/series
index ca99580..f033d85 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -45,5 +45,6 @@ rrcrtc-brackets-are-hard.patch
 config-add-no-removal.patch
 xf86-ignore-conflicting-rr-caps.patch
 
-xmir.patch
 pixman-validate.patch
+fix-ftbfs-ppc64el.patch
+xmir.patch

commit 91c445bc8b5d43d3531324e238f0cb4c513f1f1a
Author: Maarten Lankhorst 
Date:   Mon Feb 10 18:51:30 2014 +0100

release to trusty

diff --git a/debian/changelog b/debian/changelog
index b5d8f02..736daa3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-xorg-server (2:1.15.0-1ubuntu4) UNRELEASED; urgency=low
+xorg-server (2:1.15.0-1ubuntu4) trusty; urgency=low
 
   * Only set RR caps that are appropriate to main/gpu screen. (LP: #1277014)
 
- -- Maarten Lankhorst   Mon, 10 Feb 2014 
16:45:13 +0100
+ -- Maarten Lankhorst   Mon, 10 Feb 2014 
18:51:19 +0100
 
 xorg-server (2:1.15.0-1ubuntu3) trusty; urgency=low
 

commit 4b1537a61e412cab50e4e673cde5b8449055147b
Author: Maarten Lankhorst 
Date:   Mon Feb 10 18:51:07 2014 +0100

Only set RR caps that are appropriate to main/gpu screen. (LP: #1277014)

diff --git a/debian/changelog b/debian/changelog
index 74ff76f..b5d8f02 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xorg-server (2:1.15.0-1ubuntu4) UNRELEASED; urgency=low
+
+  * Only set RR caps that are appropriate to main/gpu screen. (LP: #1277014)
+
+ -- Maarten Lankhorst   Mon, 10 Feb 2014 
16:45:13 +0100
+
 xorg-server (2:1.15.0-1ubuntu3) trusty; urgency=low
 
   * No-change rebuild against correct libgcrypt.
diff --git a/debian/patches/series b/debian/patches/series
index df7d837..ca99580 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -43,6 +43,7 @@ xf86-inactive-gpuscreen.patch
 xrandr-rroutputchanged-main.patch
 rrcrtc-brack

xcb-util-wm: Changes to 'upstream-unstable'

2014-02-19 Thread Arnaud Fontaine
 .gitignore  |3 +--
 COPYING |   27 +++
 NEWS|   18 +-
 README  |   19 +++
 autogen.sh  |   15 +++
 configure.ac|   18 ++
 ewmh/Makefile.am|   18 --
 ewmh/ewmh.c.m4  |   18 --
 ewmh/xcb-ewmh.pc.in |2 +-
 icccm/Makefile.am   |   10 +++---
 icccm/icccm.c   |4 
 m4  |2 +-
 xcb_util_intro.in   |   24 
 13 files changed, 114 insertions(+), 64 deletions(-)

New commits:
commit 24eb17df2e1245885e72c9d4bbb0a0f69f0700f2
Author: Arnaud Fontaine 
Date:   Wed Feb 19 20:23:08 2014 +0900

Release 0.4.1.

Signed-off-by: Arnaud Fontaine 

diff --git a/NEWS b/NEWS
index 66d5913..cb7b6a1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Release 0.4.1 (2014-02-19)
+==
+
+- xcb-proto should have never been required as xcb provides the Atoms.
+- Do not distribute ewmh C source file as they are generated with M4.
+- config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES.
+- config: use AC_CONFIG_HEADERS to create a config.h file.
+- make: implement the silent rules for m4 generated files.
+- make: compile the library with standard xorg warning flags.
+  - Bump required xorg-macros version to >= 1.16.0.
+  
 Release 0.4.0 (2014-01-19)
 ==
 
diff --git a/configure.ac b/configure.ac
index f95a93f..efbd906 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 dnl XCB_UTIL_M4_WITH_INCLUDE_PATH requires Autoconf >= 2.62
 AC_PREREQ(2.62)
-AC_INIT([xcb-util-wm],[0.4.0],
+AC_INIT([xcb-util-wm],[0.4.1],
 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xcb&component=Utils],
 [xcb-util-wm])
 AC_CONFIG_SRCDIR([Makefile.am])

commit d299dc68509fdecd02a5136bcf6285ae5b454e8f
Author: Arnaud Fontaine 
Date:   Mon Feb 17 18:18:07 2014 +0900

Follow changes in m4 submodule.

diff --git a/m4 b/m4
index 9dd4002..f662e3a 16
--- a/m4
+++ b/m4
@@ -1 +1 @@
-Subproject commit 9dd400297f673851dfaea22de2b51583c7b89cb6
+Subproject commit f662e3a93ebdec3d1c9374382dcc070093a42fed

commit dbc3e15004598dc94f26b7221ef5a61f4d3b2f61
Author: Gaetan Nadon 
Date:   Thu Feb 6 16:55:53 2014 -0500

make: compile the library with standard xorg warning flags

The new BASE_CFLAGS variable contains only warning flags that do not
alter the generated byte code, unlike the deprecated CWARNFLAGS which
turns off the GNUCC strict aliasing optimization.

Also, update m4 submodule as util-macros version 1.16 or later is required.

Signed-off-by: Gaetan Nadon 
Signed-off-by: Arnaud Fontaine 

diff --git a/ewmh/Makefile.am b/ewmh/Makefile.am
index e2b428d..488d006 100644
--- a/ewmh/Makefile.am
+++ b/ewmh/Makefile.am
@@ -3,7 +3,7 @@ lib_LTLIBRARIES = libxcb-ewmh.la
 
 nodist_xcbinclude_HEADERS = xcb_ewmh.h
 
-AM_CFLAGS = $(CWARNFLAGS)
+AM_CFLAGS = $(BASE_CFLAGS)
 AM_CPPFLAGS = $(XCB_CFLAGS)
 
 libxcb_ewmh_la_SOURCES = ewmh.c.m4 atomlist.m4 xcb_ewmh.h.m4
diff --git a/icccm/Makefile.am b/icccm/Makefile.am
index b7366b8..8dc2680 100644
--- a/icccm/Makefile.am
+++ b/icccm/Makefile.am
@@ -3,7 +3,7 @@ lib_LTLIBRARIES = libxcb-icccm.la
 
 xcbinclude_HEADERS = xcb_icccm.h
 
-AM_CFLAGS = $(CWARNFLAGS)
+AM_CFLAGS = $(BASE_CFLAGS)
 AM_CPPFLAGS = $(XCB_CFLAGS)
 
 libxcb_icccm_la_SOURCES = icccm.c
diff --git a/m4 b/m4
index 177e4af..9dd4002 16
--- a/m4
+++ b/m4
@@ -1 +1 @@
-Subproject commit 177e4afb9b57a7b7589c15d8a9bd85b4a5524128
+Subproject commit 9dd400297f673851dfaea22de2b51583c7b89cb6

commit 18b823af6ab13aa0db0c814a07b43548aa953a68
Author: Gaetan Nadon 
Date:   Sat Feb 8 10:59:10 2014 -0500

make: implement the silent rules for m4 generated files.

Signed-off-by: Gaetan Nadon 

diff --git a/ewmh/Makefile.am b/ewmh/Makefile.am
index c841e7b..e2b428d 100644
--- a/ewmh/Makefile.am
+++ b/ewmh/Makefile.am
@@ -17,7 +17,7 @@ BUILT_SOURCES = ewmh.c xcb_ewmh.h
 CLEANFILES = $(BUILT_SOURCES)
 
 ewmh.c: ewmh.c.m4 atomlist.m4
-   $(M4) -I$(srcdir) $< >$@
+   $(AM_V_GEN)$(M4) -I$(srcdir) $< >$@
 
 xcb_ewmh.h: xcb_ewmh.h.m4 atomlist.m4
-   $(M4) -I$(srcdir) $< >$@
+   $(AM_V_GEN)$(M4) -I$(srcdir) $< >$@

commit 3546b8114e87c17d19df3dd7aa50c5efd6ca6083
Author: Gaetan Nadon 
Date:   Thu Feb 6 16:55:48 2014 -0500

Remove documentation dead code

There is no evidence this file has ever been used.

Signed-off-by: Gaetan Nadon 
Reviewed-by: Arnaud Fontaine 

diff --git a/.gitignore b/.gitignore
index a6605c5..7c46eb6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -76,6 +76,5 @@ core
 #  Edit the following section as needed
 # For example, !report.pc overrides *.pc. See 'man gitignore'
 #
-xcb_util_intro
 ewmh/ewmh.c
-ewmh/xcb_ewmh.h
\ No newline at end of file
+ewmh/xcb_ewmh.h
diff --git a/configure.ac b/configure.ac
index 719aef2..f95a93f 100644
--- a/c

xcb-util-wm: Changes to 'refs/tags/0.4.0'

2014-02-19 Thread Arnaud Fontaine
Tag '0.4.0' created by Arnaud Fontaine  at 2014-01-29 06:55 
+

Release 0.4.0.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEABECAAYFAlLopdwACgkQvfKiIF42GdMmlwCdGtEKP19QFN9+W23yySXHod8N
7kkAoIWbBo+vus6zK8dBU+JE4oCa09DB
=MscA
-END PGP SIGNATURE-

Changes since 0.3.9:
Arnaud Fontaine (2):
  Even though EWMH spec does not mandate window to be set, some WM expect 
it to be set.
  Release 0.4.0.

Niclas Zeising (1):
  Check submodules before running autoconf.

---
 NEWS   |7 ++-
 autogen.sh |   15 +++
 configure.ac   |2 +-
 ewmh/ewmh.c.m4 |9 ++---
 4 files changed, 28 insertions(+), 5 deletions(-)
---


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1wg6wk-0008qn...@moszumanska.debian.org



xcb-util-wm: Changes to 'debian-unstable'

2014-02-19 Thread Arnaud Fontaine
 .gitignore  |3 +--
 COPYING |   27 +++
 NEWS|   11 +++
 README  |   19 +++
 configure.ac|   18 ++
 debian/changelog|9 +++--
 debian/control  |6 +++---
 debian/rules|3 ---
 ewmh/Makefile.am|   18 --
 ewmh/ewmh.c.m4  |9 ++---
 ewmh/xcb-ewmh.pc.in |2 +-
 icccm/Makefile.am   |   10 +++---
 icccm/icccm.c   |4 
 m4  |2 +-
 xcb_util_intro.in   |   24 
 15 files changed, 97 insertions(+), 68 deletions(-)

New commits:
commit cb4c07628f499525de8c3dfbb7d822b2a98420f0
Author: Arnaud Fontaine 
Date:   Wed Feb 19 21:40:50 2014 +0900

Upload 0.4.1-1 to unstable.

diff --git a/debian/changelog b/debian/changelog
index a8aba5e..ac64df9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xcb-util-wm (0.4.1-1) UNRELEASED; urgency=medium
+xcb-util-wm (0.4.1-1) unstable; urgency=medium
 
   * New upstream release.
 + Useless pkgconfig depends on xcb-proto has been removed. Closes: #722632.
@@ -7,7 +7,7 @@ xcb-util-wm (0.4.1-1) UNRELEASED; urgency=medium
 is now required.
   * debian/control: Make Vcs-* fields URIs canonical (lintian warning).
 
- -- Arnaud Fontaine   Wed, 19 Feb 2014 21:02:18 +0900
+ -- Arnaud Fontaine   Wed, 19 Feb 2014 21:40:16 +0900
 
 xcb-util-wm (0.3.9-2) unstable; urgency=low
 

commit ab2db68e010b3d6d4fe8d642941740aed61b64ba
Author: Arnaud Fontaine 
Date:   Wed Feb 19 21:34:25 2014 +0900

Make Vcs-* fields URIs canonical (lintian warning).

diff --git a/debian/changelog b/debian/changelog
index 8208e10..a8aba5e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ xcb-util-wm (0.4.1-1) UNRELEASED; urgency=medium
 + debian/control:
   - Bump xutils-dev B-D to >= 1:7.7~1~ because util-macros >= 1.16.0
 is now required.
+  * debian/control: Make Vcs-* fields URIs canonical (lintian warning).
 
  -- Arnaud Fontaine   Wed, 19 Feb 2014 21:02:18 +0900
 
diff --git a/debian/control b/debian/control
index 2aae0d7..1e5b772 100644
--- a/debian/control
+++ b/debian/control
@@ -16,8 +16,8 @@ Build-Depends: cdbs (>= 0.4.93~),
xutils-dev (>= 1:7.7~1~)
 Standards-Version: 3.9.3
 Homepage: http://xcb.freedesktop.org
-Vcs-Git: git://git.debian.org/pkg-xorg/lib/xcb-util-wm.git
-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/xcb-util-wm.git
+Vcs-Git: git://anonscm.debian.org/pkg-xorg/lib/xcb-util-wm.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-xorg/lib/xcb-util-wm.git
 
 Package: libxcb-icccm4
 Section: libs

commit f996201937bc25dc32edc5395e56c239e065
Author: Arnaud Fontaine 
Date:   Wed Feb 19 21:29:14 2014 +0900

No need to clean up git-specific files, just ignore them when building 
source package.

diff --git a/debian/rules b/debian/rules
index 0890486..9c1857b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,9 +19,6 @@ configure-stamp:
 cleanbuilddir::
rm -f configure-stamp
 
-   # Specific to Git Debian package
-   rm -f .gitmodules m4/xcb_util_m4_with_include_path.m4
-
 get-orig-source:
git archive upstream | gzip -9 > 
../xcb-util-wm_$(ORIG_MAJOR)+git$(ORIG_GIT).orig.tar.gz
 

commit 21c90182d8cf6124d3e2f4f081b61e611413d85c
Author: Arnaud Fontaine 
Date:   Wed Feb 19 21:26:15 2014 +0900

Bump xutils-dev B-D to >= 1:7.7~1~ because util-macros >= 1.16.0

diff --git a/debian/changelog b/debian/changelog
index 2357f78..8208e10 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ xcb-util-wm (0.4.1-1) UNRELEASED; urgency=medium
 
   * New upstream release.
 + Useless pkgconfig depends on xcb-proto has been removed. Closes: #722632.
++ debian/control:
+  - Bump xutils-dev B-D to >= 1:7.7~1~ because util-macros >= 1.16.0
+is now required.
 
  -- Arnaud Fontaine   Wed, 19 Feb 2014 21:02:18 +0900
 
diff --git a/debian/control b/debian/control
index f195396..2aae0d7 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends: cdbs (>= 0.4.93~),
autotools-dev,
autoconf,
automake,
-   xutils-dev
+   xutils-dev (>= 1:7.7~1~)
 Standards-Version: 3.9.3
 Homepage: http://xcb.freedesktop.org
 Vcs-Git: git://git.debian.org/pkg-xorg/lib/xcb-util-wm.git

commit db7dcb0ab5d6468287bf0db20e8d5ecb8f5bd4bd
Author: Arnaud Fontaine 
Date:   Wed Feb 19 21:11:23 2014 +0900

New upstream release: 0.4.1. Closes: #722632.

diff --git a/debian/changelog b/debian/changelog
index e630fb5..2357f78 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-xcb-util-wm (0.4.0-1) UNRELEASED; urgency=medium
+xcb-util-wm (0.4.1-1) UNRELEASED; urgency=medium
 
   * New upstream release.
++ Useless pkgconfig depends on xcb-proto has been removed. Closes: #722632.
 
- -- Arnaud Fontaine   Wed, 29 Jan 2014 17:48:55 +0900
+ --

xcb-util-wm: Changes to 'refs/tags/0.3.9'

2014-02-19 Thread Arnaud Fontaine
Tag '0.3.9' created by Arnaud Fontaine  at 2012-05-31 02:25 
+

Release 0.3.9
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEABECAAYFAk/G1pUACgkQvfKiIF42GdOp6ACeLjGS+dLDllLD16OWkBq3ZBgR
FBsAn2pKU6KLEJpY7f4ozv3Nm+3/KFi0
=xunJ
-END PGP SIGNATURE-

Changes since 0.3.8:
Andreas Pokorny (1):
  Replacing c++ class keyword in interface header

Arnaud Fontaine (6):
  Remove the Doxyfile which is unused, out dated and wrong.
  Fix incomplete implementation of _NET_SUPPORTING_WM_CHECK.
  Add autogen.sh to EXTRA_DIST.
  Fix GCC warning on ewmh_atom_t type.
  Bump SONAME version following 23a4eb6.
  Release 0.3.9

---
 Doxyfile   | 1306 -
 Makefile.am|1 
 NEWS   |6 
 configure.ac   |2 
 ewmh/Makefile.am   |2 
 ewmh/ewmh.c.m4 |6 
 ewmh/xcb_ewmh.h.m4 |   16 
 icccm/xcb_icccm.h  |6 
 8 files changed, 23 insertions(+), 1322 deletions(-)
---


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1wg6wk-0008ql...@moszumanska.debian.org



xcb-util-wm: Changes to 'refs/tags/0.4.1'

2014-02-19 Thread Arnaud Fontaine
Tag '0.4.1' created by Arnaud Fontaine  at 2014-02-19 11:26 
+

Release 0.4.1.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEABECAAYFAlMElOMACgkQvfKiIF42GdOPjACgil8vdVYYC45VZrt8k5FQk1PY
uucAnjEXm2KYvyYSug1vj+mQJ+0hwrhS
=h3Ok
-END PGP SIGNATURE-

Changes since 0.4.0:
Arnaud Fontaine (4):
  xcb-proto should have never been required as xcb provides the Atoms.
  Do not distribute ewmh C source file as they are generated with M4.
  Follow changes in m4 submodule.
  Release 0.4.1.

Gaetan Nadon (14):
  config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
  config: remove AC_TYPE_SSIZE_T
  config: use AC_CONFIG_HEADERS to create a config.h file
  config: drop the check for sys/types.h
  config: add bug URL to AC_INIT
  config: add missing COPYING file
  config: update the README file for bug tracking
  make: remove unused XPROTO_CFLAGS and XPROTO_LIBS
  make: use AM_CPPFLAGS rather than per-target libxcb_*_la_CPPFLAGS
  make: there should be no attempt to remove any Makefile.in file
  make: using EXTRA_DIST for xcb-*.pc.in is redundant
  Remove documentation dead code
  make: implement the silent rules for m4 generated files.
  make: compile the library with standard xorg warning flags

---
 .gitignore  |3 +--
 COPYING |   27 +++
 NEWS|   11 +++
 README  |   19 +++
 configure.ac|   18 ++
 ewmh/Makefile.am|   18 --
 ewmh/ewmh.c.m4  |9 ++---
 ewmh/xcb-ewmh.pc.in |2 +-
 icccm/Makefile.am   |   10 +++---
 icccm/icccm.c   |4 
 m4  |2 +-
 xcb_util_intro.in   |   24 
 12 files changed, 87 insertions(+), 60 deletions(-)
---


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1wg6wk-0008re...@moszumanska.debian.org



xcb-util-wm: Changes to 'refs/tags/xcb-util-wm-0.4.1-1'

2014-02-19 Thread Arnaud Fontaine
Tag 'xcb-util-wm-0.4.1-1' created by Arnaud Fontaine  at 
2014-02-19 12:42 +

Tagging upload of xcb-util-wm 0.4.1-1 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEABECAAYFAlMEpqEACgkQvfKiIF42GdNBSQCfXSJXpJj7UT1mGjaIV5N6VQSQ
Jz0An1FQL/BqZSLlzYmFT22gXPYm58eY
=s609
-END PGP SIGNATURE-

Changes since 0.4.1:
Arnaud Fontaine (21):
  Debian packaging.
  Only run autogen.sh if configure script does not already exist.
  Clean up unecessary files of Git Debian packages.
  xcb-util-wm is now maintained as part of pkg-xorg team.
  State in debian/changelog that it is now maintained as part of pkg-xorg 
team.
  Merge branch 'upstream-unstable' into debian-unstable
  New upstream release.
  Fix duplicated short description on development package.
  Bump Standards-Version to 3.9.3 and switch debian/copyright to 
machine-readable format.
  Convert to multiarch.
  Upload to unstable.
  Fix libxcb-ewmh -dev package name 
(3381aa1d177f8d55a7a2d8252a52bc2e8855e75b).
  Upload to unstable.
  Merge branch 'upstream-unstable' into debian-unstable
  New upstream release.
  Merge branch 'upstream-unstable' into debian-unstable
  New upstream release: 0.4.1. Closes: #722632.
  Bump xutils-dev B-D to >= 1:7.7~1~ because util-macros >= 1.16.0
  No need to clean up git-specific files, just ignore them when building 
source package.
  Make Vcs-* fields URIs canonical (lintian warning).
  Upload 0.4.1-1 to unstable.

---
 debian/changelog |  154 +++
 debian/compat|1 
 debian/control   |   92 +++
 debian/copyright |   51 
 debian/libxcb-ewmh-dev.install   |4 +
 debian/libxcb-ewmh2.install  |1 
 debian/libxcb-icccm4-dev.install |4 +
 debian/libxcb-icccm4.install |1 
 debian/rules |   25 ++
 debian/source/format |1 
 debian/watch |2 
 11 files changed, 336 insertions(+)
---


-- 
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/e1wg6wk-0008rf...@moszumanska.debian.org



Processing of xcb-util-wm_0.4.1-1_amd64.changes

2014-02-19 Thread Debian FTP Masters
xcb-util-wm_0.4.1-1_amd64.changes uploaded successfully to localhost
along with the files:
  xcb-util-wm_0.4.1-1.dsc
  xcb-util-wm_0.4.1.orig.tar.gz
  xcb-util-wm_0.4.1-1.debian.tar.xz
  libxcb-icccm4_0.4.1-1_amd64.deb
  libxcb-icccm4-dev_0.4.1-1_amd64.deb
  libxcb-ewmh2_0.4.1-1_amd64.deb
  libxcb-ewmh-dev_0.4.1-1_amd64.deb

Greetings,

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


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1wg6ap-0006yh...@franck.debian.org



Bug#722632: marked as done (libxcb-ewmh-dev ought depend on xcb-proto)

2014-02-19 Thread Debian Bug Tracking System
Your message dated Wed, 19 Feb 2014 13:04:03 +
with message-id 
and subject line Bug#722632: fixed in xcb-util-wm 0.4.1-1
has caused the Debian Bug report #722632,
regarding libxcb-ewmh-dev ought depend on xcb-proto
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.)


-- 
722632: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722632
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libxcb-ewmh-dev
Version: 0.3.9-2
Severity: normal

Dear Maintainer,

Please add a dependency on xcb-proto to libxcb-ewmh-dev. Using the
xcb-ewmh pkgconfig test fails without xcb-proto:

checking for XCBEWMH... no
configure: error: Package requirements (xcb-ewmh) were not met:

Package xcb-proto was not found in the pkg-config search path.
Perhaps you should add the directory containing `xcb-proto.pc'
to the PKG_CONFIG_PATH environment variable
Package 'xcb-proto', required by 'XCB EWMH library', not 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 XCBEWMH_CFLAGS
and XCBEWMH_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
make: *** [config.status] Error 1

Installing xcb-proto solves the problem.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

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

Versions of packages libxcb-ewmh-dev depends on:
ii  libxcb-ewmh2  0.3.9-2
ii  libxcb1-dev   1.9.1-3

libxcb-ewmh-dev recommends no packages.

libxcb-ewmh-dev suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: xcb-util-wm
Source-Version: 0.4.1-1

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

Debian distribution maintenance software
pp.
Arnaud Fontaine  (supplier of updated xcb-util-wm package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 19 Feb 2014 21:40:16 +0900
Source: xcb-util-wm
Binary: libxcb-icccm4 libxcb-icccm4-dev libxcb-ewmh2 libxcb-ewmh-dev
Architecture: source amd64
Version: 0.4.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Arnaud Fontaine 
Description: 
 libxcb-ewmh-dev - utility libraries for X C Binding -- ewmh, development files
 libxcb-ewmh2 - utility libraries for X C Binding -- ewmh
 libxcb-icccm4 - utility libraries for X C Binding -- icccm
 libxcb-icccm4-dev - utility libraries for X C Binding -- icccm, development 
files
Closes: 722632
Changes: 
 xcb-util-wm (0.4.1-1) unstable; urgency=medium
 .
   * New upstream release.
 + Useless pkgconfig depends on xcb-proto has been removed. Closes: #722632.
 + debian/control:
   - Bump xutils-dev B-D to >= 1:7.7~1~ because util-macros >= 1.16.0
 is now required.
   * debian/control: Make Vcs-* fields URIs canonical (lintian warning).
Checksums-Sha1: 
 c61329eead85399aa92b16be9da60f6f27215b14 1587 xcb-util-wm_0.4.1-1.dsc
 387c9b17a7352a19188b9353adbe5e7fdc01ef2a 395835 xcb-util-wm_0.4.1.orig.tar.gz
 fa772fec6577e00f360636eb816afa8f412e89b3 4284 xcb-util-wm_0.4.1-1.debian.tar.xz
 dec4dbe30049169d2efeadee8cc0f1ad951b7c68 27038 libxcb-icccm4_0.4.1-1_amd64.deb
 6603b83f44082a3f4c6c78ece9dbd2ffaea8881c 29512 
libxcb-icccm4-dev_0.4.1-1_amd64.deb
 285f1284a720e083bf715465be614f9bc83a8418 33358 libxcb-ewmh2_0.4.1-1_amd64.deb
 d48cf2718a10960d2e0dcf8da47ef22ac5bb52c4 39690 
libxcb-ewmh-dev_0.4.1-1_amd64.deb
Checksums-Sha256: 
 313352058aff047bb93da6dc51b57c5abfe7e48a066fee1d0b4a28ffa5f6ded2 1587 
xcb-util-wm_0.4.1-1.dsc
 038b39c4bdc04a792d62d163ba7908f4bb3373057208c07110be73c1b04b8334 395835 
xcb-util-wm_0.4.1.orig.tar.gz
 a85c90d7f2e22075b294582a038715bb3439d8d266f77cb71ecc6e77f25d5810 4284 
xcb-util-wm_0.4.1-1.debian.tar.xz
 7aa1ea213e48583f86801a3187c067b4be074543ff9de39e77e1fc4731bb074c 27038 
libxcb-icccm4_

xcb-util-wm_0.4.1-1_amd64.changes ACCEPTED into unstable

2014-02-19 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 19 Feb 2014 21:40:16 +0900
Source: xcb-util-wm
Binary: libxcb-icccm4 libxcb-icccm4-dev libxcb-ewmh2 libxcb-ewmh-dev
Architecture: source amd64
Version: 0.4.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Arnaud Fontaine 
Description: 
 libxcb-ewmh-dev - utility libraries for X C Binding -- ewmh, development files
 libxcb-ewmh2 - utility libraries for X C Binding -- ewmh
 libxcb-icccm4 - utility libraries for X C Binding -- icccm
 libxcb-icccm4-dev - utility libraries for X C Binding -- icccm, development 
files
Closes: 722632
Changes: 
 xcb-util-wm (0.4.1-1) unstable; urgency=medium
 .
   * New upstream release.
 + Useless pkgconfig depends on xcb-proto has been removed. Closes: #722632.
 + debian/control:
   - Bump xutils-dev B-D to >= 1:7.7~1~ because util-macros >= 1.16.0
 is now required.
   * debian/control: Make Vcs-* fields URIs canonical (lintian warning).
Checksums-Sha1: 
 c61329eead85399aa92b16be9da60f6f27215b14 1587 xcb-util-wm_0.4.1-1.dsc
 387c9b17a7352a19188b9353adbe5e7fdc01ef2a 395835 xcb-util-wm_0.4.1.orig.tar.gz
 fa772fec6577e00f360636eb816afa8f412e89b3 4284 xcb-util-wm_0.4.1-1.debian.tar.xz
 dec4dbe30049169d2efeadee8cc0f1ad951b7c68 27038 libxcb-icccm4_0.4.1-1_amd64.deb
 6603b83f44082a3f4c6c78ece9dbd2ffaea8881c 29512 
libxcb-icccm4-dev_0.4.1-1_amd64.deb
 285f1284a720e083bf715465be614f9bc83a8418 33358 libxcb-ewmh2_0.4.1-1_amd64.deb
 d48cf2718a10960d2e0dcf8da47ef22ac5bb52c4 39690 
libxcb-ewmh-dev_0.4.1-1_amd64.deb
Checksums-Sha256: 
 313352058aff047bb93da6dc51b57c5abfe7e48a066fee1d0b4a28ffa5f6ded2 1587 
xcb-util-wm_0.4.1-1.dsc
 038b39c4bdc04a792d62d163ba7908f4bb3373057208c07110be73c1b04b8334 395835 
xcb-util-wm_0.4.1.orig.tar.gz
 a85c90d7f2e22075b294582a038715bb3439d8d266f77cb71ecc6e77f25d5810 4284 
xcb-util-wm_0.4.1-1.debian.tar.xz
 7aa1ea213e48583f86801a3187c067b4be074543ff9de39e77e1fc4731bb074c 27038 
libxcb-icccm4_0.4.1-1_amd64.deb
 da21b024070ae8e7b85c4cc3d94fc1828d41b03b562b32428552f4ae81ff01b3 29512 
libxcb-icccm4-dev_0.4.1-1_amd64.deb
 c0d022b223df067fb23dbab33f1d08e9e19a0e1c95eab2870cbf0f7859b27967 33358 
libxcb-ewmh2_0.4.1-1_amd64.deb
 ca2ad97a18b8502fbceac541fe6c1c652ee34c440b1cbd56eb17bb68942fb1a3 39690 
libxcb-ewmh-dev_0.4.1-1_amd64.deb
Files: 
 c5a4c3aa9c59b01fca5cb7fe01eb9eb0 1587 libdevel extra xcb-util-wm_0.4.1-1.dsc
 0831399918359bf82930124fa9fd6a9b 395835 libdevel extra 
xcb-util-wm_0.4.1.orig.tar.gz
 74d87b22ccbb00fced97da4ce1a929bb 4284 libdevel extra 
xcb-util-wm_0.4.1-1.debian.tar.xz
 854b4585f16eba1ca5bfb60ba9e5de6e 27038 libs extra 
libxcb-icccm4_0.4.1-1_amd64.deb
 c937113a97f696ff15568e9fc922fb63 29512 libdevel extra 
libxcb-icccm4-dev_0.4.1-1_amd64.deb
 2b8219edc9c6349e8f7829f99cced5c7 33358 libs extra 
libxcb-ewmh2_0.4.1-1_amd64.deb
 47e06ad6778907bfe46ac21259c29609 39690 libdevel extra 
libxcb-ewmh-dev_0.4.1-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEUEARECAAYFAlMEpykACgkQvfKiIF42GdPz5gCYoOvfNqpT9sAe7yn9El6fsgF/
xgCfbJoJzKLERhqu8/sFatqfmj0tE4o=
=t2Hq
-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: http://lists.debian.org/e1wg6ol-0008vp...@franck.debian.org



Bug#712545: xserver-xorg-core: Xorg crashes when displaying pictures

2014-02-19 Thread Hilmar Preusse
On 15.02.14 Sven Joachim (svenj...@gmx.de) wrote:
> Am 15.02.2014 um 16:01 schrieb Hilmar Preusse:
> > On 15.02.14 Sven Joachim (svenj...@gmx.de) wrote:
> >> Am 14.02.2014 um 23:00 schrieb Hilmar Preusse:

Hi,

> >> > I guess I rather look at https://bugs.debian.org/688082 . Is this a
> >> > patch for it?
> >> 
> >> I don't think so, but then again I don't really understand why that bug
> >> suddenly had been fixed for Thiemo Nagel.
> >> 
> > He says, it is fixed latest in 1:1.0.10-1 (Debian testing).
> 
> Yes.  What I mean is that I cannot find anything in the commit logs of
> xserver-xorg-nouveau which would explain this to me.
> 
OK, I can't follow Thiemos observation, that nouveau 1.0.10 solves
the problem. I now have

ii  libdrm-nouveau2:i386 2.4.52-1
ii  xserver-xorg-video-nouveau   1:1.0.10-1
ii  xserver-xorg-video-nouveau-dbg   1:1.0.10-1

The X server still crashes, the gdb backtrace looks about the same
(bug seems to be in nouveau code).

Do you think that should be reported @upstream? Thanks!

Hilmar
-- 
sigmentation fault
#0  0xb7221667 in raise () from /lib/i386-linux-gnu/libc.so.6
No symbol table info available.
#1  0xb7224a52 in abort () from /lib/i386-linux-gnu/libc.so.6
No symbol table info available.
#2  0xb76e6719 in OsAbort () at ../../os/utils.c:1198
No locals.
#3  0xb75e0967 in ddxGiveUp (error=error@entry=EXIT_ERR_ABORT)
at ../../../../hw/xfree86/common/xf86Init.c:1009
i = 
#4  0xb75e0a13 in AbortDDX (error=error@entry=EXIT_ERR_ABORT)
at ../../../../hw/xfree86/common/xf86Init.c:1053
i = 
#5  0xb76ebd01 in AbortServer () at ../../os/log.c:476
No locals.
#6  0xb76ebe25 in FatalError (
f=f@entry=0xb7710c28 "Caught signal %d (%s). Server aborting\n")
at ../../os/log.c:611
args = 0xbfac4be4 "\v"
beenhere = 1
#7  0xb76e4238 in OsSigHandler (sip=0xbfac4c0c, signo=11, 
unused=) at ../../os/osinit.c:146
No locals.
#8  OsSigHandler (signo=11, sip=0xbfac4c0c, unused=0xbfac4c8c)
at ../../os/osinit.c:107
No locals.
#9  
No symbol table info available.
#10 0xb6fb0dcf in memcpy (__len=256000, __src=0xb87b5268, 
__dest=) at /usr/include/i386-linux-gnu/bits/string3.h:52
No locals.
#11 NVAccelMemcpyRect (line_len=16000, src_pitch=16000, dst_pitch=16000, 
height=16, src=0xb87b5268 "", dst=)
at ../../src/nouveau_exa.c:33
No locals.
#12 nouveau_exa_upload_to_screen (pdpix=0xb86cb578, x=0, y=0, w=4000, h=16, 
src=0xb87b5268 "", src_pitch=16000) at ../../src/nouveau_exa.c:389
pScrn = 
pNv = 0xb84516c0
dst_pitch = 16000
tmp_pitch = 16000
cpp = 4
i = 
bo = 0xb87da000
dst = 
ret = 256000
__func__ = "nouveau_exa_upload_to_screen"
#13 0xb6f7086a in exaDoPutImage (src_stride=, 
bits=0xb8776a68 "8BT", format=2, h=16, w=4000, y=0, x=0, pGC=0xb86cd2a8, 
pDrawable=0xb86cb578, depth=) at ../../exa/exa_accel.c:212
y1 = 
x2 = 
ok = 
x1 = 0
y2 = 
src = 0xb8776a68 "8BT"
pExaPixmap = 0xb05da000
nbox = 
pExaScr = 0xb8776a68
pPix = 0xb86cb578
xoff = 0
ret = 1
pClip = 
pbox = 0xb86f1898
yoff = 0
bpp = 0
#14 exaPutImage (pDrawable=0xb86cb578, pGC=0xb86cd2a8, depth=24, x=0, y=0, 
w=4000, h=16, leftPad=0, format=2, bits=0xb8776a68 "8BT")
at ../../exa/exa_accel.c:233
No locals.
#15 0xb766c534 in damagePutImage (pDrawable=0xb86cb578, pGC=0xb86cd2a8, 
depth=24, x=0, y=0, w=4000, h=16, leftPad=0, format=2, 
pImage=0xb8776a68 "8BT") at ../../../miext/damage/damage.c:795
pGCPriv = 0xb86cd328
oldFuncs = 0xb7751dc0
#16 0xb759baff in ProcPutImage (client=0xb86cafe0) at ../../dix/dispatch.c:1963
pGC = 0xb86cd2a8
pDraw = 0xb86cb578
length = 
lengthProto = 
tmpImage = 0xb8776a68 "8BT"
stuff = 0xb8776a50
#17 0xb759f375 in Dispatch () at ../../dix/dispatch.c:428
clientReady = 0xb86a3358
result = 
client = 0xb86cafe0
nready = 0
icheck = 0xb7759118
start_tick = 1060
#18 0xb758ce95 in main (argc=13, argv=0xbfac5314, envp=0xbfac534c)
at ../../dix/main.c:288
i = 
alwaysCheckForInput = {0, 1}


signature.asc
Description: Digital signature


Bug#712545: xserver-xorg-core: Xorg crashes when displaying pictures

2014-02-19 Thread Sven Joachim
Am 19.02.2014 um 15:07 schrieb Hilmar Preusse:

> OK, I can't follow Thiemos observation, that nouveau 1.0.10 solves
> the problem. I now have
>
> ii  libdrm-nouveau2:i386 2.4.52-1
> ii  xserver-xorg-video-nouveau   1:1.0.10-1
> ii  xserver-xorg-video-nouveau-dbg   1:1.0.10-1
>
> The X server still crashes, the gdb backtrace looks about the same
> (bug seems to be in nouveau code).
>
> Do you think that should be reported @upstream? Thanks!

They will likely complain about your old kernel and mesa versions, but
you can try (I don't think those matter in this case).  Please see
http://nouveau.freedesktop.org/wiki/Bugs/ for instructions.

Cheers,
   Sven


-- 
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/87k3crcaye@turtle.gmx.de



mesa: Changes to 'ubuntu+1'

2014-02-19 Thread Maarten Lankhorst
 debian/changelog   |6 +
 debian/patches/fix-defaults-glxfbconfig.patch  |   55 ++
 debian/patches/fix-sort-glxfbconfig.patch  |   58 +++
 debian/patches/series  |2 
 src/gallium/docs/source/screen.rst |6 +
 src/gallium/drivers/freedreno/freedreno_screen.c   |5 +
 src/gallium/drivers/i915/i915_screen.c |5 +
 src/gallium/drivers/ilo/ilo_screen.c   |3 
 src/gallium/drivers/llvmpipe/lp_screen.c   |3 
 src/gallium/drivers/nouveau/codegen/nv50_ir_ra.cpp |   39 +-
 src/gallium/drivers/nouveau/nouveau_screen.h   |5 +
 src/gallium/drivers/nouveau/nouveau_vp3_video.c|   78 -
 src/gallium/drivers/nouveau/nv30/nv30_screen.c |4 -
 src/gallium/drivers/nouveau/nv50/nv50_screen.c |3 
 src/gallium/drivers/nouveau/nv50/nv84_video.c  |   68 +-
 src/gallium/drivers/nouveau/nvc0/nvc0_screen.c |3 
 src/gallium/drivers/r300/r300_screen.c |2 
 src/gallium/drivers/r600/r600_pipe.c   |6 +
 src/gallium/drivers/radeonsi/si_pipe.c |6 +
 src/gallium/drivers/softpipe/sp_screen.c   |3 
 src/gallium/drivers/svga/svga_screen.c |2 
 src/gallium/include/pipe/p_defines.h   |4 -
 src/mesa/drivers/dri/i915/i830_vtbl.c  |8 +-
 src/mesa/drivers/dri/i915/i915_context.c   |2 
 src/mesa/drivers/dri/i915/i915_texstate.c  |2 
 src/mesa/drivers/dri/i915/i915_vtbl.c  |8 +-
 src/mesa/drivers/dri/i915/intel_fbo.c  |2 
 src/mesa/drivers/dri/i915/intel_screen.c   |2 
 src/mesa/drivers/dri/i965/brw_blorp.cpp|4 -
 src/mesa/drivers/dri/i965/brw_blorp_blit.cpp   |6 -
 src/mesa/drivers/dri/i965/brw_clear.c  |2 
 src/mesa/drivers/dri/i965/brw_misc_state.c |6 -
 src/mesa/drivers/dri/i965/brw_surface_formats.c|   12 +--
 src/mesa/drivers/dri/i965/intel_fbo.c  |2 
 src/mesa/drivers/dri/i965/intel_mipmap_tree.c  |8 +-
 src/mesa/drivers/dri/i965/intel_mipmap_tree.h  |4 -
 src/mesa/drivers/dri/i965/intel_screen.c   |4 -
 src/mesa/drivers/dri/nouveau/nv04_surface.c|8 +-
 src/mesa/drivers/dri/radeon/radeon_fbo.c   |   10 +-
 src/mesa/drivers/dri/radeon/radeon_screen.c|4 -
 src/mesa/drivers/dri/radeon/radeon_texture.c   |4 -
 src/mesa/main/format_pack.c|   22 ++---
 src/mesa/main/format_unpack.c  |   12 +--
 src/mesa/main/formats.c|   16 ++--
 src/mesa/main/formats.h|4 -
 src/mesa/main/readpix.c|2 
 src/mesa/main/shaderapi.c  |1 
 src/mesa/main/texformat.c  |6 -
 src/mesa/main/texstore.c   |8 +-
 src/mesa/state_tracker/st_extensions.c |2 
 src/mesa/state_tracker/st_format.c |8 +-
 src/mesa/swrast/s_depth.c  |   14 +--
 src/mesa/swrast/s_drawpix.c|4 -
 src/mesa/swrast/s_renderbuffer.c   |2 
 src/mesa/swrast/s_stencil.c|2 
 src/mesa/swrast/s_texfetch.c   |4 -
 src/mesa/swrast/s_texfetch_tmp.h   |4 -
 57 files changed, 459 insertions(+), 116 deletions(-)

New commits:
commit b439d0715b2d823434fb0d7179472442b70ea97c
Author: Maarten Lankhorst 
Date:   Wed Feb 19 17:19:43 2014 +0100

release to trusty

diff --git a/debian/changelog b/debian/changelog
index 5496d20..cca5709 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-mesa (10.1.0~rc1-1ubuntu1) UNRELEASED; urgency=low
+mesa (10.1.0~rc1-1ubuntu1) trusty; urgency=low
 
   * First mesa 10.1 release candidate.
   * Refresh egl-platform-mir.patch and drop upstreamed bits.
   * Merge more upstream fixes post rc1.
   * Cherry pick some fixes for GLX fbconfig. (LP: #1278168)
 
- -- Maarten Lankhorst   Wed, 12 Feb 2014 
14:42:42 +0100
+ -- Maarten Lankhorst   Wed, 19 Feb 2014 
17:19:12 +0100
 
 mesa (10.1.0~rc1-1) experimental; urgency=low
 

commit ccb1b1caa355701d649a7f67f31b3e3f5c9c7a7e
Author: Maarten Lankhorst 
Date:   Wed Feb 19 10:07:45 2014 +0100

Merge more upstream fixes post rc1.

Cherry pick some fixes for GLX fbconfig. (LP: #1278168)

diff --git a/debian/changelog b/debian/changelog
index bc14cca..5496d20 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ mesa (10.1.0~rc1-1ubuntu1) UNRELEASED; urgency=low
 
   * First mesa 10.1 release candidate.
   * Refresh egl-platform-mir.patch and drop upstreamed bits.
+  * Merge more upstream fixes post rc1.
+  * Cherry pick some fixes for GLX fbconfig. (LP: #1278168)
 
 

mesa: Changes to 'ubuntu'

2014-02-19 Thread Maarten Lankhorst
 debian/changelog |6 ++
 debian/control   |2 ++
 2 files changed, 8 insertions(+)

New commits:
commit 7371ee6cd86f023f4a5d6a52161c49c01c6fdf97
Author: Maarten Lankhorst 
Date:   Wed Feb 19 19:10:05 2014 +0100

Add libxcb-dri3-dev to lib(e)gl1-mesa-dev depends.

diff --git a/debian/changelog b/debian/changelog
index cca5709..938e850 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mesa (10.1.0~rc1-1ubuntu2) trusty; urgency=low
+
+  * Add libxcb-dri3-dev to lib(e)gl1-mesa-dev depends.
+
+ -- Maarten Lankhorst   Wed, 19 Feb 2014 
19:06:29 +0100
+
 mesa (10.1.0~rc1-1ubuntu1) trusty; urgency=low
 
   * First mesa 10.1 release candidate.
diff --git a/debian/control b/debian/control
index 8ac08d0..7798d8e 100644
--- a/debian/control
+++ b/debian/control
@@ -191,6 +191,7 @@ Depends:
  libxfixes-dev,
  libxcb-glx0-dev,
  libxcb-dri2-0-dev,
+ libxcb-dri3-dev,
  libx11-xcb-dev,
  libmirclient-dev [!arm64 !powerpc !ppc64 !ppc64el],
  ${misc:Depends},
@@ -572,6 +573,7 @@ Depends:
  libdrm-dev (>= 2.4.45) [!hurd-any],
  libx11-dev,
  libx11-xcb-dev,
+ libxcb-dri3-dev,
  libxcb-dri2-0-dev,
  libxcb-glx0-dev,
  libxdamage-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/e1wgbay-0002er...@moszumanska.debian.org



mesa: Changes to 'ubuntu'

2014-02-19 Thread Maarten Lankhorst
 debian/changelog |7 +++
 debian/control   |6 ++
 2 files changed, 13 insertions(+)

New commits:
commit 3c1ea00250c69656e71c1633e3e00d1d28653d0a
Author: Maarten Lankhorst 
Date:   Wed Feb 19 19:40:05 2014 +0100

Add more missing depends to lib(e)gl1-mesa-dev.

diff --git a/debian/changelog b/debian/changelog
index 938e850..63ab18f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mesa (10.1.0~rc1-1ubuntu3) trusty; urgency=low
+
+  [ Robert Hooker ]
+  * Add more missing depends to lib(e)gl1-mesa-dev.
+
+ -- Maarten Lankhorst   Wed, 19 Feb 2014 
19:38:33 +0100
+
 mesa (10.1.0~rc1-1ubuntu2) trusty; urgency=low
 
   * Add libxcb-dri3-dev to lib(e)gl1-mesa-dev depends.

commit 6ddb7aed29bb0a79a64a52d2aef06d3d994ebfbf
Author: Maarten Lankhorst 
Date:   Wed Feb 19 19:38:26 2014 +0100

add more missing dependencies

diff --git a/debian/control b/debian/control
index 7798d8e..0d2b1d7 100644
--- a/debian/control
+++ b/debian/control
@@ -192,6 +192,9 @@ Depends:
  libxcb-glx0-dev,
  libxcb-dri2-0-dev,
  libxcb-dri3-dev,
+ libxcb-present-dev,
+ libxcb-sync-dev,
+ libxshmfence-dev,
  libx11-xcb-dev,
  libmirclient-dev [!arm64 !powerpc !ppc64 !ppc64el],
  ${misc:Depends},
@@ -574,6 +577,9 @@ Depends:
  libx11-dev,
  libx11-xcb-dev,
  libxcb-dri3-dev,
+ libxcb-present-dev,
+ libxcb-sync-dev,
+ libxshmfence-dev,
  libxcb-dri2-0-dev,
  libxcb-glx0-dev,
  libxdamage-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/e1wgc3z-sj...@moszumanska.debian.org



Bug#739537: /usr/share/X11/xorg.conf.d/10-quirks.conf: Quirk for "Evoluent VerticalMouse 3" might not be needed...

2014-02-19 Thread Tobias Gruetzmacher
Package: xserver-xorg-core
Version: 2:1.15.0-2
Severity: normal
File: /usr/share/X11/xorg.conf.d/10-quirks.conf

Hi,

the update to 1.15 added a new entry to 10-quirks.conf (or created this
file) for the "Evoluent VerticalMouse 3", switching some buttons around.
The comment mentioned https://bugzilla.redhat.com/show_bug.cgi?id=612140,
where the submitter claimed the button mapping was wrong somehow, as a
result this configuration found its way into the upstream package.

Since I have the same mouse, I was quite surprised to have my buttons
remapped from the default (which I was using since 08/2011) to this
"correct" mapping. I think the old mapping was the correct one and here
are the reasons:

1. It's the same in Windows, even with the vendor driver installed.
2. It's the logical expansion from a classical 3-button mouse to a
   5-button mouse: Here is a picture of the mouse:
   http://ecx.images-amazon.com/images/I/51o2peOErkL._SL1000_.jpg
   On this side, there are 4 buttons, from top to botton:
   - Left (1 in xinput test, without remapping from quirks)
   - Wheel is middle button (2)
   - Right (3)
   - Side (8)
   On the other side, there is a button for the thumb, called "Extra"
   (9) in the kernel (evtest output)

I couldn't reproduce the "fake" left click even the submitter of the
other bug report observed when clicking the wheel.

So in summery: I would like for the quirk to be removed, because that's
how the designers of this mouse intended it ;)

Regards, Tobias

-- Package-specific info:
X server symlink status:

lrwxrwxrwx 1 root root 13 Jul 13  2009 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 2323424 Feb  6 16:23 /usr/bin/Xorg

Diversions concerning libGL are in place

diversion of /usr/lib/arm-linux-gnueabihf/libGL.so.1.2 to 
/usr/lib/mesa-diverted/arm-linux-gnueabihf/libGL.so.1.2 by glx-diversions
diversion of /usr/lib/libGL.so to /usr/lib/mesa-diverted/libGL.so by 
glx-diversions
diversion of /usr/lib/libGL.so.1 to /usr/lib/mesa-diverted/libGL.so.1 by 
glx-diversions
diversion of /usr/lib/arm-linux-gnueabihf/libGL.so.1 to 
/usr/lib/mesa-diverted/arm-linux-gnueabihf/libGL.so.1 by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGL.so.1 to 
/usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1 by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGL.so.1.2.0 to 
/usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1.2.0 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1.2 to 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1.2 by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGL.so to 
/usr/lib/mesa-diverted/i386-linux-gnu/libGL.so by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGL.so.1.2 to 
/usr/lib/mesa-diverted/i386-linux-gnu/libGL.so.1.2 by glx-diversions
diversion of /usr/lib/arm-linux-gnueabihf/libGL.so.1.2.0 to 
/usr/lib/mesa-diverted/arm-linux-gnueabihf/libGL.so.1.2.0 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1 to 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1.2.0 to 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1.2.0 by glx-diversions
diversion of /usr/lib/arm-linux-gnueabihf/libGL.so to 
/usr/lib/mesa-diverted/arm-linux-gnueabihf/libGL.so by glx-diversions
diversion of /usr/lib/libGL.so.1.2 to /usr/lib/mesa-diverted/libGL.so.1.2 by 
glx-diversions
diversion of /usr/lib/libGL.so.1.2.0 to /usr/lib/mesa-diverted/libGL.so.1.2.0 
by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so to 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so by glx-diversions

VGA-compatible devices on PCI bus:
--
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation G92 [GeForce GTS 
250] [10de:0615] (rev a2)

Xorg X server configuration file status:

-rw-r--r-- 1 root root 1015 Feb  2 13:15 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
---

Section "ServerLayout"
Identifier "Layout0"
Screen  0  "Screen0" 0 0
EndSection

Section "ServerFlags"
Option "Xinerama" "0"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Samsung"
ModelName  "SyncMaster 730BF"
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName  "GeForce GTS 250"
Option "NoLogo"
Option "TripleBuffer" "True"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor"Monitor0"
DefaultDepth24
Option "TwinView" "1"
Option "MetaModes" "1280x1024, 1280x1024; 1024x768,1024x768; 
800x600,800x600; 640x480,640x480; 1280x1024, NULL; 1024x768, NULL; 800x600, 
NULL; 640x480, NULL"
Option "TwinViewOrientation" "LeftOf"
SubSection "Dis

Bug#739537: /usr/share/X11/xorg.conf.d/10-quirks.conf: Quirk for "Evoluent VerticalMouse 3" might not be needed...

2014-02-19 Thread Julien Cristau
On Wed, Feb 19, 2014 at 20:18:44 +0100, Tobias Gruetzmacher wrote:

> So in summery: I would like for the quirk to be removed, because that's
> how the designers of this mouse intended it ;)
> 
Hi Tobias,

can you take this up with xorg-de...@lists.x.org and Peter Hutterer
?  Feel free to cc this bug on your report.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#712545: xserver-xorg-core: Xorg crashes when displaying pictures

2014-02-19 Thread Hilmar Preusse
On 19.02.14 Sven Joachim (svenj...@gmx.de) wrote:

Hi,

> They will likely complain about your old kernel and mesa versions, but
> you can try (I don't think those matter in this case).
> 
The nouveau driver is not linked w/ mesa and a userspace program. Both
should not matter.

> Please see http://nouveau.freedesktop.org/wiki/Bugs/ for
> instructions.
> 

If you are using packages from your distribution, send the bug
reports to your distribution and not directly to us.


As first I'd re-open #688082 and then contact Thiemo and the submitter
if they still see the problem (or vice versa [first contact, then
re-open]). Do you agree?

Yes, I can open the ticket @n.f.o/wiki/Bugs later on.

Regards,
  Hilmar
-- 
sigmentation fault


signature.asc
Description: Digital signature


Bug#712545: xserver-xorg-core: Xorg crashes when displaying pictures

2014-02-19 Thread Sven Joachim
Am 19.02.2014 um 21:18 schrieb Hilmar Preusse:

> On 19.02.14 Sven Joachim (svenj...@gmx.de) wrote:
>
> Hi,
>
>> They will likely complain about your old kernel and mesa versions, but
>> you can try (I don't think those matter in this case).
>> 
> The nouveau driver is not linked w/ mesa and a userspace program. Both
> should not matter.

Many bugs reported against xserver-xorg-video-nouveau are actually
kernel bugs or bugs in the 3D driver (package libgl1-mesa-dri).  But not
this one, it seems.

>> Please see http://nouveau.freedesktop.org/wiki/Bugs/ for
>> instructions.
>> 
> 
> If you are using packages from your distribution, send the bug
> reports to your distribution and not directly to us.
> 

They obviously don't want to deal with outdated distribution packages
(like the ones in Debian stable), but we're shipping the latest versions
of libdrm and the X driver in testing and unstable, and we're not
patching them.

> As first I'd re-open #688082 and then contact Thiemo and the submitter
> if they still see the problem (or vice versa [first contact, then
> re-open]). Do you agree?

Yes, your latest backtrace looks very similar to the one reported
originally in #688082.

Cheers,
   Sven


-- 
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/87a9dmdebg@turtle.gmx.de



Processed: reopen

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

> reopen 688082
Bug #688082 [xserver-xorg-video-nouveau] xserver-xorg-video-nouveau: X server 
crashes when attemping to display large images
Bug 688082 is not marked as done; doing nothing.
> # still see this w/ xserver-xorg-video-nouveau from testing
> # (backported to stable).
>
End of message, stopping processing here.

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



Bug#688082: #688082 fixed in 1.0.10?

2014-02-19 Thread Hilmar Preusse
Dear Deekoo, dear Thiemo,

I believe I see the same problem. I can crash the X-Server displaying
an image larger than the screen using "display" (from imagemagick).
display doesn't scale down the image before displaying it, but
displays it in original size.

Of course I can reproduce the problem using Debian stable. I then
compiled the libdrm and xserver-xorg-video-nouveau from testing on
stable and installed it. Problem not solved.

Can you both confirm that the problem is invisible on Debian
testing/unstable? Thiemo did you more tests, then just running
fastercrash?

Regards,
  Hilmar
-- 
sigfault


signature.asc
Description: Digital signature


xcb-util-wm: Changes to 'debian-unstable'

2014-02-19 Thread Steve Langasek
 debian/changelog |6 ++
 debian/control   |1 +
 debian/rules |1 +
 3 files changed, 8 insertions(+)

New commits:
commit efabc4dbb60194931128e901f71f41dff553ab89
Author: Steve Langasek 
Date:   Wed Feb 19 23:31:36 2014 -0800

Use dh-autoreconf, to support rebuilding on new architectures.

diff --git a/debian/changelog b/debian/changelog
index ac64df9..ee4c4bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xcb-util-wm (0.4.1-2) UNRELEASED; urgency=medium
+
+  * Use dh-autoreconf, to support rebuilding on new architectures.
+
+ -- Steve Langasek   Wed, 19 Feb 2014 23:28:26 -0800
+
 xcb-util-wm (0.4.1-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 1e5b772..35add80 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders: Julien Danjou ,
Arnaud Fontaine 
 Build-Depends: cdbs (>= 0.4.93~),
debhelper (>= 8.1.3),
+   dh-autoreconf,
libxcb1-dev (>= 1.6),
pkg-config,
m4,
diff --git a/debian/rules b/debian/rules
index 9c1857b..ac1f61d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,7 @@
 DEB_DH_INSTALL_SOURCEDIR=debian/tmp
 
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)


-- 
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/e1wgo6j-00074r...@moszumanska.debian.org