xserver-xorg-video-ati_6.9.0-1_i386.changes ACCEPTED

2008-06-26 Thread Debian Installer

Accepted:
xserver-xorg-video-ati-dbg_6.9.0-1_i386.deb
  to 
pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati-dbg_6.9.0-1_i386.deb
xserver-xorg-video-ati_6.9.0-1.diff.gz
  to pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.9.0-1.diff.gz
xserver-xorg-video-ati_6.9.0-1.dsc
  to pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.9.0-1.dsc
xserver-xorg-video-ati_6.9.0-1_i386.deb
  to pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.9.0-1_i386.deb
xserver-xorg-video-ati_6.9.0.orig.tar.gz
  to pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.9.0.orig.tar.gz
xserver-xorg-video-radeon-dbg_6.9.0-1_i386.deb
  to 
pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-radeon-dbg_6.9.0-1_i386.deb
xserver-xorg-video-radeon_6.9.0-1_i386.deb
  to 
pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-radeon_6.9.0-1_i386.deb


Override entries for your package:
xserver-xorg-video-ati-dbg_6.9.0-1_i386.deb - extra x11
xserver-xorg-video-ati_6.9.0-1.dsc - source x11
xserver-xorg-video-ati_6.9.0-1_i386.deb - optional x11
xserver-xorg-video-radeon-dbg_6.9.0-1_i386.deb - extra x11
xserver-xorg-video-radeon_6.9.0-1_i386.deb - optional x11

Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


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



Processing of xserver-xorg-video-ati_6.9.0-1_i386.changes

2008-06-26 Thread Archive Administrator
xserver-xorg-video-ati_6.9.0-1_i386.changes uploaded successfully to localhost
along with the files:
  xserver-xorg-video-ati_6.9.0-1.dsc
  xserver-xorg-video-ati_6.9.0.orig.tar.gz
  xserver-xorg-video-ati_6.9.0-1.diff.gz
  xserver-xorg-video-ati_6.9.0-1_i386.deb
  xserver-xorg-video-ati-dbg_6.9.0-1_i386.deb
  xserver-xorg-video-radeon_6.9.0-1_i386.deb
  xserver-xorg-video-radeon-dbg_6.9.0-1_i386.deb

Greetings,

Your Debian queue daemon


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



xserver-xorg-video-ati: Changes to 'debian-unstable'

2008-06-26 Thread Brice Goglin
 ChangeLog|   62 +
 config.h.in  |   15 +
 configure|  460 ++-
 configure.ac |   62 +
 debian/changelog |6 
 src/radeon_accel.c   |6 
 src/radeon_accelfuncs.c  |   40 +++
 src/radeon_atombios.c|7 
 src/radeon_exa.c |2 
 src/radeon_exa_funcs.c   |   25 +-
 src/radeon_exa_render.c  |   23 -
 src/radeon_macros.h  |   16 +
 src/radeon_reg.h |1 
 src/radeon_textured_videofuncs.c |   13 +
 14 files changed, 706 insertions(+), 32 deletions(-)

New commits:
commit 4f4c45cf5f38f9fd97383c888cfe2f011979c649
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Fri Jun 27 07:22:28 2008 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 0457592..33200fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-xserver-xorg-video-ati (1:6.9.0-1) UNRELEASED; urgency=low
+xserver-xorg-video-ati (1:6.9.0-1) unstable; urgency=low
 
   * New upstream release.
 
- -- Brice Goglin <[EMAIL PROTECTED]>  Fri, 27 Jun 2008 07:14:47 +0200
+ -- Brice Goglin <[EMAIL PROTECTED]>  Fri, 27 Jun 2008 07:22:21 +0200
 
 xserver-xorg-video-ati (1:6.8.192-1) unstable; urgency=low
 

commit 49e65dfc9a815e29cf02102faa837d6c30f18ef7
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Fri Jun 27 07:22:12 2008 +0200

New upstream release

diff --git a/ChangeLog b/ChangeLog
index 7978cf2..51ab107 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,65 @@
+commit c83fbdfa076c107012b7dfbbfbbb2feede00542b
+Author: Alex Deucher <[EMAIL PROTECTED]>
+Date:   Thu Jun 26 19:48:45 2008 -0400
+
+Bump for 6.9.0 release
+
+commit 32e1d1daf4f68ea37624afaa2bc1ea7742e1163b
+Author: Brad Smith <[EMAIL PROTECTED]>
+Date:   Thu Jun 26 10:22:03 2008 -0400
+
+RADEON: sys/endian.h needs sys/types.h on BSDs
+
+See bug 16512
+
+commit dca522355a9039eca6efaba3b36397b246800f94
+Author: Brad Smith <[EMAIL PROTECTED]>
+Date:   Thu Jun 26 10:13:59 2008 -0400
+
+RADEON: fix copy/paste error in accel code
+
+commit f4292e110105910d0c19bf2db28e2682b27af2c7
+Author: Dave Airlie <[EMAIL PROTECTED]>
+Date:   Fri Jun 20 15:31:43 2008 +1000
+
+Revert "Revert "ATOM: disable TV-out for now""
+
+Oops I really didn't mean to do this, I was testing something and it 
slipped
+past.
+
+This reverts commit dd18caa4b2efc430eaae0c4362b65641f9bef440.
+
+commit bb1cfcbfbc1ace1f257fc3bf6401501f1a6da827
+Author: Alex Deucher <[EMAIL PROTECTED]>
+Date:   Wed Jun 25 15:50:16 2008 -0400
+
+RADEON: adjustments to Jerome's last commit
+
+- Flush caches and wait for idle after drawing
+- Make sure 3D is idle too (after composite or textured video)
+
+commit 07be302f6dba61dd15918963fae66502230c74b7
+Merge: 8c9b8de... 5245974...
+Author: Jerome Glisse <[EMAIL PROTECTED]>
+Date:   Wed Jun 25 10:30:45 2008 +0200
+
+Merge branch 'master' of 
git://anongit.freedesktop.org/xorg/driver/xf86-video-ati
+
+commit 8c9b8de0373797cba6f0a27e6b6f461e1070fef9
+Author: Jerome Glisse <[EMAIL PROTECTED]>
+Date:   Wed Jun 25 10:28:26 2008 +0200
+
+radeon: flush & wait for 2d & dma idle after 2d blit
+
+This should help to avoid 2d & 3d engine to step on each
+other dma transaction.
+
+commit 52459745ec05de88adbc087e9566fe6d97ef424b
+Author: Dave Airlie <[EMAIL PROTECTED]>
+Date:   Wed Jun 25 17:09:11 2008 +1000
+
+ati: hopefully fix byteswap mess for those other OSes.
+
 commit 67a6ac0001bc9d062aa426384a11a41fa7a1c09a
 Author: Alex Deucher <[EMAIL PROTECTED]>
 Date:   Tue Jun 24 21:06:37 2008 -0400
