Re: experimental Xorg 6.9 packages available at http://people.debian.org/~luther/xorg-x11-6.8.99.901.dfsg.1-1

2005-10-31 Thread Sjoerd Simons
On Wed, Oct 26, 2005 at 07:35:51AM +0200, Sven Luther wrote:
> Hello all,
> 
> I have made a powerpc build of the experimental Xorg 6.9 RC1 packages
> available at :
> 
>   http://people.debian.org/~luther/xorg-x11-6.8.99.901.dfsg.1-1
> 
> with corresponding apt sources :
> 
>   deb http://people.debian.org/~luther/xorg-x11-6.8.99.901.dfsg.1-1/ ./
>   deb-src http://people.debian.org/~luther/xorg-x11-6.8.99.901.dfsg.1-1/ ./
> 
> I am running them and they seem to work nicely with my Radeon 9800 Pro AIW, in
> all cases i have tested. Only thing missing is the tv-out support, and i need
> to see how to get the TV-tuner working, but this is not an X issue.
> 
> Enjoy and provide feedback, preferably to [EMAIL PROTECTED]

Seems to work fine after a normal boot. But when restarting it with a external
screen attached it crashes.

I tried to get a backtrace with gdb but it indicates that it can't find
debugging symbols in the debug libs:

  Loaded symbols for /usr/X11R6/lib/modules/drivers/radeon_drv.so
  Reading symbols from /usr/X11R6/lib/modules/drivers/ati_drv.so...Reading
  symbols from /usr/lib/debug/usr/X11R6/lib/modules/drivers/ati_drv.so...(no
  debugging symbols found)...done.

Xorg config and log attached

  Sjoerd
-- 
Every person, all the events in your life are there because you have
drawn them there.  What you choose to do with them is up to you.
-- Messiah's Handbook : Reminders for the Advanced Soul
# XF86Config-4 (XFree86 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 XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section "Files"
FontPath"unix/:7100"# local font server
# if the local font server has problems, we can fall back on these
FontPath"/usr/lib/X11/fonts/misc"
FontPath"/usr/lib/X11/fonts/cyrillic"
FontPath"/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/Type1"
FontPath"/usr/lib/X11/fonts/CID"
FontPath"/usr/lib/X11/fonts/Speedo"
FontPath"/usr/lib/X11/fonts/100dpi"
FontPath"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
Load"GLcore"
Load"bitmap"
Load"dbe"
Load"ddc"
Load"dri"
Load"extmod"
Load"freetype"
Load"glx"
Load"int10"
Load"record"
Load"speedo"
Load"type1"
Load"vbe"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "keyboard"
Option  "CoreKeyboard"
Option  "XkbRules"  "xfree86"
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"
Option  "Emulate3Buttons"   "true"
Option  "ZAxisMapping"  "4 5"
Option  "Buttons"   "7"
EndSection

Section "Device"
Identifier  "Generic Video Card"
Driver  "radeon"
Option  "AGPMode" "4"
Option  "AGPFastWrite"   "true"
#   Option  "EnabableDepthMoves" "true"
#   Option  "EnablePageFlip" "true"
#   Option  "DCCMode""true"
Option  "DynamicClocks"  "true"
#   Option  "UseFBDev"  "true"
#Option   "CRT2Position" "Clone"
#Option  "MetaModes" "1280x854-1280x960"
Option  "UseFWPLL" "true"
#   Option   "MergedFB" "true"
Option  "AccelMethod" "EXA"
EndSection

Section "Monitor"
Identifier  "Generic Monitor"
HorizSync   24.8-80
VertRefresh 56-85
Option  "DPMS"
EndSection

Section "Screen"
Identifier  "Default Screen"
Device  "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth24
SubSection "Display"
Depth  

Re: experimental Xorg 6.9 packages available at http://people.debian.org/~luther/xorg-x11-6.8.99.901.dfsg.1-1

2005-10-31 Thread David Nusinow
On Mon, Oct 31, 2005 at 03:25:35PM +0100, Sjoerd Simons wrote:
> Seems to work fine after a normal boot. But when restarting it with a external
> screen attached it crashes.
> 
> I tried to get a backtrace with gdb but it indicates that it can't find
> debugging symbols in the debug libs:

I don't know about the external screen, but the missing debug symbols is a
known problem that's already fixed in svn, and will be fixed on i386 with
today's upload.

 - David Nusinow


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



Re: experimental Xorg 6.9 packages available at http://people.debian.org/~luther/xorg-x11-6.8.99.901.dfsg.1-1

2005-10-31 Thread Sven Luther
On Mon, Oct 31, 2005 at 10:45:12AM -0500, David Nusinow wrote:
> On Mon, Oct 31, 2005 at 03:25:35PM +0100, Sjoerd Simons wrote:
> > Seems to work fine after a normal boot. But when restarting it with a 
> > external
> > screen attached it crashes.
> > 
> > I tried to get a backtrace with gdb but it indicates that it can't find
> > debugging symbols in the debug libs:
> 
> I don't know about the external screen, but the missing debug symbols is a
> known problem that's already fixed in svn, and will be fixed on i386 with
> today's upload.

Ah, i was wondering, i will do a new powerpc build, and upload that to
experimental.

David, i also saw new libxrender and such, are those needed for the new
builds, and if so, will the build-dep force me to use them ? 

Friendly,

Sven Luther


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



Re: experimental Xorg 6.9 packages available at http://people.debian.org/~luther/xorg-x11-6.8.99.901.dfsg.1-1

2005-10-31 Thread David Nusinow
On Mon, Oct 31, 2005 at 04:48:39PM +0100, Sven Luther wrote:
> On Mon, Oct 31, 2005 at 10:45:12AM -0500, David Nusinow wrote:
> > On Mon, Oct 31, 2005 at 03:25:35PM +0100, Sjoerd Simons wrote:
> > > Seems to work fine after a normal boot. But when restarting it with a 
> > > external
> > > screen attached it crashes.
> > > 
> > > I tried to get a backtrace with gdb but it indicates that it can't find
> > > debugging symbols in the debug libs:
> > 
> > I don't know about the external screen, but the missing debug symbols is a
> > known problem that's already fixed in svn, and will be fixed on i386 with
> > today's upload.
> 
> Ah, i was wondering, i will do a new powerpc build, and upload that to
> experimental.

Awesome.

> David, i also saw new libxrender and such, are those needed for the new
> builds, and if so, will the build-dep force me to use them ? 

No, it's not required but you probably want to have it. The only change is
that I fixed a bug preventing the installation of x11-common, but you can
still build the rest of Xorg with the old version. Because of this, I
didn't force a build dep on the new version.

 - David Nusinow


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



Re: X Strike Force X.Org X11 SVN commit: r795 - in branches/6.9/debian: . scripts

2005-10-31 Thread Julien Cristau
On Sat, Oct 29, 2005 at 18:39:43 -0500, X Strike Force SVN Repository Admin 
wrote:

> Author: dnusinow
> Date: 2005-10-29 18:39:35 -0500 (Sat, 29 Oct 2005)
> New Revision: 795
> 
> Log:
> * MANIFEST and packaging updates
> + alpha thanks to Julien Cristau.
> + ia64 thanks to Dagfinn Ilmari
> + powerpc thanks to Sven Luther.
> + sparc thanks to Julien Cristau
> 
Hi David,

alpha still needs the build fix I sent in
<[EMAIL PROTECTED]>.

Cheers,
Julien Cristau


signature.asc
Description: Digital signature


Re: X Strike Force X.Org X11 SVN commit: r795 - in branches/6.9/debian: . scripts

2005-10-31 Thread David Nusinow
On Mon, Oct 31, 2005 at 05:01:05PM +0100, Julien Cristau wrote:
> alpha still needs the build fix I sent in
> <[EMAIL PROTECTED]>.

Crap, sorry Julien. I just uploaded -2, but I'll add this in svn now so it
can go in to -3.

 - David Nusinow


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



X Strike Force X.Org X11 SVN commit: r805 - in branches/6.9/debian: . patches patches/alpha

2005-10-31 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2005-10-31 11:13:37 -0500 (Mon, 31 Oct 2005)
New Revision: 805

Added:
   branches/6.9/debian/patches/alpha/202_alpha_typedef_card32.diff
Modified:
   branches/6.9/debian/changelog
   branches/6.9/debian/patches/series
Log:
* Add alpha/202_alpha_typedef_card32.diff to correct FTBFS. Thanks to Julien
  Cristau.


Modified: branches/6.9/debian/changelog
===
--- branches/6.9/debian/changelog   2005-10-31 03:48:47 UTC (rev 804)
+++ branches/6.9/debian/changelog   2005-10-31 16:13:37 UTC (rev 805)
@@ -1,8 +1,9 @@
 xorg-x11 (6.8.99.901.dfsg.1-2+SVN) UNRELEASED; urgency=low
 
-  * 
+  * Add alpha/202_alpha_typedef_card32.diff to correct FTBFS. Thanks to Julien
+Cristau.
 
- -- David Nusinow <[EMAIL PROTECTED]>  Sun, 30 Oct 2005 20:14:31 -0500
+ -- David Nusinow <[EMAIL PROTECTED]>  Mon, 31 Oct 2005 11:12:10 -0500
 
 xorg-x11 (6.8.99.901.dfsg.1-2) experimental; urgency=low
 

Added: branches/6.9/debian/patches/alpha/202_alpha_typedef_card32.diff
===
--- branches/6.9/debian/patches/alpha/202_alpha_typedef_card32.diff 
2005-10-31 03:48:47 UTC (rev 804)
+++ branches/6.9/debian/patches/alpha/202_alpha_typedef_card32.diff 
2005-10-31 16:13:37 UTC (rev 805)
@@ -0,0 +1,13 @@
+Index: xc/programs/Xserver/hw/xfree86/common/compiler.h
+===
+--- xc/programs/Xserver/hw/xfree86/common/compiler.h.orig  2005-10-31 
11:09:39.0 -0500
 xc/programs/Xserver/hw/xfree86/common/compiler.h   2005-10-31 
11:10:18.0 -0500
+@@ -62,6 +62,8 @@
+ # define DO_PROTOTYPES
+ #endif
+ 
++# include 
++
+ /* Allow drivers to use the GCC-supported __inline__ and/or __inline. */
+ # ifndef __inline__
+ #  if defined(__GNUC__)

Modified: branches/6.9/debian/patches/series
===
--- branches/6.9/debian/patches/series  2005-10-31 03:48:47 UTC (rev 804)
+++ branches/6.9/debian/patches/series  2005-10-31 16:13:37 UTC (rev 805)
@@ -78,6 +78,7 @@
 sparc/104_sparc_no_mv8_flag.diff -p0
 sparc/105_ffb_dac_typedef_bool.diff
 alpha/201_alpha_freetype_gcc_2.95_bugfix.diff -p0
+alpha/202_alpha_typedef_card32.diff -p0
 m68k/250_m68k_build_scanpci.diff -p0
 arm/300_riscpc_xkb_keycodes.diff -p0
 arm/303_arm_cache_flush.diff -p0


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



Processing of xorg-x11_6.8.99.901.dfsg.1-2_i386.changes

