Bug#370412: x11-common: /bin/ls: argument list too long

2006-06-04 Thread Zygo Blaxell
Package: x11-common
Version: 6.9.0.dfsg.1-4etch2
Severity: important


x11-common.postinst dies in several places in the function find_culprits
with "argument list too long".  It appears to be trying to expand glob
patterns that look like this:

/var/lib/dpkg/info/*.list

as in:

ls -1 $_dpkg_info_dir/*.list

This of course fails if you have a lot of packages installed, preventing
pretty much anything that even thinks about X11 from installing.

Fixing this problem by replacing the code with the following:

find $_dpkg_info_dir/. -name '*.list' 

simply causes the problem to recur on the following lines, which have 
similar scaling issues.

Something like this code to generate $_smoking_guns would be better:

find $_dpkg_info_dir/. -name '*.list' -print0 |
egrep -zv '(xbase-clients|x11-common|xfs|xlibs)' |
xargs -0 grep -l "$1"

although there are some error cases that are caught by the existing code
in the package that aren't caught by the above code.

It would at least be able to process an unlimited number of packages.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (102, 'testing'), (101, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.16.19-zb5s-s2-nf
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.30.13  Debian configuration management sy
ii  debianutils   2.8.4  Miscellaneous utilities specific t
ii  lsb-base  3.1-5  Linux Standard Base 3.1 init scrip

-- debconf information:
  x11-common/experimental_packages:
  x11-common/xwrapper/actual_allowed_users: rootonly
  x11-common/xwrapper/nice_value/error:
* x11-common/upgrade_issues:
* x11-common/x11r6_bin_not_empty:
* x11-common/xwrapper/allowed_users: Root Only
* x11-common/xwrapper/nice_value: 0


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



Bug#116507: {Spam?} Kind Attn: frances cole, App.roval

2006-06-04 Thread Lydia
Hello,

We Have   rece ived your filled app.

http://woomediscen.com/6a
 
Please check the site above, Our office shall then re-confirm your
infomation.

With Ref to: frances cole  

and your histroy is not an issue.

All lo an types have been   App roved   for you  frances cole

Thanks Alot,

Lydia




-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.7.3/350 - Release Date: 2006-05-28



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



Bug#369167: DRI probably broken: where to reportbug

2006-06-04 Thread Wolfgang Pfeiffer
On Sun, Jun 04, 2006 at 05:33:04PM +0200, Wolfgang Pfeiffer wrote:
> On Tue, May 30, 2006 at 08:32:32AM +0200, Michel Dänzer wrote:
> > On Tue, 2006-05-30 at 01:57 +0200, Wolfgang Pfeiffer wrote:
> > > On Mon, May 29, 2006 at 09:53:39AM +0200, Michel Dänzer wrote:

> > > BTW: Is it possible to ssh into such a crashed system/machine and shut
> > > it down cleanly instead of stupidly pressing the power button I was
> > > doing so far after these crashes?
> > 
> > Depends how hard the crash is. Would be interesting to know at any rate.
> > [ ... ]
> 
> It's possible :)

.. as long as I have this line in
/etc/kde3/kdm/kdmrc :

ServerCmd=/usr/bin/Xorg -br

But IIRC:
As soon as I have that line in the file above:
ServerCmd=/usr/bin/X -br
I risk a complete crash, without the chance to shutdown the system via
SSH from a 2nd machine: 

In one instance the machine was simply switched off, after trying to
start KDM (with 'ServerCmd=/usr/bin/X -br'), and on reboot date was
set to 1904, plus the login greeter on the console said it was 2004
(yes, 2004, IIRC).

So: no chance for the time coming to start /usr/bin/X on that
system. :)

BTW: Is it necessary to reset PRAM/NVRAM after such a crash where the
time was reset to 1904? Or is it enough to simply run something like
ntpdate to set the time?

Best Regards
Wolfgang
-- 
Wolfgang Pfeiffer: /ICQ: 286585973/ + + +  /AIM: crashinglinux/
http://profiles.yahoo.com/wolfgangpfeiffer

Key ID: E3037113
http://keyserver.mine.nu/pks/lookup?search=0xE3037113&fingerprint=on


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



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

2006-06-04 Thread X Strike Force SVN Repository Admin
Author: josh
Date: 2006-06-04 21:21:17 -0400 (Sun, 04 Jun 2006)
New Revision: 2283

Modified:
   trunk/debian/xorg/debian/changelog
   trunk/debian/xorg/debian/control
Log:
* Remove duplicated dependency on libx11-dev from xorg-dev.

Modified: trunk/debian/xorg/debian/changelog
===
--- trunk/debian/xorg/debian/changelog  2006-06-04 22:36:54 UTC (rev 2282)
+++ trunk/debian/xorg/debian/changelog  2006-06-05 01:21:17 UTC (rev 2283)
@@ -19,6 +19,7 @@
   [ Josh Triplett ]
   * Add conflicts on the old non-free package xv, no longer in Debian,
 which broke upgrading on at least one system.
+  * Remove duplicated dependency on libx11-dev from xorg-dev.
 
  -- David Nusinow <[EMAIL PROTECTED]>  Sun,  4 Jun 2006 15:20:19 -0400
 

Modified: trunk/debian/xorg/debian/control
===
--- trunk/debian/xorg/debian/control2006-06-04 22:36:54 UTC (rev 2282)
+++ trunk/debian/xorg/debian/control2006-06-05 01:21:17 UTC (rev 2283)
@@ -77,7 +77,7 @@
 
 Package: xorg-dev
 Architecture: all
-Depends: libdmx-dev, libfontenc-dev, libfs-dev, libice-dev, libsm-dev, 
libx11-dev, libx11-dev, libxau-dev, libxaw7-dev, libxcomposite-dev, 
libxcursor-dev, libxdamage-dev, libxdmcp-dev, libxevie-dev, libxext-dev, 
libxfixes-dev, libxfont-dev, libxft-dev, libxi-dev, libxinerama-dev, 
libxkbfile-dev, libxkbui-dev, libxmu-dev, libxmuu-dev, libxpm-dev, 
libxrandr-dev, libxrender-dev, libxres-dev, libxss-dev, libxt-dev, 
libxtrap-dev, libxtst-dev, libxv-dev, libxvmc-dev, libxxf86dga-dev, 
libxxf86misc-dev, libxxf86vm-dev, x11proto-bigreqs-dev, x11proto-composite-dev, 
x11proto-core-dev, x11proto-damage-dev, x11proto-dmx-dev, x11proto-evie-dev, 
x11proto-fixes-dev, x11proto-fontcache-dev, x11proto-fonts-dev, 
x11proto-gl-dev, x11proto-input-dev, x11proto-kb-dev, x11proto-randr-dev, 
x11proto-record-dev, x11proto-render-dev, x11proto-resource-dev, 
x11proto-scrnsaver-dev, x11proto-trap-dev, x11proto-video-dev, 
x11proto-xcmisc-dev, x11proto-xext-dev, x11proto-xf86bigfont-dev, 
x11proto-xf86dga-dev, x11proto-xf86dri-dev, x11proto-xf86misc-dev, 
x11proto-xf86vidmode-dev, x11proto-xinerama-dev, xserver-xorg-dev, xtrans-dev
+Depends: libdmx-dev, libfontenc-dev, libfs-dev, libice-dev, libsm-dev, 
libx11-dev, libxau-dev, libxaw7-dev, libxcomposite-dev, libxcursor-dev, 
libxdamage-dev, libxdmcp-dev, libxevie-dev, libxext-dev, libxfixes-dev, 
libxfont-dev, libxft-dev, libxi-dev, libxinerama-dev, libxkbfile-dev, 
libxkbui-dev, libxmu-dev, libxmuu-dev, libxpm-dev, libxrandr-dev, 
libxrender-dev, libxres-dev, libxss-dev, libxt-dev, libxtrap-dev, libxtst-dev, 
libxv-dev, libxvmc-dev, libxxf86dga-dev, libxxf86misc-dev, libxxf86vm-dev, 
x11proto-bigreqs-dev, x11proto-composite-dev, x11proto-core-dev, 
x11proto-damage-dev, x11proto-dmx-dev, x11proto-evie-dev, x11proto-fixes-dev, 
x11proto-fontcache-dev, x11proto-fonts-dev, x11proto-gl-dev, 
x11proto-input-dev, x11proto-kb-dev, x11proto-randr-dev, x11proto-record-dev, 
x11proto-render-dev, x11proto-resource-dev, x11proto-scrnsaver-dev, 
x11proto-trap-dev, x11proto-video-dev, x11proto-xcmisc-dev, x11proto-xext-dev, 
x11proto-xf86bigfont-dev, x11proto-xf86dga-dev, x11proto-xf86dri-dev, 
x11proto-xf86misc-dev, x11proto-xf86vidmode-dev, x11proto-xinerama-dev, 
xserver-xorg-dev, xtrans-dev
 Description: the X.Org X Window System development libraries
  This metapackage provides the development libraries for the X.Org X Window
  System.


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



Processed: severity 369148 important

2006-06-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 369148 important
Bug#369148: xserver-xorg-video-i810: [855GME] Hangs playing movies: "Error in 
I830WaitLpRing()"
Severity set to `important' from `normal'

> __
Unknown command or malformed arguments to command.

> Do You Yahoo!?
Unknown command or malformed arguments to command.

> Tired of spam?  Yahoo! Mail has the best spam protection around
Unknown command or malformed arguments to command.

> http://mail.yahoo.com
Unknown command or malformed arguments to command.

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: merge 369148 272294

2006-06-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> merge 369148 272294
Bug#272294: xserver-xfree86: [i810] 'Fatal server error: lockup' when 
screensaver runs and laptop lid closed on 82852/855GM Integrated Graphics 
Device rev 1
Bug#369148: xserver-xorg-video-i810: [855GME] Hangs playing movies: "Error in 
I830WaitLpRing()"
Merged 272294 369148.

> __
Unknown command or malformed arguments to command.

> Do You Yahoo!?
Unknown command or malformed arguments to command.

> Tired of spam?  Yahoo! Mail has the best spam protection around
Unknown command or malformed arguments to command.

> http://mail.yahoo.com
Unknown command or malformed arguments to command.

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#366500: xbase-clients: bad ROFF .so request in some man pages

2006-06-04 Thread Christian Kujau

On Sun, 4 Jun 2006, David Nusinow wrote:

I've committed a fix to our Debian packages, but it will require that other
packages get rebuilt with it. This has been waiting on the new X


Ah, I see.


transitioning to testing. Now that this is done, I can fix the bug. I'm
sorry if it's been annoying, but I've had far more important bugs to fix in
the meantime.


Sorry, I did not want to push you. Of course, manpage problems are really 
of minor priority compared to other difficulties the whole X11 framework 
might have. I just wanted to share my in-the-meantime-fix.


Thank you for your time,
Christian.
--
BOFH excuse #141:

disks spinning backwards - toggle the hemisphere jumper.


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



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

2006-06-04 Thread X Strike Force SVN Repository Admin
Author: josh
Date: 2006-06-04 18:36:54 -0400 (Sun, 04 Jun 2006)
New Revision: 2282

Modified:
   trunk/debian/xorg/debian/changelog
   trunk/debian/xorg/debian/control
Log:

* Add conflicts on the old non-free package xv, no longer in Debian,
  which broke upgrading on at least one system.

Modified: trunk/debian/xorg/debian/changelog
===
--- trunk/debian/xorg/debian/changelog  2006-06-04 19:21:55 UTC (rev 2281)
+++ trunk/debian/xorg/debian/changelog  2006-06-04 22:36:54 UTC (rev 2282)
@@ -15,6 +15,10 @@
   [ David Nusinow ]
   * Add conflicts on some old woody stuff, including xftp, xext, xpaste, and
 ghostview. Thanks Carl Miller and Roger Leigh. (closes: #362915, #370088)
+  
+  [ Josh Triplett ]
+  * Add conflicts on the old non-free package xv, no longer in Debian,
+which broke upgrading on at least one system.
 
  -- David Nusinow <[EMAIL PROTECTED]>  Sun,  4 Jun 2006 15:20:19 -0400
 

Modified: trunk/debian/xorg/debian/control
===
--- trunk/debian/xorg/debian/control2006-06-04 19:21:55 UTC (rev 2281)
+++ trunk/debian/xorg/debian/control2006-06-04 22:36:54 UTC (rev 2282)
@@ -10,7 +10,7 @@
 Architecture: any
 Depends: ${misc:Depends}, debianutils (>= 1.13), lsb-base (>= 1.3-9ubuntu2)
 Pre-Depends: debconf | debconf-2.0
-Conflicts: xfree86-common, xorg-common, xserver-common, x-common, xserver-xorg 
(<< 1:7.0.12), xserver-xfree86 (<< 1:7.0), libxft-dev (<= 2.1.8.2-5),  aee (<= 
2.2.15b-1), ascd (<= 0.13.2-3), bibview (<= 2.2-8), fvwm1 (<= 1.24r-46), grace 
(<= 1:5.1.18-1), groff (<= 1.18.1.1-7), hfsutils-tcltk (<= 3.2.6-7), login.app 
(<= 1.2.1-18), oneko (<= 1.2.sakura.6-1), procmeter (<= 2.5.1-11), propsel (<= 
971130-5.3), regexplorer (<= 0.1.6-12), tkseti (<= 3.06-1), wdm (<= 1.28-1), 
wily (<= 0.13.41-6), wmnetselect (<= 0.85-5.5), wmsensors (<= 1.0.4-3.4), wmtv 
(<= 0.6.5-15), xbanner (<= 1.31-23), xcolors (<= 1.5a-2), xcolorsel (<= 
1.1a-11), xezmlm (<= 1.0.3-11), xfs-xtt (<= 1:1.4.1.xf430-6), xgdipc (<= 
1.2-0.3), xgmod (<= 3.1-9), xgraph (<= 12.1-3), xlogmaster (<= 1.6.0-8), 
xmailbox (<= 2.5-9), xmem (<= 1.20-19), xnecview (<= 1.34-2), xodo (<= 
1.2-9.2), xturqstat (<= 2.2.2sarge1), xwit (<= 3.4-6), lbxproxy (<< 7.0), 
proxymngr (<< 7.0), twm (<< 7.0), xbase-clients (<< 1:7.0), xdm (<= 1:1.0.1-6), 
xfs (<< 1:1.0), xfwp (<< 7.0), xutils (<< 1:7.0), xvfb (<< 1:1.0), qcam (<= 
0.91-11.1), twlog (<= 1.3-4), xdmx (<< 1:1.0), bugsx (<= 1.08-8), buici-clock 
(<= 0.4.5+b1), ctwm (<= 3.7-2), emelfm (<= 0.9.2-7), fte-xwindow (<= 
0.50.0-1.3), fvwm95 (<= 2.0.43ba-23+b1), gerstensaft (<= 0.2-5.1), gipsc (<= 
0.4.3-2), gradio (<= 1.0.1-6), hanterm-classic (<= 3.1.6.0-4), hanterm-xf (<= 
1:3.3.1p18-9.2), ibp (<= 0.21-4), isdnutils-xtools (<= 1:3.8.2005-12-06-4), 
ivtools-bin (<= 1.1.3-5), kdrill (<= 6.4-2.1), kinput2-canna (<= 3.1-7), 
kinput2-canna-wnn (<= 3.1-7), kinput2-wnn (<= 3.1-7), kterm (<= 6.2.0-45), 
lm-batmon (<= 0.96-3), lwm (<= 1.2.1-1), mctools-lite (<= 970129-16), mgp (<= 
1.11b-6), olvwm (<= 4.4.3.2p1.4-21), olwm (<= 3.2p1.4-21), pixmap (<= 
2.6pl4-14.1), plotmtv (<= 1.4.4t-8.1), ppxp-x11 (<= 0.2001080415-14), seyon (<= 
2.20c-20), skkinput (<= 1:2.06.4-4), tkdesk (<= 2.0-5), videogen (<= 0.32-1), 
vtwm (<= 5.4.7-2), w9wm (<= 0.4.2-4), wmavgload (<= 0.7.0-6.1), wmcpu (<= 
1.3-4.1), wmdate (<= 0.5-7.1), wmnet (<= 1.05-12), wmscope (<= 3.0-9.1), 
xautolock (<= 1:2.1-6), xbatt (<= 1.2.1-4), xbattbar (<= 1.4.2-3.1), xcal (<= 
4.1-18.2), xcalendar-i18n (<= 4.0.0.i18p1-13.1), xcb (<= 2.4-4), xclip (<= 
0.08-5), xclips (<= 6.21-6), xdkcal (<= 0.9d-2.1), xdu (<= 3.0-14), xengine (<= 
1.11-9), xfaces (<= 3.3-25), xfishtank (<= 2.2-23.1), xfm (<= 1.4.3-8), xinput 
(<= 1.2-5.2), xipmsg (<= 0.8088-1.1), xlbiff (<= 4.1-1.1), xli (<= 1.17.0-21), 
xlockmore (<= 1:5.21-1), xlockmore-gl (<= 1:5.21-1), xmeter (<= 1.15-6), xmix 
(<= 2.1-5), xmon (<= 1.5.6-1.3), xpostit (<= 3.3.1-8.2), xprint (<= 
1:0.1.0.alpha1-13), xrn (<= 9.02-7.1), xsysinfo (<= 1.7-2), xtel (<= 
3.3.0-5.2), xtoolwait (<= 1.3-6), xtrlock (<= 2.0-11), xview-clients (<= 
3.2p1.4-21), xviewg (<= 3.2p1.4-21), xviewg-dev (<= 3.2p1.4-21), xvkbd (<= 
2.6-2.1), xxkb (<= 1.10-2.1), xzoom (<= 0.3-17), pgaccess (<= 
1:0.98.8.20030520-2), xearth (<= 1.1-10.2), libmotif-dev (<= 2.2.3-1.3), 
motif-clients (<= 2.2.3-1.3), xslideshow (<= 3.1-8.1), xtrkcad (<= 3.1.4-1), 
pmud (<= 0.10-9), xnest (<< 1:1.0), xterm (<< 208-1), xmh (<= 6.8.2.dfsg.1-4), 
beaver (<= 0.2.5-2), lsb-core (<= 3.1-4), yank (<=0.2.1-7.2), xpmumon (<= 
1.3.0), ivtools-dev (<= 1.1.3-5), ppxp (<= 0.2001080415-14), guitar (<= 
0.1.4-11), xftp, xext, xpaste, ghostview
+Conflicts: xfree86-common, xorg-common, xserver-common, x-common, xserver-xorg 
(<< 1:7.0.12), xserver-xfree86 (<< 1:7.0), libxft-dev (<= 2.1.8.2-5),  aee (<= 
2.2.15b-1), ascd (<= 0.13.2-3), bibview (<= 2.2-8), fvwm1 (<= 1.24r-46), grace 
(<= 1:5.1.18-1), groff (<= 1.18.1.1-7), hfsut

Processed: reassign 272294 xserver-xorg-video-i810

2006-06-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reassign 272294 xserver-xorg-video-i810
Bug#272294: xserver-xfree86: [i810] 'Fatal server error: lockup' when 
screensaver runs and laptop lid closed on 82852/855GM Integrated Graphics 
Device rev 1
Bug reassigned from package `xserver-xfree86' to `xserver-xorg-video-i810'.

> __
Unknown command or malformed arguments to command.

> Do You Yahoo!?
Unknown command or malformed arguments to command.

> Tired of spam?  Yahoo! Mail has the best spam protection around
Unknown command or malformed arguments to command.

> http://mail.yahoo.com
Unknown command or malformed arguments to command.

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: xterm: Reopen 369920 - bug not fixed

2006-06-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reopen 369920
Bug#369920: xterm: FTBFS (all platforms) debian/rules confused by user's 
~/.quiltrc
Bug reopened, originator not changed.

> 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#370382: xserver-xorg-video-all: Xorg 7.0.20: S3 driver doesn't work

2006-06-04 Thread Evgeny M . Zubok
Package: xserver-xorg-video-all
Version: 1:7.0.20
Severity: important

Subj. I have old S3 Trio64v2 videocard. I placed the same bug into 
freedesktop.org bugtracking system with xorg.conf and Xorg.0.log. Here:

https://bugs.freedesktop.org/show_bug.cgi?id=7112


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-486
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)


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



Bug#369920: xterm: FTBFS (all platforms) debian/rules confused by user's ~/.quiltrc

2006-06-04 Thread Jari Aalto

reopen 369920
thanks

| On Fri, Jun 02, 2006 at 10:37:28AM +0300, Jari Aalto wrote:
| > Package: xterm
| > Version: 210-3
| > Severity: important
| > Tags: patch fixed
| > Justification: fails to build from source
| > 
| > The debian/rules uses quilt(1) for batch management. Unfortunately
| > quilt by design always reads ~/.quiltrc which, makes the build process
| > not to work. User propbaly has defaults that are not suitable for the
| > build, like:
| > 
| >   QUILT_PATCHES="debian/quilt"
| > 
| > This causes target patch to fail:
| > 
| > .PHONY: patch
| > patch: $(STAMP_DIR)/patch
| > $(STAMP_DIR)/patch: $(STAMP_DIR)/prepare
| >  .. push -a -v ...
| > 
| > The error log says "no series file" (due to QUILT_PATCHES pointing
| > elsewhere).
| 
| I don't know why the prepare target isn't being called for you. It works
| fine for me here. This target symlinks the patches dir in to the debian
| root dir so that quilt can find it without any environment variables. It
| works fine here, as I just built xterm in pbuilder without any problems. It
| also has worked just fine for every other X package. As such, I'm closing
| this bug.

Symlinking the .pc makes no difference (see the build log below). The
build fails there is file:

~/.quiltrc
QUILT_PATCHES="some/dir"

This was explained in the bug report (with accompanying patch to fix it). Build
log attached. Please test with similar setup.

   Quilt version: 0.44

Jari

  /tmp/# ls -la | grep xterm
  drwxr-xr-x  7 root   root   2920 2006-06-04 23:37 xterm-210
  -rw-r--r--  1 root   root  60343 2006-06-04 23:37 xterm_210-3.diff.gz
  -rw-r--r--  1 root   root530 2006-06-04 23:37 xterm_210-3.dsc
  -rw-r--r--  1 root   root823 2006-06-04 23:37 xterm_210-3_i386.build
  -rw-r--r--  1 root   root 761944 2006-03-17 06:32 xterm_210.orig.tar.gz

  /tmp/# md5sum xterm_210.orig.tar.gz
  1528b95619b21740c01addd5c9fdb4f0  xterm_210.orig.tar.gz

  /tmp/xterm-210# debuild --lintian --linda -rfakeroot -uc -us
  debian/rules clean
  dh_testdir
  dh_testroot
  rm -f .pc patches
  rm -rf stampdir
  /usr/bin/make clean
  make[1]: Entering directory `/tmp/xterm-210'
  make[1]: *** No rule to make target `clean'.  Stop.
  make[1]: Leaving directory `/tmp/xterm-210'
  make: [clean] Error 2 (ignored)
  dh_clean debian/local/xterm.faq.gz
   dpkg-source -i(\.svn|\.bzr|\.hg|CVS|RCS) -b xterm-210
  dpkg-source: building xterm using existing xterm_210.orig.tar.gz
  dpkg-source: building xterm in xterm_210-3.diff.gz
  dpkg-source: building xterm in xterm_210-3.dsc
   debian/rules build
  mkdir stampdir
  >stampdir/stampdir
  mkdir stampdir/patches stampdir/log
  echo 2 >stampdir/patches/.version
  ln -s debian/patches patches
  ln -s stampdir/patches .pc
  >stampdir/prepare
  Applying patches... failed! (Check stampdir/log/patch for details)
  make: *** [stampdir/patch] Error 1
  debuild: fatal error at line 1224:
  debian/rules build failed


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



Bug#370379: xbase-clients: Very noisy after upgrade to Xorg 7.0

2006-06-04 Thread Helge Kreutzmann
Package: xbase-clients
Version: 1:7.0.1-2
Severity: wishlist

After upgrade to the version of Xorg 7.0 (from Xorg 6.9) startx (or
the X server, I suppose, so reassign if it belongs there) is very
chatty, the console where startx was issued can hardly be used
anymore. Previous versions only displayed resolution changes (i.e. by games 
or movie / video players) which did not occure too often.

Please restore the old behaviour.

If I, for example, now switch to and from X, I see lines like:
(**) RADEON(0): Memory map updated.
(**) RADEON(0): Programming CRTC1, offset: 0x
(**) RADEON(0): Wrote: 0x000c 0x0001006c 0x (0xa700)
(**) RADEON(0): Wrote: rd=12, fd=108, pd=1
(**) RADEON(0): GRPH_BUFFER_CNTL from 20205c5c to 20145c5c
(**) RADEON(0): EngineRestore (32/32)
(**) RADEON(0): EngineRestore (32/32)
(**) RADEON(0): RADEONSaveScreen(2)
(**) RADEON(0): RADEONLeaveVT
(**) RADEON(0): EngineRestore (32/32)
(**) RADEON(0): RADEONRestore
(**) RADEON(0): RADEONRestoreMode()
(**) RADEON(0): RADEONRestoreMode(0x705ac0)
(**) RADEON(0): RADEONRestoreMemMapRegisters() :
(**) RADEON(0):   MC_FB_LOCATION   : 0x1fff
(**) RADEON(0):   MC_AGP_LOCATION  : 0x27ff2000
(**) RADEON(0):   Map Changed ! Applying ...
(**) RADEON(0):   Map applied, resetting engine ...
(**) RADEON(0): Updating display base addresses...
(**) RADEON(0): Memory map updated.
(**) RADEON(0): Programming CRTC1, offset: 0x
(**) RADEON(0): Wrote: 0x000c 0x00030065 0x (0xa700)
(**) RADEON(0): Wrote: rd=12, fd=101, pd=3
(**) RADEON(0): Ok, leaving now...


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11.deb-7-grsec
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages xbase-clients depends on:
ii  libc6  2.3.6-7   GNU C Library: Shared libraries
ii  libfontconfig1 2.3.2-5.1 generic font configuration library
ii  libfreetype6   2.2.1-2   FreeType 2 font engine, shared lib
ii  libfs6 2:1.0.0-3 X11 Font Services library
ii  libgl1-mesa-glx [libgl 6.4.1-0.4 A free implementation of the OpenG
ii  libice66.9.0.dfsg.1-6+b1 Inter-Client Exchange library
ii  libpng12-0 1.2.8rel-5.1  PNG library - runtime
ii  libsm6 1:1.0.0-4 X11 Session Management library
ii  libx11-6   2:1.0.0-6 X11 client-side library
ii  libxau61:1.0.0-3 X11 authorisation library
ii  libxaw71:1.0.1-5 X11 Athena Widget library
ii  libxcursor11.1.5.2-5 X cursor management library
ii  libxext6   1:1.0.0-4 X11 miscellaneous extension librar
ii  libxft22.1.8.2-5.1   FreeType-based font drawing librar
ii  libxi6 1:1.0.0-5 X11 Input extension library
ii  libxkbfile11:1.0.2-3 X11 keyboard file manipulation lib
ii  libxmu61:1.0.1-3 X11 miscellaneous utility library
ii  libxmuu1   1:1.0.1-3 X11 miscellaneous micro-utility li
ii  libxrandr2 2:1.1.0.2-4   X11 RandR extension library
ii  libxrender11:0.9.0.2-4   X Rendering Extension client libra
ii  libxss11:1.0.1-4 X11 Screen Saver extension library
ii  libxt6 1:1.0.0-5 X11 toolkit intrinsics library
ii  libxtrap6  1:1.0.0-3 X11 event trapping extension libra
ii  libxtst6   1:1.0.1-3 X11 Testing -- Resource extension 
ii  libxv1 1:1.0.1-3 X11 Video extension library
ii  libxxf86dga1   2:1.0.0-3 X11 Direct Graphics Access extensi
ii  libxxf86vm11:1.0.0-4 X11 XFree86 video mode extension l
ii  x11-common 1:7.0.20  X Window System (X.Org) infrastruc
ii  zlib1g 1:1.2.3-11compression library - runtime

xbase-clients recommends no packages.

-- debconf-show failed
-- 
  Dr. Helge Kreutzmann [EMAIL PROTECTED]
   Dipl.-Phys.   http://www.helgefjell.de/debian.php
64bit GNU powered gpg signed mail preferred
   Help keep free software "libre": http://www.ffii.de/


signature.asc
Description: Digital signature


xutils 1:7.0.0-3 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the xutils source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:7.0.0-3

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


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



xterm 210-3 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the xterm source package
in Debian's testing distribution has changed.

  Previous version: 210-2
  Current version:  210-3

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


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



xserver-xorg-input-void 1:1.0.0.5-2 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the xserver-xorg-input-void source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.0.5-2

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


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



xserver-xorg-input-ur98 1:1.0.0.5-2 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the xserver-xorg-input-ur98 source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.0.5-2

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


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



xserver-xorg-input-tek4957 1:1.0.0.5-2 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the xserver-xorg-input-tek4957 source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.0.5-2

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


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



xserver-xorg-input-summa 1:1.0.0.5-2 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the xserver-xorg-input-summa source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.0.5-2

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


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



xserver-xorg-input-spaceorb 1:1.0.0.5-2 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the xserver-xorg-input-spaceorb source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.0.5-2

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


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



xserver-xorg-input-penmount 1:1.0.0.5-2 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the xserver-xorg-input-penmount source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.0.5-2

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


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



xserver-xorg-input-palmax 1:1.0.0.5-2 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the xserver-xorg-input-palmax source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.0.5-2

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


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



xserver-xorg-input-mutouch 1:1.0.0.5-2 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the xserver-xorg-input-mutouch source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.0.5-2

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


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



xserver-xorg-input-mouse 1:1.0.4-3 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the xserver-xorg-input-mouse source package
in Debian's testing distribution has changed.

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

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


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



xserver-xorg-input-microtouch 1:1.0.0.5-2 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the xserver-xorg-input-microtouch source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.0.5-2

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


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



xserver-xorg-input-magictouch 1:1.0.0.5-2 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the xserver-xorg-input-magictouch source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.0.5-2

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


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



xserver-xorg-input-magellan 1:1.0.0.5-2 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the xserver-xorg-input-magellan source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.0.5-2

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


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



xserver-xorg-input-joystick 1:1.0.0.5-2 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the xserver-xorg-input-joystick source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.0.5-2

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


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



xserver-xorg-input-jamstudio 1:1.0.0.5-2 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the xserver-xorg-input-jamstudio source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.0.5-2

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


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



xserver-xorg-input-hyperpen 1:1.0.0.5-2 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the xserver-xorg-input-hyperpen source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.0.5-2

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


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



xserver-xorg-input-fpit 1:1.0.0.5-2 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the xserver-xorg-input-fpit source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.0.5-2

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


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



xserver-xorg-input-elographics 1:1.0.0.5-2 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the xserver-xorg-input-elographics source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.0.5-2

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


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



xserver-xorg-input-elo2300 1:1.0.0.5-2 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the xserver-xorg-input-elo2300 source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.0.5-2

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


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



xserver-xorg-input-dynapro 1:1.0.0.5-2 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the xserver-xorg-input-dynapro source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.0.5-2

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


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



xserver-xorg-input-dmc 1:1.0.0.5-2 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the xserver-xorg-input-dmc source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.0.5-2

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


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



xserver-xorg-input-digitaledge 1:1.0.1.3-2 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the xserver-xorg-input-digitaledge source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.1.3-2

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


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



xserver-xorg-input-calcomp 1:1.0.0.5-2 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the xserver-xorg-input-calcomp source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.0.5-2

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


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



xserver-xorg-input-aiptek 1:1.0.0.5-2 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the xserver-xorg-input-aiptek source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.0.5-2

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


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



xserver-xorg-input-acecad 1:1.0.0.5-2 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the xserver-xorg-input-acecad source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.0.5-2

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


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



xorg 1:7.0.20 MIGRATED to testing

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

  Previous version: (not in testing)
  Current version:  1:7.0.20

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


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



xorg-server 1:1.0.2-8 MIGRATED to testing

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

  Previous version: (not in testing)
  Current version:  1:1.0.2-8

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


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



xkb-data-legacy 1.0.1-4 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the xkb-data-legacy source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1.0.1-4

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


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



xfs 1:1.0.1-5 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the xfs source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.1-5

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


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



xfonts-utils 1:1.0.0-4 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the xfonts-utils source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.0-4

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


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



xfonts-scalable 1:1.0.0-4 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the xfonts-scalable source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.0-4

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


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



xfonts-encodings 1:1.0.0-5 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the xfonts-encodings source package
in Debian's testing distribution has changed.

  Previous version: 1:1.0.0-2
  Current version:  1:1.0.0-5

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


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



xfonts-cyrillic 1:1.0.0-3 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the xfonts-cyrillic source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.0-3

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


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



xfonts-base 1:1.0.0-3 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the xfonts-base source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.0-3

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


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



xdm 1:1.0.4-2 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the xdm source package
in Debian's testing distribution has changed.

  Previous version: 1:1.0.1-6
  Current version:  1:1.0.4-2

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


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



xfonts-100dpi 1:1.0.0-2 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the xfonts-100dpi source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.0-2

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


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



xfonts-75dpi 1:1.0.0-2 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the xfonts-75dpi source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.0-2

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


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



xcursor REMOVED from testing

2006-06-04 Thread Debian testing watch
FYI: The status of the xcursor source package
in Debian's testing distribution has changed.

  Previous version: 1.1.3-1
  Current version:  (not in testing)
  Hint: Package not in unstable

The script that generates this mail tries to extract removal
reasons from comments in the britney hint files. Those comments
were not originally meant to be machine readable, so if the
reason for removing your package seems to be nonsense, it is
probably the reporting script that got confused. Please check the
actual hints file before you complain about meaningless removals.

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


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



xbitmaps 1.0.1-2 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the xbitmaps source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1.0.1-2

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


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



xbase-clients 1:7.0.1-2 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the xbase-clients source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:7.0.1-2

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


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



x11proto-render 2:0.9.2-3 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the x11proto-render source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  2:0.9.2-3

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


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



x11proto-core 7.0.4-3 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the x11proto-core source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  7.0.4-3

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


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



twm 1:1.0.1-4 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the twm source package
in Debian's testing distribution has changed.

  Previous version: 1:1.0.1-3
  Current version:  1:1.0.1-4

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


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



libxxf86vm 1:1.0.0-4 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the libxxf86vm source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.0-4

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


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



libxxf86misc 1:1.0.0-4 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the libxxf86misc source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.0-4

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


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



libxxf86dga 2:1.0.0-3 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the libxxf86dga source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  2:1.0.0-3

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


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



libxvmc 1:1.0.1-5 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the libxvmc source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.1-5

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


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



libxv 1:1.0.1-3 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the libxv source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.1-3

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


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



libxtst 1:1.0.1-3 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the libxtst source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.1-3

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


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



libxtrap 1:1.0.0-3 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the libxtrap source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.0-3

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


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



libxt 1:1.0.0-5 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the libxt source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.0-5

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


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



libxss 1:1.0.1-4 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the libxss source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.1-4

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


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



libxres 2:1.0.0-3 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the libxres source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  2:1.0.0-3

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


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



libxrender 1:0.9.0.2-4 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the libxrender source package
in Debian's testing distribution has changed.

  Previous version: 1:0.9.0.2-1
  Current version:  1:0.9.0.2-4

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


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



libxrandr 2:1.1.0.2-4 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the libxrandr source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  2:1.1.0.2-4

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


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



libxmu 1:1.0.1-3 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the libxmu source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.1-3

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


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



libxkbfile 1:1.0.2-3 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the libxkbfile source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.2-3

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


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



libxpm 1:3.5.4.2-3 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the libxpm source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:3.5.4.2-3

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


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



libxkbui 1:1.0.1-3 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the libxkbui source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.1-3

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


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



libxinerama 1:1.0.1-4 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the libxinerama source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.1-4

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


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



libxi 1:1.0.0-5 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the libxi source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.0-5

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


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



libxfixes 1:3.0.1.2-4 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the libxfixes source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:3.0.1.2-4

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


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



libxfont 1:1.0.0-4 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the libxfont source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.0-4

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


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



libxext 1:1.0.0-4 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the libxext source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.0-4

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


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



libxevie 1:1.0.0-3 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the libxevie source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.0-3

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


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



libxdmcp 1:1.0.0-4 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the libxdmcp source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.0-4

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


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



libxdamage 1:1.0.2.2-3 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the libxdamage source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.2.2-3

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


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



libxcursor 1.1.5.2-5 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the libxcursor source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1.1.5.2-5

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


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



libxcomposite 1:0.2.2.2-3 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the libxcomposite source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:0.2.2.2-3

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


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



libxaw 1:1.0.1-5 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the libxaw source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.1-5

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


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



libxau 1:1.0.0-3 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the libxau source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.0-3

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


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



libx11 2:1.0.0-6 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the libx11 source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  2:1.0.0-6

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


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



libsm 1:1.0.0-4 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the libsm source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.0-4

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


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



libfs 2:1.0.0-3 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the libfs source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  2:1.0.0-3

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


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



libdmx 1:1.0.1-3 MIGRATED to testing

2006-06-04 Thread Debian testing watch
FYI: The status of the libdmx source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.1-3

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


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



Bug#370370: x11-common says it tries to override /usr/X11R7/bin but it belongs to xbase-clients

2006-06-04 Thread Luis Matos
Package: x11-common
Version: 6.9.0.dfsg.1-6
Severity: normal

The postinst script returns that x11-common is trying to override 
/usr/X11R6/bin that is also in xbase-clients.

i am using testing. The bug is the same as 370353, but it has nothing to do 
with opera.


Message:

E: /var/cache/apt/archives/x11-common_1%3a7.0.20_amd64.deb: a tentar 
sobre-escrever `/usr/X11R6/bin', que também está no pacote 
xbase-clients

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-amd64-k8
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages x11-common depends on:
ii  debconf [debconf-2.0] 1.5.1  Debian configuration management sy
ii  debianutils   2.16.1 Miscellaneous utilities specific t
ii  lsb-base  3.1-5  Linux Standard Base 3.1 init scrip

x11-common recommends no packages.

-- debconf information:
  x11-common/xwrapper/allowed_users: Console Users Only
  x11-common/experimental_packages:
  x11-common/xwrapper/actual_allowed_users: console
  x11-common/xwrapper/nice_value/error:
* x11-common/upgrade_issues:
  x11-common/xwrapper/nice_value: 0
* x11-common/x11r6_bin_not_empty:


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



Bug#370372: x11-common: Upgrade is very inconvenient

2006-06-04 Thread Helge Kreutzmann
Package: x11-common
Version: 7.0.20
Severity: important

Short story:

Upgrade from 6.9.0.dfsg.1-6 to 7.0.20 failed (in testing). The error
message was very generic and did not give enough details to acutally
handle the problem. An (not-anymore) Debian package was removed (which
had files in /usr/X11R6/bin/) but even then (when only Debian packages
had files in /usr/X11R6/bin/) x11-common refused to upgrade. Only
after removing all packages which have files in /usr/X11R6/bin/
x11-common upgrades. 

At a minimum, the output of 
for i in /usr/X11R6/bin/*; do dpkg -S $i; done |awk '{print $1}' | sort -u | 
less
should be given to the user.

This bug looks similar to #370353 (but I am not given any details)

Since I try to keep informed of Debian developments, I already heard
about this problem before (sorry, did not see a bug), so I was able to
cope. Less informed/experienced people might not.

Long story
~~
I currently try to upgrade to x11-common_1%3a7.0.20. However, the
upgrade always fails because x11-common claims some files to be left
in /usr/X11R6/bin which need removing. I tried to upgrade other
packages (besides X) first, so to get as little files as possible in
this directory; but every "dist-upgrade" call now fails because
apt-get insists on updating x11-common first.

This machine is a amd64 install (sid/testing) from around fall 2004. I
am almost pure Debian so I expected this directory to be almost empty
already, but no:

appres
atobm
bdftopcf
bdftruncate
beforelight
bggen
bitmap
bmtoa
ccmakedep
cleanlinks
cxpm
dga
editres
fslsfonts
fstobdf
gccmakedep
getconfig
getconfig.pl
glxgears
glxinfo
iceauth
ico
imake
listres
lndir
luit
makedepend
makeg
makestrs
mergelib
mkcfm
mkdirhier
mkfontdir
mkfontscale
mkhtmlindex
oclock
pcitweak
revpath
rstart
rstartd
rstartd.real
sessreg
setxkbmap
showfont
showrgb
smproxy
startx
sxpm
ucs2any
vdcomp
viewres
x11perf
x11perfcomp
xauth
xauth_switch_to_sun-des-1
xbiff
xcalc
xclipboard
xclock
xcmap
xcmsdb
xconsole
xcursorgen
xcutsel
xdbedizzy
xditview
xdpyinfo
xdriinfo
xedit
xev
xeyes
xfd
xfindproxy
xfontsel
xfs
xfsinfo
xgamma
xgc
xhost
xinit
xkbbell
xkbcomp
xkbevd
xkbprint
xkbvleds
xkbwatch
xkill
xload
xlogo
xlsatoms
xlsclients
xlsfonts
xmag
xman
Xmark
xmessage
xmkmf
xmodmap
xmore
xon
xorgcfg
xorgconfig
xprop
xrandr
xrdb
xrefresh
xset
xsetmode
xsetpointer
xsetroot
xsm
xstdcmap
xtrapchar
xtrapin
xtrapinfo
xtrapout
xtrapproto
xtrapreset
xtrapstats
xv
xvidtune
xvinfo
xvpictoppm
xwd
xwininfo
xwud

Thanks to dpkg -S I see that four packages are responsible for these
files:
xbase-clients, xfs, xutils and xv.
The first three are stock Debian, the last one is no longer (used to
be in woody, my recompile in Sarge). So I remove it, but the upgrade
of x11-common still fails. To be sure, I recheck the package owners of
files in /usr/X11R6/bin/:
xbase-clients, xfs, and xutils.

So I try to update those specifically:
apt-get install xbase-clients xfs xutils
remaxp:~# env LANG=C apt-get install xbase-clients xfs xutils
Reading package lists... Done
Building dependency tree... Done
The following extra packages will be installed:
  libfontenc1 libxfont1 x11-common xfonts-encodings xfonts-utils xutils-dev
Suggested packages:
  x-window-system-core x-window-system mesa-utils
The following NEW packages will be installed:
  libfontenc1 libxfont1 xfonts-encodings xfonts-utils xutils-dev
The following packages will be upgraded:
  x11-common xbase-clients xfs xutils
4 upgraded, 5 newly installed, 0 to remove and 99 not upgraded.
2 not fully installed or removed.

Same error. So I remove them, which also removes
  ark arson gdm gksu gnucash gnucash-common gsfonts-x11 k3b k3b-i18n kalzium
  kappfinder karbon kate kcontrol kde-i18n-de kdebase kdebase-bin
  kdebase-kio-plugins kdelibs kdelibs-bin kdelibs4c2a kdepasswd kdeprint
  kdesktop kfind khelpcenter kicker klipper kmenuedit koffice-libs
  konq-plugins konqueror konqueror-nsplugins konsole kpager kpersonalizer
  ksmserver ksplash kspread ksvg ksysguard ktip kwin libgksu1.2-0
  libgksuui1.0-1 libk3b2 libkdeedu3 libkonq4 ttf-thryomanes x-ttcidfont-conf
  xawtv xbase-clients xfonts-base-transcoded xfs xtranslate xutils

In the first run, khelpcenter could note be removed, but worked on second
try, but now I have errors on
 x11-common
 libfs6
 libfontenc1
 libxfont1
 xfonts-encodings
 xfonts-utils
 xfonts-75dpi
 xfonts-100dpi
 xfonts-scalable
 xfonts-base
for example:
dpkg: Abhängigkeitsprobleme verhindern Konfiguration von xfonts-scalable:
 xfonts-scalable hängt ab von xfonts-utils; aber:
  Package xfonts-utils is not configured yet.

But now x11-common installs. 

This is not a user-friendly upgrade procedure. 

My suggestion would be to run something like 
for i in /usr/X11R6/bin/*; do dpkg -S $i; done |awk '{print $1}' | sort -u | 
less
and hand the output to the user, so he know at least the culprits. And
instead of simply failing, if possible for Debian packages, some "magic"
should be added which takes care of upgradin

Bug#370189: closed by David Nusinow <[EMAIL PROTECTED]> (Re: Bug#370189: Solution)

2006-06-04 Thread Vincent Lönngren
> >  Vidarebefordrat meddelande 
> > Från: David Nusinow <[EMAIL PROTECTED]>
> > Till: Vincent L??nngren <[EMAIL PROTECTED]>,
> > [EMAIL PROTECTED]
> > Ämne: Re: Bug#370189: Solution
> > Datum: Sun, 04 Jun 2006 15:11:12 -0400
> > E-postprogram: Mutt/1.5.11+cvs20060403
> > 
> > On Sun, Jun 04, 2006 at 10:18:30AM +0200, Vincent L??nngren wrote:
> > > This helps:
> > > 
> > > LDFLAGS=-L/usr/X11R6/lib ./configure
> > 
> > Ok, then this isn't a libice-dev bug, so I'm going to close it. If you
> > still have this problem with libice-dev 1:1.0.0, let us know.
> > 
> >  - David Nusinow

It's not a libice-dev bug, but I believe it's a libice6 bug. The libs
(libICE.a  libICE.so  libICE.so.6  libICE.so.6.4) are in /usr/X11R6/lib,
and no other files are since the transition. Isn't the bug that libice6
wasn't transitioned with the rest of them?
-- 
Vincent Lönngren <[EMAIL PROTECTED]>



Bug#366500: xbase-clients: bad ROFF .so request in some man pages

2006-06-04 Thread David Nusinow
On Sun, Jun 04, 2006 at 11:40:42AM +0100, Christian Kujau wrote:
> Package: man-db
> Version: 2.4.3-3
> Followup-For: Bug #366500
> 
> As the bug is "fixed-upstream" and I could not stand the daily man-db
> mails any more, I've written (and attached) a workaround. Use on your
> own risk.

I've committed a fix to our Debian packages, but it will require that other
packages get rebuilt with it. This has been waiting on the new X
transitioning to testing. Now that this is done, I can fix the bug. I'm
sorry if it's been annoying, but I've had far more important bugs to fix in
the meantime.

 - David Nusinow


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



Bug#369920: marked as done (xterm: FTBFS (all platforms) debian/rules confused by user's ~/.quiltrc)

2006-06-04 Thread Debian Bug Tracking System
Your message dated Sun, 04 Jun 2006 15:26:59 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#369920: xterm: FTBFS (all platforms) debian/rules confused 
by user's ~/.quiltrc
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: xterm
Version: 210-3
Severity: important
Tags: patch fixed
Justification: fails to build from source

The debian/rules uses quilt(1) for batch management. Unfortunately
quilt by design always reads ~/.quiltrc which, makes the build process
not to work. User propbaly has defaults that are not suitable for the
build, like:

  QUILT_PATCHES="debian/quilt"

This causes target patch to fail:

.PHONY: patch
patch: $(STAMP_DIR)/patch
$(STAMP_DIR)/patch: $(STAMP_DIR)/prepare
 .. push -a -v ...

The error log says "no series file" (due to QUILT_PATCHES pointing
elsewhere).

The fix is simple. Make quilt use debian/quiltrc so that it is not
dependent on the user's environment. Attached files in patch:

1. debian/quiltrc (new file)
2. debian/rules   (modified; fix included)

---
=== added file 'debian/quiltrc'
--- /dev/null   
+++ debian/quiltrc  
@@ -0,0 +1,1 @@
+QUILT_PATCHES="debian/patches"
\ No newline at end of file

=== modified file 'debian/rules'
--- debian/rules
+++ debian/rules
@@ -10,6 +10,10 @@
 
 # debhelper
 export DH_OPTIONS
+
+DEBQUILTRC = debian/quiltrc
+QUILTOPT   = --quiltrc $(DEBQUILTRC)
+QUILT = quilt $(QUILTOPT)
 
 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
@@ -36,7 +40,8 @@
 
 STAMP_DIR:=stampdir
 
-DEBINSTALLTREE:=$(CURDIR)/debian/tmp
+DEBINSTALLTREE := $(CURDIR)/debian/tmp
+DEBRESIZE  := $(CURDIR)/debian/resize
 
 # Set up the $(STAMP_DIR) directory.
 .PHONY: stampdir
@@ -60,7 +65,7 @@
 patch: $(STAMP_DIR)/patch
 $(STAMP_DIR)/patch: $(STAMP_DIR)/prepare
@echo -n "Applying patches... "
-   @if quilt push -a -v > $(STAMP_DIR)/log/patch 2>&1; then \
+   @if $(QUILT) push -a -v > $(STAMP_DIR)/log/patch 2>&1; then \
  echo "successful."; \
else \
  echo "failed! (Check $(STAMP_DIR)/log/patch for details)"; \
@@ -74,7 +79,7 @@
 unpatch: 
@if [ -e $(STAMP_DIR)/patches/applied-patches ]; then \
  echo -n "Unapplying patches... "; \
- if quilt pop -a > $(STAMP_DIR)/log/unpatch 2>&1; then \
+ if $(QUILT) pop -a > $(STAMP_DIR)/log/unpatch 2>&1; then \
echo " successful."; \
  else \
echo " failed! (Check $(STAMP_DIR)/log/unpatch for details)"; \
@@ -116,7 +121,7 @@
dh_installdirs
# General installation
$(MAKE) install mandir=/usr/share/man/man1 libdir=/etc manext=1x 
DESTDIR=$(DEBINSTALLTREE)
-   
+
## Install lxterm command and manual page.
install -m 755 debian/local/lxterm $(DEBINSTALLTREE)/usr/bin
install -m 755 debian/local/lxterm.1x 
$(DEBINSTALLTREE)/usr/share/man/man1
@@ -138,6 +143,15 @@
# Lintian overrides.
cp debian/xterm.overrides 
$(CURDIR)/debian/xterm/usr/share/lintian/overrides/xterm
 
+   #  Make resize separate package
+
+   install -d -m 755 $(DEBRESIZE)/usr/bin
+
+   (cd $(DEBINSTALLTREE) && \
+   tar -cf - $(find . -name "*resize*") | \
+   tar -C $(DEBRESIZE) -xf - )
+
+
 # Generate plain text XTerm FAQ from HTML.
 debian/local/xterm.faq.gz: debian/local/xterm.faq.html
$(HTML2TEXT) $< >debian/local/xterm.faq
@@ -170,17 +184,17 @@
 patch-audit: prepare unpatch
touch stampdir/log/patch; \
FUZZY=no; \
-   while [ -n "`quilt next`" ]; do \
- RESULT=`quilt push -v | tee -a stampdir/log/patch | grep ^Hunk | sed 
's/^Hunk.*\(succeeded\|FAILED\).*/\1/'`;\
+   while [ -n "`$(QUILT) next`" ]; do \
+ RESULT=`$(QUILT) push -v | tee -a stampdir/log/patch | grep ^Hunk | 
sed 's/^Hunk.*\(succeeded\|FAILED\).*/\1/'`;\
  case "$$RESULT" in \
succeeded) \
- echo "The patch is fuzzy: `quilt top`"; \
- echo "The patch is fuzzy: `quilt top`" > stampdir/log/`quilt 
top`; \
+ echo "The patch is fuzzy: `$(QUILT) top`"; \
+ echo "The patch is fuzzy: `$(QUILT) top`" > 
stampdir/log/`$(QUILT) top`; \
  FUZZY=yes; \
;; \
FAILED) \
- echo "The patch is broken: `quilt next`"; \
- echo "The patch is fuzzy: `

