Bug#418223: xorg: [INTL:pt_BR] Brazilian Portuguese debconf PO translations
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Package: xorg Tags: l10n patch Severity: wishlist Could you please update the Brazilian Portuguese Translation? Attached you will find xorg-pt_BR.po.gz. It is encoded using UTF-8 and it is tested with msgfmt and also with podebconf-display-po. Thanks in advace! Kind regards, - -- Felipe Augusto van de Wiel (faw) "Debian. Freedom to code. Code to freedom!" -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGGJp8CjAO0JDlykYRAu+LAKCqgLDZwnRcAopdz9AAaDR3YwePHwCgiDlc ODYjFHKfBzZiCUFDudZ0h2o= =uxIN -END PGP SIGNATURE- xorg-pt_BR.po.gz Description: GNU Zip compressed data
Bug#417626: xserver-xorg: crash on resuming from hibernate
On Thu, Apr 05, 2007 at 12:25:29AM +0200, Brice Goglin wrote: > You should be able to check this by downgrading your nvidia driver with > http://snapshot.debian.net/package/nvidia-graphics-drivers Looks like this is not nvidia issue. > I would be good to get a backtrace with debugging enabled (you would > need to rebuild a debugging xserver-xorg-core as described on > http://wiki.debian.org/HowToGetABacktrace). Then, you attach 'gdb > $(pidof X)' and wait for the crash to occur to get a backtrace (with bt > full). But, this gdb can't be run from inside X since it would die > during the crash. And, sometimes, the text console dies too. So we > usually recommend to log by ssh to attach gdb, but you can't do that > during suspend/resume. > So, if the text console does not die when X crashes, you could just > attach a gdb from a text console before suspending. If not, maybe it is > possible to put the gdb in a screen shell and log by ssh after the crash > and get the screen shell back to debug in gdb? So I have just recompiled xserver-xorg-core and installed recompiled versions of packages. After this i decide to use gdb a in screen shell. After crashing there was followed messages in screen session: Program received signal SIGUSR1, User defined signal 1. 0xe410 in __kernel_vsyscall () (gdb) Continuing. Program received signal SIGSEGV, Segmentation fault. 0x08195b73 in WaitForSomething ( pClientsReady=0xbfea0a70) at ../../os/WaitFor.c:220 220 if (timeout < 0) (gdb) Continuing. Program received signal SIGABRT, Aborted. 0xe410 in __kernel_vsyscall () (gdb) Continuing. Program terminated with signal SIGABRT, Aborted. The program no longer exists. (gdb) The program is not being run. I'm not sure why gdb continue executing process after SIGSEGV. Will try to find something on monday. -- WBR, Dmitry signature.asc Description: Digital signature
Bug#417626: ***SPAM*** Bug#417626: xserver-xorg: crash on resuming from hibernate
On Sun, 2007-04-08 at 10:24 +0300, Dmitry Nezhevenko wrote: > > Program received signal SIGSEGV, Segmentation fault. > 0x08195b73 in WaitForSomething ( > pClientsReady=0xbfea0a70) > at ../../os/WaitFor.c:220 > 220 if (timeout < 0) Hmm, not sure what could segfault on that line... > (gdb) > Continuing. [...] > I'm not sure why gdb continue executing process after SIGSEGV. It looks like it receives newlines as input, so it repeats the previous command. Can you try running gdb directly from ssh instead of via screen? -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and DRI developer
Processed: Re: Bug#418204: xserver-xorg-video-ati: Radeon 9200 SE / RV280 doesn't with DRI: writeback test failed.
Processing commands for [EMAIL PROTECTED]: > reassign 418204 linux-2.6 Bug#418204: xserver-xorg-video-ati: Radeon 9200 SE / RV280 doesn't with DRI: writeback test failed. Bug reassigned from package `xserver-xorg-video-ati' to `linux-2.6'. > kthxbye 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#418204: xserver-xorg-video-ati: Radeon 9200 SE / RV280 doesn't with DRI: writeback test failed.
reassign 418204 linux-2.6 kthxbye On Sun, 2007-04-08 at 00:49 +0200, Kurt Roeckx wrote: > Package: xserver-xorg-video-ati > Version: 6.6.3-2 > Severity: important > > Hi, > > I've just upgraded from XFree86 to X.org and when I start X now, I just > get a black screen. > > I sometimes used to have problems with XFee86 too, and looking in the logs > it seems to be the same error. It's just that with XFee86 it ussually works, > with X.org it always fails. > > When I disable dri by commenting out the Load "dri" in xorg.conf, > things work with X.org. > > I have this both with a self compiled 2.6.17.8 as with Debian's 2.6.18-4. > > When it fails, I see this in the kernel log: > Mar 8 19:01:44 intrepid kernel: agpgart: Found an AGP 3.5 compliant device > at :00:00.0. > Mar 8 19:01:44 intrepid kernel: agpgart: Badness. Don't know which AGP mode > to > set. [bridge_agpstat:1f000a0a vga_agpstat:ff00021b fell back to:- > bridge_agpstat:1f000208 vga_agpstat:ff00021b] > Mar 8 19:01:44 intrepid kernel: agpgart: Bridge couldn't do AGP x4. > Mar 8 19:01:44 intrepid kernel: agpgart: Putting AGP V3 device at > :00:00.0 > into 0x mode > Mar 8 19:01:44 intrepid kernel: agpgart: Putting AGP V3 device at > :01:00.0 > into 0x mode Looks like a kernel issue, reassigning. -- Earthling Michel Dänzer | http://tungstengraphics.com Libre software enthusiast | Debian, X and DRI developer
Bug#417626: xserver-xorg: crash on resuming from hibernate
On Sun, Apr 08, 2007 at 11:35:22AM +0200, Michel Dänzer wrote: > On Sun, 2007-04-08 at 10:24 +0300, Dmitry Nezhevenko wrote: > > > > Program received signal SIGSEGV, Segmentation fault. > > 0x08195b73 in WaitForSomething ( > > pClientsReady=0xbfea0a70) > > at ../../os/WaitFor.c:220 > > 220 if (timeout < 0) > > Hmm, not sure what could segfault on that line... Yes.. it's strange > > I'm not sure why gdb continue executing process after SIGSEGV. > > It looks like it receives newlines as input, so it repeats the previous > command. Can you try running gdb directly from ssh instead of via > screen? Will try, but i'm not sure, that i will get access to gdb after resuming. Or maybe i will try to enter some command like "bt" before detaching screen session. Maybe this will help PS 2 Michel: Sorry for private message -- WBR, Dmitry signature.asc Description: Digital signature
Please Set Workaround Environment Variable
Package: sun-java6-jre Version: 6-00-2 Hello, The XSF is going to be uploading XCB to unstable soon, and we want to see this problem at least be manageable. Novell has a patch that we'll be using[0] that allows XCB to ignore the locking issue if the LIBXCB_SLOPPY_LOCK environment variable is set. If the variable is not set, the error in this bug report will still cause problems. We'll be uploading this patch in the next few days to either experimental or unstable. If you have any additional questions, please cc debian-x@lists.debian.org so we can respond. - David Nusinow [0] Actually, we got a version from Ubuntu that's more permissive, but we want to catch these bugs, so we're shipping the restrictive one from Novell. --- System information. --- Architecture: i386 Kernel: Linux 2.6.18-4-686 Debian Release: lenny/sid 500 unstablewww.debian-multimedia.org 500 unstableftp.us.debian.org 500 unstabledodji.flucast.org 1 experimentalftp.debian.org --- Package information. --- Depends (Version) | Installed ==-+- java-common (>= 0.24) | 0.25 locales| 2.3.6.ds1-13 sun-java6-bin (= 6-00-2) | 6-00-2 OR ia32-sun-java6-bin (= 6-00-2) | debconf (>= 0.5) | 1.5.13 OR debconf-2.0| -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#418256: screen stays black after resume, workaround is to switch to console and back
Package: xserver-xorg-video-intel Version: 2:1.9.94-1 Severity: normal Hi, I'm using ususpend to ram (s2ram) a lot, using the hibernate package. Suspending usually works fine, however the screen always comes back as just black. A workaround I've discovered is to switch to text mode (Ctrl +Alt+F1) and back to the video console (Ctrl+Alt+F7). I've also had the impression (didn't test it thoroughly yet, though) that when I do this too fast, the xserver locks up (i.e. switch back to the video console before the text console screen is reinitialized). I'd also like to point out that the text console screen is just as black, I didn't try to get the login prompt displayed yet, either. hibernate has some options such as switching to text mode before doing the suspend, but enabling them didn't help. I remember the non-modesetting driver to have worked better here, hibernate called 915resolution after resume and then switched to the video console and that worked just fine. --- System information. --- Architecture: i386 Kernel: Linux 2.6.20.3 Debian Release: lenny/sid 500 unstableftp.de.debian.org 1 experimentalftp.de.debian.org --- Package information. --- Depends (Version) | Installed ===-+-== libc6 (>= 2.3.6-6) | 2.3.6.ds1-13 libdrm2 (>= 2.3.0) | 2.3.0-1 xserver-xorg-core (>= 2:1.2.99.903) | 2:1.2.99.905-1 best regards, Erich Schubert -- erich@(vitavonni.de|debian.org)--GPG Key ID: 4B3A135C (o_ A man doesn't know what he knows until he knows what he doesn't know. //\ Glück ist, wenn man dafür geliebt wird, wie man eben ist. V_/_
mesa: Changes to 'debian-experimental'
debian/changelog|1 debian/patches/06_fix_texture_data_corruption.patch | 23 debian/patches/series |1 3 files changed, 25 insertions(+) New commits: commit 3832ecadae815bd59e03c55c3431e6565491a9e0 Author: Brice Goglin <[EMAIL PROTECTED]> Date: Sun Apr 8 18:52:31 2007 +0200 Add 06_fix_texture_data_corruption.patch (closes: #412346) diff --git a/debian/changelog b/debian/changelog index 1ece961..8598ffe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ mesa (6.5.2-4) UNRELEASED; urgency=low * Split out libGLw libs and headers from libgl1-mesa-swx11 and ship both static and shared libraries, creating libglw1-mesa and libglw1-mesa-dev (closes: #374904). + * Add 06_fix_texture_data_corruption.patch (closes: #412346). -- Brice Goglin <[EMAIL PROTECTED]> Fri, 30 Mar 2007 19:44:53 +0200 diff --git a/debian/patches/06_fix_texture_data_corruption.patch b/debian/patches/06_fix_texture_data_corruption.patch new file mode 100644 index 000..5bca17a --- /dev/null +++ b/debian/patches/06_fix_texture_data_corruption.patch @@ -0,0 +1,23 @@ +From: Michel Dänzer <[EMAIL PROTECTED]> +Date: Thu, 14 Dec 2006 09:01:43 + (+0100) +Subject: _mesa_swizzle_ubyte_image: Only use single swizzle_copy call when strides match. +X-Git-Url: http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=commitdiff;h=9c09259b8bef8f120cc6f4bb1a44f0eae37d71b3 + +_mesa_swizzle_ubyte_image: Only use single swizzle_copy call when strides match. + +This fixes texture data corruption with glTexSubimage (and probably glTexImage +under some circumstances) with the texstore swizzle path. +--- + +--- a/src/mesa/main/texstore.c b/src/mesa/main/texstore.c +@@ -808,7 +808,8 @@ _mesa_swizzle_ubyte_image(GLcontext *ctx + + /*_mesa_printf("map %d %d %d %d\n", map[0], map[1], map[2], map[3]); */ + +- if (srcRowStride == srcWidth * srcComponents && ++ if (srcRowStride == dstRowStride && ++ srcRowStride == srcWidth * srcComponents && +dimensions < 3) { + /* 1 and 2D images only */ + GLubyte *dstImage = (GLubyte *) dstAddr diff --git a/debian/patches/series b/debian/patches/series index 280a2f3..e4a761e 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -4,3 +4,4 @@ 03_optional-progs-and-install.patch 04_cleanup-osmesa-configs.patch 05_static-nonpic.patch +06_fix_texture_data_corruption.patch -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processing of xorg_7.1.0-19_i386.changes
xorg_7.1.0-19_i386.changes uploaded successfully to localhost along with the files: xorg_7.1.0-19.dsc xorg_7.1.0-19.tar.gz xserver-xorg_7.1.0-19_all.deb xserver-xfree86_7.1.0-19_all.deb xorg_7.1.0-19_all.deb xorg-dev_7.1.0-19_all.deb xlibs-data_7.1.0-19_all.deb xlibs-static-dev_7.1.0-19_all.deb xlibmesa-dri_7.1.0-19_all.deb xlibmesa-gl_7.1.0-19_all.deb xlibmesa-gl-dev_7.1.0-19_all.deb xlibmesa-glu_7.1.0-19_all.deb libglu1-xorg_7.1.0-19_all.deb libglu1-xorg-dev_7.1.0-19_all.deb x-window-system_7.1.0-19_all.deb x-window-system-core_7.1.0-19_all.deb x11-common_7.1.0-19_i386.deb xserver-xorg-video-all_7.1.0-19_i386.deb xserver-xorg-input-all_7.1.0-19_i386.deb Greetings, Your Debian queue daemon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
xorg: Changes to 'debian-etch'
New branch 'debian-etch' available with the following commits: commit cf6890e2e51254a24f454b022f13f40be7ed217f Author: Julien Cristau <[EMAIL PROTECTED]> Date: Sun Apr 8 20:21:17 2007 +0200 x11-common contains an ELF object, so it needs ${shlibs:Depends}. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
xorg: Changes to 'refs/tags/xorg-1_7.1.0-19'
Tag 'xorg-1_7.1.0-19' created by Julien Cristau <[EMAIL PROTECTED]> at 2007-04-08 18:41 + Tagging upload of xorg 1:7.1.0-19 to stable. Changes since xorg-1_7.1.0-18: Julien Cristau (1): x11-common contains an ELF object, so it needs ${shlibs:Depends}. --- debian/changelog |7 +++ debian/control |2 +- 2 files changed, 8 insertions(+), 1 deletion(-) --- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
xorg override disparity
There are disparities between your recently accepted upload and the override file for the following file(s): xlibmesa-dri_7.1.0-19_all.deb: package says section is libs, override says x11. xlibs-static-dev_7.1.0-19_all.deb: package says section is libs, override says libdevel. Either the package or the override file is incorrect. If you think the override is correct and the package wrong please fix the package so that this disparity is fixed in the next upload. If you feel the override is incorrect then please reply to this mail and explain why. [NB: this is an automatically generated mail; if you replied to one like it before and have not received a response yet, please ignore this mail. Your reply needs to be processed by a human and will be in due course, but until then the installer will send these automated mails; sorry.] -- Debian distribution maintenance software (This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
xfonts-base: Changes to 'debian-unstable'
debian/changelog | 12 ++ debian/copyright | 235 ++- 2 files changed, 228 insertions(+), 19 deletions(-) New commits: commit 781fe1fc9dd8667fc3f5135e7595f6bd190485ba Author: Branden Robinson <[EMAIL PROTECTED](none)> Date: Sun Apr 8 15:07:40 2007 -0400 Update Debian copyright file. + Remove Adobe copyright notices; nothing in the upstream sources case-insensitive matches "adobe", let alone bears a copyright notice of theirs. + Add many copyright notices, licenses, and other notations of status (such as "public domain') from upstream sources. + Add other information required by Debian Policy §12.5. diff --git a/debian/changelog b/debian/changelog index 75dc4d0..0e2bc8d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +xfonts-base (1:1.0.0-5) UNRELEASED; urgency=low + + * Update Debian copyright file. ++ Remove Adobe copyright notices; nothing in the upstream sources + case-insensitive matches "adobe", let alone bears a copyright notice of + theirs. ++ Add many copyright notices, licenses, and other notations of status + (such as "public domain') from upstream sources. ++ Add other information required by Debian Policy §12.5. + + -- Branden Robinson <[EMAIL PROTECTED]> Sun, 8 Apr 2007 14:59:14 -0400 + xfonts-base (1:1.0.0-4) unstable; urgency=low [ Eugene Konev ] diff --git a/debian/copyright b/debian/copyright index 850cf94..2e65b3d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,19 +1,216 @@ -Copyright 1984-1989, 1994 Adobe Systems Incorporated. -Copyright 1988, 1994 Digital Equipment Corporation. - -Adobe is a trademark of Adobe Systems Incorporated which may be -registered in certain jurisdictions. -Permission to use these trademarks is hereby granted only in -association with the images described in this file. - -Permission to use, copy, modify, distribute and sell this software -and its documentation for any purpose and without fee is hereby -granted, provided that the above copyright notices appear in all -copies and that both those copyright notices and this permission -notice appear in supporting documentation, and that the names of -Adobe Systems and Digital Equipment Corporation not be used in -advertising or publicity pertaining to distribution of the software -without specific, written prior permission. Adobe Systems and -Digital Equipment Corporation make no representations about the -suitability of this software for any purpose. It is provided "as -is" without express or implied warranty. +Source package: xfonts-base +Obtained from: +XXX: upstream GIT URLs for: +font-arabic-misc-X11R7.0-1.0.0 +font-cursor-misc-X11R7.0-1.0.0 +font-daewoo-misc-X11R7.0-1.0.0 +font-dec-misc-X11R7.0-1.0.0 +font-isas-misc-X11R7.0-1.0.0 +font-jis-misc-X11R7.0-1.0.0 +font-micro-misc-X11R7.0-1.0.0 +font-misc-misc-X11R7.0-1.0.0 +font-mutt-misc-X11R7.0-1.0.0 +font-schumacher-misc-X11R7.0-1.0.0 +font-sony-misc-X11R7.0-1.0.0 +font-sun-misc-X11R7.0-1.0.0 +Upstream author(s): +various; see copyright notices below +Debian package author(s): +Stephen Early +Mark Eichin +Branden Robinson +ISHIKAWA Mutsumi +Scott James Remnant +Daniel Stone +David Nusinow + +Debian copyright(s)/licence(s): + +Unless otherwise noted, all modifications and additions to the upstream soruces +found in this Debian package bear the following copyright and license terms: + +Copyright 1996-2004 Branden Robinson + +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 use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHOR(S) AND COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. + +Upstream copyright(s)/licence(s): + +font-arabic-misc-X11R7.0-1.0.0/COPYING: +Copyright 1996, 1997, 1998, 1999 Computing Research Labs, New Mexico State +University + +Permission is hereby granted, free of charge, to any person obtaining a cop
xfonts-base: Changes to 'debian-unstable'
debian/changelog |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) New commits: commit d166d905ea79da85caced2105c2973ab688babab Author: Branden Robinson <[EMAIL PROTECTED](none)> Date: Sun Apr 8 15:16:29 2007 -0400 Fix typo. diff --git a/debian/changelog b/debian/changelog index 0e2bc8d..412d1bd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,7 +5,7 @@ xfonts-base (1:1.0.0-5) UNRELEASED; urgency=low case-insensitive matches "adobe", let alone bears a copyright notice of theirs. + Add many copyright notices, licenses, and other notations of status - (such as "public domain') from upstream sources. + (such as "public domain") from upstream sources. + Add other information required by Debian Policy §12.5. -- Branden Robinson <[EMAIL PROTECTED]> Sun, 8 Apr 2007 14:59:14 -0400 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
libxinerama: Changes to 'debian-experimental'
man/Makefile.in | 440 1 files changed, 440 insertions(+) New commits: commit 621105e0a7f04cd48e935d306b0cc2af3658937b Author: Julien Cristau <[EMAIL PROTECTED]> Date: Sun Apr 8 21:57:40 2007 +0200 Add man/Makefile.in missed in the autoreconf step. diff --git a/man/Makefile.in b/man/Makefile.in new file mode 100644 index 000..373fdcc --- /dev/null +++ b/man/Makefile.in @@ -0,0 +1,440 @@ +# Makefile.in generated by automake 1.9.6 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +# 2003, 2004, 2005 Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + [EMAIL PROTECTED]@ + +# +# Copyright 2007 Sun Microsystems, Inc. All rights reserved. +# +# Permission to use, copy, modify, distribute, and sell this software and its +# documentation for any purpose is hereby granted without fee, provided that +# the above copyright notice appear in all copies and that both that +# copyright notice and this permission notice appear in supporting +# documentation. +# +# The above copyright notice and this permission notice shall be included +# in all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +# IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +# OTHER DEALINGS IN THE SOFTWARE. +# +# Except as contained in this notice, the name of the copyright holders shall +# not be used in advertising or otherwise to promote the sale, use or +# other dealings in this Software without prior written authorization +# from the copyright holders. +# + +srcdir = @srcdir@ +top_srcdir = @top_srcdir@ +VPATH = @srcdir@ +pkgdatadir = $(datadir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +top_builddir = .. +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +INSTALL = @INSTALL@ +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = man +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +SOURCES = +DIST_SOURCES = +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ +$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ +*) f=$$p;; \ + esac; +am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; +am__installdirs = "$(DESTDIR)$(libmandir)" +libmanDATA_INSTALL = $(INSTALL_DATA) +DATA = $(libman_DATA) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ +ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ +AMDEP_FALSE = @AMDEP_FALSE@ +AMDEP_TRUE = @AMDEP_TRUE@ +AMTAR = @AMTAR@ +APP_MAN_DIR = @APP_MAN_DIR@ +APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ +DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ +ECHO = @ECHO@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +F77 = @F77@ +FFLAGS = @FFLAGS@ +FILE_MAN_DIR = @FILE_MAN_DIR@ +FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ +GREP = @GREP@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIB_MAN_DIR = @LIB_MAN_DIR@ +LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ +LINT = @LINT@ +LINT_FALSE = @L
libx11: Changes to 'debian-experimental'
debian/changelog | 20 ++ debian/control|3 - debian/patches/022_CVE-2007-1667.diff | 100 ++ debian/patches/series |1 4 files changed, 122 insertions(+), 2 deletions(-) New commits: commit b3461531cf9b73801b2613433b512f38958bfdbd Author: Julien Cristau <[EMAIL PROTECTED]> Date: Sat Apr 7 16:40:57 2007 +0200 Add XS-Vcs-Git and XS-Vcs-Browse in debian/control. diff --git a/debian/changelog b/debian/changelog index e4fa393..a6ccac6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,13 @@ libx11 (2:1.1.1-2) UNRELEASED; urgency=low + [ Brice Goglin ] * Drop -DLIBXCURSOR from CFLAGS since upstream default is now correct (closes: #392618). - -- Brice Goglin <[EMAIL PROTECTED]> Sun, 11 Feb 2007 23:14:22 +0100 + [ Julien Cristau ] + * Add XS-Vcs-Git and XS-Vcs-Browse in debian/control. + + -- Julien Cristau <[EMAIL PROTECTED]> Sat, 07 Apr 2007 16:40:20 +0200 libx11 (2:1.1.1-1) experimental; urgency=low diff --git a/debian/control b/debian/control index ef632ae..60df29e 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,8 @@ Maintainer: Debian X Strike Force Uploaders: David Nusinow <[EMAIL PROTECTED]>, Josh Triplett <[EMAIL PROTECTED]>, Jamey Sharp <[EMAIL PROTECTED]>, Julien Cristau <[EMAIL PROTECTED]> Build-Depends: debhelper (>= 5.0.0), pkg-config, xtrans-dev, x11proto-core-dev, x11proto-kb-dev, x11proto-input-dev, x11proto-xext-dev, x11proto-xf86bigfont-dev, libxcb1-dev (>= 0.9.92), libxcb-xlib0-dev (>= 0.9.92), quilt Standards-Version: 3.7.2 -XS-Vcs-Git: git://anongit.freedesktop.org/git/xorg/lib/libX11 +XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libx11 +XS-Vcs-Browse: http://git.debian.org/?p=pkg-xorg/lib/libx11.git Package: libx11-6 Section: libs commit 14e0d107a272906349365b1f4cee0fd86016 Author: Julien Cristau <[EMAIL PROTECTED]> Date: Tue Apr 3 18:53:08 2007 +0200 Fix CVE-2007-1667. Grab patch from upstream git to fix CVE-2007-1667 (the patch included in 2:1.0.3-6 was incomplete). This closes: #414045. diff --git a/debian/changelog b/debian/changelog index c491cc9..592ee01 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libx11 (2:1.0.3-7) unstable; urgency=high + + * Grab patch from upstream git to fix CVE-2007-1667 (the patch included in +2:1.0.3-6 was incomplete). This closes: #414045. + + -- Julien Cristau <[EMAIL PROTECTED]> Tue, 03 Apr 2007 18:45:51 +0200 + libx11 (2:1.0.3-6) unstable; urgency=high * Add patch by Daniel Kobras <[EMAIL PROTECTED]> to add more input diff --git a/debian/patches/022_CVE-2007-1667.diff b/debian/patches/022_CVE-2007-1667.diff new file mode 100644 index 000..6872e39 --- /dev/null +++ b/debian/patches/022_CVE-2007-1667.diff @@ -0,0 +1,100 @@ +From 7dc7ef398b6ad90ccd1680ed9cd1cfdd47312f5a Mon Sep 17 00:00:00 2001 +From: Matthieu Herrb <[EMAIL PROTECTED](none)> +Date: Tue, 3 Apr 2007 15:39:52 +0200 +Subject: [PATCH] Multiple integer overflows in the XGetPixel() and XInitImage functions + +CVE-2007-1667 +--- + src/ImUtil.c | 33 +++-- + 1 files changed, 23 insertions(+), 10 deletions(-) + +diff --git a/src/ImUtil.c b/src/ImUtil.c +index 83fd030..9e667bb 100644 +--- a/src/ImUtil.c b/src/ImUtil.c +@@ -327,12 +327,13 @@ XImage *XCreateImage (dpy, visual, depth, format, offset, data, width, height, + { + register XImage *image; + int bits_per_pixel = 1; ++ int min_bytes_per_line; + + if (depth == 0 || depth > 32 || + (format != XYBitmap && format != XYPixmap && format != ZPixmap) || + (format == XYBitmap && depth != 1) || + (xpad != 8 && xpad != 16 && xpad != 32) || +- offset < 0 || image_bytes_per_line < 0) ++ offset < 0) + return (XImage *) NULL; + if ((image = (XImage *) Xcalloc(1, (unsigned) sizeof(XImage))) == NULL) + return (XImage *) NULL; +@@ -363,16 +364,21 @@ XImage *XCreateImage (dpy, visual, depth, format, offset, data, width, height, + /* +* compute per line accelerator. +*/ +- if (image_bytes_per_line == 0) + { + if (format == ZPixmap) +- image->bytes_per_line = ++ min_bytes_per_line = + ROUNDUP((bits_per_pixel * width), image->bitmap_pad); + else +- image->bytes_per_line = ++ min_bytes_per_line = + ROUNDUP((width + offset), image->bitmap_pad); + } +- else image->bytes_per_line = image_bytes_per_line; ++ if (image_bytes_per_line == 0) { ++ image->bytes_per_line = min_bytes_per_line; ++ } else if (image_bytes_per_line < min_bytes_per_line) { ++ return 0; ++ } else { ++ image->bytes_per_line = image_bytes_per_line; ++ } + + image->bits_per_pixel = bits_per_pixel; + image->obdata = NULL; +@@ -384,7 +390,11 @@ XIm
xfonts-base: Changes to 'debian-unstable'
debian/copyright |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) New commits: commit b4072380f5ec8d5d80bc23c58b55debf7e71cb0c Author: Julien Cristau <[EMAIL PROTECTED]> Date: Sun Apr 8 22:39:38 2007 +0200 Fix typo. diff --git a/debian/copyright b/debian/copyright index 2e65b3d..b375560 100644 --- a/debian/copyright +++ b/debian/copyright @@ -26,7 +26,7 @@ Debian package author(s): Debian copyright(s)/licence(s): -Unless otherwise noted, all modifications and additions to the upstream soruces +Unless otherwise noted, all modifications and additions to the upstream sources found in this Debian package bear the following copyright and license terms: Copyright 1996-2004 Branden Robinson -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: setting package to libglu1-xorg libglu1-xorg-dev x11-common xlibmesa-dri xlibmesa-gl xlibmesa-gl-dev xlibmesa-glu xlibs-data xlibs-static-dev xorg xorg-dev xserver-xfree86 xserver-xorg xser
Processing commands for [EMAIL PROTECTED]: > # Automatically generated email from bts, devscripts version 2.10.2 > package libglu1-xorg libglu1-xorg-dev x11-common xlibmesa-dri xlibmesa-gl > xlibmesa-gl-dev xlibmesa-glu xlibs-data xlibs-static-dev xorg xorg-dev > xserver-xfree86 xserver-xorg xserver-xorg-input-all xserver-xorg-video-all > x-window-system x-window-system-core Ignoring bugs not assigned to: xorg xlibmesa-dri xserver-xorg-input-all xserver-xorg-video-all xlibmesa-gl xlibs-static-dev xorg-dev xserver-xfree86 x11-common xlibmesa-gl-dev xlibs-data xserver-xorg x-window-system-core libglu1-xorg-dev x-window-system xlibmesa-glu libglu1-xorg > tags 418191 + pending Bug#418191: xorg: [INTL:eu] Debconf basque transaltion update Tags were: l10n patch Tags added: pending > tags 418223 + pending Bug#418223: xorg: [INTL:pt_BR] Brazilian Portuguese debconf PO translations Tags were: l10n patch 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]
xorg: Changes to 'debian-unstable'
debian/changelog |1 debian/po/pt_BR.po | 61 ++--- 2 files changed, 31 insertions(+), 31 deletions(-) New commits: commit 4cdd2a159b1bcf3e0ada6d1aed7d54428b782a40 Author: Christian Perrier <[EMAIL PROTECTED]> Date: Sun Apr 8 23:46:46 2007 +0200 Brazilian Portuguese translation update. Closes: #418223 diff --git a/debian/changelog b/debian/changelog index 3905407..0fcb3ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ xorg (1:7.1.0-19) UNRELEASED; urgency=low - Portuguese. - Galician. Closes: #418187 - Basque. Closes: #418191 +- Brazilian Portuguese. Closes: #418223 -- Christian Perrier <[EMAIL PROTECTED]> Fri, 06 Apr 2007 20:12:17 +0200 diff --git a/debian/po/pt_BR.po b/debian/po/pt_BR.po index 18fe0b0..8b4d450 100644 --- a/debian/po/pt_BR.po +++ b/debian/po/pt_BR.po @@ -8,6 +8,7 @@ # Gustavo Noronha Silva, 2001 # Henrique de Moraes Holschuh, 2001 # André LuÃs Lopes <[EMAIL PROTECTED]>, 2001-2005 +# Felipe Augusto van de Wiel (faw) <[EMAIL PROTECTED]>, 2007 # # This file is distributed under the same license as the xorg-x11 package. # Please see debian/copyright. @@ -28,9 +29,9 @@ msgid "" msgstr "" "Project-Id-Version: xorg-x11\n" "Report-Msgid-Bugs-To: [EMAIL PROTECTED]" -"POT-Creation-Date: 2007-04-06 09:15+0200\n" -"PO-Revision-Date: 2006-08-22 23:30-0300\n" -"Last-Translator: Felipe Augusto van de Wiel (faw) <[EMAIL PROTECTED]>\n" +"POT-Creation-Date: 2007-04-07 07:39+0200\n" +"PO-Revision-Date: 2007-04-08 04:28-0300\n" +"Last-Translator: Felipe Augusto van de Wiel (faw) <[EMAIL PROTECTED]>\n" "Language-Team: l10n portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -60,7 +61,7 @@ msgstr "" #. Description #: ../xserver-xorg.templates:3001 msgid "Attempt to autodetect video hardware?" -msgstr "Tentar autodetectar o hardware de vÃdeo ?" +msgstr "Tentar autodetectar o hardware de vÃdeo?" #. Type: boolean #. Description @@ -177,7 +178,7 @@ msgid "" "communicates with the video display and input devices, providing a " "foundation for the chosen Graphical User Interface (GUI)." msgstr "" -"O servidor X é a interface com o hardware do Sistema X Window. Sua função é " +"O servidor X é a interface com o hardware do X Window System. Sua função é " "se comunicar com o display de vÃdeo e dispositivos de entrada, oferecendo a " "fundação para a Interface Gráfica do Usuário (GUI) escolhida." @@ -197,7 +198,7 @@ msgstr "" #. Description #: ../xserver-xorg.templates:7001 msgid "Write default Files section to configuration file?" -msgstr "Gravar seção padrão Files no arquivo de configuração ?" +msgstr "Gravar seção padrão Files no arquivo de configuração?" #. Type: boolean #. Description @@ -247,7 +248,6 @@ msgstr "" #. Type: multiselect #. Description #: ../xserver-xorg.templates:8001 -#, fuzzy msgid "" " - glx : support for OpenGL rendering;\n" " - dri : support in the X server for DRI (Direct Rendering " @@ -271,11 +271,10 @@ msgstr "" " Renderização Direta);\n" " - vbe : suporte para Extensões VESA BIOS. Permite pesquisar as\n" " capacidades do monitor através da placa de vÃdeo;\n" -" - ddc : suporte para Canal de Exibição de Dados, respectivamente.\n" -" Permite pesquisar as capacidades do monitor através da placa\n" -" de vÃdeo;\n" +" - ddc : suporte para Canal de Exibição de Dados. Permite pesquisar as \n" +" capacidades do monitor através da placa de vÃdeo;\n" " - int10 : emulador x86 em modo real usado para fazer softboot em \n" -" placas VGA secundárias. Deve ser habilitado quando vbe for\n" +" placas VGA secundárias. Deveria ser habilitado quando vbe for\n" " habilitado;\n" " - dbe : habilita a extensão de buferização dupla no servidor. Ãtil\n" " para operações de animação e vÃdeo;\n" @@ -342,7 +341,7 @@ msgid "" "For the X Window System graphical user interface to operate correctly, it is " "necessary to select a video card driver for the X server." msgstr "" -"Para que a interface gráfica de usuário do Sistema X Window funcione " +"Para que a interface gráfica de usuário do X Window System funcione " "corretamente, é necessário selecionar o controlador da placa de vÃdeo para o " "servidor X." @@ -360,7 +359,7 @@ msgstr "" #. Description #: ../xserver-xorg.templates:13001 msgid "Use kernel framebuffer device interface?" -msgstr "Utilizar a interface do dispositivo framebuffer do kernel ?" +msgstr "Utilizar a interface do dispositivo framebuffer do kernel?" #. Type: boolean #. Description @@ -402,7 +401,7 @@ msgid "" msgstr "" "Usuários de máquinas PowerPC e usuários de qualquer computador com diversos " "dispositivos de vÃdeo devem especificar o BusID da placa de vÃdeo em um " -"formato especÃfco aceito pela barramento." +"formato
Bug#418298: xserver-xorg-video-ati: doesn't set numlock led back when switching to console and back.
Package: xserver-xorg-video-ati Version: 6.6.3-2 Hi, It seems that if I switch from X to console and back to X, my numlock led goes out, but numlock is still enabled and I need to press the numlock key twice to get it back on. Kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#418298: xserver-xorg-video-ati: doesn't set numlock led back when switching to console and back.
Kurt Roeckx wrote: > Package: xserver-xorg-video-ati > Version: 6.6.3-2 > > Hi, > > It seems that if I switch from X to console and back to X, my numlock > led goes out, but numlock is still enabled and I need to press the > numlock key twice to get it back on. > Are you sure that this problem is ATI-related? I see a similar behavior on my i945 laptop with xserver-xorg-core 1.3-rc5 and the latest intel driver. Also, it might be related to https://bugs.freedesktop.org/show_bug.cgi?id=9964 (just forget about the second X server, switching to another console is enough). Brice -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#418324: xterm: baffling weirdness with 9x15 font and some Unicode glyphs
Package: xterm Version: 222-3 Severity: normal Tags: upstream This is an upstream issue, I'll wager. The root of my complaint is that the Unicode glyphs LEFT-POINTING ANGLE BRACKET (U+2329) and RIGHT-POINTING ANGLE BRACKET (U+232A) don't render when I size my xterms up to the "Large" font. This was brought to my attention because GNU roff renders URLs between these glyphs in UTF-8 environments. (On a Debian system, an example of a manpage that uses the .URL macro is "update-fonts-alias", but there are many others.) At first I thought this was just an oversight in the 9x15 font, as those glyphs render fine. So fired up gbdfed to have a look, intending to draw my own glyphs and submit a patch. Imagine my surprise when I found that the font does define glyphs there. Next I thought, well, maybe the bounding box is wrong, or it's declared as a normal-width character but is really double-width. Those guesses appear to be wrong, too: STARTCHAR angleleft ENCODING 9001 SWIDTH 576 0 DWIDTH 9 0 BBX 9 15 0 -3 BITMAP 0400 0400 0800 0800 1000 1000 0800 0800 0400 0400 ENDCHAR STARTCHAR angleright ENCODING 9002 SWIDTH 576 0 DWIDTH 9 0 BBX 9 15 0 -3 BITMAP 1000 1000 0800 0800 0400 0400 0800 0800 1000 1000 ENDCHAR I'm not really clear on what SWIDTH and DWIDTH are, but they (and the bounding box "BBOX") are the same as glyph 9000 (U+2328 "KEYBOARD"), which renders fine. So then I thought maybe it's a bug in xterm. After floundering a bit, because konsole doesn't want to play with bitmap fonts and fails to "install" them when its convoluted dialogs offer to, and gnome-terminal wanted to install a few dozen megs of dependencies, including Epiphrany and dvd+rw-tools (?!), I settled on rxvt-unicode-ml. I was in for another surprise. urxvt displays the glyphs correctly -- but then so does xterm, when I launch it manually! (Usually I just let the session manager start all the xterms I use.) What's more, both urxvt and xterm suddenly forget how to render U+2328 and U+232B ("ERASE TO THE LEFT"), which my usual xterms that can't render angle brackets handle just fine! There is one difference between urxvt and xterm -- the angle bracket glyphs I *do* get look right on urxvt, but xterm is showing me some ugly stuff that reminds me of the semigraphics characters on the TRS-80 Model I. I've worked with X for a long time but this has me stumped. What on earth is going on? Here's my $HOME/.Xresources; as you can see, I don't change XTerm's fonts: ! Personal Xresources file XClipboard*Form*Text*font: fixed XConsole.verbose: true XConsole*iconic:false XConsole*geometry: 1272x89+0-58 XConsole*saveLines: 1000 XConsole*font: 6x10 XTerm*autoWrap: true XTerm*curses: true XTerm*loginShell: true XTerm*reverseWrap: true XTerm*scrollBar:true XTerm*saveLines:5000 XTerm*scrollTtyOutput: false XTerm*trimSelection:true XTerm*visualBell: true XTerm*activeIcon: true XTerm.VT100.background: gray30 XTerm.VT100.foreground: gray90 XTerm.VT100.geometry: 200x67-0+0 XTerm.VT100.color4: DodgerBlue1 XTerm.VT100.color8: gray50 XTerm.VT100.color12:SteelBlue1 XTerm.VT100.scrollbar.background: white XTerm.VT100.scrollbar.foreground: blue UXTerm*autoWrap:true UXTerm*curses: true UXTerm*loginShell: true UXTerm*reverseWrap: true UXTerm*scrollBar: true UXTerm*saveLines: 5000 UXTerm*scrollTtyOutput: false UXTerm*trimSelection: true UXTerm*visualBell: true UXTerm*activeIcon: true UXTerm.VT100.background:gray30 UXTerm.VT100.foreground:gray90 UXTerm.VT100.geometry: 200x67-0+0 UXTerm.VT100.color4:DodgerBlue1 UXTerm.VT100.color8:gray50 UXTerm.VT100.color12: SteelBlue1 UXTerm.VT100.scrollbar.background: white UXTerm.VT100.scrollbar.foreground: blue XCalc*IconName: xcalc XLock.star.delay: 2 XLock.star.batchcount: 100 XLock.star.saturation: 1.0 XLock.star.rock: on XLock.star.trek: 0 ! vim:ai:noet:sts=8:sw=8:tw=0: -- System Information: Debian Release: 4.0 APT prefers oldstable APT policy: (500, 'oldstable'), (500, 'testing'), (500, 'stable') Architecture: powerpc (ppc) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.15-1-powerpc-smp Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages xterm depends on: ii libc6 2.3.6.ds1-13 GNU C Library: Shared libraries ii libfontconfig1 2.4.2-1.2generic font configuration library ii libice6 1:1.0.1-2X11 Inter-Client Exchange library ii libncurses5 5.5-5Shared libraries for terminal hand ii libsm6 1:1.0.1-3X11 Session Management library ii libx11-62:1.0.3-7X11 client
Bug#418324: URL to screenshot
I forgot to add a screen shot as documentary evidence. http://necrotic.deadbeast.net/tmp/glyph_weirdness.png -- G. Branden Robinson|Those who fail to remember the laws Debian GNU/Linux |of science are condemned to [EMAIL PROTECTED] |rediscover some of the worst ones. http://people.debian.org/~branden/ |-- Harold Gordon signature.asc Description: Digital signature
Bug#418324: URL to screenshot
Missing qualification in my bug description: > At first I thought this was just an oversight in the 9x15 font, as those > glyphs render fine. That is, they render fine in all the other default xterm fonts, except possibly for "Unreadable" (nil2). -- G. Branden Robinson| I am not young enough to know Debian GNU/Linux | everything. [EMAIL PROTECTED] | -- Oscar Wilde http://people.debian.org/~branden/ | signature.asc Description: Digital signature
xfonts-base: Changes to 'debian-unstable'
debian/changelog | 13 +++-- debian/control |7 --- 2 files changed, 11 insertions(+), 9 deletions(-) New commits: commit 474af23b1cf341c6e7dd0fefa00646bb1b12cb0e Author: Branden Robinson <[EMAIL PROTECTED](none)> Date: Sun Apr 8 20:57:55 2007 -0400 Update package description. + Stop claiming that the package also provides font file manipulation utilities. It no longer does; those moved to xfonts-utils. (To aid transitions, xfonts-base should have grown a dependency on xfonts-utils, but etch is out now and it's too late to help people upgrading from sarge.) + Stop documenting the dependency on xutils; debhelper now worries about this for us via dh_installxfonts and ${misc:Depends}, so the dependency is no longer directly our responsibility. diff --git a/debian/changelog b/debian/changelog index 412d1bd..4e314f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,8 +7,17 @@ xfonts-base (1:1.0.0-5) UNRELEASED; urgency=low + Add many copyright notices, licenses, and other notations of status (such as "public domain") from upstream sources. + Add other information required by Debian Policy §12.5. - - -- Branden Robinson <[EMAIL PROTECTED]> Sun, 8 Apr 2007 14:59:14 -0400 + * Update package description. ++ Stop claiming that the package also provides font file manipulation + utilities. It no longer does; those moved to xfonts-utils. (To aid + transitions, xfonts-base should have grown a dependency on xfonts-utils, + but etch is out now and it's too late to help people upgrading from + sarge.) ++ Stop documenting the dependency on xutils; debhelper now worries about + this for us via dh_installxfonts and ${misc:Depends}, so the dependency + is no longer directly our responsibility. + + -- Branden Robinson <[EMAIL PROTECTED]> Sun, 8 Apr 2007 20:54:40 -0400 xfonts-base (1:1.0.0-4) unstable; urgency=low diff --git a/debian/control b/debian/control index 6b499be..f908caa 100644 --- a/debian/control +++ b/debian/control @@ -24,10 +24,3 @@ Description: standard fonts for X If you are not using a remote font server, you must install this package if you are installing an X server. It contains fonts, including the 'fixed' font, without which X servers will not work. - . - This package also provides a set of files that can be used by the X or - fonts server to transcode fonts from one encoding to another (e.g., KOI8-R - to ISO-8859-5). - . - This package requires the xutils package to prepare the font directories - for use by an X server or X font server. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
xutils-dev: Changes to 'refs/tags/xutils-dev-1_7.2.ds2-1'
Tag 'xutils-dev-1_7.2.ds2-1' created by Julien Cristau <[EMAIL PROTECTED]> at 2007-04-09 02:00 + Tagging upload of xutils-dev 1:7.2.ds2-1 to unstable. Changes since xutils-dev-1_7.2.ds-1: Brice Goglin (1): * [imake] Fix typo in 02_mkdirhier_rewrite.diff. Julien Cristau (3): [xorg-cf-files] Define GNUArchitecture on GNU/kFreeBSD. Update to makedepend 1.0.1. Prepare changelog for upload. --- debian/changelog | 16 + debian/patches/02_mkdirhier_rewrite.diff |2 debian/patches/07_cf_GNUArchitecture_for_GNU_kFreeBSD.diff | 27 ++ debian/patches/series |1 makedepend/AUTHORS |2 makedepend/ChangeLog | 10 makedepend/Makefile.in |5 makedepend/aclocal.m4 | 22 + makedepend/config.sub | 14 - makedepend/configure | 43 ++- makedepend/configure.ac|2 makedepend/makedepend-config.h.in |9 makedepend/mkinstalldirs | 158 - makedepend/parse.c |9 14 files changed, 139 insertions(+), 181 deletions(-) --- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
xutils-dev: Changes to 'debian-unstable'
debian/changelog | 23 debian/patches/02_mkdirhier_rewrite.diff |2 debian/patches/07_cf_GNUArchitecture_for_GNU_kFreeBSD.diff | 27 debian/patches/series |1 debian/xsfbs/xsfbs-autoreconf.mk | 150 ++ debian/xsfbs/xsfbs.mk | 374 + debian/xsfbs/xsfbs.sh | 907 + gccmakedep/aclocal.m4 | 87 + gccmakedep/config.guess| 63 gccmakedep/config.sub | 87 - gccmakedep/configure | 343 +--- gccmakedep/mkinstalldirs | 89 - imake/aclocal.m4 | 87 + imake/config.guess | 63 imake/config.sub | 87 - imake/configure| 351 + imake/mkinstalldirs| 89 - lndir/aclocal.m4 | 87 + lndir/compile | 147 +- lndir/config.guess | 667 + lndir/config.sub | 222 ++- lndir/configure| 285 +--- lndir/depcomp | 103 + lndir/install-sh | 477 +++--- lndir/missing | 142 +- lndir/mkinstalldirs| 89 - makedepend/AUTHORS |2 makedepend/ChangeLog | 10 makedepend/Makefile.in |5 makedepend/aclocal.m4 | 107 + makedepend/compile | 147 +- makedepend/config.guess| 667 + makedepend/config.sub | 230 ++- makedepend/configure | 555 ++- makedepend/configure.ac|2 makedepend/depcomp | 103 + makedepend/install-sh | 477 +++--- makedepend/makedepend-config.h.in |9 makedepend/missing | 142 +- makedepend/mkinstalldirs | 111 - makedepend/parse.c |9 util-macros/ChangeLog | 36 util-macros/Makefile.am|2 util-macros/Makefile.in| 126 - util-macros/aclocal.m4 | 37 util-macros/configure | 202 +- util-macros/configure.ac |2 util-macros/xorg-macros.m4 |2 util-macros/xorgversion.m4 | 20 xorg-cf-files/configure| 140 +- xorg-cf-files/mkinstalldirs| 89 - 51 files changed, 5291 insertions(+), 2990 deletions(-) New commits: commit c82ab28a750327c28fd8b1dc592e79198cd9be81 Author: Julien Cristau <[EMAIL PROTECTED]> Date: Mon Apr 9 04:00:10 2007 +0200 Prepare changelog for upload. diff --git a/debian/changelog b/debian/changelog index 8a87a51..681ba44 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -xutils-dev (1:7.2.ds-2) UNRELEASED; urgency=low +xutils-dev (1:7.2.ds2-1) unstable; urgency=low [ Julien Cristau ] * [xorg-cf-files] Add patch from upstream git to define GNUArchitecture on @@ -10,8 +10,9 @@ xutils-dev (1:7.2.ds-2) UNRELEASED; urgency=low [ Julien Cristau ] * Update makedepend to 1.0.1. + * Upload to unstable. - -- Julien Cristau <[EMAIL PROTECTED]> Mon, 09 Apr 2007 03:48:18 +0200 + -- Julien Cristau <[EMAIL PROTECTED]> Mon, 09 Apr 2007 03:55:00 +0200 xutils-dev (1:7.2.ds-1) experimental; urgency=low commit feff7efb9f00b4f1b032420a509e5a03934ab4ac Author: Julien Cristau <[EMAIL PROTECTED]> Date: Mon Apr 9 03:52:57 2007 +0200 Update to makedepend 1.0.1. diff --git a/debian/changelog b/debian/changelog index c81cfc1..8a87a51 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,7 +8,10 @@ xutils-dev (1:7.2.ds-2) UNRELEASED; urgency=low * [imake] Fix typo in 02_mkdirhier_rewrite.diff. Thanks, A. Costa (closes: #306690). - -- Brice Goglin <[EMAIL PROTECTED]> Sun, 18 Feb 20
Processing of xutils-dev_7.2.ds2-1_i386.changes
xutils-dev_7.2.ds2-1_i386.changes uploaded successfully to localhost along with the files: xutils-dev_7.2.ds2-1.dsc xutils-dev_7.2.ds2.orig.tar.gz xutils-dev_7.2.ds2-1.diff.gz xutils-dev_7.2.ds2-1_i386.deb Greetings, Your Debian queue daemon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
xutils-dev_7.2.ds2-1_i386.changes ACCEPTED
Accepted: xutils-dev_7.2.ds2-1.diff.gz to pool/main/x/xutils-dev/xutils-dev_7.2.ds2-1.diff.gz xutils-dev_7.2.ds2-1.dsc to pool/main/x/xutils-dev/xutils-dev_7.2.ds2-1.dsc xutils-dev_7.2.ds2-1_i386.deb to pool/main/x/xutils-dev/xutils-dev_7.2.ds2-1_i386.deb xutils-dev_7.2.ds2.orig.tar.gz to pool/main/x/xutils-dev/xutils-dev_7.2.ds2.orig.tar.gz Override entries for your package: xutils-dev_7.2.ds2-1.dsc - source x11 xutils-dev_7.2.ds2-1_i386.deb - optional x11 Announcing to debian-devel-changes@lists.debian.org Closing bugs: 306690 357582 Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#357582: marked as done (imake: please define GNUArchitecture)
Your message dated Mon, 09 Apr 2007 02:17:03 + with message-id <[EMAIL PROTECTED]> and subject line Bug#357582: fixed in xutils-dev 1:7.2.ds2-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) --- Begin Message --- Package: xutils Version: 6.9.0.dfsg.1-4 Severity: important Tags: patch GNUArchitecture macro used to be defined for GNU/kFreeBSD, but it was disabled when we moved to using linux.cf. Programs use this macro to check for Glibc-ness, so we need it. Please, could you bring it back? (patch been sent to upstream already) --- xc/config/cf/Imake.cf~ 2005-12-29 03:37:59.0 +0100 +++ xc/config/cf/Imake.cf 2006-03-18 11:12:48.0 +0100 @@ -787,6 +787,9 @@ # ifdef __linux__ # define LinuxArchitecture # endif +# ifdef __GLIBC__ +# define GNUArchitecture +# endif # ifdef i386 # ifndef i386Architecture # define i386Architecture -- System Information: Debian Release: testing/unstable Architecture: kfreebsd-i386 (i586) Shell: /bin/sh linked to /bin/bash Kernel: GNU/kFreeBSD 5.4-1-586 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C) Versions of packages xutils depends on: ii cpp 4:4.0.2-2 The GNU C preprocessor (cpp) ii libc0.1 2.3.6-3+kbsd.r1284 GNU C Library: Shared libraries an ii libfreetype6 2.1.10-1.1 FreeType 2 font engine, shared lib ii libfs66.9.0.dfsg.1-4 X Font Server library ii x11-common6.9.0.dfsg.1-4 X Window System (X.Org) infrastruc ii zlib1g1:1.2.3-11 compression library - runtime xutils recommends no packages. -- no debconf information --- End Message --- --- Begin Message --- Source: xutils-dev Source-Version: 1:7.2.ds2-1 We believe that the bug you reported is fixed in the latest version of xutils-dev, which is due to be installed in the Debian FTP archive: xutils-dev_7.2.ds2-1.diff.gz to pool/main/x/xutils-dev/xutils-dev_7.2.ds2-1.diff.gz xutils-dev_7.2.ds2-1.dsc to pool/main/x/xutils-dev/xutils-dev_7.2.ds2-1.dsc xutils-dev_7.2.ds2-1_i386.deb to pool/main/x/xutils-dev/xutils-dev_7.2.ds2-1_i386.deb xutils-dev_7.2.ds2.orig.tar.gz to pool/main/x/xutils-dev/xutils-dev_7.2.ds2.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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Julien Cristau <[EMAIL PROTECTED]> (supplier of updated xutils-dev 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 [EMAIL PROTECTED]) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 09 Apr 2007 03:55:00 +0200 Source: xutils-dev Binary: xutils-dev Architecture: source i386 Version: 1:7.2.ds2-1 Distribution: unstable Urgency: low Maintainer: Debian X Strike Force Changed-By: Julien Cristau <[EMAIL PROTECTED]> Description: xutils-dev - X Window System utility programs for development Closes: 306690 357582 Changes: xutils-dev (1:7.2.ds2-1) unstable; urgency=low . [ Julien Cristau ] * [xorg-cf-files] Add patch from upstream git to define GNUArchitecture on GNU/kFreeBSD. Thanks, Robert Millan (closes: #357582). . [ Brice Goglin ] * [imake] Fix typo in 02_mkdirhier_rewrite.diff. Thanks, A. Costa (closes: #306690). . [ Julien Cristau ] * Update makedepend to 1.0.1. * Upload to unstable. Files: 75d04e71428f3222ce327d755f7ed0a4 803 x11 optional xutils-dev_7.2.ds2-1.dsc b6f03880e60b65337eb2621ebc6e2a27 865265 x11 optional xutils-dev_7.2.ds2.orig.tar.gz f8693842df6d2d02dd9827dc98c7ce89 42172 x11 optional xutils-dev_7.2.ds2-1.diff.gz ae87cb59096e89e799745b6a30bcb56e 300096 x11 optional xutils-dev_7.2.ds2-1_i386.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGGZ32mEvTgKxfcAwRAuBkAKCK0rSAltJEWtr1yY00NZCU3FhUYQCdFteB jXBQrXxg8UQ6XTyJkSKyG7I= =YktZ -END PGP SIGNATURE- --- End Message ---
Bug#306690: marked as done ('man mkdirhier' typo: "distingushed")
Your message dated Mon, 09 Apr 2007 02:17:03 + with message-id <[EMAIL PROTECTED]> and subject line Bug#306690: fixed in xutils-dev 1:7.2.ds2-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) --- Begin Message --- Package: xutils Version: 4.3.0.dfsg.1-12.0.1 Severity: minor Tags: patch Found a typo in '/usr/X11R6/man/man1/mkdirhier.1x.gz', see attached '.diff'. Hope this helps... -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.9-1-686 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C) Versions of packages xutils depends on: ii cpp 4:3.3.5-3 The GNU C preprocessor (cpp) ii libc62.3.2.ds1-21GNU C Library: Shared libraries an ii xfree86-common 4.3.0.dfsg.1-12 X Window System (XFree86) infrastr ii zlib1g 1:1.2.2-4 compression library - runtime -- no debconf information --- - 2005-04-27 19:48:47.831029000 -0400 +++ /tmp/mkdirhier1x.gz.10847 2005-04-27 19:48:47.826167845 -0400 @@ -51,7 +51,7 @@ .PP .B mkdirhier prefixes its diagnostic messages with the name under which it was invoked, -followed by a colon (\(oq:\(cq) so that its messages can be distingushed +followed by a colon (\(oq:\(cq) so that its messages can be distinguished from others. .TP .B could not create directory \(dq\fIdirectory\fP\(dq --- End Message --- --- Begin Message --- Source: xutils-dev Source-Version: 1:7.2.ds2-1 We believe that the bug you reported is fixed in the latest version of xutils-dev, which is due to be installed in the Debian FTP archive: xutils-dev_7.2.ds2-1.diff.gz to pool/main/x/xutils-dev/xutils-dev_7.2.ds2-1.diff.gz xutils-dev_7.2.ds2-1.dsc to pool/main/x/xutils-dev/xutils-dev_7.2.ds2-1.dsc xutils-dev_7.2.ds2-1_i386.deb to pool/main/x/xutils-dev/xutils-dev_7.2.ds2-1_i386.deb xutils-dev_7.2.ds2.orig.tar.gz to pool/main/x/xutils-dev/xutils-dev_7.2.ds2.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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Julien Cristau <[EMAIL PROTECTED]> (supplier of updated xutils-dev 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 [EMAIL PROTECTED]) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 09 Apr 2007 03:55:00 +0200 Source: xutils-dev Binary: xutils-dev Architecture: source i386 Version: 1:7.2.ds2-1 Distribution: unstable Urgency: low Maintainer: Debian X Strike Force Changed-By: Julien Cristau <[EMAIL PROTECTED]> Description: xutils-dev - X Window System utility programs for development Closes: 306690 357582 Changes: xutils-dev (1:7.2.ds2-1) unstable; urgency=low . [ Julien Cristau ] * [xorg-cf-files] Add patch from upstream git to define GNUArchitecture on GNU/kFreeBSD. Thanks, Robert Millan (closes: #357582). . [ Brice Goglin ] * [imake] Fix typo in 02_mkdirhier_rewrite.diff. Thanks, A. Costa (closes: #306690). . [ Julien Cristau ] * Update makedepend to 1.0.1. * Upload to unstable. Files: 75d04e71428f3222ce327d755f7ed0a4 803 x11 optional xutils-dev_7.2.ds2-1.dsc b6f03880e60b65337eb2621ebc6e2a27 865265 x11 optional xutils-dev_7.2.ds2.orig.tar.gz f8693842df6d2d02dd9827dc98c7ce89 42172 x11 optional xutils-dev_7.2.ds2-1.diff.gz ae87cb59096e89e799745b6a30bcb56e 300096 x11 optional xutils-dev_7.2.ds2-1_i386.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGGZ32mEvTgKxfcAwRAuBkAKCK0rSAltJEWtr1yY00NZCU3FhUYQCdFteB jXBQrXxg8UQ6XTyJkSKyG7I= =YktZ -END PGP SIGNATURE- --- End Message ---
xdm: Changes to 'debian-unstable'
debian/changelog | 12 +++- 1 files changed, 11 insertions(+), 1 deletion(-) New commits: commit ccd61266f5ccd9591b06f18922bc858c6d8acdac Author: Julien Cristau <[EMAIL PROTECTED]> Date: Mon Apr 9 04:23:43 2007 +0200 Prepare changelog for upload. diff --git a/debian/changelog b/debian/changelog index a6b0acb..5ec3fee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,13 @@ -xdm (1:1.1.4-3) UNRELEASED; urgency=low +xdm (1:1.1.4-3) unstable; urgency=low [ Christian Perrier ] * New debconf templates translation: - Korean. Closes: #418073 - -- Julien Cristau <[EMAIL PROTECTED]> Mon, 09 Apr 2007 04:21:25 +0200 + [ Julien Cristau ] + * Upload to unstable. + + -- Julien Cristau <[EMAIL PROTECTED]> Mon, 09 Apr 2007 04:23:22 +0200 xdm (1:1.1.4-2) experimental; urgency=low commit 7662d94028281f09d94abdf1a96f9d2cdb730305 Author: Julien Cristau <[EMAIL PROTECTED]> Date: Mon Apr 9 04:22:51 2007 +0200 Move Korean translation update in a new changelog entry. diff --git a/debian/changelog b/debian/changelog index 2129ac0..a6b0acb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +xdm (1:1.1.4-3) UNRELEASED; urgency=low + + [ Christian Perrier ] + * New debconf templates translation: +- Korean. Closes: #418073 + + -- Julien Cristau <[EMAIL PROTECTED]> Mon, 09 Apr 2007 04:21:25 +0200 + xdm (1:1.1.4-2) experimental; urgency=low [ Brice Goglin ] @@ -25,7 +33,6 @@ xdm (1:1.1.4-2) experimental; urgency=low - French - Brazilian Portuguese. Closes: #417660 - Portuguese. Closes: #417654 - - Korean. Closes: #418073 -- Julien Cristau <[EMAIL PROTECTED]> Thu, 05 Apr 2007 23:05:16 +0200 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
xdm: Changes to 'refs/tags/xdm-1_1.1.4-3'
Tag 'xdm-1_1.1.4-3' created by Julien Cristau <[EMAIL PROTECTED]> at 2007-04-09 02:29 + Tagging upload of xdm 1:1.1.4-3 to unstable. Changes since xdm-1_1.1.4-2: Christian Perrier (1): Korean translation added Julien Cristau (2): Move Korean translation update in a new changelog entry. Prepare changelog for upload. --- debian/changelog | 11 +++ debian/po/ko.po | 85 +++ 2 files changed, 96 insertions(+) --- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processing of xdm_1.1.4-3_i386.changes
xdm_1.1.4-3_i386.changes uploaded successfully to localhost along with the files: xdm_1.1.4-3.dsc xdm_1.1.4-3.diff.gz xdm_1.1.4-3_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'
debian/NEWS | 18 -- debian/changelog |7 +++ 2 files changed, 7 insertions(+), 18 deletions(-) New commits: commit c06d72edee7c099d5ee45853c8b5a24264c6373b Author: Branden Robinson <[EMAIL PROTECTED](none)> Date: Sun Apr 8 22:39:29 2007 -0400 Remove debian/NEWS. The events it attested to (like the "upcoming 7.0 modularization" are no longer news, and are in the past. diff --git a/debian/NEWS b/debian/NEWS deleted file mode 100644 index 7769a1c..000 --- a/debian/NEWS +++ /dev/null @@ -1,18 +0,0 @@ -xterm (204-0pre1) experimental; urgency=low - - * The xterm package has been splitted from the upstream X.Org tree, in -advance of the upcoming modularization in X.Org 7.0. - * This first release will go to experimental distribution, in order to test -if the transition has been successful. - * Several things have changed, probably the most obvious is that xterm and -companions are now installed under /usr/bin instead of /usr/X11R6/bin, now -that we got rid of imake and use autoconf tools. - * Also, wide fonts and 256-colour support have been added to xterm. It was a -long awaited feature, I think. Please test if the new xterm fulfill all -your wishes. - - -- David MartÃnez Moreno <[EMAIL PROTECTED]> Fri, 23 Sep 2005 12:24:29 +0200 - - $Id$ - -# vim:set ai et sw=2 ts=2 tw=78: diff --git a/debian/changelog b/debian/changelog index 3452e02..612a6a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xterm (225-2) unstable; urgency=low + + * Remove debian/NEWS; the events it attested to (like the "upcoming 7.0 +modularization" are no longer news, and are in the past. + + -- Branden Robinson <[EMAIL PROTECTED]> Sun, 8 Apr 2007 22:37:50 -0400 + xterm (225-1) unstable; urgency=low * New upstream release. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
xdm_1.1.4-3_i386.changes ACCEPTED
Accepted: xdm_1.1.4-3.diff.gz to pool/main/x/xdm/xdm_1.1.4-3.diff.gz xdm_1.1.4-3.dsc to pool/main/x/xdm/xdm_1.1.4-3.dsc xdm_1.1.4-3_i386.deb to pool/main/x/xdm/xdm_1.1.4-3_i386.deb Override entries for your package: xdm_1.1.4-3.dsc - source x11 xdm_1.1.4-3_i386.deb - optional x11 Announcing to debian-devel-changes@lists.debian.org Closing bugs: 418073 Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#418073: marked as done ([INTL:ko] Debconf Korean translation)
Your message dated Mon, 09 Apr 2007 02:47:03 + with message-id <[EMAIL PROTECTED]> and subject line Bug#418073: fixed in xdm 1:1.1.4-3 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) --- Begin Message --- Package: xdm Version: N/A Severity: wishlist Tags: l10n patch -- Sunjae Park(daréhanl) GPG: 1024D/AAA96037 ko.po.bz2 Description: BZip2 compressed data pgp1yNKDgd1Md.pgp Description: PGP signature --- End Message --- --- Begin Message --- Source: xdm Source-Version: 1:1.1.4-3 We believe that the bug you reported is fixed in the latest version of xdm, which is due to be installed in the Debian FTP archive: xdm_1.1.4-3.diff.gz to pool/main/x/xdm/xdm_1.1.4-3.diff.gz xdm_1.1.4-3.dsc to pool/main/x/xdm/xdm_1.1.4-3.dsc xdm_1.1.4-3_i386.deb to pool/main/x/xdm/xdm_1.1.4-3_i386.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Julien Cristau <[EMAIL PROTECTED]> (supplier of updated xdm 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 [EMAIL PROTECTED]) -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 09 Apr 2007 04:23:22 +0200 Source: xdm Binary: xdm Architecture: source i386 Version: 1:1.1.4-3 Distribution: unstable Urgency: low Maintainer: Debian X Strike Force Changed-By: Julien Cristau <[EMAIL PROTECTED]> Description: xdm- X display manager Closes: 418073 Changes: xdm (1:1.1.4-3) unstable; urgency=low . [ Christian Perrier ] * New debconf templates translation: - Korean. Closes: #418073 . [ Julien Cristau ] * Upload to unstable. Files: fc738c239105852044faa5284fa0b65f 887 x11 optional xdm_1.1.4-3.dsc 008b7075e50670177560d5fc38ad0041 222715 x11 optional xdm_1.1.4-3.diff.gz 49d009925e32d7a7071f8b698bdee224 184774 x11 optional xdm_1.1.4-3_i386.deb -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGGaTCmEvTgKxfcAwRAnvkAJ0QCAAPFsQDzjmOxy1/hcsZL1yNrwCgwJ3S hKkwRh2n1cj4e0TQOYiAwxQ= =BV47 -END PGP SIGNATURE- --- End Message ---
Bug#418324: xterm: baffling weirdness with 9x15 font and some Unicode glyphs
On Sun, Apr 08, 2007 at 08:27:18PM -0400, Thomas Dickey wrote: > grep'ing the code, I see some special case in wcwidth.c (the built-in flavor) > which may be related - makes xterm treat those codes as double-width. I > expect > they're being scaled. xterm does treat them as double-width in all the default bitmap fonts in the resources; but it's only in 9x15 that the glyph doesn't render, which suggests to me another layer to the problem. > I have a to-do item to make it configurable whether the built-in or system > wcwidth() is used; looks like this case would be interesting to compare. I did not know that character width was determined by codepoint rather than by font-specific information, but if this is something Unicode is standardizing, I think that's a good thing. The code chart for this block of Unicode ("Miscellaneous Technical")[1] seems to suggest that these glyphs should be fullwidth, or at least wide enough to have the angle brackets "hug" the other symbols they enclose, but I find it difficult to argue for the normativity of that observation without more background. [1] http://www.unicode.org/charts/PDF/U2300.pdf -- G. Branden Robinson| If you have the slightest bit of Debian GNU/Linux | intellectual integrity you cannot [EMAIL PROTECTED] | support the government. http://people.debian.org/~branden/ | -- anonymous signature.asc Description: Digital signature
Bug#418324: another screenshot
Here's another screen shot, showing the same glyphs at every one of the stock font sizes. http://necrotic.deadbeast.net/tmp/more_glyph_weirdness.png -- G. Branden Robinson|Patriotism is your conviction that Debian GNU/Linux |this country is superior to all [EMAIL PROTECTED] |others because you were born in it. http://people.debian.org/~branden/ |-- George Bernard Shaw signature.asc Description: Digital signature
Processed: Re: Bug#418298: xserver-xorg-video-ati: doesn't set numlock led back when switching to console and back.
Processing commands for [EMAIL PROTECTED]: > reassign 418298 xserver-xorg-input-kbd Bug#418298: xserver-xorg-video-ati: doesn't set numlock led back when switching to console and back. Bug reassigned from package `xserver-xorg-video-ati' to `xserver-xorg-input-kbd'. > forwarded 418298 https://bugs.freedesktop.org/show_bug.cgi?id=9964 Bug#418298: xserver-xorg-video-ati: doesn't set numlock led back when switching to console and back. Noted your statement that Bug has been forwarded to https://bugs.freedesktop.org/show_bug.cgi?id=9964. > kthxbye 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]