Bug#481292: eclipse: fails to start, missing JRE/JDK

2008-06-09 Thread Sandro Tosi
Hi Michael,
sorry for the late reply

   searching for compatible vm...
 testing /usr/lib/jvm/java-7-icedtea...not found
 testing /usr/lib/jvm/java-gcj...not found
 testing /usr/lib/kaffe/pthreads...not found
 testing /usr/lib/jvm/java-6-sun...not found
 testing /usr/lib/jvm/java-1.5.0-sun...not found
 testing /usr/lib/j2se/1.5...not found
 testing /usr/lib/j2se/1.4...not found
 testing /usr/lib/j2sdk1.5-ibm...not found
 testing /usr/lib/j2sdk1.4-ibm...not found
 testing /usr/lib/j2sdk1.6-sun...not found
 testing /usr/lib/j2sdk1.5-sun...not found
 testing /usr/lib/j2sdk1.4-sun...not found

 What package satisfying java1-runtime or java2-runtime have you actually
 installed?

I got this:

$ grep-available -F Provides java1-runtime | egrep ^Package|^Version
Package: gij-4.1
Version: 4.1.2-19
Package: gij-4.2
Version: 4.2.3-4
Package: gij-4.3
Version: 4.3.0-5
Package: java-gcj-compat-headless
Version: 1.0.77-4
Package: sablevm
Version: 1.13-1.2
Package: java-gcj-compat
Version: 1.0.77-4
Package: gij
Version: 4:4.3-1
$ grep-available -F Provides java2-runtime | egrep ^Package|^Version
Package: gij-4.1
Version: 4.1.2-19
Package: gij-4.2
Version: 4.2.3-4
Package: gij-4.3
Version: 4.3.0-5
Package: java-gcj-compat-headless
Version: 1.0.77-4
Package: java-gcj-compat
Version: 1.0.77-4
Package: gij
Version: 4:4.3-1


   Could not create /usr/local/lib/eclipse/.eclipseextension. Please run as 
 root:
   touch /usr/local/lib/eclipse/.eclipseextension
   chmod 2775 /usr/local/lib/eclipse/.eclipseextension
   chown root:staff /usr/local/lib/eclipse/.eclipseextension

 Moreover, why should I run some commands as root to use a users' tool? 
 Shouldn't it be done in postint when installing the package?

 Thats right. I wonder why I don't get that. I will investigate that.

If you want me to do some test, just ask: I'd be happy to help fix this.

Cheers,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#309433: setting package to mrtg mrtg-contrib, tagging 309433

2008-06-09 Thread Sandro Tosi
# Automatically generated email from bts, devscripts version 2.10.29
#
# mrtg (2.16.2-1) UNRELEASED; urgency=low
#
#  * debian/rules
#- added installation of debian/exim-stats (now it was only in source
#  package); thanks to Jari Aalto for the report; Closes: #309433
#

package mrtg mrtg-contrib
tags 309433 + pending




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



Bug#484595: setting package to python-sip4-dev python-sip4-dbg python-sip4 sip4 sip4-qt3, tagging 484595

2008-06-10 Thread Sandro Tosi
# Automatically generated email from bts, devscripts version 2.10.29
#
# sip4-qt3 (4.7.6-1) UNRELEASED; urgency=low
#
#  * debian/control
#- updated Homepage field; Closes: #484595
#

package python-sip4-dev python-sip4-dbg python-sip4 sip4 sip4-qt3
tags 484595 + pending




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



Bug#484534: setting package to reportbug, tagging 484534

2008-06-11 Thread Sandro Tosi
# Automatically generated email from bts, devscripts version 2.10.29
#
# reportbug (3.42) UNRELEASED; urgency=low
#
#  * reportbug
#- changed shebang to /usr/bin/env python, removing -S parameter, now
#  urwid is imported; thanks to Neil Mayhew for the hint; Closes: #484534
#

package reportbug
tags 484534 + pending




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



Bug#484534: [Reportbug-maint] Bug#484534: reportbug: Possible solution

2008-06-11 Thread Sandro Tosi
Hi Neil,

 The problem seems to be due to the use of python -S in the shebang line.
 The -S option disables 'import site' on initialization. If I edit
 /usr/bin/reportbug and remove the -S, the problem goes away.

 The conventional shebang line for python scripts is #!/usr/bin/env
 python. However, I can see that reportbug might want to eliminate the
 possibility of a non-standard python (eg from /usr/local) so just taking
 the -S off is probably the right thing to do.

Thanks a lot for this hint! I've checked and it works fine (may dirs
were left out with -S), thus I've just committed that change to our
svn repository (it will be included in the next release). In the
meantime, I've prepared a preliminary package here[1]: it would be
thankful if anyone with this problem can check it out.

Kindly,
Sandro

[1] http://matrixhasu.altervista.org/debian/reportbug_3.42_all.deb

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#484534: [Reportbug-maint] Bug#484534: reportbug: Possible solution

2008-06-12 Thread Sandro Tosi
On Thu, Jun 12, 2008 at 08:50, Ben Finney [EMAIL PROTECTED] wrote:
 It's true that one convention in the Python community is a shebang
 line of #! /usr/bin/env python.

 However, the Debian Python Policy, ยง1.3.2
 URL:file:///usr/share/doc/python/python-policy.txt.gz specifically
 recommends against that practice.

1.3.2. Interpreter Location
---

 The preferred specification for the Python interpreter is
 `/usr/bin/python' or `/usr/bin/pythonX.Y'.  This ensures that a
 Debian installation of python is used and all dependencies on
 additional python modules are met.

 If a maintainer would like to provide the user with the possibility to
 override the Debian Python interpreter, he may want to use
 `/usr/bin/env python' or `/usr/bin/env pythonX.Y'.  However this
 is not advisable as it bypasses Debian's dependency checking and makes
 the package vulnerable to incomplete local installations of python.

 So I'd advise that the minimal change for this bug would be to have a
 standard Debian shebang line of #! /usr/bin/python.

Fine, thanks for pointing it out.

Now, since you have svn commit access, please fix it.

Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#484534: [Reportbug-maint] Bug#484534: reportbug: Possible solution

2008-06-12 Thread Sandro Tosi
 Okay. I've resolved this by standardising to the recommended shebang
 line on all Python programs in the package, and removing unused
 shebang lines from non-executable Python modules.

Thanks! But it seems that the standard way of write a shebang[1] is

#!/path/to/interpreter

without the space, and since that was already there, I don't see why
change it: do you agree? Other maints?

Kindly,
Sandro

[1] http://en.wikipedia.org/wiki/Shebang_(Unix)

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#485950: [Python-modules-team] Bug#485950: python-matplotlib: New versions of matplotlib available

2008-06-12 Thread Sandro Tosi
Hello Manuel,

 There are new versions of matplotlib available, see

Yes, I know and I'm planning to update matplotlib soon (of course,
thanks for the report! :D )

 - 0.91.3 is a bugfix release and should updated for lenny.

 - 0.98.0 is a major release. It requires numpy 1.1 and Python 2.4, and
 also has some API changes. -- sid ??

The plan I think I'll follow would be:

- upload in unstable 0.91.3
- upload in experimental 0.98 and check rdepends against that version.

I'll let you know any progress.

Kindly,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#69204: uptime statistics are for the SNMP device and not for the machine

2008-06-13 Thread Sandro Tosi
tag 69204 moreinfo, help
thanks

Hello,
is there someone that can confirm this bug is still valid? I don't
have a snmp device to query.

Thanks in advance for the help!

Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#486413: setting package to python-ogg-dbg python-ogg pyogg python-pyogg python-pyogg-dbg, tagging 486413

2008-06-16 Thread Sandro Tosi
# Automatically generated email from bts, devscripts version 2.10.29
#
# pyogg (1.3+repack-2) unstable; urgency=low
#
#  * debian/control
#- Replaces/Conflicts on the right version (1.3+repack-1); thanks to Frans
#  Pop for the report; Closes: #486413
#

package python-ogg-dbg python-ogg pyogg python-pyogg python-pyogg-dbg
tags 486413 + pending




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



Bug#481292: eclipse: fails to start, missing JRE/JDK

2008-06-16 Thread Sandro Tosi
Hi Michael,

 /usr/lib/jvm/java-gcj directory exists on your system?

$ ls -l /usr/lib/jvm/java-gcj
ls: cannot access /usr/lib/jvm/java-gcj: No such file or directory

 Can you please
 try installing java-gcj-compat-dev additionally?

after the installation of that package, I can start eclipse!! I got
the following messages:

$ eclipse
searching for compatible vm...
  testing /usr/lib/jvm/java-6-openjdk...not found
  testing /usr/lib/jvm/java-gcj...found
Could not create /usr/local/lib/eclipse/.eclipseextension. Please run as root:
touch /usr/local/lib/eclipse/.eclipseextension
chmod 2775 /usr/local/lib/eclipse/.eclipseextension
chown root:staff /usr/local/lib/eclipse/.eclipseextension
$

so I executed those commands and then I got only:

$ eclipse
searching for compatible vm...
  testing /usr/lib/jvm/java-6-openjdk...not found
  testing /usr/lib/jvm/java-gcj...found
$

Thanks a lot! I think that there is something to fix in Depends/Recommends :)

Thanks again for your support,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#275660: reportbug: default body template should contain a greeting to package maintainer

2008-07-05 Thread Sandro Tosi
Hi Rolf,

On Sat, Jul 5, 2008 at 10:39, Rolf Leggewie
[EMAIL PROTECTED] wrote:
 Sandro Tosi wrote:
 It's still inpersonal
 Sandro,

 thank you for picking this up.  I think it should be personal, if at all
 possible.  Maybe it can be addressed to all people listed in Uploaders,
 or is that information not available?

But let's take the case of devscripts[1] that has 10 Uploaders: it
would create a greeting line veeery long. That's the reason I'm
getting weird on what to do.

Sandro

[1] http://packages.qa.debian.org/d/devscripts.html

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#478581: pycallgraph: fails to catch normal exception

2008-07-06 Thread Sandro Tosi
Hello Gerald,

On Sun, Jul 6, 2008 at 12:35, Gerald Kaszuba [EMAIL PROTECTED] wrote:
 Thanks for the heads up. I just fixed this in my repository trunk. It
 will be part of the 0.5.0 release.

Thanks for the fix!!

I hope you'll be able to release new version in few time: we wait for
it to upload in Debian (and that will become the version we'll ship
with lenny, the new Debian upcoming release).

Thanks for the support,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#489776: none

2008-07-07 Thread Sandro Tosi
Package: exim4-config
Severity: wishlist

none

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#396899: reportbug: please consider adding option that will only gather package information

2008-07-07 Thread Sandro Tosi
Hello Marc,
in your last comment you talk about a script you'll provide with exim:
any news on this?

While trying to replicate it I (by mistake) opened this #489776, and
it seems the same output of --template:

$ reportbug --template exim4-config
Detected character set: UTF-8
Please change your locale if this is incorrect.

