xorg-server: Changes to 'upstream-experimental'

2007-03-04 Thread Drew Parsons
 hw/xfree86/modes/xf86Crtc.c|   84 -
 hw/xfree86/modes/xf86Crtc.h|   26 +++-
 hw/xfree86/modes/xf86RandR12.c |   24 +++
 randr/rrcrtc.c |   30 ++
 4 files changed, 128 insertions(+), 36 deletions(-)

New commits:
commit 629515a159d49dfc11004bac32e9da747e595099
Author: Aaron Plattner [EMAIL PROTECTED]
Date:   Wed Feb 28 14:26:47 2007 -0800

Add a canGrow argument to xf86InitialConfiguration.

canGrow indicates to the DDX that the driver can enlarge the desktop via the
xf86_config-funcs-resize hook.  If so, xf86InitialConfiguration will set
virtual[XY] to match the configuration it chooses and will leave the crtc 
config
size ranges alone.  If FALSE, it will bloat the screen to fit the largest 
probed
mode and also set the crtc config max size to limit the desktop to the 
initial
virtual[XY] size.

diff --git a/hw/xfree86/modes/xf86Crtc.c b/hw/xfree86/modes/xf86Crtc.c
index ebc0f8f..c53d2a8 100644
--- a/hw/xfree86/modes/xf86Crtc.c
+++ b/hw/xfree86/modes/xf86Crtc.c
@@ -734,12 +734,16 @@ xf86PickCrtcs (ScrnInfoPtrscrn,
 
 /*
  * Compute the virtual size necessary to place all of the available
- * crtcs in the specified configuration and also large enough to
- * resize any crtc to the largest available mode
+ * crtcs in the specified configuration.
+ *
+ * canGrow indicates that the driver can make the screen larger than its 
initial
+ * configuration.  If FALSE, this function will enlarge the screen to include
+ * the largest available mode.
  */
 
 static void
-xf86DefaultScreenLimits (ScrnInfoPtr scrn, int *widthp, int *heightp)
+xf86DefaultScreenLimits (ScrnInfoPtr scrn, int *widthp, int *heightp,
+Bool canGrow)
 {
 xf86CrtcConfigPtr  config = XF86_CRTC_CONFIG_PTR(scrn);
 intwidth = 0, height = 0;
@@ -757,26 +761,28 @@ xf86DefaultScreenLimits (ScrnInfoPtr scr
crtc_width = crtc-x + xf86ModeWidth (crtc-desiredMode, 
crtc-desiredRotation);
crtc_height = crtc-y + xf86ModeHeight (crtc-desiredMode, 
crtc-desiredRotation);
}
-   for (o = 0; o  config-num_output; o++) 
-   {
-   xf86OutputPtr   output = config-output[o];
+   if (!canGrow) {
+   for (o = 0; o  config-num_output; o++)
+   {
+   xf86OutputPtr   output = config-output[o];
 
-   for (s = 0; s  config-num_crtc; s++)
-   if (output-possible_crtcs  (1  s))
-   {
-   DisplayModePtr  mode;
-   for (mode = output-probed_modes; mode; mode = mode-next)
+   for (s = 0; s  config-num_crtc; s++)
+   if (output-possible_crtcs  (1  s))
{
-   if (mode-HDisplay  crtc_width)
-   crtc_width = mode-HDisplay;
-   if (mode-VDisplay  crtc_width)
-   crtc_width = mode-VDisplay;
-   if (mode-VDisplay  crtc_height)
-   crtc_height = mode-VDisplay;
-   if (mode-HDisplay  crtc_height)
-   crtc_height = mode-HDisplay;
+   DisplayModePtr  mode;
+   for (mode = output-probed_modes; mode; mode = 
mode-next)
+   {
+   if (mode-HDisplay  crtc_width)
+   crtc_width = mode-HDisplay;
+   if (mode-VDisplay  crtc_width)
+   crtc_width = mode-VDisplay;
+   if (mode-VDisplay  crtc_height)
+   crtc_height = mode-VDisplay;
+   if (mode-HDisplay  crtc_height)
+   crtc_height = mode-HDisplay;
+   }
}
-   }
+   }
}
if (crtc_width  width)
width = crtc_width;
@@ -1350,10 +1356,17 @@ xf86SetScrnInfoModes (ScrnInfoPtr scrn)
  *
  * Given auto-detected (and, eventually, configured) values,
  * construct a usable configuration for the system
+ *
+ * canGrow indicates that the driver can resize the screen to larger than its
+ * initially configured size via the config-funcs-resize hook.  If TRUE, this
+ * function will set virtualX and virtualY to match the initial configuration
+ * and leave config-max{Width,Height} alone.  If FALSE, it will bloat
+ * virtual[XY] to include the largest modes and set config-max{Width,Height}
+ * accordingly.
  */
 
 Bool
-xf86InitialConfiguration (ScrnInfoPtr  scrn)
+xf86InitialConfiguration (ScrnInfoPtr scrn, Bool canGrow)
 {
 xf86CrtcConfigPtr  config = XF86_CRTC_CONFIG_PTR(scrn);
 into, c;
@@ -1491,9 +1504,10 @@ xf86InitialConfiguration (ScrnInfoPtr  
 if (scrn-display-virtualX == 0)
 {
/*
-* Expand virtual size to cover 

Bug#413339: x11-common: /usr/X11R6/bin files remaining issue

2007-03-04 Thread Bill Allombert
Package: x11-common
Version: 1:7.1.0-13
Severity: serious

Hello X Strike Force, 

here is hopefully the last issues with the sarge to etch upgrade:
dpkg: error processing /var/cache/apt/archives/x11-common_1%3a7.1.0-13_i386.deb
(--unpack):
 subprocess pre-installation script returned error exit status 1
Errors were encountered while processing:
 /var/cache/apt/archives/x11-common_1%3a7.1.0-13_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

# ls -l /usr/X11R6/bin/
total 36
lrwxrwxrwx  1 root root22 Mar  4 08:38 fvwm - /etc/alternatives/fvwm
-rwxr-xr-x  1 root root  6001 Apr 21  2003 hamsoft
lrwxrwxrwx  1 root root25 Mar  4 08:38 hanterm - /etc/alternatives/hanterm
-rwxr-xr-x  1 root root 27080 Aug 18  2003 phototk
lrwxrwxrwx  1 root root31 Mar  4 08:37 tkworld - 
../../share/tkworld/tkWorld.tcl

# ls -l /etc/alternatives/fvwm /etc/alternatives/hanterm 
/usr/share/tkworld/tkWorld.tcl
lrwxrwxrwx  1 root root   18 Mar  4 08:38 /etc/alternatives/fvwm - 
/usr/bin/X11/fvwm1
lrwxrwxrwx  1 root root   23 Mar  4 09:46 /etc/alternatives/hanterm - 
/usr/bin/X11/hanterm-xf
-rwxr-xr-x  1 root root 4244 Dec 13  1999 /usr/share/tkworld/tkWorld.tcl

It seems alternatives pointing to /usr/bin/X11/ breaks. Maybe 
the link /usr/bin/X11/ is removed before the alternatives ?

Cheers,
-- 
Bill. [EMAIL PROTECTED]

Imagine a large blue swirl here. 


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



Bug#413281: x11-common: sarge to etch upgrade fails

2007-03-04 Thread Bill Allombert
On Sun, Mar 04, 2007 at 02:02:40AM +0100, Julien Cristau wrote:
 On Sun, Mar  4, 2007 at 00:41:16 +0100, Bill Allombert wrote:
 
  On Sun, Mar 04, 2007 at 12:15:40AM +0100, Julien Cristau wrote:
   Do you have any idea where hanterm comes from?
  
  Yes, it comes from hanterm-classic and/or hanterm-xf (there is an
  alternative)
  
  # ls -l /usr/X11R6/bin/
  -rwxr-xr-x 1 root root 6001 Apr 21  2003 hamsoft
  lrwxrwxrwx 1 root root   25 Mar  3 21:03 hanterm - 
  /etc/alternatives/hanterm
  
  # ls -l /etc/alternatives/hanterm
  lrwxrwxrwx 1 root root   28 Mar  3 21:03 /etc/alternatives/hanterm - 
  /usr/bin/X11/hanterm-classic
  
 x11-common already conflicts with earlier versions of these packages, so
 I'm not sure what else we can do on the X side.
 hanterm-classic is not in etch, so nothing we can do there either.
 However it seems that hanterm-xf in etch still installs its alternative
 in /usr/bin/X11, which I guess can cause problems if it is configured
 before x11-common is unpacked.
 I don't really understand how only the symlink is still in
 /usr/X11R6/bin in your upgrade scenario, though, could it be a bug in
 hanterm-classic's prerm, which doesn't remove the alternative cleanly?

The issue seems that it installs the alternative in 
/usr/bin/X11/ not in /usr/X11R6/bin/.

Cheers,
-- 
Bill. [EMAIL PROTECTED]

Imagine a large blue swirl here. 


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



Problem starting gdm resolved by vga kernel parameter

2007-03-04 Thread Hans Bieshaar
L.S.

You are probably not the right group to write to, but you are likely to
know where to forward this message.

The problem I had/have is that during boot while starting gdm my LCD
monitor (CTX PV700) complained with Signal Out Of Range, H:36.8 kHz
V:82.2 Hz, Mode Should Be Below, 1280 x 1024 / 75 Hz. This message
shows for approximately 4 seconds, and then the X-server seems to work
normally.

After a morning of googling and experimenting with several settings
in /etc/X11/xorg.conf (I even copied a Knoppix version in, which did not
have this problem in Knoppix) I gave up because nothing seemed to have
any influence on the problem.

Then this afternoon I started googling to find out how to change the
fontsize in my tty's. After adding a vga parameter to the kernel in grub
my Signal Out Of Range problem disapeared. As far as my experiments go
it does not seem to matter what value the vga parameter has.

This finding is consistent with Knoppix and openSuSE not having this
problem, because both these distributions change to a smaller console
font.

Below I will add some additional information on the versions I am
running. I will be happy do give additional info if needed, and I can.

Kind regards
Hans



-- 
J. Bieshaar
Ringstraat 12
6005 NW Swartbroek
Netherlands
tel. +31 (495) 55 26 66

$ uname -a
Linux hb003 2.6.18-4-amd64 #1 SMP Wed Feb 21 14:29:38 UTC 2007 x86_64
GNU/Linux

xserver-xorg version 1:7.1.0-13

/etc/X11/xorg.conf:

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

Section Files
FontPath/usr/share/fonts/X11/misc
FontPath/usr/X11R6/lib/X11/fonts/misc
FontPath/usr/share/fonts/X11/cyrillic
FontPath/usr/X11R6/lib/X11/fonts/cyrillic
FontPath/usr/share/fonts/X11/100dpi/:unscaled
FontPath/usr/X11R6/lib/X11/fonts/100dpi/:unscaled
FontPath/usr/share/fonts/X11/75dpi/:unscaled
FontPath/usr/X11R6/lib/X11/fonts/75dpi/:unscaled
FontPath/usr/share/fonts/X11/Type1
FontPath/usr/X11R6/lib/X11/fonts/Type1
FontPath/usr/share/fonts/X11/100dpi
FontPath/usr/X11R6/lib/X11/fonts/100dpi
FontPath/usr/share/fonts/X11/75dpi
FontPath/usr/X11R6/lib/X11/fonts/75dpi
# path to defoma fonts
FontPath/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
EndSection

Section Module
Loadi2c
Loadbitmap
Loadddc
Loaddri
Loadextmod
Loadfreetype
Loadglx
Loadint10
Loadvbe
EndSection

Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  CoreKeyboard
Option  XkbRules  xorg
Option  XkbModel  pc104
Option  XkbLayout us
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
Option  CorePointer
Option  Device/dev/input/mice
Option  Protocol  ImPS/2
Option  Emulate3Buttons   true
EndSection

Section Device
Identifier  ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)]
Driver  ati
BusID   PCI:5:0:0
EndSection

Section Monitor
Identifier  Generic Monitor
Option  DPMS
HorizSync   28-64
VertRefresh 43-60
EndSection

Section Screen
Identifier  Default Screen
Device  ATI Technologies Inc RV370 5B60 [Radeon X300 (PCIE)]
Monitor Generic Monitor
DefaultDepth24
SubSection Display
Depth   1
Modes   1280x1024 1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   4
Modes   1280x1024 1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   8
  

Bug#413339: x11-common: /usr/X11R6/bin files remaining issue

2007-03-04 Thread Julien Cristau
clone 413339 -1
reassign -1 fvwm1
retitle -1 fvwm1: installs alternative in /usr/bin/X11, breaks sarge-etch 
upgrades
kthxbye

On Sun, Mar  4, 2007 at 13:06:47 +0100, Bill Allombert wrote:

 Package: x11-common
 Version: 1:7.1.0-13
 Severity: serious
 
 Hello X Strike Force, 
 
 here is hopefully the last issues with the sarge to etch upgrade:
 dpkg: error processing 
 /var/cache/apt/archives/x11-common_1%3a7.1.0-13_i386.deb
 (--unpack):
  subprocess pre-installation script returned error exit status 1
 Errors were encountered while processing:
  /var/cache/apt/archives/x11-common_1%3a7.1.0-13_i386.deb
 E: Sub-process /usr/bin/dpkg returned an error code (1)
 
 # ls -l /usr/X11R6/bin/
 total 36
 lrwxrwxrwx  1 root root22 Mar  4 08:38 fvwm - /etc/alternatives/fvwm
 -rwxr-xr-x  1 root root  6001 Apr 21  2003 hamsoft
 lrwxrwxrwx  1 root root25 Mar  4 08:38 hanterm - 
 /etc/alternatives/hanterm
 -rwxr-xr-x  1 root root 27080 Aug 18  2003 phototk
 lrwxrwxrwx  1 root root31 Mar  4 08:37 tkworld - 
 ../../share/tkworld/tkWorld.tcl
 
Thanks, I'll add a conflict on phototk and tkworld.

 # ls -l /etc/alternatives/fvwm /etc/alternatives/hanterm 
 /usr/share/tkworld/tkWorld.tcl
 lrwxrwxrwx  1 root root   18 Mar  4 08:38 /etc/alternatives/fvwm - 
 /usr/bin/X11/fvwm1
 lrwxrwxrwx  1 root root   23 Mar  4 09:46 /etc/alternatives/hanterm - 
 /usr/bin/X11/hanterm-xf
 -rwxr-xr-x  1 root root 4244 Dec 13  1999 /usr/share/tkworld/tkWorld.tcl
 
 It seems alternatives pointing to /usr/bin/X11/ breaks. Maybe 
 the link /usr/bin/X11/ is removed before the alternatives ?
 
Either that, or fvwm1 is configured before x11-common is unpacked.

[..looks..]

Actually, fvwm1's prerm doesn't seem to run update-alternatives --remove
on upgrades, which means that the link is never removed from
/usr/X11R6/bin/.
Also, the manpage link for x-window-manager seems to be broken (the
postinst refers to /usr/X11R6/man/man1/fvwm1.1x.gz, while the manpage
seems to be installed as /usr/share/man/man1/fvwm1.1).

Cheers,
Julien


signature.asc
Description: Digital signature


Processed: Re: Bug#413339: x11-common: /usr/X11R6/bin files remaining issue

2007-03-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 clone 413339 -1
Bug#413339: x11-common: /usr/X11R6/bin files remaining issue
Bug 413339 cloned as bug 413369.

 reassign -1 fvwm1
Bug#413369: x11-common: /usr/X11R6/bin files remaining issue
Bug reassigned from package `x11-common' to `fvwm1'.

 retitle -1 fvwm1: installs alternative in /usr/bin/X11, breaks sarge-etch 
 upgrades
Bug#413369: x11-common: /usr/X11R6/bin files remaining issue
Changed Bug title.

 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]



xorg: Changes to 'debian-unstable'

2007-03-04 Thread Julien Cristau
 debian/changelog |6 +++---
 debian/control   |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit df8d61038a61f2d70f37f89613b78cfe353ae3c0
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Sun Mar 4 16:44:30 2007 +0100

Yet another conflict update for x11-common.

diff --git a/debian/changelog b/debian/changelog
index 7fa8209..8fb9b3c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
 xorg (1:7.1.0-14) unstable; urgency=high
 
-  * Add conflict on old versions of hamsoft in x11-common (closes: #413281).
-Thanks, Bill Allombert!
+  * Add conflict on old versions of hamsoft, phototk and tkworld in x11-common
+(closes: #413281, #413339).  Thanks, Bill Allombert!
 
- -- Julien Cristau [EMAIL PROTECTED]  Sun,  4 Mar 2007 00:59:54 +0100
+ -- Julien Cristau [EMAIL PROTECTED]  Sun,  4 Mar 2007 16:42:36 +0100
 
 xorg (1:7.1.0-13) unstable; urgency=high
 
diff --git a/debian/control b/debian/control
index 0d8c532..f57ea79 100644
--- a/debian/control
+++ b/debian/control
@@ -60,7 +60,7 @@ Conflicts: xfree86-common, xorg-common, 
  xpmumon (= 1.3.0), ivtools-dev (= 1.1.3-5), ppxp (= 0.2001080415-14),
  guitar (= 0.1.4-11), xftp, xext, xpaste, ghostview, xv (= 3.10a-26),
  xserver-xfree86-dbg, grace6 (= 5.99.0+final-4), xephem,
- opera ( 9.10-20060616), hamsoft ( 0.2.3-1)
+ opera ( 9.10-20060616), hamsoft ( 0.2.3-1), phototk, tkworld
 Replaces: xfree86-common, xorg-common, xserver-common, x-common
 Description: X Window System (X.Org) infrastructure
  x11-common contains the filesystem infrastructure required for further


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



Bug#412275: no display and system freezes after adjusting time with KDE clock on 945GM graphic chip

2007-03-04 Thread Ralph Plawetzki
I tried something else: from my other PC I connected to the laptop via
ssh.
When the laptop freezes /home/rallo/.xsession-errors contains the
following:

Xsession: X session started for rallo at So 4. Mär 16:27:07 CET 2007
startkde: Starting up...
kbuildsycoca running...
konsole: WARNING: Unable to use /usr/share/apps/konsole/mc.desktop
konsole: WARNING: Unable to use /usr/share/apps/konsole/sumc.desktop
konsole: WARNING: Unable to use /usr/share/apps/konsole/screen.desktop
X Error: BadWindow (invalid Window parameter) 3
  Major opcode:  19
  Minor opcode:  0
  Resource id:  0x245
X Error: BadWindow (invalid Window parameter) 3
  Major opcode:  19
  Minor opcode:  0
  Resource id:  0x245

Ralph



Bug#412720: Additional information

2007-03-04 Thread Julien Cristau
On Sun, Mar  4, 2007 at 17:41:46 +0100, Marina Seikel wrote:

 Here is the output of the gdb:
 
 ~$ sudo gdb /usr/bin/Xorg /etc/X11/core
 GNU gdb 6.4.90-debian
 Copyright (C) 2006 Free Software Foundation, Inc.
 GDB is free software, covered by the GNU General Public License, and you are
 welcome to change it and/or distribute copies of it under certain conditions.
 Type show copying to see the conditions.
 There is absolutely no warranty for GDB.  Type show warranty for details.
 This GDB was configured as i486-linux-gnu...(no debugging symbols found)
 Using host libthread_db library /lib/tls/i686/cmov/libthread_db.so.1.
 
[snip]
 Core was generated by `X'.
 Program terminated with signal 6, Aborted.
 #0  0xb7fdd410 in ?? ()
 (gdb) bt full
 #0  0xb7fdd410 in ?? ()
 No symbol table info available.
 #1  0xbf83f3bc in ?? ()
 No symbol table info available.
 #2  0x0006 in ?? ()
 No symbol table info available.
 #3  0x0e8d in ?? ()
 No symbol table info available.
 #4  0xb7df6811 in raise () from /lib/tls/i686/cmov/libc.so.6
 No symbol table info available.
 #5  0xb7df7fb9 in abort () from /lib/tls/i686/cmov/libc.so.6
 No symbol table info available.
 #6  0x0809f495 in ddxGiveUp ()
 No symbol table info available.
 #7  0x081a24d3 in AbortServer ()
 No symbol table info available.
 #8  0x081a29e7 in FatalError ()
 No symbol table info available.
 #9  0x080c43c7 in xf86SigHandler ()
 No symbol table info available.
 #10 0xb7fdd420 in ?? ()
 No symbol table info available.
 #11 0x000b in ?? ()
 ---Type return to continue, or q return to quit---
 No symbol table info available.
 #12 0x0033 in ?? ()
 No symbol table info available.
 #13 0x in ?? ()
 No symbol table info available.

Thanks, but for the backtrace to be usable, you need to use an X server
built with debugging symbols, which is not the case here.
Running dpkg-buildpackage with the DEB_BUILD_OPTIONS envvar set to
nostrip should be enough, hopefully.

Cheers,
Julien


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



xorg-server 2:1.1.1-19 MIGRATED to testing

2007-03-04 Thread Debian testing watch
FYI: The status of the xorg-server source package
in Debian's testing distribution has changed.

  Previous version: 2:1.1.1-18
  Current version:  2:1.1.1-19

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


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



xorg 1:7.1.0-13 MIGRATED to testing

2007-03-04 Thread Debian testing watch
FYI: The status of the xorg source package
in Debian's testing distribution has changed.

  Previous version: 1:7.1.0-12
  Current version:  1:7.1.0-13

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


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



Processing of xorg-sgml-doctools_1.2-1_i386.changes

2007-03-04 Thread Archive Administrator
xorg-sgml-doctools_1.2-1_i386.changes uploaded successfully to localhost
along with the files:
  xorg-sgml-doctools_1.2-1.dsc
  xorg-sgml-doctools_1.2.orig.tar.gz
  xorg-sgml-doctools_1.2-1.diff.gz
  xorg-sgml-doctools_1.2-1_all.deb

Greetings,

Your Debian queue daemon


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



xserver-xorg-video-neomagic 1:1.1.1-5 MIGRATED to testing

2007-03-04 Thread Debian testing watch
FYI: The status of the xserver-xorg-video-neomagic source package
in Debian's testing distribution has changed.

  Previous version: 1:1.1.1-4
  Current version:  1:1.1.1-5

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


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



xorg-sgml-doctools_1.2-1_i386.changes ACCEPTED

2007-03-04 Thread Debian Installer

Accepted:
xorg-sgml-doctools_1.2-1.diff.gz
  to pool/main/x/xorg-sgml-doctools/xorg-sgml-doctools_1.2-1.diff.gz
xorg-sgml-doctools_1.2-1.dsc
  to pool/main/x/xorg-sgml-doctools/xorg-sgml-doctools_1.2-1.dsc
xorg-sgml-doctools_1.2-1_all.deb
  to pool/main/x/xorg-sgml-doctools/xorg-sgml-doctools_1.2-1_all.deb
xorg-sgml-doctools_1.2.orig.tar.gz
  to pool/main/x/xorg-sgml-doctools/xorg-sgml-doctools_1.2.orig.tar.gz


Override entries for your package:
xorg-sgml-doctools_1.2-1.dsc - source x11
xorg-sgml-doctools_1.2-1_all.deb - optional x11

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


Thank you for your contribution to Debian.


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



xorg-sgml-doctools: Changes to 'refs/tags/xorg-sgml-doctools-1_1.2-1'

2007-03-04 Thread David Nusinow
Tag 'xorg-sgml-doctools-1_1.2-1' created by David Nusinow [EMAIL PROTECTED] 
at 2007-03-04 20:17 +

Tagging upload of xorg-sgml-doctools-1_1.2-1 to experimental.

Changes since 1_1.1+git20061105-1:
David Nusinow:
  Update definitions for 7.2 release
  Bump to 7.2
  Merge branch 'upstream-experimental' into debian-experimental
  Autoreconf -i -f
  Update changelog for release
  Bump to 1.2
  Merge branch 'upstream-experimental' into debian-experimental

---
 Makefile.in  |   80 +---
 aclocal.m4   |  179 ++--
 configure|  288 -
 configure.ac |2 
 debian/changelog |6 
 defs.ent |   24 +--
 install-sh   |  348 ---
 missing  |   61 -
 8 files changed, 411 insertions(+), 577 deletions(-)
---


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



Processing of xorg-docs_1.4-1_i386.changes

2007-03-04 Thread Archive Administrator
xorg-docs_1.4-1_i386.changes uploaded successfully to localhost
along with the files:
  xorg-docs_1.4-1.dsc
  xorg-docs_1.4.orig.tar.gz
  xorg-docs_1.4-1.diff.gz
  xorg-docs_1.4-1_all.deb
  xspecs_1.4-1_all.deb

Greetings,

Your Debian queue daemon


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



xorg-docs: Changes to 'debian-experimental'

2007-03-04 Thread David Nusinow
New branch 'debian-experimental' available with the following commits:
commit 232c36b7a25187a716f3ea2e9cf1b62750798f6b
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Mar 4 15:26:31 2007 -0500

* Require xorg-sgml-doctools 1.2 or greater to build the release notes
  with the proper dates and version numbers

commit 4016f1c202934ad9984044ac096d442b46543294
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sat Mar 3 15:04:07 2007 -0500

* Exclude anything in the platforms directory in dh_install

commit d9d64312f8b6031175e2d80cf8e207866a34414e
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sat Mar 3 13:32:04 2007 -0500

Update file installations for new layout

commit 63375ecc6b31e685ef48e050420f54e6682fa69e
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sat Mar 3 12:58:14 2007 -0500

Prepare changelog for release

commit 6b1d2f6dc76b35a2bfe2217feda34cf7e8ba5f24
Merge: e2e9ed7484c85b62553a0771341626523e6ed1b9 
95fc2f18c07ce12e3a86395a96f70ffee96f2a02
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sat Mar 3 12:33:25 2007 -0500

Merge branch 'upstream-experimental' into debian-experimental

Conflicts:

sgml/Makefile.am


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



xorg-docs: Changes to 'upstream-experimental'

2007-03-04 Thread David Nusinow
New branch 'upstream-experimental' available with the following commits:


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



xorg-docs: Changes to 'refs/tags/xorg-docs-1_1.4-1'

2007-03-04 Thread David Nusinow
Tag 'xorg-docs-1_1.4-1' created by David Nusinow [EMAIL PROTECTED] at 
2007-03-04 20:31 +

Tagging upload of xorg-docs-1_1.4-1 to experimental.

Changes since xorg-docs-1.4:
Alan Coopersmith:
  Add missing closing tags to clear docbook2txt errors
  Update video driver table

David Nusinow:
  Add debian packaging
  Build html docs as one big doc rather than several with bizarre names
  Add auto* stuff
  Actually install the docs that we build
  Add quilt as a build-depend
  Prepare changelog for upload
  Revert * Add XS-Vcs-Git and XS-Vcs-Browse fields to the control file.
  Prepare changelog for upload
  Re-apply 0a58a99b7b16bb306b0ccc503768255304226a44
  Merge branch 'upstream-experimental' into debian-experimental
  Prepare changelog for release
  Update file installations for new layout
  * Exclude anything in the platforms directory in dh_install
  * Require xorg-sgml-doctools 1.2 or greater to build the release notes

Julien Cristau:
  Call $(MAKE) distclean in debian/rules clean.
  Ignore failure from make distclean.
  Move manpages from xspecs to xorg-docs.
  Document the previous change in debian/changelog, and add Replaces.
  * Add XS-Vcs-Git and XS-Vcs-Browse fields to the control file.
  * Added Build-Dependency on docbook-xml to fix FTBFS if no network is

---
 config.guess| 1500 +
 config.sub  | 1616 
 debian/changelog|   68 +
 debian/compat   |1 
 debian/control  |   82 +
 debian/copyright|   47 
 debian/patches/01_specs_docs_fixes.diff |   97 +
 debian/patches/series   |1 
 debian/rules|   95 +
 debian/xorg-docs.install|   68 +
 debian/xsfbs/xsfbs-autoreconf.mk|  150 ++
 debian/xsfbs/xsfbs.mk   |  359 +++
 debian/xsfbs/xsfbs.sh   |  907 +
 debian/xspecs.install   |   74 +
 debian/xspecs.links |1 
 sgml/RELNOTES.sgml  |   43 
 sgml/Versions.sgml  |   12 
 sgml/input/XKB-Enhancing.sgml   |   17 
 sgml/platforms/Solaris.sgml |   34 
 19 files changed, 5148 insertions(+), 24 deletions(-)
---


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



xorg-sgml-doctools: Changes to 'debian-experimental'

2007-03-04 Thread David Nusinow
New branch 'debian-experimental' available with the following commits:


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



xorg-sgml-doctools: Changes to 'upstream-experimental'

2007-03-04 Thread David Nusinow
New branch 'upstream-experimental' available with the following commits:


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



xorg-docs_1.4-1_i386.changes ACCEPTED

2007-03-04 Thread Debian Installer

Accepted:
xorg-docs_1.4-1.diff.gz
  to pool/main/x/xorg-docs/xorg-docs_1.4-1.diff.gz
xorg-docs_1.4-1.dsc
  to pool/main/x/xorg-docs/xorg-docs_1.4-1.dsc
xorg-docs_1.4-1_all.deb
  to pool/main/x/xorg-docs/xorg-docs_1.4-1_all.deb
xorg-docs_1.4.orig.tar.gz
  to pool/main/x/xorg-docs/xorg-docs_1.4.orig.tar.gz
xspecs_1.4-1_all.deb
  to pool/main/x/xorg-docs/xspecs_1.4-1_all.deb


Override entries for your package:
xorg-docs_1.4-1.dsc - source x11
xorg-docs_1.4-1_all.deb - optional x11
xspecs_1.4-1_all.deb - optional x11

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


Thank you for your contribution to Debian.


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



Processing of xorg_7.2-1_i386.changes

2007-03-04 Thread Archive Administrator
xorg_7.2-1_i386.changes uploaded successfully to localhost
along with the files:
  xorg_7.2-1.dsc
  xorg_7.2-1.tar.gz
  xserver-xorg_7.2-1_all.deb
  xserver-xfree86_7.2-1_all.deb
  xorg_7.2-1_all.deb
  xorg-dev_7.2-1_all.deb
  xlibs-data_7.2-1_all.deb
  xlibs-static-dev_7.2-1_all.deb
  xlibmesa-dri_7.2-1_all.deb
  xlibmesa-gl_7.2-1_all.deb
  xlibmesa-gl-dev_7.2-1_all.deb
  xlibmesa-glu_7.2-1_all.deb
  libglu1-xorg_7.2-1_all.deb
  libglu1-xorg-dev_7.2-1_all.deb
  x-window-system_7.2-1_all.deb
  x-window-system-core_7.2-1_all.deb
  x11-common_7.2-1_i386.deb
  xserver-xorg-video-all_7.2-1_i386.deb
  xserver-xorg-input-all_7.2-1_i386.deb

Greetings,

Your Debian queue daemon


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



xorg override disparity

2007-03-04 Thread Debian Installer
There are disparities between your recently accepted upload and the
override file for the following file(s):

xlibmesa-dri_7.2-1_all.deb: package says section is libs, override says x11.
xlibs-static-dev_7.2-1_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]



xorg_7.2-1_i386.changes ACCEPTED

2007-03-04 Thread Debian Installer

Accepted:
libglu1-xorg-dev_7.2-1_all.deb
  to pool/main/x/xorg/libglu1-xorg-dev_7.2-1_all.deb
libglu1-xorg_7.2-1_all.deb
  to pool/main/x/xorg/libglu1-xorg_7.2-1_all.deb
x-window-system-core_7.2-1_all.deb
  to pool/main/x/xorg/x-window-system-core_7.2-1_all.deb
x-window-system_7.2-1_all.deb
  to pool/main/x/xorg/x-window-system_7.2-1_all.deb
x11-common_7.2-1_i386.deb
  to pool/main/x/xorg/x11-common_7.2-1_i386.deb
xlibmesa-dri_7.2-1_all.deb
  to pool/main/x/xorg/xlibmesa-dri_7.2-1_all.deb
xlibmesa-gl-dev_7.2-1_all.deb
  to pool/main/x/xorg/xlibmesa-gl-dev_7.2-1_all.deb
xlibmesa-gl_7.2-1_all.deb
  to pool/main/x/xorg/xlibmesa-gl_7.2-1_all.deb
xlibmesa-glu_7.2-1_all.deb
  to pool/main/x/xorg/xlibmesa-glu_7.2-1_all.deb
xlibs-data_7.2-1_all.deb
  to pool/main/x/xorg/xlibs-data_7.2-1_all.deb
xlibs-static-dev_7.2-1_all.deb
  to pool/main/x/xorg/xlibs-static-dev_7.2-1_all.deb
xorg-dev_7.2-1_all.deb
  to pool/main/x/xorg/xorg-dev_7.2-1_all.deb
xorg_7.2-1.dsc
  to pool/main/x/xorg/xorg_7.2-1.dsc
xorg_7.2-1.tar.gz
  to pool/main/x/xorg/xorg_7.2-1.tar.gz
xorg_7.2-1_all.deb
  to pool/main/x/xorg/xorg_7.2-1_all.deb
xserver-xfree86_7.2-1_all.deb
  to pool/main/x/xorg/xserver-xfree86_7.2-1_all.deb
xserver-xorg-input-all_7.2-1_i386.deb
  to pool/main/x/xorg/xserver-xorg-input-all_7.2-1_i386.deb
xserver-xorg-video-all_7.2-1_i386.deb
  to pool/main/x/xorg/xserver-xorg-video-all_7.2-1_i386.deb
xserver-xorg_7.2-1_all.deb
  to pool/main/x/xorg/xserver-xorg_7.2-1_all.deb


Override entries for your package:
libglu1-xorg-dev_7.2-1_all.deb - optional libdevel
libglu1-xorg_7.2-1_all.deb - optional libs
x-window-system-core_7.2-1_all.deb - optional x11
x-window-system_7.2-1_all.deb - optional x11
x11-common_7.2-1_i386.deb - optional x11
xlibmesa-dri_7.2-1_all.deb - optional x11
xlibmesa-gl-dev_7.2-1_all.deb - optional libdevel
xlibmesa-gl_7.2-1_all.deb - optional libs
xlibmesa-glu_7.2-1_all.deb - optional libdevel
xlibs-data_7.2-1_all.deb - optional libs
xlibs-static-dev_7.2-1_all.deb - optional libdevel
xorg-dev_7.2-1_all.deb - optional x11
xorg_7.2-1.dsc - source x11
xorg_7.2-1_all.deb - optional x11
xserver-xfree86_7.2-1_all.deb - optional x11
xserver-xorg-input-all_7.2-1_i386.deb - optional x11
xserver-xorg-video-all_7.2-1_i386.deb - optional x11
xserver-xorg_7.2-1_all.deb - optional x11

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


Thank you for your contribution to Debian.


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



xorg: Changes to 'debian-experimental'

2007-03-04 Thread David Nusinow
New branch 'debian-experimental' available with the following commits:
commit 8358988b20e00b78f1b9c9f18e17dbc4b400f865
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Mar 4 15:39:30 2007 -0500

* Add xorg-docs to the xorg package dependencies. There's some very useful
  manpages in there, among other things.

commit 515fb65027cd936ee0345e2d458332e4d3725529
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Mar 4 15:38:15 2007 -0500

* Have the metapackages support xserver-xorg-video-intel,
  xserver-xorg-video-i810-modesetting, and xserver-xorg-intel-modesetting
  packages as valid options in addition to i810

commit f8bd48dbb9fb5f62484fc23244991474b73a01ee
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Mar 4 15:34:34 2007 -0500

* New upstream release


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



xorg: Changes to 'refs/tags/xorg-1_7.2-1'

2007-03-04 Thread David Nusinow
Tag 'xorg-1_7.2-1' created by David Nusinow [EMAIL PROTECTED] at 2007-03-04 
20:48 +

Tagging upload of xorg-1_7.2-1 to experimental.

Changes since xorg-1_7.1.0-13:
David Nusinow:
  * New upstream release
  * Have the metapackages support xserver-xorg-video-intel,
  * Add xorg-docs to the xorg package dependencies. There's some very useful

Julien Cristau:
  Add three new conflicts for x11-common.
  x11-common already conflicted with hanterm-*, so remove the duplicate 
conflict.
  Yet another conflict update for x11-common.

---
 debian/changelog  |   18 ++
 debian/control|4 ++--
 debian/scripts/vars.alpha |2 +-
 debian/scripts/vars.amd64 |2 +-
 debian/scripts/vars.arm   |2 +-
 debian/scripts/vars.armeb |2 +-
 debian/scripts/vars.hurd-i386 |2 +-
 debian/scripts/vars.i386  |2 +-
 debian/scripts/vars.m32r  |2 +-
 debian/scripts/vars.m68k  |2 +-
 debian/scripts/vars.mips  |2 +-
 debian/scripts/vars.mipsel|2 +-
 12 files changed, 30 insertions(+), 12 deletions(-)
---


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



Bug#361924: xdm segfaults when restarting X

2007-03-04 Thread Rene van Bevern
On Thu, Mar 01, 2007 at 09:26:40PM +0100, Brice Goglin wrote:

Hi,

 About a year ago, you reported (or replied to) a bug in the Debian BTS
 regarding a segfault of xdm when restarting X. Did any of you guys
 reproduce this problem recently?

No, I haven't seen the problam in a while (not within the last 6 month,
iirc) with Etch.

Thanks,
Rene


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



Bug#413424: xserver-xorg: xserver fails to start because of resource conflict on PowerMac beige G3 (OldWorld)

2007-03-04 Thread Rick Thomas
Package: xserver-xorg
Version: 1:7.1.0-13
Severity: important

Configuration is bog-standard PowerMac beige G3 tower (OldWorld) with ATI video 
controller on the motherboard.
Details are in the attached configuration files and log files.

I've tried this with both ati driver and fbdev driver.  Both give the same 
results.



-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

/etc/X11/X target does not match checksum in /var/lib/x11/X.md5sum.

X server symlink status:
lrwxrwxrwx 1 root root 13 Mar  1 02:07 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1858512 Mar  1 00:23 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
00:12.0 VGA compatible controller: ATI Technologies Inc 3D Rage I/II 215GT 
[Mach64 GT] (rev 9a)

/etc/X11/xorg.conf unchanged from checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 3020 Mar  4 16:42 /etc/X11/xorg.conf

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

Section Files
FontPath/usr/share/fonts/X11/misc
FontPath/usr/X11R6/lib/X11/fonts/misc
FontPath/usr/share/fonts/X11/cyrillic
FontPath/usr/X11R6/lib/X11/fonts/cyrillic
FontPath/usr/share/fonts/X11/100dpi/:unscaled
FontPath/usr/X11R6/lib/X11/fonts/100dpi/:unscaled
FontPath/usr/share/fonts/X11/75dpi/:unscaled
FontPath/usr/X11R6/lib/X11/fonts/75dpi/:unscaled
FontPath/usr/share/fonts/X11/Type1
FontPath/usr/X11R6/lib/X11/fonts/Type1
FontPath/usr/share/fonts/X11/100dpi
FontPath/usr/X11R6/lib/X11/fonts/100dpi
FontPath/usr/share/fonts/X11/75dpi
FontPath/usr/X11R6/lib/X11/fonts/75dpi
# path to defoma fonts
FontPath/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
EndSection

Section Module
Loadbitmap
Loadddc
Loaddri
Loadextmod
Loadfreetype
Loadglx
Loadint10
Loadvbe
EndSection

Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  CoreKeyboard
Option  XkbRules  xorg
Option  XkbModel  macintosh
Option  XkbLayout us
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
Option  CorePointer
Option  Device/dev/input/mice
Option  Protocol  ImPS/2
EndSection

Section Device
Identifier  ATI Technologies Inc 3D Rage I/II 215GT [Mach64 GT]
Driver  fbdev
BusID   PCI:0:18:0
Option  UseFBDev  true
EndSection

Section Monitor
Identifier  EN-775e
Option  DPMS
HorizSync   28-49
VertRefresh 43-72
EndSection

Section Screen
Identifier  Default Screen
Device  ATI Technologies Inc 3D Rage I/II 215GT [Mach64 GT]
Monitor EN-775e
DefaultDepth24
SubSection Display
Depth   1
Modes   1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   4
Modes   1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   8
Modes   1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   15
Modes   1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   16
Modes   1024x768 800x600 640x480
EndSubSection
SubSection Display
Depth   24
Modes   1024x768 800x600 640x480
EndSubSection
EndSection

Section ServerLayout
Identifier  Default Layout
Screen  Default Screen
InputDevice Generic Keyboard
InputDevice Configured Mouse
EndSection

Section DRI
Mode0666
EndSection


Xorg X server log files on system:

Processed: reassign 413424 to xserver-xorg-core

2007-03-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.9.26
 reassign 413424 xserver-xorg-core 2:1.1.1-19
Bug#413424: xserver-xorg: xserver fails to start because of resource conflict 
on PowerMac beige G3 (OldWorld)
Bug reassigned from package `xserver-xorg' to `xserver-xorg-core'.


End of message, stopping processing here.

Please contact me if you need assistance.

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


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



-dbg packages

2007-03-04 Thread David Nusinow
Hi everyone,

   I'd like to extend the server, and possibly video drivers, to include
-dbg packages. Asking people to rebuild them to debug a problem isn't a
huge deal, but having one less hurdle for them to clear in the face of an
already daunting task will be helpful. 

   The problem with doing this is that the packages will have to pass
through NEW, and NEW isn't moving too fast now. Witness the
i810-modesetting to intel-modesetting upload that I did two weeks ago still
sitting there. So my thought is that I'd like to do this once the server
1.3 gets finalized upstream and we get it released to experimental, which
should be Real Soon Now. Once 1.3 is in experimental I'd like to add the
-dbg package and upload it. That'll give us the fresh server to work with
while the version with -dbg sits in NEW.

   As for the drivers, I'd like to do something similar, but I'm not as
sure of the timing. That'll probably have to be played by ear. I'm pretty
much set on at least having -dbg symbols for ati, intel, and nv at the very
least, and I think the rest could benefit. For the input drivers, at the
least mouse, keyboard, and evdev should have -dbg packages. Despite
complaints about archive bloat, I think having them available for all the
drivers would be very helpful for all of us.

  If you guys have any thoughts on this at all, particularly with respect
to timing, please speak up. I'm slightly worried that this will delay
moving things to unstable after etch is released, so if you guys think
that'll be too big of an issue to do this now, I'd like to hear it.

 - David Nusinow


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



Bug#13884: marked as done (xdm: localhost appears in chooser when route is -net 127.0.0.0)

2007-03-04 Thread Debian Bug Tracking System
Your message dated Mon, 05 Mar 2007 00:20:11 +0100
with message-id [EMAIL PROTECTED]
and subject line Bug#13884: xdm: localhost appears in chooser when route is 
-net 127.0.0.0
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: xbase
Version: 3.3-7

By default, /etc/init.d/network sets up routing for localhost as follows:

ifconfig lo 127.0.0.1
route add -net 127.0.0.0

This of course sets up routing for the whole 127.0.0.0 network. Now, when
xchooser pops up becuase you run X -indirect somehost, you see on the
chooser something that is hard to understand. For example, here I get these
choices:

kite.ml.org
localhost

Since I actually ran X -indirect kite.ml.org from a different computer, it
seems natural to assume that localhost refers to the computer I started X
on. Of course, it really doesn't, it referes to kite.ml.org, where the
chooser is running. This can be confusing.

I wonder if 127.0.0.0 could be ignored when xdm is sending out its
broadcasts (or whatever it does) to find out what hosts on the network are
running xdm.

An alternate solution to this problem (and what I've done for now) is to
just change the second line of /etc/init.d network to:

route add 127.0.0.1

This works ok, localhost no longer appears, but this is not the default
configuration.

-- System Information
Debian Release: 1.3
Kernel Version: Linux kite 2.0.29 #1 Fri Sep 12 19:55:38 EDT 1997 i586 unknown

Versions of the packages xbase depends on:
cpp Version: 2.7.2.3-2
libc6   Version: 2.0.5c-0.1
ncurses3.4  Version: 1.9.9g-5
xlib6g  Version: 3.3-7
---End Message---
---BeginMessage---
Closing since the route causing the bug is not possible anymore with a
recent kernel. If anybody ever reproduces, feel free to reopen.

Brice

---End Message---


Processing of xserver-xorg-video-i810_1.7.4-1_i386.changes

2007-03-04 Thread Archive Administrator
xserver-xorg-video-i810_1.7.4-1_i386.changes uploaded successfully to localhost
along with the files:
  xserver-xorg-video-i810_1.7.4-1.dsc
  xserver-xorg-video-i810_1.7.4.orig.tar.gz
  xserver-xorg-video-i810_1.7.4-1.diff.gz
  xserver-xorg-video-i810_1.7.4-1_i386.deb

Greetings,

Your Debian queue daemon


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



Bug#113271: marked as done (xdm: strange text in chooser)

2007-03-04 Thread Debian Bug Tracking System
Your message dated Mon, 05 Mar 2007 00:21:12 +0100
with message-id [EMAIL PROTECTED]
and subject line Bug#113271: xdm: strange text in chooser
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: xdm
Version: 4.1.0-6
Severity: minor

When running Broadcast Chooser on a remote display, the line for
my debian box looks like:

| phoenix (192.168.xx.yy) (x users, load: a.aa, b.bb, c.cc)

Or better to say it should look like the above. Most times 
I see this:

| phoenix (192.168.xx.yy) (Willing, but su nobody -c /usr/X11R6/lib/X1
(Rest of text is cut off because of chooser frame.)

Regards,
Lipo

-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux phoenix 2.4.8 #1 Mon Aug 13 08:48:36 CEST 2001 i586
Locale: LANG=C, LC_CTYPE=en_US.ISO-8859-1

Versions of packages xdm depends on:
ii  cpp   2:2.95.4-6 The GNU C preprocessor.
ii  debconf   1.0.00 Debian configuration management sy
ii  libc6 2.2.4-1GNU C Library: Shared libraries an
ii  libpam0g  0.72-31Pluggable Authentication Modules l
ii  libxaw7   4.1.0-6X Athena widget set library
ii  xbase-clients 4.1.0-6miscellaneous X clients
ii  xlibs 4.1.0-6X Window System client libraries


---End Message---
---BeginMessage---
Closing, as suggested by the submitter, since he does not use X anymore.
If anybody ever reproduces this problem, feel free to reopen.

Brice

---End Message---


xserver-xorg-video-i810_1.7.4-1_i386.changes ACCEPTED

2007-03-04 Thread Debian Installer

Accepted:
xserver-xorg-video-i810_1.7.4-1.diff.gz
  to pool/main/x/xserver-xorg-video-i810/xserver-xorg-video-i810_1.7.4-1.diff.gz
xserver-xorg-video-i810_1.7.4-1.dsc
  to pool/main/x/xserver-xorg-video-i810/xserver-xorg-video-i810_1.7.4-1.dsc
xserver-xorg-video-i810_1.7.4-1_i386.deb
  to 
pool/main/x/xserver-xorg-video-i810/xserver-xorg-video-i810_1.7.4-1_i386.deb
xserver-xorg-video-i810_1.7.4.orig.tar.gz
  to 
pool/main/x/xserver-xorg-video-i810/xserver-xorg-video-i810_1.7.4.orig.tar.gz


Override entries for your package:
xserver-xorg-video-i810_1.7.4-1.dsc - source x11
xserver-xorg-video-i810_1.7.4-1_i386.deb - optional x11

Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 383918 408797 


Thank you for your contribution to Debian.


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



Bug#113270: marked as done (xdm: xdm login fails when password soon expires and warning is issued)

2007-03-04 Thread Debian Bug Tracking System
Your message dated Mon, 05 Mar 2007 00:22:46 +0100
with message-id [EMAIL PROTECTED]
and subject line Bug#113270: xdm: xdm login fails when password soon expires 
and warning is issued
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: xdm
Version: 4.1.0-6
Severity: normal

When a users password is expiring soon and pam issues a warning
about that, login fails.

from /var/log/auth.log
| Sep 23 20:34:24 phoenix PAM_unix[29475]: password for user rel will expire in 
23 days

from /var/log/xdm.log
| xdm error (pid 9244): Unknown session exit code 2816 from process 29475
| XIO:  fatal IO error 104 (Connection reset by peer) on X server 
felix.lipo.at0.net:0.0
|  after 122 requests (69 known processed) with 0 events remaining.

After changing the password login works again without any problems.

Regards,
Lipo

-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux phoenix 2.4.8 #1 Mon Aug 13 08:48:36 CEST 2001 i586
Locale: LANG=C, LC_CTYPE=en_US.ISO-8859-1

Versions of packages xdm depends on:
ii  cpp   2:2.95.4-6 The GNU C preprocessor.
ii  debconf   1.0.00 Debian configuration management sy
ii  libc6 2.2.4-1GNU C Library: Shared libraries an
ii  libpam0g  0.72-31Pluggable Authentication Modules l
ii  libxaw7   4.1.0-6X Athena widget set library
ii  xbase-clients 4.1.0-6miscellaneous X clients
ii  xlibs 4.1.0-6X Window System client libraries


---End Message---
---BeginMessage---
Closing, as suggested by the submitter, since he does not use X anymore.
If anybody ever reproduces this problem, feel free to reopen.

Brice


---End Message---


Bug#383918: marked as done (FTBFS on non-DRM systems)

2007-03-04 Thread Debian Bug Tracking System
Your message dated Sun, 04 Mar 2007 23:32:06 +
with message-id [EMAIL PROTECTED]
and subject line Bug#383918: fixed in xserver-xorg-video-i810 2:1.7.4-1
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: xserver-xorg-video-i810
Version: 2:1.6.5-1
Severity: important
Tags: patch

Hi,

This package FTBFS on systems that don't have DRM, here is a patch.

Samuel

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: hurd-i386 (i686-AT386)
Shell:  /bin/sh linked to /bin/bash
Kernel: GNU-Mach 1.3/Hurd-0.3
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages xserver-xorg-video-i810 depends on:
ii  libc0.3  2.3.6-18-youpi1 GNU C Library: Shared libraries
ii  xserver-xorg-core1:1.1.1-2   X.Org X server -- core server

xserver-xorg-video-i810 recommends no packages.

-- no debconf information
diff -ur xserver-xorg-video-i810-1.6.5/debian/control xserver-xorg-video-i810-1.6.5-hurd/debian/control
--- xserver-xorg-video-i810-1.6.5/debian/control	2006-08-20 17:28:24.0 +
+++ xserver-xorg-video-i810-1.6.5-hurd/debian/control	2006-08-20 17:09:48.0 +
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL PROTECTED], Fabio M. Di Nitto [EMAIL PROTECTED]
-Build-Depends: debhelper (= 4.0.0), pkg-config, xserver-xorg-dev (= 1.1.1-1), x11proto-gl-dev, x11proto-video-dev, libdrm-dev, libgl1-mesa-dev | libgl-dev, libxvmc-dev (= 1:1.0.1-1), x11proto-core-dev, x11proto-fonts-dev, x11proto-randr-dev, x11proto-render-dev, x11proto-xinerama-dev, libdrm-dev ( 2.0), x11proto-xf86dri-dev
+Build-Depends: debhelper (= 4.0.0), pkg-config, xserver-xorg-dev (= 1.1.1-1), x11proto-gl-dev, x11proto-video-dev, libdrm-dev [!hurd-i386], libgl1-mesa-dev | libgl-dev, libxvmc-dev (= 1:1.0.1-1), x11proto-core-dev, x11proto-fonts-dev, x11proto-randr-dev, x11proto-render-dev, x11proto-xinerama-dev, libdrm-dev ( 2.0) [!hurd-i386], x11proto-xf86dri-dev
 Standards-Version: 3.6.1
 
 Package: xserver-xorg-video-i810
diff -ur xserver-xorg-video-i810-1.6.5/src/brw_structs.h xserver-xorg-video-i810-1.6.5-hurd/src/brw_structs.h
--- xserver-xorg-video-i810-1.6.5/src/brw_structs.h	2006-08-08 22:51:25.0 +
+++ xserver-xorg-video-i810-1.6.5-hurd/src/brw_structs.h	2006-08-20 17:23:05.0 +
@@ -28,6 +28,8 @@
 #ifndef BRW_STRUCTS_H
 #define BRW_STRUCTS_H
 
+#include GL/gl.h
+
 /* Command packets:
  */
 struct header 
diff -ur xserver-xorg-video-i810-1.6.5/src/i810_driver.c xserver-xorg-video-i810-1.6.5-hurd/src/i810_driver.c
--- xserver-xorg-video-i810-1.6.5/src/i810_driver.c	2006-08-10 20:40:39.0 +
+++ xserver-xorg-video-i810-1.6.5-hurd/src/i810_driver.c	2006-08-20 19:06:38.0 +
@@ -333,6 +333,8 @@
NULL
 };
 
+#endif /* I830_ONLY */
+
 const char *I810shadowSymbols[] = {
 shadowInit,
 shadowSetup,
@@ -340,8 +342,6 @@
 NULL
 };
 
-#endif /* I830_ONLY */
-
 #ifndef I810_DEBUG
 int I810_DEBUG = (0
 /* 		  | DEBUG_ALWAYS_SYNC  */
@@ -408,9 +408,9 @@
 #ifdef XF86DRI
 			I810drmSymbols,
 			I810driSymbols,
+#endif
 			I810shadowSymbols,
 			I810shadowFBSymbols,
-#endif
 			I810vbeSymbols, vbeOptionalSymbols,
 			I810ddcSymbols, I810int10Symbols, NULL);
 
diff -ur xserver-xorg-video-i810-1.6.5/src/i830_accel.c xserver-xorg-video-i810-1.6.5-hurd/src/i830_accel.c
--- xserver-xorg-video-i810-1.6.5/src/i830_accel.c	2006-08-08 22:51:25.0 +
+++ xserver-xorg-video-i810-1.6.5-hurd/src/i830_accel.c	2006-08-20 17:17:35.0 +
@@ -395,6 +395,7 @@
return XAAInit(pScreen, infoPtr);
 }
 
+#ifdef XF86DRI
 static unsigned int
 CheckTiling(ScrnInfoPtr pScrn)
 {
@@ -416,6 +417,9 @@
 
return tiled;
 }
+#else
+#define CheckTiling(pScrn) 0
+#endif
 
 void
 I830SetupForSolidFill(ScrnInfoPtr pScrn, int color, int rop,
---End Message---
---BeginMessage---
Source: xserver-xorg-video-i810
Source-Version: 2:1.7.4-1

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

xserver-xorg-video-i810_1.7.4-1.diff.gz
  to pool/main/x/xserver-xorg-video-i810/xserver-xorg-video-i810_1.7.4-1.diff.gz
xserver-xorg-video-i810_1.7.4-1.dsc
  to pool/main/x/xserver-xorg-video-i810/xserver-xorg-video-i810_1.7.4-1.dsc
xserver-xorg-video-i810_1.7.4-1_i386.deb
  to 

xserver-xorg-video-suncg6 1:1.1.0-3 MIGRATED to testing

2007-03-04 Thread Debian testing watch
FYI: The status of the xserver-xorg-video-suncg6 source package
in Debian's testing distribution has changed.

  Previous version: 1:1.1.0-2
  Current version:  1:1.1.0-3

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


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



xserver-xorg-video-i810: Changes to 'debian-modesetting-experimental'

2007-03-04 Thread David Nusinow
 debian/xsfbs/xsfbs.mk |   21 +
 1 files changed, 21 insertions(+)

New commits:
commit 72811b4cede7275a35d36b44bcb5f431a8aa0133
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Fri Mar 2 20:28:15 2007 +0100

Fix copy/paste typo in the input driver provides.

diff --git a/debian/xsfbs/xsfbs.mk b/debian/xsfbs/xsfbs.mk
index 0343aec..d88c6db 100755
--- a/debian/xsfbs/xsfbs.mk
+++ b/debian/xsfbs/xsfbs.mk
@@ -359,7 +359,7 @@ VIDEOABI = $(shell cat /usr/share/xserve
 INPUTABI = $(shell cat /usr/share/xserver-xorg/inputabiver 2/dev/null)
 SERVER_DEPENDS = xserver-xorg-core (= $(SERVERMINVERS))
 VIDDRIVER_PROVIDES = xserver-xorg-video-$(VIDEOABI)
-INPDRIVER_PROVIDES = xserver-xorg-video-$(INPUTABI)
+INPDRIVER_PROVIDES = xserver-xorg-input-$(INPUTABI)
 ifeq ($(PACKAGE),)
 PACKAGE=$(shell awk '/^Package:/ { print $$2; exit }'  debian/control)
 endif

commit 4a943db2564c4f573ce2f5f676a841267e961f16
Author: David Nusinow [EMAIL PROTECTED]
Date:   Thu Mar 1 22:06:04 2007 -0500

Fix one missed bit from the serverabiver - serverminver rename

diff --git a/debian/xsfbs/xsfbs.mk b/debian/xsfbs/xsfbs.mk
index cfc5496..0343aec 100755
--- a/debian/xsfbs/xsfbs.mk
+++ b/debian/xsfbs/xsfbs.mk
@@ -366,7 +366,7 @@ endif
 
 .PHONY: serverabi
 serverabi:
-ifeq ($(SERVERABI),)
+ifeq ($(SERVERMINVERS),)
@echo error: xserver-xorg-dev needs to be installed
@exit 1
 else

commit 1344bb9deda5ba54215d0ec5b164706999236b0b
Author: David Nusinow [EMAIL PROTECTED]
Date:   Wed Feb 28 23:08:17 2007 -0500

Fix typo that prevented the input abi versioning from working.
Good catch Julien

diff --git a/debian/xsfbs/xsfbs.mk b/debian/xsfbs/xsfbs.mk
index 5e8cf41..cfc5496 100755
--- a/debian/xsfbs/xsfbs.mk
+++ b/debian/xsfbs/xsfbs.mk
@@ -356,7 +356,7 @@ debian/shlibs.local:
 
 SERVERMINVERS = $(shell cat /usr/share/xserver-xorg/serverminver 2/dev/null)
 VIDEOABI = $(shell cat /usr/share/xserver-xorg/videoabiver 2/dev/null)
-INPUTABI = $(shell cat /usr/share/xserver-xorg/driverabiver 2/dev/null)
+INPUTABI = $(shell cat /usr/share/xserver-xorg/inputabiver 2/dev/null)
 SERVER_DEPENDS = xserver-xorg-core (= $(SERVERMINVERS))
 VIDDRIVER_PROVIDES = xserver-xorg-video-$(VIDEOABI)
 INPDRIVER_PROVIDES = xserver-xorg-video-$(INPUTABI)

commit a0c9602f38e9d47d7a76b7b345e7e8bbb29b752f
Author: David Nusinow [EMAIL PROTECTED]
Date:   Tue Feb 27 21:50:20 2007 -0500

Add support for X server input ABI versioning

diff --git a/debian/xsfbs/xsfbs.mk b/debian/xsfbs/xsfbs.mk
index d54ffd3..5e8cf41 100755
--- a/debian/xsfbs/xsfbs.mk
+++ b/debian/xsfbs/xsfbs.mk
@@ -355,9 +355,11 @@ debian/shlibs.local:
cat debian/*.shlibs $@
 
 SERVERMINVERS = $(shell cat /usr/share/xserver-xorg/serverminver 2/dev/null)
-SERVERABI = $(shell cat /usr/share/xserver-xorg/serverabiver 2/dev/null)
+VIDEOABI = $(shell cat /usr/share/xserver-xorg/videoabiver 2/dev/null)
+INPUTABI = $(shell cat /usr/share/xserver-xorg/driverabiver 2/dev/null)
 SERVER_DEPENDS = xserver-xorg-core (= $(SERVERMINVERS))
-DRIVER_PROVIDES = xserver-xorg-video-$(SERVERABI)
+VIDDRIVER_PROVIDES = xserver-xorg-video-$(VIDEOABI)
+INPDRIVER_PROVIDES = xserver-xorg-video-$(INPUTABI)
 ifeq ($(PACKAGE),)
 PACKAGE=$(shell awk '/^Package:/ { print $$2; exit }'  debian/control)
 endif
@@ -369,7 +371,8 @@ ifeq ($(SERVERABI),)
@exit 1
 else
echo xserver:Depends=$(SERVER_DEPENDS)  debian/$(PACKAGE).substvars
-   echo xviddriver:Provides=$(DRIVER_PROVIDES)  
debian/$(PACKAGE).substvars
+   echo xviddriver:Provides=$(VIDDRIVER_PROVIDES)  
debian/$(PACKAGE).substvars
+   echo xinpdriver:Provides=$(INPDRIVER_PROVIDES)  
debian/$(PACKAGE).substvars
 endif
 
 include debian/xsfbs/xsfbs-autoreconf.mk

commit 00fc799ec3107c0c29286b75e780bef82c1fa137
Author: David Nusinow [EMAIL PROTECTED]
Date:   Wed Feb 21 22:47:30 2007 -0500

Fix name of serverminver

diff --git a/debian/xsfbs/xsfbs.mk b/debian/xsfbs/xsfbs.mk
index ae767b1..d54ffd3 100755
--- a/debian/xsfbs/xsfbs.mk
+++ b/debian/xsfbs/xsfbs.mk
@@ -354,7 +354,7 @@ # Generate the shlibs.local file.
 debian/shlibs.local:
cat debian/*.shlibs $@
 
-SERVERMINVERS = $(shell cat /usr/share/xserver-xorg/serverminvers 2/dev/null)
+SERVERMINVERS = $(shell cat /usr/share/xserver-xorg/serverminver 2/dev/null)
 SERVERABI = $(shell cat /usr/share/xserver-xorg/serverabiver 2/dev/null)
 SERVER_DEPENDS = xserver-xorg-core (= $(SERVERMINVERS))
 DRIVER_PROVIDES = xserver-xorg-video-$(SERVERABI)

commit dacefd5a6bb9f786c78f35358273e3214c7492e9
Author: David Nusinow [EMAIL PROTECTED]
Date:   Wed Feb 21 21:37:52 2007 -0500

Update serverabi generation to also account for driver Provides

* Have the drivers use the file serverminver instead of serverabiver in 
order
  to generate the versioned dependency on the server. This is clearer
  naming.
* Use serverabiver to actually store the server's video ABI version. This
  is used to generate the Provides: line for drivers so the server 

xserver-xorg-video-i810: Changes to 'debian-experimental'

2007-03-04 Thread David Nusinow
 debian/changelog  |6 --
 debian/control|4 ++--
 debian/xsfbs/xsfbs.mk |   12 +---
 3 files changed, 15 insertions(+), 7 deletions(-)

New commits:
commit 9fc69f2a2541371fa490b4dddada880c4cfeb3a2
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Mar 4 18:25:44 2007 -0500

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 7ea19af..69f3440 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-video-i810 (2:1.7.4-1) UNRELEASED; urgency=low
+xserver-xorg-video-i810 (2:1.7.4-1) experimental; urgency=low
 
   [ David Nusinow ]
   * New upstream version
@@ -14,10 +14,7 @@ xserver-xorg-video-i810 (2:1.7.4-1) UNRE
   * debian/rules clean needs to depend on xsfclean.
   * Generate the dependency on xserver-xorg-core automatically.
 
-  [ David Nusinow ]
-  * 
-
- -- David Nusinow [EMAIL PROTECTED]  Sun,  4 Mar 2007 18:19:22 -0500
+ -- David Nusinow [EMAIL PROTECTED]  Sun,  4 Mar 2007 18:20:38 -0500
 
 xserver-xorg-video-i810 (2:1.7.2-4) unstable; urgency=low
 

commit 5a0372881bfbdf12b0cfd923b108c232b1a23c7c
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Mar 4 18:19:49 2007 -0500

* Generate Provides: line automatically
* Bump xserver-xorg-core build-depend to 2:1.2.0-6 to handle this properly
*

diff --git a/debian/changelog b/debian/changelog
index 9897b73..7ea19af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ xserver-xorg-video-i810 (2:1.7.4-1) UNRE
 
   [ David Nusinow ]
   * New upstream version
+  * Generate Provides: line automatically
+  * Bump xserver-xorg-core build-depend to 2:1.2.0-6 to handle this properly
 
   [ Julien Cristau ]
   * Drop duplicate build dependency on libdrm-dev, so this really
@@ -12,7 +14,10 @@ xserver-xorg-video-i810 (2:1.7.4-1) UNRE
   * debian/rules clean needs to depend on xsfclean.
   * Generate the dependency on xserver-xorg-core automatically.
 
- -- Julien Cristau [EMAIL PROTECTED]  Sat, 17 Feb 2007 17:10:49 +0100
+  [ David Nusinow ]
+  * 
+
+ -- David Nusinow [EMAIL PROTECTED]  Sun,  4 Mar 2007 18:19:22 -0500
 
 xserver-xorg-video-i810 (2:1.7.2-4) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 8abc49c..1e0c00f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,14 +3,14 @@ Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Fabio M. Di Nitto [EMAIL PROTECTED], Drew Parsons [EMAIL 
PROTECTED]
-Build-Depends: debhelper (= 5), quilt, pkg-config, xserver-xorg-dev (= 
2:1.2.0-3), x11proto-gl-dev, x11proto-video-dev, libgl1-mesa-dev | libgl-dev, 
libxvmc-dev (= 1:1.0.1-1), x11proto-core-dev, x11proto-fonts-dev, 
x11proto-randr-dev, x11proto-render-dev, x11proto-xinerama-dev, libdrm-dev ( 
2.0) [!hurd-i386], x11proto-xf86dri-dev
+Build-Depends: debhelper (= 5), quilt, pkg-config, xserver-xorg-dev (= 
2:1.2.0-6), x11proto-gl-dev, x11proto-video-dev, libgl1-mesa-dev | libgl-dev, 
libxvmc-dev (= 1:1.0.1-1), x11proto-core-dev, x11proto-fonts-dev, 
x11proto-randr-dev, x11proto-render-dev, x11proto-xinerama-dev, libdrm-dev ( 
2.0) [!hurd-i386], x11proto-xf86dri-dev
 Standards-Version: 3.7.2
 XS-Vcs-Git: git://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel
 
 Package: xserver-xorg-video-i810
 Architecture: alpha amd64 arm armeb armel hppa hurd-i386 i386 ia64 
kfreebsd-i386 m68k mips mipsel netbsd-i386 powerpc
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${xserver:Depends}
-Provides: xserver-xorg-video-1.0
+Provides: ${xviddriver:Provides}
 Replaces: xserver-xorg ( 6.8.2-35)
 Description: X.Org X server -- Intel i8xx, i9xx display driver
  This package provides the driver for the Intel i8xx and i9xx family

commit 72811b4cede7275a35d36b44bcb5f431a8aa0133
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Fri Mar 2 20:28:15 2007 +0100

Fix copy/paste typo in the input driver provides.

diff --git a/debian/xsfbs/xsfbs.mk b/debian/xsfbs/xsfbs.mk
index 0343aec..d88c6db 100755
--- a/debian/xsfbs/xsfbs.mk
+++ b/debian/xsfbs/xsfbs.mk
@@ -359,7 +359,7 @@ VIDEOABI = $(shell cat /usr/share/xserve
 INPUTABI = $(shell cat /usr/share/xserver-xorg/inputabiver 2/dev/null)
 SERVER_DEPENDS = xserver-xorg-core (= $(SERVERMINVERS))
 VIDDRIVER_PROVIDES = xserver-xorg-video-$(VIDEOABI)
-INPDRIVER_PROVIDES = xserver-xorg-video-$(INPUTABI)
+INPDRIVER_PROVIDES = xserver-xorg-input-$(INPUTABI)
 ifeq ($(PACKAGE),)
 PACKAGE=$(shell awk '/^Package:/ { print $$2; exit }'  debian/control)
 endif

commit 4a943db2564c4f573ce2f5f676a841267e961f16
Author: David Nusinow [EMAIL PROTECTED]
Date:   Thu Mar 1 22:06:04 2007 -0500

Fix one missed bit from the serverabiver - serverminver rename

diff --git a/debian/xsfbs/xsfbs.mk b/debian/xsfbs/xsfbs.mk
index cfc5496..0343aec 100755
--- a/debian/xsfbs/xsfbs.mk
+++ b/debian/xsfbs/xsfbs.mk
@@ -366,7 +366,7 @@ endif
 
 .PHONY: serverabi
 serverabi:
-ifeq ($(SERVERABI),)

xserver-xorg-video-i810: Changes to 'refs/tags/xserver-xorg-video-i810-2_1.7.4-1'

2007-03-04 Thread David Nusinow
Tag 'xserver-xorg-video-i810-2_1.7.4-1' created by David Nusinow [EMAIL 
PROTECTED] at 2007-03-04 23:25 +

Tagging upload of xserver-xorg-video-i810-2_1.7.4-1 to experimental.

Changes since xf86-video-i810-1.7.4:
Alan Hourihane:
  Fix bug #9639, i810 XvMC needs linking against libdrm.

Branden Robinson:
  Set svn:keywords property to Id (keyword already present).
  Note probable out-of-dateness of maplink() function body.
  Add high-level documentation to XSFBS shell library, intended to reduce

David Nusinow:
  Move xsfbs back to its rightful place
  Make us error out if we call patch and don't have quilt installed
  Fix the last commit and fix spelling error. Thanks Brice Goglin for the 
spelling catch.
  Import xserver-xorg-video-i810-1.4.1.3 for rollback to 7.0
  Copy i810 driver over to working branch
  Move packaging over
  * Add call to dh_makeshlibs. Reorder dh_installdeb and dh_shlibdeps so 
that
  Fix for bug #371152. Thanks Joey Hess.
  Pull patches from ubuntu for ARCHITECTURE, LAPTOP, RECONFIGURE, 
FIRSTINST, and UPGRADE variables
  Prepare changelog for upload to unstable
  * New upstream version
  Prepare changelog for upload
  Move the files so they'll be put in debian/xsfbs automatically when pulled
  * Apply patch 20-i915_bios.patch from upsteam (1.7.4) to help with faulty
  Prepare drivers for use with xserver 1.2, which has a new ABI (version 
1.1)
  Merge branch 'upstream-experimental' into debian-experimental
  Note new upstream version
  Merge branch 'deb-exp' into debian-experimental
  Update serverabi generation to also account for driver Provides
  Fix name of serverminver
  Add support for X server input ABI versioning
  Fix typo that prevented the input abi versioning from working.
  Fix one missed bit from the serverabiver - serverminver rename
  Merge branch 'xsfbs-unstable' into debian-experimental
  * Generate Provides: line automatically
  Prepare changelog for upload

Drew Parsons:
* Standards version 3.7.2.
  add me to the i810 uploaders list
  * Typo fix in man page. Closes: #364559.
  Lockup fixes:
* Build-Depends: quilt, needed to apply patches.

Emilio Scalise:
  patch to control mergedfb options, bug #9664

Julien Cristau:
  For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
  * Don't build-dep on libdrm-dev on hurd-i386, and don't try to install
  * Drop duplicate build dependency on libdrm-dev, so this really
  * Add support for the armeb and armel architectures, thanks to Riku Voipio
  Merge branch 'xsfbs' into debian-experimental
  Revert to using xserver-xorg-video-1.0, as the ABI is still compatible.
  * Drop all our patches, applied upstream.
  * debian/rules clean needs to depend on xsfclean.
  Add new serverabi rule to generate drivers dependency on the server.
  Merge branch 'xsfbs' into debian-experimental
  Generate the dependency on xserver-xorg-core automatically.
  Fix copy/paste typo in the input driver provides.

root:
  Tweak to bug #9639

Steve Langasek:
  merge i810 7.1 video driver to trunk for upload to unstable

Thierry Reding:
  Add some more watch files.

---
 ChangeLog| 2218 ++
 Makefile.in  |  670 
 aclocal.m4   | 7983 
 compile  |  142 
 config.guess | 1519 +
 config.h.in  |   72 
 config.sub   | 1626 +
 configure|22440 +++
 debian/changelog |  226 
 debian/compat|1 
 debian/control   |   28 
 debian/copyright |  114 
 debian/rules |   93 
 debian/watch |2 
 debian/xserver-xorg-video-i810.install   |2 
 debian/xserver-xorg-video-i810.install.hurd-i386 |1 
 debian/xserver-xorg-video-i810.links |1 
 debian/xserver-xorg-video-i810.manpages  |1 
 debian/xsfbs/xsfbs-autoreconf.mk |  150 
 debian/xsfbs/xsfbs.mk|  380 
 debian/xsfbs/xsfbs.sh|  907 
 depcomp  |  530 
 install-sh   |  323 
 ltmain.sh| 6971 +++
 man/Makefile.in  |  432 
 missing  |  360 
 mkinstalldirs|  111 
 src/Makefile.in  |  688 
 

Bug#408797: marked as done (please add armel support)

2007-03-04 Thread Debian Bug Tracking System
Your message dated Sun, 04 Mar 2007 23:32:06 +
with message-id [EMAIL PROTECTED]
and subject line Bug#408797: fixed in xserver-xorg-video-i810 2:1.7.4-1
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: xserver-xorg-video-i810
Severity: wishlist
Tags: patch
User: debian-arm@lists.debian.org
Usertags: eabi

Please add support for arm eabi[1] and bigendian ports. In this packages
case it only needs adding armel to Architecture: line.

[1] http://wiki.debian.org/ArmEabiPort

--- xserver-xorg-video-i810-1.7.2/debian/control.orig	2007-01-05 12:21:56.0 +
+++ xserver-xorg-video-i810-1.7.2/debian/control	2007-01-05 12:22:02.0 +
@@ -8,7 +8,7 @@
 XS-Vcs-Git: git://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel
 
 Package: xserver-xorg-video-i810
-Architecture: alpha amd64 arm hppa hurd-i386 i386 ia64 kfreebsd-i386 m68k mips mipsel netbsd-i386 powerpc
+Architecture: alpha amd64 arm armeb armel hppa hurd-i386 i386 ia64 kfreebsd-i386 m68k mips mipsel netbsd-i386 powerpc
 Depends: ${shlibs:Depends}, ${misc:Depends}, xserver-xorg-core (= 2:1.1.1-11)
 Provides: xserver-xorg-video-1.0
 Replaces: xserver-xorg ( 6.8.2-35)
---End Message---
---BeginMessage---
Source: xserver-xorg-video-i810
Source-Version: 2:1.7.4-1

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

xserver-xorg-video-i810_1.7.4-1.diff.gz
  to pool/main/x/xserver-xorg-video-i810/xserver-xorg-video-i810_1.7.4-1.diff.gz
xserver-xorg-video-i810_1.7.4-1.dsc
  to pool/main/x/xserver-xorg-video-i810/xserver-xorg-video-i810_1.7.4-1.dsc
xserver-xorg-video-i810_1.7.4-1_i386.deb
  to 
pool/main/x/xserver-xorg-video-i810/xserver-xorg-video-i810_1.7.4-1_i386.deb
xserver-xorg-video-i810_1.7.4.orig.tar.gz
  to 
pool/main/x/xserver-xorg-video-i810/xserver-xorg-video-i810_1.7.4.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.
David Nusinow [EMAIL PROTECTED] (supplier of updated xserver-xorg-video-i810 
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: Sun,  4 Mar 2007 18:20:38 -0500
Source: xserver-xorg-video-i810
Binary: xserver-xorg-video-i810
Architecture: source i386
Version: 2:1.7.4-1
Distribution: experimental
Urgency: low
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: David Nusinow [EMAIL PROTECTED]
Description: 
 xserver-xorg-video-i810 - X.Org X server -- Intel i8xx, i9xx display driver
Closes: 383918 408797
Changes: 
 xserver-xorg-video-i810 (2:1.7.4-1) experimental; urgency=low
 .
   [ David Nusinow ]
   * New upstream version
   * Generate Provides: line automatically
   * Bump xserver-xorg-core build-depend to 2:1.2.0-6 to handle this properly
 .
   [ Julien Cristau ]
   * Drop duplicate build dependency on libdrm-dev, so this really
 closes: #383918.
   * Add support for the armeb and armel architectures, thanks to Riku Voipio
 (closes: #408797).
   * Drop all our patches, applied upstream.
   * debian/rules clean needs to depend on xsfclean.
   * Generate the dependency on xserver-xorg-core automatically.
Files: 
 45143394523c68dc513978e05a261ac2 1283 x11 optional 
xserver-xorg-video-i810_1.7.4-1.dsc
 f5f452b10fdf0c992148ff7d7d879b15 619822 x11 optional 
xserver-xorg-video-i810_1.7.4.orig.tar.gz
 1da80807fdd549c5901b108e693ca45d 117683 x11 optional 
xserver-xorg-video-i810_1.7.4-1.diff.gz
 21141f5b5a2a68717fb491cfbdde42cf 164072 x11 optional 
xserver-xorg-video-i810_1.7.4-1_i386.deb

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

iD8DBQFF61W1yLfpNdY0ad8RAmkMAJ43eKFUNIYm+6dLGE+FQEYtSicd1QCgkdyc
gKCGAqQPUqDh3vI+ckg9HFI=
=54st
-END PGP SIGNATURE-

---End Message---


Processing of xorg_7.1.0-14_i386.changes

2007-03-04 Thread Archive Administrator
xorg_7.1.0-14_i386.changes uploaded successfully to localhost
along with the files:
  xorg_7.1.0-14.dsc
  xorg_7.1.0-14.tar.gz
  xserver-xorg_7.1.0-14_all.deb
  xserver-xfree86_7.1.0-14_all.deb
  xorg_7.1.0-14_all.deb
  xorg-dev_7.1.0-14_all.deb
  xlibs-data_7.1.0-14_all.deb
  xlibs-static-dev_7.1.0-14_all.deb
  xlibmesa-dri_7.1.0-14_all.deb
  xlibmesa-gl_7.1.0-14_all.deb
  xlibmesa-gl-dev_7.1.0-14_all.deb
  xlibmesa-glu_7.1.0-14_all.deb
  libglu1-xorg_7.1.0-14_all.deb
  libglu1-xorg-dev_7.1.0-14_all.deb
  x-window-system_7.1.0-14_all.deb
  x-window-system-core_7.1.0-14_all.deb
  x11-common_7.1.0-14_i386.deb
  xserver-xorg-video-all_7.1.0-14_i386.deb
  xserver-xorg-input-all_7.1.0-14_i386.deb

Greetings,

Your Debian queue daemon


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



xorg override disparity

2007-03-04 Thread Debian Installer
There are disparities between your recently accepted upload and the
override file for the following file(s):

xlibmesa-dri_7.1.0-14_all.deb: package says section is libs, override says x11.
xlibs-static-dev_7.1.0-14_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]



xorg_7.1.0-14_i386.changes ACCEPTED

2007-03-04 Thread Debian Installer

Accepted:
libglu1-xorg-dev_7.1.0-14_all.deb
  to pool/main/x/xorg/libglu1-xorg-dev_7.1.0-14_all.deb
libglu1-xorg_7.1.0-14_all.deb
  to pool/main/x/xorg/libglu1-xorg_7.1.0-14_all.deb
x-window-system-core_7.1.0-14_all.deb
  to pool/main/x/xorg/x-window-system-core_7.1.0-14_all.deb
x-window-system_7.1.0-14_all.deb
  to pool/main/x/xorg/x-window-system_7.1.0-14_all.deb
x11-common_7.1.0-14_i386.deb
  to pool/main/x/xorg/x11-common_7.1.0-14_i386.deb
xlibmesa-dri_7.1.0-14_all.deb
  to pool/main/x/xorg/xlibmesa-dri_7.1.0-14_all.deb
xlibmesa-gl-dev_7.1.0-14_all.deb
  to pool/main/x/xorg/xlibmesa-gl-dev_7.1.0-14_all.deb
xlibmesa-gl_7.1.0-14_all.deb
  to pool/main/x/xorg/xlibmesa-gl_7.1.0-14_all.deb
xlibmesa-glu_7.1.0-14_all.deb
  to pool/main/x/xorg/xlibmesa-glu_7.1.0-14_all.deb
xlibs-data_7.1.0-14_all.deb
  to pool/main/x/xorg/xlibs-data_7.1.0-14_all.deb
xlibs-static-dev_7.1.0-14_all.deb
  to pool/main/x/xorg/xlibs-static-dev_7.1.0-14_all.deb
xorg-dev_7.1.0-14_all.deb
  to pool/main/x/xorg/xorg-dev_7.1.0-14_all.deb
xorg_7.1.0-14.dsc
  to pool/main/x/xorg/xorg_7.1.0-14.dsc
xorg_7.1.0-14.tar.gz
  to pool/main/x/xorg/xorg_7.1.0-14.tar.gz
xorg_7.1.0-14_all.deb
  to pool/main/x/xorg/xorg_7.1.0-14_all.deb
xserver-xfree86_7.1.0-14_all.deb
  to pool/main/x/xorg/xserver-xfree86_7.1.0-14_all.deb
xserver-xorg-input-all_7.1.0-14_i386.deb
  to pool/main/x/xorg/xserver-xorg-input-all_7.1.0-14_i386.deb
xserver-xorg-video-all_7.1.0-14_i386.deb
  to pool/main/x/xorg/xserver-xorg-video-all_7.1.0-14_i386.deb
xserver-xorg_7.1.0-14_all.deb
  to pool/main/x/xorg/xserver-xorg_7.1.0-14_all.deb


Override entries for your package:
libglu1-xorg-dev_7.1.0-14_all.deb - optional libdevel
libglu1-xorg_7.1.0-14_all.deb - optional libs
x-window-system-core_7.1.0-14_all.deb - optional x11
x-window-system_7.1.0-14_all.deb - optional x11
x11-common_7.1.0-14_i386.deb - optional x11
xlibmesa-dri_7.1.0-14_all.deb - optional x11
xlibmesa-gl-dev_7.1.0-14_all.deb - optional libdevel
xlibmesa-gl_7.1.0-14_all.deb - optional libs
xlibmesa-glu_7.1.0-14_all.deb - optional libdevel
xlibs-data_7.1.0-14_all.deb - optional libs
xlibs-static-dev_7.1.0-14_all.deb - optional libdevel
xorg-dev_7.1.0-14_all.deb - optional x11
xorg_7.1.0-14.dsc - source x11
xorg_7.1.0-14_all.deb - optional x11
xserver-xfree86_7.1.0-14_all.deb - optional x11
xserver-xorg-input-all_7.1.0-14_i386.deb - optional x11
xserver-xorg-video-all_7.1.0-14_i386.deb - optional x11
xserver-xorg_7.1.0-14_all.deb - optional x11

Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 413281 413339 


Thank you for your contribution to Debian.


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



Bug#413339: marked as done (x11-common: /usr/X11R6/bin files remaining issue)

2007-03-04 Thread Debian Bug Tracking System
Your message dated Sun, 04 Mar 2007 23:47:09 +
with message-id [EMAIL PROTECTED]
and subject line Bug#413339: fixed in xorg 1:7.1.0-14
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: x11-common
Version: 1:7.1.0-13
Severity: serious

Hello X Strike Force, 

here is hopefully the last issues with the sarge to etch upgrade:
dpkg: error processing /var/cache/apt/archives/x11-common_1%3a7.1.0-13_i386.deb
(--unpack):
 subprocess pre-installation script returned error exit status 1
Errors were encountered while processing:
 /var/cache/apt/archives/x11-common_1%3a7.1.0-13_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

# ls -l /usr/X11R6/bin/
total 36
lrwxrwxrwx  1 root root22 Mar  4 08:38 fvwm - /etc/alternatives/fvwm
-rwxr-xr-x  1 root root  6001 Apr 21  2003 hamsoft
lrwxrwxrwx  1 root root25 Mar  4 08:38 hanterm - /etc/alternatives/hanterm
-rwxr-xr-x  1 root root 27080 Aug 18  2003 phototk
lrwxrwxrwx  1 root root31 Mar  4 08:37 tkworld - 
../../share/tkworld/tkWorld.tcl

# ls -l /etc/alternatives/fvwm /etc/alternatives/hanterm 
/usr/share/tkworld/tkWorld.tcl
lrwxrwxrwx  1 root root   18 Mar  4 08:38 /etc/alternatives/fvwm - 
/usr/bin/X11/fvwm1
lrwxrwxrwx  1 root root   23 Mar  4 09:46 /etc/alternatives/hanterm - 
/usr/bin/X11/hanterm-xf
-rwxr-xr-x  1 root root 4244 Dec 13  1999 /usr/share/tkworld/tkWorld.tcl

It seems alternatives pointing to /usr/bin/X11/ breaks. Maybe 
the link /usr/bin/X11/ is removed before the alternatives ?

Cheers,
-- 
Bill. [EMAIL PROTECTED]

Imagine a large blue swirl here. 

---End Message---
---BeginMessage---
Source: xorg
Source-Version: 1:7.1.0-14

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

libglu1-xorg-dev_7.1.0-14_all.deb
  to pool/main/x/xorg/libglu1-xorg-dev_7.1.0-14_all.deb
libglu1-xorg_7.1.0-14_all.deb
  to pool/main/x/xorg/libglu1-xorg_7.1.0-14_all.deb
x-window-system-core_7.1.0-14_all.deb
  to pool/main/x/xorg/x-window-system-core_7.1.0-14_all.deb
x-window-system_7.1.0-14_all.deb
  to pool/main/x/xorg/x-window-system_7.1.0-14_all.deb
x11-common_7.1.0-14_i386.deb
  to pool/main/x/xorg/x11-common_7.1.0-14_i386.deb
xlibmesa-dri_7.1.0-14_all.deb
  to pool/main/x/xorg/xlibmesa-dri_7.1.0-14_all.deb
xlibmesa-gl-dev_7.1.0-14_all.deb
  to pool/main/x/xorg/xlibmesa-gl-dev_7.1.0-14_all.deb
xlibmesa-gl_7.1.0-14_all.deb
  to pool/main/x/xorg/xlibmesa-gl_7.1.0-14_all.deb
xlibmesa-glu_7.1.0-14_all.deb
  to pool/main/x/xorg/xlibmesa-glu_7.1.0-14_all.deb
xlibs-data_7.1.0-14_all.deb
  to pool/main/x/xorg/xlibs-data_7.1.0-14_all.deb
xlibs-static-dev_7.1.0-14_all.deb
  to pool/main/x/xorg/xlibs-static-dev_7.1.0-14_all.deb
xorg-dev_7.1.0-14_all.deb
  to pool/main/x/xorg/xorg-dev_7.1.0-14_all.deb
xorg_7.1.0-14.dsc
  to pool/main/x/xorg/xorg_7.1.0-14.dsc
xorg_7.1.0-14.tar.gz
  to pool/main/x/xorg/xorg_7.1.0-14.tar.gz
xorg_7.1.0-14_all.deb
  to pool/main/x/xorg/xorg_7.1.0-14_all.deb
xserver-xfree86_7.1.0-14_all.deb
  to pool/main/x/xorg/xserver-xfree86_7.1.0-14_all.deb
xserver-xorg-input-all_7.1.0-14_i386.deb
  to pool/main/x/xorg/xserver-xorg-input-all_7.1.0-14_i386.deb
xserver-xorg-video-all_7.1.0-14_i386.deb
  to pool/main/x/xorg/xserver-xorg-video-all_7.1.0-14_i386.deb
xserver-xorg_7.1.0-14_all.deb
  to pool/main/x/xorg/xserver-xorg_7.1.0-14_all.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.
David Nusinow [EMAIL PROTECTED] (supplier of updated xorg 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: Sun,  4 Mar 2007 18:39:11 -0500
Source: xorg
Binary: x-window-system xlibs-static-dev xlibmesa-dri xserver-xorg-video-all 
xserver-xorg xorg-dev xserver-xorg-input-all libglu1-xorg-dev xlibmesa-glu 
xlibmesa-gl x11-common xserver-xfree86 xlibmesa-gl-dev x-window-system-core 
libglu1-xorg xlibs-data xorg
Architecture: source all i386
Version: 1:7.1.0-14
Distribution: unstable
Urgency: high
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: David Nusinow [EMAIL PROTECTED]
Description: 
 libglu1-xorg - 

Bug#413281: marked as done (x11-common: sarge to etch upgrade fails)

2007-03-04 Thread Debian Bug Tracking System
Your message dated Sun, 04 Mar 2007 23:47:09 +
with message-id [EMAIL PROTECTED]
and subject line Bug#413281: fixed in xorg 1:7.1.0-14
has caused the attached Bug report to be marked as done.

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

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: x11-common
Version: 7.1.0-13
Severity serious

Hello X Strike force,

upgrade from sarge to etch fails with

  Removing xbase-clients ...
  Selecting previously deselected package x11-common.
  (Reading database ... 71210 files and directories currently installed.)
  Unpacking x11-common (from .../x11-common_1%3a7.1.0-13_i386.deb) ...
  rmdir: /usr/X11R6/bin: Directory not empty
  dpkg: error processing 
/var/cache/apt/archives/x11-common_1%3a7.1.0-13_i386.deb (--unpack):
   subprocess pre-installation script returned error exit status 1
  Errors were encountered while processing:
   /var/cache/apt/archives/x11-common_1%3a7.1.0-13_i386.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)

# ls /usr/X11R6/bin/
hamsoft  hanterm

# dpkg -S /usr/X11R6/bin/*
hamsoft: /usr/X11R6/bin/hamsoft
dpkg: /usr/X11R6/bin/hanterm not found.

Cheers,
-- 
Bill. [EMAIL PROTECTED]

Imagine a large blue swirl here. 

---End Message---
---BeginMessage---
Source: xorg
Source-Version: 1:7.1.0-14

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

libglu1-xorg-dev_7.1.0-14_all.deb
  to pool/main/x/xorg/libglu1-xorg-dev_7.1.0-14_all.deb
libglu1-xorg_7.1.0-14_all.deb
  to pool/main/x/xorg/libglu1-xorg_7.1.0-14_all.deb
x-window-system-core_7.1.0-14_all.deb
  to pool/main/x/xorg/x-window-system-core_7.1.0-14_all.deb
x-window-system_7.1.0-14_all.deb
  to pool/main/x/xorg/x-window-system_7.1.0-14_all.deb
x11-common_7.1.0-14_i386.deb
  to pool/main/x/xorg/x11-common_7.1.0-14_i386.deb
xlibmesa-dri_7.1.0-14_all.deb
  to pool/main/x/xorg/xlibmesa-dri_7.1.0-14_all.deb
xlibmesa-gl-dev_7.1.0-14_all.deb
  to pool/main/x/xorg/xlibmesa-gl-dev_7.1.0-14_all.deb
xlibmesa-gl_7.1.0-14_all.deb
  to pool/main/x/xorg/xlibmesa-gl_7.1.0-14_all.deb
xlibmesa-glu_7.1.0-14_all.deb
  to pool/main/x/xorg/xlibmesa-glu_7.1.0-14_all.deb
xlibs-data_7.1.0-14_all.deb
  to pool/main/x/xorg/xlibs-data_7.1.0-14_all.deb
xlibs-static-dev_7.1.0-14_all.deb
  to pool/main/x/xorg/xlibs-static-dev_7.1.0-14_all.deb
xorg-dev_7.1.0-14_all.deb
  to pool/main/x/xorg/xorg-dev_7.1.0-14_all.deb
xorg_7.1.0-14.dsc
  to pool/main/x/xorg/xorg_7.1.0-14.dsc
xorg_7.1.0-14.tar.gz
  to pool/main/x/xorg/xorg_7.1.0-14.tar.gz
xorg_7.1.0-14_all.deb
  to pool/main/x/xorg/xorg_7.1.0-14_all.deb
xserver-xfree86_7.1.0-14_all.deb
  to pool/main/x/xorg/xserver-xfree86_7.1.0-14_all.deb
xserver-xorg-input-all_7.1.0-14_i386.deb
  to pool/main/x/xorg/xserver-xorg-input-all_7.1.0-14_i386.deb
xserver-xorg-video-all_7.1.0-14_i386.deb
  to pool/main/x/xorg/xserver-xorg-video-all_7.1.0-14_i386.deb
xserver-xorg_7.1.0-14_all.deb
  to pool/main/x/xorg/xserver-xorg_7.1.0-14_all.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.
David Nusinow [EMAIL PROTECTED] (supplier of updated xorg 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: Sun,  4 Mar 2007 18:39:11 -0500
Source: xorg
Binary: x-window-system xlibs-static-dev xlibmesa-dri xserver-xorg-video-all 
xserver-xorg xorg-dev xserver-xorg-input-all libglu1-xorg-dev xlibmesa-glu 
xlibmesa-gl x11-common xserver-xfree86 xlibmesa-gl-dev x-window-system-core 
libglu1-xorg xlibs-data xorg
Architecture: source all i386
Version: 1:7.1.0-14
Distribution: unstable
Urgency: high
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: David Nusinow [EMAIL PROTECTED]
Description: 
 libglu1-xorg - transitional package for Debian etch
 libglu1-xorg-dev - transitional package for Debian etch
 x-window-system - transitional package for Debian etch
 x-window-system-core - transitional package for Debian etch
 x11-common - X Window System (X.Org) infrastructure
 xlibmesa-dri - transitional package for Debian etch
 xlibmesa-gl - transitional package for Debian etch
 xlibmesa-gl-dev - transitional package for Debian etch
 xlibmesa-glu - 

xorg: Changes to 'debian-unstable'

2007-03-04 Thread David Nusinow
 debian/changelog |3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 8dd1090d0ac264cdb04405b7c2c0b936896d85fa
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Mar 4 18:39:25 2007 -0500

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 8fb9b3c..e0c3847 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
 xorg (1:7.1.0-14) unstable; urgency=high
 
+  [ Julien Cristau ]
   * Add conflict on old versions of hamsoft, phototk and tkworld in x11-common
 (closes: #413281, #413339).  Thanks, Bill Allombert!
 
- -- Julien Cristau [EMAIL PROTECTED]  Sun,  4 Mar 2007 16:42:36 +0100
+ -- David Nusinow [EMAIL PROTECTED]  Sun,  4 Mar 2007 18:39:11 -0500
 
 xorg (1:7.1.0-13) unstable; urgency=high
 


-- 
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-14'

2007-03-04 Thread David Nusinow
Tag 'xorg-1_7.1.0-14' created by David Nusinow [EMAIL PROTECTED] at 
2007-03-04 23:43 +

Tagging upload of xorg-1_7.1.0-14 to unstable.

Changes since xorg-1_7.1.0-13:
David Nusinow:
  Prepare changelog for upload

Julien Cristau:
  Add three new conflicts for x11-common.
  x11-common already conflicted with hanterm-*, so remove the duplicate 
conflict.
  Yet another conflict update for x11-common.

---
 debian/changelog |8 
 debian/control   |2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)
---


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



[bts-link] source package xdm

2007-03-04 Thread bts-link-upstream
#
# bts-link upstream status pull for source package xdm
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user [EMAIL PROTECTED]

# remote status report for #67086
#  * https://bugs.freedesktop.org/show_bug.cgi?id=10145
#  * remote status changed: (?) - NEEDINFO
usertags 67086 + status-NEEDINFO

thanks



[bts-link] source package xserver-xorg-input-joystick

2007-03-04 Thread bts-link-upstream
#
# bts-link upstream status pull for source package xserver-xorg-input-joystick
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user [EMAIL PROTECTED]

# remote status report for #412287
#  * https://bugs.freedesktop.org/show_bug.cgi?id=7086
#  * remote status changed: (?) - NEW
usertags 412287 + status-NEW

thanks



libxrandr: Changes to 'upstream-experimental'

2007-03-04 Thread Julien Cristau
 configure.ac |2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3e753542bcf0fd49fe977e56b7ab7e540bbd4282
Author: Keith Packard [EMAIL PROTECTED]
Date:   Sun Mar 4 20:03:59 2007 -0800

Set version to 1.2.1 for release.

diff --git a/configure.ac b/configure.ac
index 5395a54..16e5a14 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,7 @@ dnl try to keep these the same.  Note th
 dnl digit in the version number to track changes which don't affect the
 dnl protocol, so Xrandr version l.n.m corresponds to protocol version l.n
 dnl
-AC_INIT(libXrandr, 1.2.0, 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXrandr)
+AC_INIT(libXrandr, 1.2.1, 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXrandr)
 AC_CONFIG_AUX_DIR(.)
 AM_INIT_AUTOMAKE([dist-bzip2])
 AM_MAINTAINER_MODE


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



libxrandr: Changes to 'debian-experimental'

2007-03-04 Thread Julien Cristau
 ChangeLog|6 ++
 configure|   20 ++--
 configure.ac |2 +-
 debian/changelog |6 ++
 4 files changed, 23 insertions(+), 11 deletions(-)

New commits:
commit a90a9192f1631829b1003be596ae8cd7bfb69652
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Mon Mar 5 05:44:31 2007 +0100

Update changelog

diff --git a/ChangeLog b/ChangeLog
index bb647c2..afa401e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+commit 3e753542bcf0fd49fe977e56b7ab7e540bbd4282
+Author: Keith Packard [EMAIL PROTECTED]
+Date:   Sun Mar 4 20:03:59 2007 -0800
+
+Set version to 1.2.1 for release.
+
 commit c279b64ccca18b14974e413b0b1d55ac81abceda
 Author: Fredrik Höglund [EMAIL PROTECTED]
 Date:   Tue Feb 20 22:30:00 2007 +0100

commit beab61375a5eac8613332dfd2d479b1269cf947e
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Mon Mar 5 05:42:11 2007 +0100

New upstream release.

diff --git a/configure b/configure
index 36e9080..1465ff8 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for libXrandr 1.2.0.
+# Generated by GNU Autoconf 2.61 for libXrandr 1.2.1.
 #
 # Report bugs to https://bugs.freedesktop.org/enter_bug.cgi?product=xorg.
 #
@@ -728,8 +728,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='libXrandr'
 PACKAGE_TARNAME='libXrandr'
-PACKAGE_VERSION='1.2.0'
-PACKAGE_STRING='libXrandr 1.2.0'
+PACKAGE_VERSION='1.2.1'
+PACKAGE_STRING='libXrandr 1.2.1'
 PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg'
 
 # Factoring default headers for most tests.
@@ -1417,7 +1417,7 @@ if test $ac_init_help = long; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures libXrandr 1.2.0 to adapt to many kinds of systems.
+\`configure' configures libXrandr 1.2.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1487,7 +1487,7 @@ fi
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of libXrandr 1.2.0:;;
+ short | recursive ) echo Configuration of libXrandr 1.2.1:;;
esac
   cat \_ACEOF
 
@@ -1601,7 +1601,7 @@ fi
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-libXrandr configure 1.2.0
+libXrandr configure 1.2.1
 generated by GNU Autoconf 2.61
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1615,7 +1615,7 @@ cat config.log _ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libXrandr $as_me 1.2.0, which was
+It was created by libXrandr $as_me 1.2.1, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   $ $0 $@
@@ -2285,7 +2285,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='libXrandr'
- VERSION='1.2.0'
+ VERSION='1.2.1'
 
 
 cat confdefs.h _ACEOF
@@ -20118,7 +20118,7 @@ # Save the log message, to keep $[0] and
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by libXrandr $as_me 1.2.0, which was
+This file was extended by libXrandr $as_me 1.2.1, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -20171,7 +20171,7 @@ Report bugs to bug-autoconf@gnu.org.
 _ACEOF
 cat $CONFIG_STATUS _ACEOF
 ac_cs_version=\\
-libXrandr config.status 1.2.0
+libXrandr config.status 1.2.1
 configured by $0, generated by GNU Autoconf 2.61,
   with options \\`echo $ac_configure_args | sed 's/^ //; 
s/[\\\`\$]//g'`\\
 
diff --git a/debian/changelog b/debian/changelog
index 0c570ed..b5b6e96 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libxrandr (2:1.2.1-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Julien Cristau [EMAIL PROTECTED]  Mon,  5 Mar 2007 05:39:58 +0100
+
 libxrandr (2:1.2.0-4) experimental; urgency=low
 
   * New patch from upstream git to fix use of a C++ keyword as a parameter

commit 3e753542bcf0fd49fe977e56b7ab7e540bbd4282
Author: Keith Packard [EMAIL PROTECTED]
Date:   Sun Mar 4 20:03:59 2007 -0800

Set version to 1.2.1 for release.

diff --git a/configure.ac b/configure.ac
index 5395a54..16e5a14 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,7 @@ dnl try to keep these the same.  Note th
 dnl digit in the version number to track changes which don't affect the
 dnl protocol, so Xrandr version l.n.m corresponds to protocol version l.n
 dnl
-AC_INIT(libXrandr, 1.2.0, 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXrandr)
+AC_INIT(libXrandr, 1.2.1, 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXrandr)
 AC_CONFIG_AUX_DIR(.)
 AM_INIT_AUTOMAKE([dist-bzip2])
 AM_MAINTAINER_MODE


-- 

Bug#413454: xorg: allow GNU/kFreeBSD console users to start X

2007-03-04 Thread Guillem Jover
Package: xorg
Version: 1:7.1.0-13
Severity: wishlist
Tags: patch
User: [EMAIL PROTECTED]
Usertags: kfreebsd

Hi,

Currently on Debian GNU/kFreeBSD systems a user cannot start X using
the wrapper w/o being root, or changing in Xwrapper.config allowed_users
to anybody (which is a security threat).

The attached patch adds console detection support, and some messages
at build and run time to allow the user to know what failed on
unsupported systems.

regards,
guillem
diff -Nru xorg-7.1.0/debian/local/xserver-wrapper.c xorg-7.1.0/debian/local/xserver-wrapper.c
--- xorg-7.1.0/debian/local/xserver-wrapper.c	2007-02-13 12:02:09.0 +0200
+++ xorg-7.1.0/debian/local/xserver-wrapper.c	2007-03-05 07:05:32.0 +0200
@@ -102,7 +102,12 @@
 # include sys/resource.h
 #endif
 
+#if defined(__linux__)
 #define VT_MAJOR_DEV 4
+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
+#include sys/consio.h
+#endif
+
 #define X_WRAPPER_CONFIG_FILE /etc/X11/Xwrapper.config
 #define X_SERVER_SYMLINK_DIR /etc/X11
 #define X_SERVER_SYMLINK /etc/X11/X
@@ -138,10 +143,37 @@
 }
 
 static int
-checkSecLevel(SecurityLevel level)
+onConsole()
 {
+#if defined(__linux__)
   struct stat s;
 
+  /* see if stdin is a virtual console device */
+  if (fstat(0, s) != 0) {
+(void) fprintf(stderr, X: cannot stat stdin\n);
+return FALSE;
+  }
+  if (S_ISCHR(s.st_mode) 
+  ((s.st_rdev  8)  0xff) == VT_MAJOR_DEV 
+  (s.st_rdev  0xff)  64) {
+return TRUE;
+  }
+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
+  int idx;
+
+  if (ioctl(0, VT_GETINDEX, idx) != -1)
+return TRUE;
+#else
+#warning This program needs porting to your kernel.
+  (void) fprintf(stderr, X: unable to determine if running on a console\n);
+#endif
+
+  return FALSE;
+}
+
+static int
+checkSecLevel(SecurityLevel level)
+{
   switch (level) {
   case RootOnly:
 if (getuid() == 0) { /* real uid is root */
@@ -152,16 +184,7 @@
 break;
   case Console:
 if (getuid() == 0) return TRUE; /* root */
-/* see if stdin is a virtual console device */
-if (fstat(0, s) != 0) {
-  (void) fprintf(stderr,X: cannot stat stdin\n);
-  return FALSE;
-}
-if (S_ISCHR(s.st_mode) 
-((s.st_rdev  8)  0xff) == VT_MAJOR_DEV 
-(s.st_rdev  0xff)  64) {
-  return TRUE;
-}
+if (onConsole()) return TRUE;
 break;
   case Anybody:
 return TRUE;



git help: how to checkout silently?

2007-03-04 Thread Christian Perrier

For the purpose of various i18n tasks, I have a few scripts that check
the GIT repository out.

These sripts give a lot of output (see below). Is there some magic way
to make this entirely silent (except stderr output) ?

This is basically the output of a git clone.. Maybe another
command would be better suited?

Working on ./level3/xorg
got 8358988b20e00b78f1b9c9f18e17dbc4b400f865
walk 8358988b20e00b78f1b9c9f18e17dbc4b400f865
got 515fb65027cd936ee0345e2d458332e4d3725529
got d816d3e74b5dd75a00b9f17a5e8c71d321865c38
walk 515fb65027cd936ee0345e2d458332e4d3725529
got f8bd48dbb9fb5f62484fc23244991474b73a01ee
got d16d109290128f4f3010a9721990e7aa9099454e
got 9535a54a6c10e29ccdb9a6797e0f0dcf7d9b7398
walk f8bd48dbb9fb5f62484fc23244991474b73a01ee
Getting alternates list for http://git.debian.org/git/pkg-xorg/debian/xorg.git/
got 21ac3621583fbc4bd584fc665c902cac18c24bf4
got e0003b81b195637d6805f6a9013b06a9f2fd92ab
got a846877ebee2934c13fc272064a5ee573d75050f
Getting pack list for http://git.debian.org/git/pkg-xorg/debian/xorg.git/
Getting index for pack f9dd0a362333141e5459623ba923acf5e3fc846c
Getting pack f9dd0a362333141e5459623ba923acf5e3fc846c
 which contains 888ff3987f7ff927fda849716b03c2d75adfa417
got 696537d306fb544f4cab62db343d4eaf949c3ba3
got c07ecc95316f66d6ea520cd5e9be7eaa87929674
got f3283c1490644e369a5316071c6f5350099e97da
got df8d61038a61f2d70f37f89613b78cfe353ae3c0
walk df8d61038a61f2d70f37f89613b78cfe353ae3c0
got 2cd7de0d9fadc25781bdb6cf43eca15a804f3705
got 7d69e87e252215a61e98e4907be132b12013e123
got aa5e300d9c72d51672f295a854781c621112140a
got 44d764f34c9c6a4ba2365cf75a79d6e91df5772c
got 84ad0f853d0f779b6e8f97271c90bcac0e990276
got 5836691febac65bf13d3a9dbba2142b491f33133
got 0ed055806239cb5283dced3458a87b4552a34e32
got f57ea79b9b3e3d618e9fddb6efdc9a53ec8d87ea
got ac4f216bfcb7cbb793363bceace6bc498dad5882
got 5950b7522e81c56f361ccd657676f724cbe1f5cf
got 89490d50efdc6044c8ff314ab84f3daec543e3d9
walk 5950b7522e81c56f361ccd657676f724cbe1f5cf
got 0759e26e95e157480d258352d6c0475bef3d0ca1
got a5c0a09b34929d60da97801e1c308739d77dbce8
got c3a2284f15f9672d39825a79e479a6ef1cccb95a
got e5cc81f37231703556ea3e06607b47ee52fa3ccd
walk 0759e26e95e157480d258352d6c0475bef3d0ca1
got 4d8f88777fd5f80df8e461e6cabc0a35d239dcf2
got acc1414a6a0364b4e85e20b6a0fd5827afe71edc
got b5f5b5c2d31e26392e9ffe788b3e2b37060df928
got 8fb9b3c6debbc796596b1076103a2e071e6cb2aa
walk 4d8f88777fd5f80df8e461e6cabc0a35d239dcf2
got 6d563b2f9d012114ebadf54c19b23bb9ae077f8e
got ba0bf6304d21901edcc7282ca14daeba0a8127c9
got 46d1792bb380c8f913deedf1b7f3c95f50071eec
got 0d8c5329415961ee4758aa9f8b476e8d23b47fb4
got 7fa8209ba9defdf5251a5d97997699963e05389e
walk 6d563b2f9d012114ebadf54c19b23bb9ae077f8e
got ee24c4b49b0bc1a17542bb44ad929a854e2a886f
got 05ad8b5a08285716231cbf31710991daba538506
got 3e3b58ae2cedc3cf8848a5bbacf5206a700eca08
got 9d7cbe538ed344b2e7e0d7dd31bd96777d928f23
got 8eaba011cb7ff4f1a755e44aac13aba0a1fc2f6b
walk ee24c4b49b0bc1a17542bb44ad929a854e2a886f
got 5f387d34115fd063c4c0f6ef169c04366bd33122
got f874002109e00bfbd5fb96e7f336dacc9b406ccc
got 8e6293c52a37b5d5ad162cc885253144b5389a0c
got 058ec5f121139c1731f46e8c7740c60c99fd92fd
walk 8b2df98c792aa52f181624206d9ed9331eaba5a8
got 55272cb467ee618ec5cb861b6390595f756d12e1
got 79cbdda7186b51ae4a26b1902888b76395d69efa
walk 105f513908f1174ddde329ebad3d2afe3db7f6fa
got 91aeb4a357684e83bc10608f872331c7d41fe374
walk 5bce83b11c5cf131631dd75d979521d93a6ddf4e
walk b453c54793bf98b62f0e2189fa2bc4c8f11ac3fa
walk 502f9412dcaa6abd23b94372d86824c895cea3b8
walk 2ebaa5cb66245ea52279179e6f2136dcf8e241f7
walk d5595eaaa4dc5d692ead5d2889513d325142e4db
walk 604536a5e9f7fbe2baf9a4a09e23b6faead270c9
walk 34afaedccc1aeb05d2c6a3869f51e78b2dd0d210
walk b0d1cb4db0e1acf36c0d56defeb714ac3808e6ff
walk f64226c1d9c22e2f6d908bf46e059561748d4418
walk f2283d26a65eb88d459c701057a52b762ecd1612
walk 64309731c5939687e4492f0d960802d32ec1
walk c010b451ebefcf56c5c181b2f358ad21383522cb
walk b07ee1042902cef9587a76dcbf1df1ee0bde0770
walk 5360cc2e91a8a938f31749969ed85b5df9117c6a
walk 5a669d90089e7430c41f3e0d72e672aa2be6cbd8
walk 1f7cfb94604a1736df472d7487f5f3dcba354185
walk 7770385a76ddfb208fc6b0f5e8b42b42d6b5a5a0
walk 3db7af83d9497907413e09a437249f3f5e3925e7
walk 43c2db2476d959a5837a50b3ee329afc1d1b1f7d
walk b6a23cd326680829552199eca3c0f32c8d4feb54
walk 88ccd47ce9d1fe405a8196b577d73a1a76abdfee
walk e53fa613e2a333b3bfd133e68732c4683131da8c
walk 00e84cae04b6ef765cfdc19bfc2a3442e091e826
walk 6929f466e1de053de5c6db43c8753857f69088b2
walk ac4e64502eb4ddf39e7d4f7be9b0e6d508dae367
walk a22a8b8328c2124a435a3f1fe1c8006baafbe660
walk b3babaf916f783f5ab0c0dd5544c9e62046fc581
walk 734c63bc3f6f918d2d418a328db22fd6db26b72d
walk 0594ea5cccb408c49a90608691d1f956c578909e
walk d8fb44a3bde06ee5b711dafcc5946f0d84a406c6
walk a1b71f9378a5ecdceaf2b9ad4371088ff2031018
walk 36d5ede2e649fd0c8fdd5af1e3b4eb28bd230318
walk 4a1404dc3c29d4cacfe43ae485686470504cf345
walk 16018c3ebcdfd5dfdb8885e15495d795366d4626
walk 0b7f2b248d1bc4d83df6d5aa4a8e8be7f400a8a0