diff --git a/config.h.in b/config.h.in
index 0fd4d47..1fcf216 100644
--- a/config.h.in
+++ b/config.h.in
@@ -8,6 +8,9 @@
 /* Use linux pragma pack */
 #undef FGL_LINUX
 
+/* Define to 1 if you have the  header file. */
+#undef HAVE_BYTESWAP_H
+
 /* Define to 1 if you have the  header file. */
 #undef HAVE_DLFCN_H
 
@@ -86,6 +89,9 @@
 /* Build support for Exa */
 #undef USE_EXA
 
+/* Define to use byteswap macros from  */
+#undef USE_SYS_ENDIAN_H
+
 /* Build support for XAA */
 #undef USE_XAA
 
@@ -100,3 +106,12 @@
 
 /* X server has built-in mode code */
 #undef XMODES
+
+/* Define to 16-bit byteswap macro */
+#undef bswap_16
+
+/* Define to 32-bit byteswap macro */
+#undef bswap_32
+
+/* Define to 64-bit byteswap macro */
+#undef bswap_64
diff --git a/configure b/configure
index c2f0379..65f0818 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 xf86-video-ati 6.8.192.
+# Generated by GNU Autoconf 2.61 for xf86-video-ati 6.9.0.
 #
 # Report bugs to .
 #
@@ -728,8 +728,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='xf86-video-ati'
 PACK

xserver-xorg-video-ati: Changes to 'refs/tags/xserver-xorg-video-ati-1_6.9.0-1'

2008-06-26 Thread Brice Goglin
Tag 'xserver-xorg-video-ati-1_6.9.0-1' created by Brice Goglin <[EMAIL 
PROTECTED]> at 2008-06-27 05:32 +

Tagging upload of xserver-xorg-video-ati 1:6.9.0-1 to unstable.

Changes since xserver-xorg-video-ati-1_6.8.192-1:
Alex Deucher (2):
  RADEON: adjustments to Jerome's last commit
  Bump for 6.9.0 release

Brad Smith (2):
  RADEON: fix copy/paste error in accel code
  RADEON: sys/endian.h needs sys/types.h on BSDs

Brice Goglin (3):
  Merge tag 'xf86-video-ati-6.9.0' into debian-unstable
  New upstream release
  Prepare changelog for upload

Dave Airlie (2):
  ati: hopefully fix byteswap mess for those other OSes.
  Revert "Revert "ATOM: disable TV-out for now""

Jerome Glisse (2):
  radeon: flush & wait for 2d & dma idle after 2d blit
  Merge branch 'master' of 
git://anongit.freedesktop.org/xorg/driver/xf86-video-ati

---
 ChangeLog|   62 +
 config.h.in  |   15 +
 configure|  460 ++-
 configure.ac |   62 +
 debian/changelog |6 
 src/radeon_accel.c   |6 
 src/radeon_accelfuncs.c  |   40 +++
 src/radeon_atombios.c|7 
 src/radeon_exa.c |2 
 src/radeon_exa_funcs.c   |   25 +-
 src/radeon_exa_render.c  |   23 -
 src/radeon_macros.h  |   16 +
 src/radeon_reg.h |1 
 src/radeon_textured_videofuncs.c |   13 +
 14 files changed, 706 insertions(+), 32 deletions(-)
---


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



xserver-xorg-video-ati: Changes to 'upstream-unstable'

2008-06-26 Thread Brice Goglin
 configure.ac |   62 ++-
 src/radeon_accel.c   |6 +--
 src/radeon_accelfuncs.c  |   40 +
 src/radeon_atombios.c|7 
 src/radeon_exa.c |2 -
 src/radeon_exa_funcs.c   |   25 ++-
 src/radeon_exa_render.c  |   23 +-
 src/radeon_macros.h  |   16 ++
 src/radeon_reg.h |1 
 src/radeon_textured_videofuncs.c |   13 +++-
 10 files changed, 173 insertions(+), 22 deletions(-)

New commits:
commit c83fbdfa076c107012b7dfbbfbbb2feede00542b
Author: Alex Deucher <[EMAIL PROTECTED]>
Date:   Thu Jun 26 19:48:45 2008 -0400

Bump for 6.9.0 release

