Bug#640499: hardening, too

2012-08-17 Thread Adam Borowski
Hi!

I just got bit by the lack of multiarch here (wine is broken on amd64 if
nvidia is involved), and wrote a multiarchification patch before realizing
there's already one here.  It's redundant, except for one bit: since an
upload is needed anyway, you could just as well add the hardening flags
(another release goal).  It's a trivial change, but "git am" is still faster
than doing that yourself...

(attached)

-- 
Copyright and patents were never about promoting culture and innovations;
from the very start they were legalized bribes to give the king some income
and to let businesses get rid of competition.  For some history, please read
https://en.wikipedia.org/wiki/Statute_of_Monopolies_1623
From 3c4c72a1e62212952ce09834c1dd09ae9a02383e Mon Sep 17 00:00:00 2001
From: Adam Borowski 
Date: Sat, 18 Aug 2012 03:55:26 +0200
Subject: [PATCH] Enable hardening flags.

---
 debian/rules |   13 ++---
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/debian/rules b/debian/rules
index 4ec442c..3900c51 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,12 +12,10 @@ PACKAGE = libxvmc1
 
 include debian/xsfbs/xsfbs.mk
 
-CFLAGS = -Wall -g
-ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -O0
-else
-	CFLAGS += -O2
-endif
+CPPFLAGS = $(shell dpkg-buildflags --get CPPFLAGS)
+CFLAGS = $(shell dpkg-buildflags --get CFLAGS)
+LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS)
+
 ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
 	NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
 	MAKEFLAGS += -j$(NUMJOBS)
@@ -43,7 +41,8 @@ build-stamp:
 	 --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
 	 --sysconfdir=/etc --mandir=\$${prefix}/share/man \
 	 --infodir=\$${prefix}/share/info $(confflags) \
-	 CFLAGS="$(CFLAGS)" 
+	 CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" \
+	 LDFLAGS="$(LDFLAGS)"
 	cd build && $(MAKE)
 	>$@
 
-- 
1.7.10.4



signature.asc
Description: Digital signature


Bug#640499: libxvmc: please add multiarch support

2012-08-17 Thread Andreas Beckmann
On Tuesday, 14. August 2012 11:35:21 Ralf Jung wrote:
> As it turned out, the conffile issue is actually a bug in dpkg [1]. In
> theory (and once dpkg is fixed), it is perfectly fine to have a conffile in
> an MA: same package, as long as the content is the same for all
> architectures.

Have the upgrade and install paths paths of this scenario been tested? And the 
case of locally modified/removed config files?

I'll take libfoo as an example package that ships /etc/foo.conf

apt-get install libfoo:arch1
modify-or-delete /etc/foo.conf
apt-get install libfoo:arch2

# libfoo=1 is available
apt-get install libfoo:arch1=1 libfoo:arch2=1
modify-or-delete /etc/foo.conf
apt-get update # makes libfoo=2 available
# libfoo=2 comes with a modified foo.conf
apt-get dist-upgrade

# libfoo=1 is available
apt-get install libfoo:arch1=1 libfoo:arch2=1
apt-get update # makes libfoo=2 available
# libfoo=2 uses dpkg-maintscript-helper to get rid of foo.conf
apt-get dist-upgrade

Just curious ...

Andreas


-- 
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/201208180109.11567.deb...@abeckmann.de



mesa: Changes to 'ubuntu'

2012-08-17 Thread Bryce Harrington
 debian/changelog |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 66948c555241d645cb2398f674219af266cc340f
Author: Bryce Harrington 
Date:   Fri Aug 17 14:41:01 2012 -0700

Note that this fixes a mesa bug requesting Trinity PCI IDs

diff --git a/debian/changelog b/debian/changelog
index 6fdd7a9..5cefb70 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 mesa (8.1~git20120816.1597176f-0ubuntu1) UNRELEASED; urgency=low
 
   * Merge from unreleased debian git.