2005-10-31 Thread Archive Administrator
xorg-x11_6.8.99.901.dfsg.1-2_i386.changes uploaded successfully to localhost
along with the files:
  xorg-x11_6.8.99.901.dfsg.1-2.dsc
  xorg-x11_6.8.99.901.dfsg.1-2.diff.gz
  pm-dev_6.8.99.901.dfsg.1-2_all.deb
  x-dev_6.8.99.901.dfsg.1-2_all.deb
  xfonts-100dpi_6.8.99.901.dfsg.1-2_all.deb
  xfonts-100dpi-transcoded_6.8.99.901.dfsg.1-2_all.deb
  xfonts-75dpi_6.8.99.901.dfsg.1-2_all.deb
  xfonts-75dpi-transcoded_6.8.99.901.dfsg.1-2_all.deb
  xfonts-base_6.8.99.901.dfsg.1-2_all.deb
  xfonts-base-transcoded_6.8.99.901.dfsg.1-2_all.deb
  xfonts-cyrillic_6.8.99.901.dfsg.1-2_all.deb
  xfonts-scalable_6.8.99.901.dfsg.1-2_all.deb
  x11-common_6.8.99.901.dfsg.1-2_all.deb
  xlibs_6.8.99.901.dfsg.1-2_all.deb
  xlibs-data_6.8.99.901.dfsg.1-2_all.deb
  xspecs_6.8.99.901.dfsg.1-2_all.deb
  x-window-system_6.8.99.901.dfsg.1-2_all.deb
  xfree86-common_6.8.99.901.dfsg.1-2_all.deb
  xlibs-dbg_6.8.99.901.dfsg.1-2_all.deb
  xlibs-pic_6.8.99.901.dfsg.1-2_all.deb
  lbxproxy_6.8.99.901.dfsg.1-2_i386.deb
  libdmx1_6.8.99.901.dfsg.1-2_i386.deb
  libdmx1-dbg_6.8.99.901.dfsg.1-2_i386.deb
  libdmx-dev_6.8.99.901.dfsg.1-2_i386.deb
  libfs6_6.8.99.901.dfsg.1-2_i386.deb
  libfs6-dbg_6.8.99.901.dfsg.1-2_i386.deb
  libfs-dev_6.8.99.901.dfsg.1-2_i386.deb
  libice6_6.8.99.901.dfsg.1-2_i386.deb
  libice6-dbg_6.8.99.901.dfsg.1-2_i386.deb
  libice-dev_6.8.99.901.dfsg.1-2_i386.deb
  libxp6_6.8.99.901.dfsg.1-2_i386.deb
  libxp6-dbg_6.8.99.901.dfsg.1-2_i386.deb
  libxp-dev_6.8.99.901.dfsg.1-2_i386.deb
  libsm6_6.8.99.901.dfsg.1-2_i386.deb
  libsm6-dbg_6.8.99.901.dfsg.1-2_i386.deb
  libsm-dev_6.8.99.901.dfsg.1-2_i386.deb
  libx11-6_6.8.99.901.dfsg.1-2_i386.deb
  libx11-6-dbg_6.8.99.901.dfsg.1-2_i386.deb
  libx11-dev_6.8.99.901.dfsg.1-2_i386.deb
  libxau6_6.8.99.901.dfsg.1-2_i386.deb
  libxau6-dbg_6.8.99.901.dfsg.1-2_i386.deb
  libxau-dev_6.8.99.901.dfsg.1-2_i386.deb
  libxaw6_6.8.99.901.dfsg.1-2_i386.deb
  libxaw6-dbg_6.8.99.901.dfsg.1-2_i386.deb
  libxaw6-dev_6.8.99.901.dfsg.1-2_i386.deb
  libxaw7_6.8.99.901.dfsg.1-2_i386.deb
  libxaw7-dbg_6.8.99.901.dfsg.1-2_i386.deb
  libxaw7-dev_6.8.99.901.dfsg.1-2_i386.deb
  libxaw8_6.8.99.901.dfsg.1-2_i386.deb
  libxaw8-dbg_6.8.99.901.dfsg.1-2_i386.deb
  libxaw8-dev_6.8.99.901.dfsg.1-2_i386.deb
  libxcomposite1_6.8.99.901.dfsg.1-2_i386.deb
  libxcomposite1-dbg_6.8.99.901.dfsg.1-2_i386.deb
  libxcomposite-dev_6.8.99.901.dfsg.1-2_i386.deb
  libxdamage1_6.8.99.901.dfsg.1-2_i386.deb
  libxdamage1-dbg_6.8.99.901.dfsg.1-2_i386.deb
  libxdamage-dev_6.8.99.901.dfsg.1-2_i386.deb
  libxdmcp6_6.8.99.901.dfsg.1-2_i386.deb
  libxdmcp6-dbg_6.8.99.901.dfsg.1-2_i386.deb
  libxdmcp-dev_6.8.99.901.dfsg.1-2_i386.deb
  libxevie1_6.8.99.901.dfsg.1-2_i386.deb
  libxevie1-dbg_6.8.99.901.dfsg.1-2_i386.deb
  libxevie-dev_6.8.99.901.dfsg.1-2_i386.deb
  libxext6_6.8.99.901.dfsg.1-2_i386.deb
  libxext6-dbg_6.8.99.901.dfsg.1-2_i386.deb
  libxext-dev_6.8.99.901.dfsg.1-2_i386.deb
  libxfixes3_6.8.99.901.dfsg.1-2_i386.deb
  libxfixes3-dbg_6.8.99.901.dfsg.1-2_i386.deb
  libxfixes-dev_6.8.99.901.dfsg.1-2_i386.deb
  libxi6_6.8.99.901.dfsg.1-2_i386.deb
  libxi6-dbg_6.8.99.901.dfsg.1-2_i386.deb
  libxi-dev_6.8.99.901.dfsg.1-2_i386.deb
  libxinerama1_6.8.99.901.dfsg.1-2_i386.deb
  libxinerama1-dbg_6.8.99.901.dfsg.1-2_i386.deb
  libxinerama-dev_6.8.99.901.dfsg.1-2_i386.deb
  libxkbfile1_6.8.99.901.dfsg.1-2_i386.deb
  libxkbfile1-dbg_6.8.99.901.dfsg.1-2_i386.deb
  libxkbfile-dev_6.8.99.901.dfsg.1-2_i386.deb
  libxkbui1_6.8.99.901.dfsg.1-2_i386.deb
  libxkbui1-dbg_6.8.99.901.dfsg.1-2_i386.deb
  libxkbui-dev_6.8.99.901.dfsg.1-2_i386.deb
  libxmu6_6.8.99.901.dfsg.1-2_i386.deb
  libxmu6-dbg_6.8.99.901.dfsg.1-2_i386.deb
  libxmu-dev_6.8.99.901.dfsg.1-2_i386.deb
  libxmuu1_6.8.99.901.dfsg.1-2_i386.deb
  libxmuu1-dbg_6.8.99.901.dfsg.1-2_i386.deb
  libxmuu-dev_6.8.99.901.dfsg.1-2_i386.deb
  libxpm4_6.8.99.901.dfsg.1-2_i386.deb
  libxpm4-dbg_6.8.99.901.dfsg.1-2_i386.deb
  libxpm-dev_6.8.99.901.dfsg.1-2_i386.deb
  libxrandr2_6.8.99.901.dfsg.1-2_i386.deb
  libxrandr2-dbg_6.8.99.901.dfsg.1-2_i386.deb
  libxrandr-dev_6.8.99.901.dfsg.1-2_i386.deb
  libxres1_6.8.99.901.dfsg.1-2_i386.deb
  libxres1-dbg_6.8.99.901.dfsg.1-2_i386.deb
  libxres-dev_6.8.99.901.dfsg.1-2_i386.deb
  libxss1_6.8.99.901.dfsg.1-2_i386.deb
  libxss1-dbg_6.8.99.901.dfsg.1-2_i386.deb
  libxss-dev_6.8.99.901.dfsg.1-2_i386.deb
  libxt6_6.8.99.901.dfsg.1-2_i386.deb
  libxt6-dbg_6.8.99.901.dfsg.1-2_i386.deb
  libxt-dev_6.8.99.901.dfsg.1-2_i386.deb
  libxtrap6_6.8.99.901.dfsg.1-2_i386.deb
  libxtrap6-dbg_6.8.99.901.dfsg.1-2_i386.deb
  libxtrap-dev_6.8.99.901.dfsg.1-2_i386.deb
  libxtst6_6.8.99.901.dfsg.1-2_i386.deb
  libxtst6-dbg_6.8.99.901.dfsg.1-2_i386.deb
  libxtst-dev_6.8.99.901.dfsg.1-2_i386.deb
  libxv1_6.8.99.901.dfsg.1-2_i386.deb
  libxv1-dbg_6.8.99.901.dfsg.1-2_i386.deb
  libxv-dev_6.8.99.901.dfsg.1-2_i386.deb
  libxvmc1_6.8.99.901.dfsg.1-2_i386.deb
  libxvmc1-dbg_6.8.99.901.dfsg.1-2_i386.deb
  libxvmc-dev_6.8.99.901.dfsg.1-2_i386.deb
  libxxf86dga1_6.8.99.901.dfsg.1-2_i386.deb
  libxxf86dg

Fixed in upload of xorg-x11 6.8.99.901.dfsg.1-2 to experimental

2005-10-31 Thread David Nusinow
tag 335048 + fixed-in-experimental
tag 336282 + fixed-in-experimental

quit