Bug#370215: merge 370093 370215

2006-06-04 Thread Josh Triplett
merge 370093 370215
tags 370093 + pending
thanks

These look like the same bug: insufficient conflicts on AMD64.  Tagging
pending due to fix in SVN.

- Josh Triplett



signature.asc
Description: OpenPGP digital signature


Processed: merge 370093 370215

2006-06-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> merge 370093 370215
Bug#370093: Installation aborts due to versioned conlicts being too loose on 
AMD64
Bug#370215: x11-common: x11-common fails to install (broken dependencies)
Merged 370093 370215.

> tags 370093 + pending
Bug#370093: Installation aborts due to versioned conlicts being too loose on 
AMD64
There were no tags set.
Bug#370215: x11-common: x11-common fails to install (broken dependencies)
Tags added: pending

> 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]



Processed: Setting severity and reassigning

2006-06-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 370214 important
Bug#370214: xserver-xorg fails with i810 driver on Intel Corporation 
82852/855GM Integrated Graphics Device
Severity set to `important' from `grave'

> reassign 370214 xserver-xorg-video-i810
Bug#370214: xserver-xorg fails with i810 driver on Intel Corporation 
82852/855GM Integrated Graphics Device
Bug reassigned from package `xserver-xorg' to `xserver-xorg-video-i810'.

