Bug#479885: Proposed NMU Uploaded to Mentors

2008-05-10 Thread Scott Kitterman
Attached is a minimal diff to solve the bug.  Uploaded to mentors and needs 
sponsoring.
diff -u php-clamavlib-0.13/debian/changelog php-clamavlib-0.13/debian/changelog
--- php-clamavlib-0.13/debian/changelog
+++ php-clamavlib-0.13/debian/changelog
@@ -1,3 +1,11 @@
+php-clamavlib (0.13-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove maxratio option no longer provided by libclamav (closes: #479885)
+  * Bump build-depends to require clamav 0.93~
+
+ -- Scott Kitterman [EMAIL PROTECTED]  Sat, 10 May 2008 23:29:54 -0400
+
 php-clamavlib (0.13-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u php-clamavlib-0.13/debian/control php-clamavlib-0.13/debian/control
--- php-clamavlib-0.13/debian/control
+++ php-clamavlib-0.13/debian/control
@@ -2,7 +2,7 @@
 Section: web
 Priority: optional
 Maintainer: Jonas Genannt [EMAIL PROTECTED]
-Build-Depends: debhelper (= 4.1.6), php5-dev, libclamav-dev, po-debconf
+Build-Depends: debhelper (= 4.1.6), php5-dev, libclamav-dev (= 0.93~), po-debconf
 Standards-Version: 3.7.3
 
 Package: php5-clamavlib
only in patch2:
unchanged:
--- php-clamavlib-0.13.orig/clamav.c
+++ php-clamavlib-0.13/clamav.c
@@ -161,7 +161,6 @@
 	limits.maxfiles  = CLAMAV_G(maxfiles); 		/* max files */	
 	limits.maxfilesize   = CLAMAV_G(maxfilesize);	/* maximal archived file size */
 	limits.maxreclevel   = CLAMAV_G(maxreclevel);	/* maximal recursion level */
-	limits.maxratio  = CLAMAV_G(maxratio);		/* maximal compression ratio */
 	limits.archivememlim = CLAMAV_G(archivememlim);	/* disable memory limit for bzip2 scanner */
 
 	/*  Register ClamAV scan options, they're also availible inside
@@ -432,7 +431,6 @@
 	limits.maxfiles  = maxfiles; 		/* max files */	
 	limits.maxfilesize   = maxfilesize;		/* maximal archived file size */
 	limits.maxreclevel   = maxreclevel;		/* maximal recursion level */
-	limits.maxratio  = maxratio;		/* maximal compression ratio */
 	limits.archivememlim = archivememlim;	/* disable memory limit for bzip2 scanner */
 
 	RETURN_TRUE;	


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


Bug#480588: xscreensaver-gl: gflux and polytopes hang X

2008-05-10 Thread Daniel Dickinson
Package: xscreensaver-gl
Version: 5.05-1
Severity: important


When browsing through the list of screensavers to activate/deactivate, I 
noticed that if I viewed (in the demo window, no fullscreen preview, though 
possibly there as well) gflux (either one) or polytopes then to another 
screensaver and back my system consistently hung.  X refused to respond the the 
keyboard.  The mouse moved but had no effect, and the only thing I could do was 
press the power button to cause an acpi event for a clean shutdown. 

None of the other screensaver exhibited this behaviour, and for these two it 
didn't necessarily involve the on-off-back sequence, sometimes just the first 
click on was enough to hang X.

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

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xscreensaver-gl depends on:
ii  libc6   2.7-10   GNU C Library: Shared libraries
ii  libgl1-mesa-glx [libgl1]7.0.3-1  A free implementation of the OpenG
ii  libglib2.0-02.16.1-2 The GLib library of C routines
ii  libglu1-mesa [libglu1]  7.0.3-1  The OpenGL utility library (GLU)
ii  libgtk2.0-0 2.12.9-2 The GTK+ graphical user interface 
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxext62:1.0.4-1X11 miscellaneous extension librar
ii  libxmu6 2:1.0.4-1X11 miscellaneous utility library
ii  libxpm4 1:3.5.7-1X11 pixmap library
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
ii  libxxf86vm1 1:1.0.1-2X11 XFree86 video mode extension l

Versions of packages xscreensaver-gl recommends:
ii  xscreensaver  5.05-1 Automatic screensaver for X

-- no debconf information



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



Bug#480589: libc-ares1 contains libcares.2.so

2008-05-10 Thread Paul TBBle Hampson
Package: libc-ares1
Version: 1.5.1-0
Severity: minor

The 1.5.1 release of c-ares upstream bumped the major soversion from 1
to 2. However, the packaging was not updated to reflect this, leading to
the anomalous situation that libc-ares1 contains /usr/lib/libcares.so.2.
This is a violation of a should from the Library Packaging Guide, and
Lintian picks this up as a warning.

This means that any package built against the 1.4.1 version of
libc-ares-dev will in fact mysteriously start failing when the installed
version of libc-ares1 is upgraded to 1.5.1, and the file disappears.

I've filed this as minor because presumably no packages are suffering
from the above problem, which is lucky. There was a fortnight where it
was possible to fall over this, according to [1]. If there was such a
package suffering this, then I assume there would be such a bug against
c-ares already.

[1] http://packages.qa.debian.org/c/c-ares.html

This issue also affects users looking for the library for third-party
apps. If a program is looking for libcares.so.2 according to ldd, then
usually one would try to install package libcares2 to resolve this. Of
course, this assumption is already broken by the soname libcares
differing from the package name libc-ares, but I'm assuming that a good
reason for this difference already exists. (Although I don't see a
README.Debian or similar in the installed packages documenting this.)

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

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libc-ares1 depends on:
ii  libc6 2.7-10 GNU C Library: Shared libraries

libc-ares1 recommends no packages.

-- no debconf information

-- 
Paul TBBle Hampson, [EMAIL PROTECTED]

Shorter .sig for a more eco-friendly paperless office.


pgpK9OLwDkWvR.pgp
Description: PGP signature


Bug#480592: xscreensaver-demo does not have a .desktop file; here is one

2008-05-10 Thread Daniel Dickinson
Package: xscreensaver
Version: 5.05-1
Severity: normal


For desktops/window managers that use .desktop files, but which do no have a 
screensaver applet in their control panel (such as xfce4), it is useful to have 
a menu entry for configuration the screensaver, thus I have created one.  Here 
it is.

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

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xscreensaver depends on:
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libcairo2  1.4.14-1  The Cairo 2D vector graphics libra
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.16.1-2  The GLib library of C routines
ii  libgtk2.0-02.12.9-2  The GTK+ graphical user interface 
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libpam0g   0.99.7.1-6Pluggable Authentication Modules l
ii  libpango1.0-0  1.20.2-2  Layout and rendering of internatio
ii  libsm6 2:1.0.3-1+b1  X11 Session Management library
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxinerama1   2:1.0.3-1 X11 Xinerama extension library
ii  libxml22.6.32.dfsg-2 GNOME XML library
ii  libxmu62:1.0.4-1 X11 miscellaneous utility library
ii  libxpm41:3.5.7-1 X11 pixmap library
ii  libxrandr2 2:1.2.2-1 X11 RandR extension library
ii  libxrender11:0.9.4-1 X Rendering Extension client libra
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  libxxf86misc1  1:1.0.1-2 X11 XFree86 miscellaneous extensio
ii  libxxf86vm11:1.0.1-2 X11 XFree86 video mode extension l
ii  xscreensaver-data  5.05-1data files to be shared among scre

Versions of packages xscreensaver recommends:
ii  libjpeg-progs  6b-14 Programs for manipulating JPEG fil
ii  perl [perl5]   5.8.8-12  Larry Wall's Practical Extraction 
ii  wamerican [wordlist]   6-2.1 American English dictionary words 
ii  wbritish [wordlist]6-2.1 British English dictionary words f
ii  xli1.17.0+20061110-2 command line tool for viewing imag
ii  xloadimage 4.1-16Graphics file viewer under X11

-- no debconf information
[Desktop Entry]
Encoding=UTF-8
Name=Screensaver Setup
Exec=xscreensaver-demo
Icon=xscreensaver
Terminal=false
StartupNotify=true
Type=Application
Categories=Application;Utility;

# vi:set encoding=UTF-8:


Bug#480588: xscreensaver-gl: gflux and polytopes hang X

2008-05-10 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Daniel Dickinson wrote:
 Package: xscreensaver-gl
 Version: 5.05-1
 Severity: important
 
 
 When browsing through the list of screensavers to activate/deactivate, I 
 noticed that if I viewed (in the demo window, no fullscreen preview, though 
 possibly there as well) gflux (either one) or polytopes then to another 
 screensaver and back my system consistently hung.  X refused to respond the 
 the keyboard.  The mouse moved but had no effect, and the only thing I could 
 do was press the power button to cause an acpi event for a clean shutdown. 
 
 None of the other screensaver exhibited this behaviour, and for these two it 
 didn't necessarily involve the on-off-back sequence, sometimes just the first 
 click on was enough to hang X.
 
 -- System Information:
 Debian Release: lenny/sid
   APT prefers testing
   APT policy: (500, 'testing'), (500, 'stable'), (1, 'experimental'), (1, 
 'unstable'), (1, 'testing'), (1, 'stable')
 Architecture: i386 (i686)
 
 Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
 Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/bash
 
 Versions of packages xscreensaver-gl depends on:
 ii  libc6   2.7-10   GNU C Library: Shared libraries
 ii  libgl1-mesa-glx [libgl1]7.0.3-1  A free implementation of the 
 OpenG
 ii  libglib2.0-02.16.1-2 The GLib library of C routines
 ii  libglu1-mesa [libglu1]  7.0.3-1  The OpenGL utility library (GLU)
 ii  libgtk2.0-0 2.12.9-2 The GTK+ graphical user 
 interface 
 ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
 ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
 ii  libx11-62:1.0.3-7X11 client-side library
 ii  libxext62:1.0.4-1X11 miscellaneous extension 
 librar
 ii  libxmu6 2:1.0.4-1X11 miscellaneous utility library
 ii  libxpm4 1:3.5.7-1X11 pixmap library
 ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
 ii  libxxf86vm1 1:1.0.1-2X11 XFree86 video mode extension 
 l
 
 Versions of packages xscreensaver-gl recommends:
 ii  xscreensaver  5.05-1 Automatic screensaver for X
 
 -- no debconf information
 
 
 
Hi Daniel,

Sorry, I cannot reproduce this behavior, please check that you can
render GL hacks.

What gives you glxgears?

Regards.
- --
Jose Luis Rivas. San Cristóbal, Venezuela. PGP: 0xCACAB118
http://ghostbar.ath.cx/{about,acerca} - http://debian.org.ve
`ghostbar' @ irc.debian.org/#debian-ve,#debian-devel-es
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIJnQDOKCtW8rKsRgRAgvzAKCVmtmyAcQWOcMZzXVH/IVTe0Q4ewCeM6E4
E9HvhSw8XoZYR9UTt140/o4=
=2rdp
-END PGP SIGNATURE-



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



Bug#478588: libc-ares1 would be nice to conflict with libcares2

2008-05-10 Thread Paul TBBle Hampson
libcares2 was never in the Debian archive, it was ITP'd and packaged
off-site as part of the slviewer packaging work.

However, since people have copies of the package installed, it'd be
handy if libc-ares1 Conflicts with libcares2, to ensure the
latter gets removed in favour of the former.

-- 
Paul TBBle Hampson, [EMAIL PROTECTED]

Shorter .sig for a more eco-friendly paperless office.


pgpThf3uCb4dT.pgp
Description: PGP signature


Bug#480599: opendb: [INTL:ru] Russian debconf templates translation

2008-05-10 Thread Yuri Kozlov
Package: opendb
Severity: wishlist
Tags: l10n patch


Russian debconf templates translation is attached.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.23-1-amd64
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to ru_RU.UTF-8)
# translation of ru.po to Russian
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Yuri Kozlov [EMAIL PROTECTED], 2008.
msgid 
msgstr 
Project-Id-Version: opendb new\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2008-04-27 21:06+0200\n
PO-Revision-Date: 2008-05-11 08:35+0400\n
Last-Translator: Yuri Kozlov [EMAIL PROTECTED]\n
Language-Team: Russian [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.11.4\n
Plural-Forms:  nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  
n%10=4  (n%10010 || n%100=20) ? 1 : 2);\n

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid apache, apache-ssl, apache-perl, apache2
msgstr apache, apache-ssl, apache-perl, apache2

#. Type: multiselect
#. Description
#: ../templates:1002
msgid Which web server would you like to reconfigure automatically?
msgstr Какой из серверов нужно перенастроить автоматически?

#. Type: multiselect
#. Description
#: ../templates:1002
msgid 
If you do not select a web server to reconfigure automatically, opendb  will 
not be usable until you reconfigure your webserver to enable opendb.
msgstr 
Если вы не выберете веб-сервер для автоматической перенастройки, 
opendb не заработает, пока вы не настроите веб-сервер вручную.

#. Type: boolean
#. Description
#: ../templates:2001
msgid Should ${webserver} be restarted?
msgstr Перезапустить ${webserver}?

#. Type: boolean
#. Description
#: ../templates:2001
msgid 
Remember that in order to activate the new configuration ${webserver} has to 
be restarted. You can also restart ${webserver} by manually executing invoke-
rc.d ${webserver} restart.
msgstr 
Не забудьте, чтобы заработали новые настройки, нужно перезапустить 
${webserver}. Также, вы можете перезапустить ${webserver} вручную 
с помощью команды invoke-rc.d ${webserver} restart.

#. Type: boolean
#. Description
#: ../templates:3001
msgid Configure MySQL
msgstr Настройка MySQL

#. Type: boolean
#. Description
#: ../templates:3001
msgid 
Should Opendb attempt to configure MySQL automatically?  If not, see the 
instructions in /usr/share/doc/opendb/README.Debian. Say No if mysql-server 
is being installed at the same time as opendb. Read the file /usr/share/doc/
mysql-serv/README.Debian to enable networking. It may be wise to set a new 
mysql root password when installing mysql-server.
msgstr 
Попытаться настроить MySQL автоматически для работы Opendb? 
Если нет, то прочтите инструкции в файле /usr/share/doc/opendb/README.Debian. 
Ответьте \Нет\, если mysql-server устанавливается одновременно с opendb. 
Для работы через сеть, прочтите /usr/share/doc/mysql-serv/README.Debian. 
При установке mysql-server лучше поменять пароль суперпользователя для mysql.

#. Type: string
#. Description
#: ../templates:4001
msgid MySQL Host
msgstr Хост с MySQL

#. Type: string
#. Description
#: ../templates:4001
msgid The name or IP of the host running MySQL that will store the Opendb 
database.
msgstr 
Введите имя или IP-адес хоста с запущенным MySQL, в котором будет храниться 
база данных Opendb.

#. Type: string
#. Description
#: ../templates:5001
msgid Database admin user who can create a database
msgstr Администратор баз данных с правами создания баз данных

#. Type: string
#. Description
#: ../templates:5001
msgid Database admin user account capable of creating new databases.
msgstr Учётная запись, у которой есть права на создание новых базы данных.

#. Type: boolean
#. Description
#: ../templates:6001
msgid Delete database and cover art files on purge
msgstr Удаление базы данных и файлов графического наполнения при вычистке

#. Type: boolean
#. Description
#: ../templates:6001
msgid Should the database and all cover art files be removed when Opendb is 
purged?
msgstr Нужно ли удалять базу данных и файлы графического наполнения при 
вычистке Opendb?

#. Type: string
#. Description
#: ../templates:7001
msgid Opendb database name
msgstr Имя базы данных для Opendb

#. Type: string
#. Description
#: ../templates:7001
msgid Name of the opendb database.
msgstr Имя базы данных для opendb.

#. Type: string
#. Description
#: ../templates:8001
msgid Opendb database user
msgstr Имя пользователя для базы данных Opendb

#. Type: string
#. Description
#: ../templates:8001
msgid Database user account name.
msgstr Учётная запись пользователя для базы данных Opendb.

#. Type: password
#. Description
#: ../templates:9001
msgid Database user password
msgstr Пароль пользователя для базы данных Opendb

#. Type: 

Bug#480593: debianutils: bashism in /bin/sh maintainer script

2008-05-10 Thread Clint Adams
On Sat, May 10, 2008 at 11:07:05PM -0500, Raphael Geissert wrote:
 checkbashisms' output:
  possible bashism in ./DEBIAN/preinst line 4 (echo with backslash escapes):
  echo \nPlease upgrade to a newer version of dpkg\n

The entire preinst should be removed.



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



Bug#480592: xscreensaver-demo does not have a .desktop file; here is one

2008-05-10 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Daniel Dickinson wrote:
 Package: xscreensaver
 Version: 5.05-1
 Severity: normal
 
 
 For desktops/window managers that use .desktop files, but which do no have a 
 screensaver applet in their control panel (such as xfce4), it is useful to 
 have a menu entry for configuration the screensaver, thus I have created one. 
  Here it is.

Thanks Daniel, added and pending for upload in the next release.

- --
Jose Luis Rivas. San Cristóbal, Venezuela. PGP: 0xCACAB118
http://ghostbar.ath.cx/{about,acerca} - http://debian.org.ve
`ghostbar' @ irc.debian.org/#debian-ve,#debian-devel-es
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIJneOOKCtW8rKsRgRAgQlAJ9P7HzeyWi+3DLY1dzraalfU2ym1ACfYw86
t+p/+vWMTjittd9e3oL2mRU=
=It0f
-END PGP SIGNATURE-



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



Bug#465810: Mouse options

2008-05-10 Thread Jeremy Nickurak
Likewise bitten. My mouse requires a few evdev options to be set in 
order for it to work right, (In partiular Option RelHWHEELOptions 
invert), and I can't for the life of me figure out how to duplicate 
that configuration in an fdi file, or even if it's possible. (It is 
possible to configure the device the old way with xorg.conf, provided 
you have udev set up to give you a stable /dev/ entry somewher, but that 
still doesn't seem to help if you hotplug the device, in which case hal 
takes over and applies its own options or lack therof)

-- 
Jeremy Nickurak -= Email/Jabber: [EMAIL PROTECTED] =-


signature.asc
Description: Digital signature


Bug#480605: metamail: bashism in /bin/sh script

2008-05-10 Thread Raphael Geissert
Package: metamail
Severity: minor
Version: 2.7-54
Usertags: bashisms

Hello maintainer,

While performing an archive wide checkbashisms (from the 'devscripts' package) 
check I've found your package containing a /bin/sh script making 
use of a bashism.

checkbashisms' output:
 possible bashism in ./usr/bin/extcompose line 31 (echo with backslash
 escapes): 
 echo -n Please enter a number from 1 to 5: \c 

Not using bash (or a Debian Policy conformant shell interpreter which does 
provide such an extra feature) as /bin/sh is likely to lead to errors or 
unexpected behaviours.

For more information please refer to the Debian Policy section 10.4 supporting 
this argument at:
http://www.debian.org/doc/debian-policy/ch-files.html#s-scripts

Hints about how to fix bashisms:
Sometimes these bugs are already fixed in Ubuntu, look at the PTS.
If not already fixed you can read:
https://wiki.ubuntu.com/DashAsBinSh

[1]http://release.debian.org/lenny/goals.txt

Thank you,
-- 
Atomo64 - Raphael

Please avoid sending me Word, PowerPoint or Excel attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html



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



Bug#480610: ttf-larabie: severely outdated

2008-05-10 Thread Paul Wise
Package: ttf-larabie
Version: 1:20011216-1.1
Severity: important

Many years have passed since the first and only upstream version of the
Larabie Fonts was uploaded to Debian. Ray Larabie has been fairly
prolific since 2001, and released several new fonts in 2005.

http://www.myfonts.com/browse/foundry/larabie/

It would be nice to have an updated package, especially because of the
new fonts.

Downloading them all might prove tricky, but a python-mechanize script
to add all the free ones to a cart could probably do it easily. There
are valid logins for myfonts on bugmenot.com too.

The fonts all include a new README and FAQ too.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#480622: amavisd-new: [INTL:ru] Russian debconf templates translation

2008-05-10 Thread Yuri Kozlov
Package: amavisd-new
Severity: wishlist
Tags: l10n patch


Russian debconf templates translation is attached.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.23-1-amd64
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to ru_RU.UTF-8)
# translation of ru.po to Russian
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Yuri Kozlov [EMAIL PROTECTED], 2008.
msgid 
msgstr 
Project-Id-Version: amavisd-new new\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2006-08-10 11:09-0300\n
PO-Revision-Date: 2008-05-11 09:10+0400\n
Last-Translator: Yuri Kozlov [EMAIL PROTECTED]\n
Language-Team: Russian [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.11.4\n
Plural-Forms:  nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  
n%10=4  (n%10010 || n%100=20) ? 1 : 2);\n

#. Type: note
#. Description
#: ../amavisd-new.templates:1001
msgid Incompatible configuration file layout detected
msgstr Обнаружена несовместимость в хранении настроек

#. Type: note
#. Description
#: ../amavisd-new.templates:1001
msgid 
The Debian packages have changed the way they handle configuration files for 
amavisd-new to a better system, which uses multiple files instead of a 
single, monolithic file.
msgstr 
В пакетах Debian изменился способ обработки файлов настроек 
amavisd-new, теперь используется несколько файлов вместо одного, 
хранящего всё, файла.

#. Type: note
#. Description
#: ../amavisd-new.templates:1001
msgid 
The old amavisd-new configuration files that are still present in your 
system (named either /etc/amavisd.conf or /etc/amavis/amavisd.conf) are 
incompatible with this new config file layout.
msgstr 
Старые файлы настройки amavisd-new, которые находятся в системе 
(под именами /etc/amavisd.conf или /etc/amavis/amavisd.conf) 
несовместимы с новым способом хранения настроек.

#. Type: note
#. Description
#: ../amavisd-new.templates:1001
msgid 
You should read /usr/share/doc/amavisd-new/README.Debian to understand the 
new configuration layout, and after that you should port your configuration 
to the new layout.
msgstr 
Вам нужно прочитать файл /usr/share/doc/amavisd-new/README.Debian, 
в котором описан новый способ хранения, и после этого вы должны 
перенести свои настройки в новую систему.

#. Type: note
#. Description
#: ../amavisd-new.templates:1001
msgid 
For your safety, the old configuration files in your system have been 
disabled, and a \.disabled\ postfix was added to their file names.  The 
amavisd-new service will refuse to start until you remove (or rename) these 
\.disabled\ files.
msgstr 
В целях безопасности, старые файлы настройки в системе будут выключены, 
а к их именам будет добавлено \.disabled\. Служба amavisd-new не будет 
запускаться, пока вы не удалите (или переименуете) эти \.disabled\ файлы.

#. Type: note
#. Description
#: ../amavisd-new.templates:1001
msgid 
This safety is in place to avoid starting an unconfigured amavisd-new in 
place of your previously configured one.  Do not remove the \.disabled\ 
files until you have read the /usr/share/doc/amavisd-new/README.Debian file 
and ported your old configuration to the new layout.
msgstr 
Безопасней совсем выключить запуск ненастроенного amavisd-new, вместо 
работы со старой настройкой. Не удаляйте файлы \.disabled\, пока не 
прочитаете файл /usr/share/doc/amavisd-new/README.Debian и не 
перенесёте старую настройку в новые файлы.



Bug#480393: jffnms: does not draw the standard interface octettraffic graphs

2008-05-10 Thread Craig Small
On Sat, May 10, 2008 at 04:37:28PM +0200, Kurta László wrote:
 Originally it was Etch (rrdtool 1.2.15-0.3) but later it was upgraded to
 Lenny (rrdtool 1.2.27-1) - and the traffic grapher hadn't worked in either.
 And both configuration were pure Debian, the rrdtool hadn't been compiled
 and shipped from anywhere else.
Hmm, you're right. I'll roll the change back.  I think it was a problem
with an earlier version of RRDtool.

 - Craig
-- 
Craig Small  GnuPG:1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
http://www.enc.com.au/ csmall at : enc.com.au
http://www.debian.org/  Debian GNU/Linux, software should be Free 



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



Bug#480579: dpkg: [INTL:pt_BR] Brazilian Portuguese translation

2008-05-10 Thread Christian Perrier
Quoting Felipe Augusto van de Wiel (faw) ([EMAIL PROTECTED]):
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Package: dpkg
 Tags: l10n patch
 Severity: wishlist
 
 Hi,
 
   Please, find attached the Brazilian Portuguese translation
 for the package. It is UTF-8 encoded, tested with msgfmt. It is a
 major update, including review of verb tenses and use of recent
 terminology from the Brazilian Portuguese Team.


For the record, I granted commit access to faw, pointing him to the
Git usage wiki page.

So, Felipe, please commit the update yourself, now. I suggest we use
that policy for translators who are OK with committing themselves
(Felipe mentioend that in a private message) *and* who are confident
enough in their expertise with git (well, at least it needs to be
bette rthan mine, which is pretty easy).



signature.asc
Description: Digital signature


Bug#480621: setting package to znc, tagging 480621

2008-05-10 Thread Joey Hess
# Automatically generated email from bts, devscripts version 2.10.27
#
# znc (0.054-3) UNRELEASED; urgency=low
#
#  * Convert znc-buildmod to a bash script so as to not need to worry about
#bashisms (actually, nonportable echo -e's) in this script. Closes: #480621
#

package znc
tags 480621 + pending




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



Bug#480623: mumble: [INTL:ru] Russian debconf templates translation

2008-05-10 Thread Yuri Kozlov
Package: mumble
Version: 1.1.3-4
Severity: wishlist
Tags: l10n patch


Russian debconf templates translation is attached.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.23-1-amd64
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to ru_RU.UTF-8)
# translation of ru.po to Russian
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Yuri Kozlov [EMAIL PROTECTED], 2008.
msgid 
msgstr 
Project-Id-Version: mumble 1.1.3-4\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2008-01-13 00:25+0100\n
PO-Revision-Date: 2008-05-11 09:38+0400\n
Last-Translator: Yuri Kozlov [EMAIL PROTECTED]\n
Language-Team: Russian [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.11.4\n
Plural-Forms:  nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  
n%10=4  (n%10010 || n%100=20) ? 1 : 2);\n