Using 'Sandro Tosi [EMAIL PROTECTED]' as your from address.
Getting status for exim4-config...
Will send report to Debian (per lsb_release).

Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Sandro Tosi [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: none

Package: exim4-config
Severity: wishlist



-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Do you think this option is what you want?

Kindly,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#441099: 'packlist' referenced before assignment

2008-07-07 Thread Sandro Tosi
merge 441099 489515
tag 441099 +pending
thanks

Hello Dan,
here are some logs for the point you've reported:

$ /usr/bin/time reportbug --template -f man
Finding package for 'man'...
Resolved as '/usr/lib/man-db/man'.
Using package 'man-db'.
Detected character set: UTF-8
Please change your locale if this is incorrect.

Using 'Sandro Tosi [EMAIL PROTECTED]' as your from address.
Getting status for man-db...
Will send report to Debian (per lsb_release).
Maintainer for man-db is 'Colin Watson [EMAIL PROTECTED]'.
Looking up dependencies of man-db...

Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Sandro Tosi [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: none

Package: man-db
Version: 2.5.2-1
Severity: wishlist
File: /usr/lib/man-db/man



-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages man-db depends on:
ii  bsdmainutils   6.1.10collection of more utilities from
ii  debconf [debconf-2.0]  1.5.22Debian configuration management sy
ii  dpkg   1.14.20   Debian package management system
ii  groff-base 1.18.1.1-20   GNU troff text-formatting system (
ii  libc6  2.7-12GNU C Library: Shared libraries
ii  libgdbm3   1.8.3-3   GNU dbm database routines (runtime
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

man-db recommends no packages.

Versions of packages man-db suggests:
ii  elinks-lite [www-brow 0.11.4-1+b1advanced text-mode WWW browser - l
ii  epiphany-gecko [www-b 2.22.2-3   Intuitive GNOME web browser - Geck
ii  groff 1.18.1.1-20GNU troff text-formatting system
ii  iceweasel [www-browse 3.0~rc2-2  lightweight web browser based on M
ii  less  418-1  Pager program similar to more
ii  lynx-cur [www-browser 2.8.7dev9-1.1  Text-mode WWW Browser with NLS sup
ii  opera [www-browser]   9.50.2042.gcc4-qt3 The Opera Web Browser
ii  w3m [www-browser] 0.5.2-2+b1 WWW browsable pager with excellent
ii  xemacs21-mule [www-br 21.4.21-3+b1   highly customizable text editor --

-- debconf information:
  man-db/build-database: true
  man-db/rebuild-database: true
  man-db/install-setuid: false
1.31user 0.09system 0:01.43elapsed 97%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (0major+29849minor)pagefaults 0swaps


$ /usr/bin/time reportbug --template -f `which man`
Finding package for '/usr/bin/man'...
Please re-run reportbug selecting one of these packages:
  devscripts
  man-db
  python-twisted-core
Command exited with non-zero status 1
0.38user 0.03system 0:00.48elapsed 86%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (0major+10992minor)pagefaults 0swaps


$ /usr/bin/time reportbug --template -f /usr/lib/man-db/man | wc -l
Finding package for '/usr/lib/man-db/man'...
Using package 'man-db'.
Detected character set: UTF-8
Please change your locale if this is incorrect.

Using 'Sandro Tosi [EMAIL PROTECTED]' as your from address.
Getting status for man-db...
Will send report to Debian (per lsb_release).
Maintainer for man-db is 'Colin Watson [EMAIL PROTECTED]'.
Looking up dependencies of man-db...

1.33user 0.10system 0:01.49elapsed 96%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (0major+29859minor)pagefaults 0swaps
50

works as you reported.

I've merged with #489515 since after this bugreport, I've fixed the situation.

Kindly,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#461581: boinc-manager: scroll list with mouse scroll wheel

2008-07-10 Thread Sandro Tosi
found 461581 6.2.11-1
thanks

Hi Frank,
  Looking at boincmgr's code didn't give a hint for this bug, therefore I 
 built
  boinc wiht wxwidgets2.8 from experimental today to see if this is probably a
  wxwidgets bug, and indeed it seems so. If boincmgr is built with
  wxwidgets2.8, scrolling is possible with the mouse wheel even if the mouse
  pointer is not over the scroll bar.

 Thanks a lot for your help!

  So we are now waiting for wxwidgets2.8 to enter unstable.

 Let's hope this will happen soon (but I'm aware of a sort of fight
 for wx2.8 to enter Debian).

I was replying to this email when I saw your replies on bts (sadly I
didn't receive those communications). Anyhow, I can confirm the bug is
still present in 6.2.11-1 .

Thanks for your support,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#461581: boinc-manager: scroll list with mouse scroll wheel

2008-07-10 Thread Sandro Tosi
Hi Frank,

 On Thursday 10 July 2008 09:58, Sandro Tosi wrote:
 I was replying to this email when I saw your replies on bts (sadly I
 didn't receive those communications). Anyhow, I can confirm the bug is
 still present in 6.2.11-1 .

 Despite the email that was generated via tagpending, 6.2.11-1 has not been
 built with wxWidgets 2.8 due to the request from Gerfried Fuchs, see
 http://lists.debian.org/debian-devel-announce/2008/07/msg0.html. So it is
 not unexpected that this bug is still present in recent BOINC revisions.

 And I do not think that this bug is severe enough to ignore Gerfried's
 request. Or has BOINC Manager built with wxWidgets 2.8 other advantages I'm
 not aware of?

Well, I don't know :) No problem, I've jsut remembered of this bug and
wx2.8 solution, so I would have pinged you. Despite it's annoying
not being able to scroll the lists with the mouse wheel, it's of
course not fundamental to have it fixed in lenny.

Cheers,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#396899: reportbug: please consider adding option that will only gather package information

2008-07-10 Thread Sandro Tosi
user [EMAIL PROTECTED]
retitle 396899 reportbug: --template doesn't include Package-specific info
severity 396899 normal
found 396899 3.42
tag 396899 confirmed
usertags 396899 template
thanks

On Mon, Jul 7, 2008 at 22:55, Marc Haber [EMAIL PROTECTED] wrote:
 On Mon, Jul 07, 2008 at 08:32:51PM +0200, Sandro Tosi wrote:
 in your last comment you talk about a script you'll provide with exim:
 any news on this?

 While trying to replicate it I (by mistake) opened this #489776, and
 it seems the same output of --template:

 $ reportbug --template exim4-config

 Try it with exim4-base.

The problem with --template is that option doesn't include
Package-specific info section. Once this is fixed, you'll have what
you need.

Regards,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#490360: iceweasel: freezes after few hours of usage

2008-07-11 Thread Sandro Tosi
Package: iceweasel
Version: 3.0~rc2-2
Severity: grave

Hello,
iceweasel freezes (the windows are not redrawn when switch to a virtual
desktop and then back to the one where it's opened) after few hours of
usage.

I saw:
$ ps aux | grep firefo
morph29637  0.8  8.0 698332 326204 ?   Sl   Jul10  13:31 
/usr/lib/iceweasel/firefox-bin -a firefox

but no other messages in dmesg.

Please, let me know if I can do something (run some commands or so) to
help you debug this issue, that make iceweasel a real problem because I
have to reload each tab at restart (on a 56k line..).

Thanks in advance,
Sandro


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages iceweasel depends on:
ii  debianutils   2.30   Miscellaneous utilities specific t
ii  fontconfig2.6.0-1generic font configuration library
ii  libc6 2.7-12 GNU C Library: Shared libraries
ii  libglib2.0-0  2.16.4-1   The GLib library of C routines
ii  libgtk2.0-0   2.12.10-2  The GTK+ graphical user interface 
ii  libnspr4-0d   4.7.1-3NetScape Portable Runtime Library
ii  libstdc++64.3.1-5The GNU Standard C++ Library v3
ii  procps1:3.2.7-8  /proc file system utilities
ii  psmisc22.6-1 Utilities that use the proc filesy
ii  xulrunner-1.9 1.9~rc2-5  XUL + XPCOM application runner

iceweasel recommends no packages.

Versions of packages iceweasel suggests:
pn  latex-xft-fonts   none (no description available)
ii  libkrb53  1.6.dfsg.4~beta1-3 MIT Kerberos runtime libraries
ii  mozplugger1.10.2-1   Plugin allowing external viewers t
pn  ttf-mathematica4.1none (no description available)
pn  xfonts-mathml none (no description available)
pn  xprintnone (no description available)
ii  xulrunner-1.9-gnome-s 1.9~rc2-5  Support for GNOME in xulrunner app

-- no debconf information



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



Bug#490360: iceweasel: freezes after few hours of usage

2008-07-11 Thread Sandro Tosi
Hi Mike,
thanks for the fast reply

On Fri, Jul 11, 2008 at 21:11, Mike Hommey [EMAIL PROTECTED] wrote:
 On Fri, Jul 11, 2008 at 08:28:11PM +0200, Sandro Tosi wrote:
 Package: iceweasel
 Version: 3.0~rc2-2
 Severity: grave

 Hello,
 iceweasel freezes (the windows are not redrawn when switch to a virtual
 desktop and then back to the one where it's opened) after few hours of
 usage.

 I saw:
 $ ps aux | grep firefo
 morph29637  0.8  8.0 698332 326204 ?   Sl   Jul10  13:31 
 /usr/lib/iceweasel/firefox-bin -a firefox

 but no other messages in dmesg.

 Please, let me know if I can do something (run some commands or so) to
 help you debug this issue, that make iceweasel a real problem because I
 have to reload each tab at restart (on a 56k line..).

 Install iceweasel-dbg and gdb (though i think iceweasel-dbg will be

ok, I'll do, but it will take some time (I'll download it in the night)

 useless), and attach gdb to the hanging iceweasel:
 gdb -p $(pidof firefox-bin)

does it need iceweasel-dbg to be installed on the system before I
started the current instances or not? (jsut to know if I have to
restart iceweasel once -dbg is installed or not).

 Then, on the gdb prompt, type bt full and send the output here.

Sure, I'll do.

 My guess is that the process is frozen in the flash plugin.

In the Plugin tab of Tools  Add-ons there is no flash plugin, but I got:

# apt-cache search flash firefox
gplanarity - simple puzzle game involving untangling planar graphs
libflash-mozplugin - GPL Flash (SWF) Library - Mozilla-compatible plugin
gnash - free Flash movie player
gnash-common - free Flash movie player - common files/libraries
gnash-common-opengl - free Flash movie player - common files/libraries
gnash-cygnal - free Flash movie player - Media server
gnash-tools - free Flash movie player - Command-line Tools
klash - free Flash movie player - standalone player for KDE
konqueror-plugin-gnash - free Flash movie player - Plugin for Konqueror
mozilla-plugin-gnash - free Flash movie player - Plugin for Mozilla
and derivatives
flashplugin-nonfree - Adobe Flash Player - browser plugin
gnash-opengl - free Flash movie player
klash-opengl - free Flash movie player - standalone player for KDE

# COLUMNS=80 dpkg -l $(apt-cache search flash firefox | awk '{ print $1 }' )
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
un  flashplugin-no none (no description available)
ii  gnash  0.8.3-2free Flash movie player
ii  gnash-common   0.8.3-2free Flash movie player - common files/libra
un  gnash-common-o none (no description available)
un  libflash-mozpl none (no description available)
un  mozilla-plugin none (no description available)
No packages found matching gplanarity.
No packages found matching gnash-cygnal.
No packages found matching gnash-tools.
No packages found matching klash.
No packages found matching konqueror-plugin-gnash.
No packages found matching gnash-opengl.
No packages found matching klash-opengl.

Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#490543: boinc-manager: leaves apps in memory even if request not to

2008-07-12 Thread Sandro Tosi
Package: boinc-manager
Version: 6.2.11-1
Severity: normal

Hello,
boinc-manager is configured not to leave apps in memory if not running:

$ grep leave_apps_in_memory /etc/boinc-client/global_prefs_override.xml 
   leave_apps_in_memory0/leave_apps_in_memory

but they are left there:

# ps aux | grep boinc
morph 1708  0.9  0.2  85408 10840 pts/7S+   16:05   0:00 
/usr/bin/python /usr/bin/reportbug -O boinc-manager
morph 4502  0.8  0.5 164024 21660 ?Ss   Jul10  21:44 
/usr/bin/boincmgr
boinc24879 86.0  2.0 248300 82984 ?SNl  12:50 168:41 
Amolqc-preRC1-501 qmc
boinc24959 85.7  2.0 248300 82472 ?SNl  12:53 165:06 
Amolqc-preRC1-501 qmc
boinc29582  0.0  0.3  80560 14596 ?SN   Jul10   2:22 /usr/bin/boinc 
--check_all_logins --redirectio --dir /var/lib/boinc-client
boinc31086 10.4  9.3 1012356 381392 ?  SNl  15:02   6:41 
garli_5.15_i686-pc-linux-gnu garli1686.conf
boinc31090 10.1 10.0 1012360 408840 ?  SNl  15:02   6:29 
garli_5.15_i686-pc-linux-gnu garli1698.conf
boinc31290 79.4  1.6  79868 65604 ?SNl  15:11  43:33 
setiathome-5.28.x86_64-pc-linux-gnu
boinc31291 81.4  1.0  56088 43156 ?SNl  15:11  44:40 
setiathome-5.28.x86_64-pc-linux-gnu

while only PID 24879 24959 31290 31291 are really running (other
processes are boinc itself), and I see the 2 garli processes in Waiting
to run state on boincmgr.

Regards,
Sandro

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages boinc-manager depends on:
ii  libc62.7-12  GNU C Library: Shared libraries
ii  libstdc++6   4.3.1-5 The GNU Standard C++ Library v3
ii  libwxbase2.6-0   2.6.3.2.2-2 wxBase library (runtime) - non-GUI
ii  libwxgtk2.6-02.6.3.2.2-2 wxWidgets Cross-platform C++ GUI t

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

boinc-manager suggests no packages.

-- no debconf information



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



Bug#490548: reportbug: please use python-btsutils to interact with Debian BTS

2008-07-12 Thread Sandro Tosi
Package: reportbug
Version: 3.43~devel
Severity: wishlist
User: [EMAIL PROTECTED]
Usertags: devel bts

Hello,
python-btsutils provides ways to query the Debian BTS (and other ways to
interact with BTS): please use it instead of custom code.

Regards,
Sandro

-- Package-specific info:
** Environment settings:
EDITOR=vi
DEBEMAIL=[EMAIL PROTECTED]
DEBFULLNAME=Sandro Tosi

** /home/morph/.reportbugrc:
reportbug_version 3.40
mode expert
realname Sandro Tosi
email [EMAIL PROTECTED]
editor vi

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
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-1An 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:
ii  debconf-utils 1.5.22 debconf utilities
ii  debsums   2.0.36 verification of installed package 
ii  dlocate   0.96.1 fast alternative to dpkg -L and dp
ii  file  4.24-4 Determines file type using magic
ii  gnupg 1.4.9-2GNU privacy guard - a free PGP rep
ii  postfix [mail-transport-agent 2.5.2-1High-performance mail transport ag
ii  python-urwid  0.9.8.2-1  curses-based UI/widget library for

-- no debconf information



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



Bug#490360: iceweasel: freezes after few hours of usage

2008-07-12 Thread Sandro Tosi
Hi Mike,

On Fri, Jul 11, 2008 at 21:11, Mike Hommey [EMAIL PROTECTED] wrote:
 Install iceweasel-dbg and gdb (though i think iceweasel-dbg will be
 useless), and attach gdb to the hanging iceweasel:
 gdb -p $(pidof firefox-bin)

 Then, on the gdb prompt, type bt full and send the output here.

Attached you can find the bt full (and I've included even thread
apply all bt full, maybe it could help) for the freeze just happend.

Let me know if I can do something more to help you.

TIA,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi


bts490360_iceweacel_gdb_2008-07-12.txt.gz
Description: GNU Zip compressed data


Bug#490360: iceweasel: freezes after few hours of usage

2008-07-12 Thread Sandro Tosi
Hi Mike,

 Can you install libmozjs1d-dbg, too, and get a new backtrace ?

Installed, and here is bt full + thread apply all bt full.

Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi


bts490360_iceweacel_gdb_2008-07-12_2.txt.gz
Description: GNU Zip compressed data


Bug#426206: ITP: libpkg-guide -- Debian Library Packaging guide

2008-07-12 Thread Sandro Tosi
Hi all,
I'm going to revamp this package, since I think it's very useful to
have a package for that really important guide (so to have a local
copy on the machine).

I've created a git repo on collab-maint[1] still empty: Junichi, it
would be really a plus if we could have the history injected in that
repo; I see git-cvs package, and it seems it allows to do so.

Since this guide is written for Debian, I think I'll forge a native
package, but I'll grab some code from Sheldon's package[2]

Cheers,
Sandro

[1] http://git.debian.org/git/collab-maint/libpkg-guide.git/
[2] http://mentors.debian.net/debian/pool/main/l/libpkg-guide/

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#490360: iceweasel: freezes after few hours of usage

2008-07-13 Thread Sandro Tosi
Hi Mike,

 Mmmm seems it doesn't want to take the libmozjs symbols. Can you try
 again after removing /usr/lib/xulrunner-1.9/dependentlibs.list ?

~# mv /usr/lib/xulrunner-1.9/dependentlibs.list .

 (I hope you got it to dump a core instead of waiting it to freeze every
 time)

As you suggested my on IRC, I did

- run ulimit -c unlimited
- run iceweasel in the same shell
- and when it freezes, kill -11 $(pidof firefox-bin)

so it generated a core file, on which I've run

$ gdb /usr/lib/iceweasel/firefox-bin core.8447

and attached you can find the result of bt full + thread apply all bt full.

Thanks,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi


bts490360_iceweacel_gdb_2008-07-13.txt.gz
Description: GNU Zip compressed data


Bug#426206: ITP: libpkg-guide -- Debian Library Packaging guide

2008-07-13 Thread Sandro Tosi
On Sun, Jul 13, 2008 at 05:14, Junichi Uekawa [EMAIL PROTECTED] wrote:
 I've created a git repo on collab-maint[1] still empty: Junichi, it
 would be really a plus if we could have the history injected in that
 repo; I see git-cvs package, and it seems it allows to do so.

 Done. It now has some history.

Great, thanks!

I've just finished the debianization: Junichi, may you kindly sponsor
this upload (not yet a dd)?

Thanks in advance,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#490360: iceweasel: freezes after few hours of usage

2008-07-13 Thread Sandro Tosi
Hi Mike,

 Now that you have a core, can you install libnspr4-0d-dbg and get a new
 stacktrace?

Package installed and attached the gdb output.

Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi


bts490360_iceweacel_gdb_2008-07-13_2.txt.gz
Description: GNU Zip compressed data


Bug#490733: RFA: wmcb -- dockapp that displays the cut buffer content

2008-07-13 Thread Sandro Tosi
Package: wnpp
Severity: normal

I request an adopter for the wmcb package.

The package description is:
 Wmcb is  a WindowMaker dockapp  that displays the current  content of
 the cut buffers  built into every Xserver.  It  allows the buffers to
 be manipulated with the mouse in a point and click manner.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)



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



Bug#490734: RFA: wmcube -- spinning 3D object that shows the current CPU load

2008-07-13 Thread Sandro Tosi
Package: wnpp
Severity: normal

I request an adopter for the wmcube package.

The package description is:
 wmcube is a dockapp that displays a realtime rotating 3D object which
 indicates  current CPU  load. The  higher  the load,  the faster  the
 object  spins. On  SMP  machines one  instance  can be  run for  each
 processor.
 .
 Originally wmcube could spin only a cube, hence the name.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)



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



Bug#490735: RFA: wmclock -- dockable clock applet for Window Maker

2008-07-13 Thread Sandro Tosi
Package: wnpp
Severity: normal

I request an adopter for the wmclock package.

The package description is:
 Wmclock is  an applet  for Window Maker  which displays the  date and
 time in a dockable tile.   It features multiple language support, 24h
 or 12h  time display, and can  run a user-specified  program on mouse
 click.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)



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



Bug#490732: RFA: wmcalc -- dockable calculator application

2008-07-13 Thread Sandro Tosi
Package: wnpp
Severity: normal

I request an adopter for the wmcalc package.

The package description is:
 Wmcalc  is a  small  calculator  meant for  the  WindowMaker dock  or
 Afterstep Wharf.  It is a  simple calculator with basic functions and
 memory  slots,  and can  launch  any  external  application for  more
 complex calculations.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)



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



Bug#490739: RFA: wmmixer -- mixer application designed for WindowMaker

2008-07-13 Thread Sandro Tosi
Package: wnpp
Severity: normal

I request an adopter for the wmmixer package.

The package description is:
 There's  nothing in the  program that  makes it  require WindowMaker,
 except  maybe  the  NeXTStep  look  and the  fact  that  it  properly
 docks. It can be used with other window managers without problems.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)



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



Bug#490736: RFA: wmmand -- Dockable Mandelbrot fractal browser

2008-07-13 Thread Sandro Tosi
Package: wnpp
Severity: normal

I request an adopter for the wmmand package.

The package description is:
 wmMand  is a  dockable  Mandelbrot fractal  viewer  or explorer.  The
 window initially comes up with  the whole Mandelbrot set in view. The
 mouse buttons can be used to zoom into or out of the set

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)



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



Bug#490740: RFA: wmspaceweather -- WindowMaker dock app that shows the weather in space

2008-07-13 Thread Sandro Tosi
Package: wnpp
Severity: normal

I request an adopter for the wmspaceweather package.

The package description is:
 wmSpaceWeather  provides  a  monitor  on  a 64x64  mini  window  that
 displays the two relativistic  electron and three relativistic proton
 flux  levels at geosynchronous  orbit, currently  from the  NOAA GOES
 spacecraft, current Solar Flare X-ray flux, and the last eight 3-hour
 Kp index values.
 .
 wmSpaceWeather  is designed to  work with  the WindowMaker  dock, but
 will work with other window managers as well.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)



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



Bug#490737: RFA: wmnet -- network monitor for WindowMaker

2008-07-13 Thread Sandro Tosi
Package: wnpp
Severity: normal

I request an adopter for the wmnet package.

The package description is:
 This little  program polls network  statistics and does a  few things
 with the  data it  gets. The speedometer  keeps track of  the current
 speed per second and shows it in a color corresponding to which of rx
 or tx that has the highest speed at the moment.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)



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



Bug#490741: RFA: wmtimer -- dockable alarm clock for WindowMaker

2008-07-13 Thread Sandro Tosi
Package: wnpp
Severity: normal

I request an adopter for the wmtimer package.

The package description is:
 WMTimer is a dockable alarm clock for WindowMaker which can be run in
 alarm, countdown timer, or chronograph  mode. In alarm or timer mode,
 you can  either execute a command  or sound the system  bell when the
 time is reached.  Configuration is done through the command line or a
 GTK GUI.
 .
 WMTimer is designed  to work with the WindowMaker  dock but will work
 with other window managers as well.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)



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



Bug#490738: RFA: wmnetmon -- dockapp for monitoring services on up to 40 hosts

2008-07-13 Thread Sandro Tosi
Package: wnpp
Severity: normal

I request an adopter for the wmnetmon package.

The package description is:
 A dockapp which will show an LED for every monitored service.
 Green LEDs indicate that the service is up and running, as opposed to a
 blinking red LED, which indicates that the service isn't responding
 correctly.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)



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



Bug#490743: RFA: wmtz -- WindowMaker dock app that displays the time in different zones

2008-07-13 Thread Sandro Tosi
Package: wnpp
Severity: normal

I request an adopter for the wmtz package.

The package description is:
 wmtz  displays the time  in different  time zones  and can  also show
 Julian day  numbers, sidereal time, internet time  (swatch beats) and
 local time,  date and weekday. wmtz  can also convert  between JD and
 Gregorian dates via a command line interface.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)



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



Bug#490742: RFA: wmtop -- Dockapp that displays 3 top memory or CPU using processes

2008-07-13 Thread Sandro Tosi
Package: wnpp
Severity: normal

I request an adopter for the wmtop package.

The package description is:
 wmtop  is a  windowmaker  dock app  to  display the  top 3  processes
 running on a unix box displaying  the cpu usage or memory usage in an
 attractive graphical way using little screen real estate. It's a kind
 of mini 'top'.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)



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



