Bug#437321: incompatible with kernel =2.6.22 (Radeon Xpress 200M)

2007-08-13 Thread Brice Goglin
Zack Weinberg wrote:
 With driver .193 and this in xorg.conf, I see AIGLX disabled' in the
 server log, but I still get the black screen.
   

The upstream developer says (on #xorg-devel in case you're interested):
hmm this isn't very good, his gpu is just crashing

Now he wants you to do
echo 1  /sys/modules/drm/parameters/debug
before starting X, then start X and send the output of dmesg.

Sorry it is so long to debug, the support for your board is very young :(

Thanks,
Brice



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#437465: libgl1-mesa-dri: Shadows in Warzone 2100 don't work anymore (R300)

2007-08-13 Thread Michel Dänzer
On Sun, 2007-08-12 at 19:36 +0200, Christian Ohm wrote:
 
 Since some time (version 6.5.something) the shadows in Warzone 2100
 don't work correctly anymore on my Radeon 9600XT using the R300 driver.
 Now whole polygons are shaded instead of shadows painted on them. The
 different shades are still there, but the whole image gets a lot darker
 (you can toggle the shadows with alt-s in-game).

Please report this upstream at http://bugs.freedesktop.org .

 I didn't see a difference with LIBGL_ALWAYS_INDIRECT=1, I guess it
 doesn't work (which seems likely, as rendering was quite fast).

Indirect rendering is accelerated with AIGLX.


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer



Bug#437465: libgl1-mesa-dri: Shadows in Warzone 2100 don't work anymore (R300)

2007-08-13 Thread Brice Goglin
Christian Ohm wrote:
 Since some time (version 6.5.something) the shadows in Warzone 2100
 don't work correctly anymore on my Radeon 9600XT using the R300 driver.
   

With 6.5.3 and 7.0.1 on a Radeon rv370, alt-s toggles between dark and
light. With 6.5.1 and 6.5.2, it toggles shadows. So I guess the bug
appeared in 6.5.3. But it means that you installed Mesa 6.5.3 from
*Debian experimental* a couple months ago, could you confirm this?
(6.5.3 has never been in unstable, it only entered experimental in May
and 7.0.1 went to unstable recently).

The bug does not occur with 6.5.2 or 7.0.1 on Intel 945. So it's
probably a r300 specific bug. I'll see if I can locate the breaking
commit between 6.5.2 and 6.5.3.

Brice



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xterm: Changes to 'debian-unstable'

2007-08-13 Thread Julien Cristau
 MANIFEST |2 +-
 debian/changelog |   10 --
 debian/control   |2 +-
 debian/rules |   12 +++-
 debian/xterm.install |1 -
 debian/xterm.menu|6 --
 fontutils.c  |7 +--
 minstall.sh  |9 -
 version.h|5 ++---
 xterm.log.html   |   14 --
 10 files changed, 44 insertions(+), 24 deletions(-)

New commits:
commit b69a1f84cf7f6bec1087933c53ac7dc6f6196e1a
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Mon Aug 13 12:00:55 2007 +0200

Use a separate build dir.

diff --git a/debian/changelog b/debian/changelog
index 756818a..c2f0bfc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,9 @@ xterm (229-1) UNRELEASED; urgency=low
   (closes: #435858).
   * Stop installing the .desktop files and adapt xterm.menu to the new menu
 structure.
+  * Use a separate build dir.
 
- -- Julien Cristau [EMAIL PROTECTED]  Mon, 13 Aug 2007 02:11:11 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Mon, 13 Aug 2007 12:00:25 +0200
 
 xterm (228-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index ae98c18..91fcad8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -98,7 +98,9 @@ unpatch:
 configure: $(STAMP_DIR)/patch $(STAMP_DIR)/configure
 $(STAMP_DIR)/configure: $(STAMP_DIR)/patch
dh_testdir
-   ./configure --enable-logging --enable-wide-chars --enable-luit \
+   [ -d obj-$(DEB_BUILD_GNU_TYPE) ] || mkdir obj-$(DEB_BUILD_GNU_TYPE)
+   cd obj-$(DEB_BUILD_GNU_TYPE)  \
+   ../configure --enable-logging --enable-wide-chars --enable-luit \
--with-tty-group=tty --enable-256-color \
--prefix=/usr --exec-prefix=/usr --mandir=/usr/share/man \
--with-app-defaults=/etc/X11/app-defaults \
@@ -111,7 +113,7 @@ $(STAMP_DIR)/configure: $(STAMP_DIR)/patch
 build: $(STAMP_DIR)/build
 $(STAMP_DIR)/build: $(STAMP_DIR)/configure debian/local/xterm.faq.gz
dh_testdir
-   $(MAKE)
+   cd obj-$(DEB_BUILD_GNU_TYPE)  $(MAKE)
touch $@
 
 .PHONY: clean
@@ -120,7 +122,7 @@ clean: unpatch
dh_testroot
rm -f .pc patches
rm -rf $(STAMP_DIR)
-   -$(MAKE) distclean
+   rm -rf obj-$(DEB_BUILD_GNU_TYPE)
dh_clean debian/local/xterm.faq.gz
 
 .PHONY: install
@@ -130,6 +132,7 @@ install: build
dh_clean -k
dh_installdirs
# General installation
+   cd obj-$(DEB_BUILD_GNU_TYPE)  \
$(MAKE) install mandir=/usr/share/man/man1 libdir=/etc 
DESTDIR=$(DEBINSTALLTREE)

## Install lxterm command and manual page.

commit cc68a12d6f88899971b450f0c9505e62a367d5c4
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Mon Aug 13 11:42:47 2007 +0200

Drop .desktop files; migrate to new menu structure.

diff --git a/debian/changelog b/debian/changelog
index 78b2bd6..756818a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,10 @@ xterm (229-1) UNRELEASED; urgency=low
   * New upstream release
 + undo an incorrect fix for a memory leak in patch #209
   (closes: #435858).
+  * Stop installing the .desktop files and adapt xterm.menu to the new menu
+structure.
 
- -- Julien Cristau [EMAIL PROTECTED]  Mon, 13 Aug 2007 01:59:47 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Mon, 13 Aug 2007 02:11:11 +0200
 
 xterm (228-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index ac7b51f..a920812 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: David Martínez Moreno [EMAIL PROTECTED], David Nusinow [EMAIL 
PROTECTED], Julien Cristau [EMAIL PROTECTED]
 Standards-Version: 3.7.2
-Build-Depends: libncurses5-dev | libncurses-dev, libxft-dev ( 2.1.2), 
libxrender-dev ( 1:0.9.0), libxaw7-dev, debhelper (= 4.1.16), quilt, lynx, 
desktop-file-utils
+Build-Depends: libncurses5-dev | libncurses-dev, libxft-dev ( 2.1.2), 
libxrender-dev ( 1:0.9.0), libxaw7-dev, debhelper (= 4.1.16), quilt, lynx
 
 # Reasons for Build-Depends:
 #
diff --git a/debian/rules b/debian/rules
index a06375e..ae98c18 100755
--- a/debian/rules
+++ b/debian/rules
@@ -130,7 +130,7 @@ install: build
dh_clean -k
dh_installdirs
# General installation
-   $(MAKE) install install-desktop mandir=/usr/share/man/man1 libdir=/etc 
DESTDIR=$(DEBINSTALLTREE)
+   $(MAKE) install mandir=/usr/share/man/man1 libdir=/etc 
DESTDIR=$(DEBINSTALLTREE)

## Install lxterm command and manual page.
install -m 755 debian/local/lxterm $(DEBINSTALLTREE)/usr/bin
@@ -150,7 +150,6 @@ install: build
dh_installchangelogs
dh_installmenu
dh_install --sourcedir=debian/tmp --list-missing
-   dh_desktop
# Lintian overrides.
cp debian/xterm.overrides 
$(CURDIR)/debian/xterm/usr/share/lintian/overrides/xterm
 
diff --git a/debian/xterm.install b/debian/xterm.install
index 

xterm: Changes to 'upstream-unstable'

2007-08-13 Thread Julien Cristau
 MANIFEST   |2 +-
 fontutils.c|7 +--
 minstall.sh|9 -
 version.h  |5 ++---
 xterm.log.html |   14 --
 5 files changed, 24 insertions(+), 13 deletions(-)

New commits:
commit dbdf13b65a972064129c00623e5b5adc999c6961
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Mon Aug 13 01:55:24 2007 +0200

Import xterm 229.

diff --git a/MANIFEST b/MANIFEST
index cc11697..ba5965c 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,4 +1,4 @@
-MANIFEST for xterm-228, version xterm-228
+MANIFEST for xterm-229, version xterm-229
 

 MANIFESTthis file
 256colres.h resource-definitions for 256-color mode
diff --git a/fontutils.c b/fontutils.c
index db8839c..d03dbab 100644
--- a/fontutils.c
+++ b/fontutils.c
@@ -1,8 +1,4 @@
-/* $XTermId: fontutils.c,v 1.249 2007/06/17 12:50:22 tom Exp $ */
-
-/*
- * $XFree86: xc/programs/xterm/fontutils.c,v 1.60 2006/04/30 21:55:39 dickey 
Exp $
- */
+/* $XTermId: fontutils.c,v 1.251 2007/08/05 00:11:55 tom Exp $ */
 
 /
 
@@ -850,7 +846,6 @@ xtermLoadFont(XtermWidget xw,
fnts[fWBold] = xtermCloseFont(xw, fnts[fWBold]);
}
if (fnts[fWBold] == 0) {
-   free(myfonts.f_wb);
myfonts.f_wb = myfonts.f_w;
fnts[fWBold] = fnts[fWide];
TRACE((...cannot load wide-bold, use wide %s\n, 
NonNull(myfonts.f_w)));
diff --git a/minstall.sh b/minstall.sh
index dd9635e..89e17da 100755
--- a/minstall.sh
+++ b/minstall.sh
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $XTermId: minstall.sh,v 1.11 2007/05/24 22:10:42 tom Exp $
+# $XTermId: minstall.sh,v 1.12 2007/08/12 15:29:02 tom Exp $
 #
 # Install manpages, substituting a reasonable section value since XFree86 4.x
 # and derived imakes do not use constants...
@@ -11,6 +11,13 @@
 #  $4 = app-defaults directory
 #
 
+# override locale...
+LANG=C;export LANG
+LANGUAGE=C;export LANGUAGE
+LC_ALL=C;  export LC_ALL
+LC_CTYPE=C;export LC_CTYPE
+
+# get parameters
 MINSTALL=$1
 OLD_FILE=$2
 END_FILE=$3
diff --git a/version.h b/version.h
index 5b35cf6..3a608a0 100644
--- a/version.h
+++ b/version.h
@@ -1,5 +1,4 @@
-/* $XTermId: version.h,v 1.283 2007/07/07 15:29:25 tom Exp $ */
-/* $XFree86: xc/programs/xterm/version.h,v 3.126 2006/06/20 00:42:38 dickey 
Exp $ */
+/* $XTermId: version.h,v 1.285 2007/08/12 15:37:19 tom Exp $ */
 
 /*
  * These definitions are used to build the string that's printed in response to
@@ -7,7 +6,7 @@
  * version of X to which this version of xterm has been built.  The number in
  * parentheses is my patch number (Thomas E. Dickey).
  */
-#define XTERM_PATCH   228
+#define XTERM_PATCH   229
 
 #ifndef __vendorversion__
 #define __vendorversion__ XTerm
diff --git a/xterm.log.html b/xterm.log.html
index bb3204e..83fd700 100644
--- a/xterm.log.html
+++ b/xterm.log.html
@@ -20,8 +20,7 @@
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF   *
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.*
  *
-  $XTermId: xterm.log.html,v 1.596 2007/07/22 23:12:38 tom Exp $
-  $XFree86: xc/programs/xterm/xterm.log.html,v 1.151 2006/06/20 00:42:38 
dickey Exp $
+  $XTermId: xterm.log.html,v 1.600 2007/08/12 17:32:04 tom Exp $
   --
 HTML
 HEAD
@@ -46,6 +45,7 @@ Most of these are summarized in the XFree86 CHANGELOG
 is the latest version of this file.
 
 UL
+LIA HREF=#xterm_229Patch #229 - 2008/8/12/A
 LIA HREF=#xterm_228Patch #228 - 2007/7/22/A
 LIA HREF=#xterm_227Patch #227 - 2007/6/27/A
 LIA HREF=#xterm_226Patch #226 - 2007/6/17/A
@@ -277,6 +277,16 @@ is the latest version of this file.
 LIA HREF=#xterm_01Patch #1 - 1996/1/6/A
 /UL
 
+H1A NAME=xterm_229Patch #229 - 2008/8/12/A/H1
+ul
+   lioverride locale in minstall.sh;
+   change in a href=#xterm_226patch #226/a
+   does not work in UTF-8 locale (report by Zdenek Sekera).
+
+   liundo an incorrect fix for a memory leak
+   in a href=#xterm_209patch #209/a (Debian #435858).
+/ul
+
 H1A NAME=xterm_228Patch #228 - 2007/7/22/A/H1
 ul
limodify configure script to permit combining


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xterm: Changes to 'debian-unstable'

2007-08-13 Thread Julien Cristau
 debian/changelog |3 ++-
 debian/rules |7 ---
 2 files changed, 6 insertions(+), 4 deletions(-)

New commits:
commit 75d93cbee465675802ec3c4a663f842eeaf65b97
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Mon Aug 13 12:14:35 2007 +0200

Build with -Wall.

diff --git a/debian/changelog b/debian/changelog
index c2f0bfc..62fb191 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,9 @@ xterm (229-1) UNRELEASED; urgency=low
   * Stop installing the .desktop files and adapt xterm.menu to the new menu
 structure.
   * Use a separate build dir.
+  * Build with -Wall.
 
- -- Julien Cristau [EMAIL PROTECTED]  Mon, 13 Aug 2007 12:00:25 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Mon, 13 Aug 2007 12:14:20 +0200
 
 xterm (228-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 91fcad8..8be729f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,10 +25,11 @@ else
confflags += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
 endif
 
+CFLAGS = -g -Wall
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-   CXXFLAGS += -O0
+   CFLAGS += -O0
 else
-   CXXFLAGS += -O2
+   CFLAGS += -O2
 endif
 
 # Figure out who's building this package.
@@ -105,7 +106,7 @@ $(STAMP_DIR)/configure: $(STAMP_DIR)/patch
--prefix=/usr --exec-prefix=/usr --mandir=/usr/share/man \
--with-app-defaults=/etc/X11/app-defaults \
--disable-imake --enable-narrowproto --enable-exec-xterm \
-   $(confflags) DESKTOP_FLAGS=$(DESKTOP_FLAGS)
+   $(confflags) DESKTOP_FLAGS=$(DESKTOP_FLAGS) CFLAGS=$(CFLAGS)
touch $@
 
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#437332: xserver-xorg-video-ati: Failed to detect secondary monitor, MergedFB/Clone mode disabled

2007-08-13 Thread Michel Dänzer
On Sun, 2007-08-12 at 10:21 -0400, Alex Deucher wrote:
 
 Option  MonitorLayout LCD, CRT

That should be LVDS,CRT, shouldn't it?


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer



Bug#437465: libgl1-mesa-dri: Shadows in Warzone 2100 don't work anymore (R300)

2007-08-13 Thread Brice Goglin
Brice Goglin wrote:
 With 6.5.3 and 7.0.1 on a Radeon rv370, alt-s toggles between dark and
 light. With 6.5.1 and 6.5.2, it toggles shadows. So I guess the bug
 appeared in 6.5.3. But it means that you installed Mesa 6.5.3 from
 *Debian experimental* a couple months ago, could you confirm this?
 (6.5.3 has never been in unstable, it only entered experimental in May
 and 7.0.1 went to unstable recently).

 The bug does not occur with 6.5.2 or 7.0.1 on Intel 945. So it's
 probably a r300 specific bug. I'll see if I can locate the breaking
 commit between 6.5.2 and 6.5.3.
   

The bad commit seems to be:

commit 62efc4ba3eb53ca75abbe9b52feabe49a5fd56b5
Author: Aapo Tahkola [EMAIL PROTECTED]
Date:   Thu Jan 18 05:56:13 2007 +0200

support as much of GL_EXT_stencil_two_side as we can. untested.




I will forward this bug upstream tonight (unless you're already doing it
as Michel told you).

Brice



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: address change

2007-08-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 submitter 389881 [EMAIL PROTECTED]
Bug#389881: SCSI device renaming breaks install
Changed Bug submitter from Robert Millan [ackstorm] [EMAIL PROTECTED] to 
[EMAIL PROTECTED]

 submitter 225802 [EMAIL PROTECTED]
Bug#225802: disk device names not persistant from install to target system
Changed Bug submitter from Joey Hess [EMAIL PROTECTED] to [EMAIL PROTECTED]

 submitter 295134 [EMAIL PROTECTED]
Bug#295134: disk device names not persistant from install to target system
Changed Bug submitter from Joey Hess [EMAIL PROTECTED] to [EMAIL PROTECTED]

 submitter 308565 [EMAIL PROTECTED]
Bug#308565: disk device names not persistant from install to target system
Changed Bug submitter from Jonathan Santaana [EMAIL PROTECTED] to [EMAIL 
PROTECTED]

 submitter 399050 [EMAIL PROTECTED]
Bug#399050: needs netpbm to import png files
Changed Bug submitter from Robert Millan [ackstorm] [EMAIL PROTECTED] to 
[EMAIL PROTECTED]

 submitter 399052 [EMAIL PROTECTED]
Bug#399052: needs imagemagick for display function to work
Changed Bug submitter from Robert Millan [ackstorm] [EMAIL PROTECTED] to 
[EMAIL PROTECTED]

 submitter 406368 [EMAIL PROTECTED]
Bug#406368: Should display error if no disks have been detected
Changed Bug submitter from Robert Millan [ackstorm] [EMAIL PROTECTED] to 
[EMAIL PROTECTED]

 submitter 412960 [EMAIL PROTECTED]
Bug#412960: crash with -vo xv
Changed Bug submitter from Robert Millan [ackstorm] [EMAIL PROTECTED] to 
[EMAIL PROTECTED]

 submitter 367393 [EMAIL PROTECTED]
Bug#367393: libapache{,2}-mod-php5: gratuitous conflicts with 
libapache{,2}-mod-php4 ?
Changed Bug submitter from Robert Millan [ackstorm] [EMAIL PROTECTED] to 
[EMAIL PROTECTED]

 submitter 379009 [EMAIL PROTECTED]
Bug#379009: why does libapache2-mod-php5 conflict with libapache2-mod-php4
Changed Bug submitter from Marc Haber [EMAIL PROTECTED] to [EMAIL PROTECTED]

 submitter 388723 [EMAIL PROTECTED]
Bug#388723: gnome-panel: launchers seem to eat '%' in command line
Changed Bug submitter from Robert Millan [ackstorm] [EMAIL PROTECTED] to 
[EMAIL PROTECTED]

 submitter 411482 [EMAIL PROTECTED]
Bug#411482: generate .htaccess
Changed Bug submitter from Robert Millan [ackstorm] [EMAIL PROTECTED] to 
[EMAIL PROTECTED]

 submitter 411847 [EMAIL PROTECTED]
Bug#411847: webalizer: safe state dumping
Changed Bug submitter from Robert Millan [ackstorm] [EMAIL PROTECTED] to 
[EMAIL PROTECTED]

 submitter 432509 [EMAIL PROTECTED]
Bug#432509: cron script to optimize databases
Changed Bug submitter from Robert Millan [EMAIL PROTECTED] to [EMAIL 
PROTECTED]

 submitter 384151 [EMAIL PROTECTED]
Bug#384151: xserver-xorg: have a way to enter custom resolutions in debconf
Changed Bug submitter from Robert Millan [ackstorm] [EMAIL PROTECTED] to 
[EMAIL PROTECTED]

 submitter 388381 [EMAIL PROTECTED]
Bug#388381: DAK sends mail in UTF-8 without Content-Type
Changed Bug submitter from Robert Millan [ackstorm] [EMAIL PROTECTED] to 
[EMAIL PROTECTED]

 submitter 337968 [EMAIL PROTECTED]
Bug#337968: ftp.debian.org [dak]: please set Content-Type in outgoing mail
Changed Bug submitter from Adeodato Simó [EMAIL PROTECTED] to [EMAIL 
PROTECTED]

 submitter 412080 [EMAIL PROTECTED]
Bug#412080: please default to vo=x11
Changed Bug submitter from Robert Millan [ackstorm] [EMAIL PROTECTED] to 
[EMAIL PROTECTED]

 submitter 412069 [EMAIL PROTECTED]
Bug#412069: patch for beryl support
Changed Bug submitter from Robert Millan [ackstorm] [EMAIL PROTECTED] to 
[EMAIL PROTECTED]

 submitter 386530 [EMAIL PROTECTED]
Bug#386530: sits waiting for server reponse in socket_bye
Changed Bug submitter from Robert Millan [ackstorm] [EMAIL PROTECTED] to 
[EMAIL PROTECTED]

 submitter 400741 [EMAIL PROTECTED]
Bug#400741: exim4: lack of Content-Type in quoted mail from  breaks utf-8
Changed Bug submitter from Robert Millan [ackstorm] [EMAIL PROTECTED] to 
[EMAIL PROTECTED]

 submitter 431541 [EMAIL PROTECTED]
Bug#431541: license does not permit modification
Changed Bug submitter from Robert Millan [EMAIL PROTECTED] to [EMAIL 
PROTECTED]

 submitter 434738 [EMAIL PROTECTED]
Bug#434738: GPL violation
Changed Bug submitter from Robert Millan [EMAIL PROTECTED] to [EMAIL 
PROTECTED]
(By the way, that Bug is currently marked as done.)

 submitter 406325 [EMAIL PROTECTED]
Bug#406325: partman-auto: missing no disks found error
Changed Bug submitter from Robert Millan [ackstorm] [EMAIL PROTECTED] to 
[EMAIL PROTECTED]
(By the way, that Bug is currently marked as done.)

 submitter 418538 [EMAIL PROTECTED]
Bug#418538: write errors bring dar to infinite loop
Changed Bug submitter from Robert Millan [ackstorm] [EMAIL PROTECTED] to 
[EMAIL PROTECTED]

 submitter 425418 [EMAIL PROTECTED]
Bug#425418: 3d mode doesn't play nice with beryl
Changed Bug submitter from Robert Millan [ackstorm] [EMAIL PROTECTED] to 
[EMAIL PROTECTED]

 submitter 433470 [EMAIL PROTECTED]
Bug#433470: wrong child status handling
Changed Bug submitter from Robert Millan [EMAIL 

Bug#437332: xserver-xorg-video-ati: Failed to detect secondary monitor, MergedFB/Clone mode disabled

2007-08-13 Thread Alex Deucher
On 8/13/07, Michel Dänzer [EMAIL PROTECTED] wrote:
 On Sun, 2007-08-12 at 10:21 -0400, Alex Deucher wrote:
 
  Option  MonitorLayout LCD, CRT

 That should be LVDS,CRT, shouldn't it?


Right :)



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

2007-08-13 Thread Julien Cristau
 debian/changelog|   10 
 debian/copyright|4 
 debian/patches/series   |2 
 setxkbmap/ChangeLog |  278 -
 setxkbmap/INSTALL   |  236 
 setxkbmap/Makefile.am   |   18 
 setxkbmap/Makefile.in   |  152 ++---
 setxkbmap/aclocal.m4| 1412 
 setxkbmap/compile   |  142 
 setxkbmap/config.h.in   |9 
 setxkbmap/config.sub|   14 
 setxkbmap/configure |  292 ++---
 setxkbmap/configure.ac  |5 
 setxkbmap/depcomp   |   64 ++
 setxkbmap/install-sh|  348 +--
 setxkbmap/missing   |   61 +-
 setxkbmap/setxkbmap.c   |6 
 setxkbmap/setxkbmap.man |   59 +-
 18 files changed, 1675 insertions(+), 1437 deletions(-)

New commits:
commit 4cc45cf1694e0f4115a59f4be1e0a694ba313405
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Mon Aug 13 14:42:12 2007 +0200

Improvements to debian/copyright.

diff --git a/debian/changelog b/debian/changelog
index e1eb304..9a20a82 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ x11-xkb-utils (7.2+1) UNRELEASED; urgency=low
 + includes man page improvements (closes: #252631)
   * Disable patch 11_xkb_documentation_updates.diff which doesn't apply
 cleanly.
+  * Add upstream URL to debian/copyright.
 
- -- Julien Cristau [EMAIL PROTECTED]  Mon, 13 Aug 2007 14:36:58 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Mon, 13 Aug 2007 14:41:37 +0200
 
 x11-xkb-utils (0.1) experimental; urgency=low
 
diff --git a/debian/copyright b/debian/copyright
index 064a62a..688d7ba 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,7 @@
+The contents of this package were downloaded from
+http://xorg.freedesktop.org/releases/individual/app/
+It contains the setxkbmap, xkbcomp, xkbevd, xkbprint and xkbutils applications.
+
 setxkbmap:
Copyright (c) 1996 by Silicon Graphics Computer Systems, Inc.
   

commit addadc8047ab5841c1098392edefd18a94eb7e96
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Mon Aug 13 14:38:23 2007 +0200

Disable patch 11_xkb_documentation_updates.diff

It doesn't apply cleanly, so disable it until someone manages to update it.

diff --git a/debian/changelog b/debian/changelog
index 4798650..e1eb304 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,10 @@ x11-xkb-utils (7.2+1) UNRELEASED; urgency=low
 
   * setxkbmap 1.0.4.
 + includes man page improvements (closes: #252631)
+  * Disable patch 11_xkb_documentation_updates.diff which doesn't apply
+cleanly.
 
- -- Julien Cristau [EMAIL PROTECTED]  Mon, 13 Aug 2007 14:33:02 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Mon, 13 Aug 2007 14:36:58 +0200
 
 x11-xkb-utils (0.1) experimental; urgency=low
 
diff --git a/debian/patches/series b/debian/patches/series
index d8501e9..dfe5c16 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,2 @@
 10_debian_add_xkbpath_env_variable.diff -p0
-11_xkb_documentation_updates.diff -p0
+#11_xkb_documentation_updates.diff -p0

commit 20b9f334cbb60bca1068b9a0576644e3ae370484
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Mon Aug 13 14:35:18 2007 +0200

setxkbmap 1.0.4.

diff --git a/debian/changelog b/debian/changelog
index b785a57..4798650 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+x11-xkb-utils (7.2+1) UNRELEASED; urgency=low
+
+  * setxkbmap 1.0.4.
++ includes man page improvements (closes: #252631)
+
+ -- Julien Cristau [EMAIL PROTECTED]  Mon, 13 Aug 2007 14:33:02 +0200
+
 x11-xkb-utils (0.1) experimental; urgency=low
 
   [ Timo Aaltonen ]
diff --git a/setxkbmap/ChangeLog b/setxkbmap/ChangeLog
index 90b6f08..4319456 100644
--- a/setxkbmap/ChangeLog
+++ b/setxkbmap/ChangeLog
@@ -1,50 +1,266 @@
-2006-03-10  Daniel Stone  [EMAIL PROTECTED]
+commit 35d3e114ef3b0e6f56b38ddd9cac79e4c953ca85
+Author: Alan Coopersmith [EMAIL PROTECTED]
+Date:   Mon Jul 23 17:18:26 2007 -0700
 
-   * configure.ac:
-   Bump to 1.0.2; release.
+Version bump: 1.0.4
 
-   * setxkbmap.c:
-   Initialise vd.variant and vd.variant to NULL when failing to get
-   the active RMLVO components from the server.
+commit 0a9044e26d1f8a2517c8e000b6f3afb16ff3
+Author: Alan Coopersmith [EMAIL PROTECTED]
+Date:   Mon Jul 23 16:45:21 2007 -0700
 
-2005-12-20  Kevin E. Martin  kem-at-freedesktop-dot-org
+lint target needs to use AM_CFLAGS too
 
-   * configure.ac:
-   Update package version for X11R7 release.
+commit c2a336b187e1f78c3bfa8fad0f2cade6cf06071d
+Author: Alan Coopersmith [EMAIL PROTECTED]
+Date:   Mon Jul 23 16:42:40 2007 -0700
 
-2005-12-14  Kevin E. Martin  kem-at-freedesktop-dot-org
+Use AM_CFLAGS instead of setxkbmap_CFLAGS to avoid automake-1.10 warning
+
+Makefile.am:31: compiling `setxkbmap.c' with per-target flags requires 
`AM_PROG_CC_C_O' in `configure.ac'
 
-   * configure.ac:
-   Update package version number for final X11R7 release candidate.
+commit 75a5110558714d5f601235fdc5762aeef731f73d

Processing of xterm_229-1_i386.changes

2007-08-13 Thread Archive Administrator
xterm_229-1_i386.changes uploaded successfully to localhost
along with the files:
  xterm_229-1.dsc
  xterm_229.orig.tar.gz
  xterm_229-1.diff.gz
  xterm_229-1_i386.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xterm: Changes to 'debian-unstable'

2007-08-13 Thread Julien Cristau
 debian/changelog |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9bdb5c4ea15c83cebc7ae4d37199740403722bc0
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Mon Aug 13 16:10:23 2007 +0200

Prepare changelog for upload.

diff --git a/debian/changelog b/debian/changelog
index 62fb191..13f3ec1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xterm (229-1) UNRELEASED; urgency=low
+xterm (229-1) unstable; urgency=low
 
   * Fix typo in uxterm(1) (LP: #128136).
   * New upstream release
@@ -9,7 +9,7 @@ xterm (229-1) UNRELEASED; urgency=low
   * Use a separate build dir.
   * Build with -Wall.
 
- -- Julien Cristau [EMAIL PROTECTED]  Mon, 13 Aug 2007 12:14:20 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Mon, 13 Aug 2007 16:10:01 +0200
 
 xterm (228-1) unstable; urgency=low
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



x11-utils: Changes to 'debian-experimental'

2007-08-13 Thread Julien Cristau
 debian/changelog   |9 
 xmessage/ChangeLog |  235 ++
 xmessage/Makefile.am   |   10 
 xmessage/Makefile.in   |   32 
 xmessage/aclocal.m4| 1102 ++--
 xmessage/config.guess  |   83 
 xmessage/config.sub|  109 -
 xmessage/configure | 4169 +
 xmessage/configure.ac  |2 
 xmessage/mkinstalldirs |  158 -
 xmessage/xmessage.c|   57 
 xprop/ChangeLog|  284 +++
 xprop/INSTALL  |  236 --
 xprop/Makefile.am  |   20 
 xprop/Makefile.in  |  171 +-
 xprop/aclocal.m4   | 1430 
 xprop/autogen.sh   |   13 
 xprop/compile  |  142 -
 xprop/config.guess |   32 
 xprop/config.h.in  |   36 
 xprop/config.sub   |   16 
 xprop/configure| 1145 -
 xprop/configure.ac |9 
 xprop/depcomp  |   64 
 xprop/dsimple.c|  303 ---
 xprop/dsimple.h|   23 
 xprop/install-sh   |  348 +++-
 xprop/missing  |   61 
 xprop/xprop.c  |   71 
 xprop/xprop.man|3 
 30 files changed, 5373 insertions(+), 5000 deletions(-)

New commits:
commit fcdb7eb2e8ec5ea4392b309de2d50fcdf667eb0f
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Mon Aug 13 15:58:28 2007 +0200

xprop 1.0.3.

diff --git a/debian/changelog b/debian/changelog
index 4a37b26..da4e221 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ x11-utils (7.2+1) UNRELEASED; urgency=low
   * xmessage 1.0.2.
 + Untabify message before inserting it (closes: #46892).  Thanks, Kevin
   Ryde!
+  * xprop 1.0.3.
 
- -- Julien Cristau [EMAIL PROTECTED]  Mon, 13 Aug 2007 15:42:24 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Mon, 13 Aug 2007 15:58:11 +0200
 
 x11-utils (0.1) experimental; urgency=low
 
diff --git a/xprop/ChangeLog b/xprop/ChangeLog
index a7722ec..6c2b022 100644
--- a/xprop/ChangeLog
+++ b/xprop/ChangeLog
@@ -1,31 +1,277 @@
-2005-12-20  Kevin E. Martin  kem-at-freedesktop-dot-org
+commit 9ccda86dae06375750685977a81f4fb1cabf3d00
+Author: Alan Coopersmith [EMAIL PROTECTED]
+Date:   Fri Aug 10 14:52:27 2007 -0700
 
-   * configure.ac:
-   Update package version for X11R7 release.
+Version bump: 1.0.3
 
-2005-12-14  Kevin E. Martin  kem-at-freedesktop-dot-org
+commit 4f7bc8ecad63db6b7557b5556ac6f604e84eb55e
+Author: Jay Hobson [EMAIL PROTECTED]
+Date:   Wed Aug 8 13:38:33 2001 -0700
 
-   * configure.ac:
-   Update package version number for final X11R7 release candidate.
+Sun Bug 4474581: xprop fails in Japanese locale
+
+CJK locales need a much longer string as they include
+many \xXX entries which expand into / entries.
+Increased the buffer from 1 to 50 bytes.
+Make sure buffer pointer doesn't go negative in _put_char.
 
-2005-12-06  Kevin E. Martin  kem-at-freedesktop-dot-org
+commit 23e375f3842b433b0af7f150135537f7381208ae
+Author: Alan Coopersmith [EMAIL PROTECTED]
+Date:   Fri Aug 10 14:17:51 2007 -0700
 
-   * Makefile.am:
-   Change *man_SOURCES == *man_PRE to fix autotools warnings.
+Simplify printing of usage message
 
-2005-12-03  Kevin E. Martin  kem-at-freedesktop-dot-org
+commit fc788dc35532ebff44b5828f686b42e0deeec52c
+Author: Alan Coopersmith [EMAIL PROTECTED]
+Date:   Fri Aug 10 13:40:17 2007 -0700
 
-   * configure.ac:
-   Update package version number for X11R7 RC3 release.
+Convert old #ifdefs for HAS_WTYPE_H  HAS_WCHAR_H to autoconf checks
 
-2005-11-20  Alan Coopersmith  [EMAIL PROTECTED]
+commit b9860eeb18a83233cec14ff0db8687a146b5
+Author: Alan Coopersmith [EMAIL PROTECTED]
+Date:   Fri Aug 10 13:33:17 2007 -0700
 
-   * configure.ac:
-   Change dependency from xmu to xmuu since the full xmu
-   (with all its baggage like Xt) is not needed here.
+Replace sprintf's with snprintf's
 
-2005-10-18  Kevin E. Martin  kem-at-freedesktop-dot-org
+commit 64326bae4e9b9c05b8781403ee27af95065eb2fb
+Author: Alan Coopersmith [EMAIL PROTECTED]
+Date:   Fri Aug 10 12:08:57 2007 -0700
 
-   * configure.ac:
-   Update package version number for RC1 release.
+Coverity #905: Handle_Prop_Requests returned without freeing storage 
thunks
 
+commit 866ceb3a671a9ab93b3ecbdf3231902ab2251ce3
+Author: Alan Coopersmith [EMAIL PROTECTED]
+Date:   Fri Aug 10 11:56:41 2007 -0700
+
+ANSIfy function declarations in dsimple.c
+
+commit 5424a5c064d96b33a4acdf951734cd3a493a7ea3
+Author: Alan Coopersmith [EMAIL PROTECTED]
+Date:   Fri Aug 10 11:52:39 2007 -0700
+
+Purge unused code from dsimple.c
+
+dsimple.c was originally shared source among several X apps.
+Since modularization gave each app it's own copy, much of the code is
+no longer needed in each app.
+
+commit 2d7dc57ae1d5e0af6e6ecb70764c512f6d518d6a
+Author: Alan Coopersmith [EMAIL PROTECTED]
+Date:   Fri Aug 10 11:43:04 2007 -0700
+
+Add hooks to check sources with lint/sparse/etc.
+
+commit 7b3c0c95b9bb223ae779b8bf0c7d78967e0dcd9e
+Author: Alan 

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

2007-08-13 Thread Julien Cristau
 debian/changelog   |   15 
 debian/copyright   |   43 
 debian/patches/02_xmodmap_manpage.diff |8 
 iceauth/ChangeLog  |  283 ++
 iceauth/INSTALL|  236 -
 iceauth/Makefile.am|   20 
 iceauth/Makefile.in|  171 -
 iceauth/aclocal.m4 | 1430 +--
 iceauth/autogen.sh |   13 
 iceauth/compile|  142 -
 iceauth/config.guess   |   32 
 iceauth/config.sub |   16 
 iceauth/configure  |  292 +-
 iceauth/configure.ac   |7 
 iceauth/depcomp|   64 
 iceauth/iceauth.c  |   46 
 iceauth/iceauth.h  |6 
 iceauth/iceauth.man|1 
 iceauth/install-sh |  348 ++
 iceauth/missing|   61 
 iceauth/mkinstalldirs  |  158 -
 iceauth/process.c  |  384 +--
 xgamma/COPYING |   50 
 xgamma/ChangeLog   |  199 +
 xgamma/INSTALL |  236 -
 xgamma/Makefile.am |   14 
 xgamma/Makefile.in |  147 -
 xgamma/aclocal.m4  | 1430 +--
 xgamma/compile |  142 -
 xgamma/config.guess|   32 
 xgamma/config.sub  |   16 
 xgamma/configure   |  202 -
 xgamma/configure.ac|2 
 xgamma/depcomp |   64 
 xgamma/install-sh  |  348 ++
 xgamma/missing |   61 
 xgamma/mkinstalldirs   |  158 -
 xgamma/xgamma.man  |   13 
 xmodmap/ChangeLog  |  285 ++
 xmodmap/INSTALL|  236 -
 xmodmap/Makefile.am|   21 
 xmodmap/Makefile.in|  202 -
 xmodmap/aclocal.m4 | 1430 +--
 xmodmap/autogen.sh |   13 
 xmodmap/compile|  142 -
 xmodmap/config.guess   |   32 
 xmodmap/config.h.in|3 
 xmodmap/config.sub |   16 
 xmodmap/configure  |  364 ++
 xmodmap/configure.ac   |7 
 xmodmap/depcomp|   64 
 xmodmap/handle.c   |   72 
 xmodmap/install-sh |  348 ++
 xmodmap/missing|   61 
 xmodmap/pf.c   |8 
 xmodmap/xmodmap.c  |   80 
 xmodmap/xmodmap.h  |6 
 xmodmap/xmodmap.man|3 
 xsetroot/ChangeLog |  205 +
 xsetroot/Makefile.am   |   20 
 xsetroot/Makefile.in   |   61 
 xsetroot/aclocal.m4|  970 +++
 xsetroot/autogen.sh|   13 
 xsetroot/compile   |  142 -
 xsetroot/config.guess  |   83 
 xsetroot/config.sub|  109 
 xsetroot/configure | 4186 +++--
 xsetroot/configure.ac  |7 
 xsetroot/mkinstalldirs |  158 -
 xsetroot/xsetroot.man  |2 
 70 files changed, 7902 insertions(+), 8337 deletions(-)

New commits:
commit c16b35a4326a8f2036ebedc946924148cb9bb407
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Mon Aug 13 15:37:12 2007 +0200

xsetroot 1.0.2.

diff --git a/debian/changelog b/debian/changelog
index d6295de..0ec4e96 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,10 +7,11 @@ x11-xserver-utils (7.2+4) UNRELEASED; urgency=low
   * xgamma 1.0.2.
 + the manpage now explains how to print the gamma value more clearly
   (closes: #296021).
+  * xsetroot 1.0.2.
   * Add upstream URL to debian/copyright, and update it from xgamma's COPYING
 file.
 
- -- Julien Cristau [EMAIL PROTECTED]  Mon, 13 Aug 2007 15:29:22 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Mon, 13 Aug 2007 15:36:32 +0200
 
 x11-xserver-utils (7.2+3) experimental; urgency=low
 
diff --git a/xsetroot/ChangeLog b/xsetroot/ChangeLog
index a7722ec..943f56e 100644
--- a/xsetroot/ChangeLog
+++ b/xsetroot/ChangeLog
@@ -1,31 +1,198 @@
-2005-12-20  Kevin E. Martin  kem-at-freedesktop-dot-org
+commit ba9fbd14258ab44c794bb1a6dd9af51c5f4c01ff
+Author: Matthieu Herrb [EMAIL PROTECTED]
+Date:   Fri Aug 10 10:45:46 2007 +0200
 
-   * configure.ac:
-   Update package version for X11R7 release.
+Bump version for release
 
-2005-12-14  Kevin E. Martin  kem-at-freedesktop-dot-org
+commit d1658d389d7fbad0c2ec2ea5e8563c3d06ed2a47
+Author: Matthieu Herrb [EMAIL PROTECTED]
+Date:   Mon Jul 30 21:17:42 2007 +0200
 
-   * configure.ac:
-   Update package 

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

2007-08-13 Thread Julien Cristau
Tag 'xterm-229-1' created by Julien Cristau [EMAIL PROTECTED] at 2007-08-13 
14:19 +

Tagging upload of xterm 229-1 to unstable.

Changes since xterm-228-1:
Julien Cristau (8):
  Fix typo in uxterm(1).
  Import xterm 229.
  Merge branch 'upstream-unstable' into debian-unstable
  New upstream release.
  Drop .desktop files; migrate to new menu structure.
  Use a separate build dir.
  Build with -Wall.
  Prepare changelog for upload.

---
 MANIFEST  |2 +-
 debian/changelog  |   13 +
 debian/control|2 +-
 debian/local/uxterm.1 |2 +-
 debian/rules  |   19 +++
 debian/xterm.install  |1 -
 debian/xterm.menu |6 --
 fontutils.c   |7 +--
 minstall.sh   |9 -
 version.h |5 ++---
 xterm.log.html|   14 --
 11 files changed, 54 insertions(+), 26 deletions(-)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: setting package to x11-apps, tagging 224402

2007-08-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.7
 package x11-apps
Ignoring bugs not assigned to: x11-apps

 tags 224402 + pending
Bug#224402: xbase-clients: [xclock] want Xft font size option
Tags were: upstream
Tags added: pending


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: setting package to x11-utils, tagging 46892

2007-08-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.7
 package x11-utils
Ignoring bugs not assigned to: x11-utils

 tags 46892 + pending
Bug#46892: xbase-clients: [xmessage] wrong window size displaying message with 
tabs
Tags were: upstream
Tags added: pending


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: setting package to x11-xserver-utils, tagging 236198, tagging 296021

2007-08-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.7
 package x11-xserver-utils
Ignoring bugs not assigned to: x11-xserver-utils

 tags 236198 + pending
Bug#236198: xmodmap manpage should note -pm is the default action if no options 
are given
Tags were: fixed-upstream upstream
Tags added: pending

 tags 296021 + pending
Bug#296021: xbase-clients: xgamma fails,gives error message
Tags were: fixed-upstream
Tags added: pending


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: setting package to x11-xkb-utils, tagging 252631

2007-08-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.7
 package x11-xkb-utils
Ignoring bugs not assigned to: x11-xkb-utils

 tags 252631 + pending
Bug#252631: xbase-clients: [setxkbmap] man page doesn't describe all switches
Tags were: fixed-upstream upstream
Tags added: pending


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#435858: marked as done (xterm: crashes on non-existent wide bold font)

2007-08-13 Thread Debian Bug Tracking System
Your message dated Mon, 13 Aug 2007 14:32:35 +
with message-id [EMAIL PROTECTED]
and subject line Bug#435858: fixed in xterm 229-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: xterm
Version: 228-1
Severity: normal

Hello,

if I try:

LC_CTYPE=en_US.UTF-8 xterm -fwb nonexistent

xterm crashes with the message below. I haven't seen this with any other
-fw -fb or -fn option or without an UTF-8 locale.

Obviously this bug should not normally happen as we should specify valid
fonts, but for some reason the font I used as widebold disappeared, and
it was not obvious understanding why uxterm stopped working.

*** glibc detected *** xterm: munmap_chunk(): invalid pointer: 0x080981fc ***
=== Backtrace: =
/lib/i686/cmov/libc.so.6(cfree+0x1bb)[0xb7bcefeb]
xterm[0x80615cd]
xterm[0x80536b7]
/usr/lib/libXt.so.6[0xb7e1c691]
/usr/lib/libXt.so.6[0xb7e1c81a]
/usr/lib/libXt.so.6(XtRealizeWidget+0xae)[0xb7e1cabe]
xterm[0x8055e39]
xterm[0x8064e7b]
xterm[0x80672e7]
/lib/i686/cmov/libc.so.6(__libc_start_main+0xe0)[0xb7b78030]
xterm[0x804d511]
=== Memory map: 
08048000-0808f000 r-xp  03:06 248063 /usr/bin/xterm
0808f000-08094000 rw-p 00047000 03:06 248063 /usr/bin/xterm
08094000-080d8000 rw-p 08094000 00:00 0  [heap]
b7872000-b7876000 r-xp  03:06 327048 /usr/lib/libXfixes.so.3.1.0
b7876000-b7877000 rw-p 3000 03:06 327048 /usr/lib/libXfixes.so.3.1.0
b7877000-b787f000 r-xp  03:06 331010 /usr/lib/libXcursor.so.1.0.2
b787f000-b788 rw-p 7000 03:06 331010 /usr/lib/libXcursor.so.1.0.2
b788-b7a8 r--p  03:06 493847 /usr/lib/locale/locale-archive
b7a8-b7a81000 rw-p b7a8 00:00 0 
b7a81000-b7a94000 r-xp  03:05 85984  
/lib/i686/cmov/libpthread-2.6.so
b7a94000-b7a96000 rw-p 00013000 03:05 85984  
/lib/i686/cmov/libpthread-2.6.so
b7a96000-b7a99000 rw-p b7a96000 00:00 0 
b7a99000-b7a9b000 r-xp  03:05 85943  /lib/i686/cmov/libdl-2.6.so
b7a9b000-b7a9d000 rw-p 1000 03:05 85943  /lib/i686/cmov/libdl-2.6.so
b7a9d000-b7aa1000 r-xp  03:06 331627 /usr/lib/libXdmcp.so.6.0.0
b7aa1000-b7aa2000 rw-p 3000 03:06 331627 /usr/lib/libXdmcp.so.6.0.0
b7aa2000-b7aa4000 r-xp  03:06 330809 /usr/lib/libXau.so.6.0.0
b7aa4000-b7aa5000 rw-p 1000 03:06 330809 /usr/lib/libXau.so.6.0.0
b7aa5000-b7ab4000 r-xp  03:06 331091 /usr/lib/libXpm.so.4.11.0
b7ab4000-b7ab5000 rw-p e000 03:06 331091 /usr/lib/libXpm.so.4.11.0
b7ab5000-b7ad3000 r-xp  03:06 327666 /usr/lib/libexpat.so.1.0.0
b7ad3000-b7ad5000 rw-p 0001d000 03:06 327666 /usr/lib/libexpat.so.1.0.0
b7ad5000-b7ad6000 rw-p b7ad5000 00:00 0 
b7ad6000-b7add000 r-xp  03:06 327046 /usr/lib/libXrender.so.1.3.0
b7add000-b7ade000 rw-p 6000 03:06 327046 /usr/lib/libXrender.so.1.3.0
b7ade000-b7af2000 r-xp  03:06 328807 /usr/lib/libz.so.1.2.3.3
b7af2000-b7af3000 rw-p 00013000 03:06 328807 /usr/lib/libz.so.1.2.3.3
b7af3000-b7b5e000 r-xp  03:06 327453 /usr/lib/libfreetype.so.6.3.16
b7b5e000-b7b62000 rw-p 0006a000 03:06 327453 /usr/lib/libfreetype.so.6.3.16
b7b62000-b7ca3000 r-xp  03:05 85926  /lib/i686/cmov/libc-2.6.so
b7ca3000-b7ca4000 r--p 00141000 03:05 85926  /lib/i686/cmov/libc-2.6.so
b7ca4000-b7ca6000 rw-p 00142000 03:05 85926  /lib/i686/cmov/libc-2.6.so
b7ca6000-b7ca9000 rw-p b7ca6000 00:00 0 
b7ca9000-b7ce4000 r-xp  03:05 86045  /lib/libncurses.so.5.6
b7ce4000-b7cec000 rw-p 0003b000 03:05 86045  /lib/libncurses.so.5.6
b7cec000-b7dd4000 r-xp  03:06 359894 /usr/lib/libX11.so.6.2.0
b7dd4000-b7dd8000 rw-p 000e8000 03:06 359894 /usr/lib/libX11.so.6.2.0
b7dd8000-b7dd9000 rw-p b7dd8000 00:00 0 
b7dd9000-b7dee000 r-xp  03:06 327263 /usr/lib/libICE.so.6.3.0
b7dee000-b7def000 rw-p 00014000 03:06 327263 /usr/lib/libICE.so.6.3.0
b7def000-b7df1000 rw-p b7def000 00:00 0 
b7df1000-b7df8000 r-xp  03:06 327363 /usr/lib/libSM.so.6.0.0
b7df8000-b7df9000 rw-p 6000 03:06 327363 /usr/lib/libSM.so.6.0.0
b7df9000-b7e45000 r-xp  03:06 329725 /usr/lib/libXt.so.6.0.0
b7e45000-b7e48000 rw-p 0004c000 03:06 329725 /usr/lib/libXt.so.6.0.0
b7e48000-b7e49000 rw-p b7e48000 00:00 0 
b7e49000-b7e56000 r-xp  03:06 328350 /usr/lib/libXext.so.6.4.0
b7e56000-b7e57000 rw-p c000 03:06 328350 /usr/lib/libXext.so.6.4.0
b7e57000-b7e6b000 r-xp  03:06 327265 

xterm_229-1_i386.changes ACCEPTED

2007-08-13 Thread Debian Installer

Accepted:
xterm_229-1.diff.gz
  to pool/main/x/xterm/xterm_229-1.diff.gz
xterm_229-1.dsc
  to pool/main/x/xterm/xterm_229-1.dsc
xterm_229-1_i386.deb
  to pool/main/x/xterm/xterm_229-1_i386.deb
xterm_229.orig.tar.gz
  to pool/main/x/xterm/xterm_229.orig.tar.gz


Override entries for your package:
xterm_229-1.dsc - source x11
xterm_229-1_i386.deb - optional x11

Announcing to [EMAIL PROTECTED]
Closing bugs: 435858 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xdm: Changes to 'upstream-unstable'

2007-08-13 Thread Julien Cristau
 acinclude.m4  |   37 
 config/Xresources.cpp |   33 ++-
 configure.ac  |   30 ++---
 greeter/Login.c   |   84 +++---
 greeter/Login.h   |   40 +++---
 greeter/LoginP.h  |   14 ++
 policy.c  |3 -
 session.c |4 +
 xdm.man.cpp   |  109 +-
 9 files changed, 226 insertions(+), 128 deletions(-)

New commits:
commit ef1be3254966018fede7c33dea2f41b9351ef699
Author: Alan Coopersmith [EMAIL PROTECTED]
Date:   Fri Aug 10 10:43:10 2007 -0700

Version bump: 1.1.5

diff --git a/configure.ac b/configure.ac
index 069a3a8..ec2debd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ dnl Process this file with autoconf to create configure.
 dnl $XdotOrg: app/xdm/configure.ac,v 1.42 2006/06/03 01:01:21 alanc Exp $
 
 AC_PREREQ([2.57])
-AC_INIT(xdm,[1.1.4],[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xdm)
+AC_INIT(xdm,[1.1.5],[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xdm)
 AM_INIT_AUTOMAKE([dist-bzip2])
 AM_MAINTAINER_MODE
 

commit 3ed70d13a6957c2434753f32d38eae079d82
Author: Alan Coopersmith [EMAIL PROTECTED]
Date:   Wed Jul 25 17:07:33 2007 -0700

Update AC_DEFINE_DIR to autoconf-2.60-compatible version

diff --git a/acinclude.m4 b/acinclude.m4
index 0654ed5..f3d8734 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1,14 +1,47 @@
-dnl From http://autoconf-archive.cryp.to/ac_define_dir.html.
+# http://autoconf-archive.cryp.to/ac_define_dir.html
+#
+# SYNOPSIS
+#
+#   AC_DEFINE_DIR(VARNAME, DIR [, DESCRIPTION])
+#
+# DESCRIPTION
+#
+#   This macro sets VARNAME to the expansion of the DIR variable,
+#   taking care of fixing up ${prefix} and such.
+#
+#   VARNAME is then offered as both an output variable and a C
+#   preprocessor symbol.
+#
+#   Example:
+#
+#  AC_DEFINE_DIR([DATADIR], [datadir], [Where data are placed to.])
+#
+# LAST MODIFICATION
+#
+#   2006-10-13
+#
+# COPYLEFT
+#
+#   Copyright (c) 2006 Stepan Kasal [EMAIL PROTECTED]
+#   Copyright (c) 2006 Andreas Schwab [EMAIL PROTECTED]
+#   Copyright (c) 2006 Guido U. Draheim [EMAIL PROTECTED]
+#   Copyright (c) 2006 Alexandre Oliva
+#
+#   Copying and distribution of this file, with or without
+#   modification, are permitted in any medium without royalty provided
+#   the copyright notice and this notice are preserved.
 
 AC_DEFUN([AC_DEFINE_DIR], [
   prefix_NONE=
   exec_prefix_NONE=
   test x$prefix = xNONE  prefix_NONE=yes  prefix=$ac_default_prefix
   test x$exec_prefix = xNONE  exec_prefix_NONE=yes  exec_prefix=$prefix
+dnl In Autoconf 2.60, ${datadir} refers to ${datarootdir}, which in turn
+dnl refers to ${prefix}.  Thus we have to use `eval' twice.
   eval ac_define_dir=\[$]$2\
+  eval ac_define_dir=\$ac_define_dir\
   AC_SUBST($1, $ac_define_dir)
   AC_DEFINE_UNQUOTED($1, $ac_define_dir, [$3])
   test $prefix_NONE  prefix=NONE
   test $exec_prefix_NONE  exec_prefix=NONE
 ])
-

commit dd05076f290b1995f71627324cc74053c870ac21
Author: Alan Coopersmith [EMAIL PROTECTED]
Date:   Wed Jul 25 17:03:56 2007 -0700

Add AM_PROG_CC_C_O to clear automake-1.10 warning

Makefile.am:149: compiling `chooser.c' with per-target flags requires 
`AM_PROG_CC_C_O' in `configure.ac'

diff --git a/configure.ac b/configure.ac
index 8f69423..069a3a8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,6 +31,7 @@ AM_MAINTAINER_MODE
 AM_CONFIG_HEADER(config.h)
 
 AC_PROG_CC
+AM_PROG_CC_C_O
 AC_C_INLINE
 AC_LIBTOOL_WIN32_DLL
 AM_PROG_LIBTOOL

commit 29dc5825782adf929bce41a18e6a6881ef975d22
Author: Alan Coopersmith [EMAIL PROTECTED]
Date:   Wed Jul 25 17:00:39 2007 -0700

Bug #10530: xdm's path to xrdb could be configurable at compile time

Add --with-xrdb=path  --with-default-session=command configure options
X.Org Bug #10530: https://bugs.freedesktop.org/show_bug.cgi?id=10530

diff --git a/configure.ac b/configure.ac
index 8a4911e..8f69423 100644
--- a/configure.ac
+++ b/configure.ac
@@ -422,11 +422,17 @@ AC_DEFINE_DIR(DEF_SERVER_LINE, DEF_SERVER_LINE,
[Define to default Xserver file entry for local X server])
 
 # -DXRDB_PROGRAM=$(BINDIR)/xrdb
-AC_DEFINE_DIR(XRDB_PROGRAM, bindir/xrdb, 
+AC_ARG_WITH(xrdb, AC_HELP_STRING([--with-xrdb=path],
+   [Use path for xrdb (default: bindir/xrdb)]),
+   [XRDB=$withval], [XRDB=bindir/xrdb])
+AC_DEFINE_DIR(XRDB_PROGRAM, XRDB, 
[Define to pathname for xrdb program])
 
 # -DDEF_SESSION=$(BINDIR)/xterm -ls
-AC_DEFINE_DIR(DEF_SESSION, bindir/xterm -ls,
+AC_ARG_WITH(default-session, AC_HELP_STRING([--with-default-session=command],
+   [Use command for default session (default: bindir/xterm -ls)]),
+   [DEF_SESSION=$withval], [DEF_SESSION=bindir/xterm -ls])
+AC_DEFINE_DIR(DEF_SESSION, DEF_SESSION,
[Define to default command to start X session])
 
 # -DDEF_USER_PATH=$(DEF_USER_PATH)

commit 

Processed: bug 437333 is forwarded to https://bugs.freedesktop.org/show_bug.cgi?id=11978

2007-08-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.6
 forwarded 437333 https://bugs.freedesktop.org/show_bug.cgi?id=11978
Bug#437333: libgl1-mesa-dri: support for Intel 945GME, G33, Q33 and Q35
Noted your statement that Bug has been forwarded to 
https://bugs.freedesktop.org/show_bug.cgi?id=11978.


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#437465: libgl1-mesa-dri: Shadows in Warzone 2100 don't work anymore (R300)

2007-08-13 Thread Brice Goglin
forwarded 437465 https://bugs.freedesktop.org/show_bug.cgi?id=11980
thank you



I have forwarded the bug upstream at the URL above.

Brice



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: Bug#437465: libgl1-mesa-dri: Shadows in Warzone 2100 don't work anymore (R300)

2007-08-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 forwarded 437465 https://bugs.freedesktop.org/show_bug.cgi?id=11980
Bug#437465: libgl1-mesa-dri: Shadows in Warzone 2100 don't work anymore (R300)
Noted your statement that Bug has been forwarded to 
https://bugs.freedesktop.org/show_bug.cgi?id=11980.

 thank you
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#423739: libgl1-mesa-dri: banding in rendering when using blending for transparency

2007-08-13 Thread Dan Torop
It looks as though a patch is committed
(http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=commit;h=21b37b9687b078297935062e3ad9f379b6f36519)
so with luck we will get to see it fixed in 7.0.2...

Thanks,

Dan


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#423739: libgl1-mesa-dri: banding in rendering when using blending for transparency

2007-08-13 Thread Brice Goglin
Dan Torop wrote:
 It looks as though a patch is committed
 (http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=commit;h=21b37b9687b078297935062e3ad9f379b6f36519)
 so with luck we will get to see it fixed in 7.0.2...
   


I just requested the commit to be backported in mesa_7_0_branch.

Brice



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#437321: incompatible with kernel =2.6.22 (Radeon Xpress 200M)

2007-08-13 Thread Zack Weinberg
On 8/12/07, Brice Goglin [EMAIL PROTECTED] wrote:
 Now he wants you to do
 echo 1  /sys/modules/drm/parameters/debug
 before starting X, then start X and send the output of dmesg.

Nothing in here looks obviously like a failure, but here it is ...

[drm] Initialized drm 1.1.0 20060810
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
[drm:drm_stub_open]
[drm:drm_stub_open]
[drm:drm_init]
[drm:drm_get_dev]
ACPI: PCI Interrupt :01:05.0[A] - GSI 17 (level, low) - IRQ 17
[drm:radeon_driver_load] PCI card detected
[drm:drm_ctxbitmap_next] drm_ctxbitmap_next bit : 0
[drm:drm_ctxbitmap_init] drm_ctxbitmap_init : 0
[drm:drm_get_head]
[drm:drm_get_head] new minor assigned 0
[drm] Initialized radeon 1.27.0 20060524 on minor 0
[drm:drm_stub_open]
[drm:drm_open_helper] pid = 2695, minor = 0
[drm:radeon_driver_open]
[drm:drm_addmap_core] offset = 0xd010, size = 0x0001, type = 1
[drm:drm_addmap_core] offset = 0xd800, size = 0x0800, type = 0
[drm:drm_addmap_core] offset = 0x, size = 0x2000, type = 2
[drm:drm_addmap_core] 8192 13 dcbb5000
[drm:drm_setup]
[drm:drm_ioctl] pid=2695, cmd=0xc0106407, nr=0x07, dev 0xe200, auth=1
[drm:drm_ioctl] pid=2695, cmd=0xc0086401, nr=0x01, dev 0xe200, auth=1
[drm:drm_ioctl] pid=2695, cmd=0xc0086401, nr=0x01, dev 0xe200, auth=1
[drm:drm_ioctl] pid=2695, cmd=0xc0246400, nr=0x00, dev 0xe200, auth=1
[drm:drm_ioctl] pid=2695, cmd=0xc0246400, nr=0x00, dev 0xe200, auth=1
[drm:drm_release] open_count = 1
[drm:drm_release] pid = 2695, device = 0xe200, open_count = 1
[drm:drm_fasync] fd = -1, device = 0xe200
[drm:drm_lastclose]
[drm:radeon_do_cleanup_cp]
[drm:drm_lastclose] driver lastclose completed
[drm:drm_rmmap_locked] mtrr_del=4
[drm:drm_lastclose] lastclose completed
[drm:drm_stub_open]
[drm:drm_open_helper] pid = 2695, minor = 0
[drm:radeon_driver_open]
[drm:drm_addmap_core] offset = 0xd010, size = 0x0001, type = 1
[drm:drm_addmap_core] offset = 0xd800, size = 0x0800, type = 0
[drm:drm_addmap_core] offset = 0x, size = 0x2000, type = 2
[drm:drm_addmap_core] 8192 13 dcbb5000
[drm:drm_setup]
[drm:drm_ioctl] pid=2695, cmd=0xc0246400, nr=0x00, dev 0xe200, auth=1
[drm:drm_ioctl] pid=2695, cmd=0xc0246400, nr=0x00, dev 0xe200, auth=1
[drm:drm_release] open_count = 1
[drm:drm_release] pid = 2695, device = 0xe200, open_count = 1
[drm:drm_fasync] fd = -1, device = 0xe200
[drm:drm_lastclose]
[drm:radeon_do_cleanup_cp]
[drm:drm_lastclose] driver lastclose completed
[drm:drm_rmmap_locked] mtrr_del=4
[drm:drm_lastclose] lastclose completed
[drm:drm_stub_open]
[drm:drm_open_helper] pid = 2695, minor = 0
[drm:radeon_driver_open]
[drm:drm_addmap_core] offset = 0xd010, size = 0x0001, type = 1
[drm:drm_addmap_core] offset = 0xd800, size = 0x0800, type = 0
[drm:drm_addmap_core] offset = 0x, size = 0x2000, type = 2
[drm:drm_addmap_core] 8192 13 dcbb5000
[drm:drm_setup]
[drm:drm_ioctl] pid=2695, cmd=0xc0246400, nr=0x00, dev 0xe200, auth=1
[drm:drm_ioctl] pid=2695, cmd=0xc0246400, nr=0x00, dev 0xe200, auth=1
[drm:drm_release] open_count = 1
[drm:drm_release] pid = 2695, device = 0xe200, open_count = 1
[drm:drm_fasync] fd = -1, device = 0xe200
[drm:drm_lastclose]
[drm:radeon_do_cleanup_cp]
[drm:drm_lastclose] driver lastclose completed
[drm:drm_rmmap_locked] mtrr_del=4
[drm:drm_lastclose] lastclose completed
[drm:drm_stub_open]
[drm:drm_open_helper] pid = 2695, minor = 0
[drm:radeon_driver_open]
[drm:drm_addmap_core] offset = 0xd010, size = 0x0001, type = 1
[drm:drm_addmap_core] offset = 0xd800, size = 0x0800, type = 0
[drm:drm_addmap_core] offset = 0x, size = 0x2000, type = 2
[drm:drm_addmap_core] 8192 13 dcbb5000
[drm:drm_setup]
[drm:drm_ioctl] pid=2695, cmd=0xc0106407, nr=0x07, dev 0xe200, auth=1
[drm:drm_ioctl] pid=2695, cmd=0xc0086401, nr=0x01, dev 0xe200, auth=1
[drm:drm_ioctl] pid=2695, cmd=0xc0086401, nr=0x01, dev 0xe200, auth=1
[drm:drm_ioctl] pid=2695, cmd=0xc0106407, nr=0x07, dev 0xe200, auth=1
[drm:drm_ioctl] pid=2695, cmd=0xc0186415, nr=0x15, dev 0xe200, auth=1
[drm:drm_addmap_core] offset = 0x, size = 0x2000, type = 2
[drm:drm_mmap_locked] start = 0xb7b79000, end = 0xb7b7b000, page
offset = 0xdcbb5
[drm:drm_vm_open_locked] 0xb7b79000,0x2000
[drm:drm_do_vm_shm_nopage] shm_nopage 0xb7b79000
[drm:drm_do_vm_shm_nopage] shm_nopage 0xb7b7a000
[drm:drm_ioctl] pid=2695, cmd=0xc0186415, nr=0x15, dev 0xe200, auth=1
[drm:drm_addmap_core] offset = 0xd800, size = 0x0400, type = 0
[drm:drm_addmap_core] Matching maps of type 0 with mismatched sizes,
(67108864 vs 134217728)
[drm:drm_ioctl] pid=2695, cmd=0xc0086426, nr=0x26, dev 0xe200, auth=1
[drm:drm_ioctl] pid=2695, cmd=0xc0086426, nr=0x26, dev 0xe200, auth=1
[drm:drm_ioctl] pid=2695, cmd=0x40086438, nr=0x38, dev 0xe200, auth=1
[drm:drm_sg_alloc] drm_sg_alloc
[drm:drm_sg_alloc] sg size=8388608 pages=2048
[drm:drm_sg_alloc] sg alloc handle  = dcc91000
[drm:drm_sg_alloc] sg alloc virtual = dcc91000

Processed: reassign 437528 to xserver-xorg-core

2007-08-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.6
 reassign 437528 xserver-xorg-core
Bug#437528: should be able to have an xorg.conf with no ServerLayout, Device, 
or Screen
Bug reassigned from package `xserver-xorg' to `xserver-xorg-core'.


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: tagging 369102

2007-08-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.6
 tags 369102 + pending
Bug#369102: x11proto-render-dev: Dummy package still needed?
There were no tags set.
Tags added: pending


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#437332: xserver-xorg-video-ati: Failed to detect secondary monitor, MergedFB/Clone mode disabled

2007-08-13 Thread Alex Deucher
On 8/13/07, Alberto Mardegan [EMAIL PROTECTED] wrote:
 Alex Deucher wrote:
  You've switched driver versions since your last email.  those options
  only apply to ati master and 6.6.193 (mergedfb).  the logs you've
  attached this time are from the xrandr-1.2 branch.  Using the
  xrandr-1.2 branch you can force the vga output on using xrandr.

 I didn't try the xrandr branch, since I didn't have the latest xrandr
 utility. Will try soon, though.
 So, I reinstalled the 6.6.193 and tried again. Unfortunately, no image
 at all on my TV, and on the other side I got a corrupted screen on the
 LCD display in the laptop (some vertical lines pattern repeating, and a
 square instead of the mouse cursor).

Hmmm... I didn't realize you were using an XPRESS chip.  multi-head is
handling is not really working properly at the moment due to a lack of
documentation on the XPRESS chips.

Alex


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



x11-apps: Changes to 'debian-experimental'

2007-08-13 Thread Brice Goglin
 debian/changelog |6 +-
 debian/copyright |6 ++
 2 files changed, 11 insertions(+), 1 deletion(-)

New commits:
commit f924470fa70a2dc4d332708ce9b071cdb7254462
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Mon Aug 13 19:15:51 2007 +0200

Add upstream URL to debian/copyright

diff --git a/debian/changelog b/debian/changelog
index 07ce0de..613c3fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,14 @@
 x11-apps (7.2+1) UNRELEASED; urgency=low
 
+  [ Julien Cristau ]
   * xclock 1.0.3.
 + adds documentation for the -face command-line option (closes: #224402)
   * xman 1.0.3.
 
- -- Julien Cristau [EMAIL PROTECTED]  Mon, 13 Aug 2007 15:48:23 +0200
+  [ Brice Goglin ]
+  * Add upstream URL to debian/copyright.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Mon, 13 Aug 2007 19:15:34 +0200
 
 x11-apps (0.1) experimental; urgency=low
 
diff --git a/debian/copyright b/debian/copyright
index 9d5fa44..ce99a9a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,9 @@
+The contents of this package were downloaded from
+http://xorg.freedesktop.org/releases/individual/app/
+It contains the x11perf, xcalc, xclock, xcursorgen, xedit, xload,
+xmag, xmore, xwud, oclock, xbiff, xclipboard, xconsole, xditview,
+xeyes, xlogo, xman and xwd applications.
+
 oclock:
   Copyright 1989, 1998  The Open Group
   


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



x11-session-utils: Changes to 'debian-experimental'

2007-08-13 Thread Brice Goglin
 debian/changelog |6 ++
 debian/copyright |1 +
 2 files changed, 7 insertions(+)

New commits:
commit 6f530783aeacb9bc60c6ed51f699e2593d315ba7
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Mon Aug 13 19:18:03 2007 +0200

Improvements to debian/copyright

diff --git a/debian/changelog b/debian/changelog
index 2122678..1c7e24a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+x11-session-utils (7.2+2) UNRELEASED; urgency=low
+
+  * Improvements to debian/copyright.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Mon, 13 Aug 2007 19:17:16 +0200
+
 x11-session-utils (7.2+1) experimental; urgency=low
 
   [ Timo Aaltonen ]
diff --git a/debian/copyright b/debian/copyright
index 86c1161..257e287 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,6 @@
 The applications bundled in this package were downloaded from
 http://xorg.freedesktop.org/releases/individual/app/
+It contains the rstart, smproxy and xsm applications.
 
 smproxy:
   Copyright 1994, 1998  The Open Group


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



x11-utils: Changes to 'debian-experimental'

2007-08-13 Thread Brice Goglin
 debian/changelog |6 +-
 debian/copyright |6 ++
 2 files changed, 11 insertions(+), 1 deletion(-)

New commits:
commit cdfc386d9af69a21868a2d7a2fb1d70f2ac1605f
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Mon Aug 13 19:21:32 2007 +0200

Add upstream URL to debian/copyright

diff --git a/debian/changelog b/debian/changelog
index da4e221..b29b476 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,15 @@
 x11-utils (7.2+1) UNRELEASED; urgency=low
 
+  [ Julien Cristau ]
   * xmessage 1.0.2.
 + Untabify message before inserting it (closes: #46892).  Thanks, Kevin
   Ryde!
   * xprop 1.0.3.
 
- -- Julien Cristau [EMAIL PROTECTED]  Mon, 13 Aug 2007 15:58:11 +0200
+  [ Brice Goglin ]
+  * Add upstream URL to debian/copyright.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Mon, 13 Aug 2007 19:20:51 +0200
 
 x11-utils (0.1) experimental; urgency=low
 
diff --git a/debian/copyright b/debian/copyright
index 94b7773..88655da 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,9 @@
+The contents of this package were downloaded from
+http://xorg.freedesktop.org/releases/individual/app/
+It contains the appres, editres, listres, luit, viewres, xdpyinfo,
+xdriinfo, xev, xfd, xfontsel, xkill, xlsatoms, xlsclients, xlsfonts,
+xmessage, xprop, xvinfo and xwininfo applications.
+
 editres:
   Copyright 1989, 1998  The Open Group
   


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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

2007-08-13 Thread Brice Goglin
 debian/changelog |6 ++
 debian/copyright |4 
 2 files changed, 10 insertions(+)

New commits:
commit 0abb5d33d3664f8bf35f485676c2355eda6d4140
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Mon Aug 13 19:23:06 2007 +0200

Add upstream URL to debian/copyright

diff --git a/debian/changelog b/debian/changelog
index 56fd65f..4948272 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+x11-xfs-utils (0.2) UNRELEASED; urgency=low
+
+  * Add upstream URL to debian/copyright.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Mon, 13 Aug 2007 19:22:39 +0200
+
 x11-xfs-utils (0.1) experimental; urgency=low
 
   [ Timo Aaltonen ]
diff --git a/debian/copyright b/debian/copyright
index c0ed2e4..f2391d1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,7 @@
+The contents of this package were downloaded from
+http://xorg.freedesktop.org/releases/individual/app/
+It contains the fslsfonts, fstobdf, showfont and xfsinfo applications.
+
 Copyright 1987, 1990, 1991, 1993, 1998  The Open Group
 Copyright (c) 2001-2003 by Juliusz Chroboczek
 Copyright (c) 2002 by Tomohiro KUBOTA


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xauth: Changes to 'debian-experimental'

2007-08-13 Thread Brice Goglin
 debian/changelog |6 ++
 debian/copyright |3 +++
 2 files changed, 9 insertions(+)

New commits:
commit 6013467b8664bf013b5fbf59d1b1bfb71a200b4f
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Mon Aug 13 19:26:36 2007 +0200

Add upstream URL to debian/copyright

diff --git a/debian/changelog b/debian/changelog
index c699381..faef1e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xauth (1:1.0.2-2) UNRELEASED; urgency=low
+
+  * Add upstream URL to debian/copyright.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Mon, 13 Aug 2007 19:24:23 +0200
+
 xauth (1:1.0.2-1) experimental; urgency=low
 
   [ Timo Aaltonen ]
diff --git a/debian/copyright b/debian/copyright
index 3e619cb..304dab2 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/app/
+
 Copyright 1989,1998  The Open Group
 
 Permission to use, copy, modify, distribute, and sell this software and its


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#437465: libgl1-mesa-dri: Shadows in Warzone 2100 don't work anymore (R300)

2007-08-13 Thread Christian Ohm
On Monday, 13 August 2007 at 10:03, Brice Goglin wrote:
 With 6.5.3 and 7.0.1 on a Radeon rv370, alt-s toggles between dark and
 light. With 6.5.1 and 6.5.2, it toggles shadows. So I guess the bug
 appeared in 6.5.3. But it means that you installed Mesa 6.5.3 from
 *Debian experimental* a couple months ago, could you confirm this?
 (6.5.3 has never been in unstable, it only entered experimental in May
 and 7.0.1 went to unstable recently).

That's very possible, occasionally I install things from experimental. I
don't remember explicitely installing mesa 6.5.3, but perhaps apt
remembered a former install from experimental.

 The bug does not occur with 6.5.2 or 7.0.1 on Intel 945. So it's
 probably a r300 specific bug. I'll see if I can locate the breaking
 commit between 6.5.2 and 6.5.3.

Thanks for locating and forwarding the bug. The specific problem seems
to be that the darkening of the shadows is applied to the whole polygon
and not only the stencilled area (there are still different levels of
darkening depending on the orientation of the polygon).

Best regards,
Christian Ohm


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#423739: libgl1-mesa-dri: banding in rendering when using blending for transparency

2007-08-13 Thread Brice Goglin
Brice Goglin wrote:
 Dan Torop wrote:
   
 It looks as though a patch is committed
 (http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=commit;h=21b37b9687b078297935062e3ad9f379b6f36519)
 so with luck we will get to see it fixed in 7.0.2...
   
 


 I just requested the commit to be backported in mesa_7_0_branch.
   

Brian Paul accepted and just backported them, they'll be in 7.0.2 then.

Brice



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#437333: libgl1-mesa-dri: support for Intel 945GME, G33, Q33 and Q35

2007-08-13 Thread Brice Goglin
Stefan Lippers-Hollmann wrote:
 Package: libgl1-mesa-dri
 Version: 7.0.1-1
 Severity: wishlist
 Tags: patch

 *** Please type your report below this line ***
 Using any gl command (like glxinfo, glxgears) on kernel 2.6.22.x and mesa 
 6.5.2-7/ 7.0.1-1 results in X.org crashing with an Intel G33 onboard graphics 
 card (driver i810 and intel produce the same issues).
   

Brian Paul just backported these commits in the mesa_7_0_branch, they
will be in Mesa 7.0.2 then.

Brice



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



x11proto-render: Changes to 'debian-unstable'

2007-08-13 Thread Brice Goglin
 debian/changelog |7 +++
 debian/control   |7 ---
 2 files changed, 7 insertions(+), 7 deletions(-)

New commits:
commit 146606e950e27f999b1398ad0dd5045dac959a6a
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Mon Aug 13 20:15:18 2007 +0200

Drop render-dev transitional package

diff --git a/debian/changelog b/debian/changelog
index 26e0dfd..f954da5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+x11proto-render (2:0.9.2-5) UNRELEASED; urgency=low
+
+  * Drop render-dev transitional package since nobody in Etch uses it,
+thanks Stefan Huehner, closes: #369102.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Mon, 13 Aug 2007 20:15:08 +0200
+
 x11proto-render (2:0.9.2-4) unstable; urgency=low
 
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
diff --git a/debian/control b/debian/control
index abb2390..6e66d5f 100644
--- a/debian/control
+++ b/debian/control
@@ -22,10 +22,3 @@ Description: X11 Render extension wire protocol
  .
  This module can be found as the module 'proto/Render' at
  :pserver:[EMAIL PROTECTED]:/cvs/xorg
-
-Package: render-dev
-Architecture: all
-Depends: x11proto-render-dev
-Description: X11 Render extension wire protocol (dummy package)
- This package exists only to depend on x11proto-render-dev, and may be
- removed if it is no longer needed.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#421854: libx11-6: opera: xcb_xlib.c:52 xcb_xlib_unlock: Assertion 'c-xlib.lock' failed.Aborted

2007-08-13 Thread Charlie Kroeger
On Fri, 10 Aug 2007 05:50:20 -0400, Brice Goglin  
[EMAIL PROTECTED] wrote:


No. Opera 9.22-655 is working well under Debian Lenny



Is there anything new about this bug?

Thanks,
Brice



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: tagging 429581

2007-08-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.6
 tags 429581 + pending
Bug#429581: x11proto-scrnsaver-dev: mention mere headers in Description
There were no tags set.
Tags added: pending


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



x11proto-render: Changes to 'debian-unstable'

2007-08-13 Thread Brice Goglin
 debian/changelog |3 +++
 debian/control   |8 
 debian/copyright |3 +++
 3 files changed, 10 insertions(+), 4 deletions(-)

New commits:
commit e3b60da4d41b8b637071f2df9f287d65c7a6a321
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Mon Aug 13 23:29:56 2007 +0200

Add URL in debian/copyright and fix the description

diff --git a/debian/changelog b/debian/changelog
index f954da5..9bc65f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ x11proto-render (2:0.9.2-5) UNRELEASED; urgency=low
 
   * Drop render-dev transitional package since nobody in Etch uses it,
 thanks Stefan Huehner, closes: #369102.
+  * Add URL in debian/copyright.
+  * Make the description more clear about providing development headers.
+  * Update references to upstream in the long description.
 
  -- Brice Goglin [EMAIL PROTECTED]  Mon, 13 Aug 2007 20:15:08 +0200
 
diff --git a/debian/control b/debian/control
index 6e66d5f..7853730 100644
--- a/debian/control
+++ b/debian/control
@@ -13,12 +13,12 @@ Conflicts: render-dev (= 1:0.9.2-1)
 Replaces: render-dev (= 1:0.9.2-1)
 Pre-Depends: x11-common (= 1:7.0.0)
 Description: X11 Render extension wire protocol
- This package provides the wire protocol for the Render extension, used to
- implement Porter-Duff operations within X.
+ This package provides development headers describing the wire protocol for
+ the Render extension, used to implement Porter-Duff operations within X.
  .
  More information about X.Org can be found at:
+ URL:http://www.X.org
  URL:http://xorg.freedesktop.org
  URL:http://lists.freedesktop.org/mailman/listinfo/xorg
  .
- This module can be found as the module 'proto/Render' at
- :pserver:[EMAIL PROTECTED]:/cvs/xorg
+ This package is built from the X.org renderproto proto module.
diff --git a/debian/copyright b/debian/copyright
index f330a5d..6d27402 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/proto/
+
 Copyright © 2000 SuSE, Inc.
 
 Permission to use, copy, modify, distribute, and sell this software and its


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#437207: xserver-xorg-video-i810: OpenGL crashes, only after a suspend

2007-08-13 Thread Richard Thrippleton
On Sat Aug 11 10:42, Brice Goglin wrote:
 Richard Thrippleton wrote:
  Attached. This was run on a fresh X server before a suspend. Do you want a
  second output from after a suspend?

 
 No need to send the whole output again. Just save /var/log/Xorg.0.log
 before and after suspend and send the difference.
I've attached the diff (first attachment). I've also attached the portion of
the log that occurred during/after a GL-related crash.

 There are several problems related to suspend with the intel driver.
 Could you try a recent upstream git snapshot, we've been said that it is
 more stable. If you need help to built it, see Section #5 in
 http://wiki.debian.org/XStrikeForce/ReleaseNotes
 
 Also, since there are many components involved in suspend/resume,
 upgrading to latest xserver-xorg-core 2:1.3.0.0.dfsg-12 and
 libgl1-mesa-dri 7.0.1 or so in unstable could not hurt.
I'll try and remember to get around to it.

 I see an 2.6.20.3 Ubuntu kernel in your log, is there a reason why
 you're not using Debian 2.6.21 in testing or 2.6.22 in unstable? Kernel
 is also involved a lot in suspend...
Possibly a bad habit :). I used to use a stock kernel, but there were a lot of
laptop-related things missing (Toshiba hotkeys as ACPI events, and the ability
to turn bluetooth on), so somebody suggested I grab an Ubuntu kernel as they
bundle the non-stock patches I need. I can try using the Debian one, so long as
it has the non-stock patches I need.

Richard
Synaptics DeviceOff called
(II) AIGLX: Suspending AIGLX clients for VT switch
(II) intel(0): xf86UnbindGARTMemory: unbind key 0
(II) intel(0): xf86UnbindGARTMemory: unbind key 1
(II) intel(0): xf86UnbindGARTMemory: unbind key 2
(II) intel(0): xf86UnbindGARTMemory: unbind key 3
(II) intel(0): xf86UnbindGARTMemory: unbind key 4
(II) intel(0): xf86UnbindGARTMemory: unbind key 5
(II) intel(0): xf86UnbindGARTMemory: unbind key 6
(II) Open ACPI successful (/var/run/acpid.socket)
(II) AIGLX: Resuming AIGLX clients after VT switch
(II) intel(0): xf86BindGARTMemory: bind key 0 at 0x00fdf000 (pgoffset 4063)
(II) intel(0): xf86BindGARTMemory: bind key 1 at 0x00fe (pgoffset 4064)
(II) intel(0): xf86BindGARTMemory: bind key 2 at 0x00fe4000 (pgoffset 4068)
(II) intel(0): xf86BindGARTMemory: bind key 3 at 0x00fe5000 (pgoffset 4069)
(II) intel(0): xf86BindGARTMemory: bind key 4 at 0x00fe9000 (pgoffset 4073)
(II) intel(0): xf86BindGARTMemory: bind key 5 at 0x00ff (pgoffset 4080)
(II) intel(0): xf86BindGARTMemory: bind key 6 at 0x047e8000 (pgoffset 18408)
(II) intel(0): Output configuration:
(II) intel(0):   Pipe A is off
(II) intel(0):   Display plane A is now disabled and connected to pipe A.
(II) intel(0):   Pipe B is on
(II) intel(0):   Display plane B is now enabled and connected to pipe B.
(II) intel(0):   Output VGA is connected to pipe none
(II) intel(0):   Output LVDS is connected to pipe B
(II) intel(0): [drm] dma control initialized, using IRQ 10
(II) default pointer: ps2EnableDataReporting: succeeded
Synaptics DeviceOn called
(--) Synaptics Touchpad auto-dev sets device to /dev/input/event1
(**) Option Device /dev/input/event1
(--) Synaptics Touchpad touchpad found
(II) intel(0): Output VGA disconnected
(II) intel(0): EDID for output VGA
(II) intel(0): Output LVDS connected
(II) intel(0): I2C device LVDSDDC_C:ddc2 registered at address 0xA0.
(II) intel(0): I2C device LVDSDDC_C:ddc2 removed.
(II) intel(0): EDID for output LVDS
(II) intel(0): Not using default mode 1152x864 (width too large for virtual 
size)
(II) intel(0): Not using default mode 1280x960 (width too large for virtual 
size)
(II) intel(0): Not using default mode 1280x960 (width too large for virtual 
size)
(II) intel(0): Not using default mode 1280x1024 (width too large for virtual 
size)
(II) intel(0): Not using default mode 1280x1024 (width too large for virtual 
size)
(II) intel(0): Not using default mode 1280x1024 (width too large for virtual 
size)
(II) intel(0): Not using default mode 1600x1200 (height too large for virtual 
size)
(II) intel(0): Not using default mode 1600x1200 (height too large for virtual 
size)
(II) intel(0): Not using default mode 1600x1200 (height too large for virtual 
size)
(II) intel(0): Not using default mode 1600x1200 (height too large for virtual 
size)
(II) intel(0): Not using default mode 1600x1200 (height too large for virtual 
size)
(II) intel(0): Not using default mode 1792x1344 (height too large for virtual 
size)
(II) intel(0): Not using default mode 1792x1344 (height too large for virtual 
size)
(II) intel(0): Not using default mode 1856x1392 (height too large for virtual 
size)
(II) intel(0): Not using default mode 1856x1392 (height too large for virtual 
size)
(II) intel(0): Not using default mode 1920x1440 (height too large for virtual 
size)
(II) intel(0): Not using default mode 1920x1440 (height too large for virtual 
size)
(II) intel(0): Not using default mode 1280x768 (width too large for virtual 
size)
(II) intel(0): Not using default mode 

x11proto-render: Changes to 'debian-unstable'

2007-08-13 Thread Brice Goglin
 debian/changelog |4 +++-
 debian/control   |4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit ca8ac40cedd25fc3f1321b9144307a0086e871c5
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Tue Aug 14 00:27:25 2007 +0200

Various fixed in debian/control and copyright

diff --git a/debian/changelog b/debian/changelog
index 9bc65f5..81b4f1b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,10 @@ x11proto-render (2:0.9.2-5) UNRELEASED; urgency=low
   * Add URL in debian/copyright.
   * Make the description more clear about providing development headers.
   * Update references to upstream in the long description.
+  * Add XS-Vcs-* to debian/control.
+  * Remove Fabio from Uploaders, with his permission.
 
- -- Brice Goglin [EMAIL PROTECTED]  Mon, 13 Aug 2007 20:15:08 +0200
+ -- Brice Goglin [EMAIL PROTECTED]  Tue, 14 Aug 2007 00:12:02 +0200
 
 x11proto-render (2:0.9.2-4) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 7853730..26ea9a7 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,11 @@ Source: x11proto-render
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Fabio M. Di Nitto [EMAIL PROTECTED], Andres Salomon [EMAIL 
PROTECTED]
+Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Andres Salomon [EMAIL PROTECTED]
 Build-Depends: debhelper (= 4.0.0)
 Standards-Version: 3.7.2
+XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-render
+XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-render.git
 
 Package: x11proto-render-dev
 Architecture: all


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



x11proto-composite: Changes to 'debian-unstable'

2007-08-13 Thread Brice Goglin
 debian/changelog |6 +-
 debian/control   |8 ++--
 debian/copyright |3 +++
 3 files changed, 14 insertions(+), 3 deletions(-)

New commits:
commit c450a46b9fcaf109c9bf6ec8e4cb432077d8e9d0
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Tue Aug 14 00:27:26 2007 +0200

Various fixed in debian/control and copyright

diff --git a/debian/changelog b/debian/changelog
index c6ec117..bc8f319 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,7 +9,11 @@ x11proto-composite (1:0.3.1-3) UNRELEASED; urgency=low
   * Add XS-Vcs-*; drop obsolete CVS info from the description.
   * Remove Fabio from Uploaders, with his permission.
 
- -- Julien Cristau [EMAIL PROTECTED]  Fri, 04 May 2007 12:20:23 +0200
+  [ Brice Goglin ]
+  * Update the long description.
+  * Add URL in debian/copyright.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Tue, 14 Aug 2007 00:05:45 +0200
 
 x11proto-composite (0.3.1-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 7e1072f..a1b7d38 100644
--- a/debian/control
+++ b/debian/control
@@ -15,9 +15,13 @@ Conflicts: libxcomposite-dev ( 6.8.2-16)
 Replaces: libxcomposite-dev ( 6.8.2-16)
 Pre-Depends: x11-common (= 1:7.0.0)
 Description: X11 Composite extension wire protocol
- This package provides the wire protocol for the Composite extension, used to
- let arbitrary client programs control drawing of the final image.
+ This package provides development headers describing the wire protocol
+ for the Composite extension, used to let arbitrary client programs control
+ drawing of the final image.
  .
  More information about X.Org can be found at:
+ URL:http://www.X.org
  URL:http://xorg.freedesktop.org
  URL:http://lists.freedesktop.org/mailman/listinfo/xorg
+ .
+ This package is built from the X.org compositeproto proto module.
diff --git a/debian/copyright b/debian/copyright
index bdf38ec..f592565 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/proto/
+
 Copyright © 2003 Keith Packard
 
 Permission to use, copy, modify, distribute, and sell this software and its


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



x11proto-core: Changes to 'debian-unstable'

2007-08-13 Thread Brice Goglin
 debian/changelog |9 +
 debian/control   |   13 -
 debian/copyright |3 +++
 3 files changed, 20 insertions(+), 5 deletions(-)

New commits:
commit d4c34e9b295f74a69e1e491f3aa3337886096de5
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Tue Aug 14 00:27:28 2007 +0200

Various fixed in debian/control and copyright

diff --git a/debian/changelog b/debian/changelog
index ab9d478..680f235 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+x11proto-core (7.0.10-3) UNRELEASED; urgency=low
+
+  * Update the long description.
+  * Add URL in debian/copyright.
+  * Add XS-Vcs-* to debian/control.
+  * Remove Fabio from Uploaders, with his permission.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Tue, 14 Aug 2007 00:06:10 +0200
+
 x11proto-core (7.0.10-2) unstable; urgency=low
 
   * Upload to unstable.
diff --git a/debian/control b/debian/control
index 9d3cf48..40c098b 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,11 @@ Source: x11proto-core
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Fabio M. Di Nitto [EMAIL PROTECTED]
+Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED]
 Build-Depends: debhelper (= 5.0.0)
 Standards-Version: 3.7.2
+XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-core
+XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-core.git
 
 Package: x11proto-core-dev
 Architecture: all
@@ -13,18 +15,19 @@ Conflicts: x-dev ( 6.8.99.7-1)
 Replaces: x-dev ( 6.8.99.7-1)
 Pre-Depends: x11-common (= 1:7.0.0)
 Description: X11 core wire protocol and auxiliary headers
- This package provides the wire protocol for the core X11 protocol, and also
- provides a number of utility headers, used to abstract OS-specific functions.
+ This package provides development headers describing the wire protocol
+ for the core X11 protocol, and also provides a number of utility headers,
+ used to abstract OS-specific functions.
  .
  This package deprecates 'x-dev', a package from the monolithic builds of
  XFree86 and X.Org.
  .
  More information about X.Org can be found at:
+ URL:http://www.X.org
  URL:http://xorg.freedesktop.org
  URL:http://lists.freedesktop.org/mailman/listinfo/xorg
  .
- This module can be found as the module 'proto/X11' at
- :pserver:[EMAIL PROTECTED]:/cvs/xorg
+ This package is built from the X.org xproto proto module.
 
 Package: x-dev
 Architecture: all
diff --git a/debian/copyright b/debian/copyright
index 173ddcb..5924e14 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/proto/
+
 Debianised by Daniel Stone [EMAIL PROTECTED].
 
 The architect of the X11 core protocol was Bob Scheifler of MIT LCS, with


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



x11proto-damage: Changes to 'debian-unstable'

2007-08-13 Thread Brice Goglin
 debian/changelog |7 ++-
 debian/control   |8 ++--
 debian/copyright |3 +++
 3 files changed, 15 insertions(+), 3 deletions(-)

New commits:
commit 3b6118d4a5418de474e66066f310fce5a0f575c6
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Tue Aug 14 00:27:30 2007 +0200

Various fixed in debian/control and copyright

diff --git a/debian/changelog b/debian/changelog
index 6fcac67..4f57253 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
 x11proto-damage (1:1.1.0-3) UNRELEASED; urgency=low
 
+  [ Timo Aaltonen ]
   * Bump the epoch so that this can be synced to Ubuntu in the future.
 
- -- Timo Aaltonen [EMAIL PROTECTED]  Tue, 24 Apr 2007 12:08:23 +0300
+  [ Brice Goglin ]
+  * Update the long description.
+  * Add URL in debian/copyright.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Tue, 14 Aug 2007 00:07:18 +0200
 
 x11proto-damage (1.1.0-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 5b2a02c..6909077 100644
--- a/debian/control
+++ b/debian/control
@@ -15,9 +15,13 @@ Conflicts: libxdamage-dev ( 6.8.2-16)
 Replaces: libxdamage-dev ( 6.8.2-16)
 Pre-Depends: x11-common (= 1:7.0.0)
 Description: X11 Damage extension wire protocol
- This package provides the wire protocol for the Damage extension, used to
- notify clients of changes made to particular areas.
+ This package provides development headers describing the wire protocol
+ for the Damage extension, used to notify clients of changes made to
+ particular areas.
  .
  More information about X.Org can be found at:
+ URL:http://www.X.org
  URL:http://xorg.freedesktop.org
  URL:http://lists.freedesktop.org/mailman/listinfo/xorg
+ .
+ This package is built from the X.org damageproto proto module.
diff --git a/debian/copyright b/debian/copyright
index 346b7c8..dc51f3b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/proto/
+
 $Id$
 
 Copyright © 2001,2003 Keith Packard


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



x11proto-dmx: Changes to 'debian-unstable'

2007-08-13 Thread Brice Goglin
 debian/changelog |6 +-
 debian/control   |   10 +++---
 debian/copyright |3 +++
 3 files changed, 15 insertions(+), 4 deletions(-)

New commits:
commit 851a878ca6c77c667bf534380ad889f08bc281f0
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Tue Aug 14 00:27:31 2007 +0200

Various fixed in debian/control and copyright

diff --git a/debian/changelog b/debian/changelog
index c7196d1..3b883af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,7 +7,11 @@ x11proto-dmx (1:2.2.2-5) UNRELEASED; urgency=low
   * Remove Fabio from Uploaders, with his permission.
   * Add XS-Vcs-*; drop obsolete CVS info from the description.
 
- -- Julien Cristau [EMAIL PROTECTED]  Fri, 04 May 2007 11:36:51 +0200
+  [ Brice Goglin ]
+  * Update the long description.
+  * Add URL in debian/copyright.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Tue, 14 Aug 2007 00:07:32 +0200
 
 x11proto-dmx (2.2.2-4) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 99441ac..0bf319d 100644
--- a/debian/control
+++ b/debian/control
@@ -15,10 +15,14 @@ Conflicts: libdmx-dev ( 6.8.2-16)
 Replaces: libdmx-dev ( 6.8.2-16)
 Pre-Depends: x11-common (= 1:7.0.0)
 Description: X11 Distributed Multihead X extension wire protocol
- This package provides the wire protocol for the DMX extension, used to set up
- a distributed multi-head environment with a single server acting as a gateway
- to multiple X servers on multiple machines.
+ This package provides development headers describing the wire protocol
+ for the DMX extension, used to set up a distributed multi-head environment
+ with a single server acting as a gateway to multiple X servers on multiple
+ machines.
  .
  More information about X.Org can be found at:
+ URL:http://www.X.org
  URL:http://xorg.freedesktop.org
  URL:http://lists.freedesktop.org/mailman/listinfo/xorg
+ .
+ This package is built from the X.org dmxproto proto module.
diff --git a/debian/copyright b/debian/copyright
index 7ea03ea..449246b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/proto/
+
 Copyright 2002-2004 Red Hat Inc., Durham, North Carolina.
 
 All Rights Reserved.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



x11proto-evie: Changes to 'debian-unstable'

2007-08-13 Thread Brice Goglin
 debian/changelog |9 +
 debian/control   |   13 -
 debian/copyright |3 +++
 3 files changed, 20 insertions(+), 5 deletions(-)

New commits:
commit 0ebed280f13b5ed5237589528da06c33f1ff9c13
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Tue Aug 14 00:27:33 2007 +0200

Various fixed in debian/control and copyright

diff --git a/debian/changelog b/debian/changelog
index 28b6f5b..71196a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+x11proto-evie (1:1.0.2-5) UNRELEASED; urgency=low
+
+  * Update the long description.
+  * Add URL in debian/copyright.
+  * Add XS-Vcs-* to debian/control.
+  * Remove Fabio from Uploaders, with his permission.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Tue, 14 Aug 2007 00:21:54 +0200
+
 x11proto-evie (1:1.0.2-4) unstable; urgency=low
 
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
diff --git a/debian/control b/debian/control
index 5f89ab7..a15b13d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,11 @@ Source: x11proto-evie
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Fabio M. Di Nitto [EMAIL PROTECTED], Andres Salomon [EMAIL 
PROTECTED]
+Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Andres Salomon [EMAIL PROTECTED]
 Build-Depends: debhelper (= 4.0.0)
 Standards-Version: 3.7.2
+XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-core
+XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-core.git
 
 Package: x11proto-evie-dev
 Architecture: all
@@ -13,12 +15,13 @@ Conflicts: libxevie-dev ( 6.8.2-16)
 Replaces: libxevie-dev ( 6.8.2-16)
 Pre-Depends: x11-common (= 1:7.0.0)
 Description: X11 Event Interception extension wire protocol
- This package provides the wire protocol for the EvIE extension, used to
- let arbitrary clients receive, filter, and potentially modify all events.
+ This package provides development headers describing the wire protocol
+ for the EvIE extension, used to let arbitrary clients receive, filter,
+ and potentially modify all events.
  .
  More information about X.Org can be found at:
+ URL:http://www.X.org
  URL:http://xorg.freedesktop.org
  URL:http://lists.freedesktop.org/mailman/listinfo/xorg
  .
- This module can be found as the module 'proto/EvIE' at
- :pserver:[EMAIL PROTECTED]:/cvs/xorg
+ This package is built from the X.org evieext proto module.
diff --git a/debian/copyright b/debian/copyright
index da8efbf..900425e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/proto/
+
 Copyright 2003 Sun Microsystems, Inc.
 
 All rights reserved.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



x11proto-fixes: Changes to 'debian-unstable'

2007-08-13 Thread Brice Goglin
 debian/changelog |6 +-
 debian/control   |8 ++--
 debian/copyright |3 +++
 3 files changed, 14 insertions(+), 3 deletions(-)

New commits:
commit ec3b684dbecd2f6df6c7a32f49440ee6216a35fd
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Tue Aug 14 00:27:35 2007 +0200

Various fixed in debian/control and copyright

diff --git a/debian/changelog b/debian/changelog
index 18603a1..545fbbe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,7 +9,11 @@ x11proto-fixes (1:4.0-3) UNRELEASED; urgency=low
   * Add XS-Vcs-*, remove obsolete CVS info from the description.
   * Remove Fabio from Uploaders with his permission.
 
- -- Julien Cristau [EMAIL PROTECTED]  Fri, 04 May 2007 11:28:07 +0200
+  [ Brice Goglin ]
+  * Update the long description.
+  * Add URL in debian/copyright.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Tue, 14 Aug 2007 00:08:17 +0200
 
 x11proto-fixes (4.0-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 76a572e..56ef764 100644
--- a/debian/control
+++ b/debian/control
@@ -15,9 +15,13 @@ Conflicts: libxfixes-dev ( 6.8.2-16)
 Replaces: libxfixes-dev ( 6.8.2-16)
 Pre-Depends: x11-common (= 1:7.0.0)
 Description: X11 Fixes extension wire protocol
- This package provides the wire protocol for the Fixes extension, which 
contains
- a few small extensions to the X protocol, including a Region type.
+ This package provides development headers describing the wire protocol
+ for the Fixes extension, which contains a few small extensions to the
+ X protocol, including a Region type.
  .
  More information about X.Org can be found at:
+ URL:http://www.X.org
  URL:http://xorg.freedesktop.org
  URL:http://lists.freedesktop.org/mailman/listinfo/xorg
+ .
+ This package is built from the X.org fixesproto proto module.
diff --git a/debian/copyright b/debian/copyright
index 9c3f259..4628843 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/proto/
+
 $Id$
 
 Copyright © 2001,2003 Keith Packard


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



x11proto-fontcache: Changes to 'debian-unstable'

2007-08-13 Thread Brice Goglin
 debian/changelog |9 +
 debian/control   |   12 +++-
 debian/copyright |3 +++
 3 files changed, 19 insertions(+), 5 deletions(-)

New commits:
commit 17fd845cfdaee1a818c7c6fe47773204fd8cfdd6
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Tue Aug 14 00:27:36 2007 +0200

Various fixed in debian/control and copyright

diff --git a/debian/changelog b/debian/changelog
index e72d20b..cd347ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+x11proto-fontcache (0.1.2-5) UNRELEASED; urgency=low
+
+  * Update the long description.
+  * Add URL in debian/copyright.
+  * Add XS-Vcs-* to debian/control.
+  * Remove Fabio from Uploaders, with his permission.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Tue, 14 Aug 2007 00:08:44 +0200
+
 x11proto-fontcache (0.1.2-4) unstable; urgency=low
 
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
diff --git a/debian/control b/debian/control
index 05243e5..533ee44 100644
--- a/debian/control
+++ b/debian/control
@@ -2,21 +2,23 @@ Source: x11proto-fontcache
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Fabio M. Di Nitto [EMAIL PROTECTED], Andres Salomon [EMAIL 
PROTECTED]
+Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Andres Salomon [EMAIL PROTECTED]
 Build-Depends: debhelper (= 4.0.0)
 Standards-Version: 3.7.2
+XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-fontcache
+XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-fontcache.git
 
 Package: x11proto-fontcache-dev
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Pre-Depends: x11-common (= 1:7.0.0)
 Description: X11 font cache extension wire protocol
- This package provides the wire protocol for the Fontcache extension, used to
- configure the caching of core fonts.
+ This package provides development headers describing the wire protocol
+ for the Fontcache extension, used to configure the caching of core fonts.
  .
  More information about X.Org can be found at:
+ URL:http://www.X.org
  URL:http://xorg.freedesktop.org
  URL:http://lists.freedesktop.org/mailman/listinfo/xorg
  .
- This module can be found as the module 'proto/Fontcache' at
- :pserver:[EMAIL PROTECTED]:/cvs/xorg
+ This package is built from the X.org fontcacheproto proto module.
diff --git a/debian/copyright b/debian/copyright
index 3e473ad..cc57601 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/proto/
+
 Copyright (c) 1998-1999 Shunsuke Akiyama [EMAIL PROTECTED].
 All rights reserved.
 Copyright (c) 1998-1999 X-TrueType Server Project, All rights reserved.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



x11proto-fonts: Changes to 'debian-unstable'

2007-08-13 Thread Brice Goglin
 debian/changelog |9 +
 debian/control   |   10 +++---
 debian/copyright |3 +++
 3 files changed, 19 insertions(+), 3 deletions(-)

New commits:
commit 63b60da7cbaf76fa1bb850925dc281a4d5e6a67d
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Tue Aug 14 00:27:38 2007 +0200

Various fixed in debian/control and copyright

diff --git a/debian/changelog b/debian/changelog
index af2f499..438a48f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+x11proto-fonts (2.0.2-6) UNRELEASED; urgency=low
+
+  * Update the long description.
+  * Add URL in debian/copyright.
+  * Add XS-Vcs-* to debian/control.
+  * Remove Fabio from Uploaders, with his permission.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Tue, 14 Aug 2007 00:09:07 +0200
+
 x11proto-fonts (2.0.2-5) unstable; urgency=low
 
   * Depends: x11proto-core-dev, since headers #include some base X11
diff --git a/debian/control b/debian/control
index 68de9dd..632ad2e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,11 @@ Source: x11proto-fonts
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Fabio M. Di Nitto [EMAIL PROTECTED], Andres Salomon [EMAIL 
PROTECTED]
+Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Andres Salomon [EMAIL PROTECTED]
 Build-Depends: debhelper (= 4.0.0)
 Standards-Version: 3.7.2
+XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-fonts
+XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-fonts.git
 
 Package: x11proto-fonts-dev
 Architecture: all
@@ -13,10 +15,12 @@ Pre-Depends: x11-common (= 1:7.0.0)
 Conflicts: libfs-dev ( 6.8.2-16)
 Replaces: libfs-dev ( 6.8.2-16)
 Description: X11 font extension wire protocol
- This package provides the wire protocol for font-related extensions, used to
- control the server-side font configuration, and also the font server headers.
+ This package provides development headers describing the wire protocol
+ for font-related extensions, used to control the server-side font
+ configuration, and also the font server headers.
  .
  More information about X.Org can be found at:
+ URL:http://www.X.org
  URL:http://xorg.freedesktop.org
  URL:http://lists.freedesktop.org/mailman/listinfo/xorg
  .
diff --git a/debian/copyright b/debian/copyright
index eac45aa..62928d6 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/proto/
+
 Copyright 1990, 1991 Network Computing Devices;
 Portions Copyright 1987 by Digital Equipment Corporation
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



x11proto-gl: Changes to 'debian-unstable'

2007-08-13 Thread Brice Goglin
 debian/changelog |9 +
 debian/control   |   13 -
 debian/copyright |3 +++
 3 files changed, 20 insertions(+), 5 deletions(-)

New commits:
commit 0bf362f0deaedb07da11da1de200a9fe743bc17e
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Tue Aug 14 00:27:40 2007 +0200

Various fixed in debian/control and copyright

diff --git a/debian/changelog b/debian/changelog
index 6122868..ebb90c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+x11proto-gl (1.4.8-2) UNRELEASED; urgency=low
+
+  * Update the long description.
+  * Add URL in debian/copyright.
+  * Add XS-Vcs-* to debian/control.
+  * Remove Fabio from Uploaders, with his permission.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Tue, 14 Aug 2007 00:09:31 +0200
+
 x11proto-gl (1.4.8-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/control b/debian/control
index 8dbeabe..188f593 100644
--- a/debian/control
+++ b/debian/control
@@ -2,21 +2,24 @@ Source: x11proto-gl
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Fabio M. Di Nitto [EMAIL PROTECTED]
+Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED]
 Build-Depends: debhelper (= 5.0.0)
 Standards-Version: 3.7.2
+XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-gl
+XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-gl.git
 
 Package: x11proto-gl-dev
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common (= 1:7.0.0)
 Replaces: xlibmesa-gl-dev
 Description: X11 OpenGL extension wire protocol
- This package provides the wire protocol for OpenGL-related extensions, used to
- enable the rendering of applications using OpenGL.
+ This package provides development headers describing the wire protocol
+ for OpenGL-related extensions, used to enable the rendering of
+ applications using OpenGL.
  .
  More information about X.Org can be found at:
+ URL:http://www.X.org
  URL:http://xorg.freedesktop.org
  URL:http://lists.freedesktop.org/mailman/listinfo/xorg
  .
- This module can be found as the module 'proto/GL' at
- :pserver:[EMAIL PROTECTED]:/cvs/xorg
+ This package is built from the X.org glproto proto module.
diff --git a/debian/copyright b/debian/copyright
index 3b495ec..30feeae 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/proto/
+
 glcore.h, glxmd.h, glxproto.h, glxtokens.h are copyright of:
 The headers in this module are copyright 1991-1999 Silicon Graphics, Inc.
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



x11proto-input: Changes to 'debian-unstable'

2007-08-13 Thread Brice Goglin
 debian/changelog |8 
 debian/control   |8 ++--
 debian/copyright |3 +++
 3 files changed, 17 insertions(+), 2 deletions(-)

New commits:
commit 95c9ca5d5324f5843ed6d1064bdc185cdb982faf
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Tue Aug 14 00:27:41 2007 +0200

Various fixed in debian/control and copyright

diff --git a/debian/changelog b/debian/changelog
index 6e3a599..9206b11 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+x11proto-input (1.4.2-2) UNRELEASED; urgency=low
+
+  * Update the long description.
+  * Add URL in debian/copyright.
+  * Remove Fabio from Uploaders, with his permission.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Tue, 14 Aug 2007 00:09:52 +0200
+
 x11proto-input (1.4.2-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/control b/debian/control
index 4a0e6d1..8815d00 100644
--- a/debian/control
+++ b/debian/control
@@ -15,9 +15,13 @@ Pre-Depends: x11-common (= 1:7.0.0)
 Conflicts: libxi-dev ( 6.8.2-16)
 Replaces: libxi-dev ( 6.8.2-16)
 Description: X11 Input extension wire protocol
- This package provides the wire protocol for the Input extension, used to
- control all manner of options related to input device handling.
+ This package provides development headers describing the wire protocol
+ for the Input extension, used to control all manner of options related
+ to input device handling.
  .
  More information about X.Org can be found at:
+ URL:http://www.X.org
  URL:http://xorg.freedesktop.org
  URL:http://lists.freedesktop.org/mailman/listinfo/xorg
+ .
+ This package is built from the X.org inputproto proto module.
diff --git a/debian/copyright b/debian/copyright
index aac40e8..8f5c6f0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/proto/
+
 Copyright 1989, 1998  The Open Group
 
 Permission to use, copy, modify, distribute, and sell this software and its


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



x11proto-kb: Changes to 'debian-unstable'

2007-08-13 Thread Brice Goglin
 debian/changelog |9 +
 debian/control   |   15 +--
 debian/copyright |3 +++
 3 files changed, 21 insertions(+), 6 deletions(-)

New commits:
commit 197d55903b44097747c8a576c55d035b5f20dd84
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Tue Aug 14 00:27:43 2007 +0200

Various fixed in debian/control and copyright

diff --git a/debian/changelog b/debian/changelog
index 1626c3a..b4674b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+x11proto-kb (1.0.3-3) UNRELEASED; urgency=low
+
+  * Update the long description.
+  * Add URL in debian/copyright.
+  * Add XS-Vcs-* to debian/control.
+  * Remove Fabio from Uploaders, with his permission.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Tue, 14 Aug 2007 00:10:19 +0200
+
 x11proto-kb (1.0.3-2) unstable; urgency=low
 
   * Upload to unstable
diff --git a/debian/control b/debian/control
index daae428..cb43cda 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,11 @@ Source: x11proto-kb
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Fabio M. Di Nitto [EMAIL PROTECTED], Andres Salomon [EMAIL 
PROTECTED]
+Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Andres Salomon [EMAIL PROTECTED]
 Build-Depends: debhelper (= 4.0.0)
 Standards-Version: 3.7.2
+XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-kb
+XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-kb.git
 
 Package: x11proto-kb-dev
 Architecture: all
@@ -13,14 +15,15 @@ Pre-Depends: x11-common (= 1:7.0.0)
 Conflicts: libxkbfile-dev ( 6.8.2-20)
 Replaces: libxkbfile-dev ( 6.8.2-20)
 Description: X11 XKB extension wire protocol
- This package provides the wire protocol for the XKEYBOARD extension, used to
- control all manner of options related to keyboard handling and layout in
- particular.  It does not control the addition/enabling/disabling of keyboards;
+ This package provides development headers describing the wire protocol
+ for the XKEYBOARD extension, used to control all manner of options
+ related to keyboard handling and layout in particular.
+ It does not control the addition/enabling/disabling of keyboards;
  this is done with the XINPUT extension.
  .
  More information about X.Org can be found at:
+ URL:http://www.X.org
  URL:http://xorg.freedesktop.org
  URL:http://lists.freedesktop.org/mailman/listinfo/xorg
  .
- This module can be found as the module 'proto/KB' at
- :pserver:[EMAIL PROTECTED]:/cvs/xorg
+ This package is built from the X.org kbproto proto module.
diff --git a/debian/copyright b/debian/copyright
index 6f12c2f..c2f4f88 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/proto/
+
 Copyright (c) 1993 by Silicon Graphics Computer Systems, Inc.
 
 Permission to use, copy, modify, and distribute this


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



x11proto-print: Changes to 'debian-unstable'

2007-08-13 Thread Brice Goglin
 debian/changelog |9 +
 debian/control   |   12 +++-
 debian/copyright |3 +++
 3 files changed, 19 insertions(+), 5 deletions(-)

New commits:
commit 88a31db44ba2883c675c08abb5af4f9e9f745ec3
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Tue Aug 14 00:27:44 2007 +0200

Various fixed in debian/control and copyright

diff --git a/debian/changelog b/debian/changelog
index d7f64a2..f69daef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+x11proto-print (1.0.3.xsf1-2) UNRELEASED; urgency=low
+
+  * Update the long description.
+  * Add URL in debian/copyright.
+  * Add XS-Vcs-* to debian/control.
+  * Remove Fabio from Uploaders, with his permission.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Tue, 14 Aug 2007 00:10:40 +0200
+
 x11proto-print (1.0.3.xsf1-1) unstable; urgency=low
 
   * Bring unstable into sync with XSF copy.
diff --git a/debian/control b/debian/control
index 60101a8..dab2d59 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,11 @@ Source: x11proto-print
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: Drew Parsons [EMAIL PROTECTED], David Nusinow [EMAIL 
PROTECTED], Branden Robinson [EMAIL PROTECTED], Fabio M. Di Nitto [EMAIL 
PROTECTED], Andres Salomon [EMAIL PROTECTED]
+Uploaders: Drew Parsons [EMAIL PROTECTED], David Nusinow [EMAIL 
PROTECTED], Branden Robinson [EMAIL PROTECTED], Andres Salomon [EMAIL 
PROTECTED]
 Build-Depends: debhelper (= 5)
 Standards-Version: 3.7.2
+XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-print
+XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-print.git
 
 Package: x11proto-print-dev
 Architecture: all
@@ -12,12 +14,12 @@ Depends: ${shlibs:Depends}, ${misc:Depends}
 Conflicts: libxp-dev (1:1)
 Pre-Depends: x11-common (= 1:7.0.0)
 Description: X11 Printing extension (Xprint) wire protocol
- This package provides the wire protocol for Xprint, 
- the X11 printing  extension.
+ This package provides development headers describing the wire protocol
+ for Xprint, the X11 printing extension.
  .
  More information about X.Org can be found at:
+ URL:http://www.X.org
  URL:http://xorg.freedesktop.org
  URL:http://lists.freedesktop.org/mailman/listinfo/xorg
  .
- This module can be found as the printproto module tarball at
- http://xorg.freedesktop.org/releases/individual/proto/
+ This package is built from the X.org printproto proto module.
diff --git a/debian/copyright b/debian/copyright
index 8784daf..278e414 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/proto/
+
 This package was debianized by Drew Parsons [EMAIL PROTECTED] on
 Sunday, April 16 2006 15:34:09.
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



x11proto-randr: Changes to 'debian-unstable'

2007-08-13 Thread Brice Goglin
 debian/changelog |7 +++
 debian/control   |9 ++---
 debian/copyright |3 +++
 3 files changed, 16 insertions(+), 3 deletions(-)

New commits:
commit 278f4fb54a5fd56b47b1aa0f15e937649a599483
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Tue Aug 14 00:27:46 2007 +0200

Various fixed in debian/control and copyright

diff --git a/debian/changelog b/debian/changelog
index 7d747ac..74fec63 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+x11proto-randr (1.2.1-3) UNRELEASED; urgency=low
+
+  * Update the long description.
+  * Add URL in debian/copyright.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Tue, 14 Aug 2007 00:10:59 +0200
+
 x11proto-randr (1.2.1-2) unstable; urgency=low
 
   * Upload to unstable.
diff --git a/debian/control b/debian/control
index 1bb5b26..72685b8 100644
--- a/debian/control
+++ b/debian/control
@@ -15,10 +15,13 @@ Conflicts: libxrandr-dev ( 6.8.2-21)
 Replaces: libxrandr-dev ( 6.8.2-21)
 Pre-Depends: x11-common (= 1:7.0.0)
 Description: X11 RandR extension wire protocol
- This package provides the wire protocol for the RandR extension, used to
- change display properties such as resolution, rotation, reflection, et al,
- on the fly.
+ This package provides development headers describing the wire protocol
+ for the RandR extension, used to change display properties such as
+ resolution, rotation, reflection, et al, on the fly.
  .
  More information about X.Org can be found at:
+ URL:http://www.X.org
  URL:http://xorg.freedesktop.org
  URL:http://lists.freedesktop.org/mailman/listinfo/xorg
+ .
+ This package is built from the X.org randrproto proto module.
diff --git a/debian/copyright b/debian/copyright
index 252d1be..c975758 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/proto/
+
 Copyright © 2000 Compaq Computer Corporation
 Copyright © 2002 Hewlett-Packard Company
 Copyright © 2006 Intel Corporation


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



x11proto-record: Changes to 'debian-unstable'

2007-08-13 Thread Brice Goglin
 debian/changelog |9 +
 debian/control   |   12 +++-
 debian/copyright |3 +++
 3 files changed, 19 insertions(+), 5 deletions(-)

New commits:
commit 2c13a2df840547dd96637e32a6a8e6e01e2448ca
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Tue Aug 14 00:27:48 2007 +0200

Various fixed in debian/control and copyright

diff --git a/debian/changelog b/debian/changelog
index 6807463..1eba752 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+x11proto-record (1.13.2-5) UNRELEASED; urgency=low
+
+  * Update the long description.
+  * Add URL in debian/copyright.
+  * Add XS-Vcs-* to debian/control.
+  * Remove Fabio from Uploaders, with his permission.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Tue, 14 Aug 2007 00:11:41 +0200
+
 x11proto-record (1.13.2-4) unstable; urgency=low
 
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
diff --git a/debian/control b/debian/control
index 1d81f21..35e9dd1 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,11 @@ Source: x11proto-record
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Fabio M. Di Nitto [EMAIL PROTECTED], Andres Salomon [EMAIL 
PROTECTED]
+Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Andres Salomon [EMAIL PROTECTED]
 Build-Depends: debhelper (= 4.0.0)
 Standards-Version: 3.7.2
+XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-record
+XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-record.git
 
 Package: x11proto-record-dev
 Architecture: all
@@ -13,12 +15,12 @@ Conflicts: libxtst-dev ( 6.8.2-21)
 Replaces: libxtst-dev ( 6.8.2-21)
 Pre-Depends: x11-common (= 1:7.0.0)
 Description: X11 Record extension wire protocol
- This package provides the wire protocol for the Record extension, used to
- record and play back event sequences.
+ This package provides development headers describing the wire protocol
+ for the Record extension, used to record and play back event sequences.
  .
  More information about X.Org can be found at:
+ URL:http://www.X.org
  URL:http://xorg.freedesktop.org
  URL:http://lists.freedesktop.org/mailman/listinfo/xorg
  .
- This module can be found as the module 'proto/Record' at
- :pserver:[EMAIL PROTECTED]:/cvs/xorg
+ This package is built from the X.org recordproto proto module.
diff --git a/debian/copyright b/debian/copyright
index ae25726..6cc7219 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/proto/
+
 Copyright 1995 Network Computing Devices
 
 Permission to use, copy, modify, distribute, and sell this software and


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



x11proto-resource: Changes to 'debian-unstable'

2007-08-13 Thread Brice Goglin
 debian/changelog |9 +
 debian/control   |   13 -
 debian/copyright |3 +++
 3 files changed, 20 insertions(+), 5 deletions(-)

New commits:
commit c7cbb4e660245bf16ca6a757d397f0b8bc3f3f1a
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Tue Aug 14 00:27:49 2007 +0200

Various fixed in debian/control and copyright

diff --git a/debian/changelog b/debian/changelog
index 1c2da70..18478e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+x11proto-resource (1.0.2-5) UNRELEASED; urgency=low
+
+  * Update the long description.
+  * Add URL in debian/copyright.
+  * Add XS-Vcs-* to debian/control.
+  * Remove Fabio from Uploaders, with his permission.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Tue, 14 Aug 2007 00:12:19 +0200
+
 x11proto-resource (1.0.2-4) unstable; urgency=low
 
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
diff --git a/debian/control b/debian/control
index 906f84c..2ee95da 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,11 @@ Source: x11proto-resource
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Fabio M. Di Nitto [EMAIL PROTECTED], Andres Salomon [EMAIL 
PROTECTED]
+Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Andres Salomon [EMAIL PROTECTED]
 Build-Depends: debhelper (= 4.0.0)
 Standards-Version: 3.7.2
+XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-resource
+XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-resource.git
 
 Package: x11proto-resource-dev
 Architecture: all
@@ -13,12 +15,13 @@ Conflicts: libxres-dev ( 6.8.2-21)
 Replaces: libxres-dev ( 6.8.2-21)
 Pre-Depends: x11-common (= 1:7.0.0)
 Description: X11 Resource extension wire protocol
- This package provides the wire protocol for the Resource extension, used to
- measure resource usage from clients within the X server.
+ This package provides development headers describing the wire protocol
+ for the Resource extension, used to measure resource usage from clients
+ within the X server.
  .
  More information about X.Org can be found at:
+ URL:http://www.X.org
  URL:http://xorg.freedesktop.org
  URL:http://lists.freedesktop.org/mailman/listinfo/xorg
  .
- This module can be found as the module 'proto/Resource' at
- :pserver:[EMAIL PROTECTED]:/cvs/xorg
+ This package is built from the X.org resourceproto proto module.
diff --git a/debian/copyright b/debian/copyright
index 9f1e999..0ddb396 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/proto/
+
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the Software), to deal
 in the Software without restriction, including without limitation the rights


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



x11proto-scrnsaver: Changes to 'debian-unstable'

2007-08-13 Thread Brice Goglin
 debian/changelog |9 +
 debian/control   |   13 -
 debian/copyright |3 +++
 3 files changed, 20 insertions(+), 5 deletions(-)

New commits:
commit 4e1ef3076fdc1f6d385ced12c113ea92c90c1cc2
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Tue Aug 14 00:27:51 2007 +0200

Various fixed in debian/control and copyright

diff --git a/debian/changelog b/debian/changelog
index 55f1128..30c7448 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+x11proto-scrnsaver (1.1.0.0-2) UNRELEASED; urgency=low
+
+  * Update the long description, closes: #429581.
+  * Add URL in debian/copyright.
+  * Add XS-Vcs-* to debian/control.
+  * Remove Fabio from Uploaders, with his permission.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Tue, 14 Aug 2007 00:12:40 +0200
+
 x11proto-scrnsaver (1.1.0.0-1) unstable; urgency=low
 
   * Not really a new upstream release; working around 1.1.0-1 being a
diff --git a/debian/control b/debian/control
index 9b765f2..2c8e40a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,11 @@ Source: x11proto-scrnsaver
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Fabio M. Di Nitto [EMAIL PROTECTED], Andres Salomon [EMAIL 
PROTECTED]
+Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Andres Salomon [EMAIL PROTECTED]
 Build-Depends: debhelper (= 4.0.0)
 Standards-Version: 3.7.2
+XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-scrnsaver
+XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-scrnsaver.git
 
 Package: x11proto-scrnsaver-dev
 Architecture: all
@@ -13,12 +15,13 @@ Conflicts: libxss-dev ( 6.8.2-21)
 Replaces: libxss-dev ( 6.8.2-21)
 Pre-Depends: x11-common (= 1:7.0.0)
 Description: X11 Screen Saver extension wire protocol
- This package provides the wire protocol for the MIT-SCREEN-SAVER extension,
- used to notify the server of client screen saver events.
+ This package provides development headers describing the wire protocol
+ for the MIT-SCREEN-SAVER extension, used to notify the server of client
+ screen saver events.
  .
  More information about X.Org can be found at:
+ URL:http://www.X.org
  URL:http://xorg.freedesktop.org
  URL:http://lists.freedesktop.org/mailman/listinfo/xorg
  .
- This module can be found as the module 'proto/ScrnSaver' at
- :pserver:[EMAIL PROTECTED]:/cvs/xorg
+ This package is built from the X.org scrnsaverproto proto module.
diff --git a/debian/copyright b/debian/copyright
index 8d5f087..2376a88 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/proto/
+
 Copyright (c) 1992  X Consortium
 
 Permission is hereby granted, free of charge, to any person obtaining a copy


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



x11proto-trap: Changes to 'debian-unstable'

2007-08-13 Thread Brice Goglin
 debian/changelog |9 +
 debian/control   |   12 +++-
 debian/copyright |3 +++
 3 files changed, 19 insertions(+), 5 deletions(-)

New commits:
commit 4ac1f946326aa8e398c967704677f4c8bcd1c136
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Tue Aug 14 00:27:52 2007 +0200

Various fixed in debian/control and copyright

diff --git a/debian/changelog b/debian/changelog
index c864e96..fa17cc5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+x11proto-trap (3.4.3-6) UNRELEASED; urgency=low
+
+  * Update the long description.
+  * Add URL in debian/copyright.
+  * Add XS-Vcs-* to debian/control.
+  * Remove Fabio from Uploaders, with his permission.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Tue, 14 Aug 2007 00:13:13 +0200
+
 x11proto-trap (3.4.3-5) unstable; urgency=low
 
   * trapproto.pc requires xt, so add Depends: libxt-dev.
diff --git a/debian/control b/debian/control
index cdc179b..9a59968 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,11 @@ Source: x11proto-trap
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Fabio M. Di Nitto [EMAIL PROTECTED], Andres Salomon [EMAIL 
PROTECTED]
+Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Andres Salomon [EMAIL PROTECTED]
 Build-Depends: debhelper (= 4.0.0)
 Standards-Version: 3.7.2
+XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-trap
+XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-trap.git
 
 Package: x11proto-trap-dev
 Architecture: all
@@ -13,12 +15,12 @@ Conflicts: libxtrap-dev ( 6.8.2-25)
 Replaces: libxtrap-dev ( 6.8.2-25)
 Pre-Depends: x11-common (= 1:7.0.0)
 Description: X11 Trap extension wire protocol
- This package provides the wire protocol for the DEC-XTRAP extension,
- used to synthesise input events.
+ This package provides development headers describing the wire protocol
+ for the DEC-XTRAP extension, used to synthesise input events.
  .
  More information about X.Org can be found at:
+ URL:http://www.X.org
  URL:http://xorg.freedesktop.org
  URL:http://lists.freedesktop.org/mailman/listinfo/xorg
  .
- This module can be found as the module 'proto/Trap' at
- :pserver:[EMAIL PROTECTED]:/cvs/xorg
+ This package is built from the X.org trapproto proto module.
diff --git a/debian/copyright b/debian/copyright
index 3ebeac6..547aee0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/proto/
+
 Copyright 1987, 1988, 1989, 1990, 1994 by Digital Equipment Corporation, 
 Maynard, MA
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



x11proto-video: Changes to 'debian-unstable'

2007-08-13 Thread Brice Goglin
 debian/changelog |9 +
 debian/control   |   14 --
 debian/copyright |3 +++
 3 files changed, 20 insertions(+), 6 deletions(-)

New commits:
commit 04ef65a6cce0af0cc507a5aa988b598e9a11e515
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Tue Aug 14 00:27:54 2007 +0200

Various fixed in debian/control and copyright

diff --git a/debian/changelog b/debian/changelog
index 4454a30..cf40b22 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+x11proto-video (2.2.2-5) UNRELEASED; urgency=low
+
+  * Update the long description.
+  * Add URL in debian/copyright.
+  * Add XS-Vcs-* to debian/control.
+  * Remove Fabio from Uploaders, with his permission.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Tue, 14 Aug 2007 00:13:31 +0200
+
 x11proto-video (2.2.2-4) unstable; urgency=low
 
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
diff --git a/debian/control b/debian/control
index cf68d73..b643aa5 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,11 @@ Source: x11proto-video
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Fabio M. Di Nitto [EMAIL PROTECTED], Andres Salomon [EMAIL 
PROTECTED]
+Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Andres Salomon [EMAIL PROTECTED]
 Build-Depends: debhelper (= 4.0.0)
 Standards-Version: 3.7.2
+XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-video
+XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-video.git
 
 Package: x11proto-video-dev
 Architecture: all
@@ -13,13 +15,13 @@ Conflicts: libxv-dev ( 6.8.2-25), libxvmc-dev ( 
6.8.2-25)
 Replaces: libxv-dev ( 6.8.2-25), libxvmc-dev ( 6.8.2-25)
 Pre-Depends: x11-common (= 1:7.0.0)
 Description: X11 Video extension wire protocol
- This package provides the wire protocol for the XVideo and
- XVideoMotionCompensation extensions, used to accelerate playback of videos
- through X.
+ This package provides development headers describing the wire protocol
+ for the XVideo and XVideoMotionCompensation extensions, used to accelerate
+ playback of videos through X.
  .
  More information about X.Org can be found at:
+ URL:http://www.X.org
  URL:http://xorg.freedesktop.org
  URL:http://lists.freedesktop.org/mailman/listinfo/xorg
  .
- This module can be found as the module 'proto/Video' at
- :pserver:[EMAIL PROTECTED]:/cvs/xorg
+ This package is built from the X.org videoproto proto module.
diff --git a/debian/copyright b/debian/copyright
index cfa79e7..9e095af 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/proto/
+
 Copyright 1991 by Digital Equipment Corporation, Maynard, Massachusetts,
 and the Massachusetts Institute of Technology, Cambridge, Massachusetts.
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



x11proto-xcmisc: Changes to 'debian-unstable'

2007-08-13 Thread Brice Goglin
 debian/changelog |9 +
 debian/control   |   13 -
 debian/copyright |3 +++
 3 files changed, 20 insertions(+), 5 deletions(-)

New commits:
commit 6b2590af73d1b160fca4a0f1f2bc4128ecff5ca3
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Tue Aug 14 00:27:56 2007 +0200

Various fixed in debian/control and copyright

diff --git a/debian/changelog b/debian/changelog
index d932142..9975f2e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+x11proto-xcmisc (1.1.2-5) UNRELEASED; urgency=low
+
+  * Update the long description.
+  * Add URL in debian/copyright.
+  * Add XS-Vcs-* to debian/control.
+  * Remove Fabio from Uploaders, with his permission.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Tue, 14 Aug 2007 00:13:58 +0200
+
 x11proto-xcmisc (1.1.2-4) unstable; urgency=low
 
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
diff --git a/debian/control b/debian/control
index 5df9cca..a82b955 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,11 @@ Source: x11proto-xcmisc
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Fabio M. Di Nitto [EMAIL PROTECTED], Andres Salomon [EMAIL 
PROTECTED]
+Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Andres Salomon [EMAIL PROTECTED]
 Build-Depends: debhelper (= 4.0.0)
 Standards-Version: 3.7.2
+XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-xcmisc
+XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-xcmisc.git
 
 Package: x11proto-xcmisc-dev
 Architecture: all
@@ -13,12 +15,13 @@ Conflicts: libxext-dev ( 6.8.2-25)
 Replaces: libxext-dev ( 6.8.2-25)
 Pre-Depends: x11-common (= 1:7.0.0)
 Description: X11 XC-Miscellaneous extension wire protocol
- This package provides the wire protocol for the XC-MISC extension,
- used to get details of XID allocation within the server.
+ This package provides development headers describing the wire protocol
+ for the XC-MISC extension, used to get details of XID allocation within
+ the server.
  .
  More information about X.Org can be found at:
+ URL:http://www.X.org
  URL:http://xorg.freedesktop.org
  URL:http://lists.freedesktop.org/mailman/listinfo/xorg
  .
- This module can be found as the module 'proto/XCMisc' at
- :pserver:[EMAIL PROTECTED]:/cvs/xorg
+ This package is built from the X.org xcmiscproto proto module.
diff --git a/debian/copyright b/debian/copyright
index 782a1ec..4bd1763 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/proto/
+
 Copyright 1993, 1994, 1998  The Open Group
 
 Permission to use, copy, modify, distribute, and sell this software and its


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



x11proto-xext: Changes to 'debian-unstable'

2007-08-13 Thread Brice Goglin
 debian/changelog |9 +
 debian/control   |   13 -
 debian/copyright |3 +++
 3 files changed, 20 insertions(+), 5 deletions(-)

New commits:
commit f6c41ad3dbe5ab340f7e2dd0e28c2d84df528c5f
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Tue Aug 14 00:27:57 2007 +0200

Various fixed in debian/control and copyright

diff --git a/debian/changelog b/debian/changelog
index 4306306..ab132f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+x11proto-xext (7.0.2-6) UNRELEASED; urgency=low
+
+  * Update the long description.
+  * Add URL in debian/copyright.
+  * Add XS-Vcs-* to debian/control.
+  * Remove Fabio from Uploaders, with his permission.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Tue, 14 Aug 2007 00:14:16 +0200
+
 x11proto-xext (7.0.2-5) unstable; urgency=low
 
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
diff --git a/debian/control b/debian/control
index ba94305..2837e7c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,11 @@ Source: x11proto-xext
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Fabio M. Di Nitto [EMAIL PROTECTED], Andres Salomon [EMAIL 
PROTECTED]
+Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Andres Salomon [EMAIL PROTECTED]
 Build-Depends: debhelper (= 4.0.0)
 Standards-Version: 3.7.2
+XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-xext
+XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-xext.git
 
 Package: x11proto-xext-dev
 Architecture: all
@@ -13,12 +15,13 @@ Conflicts: libxext-dev ( 6.8.2-25), libxtst-dev ( 
6.8.2-25)
 Replaces: libxext-dev ( 6.8.2-25), libxtst-dev ( 6.8.2-25)
 Pre-Depends: x11-common (= 1:7.0.0)
 Description: X11 various extension wire protocol
- This package provides the wire protocol for various extensions, the
- client-side libraries of which are provided in the Xext library.
+ This package provides development headers describing the wire protocol
+ for various extensions, the client-side libraries of which are provided
+ in the Xext library.
  .
  More information about X.Org can be found at:
+ URL:http://www.X.org
  URL:http://xorg.freedesktop.org
  URL:http://lists.freedesktop.org/mailman/listinfo/xorg
  .
- This module can be found as the module 'proto/XExt' at
- :pserver:[EMAIL PROTECTED]:/cvs/xorg
+ This package is built from the X.org xextproto proto module.
diff --git a/debian/copyright b/debian/copyright
index a32b353..f303f76 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/proto/
+
 Copyright 1989, 1998  The Open Group
 
 Permission to use, copy, modify, distribute, and sell this software and its


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



x11proto-xf86bigfont: Changes to 'debian-unstable'

2007-08-13 Thread Brice Goglin
 debian/changelog |9 +
 debian/control   |   12 +++-
 debian/copyright |3 +++
 3 files changed, 19 insertions(+), 5 deletions(-)

New commits:
commit 922d691d1d3862df37c5ecb12bdf718a28aa468e
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Tue Aug 14 00:27:59 2007 +0200

Various fixed in debian/control and copyright

diff --git a/debian/changelog b/debian/changelog
index 1706a79..841e5f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+x11proto-xf86bigfont (1.1.2-5) UNRELEASED; urgency=low
+
+  * Update the long description.
+  * Add URL in debian/copyright.
+  * Add XS-Vcs-* to debian/control.
+  * Remove Fabio from Uploaders, with his permission.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Tue, 14 Aug 2007 00:14:35 +0200
+
 x11proto-xf86bigfont (1.1.2-4) unstable; urgency=low
 
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
diff --git a/debian/control b/debian/control
index 1fe673f..054168b 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,11 @@ Source: x11proto-xf86bigfont
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Fabio M. Di Nitto [EMAIL PROTECTED], Andres Salomon [EMAIL 
PROTECTED]
+Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Andres Salomon [EMAIL PROTECTED]
 Build-Depends: debhelper (= 4.0.0)
 Standards-Version: 3.7.2
+XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-xf86bigfont
+XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/proto/x11proto-xf86bigfont.git
 
 Package: x11proto-xf86bigfont-dev
 Architecture: all
@@ -13,12 +15,12 @@ Conflicts: xlibs-static-dev ( 6.8.1)
 Replaces: xlibs-static-dev ( 6.8.1)
 Pre-Depends: x11-common (= 1:7.0.0)
 Description: X11 Big Fonts extension wire protocol
- This package provides the wire protocol for the XF86BIGFONT extension,
- used to make larger font requests possible.
+ This package provides development headers describing the wire protocol
+ for the XF86BIGFONT extension, used to make larger font requests possible.
  .
  More information about X.Org can be found at:
+ URL:http://www.X.org
  URL:http://xorg.freedesktop.org
  URL:http://lists.freedesktop.org/mailman/listinfo/xorg
  .
- This module can be found as the module 'proto/XF86BigFont' at
- :pserver:[EMAIL PROTECTED]:/cvs/xorg
+ This package is built from the X.org xf86bigfontproto proto module.
diff --git a/debian/copyright b/debian/copyright
index 9f1e999..0ddb396 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/proto/
+
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the Software), to deal
 in the Software without restriction, including without limitation the rights


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



x11proto-xf86dri: Changes to 'debian-unstable'

2007-08-13 Thread Brice Goglin
 debian/changelog |9 +
 debian/control   |   14 --
 debian/copyright |3 +++
 3 files changed, 20 insertions(+), 6 deletions(-)

New commits:
commit 9554e1eac6d9e74e052049648b1e2210a3941ac1
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Tue Aug 14 00:28:02 2007 +0200

Various fixed in debian/control and copyright

diff --git a/debian/changelog b/debian/changelog
index 7f53827..0515c1b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+x11proto-xf86dri (2.0.3-5) UNRELEASED; urgency=low
+
+  * Update the long description.
+  * Add URL in debian/copyright.
+  * Add XS-Vcs-* to debian/control.
+  * Remove Fabio from Uploaders, with his permission.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Tue, 14 Aug 2007 00:15:11 +0200
+
 x11proto-xf86dri (2.0.3-4) unstable; urgency=low
 
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
diff --git a/debian/control b/debian/control
index 911fbec..6cf23e2 100644
--- a/debian/control
+++ b/debian/control
@@ -2,22 +2,24 @@ Source: x11proto-xf86dri
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Fabio M. Di Nitto [EMAIL PROTECTED], Andres Salomon [EMAIL 
PROTECTED]
+Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Andres Salomon [EMAIL PROTECTED]
 Build-Depends: debhelper (= 4.0.0)
 Standards-Version: 3.7.2
+XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-xf86dri
+XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-xf86dri.git
 
 Package: x11proto-xf86dri-dev
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Pre-Depends: x11-common (= 1:7.0.0)
 Description: X11 DRI extension wire protocol
- This package provides the wire protocol for the XFree86-DRI extension, used to
- organise direct rendering support for 3D clients, and help arbiter the
- requests.
+ This package provides development headers describing the wire protocol
+ for the XFree86-DRI extension, used to organise direct rendering support
+ for 3D clients, and help arbiter the requests.
  .
  More information about X.Org can be found at:
+ URL:http://www.X.org
  URL:http://xorg.freedesktop.org
  URL:http://lists.freedesktop.org/mailman/listinfo/xorg
  .
- This module can be found as the module 'proto/XF86DRI' at
- :pserver:[EMAIL PROTECTED]:/cvs/xorg
+ This package is built from the X.org xf86driproto proto module.
diff --git a/debian/copyright b/debian/copyright
index 4e727a9..4709c17 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/proto/
+
 Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
 Copyright 2000 VA Linux Systems, Inc.
 All Rights Reserved.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



x11proto-xf86dga: Changes to 'debian-unstable'

2007-08-13 Thread Brice Goglin
 debian/changelog |9 +
 debian/control   |   13 -
 debian/copyright |3 +++
 3 files changed, 20 insertions(+), 5 deletions(-)

New commits:
commit 4ad1dbc9ebc1f582cd03955ecf9c314e430c83d4
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Tue Aug 14 00:28:01 2007 +0200

Various fixed in debian/control and copyright

diff --git a/debian/changelog b/debian/changelog
index cf24b97..d220872 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+x11proto-xf86dga (2.0.2-5) UNRELEASED; urgency=low
+
+  * Update the long description.
+  * Add URL in debian/copyright.
+  * Add XS-Vcs-* to debian/control.
+  * Remove Fabio from Uploaders, with his permission.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Tue, 14 Aug 2007 00:14:53 +0200
+
 x11proto-xf86dga (2.0.2-4) unstable; urgency=low
 
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
diff --git a/debian/control b/debian/control
index a94f3e1..eabda52 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,11 @@ Source: x11proto-xf86dga
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Fabio M. Di Nitto [EMAIL PROTECTED], Andres Salomon [EMAIL 
PROTECTED]
+Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Andres Salomon [EMAIL PROTECTED]
 Build-Depends: debhelper (= 4.0.0)
 Standards-Version: 3.7.2
+XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-xf86dga
+XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-xf86dga.git
 
 Package: x11proto-xf86dga-dev
 Architecture: all
@@ -13,12 +15,13 @@ Conflicts: xlibs-static-dev ( 6.8.1), libxxf86dga-dev ( 
6.8.2-25)
 Replaces: xlibs-static-dev ( 6.8.1), libxxf86dga-dev ( 6.8.2-25)
 Pre-Depends: x11-common (= 1:7.0.0)
 Description: X11 Direct Graphics Access extension wire protocol
- This package provides the wire protocol for the XFree86-DGA extension,
- which provides direct, framebuffer-like, graphics access.
+ This package provides development headers describing the wire protocol
+ for the XFree86-DGA extension, which provides direct, framebuffer-like,
+ graphics access.
  .
  More information about X.Org can be found at:
+ URL:http://www.X.org
  URL:http://xorg.freedesktop.org
  URL:http://lists.freedesktop.org/mailman/listinfo/xorg
  .
- This module can be found as the module 'proto/XF86DGA' at
- :pserver:[EMAIL PROTECTED]:/cvs/xorg
+ This package is built from the X.org xf86dgaproto proto module.
diff --git a/debian/copyright b/debian/copyright
index 9f1e999..0ddb396 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/proto/
+
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the Software), to deal
 in the Software without restriction, including without limitation the rights


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



x11proto-xf86misc: Changes to 'debian-unstable'

2007-08-13 Thread Brice Goglin
 debian/changelog |9 +
 debian/control   |   14 --
 debian/copyright |3 +++
 3 files changed, 20 insertions(+), 6 deletions(-)

New commits:
commit f2f8d5d0cec691a2149de87941395b5d680039ed
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Tue Aug 14 00:28:04 2007 +0200

Various fixed in debian/control and copyright

diff --git a/debian/changelog b/debian/changelog
index b60edd2..ab66751 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+x11proto-xf86misc (0.9.2-5) UNRELEASED; urgency=low
+
+  * Update the long description.
+  * Add URL in debian/copyright.
+  * Add XS-Vcs-* to debian/control.
+  * Remove Fabio from Uploaders, with his permission.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Tue, 14 Aug 2007 00:15:29 +0200
+
 x11proto-xf86misc (0.9.2-4) unstable; urgency=low
 
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
diff --git a/debian/control b/debian/control
index fa9d385..340b222 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,11 @@ Source: x11proto-xf86misc
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Fabio M. Di Nitto [EMAIL PROTECTED], Andres Salomon [EMAIL 
PROTECTED]
+Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Andres Salomon [EMAIL PROTECTED]
 Build-Depends: debhelper (= 4.0.0)
 Standards-Version: 3.7.2
+XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-xf86misc
+XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-xf86misc.git
 
 Package: x11proto-xf86misc-dev
 Architecture: all
@@ -13,13 +15,13 @@ Conflicts: xlibs-static-dev ( 6.8.1), libxxf86misc-dev 
( 6.8.2-25)
 Replaces: xlibs-static-dev ( 6.8.1), libxxf86misc-dev ( 6.8.2-25)
 Pre-Depends: x11-common (= 1:7.0.0)
 Description: X11 XFree86-Miscellaneous extension wire protocol
- This package provides the wire protocol for the XFree86-Misc extension,
- which provides a means to access input device configuration settings
- specific to the XFree86/Xorg DDX.
+ This package provides development headers describing the wire protocol
+ for the XFree86-Misc extension, which provides a means to access input
+ device configuration settings specific to the XFree86/Xorg DDX.
  .
  More information about X.Org can be found at:
+ URL:http://www.X.org
  URL:http://xorg.freedesktop.org
  URL:http://lists.freedesktop.org/mailman/listinfo/xorg
  .
- This module can be found as the module 'proto/XF86Misc' at
- :pserver:[EMAIL PROTECTED]:/cvs/xorg
+ This package is built from the X.org xf86miscproto proto module.
diff --git a/debian/copyright b/debian/copyright
index 9f1e999..0ddb396 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/proto/
+
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the Software), to deal
 in the Software without restriction, including without limitation the rights


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



x11proto-xf86vidmode: Changes to 'debian-unstable'

2007-08-13 Thread Brice Goglin
 debian/changelog |9 +
 debian/control   |   14 --
 debian/copyright |3 +++
 3 files changed, 20 insertions(+), 6 deletions(-)

New commits:
commit 2fff709c96f31e38eb0ec28d01f6f4a598503d87
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Tue Aug 14 00:28:06 2007 +0200

Various fixed in debian/control and copyright

diff --git a/debian/changelog b/debian/changelog
index 12176f7..543c2a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+x11proto-xf86vidmode (2.2.2-5) UNRELEASED; urgency=low
+
+  * Update the long description.
+  * Add URL in debian/copyright.
+  * Add XS-Vcs-* to debian/control.
+  * Remove Fabio from Uploaders, with his permission.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Tue, 14 Aug 2007 00:15:46 +0200
+
 x11proto-xf86vidmode (2.2.2-4) unstable; urgency=low
 
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
diff --git a/debian/control b/debian/control
index 14b1cd3..a6c6638 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,11 @@ Source: x11proto-xf86vidmode
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Fabio M. Di Nitto [EMAIL PROTECTED], Andres Salomon [EMAIL 
PROTECTED]
+Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Andres Salomon [EMAIL PROTECTED]
 Build-Depends: debhelper (= 4.0.0)
 Standards-Version: 3.7.2
+XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-xf86vidmode
+XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/proto/x11proto-xf86vidmode.git
 
 Package: x11proto-xf86vidmode-dev
 Architecture: all
@@ -13,13 +15,13 @@ Conflicts: xlibs-static-dev ( 6.8.1), libxxf86vidmode-dev 
( 6.8.2-25)
 Replaces: xlibs-static-dev ( 6.8.1), libxxf86vidmode-dev ( 6.8.2-25)
 Pre-Depends: x11-common (= 1:7.0.0)
 Description: X11 Video Mode extension wire protocol
- This package provides the wire protocol for the XFree86-VidMode extension,
- which provides access to detailed timings of video modes currently in use,
- and a means to modify them.
+ This package provides development headers describing the wire protocol
+ for the XFree86-VidMode extension, which provides access to detailed
+ timings of video modes currently in use, and a means to modify them.
  .
  More information about X.Org can be found at:
+ URL:http://www.X.org
  URL:http://xorg.freedesktop.org
  URL:http://lists.freedesktop.org/mailman/listinfo/xorg
  .
- This module can be found as the module 'proto/XF86VidMode' at
- :pserver:[EMAIL PROTECTED]:/cvs/xorg
+ This package is built from the X.org xf86vidmodeproto proto module.
diff --git a/debian/copyright b/debian/copyright
index bc845c0..a20085a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/proto/
+
 Copyright 1995  Kaleb S. KEITHLEY
 
 Permission is hereby granted, free of charge, to any person obtaining


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



x11proto-xinerama: Changes to 'debian-unstable'

2007-08-13 Thread Brice Goglin
 debian/changelog |9 +
 debian/control   |   17 ++---
 debian/copyright |3 +++
 3 files changed, 22 insertions(+), 7 deletions(-)

New commits:
commit 5a3fbe8776c0d15fbee7cf694f326e689ced84c5
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Tue Aug 14 00:28:07 2007 +0200

Various fixed in debian/control and copyright

diff --git a/debian/changelog b/debian/changelog
index 3bdc51a..8b01724 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+x11proto-xinerama (1.1.2-5) UNRELEASED; urgency=low
+
+  * Update the long description.
+  * Add URL in debian/copyright.
+  * Add XS-Vcs-* to debian/control.
+  * Remove Fabio from Uploaders, with his permission.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Tue, 14 Aug 2007 00:16:03 +0200
+
 x11proto-xinerama (1.1.2-4) unstable; urgency=low
 
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
diff --git a/debian/control b/debian/control
index 0781845..152ff8a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,11 @@ Source: x11proto-xinerama
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Fabio M. Di Nitto [EMAIL PROTECTED], Andres Salomon [EMAIL 
PROTECTED]
+Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Andres Salomon [EMAIL PROTECTED]
 Build-Depends: debhelper (= 4.0.0)
 Standards-Version: 3.7.2
+XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-xinerama
+XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-xinerama.git
 
 Package: x11proto-xinerama-dev
 Architecture: all
@@ -13,14 +15,15 @@ Conflicts: libxinerama-dev ( 6.8.2-21), 
x11proto-panoramix-dev
 Replaces: libxinerama-dev ( 6.8.2-21), x11proto-panoramix-dev
 Pre-Depends: x11-common (= 1:7.0.0)
 Description: X11 Xinerama extension wire protocol
- This package provides the wire protocol for the XINERAMA extension, used to
- use and manage a multiple-screen display.  The terms 'Xinerama' and 
'PanoramiX'
- are generally interchangeable; this package used to be named
- x11proto-panoramix-dev.
+ This package provides development headers describing the wire protocol
+ for the XINERAMA extension, used to use and manage a multiple-screen
+ display.
+ The terms 'Xinerama' and 'PanoramiX' are generally interchangeable;
+ this package used to be named x11proto-panoramix-dev.
  .
  More information about X.Org can be found at:
+ URL:http://www.X.org
  URL:http://xorg.freedesktop.org
  URL:http://lists.freedesktop.org/mailman/listinfo/xorg
  .
- This module can be found as the module 'proto/Xinerama' at
- :pserver:[EMAIL PROTECTED]:/cvs/xorg
+ This package is built from the X.org xineramaproto proto module.
diff --git a/debian/copyright b/debian/copyright
index 54284fc..9739b2a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/proto/
+
 Copyright 2003  The Open Group
 
 Permission to use, copy, modify, distribute, and sell this software and its


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xresprobe 0.4.23debian1-0.1 MIGRATED to testing

2007-08-13 Thread Debian testing watch
FYI: The status of the xresprobe source package
in Debian's testing distribution has changed.

  Previous version: 0.4.23debian1
  Current version:  0.4.23debian1-0.1

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#319388: [libglu1-xorg] should hide C++ interfaces

2007-08-13 Thread Zack Weinberg
On 8/10/07, Brice Goglin [EMAIL PROTECTED] wrote:
  If you are still interested in fixing this problem, I would appreciate
  if you could send an updated patch. But please do not prepare it against
  Mesa 6.5.1 in Etch (such a change won't be accepted in Etch anyway). You
  should prepare it against Mesa 6.5.2-3 in experimental (where the Mesa
  packaging has been getting a large rework).

 Any news about this?

I'm sorry, I clean forgot about it. :-/

I have looked at the mesa 7.0.1-1 packages that just hit unstable.
The good news is, it looks a *lot* easier to do a patch that will
integrate nicely with upstream.  The bad news is, I need help with a
few things before I can do it.

First and most important: I need to know exactly which symbols are
part of the public interface of libGLU.so.1.  In my old patch I
guessed based on the contents of the Windows DLL definition file, but
looking more closely I don't think that's correct.  libGLU.so.1
exports a lot of symbols that are neither C++ mangled names (and
therefore private by assumption) nor listed in that file.  If I
further assume that any name starting with an underscore is private, I
get this list of symbols that might plausibly be public:

area
bezierPatchDelete
bezierPatchDeleteList
bezierPatchDraw
bezierPatchEval
bezierPatchEvalNormal
bezierPatchInsert
bezierPatchListDraw
bezierPatchMake
bezierPatchMake2
bezierPatchMeshBeginStrip
bezierPatchMeshDelDeg
bezierPatchMeshDelete
bezierPatchMeshDraw
bezierPatchMeshEndStrip
bezierPatchMeshEval
bezierPatchMeshInsertUV
bezierPatchMeshListCollect
bezierPatchMeshListDelDeg
bezierPatchMeshListDelete
bezierPatchMeshListDraw
bezierPatchMeshListEval
bezierPatchMeshListInsert
bezierPatchMeshListNumTriangles
bezierPatchMeshListPrint
bezierPatchMeshListReverse
bezierPatchMeshListTotalStrips
bezierPatchMeshListTotalVert
bezierPatchMeshMake
bezierPatchMeshMake2
bezierPatchMeshNumTriangles
bezierPatchMeshPrint
bezierPatchMeshPutPatch
bezierPatchPrint
bezierPatchPrintList
drawStrips
gluDeleteNurbsTessellatorEXT
glu_LOD_eval_list
pointLeft2Lines
pointLeftLine

I'm guessing that some, but not all, of these are public.  (For
instance, I'm pretty sure area isn't. ;-)  Could you check with
someone who knows from GLU?  If you do, please also check that all the
underscore-prefixed symbols (mostly __gl_thingy) are meant to be
private.

Second, the bin/mklib script has some internal support for restricting
the set of exports (the -exports option) but that feature has a
critical bug when used with Linux/Solaris version scripts: it assigns
all symbols the same version, derived from the soname.  This is wrong.
 Symbol versions are part of the ABI and need to stay stable once
assigned; if a program that wants, say, [EMAIL PROTECTED] is run
with a libglu.so that only has a @GLU_1.1 version, the dynamic linker
will barf.

My preferred way to deal with this would be to have a GNU-ld-style
version script for GLU in the source tree, and document that mklib
-exports expects a file in that format.  mklib would then convert that
to whatever format other platforms' linkers want -- as far as I know,
the GNU version script is strictly more featureful than any other
similar format. I'm not going to implement the conversions, though;
that's for the maintainers of the support for those other platforms.
Do you think that would be something you could get back into upstream?

Third - The Debian diff for mesa-7.0.1-1 looks very strange.  There
are a whole lot of files being created by it, outside of debian/,
including enormous blocks of what looks like upstream source code.
There's *also* a debian/patches directory, and logic in debian/rules
to use it.  As a result I don't know how you want me to generate the
patch.  Could you explain a litle about how the packaging is being
done?

Thanks,
zw


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#433131: Update for etch?

2007-08-13 Thread Gabriel M. Beddingfield


Is there any way to get this bug fixed in etch?  This is pretty much a 
DOS on my box.  Even if root logs in to kill everything, the virtual 
terminals don't work until the machine is rebooted.  Normal users have 
to hit the cycle to the power button to get out of it.


Thanks,
Gabriel



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#421854: libx11-6: opera: xcb_xlib.c:52 xcb_xlib_unlock: Assertion 'c-xlib.lock' failed.Aborted

2007-08-13 Thread Josh Triplett
Charlie Kroeger wrote:
 On Fri, 10 Aug 2007 05:50:20 -0400, Brice Goglin [EMAIL PROTECTED] wrote:
 Is there anything new about this bug?

 No. Opera 9.22-655 is working well under Debian Lenny

Does it still fails with libx11-6 1.1.3-1 from experimental?

- Josh Triplett



signature.asc
Description: OpenPGP digital signature