#. Type: password
#. Description
#: ../mumble-server.templates:1001
msgid Password to set on SuperUser account:
msgstr Пароль для учётной записи SuperUser:

#. Type: password
#. Description
#: ../mumble-server.templates:1001
msgid 
Murmur has a special account called \SuperUser\ which bypasses all 
privilege checks.
msgstr 
В Murmur есть специальная учётная запись с именем \SuperUser\, 
на которую не действуют никакие проверки и ограничения.

#. Type: password
#. Description
#: ../mumble-server.templates:1001
msgid 
If you set a password here, the password for the \SuperUser\ account will 
be updated.
msgstr 
Если вы введёте здесь пароль, то он заменит имеющийся пароль для 
учётной записи \SuperUser\.

#. Type: password
#. Description
#: ../mumble-server.templates:1001
msgid If you leave this blank, the password will not be changed.
msgstr Если вы оставите поле пустым, то пароль изменён не будет.

#. Type: boolean
#. Description
#: ../mumble-server.templates:2001
msgid Autostart mumble-server on server boot?
msgstr Запускать mumble-server при включении компьютера?

#. Type: boolean
#. Description
#: ../mumble-server.templates:2001
msgid Mumble-server (murmurd) can start automatically when the server is 
booted.
msgstr 
Mumble-server (murmurd) может запускаться автоматически при 
включении компьютера.

#. Type: string
#. Description
#: ../mumble-server.templates:3001
msgid Email address to send registration emails from:
msgstr 
Адрес электронной почты, с которого нужно отправлять сообщения для 
регистрации:

#. Type: string
#. Description
#: ../mumble-server.templates:3001
msgid 
Murmur comes with a web-based registration script, which will send an 
authentication code to the user by email before registration can be 
completed.
msgstr 
В Murmur есть сценарий регистрации через веб, который отправляет 
пользователю код подтверждения по почте, чтобы он смог завершить 
регистрацию.

#. Type: string
#. Description
#: ../mumble-server.templates:3001
msgid 
Set this to the email address you wish such authentication emails to come 
from. If you set it blank, registration will be disabled.
msgstr 
Здесь задаётся адрес электронной почты, с которого будут отправляться 
электронные письма с подтверждением. Если оставить поле пустым, то 
регистрация будет выключена.



Bug#480449: [gpsbabel] new version available

2008-05-10 Thread Paolo Cavallini
Package: gpsbabel
Version: 1.3.4-2
Severity: wishlist

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

gpsbabel 1.3.5 is available. It has a number of important improvements,
most notably support to MTK chipsets (common, cheap and quite accurate).

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

Debian Release: lenny/sid
  500 unstable192.168.0.10
  500 testing 192.168.0.10

--- Package information. ---
Depends   (Version) | Installed
===-+-===
libc6(= 2.7-1) | 2.7-10
libexpat1   (= 1.95.8) | 1.95.8-4
libusb-0.1-4  (= 2:0.1.12) | 2:0.1.12-9
zlib1g   (= 1:1.2.0.2) | 1:1.2.3.3.dfsg-12


-- 
Paolo Cavallini, see: * http://www.faunalia.it/pc *



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



Bug#479076: Request binNMU for libdbd-sqlite3-perl?