Bug#490360: iceweasel: freezes after few hours of usage

2008-07-14 Thread Sandro Tosi
Hi Mike,

On Mon, Jul 14, 2008 at 08:40, Mike Hommey [EMAIL PROTECTED] wrote:
 On Sun, Jul 13, 2008 at 08:04:10PM +0200, Mike Hommey wrote:
 Does it happen to still freeze if you run it with MOZ_NO_JEMALLOC=1 ?

 That's supposed to be MOZILLA_NO_JEMALLOC, not MOZ_NO...

Just restarted with that option set:

$ MOZILLA_NO_JEMALLOC=1 iceweasel

nice to notice, even with the previous one iceweasel didn't freeze in
1 day. Just curiosity: what that option do?

Thanks,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#490843: RFA: wmfishtime -- Dockable clock app for WMaker, BlackBox, E, SawFish etc

2008-07-14 Thread Sandro Tosi
Package: wnpp
Severity: normal

I request an adopter for the wmfishtime package.

The package description is:
 Welcome to WMFishTime, winner of the Best Waste Of CPU Power award!
 This is a dockable clock application for WMaker, BlackBox, E, SawFish etc. .
 .
 The features include gradient backdrop, anti-aliased hour, minute, second
 hands alpha-blended bubbles, real-time sprite engine, precision accuracy,
 and shows if you have unread mail (in the form of swaying weed blocking
 the day/month numbers).
 .
 Well, this is just your standard time dockapp. Top part has the clock face,
 bottom part has day of the week, followed by day, followed by month. Yellow
 hand counts seconds, green hand counts minutes, red hand counts hours. Few
 seconds after startup there are at least 32 bubbles floating up behind the
 clock face.  There are 4 fishes randomly swimming back and forth. If you move
 your mouse inside the dockapp window, the fish will get scared and run away.
 If you compiled in mail checking (default), then whenever you get new mail
 in the file pointed to by the $MAIL variable, it will display green weed
 partially blocking the day/month counter, to remind you to read your mail.
 If $MAIL is not set, nothing happens.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#490842: RFA: wmmemmon -- dockapp to monitor memory/swap usages

