x11-apps: Changes to 'debian-unstable'
debian/changelog |3 xbiff/COPYING | 29 xbiff/ChangeLog| 291 + xbiff/INSTALL | 143 xbiff/Mailbox.c| 107 xbiff/Makefile.am | 16 xbiff/Makefile.in | 416 +- xbiff/README | 27 xbiff/aclocal.m4 | 1931 ++-- xbiff/compile | 142 xbiff/config.guess | 291 - xbiff/config.h.in | 42 xbiff/config.sub | 161 - xbiff/configure| 5424 +++ xbiff/configure.ac | 18 xbiff/depcomp | 172 - xbiff/install-sh | 517 ++- xbiff/missing | 104 xbiff/mkinstalldirs| 158 - xbiff/xbiff.c | 14 xcalc/ChangeLog| 123 xcalc/INSTALL | 143 xcalc/Makefile.am | 38 xcalc/Makefile.in | 440 +- xcalc/README | 26 xcalc/XCalc-color.ad | 225 - xcalc/XCalc.ad | 530 --- xcalc/aclocal.m4 | 1949 ++-- xcalc/actions.c| 347 -- xcalc/actions.h| 94 xcalc/app-defaults/XCalc | 530 +++ xcalc/app-defaults/XCalc-color | 225 + xcalc/autogen.sh | 13 xcalc/config.guess | 271 - xcalc/config.h.in | 33 xcalc/config.sub | 139 xcalc/configure| 6298 - xcalc/configure.ac | 22 xcalc/depcomp | 172 - xcalc/install-sh | 517 ++- xcalc/math.c | 119 xcalc/missing | 104 xcalc/xcalc.c | 79 xcalc/xcalc.h | 42 xeyes/ChangeLog| 79 xeyes/Makefile.am | 10 xeyes/Makefile.in | 26 xeyes/aclocal.m4 | 25 xeyes/config.guess | 88 xeyes/config.sub | 28 xeyes/configure| 1269 ++-- xeyes/configure.ac |9 52 files changed, 14187 insertions(+), 9832 deletions(-) New commits: commit 384ec30ba0c7b57a9626c6dd6ee113a0a8f70aa9 Author: Brice Goglin Date: Sun Dec 20 09:43:59 2009 +0100 xbiff 1.0.2 diff --git a/debian/changelog b/debian/changelog index 1eb9cda..c6c6d60 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ x11-apps (7.5+2) UNRELEASED; urgency=low * Update debian/copyright and package description according to ico and xedit additions. * x11pref 1.5.1. + * xbiff 1.0.2. * xcalc 1.0.3. * xeyes 1.1.0. * xlogo 1.0.2. diff --git a/xbiff/AUTHORS b/xbiff/AUTHORS deleted file mode 100644 index e69de29..000 diff --git a/xbiff/COPYING b/xbiff/COPYING index 7f33cbf..2836b5a 100644 --- a/xbiff/COPYING +++ b/xbiff/COPYING @@ -1,12 +1,25 @@ -This is a stub file. This package has not yet had its complete licensing -information compiled. Please see the individual source files for details on -your rights to use and modify this software. +Copyright (c) 1988 X Consortium -Please submit updated COPYING files to the Xorg bugzilla: +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: -https://bugs.freedesktop.org/enter_bug.cgi?product=xorg +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. -All licensing questions regarding this software should be directed at the -Xorg mailing list: +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 X CONSORTIUM 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. -http://lists.freedesktop.org/mailman/listinfo/xorg +Except as contained in this notice, the name of the X Consortium 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 X Consortium. diff --git a/xbiff/ChangeLog b/xbiff/ChangeLog index c7a87f5..9cf2a39 100644 --- a/xbiff/ChangeLog +++ b/xbiff/ChangeLog @@ -1,30 +1,285 @@ -2005-12-20 Kevin E. Martin +commit 6b546577aadec95c09da148936dbfd55b9cd0216 +Author: Alan
x11-utils: Changes to 'debian-unstable'
debian/changelog |7 listres/COPYING| 26 listres/ChangeLog | 282 + listres/INSTALL| 143 listres/Makefile.am| 16 listres/Makefile.in| 399 +- listres/README | 26 listres/aclocal.m4 | 1948 ++- listres/compile| 142 listres/config.guess | 271 - listres/config.h.in| 33 listres/config.sub | 139 listres/configure | 6182 +--- listres/configure.ac | 18 listres/depcomp| 172 - listres/install-sh | 517 ++- listres/listres.c | 45 listres/missing| 104 listres/mkinstalldirs | 158 viewres/COPYING| 26 viewres/ChangeLog | 328 + viewres/INSTALL| 143 viewres/Makefile.am| 43 viewres/Makefile.in| 462 +- viewres/README | 26 viewres/Viewres.ad | 95 viewres/aclocal.m4 | 1949 ++- viewres/app-defaults/Viewres | 95 viewres/app-defaults/Viewres-color | 24 viewres/compile| 142 viewres/config.guess | 271 - viewres/config.h.in| 33 viewres/config.sub | 139 viewres/configure | 6299 ++--- viewres/configure.ac | 21 viewres/depcomp| 172 - viewres/install-sh | 517 ++- viewres/missing| 104 viewres/mkinstalldirs | 158 viewres/viewres.c |8 40 files changed, 12942 insertions(+), 8741 deletions(-) New commits: commit 107fb4f8c11a1cb278dfa185e41834c1a190cbab Author: Brice Goglin Date: Sun Dec 20 09:47:49 2009 +0100 listres 1.0.2 diff --git a/debian/changelog b/debian/changelog index a10f18a..1603b88 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ x11-utils (7.5+2) UNRELEASED; urgency=low + * listres 1.0.2. * viewres 1.0.2. -- Brice Goglin Sun, 20 Dec 2009 09:46:39 +0100 diff --git a/listres/AUTHORS b/listres/AUTHORS deleted file mode 100644 index e69de29..000 diff --git a/listres/COPYING b/listres/COPYING index 7f33cbf..22677dc 100644 --- a/listres/COPYING +++ b/listres/COPYING @@ -1,12 +1,22 @@ -This is a stub file. This package has not yet had its complete licensing -information compiled. Please see the individual source files for details on -your rights to use and modify this software. +Copyright (c) 1989, 1994 X Consortium -Please submit updated COPYING files to the Xorg bugzilla: +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: -https://bugs.freedesktop.org/enter_bug.cgi?product=xorg +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. -All licensing questions regarding this software should be directed at the -Xorg mailing list: +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 +X CONSORTIUM 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. -http://lists.freedesktop.org/mailman/listinfo/xorg +Except as contained in this notice, the name of the X Consortium 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 X Consortium. diff --git a/listres/ChangeLog b/listres/ChangeLog index 6eb4c51..f5f96dc 100644 --- a/listres/ChangeLog +++ b/listres/ChangeLog @@ -1,25 +1,277 @@ -2005-12-20 Kevin E. Martin +commit ddf8dcba06c2fe3044db1f600de7d5c6e325c4a4 +Author: Alan Coopersmith +Date: Tue Dec 15 15:05:08 2009 -0800 - * configure.ac: - Update package version for X11R7 release. +listres 1.0.2 + +Signed-off-by: Alan Coopersmith -2005-12-14 Kevin E. Martin +commit b6e0bf5c235199c7682da6b2271f926e6af57e9b +Author: Alan Coopersmith +Date: Tue Dec 15 15:04:41 2009 -0800 - * configure.ac: - Update package version number for
Bug#561781: mesa-common-dev: Should depend on libdrm-dev
Package: mesa-common-dev Version: 7.6.1~rc3-1 Severity: serious File: /usr/lib/pkgconfig/dri.pc The pkg-config file requires libdrm on all architectures except GNU/Hurd, so mesa-common-dev ought to depend on libdrm-dev [!hurd-i386]. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.32-trunk-686 (SMP w/1 CPU core) Locale: LANG=bg_BG.UTF-8, LC_CTYPE=bg_BG.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages mesa-common-dev depends on: ii libx11-dev2:1.3.2-1 X11 client-side library (developme mesa-common-dev recommends no packages. mesa-common-dev suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed: severity of 561526 is wishlist
Processing commands for cont...@bugs.debian.org: > severity 561526 wishlist Bug #561526 [xserver-xorg] xserver-xorg: newer version needed to match kernel 2.6.32's radeon drm Severity set to 'wishlist' from 'important' > 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
Processed: reassign 561526 to xserver-xorg-video-ati
Processing commands for cont...@bugs.debian.org: > reassign 561526 xserver-xorg-video-ati Bug #561526 [xserver-xorg] xserver-xorg: newer version needed to match kernel 2.6.32's radeon drm Bug reassigned from package 'xserver-xorg' to 'xserver-xorg-video-ati'. Bug No longer marked as found in versions xorg/1:7.5~3. > 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#561700: general: HDMI port not working on Compaq Preario CQ61 laptop
Hi Boris, On Sonntag, 20. Dezember 2009, Boris Bongalov wrote: > I am not very good at Linux systems and I don't really understand what's > the meaning of "reassign 561700 xorg tags 561700 + moreinfo". Is this > something automatically generated? If not, what should I do? Thanks I wrote that, those are commands send to cont...@bugs.debian.org, to manipulate "your" bug, which you can see at http://bugs.debian.org/561700 You filed the bug against the "general" package, I used "reassign 561700 xorg" to reassign the bug to the "xorg" package, as your problem is not a general problem, but a problem with xorg. Then I used "tags 561700 + moreinfo" to indicate that your bug report didnt contain enough info, to deal with it. Now you send _me_ some info (thanks for the info, though...), which isnt that helpful, as I dont deal with xorg problems. So I replied now to you and the bug (561...@bugs.debian.org), so that the xorg maintainers receive that info and can deal with it. I also leave it to them, to remove the "moreinfo" tag from your bug. (If you look at http://bugs.debian.org/src:xorg you will see that they have quite many bugs to deal with, so it helps to categorize them into several categories...) > I ran "lspci -vnn" in terminal and the output is: > > debian:/home/boris# lspci -vnn > 00:00.0 Host bridge [0600]: Advanced Micro Devices [AMD] RS780 Host Bridge > Alternate [1022:9601] > Subsystem: Hewlett-Packard Company Device [103c:363f] > Flags: bus master, 66MHz, medium devsel, latency 0 > Capabilities: [c4] HyperTransport: Slave or Primary Interface > Capabilities: [54] HyperTransport: UnitID Clumping > Capabilities: [40] HyperTransport: Retry Mode > Capabilities: [9c] HyperTransport: #1a > Capabilities: [f8] HyperTransport: #1c > > 00:01.0 PCI bridge [0604]: Hewlett-Packard Company Device [103c:9602] > (prog-if 00 [Normal decode]) > Flags: bus master, 66MHz, medium devsel, latency 64 > Bus: primary=00, secondary=01, subordinate=01, sec-latency=0 > I/O behind bridge: 3000-3fff > Memory behind bridge: d020-d03f > Prefetchable memory behind bridge: c000-cfff > Capabilities: [44] HyperTransport: MSI Mapping Enable+ Fixed+ > Capabilities: [b0] Subsystem: Hewlett-Packard Company Device > [103c:363f] > > 00:05.0 PCI bridge [0604]: Advanced Micro Devices [AMD] RS780 PCI to PCI > bridge (PCIE port 1) [1022:9605] (prog-if 00 [Normal decode]) > Flags: bus master, fast devsel, latency 0 > Bus: primary=00, secondary=02, subordinate=02, sec-latency=0 > Memory behind bridge: d010-d01f > Capabilities: [50] Power Management version 3 > Capabilities: [58] Express Root Port (Slot+), MSI 00 > Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit- > Capabilities: [b0] Subsystem: Hewlett-Packard Company Device > [103c:363f] Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ > Capabilities: [100] Vendor Specific Information > Capabilities: [110] Virtual Channel > Kernel driver in use: pcieport-driver > > 00:06.0 PCI bridge [0604]: Advanced Micro Devices [AMD] RS780 PCI to PCI > bridge (PCIE port 2) [1022:9606] (prog-if 00 [Normal decode]) > Flags: bus master, fast devsel, latency 0 > Bus: primary=00, secondary=03, subordinate=03, sec-latency=0 > I/O behind bridge: 2000-2fff > Memory behind bridge: b000-b00f > Prefetchable memory behind bridge: d000-d00f > Capabilities: [50] Power Management version 3 > Capabilities: [58] Express Root Port (Slot+), MSI 00 > Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit- > Capabilities: [b0] Subsystem: Hewlett-Packard Company Device > [103c:363f] Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+ > Capabilities: [100] Vendor Specific Information > Capabilities: [110] Virtual Channel > Kernel driver in use: pcieport-driver > > 00:11.0 SATA controller [0106]: ATI Technologies Inc SB700/SB800 SATA > Controller [AHCI mode] [1002:4391] (prog-if 01 [AHCI 1.0]) > Subsystem: Hewlett-Packard Company Device [103c:363f] > Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 22 > I/O ports at 4038 [size=8] > I/O ports at 404c [size=4] > I/O ports at 4030 [size=8] > I/O ports at 4048 [size=4] > I/O ports at 4010 [size=16] > Memory at d0408000 (32-bit, non-prefetchable) [size=1K] > Capabilities: [60] Power Management version 2 > Capabilities: [70] SATA HBA > Kernel driver in use: ahci > > 00:12.0 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB OHCI0 > Controller [1002:4397] (prog-if 10 [OHCI]) > Subsystem: Hewlett-Packard Company Device [103c:363f] > Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 16 > Memory at d0407000 (32-bit, non-prefetchable) [size=4K] > Kernel driver in use: ohci_hcd > > 00:12.1 USB Controller [0c03]: ATI Technologies I
Bug#561803: Xephyr: Arrow keys don't work
Package: xserver-xephyr Version: 2:1.6.5-1 Severity: important Among other things, the arrow keys seem to be broken in Xephyr (working fine in my regular xserver/gdm/awesome session). For instance, if I run Xephyr :1 -ac -screen 1280x1004 DISPLAY=:1 gnome-terminal I will get a terminal which mostly works, but the shell does not react to any arrow keys in the way it normally would (e.g. move cursor left/right, scroll through command history). Afterwards, I see this in the terminal where I started Xephyr and gnome-terminal (or rxvt): (EE) XKB: No components provided for device Virtual core keyboard If, instead of a terminal, I start a full-blown gnome-session, pressing the up arrow will get me an error dialog about being unable to run gnome-screenshot, so the keypresses do seem to be passed through somehow, but are mangled along the way. In case it matters, I am using a normal 101-key US English PS/2 keyboard, and run the following command in the .Xsessionrc for my parent xserver: xmodmap -e 'remove lock = Caps_Lock' -e 'keysym Caps_Lock = Super_L' -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed: reassign 561700 to xserver-xorg-video-ati
Processing commands for cont...@bugs.debian.org: > reassign 561700 xserver-xorg-video-ati Bug #561700 [xorg] general: HDMI port not working on Compaq Preario CQ61 laptop Bug reassigned from package 'xorg' to 'xserver-xorg-video-ati'. > 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#561781: mesa-common-dev: Should depend on libdrm-dev
severity 561781 minor kthxbye On Sun, Dec 20, 2009 at 11:57:19 +0200, Yavor Doganov wrote: > The pkg-config file requires libdrm on all architectures except > GNU/Hurd, so mesa-common-dev ought to depend on libdrm-dev [!hurd-i386]. > I'm not sure this is a correct fix. I don't know why dri.pc requires libdrm (I'm not even sure what dri.pc is about in the first place, besides maybe dri_interface.h). In any case given the nonexistent impact of this bug (xorg-server is the only user of dri.pc, and already pulls in libdrm) I'm downgrading it. Cheers, Julien -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Processed: Re: Bug#561781: mesa-common-dev: Should depend on libdrm-dev
Processing commands for cont...@bugs.debian.org: > severity 561781 minor Bug #561781 [mesa-common-dev] mesa-common-dev: Should depend on libdrm-dev Severity set to 'minor' from 'serious' > kthxbye 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
Nouveau kernel driver
I'd like to pull nouveau from 2.6.33 into Debian's 2.6.32. I'm hoping this would allow for replacement of nv and its dodgy source with nouveau (I realise nouveau has its own issues with non-free bits, but they're more easily separable). Does this sound like a good idea? Ben. -- Ben Hutchings Once a job is fouled up, anything done to improve it makes it worse. signature.asc Description: This is a digitally signed message part
Bug#561912: version >= 2:1.6.99.900 not available
Package: xserver-xorg-core Version: 2:1.6.5-1 Severity: grave none of the packages xserver-xorg-input-kbd xserver-xorg-input-mouse xserver-xorg-video-apm xserver-xorg-video-ark xserver-xorg-video-chips xserver-xorg-video-cirrus xserver-xorg-video-fbdev xserver-xorg-video-i128 xserver-xorg-video-mach64 xserver-xorg-video-mga xserver-xorg-video-neomagic xserver-xorg-video-nv xserver-xorg-video-r128 xserver-xorg-video-rendition xserver-xorg-video-s3 xserver-xorg-video-s3virge xserver-xorg-video-savage xserver-xorg-video-siliconmotion xserver-xorg-video-sis xserver-xorg-video-sisusb xserver-xorg-video-tdfx xserver-xorg-video-trident xserver-xorg-video-tseng xserver-xorg-video-v4l xserver-xorg-video-vesa xserver-xorg-video-vmware xserver-xorg-video-voodoo is installable. They all claim The following packages have unmet dependencies: xserver-xorg-input-mouse: Depends: xserver-xorg-core (>= 2:1.6.99.900) but 2:1.6.5-1 is to be installed E: Broken packages -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org