Re: X Strike Force X.Org X11 SVN commit: r1051 - tags

2006-01-09 Thread David Nusinow
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

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

2006-01-09 Thread X Strike Force SVN Repository Admin
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

X Strike Force X.Org X11 SVN commit: r1051 - tags

2006-01-09 Thread X Strike Force SVN Repository Admin
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

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

2006-01-09 Thread X Strike Force SVN Repository Admin
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

Bug#347308: xterm frequently mis-detects its window size

2006-01-09 Thread Thomas Dickey
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

Bug#347308: xterm frequently mis-detects its window size

2006-01-09 Thread Robert J. Macomber
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

Bug#347228: libxt6: Missing dependency on libx11-6.

2006-01-09 Thread David Nusinow
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

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

2006-01-09 Thread X Strike Force SVN Repository Admin
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

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

2006-01-09 Thread X Strike Force SVN Repository Admin
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

Bug#347228: libxt6: Missing dependency on libx11-6.

2006-01-09 Thread Russ Allbery
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

Bug#347228: libxt6: Missing dependency on libx11-6.

2006-01-09 Thread David Nusinow
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

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

2006-01-09 Thread X Strike Force SVN Repository Admin
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

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

2006-01-09 Thread X Strike Force SVN Repository Admin
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

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

2006-01-09 Thread X Strike Force SVN Repository Admin
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

Bug#347228: libxt6: Missing dependency on libx11-6.

2006-01-09 Thread David Nusinow
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

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

2006-01-09 Thread X Strike Force SVN Repository Admin
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 =

Bug#347228: libxt6: Missing dependency on libx11-6.

2006-01-09 Thread Eugene Konev
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

Bug#347228: libxt6: Missing dependency on libx11-6.

2006-01-09 Thread David Nusinow
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

Bug#347228: libxt6: Missing dependency on libx11-6.

2006-01-09 Thread Daniel Kobras
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_

Bug#347265: xserver-xorg: wrong version numbers in NEWS.Debian

2006-01-09 Thread Sven Koch
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

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

2006-01-09 Thread X Strike Force SVN Repository Admin
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

Bug#347246: xorg-x11_6.9.0.dfsg.1-2(mipsel/unstable): FTBFS on mips and mipsel

2006-01-09 Thread David Nusinow
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

Bug#347228: libxt6: Missing dependency on libx11-6.

2006-01-09 Thread Eugene Konev
> 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]

Bug#347228: libxt6: Missing dependency on libx11-6.

2006-01-09 Thread Eugene Konev
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

Su requerimiento. [uid]3f5d10c6db95b15a4dd6cd37710cb710[/uid]

2006-01-09 Thread soporte
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

Bug#347228: libxt6: Missing dependency on libx11-6.

2006-01-09 Thread Daniel Kobras
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

Bug#346553: Close Bug

2006-01-09 Thread Chris Dos
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]

Bug#347228: libxt6: Missing dependency on libx11-6.

2006-01-09 Thread David Nusinow
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

Bug#347228: libxt6: Missing dependency on libx11-6.

2006-01-09 Thread Daniel Kobras
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

Bug#347246: xorg-x11_6.9.0.dfsg.1-2(mipsel/unstable): FTBFS on mips and mipsel

2006-01-09 Thread Ryan Murray
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

Bug#347228: libxt6: Missing dependency on libx11-6.

2006-01-09 Thread David Nusinow
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 => /

Bug#347228: libxt6: Missing dependency on libx11-6.

2006-01-09 Thread Daniel Kobras
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)

Processed: tagging 346553

2006-01-09 Thread Debian Bug Tracking System
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

Bug#346398: xterm: scrollbar broken; new path

2006-01-09 Thread Thomas Dickey
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

Bug#326133: xserver-xorg: VIA driver : Option TVVscan not working or unavailable

2006-01-09 Thread Luc Verhaegen
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

Re: xlibs-dev removal and RC bug fun

2006-01-09 Thread Kevin B. McCarty
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

Bug#346398: xterm: scrollbar broken; new path

2006-01-09 Thread David Martínez Moreno
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

Bug#346398: xterm: scrollbar broken; new path

2006-01-09 Thread Thomas Dickey
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-

Bug#345099: Problem solved by turning kernel framebuffer interface off

2006-01-09 Thread Jiri Palecek
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

Bug#138578: marked as done (libxaw7: SEGV in TextFocusOut())

2006-01-09 Thread Debian Bug Tracking System
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

Bug#286213: Please retest with latest X.Org packages.

2006-01-09 Thread David Martínez Moreno
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). -

Bug#272294: Please retest with latest Debian X.Org.

2006-01-09 Thread David Martínez Moreno
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

Bug#326133: xserver-xorg: VIA driver : Option TVVscan not working or unavailable

2006-01-09 Thread David Martínez Moreno
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

Bug#319689: Radeon default AGPMode

2006-01-09 Thread Kaare Hviid
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 "

Re: On modular packaging

2006-01-09 Thread Denis Barbier
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

Bug#236252: Please move all compose files in /etc

2006-01-09 Thread Denis Barbier
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

Processed: Re: Processed: Tag some pending stuff

2006-01-09 Thread Debian Bug Tracking System
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

Re: Processed: Tag some pending stuff

2006-01-09 Thread David Martínez Moreno
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

Bug#329712: marked as done (Garbles certain graphics characters (e.g., ACS_CKBOARD) in UTF-8 locale)

2006-01-09 Thread Debian Bug Tracking System
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

Bug#281050: marked as done (xserver-xfree86: [i810] memory leak provoked by animated cursors used with gdk_cursor_unref())

2006-01-09 Thread Debian Bug Tracking System
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

Processed: Re: Bug#346500: xorg-x11: Hurd updates

2006-01-09 Thread Debian Bug Tracking System
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

Bug#346500: xorg-x11: Hurd updates

2006-01-09 Thread David Martínez Moreno
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

On modular packaging

2006-01-09 Thread Eugene Konev
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

Re: xlibs-dev removal and RC bug fun

2006-01-09 Thread David Martínez Moreno
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

Re: #725 FIXED!!!!

2006-01-09 Thread David Martínez Moreno
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

Bug#345929: Problem with xserver-xorg_6.9.0.dfsg.1-1_i386.deb with ATI Technologies IncM22 [Radeon Mobility M300]

2006-01-09 Thread Yannick Beynet
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.

xterm_208-2_i386.changes ACCEPTED

2006-01-09 Thread Debian Installer
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

Bug#346398: marked as done (xterm: scrollbar broken; new path)

2006-01-09 Thread Debian Bug Tracking System
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

Re: Bug#345608: marked as done (xorg-x11: [INTL:fr] French debconf templates translation)

2006-01-09 Thread David Martínez Moreno
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