> 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#370189: marked as done (libice-dev: Cannot finde -lICE)

2006-06-04 Thread Debian Bug Tracking System
Your message dated Sun, 04 Jun 2006 15:11:12 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#370189: Solution
has caused the attached Bug report to be marked as done.

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

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

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

--- Begin Message ---
Package: libice-dev
Version: 6.9.0.dfsg.1-6
Severity: normal

While making gnome-bluetooth-subsystem, which worked last time I tried 
it (a couple of months ago):

gcc -g -O2 -Wall -o testtray -pthread testtray.o  ./.libs/libeggtray.a 
-L/usr/lib /usr/lib/libgnomeui-2.so /usr/lib/libjpeg.so 
/usr/lib/libbonoboui-2.so /usr/lib/libtasn1.so -lSM -lICE 
/usr/lib/libgnome-keyring.so /usr/lib/libgnomecanvas-2.so 
/usr/lib/libgnome-2.so /usr/lib/libesd.so /usr/lib/libaudiofile.so 
/usr/lib/libart_lgpl_2.so /usr/lib/libgtk-x11-2.0.so 
/usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so 
/usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so 
/usr/lib/libpangoft2-1.0.so -lXext -lXinerama -lXi -lXrandr -lXcursor 
-lXfixes /usr/lib/libpango-1.0.so /usr/lib/libcairo.so -lXrender -lpng12 
-lfontconfig /usr/lib/libfreetype.so -lX11 /usr/lib/libgnomevfs-2.so 
/usr/lib/libxml2.so /usr/lib/libgnutls.so -lz /usr/lib/libgcrypt.so 
-lnsl /usr/lib/libgpg-error.so /usr/lib/libavahi-glib.so 
/usr/lib/libavahi-client.so -ldbus-1 /usr/lib/libavahi-common.so 
-lresolv -lutil /usr/lib/libbonobo-2.so /usr/lib/libgconf-2.so 
/usr/lib/libbonobo-activation.so /usr/lib/libORBitCosNaming-2.so 
/usr/lib/libORBit-2.so /usr/lib/libpopt.so /usr/lib/libgobject-2.0.so 
-lm /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libgthread-2.0.so -lpthread 
/usr/lib/libglib-2.0.so
/usr/bin/ld: cannot find -lICE
collect2: ld returned 1 exit status
make[5]: *** [testtray] Fel 1
make[5]: Leaving directory 
`/home/vincent/gnome-bluetooth-0.7.0/libegg/libegg/tray'
make[4]: *** [all-recursive] Fel 1
make[4]: Leaving directory 
`/home/vincent/gnome-bluetooth-0.7.0/libegg/libegg'
make[3]: *** [all-recursive] Fel 1
make[3]: Leaving directory `/home/vincent/gnome-bluetooth-0.7.0/libegg'
make[2]: *** [all] Fel 2
make[2]: Leaving directory `/home/vincent/gnome-bluetooth-0.7.0/libegg'
make[1]: *** [all-recursive] Fel 1
make[1]: Leaving directory `/home/vincent/gnome-bluetooth-0.7.0'
make: *** [all] Fel 2

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

Versions of packages libice-dev depends on:
ii  libc6-dev [libc-dev]  2.3.6-7GNU C Library: Development Librari
ii  libice6   6.9.0.dfsg.1-6 Inter-Client Exchange library
ii  x-dev 7.0.4-3dummy package for transition purpo

libice-dev recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
On Sun, Jun 04, 2006 at 10:18:30AM +0200, Vincent L??nngren wrote:
> This helps:
> 
> LDFLAGS=-L/usr/X11R6/lib ./configure

Ok, then this isn't a libice-dev bug, so I'm going to close it. If you
still have this problem with libice-dev 1:1.0.0, let us know.

 - David Nusinow
--- End Message ---


Bug#370353: x11-common: installation breaks when trying to overwrite /usr/X11R6/bin with a symlink

2006-06-04 Thread Marc Langer
Package: x11-common
Version: 1:7.0.20
Severity: important

I am using opera-7.54 and installed the latest x11-common upgrade from
unstable. During installation I got the following error from dpkg:

trying to overwrite `/usr/X11R6/bin', which is also in package opera