+- Includes support for ATI Trinity PCI IDs (LP: #1009089)
   * rules, control, libgl1-mesa-swx11*: Remove swx11 support.
   * Refresh patches:
 - drop 115_llvm_dynamic_linking.diff,


-- 
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/e1t2uin-0003wd...@vasks.debian.org



Bug#576565: kotoistus-variant of fi-keyboard is too old

2012-08-17 Thread Martin-Éric Racine
2012/8/14 Martin-Éric Racine :
> ma, 2010-04-05 kello 20:01 +0300, Juhapekka Tolvanen kirjoitti:
>> Package: xkb-data
>> Version: 1.8-1
>> Severity: normal
>>
>> Please compare this file:
>>
>> /usr/share/X11/xkb/symbols/fi
>>
>> With this:
>>
>> http://kotoistus.tksoft.com/linux/symbols_fi.txt
>>
>> It is upstream version of kotoistus-variant of fi-keyboard.
>
> Please note that Troy's version could never be considered as upstream.
> Basically, the Finnish keymap at FreeDesktop.org is canonical to the X11
> universe so, for any changes to this to be merged upstream, they have to
> be submitted to the FreeDesktop.org Bugzilla as a patch.
>
> Alternately, some of us might be persuaded to merge such a patch as an
> an attachment to this bug report, provided that it comes accompanied
> with proper documentation to justify the changes and that it applies
> cleanly on whatever currently sits in the X.org Git repository.
>
> Terveisin,
> Martin-Éric

Actually, comparing with the version of xkb-data currently in Wheezy
(2.5.1-1), I notice that the symbols defined for the Kotoistus keymap
are the exact same as in Troy's version. Only the comments are
arranged differently. Thus, I'd really like to know if this bug
remains an issue and, if yes, exactly how? Otherwise, let's close it.

Martin-Éric


--
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/CAPZXPQdauHEQ=e+W0v5F�hwdsdauzcyjvi5mu5dvq+wub...@mail.gmail.com



Bug#685177: missing multiarch support of libxvmc1 prevents installation of libgl1-nvidia-glx:i386 on amd64

2012-08-17 Thread ck850
Package: libxvmc1
Version: 2:1.0.7-1

It is currently not possible to install libgl1-nvidia-glx:i386 on amd64
because libxvmc1:amd64 and libxvmc1:i386 conflict with each other
(because they don't support multiarch yet or are not aware of multiarch).

This is the only package that prevents a wine:i386 installation on my system.
I am using testing at the moment. It's probaly a good idea to get this fixed
before wheezy becomes stable.


-- 
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/20120817191616.0f0ce243@Gondolin



Re: Processed: severity of 683833 is grave

2012-08-17 Thread Cyril Brulebois
Debian Bug Tracking System  (17/08/2012):
> Processing commands for cont...@bugs.debian.org:
> 
> > severity 683833 grave
> Bug #683833 [xserver-xorg-core] aborts on start (config/hal)
> Severity set to 'grave' from 'important'
> > thanks
> Stopping processing here.

Can you please *not* play severity ping pong? Thank you very much.

Mraw,
KiBi.


signature.asc
Description: Digital signature


x11-apps: Changes to 'ubuntu'

2012-08-17 Thread Robert Hooker
 bitmap/BitEdit.c|  255 
 bitmap/Bitmap.c |  613 
 bitmap/Bitmap.h |   18 
 bitmap/BitmapP.h|   16 
 bitmap/ChangeLog|  187 
 bitmap/CutPaste.c   |   40 
 bitmap/Dialog.c |   52 
 bitmap/Graphics.c   |  478 
 bitmap/Handlers.c   |  302 
 bitmap/Makefile.am  |   10 
 bitmap/Makefile.in  |   19 
 bitmap/ReqMach.c|   68 
 bitmap/Requests.h   |   10 
 bitmap/aclocal.m4   | 1127 +
 bitmap/app-defaults/Bitmap  |6 
 bitmap/app-defaults/Bitmap-nocase   |6 
 bitmap/atobm.c  |   36 
 bitmap/bmtoa.c  |   39 
 bitmap/config.h.in  |9 
 bitmap/configure| 6472 +++-
 bitmap/configure.ac |   36 
 bitmap/man/Makefile.in  |3 
 bitmap/man/bitmap.man   |2 
 debian/changelog|   56 
 debian/control  |   37 
 debian/copyright|   75 
 debian/patches/100-fix-linking-with-no-add-needed.patch |   24 
 debian/patches/series   |1 
 debian/rules|5 
 debian/watch.rendercheck|3 
 debian/watch.transset   |3 
 oclock/ChangeLog|   97 
 oclock/Clock.c  |   35 
 oclock/Clock.h  |2 
 oclock/ClockP.h |4 
 oclock/Makefile.am  |   23 
 oclock/Makefile.in  |  288 
 oclock/aclocal.m4   | 1074 +
 oclock/app-defaults/Clock-color |1 
 oclock/config.guess |   18 
 oclock/config.h.in  |3 
 oclock/config.sub   |   76 
 oclock/configure| 5768 +++
 oclock/configure.ac |   28 
 oclock/man/Makefile.am  |   12 
 oclock/man/Makefile.in  |  415 
 oclock/man/oclock.man   |  102 
 oclock/oclock.c |   36 
 oclock/oclock.man   |  104 
 oclock/transform.c  |6 
 oclock/transform.h  |   14 
 rendercheck/AUTHORS |2 
 rendercheck/COPYING |   19 
 rendercheck/ChangeLog   |  743 
 rendercheck/INSTALL |  291 
 rendercheck/Makefile.am |   39 
 rendercheck/Makefile.in |  847 +
 rendercheck/NEWS|   27 
 rendercheck/README  |   12 
 rendercheck/aclocal.m4  | 2371 +++
 rendercheck/autogen.sh  |   13 
 rendercheck/config.guess| 1505 ++
 rendercheck/config.sub  | 1739 ++
 rendercheck/configure   | 6199 
 rendercheck/configure.ac|   31 
 rendercheck/depcomp |  630 
 rendercheck/doc/AddingNewTests  |9 
 rendercheck/doc/TODO|8 
 rendercheck/install-sh  |  520 
 rendercheck/main.c  |  313 
 rendercheck/man/Makefile.am |   38 
 rendercheck/man/Makefile.in |  434 
 rendercheck/man/rendercheck.man |   55 
 rendercheck/missing |  376 
 rendercheck/ops.c   |  243 
 rendercheck/rendercheck.h   |  187 
 rendercheck/t_blend.c

mesa: Changes to 'debian-experimental'

2012-08-17 Thread Timo Aaltonen
 debian/changelog  |4 ++--
 debian/control|4 +++-
 debian/patches/04_osmesa_version.diff |   22 +-
 debian/rules  |2 ++
 4 files changed, 16 insertions(+), 16 deletions(-)

New commits:
commit c319fd18417aea0d3d9fe1c025b5a26f2c350aa0
Author: Timo Aaltonen 
Date:   Fri Aug 17 10:39:36 2012 +0300

rules: Add --disable-shared-glapi to the swx11 targets.

diff --git a/debian/changelog b/debian/changelog
index 047dc65..a8963ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ mesa (8.1~git20120816.1597176f-1) UNRELEASED; urgency=low
   * control: Bump libdrm build-dep to 2.4.38.
   * control: Bump libwayland-dev build-dep to 0.95.
   * rules: Update the clean target.
+  * rules: Add --disable-shared-glapi to the swx11 targets.
 
  -- Julien Cristau   Fri, 03 Aug 2012 23:17:16 +0200
 
diff --git a/debian/rules b/debian/rules
index bc4bf8d..b68dba6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -127,6 +127,7 @@ confflags-swx11+glu = \
--with-gallium-drivers= \
--with-driver=xlib \
--disable-egl \
+   --disable-shared-glapi \
CFLAGS="$(CFLAGS)" \
CXXFLAGS="$(CXXFLAGS)"
 
@@ -136,6 +137,7 @@ confflags-swx11+glu-static = \
--with-driver=xlib \
--enable-static \
--disable-egl \
+   --disable-shared-glapi \
CFLAGS="$(CFLAGS)" \
CXXFLAGS="$(CXXFLAGS)"
 

commit a274e5e003a33d7c2fceb983d430e76039980ae9
Author: Timo Aaltonen 
Date:   Fri Aug 17 09:45:46 2012 +0300

revamp 04_osmesa_version.diff

diff --git a/debian/patches/04_osmesa_version.diff 
b/debian/patches/04_osmesa_version.diff
index bf21c2c..ffd47e0 100644
--- a/debian/patches/04_osmesa_version.diff
+++ b/debian/patches/04_osmesa_version.diff
@@ -1,15 +1,11 @@

- src/mesa/drivers/osmesa/Makefile |2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
 a/src/mesa/drivers/osmesa/Makefile.am
-+++ b/src/mesa/drivers/osmesa/Makefile.am
-@@ -35,7 +35,7 @@
+--- a/configure.ac
 b/configure.ac
+@@ -1325,7 +1325,7 @@
+ OSMESA_PC_LIB_PRIV="-lm -lpthread $SELINUX_LIBS $DLOPEN_LIBS"
+ fi
  
- lib@OSMESA_LIB@_la_SOURCES = osmesa.c
+-OSMESA_VERSION=`echo "$VERSION" | $SED 's/\./:/g'`
++OSMESA_VERSION="6:5:3"
  
--lib@OSMESA_LIB@_la_LDFLAGS = -module -version-number @OSMESA_VERSION@ -shared 
-no-undefined
-+lib@OSMESA_LIB@_la_LDFLAGS = -module -version-number 6.5.3 -shared 
-no-undefined
- lib@OSMESA_LIB@_la_LIBADD = \
-   $(top_builddir)/src/mesa/libmesa.la \
-   $(top_builddir)/src/mapi/glapi/libglapi.la
+ AC_SUBST([OSMESA_LIB_DEPS])
+ AC_SUBST([OSMESA_MESA_DEPS])

commit f79fdfe34a6e7a7e427000ebb6f2598a46c060e3
Author: Timo Aaltonen 
Date:   Fri Aug 17 07:25:18 2012 +0300

realized that we don't actually use dh-autoreconf, so b-depend on libtool 
instead

diff --git a/debian/changelog b/debian/changelog
index 4b29352..047dc65 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,8 +8,7 @@ mesa (8.1~git20120816.1597176f-1) UNRELEASED; urgency=low
   * Refresh patches
 - disable 05_kfreebsd-egl-x11.diff for now.
 - switch to llvm-3.1.
-  * control: Depend on dh-autoreconf, which pulls in libtool. Drop
-autoconf, automake from Depends.
+  * control: Added libtool to build-depends.
   * rules: Drop special handling of config.{guess,sub}, not needed anymore.
   * rules, libosmesa*: Build only the 32bit OSMesa library.
   * control: Bump libdrm build-dep to 2.4.38.
diff --git a/debian/control b/debian/control
index 1a342fb..f0ed455 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,6 @@ Maintainer: Debian X Strike Force 
 Uploaders: Cyril Brulebois 
 Standards-Version: 3.8.4
 Build-Depends:
- dh-autoreconf,
  debhelper (>= 8.1.3),
  quilt (>= 0.40),
  pkg-config,
@@ -19,6 +18,9 @@ Build-Depends:
  libxfixes-dev,
  libxdamage-dev,
  libxext-dev,
+ autoconf,
+ automake,
+ libtool,
  x11proto-dri2-dev (>= 2.6),
  linux-libc-dev (>= 2.6.31) [linux-any],
  libx11-xcb-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/e1t2kyv-0006r5...@vasks.debian.org



apitrace: Changes to 'upstream'

2012-08-17 Thread Christopher Halse Rogers
 .gitignore|   11 
 CMakeLists.txt|  454 -
 DEVELOPMENT.markdown  |9 
 INSTALL.markdown  |   50 
 NEWS.markdown |   22 
 README.markdown   |  218 
 TODO.markdown |  129 
 cgltrace.py   |   68 
 cli/CMakeLists.txt|5 
 cli/cli.hpp   |1 
 cli/cli_diff.cpp  |   80 
 cli/cli_diff_images.cpp   |   25 
 cli/cli_diff_state.cpp|   38 
 cli/cli_dump.cpp  |   25 
 cli/cli_dump_images.cpp   |  145 
 cli/cli_main.cpp  |1 
 cli/cli_pickle.cpp|  132 
 cli/cli_repack.cpp|   35 
 cli/cli_trace.cpp |   83 
 cli/cli_trim.cpp  |   72 
 cmake/.gitignore  |1 
 cmake/FindDirectX.cmake   |  194 
 cmake/toolchain/android.toolchain.cmake   | 1110 ++
 codegen.py|   81 
 common/formatter.hpp  |   83 
 common/image.hpp  |4 
 common/image_png.cpp  |7 
 common/image_pnm.cpp  |   51 
 common/json.hpp   |  342 
 common/os_binary.hpp  |1 
 common/os_posix.cpp   |   23 
 common/os_process.hpp |   24 
 common/os_string.hpp  |   97 
 common/os_time.hpp|   21 
 common/os_win32.cpp   |   15 
 common/pickle.hpp |   18 
 common/trace_api.hpp  |   13 
 common/trace_dump.cpp |   28 
 common/trace_file_zlib.cpp|   10 
 common/trace_format.hpp   |4 
 common/trace_model.cpp|   13 
 common/trace_model.hpp|   46 
 common/trace_parser.cpp   |   50 
 common/trace_parser.hpp   |5 
 common/trace_parser_flags.cpp |   32 
 common/trace_profiler.cpp |  201 
 common/trace_profiler.hpp |  122 
 common/trace_resource.cpp |   93 
 common/trace_resource.hpp |5 
 common/trace_tools_trace.cpp  |  138 
 common/trace_writer.cpp   |8 
 common/trace_writer.hpp   |5 
 common/trace_writer_local.cpp |6 
 common/trace_writer_local.hpp |2 
 common/trace_writer_model.cpp |9 
 compat.h  |   81 
 d3d10trace.py |   45 
 d3d8trace.py  |   54 
 d3d9imports.hpp   |   83 
 d3d9trace.py  |   94 
 d3dshader.cpp |   96 
 d3dshader.hpp |   38 
 ddrawtrace.py |   81 
 dispatch.py   |  115 
 dispatch/.gitignore   |1 
 dispatch/CMakeLists.txt   |   55 
 dispatch/__init__.py  |1 
 dispatch/compat.h |  748 +
 dispatch/d3d10_1imports.hpp   |   43 
 dispatch/d3d10imports.hpp |   43 
 dispatch/d3d11imports.hpp |   43 
 dispatch/d3d9imports.hpp  |   99 
 dispatch/d3derr.hpp   |   63 
 dispatch/dispatch.py  |  124 
 dispatch/eglimports.hpp   |   94 
 dispatch/glimports.hpp|  122 
 dispatch/glproc.py|  544 +
 dispatch/glproc_egl.cpp   |  151 
 dispatch/glproc_gl.cpp|  230 
 dlltrace.py   |   69 
 eglimports.hpp|  126 
 egltrace.py   |  190 
 glcaps.cpp|  177 
 glimports.hpp |  162 
 glproc.py |  540 -
 glproc_egl.cpp|  101 
 glproc_gl.cpp |  230 
 glretrace.hpp |   69 
 glretrace.py  |  400 
 glretrace_cgl.cpp |  125 
 glretrace_egl.cpp |  274 
 glretrace_glx.cpp |  260 
 glretrace_main.cpp|  391 
 glretrace_wgl.cpp |  309 
 glsize.hpp|  786 -
 glstate.cpp   | 1445 ---
 glstate.hpp   |   61 
 glstate.py   

apitrace: Changes to 'debian'

2012-08-17 Thread Christopher Halse Rogers
 .gitignore   |   11 
 CMakeLists.txt   |  454 
 DEVELOPMENT.markdown |9 
 INSTALL.markdown |   50 
 NEWS.markdown|   22 
 README.markdown  |  218 
 TODO.markdown|  129 
 cgltrace.py  |   68 
 cli/CMakeLists.txt   |5 
 cli/cli.hpp  |1 
 cli/cli_diff.cpp |   80 
 cli/cli_diff_images.cpp  |   25 
 cli/cli_diff_state.cpp   |   38 
 cli/cli_dump.cpp |   25 
 cli/cli_dump_images.cpp  |  145 
 cli/cli_main.cpp |1 
 cli/cli_pickle.cpp   |  132 
 cli/cli_repack.cpp   |   35 
 cli/cli_trace.cpp|   83 
 cli/cli_trim.cpp |   72 
 cmake/.gitignore |1 
 cmake/FindDirectX.cmake  |  194 
 cmake/toolchain/android.toolchain.cmake  | 1110 +
 codegen.py   |   81 
 common/formatter.hpp |   83 
 common/image.hpp |4 
 common/image_png.cpp |7 
 common/image_pnm.cpp |   51 
 common/json.hpp  |  342 
 common/os_binary.hpp |1 
 common/os_posix.cpp  |   23 
 common/os_process.hpp|   24 
 common/os_string.hpp |   97 
 common/os_time.hpp   |   21 
 common/os_win32.cpp  |   15 
 common/pickle.hpp|   18 
 common/trace_api.hpp |   13 
 common/trace_dump.cpp|   28 
 common/trace_file_zlib.cpp   |   10 
 common/trace_format.hpp  |4 
 common/trace_model.cpp   |   13 
 common/trace_model.hpp   |   46 
 common/trace_parser.cpp  |   50 
 common/trace_parser.hpp  |5 
 common/trace_parser_flags.cpp|   32 
 common/trace_profiler.cpp|  201 
 common/trace_profiler.hpp|  122 
 common/trace_resource.cpp|   93 
 common/trace_resource.hpp|5 
 common/trace_tools_trace.cpp |  138 
 common/trace_writer.cpp  |8 
 common/trace_writer.hpp  |5 
 common/trace_writer_local.cpp|6 
 common/trace_writer_local.hpp|2 
 common/trace_writer_model.cpp|9 
 compat.h |   81 
 d3d10trace.py|   45 
 d3d8trace.py |   54 
 d3d9imports.hpp  |   83 
 d3d9trace.py |   94 
 d3dshader.cpp|   96 
 d3dshader.hpp|   38 
 ddrawtrace.py|   81 
 debian/apitrace-gl-frontend.install  |8 
 debian/apitrace-gl-retracer.install  |4 
 debian/apitrace-gl-tracer.install|3 
 debian/apitrace-gl-tracers.install   |2 
 debian/changelog |4 
 debian/control   |   30 
 debian/patches/01_use_system_libpng_snappy_zlib.diff |  107 
 debian/patches/series|2 
 dispatch.py  |  115 
 dispatch/.gitignore  |1 
 dispatch/CMakeLists.txt  |   55 
 dispatch/__init__.py |1 
 dispatch/compat.h|  748 +
 dispatch/d3d10_1imports.hpp  |   43 
 dispatch/d3d10imports.hpp|   43 
 dispatch/d3d11imports.hpp|   43 
 dispatch/d3d9imports.hpp |   99 
 dispatch/d3derr.hpp 

apitrace: Changes to 'pristine-tar'

2012-08-17 Thread Christopher Halse Rogers
 apitrace_3.0+git20120817.56ad11c7.orig.tar.gz.delta |binary
 apitrace_3.0+git20120817.56ad11c7.orig.tar.gz.id|1 +
 2 files changed, 1 insertion(+)

New commits:
commit cffb9ea4bf1d21c5bd90a7653fdef91737215a63
Author: Christopher James Halse Rogers 
Date:   Fri Aug 17 12:24:55 2012 +1000

pristine-tar data for apitrace_3.0+git20120817.56ad11c7.orig.tar.gz

diff --git a/apitrace_3.0+git20120817.56ad11c7.orig.tar.gz.delta 
b/apitrace_3.0+git20120817.56ad11c7.orig.tar.gz.delta
new file mode 100644
index 000..2b7e4a8
Binary files /dev/null and 
b/apitrace_3.0+git20120817.56ad11c7.orig.tar.gz.delta differ
diff --git a/apitrace_3.0+git20120817.56ad11c7.orig.tar.gz.id 
b/apitrace_3.0+git20120817.56ad11c7.orig.tar.gz.id
new file mode 100644
index 000..c2422c6
--- /dev/null
+++ b/apitrace_3.0+git20120817.56ad11c7.orig.tar.gz.id
@@ -0,0 +1 @@
+a942f4b0f02732f60ec83d7593a285723d7587c4


-- 
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/e1t2kql-0006xv...@vasks.debian.org



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

2012-08-17 Thread Robert Millan
2012/8/4 Cyril Brulebois :
>> 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).
>
> It's about time to wake up. I initially raised that issue in Feb 2011,
> and nobody cared. You'll have to do some work here.

Can't you just disable HAL? There's no reason we have to treat HAL
problems as porting issue. All other platforms have already disabled
it and are not suffering from this problem.

-- 
Robert Millan


-- 
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/caofdtxmjzfcjsabjrjtxlzsdlyps8ypzsuh9w3opvww+dtn...@mail.gmail.com



Processed: severity of 683833 is grave

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

> severity 683833 grave
Bug #683833 [xserver-xorg-core] aborts on start (config/hal)
Severity set to 'grave' from 'important'
> thanks
Stopping processing here.

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



Bug#677864: alternative?

2012-08-17 Thread Piotr Szydełko
For a time being I'm using the last version that was available but I would
like to know what will happen when I install new instance of wheezy? Will
there be a window manager that supports compositing?