Bug#677224: wicd-gtk tray icon status always says "Not connected", able to reproduce?

2018-03-31 Thread Riccardo Stagni
I had to install python-appindicator to show the wicd-gtk tray icon in the
recently-updated enlightenment environment (#894529).
The tray icon stays not connected (exclamation mark in a black-bordered
triangle) even if I am connected.

Sooo, to reproduce:

root@hactar:~# LANG=C dpkg -l *wicd* *appindicator* *enlightenment*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   Version  Architecture 
Description
+++-==---=
ii  enlightenment  0.22.1-3 amd64
X11 window manager based on EFL
ii  enlightenment-data 0.22.1-3 all  
X11 window manager based on EFL - run time data files
ii  libappindicator1:amd64 0.4.92-5 amd64
allow applications to export a menu into the panel
ii  libayatana-appindicator3-1 0.5.3-3  amd64
Ayatana Application Indicators (GTK-3+ version)
ii  python-appindicator0.4.92-5 amd64
Python bindings for libappindicator
ii  python-wicd1.7.4+tb2-5  all  
wired and wireless network manager - Python module
un  python2.7-appindicator   
(no description available)
ii  wicd   1.7.4+tb2-5  all  
wired and wireless network manager - metapackage
un  wicd-cli 
(no description available)
un  wicd-client  
(no description available)
un  wicd-curses  
(no description available)
ii  wicd-daemon1.7.4+tb2-5  all  
wired and wireless network manager - daemon
ii  wicd-gtk   1.7.4+tb2-5  all  
wired and wireless network manager - GTK+ client

The tray icon used to work with the old enlightenment version (e17), without
appindicator (xembed support?)


Thanks for your work,
Riccardo



Bug#894529: wicd-gtk tray icon not showing anymore in enlightenment (missing appindicator dependency)

2018-03-31 Thread Riccardo Stagni
Package: wicd-gtk
Version: 1.7.4+tb2-5
Severity: normal

Hi,
I just updated my window manager (enlightenment) and the wicd-gtk tray icon was
not showing anymore.
It seems around e20 they stopped providing the xembed tray-system support in
favour of appindicator.

Could you please add python-appindicator as depends/raccomends for wicd-gtk?
(then I think I can reproduce #677224, but at least I have some icon to click 
on) :)

Thanks for maintaining wicd!
Riccardo



Bug#892912: pytrainer: startup fails because gtk2 features were dropped from matplotlib

2018-03-14 Thread Riccardo Stagni
Source: pytrainer
Version: 1.11.0-1
Severity: grave
Tags: sid buster upstream
Forwarded: https://github.com/pytrainer/pytrainer/issues/114


Since matplotlib 2.1.1-1 was uploaded to unstable dropping gtk2 features (last
january) pytrainer fails at startup throwing an ImportError.

Please see:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=885511
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=889137
https://github.com/pytrainer/pytrainer/issues/114

Severity set to grave as pytrainer is unusable (both in sid and testing).


Thanks for your work,
Riccardo



Bug#882011: same thing for python-enum34

2017-11-18 Thread Riccardo Stagni
Uops, sorry, I have just seen you already retitled/fixed the bug...

I'm sorry for the noise.

Riccardo



Bug#882011: same thing for python-enum34

2017-11-18 Thread Riccardo Stagni
Control: retitle -1 python-cryptography: no longer depends on cffi-backend and 
enum, programs fail to start

The same is happening with obnam and python-enum34:

riccio@hactar:~$ obnam generations
Traceback (most recent call last):
  File "/usr/bin/obnam", line 18, in 
import obnamlib
  File "/usr/lib/python2.7/dist-packages/obnamlib/__init__.py", line 91, in 

from .app import App, ObnamIOError, ObnamSystemError
  File "/usr/lib/python2.7/dist-packages/obnamlib/app.py", line 25, in 
import paramiko
  File "/usr/lib/python2.7/dist-packages/paramiko/__init__.py", line 30, in 

from paramiko.transport import SecurityOptions, Transport
  File "/usr/lib/python2.7/dist-packages/paramiko/transport.py", line 33, in 

from cryptography.hazmat.primitives.ciphers import algorithms, Cipher, modes
  File 
"/usr/lib/python2.7/dist-packages/cryptography/hazmat/primitives/ciphers/__init__.py",
 line 7, in 
from cryptography.hazmat.primitives.ciphers.base import (
  File 
"/usr/lib/python2.7/dist-packages/cryptography/hazmat/primitives/ciphers/base.py",
 line 12, in 
from cryptography.exceptions import (
  File "/usr/lib/python2.7/dist-packages/cryptography/exceptions.py", line 7, 
in 
from enum import Enum
ImportError: No module named enum

Thanks,
Riccardo



Bug#878540: munin-plugins-core: issues with snmp/name resolution

2017-10-14 Thread Riccardo Stagni
Package: munin-plugins-core
Version: 2.0.33-1
Severity: minor

Hi,
it seems that if you can't resolve hostnames when munin-node starts, the
SNMP-based plugins will be assigned to the local host name instead of the node
name one expects.

More details:
- zaphod.casa.mia: munin-node and dns server (I discovered the issue at boot
  time, but you can reproduce it stopping the DNS server or removing entries
  from /etc/hosts)
- c877-cs-1.casa.mia: the device we want to monitor via snmp
- /etc/munin/munin.conf stanzas:
  [zaphod.casa.mia]
  address 127.0.0.1
  use_node_name yes

  [c877-cs-1.casa.mia]
  address 127.0.0.1
  use_node_name no

Steps to reproduce:
1. telnet localhost 4949
1a. list zaphod.casa.mia -> check that no snmp_* entries are shown
1b. list c877-cs-1.casa.mia -> check that the usual snmp_* entries are shown
2. stop the dns and/or remove the entry from /etc/hosts
3. start munin-node
4. telnet localhost 4949
4a. list zaphod.casa.mia -> snmp_c877-cs-1.casa.mia_* appear
4b. list c877-cs-1.casa.mia -> only snmp_c877-cs-1.casa.mia_uptime is shown 
(sometimes something else)

In /var/log/munin/munin-node.log is then seen (just one for clarity):
2017/10/14-12:25:33 [707] Error output from snmp_c877-cs-1.casa.mia_if_2:
2017/10/14-12:25:33 [707]   Could not set up SNMP 2 session to 
c877-cs-1.casa.mia: Unable to resolve the UDP/IPv4 address "c877-cs-1.casa.mia"
2017/10/14-12:25:33 [707] Service 'snmp_c877-cs-1.casa.mia_if_2' exited with 
status 11/0.

/etc/munin/plugins/snmp_c877-cs-1.casa.mia_if_2 is a symlink to 
/usr/share/munin/plugins/snmp__if_

Seeing the above log I'm not sure if this report should be assigned to 
munin-node or
if it's something in Munin::Plugin::SNMP.

Thanks for maintaining munin,
Riccardo


-- System Information:
Debian Release: 9.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8), 
LANGUAGE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages munin-plugins-core depends on:
ii  munin-common  2.0.33-1
ii  perl  5.24.1-3+deb9u2

Versions of packages munin-plugins-core recommends:
ii  libnet-snmp-perl  6.0.1-2

Versions of packages munin-plugins-core suggests:
pn  conntrack
pn  libcache-cache-perl  
pn  libdbd-mysql-perl
pn  libnet-dns-perl  
pn  libnet-netmask-perl  
pn  libnet-telnet-perl   
pn  libxml-parser-perl   
ii  python   2.7.13-2
ii  ruby 1:2.3.3

-- no debconf information



Bug#873292: ip(8) changed syntax

2017-09-11 Thread Riccardo Stagni
I think the issue you are seeing is due to a syntax change in the ip(8)
command. Please compare:
https://manpages.debian.org/jessie/iproute2/ip-link.8.en.html
https://manpages.debian.org/stretch/iproute2/ip-link.8.en.html

ciao,
Riccardo



Bug#668334: digitemp: Package version 3.6.0; orphaned package?

2012-04-14 Thread Riccardo Stagni
On Tue, Apr 10, 2012 at 10:33:55PM -0700, Ryan Finnie wrote:
 Officially, this is a request to for Digitemp version 3.6.0, released 
 2008-08-27.  However...
 
 Alternatively, if you would like, I would be willing and happy to take 
 over maintenance of this package.  It has not been touched in nearly 4 
 years, and could use a little love (new version, migrate to unified 
 debhelper, lintian fixes, etc).
 
 I am a Debian Maintainer (DM), not a full DD, but all that means is the 
 first upload I provide would need to be signed by you; after that, it 
 would be in my hands.

Please, do it! :)
I never uploaded the 3.6.0 release because it still suffered from some
bugs introduced in 3.5.0 (see for example #505871), I wasn't in possess of
the hardware necessary to do the appropriate testing and (the last time I
checked) upstream was a too busy to work on it.

I have some DS18B20/DS19B20 (usually in the parassite power configuration)
around, if you need help for testing your builds.

I'm neither a DM/DD so I had to have my uploads sponsored. I could ask to
my usual sponsor (Enrico Zini), but I think it's better if you ask to the
DD with whom you worked most.

ciao,
Riccardo

(btw, thanks for maintaining grepcidr!) :)


signature.asc
Description: Digital signature


Bug#600971: amsn: unable to receive offline messages

2010-10-21 Thread Riccardo Stagni
Package: amsn
Version: 0.98.3-2+b1
Severity: normal
Tags: patch

The current version is unable to receive offline messages, it looks as an
issue with the protocol.
On the forum they suggest to update to the current SVN version:
http://www.amsn-project.net/forums/index.php/topic,8098.0.html

But as we are in freeze, I advice against it. I found, instead, that just
applying this patch (attached to the mail) fixes the issue
http://amsn.svn.sourceforge.net/viewvc/amsn/trunk/amsn/protocol.tcl?r1=12196r2=12195pathrev=12196

Do you think you could upload an updated package for squeeze? I tagged the
bug normal because it's not a very big issue (nor sending offline messages
on msn is a release critical bug), but I think would be nice have OIMs
working in a stable release! :)

ciao
Riccardo

ps. thanks for maintaining amsn!

