On Mon, Jan 09, 2006 at 11:50:57PM -0500, X Strike Force SVN Repository Admin
wrote:
> Author: dnusinow
> Date: 2006-01-09 23:50:57 -0500 (Mon, 09 Jan 2006)
> New Revision: 1051
>
> Added:
>tags/6.9.0.dfsg.1-3/
> Log:
> Tag 6.9.0.dfsg.1-3 upload to unstable
Ok, I'll be uploading this one tom
Author: dnusinow
Date: 2006-01-09 23:52:17 -0500 (Mon, 09 Jan 2006)
New Revision: 1052
Modified:
trunk/debian/changelog
Log:
Inaugurate 6.9.0.dfsg.1-4 changelog
Modified: trunk/debian/changelog
===
--- trunk/debian/changelog
Author: dnusinow
Date: 2006-01-09 23:50:57 -0500 (Mon, 09 Jan 2006)
New Revision: 1051
Added:
tags/6.9.0.dfsg.1-3/
Log:
Tag 6.9.0.dfsg.1-3 upload to unstable
Copied: tags/6.9.0.dfsg.1-3 (from rev 1050, trunk)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Tr
Author: dnusinow
Date: 2006-01-09 23:49:28 -0500 (Mon, 09 Jan 2006)
New Revision: 1050
Modified:
trunk/debian/changelog
Log:
Set changelog for 6.9.0.dfsg.1-3 upload to unstable
Modified: trunk/debian/changelog
===
--- trunk/debian
On Tue, Jan 10, 2006 at 01:20:08AM +0100, Robert J. Macomber wrote:
> Package: xterm
> Version: 208-1
>
> With the ion window manager (which does not honor applications' window
> size requests) xterm frequently doesn't notice that it hasn't gotten
no - it's still about the same proportion - I can
Package: xterm
Version: 208-1
With the ion window manager (which does not honor applications' window
size requests) xterm frequently doesn't notice that it hasn't gotten
the size which it has requested. Presumbably this the the bug
described in http://modeemi.fi/~tuomov/ion/faq.html#3.1 but the
c
On Mon, Jan 09, 2006 at 12:58:11PM -0800, Russ Allbery wrote:
> David Nusinow <[EMAIL PROTECTED]> writes:
>
> > Cool, same fix. I'll apply and also restore DH_OPTIONS afterwards for
> > cleanliness sake. Thank you!
>
> Restoring DH_OPTIONS afterwards is somewhat pointless given that each line
> o
Author: dnusinow
Date: 2006-01-09 16:34:46 -0500 (Mon, 09 Jan 2006)
New Revision: 1049
Modified:
trunk/debian/changelog
trunk/debian/rules
Log:
* Don't reset DH_OPTIONS after unsetting it for libx11 shlibs generation.
Each command runs in its own shell, so resetting it won't accomplish
a
Author: dnusinow
Date: 2006-01-09 16:05:04 -0500 (Mon, 09 Jan 2006)
New Revision: 1048
Modified:
trunk/debian/changelog
Log:
Add thank you that I'd forgotten from my inbox
Modified: trunk/debian/changelog
===
--- trunk/debian/chan
David Nusinow <[EMAIL PROTECTED]> writes:
> Cool, same fix. I'll apply and also restore DH_OPTIONS afterwards for
> cleanliness sake. Thank you!
Restoring DH_OPTIONS afterwards is somewhat pointless given that each line
of a Makefile is run in its own separate shell.
--
Russ Allbery ([EMAIL PRO
On Mon, Jan 09, 2006 at 08:45:49PM +0100, Daniel Kobras wrote:
> On Tue, Jan 10, 2006 at 01:27:52AM +0700, Eugene Konev wrote:
> > Yep. Because it looks like dh_shlibdeps ignores -p switch:
> >
> > sh-3.00# DEBTREEDIR=$(pwd)/debian/tmp dh_shlibdeps -v -a -plibx11-6
> > -l$DEBTREEDI
> > R/usr/lib
Author: dnusinow
Date: 2006-01-09 16:00:25 -0500 (Mon, 09 Jan 2006)
New Revision: 1047
Modified:
trunk/debian/changelog
Log:
Add thank you and closer
Modified: trunk/debian/changelog
===
--- trunk/debian/changelog 2006-01-09
Author: dnusinow
Date: 2006-01-09 15:58:14 -0500 (Mon, 09 Jan 2006)
New Revision: 1046
Modified:
trunk/debian/changelog
Log:
Typofix
Modified: trunk/debian/changelog
===
--- trunk/debian/changelog 2006-01-09 20:51:55 UTC (rev
Author: dnusinow
Date: 2006-01-09 15:51:55 -0500 (Mon, 09 Jan 2006)
New Revision: 1045
Modified:
trunk/debian/changelog
trunk/debian/rules
Log:
* When generating shlibdeps for libx11, unset DH_OPTIONS so that the -p
switch actually takes effect and we don't generate the wrong shlibdeps for
On Tue, Jan 10, 2006 at 03:14:29AM +0700, Eugene Konev wrote:
>
> Quick hack to fix:
>
> --- xorg-x11-6.9.0.dfsg.1.orig/debian/rules 2006-01-10 03:11:40.0
> +0700
> +++ xorg-x11-6.9.0.dfsg.1/debian/rules2006-01-10 02:56:37.0
> +0700
> @@ -585,7 +585,7 @@
> chmod
Author: dnusinow
Date: 2006-01-09 15:41:15 -0500 (Mon, 09 Jan 2006)
New Revision: 1044
Modified:
trunk/debian/NEWS
trunk/debian/changelog
Log:
* Corrent NEWS version number from last upload. Thanks Sven Koch.
(closes: #347265)
Modified: trunk/debian/NEWS
=
Quick hack to fix:
--- xorg-x11-6.9.0.dfsg.1.orig/debian/rules 2006-01-10 03:11:40.0
+0700
+++ xorg-x11-6.9.0.dfsg.1/debian/rules 2006-01-10 02:56:37.0 +0700
@@ -585,7 +585,7 @@
chmod ug+s debian/xserver-common/usr/X11R6/bin/X
dh_installdeb
dh_shlibde
On Tue, Jan 10, 2006 at 02:14:39AM +0700, Eugene Konev wrote:
>
> > Yep. Because it looks like dh_shlibdeps ignores -p switch:
>
> ... and this is exactly the same issue as the one with -dbg packages: -a
> in DH_OPTIONS overrides -p.
Ick. Ok, how about hacking around this by re-defining DH_OPTIO
On Tue, Jan 10, 2006 at 01:27:52AM +0700, Eugene Konev wrote:
> Yep. Because it looks like dh_shlibdeps ignores -p switch:
>
> sh-3.00# DEBTREEDIR=$(pwd)/debian/tmp dh_shlibdeps -v -a -plibx11-6
> -l$DEBTREEDI
> R/usr/lib -l$DEBTREEDIR/usr/X11R6/lib -- -Ldebian/libx11-6.shlibs.local
> LD_
Package: xserver-xorg
Version: 6.9.0.dfsg.1-2
Severity: minor
nitpicking:
the version numbers in /usr/share/doc/xserver-xorg/NEWS.Debian.gz for the
last few entries say "6.9.1.dfsg.1-X", but I think it should be
"6.9.0.dfsg.1-X".
tnx,
haegar
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with
Author: dnusinow
Date: 2006-01-09 14:50:57 -0500 (Mon, 09 Jan 2006)
New Revision: 1043
Modified:
trunk/debian/changelog
trunk/debian/rules
Log:
* Remove some cruft leftover from libdps in debian/rules
Modified: trunk/debian/changelog
On Mon, Jan 09, 2006 at 09:33:35AM -0800, Ryan Murray wrote:
> Package: xorg-x11
> Version: 6.9.0.dfsg.1-2
> Severity: serious
>
> There was an error while trying to autobuild your package:
>
> > Automatic build of xorg-x11_6.9.0.dfsg.1-2 on mayer by sbuild/mipsel 79
> > Build started at 20060106
> Yep. Because it looks like dh_shlibdeps ignores -p switch:
... and this is exactly the same issue as the one with -dbg packages: -a
in DH_OPTIONS overrides -p.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Hello Daniel.
On Mon, 9 Jan 2006 18:48:20 +0100
you wrote:
> On Mon, Jan 09, 2006 at 11:08:21AM -0500, David Nusinow wrote:
> > On Mon, Jan 09, 2006 at 04:22:04PM +0100, Daniel Kobras wrote:
> > > libXt from 6.9.0.dfsg.1-2 was linked with libX11, but this
> dependency is
> > > not reflected in t
Estimada señora / Estimado señor,
Muchas gacias por su mensaje e interés en Vivendi Universal Games. Estamos
trabajando lo más rápido posible en una solución a su pregunta.
Gracias por su atención,
Su equipo de soporte técnico
Vivendi Universal Games.
--
To UNSUBSCRIBE, email to [EMAIL PROTE
On Mon, Jan 09, 2006 at 12:56:40PM -0500, David Nusinow wrote:
> On Mon, Jan 09, 2006 at 04:22:04PM +0100, Daniel Kobras wrote:
> > (libxt-dev correctly depends on libx11-dev, but this bug can still lead to
> > build failures when dependencies in -dev packages are no longer recursively
> > expanded
Please close this bug. It's a duplicate of Bug #346098. Thank you.
Chris
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
On Mon, Jan 09, 2006 at 04:22:04PM +0100, Daniel Kobras wrote:
> (libxt-dev correctly depends on libx11-dev, but this bug can still lead to
> build failures when dependencies in -dev packages are no longer recursively
> expanded. Eg. build-depend on libaudio-dev, and linking with -laudio will
> fai
On Mon, Jan 09, 2006 at 11:08:21AM -0500, David Nusinow wrote:
> On Mon, Jan 09, 2006 at 04:22:04PM +0100, Daniel Kobras wrote:
> > libXt from 6.9.0.dfsg.1-2 was linked with libX11, but this dependency is
> > not reflected in the Depends: of the binary package:
> >
> > % ldd /usr/X11R6/lib/libXt.s
Package: xorg-x11
Version: 6.9.0.dfsg.1-2
Severity: serious
There was an error while trying to autobuild your package:
> Automatic build of xorg-x11_6.9.0.dfsg.1-2 on mayer by sbuild/mipsel 79
> Build started at 20060106-0905
[...]
> ** Using build dependencies supplied by package:
> Build-Depe
On Mon, Jan 09, 2006 at 04:22:04PM +0100, Daniel Kobras wrote:
> libXt from 6.9.0.dfsg.1-2 was linked with libX11, but this dependency is
> not reflected in the Depends: of the binary package:
>
> % ldd /usr/X11R6/lib/libXt.so.6
> linux-gate.so.1 => (0xe000)
> libX11.so.6 => /
Package: libxt6
Version: 6.9.0.dfsg.1-2
Severity: serious
Justification: Policy 3.5
Moi!
libXt from 6.9.0.dfsg.1-2 was linked with libX11, but this dependency is
not reflected in the Depends: of the binary package:
% ldd /usr/X11R6/lib/libXt.so.6
linux-gate.so.1 => (0xe000)
Processing commands for [EMAIL PROTECTED]:
> # 6.9.0.dfsg.1-1 is in sid
> tags 346553 - experimental
Bug#346553: xserver-xorg: Thinkpad middle button paste no longer working
Tags were: experimental
Tags removed: experimental
>
End of message, stopping processing here.
Please contact me if you n
On Mon, Jan 09, 2006 at 01:36:00PM +0100, David Martínez Moreno wrote:
> El Lunes, 9 de Enero de 2006 13:25, Thomas Dickey escribió:
> > On Mon, Jan 09, 2006 at 08:28:44AM +0100, David Martínez Moreno wrote:
> > > Thanks, your patch with --disable-imake --enable-narrowproto did the
> > > trick. I
On Mon, Jan 09, 2006 at 12:20:09PM +0100, David Mart?nez Moreno wrote:
>
> Should I then close this bug? I understand that I should, but I prefer
> to
> consult you.
>
> Best regards,
>
>
> Ender.
Yup, close it :)
Luc Verhaegen.
--
To UNSUBSCRIBE, email to [EMAIL
David Martínez Moreno wrote:
> El sábado, 7 de enero de 2006 23:53, Kevin B. McCarty escribió:
>
>>Looks like xlibs-dev is now officially gone, which instantly creates a
>>hell of a lot of RC (FTBFS) bugs that will manifest the next time
>>rebuilds are attempted of xlibs-dev Build-Depending packag
El Lunes, 9 de Enero de 2006 13:25, Thomas Dickey escribió:
> On Mon, Jan 09, 2006 at 08:28:44AM +0100, David Martínez Moreno wrote:
> > Thanks, your patch with --disable-imake --enable-narrowproto did the
> > trick. I am going to release a new version right now. Thank you very
> > much.
>
> ok
On Mon, Jan 09, 2006 at 08:28:44AM +0100, David Martínez Moreno wrote:
> El domingo, 8 de enero de 2006 23:15, Thomas Dickey escribió:
> > On Sun, Jan 08, 2006 at 04:18:58AM +0100, David Martínez Moreno wrote:
> > > Thomas, I see the same behaviour with or without --disable-imake
> > > --disable-
Hello,
I turned the kernel frambuffer interface ("UseFBDev") off, and all modes are
working now.
__
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193
--
To UNSUBSCRIBE
Your message dated Mon, 9 Jan 2006 12:53:13 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug fixed.
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
Hello, Jorgen. Your bug has very little information, and has no updates
in
more than a year. Could you please report if you are yet affected by this
bug?
Best regards,
Ender.
--
- Where's Johns?
- Which half?
-- Imam & Riddick (Pitch Black).
-
Hello, Alex. Could you please report failure or sucess with X.Org 6.9
packages? i810 went under severe rewrite, so your bug is possibly fixed.
Best regards,
Ender.
--
There is no spoon...
-- Neo (Matrix).
--
Desarrollador de Debian
Debian develop
El martes, 13 de septiembre de 2005 12:01, Luc Verhaegen escribió:
> On Tue, Sep 13, 2005 at 10:39:47AM +0200, Roel Teuwen wrote:
> > Hi Luc,
> >
> > Ok thank you for the help.
> >
> > FYI I found out why I was trying to use TVVscan
> > http://www.x.org/X11R6.8.2/doc/via.4.html still lists it as an
I don't know if this is related, but using 6.9.0.dfsg.1-2 on amd64
2.6.14 and 2.6.15 systems, I have a similar lockup if the *glx* module
is enabled. Forcing the AGPMode appears to help. My particular card is
a 9200 (non-SE). I've also had two reports of this helping on 9600
cards. In Section "
On Mon, Jan 09, 2006 at 05:16:19PM +0700, Eugene Konev wrote:
> Also I suggest moving locale data to /etc/X11/locale (see #236252 for
> reasoning).
Hi Eugene,
I am not convinced, having lots of conffiles is sometimes annoying, eg.
if for some reason dpkg believes that they are changed and you hav
On Thu, Oct 13, 2005 at 06:08:59PM +0300, Anton Zinoviev wrote:
> Hi!
>
> I was just to report a new bug that the Compose files should be moved
> in /etc when I saw this bug about
>
> /usr/X11R6/lib/X11/locale/en_US.UTF-8/Compose
>
> Please move to /etc all Compose files, not only the cited in t
Processing commands for [EMAIL PROTECTED]:
> tags 345537 + pending
Bug#345537: xserver-xorg: stopping acpid makes Xorg go crazy
Tags were: patch
Tags added: pending
> tags 333921 + pending
Bug#333921: xserver-xorg: when mdetect fails or is not present, mouse template
priority should be "promoted
tags 345537 + pending
tags 333921 + pending
tags 325807 + pending
tags 322253 + pending
tags 346460 + pending
tags 346461 + pending
thanks for the fish
El lunes, 9 de enero de 2006 02:48, Debian Bug Tracking System escribió:
> > tags 46500 +pending
>
> Bug number 46500 not found.
[...]
Y
Your message dated Mon, 9 Jan 2006 11:06:32 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#329712: Garbles certain graphics characters (e.g.,
ACS_CKBOARD) in UTF-8 locale
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been d
Your message dated Mon, 9 Jan 2006 11:04:04 +0100
with message-id <[EMAIL PROTECTED]>
and subject line X.Org 6.9 fixed this bug.
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 responsib
Processing commands for [EMAIL PROTECTED]:
> tags 346500 + pending
Bug#346500: xorg-x11: Hurd updates
Tags were: patch
Tags added: pending
> thanks for the fish
Stopping processing here.
Please contact me if you need assistance.
Debian bug tracking system administrator
(administrator, Debian Bu
tags 346500 + pending
thanks for the fish
El domingo, 8 de enero de 2006 15:00, Michael Banck escribió:
> this is the second set of Hurd updates, prepared by Samuel Thibault
> <[EMAIL PROTECTED]>:
Hello, Michael. Your last round of patches has been committed to SVN
and will
be included
The following issues require discussion IMO:
1. libxaw
a) Dropping libxaw8 (which seems like a common consensus).
The following packages currently build-depend on libxaw8-dev:
aewm crossfire eli gnushogi italc nas playmidi ppxp seyon
timidity xbill xconq xruskb xsysinfo xterm
Seems none
El sábado, 7 de enero de 2006 23:53, Kevin B. McCarty escribió:
> Looks like xlibs-dev is now officially gone, which instantly creates a
> hell of a lot of RC (FTBFS) bugs that will manifest the next time
> rebuilds are attempted of xlibs-dev Build-Depending packages. (Maybe
> someone on the X tea
El Viernes, 6 de Enero de 2006 07:14, Nathanael Nerode escribió:
> close 725 6.9.0.dfsg.1-1
> thanks
>
> # Yay!
Killer!
Thank you for closing long-standing bugs...
Ender.
--
Uh, we had a slight weapons malfunction, but
uh... everything's perfectly all right
David Nusinow a écrit :
> severity important
> thanks
>
> On Wed, Jan 04, 2006 at 11:47:32AM +0100, Yannick Beynet wrote:
>
>>Package: xserver-xorg
>>Version: 6.8.2.dfsg.1-11
>>Severity: critical
>>Justification: breaks the whole system
>>
>>
>>
>>when I install xserver-xorg_6.8.2.dfsg.1-11_i386.
Accepted:
xterm_208-2.diff.gz
to pool/main/x/xterm/xterm_208-2.diff.gz
xterm_208-2.dsc
to pool/main/x/xterm/xterm_208-2.dsc
xterm_208-2_i386.deb
to pool/main/x/xterm/xterm_208-2_i386.deb
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 346398
Thank you for your contributi
Your message dated Sun, 08 Jan 2006 23:47:16 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#346398: fixed in xterm 208-2
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 r
El viernes, 6 de enero de 2006 07:18, Christian Perrier escribió:
> reopen 345608
> thanks
>
> > All is right now, so I am going to simply kindly ignore your
> > translation. = ;-)
>
> Well, as said, but only in private, I don't agree. This update had
> other changes than just fixing the extra
59 matches
Mail list logo