2008-07-14 Thread Sandro Tosi
Package: wnpp
Severity: normal

I request an adopter for the wmmemmon package.

The package description is:
 WMMemMon is a program to  monitor memory/swap usages. It is a dockapp
 that  is  supported  by  X  window managers  such  as  Window  Maker,
 AfterStep, BlackBox, and Enlightenment.
 .
 The current memory usage is displaied as the outside pie-slices.  The
 swap  usage is  represented  by the  inside  slices.  It  has an  LCD
 look-alike user  interface.  The back-light  may be turned  on/off by
 clicking the mouse button over  the appliacation. If the usage hits a
 certain threshold, an alarm-mode will alert you by turning back-light
 on.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#490844: RFA: wmdonkeymon -- Dockapp to show the status of eDonkey downloads in progress

2008-07-14 Thread Sandro Tosi
Package: wnpp
Severity: normal

I request an adopter for the wmdonkeymon package.

The package description is:
 wmdonkeymon  is  a  dock-app  for  WindowMaker shows  the  status  of
 edonkey downloads in progress based on '*.part.met' temporary files.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#490845: RFA: wmmisc -- Dock app that monitors your system

2008-07-14 Thread Sandro Tosi
Package: wnpp
Severity: normal

I request an adopter for the wmmisc package.

The package description is:
 wmmisc is a simple dockapp that monitors the following: the amount of
 users logged in, the total number of processes, the number of running
 (or 'alive') processes, the total number of forks and the system load
 average.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#396899: setting package to reportbug, tagging 396899

2008-07-14 Thread Sandro Tosi
# Automatically generated email from bts, devscripts version 2.10.33
# via tagpending 
#
# reportbug (3.43~devel) UNRELEASED; urgency=medium
#
#  * reportbug
#- fixed packages list generation for a file search if run not in a tty (or
#  via --template); thanks to Dan Jacobson for the report; Closes: #489515
#- for serious bugs, clearly states that unknown section downgrades to
#  normal; thanks to Michael Meskes for the report; Closes: #362947
#- --template now includes Package-specific info; thanks to Marc Haber
#  for the report; Closes: #396899
#

package reportbug
tags 396899 + pending




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



Bug#478021: pbuilder: html doc enhancement

2008-04-26 Thread Sandro Tosi
Package: pbuilder
Version: 0.179
Severity: minor
Tags: patch

Hi,
please find attached a patch to fix some typo, correct some highlighting
in code and some stuffa round for html doc.

Regards,
Sandro

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages pbuilder depends on:
ii  cdebootstrap  0.5.1  Bootstrap a Debian system
ii  coreutils 6.10-6 The GNU core utilities
ii  debconf [debconf-2.0] 1.5.21 Debian configuration management sy
ii  debianutils   2.28.4 Miscellaneous utilities specific t
ii  debootstrap   1.0.8  Bootstrap a basic Debian system
ii  gcc   4:4.2.3-8  The GNU C compiler
ii  wget  1.11.1-1   retrieves files from the web

Versions of packages pbuilder recommends:
ii  cowdancer 0.44   Copy-on-write directory tree utili
ii  devscripts2.10.26scripts to make the life of a Debi
ii  fakeroot  1.9.4  Gives a fake root environment
ii  sudo  1.6.9p15-2 Provide limited super user privile

-- debconf information:
  pbuilder/mirrorsite: http://cdn.debian.net/debian
  pbuilder/nomirror:
  pbuilder/rewrite: false


pbuilder_doc.gitdiff.gz
Description: GNU Zip compressed data


Bug#478237: [Python-modules-team] Bug#478237: FTFS with gcc4.3

2008-04-28 Thread Sandro Tosi
Hi Soeren,
thanks for the report!

  Version: 0.90.2-1

  ttconv/truetype.h requires an

#include stdio.h

  at the top of the file then matplotlib compiles through using gcc4.3

The version you reported the bug is a really old one (yesterday was
uploaded version 0.91.2-1). Now I cannot check the error (since I'm
not at home, I can do only this evening) but may you kindly try to
replicate the error with the newest version available in sid?

thanks in advance,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#478237: [Python-modules-team] Bug#478237: FTFS with gcc4.3

2008-04-28 Thread Sandro Tosi
  Ahh sorry I meant 0.91.2-1 (typo on my side), and the fix was meant for
  the very latest sid one, see
  
 http://buildd.debian.org/~jeroen/status/package.php?suite=unstablep=matplotlib

  it fails everywhere where gcc4.3 is default.

Great, thanks again, then ;) We'll fix this asap.

Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#478237: setting package to matplotlib python-matplotlib python-matplotlib-data python-matplotlib-doc ...

2008-04-29 Thread Sandro Tosi
# Automatically generated email from bts, devscripts version 2.10.26
#
# matplotlib (0.91.2-2) unstable; urgency=medium
#
#  * debian/patches/bts-478237_ftbfs_gcc43.patch
#- added (Closes: #478237)
#  * debian/control
#- removed Depends on python-numeric-ext, python-numarray-ext (Closes:
#  #478451)
#

package matplotlib python-matplotlib python-matplotlib-data 
python-matplotlib-doc
tags 478237 + pending
tags 478451 + pending




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



Bug#478448: setting package to python-pyfits pyfits python-pyfits-doc, tagging 478618, tagging 478448

2008-04-30 Thread Sandro Tosi
# Automatically generated email from bts, devscripts version 2.10.26
#
# pyfits (1:1.3-2) UNRELEASED; urgency=low
#
#  * debian/rules
#- removed bashism on clean target (Closes: #478618)
#  * debian/control
#- removed Depends on python-numarray (Closes: #478448)
#

package python-pyfits pyfits python-pyfits-doc
tags 478618 + pending
tags 478448 + pending




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



Bug#481954: debian-policy: C.1.4, C.1.8: minor typos

2008-05-19 Thread Sandro Tosi
Package: debian-policy
Version: 3.7.3.0
Severity: wishlist

Hello,
in ยงC.1.4 I can read:

 Its arguments are executables.  [1] for which shared library
 dependencies should be included in the binary package's control file.

I think the period is wrong, maybe something like:

 Its arguments are executables[1], for which shared library
 dependencies should be included in the binary package's control file.

Later on, we can see