-- 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=it...@euro, lc_ctype=it...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages amsn depends on:
ii  amsn-data   0.98.3-2 Data files for aMSN
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.4.5-4GCC support library
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgssdp-1.0-2  0.8.0-2  GObject-based library for SSDP
ii  libgstfarsight0.10-00.0.21-2 Audio/Video communications framewo
ii  libgstreamer-plugins-ba 0.10.30-1GStreamer libraries from the base
ii  libgstreamer0.10-0  0.10.30-1Core GStreamer libraries and eleme
ii  libgupnp-1.0-3  0.14.0-2 GObject-based library for UPnP
ii  libgupnp-igd-1.0-3  0.1.7-2+b1   library to handle UPnP IGD port ma
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  libpng12-0  1.2.44-1 PNG library - runtime
ii  libsnack2-alsa [libsnac 2.2.10-dfsg1-9   Sound extension to Tcl/Tk and Pyth
ii  libsoup2.4-12.30.2-1 an HTTP library implementation in 
ii  libstdc++6  4.4.5-4  The GNU Standard C++ Library v3
ii  libv4l-00.8.1-1  Collection of video4linux support 
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxml2 2.7.7.dfsg-4 GNOME XML library
ii  tcl-tls 1.5.0.dfsg-10the TLS OpenSSL extension to Tcl
ii  tk8.5   8.5.8-1  Tk toolkit for Tcl and X11, v8.5 -
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

amsn recommends no packages.

Versions of packages amsn suggests:
pn  docker  none   (no description available)
ii  galeon  2.0.7-2.1+b1 GNOME web browser for advanced use
ii  sox 14.3.1-1 Swiss army knife of sound processi
ii  tcl8.4 [tclsh]  8.4.19-4 Tcl (the Tool Command Language) v8
ii  tcl8.5 [tclsh]  8.5.8-2  Tcl (the Tool Command Language) v8

-- no debconf information
--- trunk/amsn/protocol.tcl 2010/10/13 22:15:50 12195
+++ trunk/amsn/protocol.tcl 2010/10/16 23:06:47 12196
@@ -3820,6 +3820,11 @@
$soap destroy
 
set msg [GetXmlEntry $xml 
soap:Envelope:soap:Body:GetMessageResponse:GetMessageResult]
+   if {$msg == } {
+   #microsoft changed the oim format to the prefix 
s: instead of soap:
+   #so this is some kind of hack to try if this 
oim has the new prefix 
+   set msg [GetXmlEntry $xml 
s:Envelope:s:Body:GetMessageResponse:GetMessageResult]
+   }
set msg [string map {\r\n \n } $msg]
set msg [string map {\n \r\n } $msg]
set message [Message create %AUTO%]
@@ -3839,6 +3844,13 @@
status_log Auth failed, retry : $retry white
 set reauth [GetXmlEntry $xml 
soap:Envelope:soap:Body:soap:Fault:detail:RequiredAuthPolicy]
 set lock_challenge [GetXmlEntry $xml 
soap:Envelope:soap:Body:soap:Fault:detail:LockKeyChallenge]
+   if {$reauth ==   $lock_challenge == } {
+   #microsoft changed the oim format to 
the prefix s: instead of soap:
+   #so this is some kind of hack to try if 
this oim has the new prefix 
+   set reauth [GetXmlEntry $xml 
s:Envelope:s:Body:s:Fault:detail:RequiredAuthPolicy]
+   set lock_challenge [GetXmlEntry $xml 
s:Envelope:s:Body:s:Fault:detail:LockKeyChallenge]
+ 

Bug#579055: Processed: tagging 597410, tagging 579055

2010-10-10 Thread Riccardo Stagni
On Sun, Oct 10, 2010 at 01:56:46PM +0200, Julien Cristau wrote:
 could you please upload your fixed package ASAP?

I've sent the package to my usual sponsor (Enrico Zini) the same day I
tagged the bugreport pending. I'll try to ping him.

Riccardo


signature.asc
Description: Digital signature


Bug#596768: qviaggiatreno: unusable interface on small displays

2010-09-13 Thread Riccardo Stagni
Package: qviaggiatreno
Version: 2009.09-1
Severity: normal

On my eeepc (display resolution 800x480) is very difficult to use the
program without moving the window up and down...
For example, removing some unused space in the arrival/departure stations in
the train tabs should really help.

thanks anyway for packaging qviaggiatreno!

Riccardo


-- 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=it...@euro, lc_ctype=it...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages qviaggiatreno depends on:
ii  libc6 2.11.2-5   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.4-14 GCC support library
ii  libqt4-network4:4.6.3-2  Qt 4 network module
ii  libqt4-xml4:4.6.3-2  Qt 4 XML module
ii  libqtcore44:4.6.3-2  Qt 4 core module
ii  libqtgui4 4:4.6.3-2  Qt 4 GUI module
ii  libstdc++64.4.4-14   The GNU Standard C++ Library v3

qviaggiatreno recommends no packages.

qviaggiatreno suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#596771: qviaggiatreno: unhandled multiple trains with the same number

2010-09-13 Thread Riccardo Stagni
Package: qviaggiatreno
Version: 2009.09-1
Severity: normal

If I select the train number 824, qviaggiatreno dies with the following error:
---
  ASSERT failure in QListT::at: index out of range, file 
/usr/include/qt4/QtCore/qlist.h, line 395
  Aborted
---

Using the mobile webpage (http://mobile.viaggiatreno.it) I discovered that
there are two trains with that number, so perhaps in those cases
qviaggiatreno should disambiguate between the trains like it does when
selecting a certain station.

ciao
Riccardo


-- 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=it...@euro, lc_ctype=it...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages qviaggiatreno depends on:
ii  libc6 2.11.2-5   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.4-14 GCC support library
ii  libqt4-network4:4.6.3-2  Qt 4 network module
ii  libqt4-xml4:4.6.3-2  Qt 4 XML module
ii  libqtcore44:4.6.3-2  Qt 4 core module
ii  libqtgui4 4:4.6.3-2  Qt 4 GUI module
ii  libstdc++64.4.4-14   The GNU Standard C++ Library v3

qviaggiatreno recommends no packages.

qviaggiatreno suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#596773: qviaggiatreno: local times and italian times

2010-09-13 Thread Riccardo Stagni
Package: qviaggiatreno
Version: 2009.09-1
Severity: wishlist

The viaggiatreno website times are all in italian timezone, and
qviaggiatreno shows them without applying any change. But the last update
time on the top of the tab is in local time. This is ok if one is within the
CET timezone, but, for example, I was recently in England and while checking
for some train times it was confusing.

So, the last update time should be shown as it's in the Europe/Rome
timezone.

thanks
Riccardo


-- 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=it...@euro, lc_ctype=it...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages qviaggiatreno depends on:
ii  libc6 2.11.2-5   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.4-14 GCC support library
ii  libqt4-network4:4.6.3-2  Qt 4 network module
ii  libqt4-xml4:4.6.3-2  Qt 4 XML module
ii  libqtcore44:4.6.3-2  Qt 4 core module
ii  libqtgui4 4:4.6.3-2  Qt 4 GUI module
ii  libstdc++64.4.4-14   The GNU Standard C++ Library v3

qviaggiatreno recommends no packages.

qviaggiatreno suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#584655: chromium-browser: imprecision in about:memory

2010-06-05 Thread Riccardo Stagni
Package: chromium-browser
Version: 5.0.375.55~r47796-1
Severity: minor

the ? near memory in the summary field of about:memory explains what the
numbers means. For proportional it says therefore this number is greater
than the private count... But it isn't! At the moment private says 38M and
proportional is 26M.
(instead it holds for browser processes, so perhaps changing the phrase with
Therefore, for each process, this number... should be clear enough).

ciao,
Riccardo
(thanks for packaging!) :)

-- 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=it...@euro, lc_ctype=it...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages chromium-browser depends on:
ii  chromium-browser-ins 5.0.375.55~r47796-1 page inspector for the chromium-br
ii  libasound2   1.0.23-1shared library for ALSA applicatio
ii  libatk1.0-0  1.30.0-1The ATK accessibility toolkit
ii  libavcodec52 4:0.5.2-1   ffmpeg codec library
ii  libavformat524:0.5.2-1   ffmpeg file format library
ii  libavutil49  4:0.5.2-1   ffmpeg utility library
ii  libbz2-1.0   1.0.5-4 high-quality block-sorting file co
ii  libc62.11.1-2Embedded GNU C Library: Shared lib
ii  libcairo21.8.10-4The Cairo 2D vector graphics libra
ii  libdbus-1-3  1.2.24-1simple interprocess messaging syst
ii  libdbus-glib-1-2 0.86-1  simple interprocess messaging syst
ii  libevent-1.4-2   1.4.13-stable-1 An asynchronous event notification
ii  libexpat12.0.1-7 XML parsing C library - runtime li
ii  libfontconfig1   2.8.0-2.1   generic font configuration library
ii  libfreetype6 2.3.11-1FreeType 2 font engine, shared lib
ii  libgcc1  1:4.4.4-4   GCC support library
ii  libgconf2-4  2.28.1-3GNOME configuration database syste
ii  libglib2.0-0 2.24.1-1The GLib library of C routines
ii  libgtk2.0-0  2.20.1-1The GTK+ graphical user interface 
ii  libicu42 4.2.1-3 International Components for Unico
ii  libjpeg626b-16.1 The Independent JPEG Group's JPEG 
ii  libnspr4-0d  4.8.4-1 NetScape Portable Runtime Library
ii  libnss3-1d   3.12.6-2Network Security Service libraries
ii  libpango1.0-01.28.0-1Layout and rendering of internatio
ii  libpng12-0   1.2.43-1PNG library - runtime
ii  libstdc++6   4.4.4-4 The GNU Standard C++ Library v3
ii  libv8-2.2.7  2.2.7-1 V8 JavaScript Engine
ii  libx11-6 2:1.3.3-3   X11 client-side library
ii  libxext6 2:1.1.1-3   X11 miscellaneous extension librar
ii  libxml2  2.7.7.dfsg-2GNOME XML library
ii  libxrender1  1:0.9.5-2   X Rendering Extension client libra
ii  libxslt1.1   1.1.26-3XSLT processing library - runtime 
ii  libxss1  1:1.2.0-2   X11 Screen Saver extension library
ii  xdg-utils1.0.2+cvs20100307-1 desktop integration utilities from
ii  zlib1g   1:1.2.3.4.dfsg-3compression library - runtime

chromium-browser recommends no packages.

Versions of packages chromium-browser suggests:
pn  chromium-browser-l10n none (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#584665: chromium-browser: about tabs not reloaded on restart

2010-06-05 Thread Riccardo Stagni
Package: chromium-browser
Version: 5.0.375.55~r47796-1
Severity: normal

I'm keeping the about:memory tab opened near my usual tabs. If I quit the
browser and restart it, all tabs get reloaded except the memory one.
It isn't updated even if I hit reload or ^R. I have to go to the address bar
(or hit ^L) and then press enter to be able to see the page.

It seems all about: pages behave in this way, so perhaps it's a design
choice or it's due to how those pages are made up.

ciao
Riccardo

-- 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=it...@euro, lc_ctype=it...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages chromium-browser depends on:
ii  chromium-browser-ins 5.0.375.55~r47796-1 page inspector for the chromium-br
ii  libasound2   1.0.23-1shared library for ALSA applicatio
ii  libatk1.0-0  1.30.0-1The ATK accessibility toolkit
ii  libavcodec52 4:0.5.2-1   ffmpeg codec library
ii  libavformat524:0.5.2-1   ffmpeg file format library
ii  libavutil49  4:0.5.2-1   ffmpeg utility library
ii  libbz2-1.0   1.0.5-4 high-quality block-sorting file co
ii  libc62.11.1-2Embedded GNU C Library: Shared lib
ii  libcairo21.8.10-4The Cairo 2D vector graphics libra
ii  libdbus-1-3  1.2.24-1simple interprocess messaging syst
ii  libdbus-glib-1-2 0.86-1  simple interprocess messaging syst
ii  libevent-1.4-2   1.4.13-stable-1 An asynchronous event notification
ii  libexpat12.0.1-7 XML parsing C library - runtime li
ii  libfontconfig1   2.8.0-2.1   generic font configuration library
ii  libfreetype6 2.3.11-1FreeType 2 font engine, shared lib
ii  libgcc1  1:4.4.4-4   GCC support library
ii  libgconf2-4  2.28.1-3GNOME configuration database syste
ii  libglib2.0-0 2.24.1-1The GLib library of C routines
ii  libgtk2.0-0  2.20.1-1The GTK+ graphical user interface 
ii  libicu42 4.2.1-3 International Components for Unico
ii  libjpeg626b-16.1 The Independent JPEG Group's JPEG 
ii  libnspr4-0d  4.8.4-1 NetScape Portable Runtime Library
ii  libnss3-1d   3.12.6-2Network Security Service libraries
ii  libpango1.0-01.28.0-1Layout and rendering of internatio
ii  libpng12-0   1.2.43-1PNG library - runtime
ii  libstdc++6   4.4.4-4 The GNU Standard C++ Library v3
ii  libv8-2.2.7  2.2.7-1 V8 JavaScript Engine
ii  libx11-6 2:1.3.3-3   X11 client-side library
ii  libxext6 2:1.1.1-3   X11 miscellaneous extension librar
ii  libxml2  2.7.7.dfsg-2GNOME XML library
ii  libxrender1  1:0.9.5-2   X Rendering Extension client libra
ii  libxslt1.1   1.1.26-3XSLT processing library - runtime 
ii  libxss1  1:1.2.0-2   X11 Screen Saver extension library
ii  xdg-utils1.0.2+cvs20100307-1 desktop integration utilities from
ii  zlib1g   1:1.2.3.4.dfsg-3compression library - runtime

chromium-browser recommends no packages.

Versions of packages chromium-browser suggests:
pn  chromium-browser-l10n none (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#509935: rejected packages

2010-06-02 Thread Riccardo Stagni
I thing that this issue became more serious with the lintian-based
automatic rejection of incoming packages.
Some days ago an upload (illuminator_0.11.0-4_amd64.changes) got rejected
because of this pending issue.

(from the reject mail)
 Reject Reasons:
 illuminator source: lintian output: 'uploader-address-malformed IV 
 hazel...@debian.org', automatically rejected package.

(CC-ing ftp-masters as reject mails say to write if something concerns
them, and CC-ing debian-science-maintainers and hazelsct as maintainers of
the package in question)

ciao
Riccardo


signature.asc
Description: Digital signature


Bug#509935: rejected packages

2010-06-02 Thread Riccardo Stagni
On Wed, Jun 02, 2010 at 02:24:22PM -0700, Russ Allbery wrote:
 I thought we established the last time around on this discussion that Adam
 needs to leave the comma off in his name for the time being.

I wasn't aware of this, reading the bug report it looked to me that the
discussion was stopped and no decision really made.

Sorry for the wasted time! :(

Riccardo


signature.asc
Description: Digital signature


Bug#564448: fixed (at least for me)

2010-05-08 Thread Riccardo Stagni
It now works like a charm with linux-image-2.6.32-5-686 (2.6.32-12) and
xserver-xorg-video-radeon 1:6.13.0-1!

(I suffered from the same bug with former kernel versions)

ciao
Riccardo


signature.asc
Description: Digital signature


Bug#529178: additional data?

2010-05-08 Thread Riccardo Stagni
I'm suffering from an issue similar to this one. I found that switching to
VT and back to X a couple of times seems to fix the problem, but obviously
this isn't a real solution. Also because, with KMS, switching to console
is not going to do anything to the graphic card (and this is why I'm
keeping kms disabled, as the issue is still happening with recent kernel
and video drivers).

With respect to the original submitter situation, I think I'm luckier
because it doesn't happen always. It happens sometimes when switching
from VT to X (or starting X), when exiting powersave mode or when I turn
on the display with an X session active. Sometime the screen looks ok and
all works fine, sometimes I see some pixel flashing or fuzzy images (but
never both) and then the monitor will lose the video signal after some
second. Sometimes instead images are sharp but if the screen changes too
much the signal is lost immediately.

I don't think it's exclusively due to the monitor size because I had the
same problem with the same card but a smaller display (15 LCD at
1024x768): with the VGA connection it worked fine, the symptoms described
above appeared using DVI. But surely the problem is correlated with the
size, because it happened about one time every ten with the 15 display,
and now it happens approximately one time every three with a 22 display
(1680x1050 LCD).

ciao,
Riccardo


signature.asc
Description: Digital signature


Bug#579313: new upstream features

2010-04-30 Thread Riccardo Stagni
On Mon, Apr 26, 2010 at 11:55:01PM +0200, Claus Herwig wrote:
 There is a new version 3.6.0 upstream for some time now. It has a useful
 new feature for all multisensors: With parameter -A you can get the AD
 voltage value directly, so you can use all types of sensors, not only
 temp/humidity as in older versions.
 
 So could you please update the debian package?

Version 3.6.0 suffers of the same ds2438 bug of version 3.5.0, see #505871
for reference. In that report there was a link to a possible working
solution, but I don't know enough of 1wire sensors to decide if there is
some drawback.

The 3.6.0 release have also another issue with the -I command line option
(basically it doesn't work anymore).

I wrote upstream about both problem but he was very busy at the moment...
Since it was some time ago I could try to ping him and ask about some
solution.

Riccardo


signature.asc
Description: Digital signature


Bug#567977: still doesn't depends on xulrunner

2010-04-09 Thread Riccardo Stagni
unarchive 567977
reopen 567977
found 567977 2.0.7-2
thanks

It seems the last upload was built again with the broken dh_xulrunner...

Riccardo


signature.asc
Description: Digital signature


Bug#465959: Status of saods9 adoption

2010-03-27 Thread Riccardo Stagni
retitle 465959 ITA: saods9 -- image display tool for astronomy
thanks

On Fri, Mar 26, 2010 at 09:08:58AM -0400, Scott Howard wrote:
 Hello, I'd like to check the status of the adoption of saods9 in
 Debian. If no work has been done, I'd like to change the status back
 to orphaned so it will be removed up by the QA team. Thank you.

I'm working on it, but it's really not something easy to do as upstream
is including a lot of things in the source archive (eg. the whole tcl/tk
package, a lot of libraries, etc) and the build process is really messed
up. Also attending university slows a lot the work.

ciao
Riccardo


signature.asc
Description: Digital signature


Bug#573998: newsbeuter: random crashes and memory leak?

2010-03-15 Thread Riccardo Stagni
Package: newsbeuter
Version: 2.2-1
Severity: important

It seems that sometimes newsbeuter hangs while reading feed items and starts
leaking memory at the rate of 3-4 MB/s. I tried to remove che cache.db file
but it still happens.
I think it's the displaying thread going berserk because if I'm downloading
feeds while reading news items I can see the last line updating.

Severity is set to important instead of grave because I don't know if it's
reproducible (here I had to downgrade to 2.1).

ciao
Riccardo

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

Kernel: Linux 2.6.32-3-686 (SMP w/2 CPU cores)
Locale: lang=it...@euro, lc_ctype=it...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages newsbeuter depends on:
ii  libc62.10.2-6Embedded GNU C Library: Shared lib
ii  libcurl3-gnutls  7.20.0-1Multi-protocol file transfer libra
ii  libgcc1  1:4.4.3-3   GCC support library
ii  libncursesw5 5.7+20090803-2  shared libraries for terminal hand
ii  libsqlite3-0 3.6.23-1SQLite 3 shared library
ii  libstdc++6   4.4.3-3 The GNU Standard C++ Library v3
ii  libxml2  2.7.6.dfsg-2+b1 GNOME XML library

newsbeuter recommends no packages.

newsbeuter suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#573150: psi: accented characters in addresses

2010-03-09 Thread Riccardo Stagni
Package: psi
Version: 0.14-2
Severity: normal

A friend of mine sent me a link containing an accent, http://öpnvkarte.de/
Clicking on it opened http://pnvkarte.de/; in my browser.

I made some other check, and it appears that this issue happens only with .de 
domains and with any type of accented character.

ciao
Riccardo

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

Kernel: Linux 2.6.32-2-686 (SMP w/2 CPU cores)
Locale: lang=it...@euro, lc_ctype=it...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages psi depends on:
ii  libaspell15 0.60.6-3 GNU Aspell spell-checker runtime l
ii  libc6   2.10.2-6 Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.4.3-3GCC support library
ii  libqca2 2.0.2-1  libraries for the Qt Cryptographic
ii  libqca2-plugin-ossl 0.1~20070904-4   QCA OSSL plugin for libqca2
ii  libqt4-dbus 4:4.5.3-4Qt 4 D-Bus module
ii  libqt4-network  4:4.5.3-4Qt 4 network module
ii  libqt4-qt3support   4:4.5.3-4Qt 3 compatibility library for Qt 
ii  libqt4-xml  4:4.5.3-4Qt 4 XML module
ii  libqtcore4  4:4.5.3-4Qt 4 core module
ii  libqtgui4   4:4.5.3-4Qt 4 GUI module
ii  libstdc++6  4.4.3-3  The GNU Standard C++ Library v3
ii  libx11-62:1.3.3-1X11 client-side library
ii  libxss1 1:1.2.0-2X11 Screen Saver extension library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages psi recommends:
ii  sox14.3.0-1.1+b1 Swiss army knife of sound processi

Versions of packages psi suggests:
pn  libqca2-plugin-gnupg none  (no description available)
pn  psi-translations none  (no description available)
ii  xdg-utils1.0.2+cvs20100307-1 desktop integration utilities from

-- no debconf information



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#572742: SyntaxWarning: assertion is always true

2010-03-06 Thread Riccardo Stagni
Package: python2.6-minimal
Version: 2.6.4-6
Severity: minor

After a recent dist-upgrade:
Setting up python2.6-minimal (2.6.4-6) ...
Linking and byte-compiling packages for runtime python2.6...
/usr/lib/python2.6/dist-packages/scipy/stats/mstats_basic.py:106: 
SyntaxWarning: assertion is always true, perhaps remove parentheses?
  assert(output.ndim == 2, The input should be 2D!)
Setting up python2.6 (2.6.4-6) ...
[etc]

ciao
Riccardo

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

Kernel: Linux 2.6.32-trunk-686 (SMP w/2 CPU cores)
Locale: lang=it...@euro, lc_ctype=it...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages python2.6-minimal depends on:
ii  libc6   2.10.2-6 Embedded GNU C Library: Shared lib
ii  libssl0.9.8 0.9.8m-2 SSL shared libraries
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages python2.6-minimal recommends:
ii  python2.6 2.6.4-6An interactive high-level object-o

Versions of packages python2.6-minimal suggests:
pn  binfmt-supportnone (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#572203: mutt: read only files with external viewer

2010-03-02 Thread Riccardo Stagni
Package: mutt
Version: 1.5.20-7
Severity: normal

If I write a mail, attach some file and, before sending it, I try to view
the attached files with an external viewer, mutt changes the file
permissions to 0400.
It took a while for me to understand why latex was unable to update a pdf
file I sent by email the day before :)

I think the fix for #528233 caused this issue. Making the attached file read
only it's the right think to do when reading received mails, but I'd like to
still be able to edit files I send!

ciao
Riccardo

-- Package-specific info:
Mutt 1.5.20 (2009-06-14)
Copyright (C) 1996-2009 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.

System: Linux 2.6.32-trunk-686 (i686)
ncurses: ncurses 5.7.20090803 (compiled with 5.7)
libidn: 1.18 (compiled with 1.15)
hcache backend: GDBM version 1.8.3. 10/15/2002 (built Nov 21 2009 11:02:22)
Compile options:
-DOMAIN
+DEBUG
-HOMESPOOL  +USE_SETGID  +USE_DOTLOCK  +DL_STANDALONE  +USE_FCNTL  -USE_FLOCK   
+USE_POP  +USE_IMAP  +USE_SMTP  
-USE_SSL_OPENSSL  +USE_SSL_GNUTLS  +USE_SASL  +USE_GSS  +HAVE_GETADDRINFO  
+HAVE_REGCOMP  -USE_GNU_REGEX  
+HAVE_COLOR  +HAVE_START_COLOR  +HAVE_TYPEAHEAD  +HAVE_BKGDSET  
+HAVE_CURS_SET  +HAVE_META  +HAVE_RESIZETERM  
+CRYPT_BACKEND_CLASSIC_PGP  +CRYPT_BACKEND_CLASSIC_SMIME  +CRYPT_BACKEND_GPGME  
-EXACT_ADDRESS  -SUN_ATTACHMENT  
+ENABLE_NLS  -LOCALES_HACK  +COMPRESSED  +HAVE_WC_FUNCS  +HAVE_LANGINFO_CODESET 
 +HAVE_LANGINFO_YESEXPR  
+HAVE_ICONV  -ICONV_NONTRANS  +HAVE_LIBIDN  +HAVE_GETSID  +USE_HCACHE  
-ISPELL
SENDMAIL=/usr/sbin/sendmail
MAILPATH=/var/mail
PKGDATADIR=/usr/share/mutt
SYSCONFDIR=/etc
EXECSHELL=/bin/sh
MIXMASTER=mixmaster
To contact the developers, please mail to mutt-...@mutt.org.
To report a bug, please visit http://bugs.mutt.org/.

patch-1.5.13.cd.ifdef.2

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

Kernel: Linux 2.6.32-trunk-686 (SMP w/2 CPU cores)
Locale: lang=it...@euro, lc_ctype=it...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages mutt depends on:
ii  libc6  2.10.2-5  Embedded GNU C Library: Shared lib
ii  libcomerr2 1.41.10-1 common error description library
ii  libgdbm3   1.8.3-9   GNU dbm database routines (runtime
ii  libgnutls262.8.5-2   the GNU TLS library - runtime libr
ii  libgpg-error0  1.6-1 library for common error values an
ii  libgpgme11 1.2.0-1.2 GPGME - GnuPG Made Easy
ii  libgssapi-krb5-2   1.8+dfsg~alpha1-7 MIT Kerberos runtime libraries - k
ii  libidn11   1.18-1GNU Libidn library, implementation
ii  libk5crypto3   1.8+dfsg~alpha1-7 MIT Kerberos runtime libraries - C
ii  libkrb5-3  1.8+dfsg~alpha1-7 MIT Kerberos runtime libraries
ii  libncursesw5   5.7+20090803-2shared libraries for terminal hand
ii  libsasl2-2 2.1.23.dfsg1-5Cyrus SASL - authentication abstra

Versions of packages mutt recommends:
ii  exim4-daemon-light [mail- 4.71-3 lightweight Exim MTA (v4) daemon
ii  libsasl2-modules  2.1.23.dfsg1-5 Cyrus SASL - pluggable authenticat
ii  locales   2.10.2-5   Embedded GNU C Library: National L
ii  mime-support  3.48-1 MIME files 'mime.types'  'mailcap

Versions of packages mutt suggests:
ii  aspell0.60.6-3   GNU Aspell spell-checker
ii  ca-certificates   20090814   Common CA certificates
ii  gnupg 1.4.10-2   GNU privacy guard - a free PGP rep
ii  ispell3.1.20.0-7 International Ispell (an interacti
pn  mixmaster none (no description available)
ii  openssl   0.9.8k-8   Secure Socket Layer (SSL) binary a
pn  urlview   none (no description available)

Versions of packages mutt is related to:
ii  mutt  1.5.20-7   text-based mailreader supporting M
pn  mutt-dbg  none (no description available)
pn  mutt-patched  none (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#570219: apt-xapian-index: deprecation warnings

2010-02-17 Thread Riccardo Stagni
Package: apt-xapian-index
Version: 0.23
Severity: normal

from cron:
/etc/cron.weekly/apt-xapian-index:
/usr/lib/python2.5/site-packages/apt/cache.py:119: DeprecationWarning: 
Deprecated, please use 'op' instead
  self._cache = apt_pkg.Cache(progress)
/usr/lib/python2.5/site-packages/apt/cache.py:119: DeprecationWarning: 
Deprecated, please use 'subop' instead
  self._cache = apt_pkg.Cache(progress)


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

Kernel: Linux 2.6.32-trunk-686 (SMP w/2 CPU cores)
Locale: lang=it...@euro, lc_ctype=it...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages apt-xapian-index depends on:
ii  python2.5.4-9An interactive high-level object-o
ii  python-apt0.7.93.1   Python interface to libapt-pkg
ii  python-debian 0.1.14 Python modules to work with Debian
ii  python-xapian 1.0.18-1   Xapian search engine interface for

apt-xapian-index recommends no packages.

apt-xapian-index suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100217121238.7652.31083.report...@eddie.casa.mia



Bug#568138: [Pkg-mc-devel] Bug#568138: broken mcview with binary files

2010-02-03 Thread Riccardo Stagni
On Tue, Feb 02, 2010 at 07:47:50PM +0100, Yury V. Zaytsev wrote:
 I can't reproduce this on my setup. Does it happen with any image /
 binary file or only some specific ones?

On further investigations, it seems that it doesn't happen with files
beginning with text (eg. BMP files). Files starting with nonprintable
characters (eg. PNG files) trigger this issue.

Riccardo


signature.asc
Description: Digital signature


Bug#568138: [Pkg-mc-devel] Bug#568138: broken mcview with binary files

2010-02-03 Thread Riccardo Stagni
On Wed, Feb 03, 2010 at 04:46:51PM +0100, Yury V. Zaytsev wrote:
 I can't reproduce it on my PNG files.

I don't know... I found the issue happens also on a squeeze machine I have
at hand, and it's reproducible also removing the .mc directory (so it's
not due to some change in configuration I made).

Could you please try with a surely binary file like one generated with:
dd if=/dev/urandom of=test.bin bs=1024 count=1

thanks
Riccardo


signature.asc
Description: Digital signature


Bug#568138: [Pkg-mc-devel] Bug#568138: broken mcview with binary files

2010-02-03 Thread Riccardo Stagni
forwarded 568138 http://www.midnight-commander.org/ticket/1918
tag 568138 + fixed-upstream
thanks

On Wed, Feb 03, 2010 at 04:46:51PM +0100, Yury V. Zaytsev wrote:
 I can't reproduce it on my PNG files.

what version of mc are you using? Locale?

Looking in the upstream ticket archive I found the following one:
http://www.midnight-commander.org/ticket/1918
and it seems the same issue!

(so I think that version 4.7.0.2 should fix this issue... I tagged this
bugreport consequently, if you think that it isn't the same issue please
feel free to retag)

R,


signature.asc
Description: Digital signature


Bug#568138: broken mcview with binary files

2010-02-02 Thread Riccardo Stagni
Package: mc
Version: 3:4.7.0.1-1
Severity: normal

Recently the internal viewer started interpreting the content of binary
files. If I try to view, for example, the raw content of an image (with F8)
it immediatly opens the search window with 2c?1;2c?1;2c?1;2c?1;2c (or
some variation) as search string, reopening it if I try to exit from that
window. I have to keep pressed ESC until it closes the viewer, and I'm left
with a messed up terminal and the lower command line filled with the same
2c?1; pattern.

(could this bug be related to #364345?)

ciao
Riccardo


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

Kernel: Linux 2.6.32-trunk-686 (SMP w/2 CPU cores)
Locale: lang=it...@euro, lc_ctype=it...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages mc depends on:
ii  libc6 2.10.2-5   Embedded GNU C Library: Shared lib
ii  libglib2.0-0  2.22.4-1   The GLib library of C routines
ii  libgpm2   1.20.4-3.2 General Purpose Mouse - shared lib
ii  libslang2 2.2.2-2The S-Lang programming library - r

Versions of packages mc recommends:
ii  mime-support  3.48-1 MIME files 'mime.types'  'mailcap

Versions of packages mc suggests:
pn  arj  none  (no description available)
ii  bzip21.0.5-4 high-quality block-sorting file co
pn  catdvi   none  (no description available)
pn  dbview   none  (no description available)
pn  djvulibre-binnone  (no description available)
ii  file 5.03-5+b1   Determines file type using magic
ii  gv [pdf-viewer]  1:3.6.8-1   PostScript and PDF viewer for X
ii  imagemagick  7:6.5.8.3-1 image manipulation programs
ii  lynx 2.8.8dev.2-1Text-mode WWW Browser (transitiona
pn  odt2txt  none  (no description available)
ii  perl 5.10.1-9Larry Wall's Practical Extraction 
ii  python   2.5.4-9 An interactive high-level object-o
pn  python-boto  none  (no description available)
pn  python-tznone  (no description available)
ii  unzip6.0-1   De-archiver for .zip files
ii  xpdf-reader [pdf-viewer] 3.02-1.4+lenny1 Portable Document Format (PDF) sui
ii  xpdf-utils [pdf-viewer]  3.02-1.4+lenny1 Portable Document Format (PDF) sui
ii  zip  3.0-1   Archiver for .zip files

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#567977: galeon: needs some kind of xulrunner

2010-02-01 Thread Riccardo Stagni
Package: galeon
Version: 2.0.7-1.2
Severity: grave
Justification: renders package unusable

Version 2.0.7-1.2 dropped dependency on xulrunner-1.9.1 and starting it
without some xulrunner installed makes it exit after saying something about
some MOZ_GRE_CONF or MOZILLA_FIVE_HOME environment variable (I really don't
remember, sorry).

Riccardo

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

Kernel: Linux 2.6.32-trunk-686 (SMP w/2 CPU cores)
Locale: lang=it...@euro, lc_ctype=it...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages galeon depends on:
ii  galeon-common2.0.7-1.2   data for the galeon web browser
ii  gconf2   2.28.0-1GNOME configuration database syste
ii  libbonobo2-0 2.24.2-1Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.24.2-1The Bonobo UI library
ii  libc62.10.2-5Embedded GNU C Library: Shared lib
ii  libgcc1  1:4.4.3-1   GCC support library
ii  libgconf2-4  2.28.0-1GNOME configuration database syste
ii  libglade2-0  1:2.6.4-1   library to load .glade files at ru
ii  libglib2.0-0 2.22.4-1The GLib library of C routines
ii  libgnome-desktop-2-112.28.2-1Utility library for loading .deskt
ii  libgnome2-0  2.28.0-1The GNOME library - runtime files
ii  libgnomeui-0 2.24.2-1The GNOME libraries (User Interfac
ii  libgnomevfs2-0   1:2.24.2-1  GNOME Virtual File System (runtime
ii  libgtk2.0-0  2.18.6-1The GTK+ graphical user interface 
ii  libnspr4-0d  4.8.3-1 NetScape Portable Runtime Library
ii  liborbit21:2.14.17-2 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.26.2-1Layout and rendering of internatio
ii  libpopt0 1.15-1  lib for parsing cmdline parameters
ii  libstdc++6   4.4.3-1 The GNU Standard C++ Library v3
ii  libx11-6 2:1.3.3-1   X11 client-side library
ii  libxml2  2.7.6.dfsg-2+b1 GNOME XML library
ii  procps   1:3.2.8-2   /proc file system utilities

Versions of packages galeon recommends:
pn  gnome-control-center  none (no description available)
ii  gnome-icon-theme  2.28.0-1   GNOME Desktop icon theme
ii  iso-codes 3.12.1-1   ISO language, territory, currency,
ii  rarian-compat [scrollkeeper]  0.8.1-4Documentation meta-data library (c
ii  scrollkeeper  0.8.1-4Transitional package for scrollkee
pn  yelp  none (no description available)

Versions of packages galeon suggests:
pn  mozpluggernone (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#567977: galeon: needs some kind of xulrunner

2010-02-01 Thread Riccardo Stagni
On Mon, Feb 01, 2010 at 04:59:49PM +0100, Mike Hommey wrote:
 This is a bug in dh_xulrunner, see #567746.

oh, sorry! Please reassign/re-severity appropriately!
(or it could be used as a reminder when binNMU-ing packages
build-depending on xulrunner-dev)

ciao
Riccardo


signature.asc
Description: Digital signature


Bug#564073: mc: similar here

2010-01-08 Thread Riccardo Stagni
Package: mc
Version: 3:4.7.0-1
Severity: normal

same version, different locale, I got 'n on both panels

Riccardo


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

Kernel: Linux 2.6.32-trunk-686 (SMP w/2 CPU cores)
Locale: lang=it...@euro, lc_ctype=it...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages mc depends on:
ii  libc6 2.10.2-3   Embedded GNU C Library: Shared lib
ii  libglib2.0-0  2.22.3-2   The GLib library of C routines
ii  libgpm2   1.20.4-3.2 General Purpose Mouse - shared lib
ii  libslang2 2.2.2-2The S-Lang programming library - r

Versions of packages mc recommends:
ii  mime-support  3.48-1 MIME files 'mime.types'  'mailcap

Versions of packages mc suggests:
pn  arj  none  (no description available)
ii  bzip21.0.5-3 high-quality block-sorting file co
pn  catdvi   none  (no description available)
pn  dbview   none  (no description available)
pn  djvulibre-binnone  (no description available)
ii  file 5.03-5  Determines file type using magic
ii  gv [pdf-viewer]  1:3.6.8-1   PostScript and PDF viewer for X
ii  imagemagick  7:6.5.8.3-1 image manipulation programs
ii  lynx 2.8.8dev.2-1Text-mode WWW Browser (transitiona
pn  odt2txt  none  (no description available)
ii  perl 5.10.1-8Larry Wall's Practical Extraction 
ii  python   2.5.4-5 An interactive high-level object-o
pn  python-boto  none  (no description available)
pn  python-tznone  (no description available)
ii  unzip6.0-1   De-archiver for .zip files
ii  xpdf-reader [pdf-viewer] 3.02-1.4+lenny1 Portable Document Format (PDF) sui
ii  xpdf-utils [pdf-viewer]  3.02-1.4+lenny1 Portable Document Format (PDF) sui
ii  zip  3.0-1   Archiver for .zip files

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#555899: debhelper: deprecated compat level in manpage

2009-11-12 Thread Riccardo Stagni
Package: debhelper
Version: 7.2.3
Severity: minor

Compat level 4 is deprecated since version 7.2.3, please update accordingly
the man page: in the NOTES section the last deprecated mode is V3.

ciao,
Riccardo



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#547460: debian/control: Malformed maintainer field

2009-10-04 Thread Riccardo Stagni
block 547460 by 509935
thanks

On Sat, Sep 19, 2009 at 07:02:46PM -0400, Roberto C. Sanchez wrote:
 The first comma is confusing the packages.debian.org interface:

It's a known and more general issue. See the Policy bug for more details:
http://bugs.debian.org/509935

ciao
Riccardo


signature.asc
Description: Digital signature


Bug#546938: texlive-bin: depends on ed

2009-09-16 Thread Riccardo Stagni
Package: texlive-bin
Severity: wishlist

The source package depends on ed. Since ed (a priority=optional package)
is used just to make changes in text files, awk or sed (priority=required)
could be used removing a dependency.

For example, the updmap script (texlive-base-bin package) uses ed for the
configReplace function. The following sed call should do the same thing:
  sed -e '/pattern/c\substitution line\'
(it replaces every occurrance, not just the first, but I think it
shouldn't be too difficult to stop it at the first one. Also, perhaps the
entire function could be substituted with an awk call)

If ed is too much woven with the build process, could also be useful just
avoiding the dependency for binary packages.

thanks
Riccardo



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#541657: amsn: button label in chat window

2009-08-15 Thread Riccardo Stagni
Package: amsn
Version: 0.98~svn11402-1
Severity: normal

Putting the mouse on the chat window buttons, I get the following labels:
arrow-phone icon: start video call
arrow-phone-webcam: no label

ciao
Riccardo

ps. I'm also experiencing a problem with the alsa support, I had to
manually install the gstreamer0.10-alsa package to avoid to crash amsn with
a WARNING **: No GConf default audio src key and alsasrc doesn't work
message. But I don't know if it's a real issue or some problem with my setup.


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

Kernel: Linux 2.6.30-1-686 (SMP w/2 CPU cores)
Locale: lang=it...@euro, lc_ctype=it...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages amsn depends on:
ii  amsn-data  0.98~svn11402-1   Data files for aMSN
ii  libc6  2.9-24GNU C Library: Shared libraries
ii  libgcc11:4.4.1-2 GCC support library
ii  libglib2.0-0   2.20.4-1  The GLib library of C routines
ii  libgstfarsight0.10-0   0.0.14-2  Audio/Video communications framewo
ii  libgstreamer-plugins-b 0.10.24-1 GStreamer libraries from the base
ii  libgstreamer0.10-0 0.10.24-1 Core GStreamer libraries and eleme
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libpng12-0 1.2.38-1  PNG library - runtime
ii  libsnack2-alsa 2.2.10-dfsg1-8Sound extension to Tcl/Tk and Pyth
ii  libstdc++6 4.4.1-2   The GNU Standard C++ Library v3
ii  libv4l-0   0.6.0-1   Collection of video4linux support 
ii  libx11-6   2:1.2.2-1 X11 client-side library
ii  libxml22.7.3.dfsg-2+b1   GNOME XML library
ii  tcl-tls1.5.0.dfsg-9  the TLS OpenSSL extension to Tcl
ii  tk8.5  8.5.7-1   Tk toolkit for Tcl and X11, v8.5 -
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

amsn recommends no packages.

Versions of packages amsn suggests:
pn  dockernone (no description available)
ii  galeon2.0.7-1GNOME web browser for advanced use
ii  sox   14.3.0-1   Swiss army knife of sound processi
ii  tcl8.4 [tclsh]8.4.19-3   Tcl (the Tool Command Language) v8
ii  tcl8.5 [tclsh]8.5.7-1Tcl (the Tool Command Language) v8

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#539494: qingy is broken after upgrading to squeeze

2009-08-11 Thread Riccardo Stagni
On Sat, Aug 01, 2009 at 06:24:21PM +0530, J. Bakshi wrote:
 qingy is broken after upgrading to squeeze. Graphics is comming in
 frambuffer but blackwhite and not fullscreen. the picture is located at
 the left of the screen. Problem with frambuffer ?

Maybe... Upgrading to squeeze your package manager updated also the
directfb library. Have you restarted qingy in order to use the binary
compiled against the new library?
Are you able to login with qingy? Excluding the framebuffer, does anything
else work? (console login, X session)

ciao
Riccardo


signature.asc
Description: Digital signature


Bug#539903: duplicity: typo (?) in --help output

2009-08-04 Thread Riccardo Stagni
Package: duplicity
Version: 0.5.16-1
Severity: minor

I interrupted a backup, then with collection-status I obtain the
following output:
--
  Warning, found incomplete backup sets, probably left from aborted session
  [...]
  Also found 0 backup sets not part of any chain,
  and 1 incomplete backup set.
  These may be deleted by running duplicity with the --cleanup option.
--

But cleanup is a command, not an option.

ciao
Riccardo


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

Kernel: Linux 2.6.30-1-686 (SMP w/2 CPU cores)
Locale: lang=it...@euro, lc_ctype=it...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages duplicity depends on:
ii  gnupg 1.4.9-4GNU privacy guard - a free PGP rep
ii  libc6 2.9-23 GNU C Library: Shared libraries
ii  librsync1 0.9.7-6rsync remote-delta algorithm libra
ii  python2.5.4-2An interactive high-level object-o
ii  python-central0.6.11 register and build utility for Pyt
ii  python-gnupginterface 0.3.2-9Python interface to GnuPG (GPG)
ii  python-pexpect2.3-1  Python module for automating inter

duplicity recommends no packages.

Versions of packages duplicity suggests:
pn  ncftp none (no description available)
pn  python-boto   none (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#538369: [wordnet] wordnet fails to install because of unmet wordnet-base dependency

2009-08-03 Thread Riccardo Stagni
I gave a quick look to this issue and it seems to be (in)directly caused
by a build error:

testing excuses:
http://release.debian.org/migration/testing.pl?package=wordnet
http://qa.debian.org/excuses.php?package=wordnet
wordnet is not yet built on amd64: 1:3.0-15 vs 1:3.0-16

build logs for wordnet
https://buildd.debian.org/build.php?pkg=wordnetarch=amd64

The cause seems #529491:
http://bugs.debian.org/529491

Packages version:
http://packages.debian.org/sid/wordnet
http://packages.debian.org/sid/wordnet-base

I think happened something like this:
Andreas uploaded wordnet source package version 1:3.0-16, and buildd(s)
started compiling binary packages. wordnet-base got uploaded immediatly as
it's an arch:all package, while wordnet on amd64 buildd was unable to
finish and wasn't uploaded.

The apt-cache policy output shows Lior Chen is using unstable [where
things like this happens(TM)]. Testing still has 1:3.0-15, so perhaps
package pinning or manual installation of those packages should solve the
problem.

The problem will fix by itself when amd64 will be able to compile the
source package. Andreas, you could close this report or tag it as
blocked by 529491. Personally, I would close it as it's not a real bug
but something that happens sometimes in unstable.
What solution you prefer? Lior?

ciao
Riccardo


signature.asc
Description: Digital signature


Bug#323469: ITA: fv -- a tool for viewing and editing FITS format files

2009-05-10 Thread Riccardo Stagni
On Sun, Apr 26, 2009 at 03:39:42PM -0400, Barry deFreese wrote:
 This package is now WAAAY out of date.  Do you still plan on adopting  
 it?  If not I will be filing a removal request very shortly.  It now has  
 no r(b)depends.

Sorry for the late answer. I'm not planning to use (and adopt) fv in the
near future, so you can go on. (if I ever need it, I'll take the effort to
pass via NEW)

ciao
Riccardo


signature.asc
Description: Digital signature


Bug#523320: libnxml0: crashes with non well-formed xml

2009-04-09 Thread Riccardo Stagni
Package: libnxml0
Version: 0.18.3-2
Severity: normal

I had some crashes with newsbeuter. After some investigations I discovered
the cause: an unescaped ampersand. Galeon (the browser I use, gecko-based)
throws an XML parsing error, while newsbeuter crashed with segfault.
Could the library fail gracefully instead of dying miserably?

I attach the backtrace obtained with lib{nxml,mrss}0-dbg packages, and the
culprit xml.

ciao
Riccardo


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

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: lang=it...@euro, lc_ctype=it...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages libnxml0 depends on:
ii  libc6 2.9-6  GNU C Library: Shared libraries
ii  libcurl3-gnutls   7.18.2-8.1 Multi-protocol file transfer libra

libnxml0 recommends no packages.

libnxml0 suggests no packages.

-- no debconf information
(gdb) bt
#0  0x0012 in ?? ()
#1  0xb7f3c293 in __nxml_parse_get_tag (doc=0xa49c740, buffer=0xb673f038, 
size=0xb673f034, data=0xb673d544, doctype=0xb673f03c) at nxml_parser.c:852
#2  0xb7f3cce8 in __nxml_parse_get_tag (doc=0xa49c740, buffer=0xb673f038, 
size=0xb673f034, data=0xb673de14, doctype=0xb673f03c) at nxml_parser.c:1108
#3  0xb7f3cce8 in __nxml_parse_get_tag (doc=0xa49c740, buffer=0xb673f038, 
size=0xb673f034, data=0xb673e6e4, doctype=0xb673f03c) at nxml_parser.c:1108
#4  0xb7f3cce8 in __nxml_parse_get_tag (doc=0xa49c740, buffer=0xb673f038, 
size=0xb673f034, data=0xb673efb4, doctype=0xb673f03c) at nxml_parser.c:1108
#5  0xb7f3cce8 in __nxml_parse_get_tag (doc=0xa49c740, buffer=0xb673f038, 
size=0xb673f034, data=0xb673f040, doctype=0xb673f03c) at nxml_parser.c:1108
#6  0xb7f3d417 in __nxml_parse_buffer (nxml=0xa49c740, 
r_buffer=value optimized out, r_size=188634) at nxml_parser.c:1337
#7  0xb7f2fdef in mrss_parse_url_with_options_error_and_transfer_buffer (
url=0xa5bdfb4 http://blog.makezine.com/index.xml;, ret=0xb673f20c, 
options=0xa46fff8, code=0xb673f21c, feed_content=0x0, feed_size=0x0)
at mrss_parser.c:1265
#8  0xb7f2ff02 in mrss_parse_url_with_options_and_error (
url=0xa5bdfb4 http://blog.makezine.com/index.xml;, ret=0xb673f20c, 
options=0xa46fff8, code=0xb673f21c) at mrss_parser.c:1213
#9  0x08089b32 in ?? ()
#10 0x0808af52 in ?? ()
#11 0x0808c735 in ?? ()
---Type return to continue, or q return to quit---
#12 0x0806d06a in ?? ()
#13 0x0806d42e in ?? ()
#14 0x0806d8fa in ?? ()
#15 0x0807b51b in ?? ()
#16 0x080c7543 in ?? ()
#17 0xb7f4b4e5 in start_thread () from /lib/i686/cmov/libpthread.so.0
#18 0xb7cd00de in clone () from /lib/i686/cmov/libc.so.6



index.xml.gz
Description: GNU Zip compressed data


Bug#522332: gpsbabel: truncated output for --help

2009-04-02 Thread Riccardo Stagni
Package: gpsbabel
Version: 1.3.6-3
Severity: normal

ric...@eddie:/tmp$ gpsbabel --help
[snip]
compegps  CompeGPS data files (.wpt/.trk/.rte)
  deficon   Default icon name 
  index Index of route/track to write (if more than one 
in 
  radiusGive points (waypoints/route points) a default 
rad 
  snlen Length of generated shortnames (default 16) 
[some other truncated line]
transform Transform waypoints into a route, tracks into rout
  wpt   Transform track(s) or route(s) into waypoint(s) 
[R 
  rte   Transform waypoint(s) or track(s) into route(s) 
[W 
  trk   Transform waypoint(s) or route(s) into 
tracks(s) [ 
  del   Delete source data after transformation 
heightManipulate altitudes  
  add   Adds a constant value to every altitude (meter, 
ap 
  wgs84tomslConverts WGS84 ellipsoidal height to 
orthometric h 
swap  Swap latitude and longitude of all loaded points  

ciao
Riccardo

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

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: lang=it...@euro, lc_ctype=it...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages gpsbabel depends on:
ii  libc6  2.9-6 GNU C Library: Shared libraries
ii  libexpat1  2.0.1-4   XML parsing C library - runtime li
ii  libusb-0.1-4   2:0.1.12-13   userspace USB programming library
ii  zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime

gpsbabel recommends no packages.

gpsbabel suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#514074: lintian seems to dislike commas and quotes in names

2009-02-03 Thread Riccardo Stagni
Package: lintian
Version: 2.2.2
Severity: minor

Hello!

Commas seem to confuse the name-address parser:
hazelsct (Adam C. Powell, IV) have some reports filed under the name
'Adam C. Powell' (without email address) and 'IV' (with his address):
http://lintian.debian.org/maintainer/hazel...@debian.org.html
http://lintian.debian.org/maintainer/unsorted.html

This also triggers tags uploader-not-full-name and
uploader-address-missing in reports.

I know that a comma in a rfc822 field is something fragile but other
tools (eg. PTS) are working fine:
http://qa.debian.org/developer.php?login=hazelsct%40debian.org

(trimming quotes from names should also move Kamaraju Kusumanchi down
in the maintainers reports list)

ciao
Riccardo

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

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: lang=it...@euro, lc_ctype=it...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages lintian depends on:
ii  binutils2.18.1~cvs20080103-7 The GNU assembler, linker and bina
ii  diffstat1.46-1   produces graph of changes introduc
ii  dpkg-dev1.14.25  Debian package development tools
ii  file4.26-2   Determines file type using magic
ii  gettext 0.17-6   GNU Internationalization utilities
ii  intltool-debian 0.35.0+20060710.1Help i18n of RFC822 compliant conf
ii  libipc-run-perl 0.82-1   Perl module for running processes
ii  libparse-debianchan 1.1.1-2  parse Debian changelogs and output
ii  libtimedate-perl1.1600-9 Time and date functions for Perl
ii  liburi-perl 1.37+dfsg-1  Manipulates and accesses URI strin
ii  man-db  2.5.2-4  on-line manual pager
ii  perl [libdigest-sha 5.10.0-19Larry Wall's Practical Extraction 

lintian recommends no packages.

Versions of packages lintian suggests:
pn  binutils-multiarchnone (no description available)
ii  libtext-template-perl 1.44-1.2   Text::Template perl module
ii  man-db2.5.2-4on-line manual pager

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#514075: jmock: incorrect email address

2009-02-03 Thread Riccardo Stagni
Package: jmock
Severity: minor

in debian/control Trygve Laugstøl is listed as tryg...@inamo.n
while in other packages he uses tryg...@inamo.no

ciao
Riccardo



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#510398: lintian: false negative in debian-watch-file-should-use-sf-redirector

2009-01-01 Thread Riccardo Stagni
Package: lintian
Version: 2.1.3
Severity: minor

It should also match:
* upload.sourceforge.net (as used, e.g., in soprano watchfile)
  http://dehs.alioth.debian.org/wwiz_detail.php?id=11451067type=watch
* http://sourceforge.net/project/showfiles.php...
  (as in fig2ps and octaviz)
  http://dehs.alioth.debian.org/wwiz_detail.php?id=11449211type=watch
  http://dehs.alioth.debian.org/wwiz_detail.php?id=11443844type=watch
* http://sourceforge.net/projects/.../files
  (as in kcemirror and vdetelweb)
  http://dehs.alioth.debian.org/wwiz_detail.php?id=11445588type=watch
  http://dehs.alioth.debian.org/wwiz_detail.php?id=13047849type=watch

thanks
Riccardo


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

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: lang=it...@euro, lc_ctype=it...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages lintian depends on:
ii  binutils2.18.1~cvs20080103-7 The GNU assembler, linker and bina
ii  diffstat1.46-1   produces graph of changes introduc
ii  dpkg-dev1.14.24  Debian package development tools
ii  file4.26-2   Determines file type using magic
ii  gettext 0.17-6   GNU Internationalization utilities
ii  intltool-debian 0.35.0+20060710.1Help i18n of RFC822 compliant conf
ii  libipc-run-perl 0.80-2   Perl module for running processes
ii  libparse-debianchan 1.1.1-2  parse Debian changelogs and output
ii  libtimedate-perl1.1600-9 Time and date functions for Perl
ii  liburi-perl 1.37+dfsg-1  Manipulates and accesses URI strin
ii  man-db  2.5.2-3  on-line manual pager
ii  perl [libdigest-sha 5.10.0-18Larry Wall's Practical Extraction 

lintian recommends no packages.

Versions of packages lintian suggests:
pn  binutils-multiarchnone (no description available)
ii  libtext-template-perl 1.44-1.2   Text::Template perl module
ii  man-db2.5.2-3on-line manual pager

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#505871: Digitemp no humidity

2008-12-06 Thread Riccardo Stagni
first of all, I'm sorry for the month-long delay... I'm very busy with the
university :(

On Sun, Nov 16, 2008 at 02:57:07PM +0200, Jyrki Malinen wrote:
 With lenny rc1 digitemp outputs no measurement from 'DS2438 Temperature,  
 A/D Battery Monior' -device even it finds it. Normal temperature sensors  
 are working fine. Tested multiple ways with Formating and no formating.

 I fixed the bug by downgrading digitemp to etch.

The etch version is 3.3.2, right? If the changelog is right, the only
thing changed between 3.3.2 and 3.5.0 regarding the ds2438 sensor is the
output. And diff-ing between the sources seem to confirm it.

So, what happens if you pass the -A switch to digitemp? (this would show
the raw adc values) Does the output change sensibly between the two
versions?
(this should allow us to decide if the bug you reported touches just the
output or if it's something deeper)


I'm sorry but I don't own any ds2438 sensor, so perhaps we have to do some
trials to guess the cause of your bug.

ciao
Riccardo


signature.asc
Description: Digital signature


Bug#507667: patch

2008-12-03 Thread Riccardo Stagni
please test the attached patch
(picked from upstream cvs repository)

ciao
Riccardo
diff --git a/ChangeLog b/ChangeLog
index c4d47e6..3c4eda4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-10-07  radu corlan  [EMAIL PROTECTED]
+
+   * attempted a fix for a 64-bit pointer problem in psf_new; pending
+   testing by brian.
+
 0.9.12
fixed equation B.8 in the manual (thanks to Brad Walter for
spotting the error).
diff --git a/src/psf.c b/src/psf.c
index e72f1b9..4581343 100644
--- a/src/psf.c
+++ b/src/psf.c
@@ -122,10 +122,10 @@ struct psf *psf_new(int w, int h)
psf = calloc(1, sizeof(struct psf));
g_assert(psf != NULL);
 
-   d = malloc(w * (h + 1) * sizeof(float *));
+   d = malloc(w * h * sizeof(float) + w * sizeof(float *));
g_assert(d != NULL);
 
-   f = (float *)d + w;
+   f = (float *)(d + w);
for (i = 0; i  w; i++) {
d[i] = f;
f += h;


signature.asc
Description: Digital signature


Bug#504453: Bad bug log for Bug 502952

2008-11-03 Thread Riccardo Stagni
Package: bugs.debian.org
Severity: normal

I was reviewing some bug reports filed against packages without maintainer
(eg, typos or removed packages) and I found the report #502952 filed
against gstreamer.

Usually, if a report is missing the message sent to the user from the bts
is There is no record of Bug #42424242. Try the search page instead.
That report instead throws An error occurred. Error was: Bad bug log for
Bug 502952. Unable to read records: state kill-init at end at
/usr/local/lib/site_perl/Debbugs/Log.pm line 287. 
(a SOAP get_status query doesn't show anything interesting)

ciao
Riccardo


signature.asc
Description: Digital signature


Bug#499725: fv: No .desktop file or icon

2008-09-21 Thread Riccardo Stagni
On Sun, Sep 21, 2008 at 12:09:14PM -0500, Nathan Handler wrote:
 In Ubuntu, we've applied the attached patch to achieve the following:
 
  * Add and install debian/fv.xpm and debian/fv.desktop
 
 We thought you might be interested in doing the same.

Great! I'll merge the patch as fast as possible (I mean: after dealing
with saods9)

(I'm not the official maintainer, since the package is orphaned, I'm just
the last one who filed an ITA. And surely I have no objections if the
folks from QA group want do deal with this bugreport)

ciao
Riccardo


signature.asc
Description: Digital signature


Bug#496772: newsbeuter: depends on a nonexistent package

2008-08-27 Thread Riccardo Stagni
Package: newsbeuter
Version: 1.0-2
Severity: normal

(perhaps the severity should be raised to serious?)

libnxml0 stopped providing libnxml-abi-0.18.2, so on upgrade I get the
following message:

The following packages are BROKEN:
  libmrss0 (D: libnxml-abi-0.18.2)  newsbeuter (D: libnxml-abi-0.18.2)  
The following packages will be upgraded:
  libnxml0 [0.18.2-3 - 0.18.3-1]  
1 packages upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
Need to get 0B/25,4kB of archives. After unpacking 0B will be used.
The following packages have unmet dependencies:
  libmrss0: Depends: libnxml-abi-0.18.2 which is a virtual package.
  newsbeuter: Depends: libnxml-abi-0.18.2 which is a virtual package.

(I filed a similar bugreport against libmrss0. If you think it's a fault
in libnxml, please reassign/merge as appropriate)

ciao
Riccardo

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

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages newsbeuter depends on:
ii  libc6 2.7-13 GNU C Library: Shared libraries
ii  libcurl3-gnutls   7.18.2-7   Multi-protocol file transfer libra
ii  libgcc1   1:4.3.1-9  GCC support library
ii  libmrss0 [libmrss-abi-0.1 0.19.1-3   C library for parsing, writing and
ii  libncursesw5  5.6+20080823-1 shared libraries for terminal hand
ii  libnxml0 [libnxml-abi-0.1 0.18.2-3   C library for parsing, writing and
ii  libsqlite3-0  3.5.9-4SQLite 3 shared library
ii  libstdc++64.3.1-9The GNU Standard C++ Library v3

newsbeuter recommends no packages.

newsbeuter suggests no packages.

-- no debconf information



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



Bug#496774: libmrss0: depends on a nonexistent package

2008-08-27 Thread Riccardo Stagni
Package: libmrss0
Version: 0.19.1-3
Severity: normal

(perhaps the severity should be raised to serious?)

libnxml0 stopped providing libnxml-abi-0.18.2, so on upgrade I get the
following message:

The following packages are BROKEN:
  libmrss0 (D: libnxml-abi-0.18.2)  newsbeuter (D: libnxml-abi-0.18.2)
The following packages will be upgraded:
  libnxml0 [0.18.2-3 - 0.18.3-1]
1 packages upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
Need to get 0B/25,4kB of archives. After unpacking 0B will be used.
The following packages have unmet dependencies:
  libmrss0: Depends: libnxml-abi-0.18.2 which is a virtual package.
  newsbeuter: Depends: libnxml-abi-0.18.2 which is a virtual package.

(I filed a similar bugreport against newsbeuter. If you think it's a fault
in libnxml, please reassign/merge as appropriate)

ciao
Riccardo

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

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages libmrss0 depends on:
ii  libc6 2.7-13 GNU C Library: Shared libraries
ii  libcurl3-gnutls   7.18.2-7   Multi-protocol file transfer libra
ii  libnxml0 [libnxml-abi-0.18.2] 0.18.2-3   C library for parsing, writing and

libmrss0 recommends no packages.

libmrss0 suggests no packages.

-- no debconf information



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



Bug#495617: DDPO: multiple debian maintainers

2008-08-18 Thread Riccardo Stagni
Package: qa.debian.org
Severity: minor

http://qa.debian.org/developer.php says:
Separate multiple logins by spaces. Logins without @ get @debian.org
appended. If you include an uppercase letter, search is done by maintainer
name; only a single pattern (possibly including spaces) is accepted in
that mode.

- [EMAIL PROTECTED] [EMAIL PROTECTED]
  works as expected
- filippo lucab
  says No information available for filippo lucab
- [EMAIL PROTECTED] lucab (and filippo [EMAIL PROTECTED])
  as expected

So, it seems that @d.o is appended only to one login.

(what's the meaning of the single pattern notice? Does it refer to the
uppercase letter search?)

ciao
Riccardo


signature.asc
Description: Digital signature


Bug#493854: libdjvulibre-text: please add a conflict against the appropriate version of djview3

2008-08-05 Thread Riccardo Stagni
Package: libdjvulibre-text
Version: 3.5.20-9
Severity: serious

libdjvulibre-text was automatically marked for installation during the
last upgrade, but it needs to conflict with the previous djview3 package
(version 3.5.20-8, I think):

Selecting previously deselected package libdjvulibre-text.
Unpacking libdjvulibre-text (from .../libdjvulibre-text_3.5.20-9_i386.deb) ...
dpkg: error processing 
/mirror/debian/pool/main/d/djvulibre/libdjvulibre-text_3.5.20-9_i386.deb 
(--unpack):
 trying to overwrite `/usr/share/djvu/djview3/cs/djview.qm', which is also in 
package djview3
dpkg-deb: subprocess paste killed by signal (Broken pipe)

ciao
Riccardo



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



Bug#493049: [Reportbug-maint] Bug#493049: reportbug: text width and dependencies status

2008-07-31 Thread Riccardo Stagni
On Thu, Jul 31, 2008 at 08:40:30AM +0200, Sandro Tosi wrote:
 This is a conservative setup: there are still many MTA that wrap
 emails at 80th char, or MUA on terminals limited to 80 chars, so
 having that informations stored in 80 columns is helpful for the
 maintainer to have a snapshot of the installed package in his/her
 full screen.
 
 Moreover, those are info needed by the maintainer to know what
 packages are installed on your system, so cutting off some of the
 package name or description is usually safe, since the maint knows
 enught about the package to map the cutted name to the real package
 name.

But if (like in the openoffice example) the cutted package name is lib
the maintainer could have some problems guessing the name. One could say
use the version/description, but if there are some packages with the
same version? (e.g. libgtk/libglib*)


 Anyhow, what would be your suggestion? take the whole dpkg -l pkg
 and use it for the report?

This could be a solution, or also you could remove the description column
(since a package maintainer should know what packages he depends on).

ciao
R,


signature.asc
Description: Digital signature


Bug#493003: digitemp: Digitemp cannot find devices attached

2008-07-31 Thread Riccardo Stagni
On Wed, Jul 30, 2008 at 05:39:21PM +0200, Patrik Schindler wrote:
 Package: digitemp
 Version: 3.3.2-2
 Severity: important
 
 After blacklisting the module (according to bug #428400) digitemp cannot
 find any devices attached.

Do you mean it worked before blacklisting?


 Using the same digitemp-device an an 2.4-machine works.

1wire support in linux kernel started somewhere between 2.6.9 and 2.6.12
as far as I can see from kernel changelogs.


Disclaimer: I have no 1wire usb adapters and the digitemp version you filed
your report against (3.3.2-2) wasn't maintained by me, but I hope to be
able to help you solving this issue.

ciao
Riccardo


signature.asc
Description: Digital signature


Bug#493049: reportbug: text width and dependencies status

2008-07-30 Thread Riccardo Stagni
Package: reportbug
Version: 3.44
Severity: normal

reportbug attaches to every report the status of those packages the
offending program depends on, but the informations are shown trimming
the text width to 79 characters.

Funny things happen if package names/versions are overwhelming long
(see the attached file for a reportbug run against openoffice, in
particolar the openoffice.org suggests)

ciao
Riccardo


-- Package-specific info:
** Environment settings:
DEBEMAIL=[EMAIL PROTECTED]
DEBFULLNAME=Riccardo Stagni
INTERFACE=text

** /home/riccio/.reportbugrc:
reportbug_version 3.8
mode standard
ui text
realname Riccardo Stagni
email [EMAIL PROTECTED]

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

Kernel: Linux 2.6.25-2-686 (SMP w/2 CPU cores)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages reportbug depends on:
ii  apt   0.7.14+b1  Advanced front-end for dpkg
ii  python2.5.2-2An interactive high-level object-o
ii  python-central0.6.8  register and build utility for Pyt

reportbug recommends no packages.

Versions of packages reportbug suggests:
pn  debconf-utils none (no description available)
ii  debsums   2.0.36 verification of installed package 
pn  dlocate   none (no description available)
ii  exim4 4.69-6 metapackage to ease Exim MTA (v4) 
ii  exim4-daemon-light [mail-tran 4.69-6 lightweight Exim MTA (v4) daemon
ii  file  4.25-1 Determines file type using magic
ii  gnupg 1.4.9-3GNU privacy guard - a free PGP rep
pn  python-urwid  none (no description available)

-- no debconf information



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



Bug#493049: it's time to go to bed

2008-07-30 Thread Riccardo Stagni
as I said in the last mail... the attached file...
R,
Versions of packages openoffice.org depends on:
ii  openoffice.org-base 1:2.4.1-6OpenOffice.org office suite - data
ii  openoffice.org-calc 1:2.4.1-6OpenOffice.org office suite - spre
ii  openoffice.org-core 1:2.4.1-6OpenOffice.org office suite archit
ii  openoffice.org-draw 1:2.4.1-6OpenOffice.org office suite - draw
ii  openoffice.org-filter-mobil 1:2.4.1-6Mobile Devices Filters for OpenOff
ii  openoffice.org-impress  1:2.4.1-6OpenOffice.org office suite - pres
ii  openoffice.org-java-common  1:2.4.1-6OpenOffice.org office suite Java s
ii  openoffice.org-math 1:2.4.1-6OpenOffice.org office suite - equa
ii  openoffice.org-officebean   1:2.4.1-6OpenOffice.org Office Bean
ii  openoffice.org-writer   1:2.4.1-6OpenOffice.org office suite - word
ii  openoffice.org-writer2latex 0.5-8Writer/Calc to LaTeX/XHTML convert
ii  ttf-dejavu  2.25-1   Metapackage to pull in ttf-dejavu-
ii  ttf-liberation  1.04~beta2-2 Free fonts with the same metrics a

Versions of packages openoffice.org recommends:
ii  openoffice.org-filter-binfilt 1:2.4.1-6  Legacy filters (e.g. StarOffice 5.

Versions of packages openoffice.org suggests:
pn  cup none   (no description available)
pn  gst none   (no description available)
pn  gst none   (no description available)
ii  gst 0.10.20-1GStreamer plugins from the base 
ii  gst 0.10.8-4 GStreamer plugins from the good 
pn  gst none   (no description available)
pn  hun none   (no description available)
ii  ice 1.1.11-1 Iceape Navigator (Internet browser
ii  ima 7:6.3.7.9.dfsg1-2+b2 image manipulation programs
ii  jav 1.0.78-2 Java runtime environment using GIJ
ii  lib 7.0.3-5  A free implementation of the OpenG
ii  lib 1.1.23+nmu1  library for handling paper charact
ii  lib 1.0.19-13API library for scanners
ii  lib 1:0.9.4-2X Rendering Extension client libra
ii  men 2.1.39   generates programs menu for all me
ii  moz 2:1.8+1.0.10~pre070720-0etch3+lenny1 Transition package for Iceape Navi
ii  mys 1:2.4.0-2Italian dictionary for myspell
pn  ope none   (no description available)
pn  ope none   (no description available)
pn  ope none   (no description available)
pn  ope none   (no description available)
pn  ope none   (no description available)
ii  ope 0+20050726   Italian Thesaurus for OpenOffice.o
ii  pst 3.45-4   PostScript and PDF files to editab
pn  uni none   (no description available)

Versions of packages openoffice.org-core depends on:
ii  fontconfig 2.6.0-1   generic font configuration library
ii  libc6  2.7-12GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6   The Cairo 2D vector graphics libra
ii  libcurl3   7.18.2-7  Multi-protocol file transfer libra
ii  libdb4.6   4.6.21-10 Berkeley v4.6 Database Libraries [
ii  libexpat1  2.0.1-4   XML parsing C library - runtime li
ii  libfreetype6   2.3.7-1   FreeType 2 font engine, shared lib
ii  libgcc11:4.3.1-6 GCC support library
ii  libglib2.0-0   2.16.4-2  The GLib library of C routines
ii  libgstreamer-plugins-b 0.10.20-1 GStreamer libraries from the base
ii  libgstreamer0.10-0 0.10.20-1 Core GStreamer libraries and eleme
ii  libgtk2.0-02.12.11-1 The GTK+ graphical user interface 
ii  libhunspell-1.2-0  1.2.6-1   spell checker and morphological an
ii  libhyphen0 2.4-2 ALTLinux hyphenation library - sha
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libicu38   3.8.1-3   International Components for Unico
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libldap-2.4-2  2.4.10-2  OpenLDAP libraries
ii  libneon27  0.28.2-2  An HTTP and WebDAV client library
ii  libnspr4-0d4.7.1-3   NetScape Portable Runtime Library
ii  libnss3-1d 3.12.0-4  Network Security Service libraries
ii  libpam0g   0.99.7.1-6Pluggable Authentication Modules l
ii  libpango1.0-0  1.20.5-1  Layout 

Bug#465959: Long orphaned packages, removal suggestions

2008-07-24 Thread Riccardo Stagni
On Wed, Jul 23, 2008 at 09:55:57PM +0200, Frank Lichtenheld wrote:
 This time I've gone trough the list of long orphaned packages.
 These are packages unlikely to ever get a new maintainer, at least
 they didn't manage to do so in the last two to three years.
 
 [...]
 
 fv  orphaned 3 years, popcon 189/20/156/13/0,
   rdeps: science-astronomy

Hello,

I'm involved in astronomy and I planned to make some work on those
monsters that are fv and saods9. Some time ago I gave a look to the
sources: they are both a big mess, but I admit it was a very quick attempt
(I was very busy in the last months).

I could try to update them as summer homework. :)
(perhaps asking some help to those people working on saods9 in ubuntu)


Rant: Why the astronomers are not capable of programming? Or... Why
re-invent the wheel with some ad-hoc trick instead of using standard
things like anyone?
I mean: why include all the libraries you need? Why saods9 ships a
modified version of tcl/tk?


ciao
Riccardo

ps. please cc me in replies, as I'm subscribed only to [EMAIL PROTECTED],
not (yet?) to debian-qa.


signature.asc
Description: Digital signature


Bug#428400: digitemp and kernel module

2008-07-20 Thread Riccardo Stagni
Hello,
I recently uploaded in debian a new release of digitemp, taking over
Jesus Roncero in maintainance.
I have no access to an usb 1wire adapter, so I cannot directly work/test
to fix the bug you reported against digitemp 3.3.2-2.

In the mail you sent opening the bug report[1], you wrote you would try
to blacklist the offending ds2490.ko module. Did it work?

I found a mail about the same issue in the digitemp mailing list[2]. Could
you try if their solution works?

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=428400
[2] http://lists.brianlane.com/pipermail/dt-general/2007-October/000472.html


ciao
Riccardo


signature.asc
Description: Digital signature


Bug#315596: new release

2008-07-20 Thread Riccardo Stagni
Hello,
I just uploaded in debian a new release of digitemp, taking over Jesus
Roncero in maintainance. Does the issue you reported against version
3.3.2-2 with the DS9097U adaptor still applies?

ciao
Riccardo


signature.asc
Description: Digital signature


Bug#447512: tagging 489346, tagging 489348, tagging 447512

2008-07-11 Thread Riccardo Stagni
# Automatically generated email from bts, devscripts version 2.10.33
tags 489346 + pending
tags 489348 + pending
# le ultime parole famose
tags 447512 + pending




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



Bug#488240: closing 488240

2008-07-06 Thread Riccardo Stagni
# Automatically generated email from bts, devscripts version 2.10.33
# kernel, not anacron bug
close 488240 




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



Bug#489346: qingy: wrong URL for VCS

2008-07-05 Thread Riccardo Stagni
On Sat, Jul 05, 2008 at 04:58:29PM +1000, Ben Finney wrote:
 =
 $ svn checkout 
 svn://qingy.svn.sourceforge.net/svnroot/qingy/trunk/qingy
 svn: Can't connect to host 'qingy.svn.sourceforge.net': No route to host
 =
 
 Please correct the 'Vcs-Svn' control field to the correct URL for use 
 with the Subversion client.

Funny... If I remember correctly it used to work. Perhaps they changed
something at sourceforge, as http://sourceforge.net/svn/?group_id=82854
now states that the repository can be used with
svn co https://qingy.svn.sourceforge.net/svnroot/qingy qingy.

Anyway, that field in debian/control is going to be removed as I made a
wrong assumption about it: the repository I linked is the upstream one,
but that field is meant to contain the location of the repository used to
maintain the package.
http://www.debian.org/doc/developers-reference/ch-best-pkging-practices.en.html#s-bpp-vcs

(I don't plan to release an updated version of qingy just to close this
bug and the other you reported as I prefer to wait that upstream releases
a fix for #447512)

ciao
Riccardo


signature.asc
Description: Digital signature


Bug#447512: update

2008-07-05 Thread Riccardo Stagni
Some time ago I mailed upstream about this issue but I forgot to write
about it here :(

He's very busy at the moment and he doesn't think to be able to fix this
issue before the testing freeze, so almost certainly qingy won't be
released with lenny.

Riccardo


signature.asc
Description: Digital signature


Bug#489193: dh-make: extra tab in generated debian/rules

2008-07-03 Thread Riccardo Stagni
Package: dh-make
Version: 0.46
Severity: minor

in binary-arch target the line with dh_installdebconf contains an extra
tab at the end of line:
#   dh_installdebconf   $ -- EOL

ciao
Riccardo


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

Kernel: Linux 2.6.25-2-686 (SMP w/2 CPU cores)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages dh-make depends on:
ii  debhelper 7.0.13 helper programs for debian/rules
ii  dpkg-dev  1.14.20Debian package development tools
ii  make  3.81-5 The GNU version of the make util
ii  perl  5.10.0-11  Larry Wall's Practical Extraction 

dh-make recommends no packages.

-- no debconf information



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



Bug#487527: xserver-xorg-video-radeon: replace/conflict

2008-06-22 Thread Riccardo Stagni
Package: xserver-xorg-video-radeon
Version: 1:6.8.191-2
Severity: serious
Justification: Policy 7.something

I guess your recent upload misses a replace/conflict with the previous
version:

Selecting previously deselected package xserver-xorg-video-radeon.
Unpacking xserver-xorg-video-radeon (from 
.../xserver-xorg-video-radeon_6.8.191-2_i386.deb) ...
dpkg: error processing 
/mirror/debian/pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-radeon_6.8.191-2_i386.deb
 (--unpack):
 trying to overwrite `/usr/share/man/man4/radeon.4.gz', which is also in
 package xserver-xorg-video-ati
dpkg-deb: subprocess paste killed by signal (Broken pipe)

ciao
Riccardo



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



Bug#483796: texmaker: watch file

2008-05-31 Thread Riccardo Stagni
Package: texmaker
Version: 1.7.1-1
Severity: minor
Tags: patch

I've read on debian-science about your recent hijacking of texmaker, and
I gave an eye to the pts page:
seems dehs is informing about a new 1.7.1. version

Adding a dot before tar.bz2 addresses the issue.
---
-http://www.xm1math.net/texmaker/download.html texmaker-(\d\.\d\..*)tar\.bz2
+http://www.xm1math.net/texmaker/download.html texmaker-(\d\.\d\..*)\.tar\.bz2
---

ciao
Riccardo



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



Bug#483430: lynkeos.app: new release and watchfile

2008-05-28 Thread Riccardo Stagni
Package: lynkeos.app
Version: 1.2-2
Severity: wishlist
Tags: patch

First of all, thanks for maintaining lynkeos! :)


A new version is available, please package it.

Also, the project page on sourceforge now is the official one, so would be
nice to have only that address in debian/{control,copyright} and the
following lines regarding the VCS added to debian/control:

  Vcs-Svn: svn://lynkeos.svn.sourceforge.net/svnroot/lynkeos/trunk/application
  Vcs-Browser: 
http://lynkeos.svn.sourceforge.net/viewvc/lynkeos/trunk/application/


ciao
Riccardo

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

Kernel: Linux 2.6.25-2-686 (SMP w/2 CPU cores)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages lynkeos.app depends on:
ii  gnustep-back0.12   0.12.0-2  The GNUstep GUI Backend
ii  gnustep-base-runtime   1.14.1-8  GNUstep Base library
ii  gnustep-gpbs   0.12.0-2  The GNUstep PasteBoard Server
ii  gnustep-gui-runtime0.12.0-3  GNUstep GUI Library - runtime file
ii  liba52-0.7.4   0.7.4-11  library for decoding ATSC A/52 str
ii  libavcodec1d   0.cvs20070307-6   ffmpeg codec library
ii  libavformat1d  0.cvs20070307-6   ffmpeg file format library
ii  libavutil1d0.cvs20070307-6   ffmpeg utility library
ii  libc6  2.7-11GNU C Library: Shared libraries
ii  libdc1394-13   1.1.0-5   high level programming interface f
ii  libfftw3-3 3.1.2-3   library for computing Fast Fourier
ii  libgcc11:4.3.0-5 GCC support library
ii  libgnustep-base1.141.14.1-8  GNUstep Base library
ii  libgnustep-gui0.12 0.12.0-3  GNUstep GUI Library
ii  libgsm11.0.12-1  Shared libraries for GSM speech co
ii  libobjc2   4.3.0-5   Runtime library for GNU Objective-
ii  libogg01.1.3-3   Ogg Bitstream Library
ii  libraw1394-8   1.3.0-3   library for direct access to IEEE 
ii  libtheora0 1.0~beta3-1   The Theora Video Compression Codec
ii  libtiff4   3.8.2-8   Tag Image File Format (TIFF) libra
ii  libvorbis0a1.2.0.dfsg-3.1The Vorbis General Audio Compressi
ii  libvorbisenc2  1.2.0.dfsg-3.1The Vorbis General Audio Compressi
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

lynkeos.app recommends no packages.

-- no debconf information
version=3
http://sf.net/lynkeos/Lynkeos-Sources-(\d+)-(\d+)\.tar\.bz2


Bug#483430: [Debian GNUstep maintainers] Bug#483430: lynkeos.app: new release and watchfile

2008-05-28 Thread Riccardo Stagni
On Wed, May 28, 2008 at 10:13:06PM +0300, Yavor Doganov wrote:
 This version only works on Muck OS X.  The Debian package is based on
 the GNUstep port made some time ago; the changes are substantial and not
 at all trivial.  So unless you come up with a patch or someone from the
 Debian GNUstep team finds time and motivation to do the porting work,
 this bug is wontfix, regretfully.
 
  Also, the project page on sourceforge now is the official one,
 
 It has always been the official one, but we are explicitly refering to
 the page of the GNUstep port because that is where we took the source
 from.  That page points to the official page, so I think it's fair.
 
 Do you have any connection with the upstream developers, BTW?  The main
 author is not interested in GNUstep, IIRC, and the GNUstep porter did
 not reply to any of my messages...

I don't think I have the capabilities to port it. And that's a pity
because I found it very useful.
Nor I have any connection with upstream, but I could try to drop him a
mail asking for linux ports.
(but perhaps conspiring on the bts isn't a smart thing to do) ;)


  following lines regarding the VCS added to debian/control:
 
 No, these fields are not for the upstream source but for the VCS where
 the package is mainained in Debian.  Once we import it in our Arch
 repository at Alioth, the appopriate Vcs-Arch* will be added.

great... thanks! I fully misinterpreted the meaning of those fields! :(

ciao
Riccardo


signature.asc
Description: Digital signature


Bug#474504: reassigning

2008-05-22 Thread Riccardo Stagni
tags 474504 =
severity 474504 normal
reassign 474504 xserver-xorg-core 2:1.4.1~git20080131-3
retitle 474504 [sis] changing to a virtual console kills X-session
thanks


Hello, X maintainers!
I'm reassigning a bug initially filed agains qingy (which I maintain) that
seems to be an X issue.

I was unsure regarding the package version... The submitter actually runs
2:1.4.1~git20080517-1 (from the log I asked him to send), but since he
filed it some time ago, I marked it as found in the latest release
preceding the report.

ciao
Riccardo


signature.asc
Description: Digital signature


Bug#469744: should be fixed within the next upload

2008-05-20 Thread Riccardo Stagni
On Sun, May 18, 2008 at 11:17:49PM +0200, Patrick Winnertz wrote:
 Sorry for not mentioning this in the changelog..forgot it.
 This should be fixed in the version which will hit unstable soon.
 
 At least it works for me.. .it would rock if you could verify this.

It works! Thanks! :)
(I find a little annoying the broken pipe/fish disconnection, perhaps it
could fail more gracefully but I don't know about mc internals... Surely
this is a failsafe mode!)


Also, it's still present the issue about moving directories from remote to
local I wrote in the second part of my original bugreport (perhaps this
is related...).
A solution is feasible? Do you prefere I file a new report for this issue?

ciao
(neverhappy)Riccardo ;)


signature.asc
Description: Digital signature


Bug#482043: mc: moving back and forth over ssh

2008-05-20 Thread Riccardo Stagni
Package: mc
Version: 2:4.6.2~git20080311-1
Severity: normal

moving a directory (with some files inside) from local to a remote host
works. Moving it back also works, but on the remote host remain the old
directory (empty).

ciao
Riccardo


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

Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages mc depends on:
ii  libc6  2.7-11GNU C Library: Shared libraries
ii  libglib2.0-0   2.16.3-2  The GLib library of C routines
ii  libgpmg1   1.20.3~pre3-3 General Purpose Mouse - shared lib
ii  libslang2  2.1.3-3   The S-Lang programming library - r

mc recommends no packages.

-- no debconf information



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



Bug#481416: signing-party: new perl new errors?

2008-05-15 Thread Riccardo Stagni
Package: signing-party
Version: 1.0-1
Severity: minor

[EMAIL PROTECTED]:~$ caff keyid
Name  GnuPG::Handles::options_clear used only once: possible typo at 
/usr/lib/perl5/Class/MethodMaker/Engine.pm line 781.
Name  GnuPG::Handles::set_stdout used only once: possible typo at 
/usr/lib/perl5/Class/MethodMaker/Engine.pm line 781.
Name  GnuPG::Handles::command_isset used only once: possible typo at 
/usr/lib/perl5/Class/MethodMaker/Engine.pm line 781.
[snip, 290 similar warnings]

ciao
Riccardo

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

Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages signing-party depends on:
ii  gnupg 1.4.6-2.2  GNU privacy guard - a free PGP rep
ii  libgnupg-interface-perl   0.33-6 Perl interface to GnuPG
ii  libmailtools-perl 2.03-1 Manipulate email in perl programs
ii  libmime-perl  5.426-1transitional dummy package
ii  libmime-tools-perl [libmime-p 5.426-1Perl5 modules for MIME-compliant m
ii  libtext-template-perl 1.44-1.1   Text::Template perl module

Versions of packages signing-party recommends:
ii  dialog1.1-20080316-1 Displays user-friendly dialog boxe
ii  exim4 4.69-5 meta-package to ease Exim MTA (v4)
ii  exim4-daemon-light [mail- 4.69-5+b1  lightweight Exim MTA (v4) daemon
ii  libgd-gd2-noxpm-perl  1:2.35-1+b1Perl module wrapper for libgd - gd
ii  libpaper-utils1.1.23 library for handling paper charact
ii  libtext-iconv-perl1.7-1+b1   converts between character sets in
ii  whiptail  0.52.2-11.2Displays user-friendly dialog boxe

-- no debconf information



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



Bug#479609: devscripts: POD errors in manpages

2008-05-05 Thread Riccardo Stagni
Package: devscripts
Version: 2.10.27
Severity: minor

I was reading bts manpage and I spotted a section entitled POD ERRORS:


POD ERRORS
   Hey! The above document had some coding errors, which are explained
   below:

   Around line 3449:
   You forgot a '=back' before '=head1'


after some work with dpkg, man and grep... Those are the manpages with
that error:
bts
build-rdeps
chdist
debcommit
dget
mass-bug

ciao
Riccardo


-- Package-specific info:

--- /etc/devscripts.conf ---

--- ~/.devscripts ---
DEBSIGN_KEYID=ccb9df7f
BTS_SENDMAIL_COMMAND=/usr/sbin/sendmail -t -f $DEBEMAIL
DEBUILD_DPKG_BUILDPACKAGE_OPTS=-i -ICVS -I.svn

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

Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages devscripts depends on:
ii  dpkg-dev  1.14.18package building tools for Debian
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  perl  5.10.0-9   Larry Wall's Practical Extraction 

Versions of packages devscripts recommends:
ii  at 3.1.10.1  Delayed job execution and batch pr
ii  bsd-mailx [mailx]  8.1.2-0.20071201cvs-3 A simple mail user agent
ii  curl   7.18.1-1  Get a file from an HTTP, HTTPS or 
ii  cvs1:1.12.13-10  Concurrent Versions System
ii  dctrl-tools2.12  Command-line tools to process Debi
ii  debian-keyring 2007.12.04GnuPG (and obsolete PGP) keys of D
ii  debian-maintainers 1.30  GPG keys of Debian maintainers
ii  dupload2.6.4 utility to upload Debian packages
ii  equivs 2.0.7-0.1 Circumvent Debian package dependen
ii  fakeroot   1.9.5 Gives a fake root environment
ii  galeon [www-browse 2.0.4-1   GNOME web browser for advanced use
ii  gnupg  1.4.6-2.2 GNU privacy guard - a free PGP rep
ii  iceape-browser [ww 1.1.9-3   Iceape Navigator (Internet browser
ii  libauthen-sasl-per 2.11-1Authen::SASL - SASL Authentication
ii  libcrypt-ssleay-pe 0.57-1+b1 Support for https protocol in LWP
ii  libparse-debcontro 2.005-2   Easy OO parsing of Debian control-
ii  libsoap-lite-perl  0.71-2Client and server side SOAP implem
ii  libterm-size-perl  0.2-4+b1  Perl extension for retrieving term
ii  libtimedate-perl   1.1600-9  Time and date functions for Perl
ii  liburi-perl1.35.dfsg.1-1 Manipulates and accesses URI strin
ii  libwww-perl5.812-1   WWW client/server library for Perl
ii  libyaml-syck-perl  1.01-1+b1 Fast, lightweight YAML loader and 
ii  lintian1.23.47   Debian package checker
ii  lsb-release3.2-12Linux Standard Base version report
ii  lynx [www-browser] 2.8.6-2   Text-mode WWW Browser
ii  mailx  1:20071201-3  Transitional package for mailx ren
ii  man-db 2.5.1-4   on-line manual pager
ii  openssh-client [ss 1:4.7p1-8 secure shell client, an rlogin/rsh
ii  patch  2.5.9-5   Apply a diff file to an original
ii  patchutils 0.2.31-4  Utilities to work with patches
ii  strace 4.5.15-1.2A system call tracer
ii  subversion 1.4.6dfsg1-4  Advanced version control system
ii  unzip  5.52-11   De-archiver for .zip files
ii  wdiff  0.5-17Compares two files word by word
ii  wget   1.11.2-1  retrieves files from the web

-- no debconf information



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



Bug#479650: newsbeuter: keys

2008-05-05 Thread Riccardo Stagni
Package: newsbeuter
Version: 0.9-1
Severity: wishlist

I would like to have, over the existing up/down/pageup/pagedown, some
top/bottom operation. Perhaps bound in default configuration to, say,
home/end keys! :)

Also (but this is another issue), I find the current functioning for the
pageup/pagedown operations useless: pagedown moves the selection to the
last row shown + 1, and that seems reasonable, but it doesn't change
the whole screen, it simply scrolls the screen by one line (so you need
to press pgdn two times to effectively read the next page). Also the
pageup does the same (in the reverse direction), and this looks
unnatural to me.
(perhaps copyin^W getting inspiration from mutt behaviour...) ;)

ciao
Riccardo

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

Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages newsbeuter depends on:
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  libcurl3-gnutls   7.18.1-1   Multi-protocol file transfer libra
ii  libgcc1   1:4.3.0-3  GCC support library
ii  libmrss0 [libmrss-abi-0.1 0.19.1-3   C library for parsing, writing and
ii  libncursesw5  5.6+20080419-2 Shared libraries for terminal hand
ii  libnxml0 [libnxml-abi-0.1 0.18.2-3   C library for parsing, writing and
ii  libsqlite3-0  3.5.8-3SQLite 3 shared library
ii  libstdc++64.3.0-3The GNU Standard C++ Library v3

newsbeuter recommends no packages.

-- no debconf information



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



Bug#479477: bugreports without maintainer

2008-05-04 Thread Riccardo Stagni
Package: debbugs
Severity: wishlist

hello,
some days ago I was looking for bugreports filed against nonexistent
packages (or packages without maintainer) via
http://bugs.debian.org/cgi-bin/pkgindex.cgi?indexon=pkg

I found a couple of bugs reported by a guy who made a mass filing. I wrote
him asking if he could help me and he decided to close them because they
were very old (#2x), so offending packages were perhaps removed a lot
of time ago.
I tought that perhaps some other bug from that mass filing could be in the
same state, so I tried to query the bts. Since those bugs are pre-usertags
I had to write a query the web interface with both submitter and maintainer
fields (the latter empty), but I have some problems:

* 
http://bugs.debian.org/cgi-bin/pkgreport.cgi?submitter=unriccio%40email.itmaint=unriccio%40email.it
  gives reasonable results
* bts select maintainer:[EMAIL PROTECTED] submitter:[EMAIL PROTECTED]
  gives the same results
* 
http://bugs.debian.org/cgi-bin/pkgreport.cgi?submitter=unriccio%40email.itmaint=
  lists only bugs without a maintainer (so ignoring the submitter field)
* bts select submitter:[EMAIL PROTECTED] maintainer:
  lists only bugs reported by me (so ignoring the maintainer option) [*]

I also tried with some soap query (editing the perl script found on debian
wiki) but even print Dumper($soap-get_bugs(maint='')-result());
doesn't return anything.

There is some way to obtain the bug numbers I need?

thanks
Riccardo


[*] hint: bts select maintainer: lists all non-archived bug reports, so
perhaps an empty field is interpreted as anything (this perhaps is a
bug/feature of the bts command)


signature.asc
Description: Digital signature


Bug#375922: triggers support!

2008-05-03 Thread Riccardo Stagni
Now finally dpkg support triggers (from version 1.14.17). Please read
/usr/share/doc/dpkg/triggers.txt.gz for details.

If you need some packages to copy from^W^W look for inspiration,
initramfs-tools, man-db and doc-base already support it :)

(I'm writing because my machine spent a lot of time with the recent
texlive upgrade. I looked in the bts and, while a lot of people complained
about this issue, seems that nobody told you about the recent trigger
support)

ciao
Riccardo


signature.asc
Description: Digital signature


Bug#474504: [qingy] changing to a virtual console kills X-session

2008-05-02 Thread Riccardo Stagni
On Thu, May 01, 2008 at 11:59:35AM +0200, David Andel wrote:
  Have you tried to start X from a getty console with startx and then change
  console?
 
 Yes, the same error occurs. So could you please reassign this bug to
 xorg then (perhaps xserver-xorg-core)?

Let's try to avoid some work to xorg maintainers, please send the whole
output of:
   /usr/share/bug/xserver-xorg/script 31

so they'll have some more data to work on (and I can reassign the bug to
the right package).

ciao
R,


signature.asc
Description: Digital signature


Bug#209960: packages not found

2008-05-02 Thread Riccardo Stagni
I was looking for some bug reports filed against nonexistent packages and
I found a couple of them reported by you (209960, 209924).
Do you remember them? I failed to guess the package names.

Since they are very old reports, perhaps the offending packages have been
removed from the archives. If it is so, please close them.

ciao
Riccardo



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



Bug#477951: qa.debian.org: BTS acronym

2008-04-25 Thread Riccardo Stagni
Package: qa.debian.org
Severity: minor

Too much spaces between Bug Tracking and System in the acronym on
the BTS link in pts pages.

The page source reads:
  acronym title=Bug TrackingSystemBTS/acronym


ciao
Riccardo



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



Bug#477194: followup

2008-04-22 Thread Riccardo Stagni
I think this is caused by the recent change to lsb-base/start_daemon
(see #406059). Downgrading it to 3.2-8 makes exim able to start.

I know, this isn't a solution, but at least now we have someone to blame! :)

ciao
Riccardo


signature.asc
Description: Digital signature


Bug#476666: amsn: replace/conflict

2008-04-18 Thread Riccardo Stagni
Package: amsn
Version: 0.97-2
Severity: serious
Justification: Policy 7.5

I guess your recent upload misses a replace/conflict with the previous
version:

Unpacking amsn-data (from .../amsn/amsn-data_0.97-2_all.deb) ...
dpkg: error processing
/mirror/debian/pool/main/a/amsn/amsn-data_0.97-2_all.deb (--unpack):
 trying to overwrite `/usr/share/amsn/socks.tcl', which is also in package amsn
dpkg-deb: subprocess paste killed by signal (Broken pipe)

ciao
Riccardo


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

Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages amsn depends on:
pn  amsn-data  none(no description available)
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libgcc11:4.3.0-3 GCC support library
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libpng12-0 1.2.15~beta5-3PNG library - runtime
ii  libstdc++6 4.3.0-3   The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

amsn recommends no packages.

-- no debconf information



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



Bug#353622: rm

2008-04-17 Thread Riccardo Stagni
retitle 353622 RM: xbatt -- RoQA; old, unused
reassign 353622 ftp.debian.org
thanks

seems BTS forgotten the last message!
Riccardo



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



Bug#474504: [qingy] changing to a virtual console kills X-session

2008-04-07 Thread Riccardo Stagni
On Mon, Apr 07, 2008 at 01:00:07AM +0200, David Andel wrote:
 What do you mean with last upgrade? Last qingy upload is dated back to
 december 2007, four months ago.

 Well, it happens since a few days. I am upgrading every day.

so, perhaps, it's not entirely my fault! great! :)
Any idea about what changed? /var/log/{aptitude,dpkg.log} may help...

 X started/was launched from the first virtual console (tty1)?
 X was started by qingy or by some other login manager? (xdm, wdm, etc)

 It does not matter from which virtual console X was started. The only  
 thing which matters is that it is started from qingy. When changing to  
 any other virtual console, X gets killed and I end up in tty1, no matter  
 which one I have chosen to go to.

Have you tried to start X from a getty console with startx and then change
console?
What happen if you run just one qingy istance instead of three?

ciao
Riccardo


signature.asc
Description: Digital signature


Bug#474504: [qingy] changing to a virtual console kills X-session

2008-04-06 Thread Riccardo Stagni
tags 474504 moreinfo unreproducible
thanks

On Sun, Apr 06, 2008 at 11:23:49AM +0200, David Andel wrote:
 Since the last upgrade changing to a virtual console kills the running  
 X-session. Moreover, it changes everytime to the first virtual console,  
 no matter which one was chosen (like e.g. Ctrl-Alt-F6). It does not  
 depend on which getty (qingy or any getty) is running on the destination  
 console. Therefore, the problem seems clearly qingy only.

What do you mean with last upgrade? Last qingy upload is dated back to
december 2007, four months ago.

I tried to reproduce this bug on a couple of sid/unstable machines but I
wasn't able. Can you provide step-by-step instructions?

X started/was launched from the first virtual console (tty1)?
X was started by qingy or by some other login manager? (xdm, wdm, etc)
Are you using closed source X drivers? (eg, nvidia ones)
Can you provide your inittab?

ciao
Riccardo


signature.asc
Description: Digital signature


Bug#474107: wmtemp: missing \n in main.c

2008-04-03 Thread Riccardo Stagni
Package: wmtemp
Version: 0.0.5-5
Severity: minor

wmtemp -h shows:

  -ac number   activate alarm mode of CPU.
 number is 
threshold from 0 to 100.
 (60 is default)
  -as number   activate alarm mode of system.
 number is 
threshold from 0 to 100.
 (60 is default)

ciao
Riccardo



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



Bug#473837: psi: browser integration

2008-04-01 Thread Riccardo Stagni
Package: psi
Version: 0.11-4
Severity: wishlist

Please add xdg-utils to suggested/recommended packages, since psi uses it to
decide which browser use to open urls.
http://forum.psi-im.org/thread/4664

(and I find this solution more viable than messing with the code and
forcing psi to use the x-www-browser debian standard) :)

ciao
Riccardo

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

Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages psi depends on:
ii  libaspell150.60.5-2  GNU Aspell spell-checker runtime l
ii  libaudio2  1.9.1-2   Network Audio System - shared libr
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libfontconfig1 2.5.0-2   generic font configuration library
ii  libfreetype6   2.3.5-1+b1FreeType 2 font engine, shared lib
ii  libgcc11:4.3.0-2 GCC support library
ii  libglib2.0-0   2.16.1-2  The GLib library of C routines
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libmysqlclient15off5.0.51a-3 MySQL database client library
ii  libpng12-0 1.2.15~beta5-3PNG library - runtime
ii  libpq5 8.3.1-1   PostgreSQL C client library
ii  libqca22.0.0-4   libraries for the Qt Cryptographic
ii  libqt4-core4.3.4-2   Qt 4 core non-GUI functionality ru
ii  libqt4-gui 4.3.4-2   Qt 4 core GUI functionality runtim
ii  libqt4-qt3support  4.3.4-2   Qt 3 compatibility library for Qt 
ii  libqt4-sql 4.3.4-2   Qt 4 SQL database module
ii  libsm6 2:1.0.3-1+b1  X11 Session Management library
ii  libsqlite0 2.8.17-4  SQLite shared library
ii  libsqlite3-0   3.5.7-1   SQLite 3 shared library
ii  libstdc++6 4.3.0-2   The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcursor11:1.1.9-1 X cursor management library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extensio
ii  libxi6 2:1.1.3-1 X11 Input extension library
ii  libxinerama1   2:1.0.3-1 X11 Xinerama extension library
ii  libxrandr2 2:1.2.2-1 X11 RandR extension library
ii  libxrender11:0.9.4-1 X Rendering Extension client libra
ii  libxss11:1.1.3-1 X11 Screen Saver extension library
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime

Versions of packages psi recommends:
ii  libqca2-plugin-ossl   0.1~20070904-3 QCA OSSL plugin for libqca2
ii  sox   14.0.1-2   Swiss army knife of sound processi

-- no debconf information



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



Bug#470833: newsbeuter: sensible-browser

2008-03-13 Thread Riccardo Stagni
Package: newsbeuter
Version: 0.8.1-1
Severity: wishlist

Please set sensible-browser as default browser for newsbeuter.

(I know, there is the browser directive for .newsbeuter/config, but
this would be a local change, while sensible-browser works
system-wide, since its job is choose the best browser available
to the user at the moment, also honoring variables like $BROWSER)

ciao
Riccardo

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

Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages newsbeuter depends on:
ii  libc6 2.7-9  GNU C Library: Shared libraries
ii  libcurl3-gnutls   7.18.0-1   Multi-protocol file transfer libra
ii  libgcc1   1:4.3.0-1  GCC support library
ii  libkrb53  1.6.dfsg.3~beta1-3 MIT Kerberos runtime libraries
ii  libmrss0 [libmrss-abi 0.19.1-1   C library for parsing, writing and
ii  libncursesw5  5.6+20080203-1 Shared libraries for terminal hand
ii  libnxml0 [libnxml-abi 0.18.2-2   C library for parsing, writing and
ii  libsqlite3-0  3.5.6-3SQLite 3 shared library
ii  libstdc++64.3.0-1The GNU Standard C++ Library v3

newsbeuter recommends no packages.

-- no debconf information



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



Bug#470449: Bug#470390: newsbeuter: dies when reading feeds with bad accents

2008-03-11 Thread Riccardo Stagni
On Tue, Mar 11, 2008 at 02:45:49PM +0100, Nico Golde wrote:
 can you try to reproduce this with:
 http://people.debian.org/~nion/newsbeuter/newsbeuter_0.8-1_i386.deb
 
 It contains a fix by the upstream author which may fix it.

Same results (works with LANG=C, doesn't with [EMAIL PROTECTED],.UTF-8}).
Also, there are new dependencies: the new package now asks for libruby1.8
(and libcurl3 instead of libcurl3-gnutls).

ciao
R,


signature.asc
Description: Digital signature


Bug#470449: Bug#470390: newsbeuter: dies when reading feeds with bad accents

2008-03-11 Thread Riccardo Stagni
On Tue, Mar 11, 2008 at 09:22:44PM +0100, Nico Golde wrote:
 http://people.debian.org/~nion/newsbeuter/newsbeuter_0.8-1_i386.deb
 Please give it another try, just added another patch.

works for me! :)

great work!

R,


signature.asc
Description: Digital signature


Bug#470390: newsbeuter: dies when reading feeds with bad accents

2008-03-10 Thread Riccardo Stagni
Package: newsbeuter
Version: 0.8-1
Severity: important

Seems that newsbeuter dislikes feeds with unescaped accents:
eg.
http://syndication.splinder.com/spettrodellabolognesita/rss2.xml
contains bolognesità within the feed title. Newsbeuter dies with a
terminate called after throwing an instance of 'char*' error.

(severity important because, since the accented letter is in the feed
title, it prevents newsbeuter starting, making it die when reading cache)

ciao
Riccardo

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

Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages newsbeuter depends on:
ii  libc6 2.7-9  GNU C Library: Shared libraries
ii  libcurl3-gnutls   7.18.0-1   Multi-protocol file transfer libra
ii  libgcc1   1:4.3.0-1  GCC support library
ii  libkrb53  1.6.dfsg.3~beta1-3 MIT Kerberos runtime libraries
ii  libmrss0 [libmrss-abi 0.19.0-2   C library for parsing, writing and
ii  libncursesw5  5.6+20080203-1 Shared libraries for terminal hand
ii  libnxml0 [libnxml-abi 0.18.1-4   C library for parsing, writing and
ii  libsqlite3-0  3.5.6-3SQLite 3 shared library
ii  libstdc++64.3.0-1The GNU Standard C++ Library v3

newsbeuter recommends no packages.

-- no debconf information




Bug#470390: newsbeuter: dies when reading feeds with bad accents

2008-03-10 Thread Riccardo Stagni
On Mon, Mar 10, 2008 at 10:35:32PM +0100, Nico Golde wrote:
 I tried to reproduce this using the same locale 
 ([EMAIL PROTECTED]), setting it as LC_ALL and invoking newsbeuter 
 in urxvt.  Even using exactly the same library versions as 
 you I fail to reproduce this. No crash, everything gets 
 displayed fine.
 
 Can you provide any additional information on how to 
 reproduce this?

please try setting the LANG variable: with LANG=C it works but
displays ? instead the offending à. If instead I use the usual
[EMAIL PROTECTED] (or also it_IT.UTF-8) it crashes.

regards
R,


signature.asc
Description: Digital signature


Bug#470390: newsbeuter: dies when reading feeds with bad accents

2008-03-10 Thread Riccardo Stagni
On Tue, Mar 11, 2008 at 12:17:43AM +0100, gregor herrmann wrote:
   please try setting the LANG variable: with LANG=C it works but
   displays ? instead the offending à. If instead I use the usual
   [EMAIL PROTECTED] (or also it_IT.UTF-8) it crashes.
  No problem, still not crashing :/
 
 This is indeed weird; you get no crashes, Riccardo gets them both
 with latin9 and utf8, I get them only with latin9 ... Could this be
 terminal-related in some way? FWIW: I used plain xterm (and uxterm).

I've just tried and it crashes with xterm and with uxterm.


  P.S. Did you experience this also with older versions or are 
  you a new user?
 
 Here 0.7-4 works fine (but I know that you know that I'm not a new
 user :))

I am, instead, a new user: I've read Nico's orphaning message for snownews
and I tought giving a try to newsbeuter.

R,


signature.asc
Description: Digital signature


Bug#469744: mc: doesn't copy/move directories over ssh

2008-03-06 Thread Riccardo Stagni
Package: mc
Version: 1:4.6.2~pre1-6
Severity: normal

I've just lost ~100MB of photos because mc seems to be unable to
copy/move a directory into some place in the remote user's home
directory:

copying/moving a dir from my local system to remotehost:/tmp works well,
but fails ignobly if I try to copy the dir into
[EMAIL PROTECTED]:/home/user/somewhere: it transfers the files but
they can't be found nowhere on the remote host. You can obviously
imagine that trying to move a directory adds a funny side effect... :(


Perhaps also this is something related:
while trying to do some testing before filing this bugreport, I found
that moving a directory from local to remote:/tmp and moving it back,
correctly creates the new local copy, but leaves the empty dir on the
remote host.

ciao
Riccardo

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

Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages mc depends on:
ii  libc62.7-9   GNU C Library: Shared libraries
ii  libglib2.0-0 2.14.6-1The GLib library of C routines
ii  libgpmg1 1.20.3~pre3-2.1 General Purpose Mouse - shared lib
ii  libslang22.1.3-2 The S-Lang programming library - r

mc recommends no packages.

-- no debconf information



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



Bug#469744: my fault!

2008-03-06 Thread Riccardo Stagni
retitle 469744 over ssh, fails writing without any error
thanks

I just discovered that the user I used for the remote login had no write
access on the target directory (a backup which I restored as root
forgetting to chown it back to the right user).

So, a fault of mine was the origin of anything, but surely mc had thrown
somewhere all my poor photos without checking if some error happened!

Also, the perhaps this is related part of the report still holds.

ciao
Riccardo


signature.asc
Description: Digital signature


Bug#466370: still buggy

2008-03-02 Thread Riccardo Stagni
reopen 466370
found 466370 1:4.6.2~pre1-5
thanks

It's still there! :(

I found with diff some changes between 4.6.1 and 4.6.2-pre1 sources that
could be the cause of this bug: in mc-4.6.2~pre1/src/ChangeLog there is
---
  2007-02-22  Pavel Tsekov  [EMAIL PROTECTED]
* file.c (copy_file_file): chmod() the target file no matter whether
preserve attributes is checked or not, since the destination is
initially created with mode 0600.
---

Changing src/file.c:793 to

  if (!appending  ctx-preserve) {

seemed to solve the problem, but only when copying: moving a file with the
executable bit and preserve attributes unchecked still create it +x.

ciao
Riccardo


signature.asc
Description: Digital signature


Bug#468187: boinc-manager: messages tab and remote hosts

2008-02-27 Thread Riccardo Stagni
Package: boinc-manager
Version: 5.10.43-1
Severity: normal

Launching boinc-manager and clicking on the messages tab, I see
localhost logs. If I change tab and I connect to another host, all tabs
are refreshed except for messages (which keeps showing localhost logs).
The remote host logs are shown only if I had selected the messages tab
when changing host.

If I connect to localhost instead, its logs are always shown no matter
what tab I had selected.

ciao
Riccardo

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

Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages boinc-manager depends on:
ii  libc6 2.7-8  GNU C Library: Shared libraries
ii  libstdc++64.3-20080219-1 The GNU Standard C++ Library v3
ii  libwxbase2.6-02.6.3.2.2-2wxBase library (runtime) - non-GUI
ii  libwxgtk2.6-0 2.6.3.2.2-2wxWidgets Cross-platform C++ GUI t

Versions of packages boinc-manager recommends:
ii  boinc-client  5.10.43-1  core client for the BOINC distribu

-- no debconf information



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



Bug#466370: mc: preserve attributes

2008-02-18 Thread Riccardo Stagni
Package: mc
Version: 1:4.6.2~pre1-1
Severity: normal

When copying/moving some files with F5/F6, if I uncheck the preserve
attributes option mc creates files with the original permissions:
eg. copying something from an usb pendrive with a FAT filesystem, or
from /usr/bin.

Also the last version in unstable (-3) shows this behaviour.

ciao
Riccardo

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

Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages mc depends on:
ii  libc6 2.7-8  GNU C Library: Shared libraries
ii  libglib2.0-0  2.14.6-1   The GLib library of C routines
ii  libgpmg1  1.19.6-25  General Purpose Mouse - shared lib
ii  libslang2 2.1.3-2The S-Lang programming library - r

mc recommends no packages.

-- no debconf information



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



  1   2   >