Processed: reassign 542900 to xfonts-utils, severity of 542900 is minor

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

 reassign 542900 xfonts-utils
Bug #542900 [libxfont1] warning: /etc/X11/fonts/X11R7/Type1 does not exist or 
is not a directory
Bug reassigned from package 'libxfont1' to 'xfonts-utils'.
Bug No longer marked as found in versions libxfont/1:1.4.0-2.
 severity 542900 minor
Bug #542900 [xfonts-utils] warning: /etc/X11/fonts/X11R7/Type1 does not exist 
or is not a directory
Severity set to 'minor' from 'normal'


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 debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



mesa: Changes to 'debian-unstable'

2009-08-22 Thread Julien Cristau
 debian/changelog |2 +-
 debian/control   |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 3f970a6d4e7298b3d6df3dd3c1604e90098e06d7
Author: Julien Cristau jcris...@debian.org
Date:   Sat Aug 22 21:30:15 2009 +0200

Bump debhelper build-dep for dh_lintian

diff --git a/debian/changelog b/debian/changelog
index d4fe8d6..1e7681c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,7 @@ mesa (7.5-4) UNRELEASED; urgency=low
 
   * Override 'package-name-doesnt-match-sonames' lintian warnings for libGLU,
 libGLw and both libGLs.
-  * Use dh_lintian.
+  * Use dh_lintian and bump debhelper build-dep accordingly.
 
  -- Julien Cristau jcris...@debian.org  Thu, 23 Jul 2009 15:53:11 +0200
 
diff --git a/debian/control b/debian/control
index 50efb41..17cd36a 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: Thierry Reding thie...@gilfi.de, Julien Cristau 
jcris...@debian.org, David Nusinow dnusi...@debian.org, Brice Goglin 
bgog...@debian.org
 Standards-Version: 3.7.3
-Build-Depends: debhelper (= 5), quilt (= 0.40), pkg-config,
+Build-Depends: debhelper (= 6.0.7), quilt (= 0.40), pkg-config,
  libdrm-dev (= 2.4.3) [!hurd-i386], libx11-dev, xutils-dev,
  x11proto-gl-dev (= 1.4.8), libxxf86vm-dev,
  libexpat1-dev, lesstif2-dev, dpkg-dev (= 1.13.19), libxfixes-dev,


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



xserver-xorg-input-keyboard: Changes to 'debian-unstable'

2009-08-22 Thread Julien Cristau
 debian/README.source|   73 
 debian/changelog|8 
 debian/control  |2 -
 debian/local/10-x11-kbd.fdi |   11 ++
 debian/rules|6 +++
 debian/xsfbs/xsfbs.sh   |   12 ---
 6 files changed, 98 insertions(+), 14 deletions(-)

New commits:
commit 3287608e60b5e044c39dfe4b7f3ca86dfaad993d
Author: Julien Cristau jcris...@debian.org
Date:   Sat Aug 22 22:39:10 2009 +0200

