Bug#519582: [postgresql-8.3] initscript has no longer used commands

2009-03-13 Thread P M
Package: postgresql-8.3
Version: 8.3.6-1
Severity: minor

The initscript for postgresql-8.3, /etc/init.d/postgresql-8.3, along with the 
usual start/stop/restart/status/etc commands, also has the commands 
autovac-start, autovac-stop and autovac-restart. However these are not backed 
up by any code in the script, so whenever the user uses these commands, the 
shell prints a command not found error. Specifically, the three shell 
functions autovac_start, autovac_stop and autovac_restart are no longer 
defined in the script. Since these functions are also obsolete, given how 
autovacuuming is done in recent versions of the postgresql packages, these 
commands should be removed from the script, that is from the case statement 
as well as the usage message. This is presumably very easy to fix. Thank you 
for your time!

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.26-1-amd64

Debian Release: squeeze/sid
  990 testing security.debian.org 
  990 testing ftp.duth.gr 
  990 testing ftp.de.debian.org 
  500 unstableftp.duth.gr 
  500 unstableftp.de.debian.org 
  500 stable  www.dipconsultants.com 
  500 jaunty-updates  ftp.duth.gr 
  500 64studiowww.mirrorservice.org 
   50 jaunty  ftp.duth.gr 
1 experimentalftp.de.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-
libc6  (= 2.7-1) | 2.9-4
libcomerr2  (= 1.01) | 1.41.3-1
libkrb53  (= 1.6.dfsg.2) | 1.6.dfsg.4~beta1-6
libldap-2.4-2  (= 2.4.7) | 2.4.11-1
libpam0g(= 0.99.7.1) | 1.0.1-5
libpq5 (= 8.3~beta1) | 8.3.6-1
libssl0.9.8 (= 0.9.8f-5) | 0.9.8g-15
libxml2   (= 2.6.27) | 2.6.32.dfsg-5
postgresql-client-8.3 | 8.3.6-1
postgresql-common (= 79) | 96
tzdata| 2009b-1
ssl-cert  | 1.0.23
locales   | 2.9-4





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



Bug#493169: [libwine-jack] libwine-jack: random behaviour

2008-10-07 Thread P M
Package: libwine-jack
Version: 1.0.0-1

I also tried using Wine with JACK. When I am running a jackd instance, any 
sound test fails from winecfg (I tried ALSA, OSS and JACK). The same happens 
if I use jacklaunch to run winecfg. The behaviour seems kind of random. 
Either using jacklaunch or not will either pop up an Audio test failed 
message, or crash.

I have the feeling though that when playing with the checkboxed in the Audio 
tab, some kind of internal state machine changes state, resulting in simple 
fails or crashdumps!

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.26-1-amd64

Debian Release: lenny/sid
  990 testing security.debian.org 
  990 testing ftp.duth.gr 
  990 testing ftp.de.debian.org 
  500 unstableftp.duth.gr 
  500 unstableftp.de.debian.org 
  500 stable  www.dipconsultants.com 
  500 lenny   kde4.debian.net 
1 experimentalftp.de.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-
ia32-libs (= 2.4) | 2.7
libc6-i386  (= 2.7-1) | 2.7-13
libwine(= 1.0.0-1) | 1.0.0-1





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



Bug#500847: [cython] Does not accept Unicode docstrings

2008-10-01 Thread P M
Package: cython
Version: 0.9.8-1
Severity: normal

Cython does not accept Unicode docstrings in .pyx files. I have attached a 
sample session with a .pyx file, where I define a function with a docstring 
containing Greek characters. The file's contents are in UTF-8. What is more, 
instead of an error message, I got a python traceback! This problem does not 
show up with comments in Unicode or other string literals.

$ cat bug.pyx
def hello():
'''Γειά σου, κόσμε!'''
print 'Hello, world!'
$ cython bug.pyx
Traceback (most recent call last):
  File /usr/bin/cython, line 8, in module
main(command_line = 1)
  File /var/lib/python-support/python2.5/Cython/Compiler/Main.py, line 527, 
in main
result = compile(sources, options)
  File /var/lib/python-support/python2.5/Cython/Compiler/Main.py, line 505, 
in compile
return compile_multiple(source, options)
  File /var/lib/python-support/python2.5/Cython/Compiler/Main.py, line 472, 
in compile_multiple
result = context.compile(source, options)
  File /var/lib/python-support/python2.5/Cython/Compiler/Main.py, line 327, 
in compile
tree.process_implementation(scope, options, result)
  File /var/lib/python-support/python2.5/Cython/Compiler/ModuleNode.py, line 