This message was generated automatically in response to an
upload to the experimental distribution.  The .changes file follows.

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Oct 2005 18:37:00 -0400
Source: xorg-x11
Binary: libxkbui1 libxtst6-dbg xserver-common xlibs-static-dev libxp6-dbg 
libxevie-dev libdmx-dev libxevie1 libice6-dbg libxaw6-dbg libdmx1-dbg x-dev 
libxv1 libxext6-dbg libxau6-dbg libxxf86vm1-dbg x11-common libxpm4 libxtst6 
libxxf86dga-dev xfonts-cyrillic libx11-6 libsm6-dbg xlibs-pic xlibs-data 
libxdamage1 libxv1-dbg libxss-dev libxkbfile1 xdmx libxrandr2 xnest 
libxdamage1-dbg libxaw6 libxres1 xlibmesa-dri-dbg libxrandr2-dbg libxmu6 
libxau6 libxxf86misc-dev libxxf86misc1-dbg libglu1-xorg libx11-dev 
xlibs-static-pic libxpm4-dbg libxaw7-dbg libxmu6-dbg pm-dev libxss1-dbg 
libxmuu-dev libxss1 libxext6 xserver-xorg libxtst-dev libxxf86rush1-dbg 
libxp-dev libxevie1-dbg libice6 libxmu-dev xlibs libxrandr-dev proxymngr 
libxcomposite1 libxxf86rush-dev libxvmc-dev xfonts-base-transcoded 
x-window-system-core xutils xspecs libxtrap6 libxxf86vm-dev libxt-dev 
libxkbui-dev libxi6-dbg xfonts-base xlibs-dbg libxpm-dev 
xfonts-100dpi-transcoded libxinerama1-dbg libxtrap-dev libxaw8 xlibosmesa-dev 
xlibosmesa4 libxkbfile1-dbg xdm libxt6-dbg libxi6 libx11-6-dbg libxaw8-dbg 
xbase-clients xserver-xorg-dbg libxxf86rush1 libxdmcp6 libxtrap6-dbg libxt6 
xfonts-75dpi libxres1-dbg libxdmcp-dev libxvmc1-dbg xlibmesa-gl-dev 
libglu1-xorg-dbg libfs-dev x-window-system libxcomposite1-dbg xfree86-common 
xlibmesa-dri libxaw7-dev libxxf86dga1 libxaw8-dev libxp6 libxkbui1-dbg libdmx1 
libxinerama-dev libxv-dev libxxf86misc1 twm x-window-system-dev libxres-dev 
libsm-dev xfonts-scalable libxmuu1-dbg libxinerama1 xfwp libxfixes3 
libxdamage-dev libsm6 xserver-xfree86 libxxf86dga1-dbg libxxf86vm1 
libxfixes3-dbg libxaw6-dev lbxproxy libfs6-dbg libxvmc1 libxfixes-dev 
libice-dev libxkbfile-dev libxmuu1 xfs libglu1-xorg-dev libxau-dev xlibmesa-gl 
xfonts-100dpi libxext-dev xfonts-75dpi-transcoded xlibosmesa4-dbg 
libxcomposite-dev libxi-dev xvfb libxdmcp6-dbg libxaw7 libfs6 xlibmesa-gl-dbg
Architecture: source i386 all
Version: 6.8.99.901.dfsg.1-2
Distribution: experimental
Urgency: low
Maintainer: Debian X Strike Force 
Changed-By: David Nusinow <[EMAIL PROTECTED]>
Description: 
 lbxproxy   - Low Bandwidth X (LBX) proxy server
 libdmx-dev - Distributed Multihead X client library development files
 libdmx1- Distributed Multihead X client library
 libdmx1-dbg - Distributed Multihead X client library (unstripped)
 libfs-dev  - X Font Server library development files
 libfs6 - X Font Server library
 libfs6-dbg - X Font Server library (unstripped)
 libglu1-xorg - Mesa OpenGL utility library [X.Org]
 libglu1-xorg-dbg - Mesa OpenGL utility library (unstripped) [X.Org]
 libglu1-xorg-dev - Mesa OpenGL utility library development files [X.Org]
 libice-dev - Inter-Client Exchange library development files
 libice6- Inter-Client Exchange library
 libice6-dbg - Inter-Client Exchange library (unstripped)
 libsm-dev  - X Window System Session Management library development files
 libsm6 - X Window System Session Management library
 libsm6-dbg - X Window System Session Management library (unstripped)
 libx11-6   - X Window System protocol client library
 libx11-6-dbg - X Window System protocol client library (unstripped)
 libx11-dev - X Window System protocol client library development files
 libxau-dev - X Authentication library development files
 libxau6- X Authentication library
 libxau6-dbg - X Authentication library (unstripped)
 libxaw6- X Athena widget set library (version 6)
 libxaw6-dbg - X Athena widget set library (version 6, unstripped)
 libxaw6-dev - X Athena widget set library development files (version 6)
 libxaw7- X Athena widget set library
 libxaw7-dbg - X Athena widget set library (unstripped)
 libxaw7-dev - X Athena widget set library development files
 libxaw8- X Athena widget set library
 libxaw8-dbg - X Athena widget set library (unstripped)
 libxaw8-dev - X Athena widget set library development files
 libxcomposite-dev - X off-screen compositing library development files
 libxcomposite1 - X off-screen compositing library
 libxcomposite1-dbg - X off-screen compositing library (unstripped)
 libxdamage-dev - X region 'damage' library development files
 libxdamage1 - X region 'damage' library
 libxdamage1-dbg - X region 'damage' library (unstripped)
 libxdmcp-dev - X Display Manager Control Protocol library development files
 libxdmcp6  - X Display Manager Control Protocol library
 libxdmcp6-dbg - X Display Manager Control Protocol library (unstripped)
 libxevie-dev - X EVent Interception Extension library development files
 libxevie1  - X EVent Interception Extension library
 libxevie1-dbg - X EVent Interception Extension library (unstripped)
 libxext-dev - X Window System misc

xorg-x11_6.8.99.901.dfsg.1-2_i386.changes ACCEPTED

2005-10-31 Thread Debian Installer

Accepted:
lbxproxy_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/lbxproxy_6.8.99.901.dfsg.1-2_i386.deb
libdmx-dev_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libdmx-dev_6.8.99.901.dfsg.1-2_i386.deb
libdmx1-dbg_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libdmx1-dbg_6.8.99.901.dfsg.1-2_i386.deb
libdmx1_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libdmx1_6.8.99.901.dfsg.1-2_i386.deb
libfs-dev_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libfs-dev_6.8.99.901.dfsg.1-2_i386.deb
libfs6-dbg_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libfs6-dbg_6.8.99.901.dfsg.1-2_i386.deb
libfs6_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libfs6_6.8.99.901.dfsg.1-2_i386.deb
libglu1-xorg-dbg_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libglu1-xorg-dbg_6.8.99.901.dfsg.1-2_i386.deb
libglu1-xorg-dev_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libglu1-xorg-dev_6.8.99.901.dfsg.1-2_i386.deb
libglu1-xorg_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libglu1-xorg_6.8.99.901.dfsg.1-2_i386.deb
libice-dev_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libice-dev_6.8.99.901.dfsg.1-2_i386.deb
libice6-dbg_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libice6-dbg_6.8.99.901.dfsg.1-2_i386.deb
libice6_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libice6_6.8.99.901.dfsg.1-2_i386.deb
libsm-dev_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libsm-dev_6.8.99.901.dfsg.1-2_i386.deb
libsm6-dbg_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libsm6-dbg_6.8.99.901.dfsg.1-2_i386.deb
libsm6_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libsm6_6.8.99.901.dfsg.1-2_i386.deb
libx11-6-dbg_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libx11-6-dbg_6.8.99.901.dfsg.1-2_i386.deb
libx11-6_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libx11-6_6.8.99.901.dfsg.1-2_i386.deb
libx11-dev_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libx11-dev_6.8.99.901.dfsg.1-2_i386.deb
libxau-dev_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libxau-dev_6.8.99.901.dfsg.1-2_i386.deb
libxau6-dbg_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libxau6-dbg_6.8.99.901.dfsg.1-2_i386.deb
libxau6_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libxau6_6.8.99.901.dfsg.1-2_i386.deb
libxaw6-dbg_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libxaw6-dbg_6.8.99.901.dfsg.1-2_i386.deb
libxaw6-dev_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libxaw6-dev_6.8.99.901.dfsg.1-2_i386.deb
libxaw6_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libxaw6_6.8.99.901.dfsg.1-2_i386.deb
libxaw7-dbg_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libxaw7-dbg_6.8.99.901.dfsg.1-2_i386.deb
libxaw7-dev_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libxaw7-dev_6.8.99.901.dfsg.1-2_i386.deb
libxaw7_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libxaw7_6.8.99.901.dfsg.1-2_i386.deb
libxaw8-dbg_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libxaw8-dbg_6.8.99.901.dfsg.1-2_i386.deb
libxaw8-dev_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libxaw8-dev_6.8.99.901.dfsg.1-2_i386.deb
libxaw8_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libxaw8_6.8.99.901.dfsg.1-2_i386.deb
libxcomposite-dev_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libxcomposite-dev_6.8.99.901.dfsg.1-2_i386.deb
libxcomposite1-dbg_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libxcomposite1-dbg_6.8.99.901.dfsg.1-2_i386.deb
libxcomposite1_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libxcomposite1_6.8.99.901.dfsg.1-2_i386.deb
libxdamage-dev_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libxdamage-dev_6.8.99.901.dfsg.1-2_i386.deb
libxdamage1-dbg_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libxdamage1-dbg_6.8.99.901.dfsg.1-2_i386.deb
libxdamage1_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libxdamage1_6.8.99.901.dfsg.1-2_i386.deb
libxdmcp-dev_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libxdmcp-dev_6.8.99.901.dfsg.1-2_i386.deb
libxdmcp6-dbg_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libxdmcp6-dbg_6.8.99.901.dfsg.1-2_i386.deb
libxdmcp6_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libxdmcp6_6.8.99.901.dfsg.1-2_i386.deb
libxevie-dev_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libxevie-dev_6.8.99.901.dfsg.1-2_i386.deb
libxevie1-dbg_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libxevie1-dbg_6.8.99.901.dfsg.1-2_i386.deb
libxevie1_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libxevie1_6.8.99.901.dfsg.1-2_i386.deb
libxext-dev_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libxext-dev_6.8.99.901.dfsg.1-2_i386.deb
libxext6-dbg_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libxext6-dbg_6.8.99.901.dfsg.1-2_i386.deb
libxext6_6.8.99.901.dfsg.1-2_i386.deb
  to pool/main/x/xorg-x11/libxext6_6.8.99.901.dfsg.1-2_i386.deb
libxfixes-dev_6.8.99.901.dfsg.1-2_i386.deb
  to po

Processed: Fixed in upload of xorg-x11 6.8.99.901.dfsg.1-2 to experimental

2005-10-31 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 335048 + fixed-in-experimental
Bug#335048: xlibs: broken /etc/X11/xkb/symbols/compose
Tags were: experimental patch
Tags added: fixed-in-experimental

> tag 336282 + fixed-in-experimental
Bug#336282: xorg-x11: *-dbg packages have stripped debug files
Tags were: experimental patch
Tags added: fixed-in-experimental

> quit
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#332566: marked as done (preinst error)

2005-10-31 Thread Debian Bug Tracking System
Your message dated Mon, 31 Oct 2005 08:02:51 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#334345: fixed in xorg-x11 6.8.2.dfsg.1-10
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)

--
Received: (at submit) by bugs.debian.org; 7 Oct 2005 04:45:19 +
>From [EMAIL PROTECTED] Thu Oct 06 21:45:19 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mailout01.sul.t-online.com [194.25.134.80] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1ENk6h-0005VK-00; Thu, 06 Oct 2005 21:45:19 -0700
Received: from fwd34.aul.t-online.de 
by mailout01.sul.t-online.com with smtp 
id 1ENk6d-0007uo-01; Fri, 07 Oct 2005 06:45:15 +0200
Received: from [192.168.1.10] ([EMAIL PROTECTED]) by fwd34.sul.t-online.de
with esmtp id 1ENk6T-0nAB8a0; Fri, 7 Oct 2005 06:45:05 +0200
Message-ID: <[EMAIL PROTECTED]>
Date: Fri, 07 Oct 2005 06:45:00 +0200
From: Harald Dunkel <[EMAIL PROTECTED]>
User-Agent: Debian Thunderbird 1.0.7 (X11/20051002)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: preinst error
X-Enigmail-Version: 0.92.0.0
Content-Type: multipart/signed; micalg=pgp-sha1;
 protocol="application/pgp-signature";
 boundary="enigB62F77972D72F444BA85D7B4"
X-ID: T53H5YZrreLsaIfT1ltix4UMYFXprqVACKyVNEutXg0GE925p1mBsd
X-TOI-MSGID: 8b95e7b2-daa2-4cf8-9842-f1cbcfec4960
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--enigB62F77972D72F444BA85D7B4
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

Package: x11-common
Version: 6.8.2.dfsg.1-8

At install time on amd64 I got this message:

Preparing to replace x11-common 6.8.2.dfsg.1-7 (using 
.../x11-common_6.8.2.dfsg.1-8_all.deb) ...
/var/lib/dpkg/tmp.ci/preinst: line 914: [: eq: binary operator expected

Regards

Harri

--enigB62F77972D72F444BA85D7B4
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDRf1RUTlbRTxpHjcRAtCtAJ9YZBUCyCX0BnV82I8d444lzZyTrACcDmir
pFSd48j4v8yIQtenMuf0q88=
=sn4s
-END PGP SIGNATURE-

--enigB62F77972D72F444BA85D7B4--

---
Received: (at 334345-close) by bugs.debian.org; 31 Oct 2005 16:08:04 +
>From [EMAIL PROTECTED] Mon Oct 31 08:08:04 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EWc7X-0005Kh-00; Mon, 31 Oct 2005 08:02:51 -0800
From: David Nusinow <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#334345: fixed in xorg-x11 6.8.2.dfsg.1-10
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 31 Oct 2005 08:02:51 -0800
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-3.1 required=4.0 tests=BAYES_44,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: xorg-x11
Source-Version: 6.8.2.dfsg.1-10

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

lbxproxy_6.8.2.dfsg.1-10_i386.deb
  to pool/main/x/xorg-x11/lbxproxy_6.8.2.dfsg.1-10_i386.deb
libdmx-dev_6.8.2.dfsg.1-10_i386.deb
  to pool/main/x/xorg-x11/libdmx-dev_6.8.2.dfsg.1-10_i386.deb
libdmx1-dbg_6.8.2.dfsg.1-10_i386.deb
  to pool/main/x/xorg-x11/libdmx1-dbg_6.8.2.dfsg.1-10_i386.deb
libdmx1_6.8.2.dfsg.1-10_i386.deb
  to pool/main/x/xorg-x11/libdmx1_6.8.2.dfsg.1-10_i386.deb
libdps-dev_6.8.2.dfsg.1-10_i386.deb
  to pool/main/x/xorg-x11/libdps-dev_6.8.2.dfsg.1-10_i386.deb
libdps1-dbg_6.8.2.dfsg.1-10_i386.deb
  to pool/main/x/xorg-x11/libdps1-dbg_6.8.2.dfsg.1-10_i386.deb
libdps1_6.8.2.dfsg.1-10_i386.deb
  to pool/main/x/xorg-x11/libdps1_6.8.2.dfsg.1-10_i386.deb
libfs-dev_6.8.2.dfsg.1-10_i386.deb
  to pool/main/x/xorg-x11/libfs-dev_6.8.2.df

Bug#332341: marked as done (x11-common: bug in preinst script)

2005-10-31 Thread Debian Bug Tracking System
Your message dated Mon, 31 Oct 2005 08:02:51 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#334345: fixed in xorg-x11 6.8.2.dfsg.1-10
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)

--
Received: (at submit) by bugs.debian.org; 5 Oct 2005 22:46:31 +
>From [EMAIL PROTECTED] Wed Oct 05 15:46:31 2005
Return-path: <[EMAIL PROTECTED]>
Received: from p54b148f9.dip.t-dialin.net (xts.homelinux.net) [84.177.72.249] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1ENI1v-0001vI-00; Wed, 05 Oct 2005 15:46:31 -0700
Received: by xts.homelinux.net (Postfix, from userid 1000)
id 65DD84FDBE; Thu,  6 Oct 2005 00:46:27 +0200 (CEST)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Matthias Heinz <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: x11-common: bug in preinst script
X-Mailer: reportbug 3.17
Date: Thu, 06 Oct 2005 00:46:27 +0200
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: x11-common
Version: 6.8.2.dfsg.1-8
Severity: normal

Hi,

there's a bug in the x11-common.preinst script at line 914.
It's just a simple "-" missing before the eq.

I don't know if this breaks anything but i report it anyway.

Regards,
Matthias



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.12-17.08.2005
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages x11-common depends on:
ii  debconf [debconf-2.0] 1.4.58 Debian configuration management sy
ii  debianutils   2.14.3 Miscellaneous utilities specific t
ii  lsb-base  3.0-9  Linux Standard Base 3.0 init scrip

x11-common recommends no packages.

-- debconf information excluded

---
Received: (at 334345-close) by bugs.debian.org; 31 Oct 2005 16:08:04 +
>From [EMAIL PROTECTED] Mon Oct 31 08:08:04 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EWc7X-0005Kh-00; Mon, 31 Oct 2005 08:02:51 -0800
From: David Nusinow <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#334345: fixed in xorg-x11 6.8.2.dfsg.1-10
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 31 Oct 2005 08:02:51 -0800
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-3.1 required=4.0 tests=BAYES_44,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: xorg-x11
Source-Version: 6.8.2.dfsg.1-10

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

lbxproxy_6.8.2.dfsg.1-10_i386.deb
  to pool/main/x/xorg-x11/lbxproxy_6.8.2.dfsg.1-10_i386.deb
libdmx-dev_6.8.2.dfsg.1-10_i386.deb
  to pool/main/x/xorg-x11/libdmx-dev_6.8.2.dfsg.1-10_i386.deb
libdmx1-dbg_6.8.2.dfsg.1-10_i386.deb
  to pool/main/x/xorg-x11/libdmx1-dbg_6.8.2.dfsg.1-10_i386.deb
libdmx1_6.8.2.dfsg.1-10_i386.deb
  to pool/main/x/xorg-x11/libdmx1_6.8.2.dfsg.1-10_i386.deb
libdps-dev_6.8.2.dfsg.1-10_i386.deb
  to pool/main/x/xorg-x11/libdps-dev_6.8.2.dfsg.1-10_i386.deb
libdps1-dbg_6.8.2.dfsg.1-10_i386.deb
  to pool/main/x/xorg-x11/libdps1-dbg_6.8.2.dfsg.1-10_i386.deb
libdps1_6.8.2.dfsg.1-10_i386.deb
  to pool/main/x/xorg-x11/libdps1_6.8.2.dfsg.1-10_i386.deb
libfs-dev_6.8.2.dfsg.1-10_i386.deb
  to pool/main/x/xorg-x11/libfs-dev_6.8.2.dfsg.1-10_i386.deb
libfs6-dbg_6.8.2.dfsg.1-10_i386.deb
  to pool/main/x/xorg-x11/libfs6-dbg_6.8.2.dfsg.1-10_i386.deb
libfs6_6.8.2.dfsg.1-10_i386.deb
  to pool/main/x/xorg-x11/libfs6_6.8.2.dfsg.1-10_i386.deb
libglu1-xorg-dbg_6.8.2.dfsg.1-10_i386.deb
  to pool/main/x/xorg-x11/libglu1-xorg-dbg_6.8.2.dfsg.1-10_i386.deb
libglu1-xorg-dev_6.8.2.dfsg.1-10_i386.deb
  to pool/main/x/xorg-x11/libglu1-xorg-dev_6.8.2.dfsg.1-10_i386.deb
libglu1

Bug#334345: marked as done (invalid test expression in preinst)

2005-10-31 Thread Debian Bug Tracking System
Your message dated Mon, 31 Oct 2005 08:02:51 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#334345: fixed in xorg-x11 6.8.2.dfsg.1-10
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)

--
Received: (at submit) by bugs.debian.org; 17 Oct 2005 11:20:38 +
>From [EMAIL PROTECTED] Mon Oct 17 04:20:38 2005
Return-path: <[EMAIL PROTECTED]>
Received: from r5ap65.chello.upc.cz (cihar.com) [86.49.49.65] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1ERT2k-0004kA-00; Mon, 17 Oct 2005 04:20:38 -0700
Received: from michal by cihar.com with local (Exim 4.54)
id 1ERT2u-0005Jc-IV; Mon, 17 Oct 2005 13:20:48 +0200
Content-Type: multipart/mixed; boundary="===0038976440=="
MIME-Version: 1.0
From: =?utf-8?b?TWljaGFsIMSMaWhhxZk=?= <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: invalid test expression in preinst
X-Mailer: reportbug 3.17
Date: Mon, 17 Oct 2005 13:20:47 +0200
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

This is a multi-part MIME message sent by reportbug.

--===0038976440==
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="UTF-8"
Content-Disposition: inline

Package: x11-common
Version: 6.8.2.dfsg.1-9
Severity: normal
Tags: patch

Hi

The preinst script uses -eq for string comparsion, however correct is 
to use =. Otherwise you might get following error:

Preparing to replace x11-common 6.8.2.dfsg.1-8 (using 
.../x11-common_6.8.2.dfsg.1-9_all.deb) ...
[: 937: 6.8.2.dfsg.1-8: bad number

--
Michal Čihař | http://cihar.com

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.12
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages x11-common depends on:
ii  debconf [debconf-2.0] 1.4.58 Debian configuration management sy
ii  debianutils   2.15   Miscellaneous utilities specific t
ii  lsb-base  3.0-9  Linux Standard Base 3.0 init scrip

x11-common recommends no packages.

-- debconf information:
  x11-common/experimental_packages:

--===0038976440==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="x11-common.preinst.patch"

--- /var/lib/dpkg/info/x11-common.preinst   2005-10-14 09:40:31.0 
+0200
+++ /tmp/x11-common.preinst 2005-10-17 13:18:20.028585664 +0200
@@ -911,7 +911,7 @@
   # been modified from the stable sarge version. If they have been modified, 
we 
   # don't do anything, but if they are untouched then we remove them to let 
the 
   # upgrade continue without errors
-  if [ "$2" -eq "" ]; then
+  if [ "$2" = "" ]; then
 remove_conffile_prepare /etc/X11/Xresources/xfree86-common \
a0f3911120c49038cb87607e3c545b90
 remove_conffile_prepare /etc/X11/Xsession \

--===0038976440==--

---
Received: (at 334345-close) by bugs.debian.org; 31 Oct 2005 16:08:04 +
>From [EMAIL PROTECTED] Mon Oct 31 08:08:04 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EWc7X-0005Kh-00; Mon, 31 Oct 2005 08:02:51 -0800
From: David Nusinow <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#334345: fixed in xorg-x11 6.8.2.dfsg.1-10
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 31 Oct 2005 08:02:51 -0800
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-3.1 required=4.0 tests=BAYES_44,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: xorg-x11
Source-Version: 6.8.2.dfsg.1-10

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

lbxproxy_6.8.2.dfsg.1-10_i386.deb
  to pool/main/x/xorg-x11/lb

Bug#332374: marked as done (x11-common: Update to 6.8.2.dfsg.1-8_all has shell script error)

2005-10-31 Thread Debian Bug Tracking System
Your message dated Mon, 31 Oct 2005 08:02:51 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#334345: fixed in xorg-x11 6.8.2.dfsg.1-10
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)