Install fdi file to pick up the kbd driver on kfreebsd (closes: #541140)

Thanks, Aurélien Jarno!

diff --git a/debian/changelog b/debian/changelog
index d120572..fda7eb9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 xserver-xorg-input-keyboard (1:1.3.2-4) UNRELEASED; urgency=low
 
   * Add README.source, bump Standards-Version to 3.8.3.
+  * Install fdi file to pick up the kbd driver on kfreebsd (closes: #541140).
+Thanks, Aurélien Jarno!
 
  -- Julien Cristau jcris...@debian.org  Sat, 22 Aug 2009 22:27:01 +0200
 
diff --git a/debian/local/10-x11-kbd.fdi b/debian/local/10-x11-kbd.fdi
new file mode 100644
index 000..106314d
--- /dev/null
+++ b/debian/local/10-x11-kbd.fdi
@@ -0,0 +1,11 @@
+?xml version=1.0 encoding=ISO-8859-1?
+deviceinfo version=0.2
+  device
+match key=/org/freedesktop/Hal/devices/computer:system.kernel.name 
string=GNU/kFreeBSD
+  match key=info.capabilities contains=input.keys
+merge key=input.x11_driver type=stringkbd/merge
+  /match
+/match
+  /device
+/deviceinfo
+
diff --git a/debian/rules b/debian/rules
index 00b96f9..22f5fd6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
MAKEFLAGS += -j$(NUMJOBS)
 endif
 
-DEB_HOST_ARCH  ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
+DEB_HOST_ARCH_OS   ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
@@ -78,6 +78,10 @@ binary-arch: build install serverabi
dh_installdocs
dh_installchangelogs ChangeLog
dh_install --sourcedir=debian/tmp --list-missing --exclude=.la 
--exclude=usr/share/man/man4
+ifeq (kfreebsd, $(DEB_HOST_ARCH_OS))
+   install -d -m 755 debian/tmp/usr/share/hal/fdi/policy/20thirdparty
+   install -m 644 debian/local/10-x11-kbd.fdi 
debian/tmp/usr/share/hal/fdi/policy/20thirdparty
+endif
dh_installman
dh_link
dh_strip

commit 18fd3b2f10f3617d4df6915b213db257679c9b40
Author: Julien Cristau jcris...@debian.org
Date:   Sat Aug 22 22:33:54 2009 +0200

Bump Standards-Version to 3.8.3.

diff --git a/debian/changelog b/debian/changelog
index f5fd892..d120572 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-keyboard (1:1.3.2-4) UNRELEASED; urgency=low
+
+  * Add README.source, bump Standards-Version to 3.8.3.
+
+ -- Julien Cristau jcris...@debian.org  Sat, 22 Aug 2009 22:27:01 +0200
+
 xserver-xorg-input-keyboard (1:1.3.2-3) unstable; urgency=low
 
   * Upload to unstable.
diff --git a/debian/control b/debian/control
index 5e2e394..4db4b23 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Build-Depends:
  automake,
  libtool,
  xutils-dev (= 1:7.4+4)
-Standards-Version: 3.7.3
+Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-input-keyboard
 Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-keyboard.git
 

commit 8f72294ada477f003888b6776883c1dd98289f3f
Author: Julien Cristau jcris...@debian.org
Date:   Wed Jun 3 03:37:37 2009 +0200

Kill custom readlink function

This was needed for very, very old versions of debianutils.
Closes: #498890

diff --git a/debian/xsfbs/xsfbs.sh b/debian/xsfbs/xsfbs.sh
index 197eb74..781826f 100644
--- a/debian/xsfbs/xsfbs.sh
+++ b/debian/xsfbs/xsfbs.sh
@@ -303,16 +303,6 @@ EOF
   fi
 }
 
-# we require a readlink command or shell function
-if ! which readlink  /dev/null 21; then
-  message The readlink command was not found.  Please install version \
-  1.13.1 or later of the debianutils package.
-  readlink () {
-# returns what symlink in $1 actually points to
-perl -e '$l = shift; exit 1 unless -l $l; $r = readlink $l; exit 1 unless 
$r; print $r\n' $1
-  }
-fi
-
 check_symlink () {
   # syntax: check_symlink symlink
   #

commit 7deebf983f53c505bc25171ab77fdc408f250a6e
Author: Julien Cristau jcris...@debian.org
Date:   Tue May 26 15:58:19 2009 +0200

xsfbs: don't run dpkg --print-installation-architecture

This is deprecated in new dpkg, and had no users anyway.

diff --git a/debian/xsfbs/xsfbs.sh b/debian/xsfbs/xsfbs.sh
index 8840ff9..197eb74 100644
--- a/debian/xsfbs/xsfbs.sh
+++ b/debian/xsfbs/xsfbs.sh
@@ -57,8 +57,6 @@ EOF
   exit $SHELL_LIB_USAGE_ERROR
 fi
 

xserver-xorg-input-keyboard: Changes to 'debian-unstable'

2009-08-22 Thread Julien Cristau
 debian/rules |7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 31f2469f002541f93855442cff80d1dc4fac4387
Author: Julien Cristau jcris...@debian.org
Date:   Sat Aug 22 23:07:12 2009 +0200

Fix typo in previous commit

diff --git a/debian/rules b/debian/rules
index 22f5fd6..dbcb505 100755
--- a/debian/rules
+++ b/debian/rules
@@ -79,8 +79,11 @@ binary-arch: build install serverabi
dh_installchangelogs ChangeLog
dh_install --sourcedir=debian/tmp --list-missing --exclude=.la 
--exclude=usr/share/man/man4
 ifeq (kfreebsd, $(DEB_HOST_ARCH_OS))
-   install -d -m 755 debian/tmp/usr/share/hal/fdi/policy/20thirdparty
-   install -m 644 debian/local/10-x11-kbd.fdi 
debian/tmp/usr/share/hal/fdi/policy/20thirdparty
+   install -d -m 755 \
+   
debian/xserver-xorg-input-kbd/usr/share/hal/fdi/policy/20thirdparty
+   install -m 644 \
+   debian/local/10-x11-kbd.fdi \
+   
debian/xserver-xorg-input-kbd/usr/share/hal/fdi/policy/20thirdparty
 endif
dh_installman
dh_link


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: setting package to xserver-xorg-input-keyboard xserver-xorg-input-kbd, tagging 541140

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

 #xserver-xorg-input-keyboard (1:1.3.2-4) UNRELEASED; urgency=low
 #
 #  * Install fdi file to pick up the kbd driver on kfreebsd (closes: #541140).
 #Thanks, Aurélien Jarno!
 #
 package xserver-xorg-input-keyboard xserver-xorg-input-kbd
Limiting to bugs with field 'package' containing at least one of 
'xserver-xorg-input-keyboard', 'xserver-xorg-input-kbd'
Limit currently set to 'package':'xserver-xorg-input-keyboard', 
'xserver-xorg-input-kbd'

 tags 541140 + pending
Bug #541140 [xserver-xorg-input-kbd] fdi file for GNU/kFreeBSD
Added tag(s) 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 debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



xserver-xorg-input-mouse: Changes to 'debian-unstable'

2009-08-22 Thread Julien Cristau
 debian/README.source|   73 
 debian/changelog|8 +++
 debian/control  |4 -
 debian/local/10-x11-input-mouse.fdi |   10 
 debian/rules|6 ++
 debian/xsfbs/xsfbs.sh   |   12 -
 6 files changed, 98 insertions(+), 15 deletions(-)

New commits:
commit 69964fcfa2559d1b4d2123882e05075566ad7b0e
Author: Julien Cristau jcris...@debian.org
Date:   Sat Aug 22 23:12:26 2009 +0200

Install an fdi file to pick up the mouse driver on kfreebsd (closes: 
#542806).

Thanks, Aurélien Jarno!

diff --git a/debian/changelog b/debian/changelog
index 73df97a..2f29162 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 xserver-xorg-input-mouse (1:1.4.0-3) UNRELEASED; urgency=low
 
   * Add README.source, bump Standards-Version to 3.8.3.
+  * Install an fdi file to pick up the mouse driver on kfreebsd (closes:
+#542806).  Thanks, Aurélien Jarno!
 
  -- Julien Cristau jcris...@debian.org  Sat, 22 Aug 2009 22:58:56 +0200
 
diff --git a/debian/local/10-x11-input-mouse.fdi 
b/debian/local/10-x11-input-mouse.fdi
new file mode 100644
index 000..ba391ef
--- /dev/null
+++ b/debian/local/10-x11-input-mouse.fdi
@@ -0,0 +1,10 @@
+?xml version=1.0 encoding=ISO-8859-1?
+deviceinfo version=0.2
+  device
+match key=/org/freedesktop/Hal/devices/computer:system.kernel.name 
string=GNU/kFreeBSD
+  match key=info.capabilities contains=input.mouse
+merge key=input.x11_driver type=stringmouse/merge
+  /match
+/match
+  /device
+/deviceinfo
diff --git a/debian/rules b/debian/rules
index df12398..b92a9fa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
MAKEFLAGS += -j$(NUMJOBS)
 endif
 
-DEB_HOST_ARCH  ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
+DEB_HOST_ARCH_OS   ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
@@ -78,6 +78,10 @@ binary-arch: build install serverabi
dh_installdocs README
dh_installchangelogs ChangeLog
dh_install --sourcedir=debian/tmp --list-missing --exclude=mouse_drv.la 
--exclude=usr/share/man/man4
+ifeq (kfreebsd, $(DEB_HOST_ARCH_OS))
+   install -d -m 755 
debian/xserver-xorg-input-mouse/usr/share/hal/fdi/policy/20thirdparty
+   install -m 644 debian/local/10-x11-mouse.fdi 
debian/xserver-xorg-input-mouse/usr/share/hal/fdi/policy/20thirdparty/
+endif
dh_installman
dh_link
dh_strip

commit 9390e130ea9fa403607134b26a060250cb30752a
Author: Julien Cristau jcris...@debian.org
Date:   Sat Aug 22 22:59:15 2009 +0200

Bump Standards-Version to 3.8.3.

diff --git a/debian/changelog b/debian/changelog
index dc0c444..73df97a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-mouse (1:1.4.0-3) UNRELEASED; urgency=low
+
+  * Add README.source, bump Standards-Version to 3.8.3.
+
+ -- Julien Cristau jcris...@debian.org  Sat, 22 Aug 2009 22:58:56 +0200
+
 xserver-xorg-input-mouse (1:1.4.0-2) unstable; urgency=low
 
   * Upload to unstable.
diff --git a/debian/control b/debian/control
index 9ef71cf..2a04c08 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: xserver-xorg-input-mouse
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow dnusi...@debian.org, Drew Parsons 
dpars...@debian.org, Julien Cristau jcris...@debian.org
+Uploaders: David Nusinow dnusi...@debian.org, Drew Parsons 
dpars...@debian.org
 Build-Depends:
  debhelper (= 5),
  pkg-config,
@@ -15,7 +15,7 @@ Build-Depends:
  automake,
  libtool,
  xutils-dev (= 1:7.4+4)
-Standards-Version: 3.7.3
+Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-input-mouse
 Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-mouse.git
 

commit 8f72294ada477f003888b6776883c1dd98289f3f
Author: Julien Cristau jcris...@debian.org
Date:   Wed Jun 3 03:37:37 2009 +0200

Kill custom readlink function

This was needed for very, very old versions of debianutils.
Closes: #498890

diff --git a/debian/xsfbs/xsfbs.sh b/debian/xsfbs/xsfbs.sh
index 197eb74..781826f 100644
--- a/debian/xsfbs/xsfbs.sh
+++ b/debian/xsfbs/xsfbs.sh
@@ -303,16 +303,6 @@ EOF
   fi
 }
 
-# we require a readlink command or shell function
-if ! which readlink  /dev/null 21; then
-  message The readlink command was not found.  Please install version \
-  1.13.1 or later of the debianutils package.
-  readlink () {
-# returns what symlink in $1 actually points to
-perl -e '$l = shift; exit 1 unless -l $l; $r = readlink $l; exit 1 unless 
$r; print $r\n' $1
-  }
-fi
-
 check_symlink () {
   # 

Processed: Correct title

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

 retitle 542678 xfs: Incorrect dependencies in init.d script?
Bug #542678 [xfs] xfs: Incorrect provides and dependencies in init.d script
Changed Bug title to 'xfs: Incorrect dependencies in init.d script?' from 'xfs: 
Incorrect provides and dependencies in init.d script'
 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: setting package to xserver-xorg-input-mouse, tagging 542806

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

 #xserver-xorg-input-mouse (1:1.4.0-3) UNRELEASED; urgency=low
 #
 #  * Install an fdi file to pick up the mouse driver on kfreebsd (closes:
 ##542806).  Thanks, Aurélien Jarno!
 #
 package xserver-xorg-input-mouse
Limiting to bugs with field 'package' containing at least one of 
'xserver-xorg-input-mouse'
Limit currently set to 'package':'xserver-xorg-input-mouse'

 tags 542806 + pending
Bug #542806 [xserver-xorg-input-mouse] xserver-xorg-input-mouse: fdi file for 
GNU/kFreeBSD
Added tag(s) 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 debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540317: libcompizconfig0: Uninstalable due to libprotobuf3 removal

2009-08-22 Thread Philipp Kern
On Fri, Aug 07, 2009 at 09:29:04AM +0200, Jean-Luc Coulon (f5ibh) wrote:
 libprotobuf3 has been removed.
 So libcompizconfig0 (and the whole compiz stack) is uninstalable.

I've scheduled binNMUs for this package now.  (Seems to be the only
rdep of libprotobuf3 apart from protobuf itself.)

Iustin, as you have rdeps now on that library, please notify -release
on a transition next time.  Thanks.

Kind regards,
Philipp Kern



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 542064

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

 tags 542064 patch fixed-upstream upstream
Bug #542064 [xserver-xorg] xserver-xorg: please include patches to fix idle 
time computation
Added tag(s) upstream, fixed-upstream, and patch.

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 debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: xorg-server: Changes to 'ubuntu'

2009-08-22 Thread Julien Cristau
On Tue, Aug  4, 2009 at 11:44:56 +0200, Michel Dänzer wrote:

 On Tue, 2009-08-04 at 11:28 +0200, Julien Cristau wrote:

[two glx patches from master cherry-picked by ubuntu]

  These patches don't seem to be on Server16Branch.  Should they?
 
 Looks like it. I guess I wasn't aware the 1.6 branch is affected as well
 when I made these fixes.
 
I finally got around to nominating both patches on the wiki page in case
there's a 1.6.4.

Cheers,
Julien


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#542064: xserver-xorg: please include patches to fix idle time computation

2009-08-22 Thread Julien Cristau
On Mon, Aug 17, 2009 at 18:19:10 +0200, Josselin Mouette wrote:

 as explained in [0], gnome-power-manager 2.28 will stop including any of
 the (not always working) kludges to work around the idle time
 computation issues in the X server.
 
 The author has provided supposedly correct patches to fix this behavior
 to Xorg. The first patch has already been committed, and the second is
 very small. It would be nice to have these fixes included in Debian
 before g-p-m 2.28 is uploaded.
 
 I’m attaching the patches.
 
Both nominated for a possible 1.6.4 release:
http://www.x.org/wiki/Server16Branch

Can be cherry-picked earlier if there's another 1.6.3 upload…  What's
the timeline for g-p-m 2.28?

Cheers,
Julien



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: reassign 542064 to src:xorg-server

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

 reassign 542064 src:xorg-server
Bug #542064 [xserver-xorg] xserver-xorg: please include patches to fix idle 
time computation
Bug reassigned from package 'xserver-xorg' to 'src:xorg-server'.
Bug No longer marked as found in versions xorg/1:7.4+4.

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 debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: xorg-server: Changes to 'ubuntu'

2009-08-22 Thread Michel Dänzer
On Sun, 2009-08-23 at 00:05 +0200, Julien Cristau wrote:
 On Tue, Aug  4, 2009 at 11:44:56 +0200, Michel Dänzer wrote:
 
  On Tue, 2009-08-04 at 11:28 +0200, Julien Cristau wrote:
 
 [two glx patches from master cherry-picked by ubuntu]
 
   These patches don't seem to be on Server16Branch.  Should they?
  
  Looks like it. I guess I wasn't aware the 1.6 branch is affected as well
  when I made these fixes.
  
 I finally got around to nominating both patches on the wiki page in case
 there's a 1.6.4.

Thanks Julien!


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


--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



xterm: Changes to 'debian-unstable'

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

New commits:
commit ab4e801afe272156162f3e786e890ddd3c2b8d91
Author: Julien Cristau jcris...@debian.org
Date:   Sun Aug 23 00:36:17 2009 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 97d5725..64eefdd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xterm (246-1) UNRELEASED; urgency=low
+xterm (246-1) unstable; urgency=low
 
   * New upstream release
 + interaction between allowSendEvents and the various allowXXXOps
@@ -15,7 +15,7 @@ xterm (246-1) UNRELEASED; urgency=low
   * The issues with the fifo-lines code should now be fixed, so enable it
 again.
 
- -- Julien Cristau jcris...@debian.org  Thu, 20 Aug 2009 23:51:30 +0200
+ -- Julien Cristau jcris...@debian.org  Sun, 23 Aug 2009 00:35:21 +0200
 
 xterm (244-2) unstable; urgency=low
 


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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

2009-08-22 Thread Julien Cristau
Tag 'xterm-246-1' created by Julien Cristau jcris...@debian.org at 2009-08-22 
22:38 +

Tagging upload of xterm 246-1 to unstable.

Changes since xterm-244-2:
Julien Cristau (6):
  Import xterm 245
  Import xterm 246
  Merge branch 'upstream-unstable' into debian-unstable
  Update changelog
  Stop passing --disable-fifo-lines to configure
  Prepare changelog for upload

---
 MANIFEST |2 
 XTerm-col.ad |5 -
 XTerm.ad |8 +--
 configure|4 -
 configure.in |4 -
 debian/changelog |   19 +++
 debian/rules |1 
 ptyx.h   |   11 +++-
 screen.c |  146 ++-
 util.c   |   13 +---
 version.h|4 -
 xterm.log.html   |   61 ++
 xterm.man|6 +-
 13 files changed, 176 insertions(+), 108 deletions(-)
---


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processing of xterm_246-1_amd64.changes

2009-08-22 Thread Archive Administrator
xterm_246-1_amd64.changes uploaded successfully to localhost
along with the files:
  xterm_246-1.dsc
  xterm_246.orig.tar.gz
  xterm_246-1.diff.gz
  xterm_246-1_amd64.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



xterm: Changes to 'debian-unstable'

2009-08-22 Thread Julien Cristau
 debian/changelog  |9 +
 debian/control|4 ++--
 debian/local/lxterm   |2 --
 debian/local/lxterm.1 |2 --
 debian/patches/900_debian_xterm.diff  |2 --
 debian/patches/901_xterm_manpage.diff |2 --
 debian/rules  |2 --
 debian/xterm.README.Debian|2 --
 debian/xterm.menu |2 --
 debian/xterm.postinst.in  |2 --
 debian/xterm.prerm.in |2 --
 11 files changed, 11 insertions(+), 20 deletions(-)

New commits:
commit d979d66f0f6617c9cc70e1bb395a7f543692df74
Author: Julien Cristau jcris...@debian.org
Date:   Sun Aug 23 00:46:10 2009 +0200

Kill remaining subversion $Id$ tags from debian packaging files.

diff --git a/debian/changelog b/debian/changelog
index 2262abf..644b8b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ xterm (246-2) UNRELEASED; urgency=low
   * Bump Standards-Version to 3.8.3.
   * Remove David Martínez Moreno from Uploaders as he hasn't been active on
 this package lately.
+  * Kill remaining subversion $Id$ tags from debian packaging files.
 
  -- Julien Cristau jcris...@debian.org  Sun, 23 Aug 2009 00:40:57 +0200
 
diff --git a/debian/local/lxterm b/debian/local/lxterm
index 148298b..bb8333c 100644
--- a/debian/local/lxterm
+++ b/debian/local/lxterm
@@ -1,7 +1,5 @@
 #!/bin/sh
 
-# $Id$
-
 PROGNAME=${0##*/}
 
 die () {
diff --git a/debian/local/lxterm.1 b/debian/local/lxterm.1
index b8ebf59..75fa4ab 100644
--- a/debian/local/lxterm.1
+++ b/debian/local/lxterm.1
@@ -1,5 +1,3 @@
-.\ $Id$
-.\
 .TH lxterm 1 2004-12-19 Debian Project
 .SH NAME
 lxterm \- locale\-sensitive wrapper for xterm
diff --git a/debian/patches/900_debian_xterm.diff 
b/debian/patches/900_debian_xterm.diff
index bddcc80..f455a30 100644
--- a/debian/patches/900_debian_xterm.diff
+++ b/debian/patches/900_debian_xterm.diff
@@ -1,5 +1,3 @@
-$Id$
-
 Make Debian-specific tweaks to xterm:
 * Set the default VT widget foreground and background colors to gray90 on
   black, which approximates the color scheme of the Linux virtual console
diff --git a/debian/patches/901_xterm_manpage.diff 
b/debian/patches/901_xterm_manpage.diff
index f60aa24..ce7009f 100644
--- a/debian/patches/901_xterm_manpage.diff
+++ b/debian/patches/901_xterm_manpage.diff
@@ -1,5 +1,3 @@
-$Id$
-
 Make Debian-specific tweaks to xterm manpage:
 * Use FHS paths to the utmp and wtmp files in xterm's manpage.
 
diff --git a/debian/rules b/debian/rules
index 4782a6f..e92ebad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,4 @@
 #!/usr/bin/make -f
-# $Id$
-
 # Debian rules file for xterm source package
 
 # Copyright 2005 David Martínez Moreno
diff --git a/debian/xterm.README.Debian b/debian/xterm.README.Debian
index 222e2c8..8b1a917 100644
--- a/debian/xterm.README.Debian
+++ b/debian/xterm.README.Debian
@@ -45,6 +45,4 @@ comply with the Debian Keyboard Policy and make xterm's 
behavior more
 consistent with the Linux virtual console (and therefore with the behavior
 of DEC VT 220 terminals).
 
-$Id$
-
 vim:set ai et sw=4 ts=4 tw=80:
diff --git a/debian/xterm.menu b/debian/xterm.menu
index 9bb0dd6..ff2ea16 100644
--- a/debian/xterm.menu
+++ b/debian/xterm.menu
@@ -1,5 +1,3 @@
-# $Id$
-
 ?package(xterm):\
  needs=x11\
  section=Applications/Terminal Emulators\
diff --git a/debian/xterm.postinst.in b/debian/xterm.postinst.in
index a7f3c97..f9cf998 100644
--- a/debian/xterm.postinst.in
+++ b/debian/xterm.postinst.in
@@ -5,8 +5,6 @@
 # /usr/share/common-licenses/GPL or http://www.gnu.org/copyleft/gpl.txt.
 # Acknowledgements to Stephen Early, Mark Eichin, and Manoj Srivastava.
 
-# $Id$
-
 set -e
 
 THIS_PACKAGE=xterm
diff --git a/debian/xterm.prerm.in b/debian/xterm.prerm.in
index 29f54e0..4281a3e 100644
--- a/debian/xterm.prerm.in
+++ b/debian/xterm.prerm.in
@@ -5,8 +5,6 @@
 # /usr/share/common-licenses/GPL or http://www.gnu.org/copyleft/gpl.txt.
 # Acknowledgements to Stephen Early, Mark Eichin, and Manoj Srivastava.
 
-# $Id$
-
 set -e
 
 THIS_PACKAGE=xterm

commit e1d099b5bfee6807dafdb7e317b76866200ba14f
Author: Julien Cristau jcris...@debian.org
Date:   Sun Aug 23 00:43:20 2009 +0200

Remove David Martínez Moreno from Uploaders

diff --git a/debian/changelog b/debian/changelog
index 00ca1c9..2262abf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 xterm (246-2) UNRELEASED; urgency=low
 
   * Bump Standards-Version to 3.8.3.
+  * Remove David Martínez Moreno from Uploaders as he hasn't been active on
+this package lately.
 
  -- Julien Cristau jcris...@debian.org  Sun, 23 Aug 2009 00:40:57 +0200
 
diff --git a/debian/control b/debian/control
index 705d193..53974d2 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: xterm
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Martínez Moreno en...@debian.org, David 

xterm_246-1_amd64.changes ACCEPTED

2009-08-22 Thread Archive Administrator

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


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

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 531597 541089 541160 541236 541603 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#541236: marked as done (xterm: word selection selects whitespace characters too)

2009-08-22 Thread Debian Bug Tracking System
Your message dated Sat, 22 Aug 2009 22:47:32 +
with message-id e1mezmy-0004ja...@ries.debian.org
and subject line Bug#541236: fixed in xterm 246-1
has caused the Debian Bug report #541236,
regarding xterm: word selection selects whitespace characters too
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


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

Under some conditions, a word selection selects whitespace characters
too. This problem seems to be new.

To reproduce the problem, I've attached a file. As said in this file:

1. Open this file in a 80x60 xterm terminal.
2. Do a Page Down.
3. Double-click on a aa...aa (but not one of the first five).
   - The previous bb...bb gets selected too.
4. Resize the xterm window to 80x58. - The window disappear!

(Step 4 seems to be actually bug 541160: xterm segfaults.)

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

Kernel: Linux 2.6.26.5-20080922 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=POSIX, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages xterm depends on:
ii  libc6 2.9-24 GNU C Library: Shared libraries
ii  libfontconfig12.6.0-4generic font configuration library
ii  libice6   2:1.0.5-1  X11 Inter-Client Exchange library
ii  libncurses5   5.7+20090803-1 shared libraries for terminal hand
ii  libx11-6  2:1.2.2-1  X11 client-side library
ii  libxaw7   2:1.0.6-1  X11 Athena Widget library
ii  libxft2   2.1.13-3   FreeType-based font drawing librar
ii  libxmu6   2:1.0.4-2  X11 miscellaneous utility library
ii  libxt61:1.0.5-3  X11 toolkit intrinsics library
ii  xbitmaps  1.0.1-2Base X bitmaps

Versions of packages xterm recommends:
ii  x11-utils 7.4+1  X11 utilities
ii  xutils1:7.4+3X Window System utility programs m

Versions of packages xterm suggests:
ii  xfonts-cyrillic   1:1.0.0-7  Cyrillic fonts for X

-- no debconf information
1. Open this file in a 80x60 xterm terminal.
2. Do a Page Down.
3. Double-click on a aa...aa (but not one of the first five).
   - The previous bb...bb gets selected too.
4. Resize the xterm window to 80x58. - The window disappear!




a 

a 

a 

a 

a 

a 

a 

a 

a 

a 

a 

a 

a 

a 

a 

a 

a 

a 

a 

a 

a 

a 


Bug#541716: marked as done (xterm: colorBDMode is dead)

2009-08-22 Thread Debian Bug Tracking System
Your message dated Sat, 22 Aug 2009 22:47:32 +
with message-id e1mezmy-0004jw...@ries.debian.org
and subject line Bug#541089: fixed in xterm 246-1
has caused the Debian Bug report #541089,
regarding xterm: colorBDMode is dead
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
541089: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541089
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: xterm
Version: 244-2
Severity: normal


My bash prompt is set to %B(%?)%#%b , which should print some stuff
in bold.  Man pages, mutt, and other packages print some stuff in
bold.

The xterm resource colorBDMode when set to true tells xterm to print
bold text in colour.  But as of the last xterm update, bold text is
printed in oh-so-sexy black-on-black when colorBDMode is on.

My xterm xresources are:

xterm*VT100*colorBDMode:  on
xterm*VT100*colorBD:  red
xterm.VT100*colorULMode:  on
xterm.VT100*underLine:off
xterm*VT100*colorUL:  magenta
xterm.VT100.titeInhibit:  true
xterm.VT100*dynamicColors:  on
xterm*metaSendsEscape:true
xterm*highlightSelection: true
xterm*scrollBar:true
xterm*saveLines:1500
xterm*reverseWrap:  true
xterm*visualBell:   true
xterm*scrollTtyOutput:  False
xterm*scrollKey:True
xterm*foreground:   white
xterm*background:   black
xterm*cursorColor:  red
xterm*locale:   true

Disabling colorBDMode gives me standard bold, as it should.

Thanks!
-Ben

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xterm depends on:
ii  libc6  2.9-24GNU C Library: Shared libraries
ii  libfontconfig1 2.6.0-4   generic font configuration library
ii  libice62:1.0.5-1 X11 Inter-Client Exchange library
ii  libncurses55.7+20090803-1+b1 shared libraries for terminal hand
ii  libx11-6   2:1.2.2-1 X11 client-side library
ii  libxaw72:1.0.6-1 X11 Athena Widget library
ii  libxft22.1.13-3  FreeType-based font drawing librar
ii  libxmu62:1.0.4-2 X11 miscellaneous utility library
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  xbitmaps   1.0.1-2   Base X bitmaps

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

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

-- no debconf information


---End Message---
---BeginMessage---
Source: xterm
Source-Version: 246-1

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

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



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 541...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau jcris...@debian.org (supplier of updated xterm package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 Aug 2009 00:35:21 +0200
Source: xterm
Binary: xterm
Architecture: source amd64
Version: 246-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 xterm  - X terminal emulator
Closes: 531597 541089 541160 541236 541603
Changes: 
 xterm (246-1) unstable; urgency=low
 .
   * New upstream release
 + interaction between allowSendEvents and the various allowXXXOps
   resources clarified in manpage (closes: #531597)
 + remove obsolete logic for saving/restoring wrapping flags, 

Bug#541089: marked as done (xterm: bold color attribute now displaying as black by default)

2009-08-22 Thread Debian Bug Tracking System
Your message dated Sat, 22 Aug 2009 22:47:32 +
with message-id e1mezmy-0004jw...@ries.debian.org
and subject line Bug#541089: fixed in xterm 246-1
has caused the Debian Bug report #541089,
regarding xterm: bold color attribute now displaying as black by default
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
541089: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541089
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: xterm
Version: 244-1
Severity: minor

With yesterday's update of xterm, bold  attributes are
displaying in the color black.  I'm assuming '+bdc' got set by default
somehow instead of '-bdc'?

Anyway, since a lot of people probably use black as their
default background color, this might cause a lot of problems.  Not only
did portions of my prompt string disappear in my shell (minor issue),
but man pages are pretty much unreadable.

Simply setting the resource (or passing the '-bdc' option to my
xterm) fixes the problem.  I'm not sure if this is something you need to
address, but I'm submitting this report for reference sake at the very
least.

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

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

Versions of packages xterm depends on:
ii  libc6 2.9-24 GNU C Library: Shared libraries
ii  libfontconfig12.6.0-4generic font configuration library
ii  libice6   2:1.0.5-1  X11 Inter-Client Exchange library
ii  libncurses5   5.7+20090803-1 shared libraries for terminal hand
ii  libx11-6  2:1.2.2-1  X11 client-side library
ii  libxaw7   2:1.0.6-1  X11 Athena Widget library
ii  libxft2   2.1.13-3   FreeType-based font drawing librar
ii  libxmu6   2:1.0.4-2  X11 miscellaneous utility library
ii  libxt61:1.0.5-3  X11 toolkit intrinsics library
ii  xbitmaps  1.0.1-2Base X bitmaps

Versions of packages xterm recommends:
ii  x11-utils 7.4+1  X11 utilities
ii  xutils1:7.4+3X Window System utility programs m

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

-- no debconf information


---End Message---
---BeginMessage---
Source: xterm
Source-Version: 246-1

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

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



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 541...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau jcris...@debian.org (supplier of updated xterm package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 Aug 2009 00:35:21 +0200
Source: xterm
Binary: xterm
Architecture: source amd64
Version: 246-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 xterm  - X terminal emulator
Closes: 531597 541089 541160 541236 541603
Changes: 
 xterm (246-1) unstable; urgency=low
 .
   * New upstream release
 + interaction between allowSendEvents and the various allowXXXOps
   resources clarified in manpage (closes: #531597)
 + remove obsolete logic for saving/restoring wrapping flags, which did not
   work on 64-bit platform.  Wrapping flags (stored in the line-index) are
   now copied with line-data (closes: #541160)
 + modify comments in app-defaults files to avoid problem with C
   preprocessor used by xrdb (closes: #541603)
 + restore special case in makeColorPair needed 

Bug#541160: marked as done (xterm: heap corruption when changing window size)

2009-08-22 Thread Debian Bug Tracking System
Your message dated Sat, 22 Aug 2009 22:47:32 +
with message-id e1mezmy-0004jy...@ries.debian.org
and subject line Bug#541160: fixed in xterm 246-1
has caused the Debian Bug report #541160,
regarding xterm: heap corruption when changing window size
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


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

Hi,

I just noticed that xterm doesn't like it very much to be resized: when I grab
a window edge and make a circular motion (i.e. enlarge and shrink again in
both dimensions), I usually get it to segfault within fractions of a second.
Here are a few backtrace samples...

=
(gdb) bt
#0  0xb7e333fc in ?? () from /lib/i686/cmov/libc.so.6
#1  0xb7e349ff in calloc () from /lib/i686/cmov/libc.so.6
#2  0x0807d31e in allocScrnData (screen=0x80ca6b4, nrow=1, ncol=121) at 
../screen.c:287
#3  0x0807cfcd in addScrollback (screen=0x80ca6b4) at ../scrollback.c:90
#4  0x0807d3d3 in saveEditBufLines (screen=0x80ca6b4, sb=0x80e2378, n=1) at 
../screen.c:340
#5  0x080806fd in ScreenResize (xw=0x80ca5b0, width=730, height=496, 
flags=0x80cd984) at ../screen.c:1791
#6  0x0805d3a1 in VTResize (w=0x80ca5b0) at ../charproc.c:5021
#7  0xb7c485d9 in XtConfigureWidget () from /usr/lib/libXt.so.6
#8  0xb7c4877a in XtResizeWidget () from /usr/lib/libXt.so.6
#9  0xb7fa5c5a in XawVendorShellExtResize () from /usr/lib/libXaw.so.7
#10 0xb7c612a2 in ?? () from /usr/lib/libXt.so.6
#11 0xb7c450f4 in XtDispatchEventToWidget () from /usr/lib/libXt.so.6
#12 0xb7c45aaf in ?? () from /usr/lib/libXt.so.6
#13 0xb7c44a67 in XtDispatchEvent () from /usr/lib/libXt.so.6
#14 0x08076319 in xevents () at ../misc.c:459
#15 0x08059edb in in_put (xw=0x80ca5b0) at ../charproc.c:3437
#16 0x08059f14 in doinput () at ../charproc.c:3452
#17 0x0805962d in VTparse (xw=0x80ca5b0) at ../charproc.c:3023
#18 0x0805d200 in VTRun (xw=0x80ca5b0) at ../charproc.c:4957
#19 0x0806f416 in main (argc=0, argv=0xb4f8) at ../main.c:2414
=
Program received signal SIGSEGV, Segmentation fault.
0xb7e322a8 in ?? () from /lib/i686/cmov/libc.so.6
(gdb) bt
#0  0xb7e322a8 in ?? () from /lib/i686/cmov/libc.so.6
#1  0xb7e32896 in free () from /lib/i686/cmov/libc.so.6
#2  0x0807d831 in Reallocate (xw=0x80ca5b0, sbuf=0x80cc7b8, sbufaddr=0x80cc7c0, 
nrow=24, ncol=123, oldrow=25, 
oldcol=123) at ../screen.c:499
#3  0x08080777 in ScreenResize (xw=0x80ca5b0, width=742, height=292, 
flags=0x80cd984) at ../screen.c:1837
#4  0x0805d3a1 in VTResize (w=0x80ca5b0) at ../charproc.c:5021
#5  0xb7c485d9 in XtConfigureWidget () from /usr/lib/libXt.so.6
#6  0xb7c4877a in XtResizeWidget () from /usr/lib/libXt.so.6
#7  0xb7fa5c5a in XawVendorShellExtResize () from /usr/lib/libXaw.so.7
#8  0xb7c612a2 in ?? () from /usr/lib/libXt.so.6
#9  0xb7c450f4 in XtDispatchEventToWidget () from /usr/lib/libXt.so.6
#10 0xb7c45aaf in ?? () from /usr/lib/libXt.so.6
#11 0xb7c44a67 in XtDispatchEvent () from /usr/lib/libXt.so.6
#12 0x08076319 in xevents () at ../misc.c:459
#13 0x08059edb in in_put (xw=0x80ca5b0) at ../charproc.c:3437
#14 0x08059f14 in doinput () at ../charproc.c:3452
#15 0x0805962d in VTparse (xw=0x80ca5b0) at ../charproc.c:3023
#16 0x0805d200 in VTRun (xw=0x80ca5b0) at ../charproc.c:4957
#17 0x0806f416 in main (argc=0, argv=0xb4f8) at ../main.c:2414
=
*** glibc detected *** ./xterm: free(): invalid pointer: 0x080d6b78 ***
Program received signal SIGABRT, Aborted.
0xb7fe1424 in __kernel_vsyscall ()
(gdb) bt
#0  0xb7fe1424 in __kernel_vsyscall ()
#1  0xb7ded3d0 in raise () from /lib/i686/cmov/libc.so.6
#2  0xb7df0a85 in abort () from /lib/i686/cmov/libc.so.6
#3  0xb7e262ed in ?? () from /lib/i686/cmov/libc.so.6
#4  0xb7e308f4 in ?? () from /lib/i686/cmov/libc.so.6
#5  0xb7e32835 in free () from /lib/i686/cmov/libc.so.6
#6  0x0807d06d in deleteScrollback (screen=0x80caa74, row=-1) at 
../scrollback.c:115
#7  0x08080993 in ScreenResize (xw=0x80ca970, width=472, height=556, 
flags=0x80cdd44) at ../screen.c:1909
#8  0x0805d3a1 in VTResize (w=0x80ca970) at ../charproc.c:5021
#9  0xb7c485d9 in XtConfigureWidget () from /usr/lib/libXt.so.6
#10 0xb7c4877a in XtResizeWidget () from /usr/lib/libXt.so.6
#11 0xb7fa5c5a in XawVendorShellExtResize () from /usr/lib/libXaw.so.7
#12 0xb7c612a2 in ?? () from /usr/lib/libXt.so.6
#13 0xb7c450f4 in XtDispatchEventToWidget () from /usr/lib/libXt.so.6
#14 0xb7c45aaf in ?? () from /usr/lib/libXt.so.6
#15 0xb7c44a67 in XtDispatchEvent () from /usr/lib/libXt.so.6
#16 0x08076319 in xevents 

Bug#541603: marked as done (Application defaults fail to get loaded (xrdb error messages))

2009-08-22 Thread Debian Bug Tracking System
Your message dated Sat, 22 Aug 2009 22:47:32 +
with message-id e1mezmy-0004jc...@ries.debian.org
and subject line Bug#541603: fixed in xterm 246-1
has caused the Debian Bug report #541603,
regarding Application defaults fail to get loaded (xrdb error messages)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
541603: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541603
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: xterm
Version: 244-1
Severity: normal
Tags: patch

__ xrdb -merge /etc/X11/app-defaults/XTerm-color
In file included from /etc/X11/app-defaults/XTerm-color:4:
/etc/X11/app-defaults/XTerm:200:8: warning: missing terminating ' character
/etc/X11/app-defaults/XTerm-color:23:64: warning: missing terminating ' 
character

The problem is, this makes several colors default to the
 background color (black, for me), and you get black on black text.
 This affect, amongst other things, git diff -- no file names can be
 seen, which is a trifle disconcerting.
==
__ git diff /tmp/one /tmp/two
diff --git a/tmp/one b/tmp/two




@@ -2,9 +2,9 @@ one
 two
 three
 four
-five
 six
 seven
 eight
 nine
 ten
+five
==

The fix is trivial:
 perl -pli -e 's/\'/\'\'/g' /etc/X11/app-defaults/XTerm{,-color}

manoj

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

Kernel: Linux 2.6.30.4-anzu (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xterm depends on:
ii  libc6 2.9-23 GNU C Library: Shared libraries
ii  libfontconfig12.6.0-4generic font configuration library
ii  libice6   2:1.0.5-1  X11 Inter-Client Exchange library
ii  libncurses5   5.7+20090803-1 shared libraries for terminal hand
ii  libx11-6  2:1.2.2-1  X11 client-side library
ii  libxaw7   2:1.0.6-1  X11 Athena Widget library
ii  libxft2   2.1.13-3   FreeType-based font drawing librar
ii  libxmu6   2:1.0.4-2  X11 miscellaneous utility library
ii  libxt61:1.0.5-3  X11 toolkit intrinsics library
ii  xbitmaps  1.0.1-2Base X bitmaps

Versions of packages xterm recommends:
ii  x11-utils 7.4+1  X11 utilities
ii  xutils1:7.4+3X Window System utility programs m

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

-- no debconf information


---End Message---
---BeginMessage---
Source: xterm
Source-Version: 246-1

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

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



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 541...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau jcris...@debian.org (supplier of updated xterm package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 Aug 2009 00:35:21 +0200
Source: xterm
Binary: xterm
Architecture: source amd64
Version: 246-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 xterm  - X terminal emulator
Closes: 531597 541089 541160 541236 541603
Changes: 
 xterm (246-1) unstable; urgency=low
 .
   * New upstream release
 + interaction between allowSendEvents and the various allowXXXOps
   resources clarified in manpage (closes: #531597)
 + remove obsolete logic for saving/restoring wrapping flags, 

Bug#542396: marked as done (xterm fails to start with some parameters)

2009-08-22 Thread Debian Bug Tracking System
Your message dated Sat, 22 Aug 2009 22:47:32 +
with message-id e1mezmy-0004jy...@ries.debian.org
and subject line Bug#541160: fixed in xterm 246-1
has caused the Debian Bug report #541160,
regarding xterm fails to start with some parameters
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
541160: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541160
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: xterm
Version: 244-2
Severity: normal

xterm stars fine without any parameters and with -geometry 80x52,
but exits with bus error when started with -geometry 98x34.
In fact, it seems that any width other than 80 or 132 causes it to crash.
Hmm ... no ... width of 120 seems to not crash it either.

Anyway, it shouldn't crash with any width...

While writing this, I also noticed that resizing xterm to certain
widths will crash it.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: sparc (sparc64)

Kernel: Linux 2.6.26-1-sparc64
Locale: LANG=C, LC_CTYPE=fi_FI (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages xterm depends on:
ii  libc6 2.9-24 GNU C Library: Shared libraries
ii  libfontconfig12.6.0-4generic font configuration library
ii  libice6   2:1.0.5-1  X11 Inter-Client Exchange library
ii  libncurses5   5.7+20090803-1 shared libraries for terminal hand
ii  libx11-6  2:1.2.2-1  X11 client-side library
ii  libxaw7   2:1.0.6-1  X11 Athena Widget library
ii  libxft2   2.1.13-3   FreeType-based font drawing librar
ii  libxmu6   2:1.0.4-2  X11 miscellaneous utility library
ii  libxt61:1.0.5-3  X11 toolkit intrinsics library
ii  xbitmaps  1.0.1-2Base X bitmaps

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

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

-- no debconf information


---End Message---
---BeginMessage---
Source: xterm
Source-Version: 246-1

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

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



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 541...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau jcris...@debian.org (supplier of updated xterm package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 Aug 2009 00:35:21 +0200
Source: xterm
Binary: xterm
Architecture: source amd64
Version: 246-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 xterm  - X terminal emulator
Closes: 531597 541089 541160 541236 541603
Changes: 
 xterm (246-1) unstable; urgency=low
 .
   * New upstream release
 + interaction between allowSendEvents and the various allowXXXOps
   resources clarified in manpage (closes: #531597)
 + remove obsolete logic for saving/restoring wrapping flags, which did not
   work on 64-bit platform.  Wrapping flags (stored in the line-index) are
   now copied with line-data (closes: #541160)
 + modify comments in app-defaults files to avoid problem with C
   preprocessor used by xrdb (closes: #541603)
 + restore special case in makeColorPair needed for colorBDMode resource
   (closes: #541089)
 + correct SetLineFlags() macro, broken in patch #244 when recoding to
   avoid gcc-specific bitfields (closes: #541236)
   * The issues with the fifo-lines code should now be fixed, so enable it
 again.
Checksums-Sha1: 
 a02c720f07994a8961dfd5821a3b1c74b66e6773 1339 

Bug#531597: marked as done (xterm: escape sequences to set title are ignored even if allowTitleOps is set)

2009-08-22 Thread Debian Bug Tracking System
Your message dated Sat, 22 Aug 2009 22:47:32 +
with message-id e1mezmy-0004ju...@ries.debian.org
and subject line Bug#531597: fixed in xterm 246-1
has caused the Debian Bug report #531597,
regarding xterm: escape sequences to set title are ignored even if 
allowTitleOps is set
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


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


printf '\033]0;XTerm Title\007'; read foo

should change the title of a running xterm. Works with rxvt.

probably related to #510030 but didn't check unpatched upstream package yet.

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

Kernel: Linux 2.6.29-2-amd64 (SMP w/1 CPU core)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8) (ignored: LC_ALL 
set to de_DE.utf8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xterm depends on:
ii  libc6 2.9-12 GNU C Library: Shared libraries
ii  libfontconfig12.6.0-3generic font configuration library
ii  libice6   2:1.0.5-1  X11 Inter-Client Exchange library
ii  libncurses5   5.7+20090523-1 shared libraries for terminal hand
ii  libx11-6  2:1.2.1-1  X11 client-side library
ii  libxaw7   2:1.0.5-2  X11 Athena Widget library
ii  libxft2   2.1.13-3   FreeType-based font drawing librar
ii  libxmu6   2:1.0.4-1  X11 miscellaneous utility library
ii  libxt61:1.0.5-3  X11 toolkit intrinsics library
ii  xbitmaps  1.0.1-2Base X bitmaps

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

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

-- no debconf information


---End Message---
---BeginMessage---
Source: xterm
Source-Version: 246-1

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

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



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 531...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau jcris...@debian.org (supplier of updated xterm package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 Aug 2009 00:35:21 +0200
Source: xterm
Binary: xterm
Architecture: source amd64
Version: 246-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 xterm  - X terminal emulator
Closes: 531597 541089 541160 541236 541603
Changes: 
 xterm (246-1) unstable; urgency=low
 .
   * New upstream release
 + interaction between allowSendEvents and the various allowXXXOps
   resources clarified in manpage (closes: #531597)
 + remove obsolete logic for saving/restoring wrapping flags, which did not
   work on 64-bit platform.  Wrapping flags (stored in the line-index) are
   now copied with line-data (closes: #541160)
 + modify comments in app-defaults files to avoid problem with C
   preprocessor used by xrdb (closes: #541603)
 + restore special case in makeColorPair needed for colorBDMode resource
   (closes: #541089)
 + correct SetLineFlags() macro, broken in patch #244 when recoding to
   avoid gcc-specific bitfields (closes: #541236)
   * The issues with the fifo-lines code should now be fixed, so enable it
 again.
Checksums-Sha1: 
 a02c720f07994a8961dfd5821a3b1c74b66e6773 1339 xterm_246-1.dsc
 08a10609f40e5da1c2a1612abdf3a89e09282a3b