59, in process_implementation
self.generate_c_code(env, options, result)
  File /var/lib/python-support/python2.5/Cython/Compiler/ModuleNode.py, line 
243, in generate_c_code
self.body.generate_function_definitions(env, code, options.transforms)
  File /var/lib/python-support/python2.5/Cython/Compiler/Nodes.py, line 839, 
in generate_function_definitions
with_pymethdef = env.is_py_class_scope)
  File /var/lib/python-support/python2.5/Cython/Compiler/Nodes.py, line 
1442, in generate_function_header
self.entry.doc))
  File /var/lib/python-support/python2.5/Cython/Compiler/Code.py, line 52, 
in putln
self.put(code)
  File /var/lib/python-support/python2.5/Cython/Compiler/Code.py, line 69, 
in put
self._write(code)
UnicodeEncodeError: 'ascii' codec can't encode characters in position 38-41: 
ordinal not in range(128)
$

Thank you for your time.

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.26-1-amd64

Debian Release: lenny/sid
  990 testing security.debian.org 
  990 testing ftp.duth.gr 
  990 testing ftp.de.debian.org 
  500 unstableftp.duth.gr 
  500 unstableftp.de.debian.org 
  500 stable  www.dipconsultants.com 
  500 lenny   kde4.debian.net 
1 experimentalftp.de.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-===
python| 2.5.2-2
python-support (= 0.7.1) | 0.8.4





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



Bug#498714: [devscripts] rmadison -a option

2008-09-12 Thread P M
Package: devscripts
Version: 2.10.35
Severity: minor

The -a (--architecture) option of rmadison does not show results of the all 
architecture - which is not an architecture per se, but rather means that the 
same package is used for all architectures. For instance,

$ rmadison texlive-latex-base
texlive-latex-base | 2005.dfsg.3-1 | etch-m68k | all
texlive-latex-base | 2005.dfsg.3-1 |stable | all
texlive-latex-base | 2007.dfsg.1-3 |   testing | all
texlive-latex-base | 2007.dfsg.1-3 |  unstable | all
$ rmadison texlive-latex-base -a amd64 # prints nothing
$ rmadison texlive-latex-base -a all
texlive-latex-base | 2005.dfsg.3-1 | etch-m68k | all
texlive-latex-base | 2005.dfsg.3-1 |stable | all
texlive-latex-base | 2007.dfsg.1-3 |   testing | all
texlive-latex-base | 2007.dfsg.1-3 |  unstable | all

Seems rmadison does not understand the meaning of all, it thinks it is just 
another architecture.

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.26-1-amd64

Debian Release: lenny/sid
  990 testing security.debian.org 
  990 testing ftp.duth.gr 
  990 testing ftp.de.debian.org 
  500 unstableftp.duth.gr 
  500 unstableftp.de.debian.org 
  500 stable  www.dipconsultants.com 
1 experimentalftp.de.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
dpkg-dev| 1.14.20
perl| 5.10.0-13
libc6(= 2.7-1) | 2.7-13

--- Output from package bug script ---

__
×ñçóéìïðïéåßôå Yahoo!;
ÂáñåèÞêáôå ôá åíï÷ëçôéêÜ ìçíýìáôá (spam);   Ôï Yahoo! Mail äéáèÝôåé ôçí 
êáëýôåñç äõíáôÞ ðñïóôáóßá êáôÜ ôùí åíï÷ëçôéêþí ìçíõìÜôùí  
http://mail.yahoo.gr 




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



Bug#498714: [devscripts] rmadison -a option

2008-09-12 Thread P M
That was quite a quick response, thanks!

Στις Friday 12 September 2008 18:06:19 ο/η Adam D. Barratt έγραψε:
 reassign 498714 ftp.debian.org
 thanks

 Hi,

 all is indeed somewhat of a special case, but it sits along side
 another architecture, rather than being part of it; the packages aren't
 related to the machine's architecture and exist in a binary-all section
 of the ftp archive alongside binary-i386 etc.

 However you view architecture all packages, the output in this case is
 being produced by dak, the software managing the Debian ftp archive, so
 I'm reassigning the bug there.

 When you request that a lookup be made for a specific architecture,
 rmadison simply passes the value to a copy of madison.php (in this case
 running on qa.debian.org) which runs dak ls and returns the output.

 Regards,

 Adam

__
�� Yahoo!;
�� �� ��  (spam);   �� Yahoo! Mail  ��� 
 �� �  ��� ��� �
http://mail.yahoo.gr




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



Bug#498553: [visualboyadvance-gtk] Package description is wrong