--
Received: (at submit) by bugs.debian.org; 6 Oct 2005 04:42:09 +
>From [EMAIL PROTECTED] Wed Oct 05 21:42:08 2005
Return-path: <[EMAIL PROTECTED]>
Received: from old.orcaware.com (orca1.orcaware.com) [207.105.228.75] 
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1ENNa4-0002AM-00; Wed, 05 Oct 2005 21:42:08 -0700
Received: from orca1.orcaware.com (localhost.localdomain [127.0.0.1])
by orca1.orcaware.com (8.13.5/8.13.5/Debian-2) with ESMTP id 
j964g42a010514
(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
Wed, 5 Oct 2005 21:42:05 -0700
Received: (from [EMAIL PROTECTED])
by orca1.orcaware.com (8.13.5/8.13.5/Submit) id j964g4hP010513;
Wed, 5 Oct 2005 21:42:04 -0700
Message-Id: <[EMAIL PROTECTED]>
X-Authentication-Warning: orca1.orcaware.com: blair set sender to [EMAIL 
PROTECTED] using -f
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Blair Zajac <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: x11-common: Update to 6.8.2.dfsg.1-8_all has shell script error
X-Mailer: reportbug 3.17
Date: Wed, 05 Oct 2005 21:42:04 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: x11-common
Version: 6.8.2.dfsg.1-8
Severity: normal

Hello,

Updating to x11-common_6.8.2.dfsg.1-8_all.deb today generated the
following error message:

Preparing to replace x11-common 6.8.2.dfsg.1-7 (using
.../x11-common_6.8.2.dfsg.1-8_all.deb) ...
/var/lib/dpkg/tmp.ci/preinst: line 914: [: eq: binary operator expected
Unpacking replacement x11-common ...

Regards,
Blair

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages x11-common depends on:
ii  debconf [debconf-2.0] 1.4.58 Debian configuration management sy
ii  debianutils   2.14.3 Miscellaneous utilities specific t
ii  lsb-base  3.0-9  Linux Standard Base 3.0 init scrip

x11-common recommends no packages.

-- debconf information:
  x11-common/experimental_packages:

---
Received: (at 334345-close) by bugs.debian.org; 31 Oct 2005 16:08:04 +
>From [EMAIL PROTECTED] Mon Oct 31 08:08:04 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EWc7X-0005Kh-00; Mon, 31 Oct 2005 08:02:51 -0800
From: David Nusinow <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#334345: fixed in xorg-x11 6.8.2.dfsg.1-10
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 31 Oct 2005 08:02:51 -0800
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-3.1 required=4.0 tests=BAYES_44,HAS_BUG_NUMBER 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: xorg-x11
Source-Version: 6.8.2.dfsg.1-10

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

lbxproxy_6.8.2.dfsg.1-10_i386.deb
  to pool/main/x/xorg-x11/lbxproxy_6.8.2.dfsg.1-10_i386.deb
libdmx-dev_6.8.2.dfsg.1-10_i386.deb
  to pool/main/x/xorg-x11/libdmx-dev_6.8.2.dfsg.1-10_i386.deb
libdmx1-dbg_6.8.2.dfsg.1-10_i386.deb
  to pool/main/x/xorg-x11/libdmx1-dbg_6.8.2.dfsg.1-10_i386.deb
libdmx1_6.8.2.dfsg.1-10_i386.deb
  to pool/main/x/xorg-x11/libdmx1_6.8.2.dfsg.1-10_i386.deb
libdps-dev_6.8.2.dfsg.1-10_i386.deb
  to pool/main/x/xorg-x11/libdps-dev_6.8.2.dfsg.1-10_i386.deb
libdps1-dbg_6.8.2.dfsg.1-10_i386.deb
  to pool/main/x/xorg-x11/libdps1-dbg_6.8.2.dfsg.1-10_i386.deb
libdps1_6.8.2.dfsg.1-10_i386.deb
  to pool/main/x/xorg-x11/libdps1_6.8.2.dfsg.1-10_i386.deb
libfs-dev_6.

Re: X Strike Force X.Org X11 SVN commit: r795 - in branches/6.9/debian: . scripts

2005-10-31 Thread Julien Cristau
On Mon, Oct 31, 2005 at 11:07:18 -0500, David Nusinow wrote:

> On Mon, Oct 31, 2005 at 05:01:05PM +0100, Julien Cristau wrote:
> > alpha still needs the build fix I sent in
> > <[EMAIL PROTECTED]>.
> 
> Crap, sorry Julien. I just uploaded -2, but I'll add this in svn now so it
> can go in to -3.
> 
Thanks David.

Actually, I just noticed that a different fix has been committed
upstream:

revision 1.10
date: 2005-10-28 16:01:17 +;  author: alanh;  state: Exp;  lines: +1 -1;  
commitid: 24b943624b484567;
build fix on alpha

Index: programs/Xserver/hw/xfree86/common/compiler.h
===
RCS file: /cvs/xorg/xc/programs/Xserver/hw/xfree86/common/compiler.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- programs/Xserver/hw/xfree86/common/compiler.h   24 Aug 2005 11:18:32 
-  1.9
+++ programs/Xserver/hw/xfree86/common/compiler.h   28 Oct 2005 16:01:17 
-  1.10
@@ -1694,7 +1694,7 @@
 xf86ReadMmio32(void *Base, unsigned long Offset)
 {
__asm__ __volatile__("mb"  : : : "memory");
-   return *(volatile CARD32*)((unsigned long)Base+(Offset));
+   return *(volatile unsigned int*)((unsigned long)Base+(Offset));
 }
 #  endif
 extern void (*xf86WriteMmio8)(int, void *, unsigned long);


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



Re: I love you!

2005-10-31 Thread lordSauron
SPAM IN THE FORUMS!!!

Sorry, I just love yelling that.



Re: X Strike Force X.Org X11 SVN commit: r795 - in branches/6.9/debian: . scripts

2005-10-31 Thread David Nusinow
On Mon, Oct 31, 2005 at 07:58:19PM +0100, Julien Cristau wrote:
> On Mon, Oct 31, 2005 at 11:07:18 -0500, David Nusinow wrote:
> 
> > On Mon, Oct 31, 2005 at 05:01:05PM +0100, Julien Cristau wrote:
> > > alpha still needs the build fix I sent in
> > > <[EMAIL PROTECTED]>.
> > 
> > Crap, sorry Julien. I just uploaded -2, but I'll add this in svn now so it
> > can go in to -3.
> > 
> Thanks David.
> 
> Actually, I just noticed that a different fix has been committed
> upstream:

Good eye. If I don't remove this patch for RC 2 please remind me.

 - David Nusinow


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



X Strike Force X.Org X11 SVN commit: r806 - in branches/modular/lib/X11: . include man modules modules/im modules/im/ximcp modules/lc modules/lc/Utf8 modules/lc/def modules/lc/gen modules/lc/xlocale m

2005-10-31 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2005-10-31 18:49:39 -0500 (Mon, 31 Oct 2005)
New Revision: 806

Added:
   branches/modular/lib/X11/modules/im/ximcp/imCallbk.loT
   branches/modular/lib/X11/modules/lc/Utf8/lcUTF8Load.loT
Removed:
   branches/modular/lib/X11/config.log
Modified:
   branches/modular/lib/X11/Makefile.in
   branches/modular/lib/X11/aclocal.m4
   branches/modular/lib/X11/configure
   branches/modular/lib/X11/include/Makefile.in
   branches/modular/lib/X11/man/Makefile.in
   branches/modular/lib/X11/modules/Makefile.in
   branches/modular/lib/X11/modules/im/Makefile.in
   branches/modular/lib/X11/modules/im/ximcp/Makefile.in
   branches/modular/lib/X11/modules/lc/Makefile.in
   branches/modular/lib/X11/modules/lc/Utf8/Makefile.in
   branches/modular/lib/X11/modules/lc/def/Makefile.in
   branches/modular/lib/X11/modules/lc/gen/Makefile.in
   branches/modular/lib/X11/modules/lc/xlocale/Makefile.in
   branches/modular/lib/X11/modules/om/Makefile.in
   branches/modular/lib/X11/modules/om/generic/Makefile.in
   branches/modular/lib/X11/nls/C/Makefile.in
   branches/modular/lib/X11/nls/Makefile.in
   branches/modular/lib/X11/nls/armscii-8/Makefile.in
   branches/modular/lib/X11/nls/el_GR.UTF-8/Makefile.in
   branches/modular/lib/X11/nls/en_US.UTF-8/Makefile.in
   branches/modular/lib/X11/nls/georgian-academy/Makefile.in
   branches/modular/lib/X11/nls/georgian-ps/Makefile.in
   branches/modular/lib/X11/nls/ibm-cp1133/Makefile.in
   branches/modular/lib/X11/nls/iscii-dev/Makefile.in
   branches/modular/lib/X11/nls/isiri-3342/Makefile.in
   branches/modular/lib/X11/nls/iso8859-1/Makefile.in
   branches/modular/lib/X11/nls/iso8859-10/Makefile.in
   branches/modular/lib/X11/nls/iso8859-11/Makefile.in
   branches/modular/lib/X11/nls/iso8859-13/Makefile.in
   branches/modular/lib/X11/nls/iso8859-14/Makefile.in
   branches/modular/lib/X11/nls/iso8859-15/Makefile.in
   branches/modular/lib/X11/nls/iso8859-2/Makefile.in
   branches/modular/lib/X11/nls/iso8859-3/Makefile.in
   branches/modular/lib/X11/nls/iso8859-4/Makefile.in
   branches/modular/lib/X11/nls/iso8859-5/Makefile.in
   branches/modular/lib/X11/nls/iso8859-6/Makefile.in
   branches/modular/lib/X11/nls/iso8859-7/Makefile.in
   branches/modular/lib/X11/nls/iso8859-8/Makefile.in
   branches/modular/lib/X11/nls/iso8859-9/Makefile.in
   branches/modular/lib/X11/nls/iso8859-9e/Makefile.in
   branches/modular/lib/X11/nls/ja.JIS/Makefile.in
   branches/modular/lib/X11/nls/ja.S90/Makefile.in
   branches/modular/lib/X11/nls/ja.SJIS/Makefile.in
   branches/modular/lib/X11/nls/ja.U90/Makefile.in
   branches/modular/lib/X11/nls/ja/Makefile.in
   branches/modular/lib/X11/nls/ja_JP.UTF-8/Makefile.in
   branches/modular/lib/X11/nls/ko/Makefile.in
   branches/modular/lib/X11/nls/ko_KR.UTF-8/Makefile.in
   branches/modular/lib/X11/nls/koi8-c/Makefile.in
   branches/modular/lib/X11/nls/koi8-r/Makefile.in
   branches/modular/lib/X11/nls/koi8-u/Makefile.in
   branches/modular/lib/X11/nls/microsoft-cp1251/Makefile.in
   branches/modular/lib/X11/nls/microsoft-cp1255/Makefile.in
   branches/modular/lib/X11/nls/microsoft-cp1256/Makefile.in
   branches/modular/lib/X11/nls/mulelao-1/Makefile.in
   branches/modular/lib/X11/nls/nokhchi-1/Makefile.in
   branches/modular/lib/X11/nls/pt_BR.UTF-8/Makefile.in
   branches/modular/lib/X11/nls/tatar-cyr/Makefile.in
   branches/modular/lib/X11/nls/th_TH.UTF-8/Makefile.in
   branches/modular/lib/X11/nls/th_TH/Makefile.in
   branches/modular/lib/X11/nls/tscii-0/Makefile.in
   branches/modular/lib/X11/nls/vi_VN.tcvn/Makefile.in
   branches/modular/lib/X11/nls/vi_VN.viscii/Makefile.in
   branches/modular/lib/X11/nls/zh_CN.UTF-8/Makefile.in
   branches/modular/lib/X11/nls/zh_CN.gb18030/Makefile.in
   branches/modular/lib/X11/nls/zh_CN.gbk/Makefile.in
   branches/modular/lib/X11/nls/zh_CN/Makefile.in
   branches/modular/lib/X11/nls/zh_HK.UTF-8/Makefile.in
   branches/modular/lib/X11/nls/zh_HK.big5/Makefile.in
   branches/modular/lib/X11/nls/zh_HK.big5hkscs/Makefile.in
   branches/modular/lib/X11/nls/zh_TW.UTF-8/Makefile.in
   branches/modular/lib/X11/nls/zh_TW.big5/Makefile.in
   branches/modular/lib/X11/nls/zh_TW/Makefile.in
   branches/modular/lib/X11/src/Makefile.in
   branches/modular/lib/X11/src/config.h.in
   branches/modular/lib/X11/src/util/Makefile.in
   branches/modular/lib/X11/src/xcms/Makefile.in
   branches/modular/lib/X11/src/xkb/Makefile.in
   branches/modular/lib/X11/src/xlibi18n/Makefile.in
Log:
Re-run autogen.sh in chroot. This source builds a package.

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 805:806 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


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



X Strike Force X.Org X11 SVN commit: r807 - in branches/modular/lib/Xext: . debian man src

2005-10-31 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2005-10-31 18:56:07 -0500 (Mon, 31 Oct 2005)
New Revision: 807

Added:
   branches/modular/lib/Xext/debian/
   branches/modular/lib/Xext/debian/changelog
   branches/modular/lib/Xext/debian/compat
   branches/modular/lib/Xext/debian/control
   branches/modular/lib/Xext/debian/copyright
   branches/modular/lib/Xext/debian/libxext-dev.install
   branches/modular/lib/Xext/debian/libxext6.install
   branches/modular/lib/Xext/debian/rules
   branches/modular/lib/Xext/man/DBE.man
   branches/modular/lib/Xext/man/DPMSCapable.man
   branches/modular/lib/Xext/man/DPMSDisable.man
   branches/modular/lib/Xext/man/DPMSEnable.man
   branches/modular/lib/Xext/man/DPMSForceLevel.man
   branches/modular/lib/Xext/man/DPMSGetTimeouts.man
   branches/modular/lib/Xext/man/DPMSGetVersion.man
   branches/modular/lib/Xext/man/DPMSInfo.man
   branches/modular/lib/Xext/man/DPMSQueryExtension.man
   branches/modular/lib/Xext/man/DPMSSetTimeouts.man
   branches/modular/lib/Xext/man/XShape.man
   branches/modular/lib/Xext/man/XcupGetReservedColormapEntries.man
   branches/modular/lib/Xext/man/XcupQueryVersion.man
   branches/modular/lib/Xext/man/XcupStoreColors.man
   branches/modular/lib/Xext/man/XdbeAllocateBackBufferName.man
   branches/modular/lib/Xext/man/XdbeBeginIdiom.man
   branches/modular/lib/Xext/man/XdbeDeallocateBackBufferName.man
   branches/modular/lib/Xext/man/XdbeEndIdiom.man
   branches/modular/lib/Xext/man/XdbeFreeVisualInfo.man
   branches/modular/lib/Xext/man/XdbeGetBackBufferAttributes.man
   branches/modular/lib/Xext/man/XdbeGetVisualInfo.man
   branches/modular/lib/Xext/man/XdbeQueryExtension.man
   branches/modular/lib/Xext/man/XdbeSwapBuffers.man
   branches/modular/lib/Xext/man/Xevi.man
   branches/modular/lib/Xext/man/Xmbuf.man
   branches/modular/lib/Xext/src/DPMS.c
   branches/modular/lib/Xext/src/MITMisc.c
   branches/modular/lib/Xext/src/XAppgroup.c
   branches/modular/lib/Xext/src/XEVI.c
   branches/modular/lib/Xext/src/XLbx.c
   branches/modular/lib/Xext/src/XMultibuf.c
   branches/modular/lib/Xext/src/XSecurity.c
   branches/modular/lib/Xext/src/XShape.c
   branches/modular/lib/Xext/src/XShm.c
   branches/modular/lib/Xext/src/XSync.c
   branches/modular/lib/Xext/src/XTestExt1.c
   branches/modular/lib/Xext/src/Xcup.c
   branches/modular/lib/Xext/src/Xdbe.c
   branches/modular/lib/Xext/src/extutil.c
   branches/modular/lib/Xext/src/globals.c
Log:
Add libxext6 sources and packaging

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 806:807 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


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



X Strike Force X.Org X11 SVN commit: r808 - branches/modular/lib/Xext/debian

2005-10-31 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2005-10-31 18:57:39 -0500 (Mon, 31 Oct 2005)
New Revision: 808

Modified:
   branches/modular/lib/Xext/debian/
Log:
Pull in xsfbs


Property changes on: branches/modular/lib/Xext/debian
___
Name: svn:externals
   + xsfbs   svn://necrotic.deadbeast.net/xorg-x11/trunk/xsfbs



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



X Strike Force X.Org X11 SVN commit: r809 - in branches/modular/lib/Xext: . debian man src

2005-10-31 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2005-10-31 20:05:37 -0500 (Mon, 31 Oct 2005)
New Revision: 809

Added:
   branches/modular/lib/Xext/Makefile.in
   branches/modular/lib/Xext/aclocal.m4
   branches/modular/lib/Xext/config.guess
   branches/modular/lib/Xext/config.h.in
   branches/modular/lib/Xext/config.sub
   branches/modular/lib/Xext/configure
   branches/modular/lib/Xext/depcomp
   branches/modular/lib/Xext/install-sh
   branches/modular/lib/Xext/ltmain.sh
   branches/modular/lib/Xext/man/Makefile.in
   branches/modular/lib/Xext/missing
   branches/modular/lib/Xext/src/Makefile.in
Modified:
   branches/modular/lib/Xext/debian/control
Log:
Update sources with autogen.sh in chroot

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 808:809 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


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



X Strike Force X.Org X11 SVN commit: r810 - trunk/debian

2005-10-31 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2005-10-31 20:28:01 -0500 (Mon, 31 Oct 2005)
New Revision: 810

Modified:
   trunk/debian/changelog
   trunk/debian/xserver-xorg.postrm.in
Log:
* Only try and remove the xserver-xorg init script if we're actually
  xserver-xorg, not xserver-xorg-dbg. Thanks Steve Langasek and Ryan Murray.


Modified: trunk/debian/changelog
===
--- trunk/debian/changelog  2005-11-01 01:05:37 UTC (rev 809)
+++ trunk/debian/changelog  2005-11-01 01:28:01 UTC (rev 810)
@@ -1,8 +1,9 @@
 xorg-x11 (6.8.2.dfsg.1-10+SVN) unstable; urgency=low
 
-  * 
+  * Only try and remove the xserver-xorg init script if we're actually
+xserver-xorg, not xserver-xorg-dbg. Thanks Steve Langasek and Ryan Murray.
 
- -- David Nusinow <[EMAIL PROTECTED]>  Sun, 30 Oct 2005 20:11:23 -0500
+ -- David Nusinow <[EMAIL PROTECTED]>  Mon, 31 Oct 2005 20:26:43 -0500
 
 xorg-x11 (6.8.2.dfsg.1-10) unstable; urgency=low
 

Modified: trunk/debian/xserver-xorg.postrm.in
===
--- trunk/debian/xserver-xorg.postrm.in 2005-11-01 01:05:37 UTC (rev 809)
+++ trunk/debian/xserver-xorg.postrm.in 2005-11-01 01:28:01 UTC (rev 810)
@@ -101,7 +101,9 @@
 fi
   fi
 
-  update-rc.d xserver-xorg remove
+  if [ "$THIS_PACKAGE" = "xserver-xorg" ]; then
+update-rc.d xserver-xorg remove
+  fi
 
   for DIR in "$CONFIG_DIR" "$CONFIG_AUX_DIR"; do
   rmdir "$DIR" 2> /dev/null || true


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



X Strike Force X.Org X11 SVN commit: r811 - trunk/debian

2005-10-31 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2005-10-31 20:31:54 -0500 (Mon, 31 Oct 2005)
New Revision: 811

Modified:
   trunk/debian/changelog
   trunk/debian/libice6.shlibs
   trunk/debian/libsm6.shlibs
   trunk/debian/libx11-6.shlibs
   trunk/debian/libxaw6.shlibs
   trunk/debian/libxaw7.shlibs
   trunk/debian/libxext6.shlibs
   trunk/debian/libxi6.shlibs
   trunk/debian/libxmu6.shlibs
   trunk/debian/libxmuu1.shlibs
   trunk/debian/libxp6.shlibs
   trunk/debian/libxpm4.shlibs
   trunk/debian/libxrandr2.shlibs
   trunk/debian/libxt6.shlibs
   trunk/debian/libxtrap6.shlibs
   trunk/debian/libxtst6.shlibs
Log:
* Remove obsolete "| xlibs (> 4.1.0)" from various shlibs packaging files at
  the request of the release team


Modified: trunk/debian/changelog
===
--- trunk/debian/changelog  2005-11-01 01:28:01 UTC (rev 810)
+++ trunk/debian/changelog  2005-11-01 01:31:54 UTC (rev 811)
@@ -2,8 +2,10 @@
 
   * Only try and remove the xserver-xorg init script if we're actually
 xserver-xorg, not xserver-xorg-dbg. Thanks Steve Langasek and Ryan Murray.
+  * Remove obsolete "| xlibs (> 4.1.0)" from various shlibs packaging files at
+the request of the release team
 
- -- David Nusinow <[EMAIL PROTECTED]>  Mon, 31 Oct 2005 20:26:43 -0500
+ -- David Nusinow <[EMAIL PROTECTED]>  Mon, 31 Oct 2005 20:31:13 -0500
 
 xorg-x11 (6.8.2.dfsg.1-10) unstable; urgency=low
 

Modified: trunk/debian/libice6.shlibs
===
--- trunk/debian/libice6.shlibs 2005-11-01 01:28:01 UTC (rev 810)
+++ trunk/debian/libice6.shlibs 2005-11-01 01:31:54 UTC (rev 811)
@@ -1 +1 @@
-libICE 6 libice6 | xlibs (>> 4.1.0)
+libICE 6 libice6

Modified: trunk/debian/libsm6.shlibs
===
--- trunk/debian/libsm6.shlibs  2005-11-01 01:28:01 UTC (rev 810)
+++ trunk/debian/libsm6.shlibs  2005-11-01 01:31:54 UTC (rev 811)
@@ -1 +1 @@
-libSM 6 libsm6 | xlibs (>> 4.1.0)
+libSM 6 libsm6

Modified: trunk/debian/libx11-6.shlibs
===
--- trunk/debian/libx11-6.shlibs2005-11-01 01:28:01 UTC (rev 810)
+++ trunk/debian/libx11-6.shlibs2005-11-01 01:31:54 UTC (rev 811)
@@ -1 +1 @@
-libX11 6 libx11-6 | xlibs (>> 4.1.0)
+libX11 6 libx11-6

Modified: trunk/debian/libxaw6.shlibs
===
--- trunk/debian/libxaw6.shlibs 2005-11-01 01:28:01 UTC (rev 810)
+++ trunk/debian/libxaw6.shlibs 2005-11-01 01:31:54 UTC (rev 811)
@@ -1 +1 @@
-libXaw  6 libxaw6 (>> 4.1.0)
+libXaw  6 libxaw6

Modified: trunk/debian/libxaw7.shlibs
===
--- trunk/debian/libxaw7.shlibs 2005-11-01 01:28:01 UTC (rev 810)
+++ trunk/debian/libxaw7.shlibs 2005-11-01 01:31:54 UTC (rev 811)
@@ -1 +1 @@
-libXaw  7 libxaw7 (>> 4.1.0)
+libXaw  7 libxaw7

Modified: trunk/debian/libxext6.shlibs
===
--- trunk/debian/libxext6.shlibs2005-11-01 01:28:01 UTC (rev 810)
+++ trunk/debian/libxext6.shlibs2005-11-01 01:31:54 UTC (rev 811)
@@ -1 +1 @@
-libXext 6 libxext6 | xlibs (>> 4.1.0)
+libXext 6 libxext6

Modified: trunk/debian/libxi6.shlibs
===
--- trunk/debian/libxi6.shlibs  2005-11-01 01:28:01 UTC (rev 810)
+++ trunk/debian/libxi6.shlibs  2005-11-01 01:31:54 UTC (rev 811)
@@ -1 +1 @@
-libXi 6 libxi6 | xlibs (>> 4.1.0)
+libXi 6 libxi6

Modified: trunk/debian/libxmu6.shlibs
===
--- trunk/debian/libxmu6.shlibs 2005-11-01 01:28:01 UTC (rev 810)
+++ trunk/debian/libxmu6.shlibs 2005-11-01 01:31:54 UTC (rev 811)
@@ -1 +1 @@
-libXmu 6 libxmu6 | xlibs (>> 4.1.0)
+libXmu 6 libxmu6

Modified: trunk/debian/libxmuu1.shlibs
===
--- trunk/debian/libxmuu1.shlibs2005-11-01 01:28:01 UTC (rev 810)
+++ trunk/debian/libxmuu1.shlibs2005-11-01 01:31:54 UTC (rev 811)
@@ -1 +1 @@
-libXmuu 1 libxmuu1 | xlibs (>> 4.1.0)
+libXmuu 1 libxmuu1

Modified: trunk/debian/libxp6.shlibs
===
--- trunk/debian/libxp6.shlibs  2005-11-01 01:28:01 UTC (rev 810)
+++ trunk/debian/libxp6.shlibs  2005-11-01 01:31:54 UTC (rev 811)
@@ -1 +1 @@
-libXp 6 libxp6 | xlibs (>> 4.1.0)
+libXp 6 libxp6

Modified: trunk/debian/libxpm4.shlibs
===
--- trunk/debian/libxpm4.shlibs 2005-11-01 01:28:01 UTC (rev 810)
+++ trunk/debian/libxpm4.shlibs 2005-11-01 01:31:54 UTC (rev 811)
@@ -1 +1 @@
-libXpm 4 libxpm4 | xlibs (>> 4.1.0)
+libXpm 4 libxpm4

Modified: trunk/debian/libxrandr2.shlibs
===
--- trunk/debian/libxrandr2.shlibs  2005-11-01 01:28:

X Strike Force X.Org X11 SVN commit: r813 - branches/modular/lib/dmx/debian

2005-10-31 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2005-10-31 20:40:45 -0500 (Mon, 31 Oct 2005)
New Revision: 813

Modified:
   branches/modular/lib/dmx/debian/
Log:
Pull in xsfbs


Property changes on: branches/modular/lib/dmx/debian
___
Name: svn:externals
   + xsfbs   svn://necrotic.deadbeast.net/xorg-x11/trunk/xsfbs



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



X Strike Force X.Org X11 SVN commit: r814 - branches/modular/lib/Xext/debian

2005-10-31 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2005-10-31 20:45:39 -0500 (Mon, 31 Oct 2005)
New Revision: 814

Modified:
   branches/modular/lib/Xext/debian/control
Log:
Fix various control file fields

Modified: branches/modular/lib/Xext/debian/control
===
--- branches/modular/lib/Xext/debian/control2005-11-01 01:40:45 UTC (rev 
813)
+++ branches/modular/lib/Xext/debian/control2005-11-01 01:45:39 UTC (rev 
814)
@@ -1,7 +1,8 @@
 Source: libxext
 Section: x11
 Priority: optional
-Maintainer: Daniel Stone <[EMAIL PROTECTED]>
+Maintainer: Debian X Strike Force 
+Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL 
PROTECTED]>, Fabio M. Di Nitto <[EMAIL PROTECTED]>
 Build-Depends: debhelper (>= 4.0.0), libx11-dev (>= 1:0.99.2-1), libxau-dev 
(>= 1:0.1.2-1), x11proto-core-dev (>= 6.8.99.15+cvs.20050722-1), 
x11proto-xext-dev, pkg-config
 Standards-Version: 3.6.1.0
 
@@ -83,7 +84,7 @@
 Package: libxext-dev
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxext6 (= 
${Source-Version}), x11proto-core-dev, x11proto-xext-dev, libx11-dev
-Pre-Depends: x-common (>= 1.0)
+Pre-Depends: x11-common (>= 1:1.09)
 Description: X11 miscellaneous extensions library (development headers)
  libXext provides an X Window System client interface to several extensions to
  the X protocol.


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



X Strike Force X.Org X11 SVN commit: r816 - branches/modular/lib/fontenc/debian

2005-10-31 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2005-10-31 21:04:13 -0500 (Mon, 31 Oct 2005)
New Revision: 816

Modified:
   branches/modular/lib/fontenc/debian/
Log:
Pull in xsfbs


Property changes on: branches/modular/lib/fontenc/debian
___
Name: svn:externals
   + xsfbs   svn://necrotic.deadbeast.net/xorg-x11/trunk/xsfbs



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



X Strike Force X.Org X11 SVN commit: r817 - in branches/modular/lib/fontenc: . src

2005-10-31 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2005-10-31 21:09:12 -0500 (Mon, 31 Oct 2005)
New Revision: 817

Added:
   branches/modular/lib/fontenc/Makefile.in
   branches/modular/lib/fontenc/aclocal.m4
   branches/modular/lib/fontenc/config.guess
   branches/modular/lib/fontenc/config.h.in
   branches/modular/lib/fontenc/config.sub
   branches/modular/lib/fontenc/configure
   branches/modular/lib/fontenc/depcomp
   branches/modular/lib/fontenc/install-sh
   branches/modular/lib/fontenc/ltmain.sh
   branches/modular/lib/fontenc/missing
   branches/modular/lib/fontenc/src/Makefile.in
Log:
Run autogen.sh in chroot

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 816:817 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


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



X Strike Force X.Org X11 SVN commit: r818 - in branches/modular/lib/FS: . debian include include/X11 include/X11/fonts src

2005-10-31 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2005-10-31 21:14:55 -0500 (Mon, 31 Oct 2005)
New Revision: 818

Added:
   branches/modular/lib/FS/debian/
   branches/modular/lib/FS/debian/changelog
   branches/modular/lib/FS/debian/compat
   branches/modular/lib/FS/debian/control
   branches/modular/lib/FS/debian/copyright
   branches/modular/lib/FS/debian/libfs-dev.install
   branches/modular/lib/FS/debian/libfs6.install
   branches/modular/lib/FS/debian/rules
   branches/modular/lib/FS/include/
   branches/modular/lib/FS/include/X11/
   branches/modular/lib/FS/include/X11/fonts/
   branches/modular/lib/FS/include/X11/fonts/FSlib.h
   branches/modular/lib/FS/src/FSClServ.c
   branches/modular/lib/FS/src/FSCloseFt.c
   branches/modular/lib/FS/src/FSConnServ.c
   branches/modular/lib/FS/src/FSErrDis.c
   branches/modular/lib/FS/src/FSErrHndlr.c
   branches/modular/lib/FS/src/FSFlush.c
   branches/modular/lib/FS/src/FSFontInfo.c
   branches/modular/lib/FS/src/FSFtNames.c
   branches/modular/lib/FS/src/FSGetCats.c
   branches/modular/lib/FS/src/FSListCats.c
   branches/modular/lib/FS/src/FSListExt.c
   branches/modular/lib/FS/src/FSMisc.c
   branches/modular/lib/FS/src/FSNextEv.c
   branches/modular/lib/FS/src/FSOpenFont.c
   branches/modular/lib/FS/src/FSOpenServ.c
   branches/modular/lib/FS/src/FSQGlyphs.c
   branches/modular/lib/FS/src/FSQXExt.c
   branches/modular/lib/FS/src/FSQXInfo.c
   branches/modular/lib/FS/src/FSQuExt.c
   branches/modular/lib/FS/src/FSServName.c
   branches/modular/lib/FS/src/FSSetCats.c
   branches/modular/lib/FS/src/FSSync.c
   branches/modular/lib/FS/src/FSSynchro.c
   branches/modular/lib/FS/src/FSlibInt.c
   branches/modular/lib/FS/src/FSlibint.h
   branches/modular/lib/FS/src/FSlibos.h
Log:
Add libfs sources and packaging

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 817:818 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


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



X Strike Force X.Org X11 SVN commit: r819 - branches/modular/lib/FS/debian

2005-10-31 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2005-10-31 21:15:30 -0500 (Mon, 31 Oct 2005)
New Revision: 819

Modified:
   branches/modular/lib/FS/debian/
Log:
Pull in xsfbs


Property changes on: branches/modular/lib/FS/debian
___
Name: svn:externals
   + xsfbs   svn://necrotic.deadbeast.net/xorg-x11/trunk/xsfbs



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



X Strike Force X.Org X11 SVN commit: r820 - in branches/modular/lib/FS: . src

2005-10-31 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2005-10-31 21:24:33 -0500 (Mon, 31 Oct 2005)
New Revision: 820

Added:
   branches/modular/lib/FS/Makefile.in
   branches/modular/lib/FS/aclocal.m4
   branches/modular/lib/FS/config.guess
   branches/modular/lib/FS/config.h.in
   branches/modular/lib/FS/config.sub
   branches/modular/lib/FS/configure
   branches/modular/lib/FS/depcomp
   branches/modular/lib/FS/install-sh
   branches/modular/lib/FS/ltmain.sh
   branches/modular/lib/FS/missing
   branches/modular/lib/FS/src/Makefile.in
Log:
Add stuff from running autogen.sh in chroot

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 819:820 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


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



X Strike Force X.Org X11 SVN commit: r821 - in branches/modular/lib/ICE: . debian debian/patches include include/X11 include/X11/ICE src

2005-10-31 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2005-10-31 21:41:25 -0500 (Mon, 31 Oct 2005)
New Revision: 821

Added:
   branches/modular/lib/ICE/debian/
   branches/modular/lib/ICE/debian/changelog
   branches/modular/lib/ICE/debian/compat
   branches/modular/lib/ICE/debian/control
   branches/modular/lib/ICE/debian/copyright
   branches/modular/lib/ICE/debian/libice-dev.install
   branches/modular/lib/ICE/debian/libice6.install
   branches/modular/lib/ICE/debian/patches/
   branches/modular/lib/ICE/debian/patches/00list
   branches/modular/lib/ICE/debian/patches/016_ICE_subprotocol_reply_fix.dpatch
   branches/modular/lib/ICE/debian/rules
   branches/modular/lib/ICE/include/
   branches/modular/lib/ICE/include/X11/
   branches/modular/lib/ICE/include/X11/ICE/
   branches/modular/lib/ICE/include/X11/ICE/ICE.h
   branches/modular/lib/ICE/include/X11/ICE/ICEconn.h
   branches/modular/lib/ICE/include/X11/ICE/ICElib.h
   branches/modular/lib/ICE/include/X11/ICE/ICEmsg.h
   branches/modular/lib/ICE/include/X11/ICE/ICEproto.h
   branches/modular/lib/ICE/include/X11/ICE/ICEutil.h
   branches/modular/lib/ICE/src/ICElibint.h
   branches/modular/lib/ICE/src/accept.c
   branches/modular/lib/ICE/src/authutil.c
   branches/modular/lib/ICE/src/connect.c
   branches/modular/lib/ICE/src/error.c
   branches/modular/lib/ICE/src/getauth.c
   branches/modular/lib/ICE/src/globals.h
   branches/modular/lib/ICE/src/iceauth.c
   branches/modular/lib/ICE/src/listen.c
   branches/modular/lib/ICE/src/listenwk.c
   branches/modular/lib/ICE/src/locking.c
   branches/modular/lib/ICE/src/misc.c
   branches/modular/lib/ICE/src/ping.c
   branches/modular/lib/ICE/src/process.c
   branches/modular/lib/ICE/src/protosetup.c
   branches/modular/lib/ICE/src/register.c
   branches/modular/lib/ICE/src/replywait.c
   branches/modular/lib/ICE/src/setauth.c
   branches/modular/lib/ICE/src/shutdown.c
   branches/modular/lib/ICE/src/watch.c
Log:
Add libice sources and packaging

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 820:821 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


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



X Strike Force X.Org X11 SVN commit: r822 - branches/modular/lib/ICE/debian

2005-10-31 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2005-10-31 21:42:43 -0500 (Mon, 31 Oct 2005)
New Revision: 822

Modified:
   branches/modular/lib/ICE/debian/
Log:
Pull in xsfbs


Property changes on: branches/modular/lib/ICE/debian
___
Name: svn:externals
   + xsfbs   svn://necrotic.deadbeast.net/xorg-x11/trunk/xsfbs



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



X Strike Force X.Org X11 SVN commit: r824 - branches/modular/lib/ICE/debian/patches

2005-10-31 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2005-10-31 21:56:21 -0500 (Mon, 31 Oct 2005)
New Revision: 824

Added:
   branches/modular/lib/ICE/debian/patches/series
Removed:
   branches/modular/lib/ICE/debian/patches/00list
Log:
Change patchlist metadata from dpatch to quilt

Deleted: branches/modular/lib/ICE/debian/patches/00list
===
--- branches/modular/lib/ICE/debian/patches/00list  2005-11-01 02:54:00 UTC 
(rev 823)
+++ branches/modular/lib/ICE/debian/patches/00list  2005-11-01 02:56:21 UTC 
(rev 824)
@@ -1,2 +0,0 @@
-001_remove_pointless_include
-016_ICE_subprotocol_reply_fix

Added: branches/modular/lib/ICE/debian/patches/series
===
--- branches/modular/lib/ICE/debian/patches/series  2005-11-01 02:54:00 UTC 
(rev 823)
+++ branches/modular/lib/ICE/debian/patches/series  2005-11-01 02:56:21 UTC 
(rev 824)
@@ -0,0 +1 @@
+001_ICE_subprotocol_reply_fix.diff


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



X Strike Force X.Org X11 SVN commit: r825 - branches/6.9/debian

2005-10-31 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2005-10-31 21:58:15 -0500 (Mon, 31 Oct 2005)
New Revision: 825

Modified:
   branches/6.9/debian/changelog
Log:
Use Dagfinn Ilmari Manns?\195?\165ker's full name in last changelog entry

Modified: branches/6.9/debian/changelog
===
--- branches/6.9/debian/changelog   2005-11-01 02:56:21 UTC (rev 824)
+++ branches/6.9/debian/changelog   2005-11-01 02:58:15 UTC (rev 825)
@@ -3,13 +3,13 @@
   * Add alpha/202_alpha_typedef_card32.diff to correct FTBFS. Thanks to Julien
 Cristau.
 
- -- David Nusinow <[EMAIL PROTECTED]>  Mon, 31 Oct 2005 11:12:10 -0500
+ -- David Nusinow <[EMAIL PROTECTED]>  Mon, 31 Oct 2005 21:57:11 -0500
 
 xorg-x11 (6.8.99.901.dfsg.1-2) experimental; urgency=low
 
   * MANIFEST updates
 + alpha thanks to Julien Cristau.
-+ ia64 thanks to Dagfinn Ilmari
++ ia64 thanks to Dagfinn Ilmari Mannsåker
 + powerpc thanks to Sven Luther.
 + sparc thanks to Julien Cristau
   * Make dh_strip not lose debugging symbols. Thanks Eugene Konev.


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



X Strike Force X.Org X11 SVN commit: r826 - branches/modular/lib/ICE/debian

2005-10-31 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2005-10-31 22:00:57 -0500 (Mon, 31 Oct 2005)
New Revision: 826

Modified:
   branches/modular/lib/ICE/debian/rules
Log:
Clean out dpatch vestiges

Modified: branches/modular/lib/ICE/debian/rules
===
--- branches/modular/lib/ICE/debian/rules   2005-11-01 02:58:15 UTC (rev 
825)
+++ branches/modular/lib/ICE/debian/rules   2005-11-01 03:00:57 UTC (rev 
826)
@@ -12,8 +12,6 @@
 
 include debian/xsfbs/xsfbs.mk
 
-include /usr/share/dpatch/dpatch.make
-
 CFLAGS = -Wall -g
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0
@@ -34,7 +32,7 @@
 endif
 
 
-build: patch build-stamp
+build: build-stamp
 build-stamp:
dh_testdir
 
@@ -47,7 +45,7 @@
 
touch build-stamp
 
-clean: unpatch
+clean: 
dh_testdir
dh_testroot
rm -f build-stamp


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



X Strike Force X.Org X11 SVN commit: r827 - trunk/xsfbs

2005-10-31 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2005-10-31 22:18:53 -0500 (Mon, 31 Oct 2005)
New Revision: 827

Modified:
   trunk/xsfbs/xsfbs.mk
Log:
Rename clean target so as not to confuse make

Modified: trunk/xsfbs/xsfbs.mk
===
--- trunk/xsfbs/xsfbs.mk2005-11-01 03:00:57 UTC (rev 826)
+++ trunk/xsfbs/xsfbs.mk2005-11-01 03:18:53 UTC (rev 827)
@@ -186,7 +186,7 @@
  debian/*.prerm
 
 # Clean the package build tree.
-.PHONY: clean
+.PHONY: xsfclean
 clean: unpatch cleanscripts
dh_testdir
rm -f .pc patches


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



X Strike Force X.Org X11 SVN commit: r828 - trunk/xsfbs

2005-10-31 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2005-10-31 22:22:52 -0500 (Mon, 31 Oct 2005)
New Revision: 828

Modified:
   trunk/xsfbs/xsfbs.mk
Log:
Get the phony target too...

Modified: trunk/xsfbs/xsfbs.mk
===
--- trunk/xsfbs/xsfbs.mk2005-11-01 03:18:53 UTC (rev 827)
+++ trunk/xsfbs/xsfbs.mk2005-11-01 03:22:52 UTC (rev 828)
@@ -187,7 +187,7 @@
 
 # Clean the package build tree.
 .PHONY: xsfclean
-clean: unpatch cleanscripts
+xsfclean: unpatch cleanscripts
dh_testdir
rm -f .pc patches
rm -rf $(STAMP_DIR) $(SOURCE_DIR)


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



X Strike Force X.Org X11 SVN commit: r829 - in branches/modular/lib/ICE: . debian src

2005-10-31 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2005-10-31 23:22:03 -0500 (Mon, 31 Oct 2005)
New Revision: 829

Added:
   branches/modular/lib/ICE/Makefile
   branches/modular/lib/ICE/Makefile.in
   branches/modular/lib/ICE/aclocal.m4
   branches/modular/lib/ICE/config.guess
   branches/modular/lib/ICE/config.h
   branches/modular/lib/ICE/config.h.in
   branches/modular/lib/ICE/config.sub
   branches/modular/lib/ICE/configure
   branches/modular/lib/ICE/depcomp
   branches/modular/lib/ICE/ice.pc
   branches/modular/lib/ICE/install-sh
   branches/modular/lib/ICE/libtool
   branches/modular/lib/ICE/ltmain.sh
   branches/modular/lib/ICE/missing
   branches/modular/lib/ICE/src/Makefile
   branches/modular/lib/ICE/src/Makefile.in
   branches/modular/lib/ICE/stamp-h1
Modified:
   branches/modular/lib/ICE/debian/control
   branches/modular/lib/ICE/debian/rules
   branches/modular/lib/ICE/src/process.c
Log:
Add autogen.sh in chroot as well as debian/rules fixes

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 828:829 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


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



Bug#336722: Deprecation warning during upgrade

2005-10-31 Thread Juhapekka Tolvanen
Package: xserver-xorg
Version: 6.8.2.dfsg.1-10
Severity: normal


Setting up xserver-xorg (6.8.2.dfsg.1-10) ...
xserver-xorg postinst warning: not updating /etc/X11/xorg.conf; file has been 
customized
:25: DeprecationWarning: xreadlines is deprecated; use 'for line in 
file'.
 System startup links for /etc/init.d/xserver-xorg already exist.

Need I say more?


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

/etc/X11/X target unchanged from checksum in /var/lib/xfree86/X.md5sum.

X server symlink status:
lrwxrwxrwx  1 root root 17 2005-09-05 02:03 /etc/X11/X -> /usr/bin/X11/Xorg
-rwxr-xr-x  1 root root 1833048 2005-10-30 04:56 /usr/bin/X11/Xorg

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

VGA-compatible devices on PCI bus:
:00:0b.0 VGA compatible controller: Matrox Graphics, Inc. MGA 2164W 
[Millennium II]

/etc/X11/xorg.conf does not match checksum in /var/lib/xfree86/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r--  1 root root 5231 2005-10-25 21:22 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# XF86Config-4 (XFree86 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 XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section "Files"
FontPath"unix/:7100"# local font server
# if the local font server has problems, we can fall back on these
FontPath"/usr/lib/X11/fonts/misc"
FontPath"/usr/lib/X11/fonts/cyrillic"
FontPath"/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/Type1"
FontPath"/usr/lib/X11/fonts/CID"
FontPath"/usr/lib/X11/fonts/Speedo"
FontPath"/usr/lib/X11/fonts/100dpi"
FontPath"/usr/lib/X11/fonts/75dpi"

FontPath"/usr/local/share/fonts/Type1"
FontPath"/usr/local/share/fonts/Type1/cm-lgc"
#   FontPath"/usr/local/share/fonts/Type1/hfbright"
#   FontPath"/usr/local/share/fonts/Type1/kerkis"
FontPath"/usr/local/share/fonts/Type1/polish"

FontPath"/usr/local/share/fonts/TrueType"
FontPath"/usr/local/share/fonts/TrueType/um"
FontPath"/usr/local/share/fonts/TrueType/polish"

FontPath"/usr/local/share/fonts/Type1/non-free"
FontPath"/usr/local/share/fonts/Type1/non-free/urwfonts"
FontPath"/usr/local/share/fonts/Type1/non-free/SO52"

FontPath"/usr/local/share/fonts/TrueType/non-free"
FontPath"/usr/local/share/fonts/TrueType/non-free/urwfonts"
FontPath"/usr/local/share/fonts/TrueType/non-free/Java"
FontPath
"/usr/local/share/fonts/TrueType/non-free/MS-Reader-fonts"

FontPath"/usr/local/share/fonts/Type1/warez"

FontPath"/usr/local/share/fonts/TrueType/warez"
FontPath"/usr/local/share/fonts/TrueType/warez/MacOSX"
FontPath"/usr/local/share/fonts/TrueType/warez/clipserver.de"

FontPath"/usr/local/share/fonts/TrueType/unknown-license/"

FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
Load"GLcore"
Load"bitmap"
Load"dbe"
Load"ddc"
Load"dri"
Load"extmod"
Load"freetype"
Load"glx"
Load"int10"
Load"record"
Load"speedo"
Load"type1"
Load"vbe"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "keyboard"
Option  "CoreKeyboard"
Option  "XkbRules"  "xfree86"
Option  "XkbModel"  "pc105"
Option  "XkbLayout" "fi"
Option  "XkbVariant""nodeadkeys"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/gpmdata"
Option  "Protocol"  "IntelliMouse"
Option  "Emulate3Button