dpkg-shlibdeps -dDepends program anotherprogram ... \
   -dRecommends optionalpart anotheroptionalpart

 and then in its main control file `debian/control':

...
Depends: ${shlibs:Pre-Depends}
Recommends: ${shlibs:Recommends}
...

but I think the Depends line should be Depends: ${shlibs:Depends} (Pre- 
removed).

In ยงC.1.8, I can read:

 This program can be used manually, but is also invoked by
 `dpkg-buildpackage' or `debian/rules' to set to set environment or
 make variables which specify the build and host architecture for the
 package building process.

but to set to set should be collapsed in a to set only.

Regards,
Sandro

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- no debconf information



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



Bug#480296: [Python-modules-team] Bug#480296: python-qt4-gl: Python scripts using this module segfault on exit

2008-05-19 Thread Sandro Tosi
Hi Sven,

On Fri, May 9, 2008 at 1:54 PM, Sven Marnach [EMAIL PROTECTED] wrote:
 Package: python-qt4-gl
 Version: 4.3.3-2
 Severity: normal

 Here's a simple example:

 [EMAIL PROTECTED]:~ cat test.py
 from PyQt4 import QtOpenGL
 print Imported QtOpenGL
 [EMAIL PROTECTED]:~ python test.py
 Imported QtOpenGL
 Segmentation fault

 I don't know who to blame for the segfault.  It doesn't hurt much
 anyway since it doesn't segfault until the script exits.

Here what happens here, with an up-to-date sid:

$ cat test.py
from PyQt4 import QtOpenGL
print Imported QtOpenGL
$ python2.4 test.py ; echo $?
Imported QtOpenGL
0
$ python2.5 test.py ; echo $?
Imported QtOpenGL
0

May you please try to update the system and try again? Depends info here are:

ii  libc6 2.7-11 GNU C Library: Shared libraries
ii  libgcc1   1:4.3.0-4  GCC support library
ii  libgl1-mesa-glx [libgl1]  7.0.3-1A free implementation of the OpenG
ii  libglu1-mesa [libglu1]7.0.3-1The OpenGL utility library (GLU)
ii  libqt4-opengl 4.4.0-2Qt 4 OpenGL module
ii  libqtcore44.4.0-2Qt 4 core module
ii  libqtgui4 4.4.0-2Qt 4 GUI module
ii  libstdc++64.3.0-4The GNU Standard C++ Library v3
ii  python2.5.2-1An interactive high-level object-o
ii  python-opengl 3.0.0~b1-2 Python bindings to OpenGL
ii  python-qt44.3.3-4Python bindings for Qt4

but I think python-ctypes can count a little (4.3.3-4 version is
obtained from Debian Python Modules Team SVN repo).

Regards,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#293361: reportbug: add reminder to fill fields to the ITP template

2008-05-20 Thread Sandro Tosi
Hello,
I'm planning to fix it this way: use a regex to search for templates
line in the body of email (Version: x.y.z etc etc), if anything is
found print something like  * WARNING * Templates information still
present, please update them before submitting. What about?

I don't want to stop user from submitting a bug even if template words
are still there, but notifying him/her about it: what do you think
about it?

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#480296: [Python-modules-team] Bug#480296: python-qt4-gl: Python scripts using this module segfault on exit

2008-05-21 Thread Sandro Tosi
tag 480296 + unreproducible
thanks

Hi Sven,

 I'm using up to date etch and it is still segfaulting.  As said

do you really mean etch? or lenny? ;)

 before, I don't know which library is causing the segfault.  I suspect
 this could be a problem with my fglrx graphics driver, which is quite
 buggy.  If I find the time, I will try and start X using vesa or
 radeon driver and see what happens.

Nice; please let us know any evolution.

Kindly,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#483223: developers-reference: some typo or formatting errors

2008-05-27 Thread Sandro Tosi
Package: developers-reference
Version: 3.3.9
Severity: minor

Hi all,
while reading developers-reference for NM, I've spotted some typos or
formatting errors I want to report. I'm pretty sure they are not all of
the issue in the doc, but they are a good number ;)