2008-09-10 Thread P M
Package: visualboyadvance-gtk
Version: 1.8.0-4
Severity: important

The description of this package is wrong. This package contains VBA with GTK 
support, but the description says it contains a version of VisualBoyAdvance 
compiled with the original GUI-less SDL interface. This is the same 
description as with the visualboyadvance package, which indeed contains the 
GUI-less version.

__
×ñçóéìïðïéåßôå Yahoo!;
ÂáñåèÞêáôå ôá åíï÷ëçôéêÜ ìçíýìáôá (spam);   Ôï Yahoo! Mail äéáèÝôåé ôçí 
êáëýôåñç äõíáôÞ ðñïóôáóßá êáôÜ ôùí åíï÷ëçôéêþí ìçíõìÜôùí  
http://mail.yahoo.gr 




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



Bug#472288: add search capability inside the Playlists tab

2008-03-23 Thread P M
Package: amarok
Version: 1.4.8-1
Severity: wishlist

Amarok can perform searches in the collectiion (Collection tab), as well as in 
the currect playlist (top of playlist). It can also search for files in a 
directory (in the Files tab), though in a primitive way (no automatic 
traversal of subdirectories). It would be nice if one could also perform a 
search in the Playlists view - that would be very handy for searching inside 
the Shoutcast Streams. Alternatively, the capability to import the full 
contents of a directory from the Playlists tab inside the currect playlist 
could be added, so the search can be conducted from there.

Thanks for your time.

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.22-3-amd64

Debian Release: lenny/sid
  990 testing security.debian.org 
  990 testing ftp.duth.gr 
  990 testing ftp.de.debian.org 
  500 unstableftp.duth.gr 
  500 unstableftp.de.debian.org 
  500 stable  www.dipconsultants.com 
1 experimentalftp.de.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-===
amarok-engines | 1.4.8-1
 OR amarok-engine  | 
kdelibs4c2a (= 4:3.5.8-1) | 4:3.5.8.dfsg.1-7
libart-2.0-2   (= 2.3.18) | 2.3.20-1
libaudio2  | 1.9.1-2
libc6   (= 2.7-1) | 2.7-6
libfontconfig1  (= 2.4.0) | 2.5.0-2
libfreetype6(= 2.3.5) | 2.3.5-1+b1
libgcc1   (= 1:4.2.1) | 1:4.3.0-1
libgl1-mesa-glx| 7.0.3~rc2-1
 OR libgl1 | 
libglib2.0-0   (= 2.14.0) | 2.16.1-2
libgpod3-nogtk | 
 OR libgpod3   | 0.6.0-3
libice6   (= 1:1.0.0) | 2:1.0.4-1
libidn11   (= 0.5.18) | 1.4-1
libifp4| 1.0.0.2-3
libjpeg62  | 6b-14
libkarma0  | 0.0.6-3.1
libmtp7| 0.2.6-1
libmysqlclient15off  (= 5.0.27-1) | 5.0.51a-3
libnjb5| 2.2.5-4.2
libpng12-0   (= 1.2.13-4) | 1.2.15~beta5-3
libpq5 | 8.3.0-1
libqt3-mt (= 3:3.3.7) | 3:3.3.8b-4
libruby1.8  (= 1.8.6.111) | 1.8.6.114-1
libsdl1.2debian  (= 1.2.10-1) | 1.2.13-2
libsm6 | 2:1.0.3-1+b1
libsqlite3-0(= 3.4.2) | 3.5.6-3
libstdc++6  (= 4.2.1) | 4.3.0-1
libtag1c2a(= 1.4) | 1.4-8+b1
libtagc0  (= 1.4) | 1.4-8+b1
libtunepimp5   | 0.5.3-7
libusb-0.1-4 (= 2:0.1.12) | 2:0.1.12-9
libvisual-0.4-0 (= 0.4.0) | 0.4.0-2
libx11-6   | 2:1.0.3-7
libxcursor1 ( 1.1.2) | 1:1.1.9-1
libxext6   | 2:1.0.4-1
libxft2 ( 2.1.1) | 2.1.12-2
libxi6 | 2:1.1.3-1
libxinerama1   | 2:1.0.3-1
libxrandr2(= 2:1.2.0) | 2:1.2.2-1
libxrender1| 1:0.9.4-1
libxt6 | 1:1.0.5-3
ruby   | 4.1
unzip  | 5.52-10
zlib1g | 1:1.2.3.3.dfsg-11
__
×ñçóéìïðïéåßôå Yahoo!;
ÂáñåèÞêáôå ôá åíï÷ëçôéêÜ ìçíýìáôá (spam);   Ôï Yahoo! Mail äéáèÝôåé ôçí 
êáëýôåñç äõíáôÞ ðñïóôáóßá êáôÜ ôùí åíï÷ëçôéêþí ìçíõìÜôùí  
http://mail.yahoo.gr 




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