diff --git a/configure.ac b/configure.ac
index 4bf7487..b8c18a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([xf86-video-ati],
-6.8.192,
+6.9.0,
 [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
 xf86-video-ati)
 

commit 32e1d1daf4f68ea37624afaa2bc1ea7742e1163b
Author: Brad Smith <[EMAIL PROTECTED]>
Date:   Thu Jun 26 10:22:03 2008 -0400

RADEON: sys/endian.h needs sys/types.h on BSDs

See bug 16512

diff --git a/configure.ac b/configure.ac
index 9ac46f7..4bf7487 100644
--- a/configure.ac
+++ b/configure.ac
@@ -260,6 +260,7 @@ AC_CHECK_HEADER([sys/endian.h], [HAVE_SYS_ENDIAN_H="yes"], 
[HAVE_SYS_ENDIAN_H="n
 if test "x$HAVE_SYS_ENDIAN_H" = "xyes" ; then
AC_MSG_CHECKING([for __swap16 variant of  byteswapping 
macros])
AC_LINK_IFELSE([AC_LANG_PROGRAM([
+#include 
 #include 
  ], [
 int a = 1, b;
@@ -270,6 +271,7 @@ b = __swap16(a);
 
AC_MSG_CHECKING([for bswap16 variant of  byteswapping 
macros])
AC_LINK_IFELSE([AC_LANG_PROGRAM([
+#include 
 #include 
  ], [
 int a = 1, b;

commit dca522355a9039eca6efaba3b36397b246800f94
Author: Brad Smith <[EMAIL PROTECTED]>
Date:   Thu Jun 26 10:13:59 2008 -0400

RADEON: fix copy/paste error in accel code

diff --git a/src/radeon_accel.c b/src/radeon_accel.c
index d45e932..65ad33d 100644
--- a/src/radeon_accel.c
+++ b/src/radeon_accel.c
@@ -371,7 +371,7 @@ void RADEONEngineInit(ScrnInfoPtr pScrn)
   info->CurrentLayout.bitsPerPixel);
 
 #ifdef XF86DRI
-if (info->directRenderingEnabled && (IS_R300_3D | IS_R500_3D)) {
+if (info->directRenderingEnabled && (IS_R300_3D || IS_R500_3D)) {
drmRadeonGetParam np;
int num_pipes;
 
@@ -419,11 +419,11 @@ void RADEONEngineInit(ScrnInfoPtr pScrn)
}
 }
 
-if (IS_R300_3D | IS_R500_3D)
+if (IS_R300_3D || IS_R500_3D)
xf86DrvMsg(pScrn->scrnIndex, X_INFO,
   "num pipes is %d\n", info->num_gb_pipes);
 
-if (IS_R300_3D | IS_R500_3D) {
+if (IS_R300_3D || IS_R500_3D) {
uint32_t gb_tile_config = (R300_ENABLE_TILING | R300_TILE_SIZE_16 | 
R300_SUBPIXEL_1_16);
 
switch(info->num_gb_pipes) {
diff --git a/src/radeon_exa_render.c b/src/radeon_exa_render.c
index 8a1849c..4736e4f 100644
--- a/src/radeon_exa_render.c
+++ b/src/radeon_exa_render.c
@@ -1978,7 +1978,7 @@ static void FUNC_NAME(RadeonCompositeTile)(PixmapPtr pDst,
 RADEON_CP_VC_CNTL_VTX_FMT_RADEON_MODE |
 (4 << RADEON_CP_VC_CNTL_NUM_SHIFT));
 } else {
-   if (IS_R300_3D | IS_R500_3D)
+   if (IS_R300_3D || IS_R500_3D)
BEGIN_RING(4 * vtx_count + 4);
else
BEGIN_RING(4 * vtx_count + 2);
@@ -1991,7 +1991,7 @@ static void FUNC_NAME(RadeonCompositeTile)(PixmapPtr pDst,
 }
 
 #else /* ACCEL_CP */
-if (IS_R300_3D | IS_R500_3D)
+if (IS_R300_3D || IS_R500_3D)
BEGIN_ACCEL(2 + vtx_count * 4);
 else
BEGIN_ACCEL(1 + vtx_count * 4);
@@ -2032,7 +2032,7 @@ static void FUNC_NAME(RadeonCompositeTile)(PixmapPtr pDst,
xFixedToFloat(srcTopRight.x) / info->texW[0], 
xFixedToFloat(srcTopRight.y) / info->texH[0]);
 }
 
-if (IS_R300_3D | IS_R500_3D)
+if (IS_R300_3D || IS_R500_3D)
/* flushing is pipelined, free/finish is not */
OUT_ACCEL_REG(R300_RB3D_DSTCACHE_CTLSTAT, R300_DC_FLUSH_3D);
 
@@ -2114,7 +2114,7 @@ static void FUNC_NAME(RadeonDoneComposite)(PixmapPtr pDst)
 
 ENTER_DRAW(0);
 
-if (IS_R300_3D | IS_R500_3D) {
+if (IS_R300_3D || IS_R500_3D) {
BEGIN_ACCEL(2);
OUT_ACCEL_REG(R300_RB3D_DSTCACHE_CTLSTAT, R300_RB3D_DC_FLUSH_ALL);
 } else
diff --git a/src/radeon_textured_videofuncs.c b/src/radeon_textured_videofuncs.c
index f0dad03..277d9b2 100644
--- a/src/radeon_textured_videofuncs.c
+++ b/src/radeon_textured_videofuncs.c
@@ -643,7 +643,7 @@ FUNC_NAME(RADEONDisplayTexturedVideo)(ScrnInfoPtr pScrn, 
RADEONPortPrivPtr pPriv
pBox++;
 }
 
-if (IS_R300_3D | IS_R500_3D) {
+if (IS_R300_3D || IS_R500_3D) {
BEGIN_VIDEO(2);
OUT_VIDEO_REG(R300_RB3D_DSTCACHE_CTLSTAT, R300_RB3D_DC_FLUSH_ALL);
 } else

commit f4292e11

Bug#484015: Bug#487906: Lenny Beta2 on PowerPC - strange video mode after reboot

2008-06-26 Thread Rick Thomas

Rick Thomas wrote:

Subject: Bug#487906: Lenny Beta2 on PowerPC - strange video mode  
after reboot



:00:10.0 VGA compatible controller: ATI Technologies Inc Rage  
128 PF/PRO AGP 4x TMDS (prog-if 00 [VGA])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-  
ParErr- Stepping+ SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium  
>TAbort- SERR- 
Latency: 255 (2000ns min), Cache Line Size: 32 bytes
Interrupt: pin A routed to IRQ 48
Region 0: Memory at 9400 (32-bit, prefetchable) [size=64M]
Region 1: I/O ports at f400 [size=256]
Region 2: Memory at 9000 (32-bit, non-prefetchable)  
[size=16K]

Expansion ROM at f100 [disabled] [size=128K]
Capabilities: [50] AGP version 2.0
Status: RQ=32 Iso- ArqSz=0 Cal=0 SBA+ ITACoh-  
GART64- HTrans- 64bit- FW- AGP3- Rate=x1,x2,x4
Command: RQ=8 ArqSz=0 Cal=0 SBA+ AGP+ GART64-  
64bit- FW- Rate=x1

Capabilities: [5c] Power Management version 2
Flags: PMEClk- DSI- D1+ D2- AuxCurrent=0mA PME 
(D0-,D1-,D2-,D3hot-,D3cold-)

Status: D0 PME-Enable- DSel=0 DScale=0 PME-


All went as expected during the install.  However, after the reboot,
the screen came up in 800x600 mode and could not be changed.

I finall had to edit the xorg.conf file.

Here's the diff:

$ diff xorg.conf xorg.conf.ORIG
37,40c37
<   Identifier  "DELL 2001FP"
<   Option  "DPMS"
<   HorizSync   31-80
<   VertRefresh 56-76
---

  Identifier  "Configured Monitor"

45,49c42
<   Monitor "DELL 2001FP"
<   SubSection "Display"
<   Depth   24
<   Modes   "1600x1200" "1280x1024" "1272x1017"  
"1024x768" "880x660" "800x600" "760x608" "720x400" "640x480"

<   EndSubSection
---

  Monitor "Configured Monitor"





I wonder if this is related to Bug#484015 ?

Rick



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



Bug#487906: Lenny Beta2 on PowerPC - strange video mode after reboot

2008-06-26 Thread Brice Goglin
Frans Pop wrote:
> reassign 487906 xserver-xorg-core
> thanks
>
> On Thursday 26 June 2008, Rick Thomas wrote:
>   
>>> Comments/Problems:
>>> All went as expected during the install.  However, after the reboot,
>>> the screen came up in 800x600 mode and could not be changed.
>>>   
>> I wonder if this is related to Bug#484015 ?
>> 
>
> That looks quite likely.
>
> This is certainly an issue in X.Org and not in the installer and this 
> report should really have been reassigned to the X.Org maintainers long 
> ago. Doing so now.
>   

Can you try again with the ORIG config file and the latest
xserver-xorg-core from unstable (1.4.2)?

Brice




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



Re: is xaw3d still necessary?

2008-06-26 Thread Ivan Shmakov
> Ivan Shmakov <[EMAIL PROTECTED]> writes:
> Bernhard R Link <[EMAIL PROTECTED]> writes:

[Re-sending, as this one apparently didn't reach the list.]

 >>> Now that Xaw3d has not seen a release in five years [1], and as Xaw
 >>> allows for even more slicky UI (and seems to be still maintained
 >>> upstream), couldn't the xaw3d package be removed and all the
 >>> packages depending on it switched to use Xaw instead?

 >> Do you have some documentation about porting programs from xaw3d to
 >> Xaw?  (ideally without too large changes in the UI).

 > No.  May be I'll find some time to port a package or two and then
 > post the bits of my experience.

[...]

 > $ apt-cache showpkg xaw3dg 
[...]
 >   xboard,xaw3dg 1.5+E-1
[...]
 > $ 

For instance, I've used the following (rather trivial) patch to
get XBoard built with libXaw7 (on Debian etch):

--- xboard-4.2.7-debian-7.1/debian/changelog2008-06-26 23:08:31.0 
+0700
+++ xboard-4.2.7-debian-7.1.xaw+0.1/debian/changelog2008-06-26 
22:53:33.0 +0700
@@ -1,3 +1,9 @@
+xboard (4.2.7-7.1.xaw+0.1) unstable; urgency=low
+
+  * Rebuilt with Xaw once again.
+
+ -- Ivan Shmakov <[EMAIL PROTECTED]>  Thu, 26 Jun 2008 22:53:33 +0700
+
 xboard (4.2.7-7.1) unstable; urgency=low
 
   * Non-maintainer upload.
--- xboard-4.2.7-debian-7.1/debian/control  2008-06-26 23:08:31.0 
+0700
+++ xboard-4.2.7-debian-7.1.xaw+0.1/debian/control  2008-06-26 
22:51:33.0 +0700
@@ -2,7 +2,7 @@
 Section: games
 Priority: optional
 Maintainer: Alexander L. Belikoff <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5), xaw3dg-dev, flex, autotools-dev, dpatch, 
libxaw7-dev
+Build-Depends: debhelper (>= 5), flex, autotools-dev, dpatch, libxaw7-dev
 Standards-Version: 3.7.2
 
 Package: xboard
diff -drHu --exclude='*.o' --exclude='*~' xboard-4.2.7-debian-7.1/debian/rules 
xboard-4.2.7-debian-7.1.xaw+0.1/debian/rules
--- xboard-4.2.7-debian-7.1/debian/rules2008-06-26 23:08:31.0 
+0700
+++ xboard-4.2.7-debian-7.1.xaw+0.1/debian/rules2008-06-26 
22:56:09.0 +0700
@@ -29,7 +29,6 @@
--infodir='$${prefix}/share/info' \
--mandir='$${prefix}/share/man' \
--x-includes=/usr/X11R6/include/X11 \
-   --with-Xaw3d \
--x-libraries=/usr/X11R6/lib --enable-zippy)
touch $@
 

(Apparently, `configure' doesn't support `--without-xaw3d'
properly.)

I've tested it a bit and haven't seen anything wrong with this
build.

As for the 3D-look, I suggest the following files for
/etc/X11/app-defaults.  One may wish to compare the ``Xaw
classic'' and the ``colorized'' variant using, e. g.:

$ xboard -xrm '*customization: ' &

$ xboard -xrm '*customization: -color' &

!!! XBoard --- Application defaults for XBoard  -*- X-Resource-Generic -*-
!! No resources here.
!!! XBoard ends here

!!! XBoard-color --- XBoard with colors and 3D  -*- X-Resource-Generic -*-

!! Mostly duplicates app-defaults/Xmessage-color.

#include "XBoard"

*background:gray85
*foreground:gray15

*Scrollbar.thumb:   vlines2
*Scrollbar.width:   14
*Scrollbar.foreground:  rgb:a/5/5
*Scrollbar.borderWidth: 0
*Scrollbar.displayList:\
foreground  gray90;\
lines   1,-1,-1,-1,-1,1;\
foreground  gray60;\
lines   -1,0,0,0,0,-1

*Text.?.cursorColor:rgb:d/5/5
*Text.borderColor:  gray80
*Text*background:   gray96
*Text*Scrollbar.background: gray80
*Text.displayList:\
foreground  gray90;\
lines   1,-1,-1,-1,-1,1;\
foreground  gray60;\
lines   -1,0,0,0,0,-1

*Command.highlightThickness:2
*Command.internalWidth: 5
*Command.internalHeight:3
*Command.borderColor:   gray40
*Command.shapeStyle:Rectangle
*Command.background:gray80
*Command.displayList:\
foreground  gray60;\
lines   1,-1,-1,-1,-1,1;\
foreground  gray90;\
lines   -1,0,0,0,0,-1

*Form.displayList:\
foreground  gray60;\
lines   1,-1,-1,-1,-1,1;\
foreground  gray90;\
lines   -1,0,0,0,0,-1

!! The part below is based on app-defaults/Editres-color.

*MenuButton.displayList:
*MenuButton.borderWidth:0
*MenuButton.borderColor:gray80
*MenuButton.shapeStyle: rectangle
*MenuButton.leftBitmap: None
*MenuButton.translations:   \
:set-values(1, displayList, "foreground gray60;lines 
1,-1,-1,-1,-1,1;foreground gray90;lines -1,0,0,0,0,-1")\n\
:set-values(1, displayList, "")\n\
Any:   PopupMenu()

!!! XBoard-color ends here

[...]


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



Re: Bug#487906: Lenny Beta2 on PowerPC - strange video mode after reboot

2008-06-26 Thread Frans Pop
reassign 487906 xserver-xorg-core
thanks

On Thursday 26 June 2008, Rick Thomas wrote:
> > Comments/Problems:
> > All went as expected during the install.  However, after the reboot,
> > the screen came up in 800x600 mode and could not be changed.
>
> I wonder if this is related to Bug#484015 ?

That looks quite likely.

This is certainly an issue in X.Org and not in the installer and this 
report should really have been reassigned to the X.Org maintainers long 
ago. Doing so now.

Cheers,
FJP


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



Processed: Re: Bug#487906: Lenny Beta2 on PowerPC - strange video mode after reboot

2008-06-26 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reassign 487906 xserver-xorg-core
Bug#487906: Lenny Beta2 on PowerPC - strange video mode after reboot
Bug reassigned from package `installation-reports' to `xserver-xorg-core'.

> thanks
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#167605: marked as done (xfs: want configurable name for pid file)

2008-06-26 Thread Debian Bug Tracking System

Your message dated Thu, 26 Jun 2008 23:51:11 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: xfs: want configurable name for pid file
has caused the Debian Bug report #167605,
regarding xfs: want configurable name for pid file
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
167605: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=167605
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: xfs
Version: 4.2.1-3
Severity: normal
Tags: patch

In current xfs package, pid file is hardcoded to /var/run/xfs.pid.
Hardcoded pid file leads to problems if more than one font server should
run (e.g. one providing unicode fonts for fast clients, and another one
not providing unicode fonts for slow clients).

The following patch adds -pid option for xfs that may be used to change
pid file.

diff -ur xfs.orig/os/utils.c xfs/os/utils.c
--- xfs.orig/os/utils.c Mon Nov  4 00:18:04 2002
+++ xfs/os/utils.c  Sun Nov  3 23:56:29 2002
@@ -219,7 +219,7 @@
 static void
 usage(void)
 {
-fprintf(stderr, "usage: %s [-config config_file] [-port tcp_port] 
[-droppriv] [-daemon] [-nodaemon] [-user user_name]\n",
+fprintf(stderr, "usage: %s [-config config_file] [-port tcp_port] 
[-droppriv] [-daemon] [-nodaemon] [-user user_name] [-pid pid_file]\n",
progname);
 exit(1);
 }
@@ -338,6 +338,11 @@
} else if (!strcmp(argv[i], "-cf") || !strcmp(argv[i], "-config")) {
if (argv[i + 1])
configfilename = argv[++i];
+   else
+   usage();
+   } else if (!strcmp(argv[i], "-pid")) {
+   if (argv[i + 1])
+   pidFile = argv[++i];
else
usage();
}
diff -ur xfs.orig/xfs.man xfs/xfs.man
--- xfs.orig/xfs.manFri Dec 14 23:01:32 2001
+++ xfs/xfs.man Mon Nov  4 00:10:33 2002
@@ -49,6 +49,7 @@
 [\-nodaemon]
 [\-port \fItcp_port\fP]
 [\-user \fIusername\fP]
+[\-pid \fIpid_file\fP]
 .SH DESCRIPTION
 .PP
 .I Xfs
@@ -99,6 +100,10 @@
 This is equivalent to
 .B \-droppriv
 except that xfs will run as user \fIusername\fR.
+.TP 8
+.B \-pid pid_file
+Save daemon process id into \fIpid_file\fR, instead of default
+\fI/var/run/xfs.pid\fR.
 .SH "SIGNALS"
 .TP 8
 .I SIGTERM


-- System Information:
Debian Release: 3.0
Architecture: i386
Kernel: Linux sercond 2.4.19 #1 óÂÔ óÅÎ 28 15:05:51 MSD 2002 i686
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R

Versions of packages xfs depends on:
ii  debconf   1.2.14 Debian configuration management sy
ii  libc6 2.3.1-3GNU C Library: Shared libraries an
ii  zlib1g1:1.1.4-6  compression library - runtime

-- debconf information:
* xfs/default_100dpi: 
* xfs/default_nolisten_tcp: 


--- End Message ---
--- Begin Message ---

Version: 1.0.8-1

I just had a look in version 1.0.8-1, and this issue is fixed there.
Not sure when it was fixed, but it happened before this version.

Happy hacking,
-- 
Petter Reinholdtsen

--- End Message ---


Bug#488194: xfs: NMU patch for version 1:1.0.8-1.1

2008-06-26 Thread Petter Reinholdtsen

Package: xfs
Version: 1:1.0.8-1.1
Tags:patch

Here is the patch used in my NMU.

diff -u xfs-1.0.8/debian/changelog xfs-1.0.8/debian/changelog
--- xfs-1.0.8/debian/changelog
+++ xfs-1.0.8/debian/changelog
@@ -1,3 +1,14 @@
+xfs (1:1.0.8-1.1) unstable; urgency=low
+
+  * Non-maintainer upload to fix RC bug.
+  * Run xfs process as user nobody by default (Closes: #50859).  Patch
+from Petter Reinholdtsen.
+  * Build with -DUSE_SYSLOG to get the syslog option to work, to avoid
+log rotation issue when xfs is running as a non-privileged
+user (Closes: 481758).  Patch from Sven Joachim.
+
+ -- Petter Reinholdtsen <[EMAIL PROTECTED]>  Thu, 26 Jun 2008 22:45:42 +0200
+
 xfs (1:1.0.8-1) unstable; urgency=low
 
   * New upstream release.
diff -u xfs-1.0.8/debian/rules xfs-1.0.8/debian/rules
--- xfs-1.0.8/debian/rules
+++ xfs-1.0.8/debian/rules
@@ -22,6 +22,7 @@
INSTALL_PROGRAM += -s
 endif
 
+CPPFLAGS = -DUSE_SYSLOG
 DEB_HOST_ARCH  ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
@@ -42,7 +43,8 @@
../configure --prefix=/usr --mandir=\$${prefix}/share/man \
 --infodir=\$${prefix}/share/info \
 --sysconfdir=/etc $(confflags) \
-CFLAGS="$(CFLAGS)" 
+CFLAGS="$(CFLAGS)" \
+CPPFLAGS="$(CPPFLAGS)"
cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE)
 
touch build-stamp
diff -u xfs-1.0.8/debian/xfs.init xfs-1.0.8/debian/xfs.init
--- xfs-1.0.8/debian/xfs.init
+++ xfs-1.0.8/debian/xfs.init
@@ -92,7 +92,7 @@
   start)
 set_up_socket_dir
 echo -n "Starting X font server: xfs"
-start-stop-daemon --start --quiet $SSD_START_ARGS -- -daemon \
+start-stop-daemon --start --quiet $SSD_START_ARGS -- -daemon -user nobody 
-droppriv \
   || echo -n " already running"
 echo "."
   ;;

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#50859: marked as done (xfs: daemon runs as root)

2008-06-26 Thread Debian Bug Tracking System

Your message dated Thu, 26 Jun 2008 21:02:11 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#50859: fixed in xfs 1:1.0.8-1.1
has caused the Debian Bug report #50859,
regarding xfs: daemon runs as root
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
50859: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=50859
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---

Package: xfs
Version: 3.3.5-2
Severity: critical

xfs is run as root by default.

xfs has had a bad history of security flaws, and does not require 
root privileges, therefore it should NOT be run as root.


since xfs creates and writes files (in /tmp) it should be given its 
own user to run as, rather then nobody or daemon.  (see debian-devel 
archives for discussion on this "Re: Logs and Permissions for 
Daemons" )


[EMAIL PROTECTED] ~]$ ps aux | grep xfs
root233  0.0  0.9  2088 1200 ?  S   20:50   0:00 /usr/bin/X11/xfs
root	238  0.0  0.5  1680 1200 ?	S	20:50	0:00 
/usr/bin/X11/xfstt --port 7101 --daemon --user nobody




Best Regards,
Ethan Benson
To obtain my PGP key: http://www.alaska.net/~erbenson/pgp/
--- End Message ---
--- Begin Message ---
Source: xfs
Source-Version: 1:1.0.8-1.1

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

xfs_1.0.8-1.1.diff.gz
  to pool/main/x/xfs/xfs_1.0.8-1.1.diff.gz
xfs_1.0.8-1.1.dsc
  to pool/main/x/xfs/xfs_1.0.8-1.1.dsc
xfs_1.0.8-1.1_i386.deb
  to pool/main/x/xfs/xfs_1.0.8-1.1_i386.deb



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Petter Reinholdtsen <[EMAIL PROTECTED]> (supplier of updated xfs 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.8
Date: Thu, 26 Jun 2008 22:45:42 +0200
Source: xfs
Binary: xfs
Architecture: source i386
Version: 1:1.0.8-1.1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force 
Changed-By: Petter Reinholdtsen <[EMAIL PROTECTED]>
Description: 
 xfs- X font server
Closes: 50859 481758
Changes: 
 xfs (1:1.0.8-1.1) unstable; urgency=low
 .
   * Non-maintainer upload to fix RC bug.
   * Run xfs process as user nobody by default (Closes: #50859).  Patch
 from Petter Reinholdtsen.
   * Build with -DUSE_SYSLOG to get the syslog option to work, to avoid
 log rotation issue when xfs is running as a non-privileged
 user (Closes: 481758).  Patch from Sven Joachim.
Checksums-Sha1: 
 fa308d0653c831add62273291c49f6659468321a 1225 xfs_1.0.8-1.1.dsc
 a1d84a3d2142d47d99cc2cb6b56d0c328d64fb3b 37807 xfs_1.0.8-1.1.diff.gz
 5f492d37ca5aa667d081fb9523a7035dc5765f3c 91568 xfs_1.0.8-1.1_i386.deb
Checksums-Sha256: 
 a0871e3368283b46b8cca604558eaca37090206ed87327843888a334b4cbf271 1225 
xfs_1.0.8-1.1.dsc
 1d7a2c85e0b82d8ac75ef01c4ce4587267ae988a45b5a7ddd37aa9b33b6e 37807 
xfs_1.0.8-1.1.diff.gz
 3214c4ccea2e1bae4f92d5214cb338adf110b74a5ffb704c3eea1394d75dac12 91568 
xfs_1.0.8-1.1_i386.deb
Files: 
 51da2e391cedc01a885b0fd92ee4a7af 1225 x11 optional xfs_1.0.8-1.1.dsc
 081e09d12860fcaceb3ee296c32e2c02 37807 x11 optional xfs_1.0.8-1.1.diff.gz
 416b589ed7bda7969d90add6b6b21ec2 91568 x11 optional xfs_1.0.8-1.1_i386.deb

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

iD8DBQFIZAFt20zMSyow1ykRAsWxAJsHoIP0bd3hBCze1gq2abi4mz61sgCgoqF4
JtWtgs16zijue7EzL7fTmDI=
=mwQA
-END PGP SIGNATURE-


--- End Message ---


Bug#202096: marked as done (xfs: plan for running as non-root user and better FPE handling)

2008-06-26 Thread Debian Bug Tracking System

Your message dated Thu, 26 Jun 2008 21:02:11 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#50859: fixed in xfs 1:1.0.8-1.1
has caused the Debian Bug report #50859,
regarding xfs: plan for running as non-root user and better FPE handling
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
50859: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=50859
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: xfs
Version: 4.2.1-9
Severity: wishlist

Guillem Jover and I worked out the following proposal at DebConf 3.

Should apply to xfs, xfstt, and xfs-xtt.

1) Petition debian-policy for dynamically allocated user id under which
to run X font servers.  Username possibly "xfntserv"?

2) Modify xfs* init scripts to run as this user.

3) Modify xfs* init scripts to ensure proper ownership of temp
   directory.

4) Use shared template to store font path elements.

E.g.,

shared/x-font-path-elements

which is a list of the HASHes in the following templates:

shared/x-font-path-element-HASH

Each of these are string templates containing an FPE.

Font servers for X provide FPEs like "unix:/7100".

Font packages for X provide FPEs like "/usr/lib/X11/fonts/100dpi".

Should have example registration code in shell for use by package
maintainers to ensure that people get this stuff right (don't add
duplicates, etc.).

5) dexconf uses these shared templates instead of hardcoding FPEs.

6) dexconf wraps ucf to merge in changes to its Files on demand, can be
called by font packages in postinst and prerm to drive updates of the
Files section.

7) [JUST A THOUGHT] Font server packages can also use the debconf-stored
FPEs themselves to write their own configuration files, just leaving out
the FPEs that refer to font servers.

-- System Information:
Debian Release: testing/unstable
Architecture: powerpc
Kernel: Linux redwald 2.4.19-powerpc #1 Mon Sep 9 09:01:43 EDT 2002 ppc
Locale: LANG=C, LC_CTYPE=en_US

Versions of packages xfs depends on:
ii  libc6   2.3.1-17.0.2 GNU C Library: Shared libraries an
ii  zlib1g  1:1.1.4-14   compression library - runtime

-- debconf information excluded


--- End Message ---
--- Begin Message ---
Source: xfs
Source-Version: 1:1.0.8-1.1

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

xfs_1.0.8-1.1.diff.gz
  to pool/main/x/xfs/xfs_1.0.8-1.1.diff.gz
xfs_1.0.8-1.1.dsc
  to pool/main/x/xfs/xfs_1.0.8-1.1.dsc
xfs_1.0.8-1.1_i386.deb
  to pool/main/x/xfs/xfs_1.0.8-1.1_i386.deb



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Petter Reinholdtsen <[EMAIL PROTECTED]> (supplier of updated xfs 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.8
Date: Thu, 26 Jun 2008 22:45:42 +0200
Source: xfs
Binary: xfs
Architecture: source i386
Version: 1:1.0.8-1.1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force 
Changed-By: Petter Reinholdtsen <[EMAIL PROTECTED]>
Description: 
 xfs- X font server
Closes: 50859 481758
Changes: 
 xfs (1:1.0.8-1.1) unstable; urgency=low
 .
   * Non-maintainer upload to fix RC bug.
   * Run xfs process as user nobody by default (Closes: #50859).  Patch
 from Petter Reinholdtsen.
   * Build with -DUSE_SYSLOG to get the syslog option to work, to avoid
 log rotation issue when xfs is running as a non-privileged
 user (Closes: 481758).  Patch from Sven Joachim.
Checksums-Sha1: 
 fa308d0653c831add62273291c49f6659468321a 1225 xfs_1.0.8-1.1.dsc
 a1d84a3d2142d47d99cc2cb6b56d0c328d64fb3b 37807 xfs_1.0.8-1.1.diff.gz
 5f492d37ca5aa667d081fb9523a7035dc5765f3c 91568 xfs_1.0.8-1.1_i386.deb
Checksums-Sha256: 
 a0871e3368283b46b8cca604558eaca37090206ed87327843888a334b4cbf271 1225 
xfs_1.0.8-1.1.dsc
 1d7a2c85e0b82d8ac75ef01c4ce4587267ae988a45b5a7ddd37aa9b33b6e 37807 
xfs_1.0.8-1.1.diff.gz
 3214c4ccea2e1bae4f92d5214cb338adf110b74a5ffb704c3eea1394d75dac12 91568 
xfs_1.0.8-1.1_i386.deb
Files: 
 51da2e391cedc01a885b0fd92ee4a7af 1225 x11 optional xfs_1.0.8-1.1.dsc
 081e09d12860fcaceb3ee296c32e2c02 37807 x11 optional xfs_1.0.8-1.1.diff.gz
 416b589ed7bda7969d

Bug#481758: marked as done (xfs: Please build with syslog support)

2008-06-26 Thread Debian Bug Tracking System

Your message dated Thu, 26 Jun 2008 21:02:11 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#481758: fixed in xfs 1:1.0.8-1.1
has caused the Debian Bug report #481758,
regarding xfs: Please build with syslog support
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
481758: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481758
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: xfs
Version: 1:1.0.6-1
Severity: wishlist
Tags: patch

Following the recent discussion in #50859, I hereby request that xfs
should be compiled with syslog support.  This is achieved by #defining
USE_SYSLOG, you probably want to do add -DUSE_SYSLOG to CFLAGS or
CPPFLAGS.  Here is a patch for the latter:

--8<---cut here---start->8---
diff --git a/debian/rules b/debian/rules
index 750f5ed..ab2c6b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,6 +22,7 @@ ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
INSTALL_PROGRAM += -s
 endif
 
+CPPFLAGS = -DUSE_SYSLOG
 DEB_HOST_ARCH  ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
@@ -42,7 +43,8 @@ build-stamp:
../configure --prefix=/usr --mandir=\$${prefix}/share/man \
 --infodir=\$${prefix}/share/info \
 --sysconfdir=/etc $(confflags) \
-CFLAGS="$(CFLAGS)" 
+CFLAGS="$(CFLAGS)" \
+CPPFLAGS="$(CPPFLAGS)"
cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE)
 
touch build-stamp
--8<---cut here---end--->8---


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

Kernel: Linux 2.6.24.6
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xfs depends on:
ii  libc6 2.7-11 GNU C Library: Shared libraries
ii  libfs62:1.0.0-5  X11 Font Services library
ii  libxfont1 1:1.3.2-1  X11 font rasterisation library

xfs recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: xfs
Source-Version: 1:1.0.8-1.1

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

xfs_1.0.8-1.1.diff.gz
  to pool/main/x/xfs/xfs_1.0.8-1.1.diff.gz
xfs_1.0.8-1.1.dsc
  to pool/main/x/xfs/xfs_1.0.8-1.1.dsc
xfs_1.0.8-1.1_i386.deb
  to pool/main/x/xfs/xfs_1.0.8-1.1_i386.deb



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Petter Reinholdtsen <[EMAIL PROTECTED]> (supplier of updated xfs 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.8
Date: Thu, 26 Jun 2008 22:45:42 +0200
Source: xfs
Binary: xfs
Architecture: source i386
Version: 1:1.0.8-1.1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force 
Changed-By: Petter Reinholdtsen <[EMAIL PROTECTED]>
Description: 
 xfs- X font server
Closes: 50859 481758
Changes: 
 xfs (1:1.0.8-1.1) unstable; urgency=low
 .
   * Non-maintainer upload to fix RC bug.
   * Run xfs process as user nobody by default (Closes: #50859).  Patch
 from Petter Reinholdtsen.
   * Build with -DUSE_SYSLOG to get the syslog option to work, to avoid
 log rotation issue when xfs is running as a non-privileged
 user (Closes: 481758).  Patch from Sven Joachim.
Checksums-Sha1: 
 fa308d0653c831add62273291c49f6659468321a 1225 xfs_1.0.8-1.1.dsc
 a1d84a3d2142d47d99cc2cb6b56d0c328d64fb3b 37807 xfs_1.0.8-1.1.diff.gz
 5f492d37ca5aa667d081fb9523a7035dc5765f3c 91568 xfs_1.0.8-1.1_i386.deb
Checksums-Sha256: 
 a0871e3368283b46b8cca604558eaca37090206ed87327843888a334b4cbf271 1225 
xfs_1.0.8-1.1.dsc
 1d7a2c85e0b82d8ac75ef01c4ce4587267ae988a45b5a7ddd37aa9b33b6e 37807 
xfs_1.0.8-1.1.diff.gz
 3214c4ccea2e1bae4f92d5214cb338adf110b74a5ffb704c3eea1394d75dac12 91568 
xfs_1.0.8-1.1_i386.deb
Files: 
 51da2e391cedc01a885b0fd92ee4a7af 1

xfs_1.0.8-1.1_i386.changes ACCEPTED

2008-06-26 Thread Debian Installer

Accepted:
xfs_1.0.8-1.1.diff.gz
  to pool/main/x/xfs/xfs_1.0.8-1.1.diff.gz
xfs_1.0.8-1.1.dsc
  to pool/main/x/xfs/xfs_1.0.8-1.1.dsc
xfs_1.0.8-1.1_i386.deb
  to pool/main/x/xfs/xfs_1.0.8-1.1_i386.deb


Override entries for your package:
xfs_1.0.8-1.1.dsc - source x11
xfs_1.0.8-1.1_i386.deb - optional x11

Announcing to [EMAIL PROTECTED]
Closing bugs: 481758 50859 


Thank you for your contribution to Debian.


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



Processing of xfs_1.0.8-1.1_i386.changes

2008-06-26 Thread Archive Administrator
xfs_1.0.8-1.1_i386.changes uploaded successfully to localhost
along with the files:
  xfs_1.0.8-1.1.dsc
  xfs_1.0.8-1.1.diff.gz
  xfs_1.0.8-1.1_i386.deb

Greetings,

Your Debian queue daemon


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



Re: compiz override disparity

2008-06-26 Thread Thomas Viehmann
Hi Julien,

Julien Cristau wrote:
>> libdecoration0-dev_0.7.6-3_amd64.deb: package says section is libdevel, 
>> override says x11.
> could you change the override to match the package here?
Easily. Done, thanks.

Kind regards

T.
-- 
Thomas Viehmann, http://thomas.viehmann.net/


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



Bug#476125: xcursor-themes: broken cursor on ppc

2008-06-26 Thread Benoît Dejean
Le samedi 31 mai 2008 à 00:29 +0200, Brice Goglin a écrit :
> Benoît Dejean wrote:
> > sorry for late reply.
> > bug is still there
> >
> >
> > ii  xserver-xorg  1:7.3+10 
> > the X.Org X server
> > ii  xserver-xorg-core 2:1.4.1~git20080517-1
> > Xorg X server - core server
> > ii  xserver-xorg-video-ati1:6.8.0-1
> > X.Org X server -- ATI display driver
> >   
> 
> This xserver-xorg-core should be good. But you need ati from experimental.

Indeed, it's fixed in

ii  xserver-xorg-video-ati
1:6.8.1~git20080528.faea0088-1 X.Org X server -- ATI display driver


-- 
Benoît Dejean
GNOME http://www.gnomefr.org/
LibGTop http://directory.fsf.org/libgtop.html


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#484049: More info on the crashes

2008-06-26 Thread Lee Cremeans
- Scorched3d crashing on start is due to a null pointer dereference in 
its shader handling code (specifically, while loading the vertex shader 
for animated water). I'm not sure if this is a Scorched3d bug, a Mesa 
bug, or a bug with the Intel driver; I have machines at home with nVidia 
and ATI video cards, and can check later today. In any case, turning off 
shaders makes this crash go away.


- The display corruption and X crashes are being tickled specifically by 
scorch3d's cube mapping code (GL_ARB_texture_cube_map). Ticking "disable 
cube maps" makes things work no matter what other extensions are 
enabled. Again, I'm not sure if this is a scorched3d bug, a Mesa bug, or 
an Intel bug.


More as I find it...

-lee



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



Re: compiz override disparity

2008-06-26 Thread Julien Cristau
On Mon, Jun  9, 2008 at 17:32:03 +, Debian Installer wrote:

> There are disparities between your recently accepted upload and the
> override file for the following file(s):
> 
> libdecoration0-dev_0.7.6-3_amd64.deb: package says section is libdevel, 
> override says x11.
> 
Hi ftpteam people,

could you change the override to match the package here?

Thanks,
Julien


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



Automatická odpověď v nepřítomnosti: * **SPAM(7.7)*** C\alys, V/agra and Le v\tra - We Have It All! dusan.strapon's discount.

2008-06-26 Thread Strapoň Dušan
Dobry den,
dakujem Vam za Vas mail, avsak do 27.6.2008 som mimo kancelariu i telefonny 
dosah. Vasmu mailu sa budem venovať po navrate.

Dakujem a ostavam s pozdravom
Dusan Strapon

Dear all,
thank you for your e-mail. I'm out of office till 27.6.2008. I will be able to 
answer later.

Best regards
Dusan Strapon


New Keyboard on xkb-data

2008-06-26 Thread Anselmo Luginbühl
Hi,

I just added a keyboard model to xkb-data files so I report here the
changes maded in the hope that the keyboard could be inserted in the
official package.

in /etc/X11/xkb/rules/base.xml


  
trustsl
Trust Slimline Keyboard
Trust
  


in /usr/share/X11/xkb/rules/base.lst

  trustsl Trust Slimline Keyboard

in /usr/share/X11/xkb/symbols/inet

// Trust Slimline Keyboard
partial alphanumeric_keys
xkb_symbols "trustsl" {
include "inet(media_common)"
key{   [ XF86Mail  ]   };
key{   [ XF86Search]   };
key{   [ XF86Favorites ]   };
key{   [ XF86HomePage  ]   };
key{   [ XF86Standby   ]   };
};

Bye

Anselmo


signature.asc
Description: Digital signature


Bug#486507: libx11-6: Locking assertion failure with vmware-server-console

2008-06-26 Thread Michael Teske

Hi,

while searching for information about this problem I found this bug, because I had 
the same problem. I found out that on my machine I have this problem only if I 
have /usr/lib in LD_LIBRARY_PATH set. It seems the vmware script does something 
strange then, if I start LD_LIBRARY_PATH= vmware-server-console then it works.

(Although I'm on fedora I think this could be the same problem on debian as 
well).

Greetings,
  Michael



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