xorg: Changes to 'xsf-docs'

2011-02-10 Thread Cyril Brulebois
 xsf-docs/howtos/build-mesa.mdwn  |   17 ++---
 xsf-docs/howtos/configure-input.mdwn |4 ++--
 xsf-docs/howtos/use-gdb.mdwn |2 +-
 3 files changed, 17 insertions(+), 6 deletions(-)

New commits:
commit 662580ccf81ad9817346fa68f2b60458fbab2f56
Author: Cyril Brulebois 
Date:   Thu Feb 10 11:27:45 2011 +0100

Fix apostrophes.

diff --git a/xsf-docs/howtos/configure-input.mdwn 
b/xsf-docs/howtos/configure-input.mdwn
index e705d30..bd00f3e 100644
--- a/xsf-docs/howtos/configure-input.mdwn
+++ b/xsf-docs/howtos/configure-input.mdwn
@@ -104,7 +104,7 @@ Line by line walkthrough:
  * To avoid specifying any device under `/dev/input` (`event$N` might
change, remember it’s about hotplug support!), we use an
`InputClass`.
- * We need an identifier, the actual name doesn‘t matter.
+ * We need an identifier, the actual name doesn’t matter.
  * We match everything that looks like a touchpad. Meaning no generic
pointer, keyboard, or tablet.
  * We specify the driver we want to use for the matched device(s).
@@ -144,7 +144,7 @@ Line by line walkthrough:
  * To avoid specifying any device under `/dev/input` (`event$N` might
change, remember it’s about hotplug support!), we use an
`InputClass`.
- * We need an identifier, the actual name doesn‘t matter.
+ * We need an identifier, the actual name doesn’t matter.
  * We match everything that looks like a touchpad. Meaning no generic
pointer, keyboard, or tablet.
  * We specify the driver we want to use for the matched device(s).
diff --git a/xsf-docs/howtos/use-gdb.mdwn b/xsf-docs/howtos/use-gdb.mdwn
index 648c867..df7152d 100644
--- a/xsf-docs/howtos/use-gdb.mdwn
+++ b/xsf-docs/howtos/use-gdb.mdwn
@@ -15,7 +15,7 @@ with a single machine.
 
 ### One-machine approach
 
-From a console (let‘s assume it’s `vt1`), open a `root`
+From a console (let’s assume it’s `vt1`), open a `root`
 terminal. Then, start a loop which will bring you back to this console
 after a given delay (in the following example, every 60 seconds), just
 in case. The ampersand (`&`) at the end makes it a background job.

commit 3ad130a6d78f2191a623f873ce84604a029c25d2
Author: Cyril Brulebois 
Date:   Thu Feb 10 11:25:42 2011 +0100

build-mesa: Add a note about nouveau.

diff --git a/xsf-docs/howtos/build-mesa.mdwn b/xsf-docs/howtos/build-mesa.mdwn
index 829c9cf..7dac557 100644
--- a/xsf-docs/howtos/build-mesa.mdwn
+++ b/xsf-docs/howtos/build-mesa.mdwn
@@ -25,6 +25,17 @@ in which case the appropriate options to be passed to 
`./configure`
 should be looked up in the `debian/rules` file of the Debian source
 package.
 