The format is * section - brief description of the error (feel free to
contact me in case the point it's not clear); here is the list:

* 5.5.1 - uploads To stable-proposed-updates, to not capitalized
* 5.6.2 - gluck, ftp-master, ~/.dput.cf, DELAYED should be in verbatim
* 5.6.4 - hosts should be in verbatim
* 5.8.5.4 - security.d.o and ftp-master verbatim
* 5.10.3.3 - [EMAIL PROTECTED] verbatim
* 5.13.2.1 - update_out.py verbatim
* 5.13.2.1 - is the example wrong? or it's simply missing that foo is
 the package in question (in the first part)?
* 5.13.2.5 - britney code location in verbatim
* 5.13.4.2 -  varieties should not be encoded in pdf
* 5.13.4.2 - packages name, debian-devel and debian-release verbatim
* 6.1.1 - /usr/lib/menu (or /usr/lib/menu are the same...
* 6.3.4 - highlight commands and path verbatim
* 6.5.2.2 - man po-debconf verbatim
* 6.7.6 - ...via this trick: CR carriage return unneeded
* 6.7.7 - --guess-dummy verbatim
* 6.7.8.1 - .orig.tar.gz verbatim
* 6.7.9 - objcopy, all programs, parameters and paths should be verbatim
* 7.2.2 - perl should be Perl or verbatim
* 7.4 - /org/qa.debian.org/mia + host qa.debian.org (both even at
 bottom) + echelon + debian-*-changes verbatim
* 8 - ...and so on in the world. while L10N..., period should be a
  comma
* 8 - dbuild or buildd?

Thanks for your attention,
Sandro

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

developers-reference depends on no packages.

Versions of packages developers-reference recommends:
ii  debian-policy 3.7.3.0Debian Policy Manual and related d

-- no debconf information



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



Bug#483225: developers-reference: Section 5.6.1 - mention DM keyring

2008-05-27 Thread Sandro Tosi
Package: developers-reference
Version: 3.3.9
Severity: normal

Hello,
I think that section 5.6.1 should mention that, other than a key in the
debian keyring, even in the DM keyring is valid.

Regards,
Sandro

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

developers-reference depends on no packages.

Versions of packages developers-reference recommends:
ii  debian-policy 3.7.3.0Debian Policy Manual and related d

-- no debconf information



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



Bug#483232: developers-reference: Section 7.1.1 - please mention mass-bug

2008-05-27 Thread Sandro Tosi
Package: developers-reference
Version: 3.3.9
Severity: normal

Hello,
I think that Section 7.1.1 should mention mass-bug as an helper for muss
bug filing.

Regards,
Sandro

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

developers-reference depends on no packages.

Versions of packages developers-reference recommends:
ii  debian-policy 3.7.3.0Debian Policy Manual and related d

-- no debconf information



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



Bug#483230: developers-reference: Section 5.12 - co-maints are in Uploaders

2008-05-27 Thread Sandro Tosi
Package: developers-reference
Version: 3.3.9
Severity: normal

Hello,
I think that Section 5.12 should mention that co-maintainers are
listed in Uploaders field of source stanza of debian/control.

Regards,
Sandro

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

developers-reference depends on no packages.

Versions of packages developers-reference recommends:
ii  debian-policy 3.7.3.0Debian Policy Manual and related d

-- no debconf information



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



Bug#483231: developers-reference: Section 5.12 - global part is source stanza

2008-05-27 Thread Sandro Tosi
Package: developers-reference
Version: 3.3.9
Severity: normal

Hello,
I think taht in Section 5.12 (2nd point of dotted list) global part
should be called Source part/section/stanza.

Regards,
Sandro

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

developers-reference depends on no packages.

Versions of packages developers-reference recommends:
ii  debian-policy 3.7.3.0Debian Policy Manual and related d

-- no debconf information



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



Bug#483233: developers-reference: Section 8.1 - it's not explained anywhare what DDTP is

2008-05-27 Thread Sandro Tosi
Package: developers-reference
Version: 3.3.9
Severity: normal

Hello,
I think that Section 8.1 should explain what DDTP is, since it's not
done anywhere (even simply explaining the acronym).

Regards,
Sandro

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

developers-reference depends on no packages.

Versions of packages developers-reference recommends:
ii  debian-policy 3.7.3.0Debian Policy Manual and related d

-- no debconf information



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



Bug#483226: developers-reference: Section 5.10 clarify that uploaded bin package is not recompiled

2008-05-27 Thread Sandro Tosi
Package: developers-reference
Version: 3.3.9
Severity: normal

Hello,
I think that Section 5.10 should clarify that uploaded bin package
is not recompiled, thus that i386 package is not recompiled (since
uploaded by the maintainer).

Regards,
Sandro

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

developers-reference depends on no packages.

Versions of packages developers-reference recommends:
ii  debian-policy 3.7.3.0Debian Policy Manual and related d

-- no debconf information



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



Bug#483227: developers-reference: Section 5.11.1 - mention nmudiff?

2008-05-27 Thread Sandro Tosi
Package: developers-reference
Version: 3.3.9
Severity: normal

Hello,
I think that Section 5.11.1 (4th point of dotted list) should mention
nmudiff, eventually adding a section in Appendix A.

Regards,
Sandro

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

developers-reference depends on no packages.

Versions of packages developers-reference recommends:
ii  debian-policy 3.7.3.0Debian Policy Manual and related d

-- no debconf information



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



Bug#483228: developers-reference: Section 5.11.6 - remove the bugs ack

2008-05-27 Thread Sandro Tosi
Package: developers-reference
Version: 3.3.9
Severity: normal

Hello,
I think that Section 5.11.6 should remove the NMU bugs ack, since it's
not needed anymore since versione BTS (and this information is already
reported in another part of the devref).

Regards,
Sandro

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

developers-reference depends on no packages.

Versions of packages developers-reference recommends:
ii  debian-policy 3.7.3.0Debian Policy Manual and related d

-- no debconf information



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



Bug#483235: developers-reference: Section 8.3.2 - mention to use even tag l10n

2008-05-27 Thread Sandro Tosi
Package: developers-reference
Version: 3.3.9
Severity: normal

Hello,
I think that Section 8.3.2 should mention to use tag l10n in addition
to patch for l10n bugs.

Regards,
Sandro

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

developers-reference depends on no packages.

Versions of packages developers-reference recommends:
ii  debian-policy 3.7.3.0Debian Policy Manual and related d

-- no debconf information



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



Bug#483237: developers-reference: Section 5.13.4.1 - update the paragraph, we are post-sarge

2008-05-27 Thread Sandro Tosi
Package: developers-reference
Version: 3.3.9
Severity: normal

Hello,
I think that Section 5.13.4.1 should be updated, since we are
post-sarge, and the paragraph says it need an updated after its release.

Regards,
Sandro

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

developers-reference depends on no packages.

Versions of packages developers-reference recommends:
ii  debian-policy 3.7.3.0Debian Policy Manual and related d

-- no debconf information



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



Bug#483240: developers-reference: Section A.4.2 - mention other SCM-buildpackages

2008-05-27 Thread Sandro Tosi
Package: developers-reference
Version: 3.3.9
Severity: normal

Hello,
I think that Section A.4.2 should mention other SCM-buildpackages tools,
at least svn-bp and git-bp.

Regards,
Sandro

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

developers-reference depends on no packages.

Versions of packages developers-reference recommends:
ii  debian-policy 3.7.3.0Debian Policy Manual and related d

-- no debconf information



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



Bug#426942: setting package to reportbug, tagging 472296, tagging 426942

2008-05-27 Thread Sandro Tosi
# Automatically generated email from bts, devscripts version 2.10.28
#
# reportbug (3.40) unstable; urgency=low
#
#  * reportbug
#- explained how to reuse a saved file (generated by not submitting a bug
#  report); (Closes: #328531)
#- (get_other_package_name) even if 'kernel' pseudo-package is chosen, we
#  will default on 'linux-image'
#- cleared that the summary will be used for bug subject; thanks to Bart
#  Massey [EMAIL PROTECTED] for the report (Closes: #426942)
#  * reportbug.1
#- fixed a little typo in -i FILE, --include=FILE options, as suggested
#  in #328531
#- reordered REPORTBUGEMAIL, DEBEMAIL, EMAIL to match selection order;
#  thanks to Jari Aalto [EMAIL PROTECTED] for report and (partial)
#  patch; (Closes: #472296)
#

package reportbug
tags 472296 + pending
tags 426942 + pending




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



Bug#483242: developers-reference: Section A.2.2 - linda has been removed

2008-05-27 Thread Sandro Tosi
Package: developers-reference
Version: 3.3.9
Severity: normal

Hello,
I think that Section A.2.2 can be removed since linda has been removed
from sid/lenny.

Regards,
Sandro

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

developers-reference depends on no packages.

Versions of packages developers-reference recommends:
ii  debian-policy 3.7.3.0Debian Policy Manual and related d

-- no debconf information



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



Bug#317053: reportbug: apt policy incorrectly reported

2008-05-27 Thread Sandro Tosi
Hi Ralph, Paul,
could you please try to replicate the bug with an up-to-date version
of reportbug (3.39-0.1 is the current version in unstable).

Thanks in advance,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#372720: reportbug: Critical bug severity description misleading

2008-05-27 Thread Sandro Tosi
tag 372720 unreproducible
tag 372720 moreinfo
thanks

Hi Simon,
may you please try to replicate the bug with a more recent version (in
unstable we have 3.39-0.1), since I cannot replicate it here (or
because I don't understand correctly the problem). If you can, may you
please attach a full log of the terminal screen where the bug happens?
This way we can understand better what's happening.

Thanks in advance,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#483179: PTS: please link to Ubuntu Launchpad bugs page

2008-05-28 Thread Sandro Tosi
Hi Alexander,

On Wed, May 28, 2008 at 10:45 AM, Alexander Wirt [EMAIL PROTECTED] wrote:
 Sandro Tosi schrieb am Wednesday, den 28. May 2008:

 Hi Joerg,

 On Wed, May 28, 2008 at 10:19 AM, Joerg Jaspert [EMAIL PROTECTED] wrote:
  On 11398 March 1977, Sandro Tosi wrote:
 
  it would be useful to have the link Launchpad (Ubuntu) page for the
  package bugs reported there: for example, for reportbug, a link to[1],
  in the box Other links, or in a new one if support for external BTS
  will be added anytime soonen (but that's another story).
 
  A really plus would be to have a launchpad bugs count; I don't know how
  easy this last point can be, maybe some support from Ubuntu would be
  needed.
 
  *I* wouldnt want that, for the simple reason that its an overview about
  your package in Debian, not Debian + any possible derivative where
  people would like a link to.

 Ok, but then why on the PTS I can see the patches applied in Ubuntu? :)
 And from xandros, knoppix, grml, sidux and all other derivates. Please stop
 this now.

Oh, sure: I only made this request because PTS already has the Ubuntu
patch reference. If the project decides it's not acceptable, I'm with
it! :)

Cheers,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#483179: PTS: please link to Ubuntu Launchpad bugs page

2008-05-28 Thread Sandro Tosi
Hi Joerg,

On Wed, May 28, 2008 at 10:19 AM, Joerg Jaspert [EMAIL PROTECTED] wrote:
 On 11398 March 1977, Sandro Tosi wrote:

 it would be useful to have the link Launchpad (Ubuntu) page for the
 package bugs reported there: for example, for reportbug, a link to[1],
 in the box Other links, or in a new one if support for external BTS
 will be added anytime soonen (but that's another story).

 A really plus would be to have a launchpad bugs count; I don't know how
 easy this last point can be, maybe some support from Ubuntu would be
 needed.

 *I* wouldnt want that, for the simple reason that its an overview about
 your package in Debian, not Debian + any possible derivative where
 people would like a link to.

Ok, but then why on the PTS I can see the patches applied in Ubuntu? :)

I see this only as an help to the maintainer, that can receive
additional information/bugs from Ubuntu users, that could be missed
otherwise.

Cheers,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#488025: bug-triage: reload data from BTS in case of filter error

2008-06-25 Thread Sandro Tosi
Package: bug-triage
Version: 0.2.2-1
Severity: normal

Hi,
I did a research and it went fine, then I want to change/modify the
query, but I did something wrong and I recieve an error. The previous
query is re-read from BTS instead of using the data already available
(since previously read).

Moreover, if an InvalidQueryError is returned, there are chances that a
None object is used in the query.

Kindly,
Sandro

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages bug-triage depends on:
ii  python2.5.2-1An interactive high-level object-o
ii  python-btsutils   0.3-1  Python module to interact with deb
ii  python-bzutils0.2-1  Python module to interact with bug
ii  python-glade2 2.12.1-6   GTK+ bindings: Glade support
ii  python-gtk2   2.12.1-6   Python bindings for the GTK+ widge
ii  python-support0.8.3  automated rebuilding support for P
ii  xdg-utils 1.0.2-6desktop integration utilities from

bug-triage recommends no packages.

-- no debconf information



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



Bug#488028: bug-triage: freezes while reading from BTS

2008-06-25 Thread Sandro Tosi
Package: bug-triage
Version: 0.2.2-1
Severity: minor

Hi,
bug-triage freezes while reading fron BTS. It would be nice if a sort of
Please wait, reading... or so animated messages is used (ie async
read), so that even graphic is refreshed.

Kindly,
Sandro

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages bug-triage depends on:
ii  python2.5.2-1An interactive high-level object-o
ii  python-btsutils   0.3-1  Python module to interact with deb
ii  python-bzutils0.2-1  Python module to interact with bug
ii  python-glade2 2.12.1-6   GTK+ bindings: Glade support
ii  python-gtk2   2.12.1-6   Python bindings for the GTK+ widge
ii  python-support0.8.3  automated rebuilding support for P
ii  xdg-utils 1.0.2-6desktop integration utilities from

bug-triage recommends no packages.

-- no debconf information



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



Bug#488026: bug-triage: allow to filter on Status

2008-06-25 Thread Sandro Tosi
Package: bug-triage
Version: 0.2.2-1
Severity: wishlist

Hi,
it would be nice if we can filter on Status too (maybe it's already
there, but no manpage or about  help menu...), for example adding a
text ared in the New query menu.

Kindly,
Sandro

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages bug-triage depends on:
ii  python2.5.2-1An interactive high-level object-o
ii  python-btsutils   0.3-1  Python module to interact with deb
ii  python-bzutils0.2-1  Python module to interact with bug
ii  python-glade2 2.12.1-6   GTK+ bindings: Glade support
ii  python-gtk2   2.12.1-6   Python bindings for the GTK+ widge
ii  python-support0.8.3  automated rebuilding support for P
ii  xdg-utils 1.0.2-6desktop integration utilities from

bug-triage recommends no packages.

-- no debconf information



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



Bug#488029: bug-triage: enable support to usertags

2008-06-25 Thread Sandro Tosi
Package: bug-triage
Version: 0.2.2-1
Severity: minor

Hi,
it would be really useful if usertag support is in bug-triage. I can
think of a 2 fields window, User / Usertag fields, User can be defaulted
to pkg@packages.debian.org .

That would help a lot bug triaging and categorization.

Thanks,
Sandro

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages bug-triage depends on:
ii  python2.5.2-1An interactive high-level object-o
ii  python-btsutils   0.3-1  Python module to interact with deb
ii  python-bzutils0.2-1  Python module to interact with bug
ii  python-glade2 2.12.1-6   GTK+ bindings: Glade support
ii  python-gtk2   2.12.1-6   Python bindings for the GTK+ widge
ii  python-support0.8.3  automated rebuilding support for P
ii  xdg-utils 1.0.2-6desktop integration utilities from

bug-triage recommends no packages.

-- no debconf information



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



Bug#488045: bug-triage: usertags column is empty even if usertags exist

2008-06-25 Thread Sandro Tosi
Package: bug-triage
Version: 0.2.2-1
Severity: normal

Hi,
selecting to view Usertags column, its information are empty, while
even usertags are set. For reference take Query=(src: reportbug),
usertags column is empy whereas #448806 and #293361 have wnpp usertag
set.

Kindly,
Sandro

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages bug-triage depends on:
ii  python2.5.2-1An interactive high-level object-o
ii  python-btsutils   0.3-1  Python module to interact with deb
ii  python-bzutils0.2-1  Python module to interact with bug
ii  python-glade2 2.12.1-6   GTK+ bindings: Glade support
ii  python-gtk2   2.12.1-6   Python bindings for the GTK+ widge
ii  python-support0.8.3  automated rebuilding support for P
ii  xdg-utils 1.0.2-6desktop integration utilities from

bug-triage recommends no packages.

-- no debconf information



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



Bug#488046: bug-triage: bug-number column ordering is done lexicographically and not numerically

2008-06-25 Thread Sandro Tosi
Package: bug-triage
Version: 0.2.2-1
Severity: minor

Hi,
ordering the bugs list by Bug Number column, the ordering is done as if
they are string (lexicographically) instead of number, so it happens
that bug 85851 is showed on top of the list, before 487674 that should
be on top instread (still Query=(src: reportbug)).

Thanks,
Sandro

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages bug-triage depends on:
ii  python2.5.2-1An interactive high-level object-o
ii  python-btsutils   0.3-1  Python module to interact with deb
ii  python-bzutils0.2-1  Python module to interact with bug
ii  python-glade2 2.12.1-6   GTK+ bindings: Glade support
ii  python-gtk2   2.12.1-6   Python bindings for the GTK+ widge
ii  python-support0.8.3  automated rebuilding support for P
ii  xdg-utils 1.0.2-6desktop integration utilities from

bug-triage recommends no packages.

-- no debconf information



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



Bug#461908: reportbug crashes on mising input

2008-06-25 Thread Sandro Tosi
tag 461908 +confirmed
thanks

I can replicate this bug (even if with a different trace). cancel
reported by Noah is the Cancel button in the urwid interface (the
one that he uses), and the error appears even selecting other
severities. I got

$ reportbug --ui=urwid -O reportbug
Detected character set: UTF-8
Please change your locale if this is incorrect.

Using 'Sandro Tosi [EMAIL PROTECTED]' as your from address.
Getting status for reportbug...
Verifying package integrity...
Will send report to Debian (per lsb_release).
Maintainer for reportbug is 'Reportbug Maintainers
[EMAIL PROTECTED]'.
Looking up dependencies of reportbug...






Traceback (most recent call last):
  File /usr/bin/reportbug, line 1814, in module
main()
  File /usr/bin/reportbug, line 841, in main
return iface.user_interface()
  File /usr/bin/reportbug, line 1755, in user_interface
charset=charset)
  File /usr/bin/reportbug, line 146, in handle_editing
(message, changed) = ui.spawn_editor(message or dmessage, filename,
AttributeError: 'module' object has no attribute 'spawn_editor'

Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#420150: doesn't inform user that dpkg failed

2008-06-26 Thread Sandro Tosi
tag 420150 moreinfo
thanks

Hello Pierre,
are you able to present us an example of such behavior? I can't
imagine how to replicate it.

Thanks,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#302469: reportbug: bad message when no bug body

2008-06-26 Thread Sandro Tosi
tag 302469 moreinfo
thanks

Hello Dan,
may you please tell me how exactly to reproduce this bug? The version
it's reported against is really old, and by chance it's already fixed:
if you can provide a steps sequence I can follow, I'll try to
reproduce against the latest reportbug version in sid (3.41).

Thanks,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#488297: [Reportbug-maint] Bug#488297: wnpp RFP 5's for software that hasn't yet been written

2008-06-27 Thread Sandro Tosi
(resent since it seems there was a problem with the previous sent)
Hello,

 To
 $ reportbug wnpp
 5 RFP  This is a `Request For Package'. You have found an interesting piece 
 of software and would like someone
   else to maintain it for Debian. Please submit a package description 
 along with copyright and URL in
   such a report.

 Add something like
 6 RFS This is a `Request For Somebody to Write Software'. You have
  thought up an idea for an interesting piece of software and
  would like someone to write it, and then add it to Debian

  You would have chose 5 RFP, however the software does not exist
  in the first place yet. However your brilliant idea for a new
  piece of software is still worthily of registering with the BTS,
  even though it is not an exact 5 RFP.

 Else many ideas will never be known, as there is no category here for
 them.

I think that RFS is already a well-known acronym for
Request-For-Sponsor, maybe a RFT (Request For Tool)? or something not
already used.

Anyway, if you think this tag needs to be added to WNPP reportbug
template, I think WNPP maintainers (added in CC) need to be involved
in the discussion and let them decide about its inclusion as
official wnpp tag.

 Or say For items that don't fit 1-5, go post to xyz mailing list. Sorry.

Mh, well, but what ML would be good for such request? maybe [EMAIL PROTECTED] ?

Personally, I think this is interesting.

Kindly
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#488410: [Reportbug-maint] Bug#488410: reportbug urwid interface doesn't work

2008-06-28 Thread Sandro Tosi
merge 488410 484534 486805
tag 488410 + pending
thanks

Hi Chris,

On Sat, Jun 28, 2008 at 19:48, Chris Walker
[EMAIL PROTECTED] wrote:
 Package: reportbug
 Version: 3.41
 Severity: normal

 urwid interface does't work despite the python-urwid package being
 installed.


 [EMAIL PROTECTED]:~$ reportbug
 *** Unable to import urwid interface: Please install the python-urwid
 package
 to use this interface. Falling back to text interface.

 Please enter the name of the package in which you have found a problem,
 or type
 'other' to report a more general problem.


Yes, this is a known bug, and we are preparing a release that addresses it.

Thanks for the report,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#488471: reportbug: doesn't load python-urwid

2008-06-29 Thread Sandro Tosi
merge 488471 488410 484534 486805
tag 488471 + pending
thanks

Hi Paul,

On Sun, Jun 29, 2008 at 09:47, Paul van Haren [EMAIL PROTECTED] wrote:
 Package: reportbug
 Version: 3.41
 Severity: normal


 During first time use, the option was picked to use python-urwid for UI.
 Next to that, python-urwid was installed. However, reportbug is
 persistent in reporting the following:

 --- sniplet

 [EMAIL PROTECTED]:~$ reportbug
 *** Unable to import urwid interface: Please install the python-urwid package
 to use this interface. Falling back to text interface.

 --- end sniplet

 Install details on python-urwid, from aptitude show:

 Package: python-urwid
 State: installed

This is a known issue, and we are preparing a release to address it.

Thanks for the report,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#425153: python-matplotlib: Simple line plot with many points becomes scaled incorrectly

2008-06-29 Thread Sandro Tosi
tag 425153 + moreinfo
thanks

Hello Brian,
May you please give us a script to replicate this bug? I tried, with

 import matplotlib
 matplotlib.__version__
'0.98.1'

(the latest in sid) and the following script:

import matplotlib.pyplot as plt
from numpy import random
plt.plot(random.rand(50), 'r.') ; plt.show()

(change 50 at your convenience) and the graph is drawn correctly
(ok, half million points are a lot to be drawn for my 19 screen, so
it's almost all red).

If you can't provide any examples, I think I'm going to close this bug.

Kindly,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#488521: elida: remove reference to linda

2008-06-29 Thread Sandro Tosi
Package: elida
Severity: normal

Hello,
linda has been removed from Debian, but elida descriptio still refers to
it (I didn't check the code, though): please remove it since it's
misleading.

Regards,
Sandro

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#410703: Is my guess right? Please try this patch for sitecopy.

2008-06-29 Thread Sandro Tosi
On Thu, Jun 19, 2008 at 10:48, Kartik Mistry [EMAIL PROTECTED] wrote:
 On Mon, Jun 9, 2008 at 9:15 AM, Kartik Mistry [EMAIL PROTECTED] wrote:
 On Mon, Jun 9, 2008 at 1:41 AM, Andreas Henriksson [EMAIL PROTECTED] wrote:
 I'm not a user of sitecopy myself, just trying to help

 Thanks a lot.

 Adding CCing to one more user and upstream.

 Any Input on this bug and patch? So, that I can apply it with next
 upload of sitecopy :)

Any output from you? did you apply the patch and test it on your own?
did you try to replicate the bug before and after the patch (verifying
it's fixed)? did you prepared a preliminary package users can install
and check?

Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#488025: bug-triage: reload data from BTS in case of filter error

2008-06-29 Thread Sandro Tosi
Hi Gustavo,

 thanks for the reports :)

you're welcome :)

 I did a research and it went fine, then I want to change/modify the
 query, but I did something wrong and I recieve an error. The previous
 query is re-read from BTS instead of using the data already available
 (since previously read).

 Moreover, if an InvalidQueryError is returned, there are chances that a
 None object is used in the query.

 I haven't been able to reproduce this one (neither the reloading nor the
 None object). Can you please give me a detailed reproduction recipe?

Sure, here is what I do: first let's open a tcpdump session to monitor
what's going on

tcpdump -i eth1 -q host rietz.debian.org

(adapt interface name to your machine), then let's open bug-triage, and write

(src: checkgmail)

into the search field and press Search: tcpdump shows data is read
from bugs.d.o. Now, click on New button and without writing anything,
press + button: an InvalidQueryError dialog box is displayed, and
clicking on Close the tcpdump show data is read again (and it's not
needed, since there is an error) and search field now shows:

(src: checkgmail) + None

I'm attaching the tcpdump session, even if I don't know how useful could be.

Kindly,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi
# tcpdump -i eth1 -q host rietz.debian.org
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth1, link-type EN10MB (Ethernet), capture size 96 bytes
16:51:15.543829 IP 192.168.167.200.37616  rietz.debian.org.www: tcp 0
16:51:18.543846 IP 192.168.167.200.37616  rietz.debian.org.www: tcp 0
16:51:18.945590 IP rietz.debian.org.www  192.168.167.200.37616: tcp 0
16:51:18.945608 IP 192.168.167.200.37616  rietz.debian.org.www: tcp 0
16:51:18.945661 IP 192.168.167.200.37616  rietz.debian.org.www: tcp 190
16:51:19.425686 IP rietz.debian.org.www  192.168.167.200.37616: tcp 0
16:51:19.425714 IP 192.168.167.200.37616  rietz.debian.org.www: tcp 562
16:51:20.553746 IP rietz.debian.org.www  192.168.167.200.37616: tcp 0
16:51:21.789961 IP rietz.debian.org.www  192.168.167.200.37616: tcp 934
16:51:21.789993 IP 192.168.167.200.37616  rietz.debian.org.www: tcp 0
16:51:21.791001 IP 192.168.167.200.37616  rietz.debian.org.www: tcp 0
16:51:21.801792 IP rietz.debian.org.www  192.168.167.200.37616: tcp 0
16:51:21.801804 IP 192.168.167.200.37616  rietz.debian.org.www: tcp 0
16:51:23.614149 IP 192.168.167.200.37618  rietz.debian.org.www: tcp 0
16:51:23.806019 IP rietz.debian.org.www  192.168.167.200.37616: tcp 934
16:51:23.806038 IP 192.168.167.200.37616  rietz.debian.org.www: tcp 0
16:51:23.811889 IP rietz.debian.org.www  192.168.167.200.37616: tcp 0
16:51:24.549874 IP rietz.debian.org.www  192.168.167.200.37618: tcp 0
16:51:24.549899 IP 192.168.167.200.37618  rietz.debian.org.www: tcp 0
16:51:24.549946 IP 192.168.167.200.37618  rietz.debian.org.www: tcp 192
16:51:25.173956 IP rietz.debian.org.www  192.168.167.200.37618: tcp 0
16:51:25.173987 IP 192.168.167.200.37618  rietz.debian.org.www: tcp 664
16:51:25.815987 IP rietz.debian.org.www  192.168.167.200.37618: tcp 0
16:51:26.206151 IP rietz.debian.org.www  192.168.167.200.37618: tcp 1448
16:51:26.206185 IP 192.168.167.200.37618  rietz.debian.org.www: tcp 0
16:51:26.362200 IP rietz.debian.org.www  192.168.167.200.37618: tcp 1448
16:51:26.362229 IP 192.168.167.200.37618  rietz.debian.org.www: tcp 0
16:51:26.458236 IP rietz.debian.org.www  192.168.167.200.37618: tcp 1448
16:51:26.458263 IP 192.168.167.200.37618  rietz.debian.org.www: tcp 0
16:51:27.514279 IP rietz.debian.org.www  192.168.167.200.37618: tcp 1448
16:51:27.514305 IP 192.168.167.200.37618  rietz.debian.org.www: tcp 0
16:51:27.604304 IP rietz.debian.org.www  192.168.167.200.37618: tcp 1448
16:51:27.604332 IP 192.168.167.200.37618  rietz.debian.org.www: tcp 0
16:51:27.676268 IP rietz.debian.org.www  192.168.167.200.37618: tcp 1118
16:51:27.676402 IP 192.168.167.200.37618  rietz.debian.org.www: tcp 0
16:53:04.634676 IP 192.168.167.200.37638  rietz.debian.org.www: tcp 0
16:53:04.994407 IP rietz.debian.org.www  192.168.167.200.37638: tcp 0
16:53:04.994428 IP 192.168.167.200.37638  rietz.debian.org.www: tcp 0
16:53:04.994482 IP 192.168.167.200.37638  rietz.debian.org.www: tcp 190
16:53:05.708448 IP rietz.debian.org.www  192.168.167.200.37638: tcp 0
16:53:05.708474 IP 192.168.167.200.37638  rietz.debian.org.www: tcp 562
16:53:06.278603 IP rietz.debian.org.www  192.168.167.200.37638: tcp 0
16:53:06.746640 IP rietz.debian.org.www  192.168.167.200.37638: tcp 934
16:53:06.746654 IP rietz.debian.org.www  192.168.167.200.37638: tcp 0
16:53:06.746669 IP 192.168.167.200.37638  rietz.debian.org.www: tcp 0
16:53:06.747145 IP 192.168.167.200.37638  rietz.debian.org.www: tcp 0
16:53:07.112812 IP 192.168.167.200.37640  rietz.debian.org.www: tcp 0
16:53:07.490560 IP rietz.debian.org.www  192.168.167.200.37638: tcp 0
16:53:07.520564 IP

Bug#488413: checkgmail: Wrong and broken version in testing

2008-06-29 Thread Sandro Tosi
severity 488413 normal
tag 488413  + unreproducible moreinfo
thanks

Hello Leonidas,

On Sat, Jun 28, 2008 at 19:59, Leonidas Arvanitis [EMAIL PROTECTED] wrote:
 Package: checkgmail
 Version: 1.13-3
 Severity: grave
 Justification: renders package unusable

 While the deb package version says 1.13 the actual script is version 1.12 
 which is not working.
 Please update to the latest version from svn. I manually downloaded 
 checkgmail and replaced it in /usr/bin
 and so far it's working without problems.

Well, upstream release that version as 1.13, maybe he forgot to change
the source code from the development version to released one (I don't
see a problem here).

Since I use checkgmail everyday (and I know other people do) and it's
working fine, may you please tell me what is the exact error you
receive? You can use -v option to let it be more verbose.

Thanks,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#401629: setting package to matplotlib python-matplotlib python-matplotlib-data python-matplotlib-doc ...

2008-06-29 Thread Sandro Tosi
# Automatically generated email from bts, devscripts version 2.10.30
# via tagpending 
#
# matplotlib (0.98.2-1) UNRELEASED; urgency=low
#
#  * debian/control
#- added python-sphinx, graphviz, ipython, texlive-latex-extra build-deps
#  in order to build documentation
#- added Suggests on python-scipy; thanks to Chris Walker for the report;
#  Closes: #488138
#  * debian/rules
#- build and install documentation; Closes: #401629
#

package matplotlib python-matplotlib python-matplotlib-data 
python-matplotlib-doc
tags 488138 + pending
tags 401629 + pending




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



Bug#409415: AssertionError: Listbox contents too long! Prodably urwid's fault

2008-06-30 Thread Sandro Tosi
Hello Leonard,
are you still able to reproduce this bug? I tried searching son some
installation-report bugs, but the one you used that time is archive
(and I didn't feel to unarchive) so I tried with some bugs from
debian-policy or tech-ctte, with no luck in replicate it.

Anything would be helpful, like the exact package you're reporting the
bug, the ui you're using (urwid, right?) its version (missing), etc.

Thanks in advance,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#444787: Add --dependencies-only option

2008-06-30 Thread Sandro Tosi
Hi Ari,
thanks for your report! Do you think that --template option would help you?

$ reportbug --template iceweasel

[...]

Versions of packages iceweasel depends on:
ii  debianutils   2.30   Miscellaneous utilities specific t
ii  fontconfig2.6.0-1generic font configuration library
ii  libc6 2.7-12 GNU C Library: Shared libraries
ii  libglib2.0-0  2.16.3-2   The GLib library of C routines
ii  libgtk2.0-0   2.12.10-2  The GTK+ graphical user interface
ii  libnspr4-0d   4.7.1-3NetScape Portable Runtime Library
ii  libstdc++64.3.1-3The GNU Standard C++ Library v3
ii  procps1:3.2.7-8  /proc file system utilities
ii  psmisc22.6-1 Utilities that use the proc filesy
ii  xulrunner-1.9 1.9~rc2-4  XUL + XPCOM application runner

iceweasel recommends no packages.

-- no debconf information

is an example.

Kindly,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#488413: More information

2008-07-01 Thread Sandro Tosi
tag 488413 =
thanks

Hi Leonidas,

 $ checkgmail -hosted=mydomain.org -v

Oh, ok: now I clear the problem.

 If you diff the repo version and the latest svn you will notice that
 some urls used for the hosted domains have changed.

I've contacted upstream and he assured he will release very soon a new
version: I'll wait for it to upgrade the Debian package (I hope you
don't mind the additional delay).

 So I guess my report is still valid.

Of course it is! ;)

 Thanks for your time and effort, I really appreciate it:)

You're welcome, and thanks for the report,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#373293: closed by Sandro Tosi [EMAIL PROTECTED] (Your version of package (version) is newer than that in Debian - fixed)

2008-07-01 Thread Sandro Tosi
Hi Thomas,

On Tue, Jul 1, 2008 at 09:42, Thomas Weber [EMAIL PROTECTED] wrote:
 Am Montag, den 30.06.2008, 15:36 + schrieb Debian Bug Tracking
 System:
 E-Mail-Nachricht-Anlage
   Weitergeleitete Nachricht 
  Von: Sandro Tosi [EMAIL PROTECTED]
  An: [EMAIL PROTECTED], [EMAIL PROTECTED],
  [EMAIL PROTECTED]
  Betreff: Your version of package (version) is newer than that in
  Debian - fixed
  Datum: Mon, 30 Jun 2008 17:33:50 +0200
 
  Version: 3.39-0.1
 
  As reported in changelog for that version:
 
* Indicate that in mode  standard incoming and NEW are also checked with
  --check-available (Closes: #450523, #447380)
 
  So, this bug is fixed, as long as you use mode  standard; infact:

 Eh, no. For one, I used the standard mode, as indicated by reportbug in
 the bug report.

Here is a strict greater-than

 Second, I didn't download the emacs package from neither NEW nor
 incoming, but indeed from a normal Debian mirror.

The problem can arise if you download the package from an official
mirror before the PTS page is update, hence the check on NEW and
incoming.

 According to the changelog[1], the package version in the bug report was
 uploaded on 09 Jun 2006, my bugreport was 5 days later.

 [1] I use Romain's emacs-snapshots packages from his homepage and the
 full changelog starting 2004 is included.

Mh, well, I don't know how packaging system react to the same package
version in repo installed from a non-ufficial one. Anyhow, are you
still able to reporduce this bug? if so, please reopen this bug,
attaching (in english, please) the full transcript of reportbug, the
status of the package on your system, which version you have installed
and which one is on your mirror, and anything else you may think it's
useful to debug this problem.

Kindly,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#373293: closed by Sandro Tosi [EMAIL PROTECTED] (Your version of package (version) is newer than that in Debian - fixed)

2008-07-02 Thread Sandro Tosi
Hi Thomas,

On Wed, Jul 2, 2008 at 08:56, Thomas Weber [EMAIL PROTECTED] wrote:
 Am Dienstag, den 01.07.2008, 17:52 +0200 schrieb Sandro Tosi:
 Hi Thomas,

 On Tue, Jul 1, 2008 at 09:42, Thomas Weber [EMAIL PROTECTED] wrote:
  Am Montag, den 30.06.2008, 15:36 + schrieb Debian Bug Tracking
  System:
   So, this bug is fixed, as long as you use mode  standard; infact:
 
  Eh, no. For one, I used the standard mode, as indicated by reportbug in
  the bug report.

 Here is a strict greater-than

 Misunderstanding on my part.

No problem, we are here fot this too :)

 Anyhow, are you still able to reporduce this bug?

 No, which is part of the problem :) and the reason I didn't reopen the
 bug.

 Anyway, if it pops again, I'll come back.