Opera includes a link /usr/X11R6/bin/opera to the real opera location.
Other packages could place files there, too.

x11-common tries to overwrite /usr/X11R6/bin with a symlink to /usr/bin
which fails in this cases. Manual installation with --force-overwrite
is necessary.

This might be an issue for users upgrading from sarge to etch after release.

If you think this should be rather documented, please reassign this bug
report to the release-notes pseudo package.

-- System Information:
Debian Release: testing/unstable
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13.2
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages x11-common depends on:
ii  debconf [debconf-2.0] 1.5.1  Debian configuration management sy
ii  debianutils   2.8.4  Miscellaneous utilities specific t
ii  lsb-base  3.1-8  Linux Standard Base 3.1 init scrip

x11-common recommends no packages.

-- debconf information excluded


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



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

2006-06-04 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-06-04 15:21:55 -0400 (Sun, 04 Jun 2006)
New Revision: 2281

Modified:
   trunk/debian/xorg/debian/changelog
   trunk/debian/xorg/debian/control
Log:
* Add conflicts on some old woody stuff, including xftp, xext, xpaste, and
  ghostview. Thanks Carl Miller and Roger Leigh. (closes: #362915, #370088)

Modified: trunk/debian/xorg/debian/changelog
===
--- trunk/debian/xorg/debian/changelog  2006-06-04 08:32:18 UTC (rev 2280)
+++ trunk/debian/xorg/debian/changelog  2006-06-04 19:21:55 UTC (rev 2281)
@@ -12,8 +12,12 @@
   * Bump conflict with xorg 6.9 packages to (<< 7.0), thanks to amd64
 binNMUs. :/  Closes: #370215.
 
- -- Steve Langasek <[EMAIL PROTECTED]>  Sun, 28 May 2006 15:36:49 -0700
+  [ David Nusinow ]
+  * Add conflicts on some old woody stuff, including xftp, xext, xpaste, and
+ghostview. Thanks Carl Miller and Roger Leigh. (closes: #362915, #370088)
 
+ -- David Nusinow <[EMAIL PROTECTED]>  Sun,  4 Jun 2006 15:20:19 -0400
+
 xorg (1:7.0.20) unstable; urgency=low
 
   [ Christian Perrier ]

Modified: trunk/debian/xorg/debian/control
===
--- trunk/debian/xorg/debian/control2006-06-04 08:32:18 UTC (rev 2280)
+++ trunk/debian/xorg/debian/control2006-06-04 19:21:55 UTC (rev 2281)
@@ -10,7 +10,7 @@
 Architecture: any
 Depends: ${misc:Depends}, debianutils (>= 1.13), lsb-base (>= 1.3-9ubuntu2)
 Pre-Depends: debconf | debconf-2.0
-Conflicts: xfree86-common, xorg-common, xserver-common, x-common, xserver-xorg 
(<< 1:7.0.12), xserver-xfree86 (<< 1:7.0), libxft-dev (<= 2.1.8.2-5),  aee (<= 
2.2.15b-1), ascd (<= 0.13.2-3), bibview (<= 2.2-8), fvwm1 (<= 1.24r-46), grace 
(<= 1:5.1.18-1), groff (<= 1.18.1.1-7), hfsutils-tcltk (<= 3.2.6-7), login.app 
(<= 1.2.1-18), oneko (<= 1.2.sakura.6-1), procmeter (<= 2.5.1-11), propsel (<= 
971130-5.3), regexplorer (<= 0.1.6-12), tkseti (<= 3.06-1), wdm (<= 1.28-1), 
wily (<= 0.13.41-6), wmnetselect (<= 0.85-5.5), wmsensors (<= 1.0.4-3.4), wmtv 
(<= 0.6.5-15), xbanner (<= 1.31-23), xcolors (<= 1.5a-2), xcolorsel (<= 
1.1a-11), xezmlm (<= 1.0.3-11), xfs-xtt (<= 1:1.4.1.xf430-6), xgdipc (<= 
1.2-0.3), xgmod (<= 3.1-9), xgraph (<= 12.1-3), xlogmaster (<= 1.6.0-8), 
xmailbox (<= 2.5-9), xmem (<= 1.20-19), xnecview (<= 1.34-2), xodo (<= 
1.2-9.2), xturqstat (<= 2.2.2sarge1), xwit (<= 3.4-6), lbxproxy (<< 7.0), 
proxymngr (<< 7.0), twm (<< 7.0), xbase-clients (<< 1:7.0), xdm (<= 1:1.0.1-6), 
xfs (<< 1:1.0), xfwp (<< 7.0), xutils (<< 1:7.0), xvfb (<< 1:1.0), qcam (<= 
0.91-11.1), twlog (<= 1.3-4), xdmx (<< 1:1.0), bugsx (<= 1.08-8), buici-clock 
(<= 0.4.5+b1), ctwm (<= 3.7-2), emelfm (<= 0.9.2-7), fte-xwindow (<= 
0.50.0-1.3), fvwm95 (<= 2.0.43ba-23+b1), gerstensaft (<= 0.2-5.1), gipsc (<= 
0.4.3-2), gradio (<= 1.0.1-6), hanterm-classic (<= 3.1.6.0-4), hanterm-xf (<= 
1:3.3.1p18-9.2), ibp (<= 0.21-4), isdnutils-xtools (<= 1:3.8.2005-12-06-4), 
ivtools-bin (<= 1.1.3-5), kdrill (<= 6.4-2.1), kinput2-canna (<= 3.1-7), 
kinput2-canna-wnn (<= 3.1-7), kinput2-wnn (<= 3.1-7), kterm (<= 6.2.0-45), 
lm-batmon (<= 0.96-3), lwm (<= 1.2.1-1), mctools-lite (<= 970129-16), mgp (<= 
1.11b-6), olvwm (<= 4.4.3.2p1.4-21), olwm (<= 3.2p1.4-21), pixmap (<= 
2.6pl4-14.1), plotmtv (<= 1.4.4t-8.1), ppxp-x11 (<= 0.2001080415-14), seyon (<= 
2.20c-20), skkinput (<= 1:2.06.4-4), tkdesk (<= 2.0-5), videogen (<= 0.32-1), 
vtwm (<= 5.4.7-2), w9wm (<= 0.4.2-4), wmavgload (<= 0.7.0-6.1), wmcpu (<= 
1.3-4.1), wmdate (<= 0.5-7.1), wmnet (<= 1.05-12), wmscope (<= 3.0-9.1), 
xautolock (<= 1:2.1-6), xbatt (<= 1.2.1-4), xbattbar (<= 1.4.2-3.1), xcal (<= 
4.1-18.2), xcalendar-i18n (<= 4.0.0.i18p1-13.1), xcb (<= 2.4-4), xclip (<= 
0.08-5), xclips (<= 6.21-6), xdkcal (<= 0.9d-2.1), xdu (<= 3.0-14), xengine (<= 
1.11-9), xfaces (<= 3.3-25), xfishtank (<= 2.2-23.1), xfm (<= 1.4.3-8), xinput 
(<= 1.2-5.2), xipmsg (<= 0.8088-1.1), xlbiff (<= 4.1-1.1), xli (<= 1.17.0-21), 
xlockmore (<= 1:5.21-1), xlockmore-gl (<= 1:5.21-1), xmeter (<= 1.15-6), xmix 
(<= 2.1-5), xmon (<= 1.5.6-1.3), xpostit (<= 3.3.1-8.2), xprint (<= 
1:0.1.0.alpha1-13), xrn (<= 9.02-7.1), xsysinfo (<= 1.7-2), xtel (<= 
3.3.0-5.2), xtoolwait (<= 1.3-6), xtrlock (<= 2.0-11), xview-clients (<= 
3.2p1.4-21), xviewg (<= 3.2p1.4-21), xviewg-dev (<= 3.2p1.4-21), xvkbd (<= 
2.6-2.1), xxkb (<= 1.10-2.1), xzoom (<= 0.3-17), pgaccess (<= 
1:0.98.8.20030520-2), xearth (<= 1.1-10.2), libmotif-dev (<= 2.2.3-1.3), 
motif-clients (<= 2.2.3-1.3), xslideshow (<= 3.1-8.1), xtrkcad (<= 3.1.4-1), 
pmud (<= 0.10-9), xnest (<< 1:1.0), xterm (<< 208-1), xmh (<= 6.8.2.dfsg.1-4), 
beaver (<= 0.2.5-2), lsb-core (<= 3.1-4), yank (<=0.2.1-7.2), xpmumon (<= 
1.3.0), ivtools-dev (<= 1.1.3-5), ppxp (<= 0.2001080415-14), guitar (<= 
0.1.4-11)
+Conflicts: xfree86-common, xorg-common, xserver-common, x-common, xserver-xorg 
(<< 1:7.0.12), xserver-xfree86 (<< 1:7.0), libxft-dev (<= 2.1.8.2-5),  aee (<= 
2.2.15b-1), ascd (<=

  1   2   >