+*Note:* Before reading further, be aware that `nouveau` is a bit
+ special.
+
+ * It’s considered experimental, and shipped in the
+   `libgl1-mesa-dri-experimental` package accordingly.
+ * It may fail to build (both API and ABI are still changing).
+ * We’re not shipping `nouveau_vieux_dri.so` yet (for cards from NV04
+   to NV2X; `nouveau_dri.so` is for NV30 and later). See the upstream
+   [FeatureMatrix](http://nouveau.freedesktop.org/wiki/FeatureMatrix)
+   page to determine a card’s series.
+
 
 ## Gathering information
 
@@ -94,9 +105,9 @@ Now, what are the parameters to replace “`…`” with? 
Basically, if
 you determined an Intel driver (`i915` or `i965`), you want to use the
 classic drivers and to disable the Gallium drivers. If you saw a
 Radeon driver (`r300` or `r600`), you should prefer the Gallium
-drivers. *[Note: Nouveau is a bit special since it may fail to build
-(both API and ABI are still changing), and since we’re currently not
-shipping `nouveau_vieux.so`.]*
+drivers. If you’re using `nouveau`, make sure you read the note in the
+**Foreword**. The following assumes you’re using `nouveau_dri.so`.
+
 
 Examples for common drivers:
 


-- 
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/e1pntla-00016r...@alioth.debian.org



xorg-server: Changes to 'debian-unstable'

2011-02-10 Thread Cyril Brulebois
 debian/changelog |2 ++
 debian/control   |4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 0a8669e3b517019e9aaec075dcc7047a815e1da9
Author: Cyril Brulebois 
Date:   Thu Feb 10 11:52:23 2011 +0100

Stop providing xorg-input-abi-11.0 and xorg-video-abi-8.0 now that drivers 
have reached unstable.

diff --git a/debian/changelog b/debian/changelog
index d45f159..84492c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,8 @@ xorg-server (2:1.9.4-2) UNRELEASED; urgency=low
   * bug script: Report KMS configuration files and their contents.
   * bug script: Keep only one lspci call (with proper filtering), which
 makes PCI IDs come back.
+  * Stop providing xorg-input-abi-11.0 and xorg-video-abi-8.0 now that
+drivers have reached unstable.
 
  -- Cyril Brulebois   Wed, 09 Feb 2011 08:57:02 +0100
 
diff --git a/debian/control b/debian/control
index c03335c..eae0332 100644
--- a/debian/control
+++ b/debian/control
@@ -112,8 +112,8 @@ Breaks:
  xserver-xorg-input-vmmouse (<= 1:12.6.5-4),
  xserver-xorg-input-wacom (<= 0.10.5+20100415-1),
 Provides:
- ${videoabi}, xorg-video-abi-8.0,
- ${inputabi}, xorg-input-abi-11.0,
+ ${videoabi},
+ ${inputabi},
 Description: Xorg X server - core server
  The Xorg X server is an X server for several architectures and operating
  systems, which is derived from the XFree86 4.x series of X servers.


-- 
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/e1pnu8b-0002gl...@alioth.debian.org



xterm-268

2011-02-10 Thread Thomas Dickey
Patch #268 - 2011/02/10

 * fix  an inconsistency of the "Enable Reverse Video" checkbox in the
   VT  Options  menu.  This also removes a special case added in patch
   #217  which limited the effect of the reverseVideo resource (Debian
   #603808).
 * amend  decoding  of  misformed  UTF-8  sequences to avoid absorbing
   valid  characters  as documented in Unicode 6.0 section 3.9 (report
   by Keith Winstein).
 * do  not  set  urgency  hint when window already has focus (patch by
   Dimitrios Christidis).
 * amend  extended  mouse-coordinate  mode  from patch #262 changes to
   include  the  Cb  button-code,  which  also may be greater than 127
   (report by Ailin Nemui).
 * ensure that underline-cursor is visible when an application happens
   to set the background color (report by Christian Weisgerber).
 * add  feature  for  full-screen toggling using either Alt-Enter or a
   menu selection (integrated patch by Dave Simmons).
 * add  missing  logic  to  handle  reallocation of FIFO index for the
   "UTF-8" menu entry (report by David Holland, NetBSD #44344).
 * add makefile rules docs-ctlseqs, docs-xterm, etc.
 * correct typo in description of DECRPM in control sequences document
   (report by Ailin Nemui).


-- 
Thomas E. Dickey 
http://invisible-island.net
ftp://invisible-island.net


signature.asc
Description: Digital signature


Bug#612766: Failed to submit batch buffer - graphic is not starting at all

2011-02-10 Thread Cyril Brulebois
severity 612766 normal
thanks

Patrick Winnertz  (10/02/2011):
> Installing a fresh computer with squeeze results in a black screen
> with only a mouse on it (which can be moved).

> Kernel version (/proc/version):
> ---
> Linux version 2.6.36+winnie2 (root@hybrid) (gcc version 4.4.5 (Debian 
> 4.4.5-8) ) #2 SMP Fri Nov 26 18:08:42 CET 2010

This is not a fresh install.

Try with squeeze's kernel and report back:
  http://pkg-xorg.alioth.debian.org/howtos/report-bugs.html

KiBi.


signature.asc
Description: Digital signature


Processed: Re: Bug#612766: Failed to submit batch buffer - graphic is not starting at all

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

> severity 612766 normal
Bug #612766 [xserver-xorg-video-intel] Failed to submit batch buffer - graphic 
is not starting at all
Severity set to 'normal' from 'grave'

> thanks
Stopping processing here.

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



Bug#550134: blender has many display artifacts with Matrox card

2011-02-10 Thread jdietrch
On Wed, 09 Feb 2011 13:16 +0100, "Cyril Brulebois" 
wrote:
> Hi James,
> 
> jdiet...@fastmail.fm  (07/10/2009):
> > I have a Matrox Millennium G400 card. I am experiencing serious
> > display problems with some 3d applications.
> > […]
> > Let me know if there are any more questions, or if there is anything
> > else I can do to help.
> 
> could you please tell us how it goes with 7.7 in stable, or with 7.10
> in unstable?

I currently have version 7.7.1-4 of libgl1-mesa-dri,
and version 2.6.32-30 of linux-image-2.6.32-5-686.

Perhaps this bug should be retitled; I just tried blender again,
and didn't notice any display problems.

In the original bug report, I also mentioned stellarium as having
display problems, and that is still the case. When stellarium starts,
it displays a splash screen. On this machine with the G400, the splash
screen shows only as a blank whitish square, except for a faint outline
of the version number in the lower right corner. Then stellarium seems
to run normally--I can zoom in and out, pan around, etc. But the mouse
pointer is invisible, which is an obvious problem.

Again, please let me know if there's anything else I can do to help.
I'll be glad to test again with 7.10 once it propagates to testing.

James Dietrich





--
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/1297350249.5271.1419977...@webmail.messagingengine.com



Bug#605444: libgl1-mesa-dri-experimental: please install the llvmpipe driver

2011-02-10 Thread Michal Suchanek
On 9 February 2011 12:55, Cyril Brulebois  wrote:

>
> a patch against debian-unstable/7.10-3 would be appreciated.
>
> KiBi.

It's quite simple. It affects

 - swrast when dri-experimental is installed
 - gallium based drivers - fallbacks are now llvm based (currently r300?)

Note that mesa currently builds r600g but does not ship it, perhaps it
could be also added to dri-experimental.
I am not sure how useful the version in 7.10 is but it should improve over time.

Thanks

Michal
diff -urN mesa-7.10/debian/control mesa-7.10.mod/debian/control
--- mesa-7.10/debian/control	2011-02-09 20:00:17.0 +0100
+++ mesa-7.10.mod/debian/control	2011-02-09 19:56:29.0 +0100
@@ -11,7 +11,7 @@
  libxdamage-dev, libxext-dev, autoconf, automake, x11proto-dri2-dev (>= 2.1),
  linux-libc-dev (>= 2.6.31) [linux-any],
  libx11-xcb-dev, libxcb-dri2-0-dev, libxcb-xfixes0-dev, python-libxml2,
- libtalloc-dev, libudev-dev [linux-any],
+ libtalloc-dev, libudev-dev [linux-any], llvm-dev,
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/mesa
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/mesa.git
 Homepage: http://mesa3d.sourceforge.net/
diff -urN mesa-7.10/debian/libgl1-mesa-dri-experimental.install mesa-7.10.mod/debian/libgl1-mesa-dri-experimental.install
--- mesa-7.10/debian/libgl1-mesa-dri-experimental.install	2011-02-09 20:00:17.0 +0100
+++ mesa-7.10.mod/debian/libgl1-mesa-dri-experimental.install	2011-02-09 22:50:46.0 +0100
@@ -1 +1,2 @@
 build/dri/lib/gallium/nouveau_dri.so usr/lib/dri
+build/dri/lib/gallium/swrastg_dri.so usr/lib/dri
diff -urN mesa-7.10/debian/patches/11-load-swrastg-before-swrast.diff mesa-7.10.mod/debian/patches/11-load-swrastg-before-swrast.diff
--- mesa-7.10/debian/patches/11-load-swrastg-before-swrast.diff	1970-01-01 01:00:00.0 +0100
+++ mesa-7.10.mod/debian/patches/11-load-swrastg-before-swrast.diff	2011-02-09 19:54:49.0 +0100
@@ -0,0 +1,15 @@
+--- mesa/src/glx/drisw_glx.c~	2010-10-02 00:51:28.0 +0200
 mesa/src/glx/drisw_glx.c	2010-10-26 22:40:48.0 +0200
+@@ -426,10 +426,10 @@
+void *driver = NULL;
+ 
+if (driver == NULL)
+-  driver = driOpenDriver("swrast");
++  driver = driOpenDriver("swrastg");
+ 
+if (driver == NULL)
+-  driver = driOpenDriver("swrastg");
++  driver = driOpenDriver("swrast");
+ 
+return driver;
+ }
diff -urN mesa-7.10/debian/patches/series mesa-7.10.mod/debian/patches/series
--- mesa-7.10/debian/patches/series	2011-02-09 20:00:17.0 +0100
+++ mesa-7.10.mod/debian/patches/series	2011-02-09 19:55:09.0 +0100
@@ -4,3 +4,4 @@
 06_kfreebsd-ftbfs.diff
 08-kfreebsd-gallium.diff
 10-fix-talloc-linking.diff
+11-load-swrastg-before-swrast.diff
diff -urN mesa-7.10/debian/rules mesa-7.10.mod/debian/rules
--- mesa-7.10/debian/rules	2011-02-09 20:00:17.0 +0100
+++ mesa-7.10.mod/debian/rules	2011-02-09 19:58:06.0 +0100
@@ -91,6 +91,7 @@
 
 confflags-dri = \
 	--with-driver=dri \
+	--enable-gallium-llvm \
 	--with-dri-drivers="$(DRI_DRIVERS)" \
 	--with-dri-driverdir=/usr/lib/dri \
 	--with-egl-platforms="$(EGL_DISPLAYS)" \


Bug#605444: libgl1-mesa-dri-experimental: please install the llvmpipe driver

2011-02-10 Thread Cyril Brulebois
tag 605444 patch
thanks

Hi,

thanks for the patch.

Michal Suchanek  (10/02/2011):
> It's quite simple. It affects
>  - swrast when dri-experimental is installed

looks sane enough at first glance.

>  - gallium based drivers - fallbacks are now llvm based (currently r300?)

I'm not sure what the implications are here.

> Note that mesa currently builds r600g but does not ship it, perhaps
> it could be also added to dri-experimental.

That's no longer true as of 7.10-3.

I might wait a bit before merging this patch, so probably not in
7.10-4.

KiBi.


signature.asc
Description: Digital signature


Processed: Re: Bug#605444: libgl1-mesa-dri-experimental: please install the llvmpipe driver

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

> tag 605444 patch
Bug #605444 [libgl1-mesa-dri-experimental] libgl1-mesa-dri-experimental: please 
install the llvmpipe driver
Added tag(s) patch.
> thanks
Stopping processing here.

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



Bug#612766: to submit batch buffer - graphic is not starting at all

2011-02-10 Thread Cyril Brulebois
severity 612766 important
thanks

Hi Patrick,

first, thanks for the tests! Bumping severity since it looks like
we've got a bad issue here.

Patrick Winnertz  (10/02/2011):
> As requested from KiBi, this bug can be reproduced using the
> official squeeze kernel.
[…]
> [   326.450] (EE) intel(0): Failed to submit batch buffer, expect rendering 
> corruption or even a frozen display: No such device.

before I forget:
 - Switching from libdrm/squeeze to libdrm/sid fixes this issue.
 - Going back to libdrm/squeeze and applying 49447a9… [1] (trivial
   conflict) on top of it changes the ENODEV issue into the EINVAL one
   as seen with kernels >> 2.6.32.

 1. 
http://cgit.freedesktop.org/mesa/drm/commit/?id=49447a9b957047db2549b8a929e763bbd87808ba

Next step would be trying the various versions available on:
  http://snapshot.debian.org/package/libdrm/

and tell us which work and which don't. That should help us narrow it
down to the commit(s) we need to get this bug fixed.

KiBi.


signature.asc
Description: Digital signature


Processed: Re: Bug#612766: to submit batch buffer - graphic is not starting at all

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

> severity 612766 important
Bug #612766 [xserver-xorg-video-intel] Failed to submit batch buffer - graphic 
is not starting at all
Severity set to 'important' from 'normal'

> thanks
Stopping processing here.

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



x11-xfs-utils: Changes to 'refs/tags/x11-xfs-utils-7.6+1'

2011-02-10 Thread Julien Cristau
Tag 'x11-xfs-utils-7.6+1' created by Julien Cristau  at 
2011-02-10 16:44 +

Tagging upload of x11-xfs-utils 7.6+1 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAABCAAGBQJNVBXYAAoJEDEBgAUJBeQM4NAP/AqaoALeBMsXO1alxw2w5PFB
YLQoXq9wrWJwBXQYZs8UpG39vdpPbAolRt9kY4OoHa7vla71gawguwdNc19cWTZ0
tbAnTeE95DpZ9o0NYr6YwAkboNFFI6gdreKGXN8X4UepyhuPPuNit45YTy9wVg+t
QLT7gnAPm59nEmyCfshkxnxG/i3wqDsgoW7y2U0aoDUE4DRXVs0Mat+SFlRG8Nwt
m0PEjWqwduFTW0BdMMBXeuHbFQ1IpSbzW35JT5ixqw8tlGxoWJ5/VqlbCIaS8J6J
Aqos4aCr3ZuDX08JzWCR3YoBuylX+ehZK9x7eUX14/WhDxk4iC30NiIa0Bv8JLfC
Vyz20HN41fGtXCIhJQ+pf1scmpBUwEoFCFjQZnAVM318a4B4MY0ka5h98YThZd39
H8w58f8PGZAr6WIeVDQ1OUR48ckKiORxyHYXsWgj6V64FGkp/T6JRKU3fTkFvYrW
BiR1uqqX/qU4gRULZp8L+39jEnr0o2zKiaaMRZfYeL8rCee7xY9qGjljfXtUyq4L
h6bDGqIniQxvlTwgcgreuz1omNroOSQzra9jcv6X/8gZ8cA6de7Gv5ImGhzOyDIg
tOhOUTxRYVDrA5F2/Km4ST/1AB88K6pYtQyL0GHeX5F5RHank50/xMvOPTr62Wft
vkfzJMLYjH/qx0DwYON0
=Q6NZ
-END PGP SIGNATURE-

Changes since x11-xfs-utils-7.4+1:
Cyril Brulebois (1):
  Mention upstream git URL in a comment.

Julien Cristau (14):
  Rename the build directory to not include DEB_BUILD_GNU_TYPE for no good 
reason.  Thanks, Colin Watson!
  Remove myself from Uploaders
  debian/rules: add get-tarballs rule.
  Download upstream tarballs in the current directory, not ..
  fslsfonts 1.0.3
  fstobdf 1.0.4
  showfont 1.0.3
  xfsinfo 1.0.3
  Remove Brice Goglin and David Nusinow from Uploaders.
  Drop Pre-Depends on x11-common.
  Bump Standards-Version to 3.9.1.
  Wrap control fields
  Run dh_makeshlibs before dh_installdeb/dh_shlibdeps (lintian).
  Upload to unstable

---
 debian/changelog|   19 
 debian/control  |   29 
 debian/rules|   19 
 debian/watch.fslsfonts  |3 
 debian/watch.fstobdf|3 
 debian/watch.showfont   |3 
 debian/watch.xfsinfo|3 
 fslsfonts/ChangeLog |  147 +
 fslsfonts/INSTALL   |  291 ++
 fslsfonts/Makefile.am   |   36 
 fslsfonts/Makefile.in   |  322 +-
 fslsfonts/README|   25 
 fslsfonts/aclocal.m4| 1378 +---
 fslsfonts/config.guess  |  257 +-
 fslsfonts/config.h.in   |   33 
 fslsfonts/config.sub|  161 +
 fslsfonts/configure | 5393 +++
 fslsfonts/configure.ac  |   23 
 fslsfonts/depcomp   |  116 -
 fslsfonts/fslsfonts.c   |   24 
 fslsfonts/fslsfonts.man |3 
 fslsfonts/install-sh|  231 +-
 fslsfonts/missing   |   49 
 fstobdf/ChangeLog   |  136 +
 fstobdf/INSTALL |  291 ++
 fstobdf/Makefile.am |   36 
 fstobdf/Makefile.in |  322 +-
 fstobdf/README  |   28 
 fstobdf/aclocal.m4  | 1378 +---
 fstobdf/chars.c |3 
 fstobdf/config.guess|  257 +-
 fstobdf/config.h.in |   33 
 fstobdf/config.sub  |  161 +
 fstobdf/configure   | 5393 +++
 fstobdf/configure.ac|   21 
 fstobdf/depcomp |  116 -
 fstobdf/fstobdf.c   |2 
 fstobdf/fstobdf.h   |1 
 fstobdf/fstobdf.man |2 
 fstobdf/header.c|2 
 fstobdf/install-sh  |  231 +-
 fstobdf/missing |   49 
 fstobdf/props.c |2 
 showfont/ChangeLog  |  136 +
 showfont/INSTALL|  291 ++
 showfont/Makefile.am|   36 
 showfont/Makefile.in|  322 +-
 showfont/README |   27 
 showfont/aclocal.m4 | 1412 +---
 showfont/compile|  142 -
 showfont/config.guess   |  257 +-
 showfont/config.h.in|   34 
 showfont/config.sub |  161 +
 showfont/configure  | 5471 +++-
 showfont/configure.ac   |   22 
 showfont/depcomp|  116 -
 showfont/install-sh |  231 +-
 showfont/missing|   49 
 showfont/showfont.c |   28 
 showfont/showfont.man   |2 
 xfsinfo/ChangeLog   |  147 +
 xfsinfo/INSTALL |  291 ++
 xfsinfo/Makefile.am |   36 
 xfsinfo/Makefile.in |  322 +-
 xfsinfo/README  |   29 
 xfsinfo/aclocal.m4  | 1412 +---
 xfsinfo/compile |  142 -
 xfsinfo/config.guess|  257 +-
 xfsinfo/config.h.in |   34 
 xfsinfo/config.sub  |  161 +
 xfsinfo/configure   | 5471 +++-
 xfsinfo/configure.ac|   24 
 xfsinfo/depcomp |  116 -
 xfsinfo/install-sh  |  231 +-
 xfsinfo/missing |   49 
 xfsinfo/xfsinfo.c   |   14 
 76 files changed, 21929 insertions(+), 12576 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/e1pnzd9-0001dv...@alioth.debian.org



x11-xfs-utils: Changes to 'debian-unstable'

2011-02-10 Thread Julien Cristau
 debian/changelog|   16 
 debian/control  |   29 
 debian/rules|4 
 fslsfonts/ChangeLog |  147 +
 fslsfonts/INSTALL   |  291 ++
 fslsfonts/Makefile.am   |   36 
 fslsfonts/Makefile.in   |  322 +-
 fslsfonts/README|   25 
 fslsfonts/aclocal.m4| 1378 +---
 fslsfonts/config.guess  |  257 +-
 fslsfonts/config.h.in   |   33 
 fslsfonts/config.sub|  161 +
 fslsfonts/configure | 5393 +++
 fslsfonts/configure.ac  |   23 
 fslsfonts/depcomp   |  116 -
 fslsfonts/fslsfonts.c   |   24 
 fslsfonts/fslsfonts.man |3 
 fslsfonts/install-sh|  231 +-
 fslsfonts/missing   |   49 
 fstobdf/ChangeLog   |  136 +
 fstobdf/INSTALL |  291 ++
 fstobdf/Makefile.am |   36 
 fstobdf/Makefile.in |  322 +-
 fstobdf/README  |   28 
 fstobdf/aclocal.m4  | 1378 +---
 fstobdf/chars.c |3 
 fstobdf/config.guess|  257 +-
 fstobdf/config.h.in |   33 
 fstobdf/config.sub  |  161 +
 fstobdf/configure   | 5393 +++
 fstobdf/configure.ac|   21 
 fstobdf/depcomp |  116 -
 fstobdf/fstobdf.c   |2 
 fstobdf/fstobdf.h   |1 
 fstobdf/fstobdf.man |2 
 fstobdf/header.c|2 
 fstobdf/install-sh  |  231 +-
 fstobdf/missing |   49 
 fstobdf/props.c |2 
 showfont/ChangeLog  |  136 +
 showfont/INSTALL|  291 ++
 showfont/Makefile.am|   36 
 showfont/Makefile.in|  322 +-
 showfont/README |   27 
 showfont/aclocal.m4 | 1412 +---
 showfont/compile|  142 -
 showfont/config.guess   |  257 +-
 showfont/config.h.in|   34 
 showfont/config.sub |  161 +
 showfont/configure  | 5471 +++-
 showfont/configure.ac   |   22 
 showfont/depcomp|  116 -
 showfont/install-sh |  231 +-
 showfont/missing|   49 
 showfont/showfont.c |   28 
 showfont/showfont.man   |2 
 xfsinfo/ChangeLog   |  147 +
 xfsinfo/INSTALL |  291 ++
 xfsinfo/Makefile.am |   36 
 xfsinfo/Makefile.in |  322 +-
 xfsinfo/README  |   29 
 xfsinfo/aclocal.m4  | 1412 +---
 xfsinfo/compile |  142 -
 xfsinfo/config.guess|  257 +-
 xfsinfo/config.h.in |   34 
 xfsinfo/config.sub  |  161 +
 xfsinfo/configure   | 5471 +++-
 xfsinfo/configure.ac|   24 
 xfsinfo/depcomp |  116 -
 xfsinfo/install-sh  |  231 +-
 xfsinfo/missing |   49 
 xfsinfo/xfsinfo.c   |   14 
 72 files changed, 21900 insertions(+), 12575 deletions(-)

New commits:
commit 912881207883c51c36f36c32c89fc3e31127d2ca
Author: Julien Cristau 
Date:   Thu Feb 10 17:42:07 2011 +0100

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index cca0ddf..7f38094 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-x11-xfs-utils (7.6+1) UNRELEASED; urgency=low
+x11-xfs-utils (7.6+1) unstable; urgency=low
 
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
 good reason.  Thanks, Colin Watson!
@@ -15,7 +15,7 @@ x11-xfs-utils (7.6+1) UNRELEASED; urgency=low
   * Bump Standards-Version to 3.9.1.
   * Run dh_makeshlibs before dh_installdeb/dh_shlibdeps (lintian).
 
- -- Julien Cristau   Sat, 16 Jan 2010 16:47:14 +
+ -- Julien Cristau   Thu, 10 Feb 2011 17:42:00 +0100
 
 x11-xfs-utils (7.4+1) unstable; urgency=low
 

commit 3ba568c84d2ea64caac5f7f9b2ba07f527c3061e
Author: Julien Cristau 
Date:   Thu Feb 10 17:41:50 2011 +0100

Run dh_makeshlibs before dh_installdeb/dh_shlibdeps (lintian).

diff --git a/debian/changelog b/debian/changelog
index 551e7f2..cca0ddf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ x11-xfs-utils (7.6+1) UNRELEASED; urgency=low
 work!
   * Drop Pre-Depends on x11-common.
   * Bump Standards-Version to 3.9.1.
+  * Run dh_makeshlibs before dh_installdeb/dh_shlibdeps (lintian).
 
  -- Julien Cristau   Sat, 16 Jan 2010 16:47:14 +
 
diff --git a/debian/rules b/debian/rules
index 70adc24..cf0af5b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -91,9 +91,9 @@ binary-arch: build install
dh_strip 
dh_compress
dh_fixperms
+   dh_makeshlibs
dh_installdeb
dh_shlibdeps
-   dh_makeshlibs
dh_gencontrol
dh_md5sums
dh_builddeb

commit 73a29aa5d6cf9f55bf819857b95ecc1c81b5fbc0
Author: Julien Cristau 
Date:   Thu Feb 10 17:37:59 2011 +0100

Wrap control fields

diff --git a/debian/control b/debian/control
index eb8f884..54f73e7 100644
--- a/debian/control
+++ b/debian/control
@@ -2,17 +2,32 @@ Source: x11-xfs-utils
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Build-Depends: debhelper (>= 5.0.0), pkg-config, libx11-dev (>= 2:1.0.0), 
libfs-dev (>= 2:1.0.0)
+Build-Depends:
+ debhelper (>= 5.0.0),
+ pkg-

x11-xkb-utils: Changes to 'refs/tags/x11-xkb-utils-7.6+2'

2011-02-10 Thread Julien Cristau
Tag 'x11-xkb-utils-7.6+2' created by Julien Cristau  at 
2011-02-10 17:00 +

Tagging upload of x11-xkb-utils 7.6+2 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAABCAAGBQJNVBnHAAoJEDEBgAUJBeQMDlUP/R6LDpDHOSMAQh+C8FxufWSW
pWD2q8/85M7JB1mY9OHrxDvov6L2saVtz+FoYHTNFjaKhZbf14ifcfOmcKR++dfH
OQRxeaKSMq58REQAFb7QNqfYmL3g5vE4PsMy8HjItewBvTwuk6jcA7zfjMntO/Ic
pIitY7CU3xLnT11pYhKRhWhl6XQfdpi2RxbxTAAa7SOynlhWrz0zxRV17Od9okJv
Oy6iYPQTR0bOIW25OV0TLa5d8M6ruebOQp+XRYFKXF1WZuoaNRLKOsmk9BdRBqkW
FzOK9Wrvkf+tLN/JMCg/hicAoERt2ST8PRA4lW+V3C2Uif5Rr7WFCesxOOKxsTgU
pc8HnE2UaVBASMk3Is5R93YTaRlsDKAVaDfu4H16/zNWv8yczeey3KwS00MUVu4G
gK4viQov7cMcn6/5cACzW707XQEEMbYNWLY9NUSekUArH8rGTk4+h81ZJLyaskRQ
PFY1q1jVndhurtkmVh82aSgcDx6dsrHJ4bP8gx91GBm9yeKuesS1ODsNAqTecBhz
qAXi0A/D8Vnaok/vQMx4lSwBVDlf6fuktCxefvU8ihTf22p14qGWgatVyTiQn9aG
Tm8hxZEQ37SE9Ihn1ftF0q+I1a3ofK+K8EhDKCvCkdJgQ0HGVO8FiMZqybG01Zlm
NgKN7+vOa6TQ10CtvCGg
=VF7d
-END PGP SIGNATURE-

Changes since x11-xkb-utils-7.6+1:
Cyril Brulebois (3):
  Mention upstream git URL in a comment.
  Install xkbevd's example.cf file (Closes: #80510).
  Switch dh_install from --list-missing to --fail-missing for added safety.

Julien Cristau (6):
  Merge remote branch 'origin/debian-experimental' into debian-unstable
  Make get-tarballs download into the current directory
  Remove Brice Goglin and David Nusinow from Uploaders.
  Drop Pre-Depends on x11-common.
  Bump Standards-Version to 3.9.1.
  Upload to unstable.

---
 debian/changelog   |   16 
 debian/control |5 ++---
 debian/rules   |6 --
 debian/watch.setxkbmap |1 +
 debian/watch.xkbcomp   |1 +
 debian/watch.xkbevd|1 +
 debian/watch.xkbprint  |1 +
 debian/watch.xkbutils  |1 +
 8 files changed, 27 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/e1pnztz-0001cc...@alioth.debian.org



x11-xkb-utils: Changes to 'debian-unstable'

2011-02-10 Thread Julien Cristau
 debian/changelog|   35 
 debian/control  |9 
 debian/copyright|   66 
 debian/rules|6 
 setxkbmap/COPYING   |   30 
 setxkbmap/ChangeLog |  165 +
 setxkbmap/INSTALL   |  291 ++
 setxkbmap/Makefile.am   |   36 
 setxkbmap/Makefile.in   |  300 +--
 setxkbmap/README|   27 
 setxkbmap/aclocal.m4| 1244 +---
 setxkbmap/config.guess  |  243 +-
 setxkbmap/config.h.in   |3 
 setxkbmap/config.sub|   91 
 setxkbmap/configure | 3927 +++-
 setxkbmap/configure.ac  |   28 
 setxkbmap/depcomp   |   87 
 setxkbmap/install-sh|5 
 setxkbmap/missing   |   49 
 setxkbmap/setxkbmap.c   |   16 
 setxkbmap/setxkbmap.man |6 
 xkbcomp/ChangeLog   |   79 
 xkbcomp/Makefile.am |   22 
 xkbcomp/Makefile.in |   26 
 xkbcomp/aclocal.m4  | 2528 +-
 xkbcomp/config.guess|   11 
 xkbcomp/config.h.in |3 
 xkbcomp/config.sub  |   61 
 xkbcomp/configure   | 1813 ++
 xkbcomp/configure.ac|   19 
 xkbcomp/parseutils.c|2 
 xkbcomp/xkbparse.c  |  663 +-
 xkbevd/COPYING  |   30 
 xkbevd/ChangeLog|  223 ++
 xkbevd/INSTALL  |  291 ++
 xkbevd/Makefile.am  |   36 
 xkbevd/Makefile.in  |   68 
 xkbevd/aclocal.m4   |  877 +++--
 xkbevd/cfgparse.c   |   70 
 xkbevd/cfgparse.y   |   26 
 xkbevd/cfgscan.c|   38 
 xkbevd/config.guess |  210 --
 xkbevd/config.h.in  |3 
 xkbevd/config.sub   |  115 -
 xkbevd/configure| 3994 ++---
 xkbevd/configure.ac |   37 
 xkbevd/evargs.c |   22 
 xkbevd/example.cf   |1 
 xkbevd/printev.c|   26 
 xkbevd/tokens.h |   19 
 xkbevd/utils.c  |   40 
 xkbevd/utils.h  |   49 
 xkbevd/xkbevd.c |   74 
 xkbevd/xkbevd.h |   20 
 xkbevd/xkbevd.man   |   44 
 xkbprint/ChangeLog  |  109 +
 xkbprint/INSTALL|  291 ++
 xkbprint/Makefile.am|   30 
 xkbprint/Makefile.in|   62 
 xkbprint/aclocal.m4 |  877 +++--
 xkbprint/config.guess   |  210 --
 xkbprint/config.h.in|3 
 xkbprint/config.sub |  115 -
 xkbprint/configure  | 4657 +---
 xkbprint/configure.ac   |   24 
 xkbutils/COPYING|   72 
 xkbutils/ChangeLog  |  179 +
 xkbutils/INSTALL|  291 ++
 xkbutils/LED.c  |2 
 xkbutils/Makefile.am|   31 
 xkbutils/Makefile.in|   62 
 xkbutils/aclocal.m4 |  851 +++-
 xkbutils/compile|6 
 xkbutils/config.guess   |  210 --
 xkbutils/config.h.in|3 
 xkbutils/config.sub |  115 -
 xkbutils/configure  | 4401 +++--
 xkbutils/configure.ac   |   34 
 xkbutils/xkbbell.man|   39 
 xkbutils/xkbvleds.man   |   39 
 xkbutils/xkbwatch.man   |   39 
 81 files changed, 16100 insertions(+), 14856 deletions(-)

New commits:
commit ea90177cecc75f21c995a88498ea3ed6750ab1db
Author: Julien Cristau 
Date:   Thu Feb 10 17:49:31 2011 +0100

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 0f29dbd..f46e181 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-x11-xkb-utils (7.6+2) UNRELEASED; urgency=low
+x11-xkb-utils (7.6+2) unstable; urgency=low
 
   [ Cyril Brulebois ]
   * Install xkbevd's example.cf file (Closes: #80510).
@@ -10,8 +10,9 @@ x11-xkb-utils (7.6+2) UNRELEASED; urgency=low
 work!
   * Drop Pre-Depends on x11-common.
   * Bump Standards-Version to 3.9.1.
+  * Upload to unstable.
 
- -- Cyril Brulebois   Fri, 14 Jan 2011 23:45:32 +0100
+ -- Julien Cristau   Thu, 10 Feb 2011 17:59:27 +0100
 
 x11-xkb-utils (7.6+1) experimental; urgency=low
 

commit 1d929b6aedd67fd79ad436ad2d18dd91828c1a1a
Author: Julien Cristau 
Date:   Thu Feb 10 17:56:01 2011 +0100

Bump Standards-Version to 3.9.1.

diff --git a/debian/changelog b/debian/changelog
index 17800b5..0f29dbd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ x11-xkb-utils (7.6+2) UNRELEASED; urgency=low
   * Remove Brice Goglin and David Nusinow from Uploaders.  Thanks for your
 work!
   * Drop Pre-Depends on x11-common.
+  * Bump Standards-Version to 3.9.1.
 
  -- Cyril Brulebois   Fri, 14 Jan 2011 23:45:32 +0100
 
diff --git a/debian/control b/debian/control
index 166a14c..320a808 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Build-Depends:
 # xkbevd: libx11-dev, libxkbfile-dev, (bison)
 # xkbprint: libx11-dev, libxkbfile-dev
 # xkbutils: libx11-dev, libxaw7-dev, x11proto-core-dev
-Standards-Version: 3.9.0
+Standards-Version: 3.9.1
 Vcs-Git: git://git.debian.org/git/pkg-xorg/app/x11-xkb-utils
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/app/x11-xkb-utils.git
 

commit b401887e9272ffdd82e9f66cddc5b4f0a3cbc723
Author: Julien Cristau 
Date:   Thu Feb 10 17:55:01 2011 +0100

Drop Pre-Depends on

Processing of x11-xfs-utils_7.6+1_amd64.changes

2011-02-10 Thread Debian FTP Masters
x11-xfs-utils_7.6+1_amd64.changes uploaded successfully to localhost
along with the files:
  x11-xfs-utils_7.6+1.dsc
  x11-xfs-utils_7.6+1.tar.gz
  x11-xfs-utils_7.6+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/e1pnzfo-0007da...@franck.debian.org



Processing of x11-xkb-utils_7.6+2_amd64.changes

2011-02-10 Thread Debian FTP Masters
x11-xkb-utils_7.6+2_amd64.changes uploaded successfully to localhost
along with the files:
  x11-xkb-utils_7.6+2.dsc
  x11-xkb-utils_7.6+2.tar.gz
  x11-xkb-utils_7.6+2_amd64.deb
  x11-xkb-utils-udeb_7.6+2_amd64.udeb

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/e1pnzzg-ip...@franck.debian.org



x11-xserver-utils: Changes to 'refs/tags/x11-xserver-utils-7.6+1'

2011-02-10 Thread Julien Cristau
Tag 'x11-xserver-utils-7.6+1' created by Julien Cristau  
at 2011-02-10 17:24 +

Tagging upload of x11-xserver-utils 7.6+1 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAABCAAGBQJNVB81AAoJEDEBgAUJBeQMjWUP/31GB37uE6pL4tPeFRf3HO8B
45UjJhyCYqSlz2qWEXMj7EULzsE66TqAJaCdqQqx97RgHnRHqPNDGpNdPH77BdTz
llGFsbM1zR0MPk/0rJvLE1uY3tkwPhxaEDG0QRnJdVxkiLh7Y9AhY/KffzjPycjV
rEgPuD7pO+ehNFzpW3/vCwIxOduPTgf9MF26XufZPCFCBYPdxisa8/ut6J012JOf
eHd1XXwG8E1vXQXzK1JZK0Q2giki8NfP9fkXYYe7CMsQzCBnNeCZxTdeoREEcFwi
vuhroZp2mgvhwEcmu78twvXL0Y9KEUkBnsXJKgI9loUgc1ikbE/OQBonc5ZG48yP
/1Rmw1nHjg05VGt90ICE9yE31rM0EdNFz44fGCClBLngqg3QA2oyFgng9+KUQkjN
OHtGpkrffY8HUy68ypaZ55PCLCBfNCK3s/O7yJqe5GqI+BPSxYrzATGSKMnVv5uk
t51/PmJG4U6cQ0dzCQSr5Lf9iUB9+Z0fe3EXmVQql5Khov0YBA5JjBsr+FlPbm57
5ieBqTgsjDtMoN6WWBA4nGiewlNrTVGLxj6tKXXuy893H/ITW71ypWoVQLLPvjkP
b3/O2xJYszvC7T1NYwCeVuPY4XfhStZp7oXN2/KIQ82R/4xU7wk9br/XAJjAgkrI
lV0AjOrFCNQCq3AJtXCi
=stvB
-END PGP SIGNATURE-

Changes since x11-xserver-utils-7.6-1:
Cyril Brulebois (3):
  Add 03_iceauth_manpage_commands.patch. Documents iceauth commands more 
fully. Also fixes fd.o bug # 2354. Closes: #509837
  Make update-copyright target .PHONY
  Mention upstream git URL in a comment.

Julien Cristau (8):
  Merge remote branch 'origin/debian-experimental' into debian-unstable
  Unapply sessreg patch
  xrdb 1.0.8.
  Remove Brice Goglin and David Nusinow from Uploaders.
  Bump Standards-Version to 3.9.1.
  Drop broken hunk from 03_iceauth_manpage_commands.patch
  Refresh patches.
  Upload to unstable.

---
 debian/changelog  |   19 
 debian/control|4 
 debian/patches/01_sessreg_implement_hostname_hashing.diff |   12 
 debian/patches/03_iceauth_manpage_commands.patch  |  103 
 debian/patches/series |1 
 debian/rules  |1 
 debian/watch.iceauth  |1 
 debian/watch.rgb  |1 
 debian/watch.sessreg  |1 
 debian/watch.xcmsdb   |1 
 debian/watch.xgamma   |1 
 debian/watch.xhost|1 
 debian/watch.xmodmap  |1 
 debian/watch.xrandr   |1 
 debian/watch.xrdb |1 
 debian/watch.xrefresh |1 
 debian/watch.xset |1 
 debian/watch.xsetmode |1 
 debian/watch.xsetpointer  |1 
 debian/watch.xsetroot |1 
 debian/watch.xstdcmap |1 
 debian/watch.xvidtune |1 
 xrdb/ChangeLog|   95 
 xrdb/Makefile.am  |   14 
 xrdb/Makefile.in  |  294 +
 xrdb/aclocal.m4   |  314 +-
 xrdb/config.guess |   18 
 xrdb/config.h.in  |   39 
 xrdb/config.sub   |   76 
 xrdb/configure| 2171 +++---
 xrdb/configure.ac |   13 
 xrdb/man/Makefile.am  |   12 
 xrdb/man/Makefile.in  |  415 ++
 xrdb/man/xrdb.man |  302 +
 xrdb/xrdb.c   |  185 -
 xrdb/xrdb.man |  302 -
 36 files changed, 2666 insertions(+), 1740 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/e1pnafv-00082z...@alioth.debian.org



x11-xserver-utils: Changes to 'debian-unstable'

2011-02-10 Thread Julien Cristau
 debian/changelog  |   43 
 debian/control|   10 
 debian/copyright  |  447 
 debian/copyright.head |6 
 debian/patches/01_sessreg_implement_hostname_hashing.diff |   12 
 debian/patches/03_iceauth_manpage_commands.patch  |  103 
 debian/patches/series |1 
 debian/rules  |   11 
 iceauth/COPYING   |   26 
 iceauth/ChangeLog |  134 
 iceauth/INSTALL   |  291 
 iceauth/Makefile.am   |   31 
 iceauth/Makefile.in   |   62 
 iceauth/aclocal.m4|  851 +
 iceauth/config.guess  |  210 
 iceauth/config.h.in   |3 
 iceauth/config.sub|  115 
 iceauth/configure | 3967 +++-
 iceauth/configure.ac  |   15 
 iceauth/iceauth.c |3 
 iceauth/iceauth.h |4 
 iceauth/iceauth.man   |3 
 iceauth/process.c |4 
 rgb/COPYING   |   42 
 rgb/ChangeLog |  143 
 rgb/INSTALL   |  291 
 rgb/Makefile.am   |  103 
 rgb/Makefile.in   |  607 -
 rgb/README|   31 
 rgb/aclocal.m4| 1360 ++
 rgb/config.guess  |  257 
 rgb/config.h.in   |3 
 rgb/config.sub|  161 
 rgb/configure | 6676 +++---
 rgb/configure.ac  |   62 
 rgb/depcomp   |  116 
 rgb/install-sh|  231 
 rgb/man/Makefile.am   |   41 
 rgb/man/Makefile.in   |  445 
 rgb/man/rgb.man   |   85 
 rgb/man/showrgb.man   |   45 
 rgb/missing   |   49 
 rgb/rgb.man   |   91 
 rgb/showrgb.c |3 
 rgb/showrgb.man   |   45 
 xcmsdb/COPYING|   47 
 xcmsdb/ChangeLog  |  105 
 xcmsdb/INSTALL|  291 
 xcmsdb/Makefile.am|   30 
 xcmsdb/Makefile.in|   63 
 xcmsdb/aclocal.m4 |  833 +
 xcmsdb/config.guess   |  210 
 xcmsdb/config.h.in|3 
 xcmsdb/config.sub |  115 
 xcmsdb/configure  | 3932 +++-
 xcmsdb/configure.ac   |   20 
 xgamma/ChangeLog  |  107 
 xgamma/INSTALL|  291 
 xgamma/Makefile.am|   31 
 xgamma/Makefile.in|   62 
 xgamma/aclocal.m4 |  863 +
 xgamma/config.guess   |  210 
 xgamma/config.h.in|3 
 xgamma/config.sub |  115 
 xgamma/configure  | 3936 +++-
 xgamma/configure.ac   |   26 
 xgamma/xgamma.c   |1 
 xgamma/xgamma.man |2 
 xhost/COPYING |   22 
 xhost/ChangeLog   |  146 
 xhost/INSTALL |  291 
 xhost/Makefile.am |   30 
 xhost/Makefile.in |   59 
 xhost/aclocal.m4  |  89

Processing of x11-xserver-utils_7.6+1_amd64.changes

2011-02-10 Thread Debian FTP Masters
x11-xserver-utils_7.6+1_amd64.changes uploaded successfully to localhost
along with the files:
  x11-xserver-utils_7.6+1.dsc
  x11-xserver-utils_7.6+1.tar.gz
  x11-xserver-utils_7.6+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/e1pnaif-0004tn...@franck.debian.org



x11-xfs-utils_7.6+1_amd64.changes ACCEPTED into unstable

2011-02-10 Thread Debian FTP Masters



Accepted:
x11-xfs-utils_7.6+1.dsc
  to main/x/x11-xfs-utils/x11-xfs-utils_7.6+1.dsc
x11-xfs-utils_7.6+1.tar.gz
  to main/x/x11-xfs-utils/x11-xfs-utils_7.6+1.tar.gz
x11-xfs-utils_7.6+1_amd64.deb
  to main/x/x11-xfs-utils/x11-xfs-utils_7.6+1_amd64.deb


Override entries for your package:
x11-xfs-utils_7.6+1.dsc - source x11
x11-xfs-utils_7.6+1_amd64.deb - optional x11

Announcing to debian-devel-chan...@lists.debian.org


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/e1pnajl-0004am...@franck.debian.org



xterm: Changes to 'debian-unstable'

2011-02-10 Thread Julien Cristau
 MANIFEST |2 
 Makefile.in  |7 
 THANKS   |3 
 Tekproc.c|4 
 XTerm.ad |5 
 button.c |   53 +++---
 cachedGCs.c  |5 
 charproc.c   |  216 +++--
 ctlseqs.ms   |8 
 ctlseqs.txt  |5 
 debian/changelog |   12 -
 debian/local/xterm.faq.html  |  193 ++
 debian/patches/900_debian_xterm.diff |   14 -
 debian/patches/902_windowops.diff|2 
 debian/patches/904_fontops.diff  |2 
 input.c  |   14 -
 linedata.c   |6 
 main.c   |   47 ++---
 menu.c   |  297 +--
 menu.h   |   24 ++
 misc.c   |   91 +-
 package/debian/changelog |6 
 package/xterm.spec   |4 
 plink.sh |4 
 print.c  |   10 -
 ptydata.c|   12 -
 ptyx.h   |   22 ++
 screen.c |   52 +-
 scrollbar.c  |   28 ++-
 trace.c  |   20 +-
 util.c   |   12 -
 version.h|4 
 xterm.h  |   14 +
 xterm.log.html   |   45 +
 xterm.man|   64 +++
 35 files changed, 952 insertions(+), 355 deletions(-)

New commits:
commit 95e362b0735b15560fdf94365c94907f366d837e
Author: Julien Cristau 
Date:   Thu Feb 10 18:48:45 2011 +0100

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 48cb3ad..5def055 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xterm (268-1) UNRELEASED; urgency=low
+xterm (268-1) unstable; urgency=low
 
   [ Sven Joachim ]
   * Prefer lynx-cur over lynx in Build-Depends.
@@ -19,7 +19,7 @@ xterm (268-1) UNRELEASED; urgency=low
   Options menu.  This also removes a special case added in patch #217
   which limited the effect of the reverseVideo resource (closes: #603808)
 
- -- Julien Cristau   Mon, 22 Nov 2010 19:06:50 +0100
+ -- Julien Cristau   Thu, 10 Feb 2011 18:48:37 +0100
 
 xterm (266-1) unstable; urgency=low
 

commit df445f38b14ca754f0bd81bee419ee36709a3905
Author: Julien Cristau 
Date:   Thu Feb 10 18:48:14 2011 +0100

Update copy of XTerm FAQ to revision 1.167 (dated 2010/11/25)

diff --git a/debian/changelog b/debian/changelog
index abdba13..48cb3ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,7 +10,7 @@ xterm (268-1) UNRELEASED; urgency=low
 care of that.
 
   [ Julien Cristau ]
-  * Update copy of XTerm FAQ to revision 1.158 (dated 2010/11/10)
+  * Update copy of XTerm FAQ to revision 1.167 (dated 2010/11/25)
   * New upstream release (267)
 + add copy-selection action (request by Timo Juhani Lindfors,
   closes: #588785
diff --git a/debian/local/xterm.faq.html b/debian/local/xterm.faq.html
index 2838893..d2fa477 100644
--- a/debian/local/xterm.faq.html
+++ b/debian/local/xterm.faq.html
@@ -20,11 +20,11 @@
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF   *
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.*
  *
-  $XTermId: xterm.faq.html,v 1.158 2010/11/10 10:28:18 tom Exp $
+  $XTermId: xterm.faq.html,v 1.167 2010/11/25 14:10:03 tom Exp $
   -->
 
 
-XTERM – Frequently Asked Questions (FAQ)
+XTERM - Frequently Asked Questions (FAQ)
 mailto:dic...@invisible-island.net";>
 
 
@@ -42,6 +42,7 @@ is the latest version of this file.
 What platforms does it run on?
 What is the latest version?
 What versions are available?
+Comparing versions, by counting controls
 How do I ...
 Frequent problems
 Known Bugs in XTERM
@@ -284,30 +285,154 @@ include
 (I am aware of a few others, such as
 xcterm, but have not seen
 a working version of these).
+
+Comparing versions, by counting 
controls
+
+Several of these programs are claimed (either by their developers,
+or their users) to emulate "most" of xterm.
+To me, "most" would be something quantifiable, e.g., 80 percent.
+To satisfy my curiousity, I wrote a script to extract the control
+sequence information from ctlseqs.txt.
+This counts each control sequence, as well as the variations such as
+setting bold, color, inverse video.
+Then I (laboriously) inspected these terminal implementations:
+
+xterm patch #266 ("xterm-new")
+X11R6.3 xterm (xterm-r6)
+DEC vt220
+DEC vt102
+rxvt 2.7.10
+rxvt-unicode 9.09 (urxvt) 
+konsole 2.5.3
+VTE 0.25.91 (vte), used in GN

xterm: Changes to 'upstream-unstable'

2011-02-10 Thread Julien Cristau
 MANIFEST |2 
 Makefile.in  |7 -
 THANKS   |3 
 Tekproc.c|4 
 XTerm.ad |5 
 button.c |   53 +---
 cachedGCs.c  |5 
 charproc.c   |  216 --
 ctlseqs.ms   |8 -
 ctlseqs.txt  |5 
 input.c  |   14 +-
 linedata.c   |6 
 main.c   |   47 +++
 menu.c   |  297 +++
 menu.h   |   24 ++-
 misc.c   |   91 +++---
 package/debian/changelog |6 
 package/xterm.spec   |4 
 plink.sh |4 
 print.c  |   10 -
 ptydata.c|   12 -
 ptyx.h   |   22 ++-
 screen.c |   52 +++-
 scrollbar.c  |   28 +++-
 trace.c  |   20 ++-
 util.c   |   12 -
 version.h|4 
 xterm.h  |   14 +-
 xterm.log.html   |   45 ++-
 xterm.man|   64 +-
 30 files changed, 776 insertions(+), 308 deletions(-)

New commits:
commit 17adfe97bdb9be5917b071c96bd968c2dee765b9
Author: Julien Cristau 
Date:   Thu Feb 10 18:34:29 2011 +0100

Imported Upstream version 268

diff --git a/MANIFEST b/MANIFEST
index c5e1d32..3b01936 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,4 +1,4 @@
-MANIFEST for xterm-267, version xterm-267
+MANIFEST for xterm-268, version xterm-268
 

 MANIFESTthis file
 256colres.h resource-definitions for 256-color mode
diff --git a/Makefile.in b/Makefile.in
index 4d59cb1..2a6a265 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-## $XTermId: Makefile.in,v 1.173 2010/11/13 12:52:34 tom Exp $
+## $XTermId: Makefile.in,v 1.174 2010/11/24 11:21:01 tom Exp $
 # -
 # this file is part of xterm
 #
@@ -360,6 +360,7 @@ maintainer-clean : realclean
 terminfo.out : terminfo; tic -a -I -1 terminfo >$@
 termcap.out : termcap  ; tic -a -C -U termcap >$@
 

+docs-ctlseqs \
 docs :: ctlseqs.html \
ctlseqs.pdf \
ctlseqs.ps \
@@ -369,6 +370,7 @@ ctlseqs.pdf : ctlseqs.ps
 ctlseqs.ps : ctlseqs.ms
 ctlseqs.txt : ctlseqs.ms
 

+docs-resize \
 docs :: resize.html \
resize.pdf \
resize.ps \
@@ -378,6 +380,7 @@ resize.pdf : resize.ps
 resize.ps : resize.$(manext)
 resize.txt : resize.$(manext)
 

+docs-xterm \
 docs :: xterm.html \
xterm.pdf \
xterm.ps \
@@ -387,6 +390,7 @@ xterm.pdf : xterm.ps
 xterm.ps : xterm.$(manext)
 xterm.txt : xterm.$(manext)
 

+docs-uxterm \
 docs :: uxterm.html \
uxterm.pdf \
uxterm.ps \
@@ -396,6 +400,7 @@ uxterm.pdf : uxterm.ps
 uxterm.ps : uxterm.$(manext)
 uxterm.txt : uxterm.$(manext)
 

+docs-koi8rxterm \
 docs :: koi8rxterm.html \
koi8rxterm.pdf \
koi8rxterm.ps \
diff --git a/THANKS b/THANKS
index 424dfa2..02cc710 100644
--- a/THANKS
+++ b/THANKS
@@ -1,4 +1,4 @@
--- $XTermId: THANKS,v 1.2 2010/10/24 17:46:47 tom Exp $
+-- $XTermId: THANKS,v 1.3 2011/01/22 13:22:37 tom Exp $
 -- vile:txtmode fk=8bit
 There's no AUTHORS file in this distribution; it would be redundant since
 I (Thomas E. Dickey) have done more than 80% of the work on xterm since 1996.
@@ -40,6 +40,7 @@ Chuck Blake
 D Roland Walker
 Daniel Colascione
 Daniel Jacobowitz
+Dave Simmons
 David Dawes
 David Krause
 David Madore
diff --git a/Tekproc.c b/Tekproc.c
index a7bcf8f..d124394 100644
--- a/Tekproc.c
+++ b/Tekproc.c
@@ -1,4 +1,4 @@
-/* $XTermId: Tekproc.c,v 1.184 2010/10/14 08:07:03 tom Exp $ */
+/* $XTermId: Tekproc.c,v 1.185 2011/01/20 10:50:19 tom Exp $ */
 
 /*
  *
@@ -1538,7 +1538,7 @@ TekRealize(Widget gw,
 
 XtWindow(tw) = TWindow(tekscr) =
XCreateWindow(XtDisplay(tw),
- XtWindow(SHELL_OF(tw)),
+ VShellWindow(tw),
  tw->core.x, tw->core.y,
  tw->core.width, tw->core.height,
  BorderWidth(tw),
diff --git a/XTerm.ad b/XTerm.ad
index 975f7cd..dd99d9f 100644
--- a/XTerm.ad
+++ b/XTerm.ad
@@ -1,8 +1,8 @@
-! $XTermId: XTerm.ad,v 1.93 2010/06/15 10:55:59 tom Exp $
+! $XTermId: XTerm.ad,v 1.94 2011/01/19 22:05:58 tom Exp $
 ! -
 ! 

xterm: Changes to 'refs/tags/xterm-268-1'

2011-02-10 Thread Julien Cristau
Tag 'xterm-268-1' created by Julien Cristau  at 2011-02-10 
17:50 +

Tagging upload of xterm 268-1 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAABCAAGBQJNVCV2AAoJEDEBgAUJBeQMKiQP/j6kGdgBatvgkZRRWWXYKsN3
bueYx9APAT3rAyoYdGnNr9LQgcsWb9XBuxjC0xePj810CCDZlXF45r36F7nZJbbr
b9MKOcYSdekSoP3KFh3rN0Z4nGTxihIvH63a14ln/o0C/YEwXZveXVuhEzuuzf8b
jQMPrDcQQ7w/xPzjbE0gCXXYyu0s9+YCFRlekKOEaCqCayJpqt2df4bUaaK+b96l
xy65nOgvjbI+D0Aurr1VOIevTXH/1qYh0b5upAq7f9L6w6BramCH2PzgRpn+F0m4
kjm7JBytfsAa7Fm/CCsDSSRYgQPWjEOnV57CkEgubKVoxGuzZMANxCAu/1bUOUei
aHN+d+BT+I1jrWdOZpEn+MvAjvd0nDu9DcyqCyCEpWRCSbxcUvPB1+9+69Nc3n06
hUGNj4SfoPGr9A7Cvh8kXV+fGfeDcENKLYg4r0abRy/2XFcI/QR4sY5XZ4mLWyUd
vBQKWI8OpgD7Y0Dp6ZkcDqQExyQ6Ci++vJY1dyRPcOYd5bstTlYGWGKnU+NrMq/g
TfhY38Rx/LeKzEdDJ8kcCtzh/YaUGNoYI0POiBuj/wdRdKbdayP+9ZRjlpSJfMoc
j/bykt2g2jdzgetLLSBRqonvAmNIMHUxMPK6JIhss3YkWdpOVwXhUeq3GTM+NIzU
yR4UZHI3CfgFik4wh6DW
=Xz8n
-END PGP SIGNATURE-

Changes since xterm-266-1:
Cyril Brulebois (2):
  Fix typo.
  Add xorg-driver-{video,input} to Provides.

Julien Cristau (12):
  xsfbs.mk: don't use a directory as a make target
  Update serverabi rule for xserver 1.7.6.901
  Update copy of XTerm FAQ to revision 1.158 (dated 2010/11/10)
  Import xterm 267
  Merge branch 'upstream-unstable' into debian-unstable
  Bump changelog
  Imported Upstream version 268
  Merge commit 'xterm-268' into debian-unstable
  Update changelog
  Refresh patches
  Update copy of XTerm FAQ to revision 1.167 (dated 2010/11/25)
  Upload to unstable

Sven Joachim (9):
  Merge branch 'debian-unstable' of git://git.debian.org/pkg-xorg/xsfbs 
into debian-unstable
  debian/changelog entry for xsfbs update
  Prefer lynx-cur over lynx as build dependency
  debian/control: Remove obsolete comment about dpkg-dev
  Drop xterm.dirs
  Drop OR'ed recommendation on xutils
  Mention ncurses-base in README.Debian
  Let dh_compress deal with xterm.faq
  Fix misleading comment in debian/control

---
 MANIFEST |2 
 Makefile.in  |   12 
 THANKS   |3 
 Tekproc.c|4 
 XTerm.ad |5 
 aclocal.m4   |  178 ++
 button.c |  101 -
 cachedGCs.c  |5 
 charproc.c   |  244 ++-
 configure| 2434 +--
 configure.in |4 
 ctlseqs.ms   | 1140 
 ctlseqs.txt  | 1044 +++
 debian/README.source |2 
 debian/changelog |   23 
 debian/control   |9 
 debian/local/xterm.faq.html  | 1514 +
 debian/patches/900_debian_xterm.diff |   14 
 debian/patches/902_windowops.diff|2 
 debian/patches/904_fontops.diff  |2 
 debian/rules |9 
 debian/xsfbs/xsfbs.mk|   35 
 debian/xterm.README.Debian   |6 
 debian/xterm.dirs|4 
 debian/xterm.docs|2 
 input.c  |   14 
 linedata.c   |6 
 main.c   |   47 
 menu.c   |  297 +++-
 menu.h   |   24 
 misc.c   |   93 -
 package/debian/changelog |   12 
 package/xterm.spec   |4 
 plink.sh |4 
 print.c  |   10 
 ptydata.c|   12 
 ptyx.h   |   22 
 screen.c |   52 
 scrollbar.c  |   28 
 trace.c  |   20 
 trace.h  |9 
 util.c   |   12 
 version.h|4 
 xterm.h  |   17 
 xterm.log.html   |   82 +
 xterm.man|   78 +
 xtermcfg.hin |3 
 47 files changed, 4893 insertions(+), 2755 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/e1pnafn-ep...@alioth.debian.org



Processing of xterm_268-1_amd64.changes

2011-02-10 Thread Debian FTP Masters
xterm_268-1_amd64.changes uploaded successfully to localhost
along with the files:
  xterm_268-1.dsc
  xterm_268.orig.tar.gz
  xterm_268-1.diff.gz
  xterm_268-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/e1pnah9-0008vq...@franck.debian.org



Bug#509837: marked as done (x11-xserver-utils: [iceauth] manpage is incomplete)

2011-02-10 Thread Debian Bug Tracking System
Your message dated Thu, 10 Feb 2011 18:12:02 +
with message-id 
and subject line Bug#509837: fixed in x11-xserver-utils 7.6+1
has caused the Debian Bug report #509837,
regarding x11-xserver-utils: [iceauth] manpage is incomplete
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.)


-- 
509837: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=509837
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: x11-xserver-utils
Version: 7.3+5
Severity: normal

The iceauth(1) manpage has a DESCRIPTION which indicates there is more
to come "Commands (described below) may be entered interactively..."

There is no "below" - no information on switches or commands. I will
try to compile this information and supply a patch.


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (700, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.27-1-mepis-smp (SMP w/1 CPU core; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages x11-xserver-utils depends on:
ii  cpp   4:4.3.2-2  The GNU C preprocessor (cpp)
ii  libc6 2.7-13 GNU C Library: Shared libraries
ii  libice6   2:1.0.4-1  X11 Inter-Client Exchange library
ii  libsm62:1.0.3-2  X11 Session Management library
ii  libx11-6  2:1.1.5-1  X11 client-side library
ii  libxau6   1:1.0.3-3  X11 authorisation library
ii  libxaw7   2:1.0.4-2  X11 Athena Widget library
ii  libxext6  2:1.0.4-1  X11 miscellaneous extension librar
ii  libxi62:1.1.3-1  X11 Input extension library
ii  libxmu6   2:1.0.4-1  X11 miscellaneous utility library
ii  libxmuu1  2:1.0.4-1  X11 miscellaneous micro-utility li
ii  libxrandr22:1.2.3-1  X11 RandR extension library
ii  libxrender1   1:0.9.4-2  X Rendering Extension client libra
ii  libxt61:1.0.5-3  X11 toolkit intrinsics library
ii  libxtrap6 2:1.0.0-5  X11 event trapping extension libra
ii  libxxf86misc1 1:1.0.1-3  X11 XFree86 miscellaneous extensio
ii  libxxf86vm1   1:1.0.2-1  X11 XFree86 video mode extension l
ii  x11-common1:7.3+17   X Window System (X.Org) infrastruc

x11-xserver-utils recommends no packages.

x11-xserver-utils suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: x11-xserver-utils
Source-Version: 7.6+1

We believe that the bug you reported is fixed in the latest version of
x11-xserver-utils, which is due to be installed in the Debian FTP archive:

x11-xserver-utils_7.6+1.dsc
  to main/x/x11-xserver-utils/x11-xserver-utils_7.6+1.dsc
x11-xserver-utils_7.6+1.tar.gz
  to main/x/x11-xserver-utils/x11-xserver-utils_7.6+1.tar.gz
x11-xserver-utils_7.6+1_amd64.deb
  to main/x/x11-xserver-utils/x11-xserver-utils_7.6+1_amd64.deb



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

Debian distribution maintenance software
pp.
Julien Cristau  (supplier of updated x11-xserver-utils 
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...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 10 Feb 2011 18:20:20 +0100
Source: x11-xserver-utils
Binary: x11-xserver-utils
Architecture: source amd64
Version: 7.6+1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force 
Changed-By: Julien Cristau 
Description: 
 x11-xserver-utils - X server utilities
Closes: 509837
Changes: 
 x11-xserver-utils (7.6+1) unstable; urgency=low
 .
   [ David Nusinow ]
   * Add 03_iceauth_manpage_commands.patch. Documents iceauth commands more
 fully. Also fixes fd.o bug # 2354. Closes: #509837
 .
   [ Cyril Brulebois ]
   * Make update-copyright target .PHONY
 .
   [ Julien Cristau ]
   * xrdb 1.0.8.
   * Remove Brice Goglin and David Nusinow from Uploaders.  Thanks for your
 work!
   * Bump Standards-Version to 3.9.1.
   * Refresh patches.
   * Upload to unstable.
Checksums-Sha1: 

Bug#80510: marked as done (xbase-clients: [xkbevd] ship example.cf file)

2011-02-10 Thread Debian Bug Tracking System
Your message dated Thu, 10 Feb 2011 18:11:50 +
with message-id 
and subject line Bug#80510: fixed in x11-xkb-utils 7.6+2
has caused the Debian Bug report #80510,
regarding xbase-clients: [xkbevd] ship example.cf file
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.)


-- 
80510: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=80510
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xbase-clients
Version: 4.0.1pre2.RC4-1
Severity: wishlist

Please consider including the sample config file of xkbevd
"xc/programs/xkbevd/example.cf".

-- 
Anthony

--- End Message ---
--- Begin Message ---
Source: x11-xkb-utils
Source-Version: 7.6+2

We believe that the bug you reported is fixed in the latest version of
x11-xkb-utils, which is due to be installed in the Debian FTP archive:

x11-xkb-utils-udeb_7.6+2_amd64.udeb
  to main/x/x11-xkb-utils/x11-xkb-utils-udeb_7.6+2_amd64.udeb
x11-xkb-utils_7.6+2.dsc
  to main/x/x11-xkb-utils/x11-xkb-utils_7.6+2.dsc
x11-xkb-utils_7.6+2.tar.gz
  to main/x/x11-xkb-utils/x11-xkb-utils_7.6+2.tar.gz
x11-xkb-utils_7.6+2_amd64.deb
  to main/x/x11-xkb-utils/x11-xkb-utils_7.6+2_amd64.deb



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

Debian distribution maintenance software
pp.
Julien Cristau  (supplier of updated x11-xkb-utils 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...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 10 Feb 2011 17:59:27 +0100
Source: x11-xkb-utils
Binary: x11-xkb-utils x11-xkb-utils-udeb
Architecture: source amd64
Version: 7.6+2
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force 
Changed-By: Julien Cristau 
Description: 
 x11-xkb-utils - X11 XKB utilities
 x11-xkb-utils-udeb - X11 XKB utilities (udeb)
Closes: 80510
Changes: 
 x11-xkb-utils (7.6+2) unstable; urgency=low
 .
   [ Cyril Brulebois ]
   * Install xkbevd's example.cf file (Closes: #80510).
   * Switch dh_install from --list-missing to --fail-missing for added
 safety.
 .
   [ Julien Cristau ]
   * Remove Brice Goglin and David Nusinow from Uploaders.  Thanks for your
 work!
   * Drop Pre-Depends on x11-common.
   * Bump Standards-Version to 3.9.1.
   * Upload to unstable.
Checksums-Sha1: 
 744b55d13ca310cb080be483bef0d00abc14c716 1735 x11-xkb-utils_7.6+2.dsc
 d91bb7cb4783740b2396acb6ab0aa0b829fa7b3c 949087 x11-xkb-utils_7.6+2.tar.gz
 8b66bbe9c364a6dd1e767858e2f94c366869f02c 198064 x11-xkb-utils_7.6+2_amd64.deb
 a51bf0c6735d6f30057d7b7d650849e616cd2a4c 97880 
x11-xkb-utils-udeb_7.6+2_amd64.udeb
Checksums-Sha256: 
 0769a0018bf0791dce29ecb3af6acd16d7f1ffaa9e590bf3c9363f1551db8c9d 1735 
x11-xkb-utils_7.6+2.dsc
 5d62f3d927142a2d0ce43858d4f8027aa6bd9bf36f6fdc85f946cd21c728e8a4 949087 
x11-xkb-utils_7.6+2.tar.gz
 2d604d322c04550c1f441d16707613ddcd98a2e75e3943492b3a3102db8dfbc7 198064 
x11-xkb-utils_7.6+2_amd64.deb
 5558b8c19361642a4190a94e6ea8ed2593a9170be0c25d7d2913e118575ecce4 97880 
x11-xkb-utils-udeb_7.6+2_amd64.udeb
Files: 
 8d10ce3752f648a9a34a2e7f5830c390 1735 x11 optional x11-xkb-utils_7.6+2.dsc
 98749f826b91bd8188b71cf7aad1779a 949087 x11 optional x11-xkb-utils_7.6+2.tar.gz
 3a870b8d0ec52a27de6a949212f27f9d 198064 x11 optional 
x11-xkb-utils_7.6+2_amd64.deb
 f0d0e09645afa9485202e540d64be49c 97880 debian-installer optional 
x11-xkb-utils-udeb_7.6+2_amd64.udeb
Package-Type: udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAEBCAAGBQJNVBoBAAoJEDEBgAUJBeQMwRMQAMpc7V/4Q/FdHYTb/JtF7BZs
U3oG9APdgLz0Fv9WH4CtsSlbl3UL8MDFV2pfbS6jZ2Tl1a5lAS1inbfedHD+zZCe
O6Q5X9kj92BMR297m8g311QxjZ1GzIJlyQ95wQV3Av2FjAQLJ5VdUcQsMtpEI6se
Hi4xsXozfzZNG1omRE87e6dKc2hY378mwBz8OHWOi76Zi6y896ug4wEcthQhPpMo
O1xJ7VLniBFOcFCaYn3vpe87gqHL/QUqdV/RkRhWcIkbYf54BL/bLrRkOfVzlKss
C60l9alaCIxFQZPRkBS3lO1OuKGJsUzAJDIMaUdGgMeWQ39OnuQSsnnR6sd1KVZg
I/IbulwQGHMUlSms15rA5aa7lTp6KksAvByVALAw+boCnStofzJbUS5g6ehxUToD
l05tkzzqMzpnSpyIZ20iwMOJUdOvfmnrbX0emV6tJxBZpX8DYlxTrtsGAphrYEMw
JU8a6pZXlYOIT716HJId/v84zhw4Bjdb6PxIdmJ/VCJouypUPCWrLHjfxOx47/Il
l0CYmcHT+CUvjAmerl+TMBAzRPQ6KEd0ozFNrm9wnrfYqFE4Kx3wOIFLnIHSKnFa
7uSH+Ntl1GE7mqBbRQvbJYEsEuDEhxlqpK2mNgQzRwt4ym8rClyVA6RmUsLUrBKd
iLvaZ+y+/E6RGjfY//qF
=rCw6
-END PGP SIGNATURE-


--- End Message ---


Bug#373139: marked as done (xterm: README.Debian on ncurses-term)

2011-02-10 Thread Debian Bug Tracking System
Your message dated Thu, 10 Feb 2011 18:19:23 +
with message-id 
and subject line Bug#373139: fixed in xterm 268-1
has caused the Debian Bug report #373139,
regarding xterm: README.Debian on ncurses-term
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.)


-- 
373139: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=373139
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xterm
Version: 210-3
Severity: minor
File: /usr/share/doc/xterm/README.Debian

README.Debian refers to the ncurses-term package for the xterm
terminfo definitions, but I see there's definitions in the
ncurses-base package these days.  Perhaps it should be referring to
that one (assuming it has everything required).


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.15-1-486
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)

Versions of packages xterm depends on:
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libfontconfig12.3.2-7generic font configuration library
ii  libice6   1:1.0.0-3  X11 Inter-Client Exchange library
ii  libncurses5   5.5-2  Shared libraries for terminal hand
ii  libsm61:1.0.0-4  X11 Session Management library
ii  libx11-6  2:1.0.0-6  X11 client-side library
ii  libxaw7   1:1.0.1-5  X11 Athena Widget library
ii  libxext6  1:1.0.0-4  X11 miscellaneous extension librar
ii  libxft2   2.1.8.2-8  FreeType-based font drawing librar
ii  libxmu6   1:1.0.1-3  X11 miscellaneous utility library
ii  libxt61:1.0.0-5  X11 toolkit intrinsics library
ii  xbitmaps  1.0.1-2Base X bitmaps

Versions of packages xterm recommends:
ii  xutils1:7.0.0-3  X Window System utility programs

-- debconf information:
* xterm/clobber_xresource_file: true
  xterm/xterm_needs_devpts:

--- End Message ---
--- Begin Message ---
Source: xterm
Source-Version: 268-1

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

xterm_268-1.diff.gz
  to main/x/xterm/xterm_268-1.diff.gz
xterm_268-1.dsc
  to main/x/xterm/xterm_268-1.dsc
xterm_268-1_amd64.deb
  to main/x/xterm/xterm_268-1_amd64.deb
xterm_268.orig.tar.gz
  to main/x/xterm/xterm_268.orig.tar.gz



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

Debian distribution maintenance software
pp.
Julien Cristau  (supplier of updated xterm 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...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 10 Feb 2011 18:48:37 +0100
Source: xterm
Binary: xterm
Architecture: source amd64
Version: 268-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force 
Changed-By: Julien Cristau 
Description: 
 xterm  - X terminal emulator
Closes: 373139 588785 603808
Changes: 
 xterm (268-1) unstable; urgency=low
 .
   [ Sven Joachim ]
   * Prefer lynx-cur over lynx in Build-Depends.
   * Update xsfbs.
   * Drop useless debian/xterm.dirs.
   * Stop recommending the transitional xutils package.
   * Mention ncurses-base in README.Debian (Closes: #373139).
   * Do not manually gzip the text version of the FAQ, dh_compress can take
 care of that.
 .
   [ Julien Cristau ]
   * Update copy of XTerm FAQ to revision 1.167 (dated 2010/11/25)
   * New upstream release (267)
 + add copy-selection action (request by Timo Juhani Lindfors,
   closes: #588785
   * New upstream release (268)
 + fix an inconsistency of the "Enable Reverse Video" checkbox in the VT
   Options menu.  This also removes a special case added in patch #217
   which limited the effect of the reverseVideo resource (closes: #603808)
Checksums-Sha1: 
 cf11282e06231ef008ea278ddb7501e9a0d6fceb 1994 xterm_268-1.dsc
 b4bbc2ba29e6590c8881460502b617ac7f09f47c 955221 xterm_268.orig.tar.gz
 df336f941d357e8c9663b9ee195e2e48efff4a21 90167 xterm_268-1.diff.gz
 5de92770a84956b3b9bd9b

Bug#603808: marked as done (xterm: reverseVideo resource inverts reverse video logic instead of setting the default)

2011-02-10 Thread Debian Bug Tracking System
Your message dated Thu, 10 Feb 2011 18:19:23 +
with message-id 
and subject line Bug#603808: fixed in xterm 268-1
has caused the Debian Bug report #603808,
regarding xterm: reverseVideo resource inverts reverse video logic instead of 
setting the default
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.)


-- 
603808: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603808
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xterm
Version: 261-1
Severity: normal


The reverseVideo X resource and the +rv/-rv command line options affect the 
reverse video feature in strange ways.
It seems to get inverted rather than set, though even that doesn't explain why 
there is a mark for the menu option if the reverseVideo resource is true and no 
CLI option is given, but no mark in all other cases.

This is what happens:

resourceCLI menuresult
--
false   Markwhite bg, black fg (false)
false   No mark (default)   black bg, white fg (true)
false   +rv Markwhite bg, black fg (false)
false   +rv No mark (default)   black bg, white fg (true)
false   -rv Markblack bg, white fg (true)
false   -rv No mark (default)   white bg, black fg (false)
trueMark (default)  black bg, white fg (true)
trueNo mark white bg, black fg (false)
true+rv Markwhite bg, black fg (false)
true+rv No mark (default)   black bg, white fg (true)
true-rv Markblack bg, white fg (true)
true-rv No mark (default)   white bg, black fg (false)


This is what I would have expected:

resourceCLI menuresult
--
false   Markblack bg, white fg (true)
false   No mark (default)   white bg, black fg (false)
false   +rv Markblack bg, white fg (true)
false   +rv No mark (default)   white bg, black fg (false)
false   -rv Mark (default)  black bg, white fg (true)
false   -rv No mark white bg, black fg (false)
trueMark (default)  black bg, white fg (true)
trueNo mark white bg, black fg (false)
true+rv Markblack bg, white fg (true)
true+rv No mark (default)   white bg, black fg (false)
true-rv Mark (default)  black bg, white fg (true)
true-rv No mark white bg, black fg (false)

In words:
1. A mark in the menu should always correspond with reversed video (i.e. black 
background, white foreground).
2. The reverseVideo resource should set the default value for the menu option.
3. The -rv/+rv CLI options if given should set the default value for the menu 
option, overriding the reverseVideo resource.


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

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

Versions of packages xterm depends on:
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib
ii  libfontconfig12.8.0-2.1  generic font configuration library
ii  libice6   2:1.0.6-1  X11 Inter-Client Exchange library
ii  libncurses5   5.7+20100313-4 shared libraries for terminal hand
ii  libutempter0  1.1.5-3A privileged helper for utmp/wtmp
ii  libx11-6  2:1.3.3-3  X11 client-side library
ii  libxaw7   2:1.0.7-1  X11 Athena Widget library
ii  libxft2   2.1.14-2   FreeType-based font drawing librar
ii  libxmu6   2:1.0.5-2  X11 miscellaneous utility library
ii  libxt61:1.0.7-1  X11 toolkit intrinsics library
ii  xbitmaps  1.1.0-1Base X bitmaps

Versions of packages xterm recommends:
ii  x11-utils 7.5+4  X11 utilities

Versions of packages xterm suggests:
pn  xfonts-cyrillic

Bug#588785: marked as done (xterm: consider supporting freedesktop.org style clipboard behavior)

2011-02-10 Thread Debian Bug Tracking System
Your message dated Thu, 10 Feb 2011 18:19:23 +
with message-id 
and subject line Bug#588785: fixed in xterm 268-1
has caused the Debian Bug report #588785,
regarding xterm: consider supporting freedesktop.org style clipboard behavior
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.)


-- 
588785: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588785
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xterm
Version: 261-1
Severity: wishlist

This is a wishlist bug. I was not able to locate upstream bug tracker
so I'm filing it here instead, please forward if appropriate.

I wish that xterm could be configured to support freedesktop.org style
clipboard behavior. For example I'd like to be able to do the
following:

1) select text using mouse
2) hit ctrl-shift-c
3) hit ctrl-shift-v

with the following expected results:

2) selected text is added to clipboard (not only primary selection)
3) contents of clipboard is sent as input to the application running
under xterm


I can implement step 3 with

XTerm*VT100.Translations: #override\n\
 Shift Ctrl  v:insert-selection(CLIPBOARD)

in ~/.Xresources.

However, step 2 seems to be tricky to implement currently. I tried

XTerm*VT100.Translations: #override\n\
 Shift Ctrl  v:insert-selection(CLIPBOARD)\n\
 Shift:select-start()\n\
 Shift:select-extend()\n\
 Shift:select-end(CLIPBOARD)\n

which is almost what I want. The problem is that it overwrites the
contents of clipboard too early, it should wait for me to press
ctrl-shift-c. Since it does not do this it is very easy to
accidentally destroy contents of clipboard by selecting some
text. Especially on a touchscreen it is very easy to accidentally
select text.

Would it be possible to add some sort of "copy contents of primary
selection to clipboard" command to xterm so that I could bind it to
ctrl-shift-c?


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

Kernel: Linux 2.6.30-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=fi_FI (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages xterm depends on:
ii  libc6 2.11.2-2   Embedded GNU C Library: Shared lib
ii  libfontconfig12.8.0-2.1  generic font configuration library
ii  libice6   2:1.0.6-1  X11 Inter-Client Exchange library
ii  libncurses5   5.7+20100313-2 shared libraries for terminal hand
ii  libutempter0  1.1.5-3A privileged helper for utmp/wtmp 
ii  libx11-6  2:1.3.3-3  X11 client-side library
ii  libxaw7   2:1.0.7-1  X11 Athena Widget library
ii  libxft2   2.1.14-2   FreeType-based font drawing librar
ii  libxmu6   2:1.0.5-1  X11 miscellaneous utility library
ii  libxt61:1.0.7-1  X11 toolkit intrinsics library
ii  xbitmaps  1.1.0-1Base X bitmaps

Versions of packages xterm recommends:
ii  x11-utils 7.5+4  X11 utilities
ii  xutils1:7.5+6X Window System utility programs m

Versions of packages xterm suggests:
pn  xfonts-cyrillic(no description available)

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: xterm
Source-Version: 268-1

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

xterm_268-1.diff.gz
  to main/x/xterm/xterm_268-1.diff.gz
xterm_268-1.dsc
  to main/x/xterm/xterm_268-1.dsc
xterm_268-1_amd64.deb
  to main/x/xterm/xterm_268-1_amd64.deb
xterm_268.orig.tar.gz
  to main/x/xterm/xterm_268.orig.tar.gz



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

Debian distribution maintenance software
pp.
Julien Cristau  (supplier of updated xterm 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...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 10 Feb 2011 18:48:37 +0100
Source: xterm
Binary: xterm
Architecture: source amd64
Version: 268-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force 
Changed-By: Julien Cristau 
Des

x11-xkb-utils_7.6+2_amd64.changes ACCEPTED into unstable

2011-02-10 Thread Debian FTP Masters



Accepted:
x11-xkb-utils-udeb_7.6+2_amd64.udeb
  to main/x/x11-xkb-utils/x11-xkb-utils-udeb_7.6+2_amd64.udeb
x11-xkb-utils_7.6+2.dsc
  to main/x/x11-xkb-utils/x11-xkb-utils_7.6+2.dsc
x11-xkb-utils_7.6+2.tar.gz
  to main/x/x11-xkb-utils/x11-xkb-utils_7.6+2.tar.gz
x11-xkb-utils_7.6+2_amd64.deb
  to main/x/x11-xkb-utils/x11-xkb-utils_7.6+2_amd64.deb


Override entries for your package:
x11-xkb-utils-udeb_7.6+2_amd64.udeb - optional debian-installer
x11-xkb-utils_7.6+2.dsc - source x11
x11-xkb-utils_7.6+2_amd64.deb - optional x11

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 80510 


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/e1pnaze-0002ab...@franck.debian.org



x11-xserver-utils_7.6+1_amd64.changes ACCEPTED into unstable

2011-02-10 Thread Debian FTP Masters



Accepted:
x11-xserver-utils_7.6+1.dsc
  to main/x/x11-xserver-utils/x11-xserver-utils_7.6+1.dsc
x11-xserver-utils_7.6+1.tar.gz
  to main/x/x11-xserver-utils/x11-xserver-utils_7.6+1.tar.gz
x11-xserver-utils_7.6+1_amd64.deb
  to main/x/x11-xserver-utils/x11-xserver-utils_7.6+1_amd64.deb


Override entries for your package:
x11-xserver-utils_7.6+1.dsc - source x11
x11-xserver-utils_7.6+1_amd64.deb - optional x11

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 509837 


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/e1pnazq-0002ev...@franck.debian.org



xterm_268-1_amd64.changes ACCEPTED into unstable

2011-02-10 Thread Debian FTP Masters



Accepted:
xterm_268-1.diff.gz
  to main/x/xterm/xterm_268-1.diff.gz
xterm_268-1.dsc
  to main/x/xterm/xterm_268-1.dsc
xterm_268-1_amd64.deb
  to main/x/xterm/xterm_268-1_amd64.deb
xterm_268.orig.tar.gz
  to main/x/xterm/xterm_268.orig.tar.gz


Override entries for your package:
xterm_268-1.dsc - source x11
xterm_268-1_amd64.deb - optional x11

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 373139 588785 603808 


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/e1pnb6x-0003sv...@franck.debian.org



Bug#556064: FTBFS with binutils-gold

2011-02-10 Thread Julien Cristau
On Fri, Jan 15, 2010 at 21:55:24 -0500, James Vega wrote:

> reassign 556064 libxft-dev 2.1.12-3
> retitle 556064 fontconfig incorrectly listed as a private library
> thanks
> 
> As shown below, the patch introduced in #389831 incorrectly moved
> fontconfig to Requires.private.  Thus, packages linking against Xft with
> --no-add-needed (or binutils-gold) FTBFS.  This can also be verified by
> seeing that many of the symbols defined by Xft are simply a #define of
> XftFoo to FcFoo.
> 
All those macros are in the XftCompat header though, which seems to
imply that users should use the fontconfig names instead nowadays, and
link to fontconfig themselves?
A similar change is now upstream in libXft 2.2.0 fwiw:
http://cgit.freedesktop.org/xorg/lib/libXft/commit/?id=8751e341bcc29952b4603e18767ab994653c6b01

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#605444: libgl1-mesa-dri-experimental: please install the llvmpipe driver

2011-02-10 Thread Michal Suchanek
On 10 February 2011 16:45, Cyril Brulebois  wrote:
> tag 605444 patch
> thanks
>
> Hi,
>
> thanks for the patch.
>
> Michal Suchanek  (10/02/2011):
>> It's quite simple. It affects
>>  - swrast when dri-experimental is installed
>
> looks sane enough at first glance.
>
>>  - gallium based drivers - fallbacks are now llvm based (currently r300?)
>
> I'm not sure what the implications are here.
>

In general you get a different set of bugs. I am sure there are some
bugs that happen with Debian builds and not my builds.

The main difference would be llvm enabled, perhaps enabled debug.

Thanks

Michal



--
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/AANLkTikBSfr2FPoguQoa9ZbdX+4e=R57=z17dhsnj...@mail.gmail.com



Bug#612790: stellarium has many display problems with Matrox card

2011-02-10 Thread Cyril Brulebois
Hi,

jdiet...@fastmail.fm  (10/02/2011):
> Package: libgl1-mesa-dri
> Version: 7.7.1-4

thanks for this new bug.

> I also tried the newer mesa from unstable (7.10-3) and that
> didn't make any difference.

Alright, I'm going to suggest a last check:
  http://pkg-xorg.alioth.debian.org/howtos/build-mesa.html

That's a pretty new documentation, comments are very welcome.

If that doesn't help, the best way to go is reporting a bug upstream:
  https://bugs.freedesktop.org/ (product=Mesa)

> I have no xorg.conf, but I have attached my Xorg.0.log.  Output of
> lspci -v is attached as well.

(Thanks; FTR, further uploads should include that automatically.)

KiBi.


signature.asc
Description: Digital signature


xorg: Changes to 'xsf-docs'

2011-02-10 Thread Cyril Brulebois
 xsf-docs/howtos/build-mesa.mdwn |8 +++-
 xsf-docs/mdwn2html  |   19 ---
 2 files changed, 23 insertions(+), 4 deletions(-)

New commits:
commit 9dcd41f5739a898632787bef2eaa49a890604584
Author: Cyril Brulebois 
Date:   Thu Feb 10 18:22:15 2011 +0100

Add a link to the index, from all pages.

diff --git a/xsf-docs/mdwn2html b/xsf-docs/mdwn2html
index 6d9d7e2..95f3a16 100755
--- a/xsf-docs/mdwn2html
+++ b/xsf-docs/mdwn2html
@@ -17,8 +17,21 @@ if ! which markdown >/dev/null; then
 exit 1
 fi
 
+# Add a link back to the index:
+if [ "$mdwn" != "index.mdwn" ]; then
+path=$(dirname $mdwn)/
+if [ "$path" = "./" ]; then
+path_to_root=./
+else
+path_to_root=$(echo $path|sed 's,[^/],,g;s,/,../,g')
+fi
+sed "s,^# ,# [XSF](${path_to_root}index.html) / ," $mdwn > $mdwn.tmp
+else
+cp $mdwn $mdwn.tmp
+fi
+
 # Actual transformation:
-markdown $mdwn > $html.tmp
+markdown $mdwn.tmp > $html.tmp
 
 # Include html headers, include title:
 title=$(head -1 $html.tmp|sed -e 's,,,g')
@@ -44,5 +57,5 @@ cat >> $html <
 EOF
 
-# Remove temporary file:
-rm -f $html.tmp
+# Remove temporary files:
+rm -f $mdwn.tmp $html.tmp

commit fe2f36ac4ca71c692dac216bfd72369edaed4fc6
Author: Cyril Brulebois 
Date:   Thu Feb 10 15:03:32 2011 +0100

build-mesa: Mention disc space needs.

diff --git a/xsf-docs/howtos/build-mesa.mdwn b/xsf-docs/howtos/build-mesa.mdwn
index 6649954..dc49cd9 100644
--- a/xsf-docs/howtos/build-mesa.mdwn
+++ b/xsf-docs/howtos/build-mesa.mdwn
@@ -85,7 +85,9 @@ If you’re on `squeeze` you may need to install a few more 
packages:
 newer `libdrm-dev` (**FIXME:** talk about picking it from `wheezy`? or
 about a local installation?), as well as `libxmu-dev`, `libxi-dev`.
 
-Grab the upstream mesa sources:
+Make sure you have some disc space available, since the git repository
+is over 120MB, and since the mesa directory is over 500MB after a
+build. Once you’re ready, grab the upstream mesa sources:
 
 $ git clone git://anongit.freedesktop.org/mesa/mesa mesa.git
 $ cd mesa.git

commit f0bb89867fd858aeb026de55960dfd6464ef57b0
Author: Cyril Brulebois 
Date:   Thu Feb 10 14:15:19 2011 +0100

build-mesa: Mention the need for newer libraries on squeeze.

diff --git a/xsf-docs/howtos/build-mesa.mdwn b/xsf-docs/howtos/build-mesa.mdwn
index 7dac557..6649954 100644
--- a/xsf-docs/howtos/build-mesa.mdwn
+++ b/xsf-docs/howtos/build-mesa.mdwn
@@ -81,6 +81,10 @@ and `git`:
 $ sudo apt-get install build-essential git
 $ sudo apt-get build-dep mesa
 
+If you’re on `squeeze` you may need to install a few more packages:
+newer `libdrm-dev` (**FIXME:** talk about picking it from `wheezy`? or
+about a local installation?), as well as `libxmu-dev`, `libxi-dev`.
+
 Grab the upstream mesa sources:
 
 $ git clone git://anongit.freedesktop.org/mesa/mesa mesa.git


-- 
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/e1pnbgl-00022w...@alioth.debian.org



xft: Changes to 'refs/tags/xft-2.2.0-2'

2011-02-10 Thread Julien Cristau
Tag 'xft-2.2.0-2' created by Julien Cristau  at 2011-02-10 
19:09 +

Tagging upload of xft 2.2.0-2 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAABCAAGBQJNVDfxAAoJEDEBgAUJBeQMVw0P/jO6tY/grU+RtzpRFMTrKZKh
LMNhAYFxZwGSxj3EkNlcCC5I5XSW9bQgXhZsBLux71mwbZO36vFhUmqKFtxGPY9d
08HWMH1VS8+7hm9C8eq59F3o6DAuEsfctI/oAR2S+34l8P6f5tZyorM6n79pSpZl
cZR7ypv9q42OCX586Ry0mj+l/9l5N4P1cTCWcIDe2QiIF3pybqBO8htt4cVq1i5Q
t+J4UhxUgg8hPYdwdDEnGsWU+V2i2U5pLIydaCNr+8/eWDHomCXIxdcznnVZ2D8X
VFhre8722D4ylxvFJOZysf6RqnqYN0bN89MS+FPR4tbjO08PBIuPsvc2z2KHujX/
X01l0x60+nHDM/O493dhN4hqLczQAxLIWoyxjk3KF7d41BwUYvSlaSuqNTU4F09g
UWkRkSmqFBo6e7rf/z5jj7Z+cyL3wCYIWVKVyu7koncofVdH7LkT17v6BzmoLTu3
1zOkK5lPgaXLd03Te3Gk4wtZO96gqTvT2IDYWAuE0dTFpnYJeRbXbL9jNCwQYN02
N1KEpnfKI3rjidLxzIGs1HVzz/azWGy+Zc+9GGYI4KFdPI6PTU4sojgmz/5mV23I
gNVv17odJgaMzyRnDq/r1ZeG2yf+P+rvXJfm7+ztqHgP1w11YCnNcd12xOKc2vAU
rb+hf7DkJbMsDyfcvfzG
=QR53
-END PGP SIGNATURE-

Changes since xft-2.2.0-1:
Julien Cristau (5):
  Remove Andres Salomon and David Nusinow from Uploaders.
  Parse DEB_BUILD_OPTIONS with $(filter ..), not $(findstring ..).
  Drop obsolete Conflicts on libxft2-dev and xlibs-dev.
  Bump Standards-Version to 3.9.1.
  Upload to unstable.

---
 debian/changelog |   11 +++
 debian/control   |5 ++---
 debian/rules |2 +-
 3 files changed, 14 insertions(+), 4 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/e1pnbut-0008li...@alioth.debian.org



xft: Changes to 'debian-unstable'

2011-02-10 Thread Julien Cristau
 .gitignore |   79 ++
 ChangeLog  |  199 ++
 Makefile.am|   12 
 NEWS   |8 
 configure.ac   |   25 
 debian/changelog   |   22 
 debian/control |7 
 debian/copyright   |2 
 debian/libxft-dev.install  |2 
 debian/patches/001_no_export_freetype.diff |   13 
 debian/patches/series  |1 
 debian/rules   |2 
 include/X11/Xft/.gitignore |2 
 include/X11/Xft/Xft.h.in   |8 
 man/Makefile.am|   13 
 man/Xft.3.in   |  845 -
 man/Xft.man|  845 +
 man/xft-config.1.in|  120 
 src/Makefile.am|2 
 xft-config.in  |  100 ---
 xft.pc.in  |2 
 21 files changed, 1176 insertions(+), 1133 deletions(-)

New commits:
commit 9a7bc97f9c2bae8014979f10f917697721a03ebb
Author: Julien Cristau 
Date:   Thu Feb 10 20:04:16 2011 +0100

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index a4bacea..6f95537 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,13 @@
-xft (2.2.0-2) UNRELEASED; urgency=low
+xft (2.2.0-2) unstable; urgency=low
 
   * Remove Andres Salomon and David Nusinow from Uploaders.  Thanks for your
 work!
   * Parse DEB_BUILD_OPTIONS with $(filter ..), not $(findstring ..).
   * Drop obsolete Conflicts on libxft2-dev and xlibs-dev.
   * Bump Standards-Version to 3.9.1.
+  * Upload to unstable.
 
- -- Julien Cristau   Thu, 10 Feb 2011 19:55:41 +0100
+ -- Julien Cristau   Thu, 10 Feb 2011 20:04:14 +0100
 
 xft (2.2.0-1) experimental; urgency=low
 

commit c8ba7d9a03d0da8ac046f3baa35bd1cc475d4e20
Author: Julien Cristau 
Date:   Thu Feb 10 20:01:43 2011 +0100

Bump Standards-Version to 3.9.1.

diff --git a/debian/changelog b/debian/changelog
index 5d344b2..a4bacea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ xft (2.2.0-2) UNRELEASED; urgency=low
 work!
   * Parse DEB_BUILD_OPTIONS with $(filter ..), not $(findstring ..).
   * Drop obsolete Conflicts on libxft2-dev and xlibs-dev.
+  * Bump Standards-Version to 3.9.1.
 
  -- Julien Cristau   Thu, 10 Feb 2011 19:55:41 +0100
 
diff --git a/debian/control b/debian/control
index f9a86a1..816654a 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends:
  automake,
  libtool,
  xutils-dev (>= 1:7.5+4),
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/xft
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/xft.git
 

commit 0a95a04ec3c81c9e8c7ee42dec13bc64a69de08e
Author: Julien Cristau 
Date:   Thu Feb 10 20:01:10 2011 +0100

Drop obsolete Conflicts on libxft2-dev and xlibs-dev.

diff --git a/debian/changelog b/debian/changelog
index 8d3e3e6..5d344b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ xft (2.2.0-2) UNRELEASED; urgency=low
   * Remove Andres Salomon and David Nusinow from Uploaders.  Thanks for your
 work!
   * Parse DEB_BUILD_OPTIONS with $(filter ..), not $(findstring ..).
+  * Drop obsolete Conflicts on libxft2-dev and xlibs-dev.
 
  -- Julien Cristau   Thu, 10 Feb 2011 19:55:41 +0100
 
diff --git a/debian/control b/debian/control
index c42839f..f9a86a1 100644
--- a/debian/control
+++ b/debian/control
@@ -74,7 +74,6 @@ Depends:
  libxrender-dev,
  zlib1g-dev | libz-dev,
  ${misc:Depends},
-Conflicts: libxft2-dev, xlibs-dev (<< 4.3.0)
 Provides: libxft2-dev
 Description: FreeType-based font drawing library for X (development files)
  Xft provides a client-side font API for X applications, making the FreeType

commit 59443759e02495eec5a3a17209c8b6e99b62d4d5
Author: Julien Cristau 
Date:   Thu Feb 10 19:56:59 2011 +0100

Parse DEB_BUILD_OPTIONS with $(filter ..), not $(findstring ..).

diff --git a/debian/changelog b/debian/changelog
index 423e681..8d3e3e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ xft (2.2.0-2) UNRELEASED; urgency=low
 
   * Remove Andres Salomon and David Nusinow from Uploaders.  Thanks for your
 work!
+  * Parse DEB_BUILD_OPTIONS with $(filter ..), not $(findstring ..).
 
  -- Julien Cristau   Thu, 10 Feb 2011 19:55:41 +0100
 
diff --git a/debian/rules b/debian/rules
index abf842f..f845b62 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ PACKAGE = libxft2
 include debian/xsfbs/xsfbs.mk
 
 CFLAGS = -Wall -g
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0
 else
CFLAGS += -O2

commit 4d56e1f2ae930343674ef22867b1832a85315780
Author

xft: Changes to 'upstream-unstable'

2011-02-10 Thread Julien Cristau
 .gitignore |   79 +++-
 INSTALL|8 
 Makefile.am|   12 
 NEWS   |8 
 configure.ac   |   25 -
 include/X11/Xft/.gitignore |2 
 include/X11/Xft/Xft.h.in   |8 
 man/Makefile.am|   13 
 man/Xft.3.in   |  845 -
 man/Xft.man|  845 +
 man/xft-config.1.in|  120 --
 src/Makefile.am|2 
 xft-config.in  |  100 -
 xft.pc.in  |2 
 14 files changed, 951 insertions(+), 1118 deletions(-)

New commits:
commit b9d4a2b5be71ca883f5a876500edb0a1a9add0cf
Author: Alan Coopersmith 
Date:   Fri Oct 29 16:21:18 2010 -0700

libXft 2.2.0

Signed-off-by: Alan Coopersmith 

diff --git a/NEWS b/NEWS
index 6e4e225..01e6dbe 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,16 @@
Xft
X FreeType library
- Version 2.1.14
-   2009-10-09
+ Version 2.2.0
+   2010-10-29
 
 Xft version 2.1 is the first stand alone release of Xft, a library that
 connects X applications with the FreeType font rasterization library. Xft
 uses fontconfig to locate fonts so it has no configuration files.
 
+Version 2.2.0
+
+Dropped xft-config, now that pkg-config is well established.
+
 Version 2.1.14
 
 Added fake bold support (#1579, Novell #38202/223682).
diff --git a/configure.ac b/configure.ac
index 713edd5..f35eb91 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,7 +28,8 @@ dnl This is the package version number, not the shared library
 dnl version.  This version number will be substituted into Xft.h
 dnl Please bump the minor library number at each release as well.
 dnl
-AC_INIT(libXft, 2.1.14, 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXft)
+AC_INIT([libXft], [2.2.0],
+[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXft])
 AC_CONFIG_AUX_DIR(.)
 
 AM_INIT_AUTOMAKE([foreign dist-bzip2])

commit 8751e341bcc29952b4603e18767ab994653c6b01
Author: Alan Coopersmith 
Date:   Tue Sep 21 22:00:33 2010 -0700

xft.pc.in: Requires.private entries should not be duplicated in Requires

Users of libXft don't need to link with fontconfig, freetype and
Xrender directly if they don't use them.

This may cause issues for users of pkg-config versions older than 0.22.
Please upgrade to the 2007 version of pkg-config before trying to build
the 2010 version of libXft.

Signed-off-by: Alan Coopersmith 
Reviewed-by: Gaetan Nadon 

diff --git a/xft.pc.in b/xft.pc.in
index 7471c2b..68d1089 100644
--- a/xft.pc.in
+++ b/xft.pc.in
@@ -6,7 +6,7 @@ includedir=@includedir@
 Name: Xft
 Description: X FreeType library
 Version: @VERSION@
-Requires: xproto, xrender, fontconfig, freetype2
+Requires: xproto
 Requires.private: xrender, fontconfig, freetype2
 Cflags: -I${includedir}
 Libs: -L${libdir} -lXft

commit ca575f9c9cbb11b122e676424a93da3eb0284be5
Author: Gaetan Nadon 
Date:   Sun Oct 17 20:42:41 2010 -0400

config: upgrade to util-macros 1.8 for additional man page support

Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
The value of MAN_SUBST is the same for all X.Org packages.

Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
Use the appropriate platform version of sed

Signed-off-by: Gaetan Nadon 

diff --git a/configure.ac b/configure.ac
index b744eb8..713edd5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,10 +34,10 @@ AC_CONFIG_AUX_DIR(.)
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 AM_MAINTAINER_MODE
 
-# Require xorg-macros: XORG_DEFAULT_OPTIONS
+# Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS
 m4_ifndef([XORG_MACROS_VERSION],
-  [m4_fatal([must install xorg-macros 1.3 or later before running 
autoconf/autogen])])
-XORG_MACROS_VERSION(1.3)
+  [m4_fatal([must install xorg-macros 1.8 or later before running 
autoconf/autogen])])
+XORG_MACROS_VERSION(1.8)
 XORG_DEFAULT_OPTIONS
 AM_CONFIG_HEADER(config.h)
 
diff --git a/man/Makefile.am b/man/Makefile.am
index c751b37..24e78d8 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -4,21 +4,8 @@ libman_DATA = $(libman_PRE:man=$(LIB_MAN_SUFFIX))
 
 EXTRA_DIST = $(libman_PRE)
 CLEANFILES = $(libman_DATA)
-
-# Strings to replace in man pages
-XORGRELSTRING = @PACKAGE_STRING@
-  XORGMANNAME = X Version 11
-
-MAN_SUBSTS = \
-   -e 's|__vendorversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
-   -e 's|__xorgversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
-   -e 's|__projectroot__|$(prefix)|g' \
-   -e 's|__appmansuffix__|$(APP_MAN_SUFFIX)|g' \
-   -e 's|__libmansuffix__|$(LIB_MAN_SUFFIX)|g' \
-   -e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g'
-
 SUFFIXES = .$(LIB_MAN_SUFFIX) .man
 
+# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via co

Processing of xft_2.2.0-2_amd64.changes

2011-02-10 Thread Debian FTP Masters
xft_2.2.0-2_amd64.changes uploaded successfully to localhost
along with the files:
  xft_2.2.0-2.dsc
  xft_2.2.0-2.diff.gz
  libxft2_2.2.0-2_amd64.deb
  libxft2-udeb_2.2.0-2_amd64.udeb
  libxft2-dbg_2.2.0-2_amd64.deb
  libxft-dev_2.2.0-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/e1pnbwq-00037v...@franck.debian.org



xft_2.2.0-2_amd64.changes ACCEPTED into unstable

2011-02-10 Thread Debian FTP Masters



Accepted:
libxft-dev_2.2.0-2_amd64.deb
  to main/x/xft/libxft-dev_2.2.0-2_amd64.deb
libxft2-dbg_2.2.0-2_amd64.deb
  to main/x/xft/libxft2-dbg_2.2.0-2_amd64.deb
libxft2-udeb_2.2.0-2_amd64.udeb
  to main/x/xft/libxft2-udeb_2.2.0-2_amd64.udeb
libxft2_2.2.0-2_amd64.deb
  to main/x/xft/libxft2_2.2.0-2_amd64.deb
xft_2.2.0-2.diff.gz
  to main/x/xft/xft_2.2.0-2.diff.gz
xft_2.2.0-2.dsc
  to main/x/xft/xft_2.2.0-2.dsc


Override entries for your package:
libxft-dev_2.2.0-2_amd64.deb - optional libdevel
libxft2-dbg_2.2.0-2_amd64.deb - extra debug
libxft2-udeb_2.2.0-2_amd64.udeb - optional debian-installer
libxft2_2.2.0-2_amd64.deb - optional libs
xft_2.2.0-2.dsc - source libs

Announcing to debian-devel-chan...@lists.debian.org


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/e1pnc5d-0003xx...@franck.debian.org



Bug#556064: FTBFS with binutils-gold

2011-02-10 Thread James Vega
On Thu, Feb 10, 2011 at 1:41 PM, Julien Cristau  wrote:
> On Fri, Jan 15, 2010 at 21:55:24 -0500, James Vega wrote:
>
>> reassign 556064 libxft-dev 2.1.12-3
>> retitle 556064 fontconfig incorrectly listed as a private library
>> thanks
>>
>> As shown below, the patch introduced in #389831 incorrectly moved
>> fontconfig to Requires.private.  Thus, packages linking against Xft with
>> --no-add-needed (or binutils-gold) FTBFS.  This can also be verified by
>> seeing that many of the symbols defined by Xft are simply a #define of
>> XftFoo to FcFoo.
>>
> All those macros are in the XftCompat header though, which seems to
> imply that users should use the fontconfig names instead nowadays, and
> link to fontconfig themselves?
> A similar change is now upstream in libXft 2.2.0 fwiw:
> http://cgit.freedesktop.org/xorg/lib/libXft/commit/?id=8751e341bcc29952b4603e18767ab994653c6b01

I don't see any includes for XftCompat, only Xft.h, in the plt-scheme
code (well the wxxt code they were using) that was failing.
Regardless, plt-scheme (now racket) has removed the code that was
using this, so it doesn't affect me anymore.

Hmm, looking into it, Xft.h includes XftCompat.h unless
_XFT_NO_COMPAT_ is defined and portions of their API still directly
ask for (XftTextExtents*) and return (XftFontMatch) fontconfig types.
If the expectation is that Xft users shouldn't be using either the
XftCompat defines or XftFontMatch and as such don't need to link
against fontconfig, I'm fine with that but it should be called out in
the documentation and noted that doing so does require explicit
linking against fontconfig.  Instead, they're currently taking the
route of providing API compatibility but dropping the required
information to actually build with that compatibility, as I understand
it.

-- 
James
GPG Key: 1024D/61326D40 2003-09-02 James Vega 



--
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/aanlktimuauyuinbyoiq-o0wdtwbaqc+tzsa9ku451...@mail.gmail.com



Bug#588785: closed by Julien Cristau (Bug#588785: fixed in xterm 268-1)

2011-02-10 Thread Timo Juhani Lindfors
Hi,

ow...@bugs.debian.org (Debian Bug Tracking System) writes:
> Source: xterm
> Source-Version: 268-1
>
> We believe that the bug you reported is fixed in the latest version of
> xterm, which is due to be installed in the Debian FTP archive:

I tested http://incoming.debian.org/xterm_268-1_amd64.deb but the step
3 in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588785#103 still
fails. Was this bug closed accidentally or do I need something else in
~/.Xresources?

[For reference the comment #103 is:

From: Timo Juhani Lindfors 
To: Thomas Dickey 
Cc: 588...@bugs.debian.org
Subject: Re: Bug#588785: ANN: xterm patch #267
Date: Mon, 22 Nov 2010 14:43:39 +0200

Thomas Dickey  writes:
> The problem is the "ignore".  I didn't modify the mouse-button
> translations.  It would be nice to just have the selection stop
> when copy-selection happens, but it didn't appear necessary.

thanks. Next I tried just 

XTerm*VT100.Translations:#override \n\
 Shift Ctrl  v:insert-selection(CLIPBOARD)\n\
 Shift Ctrl  c:copy-selection(CLIPBOARD)\n

and then

1) select text
2) hit ctrl-shift-c without moving mouse
3) move the mouse and click somewhere so that no text is selected anymore

first copied the text to clipboard (step 2) but then deleted the
clipboard contents in step 3. Any idea 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/84wrl7v8dd@sauna.l.org



Bug#466790: libGL.so.1.2 hardcodes /usr/lib/dri which breaks in ia32-libs

2011-02-10 Thread Javier Serrano Polo
I've been using this for lenny:

diff -Nru mesa-7.0.3.orig/configs/debian-dri-default mesa-7.0.3/configs/debian-d
ri-default
--- mesa-7.0.3.orig/configs/debian-dri-default  2010-07-08 20:32:49.0 
+0200
+++ mesa-7.0.3/configs/debian-dri-default   2010-07-08 20:33:17.0 
+0200
@@ -15,8 +15,9 @@
 
 LIB_DIR = lib/glx
 
+DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DRI_DRIVER_INSTALL_DIR = $(INSTALL_DIR)/lib/dri
-DRI_DRIVER_SEARCH_DIR = /usr/lib/dri
+DRI_DRIVER_SEARCH_DIR = /usr/lib/$(DEB_HOST_GNU_TYPE)/dri:/usr/lib/dri
 
 DRI_DIRS = mach64 mga r128 r200 r300 radeon s3v savage tdfx trident
 


You may want to use /usr/lib$(BITS)/dri:/usr/lib/dri instead.


smime.p7s
Description: S/MIME cryptographic signature


Bug#612836: xserver-xorg: keyboard input is duplicated on virtual (text) terminal in dual seat configuration

2011-02-10 Thread Sergey Spiridonov
Package: xserver-xorg
Version: 1:7.5+8
Severity: normal

Hi

I have a dual seat configuration. I noticed that keyboard input from one of the
seats is sent to the virtual terminal (which is invisible). I found out this
indirectly.

What I observe looks like another login which happens in parallel. But this
secondary "shadow" session is invisible and does not have a mouse, but gets
login shell. So it looks like, when I type in my login and password into gdm
login dialog, it is also sent to this "shadow" invisible tty and login happens
there also. If I later open a xterm in real session and type some command, it
is also executed in parallel session and I can see it using command ps. What I
type in a chat window, I can read later in shell history.

If I add extra charackters to my login password and after it mark them with
mouse and delete them with one keypress in gdm login dialog then I do not get
such a behaviour. This means that there is no mouse support on this "shadow"
session

So I am strongly convinced that I get parallel text mode login on some VT which
happens because keyboard input is sent not only to the X server but also to
some text-mode login tty.

Here is excerp from my gdm.conf:

[servers]
0=Standard0
1=Standard1

### per seat - these sections will need to be created ###
[server-Standard0]
name=Standard server
command=/usr/bin/X -novtswitch -sharevts -isolateDevice PCI:2:0:0 -layout seat0
flexible=false

[server-Standard1]
name=Standard server
command=/usr/bin/X -novtswitch -sharevts -isolateDevice PCI:3:0:0 -layout seat1
flexible=false





-- Package-specific info:
/var/lib/x11/X.roster does not exist.

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 Sep 15 20:26 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1733468 Jan 12 04:50 /usr/bin/Xorg

/var/lib/x11/xorg.conf.roster does not exist.

VGA-compatible devices on PCI bus:
02:00.0 VGA compatible controller: nVidia Corporation C77 [GeForce 8300] (rev 
a2)
03:00.0 VGA compatible controller: nVidia Corporation G96 [GeForce 9500 GT] 
(rev a1)

/var/lib/x11/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 8143 Jan 22 16:47 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg


Section "ServerFlags"
Option "DefaultServerLayout" "alltogether"
Option "AllowMouseOpenFail"  "true"
Option "AIGLX" "true"   ### want AIGLX so put it here
Option  "AllowEmptyInput"   "false"
Option  "AutoAddDevices""false"
Option  "AutoEnableDevices" "false"
#Option  "DontZap"   "false"
EndSection

Section "ServerLayout"
Identifier "alltogether"
Screen  0  "Screen0-0" 0 0

#
#Screen  N  "ScreenN" RightOf "ScreenN-1"

Screen   1  "Screen1-0" RightOf "Screen0-0"

InputDevice"Mouse0" "CorePointer"
InputDevice"Mouse1" "CorePointer"

InputDevice"Keyboard0" "CoreKeyboard"
InputDevice"Keyboard1" "CoreKeyboard"
EndSection


Section "DRI"
Mode 0666
EndSection


 seat 0 

Section "ServerLayout"
Identifier  "seat0"
Screen  0 "Screen0-0" 0 0
#   Screen  1 "Screen1-1" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
EndSection

Section "Screen"
Identifier  "Screen0-0"
Device  "nvprop0-0"
Monitor "Monitor0-0"
DefaultDepth24
Option  "TwinView" "0"
Option "metamodes" "DFP: 1280x1024 +0+0"
SubSection "Display"
Depth   24
Modes   "1280x1024"
EndSubSection
EndSection

Section "Monitor"
Identifier "Monitor0-0"
VendorName "Belinea"
ModelName  "Maxdata (RogenTech) B1970 S1-P"
HorizSync   31.0 - 81.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver  "evdev"
Option  "Device" 
"/dev/input/by-path/pci-:00:02.1-usb-0:2.1.3:1.0-event-kbd"
Option  "XkbRules"  "xorg"
Option  "XkbModel"  "evdev"
Option  "XkbLayout" "us,ru"
Option

Bug#607510: Suggestion about slow radeon, debian bug 607510

2011-02-10 Thread GSR
Hi:

Could you check MigrationHeuristic setting? And try with "greedy"?

---8<---
Section "Device"
...
Driver  "radeon"
...
#   Option  "MigrationHeuristic" "smart" # Near as slow as with 
default/always http://nouveau.freedesktop.org/wiki/EXA
Option  "MigrationHeuristic" "greedy" # Fast as XAA, X.Org X 
Server 1.6.5, 2009-10-29 
http://lists.freedesktop.org/archives/xorg/2008-May/thread.html#35451
...
EndSection
--->8---

GSR
 



-- 
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/20110211045432.GA31172@crossbow.battleship