Great, thanks a lot for the collaboration.

Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#489026: tcl8.5: short read in buffer_copy (backend dpkg-deb during `./usr/lib/libtcl8.5.so.0') when installing

2008-07-02 Thread Sandro Tosi
Package: tcl8.5
Version: 8.5.2-2
Severity: important

Hello,
this is the apt-get log when installing tcl8.5:

# apt-get install tcl8.5
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Suggested packages:
  tclreadline
The following packages will be upgraded:
  tcl8.5
1 upgraded, 0 newly installed, 0 to remove and 11 not upgraded.
Need to get 0B/1571kB of archives.
After this operation, 0B of additional disk space will be used.
database /var/lib/apt/listchanges.db failed to load.
(Reading database ... 249082 files and directories currently installed.)
Preparing to replace tcl8.5 8.5.2-2 (using .../tcl8.5_8.5.2-3_amd64.deb) ...
Unpacking replacement tcl8.5 ...
dpkg: error processing /var/cache/apt/archives/tcl8.5_8.5.2-3_amd64.deb 
(--unpack):
 short read in buffer_copy (backend dpkg-deb during `./usr/lib/libtcl8.5.so.0')
Processing triggers for menu ...
Processing triggers for man-db ...
Errors were encountered while processing:
 /var/cache/apt/archives/tcl8.5_8.5.2-3_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Let me know if I can help solve it somehow.

Kindly,
Sandro

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages tcl8.5 depends on:
ii  libc6 2.7-12 GNU C Library: Shared libraries

tcl8.5 recommends no packages.

-- no debconf information



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



Bug#486640: RFP: nmon -- popular non-free performance monitoring tool for Linux and AIX

2008-07-02 Thread Sandro Tosi
Sorry for the noise, but I remember the situation was a little better than this.

I don't know if it worths to package a tool distributed only in binary
form, with no explicit version for debian, even if it's particularly
interesting and powerful tool.

Hope someone will find the time to package it, but I think it's better
to let anyone in need to download and install himself (or create a
downloader package).

Regards,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#488931: RFA: mp3splt -- Splits MP3 and Ogg Vorbis files without reencoding

2008-07-02 Thread Sandro Tosi
Hello Francois,

 I request an adopter for the mp3splt package.

As I already maintain some mp3* package, I'm willing to maint this one
too (maybe we can comaint, if you want, or I'll fully take it by
myself, as you prefer)

 The package is in a good shape and will have a new upstream release soon that
 should fix most of the forwarded bugs.

Great! Maybe, since upstream seems to release himself a deb package,
we can try to convince him to join our effort and maintain the package
with us: did you even walk this way? any success? Let me know.

Cheers,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



<    1   2   3   4   5   6   7   8   9   10   >