Bug#471396: should have a notice about GnuPG in the package description

2008-03-18 Thread P M
Package: psi
Version: 0.11-3
Severity: minor

--- Please enter the report below this line. ---

As you know, Psi cannot use GnuPG for end-to-end encryption unless 
libqca2-plugin-gnupg is also installed. For that reason the package 
libqca2-plugin-gnupg is suggested by the package psi. However, although it is 
quite common (as far as I know) for people to have their systems configured 
so that package recommendations are automatically installed, this is not the 
case for package suggestions. Which means that, by default, Psi is installed 
without GnuPG support. The fact that libqca2-plugin-gnupg is needed for 
end-to-end encryption could also easily be missed by users. I'm not asking 
that libqca2-plugin-gnupg be recommended by psi since that would probably 
drag gpg into installation, which might not be what people want, but a notice 
be put in the package psi's description that end-to-end encryption won't work 
unless libqca2-plugin-gnupg is also installed.

This came under my notice after I noticed that my Psi installation couldn't 
use GnuPG keys, although gpg was properly installed, the reason being that 
libqca2-plugin-gnupg was not installed.

Thank you for your time.

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.22-3-amd64

Debian Release: lenny/sid
  990 testing security.debian.org 
  990 testing ftp.duth.gr 
  990 testing ftp.de.debian.org 
  500 unstableftp.duth.gr 
  500 unstableftp.de.debian.org 
  500 stable  www.dipconsultants.com 
1 experimentalftp.de.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-==
libaspell15   (= 0.60) | 0.60.5-2
libc6  (= 2.6.1-1) | 2.7-6
libgcc1(= 1:4.2.1) | 1:4.3.0~rc2-1
libqca2 | 2.0.0-4
libqt4-core  (= 4.3.2) | 4.3.4-1
libqt4-gui   (= 4.3.2) | 4.3.4-1
libqt4-qt3support(= 4.3.2) | 4.3.4-1
libstdc++6   (= 4.2.1) | 4.3.0~rc2-1
libx11-6| 2:1.0.3-7
libxext6| 2:1.0.4-1
libxss1 | 1:1.1.2-1
zlib1g(= 1:1.2.3.3.dfsg-1) | 1:1.2.3.3.dfsg-11
__
×ñçóéìïðïéåßôå Yahoo!;
ÂáñåèÞêáôå ôá åíï÷ëçôéêÜ ìçíýìáôá (spam);   Ôï Yahoo! Mail äéáèÝôåé ôçí 
êáëýôåñç äõíáôÞ ðñïóôáóßá êáôÜ ôùí åíï÷ëçôéêþí ìçíõìÜôùí  
http://mail.yahoo.gr 



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



Bug#470843: Orthographic error in translation of md5sum and sha*sum

2008-03-13 Thread P M
Package: coreutils
Version: 5.97-5.3
Severity: minor
Tags: l10n

[This email contains UTF-8 text.]

I found a bug in the translation of the md5sum and sha*sum (sha1sum, 
sha224sum, sha256sum, sha384sum, sha512sum) utilities in Greek. Specifically, 
when checking the sums from a file (with the -c option), the translation 
of OK which appears after every file that is being successfully checked 
is ΕΝΤΑΞΗ, which has an orthographic error - the correct spelling 
is ΕΝΤΑΞΕΙ. I have added a small demonstration of the situation, where I 
create a test file, create its SHA1 sum, and then check its integrity with 
LANG=C and LANG=el_GR.UTF-8.

$ echo blahblah  test
$ sha1sum test | tee test.sha1
ec7c2ef686a2ccca7dec766b14bac2dae533e42d  test
$ export LANG=C
$ sha1sum -c test.sha1
test: OK
$ export LANG=el_GR.UTF-8
$ sha1sum -c test.sha1
test: ΕΝΤΑΞΗ
$

Thank you for your time.

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.22-3-amd64

Debian Release: lenny/sid
  990 testing security.debian.org 
  990 testing ftp.duth.gr 
  990 testing ftp.de.debian.org 
  500 unstableftp.duth.gr 
  500 unstableftp.de.debian.org 
  500 stable  www.dipconsultants.com 
1 experimentalftp.de.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
|
__
�� Yahoo!;
�� �� ��  (spam);   �� Yahoo! Mail  ��� 
 �� �  ��� ��� �
http://mail.yahoo.gr