2008-05-10 Thread Matt Kraai
On Sat, May 10, 2008 at 08:51:16AM +0300, Damyan Ivanov wrote:
 -=| gregor herrmann, Sat, May 10, 2008 at 01:59:33AM +0200 |=-
  On Fri, 09 May 2008 07:52:29 -0700, Matt Kraai wrote:
  
   The bug in libsqlite3-0 that prevented libdbd-sqlite3-perl from
   building has been fixed.  libdbd-sqlite3-perl depends on
   perlapi-5.8.8.  Would it be OK to request binNMUs so that it depends
   on perlapi-5.10.0 instead?
  
  That's the correct solution, and thanks for following up on this bug.
 
 Isn't Build-Depending on = $fixed_sqlite_version also needed?

Wouldn't this impede backporting the package?  Also, I think only
earlier versions of 3.5.8 were broken, so this would be overly
restrictive.

-- 
Matt



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



Bug#480450: Improved watch file

2008-05-10 Thread Daniel Leidert
Package: freedroidrpg
Severity: minor
Tags: patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Please find attached a slightly improved debian/watch file, that
hopefully handles release candidates and the caseless matching.

Regards, Daniel


- -- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (850, 'unstable'), (700, 'testing'), (550, 'stable'), (110, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-k7 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages freedroidrpg depends on:
pn  freedroidrpg-data  none(no description available)
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libgl1-mesa-glx [libgl 7.0.3-1   A free implementation of the OpenG
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libogg01.1.3-3   Ogg Bitstream Library
ii  libpng12-0 1.2.27-1  PNG library - runtime
ii  libsdl-image1.21.2.6-3   image loading library for Simple D
ii  libsdl-mixer1.21.2.8-3   mixer library for Simple DirectMed
ii  libsdl-net1.2  1.2.7-2   network library for Simple DirectM
ii  libsdl1.2debian1.2.13-2  Simple DirectMedia Layer
ii  libvorbis0a1.2.0.dfsg-3  The Vorbis General Audio Compressi
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

freedroidrpg recommends no packages.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIJTxkm0bx+wiPa4wRAhwRAKCsPdsS6D6xNuzvKtcrmHGxtKKqigCferGU
Lwxtci2sm5taaa06IhA0/Jk=
=SJU/
-END PGP SIGNATURE-
version=3
opts=uversionmangle=s/^0\.9\.13-rc3$/0.9.13/,uversionmangle=s/-?(rc.*$)/~$1/ \
http://sf.net/freedroid/freedroid(?i:RPG)-(.*)\.tar\.bz2


Bug#480422: emacs22: emacs wants to access /home/rlb when starting up

2008-05-10 Thread Sven Joachim
reassign 480422 emacs22-common
forcemerge 478240 480422
thanks

On 2008-05-09 23:39 +0200, Rex Feany wrote:

 [ and there it hung because my automounter was busted ]

Known problem, see #478240.

 If I created a /home/rlb and filled it with all
 kinds of interesting elisp, would that be a bit of a security
 problem? 

No, Emacs just checks if the files are there, it will not execute code
in them.

Sven



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



Bug#480451: libossp-uuid-perl not fully compatible with Data::UUID

2008-05-10 Thread Robert Joop
Package: libossp-uuid-perl
Version: 1.5.1-1.1
Severity: normal
Tags: patch


libossp-uuid-perl is not fully compatible with Data::UUID.

when trying to build Data::GUID (`dh-make-perl --cpan Data::GUID; ...`),
a few tests break.
this is due to the fact that Data::GUID expects base64 encoded UUIDs
*not* to be followed by a newline, but the one of libossp-uuid-perl
appends one by use of MIME::Base64::encode_base64.

there is a simple way to fix this, since the latter function offers an
optinal argument.
thus the patch would be:

--- /usr/lib/perl5/Data/UUID.pm 2007-10-21 22:58:36.0 +0200
+++ UUID.pm 2008-05-08 18:52:45.0 +0200
@@ -84,7 +84,7 @@
 
 sub to_b64string {
 my ($self, $bin) = @_;
-return MIME::Base64::encode_base64($bin);
+return MIME::Base64::encode_base64($bin, '');
 }
 
 sub from_string {

if nothing else relies on the incompatibility, it would be nice if this
change could be applied.

thanks,
rj

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

Kernel: Linux 2.6.20 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libossp-uuid-perl depends on:
ii  libc6 2.7-4  GNU C Library: Shared libraries
ii  libossp-uuid151.5.1-1OSSP uuid ISO-C and C++ - shared l
ii  perl  5.8.8-12   Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.8.8] 5.8.8-12   The Pathologically Eclectic Rubbis

libossp-uuid-perl recommends no packages.

-- no debconf information



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



Bug#480452: Conflict: kdc.conf is also in krb5-doc_1.6.dfsg.3-1

2008-05-10 Thread Philipp Matthias Hahn
Package: krb5-kdc
Version: 1.6.dfsg.3~beta1-4
Severity: serious
Justification: Policy 7.5.1

Unpacking replacement krb5-kdc ...
dpkg: error processing /var/cache/apt/archives/krb5-kdc_1.6.dfsg.3-1_i386.deb 
(--unpack):
 trying to overwrite `/usr/share/man/man5/kdc.conf.5.gz', which is also in 
package krb5-doc

I think you need to remove kdc.conf from krb5-doc and add an
Replaces: krb5-doc
in the krb5-kdc Section of to the debian/control file.

--- krb5-1.6.dfsg.3/debian/control~ 2008-05-10 08:42:55.0 +0200
+++ krb5-1.6.dfsg.3/debian/control  2008-05-10 08:45:53.0 +0200
@@ -154,6 +154,7 @@
  krb5-config, krb5-user, lsb-base (= 3.0-6),
 Suggests: openbsd-inetd | inet-superserver, krb5-admin-server,
  krb5-kdc-ldap (= ${binary:Version})
+Replaces: krb5-doc
 Description: MIT Kerberos key server (KDC)
  Kerberos is a system for authenticating users and services on a network.
  Kerberos is a trusted third-party service.  That means that there is a
--- krb5-1.6.dfsg.3/debian/krb5-doc.install~2008-05-10 08:42:55.0 
+0200
+++ krb5-1.6.dfsg.3/debian/krb5-doc.install 2008-05-10 08:52:30.0 
+0200
@@ -1,2 +1,3 @@
 usr/share/man/man1/kerberos.1
-usr/share/man/man5
+usr/share/man/man5/.k5login.5
+usr/share/man/man5/krb5.conf.5

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

Kernel: Linux 2.6.25.2 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages krb5-kdc depends on:
ii  debconf [debconf-2.0]   1.5.21   Debian configuration management sy
ii  krb5-user   1.6.dfsg.3-1 Basic programs to authenticate usi
ii  libc6   2.7-10   GNU C Library: Shared libraries
ii  libcomerr2  1.40.8-2 common error description library
ii  libkadm55   1.6.dfsg.3-1 MIT Kerberos administration runtim
ii  libkeyutils11.2-7Linux Key Management Utilities (li
ii  libkrb531.6.dfsg.3-1 MIT Kerberos runtime libraries
ii  lsb-base3.2-12   Linux Standard Base 3.2 init scrip
ii  openbsd-inetd [inet-superse 0.20080125-1 The OpenBSD Internet Superserver

krb5-kdc recommends no packages.

-- debconf information excluded



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



Bug#480454: ftp.debian.org: Please downgrade priority of libdb4.4 to optional

2008-05-10 Thread Sven Joachim
Package: ftp.debian.org
Severity: normal

Please change the priority of libdb4.4 from important to optional, since
no packages of priority standard or higher seem to depend on that libdb
version any more.


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

Kernel: Linux 2.6.24.6
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.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#480453: ITP: libdatamapper-ruby -- Object relational mapper for Ruby

2008-05-10 Thread Sebastien Delafond
Package: wnpp
Severity: wishlist
Owner: Sebastien Delafond [EMAIL PROTECTED]


* Package name: libdatamapper-ruby
  Version : 0.3.0
  Upstream Author : 
* URL : http://datamapper.org
* License : MIT
  Programming Lang: Ruby
  Description : Object relational mapper for Ruby

DataMapper is a Object Relational Mapper written in Ruby. The goal is
to create an ORM which is fast, thread-safe and feature rich.

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

Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15 (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash



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



Bug#480455: Slightly improved watch file

2008-05-10 Thread Daniel Leidert
Package: gnudatalanguage
Severity: minor
Tags: patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

May I suggest the attached watch file? It handles rc and pre prefixes
via uversionmangale.

Regards, Daniel


- -- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (850, 'unstable'), (700, 'testing'), (550, 'stable'), (110, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-k7 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnudatalanguage depends on:
ii  libbz2-1.0  1.0.5-0.1high-quality block-sorting file co
ii  libc6   2.7-10   GNU C Library: Shared libraries
ii  libfftw3-3  3.1.2-3  library for computing Fast Fourier
ii  libfontconfig1  2.5.0-2  generic font configuration library
ii  libgcc1 1:4.3.0-4GCC support library
ii  libgsl0ldbl 1.11-2   GNU Scientific Library (GSL) -- li
pn  libhdf4gnone   (no description available)
ii  libhdf5-serial-1.6. 1.6.6-4  Hierarchical Data Format 5 (HDF5) 
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libjpeg62   6b-14The Independent JPEG Group's JPEG 
ii  libmagick++10   7:6.3.7.9.dfsg1-2+b2 C++ API to the ImageMagick library
ii  libncurses5 5.6+20080503-1   Shared libraries for terminal hand
pn  libnetcdf4  none   (no description available)
pn  libplplot-c++9c2none   (no description available)
pn  libplplot9  none   (no description available)
ii  libreadline55.2-3GNU readline and history libraries
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libstdc++6  4.3.0-4  The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxext62:1.0.4-1X11 miscellaneous extension librar
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
ii  python2.4   2.4.5-2  An interactive high-level object-o
ii  zlib1g  1:1.2.3.3.dfsg-12compression library - runtime

Versions of packages gnudatalanguage recommends:
pn  plplot9-driver-xwin   none (no description available)
ii  python-numarray   1.5.2-3.1  An array processing package modell

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIJUeJm0bx+wiPa4wRAir6AKCd70kmpHysnTvCPrql86pwefSF5QCbBMRr
Bpnxp5U+9oR5RXU8+OUHsvQ=
=sLu+
-END PGP SIGNATURE-
version=3
opts=uversionmangle=s/(pre|rc)([^.]*)/~$1$2/ \
 http://sf.net/gnudatalanguage/gdl-(.*)\.tar\.gz


Bug#480456: avida: New homepage ; new upstream version available.

2008-05-10 Thread Charles Plessy
Package: avida
Version: 2.0b7-4.1
Severity: wishlist
Tags: patch

Hello Miriam,

While discussing candidates for inclusion in Debian-Med's med-bio
metapackage, I examined avida and realised that its homepage moved and
that a much newer upstream release is available.

The following patch fixes the Homepage field of debian/control, and adds
a debian/watch file.

Have a nice day,

-- Charles Plessy, Wakō, Saitama, Japan.
diff -ruN avida-2.0b7.orig/debian/control avida-2.0b7/debian/control
--- avida-2.0b7.orig/debian/control 2008-05-10 15:45:23.0 +0900
+++ avida-2.0b7/debian/control  2008-05-10 15:54:31.0 +0900
@@ -4,6 +4,7 @@
 Maintainer: Miriam Ruiz [EMAIL PROTECTED]
 Build-Depends: debhelper (= 4.0.0), autotools-dev, libncurses5-dev, 
libqt3-mt-dev, qt3-dev-tools, libqt3-headers, libqt3-compat-headers
 Standards-Version: 3.6.2
+Homepage: http://devolab.cse.msu.edu/software/avida/
 
 Package: avida-base
 Architecture: any
@@ -19,8 +20,6 @@
  experiments in evolutionalry dynamics and
  theoretical biology that are intractable in real
  biological system. 
- .
- Homepage http://dllab.caltech.edu/avida/
  
 Package: avida-viewer
 Architecture: any
@@ -30,8 +29,6 @@
  auto-adaptive genetic system Avida. Avida is a
  digital world in which simple computer programs
  mutate and evolve.
- .
- Homepage http://dllab.caltech.edu/avida/
 
 Package: avida-qt-viewer
 Architecture: any
@@ -41,5 +38,3 @@
  auto-adaptive genetic system Avida. Avida is a
  digital world in which simple computer programs
  mutate and evolve.
- .
- Homepage http://dllab.caltech.edu/avida/
diff -ruN avida-2.0b7.orig/debian/watch avida-2.0b7/debian/watch
--- avida-2.0b7.orig/debian/watch   1970-01-01 09:00:00.0 +0900
+++ avida-2.0b7/debian/watch2008-05-10 15:50:20.0 +0900
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/avida/avida-src-([\d\.]+)\.tar\.(gz|bz2)


Bug#477668: [debian-mysql] Bug#477668: mysql-server-5.0: slow information_schema on all versions of mysql 5.0 and 5.1

2008-05-10 Thread Norbert Tretkowski
severity 477668 wishlist
thanks

Am Donnerstag, den 24.04.2008, 13:46 +0200 schrieb Michal Ziemniakowski:
 since mysql doesn't bother to fix this, maybe debian will, or at least
 debian could not put affected mysql servers into stable

So your suggestion is to remove MySQL 5.0 from lenny? Sorry, but that's
not an option at the moment.

Nothing we can do here, hence reducing severity.

Norbert




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



Bug#480409: evince: can't view djvu documents

2008-05-10 Thread Rogério Brito
Hi, Sven.

On May 09 2008, Sven Arvidsson wrote:
 On Fri, 2008-05-09 at 17:28 -0300, Rogério Brito wrote:
  http://www.ime.usp.br/~is/atc/atc.djvu.
(...)
  If you want me to try something, please let me know.
 
 Can you give it a try with Evince 2.22? It's available from
 experimental.

I just downloaded evince 2.22 from experimental and it didn't work (just
blank pages, the same thing that I got before). Then, I did the following:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[EMAIL PROTECTED]:~$ find . -iname *evince*
./.gnome2/accels/evince
./.gnome2/evince
./tmp/evince-18086
./tmp/reportbug-evince-20080509-6434-IHHnI7
[EMAIL PROTECTED]:~$ rm -rf .gnome2/accels/evince ./.gnome2/evince/
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

And it *partially* worked: the thumbnails on the side pane (press F9)
show all the pages, but the main document is still blank. :-(

 It displays the document from the above URL fine on my system.

I guess that something is fishy here. Perhaps this convoluted gnome
configuration scheme is the one to blame here. :-( Any other ideas? I
will still try deleting things from the configuration system (or should
I perhaps try the -gtk only version?).


Thanks, Rogério Brito.

-- 
Rogério Brito : [EMAIL PROTECTED],ime.usp}.br : GPG key 1024D/7C2CAEB8
http://www.ime.usp.br/~rbrito : http://meusite.mackenzie.com.br/rbrito
Projects: algorithms.berlios.de : lame.sf.net : vrms.alioth.debian.org



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



Bug#480457: ftp.debian.org: Please change priority of debian-faq-* to optional

2008-05-10 Thread Sven Joachim
Package: ftp.debian.org
Severity: normal

Currently all translations of debian-faq are of priority standard, which
does not make sense.  Please change their priority to optional and leave
only the English version at standard.


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

Kernel: Linux 2.6.24.6
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.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#480444: clive: Google Video: No such file or directory: '...../http-equiv='

2008-05-10 Thread Mikhail Gusarov
Twas brillig at 12:51:16 10.05.2008 UTC+08 when Paul Wise did gyre and gimble:

 PW Package: clive
 PW Version: 0.4.11-1
 PW Severity: normal

 PW Can't get any videos from Google Video:

Confirmed, but not yet reported upstream due to spamhaus.org in use by
gna.org even for logged in users (oh, I *love* all the blacklisting
idiocity, especially in NAT world).

2Toni: can you open a bugreport in gna.org while I'm fighting to remove
IP address of my provider from blacklist?

-- 


pgpqVyaLGHkTk.pgp
Description: PGP signature


Bug#479926: libxmlada: Missing build-depends

2008-05-10 Thread Andreas Metzler
Package: libxmlada
Version: 3.0-3
Followup-For: Bug #479926

lcircle10 font is part of texlive-latex-base. Since you are trying to
generate pdf files from texinfo inputs a b-d on texlive-latex-base
should indeed be the correct fix.

I have not done a testbuild of libxmlada but when I previously was
faced with the problem What packages are necessary to build pdf from
texinfo? in libtasn1-3 I ran some tests and ended up with
texlive-latex-base as correct answer.
cu andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'



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



Bug#326993: Changing which bug is fixed-upsream

2008-05-10 Thread Carlos Martín Nieto
tags 326993 + fixed-upstream pending
thanks

 This is fixed upstream and will be fixed in the next upload.


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


Bug#480409: evince: can't view djvu documents

2008-05-10 Thread Rogério Brito
Hi, Sven.

On May 10 2008, Rogério Brito wrote:
 On May 09 2008, Sven Arvidsson wrote:
  On Fri, 2008-05-09 at 17:28 -0300, Rogério Brito wrote:
   http://www.ime.usp.br/~is/atc/atc.djvu.
  
  Can you give it a try with Evince 2.22? It's available from
  experimental.
 
 And it *partially* worked: the thumbnails on the side pane (press F9)
 show all the pages, but the main document is still blank. :-(

I suspect that this may be a red herring: I think that the thumbnails
might have been shown before, with version 2.20. I will have to test it
again (I have version 2.22 installed right now). I just use it without
the side pane.

  It displays the document from the above URL fine on my system.
 
 I guess that something is fishy here. Perhaps this convoluted gnome
 configuration scheme is the one to blame here. :-(

I moved the .gconf* and .gnome2* directories out of the way and it still
doesn't work. I guess that more investigations will be needed. :-(

 Any other ideas? I will still try deleting things from the
 configuration system (or should I perhaps try the -gtk only version?).

I tried installing the -gtk only version, but it breaks the
configuration as gnome-desktop-environment explicitly wants evince and,
of course, evince-gtk doesn't Provides: evince.

Thanks, Rogério Brito.

-- 
Rogério Brito : [EMAIL PROTECTED],ime.usp}.br : GPG key 1024D/7C2CAEB8
http://www.ime.usp.br/~rbrito : http://meusite.mackenzie.com.br/rbrito
Projects: algorithms.berlios.de : lame.sf.net : vrms.alioth.debian.org



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



Bug#428105: buffer broken on amd64: buffer (writer): write of data failed: Bad address

2008-05-10 Thread Tim Connors
On Fri, 9 May 2008, Martin Buck wrote:

 On Wed, May 07, 2008 at 05:10:15PM +0200, Martin Buck wrote:
  Pointers to these buffers are also stored inside the shared memory segment,
  so it looks like they somehow get corrupted. I just don't understand how
  and why this happens only on amd64 under unknown circumstances.

 I think I know what's wrong and I wonder how this code could ever work and
 fail only on amd64 under some circumstances...

 Please give the attached binary a try. It should fix the problem. If so,
 I'll prepare a new release in the next few days.

Yes - it does seem to work.

Ta.

-- 
TimC
Modus Ponens in action:
- Nothing is better than world peace.
- A turkey sandwich is better than nothing.
  ==  Ergo, a turkey sandwich is better than world peace.  --unknown



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



Bug#480012: [Pkg-virtualbox-devel] Bug#480012: virtualbox-ose-source:

2008-05-10 Thread Michael Meskes
On Wed, May 07, 2008 at 04:48:04PM +0200, Michael Biebl wrote:
 Running m-a a-i virtual-box-ose fails (compile log attached).
 
 cd /usr/src/modules/virtualbox-ose/  make  make install works fine.

Thanks for this hint. We seem to have two problems at stake here. The
-source packages used to use kmk to build the modules, but there
doesn't seem to be a reason for this, make seems to be the tool of
choice here. And, yes, with make it works.

However, IMO kbuild should handle the problem more gracefully. I don't
know whether kmk is supposed to be compatible with make, but even if not
it should give an error message if this is an incompatibility. I
wouldn't bet it is one though as the message suggests that there is a
difference between the real length and the stored one of a string
containing a variable name. Torsten?

Michael

P.S.: I will commit the needed changes as soon as I'm online again. With
this email going out automatically it might be faster. :-)
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#480256: libversion-perl: uninstallable, depends on perl ( 5.9.0) and perlapi-5.8.8

2008-05-10 Thread Damyan Ivanov
reassign 480256 libversion-perl
retitle 480256 bogus version (5.9.0) in perl dependency
thanks

-=| Niko Tyni, Fri, May 09, 2008 at 09:54:08PM +0300 |=-
 On Fri, May 09, 2008 at 02:34:34PM +0300, Damyan Ivanov wrote:
 
   The transition to perl 5.10 made libversion-perl uninstallable, due to
   dependencies which cannot be satisfied on sid. Please rebuild/port to the
   new perl release.
  
  version.pm is part of perl-modules and there is an unfortunate bug in
  the Conflicts:
  
  Package: perl-modules
  Version: 5.10.0-10
  Replaces: libversion-perl
  Provides: libversion-perl
  Conflicts: libversion-perl ( 1:0.7400-2)
  
  That should be  1:0.7400-3 as we have -2 already in the archive. Or
  even better, 1:0.7401, as the version of perl-modules-provided
  version.pm is 0.7400
  
  Reassigning to perl-modules and bumping the urgency to important as this
  affects upgrades from Etch.
 
 Hm, I think the real bug is the ( 5.9.0) thing in libversion-perl. The
 conflicts in perl-modules are designed to prevent an *earlier* version
 of a separately packaged module to override a newer core version.
 
 For instance, perl-modules conflicts with libmodule-build-perl 
 ( 0.2808.1-1), because it contains 0.2808.1 itself. Installing the current
 version of libmodule-build-perl on top of the current perl-modules isn't
 broken, just useless.
 
 The same would apply to libversion-perl without the ( 5.9.0).

Agreed.  5.9.0 goes away. Reassigning back.

I'll upload fixed package for short-term relief and file a RM bug about
libversion-perl on fto.debian.org.

-- 
damJabberID: [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#480038: subversion: Confirmed failure

2008-05-10 Thread Theppitak Karoonboonyanan
Package: subversion
Version: 1.4.6dfsg1-4
Followup-For: Bug #480038

For my case, it fails to fetch external item for glib (I'm using
svn+ssh account.)

  $ jhbuild updateone glib
  *** Checking out glib *** [1/1]
  svn update .
  ...
  (successful updates)
  ...

  Fetching external item into 'glib/build'
  svn: Network socket initialization failed

The same happens with manual command: 'cd glib; svn update'.

So, when trying http, it always fails:

  $ svn co http://svn.gnome.org/svn/glib/trunk glib
  svn: Network socket initialization failed
  $ svn ls http://svn.gnome.org/svn/glib/
  svn: Network socket initialization failed

When downgrading to 1.4.6dfsg1-3, it works fine:

  $ svn ls http://svn.gnome.org/svn/glib
  branches/
  tags/
  trunk/
  $ svn co http://svn.gnome.org/svn/glib/trunk glib
  ...
  (successful checkouts)
  ...
  Fetching external item into 'glib/build'
  ...
  (successful checkouts)

and jhbuild updates become smooth again.

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

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

Versions of packages subversion depends on:
ii  libapr1 1.2.12-2 The Apache Portable Runtime Librar
ii  libc6   2.7-10   GNU C Library: Shared libraries
ii  libsvn1 1.4.6dfsg1-4 Shared libraries used by Subversio

subversion recommends no packages.

-- no debconf information


signature.asc
Description: Digital signature


Bug#480458: RM: libversion-perl -- ROM; included in perl-modules (5.10)

2008-05-10 Thread Damyan Ivanov
Package: ftp.debian.org
Severity: normal

Hi,

Since Perl 5.10, libversion-perl's version.pm is provided by
perl-modules, making separate libversion-perl package unnecessary.


Best regards,
dam



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



Bug#480256: Bug in libversion-perl fixed in revision 19804

2008-05-10 Thread pkg-perl-maintainers
tag 480256 + pending
thanks

Some bugs are closed in revision 19804
by Damyan Ivanov (dmn)

Commit message:

remove version from (Build-)Depends on perl  5.9.0. Fixes upgrade from
Etch. Closes: #480256



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



Bug#479076: Request binNMU for libdbd-sqlite3-perl?

2008-05-10 Thread Damyan Ivanov
-=| Matt Kraai, Fri, May 09, 2008 at 11:13:35PM -0700 |=-
 On Sat, May 10, 2008 at 08:51:16AM +0300, Damyan Ivanov wrote:
  -=| gregor herrmann, Sat, May 10, 2008 at 01:59:33AM +0200 |=-
   On Fri, 09 May 2008 07:52:29 -0700, Matt Kraai wrote:
   
The bug in libsqlite3-0 that prevented libdbd-sqlite3-perl from
building has been fixed.  libdbd-sqlite3-perl depends on
perlapi-5.8.8.  Would it be OK to request binNMUs so that it depends
on perlapi-5.10.0 instead?
   
   That's the correct solution, and thanks for following up on this bug.
  
  Isn't Build-Depending on = $fixed_sqlite_version also needed?
 
 Wouldn't this impede backporting the package?

yes. But I guess backport users also need a fixed libsqlite3 anyway...

 Also, I think only
 earlier versions of 3.5.8 were broken, so this would be overly
 restrictive.

I can't see another way to ensure that the buildd will have a fixed
sqlite on it when building the package.

Suggestions welcome.

-- 
damJabberID: [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#477022: italc: FTBFS: configure: error: *** you do not have installed the OpenSSL-library and/or development-files are missing!

2008-05-10 Thread Patrick Winnertz
Hey,

 I don't think doing the NMU is mandatory, please proceed if you want.
Okay I'll do today.

Greetings




-- 
 .''`.   Patrick Winnertz [EMAIL PROTECTED]
:  :' :  GNU/Linux Debian Developer
`. `'`   http://www.der-winnie.de http://people.skolelinux.org/~winnie
  `-  Debian - when you have better things to do than fixing systems
  Spamtrap: [EMAIL PROTECTED]


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


Bug#473639: Kaddressbook fails to export motorolla phone

2008-05-10 Thread Boris shtrasman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,...

I noticed that kaddressbook fails exporting to motorolla (again since
the use of gnokii).
perheps adding function to work with other tool could help ?
(kmobiletools)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iQIVAwUBSCVatGAoNcnM5CocAQKfbBAAi6DsADjxEPAGBPLv8Y8RuF0aWmRdWPmF
Z1rHOE8t0NSpo0GGrpsqoRcSnXHfSQdS+C2sNpceaLKJHOZW8cTwcmbokbcS1RLf
jiqiEnyDihy2HX6qH8jiHH8T0pNOLo5fSXkDbVooHWZRtbU0BM0Wehfi70rFQiMb
YEnATALDtefL/xpkGHbEOifS1MrMwHbhaCag8uOMsuiKJiiud6rhPMN5Doy6gcJq
dIE+mvu1frWPBm89NtSA07RilTVT6RwOEWMg4NbV3rxtnXB3tzhLs8Fx2pJ5m/2t
mKAzreDnTpd3TRQzq5C4Y4gAJPX8FBreE1kfmPi4RRhBWcl679cXFBxh4bMWoKS5
kejTj+zEwO9U7MHidGeSw+UFKzPn71iPq96Z2H4cnjNVllOapBBYYZfvwCCSGct4
Pj+1wQAUPhpO+feb3/D1A5uWbzZk7Th3I9zcnBv3xD0q9NDocfNj6iMmh5P+JNk4
+MtSmKed7TDN6wRUJdbtbLYYzK5Ceceyas58MLZSY0HCwj091/XvtHQUlS9ecLkg
HSSfK1Q0fnALey7y7UJxkg+zct/TuSDm+S6JXTZIs86hey+JxCibLiAj9kuI3XJt
QbW+AJ+B4M9JjVmNhoUHSOedKL1FDDYi9vdfwSKkq0CF7SViWPyyfpJi6p1vH9oc
/GFlgsCljY0=
=VQEs
-END PGP SIGNATURE-




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



Bug#480459: nm.debian.org: New proposed questions for the ID check

2008-05-10 Thread Steffen Joeris
Package: nm.debian.org
Severity: wishlist

Hi

I started to ask my NMs the following basic questions. They are not hard
and just give them something to think about. My AM asked me these
questions as well and I found them appropriate for the ID check. Please
comment :)

ID1: After you have created a gpg private key, what are your steps to secure 
the key and what are you doing, if your key has  been compromised?

ID2: In case you are a DD, which additional steps do you have to undertake, 
when your key has been compromised? (e.g. who do you contact and why?)

ID3: Can you tell me when you have to use a revocation certificate and please 
briefly describe how you would use it (naming the commands' syntax is 
sufficient).

ID4: When you want to sign somebody's key, what do you need to check first?

ID5: For which purposes do you need your DD key and what are you exactly 
signing with it?

Cheers
Steffen



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



Bug#480171: linux-image-2.6.25-1-486: Pb dualboot XP/debian with the new b44 and ssb drivers

2008-05-10 Thread giggzounet
maximilian attems a écrit :
 On Thu, 08 May 2008, giggz wrote:
 
 Package: linux-image-2.6.25-1-486
 Version: 2.6.25-1
 Severity: normal

 Hi,

 I have debian sid and XP on my laptop. I have just tested 2.6.25. All
 work good for me except a strange behaviour with b44 and ssb.

 When I boot on a old 2.6.24 kernel, I have internet through the b44
 interface. I reboot under windows, I have internet.
 Now When I boot on the new 2.6.25 kernel, I still have internet under
 debian. But when I reboot under windows I can't have internet
 anymore...

 I have seen that there are lots of change with the ssb driver and the
 capability to shut down the interface. Is there a link ?

 How to fix this behaviour ? (no no...I can't remove XP...I still need
 it for ntfs writing...)

 Best regards,
 Guillaume
 
 please repot upstream in bugzilla.k.o and let us know the bug number,
 best way to get the attention of the b44 maintainer.
 
 
Hi,

you can closed this bug. I have updated the XP driver for the bcm4401
network adapter and it works fine now...

Sorry for that.
Regards,
Guillaume



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



Bug#480460: nm.debian.org: Additional question for PP

2008-05-10 Thread Steffen Joeris
Package: nm.debian.org
Severity: wishlist

Hi

Because I was gone for a few months (due to hardware issues), I found
that I had to catch up on a few debian things, before I did my first
upload again. Thus, I propose to add the following question somewhere in
PP:

PPX: Imagine you are gone for a few months and then resume your debian
work. How do you ensure that you are still up to date with the
necessary knowledge for working on debian (e.g. packaging policies, new
features, ...)?


Cheers
Steffen



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



Bug#473541: Make gnome-spell use Enchant instead of aspell

2008-05-10 Thread Harri Pitkänen
The problem with Finnish/Voikko is that once an instance of EnchantDict has 
been created from Voikko provider, it must be disposed before new one can be 
created. Since the inline spell checking in Evolution uses one instance and 
the spell checking dialog tries to create another without disposing the 
first, it will fail. To fix this, either libvoikko or Enchant Voikko provider 
must be improved to allow more than one simultaneous EnchantDict instance to 
be created.

So there is nothing wrong with this patch to gnome-spell, the issue is 
elsewhere. I do not see any regressions compared to the original gnome-spell 
(languages supported by Aspell seem to work as before). Working inline spell 
checking for Finnish is a nice improvement, even if the separate dialog could 
not (yet) be used with Finnish.

Harri



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



Bug#480461: please support udebs in dget

2008-05-10 Thread Holger Levsen
package: devscripts
severity: wishlist
version: 2.10.27
tags: +dget

Hi,

on a sid system:

$ dget debian-edu-install-udeb
W: Unable to locate package debian-edu-install-udeb
dget: debian-edu-install-udeb has no installation candidate

While the udeb is available in sid. please support udebs in dget.


regards,
Holger


pgpCYBCZ6ju1J.pgp
Description: PGP signature


Bug#428020: Geany's Dialog boxes show up on wrong workspace

2008-05-10 Thread Enrico Tröger
On Thu, 8 May 2008 08:57:20 -0300, Damián Viano [EMAIL PROTECTED] wrote:

Hi,

 I attach a patch that fix most of this problems, except
   for the fonts dialog launched from the font buttons in the
   preference dialog, which I don't know how can be fixed without
   rewriting the handler for the click in that buttons.
  One solution would be to use a normal GtkButton and create the font
  dialog manually with a own click handler (i.e. re-use the code for
  the font dialog in dialogs.c).
  
 I'm still not too sure if adding the
   gdk_x11_window_move_to_current_desktop() call manually is the best
   way to handle it, but since I was trying if it worked I have the
   patch around :-)
  
  So you can reproduce it?
 
   Yes, I can. With fluxbox from sid (1.0.0+deb1-6), and is an
 already reported bug, and fixed in upstream git repository.

I see, tried and sucessfully reproduced with fluxbox, too.


  Attached is a modified version of your patch which adds
  ui_window_present() as a wrapper for gtk_window_present(). And it
  calls gdk_x11_window_move_to_current_desktop() only when compiled
  on systems with X to not break Windows/MacOSX support.
 
   This approach was cleaner indeed, anyway is not necessary
 now. However the changes of gtk_widget_show for gtk_window_present
 might be worth to include to let the WM now that this dialogs should
 get attention, maybe? I think it makes sense.

Committed thanks, at least the Open File dialog had the
gtk_window_present () call long time ago but then somehow it got
replaced by gtk_widget_show () ;-).


   My only question is: was Brandon using fluxbox also or is
 this same bug is present in other window managers? Brandon, could you
 comment?

Yeah, feedback would be great. Maybe Brandon used an older version of
Gnome/Metacity as it also had this bug in the past.

Regards,
Enrico

-- 
Get my GPG key from http://www.uvena.de/pub.asc


pgpPRdiB4FTNb.pgp
Description: PGP signature


Bug#480462: Package not installable due to perl transition

2008-05-10 Thread Marc 'HE' Brockschmidt
Package: libdbd-oracle-perl
Version: 1.21-1
Severity: serious

Heya,

Please do another upload for i386 and amd64 of this package. The current
version in the archive links against perl5.8 and is thus not installable
anymore. As this package is not autobuilt, I can't schedule automatic
binNMUs to do the job, sorry.

Thanks,
Marc



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



Bug#480463: anacron prints spurious debug message

2008-05-10 Thread Martin Schwenke
Package: anacron
Version: 2.3-13.1
Severity: minor

I assume that when anacron is run from the command line and there are no
problems encountered then it should produce no output. However, if
there's a @monthly entry in the anacrontab, then anacron prints a
message like:

  Checking against 0 with 30

This looks a lot like a debug message and should probably be removed.

The offending line of code is introduced by
anacron_2.3-13.1.diff.gz into anacron-2.3/lock.c:consider_job()
and looks like:

  printf (Checking against %d with %d\n, day_delta, period);

I'm running with this option:

 -d Don't fork to the background. In this mode, Anacron will output
informational messages to standard error, as well as to syslog.
The output of jobs is mailed as usual.

(among others), which only mentions output to stderr, not stdout.

However, in this case the message is confusing because the user has no
real idea of its context, so it probably should not be made to go
to stderr but should probably be removed altogether.

I thought I had reported this previously, but can't find it anywhere.
:-(

peace  happiness,
martin

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

Kernel: Linux 2.6.22-2-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages anacron depends on:
ii  debianutils   2.28.4 Miscellaneous utilities specific t
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  lsb-base  3.1-24 Linux Standard Base 3.1 init scrip

Versions of packages anacron recommends:
ii  cron  3.0pl1-104 management of regular background p
ii  postfix [mail-transport-agent 2.5.1-1High-performance mail transport ag
ii  sysklogd [system-log-daemon]  1.5-2  System Logging Daemon



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



Bug#480433: libc6.1: mkdtemp on ia64 can return xa non null pointer not pointing at the template

2008-05-10 Thread Bastian Blank
On Fri, May 09, 2008 at 05:46:21PM -0600, Alan Bain wrote:
 Affects IA64 only
 
 Code like...
 static char buf[20];
 strcpy(buf, /tmp/some_XX);
 char * tmpname=mkdtemp(buf);

Please provide a minimal, compiling and known to fail testcase. The following
testcase works as expected:

| merulo% cat test.c
| #define _GNU_SOURCE 1
| 
| #include stdlib.h
| #include stdio.h
| #include string.h
| 
| int main()
| {
|   static char buf[20];
|   strcpy(buf, /tmp/some_XX);
|   char * tmpname=mkdtemp(buf);
|   printf(%s (%p)\n, buf, buf);
|   printf(%s (%p)\n, tmpname, tmpname);
| }
| merulo% uname -a
| Linux merulo 2.6.18-dsa-mckinley #1 SMP Mon Feb 11 09:57:09 MST 2008 ia64 
GNU/Linux
| merulo% dpkg -s libc6.1-dev | grep Version
| Version: 2.7-10
| merulo% gcc -o test test.c
| merulo% ./test 
| /tmp/some_mCgeUd (0x6fc0)
| /tmp/some_mCgeUd (0x6fc0)
| merulo% rmdir /tmp/some_mCgeUd 

Bastian

-- 
I have never understood the female capacity to avoid a direct answer to
any question.
-- Spock, This Side of Paradise, stardate 3417.3



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



Bug#480309: [Pkg-freevo-maint] Bug#480309: Crash at startup

2008-05-10 Thread A Mennucc
On Fri, May 09, 2008 at 03:02:11PM +0200, Julien Danjou wrote:
 I don't know why but here it just crashes:

here instead it works...

 error opening file /home/freevo/cache/vfs/home/freevo/cache/skin-111

please try moving away the whole of /home/freevo/cache
with these steps
$ su - freevo
$ mv /home/freevo/cache  /home/freevo/cache~damaged
$ mkdir /home/freevo/cache

then try running freevo again

a.



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



Bug#480464: libsocket6-perl: New upstream version available

2008-05-10 Thread Yves AGOSTINI
Package: libsocket6-perl
Version: 0.19-1+b1
Severity: important


0.20 is now available which fix AF_INET6 and PF_INET6 exports with perl
5.10 available in unstable. Could you please update this package?
If you don't have time to upgrade, I can do it with the help of Debian
Perl Group.

Cheers


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

Kernel: Linux 2.6.18-5-xen-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libsocket6-perl depends on:
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  perl  5.10.0-10  Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.10.0]5.10.0-10  The Pathologically Eclectic Rubbis

libsocket6-perl recommends no packages.

-- no debconf information



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



Bug#480465: RFA: ktechlab

2008-05-10 Thread Steffen Joeris
Package: wnpp
Severity: normal

Hi

I am giving up the ktechlab package

  Description: circuit simulator for microcontrollers and electronics
  KTechlab is a circuit simulator with a nice, clickable and discoverable
  interface. It supports many discrete components, logic circuits as
  well
  as PIC programming in its own Basic dialect and some form of
  assembler.
   .
  Homepage: http://ktechlab.org/
  Tag: devel::machinecode, field::electronics, implemented-in::c++,
  interface::x11, role::program, scope::utility, suite::kde,
  uitoolkit::gtk, uitoolkit::qt, x11::application


If you want to take over ktechlab, please also consider to adopt the
gpsim* packages. I believe that it is a good idea to maintain them all
together. I will give the gpsim* packages up for adoption as well.
If you are in need of a sponsor, please feel free to email me.

Cheers
Steffen



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



Bug#453646: Announce of the upcoming NMU for the x-ttcidfont-conf package

2008-05-10 Thread Christian Perrier
Dear maintainer of x-ttcidfont-conf and Debian translators,

Some days ago, I sent a notice to the maintainer of the x-ttcidfont-conf Debian
package, mentioning the status of at least one old po-debconf translation 
update in the BTS.

I announced the intent to build and possibly upload a non-maintainer upload
for this package in order to fix this long-time pending localization
bug as well as all other pending translations.

The package maintainer agreed for the NMU or did not respond in two
weeks, so I will proceed with the NMU.

The full planned schedule is available at the end of this mail.

The package is currently translated to: 
cs da de es fi fr gl it ja nl pl pt pt_BR ru sv vi zh_CN

Among these, the following translations are incomplete: da ja nl pt_BR sv zh_CN

If you did any of the, currently incomplete, translations you will get
ANOTHER mail with the translation to update.

Other translators also have the opportunity to create new translations
for this package. Once completed, please send them as a bug report
against the x-ttcidfont-conf package so I can incorporate them in the build.

The deadline for receiving updates and new translations is Monday, May 19, 
2008. If you
are not in time you can always send your translation to the BTS.

The POT file is attached to this mail.

If the maintainer objects to this process I will immediately abort my NMU
and send him/her all updates I receive.

Otherwise the following will happen (or already has):

 Tuesday, April 29, 2008   : send the first intent to NMU notice to
 the package maintainer.
 Saturday, May 10, 2008   : send this notice
 Monday, May 19, 2008   : deadline for receiving translation updates
 Wednesday, May 21, 2008   : build the package and upload it to 
DELAYED/2-day
 send the NMU patch to the BTS
 Friday, May 23, 2008   : NMU uploaded to incoming

Thanks for your efforts and time.

-- 


-- 


# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR [EMAIL PROTECTED], YEAR.
#
#, fuzzy
msgid 
msgstr 
Project-Id-Version: PACKAGE VERSION\n
Report-Msgid-Bugs-To: Source: [EMAIL PROTECTED]
POT-Creation-Date: 2007-11-06 09:58+0100\n
PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n
Last-Translator: FULL NAME [EMAIL PROTECTED]\n
Language-Team: LANGUAGE [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=CHARSET\n
Content-Transfer-Encoding: 8bit\n

#. Type: select
#. Description
#: ../templates:2001
msgid Backend to use for TrueType handling on X:
msgstr 

#. Type: select
#. Description
#: ../templates:2001
msgid Two backends can handle TrueType fonts: FreeType and X-TT.
msgstr 

#. Type: select
#. Description
#: ../templates:2001
msgid 
The standard FreeType has simple features, while X-TT offers a TrueType 
fonts decoration mechanism that can create bold and oblique faces from a 
single font.
msgstr 

#. Type: select
#. Description
#: ../templates:2001
msgid If in doubt, you should choose FreeType.
msgstr 

#. Type: boolean
#. Description
#: ../templates:3001
msgid Prefer speed over quality while rendering?
msgstr 

#. Type: boolean
#. Description
#: ../templates:3001
msgid There are two ways for X-TT to calculate the font metrics:
msgstr 

#. Type: boolean
#. Description
#: ../templates:3001
msgid 
 - user header info:  fast and lightweight but fallible;\n
 - calculate every glyph: slow and heavyweight but reliable.
msgstr 

#. Type: boolean
#. Description
#: ../templates:3001
msgid 
With a fast CPU and enough memory, you should decline this option and X-TT 
will calculate every glyph.
msgstr 


signature.asc
Description: Digital signature


Bug#480466: RFA: gpsim-doc

2008-05-10 Thread Steffen Joeris
Package: wnpp
Severity: normal

Hi

I am giving up the gpsim-doc package. Please take it over together with
the other gpsim packages.


  Description: Documentation for gpsim
  This package contains documentation for gpsim in postscript and pdf
  format with original LyX sources.
  Tag: hardware::emulation, interface::x11,
  made-of::{data:pdf,data:postscript,data:tex}, role::documentation,
  uitoolkit::gtk, x11::application


Cheers
Steffen



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



Bug#464114: linux-image-2.6.24-1-686: ath5k gets stuck at 1Mbits/s and dhclient can't get an address

2008-05-10 Thread Bjørn Mork
maximilian attems [EMAIL PROTECTED] writes:

 how is 2.6.25 in unstable doing? installs just fine in Testing.

Looks really good!  I've barely tested it so far, but it does look
promising.  Specifically:  The two problems reported in this bug seem to
be gone.  DHCP works.  Auto speed negotiation works.

Thanks for all the good work both to you and to the linux-wireless
developers! 


Bjørn



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



Bug#479437: missing dependency

2008-05-10 Thread Andreas Barth
Hi,

it seems that the new lib now uses internally this symbol, but doesn't
depend on / link against the appropriate lib nor includes the necessary code
internally.

Code change is this:
diff -Nru /tmp/cMO0HKTFHK/heimdal-1.0.1/lib/hx509/crypto.c 
/tmp/tkNdufDNDy/heimdal-1.1/lib/hx509/crypto.c
--- /tmp/cMO0HKTFHK/heimdal-1.0.1/lib/hx509/crypto.c2007-08-09 
07:47:17.0 +
+++ /tmp/tkNdufDNDy/heimdal-1.1/lib/hx509/crypto.c  2008-01-24 
13:13:22.0 +
[...]
+} else if (der_heim_oid_cmp(sig_oid, oid_id_heim_rsa_pkcs1_x509()) == 0) {
+   digest_alg = NULL;
[...]
+static const struct signature_alg heim_rsa_pkcs1_x509 = {
+rsa-pkcs1-x509,
+oid_id_heim_rsa_pkcs1_x509,
+hx509_signature_rsa_pkcs1_x509,
+oid_id_pkcs1_rsaEncryption,
[...]



Cheers,
Andi
-- 
  http://home.arcor.de/andreas-barth/



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



Bug#480467: RFA: gpsim-lcd

2008-05-10 Thread Steffen Joeris
Package: wnpp
Severity: normal

Hi

Please consider taking over the gpsim-lcd package together with the
other gpsim* packages. If you are in need of a sponsor, feel free to
email me.

  Description: LCD module for gpsim
  Gpsim-lcd is an LCD module for gpsim, it consists of a shared library
  that is dynamically loaded. Examples how to use the module are
  included.
  Tag: hardware::emulation, interface::x11, role::plugin,
  uitoolkit::gtk, x11::application



Cheers
Steffen



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



Bug#479564: libio-socket-inet6-perl: help proposal

2008-05-10 Thread Yves AGOSTINI
Package: libio-socket-inet6-perl
Version: 2.51-1
Followup-For: Bug #479564


as for libsocket6-perl I can do the update with the help of Debian Perl
Group if you don't have enough time.

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

Kernel: Linux 2.6.18-5-xen-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libio-socket-inet6-perl depends on:
ii  libsocket6-perl   0.19-1+b1  Perl extensions for IPv6
ii  perl  5.10.0-10  Larry Wall's Practical Extraction 

libio-socket-inet6-perl recommends no packages.

-- no debconf information



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



Bug#480469: X crashes on first login after reboot

2008-05-10 Thread Patrick Schoenfeld
Package: gnome-session
Version: 2.22.0-2
Severity: important

Hi,

since a few weeks I have the problem that X crashes when logging in on
gdm for the first time. After gdm restarted its then possible to login
and start my gnome-session. I thought this might be related to gdm, but
while troubleshooting I tried to start XFCE instead of GNOME directly
after the reboot and that worked fine. From ~/.xsession-errors I cannot
see anything that looks relevant to the error to me, but I'm unsure:

/etc/gdm/Xsession: Beginning session setup...
SESSION_MANAGER=local/maggie:/tmp/.ICE-unix/3362
xrdb:  *Label.background on line 220 overrides entry on line 150
xrdb:  *Text.background on line 226 overrides entry on line 191
xrdb:  *Label.foreground on line 232 overrides entry on line 151
xrdb:  *Text.foreground on line 238 overrides entry on line 192
Fenstermanager-Warnung:Gespeicherte Sitzungsdatei 
/home/schoenfeld/.metacity/sessions/default0.ms konnte nicht gelesen werden: 
Datei »/home/schoenfeld/.metacity/sessions/default0.ms« konnte nicht geöffnet 
werden: Datei oder Verzeichnis nicht gefunden
Initializing gnome-mount extension
Initializing nautilus-open-terminal extension

** (gnome-session:3362): WARNING **: Host name lookup failure on localhost.
** Message: info  Sie sind nun mit dem drahtlosen Netzwerk 'BOUMER2' 
verbunden.

unable to connect to the rxvt-unicode daemon: Connection refused
urxvt: perl extension 'mark-urls' not found in perl library search path
urxvt: perl extension 'mark-urls' not found in perl library search path
urxvt: perl extension 'mark-urls' not found in perl library search path
urxvt: perl extension 'mark-urls' not found in perl library search path
urxvt: perl extension 'mark-urls' not found in perl library search path

A bit strange is the host name lookup failure on localhost, because /etc/hosts
contains valid entries for localhost.

[EMAIL PROTECTED] ~ % grep localhost /etc/hosts
127.0.0.1   localhost
::1 ip6-localhost ip6-loopback

But as /etc/hosts hasn't been changed (for example by
network-manager-gnome) I guess that is not related.

Any ideas?
Best Regards,

Patrick

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

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-session depends on:
ii  gconf2 2.22.0-1  GNOME configuration database syste
ii  gnome-control-center   1:2.22.1-1utilities to configure the GNOME d
ii  gnome-power-manager2.22.1-1  frontend for gnome-powermanager
ii  gnome-settings-daemon  2.22.1-2  GNOME settings daemon
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.22.0-1  Bonobo CORBA interfaces library
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libdbus-1-31.2.1-2   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.74-4simple interprocess messaging syst
ii  libgconf2-42.22.0-1  GNOME configuration database syste
ii  libglib2.0-0   2.16.3-2  The GLib library of C routines
ii  libgnome-keyring0  2.22.1-1  GNOME keyring services library
ii  libgnome2-02.20.1.1-1The GNOME 2 library - runtime file
ii  libgnomeui-0   2.20.1.1-1The GNOME 2 libraries (User Interf
ii  libgtk2.0-02.12.9-3  The GTK+ graphical user interface 
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  liborbit2  1:2.14.12-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.20.2-2  Layout and rendering of internatio
ii  libsm6 2:1.0.3-1+b1  X11 Session Management library
ii  libwrap0   7.6.q-15  Wietse Venema's TCP wrappers libra
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxau61:1.0.3-2 X11 authorisation library

Versions of packages gnome-session recommends:
ii  dbus  1.2.1-2simple interprocess messaging syst
ii  gnome-panel   2.20.3-3   launcher and docking facility for 
ii  metacity  1:2.22.0-1 A lightweight GTK2 based Window Ma
ii  nautilus  2.20.0-3   file manager and graphical shell f

-- no debconf information



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



Bug#480468: RFA: gpsim-led

2008-05-10 Thread Steffen Joeris
Package: wnpp
Severity: normal

Hi

Please feel free to take over the gpsim-led package together
with the other gpsim* packages.
If you are in need of a sponsor, feel free to email me.

Description: LED module for gpsim
 Gpsim-led is a 7-segment led module for gpsim, it consists of a shared library
 that is dynamically loaded. Examples how to use the module are included.
Tag: hardware::emulation, uitoolkit::gtk


Cheers
Steffen



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



Bug#480471: RFA: gpsim-logic

2008-05-10 Thread Steffen Joeris
Package: wnpp
Severity: normal

Hi

Please feel free to take over the gpsim-logic package together with
the other gpsim* packages. If you are in need of a sponsor, feel
free to email me.


Description: logic module for gpsim
 Gpsim-logic is a simple module library that contains a 2-input AND gate and a
 2-input OR gate. It consists of a shared library  that is dynamically loaded.
 This library also illustrates how a module can drive a pin on the pic.
 Examples how to use the module are included.
Tag: hardware::emulation, interface::x11, role::plugin, uitoolkit::gtk, 
x11::application

Cheers
Steffen



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



Bug#480470: RFA: gpsim-lcd-graphic

2008-05-10 Thread Steffen Joeris
Package: wnpp
Severity: normal

Hi

Please feel free to take over the gpsim-lcd-graphic package together
with the other gpsim* packages. If you are in need of a sponsor, feel
free to email me.

Description: LCD module for gpsim
Gpsim-lcd-graphic is an graphical LCD module for gpsim. It consists of
a shared library that is dynamically loaded. Examples how to use the
module are included. Additionally this package provides the
gpsim-pngtopic program, which can convert a png formatted graphic
into
a format that may be inserted into a Microchip PIC .asm file.
Tag: hardware::embedded, hardware::emulation, role::shared-lib,
uitoolkit::gtk


Cheers
Steffen



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



Bug#452816: reopoen

2008-05-10 Thread Gerfried Fuchs
reopen 452816
thanks

Hi!

 The changelog says:
  * Non-maintainer upload. (Closes: #452816)

 As this bugreport wasn't about a pending NMU it's pretty bad worded.
Additionally, the addition of the duck.cow file was b0red and thus the
upload can't consider this bug to be fixed.

 I additionally question the addition of the recommends for filters.
Recommends will get in automatically and is to be used for things that
are in all but exceptional cases installed on the systems. I can't see
any reason why this should be expected from cowsay, I don't see any
additional functionality that cowsay wouldn't have if filters isn't
installed.

 I plan to fix these problems with another NMU. Patch for it will be
provided within the next few days.

 So long,
Rhonda



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



Bug#404287: cows for cowsay

2008-05-10 Thread Gerfried Fuchs
On Sat, Dec 23, 2006 at 12:47:31PM +0530, Krishna Kumar wrote:
 I've made two cows for cowsay. And would like to share it with the
 community.

 I have a question about them, especially calvin.cow: It was pretty easy
to fix it so it actually works, but I wonder, I somehow doubt that it's
originally yours. Where did you receive it from, do you have the
permission of the original artist to submit it, and could you provide
some authorship informations for the file(s), besides the part where you
added the cowsay specific additions?

 Thanks in advance,
Rhonda



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



Bug#480431: octaviz: Segfault on AMD64

2008-05-10 Thread Thomas Weber
On 09/05/08 18:34 -0500, Jordi Gutiérrez Hermoso wrote:
 Package: octaviz
 Version: 0.4.7-1
 Severity: important
 
 With the attached script and data, Octaviz segfaults on AMD64.

As I discussed with Jordi earlier: this is arch-specific, it doesn't
happen on i386.

Thomas



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



Bug#479437: heimdal 1.1-2 and oid_id_heim_rsa_pkcs1_x509 not existent (from lib/hx509/crypto.c)

2008-05-10 Thread Andreas Barth
Hi,

in the Debian bug report #479437 ( http://bugs.debian.org/479437 )
problems are reported because oid_id_heim_rsa_pkcs1_x509 doesn't exist.

Unfortunatly, we need to at least find a hot fix soon because this
bug blocks the acceptance of the next perl version.

My understanding up so far of reading the code and looking around is
that this issues is caused by the new support of the signature algorithm
heim_rsa_pkcs1_x509, and thus the new algorithm there and in the
if-causes can be reverted as a hot fix for now. Is this understanding
correct?

(Of course, if you have a better fix, I'm interessted in that and would
prefer that.)

Please keep the Cc in the loop. Thanks!


The buildd logs are on
http://buildd.debian.org/fetch.cgi?pkg=heimdalver=1.1-2arch=amd64stamp=1206662086file=log
(and others, as we have many different architectures).


Cheers,
Andi
-- 
  http://home.arcor.de/andreas-barth/



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



Bug#479652: linux-image-2.6.24-1-686: xorg problem with 2.6.24/25

2008-05-10 Thread maximilian attems
On Tue, 06 May 2008, Miroslaw Kwasniak wrote:
 
 I have Athlon XP on Gigabyte GA-7ZX MB and Matrox MGA450.
 
 I have no problems running linux-image-2.6.22-3-k7
 
 With newest 2.6.2{4,5}-1-686 can't start xserver in proper
 frequency range.
 
 I've tested with:
 - fresh xorg.conf - CRT monitor switches off
 - my old xorg.conf - 48 Hz vertical (where 2.6.22 gives 75 Hz)
 
 diff of Xorg.0.logs 2.6.22 v 2.6.24 gives only (with my conf):
 
   313c313
(II) MGA(0): I2C Monitor info: 0x8214a78
   ---
(II) MGA(0): I2C Monitor info: 0x8214a70
   690,691c690,691
(II) MGA(0): [drm] added 8192 byte SAREA at 0xfac4a000
(II) MGA(0): [drm] mapped SAREA 0xfac4a000 to 0xb7cc4000
   ---
(II) MGA(0): [drm] added 8192 byte SAREA at 0xf8bef000
(II) MGA(0): [drm] mapped SAREA 0xf8bef000 to 0xb7bee000

what mga and xorg version are you running?

did the xorg upgrade lately help?

-- 
maks



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



Bug#478749: linux-image-2.6-686: hwclock fails to /dev/rtc timeout on 2.6.24

2008-05-10 Thread maximilian attems
On Wed, 30 Apr 2008, Jos Ewert wrote:

 Package: linux-image-2.6-686
 Version: 2.6.24+13
 Severity: normal
 

please check against 2.6.25 in unstable,
installs just fine in testing.



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



Bug#479076: Request binNMU for libdbd-sqlite3-perl?

2008-05-10 Thread Luk Claes
Damyan Ivanov wrote:
 -=| Matt Kraai, Fri, May 09, 2008 at 11:13:35PM -0700 |=-
 On Sat, May 10, 2008 at 08:51:16AM +0300, Damyan Ivanov wrote:
 -=| gregor herrmann, Sat, May 10, 2008 at 01:59:33AM +0200 |=-
 On Fri, 09 May 2008 07:52:29 -0700, Matt Kraai wrote:

 The bug in libsqlite3-0 that prevented libdbd-sqlite3-perl from
 building has been fixed.  libdbd-sqlite3-perl depends on
 perlapi-5.8.8.  Would it be OK to request binNMUs so that it depends
 on perlapi-5.10.0 instead?
 That's the correct solution, and thanks for following up on this bug.
 Isn't Build-Depending on = $fixed_sqlite_version also needed?
 Wouldn't this impede backporting the package?
 
 yes. But I guess backport users also need a fixed libsqlite3 anyway...
 
 Also, I think only
 earlier versions of 3.5.8 were broken, so this would be overly
 restrictive.
 
 I can't see another way to ensure that the buildd will have a fixed
 sqlite on it when building the package.

That's only a matter of scheduling dep-waits... I'll look into it...

Cheers

Luk



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



Bug#480034: linux-image-2.6.25-1-amd64: No sound after suspend-to-ram an wake-up (snd_hda_intel)

2008-05-10 Thread maximilian attems
On Sat, 10 May 2008, Jack Malmostoso wrote:

 Sorry if the message is very long.
 I couldn't find any similar reports in bugzilla.kernel.org, if you have
 no more ideas I'll report it there too.
 Thanks!

yes please file upstream as the regression persists with 2.6.26-rc1.
let us know the upstream bug number so that it can be marked forwarded.
- bugzilla.kernel.org

(don't forget to attach lspci and dmesg output for upstream devs ;)

thank you

-- 
maks




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



Bug#479709: Same here

2008-05-10 Thread maximilian attems
On Wed, 07 May 2008, Michael Meskes wrote:

 I'm experiencing the same problem on my HP nx7400 laptop but do not get
 the lost interrupts. The system simply freezes after only a very short
 uptime, sometimes even during the boot process. No output given.
 
 I tried both, the amd64 and the 686 flavour and both fail. 

can you please file the bug upstream in bugzilla.kernel.org and
let us know the bug number. thanks

-- 
maks



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



Bug#480295: [alpha] missing asm/page.h

2008-05-10 Thread Bastian Blank
On Fri, May 09, 2008 at 06:01:09PM +0200, Aurelien Jarno wrote:
 Bastian Blank a écrit :
  On Fri, May 09, 2008 at 05:33:40PM +0200, Aurelien Jarno wrote:
  Matthias Klose a écrit :
  In file included from ../../bfd/trad-core.c:45:
  /usr/include/sys/user.h:27:22: error: asm/page.h: No such file or 
  directory
  make[5]: *** [trad-core.lo] Error 1
  /usr/include/asm is provided by linux-libc-dev, not by libc6.1-dev.
  /usr/include/asm/page.h is _not_ provided by linux-libc-dev, but
 This is actually something relatively new, introduced by linux 2.6.25.

Yes. The removal was announced long ago because it only provided the not
really static PAGE_SIZE since a long time. Most of the architectures
already followed that.

Bastian

-- 
It is undignified for a woman to play servant to a man who is not hers.
-- Spock, Amok Time, stardate 3372.7



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



Bug#480393: jffnms: does not draw the standard interface octet traffic graphs

2008-05-10 Thread Craig Small
On Fri, May 09, 2008 at 07:20:42PM +0200, Laszlo Kurta wrote:
 Restore the original /usr/share/jffnms/engine/graphs/traffic.inc.php from
 the original JFFNMS distribution.
That only works for the older versions of rrdtool, not the one that is
usually shipped with the latest version of JFFNMS.

 - Craig
-- 
Craig Small  GnuPG:1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
http://www.enc.com.au/ csmall at : enc.com.au
http://www.debian.org/  Debian GNU/Linux, software should be Free 



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



Bug#462424: linux-image-2.6.23-1-686: Kernel oops in ext3_clear_inode

2008-05-10 Thread maximilian attems
On Fri, 09 May 2008, Brendan Cully wrote:

 On Friday, 09 May 2008 at 17:19, maximilian attems wrote:
  how is 2.6.25 from sid doing?
  installs just fine in testing?
 
 I've just installed 2.6.25-1-686. I'll let you know how it holds up.

good thanks :)


-- 
maks



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



Bug#480461: please support udebs in dget

2008-05-10 Thread Adam D. Barratt
Hi,

On Sat, 2008-05-10 at 10:40 +0200, Holger Levsen wrote:
[...]
 on a sid system:
 
 $ dget debian-edu-install-udeb
 W: Unable to locate package debian-edu-install-udeb
 dget: debian-edu-install-udeb has no installation candidate
 
 While the udeb is available in sid. please support udebs in dget.

That's because the udebs appear in a different packages file from deb
packages. All you need to do is ensure that you have the udeb packages
file available to apt. (i.e. dget doesn't support or not support udebs -
it uses whatever information is available to apt)

$ egrep install /etc/apt/sources.list
deb ftp://192.168.0.12/mirrors/ftp.debian.org/ unstable main/debian-installer

$ dget -q debian-edu-install-udeb
dget: retrieving 
ftp://192.168.0.12/mirrors/ftp.debian.org//pool/main/d/debian-edu-install/debian-edu-install-udeb_0.668_all.udeb
2008-05-10 10:39:43 URL: 
ftp://192.168.0.12/mirrors/ftp.debian.org//pool/main/d/debian-edu-install/debian-edu-install-udeb_0.668_all.udeb
 [2816] - debian-edu-install-udeb_0.668_all.udeb [1]

$ ls -l debian-edu* 
-rw-r--r-- 1 adam adam 2816 2008-05-10 10:39 
debian-edu-install-udeb_0.668_all.udeb

Regards,

Adam



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



Bug#472758: texi2dvi -l Texinfo does not work

2008-05-10 Thread Martin Ziegler

texi2dvi -l Texinfo does not work either.
Contrary to man page and help-text

Regards

(Martin Ziegler)



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



Bug#480472: Strange title when selecting kernels (Configuring locales)

2008-05-10 Thread Martin Michlmayr
Package: base-installer
Version: 1.91
Severity: minor

I just tried an installation of unstable on Orion and got a message
asking me to select a kernel.  I believe I got this message because
while linux-image-2.6.25-1-orion5x is available,
linux-image-2.6-orion5x is not.

Anyway, the strange thing was the title of the message: Configuring
locales.  I couldn't find where this came from, but it would be nice
if someone could fix this.  Thanks.


  ┌──┤ [!] Configuring locales 
├───┐
  │ 
   │
  │ The list shows the available kernels. Please choose one of them in order to 
make the system bootable from the hard │
  │ drive.  
   │
  │ 
   │
  │ Kernel to install:  
   │
  │ 
   │
  │linux-image-2.6.25-1-orion5x 
   │
  │none 
   │
  │ 
   │
  │ Go Back   
   │


Logs:

May 10 08:34:42 base-installer: info: kernel linux-image-ixp4xx not usable on 
orion5x
May 10 08:34:42 base-installer: info: kernel linux-image-iop32x not usable on 
orion5x
May 10 08:34:42 base-installer: info: kernel linux-image-footbridge not usable 
on orion5x
May 10 08:34:42 base-installer: info: kernel linux-image-2.6.25-1-orion5x 
usable on orion5x
May 10 08:34:42 base-installer: info: kernel linux-image-2.6.25-1-ixp4xx not 
usable on orion5x
May 10 08:34:42 base-installer: info: kernel linux-image-2.6.25-1-iop32x not 
usable on orion5x
May 10 08:34:42 base-installer: info: kernel linux-image-2.6.25-1-footbridge 
not usable on orion5x
May 10 08:34:42 base-installer: info: kernel linux-image-2.6-ixp4xx not usable 
on orion5x
May 10 08:34:42 base-installer: info: kernel linux-image-2.6-iop32x not usable 
on orion5x
May 10 08:34:42 base-installer: info: kernel linux-image-2.6-footbridge not 
usable on orion5x
May 10 08:34:42 base-installer: info: Found kernels 
'linux-image-2.6.25-1-orion5x'
May 10 08:34:42 base-installer: info: arch_kernel candidates: 
linux-image-2.6-orion5x
May 10 08:34:42 base-installer: info: arch_kernel: linux-image-2.6-orion5x 
(absent)

A screenshot is attached.
-- 
Martin Michlmayr
http://www.cyrius.com/
attachment: di.png

Bug#480474: [console-common] [INTL:tr] Updated Turkish translation of the debconf templates

2008-05-10 Thread Mert Dirik
Package: console-common
Version: 0.7.69
Severity: wishlist
Tags: l10n patch

Please find attached the Turkish translation of Debconf templates of
console-common.

Thanks,
Mert
# Turkish translation of console-common.
# This file is distributed under the same license as the console-common package.
# Recai Oktas [EMAIL PROTECTED]  2004, 2006.
#
msgid 
msgstr 
Project-Id-Version: console-common\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-07-15 23:03+0200\n
PO-Revision-Date: 2008-05-10 12:40+0200\n
Last-Translator: Mert Dirik [EMAIL PROTECTED]\n
Language-Team: Turkish [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=utf-8\n
Content-Transfer-Encoding: 8bit\n
Plural-Forms: nplurals=1; plural=0;\n

#. Type: select
#. Choices
#: ../templates.in:2001
msgid Select keymap from arch list
msgstr Klavye düzenini mimari (arch) listesinden seç

#. Type: select
#. Choices
#: ../templates.in:2001
msgid Don't touch keymap
msgstr Klavye ayarına dokunma

#. Type: select
#. Choices
#: ../templates.in:2001
msgid Keep kernel keymap
msgstr Çekirdekle gelen klavye düzenini koru

#. Type: select
#. Choices
#: ../templates.in:2001
msgid Select keymap from full list
msgstr Klavye düzenini tam listeden seç

#. Type: select
#. Description
#: ../templates.in:2002
msgid Policy for handling keymaps:
msgstr Klavye düzenlerinin idaresinde uyulacak yöntem:

#. Type: select
#. Description
#: ../templates.in:2002
msgid The keymap records the layout of symbols on the keyboard.
msgstr Klavye düzeni, klavyedeki simgelerin düzenini kaydeder.

#. Type: select
#. Description
#: ../templates.in:2002
msgid 
 - 'Select keymap from arch list': select one of the predefined keymaps\n
   specific for your architecture (recommended for non-USB keyboards);\n
 - 'Don't touch keymap': don't overwrite the keymap in /etc/console,\n
   which is maintained manually with install-keymap(8);\n
 - 'Keep kernel keymap': prevent any keymap from being loaded next time\n
   the system boots;\n
 - 'Select keymap from full list': list all the predefined keymaps.\n
   Recommended when using cross-architecture (often USB) keyboards.
msgstr 
 - 'Klavye düzenini mimari (arch) listesinden seç': Kullandığınız mimariye özel\n
   önceden tanımlı klavye düzenlerinden birini seç (USB olmayan klavye\n
   kullanıcılarına önerilir);\n
 - 'Klavye ayarına dokunma': Bakımı install-keymap(8) tarafından elle sağlanan,\n
   /etc/console'daki klavye ayarını değiştirme ;\n
 - 'Çekirdekle gelen klavye düzenini koru': Sistemin sonraki açılışında \n
   herhangi bir klavye düzeninin yüklenmesini önle;\n
 - 'Klavye düzenini tam listeden seç': Önceden tanımlı tüm klavye düzenlerini\n
   listele. Çapraz mimari (çoğu kez USB) klavyeleri kullanırken önerilir.

#. Type: note
#. Description
#: ../templates.in:3001
msgid Ignored boot-time keymap in an old location
msgstr Eski bir dizinde bulunan açılış zamanında yüklenmek niyetiyle hazırlanmış bir klavye düzeni göz ardı edildi.

#. Type: note
#. Description
#: ../templates.in:3001
msgid The keymap configuration tool has been set up not to touch an existing keymap.
msgstr Klavye düzeni yapılandırma aracı, var olan klavye düzenini değiştirmemeye ayarlandı.

#. Type: note
#. Description
#: ../templates.in:3001
msgid However, there are some 'default.kmap(.gz)' file(s) either in /etc/kbd/ or in /etc/console-tools/. These were recognized as boot-time keymaps by older versions of the console utilities, but are now ignored.
msgstr Bununla birlikte, /etc/kbd veya /etc/console-tools dizininde default.kmap(.gz) adında dosya(lar) var. Bunlar konsol araçlarının eski sürümleri tarafından açılış zamanı klavye düzenleri olarak tanınır, fakat şimdi göz ardı edilecek.

#. Type: note
#. Description
#: ../templates.in:3001
msgid If you wish one of these to take effect on next reboot, you will have to move it to /etc/console/boottime.kmap.gz manually.
msgstr Bunlardan birinin bir sonraki açılışta etkin olmasını istiyorsanız, bu dosyayı elle /etc/console/boottime.kmap.gz olarak kopyalayın.

#. Type: select
#. Description
#: ../templates.in:4001
msgid Keyboard layout family:
msgstr Klavye düzeni ailesi:

#. Type: select
#. Description
#: ../templates.in:4001
msgid Please specify the generic family name for the keyboard layout. Usually, the layout family name is taken from the first keys on the left of the top letters row of the keymap.
msgstr Lütfen seçtiğiniz klavye düzeninin ait olduğu genel ailenin ismini belirtin. Aile, çoğunlukla klavyenin en üst harf sırasının solundaki tuşlarla isimlendirilir.

#. Type: select
#. Description
#: ../templates.in:5001
msgid Keyboard layout:
msgstr Klavye düzeni:

#. Type: select
#. Description
#: ../templates.in:5001
msgid In order to refine the keymap choice, please select the physical layout of the keyboard.
msgstr Klavye seçimini yenilemek için lütfen klavyenizdeki 

Bug#480475: ifplugd: [INTL:it] Italian debconf templates translation

2008-05-10 Thread Luca Monducci
Package: ifplugd
Severity: wishlist
Tags: patch l10n

Please update the italian debconf templates translation (attached).

Thanks,
Luca

it.po
Description: Binary data


Bug#480473: openocd coredumps on AMD64

2008-05-10 Thread Peter (p2) De Schrijver
Package: openocd
Version: 0.0+r423-1+b1
Severity: important

Openocd coredumps on AMD64 at startup. Latest svn version fixes this.


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

Kernel: Linux 2.6.24.2 (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 openocd depends on:
ii  libc62.7-6   GNU C Library: Shared libraries
ii  libftdi1 0.11-1  Library to control and program the
ii  libusb-0.1-4 2:0.1.12-11 userspace USB programming library

openocd recommends no packages.

-- no debconf information



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



Bug#480229: libsdl1.2-dev: sdl-config --libs uses RPATH

2008-05-10 Thread Aurelien Jarno
Sylvain Beucler a écrit :
 Package: libsdl1.2-dev
 Version: 1.2.13-2
 Severity: normal
 
 Hi,
 
 I'm building a package (non-official) that relies on SDL. The build
 system uses the standard SDL m4 macros, and in particular it uses the
 output of:
 $ sdl-config --libs
 -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread
 

Wow, that's strange. Are you sure you are running sdl-config from the
debian package? The rpath part is not present on my system.

-- 
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian developer   | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net



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



Bug#463729: linux-image-2.6.24-1-686: ath5k connection drops

2008-05-10 Thread maximilian attems
On Fri, 09 May 2008, Stephen Gran wrote:

 This one time, at band camp, maximilian attems said:
  how is 2.6.25 in sid doing?
 
 Slightly better, but it still drops the connection 3 times during 
 apt-get source linux-2.6
 
 It's also quicker to reassociate - it's only about 3-5 seconds now,
 where my memeory is that it was more like 5-10 seconds before.

so not soo bad.

it be good to give 2.6.26-rcX a run,
i'll get you an 686 image next days..
 
-- 
maks



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



Bug#480309: [Pkg-freevo-maint] Bug#480309: Crash at startup

2008-05-10 Thread Julien Danjou
At 1210409506 time_t, A Mennucc wrote:
  error opening file /home/freevo/cache/vfs/home/freevo/cache/skin-111
 
 please try moving away the whole of /home/freevo/cache
 with these steps
 $ su - freevo

Well that does not work since freevo user have no shell.
I added -s /bin/bash

 $ mv /home/freevo/cache  /home/freevo/cache~damaged
 $ mkdir /home/freevo/cache
 
 then try running freevo again

Nothing more.

backtrace says:
error opening file /home/freevo/cache/vfs/home/freevo/cache/skin-111

and:
[EMAIL PROTECTED]:~/cache/vfs/home/freevo/cache$ ls
[EMAIL PROTECTED]:~/cache/vfs/home/freevo/cache$

Nothing.

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature


Bug#479437: heimdal 1.1-2 and oid_id_heim_rsa_pkcs1_x509 not existent (from lib/hx509/crypto.c)

2008-05-10 Thread Andreas Barth
* Andreas Barth ([EMAIL PROTECTED]) [080510 11:40]:
 in the Debian bug report #479437 ( http://bugs.debian.org/479437 )
 problems are reported because oid_id_heim_rsa_pkcs1_x509 doesn't exist.

One should finish the analysis before sending mails upstream :/


Actually, the issue is that the person reporting the bug had the old
version of libasn installed and the current of libhx509. So we just need
to adjust the dependency.

Sorry for the noise.


Cheers,
Andi
-- 
  http://home.arcor.de/andreas-barth/



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



Bug#480285: More information

2008-05-10 Thread Eeltje de Vries
I am not familiar with backtracing! However with 'gdb' I produced the 
following output, may be it gives you some information:

Program received signal SIGSEGV, Segmentation fault.
0xb7da6adc in malloc () from /lib/i686/cmov/libc.so.6
(gdb) bt
#0  0xb7da6adc in malloc () from /lib/i686/cmov/libc.so.6
#1  0xb7eba65a in ?? () from /usr/lib/libGL.so.1
#2  0x002c in ?? ()
#3  0xb77bc002 in _nv000821gl () from /usr/lib/libGLcore.so.1
#4  0x0007 in ?? ()
#5  0xb7ebc360 in ?? () from /usr/lib/libGL.so.1
#6  0x029a in ?? ()
#7  0x1216 in ?? ()
#8  0x0001 in ?? ()
#9  0xb7ee1730 in ?? () from /usr/lib/libGL.so.1
#10 0xb7efee10 in _nv000510gl () from /usr/lib/libGL.so.1
#11 0x0002 in ?? ()
#12 0x0007 in ?? ()
#13 0x in ?? ()
(gdb)

As you can see I have libGL.so.1, which seems to be causing the problem, 
however I do not know how to get rid of it, so the problems are still there 
for me. I installed a new NVidia driver using the NVidia installer, maybe  
that caused my problems...
-- 
Eeltje de Vries




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



Bug#480461: please support udebs in dget

2008-05-10 Thread Holger Levsen
Hi Adam,

On Saturday 10 May 2008 11:42, Adam D. Barratt wrote:
 That's because the udebs appear in a different packages file from deb
 packages. All you need to do is ensure that you have the udeb packages
 file available to apt. (i.e. dget doesn't support or not support udebs -
 it uses whatever information is available to apt)

 $ egrep install /etc/apt/sources.list
 deb ftp://192.168.0.12/mirrors/ftp.debian.org/ unstable
 main/debian-installer

Ah, thanks.

Leaving this bug open so you can decide whether you just want to close it or 
add a hint in the documentation ;-)


regards,
Holger


pgpxmjyYvqXUa.pgp
Description: PGP signature


Bug#480476: ITP: v-sim -- Visualize atomic structures

2008-05-10 Thread Sylvestre Ledru
Package: wnpp
Severity: wishlist
Owner: Sylvestre Ledru [EMAIL PROTECTED]


* Package name: v-sim
  Version : 3.3.2
  Upstream Author : Damien Caliste [EMAIL PROTECTED] and others
* URL : http://inac.cea.fr/L_Sim/V_Sim/index.en.html
* License : CeCILL (GPL compatible)
  Programming Lang: C
  Description : Visualize atomic structures


V_Sim visualizes atomic structures such as crystals, grain 
boundaries, molecules, and so on It can work with files either in binary
format or in plain text format. 
The rendering is done in pseudo-3D with colored spheres to represent the
atoms. The user can interact through many functions to choose the view,
the size of the atoms, their color, the background color, the type of
fog, and more. Moreover, V_Sim allows you to export the view as images
in GIF, PS, and other formats.




signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#480433: libc6.1: mkdtemp on ia64 can return xa non null pointer not pointing at the template

2008-05-10 Thread Bastian Blank
reassign 480433 f2c 20061008-1
thanks

On Sat, May 10, 2008 at 10:46:31AM +0200, Bastian Blank wrote:
 Please provide a minimal, compiling and known to fail testcase. The following
 testcase works as expected:

You uploaded a fixed f2c which shows that you ignored compiler warnings
about undefined functions. Reassigning.

Bastian

-- 
One does not thank logic.
-- Sarek, Journey to Babel, stardate 3842.4



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



Bug#479457: krb5-kdc - init script disabled if /etc/krb5kdc/stash does not exist

2008-05-10 Thread Bastian Blank
On Sun, May 04, 2008 at 11:08:13PM -0700, Russ Allbery wrote:
 Bastian Blank [EMAIL PROTECTED] writes:
  The krb5-kdc init script disables itself if /etc/krb5kdc/stash does not
  exist. This file is not mandated to be available in any way.
 Good point, and I even know people who run KDCs without a stash file.  I
 suppose I could switch to checking whether the database exists instead to
 try to not start the KDC if nothing has been set up yet.

You can't check if the database exist at least not without reading the
complete config. You need to trust the admin to set it up correctly.

Bastian

-- 
You're dead, Jim.
-- McCoy, Amok Time, stardate 3372.7



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



Bug#475918: any news?

2008-05-10 Thread Michael Prokop
Hi Pawel,

any news regarding the star 1.5 package?
Do you need any further help? Are there any showstoppers?

regards,
-mika-


signature.asc
Description: Digital signature


Bug#480444: clive: Google Video: No such file or directory: '...../http-equiv='

2008-05-10 Thread Toni Gundogdu
Opened: bug #11668 (https://gna.org/bugs/?11668)

Looks like some fail as reported. Others like:
  http://video.google.com/videoplay?docid=-6063478215160948442
  http://video.google.com/videoplay?docid=-1943351180544198777

Appear to work as expected.



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



Bug#479018: linux-image-2.6.24-1-xen-686: update-grub doesn't recognize vmlinuz-2.6.24-1-xen-686 or vmlinuz-2.6.25-1-xen-686

2008-05-10 Thread maximilian attems
On Fri, 02 May 2008, Jozef Kutej wrote:

 Package: linux-image-2.6.24-1-xen-686
 Version: 2.6.24-6
 Severity: important
 
 
 Run update-grub sets up only:
 
 Found Xen hypervisor 3.2-1-i386,  kernel: //vmlinuz-2.6.18-6-xen-686
 Found kernel: //vmlinuz-2.6.24-1-686
 Found kernel: //vmlinuz-2.6.22-3-686
 
 But skips the other two vmlinuz-2.6.24-1-xen-686 and vmlinuz-2.6.25-1-xen-686.
 
 When I manualy tried to add vmlinuz-2.6.24-1-xen-686 to the 
 /boot/grub/menu.lst and tried
 to boot the kernel. I got this error message:
 
 Error 13: Invalid or unsupported executable format.

can you please try out the upcoming 2.6.25-2 package,
should be available next days.





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



Bug#475708: testdisk: FTBFS: error: expected ) before * token

2008-05-10 Thread Laurent Bigonville
tags 475708 + patch
thanks

Hi,

As requested by my NM process here a patch to fix this FTBFS.

I will ask my AM to make a NMU in a week or so. Please tell me if you
have any objections.

Regards

Laurent Bigonville
diff -u testdisk-6.9/debian/rules testdisk-6.9/debian/rules
--- testdisk-6.9/debian/rules
+++ testdisk-6.9/debian/rules
@@ -27,7 +27,7 @@
 config.status: configure
 	dh_testdir
 	# Add here commands to configure the package.
-	CFLAGS=$(CFLAGS) ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-sudo --with-sudo-bin=/usr/bin/sudo
+	CFLAGS=$(CFLAGS) ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-sudo --with-sudo-bin=/usr/bin/sudo --with-ncurses-includes=/usr/include/ncursesw
 
 
 build: build-stamp
diff -u testdisk-6.9/debian/changelog testdisk-6.9/debian/changelog
--- testdisk-6.9/debian/changelog
+++ testdisk-6.9/debian/changelog
@@ -1,3 +1,10 @@
+testdisk (6.9-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Pass --with-ncurses-includes to fix FTBFS (Closes: #475708)
+
+ -- Laurent Bigonville [EMAIL PROTECTED]  Sat, 10 May 2008 12:29:04 +0200
+
 testdisk (6.9-1) unstable; urgency=low
 
   * New upstream release


pgpdqSDDahhFg.pgp
Description: PGP signature


Bug#480034: linux-image-2.6.25-1-amd64: No sound after suspend-to-ram an wake-up (snd_hda_intel)

2008-05-10 Thread Arnaud Cornet
Please confirm, (and say in upstream bug) that unloading/reloading the
snd_hda_intel driver makes the sound work again after a suspend-resume
cycle.

(using rmmod snd_hda_intel and modprobe snd_hda_intel)

You need to kill all applications using your soundboard to be able to
rmmod snd_hda_intel.

Thanks,
-- 
Arnaud Cornet





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



Bug#480477: masqmail(8), section FILES, wrong info on /etc/aliases

2008-05-10 Thread Alexis Huxley
Package: masqmail
Version: 0.2.21-4
Severity: minor

masqmail(8) says, in the FILES section:

/etc/aliases is the alias file, if not set differently in 
/etc/masqmail/masqmail.conf.

This is wrong. It should say:

/dev/null is the alias file, if not set differently in 
/etc/masqmail/masqmail.conf.

or the line should be removed ... and users will read the information in 
masqmail.conf(5), 
which is correct, when it says:

alias_file = file
  Set this to the location of your alias file. If unset, no 
aliasing will be done.

Alexis



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

Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=ISO-8859-1) (ignored: 
LC_ALL set to en_GB)
Shell: /bin/sh linked to /bin/bash

Versions of packages masqmail depends on:
ii  debconf [debconf-2.0] 1.5.21 Debian configuration management sy
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  libglib2.0-0  2.16.1-2   The GLib library of C routines
ii  libident  0.22-3 simple RFC1413 client library - ru
ii  liblockfile1  1.07-1 NFS-safe locking library, includes
ii  netbase   4.32   Basic TCP/IP networking system
ii  update-inetd  4.30   inetd configuration file updater

masqmail recommends no packages.

-- debconf information:
  masqmail/ipup_fetch: false
  masqmail/mda: /usr/bin/procmail -Y -d ${rcpt_local}
  masqmail/online_file: /var/run/masqmail-route
  masqmail/mbox_default: mbox
  masqmail/init_smtp_daemon: true
  masqmail/ipup_runqueue: true
  masqmail/online_detect: file
  masqmail/local_hosts: localhost;lasagne;lasagne.pasta.net
  masqmail/queue_daemon_ival: -q10m
  masqmail/host_name: lasagne.pasta.net
  masqmail/alias_local_caseless: false
  masqmail/manage_config_with_debconf: true
  masqmail/use_syslog: false
  masqmail/listen_addresses: localhost:25
  masqmail/init_fetch_daemon: false
  masqmail/move_existing_nondebconf_config: true
  masqmail/ifup_ifaces: all
  masqmail/online_pipe:
  masqmail/init_queue_daemon: true
  masqmail/fetch_daemon_ival: -go5m
  masqmail/local_nets:



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



Bug#471313: git-status: no way to status just in a dir

2008-05-10 Thread Eddy Petrișor

Gerrit Pape wrote:

On Wed, Mar 26, 2008 at 12:06:02PM +, Gerrit Pape wrote:

On Wed, Mar 26, 2008 at 11:26:39AM +0200, Eddy Petri??or wrote:

Gerrit Pape wrote:

On Mon, Mar 17, 2008 at 12:13:12PM +0200, Eddy Petri??or wrote:
There are very frequent scenarios when is desirable to limit the 
status command just to a directory or a set of files in the repo.


I would have expected that git status . to show me only the status 
for the files under the current directory under any circumstances, 
not the whole repo with filenames relative to the current directory. 
What is the purpose of such behaviour?

Hi Eddy, IIRC there has been some discussion about this in the git
mailing list recently, within the last months.  I currently am not sure
about the outcome.
I tried seaching for this, but I couldn't find it. Any help is 
appreciated (even a forwarding of the BR).

Does this help?:
 http://thread.gmane.org/gmane.comp.version-control.git/72527


Hi Eddy, there's been another thread about the 'git status' behavior,
see
 http://thread.gmane.org/gmane.comp.version-control.git/79366

Does that clear it up?, I'd like to close this report.


Yes, it clear it up, but still, as Sverre Rabbelier points out, unknown items are NOT visible in the 
git diff command, whereas in the git status command, they are. So from my PoV, this request is still 
untackled, since untracked objects are not visible at all in the proposed alternative.




1 [EMAIL PROTECTED] ~/tmp/andreea $ git diff --name-status   HEAD
M   andeea.doc
0 [EMAIL PROTECTED] ~/tmp/andreea $ git status
# On branch master
# Changed but not updated:
#   (use git add file... to update what will be committed)
#
#   modified:   andeea.doc
#
# Untracked files:
#   (use git add file... to include in what will be committed)
#
#   aaa/
#   teaser_aragorn_1280.jpg
no changes added to commit (use git add and/or git commit -a)
1 [EMAIL PROTECTED] ~/tmp/andreea $ cd aaa/
/home/eddy/tmp/andreea/aaa
0 [EMAIL PROTECTED] ~/tmp/andreea/aaa $ git status .
error: pathspec '' did not match any file(s) known to git.
1 [EMAIL PROTECTED] ~/tmp/andreea/aaa $ git diff --name-status   HEAD .
0 [EMAIL PROTECTED] ~/tmp/andreea/aaa $ git add file
0 [EMAIL PROTECTED] ~/tmp/andreea/aaa $ git diff --name-status   HEAD .
A   aaa/file
0 [EMAIL PROTECTED] ~/tmp/andreea/aaa $ git status .
# On branch master
# Changes to be committed:
#   (use git reset HEAD file... to unstage)
#
#   new file:   file
#
# Changed but not updated:
#   (use git add file... to update what will be committed)
#
#   modified:   ../andeea.doc
#
# Untracked files:
#   (use git add file... to include in what will be committed)
#
#   ../teaser_aragorn_1280.jpg
0 [EMAIL PROTECTED] ~/tmp/andreea/aaa $ cd ..
0 [EMAIL PROTECTED] ~/tmp/andreea $ git status .
# On branch master
# Changes to be committed:
#   (use git reset HEAD file... to unstage)
#
#   new file:   aaa/file
#   modified:   andeea.doc
#
# Untracked files:
#   (use git add file... to include in what will be committed)
#
#   teaser_aragorn_1280.jpg
0 [EMAIL PROTECTED] ~/tmp/andreea $ git diff --name-status   HEAD
A   aaa/file
M   andeea.doc


--
Regards,
EddyP
=
Imagination is more important than knowledge A.Einstein



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



Bug#480478: trust chain is broken; please get this in lenny

2008-05-10 Thread Robert Millan
Package: debian-backports-keyring
Version: 2007.06.10
Severity: wishlist

[ Not sure if the BTS groks backports.org.  Maybe it gets confused and asks
  someone for help, but I suppose this is the best way to find out, anyway
  (Martin, sorry for the nuissance if you read this). ]

Well, to the point.  The fact that the package providing a key to validate
packages from bpo is itself a bpo package, kinda defeats the point.  It's
only useful to shut up APT warnings AFAICS.

Please, consider uploading this to sid, so that it is included in lenny and
a complete trust chain from lenny to bpo can be used.

Thanks!

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-amd64
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)



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



<    1   2   3   4   >