Processed: your mail

2010-05-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 582869 + patch
Bug #582869 [python-pyproj] python-pyproj: Erroneus debian/watch file
Added tag(s) patch.
 tags 573708 + patch
Bug #573708 {Done: Benjamin Drung bdr...@ubuntu.com} [snes9x] snes9x: Typo in 
Build-Depends (libgul1-mesa-dev)
Added tag(s) patch.
 Thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
573708: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573708
582869: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582869
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.127495252410094.transcr...@bugs.debian.org



Bug#583361: ramaze1.9.1 is not available as binary ?

2010-05-27 Thread Deepak Tripathi
Package: libramaze-ruby1.9.1
Severity: important

libramaze-ruby1.9.1 is generating binary ramaze1.9 , which is not be used bcz
ruby1.9 is not in unstable.

it has to be compiled with ruby1.9.1 and package name has to be ramaze1.9.1.


Thanks
Deepak



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

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100527105515.21244.39011.report...@debian



Bug#582612: prompting due to modified conffiles which where not modified by the user

2010-05-27 Thread Agustin Martin
On Tue, May 25, 2010 at 03:20:35PM +0200, Agustin Martin wrote:
 I am attaching a first cut of a patch to care of this. Instead of directly
 modifying wdm-config itself, a new detached file is used to hold that info.
 That file is automatically regenerated on each wdm start/stop and loaded
 from wdm-config. Sysadmins can override automatic selection by setting that
 value again after that file is loaded, as pointed out in directions added to
 wdm-config.
 
 This will not prevent prompting when upgrading from previous versions, but
 should leave this problem addressed for the future.

Hi,

Seems my tests are working properly, so I have prepared an upload. I finally
prepared it it as a QA upload.

Besides support for using new detached file, I have also improved copyright
notices under debian/. They still referred to unversioned GPL when code was
GPL2+.

I'd like to upload fixed package around next Monday with 0-day delay, unless
someone complains. Current patch is attached.

Cheers,

-- 
Agustin
diff --git a/debian/changelog b/debian/changelog
index aa4dd85..6a12c35 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+wdm (1.28-4) unstable; urgency=low
+
+  * QA upload.
+  * Move 'DisplayManager*wdmWm' automatic regeneration to a separate
+file, so wdm-config conffile is not automatically changed
+(Closes: #582612).
+  * Clarify copyright notices.
+
+ -- Agustin Martin Domingo agmar...@debian.org  Thu, 27 May 2010 13:30:21 +0200
+
 wdm (1.28-3.5) unstable; urgency=low
 
   * Non-maintainer upload.
diff --git a/debian/config/wdm-config b/debian/config/wdm-config
index 987e4ef..06c2f3d 100644
--- a/debian/config/wdm-config
+++ b/debian/config/wdm-config
@@ -33,10 +33,6 @@ DisplayManager*wdmLogin:/usr/bin/wdmLogin
 DisplayManager*wdmBg:   solid:Gray85
 ! DisplayManager*wdmLogo:   /usr/share/pixmaps/gnuLogo.xpm
 DisplayManager*wdmLogo:		/usr/share/pixmaps/wdmDebianSwirl.xpm
-! BEWARE: the wdmWm setting will be overwritten on every wdm (re)start
-! and reload.  Please see wdm.options(5) for info on disabling
-! this behavior if you want to specify the list manually.
-! DisplayManager*wdmWm: twm:wmaker:afterstep
 DisplayManager*wdmReboot:   /sbin/reboot
 DisplayManager*wdmHalt: /sbin/halt
 DisplayManager*wdmVerify:   true
@@ -46,3 +42,16 @@ DisplayManager*wdmLoginConfig:  /etc/X11/wdm/wdmlogin.conf
 DisplayManager*useSyslog:	true
 DisplayManager*syslogFacility:	LOG_AUTHPRIV
 DisplayManager*terminateServer: true
+
+! Load wm list from file auto-generated by update_wdm_wmlist
+
+#include wdm.wmlist
+
+! BEWARE: the wdmWm setting in that file will be overwritten on every wdm
+!   (re)start and reload. If you want to hardcode your choice, uncomment the
+!   line below and set your choice, to be processed after previous automatic
+!   definition.
+
+! DisplayManager*wdmWm: twm:wmaker:afterstep
+
+! Please see wdm.options(5) for info on disabling automatic generation.
diff --git a/debian/copyright b/debian/copyright
index 342cf21..090dda5 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,21 +2,31 @@ This package is maintained by Noah Meyerhans no...@debian.org
 
 It was previously maintained by Bas Zoetekouw b...@debian.org.
 
-It was originally debianized by Marcelo E. Magallon 
+It was originally debianized by Marcelo E. Magallon
 mmaga...@debian.org on Sat, 15 Aug 1998 19:55:35 -0600.
 
 It was downloaded from http://voins.program.ru/wdm/
 
-Upstream maintainer for wdm is vo...@voins.program.ru
+Upstream maintainer for wdm is Alexey Voinov, vo...@voins.program.ru
 
-Modifications for Debian Linux Copyright (C) 1998 Marcelo Magallon.
+  This program is free software; you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation; either version 2 of the License, or
+  (at your option) any later version.
 
- wdm is distributed under the terms and conditions of the GPL, the text
- of which can be found in /usr/share/common-licenses/GPL. wdm derived
- from work by Tom Rothamel (external greeter for xdm, also under the
- GPL) and xdm itself, which is copyright (C) 1988, 1989, 1990, 1991,
- 1994 X Consortium. The relevant X Consortium's and XFree86's licenses
- follows:
+  This program is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+  On Debian GNU/Linux systems, the complete text of the GNU General
+  Public License can be found in `/usr/share/common-licenses/GPL-2'.
+
+wdm is derived from work by Tom Rothamel (external greeter for xdm, also
+under the GPL) and xdm itself, which is copyright (C) 1988, 1989, 1990,
+1991, 1994 X Consortium.
+
+  The relevant X Consortium's and XFree86's licenses follows:
 
   1.  XFree86 Copyright
 
@@ -94,7 +104,26 @@ the FAQ: 

Processed: tagging 582612

2010-05-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 582612 + pending
Bug #582612 [wdm] prompting due to modified conffiles which where not modified 
by the user
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
582612: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582612
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.127498214720721.transcr...@bugs.debian.org



Bug#118671: marked as done (wdm crashes after a few seconds)

2010-05-27 Thread Debian Bug Tracking System
Your message dated Thu, 27 May 2010 19:51:02 +0200
with message-id 20100527175102.ga3...@agmartin.aq.upm.es
and subject line Re: Bug#118671: wdm crashes after a few seconds
has caused the Debian Bug report #118671,
regarding wdm crashes after a few seconds
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
118671: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=118671
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: wdm
Version: 1.20-12
Severity: normal

is a very strange thing it simply stops after a few seconds you can write a few 
leters of the login but it freezes, and also the keyboard becomes freezed 
too!(I can't switch between vc's) finally a ALT+Sysreq+k makes it restart an 
then works well. 

-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux iglu 2.4.8 #1 sáb ago 11 17:05:48 CEST 2001 i586
Locale: lang=es...@euro, lc_ctype=es...@euro

Versions of packages wdm depends on:
ii  debconf   1.0.17 Debian configuration management sy
ii  libc6 2.2.4-4GNU C Library: Shared libraries an
ii  libjpeg62 6b-1.3 The Independent JPEG Group's JPEG 
ii  libpam0g  0.72-33Pluggable Authentication Modules l
ii  libpng2   1.0.12-2   PNG library - runtime
pi  libproplist0  0.10.1-5   PropList closely mimics the proper
ii  libtiff3g 3.5.5-6Tag Image File Format library
pi  libungif4g4.1-9  shared library for GIF images (run
ii  libwraster2   0.70.0-1   Shared libraries of Window Maker r
ii  psmisc20.2-2 Utilities that use the proc filesy
ii  xlibs 4.1.0-9pre10v3 X Window System client libraries
ii  xutils4.1.0-7pre8v1  X Window System utility programs
ii  zlib1g1:1.1.3-16 compression library - runtime


---End Message---
---BeginMessage---
On Thu, Mar 25, 2010 at 03:54:54PM +0100, Agustin Martin wrote:
 On Thu, Nov 08, 2001 at 12:32:01AM +0100, turtle.po...@wanadoo.es wrote:
  Package: wdm
  Version: 1.20-12
  Severity: normal
  
  is a very strange thing it simply stops after a few seconds you can write a 
  few leters of the login but it freezes, and also the keyboard becomes 
  freezed too!(I can't switch between vc's) finally a ALT+Sysreq+k makes it 
  restart an then works well. 
 
 Hi,
 
 I am reviewing some of the ancient bug reports for wdm.
 
 Can you still reproduce this problem? I cannot reproduce it in my 
 Debian sid box.

I cannot reproduce this problem and had no reply for over two months, so I
am closing this bug report.

In case you are still experiencing this problem, please reopen the bug
report with fresh info if possible.

Thanks a lot for your feedback.

-- 
Agustin

---End Message---


Bug#463598: /var/run/utmp exists, but wdm still doesn't register the session

2010-05-27 Thread Agustin Martin
On Fri, May 21, 2010 at 09:36:47PM +0300, Yury Bulka wrote:
 
 Hello! Let me firstly thank you for your work on this package and for reading 
 this:)
 So here's what the report is about:
 I've also noticed that wdm doesn't register the session it starts to utmp, 
 but in my case /var/run/utmp exists on my system.
 It's strange, because the sessreg command is in its place in file 
 /etc/X11/wdm/Xstartup:
 ---
 # Insert a utmp entry for the session
 if grep -q ^use-sessreg /etc/X11/wdm/wdm.options; then
   exec sessreg -a -l $DISPLAY -u /var/run/utmp -x /etc/X11/wdm/Xservers $USER
 # NOTREACHED
 fi
 ---
 and the option use-sessreg is enabled in /etc/X11/wdm/wdm.options.
 I tried to install xdm and it does register the session with almost identical 
 sessreg command (the only difference is the -x parameter which is set to 
 /etc/X11/xdm/Xservers there)...

I replaced wdm Xstartup with xdm Xstartup and s/xdm/wdm/g. No luck, it still
does not register session. I have verified that $DISPLAY and $USER values
just before the sessreg call are correct and so that the sessreg line is
processed if use-sessreg is enabled.

I am curious, did it register session at some time?

In the box where wdm is installed last time /var/log/wdm.log was updated was
long time ago, on November 2005 for sid. I wonder what happened at that time.
I think about something related to xfree86 - xorg transition (last xfree86 
log in this sid box is from September 2005).

Thanks for your feedback,

-- 
Agustin



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100527173737.ga3...@agmartin.aq.upm.es



Bug#312509: marked as done (wdm locks out keyboard sometimes)

2010-05-27 Thread Debian Bug Tracking System
Your message dated Thu, 27 May 2010 19:54:21 +0200
with message-id 20100527175421.gb3...@agmartin.aq.upm.es
and subject line Re: Bug#312509: wdm: I can confirm this issueTjaard de Vries 
tja...@tjaard.nl
has caused the Debian Bug report #312509,
regarding wdm locks out keyboard sometimes
to be marked as done.

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

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
312509: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=312509
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: wdm
Version: 1.28-1

When I boot up my machine wdm quite often locks out my keyboard, forcing
me to reboot and try again. The things that may be relevant:

Occurs not every time, not predictable.
I use all the packages present in sid for amd64 and it occurs with the
most recent versions of all libraries, etc. from this port.
I use the dvorak layout system wide.
My kernel: Linux anahata 2.6.11 #1 Mon May 9 19:41:07 CEST 2005 x86_64
GNU/Linux.
Trying the numlock led during boot-up showed that the keyboard is usable
before the x server is started. I can switch the led when the server has
started, but when wdm loads up the led won't toggle anymore. Please note
that the locking out does not always occur and I cannot predict when it
will or will not occur.

-- 
Tjaard

My computer is free, is yours? http://www.debian.org

---End Message---
---BeginMessage---
On Tue, Apr 06, 2010 at 11:57:54AM +0200, Agustin Martin wrote:
 tag 312509 + unreproducible
 thanks
 
 On Thu, Mar 25, 2010 at 12:07:05PM -0300, Nelson A. de Oliveira wrote:
  Hi!
  
  On Thu, Mar 25, 2010 at 11:50 AM, Agustin Martin agmar...@debian.org 
  wrote:
   I cannot reproduce this problem at all with current wdm and xserver-xprg
   stuff.
  
   Can you still reproduce this problem?
  
  It was a long time ago, with different system, and I don't use WDM anymore.
  So from me you can consider it as I cannot reproduce it anymore.
 
 Thanks for the reply,
 
 Some time ago, I experienced some keyboard lock due to problems with evdev
 module loading, but this seems not the problem described here, and could not
 reproduce this for a long time.
 
 This also may have been fixed by recent xserver-xorg-core stuff.
 
 Anyway, as I cannot reproduce this problem and no further info was added in
 some time, I am tagging this bug report as unreproducible. Will close it
 soon if no news with fresh info comes.

Hi,

Since I cannot reproduce this problem and had no reply for over two months, I
am closing this bug report.

In case you are still experiencing this problem, please reopen the bug
report with fresh info if possible.

Cheers,

-- 
Agustin

---End Message---


Bug#558055: jwchat 1.0final-5.1: Please update debconf PO translation for the package jwchat

2010-05-27 Thread Marcelo Jorge Vieira
Hi Christian,

I have intention to adopt jwchat package, and maintain it with
XMPP team. So, if it is not inconvenient, I can upload the package
and apply the patches... What do you think about it?

Cheers,

-- 
Marcelo Jorge Vieira
xmpp://me...@jabber-br.org
http://metaldot.alucinados.com


signature.asc
Description: This is a digitally signed message part


Bug#500161: Bump.

2010-05-27 Thread Mark Lawrence
A couple of years have gone by on this bug, and I just ran into it. Any
chance of fix?

Of interest perhaps (to reduce the amount of work involved) is patch to
the package generated by Ubuntu:

  https://bugs.launchpad.net/ubuntu/+source/libcdk5/+bug/565526

Regards,
Mark.
-- 
Mark Lawrence



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100527173606.ga24...@lifebook.rekudos.net



Bug#109712: wdm: VNC localhost connection fails with pipe read error

2010-05-27 Thread Agustin Martin
On Wed, Aug 22, 2001 at 08:13:07PM -0700, kms...@ix.netcom.com wrote:
 Package: wdm
 Version: 1.20-11
 Severity: normal
 
 When attempting an XDMCP-mediated session via VNC to localhost, the
 session fails, and the following error is recorded to daemon.log:
 
 daemon.log:Aug 22 18:33:07 navel wdm: wdm pipe read error with program
 /usr/bin/X11/wdmLogin, wdm terminating 

Hi,

I am looking at some ancient bug reports for this already orphaned package.
I am aware that original bug report is 9 years old, so you may no longer be
using wdm, but in case you still use it, there is something in above error
message that also appeared in 

http://bugs.debian.org/488715
http://bugs.debian.org/547251

and that was fixed in wdm_1.28-3.5, so you may be interested in try again and 
see what happens.

Thanks for your feedback.

-- 
Agustin



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100527180552.ga3...@agmartin.aq.upm.es



Donuts machen fett

2010-05-27 Thread Dr. Steffanie Schellenberg

5 oder sogar 25 Kilo weniger? Wer moechte das nicht! Nur schafft es kaum
jemand. Zumindest nicht ohne Unterstuetzung. 

Das neu entdeckte Mittel zum Abnehmen ist so revolutionaer, es hat es sogar
in die beruehmte Show von Oprah Winfrey geschafft!

Wunderpillen aus Amerika erzielen den perfekten Durchbruch. Nutzen auch Sie
das neue Mittel!

http://bit.ly/aDftcC

Mit freundlichen Gruessen
Dr. Sabrina Garstig


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/ac3501cafd8e$641806c0$c3011...@abbyet_johnqaec



Bug#558055: jwchat 1.0final-5.1: Please update debconf PO translation for the package jwchat

2010-05-27 Thread Christian PERRIER
Quoting Marcelo Jorge Vieira (me...@debian.org):
 Hi Christian,
 
 I have intention to adopt jwchat package, and maintain it with
 XMPP team. So, if it is not inconvenient, I can upload the package
 and apply the patches... What do you think about it?

No problem for me.



signature.asc
Description: Digital signature