Bug#428212: ITP: linky -- an Iceweasel extension to handle web and image links

2007-06-10 Thread Christian Perrier
Quoting Joao Eriberto Mota Filho ([EMAIL PROTECTED]):
 Package: wnpp
 Severity: wishlist
 Owner: Joao Eriberto Mota Filho [EMAIL PROTECTED]
 
 * Package name: linky
   Version : 2.7.1
   Upstream Author : Henrik Gemal [EMAIL PROTECTED]
 * URL : http://gemal.dk/mozilla/linky.html
 * License : MPL-1.1
   Description : an Iceweasel extension to handle web and image links

Please remove the leading article:

Description: Iceweasel extension to handle web and image links


 
 Linky increases your power to handle links in Iceweasel (Mozilla Firefox).
 It will let you open or download  all or selected links, image links and even
 web addresses found in the text  in separate or different tabs or windows.
 You will just need to right click any link or web address, select the Linky
 menu item and choose the desired action. You can even specify what option you
 want to see available in the Linky menu through its preferences.

 Linky increases links handling in Iceweasel (Mozilla Firefox). It
 allows opening or downloading all or selected links, image links and
 even web addresses in separate or different tabs or windows. This is
 achieved by right clicking any link or web address, selecting the
 Linky menu item and choosing the desired action. The Linky menu is
 entirely customizable.

  Homepage: http://gemal.dk/mozilla/linky.html



signature.asc
Description: Digital signature


Bug#422385: NMU uploaded

2007-06-10 Thread Andreas Barth
Hi,

I uploaded an NMU of your package.

Please see this as help to get the package into a releaseable condition again.

Please find the used diff below.


Cheers,
Andi

diff -Nur gtkam-0.1.12~/debian/changelog gtkam-0.1.12/debian/changelog
--- gtkam-0.1.12~/debian/changelog  2007-06-10 05:48:09.0 +
+++ gtkam-0.1.12/debian/changelog   2007-06-10 05:50:24.0 +
@@ -1,3 +1,10 @@
+gtkam (0.1.12-2.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with patch from Masami Ichikawa. Closes: #422385
+
+ -- Andreas Barth [EMAIL PROTECTED]  Sun, 10 Jun 2007 05:48:57 +
+
 gtkam (0.1.12-2.2) unstable; urgency=high
 
   * Non-maintainer upload.
diff -Nur gtkam-0.1.12~/src/gtkam-chooser.c gtkam-0.1.12/src/gtkam-chooser.c
--- gtkam-0.1.12~/src/gtkam-chooser.c   2004-03-07 02:58:53.0 +
+++ gtkam-0.1.12/src/gtkam-chooser.c2007-06-10 05:51:36.0 +
@@ -428,7 +428,7 @@
 on_detect_clicked (GtkButton *button, GtkamChooser *chooser)
 {
GtkWidget *d, *status;
-   CameraList list;
+   CameraList *list;
int result;
const char *name;
 
diff -Nur gtkam-0.1.12~/src/gtkam-delete.c gtkam-0.1.12/src/gtkam-delete.c
--- gtkam-0.1.12~/src/gtkam-delete.c2004-04-13 00:16:17.0 +
+++ gtkam-0.1.12/src/gtkam-delete.c 2007-06-10 05:51:47.0 +
@@ -170,7 +170,7 @@
 {
GtkWidget *d, *s;
int result, r1, r2;
-   CameraList l1, l2;
+   CameraList *l1, *l2;
const char *name;
GtkamDeleteAllDeletedData add;
GtkamDeleteFileDeletedData fdd;
diff -Nur gtkam-0.1.12~/src/gtkam-list.c gtkam-0.1.12/src/gtkam-list.c
--- gtkam-0.1.12~/src/gtkam-list.c  2004-02-15 10:21:29.0 +
+++ gtkam-0.1.12/src/gtkam-list.c   2007-06-10 05:51:55.0 +
@@ -984,7 +984,7 @@
   const gchar *folder)
 {
GtkWidget *dialog, *s;
-   CameraList flist;
+   CameraList *flist;
int result;
const char *name;
gint i;
-- 
  http://home.arcor.de/andreas-barth/


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



Bug#428185: ITP: evolution-python -- python bindings for libebook and libecal

2007-06-10 Thread Christian Perrier
   Description : python bindings for libebook and libecal

Isn't 'Python' supposed to be spelled with an initial capital?


Evolution-python allows access to the evolution-data-server via
python. Supported are access to the address book, calendar,
and todo list.

 Evolution-python allows accessing to the Evolution data such as
 address book, calendar and todo list from Python programs.


My suggestion, indeedI'm not entirely sure, hence CC'ing dle.






signature.asc
Description: Digital signature


Bug#391201: NMU uploaded

2007-06-10 Thread Andreas Barth
Hi,

I uploaded an NMU of your package.

Please see this as help to get the package into a releaseable condition again.
Please use these changes as part of your next maintainer upload.

Please find the used diff below.


Cheers,
Andi

diff -Nur hlatex-1.0.1~/debian/changelog hlatex-1.0.1/debian/changelog
--- hlatex-1.0.1~/debian/changelog  2007-06-10 05:56:13.0 +
+++ hlatex-1.0.1/debian/changelog   2007-06-10 06:01:47.0 +
@@ -1,3 +1,10 @@
+hlatex (1.0.1-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Once again allow to purge without mktexlsr. Closes: #391201
+
+ -- Andreas Barth [EMAIL PROTECTED]  Sun, 10 Jun 2007 06:01:00 +
+
 hlatex (1.0.1-3) unstable; urgency=low
 
   * Standard-Version: 3.7.2.
diff -Nur hlatex-1.0.1~/debian/hlatex.postrm hlatex-1.0.1/debian/hlatex.postrm
--- hlatex-1.0.1~/debian/hlatex.postrm  2007-06-10 05:56:13.0 +
+++ hlatex-1.0.1/debian/hlatex.postrm   2007-06-10 06:00:44.0 +
@@ -4,7 +4,9 @@
 
 case $1 in
 remove | purge) 
-   mktexlsr
+   if mktexlsr --help /dev/null 21; then
+   mktexlsr
+   fi
 ;;
 upgrade | failed-upgrade | abort-upgrade | abort-install)
;;
-- 
  http://home.arcor.de/andreas-barth/


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



Bug#385881: reopening

2007-06-10 Thread Andreas Barth
reopen 385881
thanks

Hi,

as the bug is not yet fixed (and the status closed is just from an
workaround), reopening the bug.

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


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



Bug#428217: Can't browse Gmail properly. Icewesel can.

2007-06-10 Thread Mike Hommey
block 428217 by 426569
thanks

On Sat, Jun 09, 2007 at 09:20:56PM -0300, Guilherme de S. Pastore [EMAIL 
PROTECTED] wrote:
 severity 428217 important
 quit
 
 Il giorno Sun, 10 Jun 2007 01:52:55 +0200
 Arkaitz Mugica Islas [EMAIL PROTECTED] ha scritto:
 
  Package: epiphany-browser
  Version: 2.18.1-3
  
  When I try to browse Gmail using Epiphany browser I can't see the page
  correctly rendered, like I do with Iceweasel. You can find attached
  two image files where you can see the problem.
 
 I can confirm this. Matter of fact, with Epiphany I can see nothing
 when logged in to Gmail.

See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=426569;msg=45

Mike


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



Bug#416624: doc update please

2007-06-10 Thread Joshua N Pritikin
Please don't close this bug until the documentation is updated.


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



Bug#428195: krb5: [debconf_rewrite] Debconf templates review

2007-06-10 Thread Christian Perrier
 Why were all the double quotes changed to apostrophes?  That feels like an
 American vs. British English change, and I think double quotes are more
 widely used.  (This won't matter for translations, of course.)

This has been discussed on dle and we finally settled that the use of
single quote is what's the closest to the official English
typography's quotes. Those are unfortunately non ASCII characters,
which would be a problem.

Noone during the discussion raised that double/single quotes is an
American|British choice, indeed.

I'm pretty ignorant on that issue and finally followed the advice of
other reviewers. Most of them are from UK but the general policy for
dle review is to follow American English conventions.


 One other general English issue:  I'm not sure if we should use Kerberos4
 and Kerberos5 to refer to the versions of the protocol instead of Kerberos
 v4 and Kerberos v5, or Kerberos V4 and Kerberos V5.  The primary MIT
 Kerberos documentation uses Kerberos V4 and Kerberos V5.  Google returns
 58,000 hits for Kerberos V4 and 42,000 hits for Kerberos4, and many of
 the latter are filenames.  (89,000 hits for Kerberos 4 with the space.)
 This *will* matter for translations.

Well, we can still change this. Let's settle for 'Kerberos V4'?

In such cases, however, a lower cap 'v' seems nicer to me: 'Kerberos v4'

I leave the call to you, Russ and krb5 maintainers.


 Maybe rephrase the last paragraph as:
 
 Alternatively, the mode can be set to full, allowing Kerberos4
 clients to get initial tickets even when preauthentication would
 normally be required; to disable, returning protocol version errors
 to all Kerberos4 clients; or to none, which tells the KDC to not
 respond to Kerberos4 requests at all.

OK.

 Change use to enable here, I think.  Use has a slightly different
 meaning that doesn't seem as appropriate.

OK.

 As mentioned earlier, the wording will change as soon as I get around to
 having the postrm script use debconf to prompt rather than relying on an
 answer given during installation.

Yep. Sounds fair. I suggest we handle this when you'll be ready, even
if that requires a further call for translations updates.


 I'll probably restore the two spaces after periods.  I find it much more
 readable, and this is a question of style.
 
 As a matter of procedure, I would recommend against changing things like
 that as part of this sort of review, since it makes the diff considerably
 longer and, as a question of personal preference with no right answer, I
 don't think it's really a good sort of change to be making.


Well, I don't exactly agree here. Using or not using double spaces
after periods is a matter of general style and consistency among
packages, so this is why we include such changes.

For sure, this is some unwritten|not yet written policy enforcment,
but this has some importance for the overall consistency impression of
our users.

However, the maintainer(s) has of course the very final word.

Please confirm your call about this issue. We need to have this settled
*before* the call for translations as changing single spaces to double
spaces *will* fuzzy translations and therefore need manual processing.

I re-attach all debconf templates as they are now. Issues to solve:

-single or double quotes
-Kerberos4|Kerberos v4|Kerberos V4
-double spaces after periods


# These templates have been reviewed by the debian-l10n-english
# team
#
# If modifications/additions/rewording are needed, please ask
# for an advice to [EMAIL PROTECTED]
#
# Even minor modifications require translation updates and such
# changes should be coordinated with translators and reviewers.

Template: krb5-admin-server/newrealm
Type: note
_Description: Setting up a Kerberos Realm
 This package contains the administrative tools required to run the
 Kerberos master server.
 .
 However, installing this package does not automatically set up a
 Kerberos realm. This can be done later by running the 'krb5_newrealm'
 command.
 .
 Please also read the /usr/share/doc/krb5-kdc/README.KDC file
 and the administration guide found in the krb5-doc package.

Template: krb5-admin-server/kadmind
Type: boolean
Default: true
_Description: Run the Kerberos5 administration daemon (kadmind)?
 Kadmind serves requests to add/modify/remove principals in the
 Kerberos database.
 .
 It is required by the kpasswd program, used to change passwords. 
 With standard setups, this daemon should run on the master KDC.
# These templates have been reviewed by the debian-l10n-english
# team
#
# If modifications/additions/rewording are needed, please ask
# for an advice to [EMAIL PROTECTED]
#
# Even minor modifications require translation updates and such
# changes should be coordinated with translators and reviewers.

Template: krb5-kdc/debconf
Type: boolean
Default: true
_Description: Create the Kerberos KDC configuration automatically?
 The Kerberos Domain Controller (KDC) configuration files, in
 /etc/krb5kdc, 

Bug#387115: Patch for vertex FTBFS on gcc 4.2

2007-06-10 Thread brian m. carlson
The attached patch makes vertex build for me.  This patch is minimally
invasive, but the technically superior strategy would be to use glibc's
version of strcasestr.  I am happy to supply a patch to do that if you
would prefer that solution instead.

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 713 440 7475 | http://crustytoothpaste.ath.cx/~bmc | My opinion only
Screw you, AACS LA: 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
OpenPGP: RSA v4 4096b 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187
--- vertex-0.1.15/vertex/string.cpp	2007-06-10 06:37:30.0 +
+++ vertex.old/vertex/string.cpp	2007-06-10 06:38:13.0 +
@@ -30,7 +30,7 @@
 #ifdef __MSW__
 int strcasecmp(const char *s1, const char *s2);
 #endif
-char *strcasestr(const char *haystack, const char *needle) throw();
+char *strcasestr(const char *haystack, const char *needle);
 int strpfx(const char *s, const char *pfx);
 int strcasepfx(const char *s, const char *pfx);
 
@@ -219,7 +219,7 @@
  *	Case insensitive version of strstr(). Returns the pointer to
  *	needle in haystack if found or NULL on no match.
  */
-char *strcasestr(const char *haystack, const char *needle) throw()
+char *strcasestr(const char *haystack, const char *needle)
 {
 	const char *strptr1, *strptr2, *strptr3;
 


signature.asc
Description: Digital signature


Bug#428200: squid : [INTL:pt] Updated Portuguese translation for debconf messages

2007-06-10 Thread Christian Perrier
Quoting Traduz - Portuguese Translation Team ([EMAIL PROTECTED]):
 Package: squid
 Version: 2.6.12-4
 Tags: l10n, patch
 Severity: wishlist
 
 Updated Portuguese translation for squid's debconf messages.
 Translator: Tiago Fernandes tjg.fernandes _at_ gmail.com
 Feel free to use it.
 
 For translation updates please contact 'Last Translator' or the
 Portuguese Translation Team traduz _at_ debianpt.org.


Hmmm, apparently, you didn't use the POT file I sent during the review
process.

Here's your PO file merged with the new POT file.




pt.po
Description: application/gettext


signature.asc
Description: Digital signature


Bug#403997: only important

2007-06-10 Thread Andreas Barth
severity 403997 important
thanks

Hi,

as clearsilver-dev conflicts with libcgi-dev, this bug is only
considered as important.


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


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



Bug#428246: ITP: avant-window-navigator -- A MacOS X like panel for GNOME

2007-06-10 Thread David Spreen
Package: wnpp
Severity: wishlist

* Package name: avant-window-navigator
  Version : 20070608
  Upstream Author : Neil Jagdish Patel [EMAIL PROTECTED]
* URL : http://code.google.com/p/avant-window-navigator/
* License : GPL
  Description : A MacOS X like panel for GNOME

The avant-window-navigator is a MacOS X like panel for the GNOME
Desktop written in C. Besides launchers that can be dragged onto
the bar it features a task bar that behaves similar to the MacOS
X dock. The window navigator uses the composite extension for
transparency and other effects.

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

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



signature.asc
Description: OpenPGP digital signature


Bug#426401: Also problem in Galeon

2007-06-10 Thread Mike Hommey
On Mon, Jun 04, 2007 at 03:24:33PM +0200, Paul van Tilburg [EMAIL PROTECTED] 
wrote:
 Hello,
 
 The same problem holds for Galeon when libxul0d was upgraded from
 1.8.0.11 to 1.8.1.4.  I always route my keyword search through
 YubNub[1], to have my smart bookmarks globally and in a cmdline fashion.

So, the problem, here, is that libxul changed its behaviour for what it
calls URI Fixups. It now requires a specific flag to be set in order to
do the fixup.

In Epiphany, this is dealt in embed/mozilla/mozilla-embed.cpp:352, so
rebuilding epiphany against libxul 1.8.1.x should be enough to re-enable
this feature.

OTOH, there seem to be no support for this in Galeon, nor in Kazehakase.

So, here is what I propose: I'll duplicate this bug to galeon and
kazehakase so that this can be fixed there. For epiphany, a binNMU
should be enough to close this bug. And on libxul side, I'll activate
fixup even when the flag is not set, so that the old behaviour is back.

The latter will be reverted as soon as both galeon and kazehakase are
fixed.

Cheers,

Mike


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



Bug#428247: ruby mapscript

2007-06-10 Thread Dmitry Kurochkin

Package: mapserver
Severity: wishlist

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

I'm using ruby mapscript in my project. At the moment I build it by hand.

Is it possible to provide mapscript-ruby package in Debian?

Regards,
 Dmitry

--- System information. ---
Architecture: i386
Kernel: Linux 2.6.21-1-686

Debian Release: lenny/sid
500 unstable ftp.debian.org
500 testing ftp.debian.org
1 experimental ftp.debian.org

--- Package information. ---
Depends (Version) | Installed
===-+-===
|



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



Bug#428231: hardware-monitor crashes on GNOME boot

2007-06-10 Thread Prakash J Kokkatt

On 6/10/07, Sven Luther [EMAIL PROTECTED] wrote:

On Sun, Jun 10, 2007 at 09:55:40AM +0530, Prakash J Kokkatt wrote:
 Subject: hardware-monitor crashes on GNOME boot
 Package: hardware-monitor
 Version: 1.2.1-3.1
 Severity: important

 Hello,
 Uses Debian Sid apt-pinned.after today's upgrades next boot onwards
 hardware-monitor crashes and bug-buddy saved the error report.manually
 tried enabling hardware-monitor in Gnome-panel that too crashed :(
 bug-buddy log is at the end:

I have been unfairly and unjustly expulsed from debian, and am thus not
able to fix this bug report. I am unsure if anyone else did bother to
take over my packages, i have some doubt about this. I cannot even ask
for someon to take them over, since i am currently censored, and banned
from posting to any debian list.

Sadly,

Sven Luther

so..no maintainer for these packages in Debian :(





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



Bug#413590: [Debian-ia32-libs] Bug#413590: ia32-libs-gtk: characters displayed incorrectly in open file dialogue box

2007-06-10 Thread Goswin von Brederlow
Carlos Fangmeier [EMAIL PROTECTED] writes:

 Hi, I'm having the same problem with my debian64 when I try to run a
 firefox32. The problem can be solved doing a symbolic link
 from /etc/pango32/pango.modules to /etc/pango/pango.modules. But keeping
 this link pruduce a similar error in 64 bit application. Maybe one
 solution could be change:

 return SYSCONFDIR pango;

 for

 return SYSCONFDIR pango32;


 in pango_get_sysconf_subdirectory( void ) at pango-utils.c. 


 Best regards

 Carlos Fangmeier H.

No.

The 32bit and 64bit pango can not share a common config and there
should be proper detection for the right confdir to use. I will have
to dig into pango again to see where it goes wrong, maybe some patch
did get lost or not correctly integrated.

MfG
Goswin


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



Bug#428248: tries to load wrong modules for Celeron

2007-06-10 Thread Joey Hess
Package: cpufrequtils
Version: 002-4
Severity: normal

[EMAIL PROTECTED]:/home/joey/etc/init.d/loadcpufreq start
Loading cpufreq kernel modules... FATAL: Error inserting speedstep_ich 
(/lib/modules/2.6.21-1-686/kernel/arch/i386/kernel/cpu/cpufreq/speedstep-ich.ko):
 No such device
FATAL: Error inserting acpi_cpufreq 
(/lib/modules/2.6.21-1-686/kernel/arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.ko):
 No such device

The only module I can load on this machine is p4-clockmod. Perhaps it's not
worth loading, but could the script be changed to not try to load modules that
won't work?

processor   : 0
vendor_id   : GenuineIntel
cpu family  : 15
model   : 2
model name  : Intel(R) Celeron(R) CPU 2.70GHz
stepping: 9
cpu MHz : 2700.000
cache size  : 128 KB
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 2
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe up cid xtpr
bogomips: 5404.11
clflush size: 64

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

Kernel: Linux 2.6.21-1-686 (SMP w/1 CPU core)
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 cpufrequtils depends on:
ii  debconf [debconf-2.0] 1.5.13 Debian configuration management sy
ii  libc6 2.5-10 GNU C Library: Shared libraries
ii  libcpufreq0   002-4  shared library to deal with the cp
ii  lsb-base  3.1-23.1   Linux Standard Base 3.1 init scrip

cpufrequtils recommends no packages.

-- debconf information:
  cpufrequtils/enable: true

-- 
see shy jo


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



Bug#428249: makes bad choices on desktop

2007-06-10 Thread Joey Hess
Package: cpufreqd
Version: 2.1.1-1
Severity: wishlish

I'd kinda like to include this in the desktop task, but in my tests, it
doesn't behave well on some desktop machines. On my celeron (dodo),
it defaulted to powersave low mode, since it decided the machine had
both no AC adaptor (acpi doesn't show info for one), and no battery,
which I think it took to mean low battery.

I wonder if it might be best to have two config files (desktop, laptop) 
and somehow choose which one to install based on laptop-detect.

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

Kernel: Linux 2.6.21-1-686 (SMP w/1 CPU core)
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 cpufreqd depends on:
ii  cdebconf [debconf-2.0]0.116  Debian Configuration Management Sy
ii  debconf [debconf-2.0] 1.5.13 Debian configuration management sy
ii  libc6 2.5-10 GNU C Library: Shared libraries
ii  libcpufreq0   002-4  shared library to deal with the cp
ii  libsensors3   1:2.10.3-1 library to read temperature/voltag
ii  libsysfs2 2.1.0-2interface library to sysfs
ii  lsb-base  3.1-23.1   Linux Standard Base 3.1 init scrip

Versions of packages cpufreqd recommends:
ii  acpid 1.0.4-7.1  Utilities for using ACPI power man

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#426401: Also problem in Galeon

2007-06-10 Thread Mike Hommey
On Sun, Jun 10, 2007 at 09:12:41AM +0200, Mike Hommey [EMAIL PROTECTED] wrote:
 On Mon, Jun 04, 2007 at 03:24:33PM +0200, Paul van Tilburg [EMAIL 
 PROTECTED] wrote:
  Hello,
  
  The same problem holds for Galeon when libxul0d was upgraded from
  1.8.0.11 to 1.8.1.4.  I always route my keyword search through
  YubNub[1], to have my smart bookmarks globally and in a cmdline fashion.
 
 So, the problem, here, is that libxul changed its behaviour for what it
 calls URI Fixups. It now requires a specific flag to be set in order to
 do the fixup.

Or rather, to do the keyword lookup during the fixup.

Mike


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



Bug#428160: Merge two ITA

2007-06-10 Thread Krzysztof Burghardt

owner 428160 !
merge 363501 428160
thanks

Hello Robert,

You have filled this ITA in a wrong way. In the middle time I' have
prepared package and uploaded it to mentors.d.n for my mentor review.

It's 0.9 available at:
http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=sysadmin-guide
http://mentors.debian.net/debian/pool/main/s/sysadmin-guide/
http://mentors.debian.net/debian/pool/main/s/sysadmin-guide/sysadmin-guide_0.9-1.dsc

--
Krzysztof Burghardt [EMAIL PROTECTED]
http://www.burghardt.pl/


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



Bug#426896: Package pidgin-guifications for i386 as well

2007-06-10 Thread adrien

Hi,
I add a bug report to speed up things. I don't know how many people use 
Guifications, but i386 binaries are surely heavly used :)


By the way I don't understand why Gnash is linked to this package.

Adrien


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



Bug#428250: coreutils: ls -r reverses the sort order and ls -rr doesn't bring the former order back

2007-06-10 Thread Mike Massonnet
Package: coreutils
Version: 5.97-5.3
Severity: wishlist

Hello,

Running the command /bin/ls -r lists the files in a reversed order.  Now if 
you put this as an alias for ls you will have to destroy the alias or run 
/bin/ls if you want to lists the files in the former order (without 
reversing).

Could you make ls work so that -rr reverse again the listing.


Thank you,
Regards,
Mike


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

Kernel: Linux 2.6.18-3-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 coreutils depends on:
ii  libacl1   2.2.42-1   Access control list shared library
ii  libc6 2.5-7  GNU C Library: Shared libraries
ii  libselinux1   2.0.15-2   SELinux shared libraries

coreutils recommends no packages.

-- no debconf information


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



Bug#428251: debuging messages in console, none happened. Bug?

2007-06-10 Thread Arkaitz Mugica Islas
Package: f-spot
Version: 0.2.1-1.1

While calling f-spot from console, when closing I saw the following
messages. No strange behaviour in the application.


progress
progress
progress
progress
progress
progress
progress
progress
progress
progress
progress
progress
progress
progress
progress
progress
progress
progress
progress
progress
progress
progress
progress
progress
progress
progress
progress
progress
progress
progress
progress
progress
progress
progress
progress
progress
progress
progress
progress
progress
progress
progress
progress
progress
progress
progress
progress
progress
Done modifying image
open uri = file:///home/arkaitz/Fotos/2007/06/09/dscf0574
(Modificada).jpg
old =  new =  heading = ASCII
value = 2007:06:09 16:25:31 len = 19
_:bnode382010112 http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag .
_:bnode382010112 http://www.w3.org/1999/02/22-rdf-syntax-ns#li
Amets .
http://fakebase.f-spot.org/internal/
http://purl.org/dc/elements/1.1/subject _:bnode382010112 .
value = f-spot version 0.3.5 len = 20
value = 2007:06:10 09:15:07 len = 19
value = f-spot version 0.3.5 len = 20
value = 2007:06:10 09:15:07 len = 19
Saved 10158 bytes
item changed
open uri = file:///home/arkaitz/Fotos/2007/06/09/dscf0574
(Modificada).jpg
open uri = file:///home/arkaitz/Fotos/2007/06/09/dscf0574
(Modificada).jpg
open uri = file:///home/arkaitz/Fotos/2007/06/09/dscf0574
(Modificada).jpg
open uri = file:///home/arkaitz/Fotos/2007/06/09/dscf0574
(Modificada).jpg
open uri = file:///home/arkaitz/Fotos/2007/06/09/dscf0574
(Modificada).jpg
open uri = file:///home/arkaitz/Fotos/2007/06/09/dscf0574
(Modificada).jpg
open uri = file:///home/arkaitz/Fotos/2007/06/09/dscf0574
(Modificada).jpg
Reloading
open uri = file:///home/arkaitz/Fotos/2007/06/09/dscf0574
(Modificada).jpg
Reloading
item changed
open uri = file:///home/arkaitz/Fotos/2007/06/09/dscf0574
(Modificada).jpg
open uri = file:///home/arkaitz/Fotos/2007/06/09/dscf0574
(Modificada).jpg
open uri = file:///home/arkaitz/Fotos/2007/06/09/dscf0574
(Modificada).jpg

(f-spot:6012): libglade-WARNING **: unknown attribute `comment' for
property.

(f-spot:6012): libglade-WARNING **: unknown attribute `comment' for
property.

(f-spot:6012): libglade-WARNING **: unknown attribute `comment' for
property.
setting scale to 800
Exporting rotated image
open uri = file:///home/arkaitz/Fotos/2007/06/05/dscf0553
(Modificada).jpg
open uri = file:///home/arkaitz/Fotos/2007/06/05/dscf0553
(Modificada).jpg
value = f-spot version 0.3.5 len = 20
value = 2007:06:10 09:21:38 len = 19
Saved 10614 bytes
open uri = file:///home/arkaitz/Fotos/2007/06/05/dscf0553
(Modificada).jpg
open uri = file:///home/arkaitz/Fotos/2007/06/05/dscf0553
(Modificada).jpg
open uri = file:///home/arkaitz/Fotos/2007/06/05/dscf0554
(Modificada).jpg
open uri = file:///home/arkaitz/Fotos/2007/06/05/dscf0554
(Modificada).jpg
value = f-spot version 0.3.5 len = 20
value = 2007:06:10 09:21:39 len = 19
Saved 11254 bytes
open uri = file:///home/arkaitz/Fotos/2007/06/05/dscf0554
(Modificada).jpg
open uri = file:///home/arkaitz/Fotos/2007/06/05/dscf0554
(Modificada).jpg
open uri = file:///home/arkaitz/Fotos/2007/06/05/dscf0555
(Modificada).jpg
open uri = file:///home/arkaitz/Fotos/2007/06/05/dscf0555
(Modificada).jpg
value = f-spot version 0.3.5 len = 20
value = 2007:06:10 09:21:40 len = 19
Saved 10566 bytes
open uri = file:///home/arkaitz/Fotos/2007/06/05/dscf0555
(Modificada).jpg
open uri = file:///home/arkaitz/Fotos/2007/06/05/dscf0555
(Modificada).jpg
open uri = file:///home/arkaitz/Fotos/2007/06/05/dscf0556
(Modificada).jpg
open uri = file:///home/arkaitz/Fotos/2007/06/05/dscf0556
(Modificada).jpg
value = f-spot version 0.3.5 len = 20
value = 2007:06:10 09:21:41 len = 19
Saved 10710 bytes
open uri = file:///home/arkaitz/Fotos/2007/06/05/dscf0556
(Modificada).jpg
open uri = file:///home/arkaitz/Fotos/2007/06/05/dscf0556
(Modificada).jpg
open uri = file:///home/arkaitz/Fotos/2007/06/05/dscf0557
(Modificada).jpg
open uri = file:///home/arkaitz/Fotos/2007/06/05/dscf0557
(Modificada).jpg
value = f-spot version 0.3.5 len = 20
value = 2007:06:10 09:21:42 len = 19
Saved 11142 bytes
open uri = file:///home/arkaitz/Fotos/2007/06/05/dscf0557
(Modificada).jpg
open uri = file:///home/arkaitz/Fotos/2007/06/05/dscf0557
(Modificada).jpg
open uri = file:///home/arkaitz/Fotos/2007/06/05/dscf0558
(Modificada).jpg
open uri = file:///home/arkaitz/Fotos/2007/06/05/dscf0558
(Modificada).jpg
value = f-spot version 0.3.5 len = 20
value = 2007:06:10 09:21:43 len = 19
Saved 10326 bytes
open uri = file:///home/arkaitz/Fotos/2007/06/05/dscf0558
(Modificada).jpg
open uri = file:///home/arkaitz/Fotos/2007/06/05/dscf0558
(Modificada).jpg
open uri = file:///home/arkaitz/Fotos/2007/06/05/dscf0559
(Modificada).jpg
open uri = file:///home/arkaitz/Fotos/2007/06/05/dscf0559
(Modificada).jpg
value = f-spot version 0.3.5 len = 20
value = 2007:06:10 09:21:46 len = 19
Saved 10326 bytes
open uri = 

Bug#428252: network-manager-openvpn: DNS Settings in resolv.conf deleted

2007-06-10 Thread Alex Bihlmaier
Package: network-manager-openvpn
Version: 0.3.2svn2342-1
Severity: normal

The Debian package network-manager-openvpn deletes, on every vpn
connection (OpenVPN) it initiates, the contents of /etc/resolv.conf.
There are no nameservers listed and there is only a single line written:
 # generated by NetworkManager, do not edit!

This bug is serious, because the standalone OpenVPN
(/etc/init.d/openvpn start $vpnname) works quite fine and does not
change resolv.conf.

No patch due to unclear operation.

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

Kernel: Linux 2.6.20.9
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages network-manager-openvpn depends on:
ii  libart-2.0-2   2.3.19-3  Library of functions for 2D graphi
ii  libatk1.0-01.18.0-2  The ATK accessibility toolkit
ii  libbonobo2-0   2.18.0-2  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.18.0-5  The Bonobo UI library
ii  libc6  2.5-10GNU C Library: Shared libraries
ii  libcairo2  1.4.6-1.1 The Cairo 2D vector graphics libra
ii  libdbus-1-31.0.2-5   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.73-2simple interprocess messaging syst
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libgconf2-42.18.0.1-3GNOME configuration database syste
ii  libglade2-01:2.6.0-4 library to load .glade files at ru
ii  libglib2.0-0   2.12.12-1 The GLib library of C routines
ii  libgnome-keyring0  0.8.1-2   GNOME keyring services library
ii  libgnome2-02.18.0-4  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeui-0   2.18.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.18.1-2GNOME Virtual File System (runtime
ii  libgtk2.0-02.10.12-2 The GTK+ graphical user interface 
ii  libice61:1.0.3-2 X11 Inter-Client Exchange library
ii  liborbit2  1:2.14.7-0.1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.16.4-1  Layout and rendering of internatio
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libsm6 2:1.0.3-1 X11 Session Management library
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcursor11:1.1.8-2 X cursor management library
ii  libxext6   1:1.0.3-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxinerama1   1:1.0.2-1 X11 Xinerama extension library
ii  libxml22.6.28.dfsg-1 GNOME XML library
ii  libxrandr2 2:1.2.1-1 X11 RandR extension library
ii  libxrender11:0.9.2-1 X Rendering Extension client libra
ii  openvpn2.0.9-8   Virtual Private Network daemon

network-manager-openvpn recommends no packages.

-- no debconf information


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



Bug#427930: Unreproducile on my machine

2007-06-10 Thread Marco Nenciarini
package wengophone
severity 427930 normal
tags 427930 + moreinfo unreproducible
thanks

On my box I cannot reproduce this bug. Please provide more information.

Tnx

-- 
-
|Marco Nenciarini| Debian/GNU Linux Developer - Plug Member |
| [EMAIL PROTECTED] | http://www.prato.linux.it/~mnencia   |
-
Key fingerprint = FED9 69C7 9E67 21F5 7D95  5270 6864 730D F095 E5E4



signature.asc
Description: Digital signature


Bug#428251: Sorry I gave you a wrong package version

2007-06-10 Thread Arkaitz Mugica Islas
Sorry I gave you a wrong package version. Use the following:

Version: 0.3.5-1

I'm using Debian lenny/sid.

[EMAIL PROTECTED]:~$ uname -a
Linux lamacchina 2.6.18 #1 PREEMPT Fri Apr 6 17:04:04 CEST 2007 i686
GNU/Linux

[EMAIL PROTECTED]:~$ dpkg -l libc6 
Desired=Unknown/Install/Remove/Purge/Hold
| Estado=No/Instalado/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:
mayúsc.=malo)
||/ Nombre VersiónDescripción
+++-==-==-
ii  libc6  2.5-10 GNU C Library: Shared libraries



Bug#420241: Info received (quota: error while getting quota: Success)

2007-06-10 Thread Piotr Gasidlo
Hello,

Bug in mu bug report.

I've noticed, that I faulty installed 32-bit distribution, not 64-bit
one. So everything I've wrote refers to 32-bit. I was mislead by uname
-a output (with x86_64 in it). But all binaries are 32-bit (as file
command says).

-- 
Piotr 'QuakeR' Gasidło, BOFH @ pandora.barbara.eu.org
## sending lusers to /dev/null since 1998
# Waiting for tomorrow, for a little ray of light
### Waiting for tomorrow just to see your smile again


signature.asc
Description: Digital signature


Bug#428253: cuetools: cuetag cannot tag FLAC with metaflac

2007-06-10 Thread Andreas Hirczy
Package: cuetools
Version: 1.3.1-1
Severity: normal


metaflac 1.1.4 does not understand the options used in cuetag - it works
after I replaced the line
   METAFLAC=metaflac --remove-vc-all --import-vc-from=-
with 
   METAFLAC=metaflac --remove-all-tags --import-tags-from=-

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

Kernel: Linux 2.6.21.1
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages cuetools depends on:
ii  libc6 2.5-10 GNU C Library: Shared libraries

cuetools recommends no packages.

-- no debconf information


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



Bug#428254: [INTL:ta] debconf PO translations for the package roundcube

2007-06-10 Thread Tirumurti Vasudevan

From: drtv-guest
To:  [EMAIL PROTECTED]
Subject: [INTL:ta] debconf PO translations for the package roundcube
Package: roundcube
Version: N/A
Severity: wishlist
Tags: l10n patch
Please find attached the Tamil translation of the roundcube package.



--
BE HAPPY! LIFE IS TOO SHORT TO BE UNHAPPY!


roundcube.ta.po
Description: Binary data


Bug#416429: ftp.debian.org: Index still broken for etch-proposed-updates and experimental

2007-06-10 Thread Jakob Bohm
Package: ftp.debian.org
Followup-For: Bug #416429

It looks like these files are incorrectly hardlinked!

As of today, the following indexes are still wrong, specifying
wrong information about the current Packages file (see the
signed Release file for the correct size and hash value):

http://ftp.debian.org/dists/experimental/non-free/binary-amd64/Packages.diff/Index

http://ftp.debian.org/dists/experimental/non-free/binary-i386/Packages.diff/Index

http://ftp.debian.org/dists/etch-proposed-updates/contrib/binary-amd64/Packages.diff/Index

http://ftp.debian.org/dists/etch-proposed-updates/contrib/binary-i386/Packages.diff/Index

The first lines of these indexes seem to match the s390
architecture.

etch-proposed-updates/non-free/binary-*/Packages.diff/Index
appear to be hardlinked too, as they are suspiciously identical
across architectures.


-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.17jbj3.4-20
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)


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



Bug#428255: exif: no default IFD breaks backward compatibility

2007-06-10 Thread Rémi Denis-Courmont
Package: exif
Version: 0.6.15-1
Severity: normal


Hello,

It looks like following the upgrade, exif will not extract EXIF tags
anymore by default, but expect the user to specify --ifd=EXIF. This is
not what it used to do, and it seems quite logical that a program called
exif would default to extracting EXIG tags. Yet, it appears that the
default ifd is (null) which does not work.

I also expect that exif is rather focused toward scripting, in which
case breaking the command line syntax compatibility is not really a
great idea.

Regards,

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

Kernel: Linux 2.6.21-1-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/dash

Versions of packages exif depends on:
ii  libc6 2.5-10 GNU C Library: Shared 
libraries
ii  libexif12 0.6.15-1   library to parse EXIF files
ii  libpopt0  1.10-3 lib for parsing cmdline 
parameters

exif recommends no packages.

-- no debconf information

-- 
Rémi Denis-Courmont
http://www.remlab.net/



Bug#428094: The described mem_lower patch solved my problem with Debian lenny

2007-06-10 Thread Christian Schuhegger
I've installed Debian lenny via a Knoppix 5.1.1 and the debootstrap 
procedure described at:

https://help.ubuntu.com/community/FakeRaidHowto

I encountered the problem that is described in this bugreport and I 
could solve the problem by copying the stage files from the 
feisty+mem_lower.tgz (from 
https://bugs.launchpad.net/ubuntu/+source/grub/+bug/106887) to overwrite 
my Debian lenny files.


Thanks,
--
Christian Schuhegger
http://www.el-chef.de/


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



Bug#421697: bug#421697: ATI Radeon x300 doesn't work anymore after upgrade

2007-06-10 Thread Florian Weimer
* Brice Goglin:

 Hi Florian,

 There's a new release candidate of the ATI driver (6.6.192) in
 experimental, you might want to try it in case it fixes your bug.

Sorry, no difference.  I hooked up a monitor to the analog output, and
it showed garbage (a distored black-and-white checkerboard, but the
mouse pointer worked).  Switching to the console didn't work, either.


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



Bug#428185: ITP: evolution-python -- python bindings for libebook and libecal

2007-06-10 Thread Thomas Viehmann

Hi Christian,

thanks for improving the description.

Christian Perrier wrote:

  Description : python bindings for libebook and libecal


Isn't 'Python' supposed to be spelled with an initial capital?



   Evolution-python allows access to the evolution-data-server via
   python. Supported are access to the address book, calendar,
   and todo list.



 Evolution-python allows accessing to the Evolution data such as
 address book, calendar and todo list from Python programs.



My suggestion, indeedI'm not entirely sure, hence CC'ing dle.


I think it should be accessing data, not accessing to data. On a 
different note, I'm not sure that the shortened description is as 
accurate as it can be: I would like to avoid equating accessing data via 
evolution-data-server to accessing evolution data, as it seems to become 
gnome's standard way of accessing contacts and calendar-like information 
(the rdepends of e-d-s seems to have a small parade of gnome apps 
dealing with such data).


Maybe something along the lines of

  Evolution-python allows python programs to interface the Evolution
  Data Server. Evolution Data Server is the GNOME backend for storing
  address book, calendar and todo list information.

Would avoid the double access. Its hard to come up with something
that doesn't cram too much information into one sentence without
repeating something (either EDS or the type of data stored).

What do you think?

Kind regards

T.

P.S.: I'm not subscribed to debian-l10n-english, so I would appreciate 
CCs for list replies.

--
Thomas Viehmann, http://thomas.viehmann.net/


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



Bug#428256: ITP: ffrenzy -- Multiplayer platform with dwarfs fighting with/for food

2007-06-10 Thread Paul van Tilburg
Package: wnpp
Severity: wishlist
Owner: Paul van Tilburg [EMAIL PROTECTED]

* Package name: ffrenzy
  Version : 1.0.2
  Upstream Authors: Bas Kloet [EMAIL PROTECTED], Christian Luijten [EMAIL 
PROTECTED],
Emiel Neggers [EMAIL PROTECTED], Bram Senders [EMAIL PROTECTED],
Sjoerd Simons [EMAIL PROTECTED], Paul van Tilburg [EMAIL PROTECTED]
* URL : http://ffrenzy.luon.net/
* License : GPL
  Programming Lang: C mainly, Python for the menu and utils
  Description : Multiplayer platform with dwarfs fighting with/for food

 Dwarfs need to collect food as fast as possible to bring it back to their
 mushrooms to live.  When a dwars leaves his home without providing it with
 food too long, it dies from hunger.  The collected food can be thrown at
 other dwarfs, making them unconscious when hit.  When a power-up is picked
 up, thrown food will have special powers!

 This is a distributed network game for two to eight players.  One instance
 needs to act as server for syncing player names and the levels.

N.B. A package of Feeding Frenzy! is already available in our repository:
deb http://luon.net/debian/ unstable main 

Regards,
Paul

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (102, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.18-4-powerpc
Locale: LANG=C, LC_CTYPE=nl_NL.UTF8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


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



Bug#427562: [BINGO FOUND] Launches forkbomb on upgrade/install

2007-06-10 Thread Frank Küster
Norbert Preining [EMAIL PROTECTED] wrote:

 My current opinion is to hack update-fontlang and hard-code xmltex and
 jadetex specifics into the the code, something like if
 10texlive-latex-base.cnf is not present, do not include xmltex and
 jadetex snippets, finished.

 That is a quick and dirty solution, but anything else require a lot (A
 LOT) of programming/testing/debugging etc.

 Any comments on this?

Have you an idea for the implementation?  It would be straigtforward to
extend the function which checks for the magic comment thing and let it
check whether 10tl-latex-base.cnf was already included if it comes to
40jadetex.cnf and NNxmltex.cnf.  

That is only a package-specific hack, but I guess the number of people
who have their own local latex-based formats should be quite small.

Regards, Frank
-- 
Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)



Bug#428185: ITP: evolution-python -- python bindings for libebook and libecal

2007-06-10 Thread MJ Ray
Thomas Viehmann [EMAIL PROTECTED] wrote:
 Christian Perrier wrote:
Description : python bindings for libebook and libecal
  
  Isn't 'Python' supposed to be spelled with an initial capital? [...]

I think so here.  It's used as a name.

 I think it should be accessing data, not accessing to data. [...]

I think both allows accessing to data and allows accessing data
are slightly wrong.  It should be of the form allows FEATURE and
FEATURE is access to data here.  However, this seems moot now.

 On a 
 different note, I'm not sure that the shortened description is as 
 accurate as it can be: I would like to avoid equating accessing data via 
 evolution-data-server to accessing evolution data, as it seems to become 
 gnome's standard way of accessing contacts and calendar-like information 
 (the rdepends of e-d-s seems to have a small parade of gnome apps 
 dealing with such data).

I'm not sure whether it's standard, so I've written a not the.

 Maybe something along the lines of

Evolution-python allows python programs to interface the Evolution
Data Server. Evolution Data Server is the GNOME backend for storing
address book, calendar and todo list information.

Evolution-python allows programs using Python to interface with the
Evolution Data Server, which is a GNOME store of address book,
calendar and task list information.

Notes:
- Dictionaries seem inconsistent about to-do, so I replaced it.
- Not sure about python programs and programs in Python seems too
narrow.  If it's like guile, then programs which use Python but aren't
entirely written in Python can still access it.
- I hate backend and it was ridiculed on the BBC last week.

[...]
 P.S.: I'm not subscribed to debian-l10n-english, so I would appreciate 
 CCs for list replies.

Done.

Hope that helps,
-- 
MJ Ray - see/vidu http://mjr.towers.org.uk/email.html
Experienced webmaster-developers for hire http://www.ttllp.co.uk/
Also: statistician, sysadmin, online shop builder, workers co-op.
Writing on koha, debian, sat TV, Kewstoke http://mjr.towers.org.uk/


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



Bug#427562: [BINGO FOUND] Launches forkbomb on upgrade/install

2007-06-10 Thread Frank Küster
clone 427562 -1
reassign 427562 tex-common
retitle -1 Possible forkbomb: mktexfmt loops because (pdf)TeX tries a base 
format
severity -1 important

Norbert Preining [EMAIL PROTECTED] wrote:

 Hi all!

 How do we continue with this bug. It seems to be the last really open RC
 bug of the texlive packages (a side the etch-ignore and dummy bugs).
[...]
 My current opinion is to hack update-fontlang 

That would solve the RC bug, but the inherent problem is in the
combination of the TeX binaries falling back to a base format and
mktexfmt not being able to detect this loop.  Some more analysis is
required on this, and finally an upstream decision.

Therefore I'm cloning this.

Regards, Frank
-- 
Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)



Bug#428260: Proxy support

2007-06-10 Thread Luca Falavigna
From: Luca Falavigna [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: Proxy support
Package: gmail-notify
Version: 1.6.1-3
Severity: normal
Tags: patch

Attached patch provides proxy support. Thank you.
diff -u gmail-notify-1.6.1/debian/changelog gmail-notify-1.6.1/debian/changelog
--- gmail-notify-1.6.1/debian/changelog
+++ gmail-notify-1.6.1/debian/changelog
@@ -1,3 +1,10 @@
+gmail-notify (1.6.1-4) unstable; urgency=low
+
+  * 05_proxy_support.patch: added proxy support
+
+ -- Luca Falavigna [EMAIL PROTECTED]  Sat,  9 Jun 2007 15:06:19 +0200
+
 gmail-notify (1.6.1-3) unstable; urgency=low
 
   * Chance default x-www-browser to www-browser (closes: #389532) 
--- gmail-notify-1.6.1.orig/debian/patches/05_proxy_support.patch
+++ gmail-notify-1.6.1/debian/patches/05_proxy_support.patch
@@ -0,0 +1,145 @@
+diff -Nur gmail-notify-1.6.1/gmailatom.py gmail-notify-1.6.1.new/gmailatom.py
+--- gmail-notify-1.6.1/gmailatom.py2007-06-09 13:41:13.0 +0200
 gmail-notify-1.6.1.new/gmailatom.py2007-06-09 18:32:24.0 
+0200
+@@ -116,12 +116,17 @@
+   host = https://mail.google.com;
+   url = host + /mail/feed/atom
+ 
+-  def __init__(self, user, pswd):
++  def __init__(self, user, pswd, proxy=None):
+   self.m = MailHandler()
+   # initialize authorization handler
+   auth_handler = urllib2.HTTPBasicAuthHandler()
+   auth_handler.add_password( self.realm, self.host, user, pswd)
+-  opener = urllib2.build_opener(auth_handler)
++  # manage proxy
++  if proxy:
++  proxy_handler = urllib2.ProxyHandler({'http': proxy})
++  opener = urllib2.build_opener(proxy_handler, 
auth_handler)
++  else:
++  opener = urllib2.build_opener(auth_handler)
+   urllib2.install_opener(opener)
+ 
+   def sendRequest(self):
+diff -Nur gmail-notify-1.6.1/GmailConfig.py 
gmail-notify-1.6.1.new/GmailConfig.py
+--- gmail-notify-1.6.1/GmailConfig.py  2007-06-09 18:32:08.0 +0200
 gmail-notify-1.6.1.new/GmailConfig.py  2007-06-09 18:32:09.0 
+0200
+@@ -18,8 +18,8 @@
+   configElements = None 
+ 
+   # Declare global variables for configuration as dictionary
+-  options = { gmailusername:None, gmailpassword:None, 
browserpath:www-browser, lang:English,   
+-  voffset:0, hoffset:0, 
checkinterval:2, 
++  options = { gmailusername:None, gmailpassword:None, 
browserpath:www-browser, proxy:None,
++  lang:English, voffset:0, hoffset:0, 
checkinterval:2, 
+   animationdelay:15, popuptimespan:5000}
+   
+   config = ConfigParser.RawConfigParser()
+@@ -49,6 +49,7 @@
+   [gmailusername,2,None,None],
+   [gmailpassword,22,None,None],
+   [browserpath,3,None,None],
++  [proxy,35,None,None],
+   [voffset,28,None,None],
+   [hoffset,27,None,None],
+   [checkinterval,31,None,None],
+@@ -57,7 +58,7 @@
+   ]
+ 
+   # Create table and attach to window
+-  table = gtk.Table( rows=11, columns=2, homogeneous=gtk.FALSE )
++  table = gtk.Table( rows=12, columns=2, homogeneous=gtk.FALSE )
+ 
+   self.window.add(table)
+ 
+@@ -114,7 +115,7 @@
+   self.savePassword.set_active( gtk.FALSE )
+   
+   self.savePassword.show()
+-  table.attach( alignment, 0, 2, 9, 10 )
++  table.attach( alignment, 0, 2, 10, 11 )
+   alignment.show()
+ 
+   # Add combobox to select language 
+@@ -129,14 +130,14 @@
+ self.cbo_langs.append_text( 
one_lang.get_name())
+   self.cbo_langs.set_active(0)
+   # Attach combobox and label
+-  table.attach( self.lbl_langs, 0, 1, 8, 9 )
++  table.attach( self.lbl_langs, 0, 1, 9, 10 )
+   self.lbl_langs.show()
+-  table.attach( self.cbo_langs, 1, 2, 8, 9, xpadding=5, 
ypadding=5 )
++  table.attach( self.cbo_langs, 1, 2, 9, 10, xpadding=5, 
ypadding=5 )
+   self.cbo_langs.show()
+   
+   # Add 'Close' button
+   button = gtk.Button( stock=gtk.STOCK_OK )
+-  table.attach( button, 0, 2, 10, 11, xpadding=2, ypadding=2 )
++  table.attach( button, 0, 2, 11, 12, xpadding=2, ypadding=2 )
+   button.connect( clicked, self.onOkay )
+   button.show()
+ 
+@@ -222,7 +223,7 @@
+ 

Bug#428262: xmltv-util: 'tv_validate' broken: Can't locate File/Slurp.pm in @INC...

2007-06-10 Thread A. Costa
Package: xmltv-util
Version: 0.5.45-3
Severity: important


% tv_validate_file --help ; echo $?
Can't locate File/Slurp.pm in @INC (@INC contains: /etc/perl 
/usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 
/usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl 
.) at /usr/share/perl5/XMLTV/ValidateFile.pm line 17.
BEGIN failed--compilation aborted at /usr/share/perl5/XMLTV/ValidateFile.pm 
line 17.
Compilation failed in require at /usr/bin/tv_validate_file line 9.
BEGIN failed--compilation aborted at /usr/bin/tv_validate_file line 9.
2

Various command line invocations, e.g.:

tv_validate_file 
tv_validate_file /tmp/tvlist2.xmltv ; echo $?

...show the same error.  Looks like a package dependency problem.

% dlocate Slurp.pm ; echo $?
1

For other users interested in this bug, something that didn't work:

Searching the web for 'Can't locate File/Slurp.pm debian' found this:

  Apparently I am missing Slurp.pm.  What is this file, and where do I
  get it?...

If you're lucky and have a debian system you can take the shortcut and 
install
the gpsdrive package as described at

http://www.gpsdrive.de/development/debian.shtml

This should install planetosm-excerpt-area.pl and all needed modules.

http://www.nabble.com/planetosm-excerpt-area.pl-t3861957.html

I gave that a try...

% apt-get install gpsdrive
{ ...etc }

It didn't help, nor provided any 'Slurp.pm':

# as root
% update-dlocatedb 
% dlocate Slurp.pm ; echo $?
1

(Just as well, I own no GPS devices and removed 'gpsdrive'.)


Hope this helps...



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

Kernel: Linux 2.6.21-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages xmltv-util depends on:
ii  libarchive-zip-perl   1.18-1 Module for manipulation of ZIP arc
ii  libcompress-zlib-perl 1.42-2 Perl module for creation and manip
ii  libdate-manip-perl5.44-5 a perl library for manipulating da
ii  libhtml-parser-perl   3.56-1 A collection of modules that parse
ii  libhtml-tableextract-perl 2.10-2 module for extracting the content 
ii  libhtml-tree-perl 3.23-1 represent and create HTML syntax t
ii  libhttp-cache-transparent-per 0.7-2  Perl module used to transparently 
ii  libio-stringy-perl2.110-2Perl5 modules for IO from scalars 
ii  libsoap-lite-perl 0.69-1 Client and server side SOAP implem
ii  libterm-readkey-perl  2.30-3 A perl module for simple terminal 
ii  libwww-mechanize-perl 1.20-1 Automate interaction with websites
ii  libwww-perl   5.805-1WWW client/server library for Perl
ii  libxml-libxml-perl1.59-2 Perl module for using the GNOME li
ii  libxml-parser-perl2.34-4.2   Perl module for parsing XML files
ii  libxml-twig-perl  1:3.29-1   Perl module for processing huge XM
ii  libxml-writer-perl0.602-1Perl module for writing XML docume
ii  libxmltv-perl 0.5.45-3   Perl libraries related to the XMLT
ii  perl  5.8.8-7Larry Wall's Practical Extraction 
ii  perl-modules  5.8.8-7Core Perl modules

Versions of packages xmltv-util recommends:
pn  liblingua-preferred-perl  none (no description available)
pn  libterm-progressbar-perl  none (no description available)
pn  libtext-kakasi-perl   none (no description available)
pn  libunicode-string-perlnone (no description available)

-- debconf-show failed


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



Bug#428261: katie: Database schema presumes no file can be in two places

2007-06-10 Thread Jakob Bohm
Package: dak
Severity: normal

The database schema used by katie presumes that no package
related file can belong in more than one location throughout the
archive. This affects .orig.tar.gz files but is not really
limited to those, nor should any fix be.

Furthermore when an upload requests that a package related file
is to be placed in a location different from the location
already listed in the database, katie SILENTLY accepts the
upload but throws away information about the requested new
location, leaving the file only in a different place than the
location that will be listed in Sources, Packages, .dsc etc.

This is the root cause of 232730, which has remained open and
unhandled for more than 2 years.

I suggest that the code in katie be changed to reject uploads
that would trigger the bug, with a clear message as to what the
problem is.

A suggested rejection message could be:

   Your upload would require the file %s to be placed in the
   directory %s, but a file by that name is already in the
   directory %s and the current dak suite unfortunately cannot
   handle one file being located in two different places (see
   bug #xx).  Please upload to the location where the file
   already is, or change the file name, perhaps by changing the
   version number.

I am not sufficiently proficient in python or the inner workings
of dak to create a detailed patch, sorry.


-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.17jbj3.4-20
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)


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



Bug#428263: 'man gpsdrive' typos: additonal, commandline, enviroment, fullfilled, missuse, prefered, reveivers, touristic, usefull, etc.

2007-06-10 Thread A. Costa
Package: gpsdrive
Version: 2.09-2.2
Severity: minor
Tags: patch


Found many typos in '/usr/share/man/man1/gpsdrive.1.gz', see attached '.diff'.

Hope this helps...

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

Kernel: Linux 2.6.21-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages gpsdrive depends on:
ii  libatk1.0-0 1.18.0-2 The ATK accessibility toolkit
ii  libc6   2.5-10   GNU C Library: Shared libraries
ii  libcairo2   1.4.6-1.1The Cairo 2D vector graphics libra
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libfreetype62.2.1-6  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.2-20070528-1 GCC support library
ii  libglib2.0-02.12.12-1The GLib library of C routines
ii  libgtk2.0-0 2.10.12-2The GTK+ graphical user interface 
ii  libpango1.0-0   1.16.4-1 Layout and rendering of internatio
ii  libpcre36.7-1Perl 5 Compatible Regular Expressi
ii  libpng12-0  1.2.15~beta5-2   PNG library - runtime
ii  libstdc++6  4.2-20070528-1   The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.8-2X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  1:1.0.1-4X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.2-1X Rendering Extension client libra
ii  zlib1g  1:1.2.3-15   compression library - runtime

Versions of packages gpsdrive recommends:
pn  gpsd  none (no description available)

-- debconf-show failed

--- gpsdrive.1  2006-12-10 18:40:08.0 -0500
+++ /tmp/gpsdrive.1 2007-06-10 05:08:31.0 -0400
@@ -6,7 +6,7 @@
 
 .SH About this manual page
 
-This manual page explain the basic functions of GpsDrive and some
+This manual page explains the basic functions of GpsDrive and some
 additional info.
 
 In GpsDrive you find tooltips for nearly all buttons, there is also a
@@ -25,12 +25,12 @@
 
 GpsDrive displays your position provided from your NMEA capable GPS
 receiver on a zoomable map . The maps are autoselected depending on
-your position. You can set prefered scale, which the program tries to
+your position. You can set preferred scale, which the program tries to
 get from available maps.
 
 GpsDrive was tested with a GARMIN GPS III, a Crux II GPS PCMCIA
-card and a Navilock USB receiver. All Garmin GPS reveivers with a serial 
output should be
-usable. Other GPS reveivers that sends NMEA protocol over the
+card and a Navilock USB receiver. All Garmin GPS receivers with a serial 
output should be
+usable. Other GPS receivers that sends NMEA protocol over the
 serial output should also work with GpsDrive.
 
 These GPS receivers are reported to work with gpsdrive:
@@ -132,7 +132,7 @@
 Displays, where the menu should be hidden.
 .TP
 .BI \-s \| height\^
-Set the height of the screen, if autodetection don't satisfy you, 
+Set the height of the screen, if autodetection doesn't satisfy you, 
 .IR height
 is i.e. 768,600,480,200
 .TP
@@ -144,8 +144,8 @@
 .IR -s
 .TP
 .BI \-f \| friendsserver\^
-Define a friendsserver to exchange position information with other
-people. You can also set it in the Settings/Friends menu. You can start your 
own friendsserver with the program
+Define a friends server to exchange position information with other
+people. You can also set it in the Settings/Friends menu. You can start your 
own friends server with the program
 .B friendsd
 , which is included. More details are in section 
 .I FRIENDSD server
@@ -170,7 +170,7 @@
 from your currently used waypoint list.
 .TP
 .B \-q 
-Disables SQL support. Only usefull if you have SQL support compiled in.
+Disables SQL support. Only useful if you have SQL support compiled in.
 .TP
 .B \-z
 Don't show zoom and scaling on the map.
@@ -211,7 +211,7 @@
 .br
 You can force the use of gpsd by adding the
 .B \-n
-commandline parameter, even if you enabled the direct serial connection
+command line parameter, even if you enabled the direct serial connection
 in the settings menu.
 
 .br
@@ -315,7 +315,7 @@
 from your shell, if you want another language see section 
 .I LOCALISATION
 
-On some distribution you may find a GpsDrive entry in your Gnome or
+On some distributions you may find a GpsDrive entry in your Gnome or
 KDE menu.
 
 It 

Bug#428159: mantis: [debconf_rewrite] Debconf templates review

2007-06-10 Thread Thijs Kinkhorst
On Saturday 9 June 2007 20:23, Christian Perrier wrote:
   Choices: apache, apache-ssl, apache-perl, apache2

 While we're at it, please make the Choices translatable:

 __Choices: 

Does it make sense to make those translatable? They're package/binary/program 
names. How can you translate apache2 into another language?


Thijs


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



Bug#426401: Also problem in Galeon

2007-06-10 Thread Josselin Mouette
Le dimanche 10 juin 2007 à 09:12 +0200, Mike Hommey a écrit :
 So, here is what I propose: I'll duplicate this bug to galeon and
 kazehakase so that this can be fixed there. For epiphany, a binNMU
 should be enough to close this bug. 

Version 2.18.2-1 (currently in NEW) was built against the latest libxul,
but I still have the bug.

-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


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


Bug#428264: alsa-driver: [INTL:ar] Arabic debconf translation

2007-06-10 Thread Ossama Khayat
Package: alsa-driver
Severity: wishlist

tags l10n, patch

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
# translation of ar.po to Arabic
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Ossama M. Khayat [EMAIL PROTECTED], 2007.
msgid 
msgstr 
Project-Id-Version: ar\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-05-24 07:36+0200\n
PO-Revision-Date: 2007-06-09 14:09+0300\n
Last-Translator: Ossama M. Khayat [EMAIL PROTECTED]\n
Language-Team: Arabic [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=6; plural=n==1 ? 0 : n==0 ? 1 : n==2 ? 2: n%100=3  
n%100=10 ? 3 : n%100=11  n%100=99 ? 4 : 5\n

#. Type: boolean
#. Description
#: ../alsa-source.templates:2001
msgid Build ALSA drivers with ISA PnP support?
msgstr إنشاء مشغّلات ALSA مع دعم ISA PnP؟

#. Type: boolean
#. Description
#: ../alsa-source.templates:2001
msgid 
If you choose this option, the ALSA drivers will be built with support for 
the isa-pnp driver.
msgstr 
إن قمت بانتقاء هذا الخيار، سيتم إنشاء مشغّلات ALSA مع دعم 
لمشغّلات isa-pnp.

#. Type: boolean
#. Description
#: ../alsa-source.templates:3001
msgid Build ALSA drivers with debugging code?
msgstr إنشاء مشغّلات ALSA مع شيفرة إزالة العلل؟

#. Type: boolean
#. Description
#: ../alsa-source.templates:3001
msgid 
If you choose this option, the ALSA drivers will be built with code to help 
with debugging.
msgstr 
إن قمت بانتقاء هذا الخيار، سيتم إنشاء مشغّلات ALSA مع شيفرة 
مساعدة في إزالة العلل. 

#. Type: multiselect
#. Choices
#: ../alsa-source.templates:4001
msgid all
msgstr الكل

#. Type: multiselect
#. Description
#: ../alsa-source.templates:4002
msgid ALSAdrivers to build:
msgstr مشغّل ALSA المطلوب إنشاءه:

#. Type: multiselect
#. Description
#: ../alsa-source.templates:4002
msgid 
Please select the ALSA sound card drivers that should be included in alsa-
modules packages built from these sources.
msgstr 
الرجاء اختيار مشغّلات بطاقات صوت ALSA التي يجب إضافتها في 
حزم وحدات alsa-modules التي سوف تنشأ من هذه المصادر.

#. Type: multiselect
#. Description
#: ../alsa-source.templates:4002
msgid 
The following is a list of available sound card drivers along with short 
descriptions.
msgstr 
فيما يلي قائمة بمشغّلات بطاقات الصوت المتوفرة إضافة إلى 
وصف مختصر عنها.

#. Type: select
#. Choices
#: ../linux-sound-base.templates:2001
msgid default
msgstr الافتراضي

#. Type: select
#. Description
#: ../linux-sound-base.templates:2002
msgid Sound system to use:
msgstr نظام الصوت المطلوب استخدامه:

#. Type: select
#. Description
#: ../linux-sound-base.templates:2002
msgid ALSA and OSS are alternative systems of drivers for sound hardware.
msgstr ALSA و OSS هما نظاما مشغّلات بديلان لعتاد الصوت.

#. Type: select
#. Description
#: ../linux-sound-base.templates:2002
msgid 
Selecting ALSA or OSS will enforce the use of such a driver even in cases 
where both drivers exist.
msgstr 
انتقاء ALSA أو OSS سوف يُجبر استخدام هذا المشغّل 
في حال توفّر كلاهما.

#. Type: select
#. Description
#: ../linux-sound-base.templates:2002
msgid 
Choosing the \default\ option will mean this decision is left to the 
hardware detection mechanism, and may depend upon the kernel version. 
Removing the linux-sound-base package effectively puts the system into 
\default\ mode.
msgstr 
انتقاء الخيار \الافتراضي\ يعني أن هذا القرار متروك 
لآلية اكتشاف العتاد، وقد يعتمد على نسخة النواة. 
إزالة الحزمة linux-sound-base يضع النظام في 
الوضع \الافتراضي\.

#. Type: select
#. Description
#: ../linux-sound-base.templates:2002
msgid Choosing the ALSA sound system is strongly recommended.
msgstr اختيار نظام الصوت ALSA مستحسن جداً.



Bug#428195: krb5: [debconf_rewrite] Debconf templates review

2007-06-10 Thread MJ Ray
Christian Perrier [EMAIL PROTECTED] wrote:
 This has been discussed on dle and we finally settled that the use of
 single quote is what's the closest to the official English
 typography's quotes. [...]

I was not part of that discussion.  What subject was that under?

I found a small mention of it in Bug #426491 and some discussion in
ocsinventory-agent's 2007-04-* thread, but nothing about a supposed
official English typography.  I'm *very* suspicious of things claiming
official English status - we don't have an Academie Anglaise and that
tactic seems similar to Death By Dictionary.  Standards by different
people simply do different things about quotation marks (compare
Fowler, Strunk, Columbia, Wired), as do various historic publications
(compare Shakespeare with the Bible).

FWIW, I have a fairly stong preference for s instead of ''s when
there's no computing or nesting reason not to.

 Well, I don't exactly agree here. Using or not using double spaces
 after periods is a matter of general style and consistency among
 packages, so this is why we include such changes.  [...]

I think I remember having complaints about early email-submitted copy
to both How-To books and GNU/Linux User and Developer when I used
double-spaces.  I still type them instinctively (I learned on
typewriter-style word processors), but it seemed not to be the done
thing for computer-based text.

Myself, I'd not take a strong line either way after full stops.

Regards,
-- 
MJ Ray - see/vidu http://mjr.towers.org.uk/email.html
Experienced webmaster-developers for hire http://www.ttllp.co.uk/
Also: statistician, sysadmin, online shop builder, workers co-op.
Writing on koha, debian, sat TV, Kewstoke http://mjr.towers.org.uk/


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



Bug#420578: exim4-config killed my email-addresses file

2007-06-10 Thread Marc Haber
tags #420578 confirmed pending
thanks

On Mon, Apr 23, 2007 at 07:24:40PM +0200, Andreas Metzler wrote:
 I would suggest dropping the symlink from the package instead of
 marking it as conffile.

Done in svn.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#425483: [EMAIL PROTECTED]: Bug#425483: newsbeuter: doesn't load a specific feed any more (https)]

2007-06-10 Thread Varun Hiremath
Hi, 
 Please find attached upstream's response to this bug and a
 possible fix for this solution. I shall be releasing the new versions
 of libmrss and libnxml soon. Sorry for the delay I was out of
 station.

Regards
Varun
---BeginMessage---
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=425483

There are 3 problems:

1. the certificate of that server is wrong. You can set the option
verifypeer to FALSE and libmrss works fine. This is a possible code for
libnxml:

nxml_new(nxml);
nxml_set_certificate(nxml, NULL, NULL, NULL, 0);

about libmrss:

options=mrss_options_new(0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL);
mrss_parse_url_with_options(URL, mrss, options);


2. You should use libnxml 0.17.3 and libmrrs 0.17.3. There was a bug
about verifypeer flag: The previous releases used it only if the
certificate (the second argument of nxml_set_certificate func) was not NULL.

3. I implemented 2 new functions:

CURLcode code;

if((ret = mrss_parse_url_with_options_and_error (argv[1], data, NULL,
code)))
  {
fprintf (stderr, MRSS return error: %s\n,
 ret ==
 MRSS_ERR_DOWNLOAD ? mrss_curl_strerror (code) :
 mrss_strerror (ret));
return 1;
  }

With this function you can use the CURLcode about the downloading procedure.

Bye,
b

- --
URI: http://www.autistici.org/bakunin/
RDF Document: http://www.autistici.org/bakunin/foaf.rdf
Public Key: http://www.autistici.org/bakunin/bakunin_pk.asc
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQFGaU2vOSG7KPv+ssQRAtF7AKCQU5iWO/MhDdWDmZ2XqB08ZJr6ngCfUvc8
ZCF3CL7UufdzIjpgq5jpiyc=
=1jZb
-END PGP SIGNATURE-
---End Message---


signature.asc
Description: Digital signature


Bug#428256: ITP: ffrenzy -- Multiplayer platform with dwarfs fighting with/for food

2007-06-10 Thread Christian Perrier
   Description : Multiplayer platform with dwarfs fighting with/for food

multiplayer game featuring dwarves fighting with/for food

(removing initial capital letter)

 
  Dwarfs need to collect food as fast as possible to bring it back to their
  mushrooms to live.  When a dwars leaves his home without providing it with
  food too long, it dies from hunger.  The collected food can be thrown at
  other dwarfs, making them unconscious when hit.  When a power-up is picked
  up, thrown food will have special powers!
 
  This is a distributed network game for two to eight players.  One instance
  needs to act as server for syncing player names and the levels.

Firt mention this is a game. So I'd revert both paragrphas:

 Ffrenzy is a distributed network game for two to eight players. One instance
 needs to act as server to sync player names and levels.
 .
 The game features dwarves who need to collect food as fast as
 possible to bring it back to their mushrooms to live. When a dwarf
 leaves home without providing it with food for too long, (s)he dies
 from hunger. The collected food can be thrown at other dwarves,
 making them unconscious when hit. When a power-up is picked up,
 thrown food gets special powers.




signature.asc
Description: Digital signature


Bug#421779: Poweroff doesn't work on Sony VAIO S4M

2007-06-10 Thread muzzle

Hello,
I can confirm this bug, I'm experiencing exactly the same issue on my
Sony Vaio S5M (a slightly updated S4M).

I'm stuck with a 2.17 kernel because every later kernel my laptop
refuses to power off after the shut down (I used both official debian
-686 kernel and the vanilla ones).

If you need to I can provide whatever log file for the
linux-image-2.6.18-686  package (or for 2.6.21).

Bye,

Emme

--
Aspetto un'emozione sempre piu' indefinibile (CCCP Fedeli alla linea)


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



Bug#400790: exim4-config: Reject mail to system users from non-local sources

2007-06-10 Thread Marc Haber
tags #400790 confirmed pending
tags #307768 confirmed pending
tags #331716 confirmed pending
thanks

On Tue, Nov 28, 2006 at 05:10:03PM +, Dominic Hargreaves wrote:
 Recently I'm seeing spams to various system alias addresses such as
 mail, uucp etc. Usually there is no valid reason for these addresses to
 be deliverable from remote sources, so an option to simply reject these
 from non-local sources which seem valuable. They could still be
 deliverable from local submission so that cronmail etc would be
 unaffected.

I have committed a scheme to address this to svn.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#428192: Typo in live-helper(7): resolf.conf - resolv.conf

2007-06-10 Thread Chris Lamb
tags 428192 + pending
thanks

This has now been fixed by Daniel in SVN revision 1993. Thanks for
spotting and reporting it.


Chris

-- 
 Chris Lamb, Leamington Spa, UK  GPG: 0x634F9A20


signature.asc
Description: PGP signature


Bug#428268: wide-dhcpv6: Minor errors (double whitespace) in Debconf template

2007-06-10 Thread Helge Kreutzmann
Package: wide-dhcpv6
Version: 20070507-1
Severity: minor
Tags: patch

While translating your template to German I noticed the following
minor errors in your template:

-editing the file /etc/wide-dhcpv6/dhcp6c.conf. A sample dhcp6c.conf is  
+editing the file /etc/wide-dhcpv6/dhcp6c.conf. A sample dhcp6c.conf is 

-editing the file /etc/wide-dhcpv6/dhcp6s.conf. A sample dhcp6s.conf is  
+editing the file /etc/wide-dhcpv6/dhcp6s.conf. A sample dhcp6s.conf is 


Please unfuzzy all translations after fixing.

-- 
  Dr. Helge Kreutzmann [EMAIL PROTECTED]
   Dipl.-Phys.   http://www.helgefjell.de/debian.php
64bit GNU powered gpg signed mail preferred
   Help keep free software libre: http://www.ffii.de/


signature.asc
Description: Digital signature


Bug#427915: This looks familiar.

2007-06-10 Thread Brandon
This looks very familiar. It looks like memory corruption. Which
means, that just because tmw crashes when in glDeleteTextures, doesn't
necessarily mean that there is a bug in glDeleteTextures. The memory
used by it was probably corrupted several function calls earlier.

I believe this bug is indeed in a library that tmw uses, and not tmw
itself. I'm not so quick to blame mesa, though.

Artur, what happens when you disable sound? You can disable sound by
modifying the config file. This should be ~/.tmw/config.xml. Does it
still crash?

If it still crashes, try disabling other things in config.xml, such as
opengl. You might want to make a backup first.

Also, does tmw 0.22 work? You can find it in experimental.

-Brandon



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



Bug#428266: RM: php4 (source and all produced binary packages)

2007-06-10 Thread sean finney
Package: ftp.debian.org
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

hi,

please remove the php4 source package and all relevant binary packages
produced from it.  i've made several announcements to debian-devel and
bugs have been filed against all affected packages for over a month,
many of which have been fixed.  time to bite the bullet and drop it
i say.

the following binary packages are produced from php4's source package:

php4
php4-common
libapache-mod-php4
libapache2-mod-php4
php4-cgi
php4-cli
php4-dev
php4-pear
php4-curl
php4-domxml
php4-gd
php4-imap
php4-interbase
php4-ldap
php4-mcal
php4-mcrypt
php4-mhash
php4-mysql
php4-odbc
php4-pgsql
php4-pspell
php4-recode
php4-snmp
php4-sybase
php4-xslt


sean


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

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

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

iD8DBQFGa8c9ynjLPm522B0RAlw4AJ9DlS/JMlZZbjSQoRnEMcaieRxpXQCaA2bh
2A0sIdiyniBG6hnAS6Lzg0A=
=JJCf
-END PGP SIGNATURE-


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



Bug#428267: wide-dhcpv6: [INTL:de] initial German debconf translation

2007-06-10 Thread Helge Kreutzmann
Package: wide-dhcpv6
Version: 20070507-1
Severity: wishlist
Tags: patch l10n

Please find the initial German debconf translation for wide-dhcpv6
attached.

Please place this file in debian/po/ as de.po for your next upload.

If you update your template, please use 
'msgfmt --statistics pofile.po'
to check the po-files for fuzzy or untranslated strings.

If there are such strings, please contact me so I can update the 
German translation.

Greetings
Helge
# German translation of wide-dhcpv6 templates
# Helge Kreutzmann [EMAIL PROTECTED], 2007.
# This file is distributed under the same license as the wide-dhcpv6 package.
#
msgid 
msgstr 
Project-Id-Version: wide-dhcpv6 20070507-1\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-05-10 04:36+0200\n
PO-Revision-Date: 2007-06-08 15:47+0200\n
Last-Translator: Helge Kreutzmann [EMAIL PROTECTED]\n
Language-Team: German [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=ISO-8859-15\n
Content-Transfer-Encoding: 8bit\n

#. Type: note
#. Description
#: ../wide-dhcpv6-client.templates:1001
msgid WIDE DHCPv6 client configuration
msgstr WIDE DHCPv6 Client-Konfiguration

#. Type: note
#. Description
#: ../wide-dhcpv6-client.templates:1001
msgid The DHCPv6 client requires manual configuration after installation.
msgstr 
Der DHCPv6-Client benötigt nach der Installation eine manuelle Konfiguration.

#. Type: note
#. Description
#: ../wide-dhcpv6-client.templates:1001
msgid 
After the DHCPv6 client is installed it has to be manually configured by 
editing the file /etc/wide-dhcpv6/dhcp6c.conf. A sample dhcp6c.conf is  
available at /usr/share/doc/wide-dhcpv6-client/examples.
msgstr 
Nachdem der DHCPv6-Client installiert wurde muss er manuell durch Bearbeiten 
der Datei /etc/wide-dhcpv6/dhcp6c.conf konfiguriert werden. Ein Beispiel für 
die dhcp6c.conf ist unter /usr/share/doc/wide-dhcpv6-client/examples 
verfügbar.

#. Type: note
#. Description
#: ../wide-dhcpv6-client.templates:1001
msgid 
Please configure the DHCPv6 client as soon as the installation finishes.
msgstr 
Bitte konfigurieren Sie den DHCPv6-Client sobald die Installation 
abgeschlossen ist.

#. Type: string
#. Description
#: ../wide-dhcpv6-client.templates:2001
msgid Interfaces on which the DHCPv6 client sends requests:
msgstr Schnittstellen, auf denen der DHCPv6-Client Anfragen versendet:

#. Type: string
#. Description
#: ../wide-dhcpv6-client.templates:2001
msgid 
Network interfaces on which the DHCPv6 client sends requests should be 
specified here. Multiple interfaces are separated with spaces. An empty line 
temporarily disables dhcp6c.
msgstr 
Netzschnittstellen, auf denen der DHCPv6-Client Anfragen sendet sollten hier 
angegeben werden. Mehrere Schnittstellen werden durch Leerzeichen getrennt. 
Eine leere Zeile deaktiviert dhcp6c temporär.

#. Type: string
#. Description
#: ../wide-dhcpv6-relay.templates:1001
msgid Interfaces on which the DHCPv6 relay operates:
msgstr Schnittstellen, auf denen der DHCPv6-Relay arbeitet:

#. Type: string
#. Description
#: ../wide-dhcpv6-relay.templates:1001
msgid 
Network interfaces on which the DHCPv6 relay handles requests should be 
specified here. Multiple interfaces are separated with spaces. An empty line 
temporarily disables dhcp6relay.
msgstr 
Netzschnittstellen, auf denen der DHCPv6-Relay Anfragen bearbeitet sollten 
hier angegeben werden. Mehrere Schnittstellen werden durch Leerzeichen 
getrennt. Eine leere Zeile deaktiviert dhcp6relay temporär.

#. Type: note
#. Description
#: ../wide-dhcpv6-server.templates:1001
msgid WIDE DHCPv6 server configuration
msgstr WIDE DHCPv6 Server-Konfiguration

#. Type: note
#. Description
#: ../wide-dhcpv6-server.templates:1001
msgid The DHCPv6 server requires manual configuration after installation.
msgstr 
Der DHCPv6-Server benötigt nach der Installation eine manuelle Konfiguration.

#. Type: note
#. Description
#: ../wide-dhcpv6-server.templates:1001
msgid 
After the DHCPv6 server is installed it has to be manually configured by 
editing the file /etc/wide-dhcpv6/dhcp6s.conf. A sample dhcp6s.conf is  
available at /usr/share/doc/wide-dhcpv6-server/examples.
msgstr 
Nachdem der DHCPv6-Server installiert wurde muss er manuell durch Bearbeiten 
der Datei /etc/wide-dhcpv6/dhcp6s.conf konfiguriert werden. Ein Beispiel für 
die dhcp6s.conf ist unter /usr/share/doc/wide-dhcpv6-server/examples 
verfügbar.

#. Type: note
#. Description
#: ../wide-dhcpv6-server.templates:1001
msgid 
Please configure the DHCPv6 server as soon as the installation finishes.
msgstr 
Bitte konfigurieren Sie den DHCPv6-Server sobald die Installation 
abgeschlossen ist.

#. Type: string
#. Description
#: ../wide-dhcpv6-server.templates:2001
msgid Interfaces on which the DHCPv6 server listens to requests:
msgstr Schnittstellen, auf denen der DHCPv6-Server auf Anfragen wartet:

#. Type: string
#. Description
#: ../wide-dhcpv6-server.templates:2001
msgid 
Network interfaces on which the DHCPv6 server listens to 

Bug#428195: krb5: [debconf_rewrite] Debconf templates review

2007-06-10 Thread Christian Perrier
Quoting MJ Ray ([EMAIL PROTECTED]):
 Christian Perrier [EMAIL PROTECTED] wrote:
  This has been discussed on dle and we finally settled that the use of
  single quote is what's the closest to the official English
  typography's quotes. [...]
 
 I was not part of that discussion.  What subject was that under?

Frankly speaking, I can't tell. This happened during the first
reviews. Justin or James may remember and they probably have better
arguments than mine.


 I found a small mention of it in Bug #426491 and some discussion in
 ocsinventory-agent's 2007-04-* thread, but nothing about a supposed
 official English typography.  I'm *very* suspicious of things claiming
 official English status - we don't have an Academie Anglaise and that
 tactic seems similar to Death By Dictionary.  Standards by different

Actually, for French, the typography reference is more the French
Imprimerie Nationale, ie the official French governement printing
services that publishes all official publications. Its ruleset is
accepteed among most french-speaking countries.

I'd suggest seeking for similar organisms, either from UK or USA and
cross fingers for them to apply the same ruleset...:)


 people simply do different things about quotation marks (compare
 Fowler, Strunk, Columbia, Wired), as do various historic publications
 (compare Shakespeare with the Bible).
 
 FWIW, I have a fairly stong preference for s instead of ''s when
 there's no computing or nesting reason not to.

I personnally tend to use double quotes rather than single ones. See
above..:-). Even with French, when I'm just writing mails, I don't
really use our official « quotes ». However, I use them in formal
writings.

The sources I found (and IIRC the discussion we had) mention that
British English uses  LEFT SINGLE QUOTATION MARK (U+2018), and RIGHT
SINGLE QUOTATION MARK (U+2019). American English is said to use the
same but double quotation marks (U+201C, and U+201D) are used for
first level quotations.

As we have agreed to follow American English conventions, that maybe
means we should use double quotation marks. I'd still recommend to use
the simple ones () and not U+201C and U+201D as this would lead with
problems with debconf templates i18n (gettext complains when non ASCII
is used in msgid as it wrongly assumes that English does not use
anything but plain ASCII).

It is still time to change our mind.

We will probably leave already rewritten templates but we should now
settle for something.



signature.asc
Description: Digital signature


Bug#428265: ITP: openmx -- Package for nano-scale material simulations

2007-06-10 Thread Ondrej Certik

Package: wnpp
Owner: Ondrej Certik [EMAIL PROTECTED]
Severity: wishlist

* Package name: openmx
 Version : 3.2
 Upstream Author : Taisuke Ozaki
* URL : http://www.openmx-square.org/
* License : GPL
 Programming Lang: C
 Description : Package for nano-scale material simulations


OpenMX (Open source package for Material eXplorer) is a program package for
nano-scale material simulations based on density functional theories (DFT),
norm-conserving pseudopotentials and pseudo-atomic localized
basis functions. Since the code is designed for the realization of
large-scale ab initio calculations on parallel computers, it is anticipated
that OpenMX can be a useful and powerful tool for nano-scale material sciences
in a wide variety of systems such as biomaterials, carbon nanotubes, magnetic
materials, and nanoscale conductors.


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



Bug#428271: emacs-snapshot-gtk: Window operations like move and resize causes Emacs to freeze

2007-06-10 Thread Ali Servet Donmez
Package: emacs-snapshot-gtk
Version: 1:20070302-1
Severity: important


Window operations like move and resize causes Emacs to freeze
(application does not respond to any mouse or keyboard event).

Silly that, locking and un-locking Caps-Lock at least once seems to
solve this (temporary) problem, but the same issue can be repeated
several times with moving or resizing Emacs window with no exceptions,
causing a awful Emacs-use taste!

Thanks for your support,
Ali Servet Donmez

-- Package-specific info:
-- Emacs odds and ends:
Loading 00debian-vars...
Loading /etc/emacs/site-start.d/50autoconf.el (source)...
Loading /etc/emacs/site-start.d/50devhelp.el (source)...
Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...
Skipping dictionaries-common setup for emacs-snapshot
Loading /etc/emacs/site-start.d/50festival.el (source)...
Loading /etc/emacs/site-start.d/50gtk-doc-tools.el (source)...
Loading /etc/emacs/site-start.d/50psvn.el (source)...
Version is: GNU Emacs 22.0.95.1 (i486-pc-linux-gnu, GTK+ Version 2.8.20)
 of 2007-03-02 on pacem, modified by Debian
System load-path: (/usr/share/emacs-snapshot/site-lisp/gtk-doc-tools 
/usr/share/emacs/site-lisp/autoconf /etc/emacs-snapshot /etc/emacs 
/usr/local/share/emacs/22.0.95/site-lisp /usr/local/share/emacs/site-lisp 
/usr/share/emacs/22.0.95/site-lisp 
/usr/share/emacs/22.0.95/site-lisp/gtk-doc-tools /usr/share/emacs/site-lisp 
/usr/share/emacs/22.0.95/leim /usr/share/emacs/22.0.95/lisp 
/usr/share/emacs/22.0.95/lisp/url /usr/share/emacs/22.0.95/lisp/textmodes 
/usr/share/emacs/22.0.95/lisp/progmodes /usr/share/emacs/22.0.95/lisp/play 
/usr/share/emacs/22.0.95/lisp/obsolete /usr/share/emacs/22.0.95/lisp/net 
/usr/share/emacs/22.0.95/lisp/mh-e /usr/share/emacs/22.0.95/lisp/mail 
/usr/share/emacs/22.0.95/lisp/language 
/usr/share/emacs/22.0.95/lisp/international /usr/share/emacs/22.0.95/lisp/gnus 
/usr/share/emacs/22.0.95/lisp/eshell /usr/share/emacs/22.0.95/lisp/erc 
/usr/share/emacs/22.0.95/lisp/emulation 
/usr/share/emacs/22.0.95/lisp/emacs-lisp /usr/share/emacs/22.0.95/lisp/calendar 
/usr/share/emacs/22.0.95/lisp/calc /usr/share/emacs/22.0.95/leim)

-- /usr/share/emacs-snapshot/:
/usr/share/emacs-snapshot:
total 4
drwxr-xr-x 3 root root 4096 Jun  9 14:52 site-lisp

/usr/share/emacs-snapshot/site-lisp:
total 12
-rw-r--r-- 1 root root 3026 Jun  9 14:52 debian-startup.elc
drwxr-xr-x 2 root root 4096 Jun  9 14:52 gtk-doc-tools
-rw-r--r-- 1 root root  106 Mar  2 19:49 subdirs.el

/usr/share/emacs-snapshot/site-lisp/gtk-doc-tools:
total 8
-rw-r--r-- 1 root root 4850 Jun  9 14:52 gtk-doc.elc

-- /usr/share/emacs/site-lisp/:
/usr/share/emacs/site-lisp:
total 216
drwxr-xr-x 2 root root   4096 Jan 27 15:45 autoconf
-rw-r--r-- 1 root root   6159 Jan  6  2006 debian-startup.el
drwxr-xr-x 2 root root   4096 Jun  8 16:16 dictionaries-common
-rw-r--r-- 1 root root  10940 Sep  3  2006 festival.el
drwxr-xr-x 2 root root   4096 Apr 18 15:45 gtk-doc-tools
-rw-r--r-- 1 root root 182773 Apr 20  2006 psvn.el

/usr/share/emacs/site-lisp/autoconf:
total 4
-rw-r--r-- 1 root root 3857 Jan 18 04:57 autotest-mode.el

/usr/share/emacs/site-lisp/dictionaries-common:
total 272
-rw-r--r-- 1 root root  15335 Jun  1 19:04 debian-ispell.el
-rw-r--r-- 1 root root  99622 Jun  1 19:04 flyspell.el
-rw-r--r-- 1 root root 150585 Jun  1 19:04 ispell.el

/usr/share/emacs/site-lisp/gtk-doc-tools:
total 12
-rw-r--r-- 1 root root 8281 Apr 11 14:39 gtk-doc.el

-- /var/lib/emacs-snapshot/:
/var/lib/emacs-snapshot:
total 4
drwxr-xr-x 2 root root 4096 Jun  9 14:52 installed-subflavors

/var/lib/emacs-snapshot/installed-subflavors:
total 0
-rw-r--r-- 1 root root 0 Jun  9 14:52 emacs-snapshot-gtk


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

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

Versions of packages emacs-snapshot-gtk depends on:
ii  emacs-snapshot-bin-common 1:20070302-1   The GNU Emacs editor's shared, arc
ii  libasound21.0.14-1   ALSA library
ii  libc6 2.5-10 GNU C Library: Shared libraries
ii  libglib2.0-0  2.12.12-1  The GLib library of C routines
ii  libgtk2.0-0   2.10.12-2  The GTK+ graphical user interface 
ii  libice6   1:1.0.3-2  X11 Inter-Client Exchange library
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  libncurses5   5.6-3  Shared libraries for terminal hand
ii  libpng12-01.2.15~beta5-2 PNG library - runtime
ii  libsm62:1.0.3-1  X11 Session Management library
ii  libtiff4  3.8.2-7Tag Image File Format (TIFF) libra
ii  libungif4g4.1.4-5shared library for GIF images
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxft2

Bug#428270: libopenal0a: sound is badly distorted on intel audio using alsa

2007-06-10 Thread Paul Wise
Package: libopenal0a
Version: 1:0.0.8-4
Severity: normal

I recently moved my Debian install onto a new Dell laptop and I have
badly distorted sound and music with the trigger and chromium games the
onboard audio device using the alsa snd_hda_intel driver:

00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition 
Audio Controller (rev 01)
00:1b.0 0403: 8086:27d8 (rev 01)

I wasn't sure whether to file this on openal, openalut or chromium,
please reassign as necessary. When I change /etc/openalrc to use oss
instead of alsa, I have no problems with sound.

I get this when only one app is attached to the alsa sound device and
also when other apps (rhythmbox/etc) are attached.

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

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

Versions of packages libopenal0a depends on:
ii  libc6 2.5-10 GNU C Library: Shared libraries

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#428269: dictionaries-common: Wrong path for ispell aff file in manpage

2007-06-10 Thread Kurt Roeckx
Package: dictionaries-common
Version: 0.81.2

Hi,

ispell-autobuildhash manpage says:
   The most common case is having a single source. In this case you must
   put the $dict.aff file at /usr/lib/$dict.aff as usual and the munched
   wordlist compressed with gzip at /usr/share/ispell/$dict.mwl.gz.

The aff should be put in /usr/lib/ispell/


Kurt



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



Bug#428223: totem-mozilla: how to disable totem browser plugin?

2007-06-10 Thread Josselin Mouette
Le dimanche 10 juin 2007 à 03:13 +0300, Wouter Van Hemel a écrit :
 How do I disable the totem-mozilla plugin? It is installed automatically 
 on Debian, but I would like to disable it for some users/browsers.
 
 Iceweasel doesn't let me to remove mime-types from Preferences 
 Content  Manage, probably because of the system-wide installation and
 hence lack of permissions.

Tu sais si c'est possible, ça ?

-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


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


Bug#426425: sa-exim: sa-exim does not depend on a recent enough version of exim

2007-06-10 Thread Marc Haber
clone #426425 -1
reassign #426425 sa-exim
reassign -1 exim4-dev
retitle -1 include exim4-config script for ABI version detection
thanks

On Thu, Jun 07, 2007 at 09:51:19PM +0200, Marc Haber wrote:
 Show me the script, and I'll include it.

Cloning, so that I can close my part of the issue.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#428273: RFA: smlnj

2007-06-10 Thread Kari Pahula
Package: wnpp
Severity: normal

My interest in smlnj was in having it in a good shape in order to use
it to bootstrap Alice (ITP #396049), but but I'm afraid that I'm over
my head with SML/NJ.  It deserves a more capable and more interested
maintainer than what I am.

I don't even code in SML, I'm more of a Haskeller.


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



Bug#428275: Debconf : [INTL:eo] Esperanto translation for debconf.

2007-06-10 Thread Serge Leblanc
Package: debconf
Version: n/a
Tags: l10n, patch
Severity: wishlist

Esperanto translation for debconf messages.

Sincere via,
--
Serge Leblanc
gpg --keyserver hkp://subkeys.pgp.net --recv-keys 0x73791C2B
Fingerprint: 8E0C 0D6D E026 A278 9278 BF4F 1A93 D552 7379 1C2B
# translation to Esperanto
# Copyright (C) 2007 Free Software Foundation, Inc.
# Serge Leblanc [EMAIL PROTECTED], 2007.
#
msgid 
msgstr 
Project-Id-Version: debconf\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2007-05-08 02:26+\n
PO-Revision-Date: 2007-06-10 12:03+0200\n
Last-Translator: Serge Leblanc [EMAIL PROTECTED]\n
Language-Team: Esperanto [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#: ../Debconf/AutoSelect.pm:76
#, perl-format
msgid falling back to frontend: %s
msgstr Retroiru al la fasado: %s

#: ../Debconf/AutoSelect.pm:84
#, perl-format
msgid unable to initialize frontend: %s
msgstr Ne eblas komencvalori la fasadon: %s

#: ../Debconf/AutoSelect.pm:90
#, perl-format
msgid Unable to start a frontend: %s
msgstr Ne eblas starti la fasadon: %s

#: ../Debconf/Config.pm:130
msgid Config database not specified in config file.
msgstr La agorda dosiero ne indikas la lokon de la agorda datumbazo.

#: ../Debconf/Config.pm:134
msgid Template database not specified in config file.
msgstr 
La agorda dosiero ne indikas la lokon de la mesaĝa datumbazo (\templates\).

#: ../Debconf/Config.pm:139
msgid 
The Sigils and Smileys options in the config file are no longer used. Please 
remove them.
msgstr 
La 'Sigils' kaj 'Smileys'-elektoj el agorda dosiero ne plu estas uzitaj. 
Bonvolu forviŝi ilin.

#: ../Debconf/Config.pm:153
#, perl-format
msgid Problem setting up the database defined by stanza %s of %s.
msgstr Problemo dum la datumbaza agordado difinita de la paragrafo %s pri %s.

#: ../Debconf/Config.pm:228
msgid 
  -f,  --frontend\t\tSpecify debconf frontend to use.\n
  -p,  --priority\t\tSpecify minimum priority question to show.\n
   --terse\t\t\tEnable terse mode.\n
msgstr 
  -f,  --frontend\t\tIndikas la uzotan 'debconf'-fasadon.\n
  -p,  --priority\t\tIndikas la vidotan mininuman prioritatan demandon.\n
   --terse\t\t\tAktivigas la lakonan 'terse'-modon.\n

#: ../Debconf/Config.pm:308
#, perl-format
msgid Ignoring invalid priority \%s\
msgstr Ignoras la malvalidan prioritaton \%s\

#: ../Debconf/Config.pm:309
#, perl-format
msgid Valid priorities are: %s
msgstr Validaj prioritatoj estas : %s

#: ../Debconf/Element/Editor/Boolean.pm:30
#: ../Debconf/Element/Editor/Multiselect.pm:31
#: ../Debconf/Element/Editor/Select.pm:31
msgid Choices
msgstr Elektoj

#: ../Debconf/Element/Editor/Boolean.pm:30
#: ../Debconf/Element/Editor/Boolean.pm:36
#: ../Debconf/Element/Editor/Boolean.pm:59
#: ../Debconf/Element/Teletype/Boolean.pm:28
msgid yes
msgstr jes

#: ../Debconf/Element/Editor/Boolean.pm:30
#: ../Debconf/Element/Editor/Boolean.pm:39
#: ../Debconf/Element/Editor/Boolean.pm:62
#: ../Debconf/Element/Teletype/Boolean.pm:29
msgid no
msgstr ne

#: ../Debconf/Element/Editor/Multiselect.pm:32
msgid 
(Enter zero or more items separated by a comma followed by a space (', ').)
msgstr 
(Tajpu nulon aŭ pliajn erojn interspacigitaj de la (komo,spaco) paro: ', '.) 

#: ../Debconf/Element/Gnome.pm:183
msgid _Help
msgstr _Helpo

#: ../Debconf/Element/Gnome.pm:185
msgid Help
msgstr Helpo

#: ../Debconf/Element/Noninteractive/Error.pm:39
msgid 
Debconf was not configured to display this error message, so it mailed it to 
you.
msgstr 
'Debconf'-programo ne estis agordita por montri tiun eraran mesagon, do ĝi 
sendis ĝin al vi.

#: ../Debconf/Element/Noninteractive/Error.pm:63
msgid Debconf
msgstr Debconf

#: ../Debconf/Element/Noninteractive/Error.pm:86
#, perl-format
msgid Debconf, running at %s
msgstr Debconf, plenumiĝas sur %s

#: ../Debconf/Element/Select.pm:95 ../Debconf/Element/Select.pm:110
#, perl-format
msgid 
Input value, \%s\ not found in C choices! This should never happen. 
Perhaps the templates were incorrectly localized.
msgstr 
La valoro \%s\ maltroviĝas en disponeblaj elektoj! Tiu nepre ne okazus. 
Eble, la ŝablonoj estis malbone tradukitaj.

#: ../Debconf/Element/Teletype/Multiselect.pm:27
msgid none of the above
msgstr neniu el indikitaj elementoj

#: ../Debconf/Element/Teletype/Multiselect.pm:47
msgid Enter the items you want to select, separated by spaces.
msgstr Tajpu interspace la erojn kiujn vi volas elekti.

#: ../Debconf/FrontEnd.pm:140
#, perl-format
msgid Unable to load Debconf::Element::%s. Failed because: %s
msgstr Neeblas ŝargi 'Debconf::Element::%s'-n. La kaŭzo de la fiasko: %s

#: ../Debconf/FrontEnd.pm:321
#, perl-format
msgid Configuring %s
msgstr Agordado de %s

#: ../Debconf/FrontEnd/Dialog.pm:52
msgid TERM is not set, so the dialog frontend is not usable.
msgstr 
La 'TERM'-variablo ne estas agordita, do la dialoga fasado ne estas uzebla.

#: ../Debconf/FrontEnd/Dialog.pm:55
msgid Dialog frontend is incompatible with emacs shell buffers
msgstr La 

Bug#428223: totem-mozilla: how to disable totem browser plugin?

2007-06-10 Thread Mike Hommey
On Sun, Jun 10, 2007 at 11:27:13AM +0200, Josselin Mouette [EMAIL PROTECTED] 
wrote:
 Le dimanche 10 juin 2007 à 03:13 +0300, Wouter Van Hemel a écrit :
  How do I disable the totem-mozilla plugin? It is installed automatically 
  on Debian, but I would like to disable it for some users/browsers.
  
  Iceweasel doesn't let me to remove mime-types from Preferences 
  Content  Manage, probably because of the system-wide installation and
  hence lack of permissions.
 
 Tu sais si c'est possible, ça ?

Cf. #134007, #137060, #268851, etc. and
https://bugzilla.mozilla.org/show_bug.cgi?id=19118 : no.

Mike


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



Bug#79358: is select still broken on hurd ?

2007-06-10 Thread Samuel Thibault
Neal H. Walfield, le Sat 09 Jun 2007 00:29:38 +0200, a écrit :
 The theory is that we don't trust the server to honor the timeout: it
 may be malicious and trick the client into waiting forever.

Or it may be buggued and hung.

 However, there are enough ways in which we rely on the server for
 correct operation that using the Mach timeout mechanism to preempt
 the server doesn't bring any additional safety.

Mmm, maybe, but is it really the way we want to go? (i.e. trusting
the server for such operations).  Server hangs do happen, and having
applications hung just because of this is not pleasant.

 Instead, I think, we should pass the timeout directly to the server
 and rely on it to honor the timeout according to the specification.

Well, that's a big change, since it requires all servers to be modified.
Maybe in the meanwhile we could use my patch?

Samuel



Bug#426980: exim4: [debconf_rewrite] Debconf templates review

2007-06-10 Thread Marc Haber
tags #426980 confirmed pending
thanks

On Wed, Jun 06, 2007 at 07:02:24PM +0200, Christian Perrier wrote:
   It is now ready. You theoretically need to Version-depend on 
   debconf =1.4.69 but unless you intend to preserve backportability
   on sarge, this is not needed.
  
  I see. Then the developer's reference needs updating.
  
  What exactly is the advantage of using error instead of note? I don't
  think that the message is a real error.
 
 It is displayed whatever the priority settings of the user are.
 
 The interface will also handle it differently (for instance, the
 dialog interface uses a redish background) and, therefore, it brings a
 better attention from the user.
 
 There are running ideas to remove the support for notes in debconf, as
 this lead to numerous misuses and abuse. The error type was defined
 as a way to avoid using note in the (legitimate) purpose of displaying
 some warning|message to users when somethign wrong happened of if they
 did not enter appropriate answers to a debconf question.

I still feel that the message please reconfigure exim4-config is
more a note than an error. I mean, nothing bad is happening, it is
just that the package suggest something that might do what the user is
intending to do.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#428270: libopenal0a: sound is badly distorted on intel audio using alsa

2007-06-10 Thread Cyril Brulebois
Paul Wise [EMAIL PROTECTED] (10/06/2007):
 I recently moved my Debian install onto a new Dell laptop and I have
 badly distorted sound and music with the trigger and chromium games
 the onboard audio device using the alsa snd_hda_intel driver:

I had this kind of problem with an older kernel (.18), which wasn't able
to guess the appropriate driver for the card. By diffing .18 and .21, I
was able to find the appropriate model name (3stack in my case).
(To be put under /etc/modprobe.d, in a file containing e.g.:
options snd-hda-intel model=3stack)

 Kernel: Linux 2.6.21-1-686 (SMP w/2 CPU cores)

Since you already have .21, maybe it could be worth a try to check
whether your card is correctly recognized by it, and that you don't
have to specify the appropriate modelname.


I'm aware it probably won't address your problem, but well one never
knows...

Cheers,

-- 
Cyril Brulebois


pgp8SfL37kRxZ.pgp
Description: PGP signature


Bug#426401: Also problem in Galeon

2007-06-10 Thread Mike Hommey
On Sun, Jun 10, 2007 at 11:24:10AM +0200, Josselin Mouette [EMAIL PROTECTED] 
wrote:
 Le dimanche 10 juin 2007 à 09:12 +0200, Mike Hommey a écrit :
  So, here is what I propose: I'll duplicate this bug to galeon and
  kazehakase so that this can be fixed there. For epiphany, a binNMU
  should be enough to close this bug. 
 
 Version 2.18.2-1 (currently in NEW) was built against the latest libxul,
 but I still have the bug.

Then you should track where and in what conditions the
EPHY_EMBED_LOAD_FLAGS_ALLOW_THIRD_PARTY_FIXUP flag is set, because
everything in libxul is there for that to work (and my workaround, which
is to add the nsIWebNavigation::LOAD_FLAGS_ALLOW_THIRD_PARTY_FIXUP flag,
works). You should also check if HAVE_GECKO_1_8_1 was set during the build.

Mike


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



Bug#428276: New upstream release 3.3

2007-06-10 Thread Gilles Mocellin
Package: ntop
Severity: wishlist

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

The new 3.3 release is out.
It fixes for me bug #420633.

But already has some bugs (presets in graphics zoom).

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.20-1-xen-amd64

Debian Release: lenny/sid
  600 unstablejeandamiendurand.free.fr 
  600 unstableaptsrc 
  500 debian  aptsrc 
  200 experimentalaptsrc 

--- Package information. ---
Depends(Version) | Installed
-+-
debconf  (= 0.2.26) | 1.5.13



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


Bug#428277: dictionaries-common_debian_po : [INTL:eo] Esperanto translation for dictionaries-common.

2007-06-10 Thread Serge Leblanc
Package: dictionaries-common
Version: n/a
Tags: l10n, patch
Severity: wishlist

Esperanto translation for dictionaries-common messages.

Sincere via,
--
Serge Leblanc
gpg --keyserver hkp://subkeys.pgp.net --recv-keys 0x73791C2B
Fingerprint: 8E0C 0D6D E026 A278 9278 BF4F 1A93 D552 7379 1C2B
# translation to Esperanto
# Copyright (C) 2007 Free Software Foundation, Inc.
# Serge Leblanc [EMAIL PROTECTED], 2007.
#
msgid 
msgstr 
Project-Id-Version: dictionaries-common\n
POT-Creation-Date: 2005-04-30 17:13+0200\n
PO-Revision-Date: 2007-06-10 12:31+0200\n
Last-Translator: Serge Leblanc [EMAIL PROTECTED]\n
Language-Team: Esperanto [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: note
#. Description
#: ../dictionaries-common.templates:3
msgid An invalid debconf value [${value}] has been found
msgstr 'debconf'-valoro [${value}] malvalidas

#. Type: note
#. Description
#: ../dictionaries-common.templates:3
msgid It does not correspond to any installed package in the system.
msgstr La implica elekto ne kongruas kun instalitaj pakoj en la sistemo.

#. Type: note
#. Description
#: ../dictionaries-common.templates:3
msgid 
That is usually caused by problems at some time during packages 
installation, where the package providing [${value}] was selected for 
installation but finally not installed because of errors in other packages.
msgstr 
Tio kutime venas de okazantaj malfacilaĵoj dum la pakaj instaladoj. La 
elektita enhavanta [${value}] pako ne estos instalita, ĉar aliaj eraroj dum 
la instalado de aliaj pakoj ĝenas.

#. Type: note
#. Description
#: ../dictionaries-common.templates:3
msgid 
To fix this error, reinstall (or install) the package that provides the 
missing value.  Then, if you don't want this package on your system, remove 
it, which will also remove its debconf entries. Menu to be shown after this 
message will try to leave the system in a working state until then.
msgstr 
Por korekti tiun eraron, bonvolu (denove) instali la pakon provizantan la 
maldisponeblan valoron. Se vi ne plu volas uzi ĉi tiun pakon en via sistemo, 
bonvolu forviŝi ĝin kiel kutime por ke ankaŭ ĝiaj 'debconf'-eniroj estu 
forviŝitaj. La venontaj demandoj strebos lasi la sistemon uzebla.

#. Type: note
#. Description
#: ../dictionaries-common.templates:3
msgid 
This error message can also appear during ispell dictionary or wordlist 
renaming (e.g., wenglish- wamerican). In this case it is harmless and 
everything will be fixed after you select your default in the menu(s) shown 
after this message.
msgstr 
Tiu erara mesaĝo pavos ankaŭ aperi kiam vortaro aŭ vortlisto por 'ispell'-
programo (ekzemple: wenglish-wamerican) estas renomita. Tiuokaze, la 
eraro estas sensekva kaj ĉio ordos kiam vi elektos la implican vortaron 
tuj post ĉi tiu mesaĝo.

#. Type: select
#. Description
#: ../dictionaries-common.templates:25
msgid Selecting system's default ispell dictionary:
msgstr Elektita implicita 'ispell'-vortaro:

#. Type: select
#. Description
#: ../dictionaries-common.templates:25
msgid 
Because more than one ispell dictionary will be available in your system, 
please select the one you'd like applications to use by default.
msgstr 
Pro pluraj disponeblaj 'ispell'-vortaroj en via sistemo, bonvolu elekti tiun, 
kiun vi volos normale uzi.

#. Type: select
#. Description
#: ../dictionaries-common.templates:25
msgid 
You can change the default ispell dictionary at any time by running \select-
default-ispell\.
msgstr 
Ĉiam vi povas ŝanĝi la implicitan 'ispell'-vortaron plenumante la ordonon 
\select-default-ispell\.

#. Type: select
#. Choices
#: ../dictionaries-common.templates:34
msgid ${choices}, Manual symlinks setting
msgstr ${choices}, Mane administru simbolajn ligilojn

#. Type: select
#. Description
#: ../dictionaries-common.templates:35
msgid Selecting system's default wordlist:
msgstr Eluktu la sisteman implicitan vortliston:

#. Type: select
#. Description
#: ../dictionaries-common.templates:35
msgid 
Because more than one wordlist will be available in your system, please 
select the one you'd like applications to use by default.
msgstr 
Pro pluraj disponeblaj vortlistoj en via sistemo, bonvolu elekti tiun, kiun 
vi volos normale uzi.

#. Type: select
#. Description
#: ../dictionaries-common.templates:35
msgid 
You can change the default wordlist at any time by running \select-default-
wordlist\.
msgstr 
Ĉiam vi povas ĉanĝi la implicitan vortliston per plenumi la ordonon 
\select-default-wordlist\.

#. Type: boolean
#. Description
#: ../dictionaries-common.templates:45
msgid Move non-FHS stuff under /usr/dict to /usr/dict-pre-FHS?
msgstr Ĉu oni movas 'non-FHS'-dosierojn el '/usr/dict' al '/usr/dict-pre-FHS'?

#. Type: boolean
#. Description
#: ../dictionaries-common.templates:45
msgid 
Some stuff under /usr/dict that is not a symlink to /usr/share/dict has been 
detected in your system. /usr/share/dict is now the FHS location for those 
files. Everything 

Bug#427562: [BINGO FOUND] Launches forkbomb on upgrade/install

2007-06-10 Thread Frank Küster
# reassign 427562 tex-common
notfound 427562 2007-11
found 427562 1.0.1
found 427562 1.7
thanks

-- 
Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)



Bug#428158: Dependency on texlive is not fine-grained enough

2007-06-10 Thread Frank Küster
Florent Rougon [EMAIL PROTECTED] wrote:

 Hi,

 Norbert Preining [EMAIL PROTECTED] wrote:

 Well, texlive itself does NOT depend on any -lang packages, that is
 texlive-full. texlive itself only depends (for now) on
 texlive-fonts-recommended (= 2007-7)
 texlive-latex-recommended (= 2007-7)
 texlive-latex-base (= 2007-7)

 so not a lot.

 Oh, you're right. I was fooled because when I wanted to install
 maxima-emacs, dselect proposed to install *both* tetex-extra and
 texlive; 

That might be because some other TeX-addon package has tetex-extra as
the first (or only) dependency alternative.

Regards, Frank
-- 
Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)



Bug#428205: [Buildd-tools-devel] Bug#428205: sbuild: option documented as --force-orig-source, implemented as --force_orig_source

2007-06-10 Thread Roger Leigh
tags 428205 + patch fixed-upstream pending
thanks

Alec Berryman [EMAIL PROTECTED] writes:

 Somewhere between 0.52 and 0.55, the --force-orig-source option was
 renamed to --force_orig_source (dashes changed to underscores).  The man
 page still documents the dashed version (twice), but the program only
 accepts the underscored version.

This is a regression.  When I converted the options parsing to use
Getopt::Long, there must have been a copy/paste error for that option
(it's the variable name, not the option name).

The following patch fixes this and has been applied in SVN.  It will
be included in sbuild 0.56.  If you apply the patch to sbuild, does
this restore the old behaviour for you?

Index: sbuild
===
--- sbuild	(revision 1219)
+++ sbuild	(working copy)
@@ -138,7 +138,7 @@
    if $main::distribution eq e;
 			   $main::override_distribution = 1;
 		   },
-		   force_orig_source = \$conf::force_orig_source,
+		   force-orig-source = \$conf::force_orig_source,
 		   m|maintainer = \$conf::maintainer_name,
 		   k|keyid = \$conf::key_id,
 		   e|uploader = \$conf::uploader_name,
Index: debian/changelog
===
--- debian/changelog	(revision 1219)
+++ debian/changelog	(working copy)
@@ -1,3 +1,13 @@
+sbuild (0.56) UNRELEASED; urgency=low
+
+  * sbuild
+- Fix --force-orig-source option which was renamed to
+  --force_orig_source while rewriting the options parsing logic to use
+  Getopt::Long (Closes: #428205).  Thanks to Alec Berryman for
+  reporting this regression.
+
+ -- Roger Leigh [EMAIL PROTECTED]  Sun, 10 Jun 2007 11:26:28 +0100
+
 sbuild (0.55) unstable; urgency=low
 
   * sbuild:


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


pgpSh6ccmZGQ3.pgp
Description: PGP signature


Bug#377857: Re: Bug#377857: occasional SIGSEGV in exim4 under heavy load

2007-06-10 Thread Marc Haber
On Mon, Oct 09, 2006 at 02:26:41PM +0200, Marc Haber wrote:
 On Tue, Jul 18, 2006 at 03:18:06PM +0200, Marc Haber wrote:
  So, if this is a kernel 2.4 issue, I'd like to close this bug or
  reassign to the 2.4 kernel packages (if there are any left). Are you
  running a Debian kernel, or did you roll your own?
 
 Just making sure to tag this as a possible kernel 2.4 issue.

After etch being released, and kernel 2.4 no longer supported, can I
close this issue?

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#427972: vol_id returns wrong ID_FS_TYPE (vfat instead of ext3) - system fails to boot

2007-06-10 Thread Yannick Montulet
Hi,

I'm having the same problem.
I can additionally say that I have GRUB installed at the concerned partition 
start (and not disk start)
You provided a dd command to clean out first sector (dd if=/dev/zero 
of=/dev/XXX bs=512 count=1).
Can you confirm that this won't destroy GRUB install and that I'll still be 
able to boot  !!!

PS: below are the results of tests I did to find any fat remnants.

Thanks,
Yannick

I have done a few checks to find any fat remnants, but  have been unable to 
find any.
I checked using fdisk and file. The results are displayed below.

FDISK OUPUT :

Command (m for help): p

Disk /dev/hda: 123.5 GB, 123522416640 bytes
255 heads, 63 sectors/track, 15017 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot  Start End  Blocks   Id  System
/dev/hda1   *   1 364 2923798+  83  Linux
/dev/hda2 365 385  168682+   5  Extended
/dev/hda3 386   15017   117531508+   7  HPFS/NTFS
/dev/hda5 365 385  168651   82  Linux swap / Solaris


FILE OUTPUT:

# cat /dev/hda | file -
/dev/stdin: x86 boot sector, Microsoft Windows XP MBR, Serial 0x2f112f10; 
partition 2: ID=0x5, starthead 0, startsector 5847660, 337365 sectors; 
partition 3: ID=0x7, starthead 1, startsector 6185088, 235063017 sectors
# cat /dev/hda1 | file -
/dev/stdin: x86 boot sector; GRand Unified Bootloader, stage1 version 0x3, LBA 
flag 0x1, 1st sector stage2 0x38504f, GRUB version 0.94, code offset 0x48, 
sectors/cluster 4, reserved sectors 36, Media descriptor 0xf8, heads 255, 
hidden sectors 63, sectors 6184962 (volumes  32 MB) , physical drive 0x2, 
reserved 0x2f, dos  4.0 BootSector (0x0)
# cat /dev/hda2 | file -
/dev/stdin: x86 boot sector, extended partition table (last)\011
# cat /dev/hda3 | file -
/dev/stdin: x86 boot sector, code offset 0x52, OEM-ID NTFS, 
sectors/cluster 8, reserved sectors 0, Media descriptor 0xf8, heads 255, hidden 
sectors 6185088, dos  4.0 BootSector (0x80)
# cat /dev/hda5 | file -
/dev/stdin: Linux/i386 swap file (new style) 1 (4K pages) size 42161 pages




  
_ 
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail 

Bug#428270: libopenal0a: sound is badly distorted on intel audio using alsa

2007-06-10 Thread Paul Wise
On Sun, 2007-06-10 at 12:18 +0200, Cyril Brulebois wrote:

 I had this kind of problem with an older kernel (.18), which wasn't able
 to guess the appropriate driver for the card. By diffing .18 and .21, I
 was able to find the appropriate model name (3stack in my case).
 (To be put under /etc/modprobe.d, in a file containing e.g.:
 options snd-hda-intel model=3stack)

So, is this would be a kernel/udev problem?

 Since you already have .21, maybe it could be worth a try to check

Well, the card works correctly with other apps (rhythmbox/etc, just not
in openal-based apps. 

 whether your card is correctly recognized by it, and that you don't
 have to specify the appropriate modelname.

How would I check these things?

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#390712: Any progress?

2007-06-10 Thread Marc Haber
On Tue, May 01, 2007 at 08:40:50PM +0200, Stian Jordet wrote:
 Didn't the gnutls people come to an conclusion on this one? Symbian
 phones are so common now, it's weird the gnutls people haven't run into
 this themselves :)

Unfortunately, there is still no solution besides disabling SHA-1 in
the exim sources, which I am not prepared to do in Debian's exim
sources.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#428272: Appears sporadically

2007-06-10 Thread Andrew Donnellan
Package: konqueror
Version: 4:3.5.7-1
Followup-For: Bug #428272

It appears that this is sporadic - I looked again at the same page in the 
image, and it's no longer happening. There have been no 
package upgrades in the meantime.

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

Kernel: Linux 2.6.20-1-k7 (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 konqueror depends on:
ii  kcontrol4:3.5.7-1control center for KDE
ii  kdebase-kio-plugins 4:3.5.7-1core I/O slaves for KDE
ii  kdelibs4c2a 4:3.5.7.dfsg.1-1 core libraries and binaries for al
ii  kdesktop4:3.5.7-1miscellaneous binaries and files f
ii  kfind   4:3.5.7-1file-find utility for KDE
ii  libacl1 2.2.42-1 Access control list shared library
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libattr11:2.4.32-1.1 Extended attribute shared library
ii  libaudio2   1.8-4The Network Audio System (NAS). (s
ii  libc6   2.5-9+b1 GNU C Library: Shared libraries
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libfreetype62.2.1-5  FreeType 2 font engine, shared lib
ii  libgamin0 [libfam0] 0.1.8-2  Client library for the gamin file 
ii  libgcc1 1:4.2-20070528-1 GCC support library
ii  libice6 1:1.0.1-2X11 Inter-Client Exchange library
ii  libidn110.6.5-1  GNU libidn library, implementation
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  libkonq44:3.5.7-1core libraries for Konqueror
ii  libpng12-0  1.2.15~beta5-1   PNG library - runtime
ii  libqt3-mt   3:3.3.7-4Qt GUI Library (Threaded runtime v
ii  libsm6  1:1.0.1-3X11 Session Management library
ii  libstdc++6  4.2-20070528-1   The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1.1.7-4  X cursor management library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar
ii  libxft2 2.1.8.2-8FreeType-based font drawing librar
ii  libxi6  1:1.0.1-4X11 Input extension library
ii  libxinerama11:1.0.1-4.1  X11 Xinerama extension library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.1-3X Rendering Extension client libra
ii  libxt6  1:1.0.2-2X11 toolkit intrinsics library
ii  zlib1g  1:1.2.3-13   compression library - runtime

konqueror recommends no packages.

-- no debconf information


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



Bug#428225: Use of uninitialized value in exit at /usr/share/svn-buildpackage/SDCommon.pm line 275

2007-06-10 Thread Gonéri Le Bouder
tag 428225 pending
thanks

On Sun, Jun 10, 2007 at 03:11:50AM +0200, Daniel Leidert wrote:
 Package: svn-buildpackage
 Version: 0.6.21
 Severity: minor
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 There is a warning echod from Perl:
 Use of uninitialized value in exit at
 /usr/share/svn-buildpackage/SDCommon.pm line 275
Thank you for the report.

Regards,

 Gonéri


signature.asc
Description: Digital signature


Bug#420641: asterisk-oh323 fails to build with asterisk-1.4

2007-06-10 Thread Mark Purcell
On Mon, 4 Jun 2007, Michael Manousos wrote:
 A first attempt of asterisk-oh323 update to Asterisk 1.4 is
 available on sourceforge
 (https://sourceforge.net/projects/asterisk-oh323/). It compiles and loads
 with Asterisk 1.4.4.
 The thing is that I cannot test it since I don't have any H.323 equipment.
 So, anyone please report any test result. I'll try to fix runtime
 problems on a best-effort basis.

Thanks Michael,

I can't find any released files at that sf project. :-(

Are you talking about the cvs archive on the sf project?

Mark


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


Bug#428224: [Pkg-alsa-devel] Bug#428224: Bug#428224: Catalan translation

2007-06-10 Thread Jordi Mallach
Oh my...

On Sun, Jun 10, 2007 at 02:37:06AM +0200, Elimar Riesebieter wrote:
 I didn't know still now, that Catalan is an empty language ;)
 Missing the attachment! Well, this is the Iberian chaos I know very,
 very well: My wife is from Catalonia (Sabadell) ;)))

Wow, I didn't know that!

-- 
Jordi Mallach Pérez  --  Debian developer http://www.debian.org/
[EMAIL PROTECTED] [EMAIL PROTECTED] http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/


ca.po
Description: application/gettext


signature.asc
Description: Digital signature


Bug#428204: Confirmed

2007-06-10 Thread Alan Woodland

tags 428204 +confirmed
severity 428204 wishlist
merge 428204 378117

thanks

Hi,

Thanks for taking time to fill out a bug report. There is currently a  
feature request[1] in bugzilla that would make this possible. If you  
could vote on that (or better yet submit a patch?) that would be  
helpful towards getting this fixed. I'm afraid as much as I would  
like to see this in moztraybiff I'm still inclined to disagree with  
your assessment of the severity because this cannot be fixed in  
mozilla-traybiff, only by adding features to the biff mechanisms of  
the mozilla codebase itself.


Thanks,
Alan

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=11040


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



Bug#428223: totem-mozilla: how to disable totem browser plugin?

2007-06-10 Thread Josselin Mouette
reassign 428223 libxul0d
retitle 428223 no framework to manage plugins
forwarded 428223 https://bugzilla.mozilla.org/show_bug.cgi?id=19118
thanks

Le dimanche 10 juin 2007 à 03:13 +0300, Wouter Van Hemel a écrit :
 How do I disable the totem-mozilla plugin? It is installed automatically 
 on Debian, but I would like to disable it for some users/browsers.
 
 Iceweasel doesn't let me to remove mime-types from Preferences 
 Content  Manage, probably because of the system-wide installation and
 hence lack of permissions.

Hi,

I've asked the xulrunner maintainer, and it turns out this isn't
possible because of the lack of a plugin manager in the mozilla
framework. The upstream bug has been open for more than 7 years, so I
guess we shouldn't expect that soon :/

Cheers,
-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


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


Bug#428270: libopenal0a: sound is badly distorted on intel audio using alsa

2007-06-10 Thread Cyril Brulebois
Paul Wise [EMAIL PROTECTED] (10/06/2007):
 So, is this would be a kernel/udev problem?

I guess so, although I'm absolutely no kernel expert. Maybe a bad
default driver, dunno.

 Well, the card works correctly with other apps (rhythmbox/etc, just
 not in openal-based apps.

It might have to do with some options missing, but if only openal-based
applications have this problem...

 How would I check these things?

In the kernel sources, check sound/pci/hda/, the mapping is apparently
(at least in my case) this way:

$ grep MCP51 -r .
./hda_intel.c:  { 0x10de, 0x026c, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 
AZX_DRIVER_NVIDIA }, /* NVIDIA MCP51 */

$ grep 0x10de -r .
./patch_analog.c:SND_PCI_QUIRK(0x10de, 0xcb84, ASUS A8N-VM, 
AD1986A_3STACK),

And this mapping wasn't present in 2.6.18. If such a mapping exists for
your card, I guess that your problem has nothing to do with a bad driver
mapping, at most with a missing option.

Cheers,

-- 
Cyril Brulebois


pgp5u6vPGQRSE.pgp
Description: PGP signature


Bug#428278: boinc : [INTL:pt] Portuguese translation for debconf messages

2007-06-10 Thread Traduz - Portuguese Translation Team

Package: boinc
Version: 5.8.17-2
Tags: l10n, patch
Severity: wishlist

Portuguese translation for boinc's debconf messages.
Translator: Miguel Figueiredo elmig _at_ debianpt.org
Feel free to use it.

For translation updates please contact 'Last Translator' or the
Portuguese Translation Team traduz _at_ debianpt.org.


--
Best regards,

Rui Branco
Traduz - Portuguese Translation Team
http://www.DebianPT.org




pt.po
Description: application/gettext


Bug#428161: curator: Option --quiet prints a lot of blank lines (and a minor comment correction)

2007-06-10 Thread Sven Hoexter
On Sat, Jun 09, 2007 at 05:28:48PM +0300, Famelis George wrote:

Hi,


 When the -q or --quiet option is specified then due to a unguarded print 
 at line 743, curator prints a lot of blank lines.
 
 Also when checking for InageMagick tools, block after line 432, 
 the comment must say that the program will exit (and may be 
 change the WARNING at line 435 to Error ?).
Yes, you're right. I'll apply your proposed patch.

As you might have seen from the diff in the Debian package and the
changelog I just try to work around the problems when they occur since the
development of curator has stoped. 
So for the warning vs. error case I've always tried to stay as near as
possible to the original codebase but after reading this part of the
code again I think I can agree with you that it's better to call it ERROR
instead of warning.

Thanks for your report,
Sven
-- 
If you won't forgive me the rest of my life
Let me apologize while I'm still alive
I know it's time to face all of my past mistakes
  [Less than Jake - Rest Of My Life]


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



Bug#428279: kbuildsyscoca: WARNING: ... undefined mimetype/servicetype

2007-06-10 Thread Greg Kochanski
Package: kate
Version: 4:3.5.5a.dfsg.1-6
Severity: minor


When I run kate from a terminal window for the first time
after I log in, I get *piles* of warning messages.
(Note: I run a Debian xfce4 desktop started from kdm,
and not a kdm desktop.)   Despite all these dire warnings,
kate seems to run just fine.

Here is a sample of the literally hundreds of messages:

kbuildsycoca: WARNING: '/usr/share/applications/gnumeric.desktop' specifies 
undefined mimetype/servicetype 'application/x-sylk'
kbuildsycoca: WARNING: '/usr/share/applications/gnumeric.desktop' specifies 
undefined mimetype/servicetype 'application/x-xbase'
kbuildsycoca: WARNING: '/usr/share/applications/sun-java6-java.desktop' 
specifies undefined mimetype/servicetype 'application/x-java-archive'
...
kbuildsycoca: WARNING: '/usr/share/applications/file-roller.desktop' specifies 
undefined mimetype/servicetype 'application/x-cd-image'
kbuildsycoca: WARNING: '/usr/share/applications/file-roller.desktop' specifies 
undefined mimetype/servicetype 'application/x-7z-compressed'
kbuildsycoca: WARNING: '/usr/share/applications/gqview.desktop' specifies 
undefined mimetype/servicetype 'application/x-navi-animation'
kbuildsycoca: WARNING: '/usr/share/applications/gqview.desktop' specifies 
undefined mimetype/servicetype 'image/bmp'
kbuildsycoca: WARNING: '/usr/share/applications/gqview.desktop' specifies 
undefined mimetype/servicetype 'image/x-MS-bmp'
...
kbuildsycoca: WARNING: '/usr/share/applications/mplayer.desktop' specifies 
undefined mimetype/servicetype 'application/x-smil'
kbuildsycoca: WARNING: '/usr/share/applications/mplayer.desktop' specifies 
undefined mimetype/servicetype 'application/streamingmedia'
kbuildsycoca: WARNING: '/usr/share/applications/mplayer.desktop' specifies 
undefined mimetype/servicetype 'application/x-streamingmedia'
kbuildsycoca: WARNING: '/usr/share/applications/mplayer.desktop' specifies 
undefined mimetype/servicetype 'application/vnd.rn-realmedia-vbr'
kbuildsycoca: WARNING: '/usr/share/applications/mplayer.desktop' specifies 
undefined mimetype/servicetype 'audio/x-aac'
...
kbuildsycoca: WARNING: '/usr/share/applications/xfmedia.desktop' specifies 
undefined mimetype/servicetype 'audio/x-mpeg'
kbuildsycoca: WARNING: '/usr/share/applications/xfmedia.desktop' specifies 
undefined mimetype/servicetype 'audio/mp3'
kbuildsycoca: WARNING: '/usr/share/applications/xfmedia.desktop' specifies 
undefined mimetype/servicetype 'application/x-flac'





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

Kernel: Linux 2.6.21-1-686 (SMP w/1 CPU core)
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages kate depends on:
ii  kdelibs4c2a4:3.5.5a.dfsg.1-8 core libraries and binaries for al
ii  libacl12.2.42-1  Access control list shared library
ii  libart-2.0-2   2.3.19-3  Library of functions for 2D graphi
ii  libattr1   1:2.4.32-1.1  Extended attribute shared library
ii  libaudio2  1.9-2 The Network Audio System (NAS). (s
ii  libc6  2.5-9+b1  GNU C Library: Shared libraries
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libfreetype6   2.2.1-6   FreeType 2 font engine, shared lib
ii  libgamin0 [libfam0]0.1.8-2   Client library for the gamin file 
ii  libgcc11:4.2-20070528-1  GCC support library
ii  libice61:1.0.3-2 X11 Inter-Client Exchange library
ii  libidn11   0.6.5-1   GNU libidn library, implementation
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libpng12-0 1.2.15~beta5-2PNG library - runtime
ii  libqt3-mt  3:3.3.7-4+b1  Qt GUI Library (Threaded runtime v
ii  libsm6 2:1.0.3-1 X11 Session Management library
ii  libstdc++6 4.2-20070528-1The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcursor11:1.1.8-2 X cursor management library
ii  libxext6   1:1.0.3-2 X11 miscellaneous extension librar
ii  libxft22.1.12-2  FreeType-based font drawing librar
ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxinerama1   1:1.0.2-1 X11 Xinerama extension library
ii  libxrandr2 2:1.2.1-1 X11 RandR extension library
ii  libxrender11:0.9.2-1 X Rendering Extension client libra
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  zlib1g 1:1.2.3-15compression library - runtime

Versions of packages kate recommends:
ii  kregexpeditor 4:3.5.5-3  graphical regular expression edito

-- no debconf 

Bug#427562: [BINGO FOUND] Launches forkbomb on upgrade/install

2007-06-10 Thread Francesc Altet
Hi,

I have been bitten by this bug too.  However, appart of jadetex, I've
had to desinstall xmltex as well (the symptoms were similar). After
this, I've been able to install texlive-base-bin.  I've installed
jadetex and xmltex afterwards without problems.

I thought it would be worth mentioning this. Cheers,

-- 
Francesc Altet|  Be careful about using the following code --
Carabos Coop. V.  |  I've only proven that it works, 
www.carabos.com   |  I haven't tested it. -- Donald Knuth



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



Bug#427859: lmodern fails to configure on upgrade, dpkg error

2007-06-10 Thread Frank Küster
Florent Rougon [EMAIL PROTECTED] wrote:

 Hi,

 Frank Küster [EMAIL PROTECTED] wrote:

 Are you sure that lmodern doesn't need a higher version of tex-common?

 I looked at both changelogs and couldn't see why it would. Do you have
 anything specific in mind?

No, sorry: Actually I was thinking of build-deps, but lmodern already
build-depends on tex-common (= 1.1).

Regards, Frank


-- 
Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)



Bug#428270: libopenal0a: sound is badly distorted on intel audio using alsa

2007-06-10 Thread Paul Wise
On Sun, 2007-06-10 at 12:52 +0200, Cyril Brulebois wrote:

  How would I check these things?
 
 In the kernel sources, check sound/pci/hda/, the mapping is apparently
 (at least in my case) this way:

I see:

{ 0x8086, 0x27d8, PCI_ANY_ID, PCI_ANY_ID, 0, 0, AZX_DRIVER_ICH }, /* 
ICH7 */
and

./patch_realtek.c:  SND_PCI_QUIRK(0x2668, 0x8086, NULL, ALC880_6ST_DIG),
./patch_realtek.c:  SND_PCI_QUIRK(0x8086, 0x2668, NULL, ALC880_6ST_DIG),
./patch_realtek.c:  SND_PCI_QUIRK(0x8086, 0xe308, Intel mobo, 
ALC880_3ST_DIG),
./patch_realtek.c:  SND_PCI_QUIRK(0x8086, 0xe305, Intel mobo, 
ALC880_3ST_DIG),
./patch_realtek.c:  SND_PCI_QUIRK(0x8086, 0xd402, Intel mobo, 
ALC880_3ST_DIG),
./patch_realtek.c:  SND_PCI_QUIRK(0x8086, 0xd400, Intel mobo, 
ALC880_5ST_DIG),
./patch_realtek.c:  SND_PCI_QUIRK(0x8086, 0xd401, Intel mobo, 
ALC880_5ST_DIG),
./patch_realtek.c:  SND_PCI_QUIRK(0x8086, 0xe224, Intel mobo, 
ALC880_5ST_DIG),
./patch_realtek.c:  SND_PCI_QUIRK(0x8086, 0xe400, Intel mobo, 
ALC880_5ST_DIG),
./patch_realtek.c:  SND_PCI_QUIRK(0x8086, 0xe401, Intel mobo, 
ALC880_5ST_DIG),
./patch_realtek.c:  SND_PCI_QUIRK(0x8086, 0xe402, Intel mobo, 
ALC880_5ST_DIG),
./patch_realtek.c:  SND_PCI_QUIRK(0x8086, 0xa100, Intel mobo, 
ALC880_5ST_DIG),
./patch_realtek.c:  SND_PCI_QUIRK(0x8086, 0, Intel mobo, ALC880_3ST),
./patch_realtek.c:  SND_PCI_QUIRK(0x8086, 0xd601, D102GGC, 
ALC883_3ST_6ch),
./patch_realtek.c:  SND_PCI_QUIRK(0x8086, 0xd600, Intel, ALC861_3ST),

Not sure which if any apply to my card.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#356862: (no subject)

2007-06-10 Thread Thomas Lange
There a first version of the new partitioning tool. 
Have a look at 
http://www.uni-koeln.de/bin2/maillist/linux-fai-devel/20070531.101048/175197
-- 
regards Thomas


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




Bug#428281: libpango1.0-0: shape engine failure

2007-06-10 Thread Martin Sin
Package: libpango1.0-0
Version: 1.16.4-1
Severity: normal

When I run acidrip and hit button Load, program is terminated with
following output:

Argument \x{30}\x{2c}... isn't numeric in numeric lt () at
/usr/share/perl5/AcidRip/signals.pm line 188.
Pango-WARNING **: shape engine failure, expect ugly output. the
offending font is 'DejaVu Sans Not-Rotated 0' at /usr/bin/acidrip line
60.

It was working since last update, I don't know where is the problem...

Best regards,
Martin S.

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

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

Versions of packages libpango1.0-0 depends on:
ii  libc6 2.5-9  GNU C Library: Shared libraries
ii  libcairo2 1.4.6-1.1  The Cairo 2D vector graphics libra
ii  libdatrie00.1.1-4Double-array trie library
ii  libfontconfig12.4.2-1.2  generic font configuration library
ii  libfreetype6  2.2.1-6FreeType 2 font engine, shared lib
ii  libglib2.0-0  2.12.12-1  The GLib library of C routines
ii  libpango1.0-common1.16.4-1   Modules and configuration files fo
ii  libthai0  0.1.8-3Thai language support library
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxft2   2.1.12-2   FreeType-based font drawing librar
ii  libxrender1   1:0.9.2-1  X Rendering Extension client libra
ii  zlib1g1:1.2.3-15 compression library - runtime

libpango1.0-0 recommends no packages.

-- no debconf information


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



Bug#427047: [Buildd-tools-devel] Bug#427047: schroot: Proposal for global custom mount points specification (different from 395062)

2007-06-10 Thread Roger Leigh
Peter Rabbitson [EMAIL PROTECTED] writes:

 I have a similar situation to what Kees Cook described in bug
 #395062.  However in my case I needed to modify some of the default
 mounts, specifically removing /dev/pts and making /dev an --rbind to
 the system /dev so I can enjoy the functionality of udev from within
 the chroot. With the numerous package updates last week, I got tired
 of fixing /etc/schroot/setup.d/10mount to my liking, so this idea
 was born.

 The proposal is very simple - I am adding support for an fstab-like file
 /etc/scroot/schroot.fstab. The code is totally non-intrusive, and activates
 only when the file is present. I think I have covered all the corner cases,
 with corresponding non-cryptic error messages. Feel free to include this in 
 the distribution if you like the idea.

I like the idea a lot.  I will need to do some testing, but I think
this can go into the next release once I've carefully reviewed it.  I
will need to make some small changes, such as making the fstab file
location configurable so that different chroots can have separate (or
shared) fstab files if they choose.  This will fit in with some other
changes I'm making.

 P.S. I am not that good with shell scripting, a bashism might have
 slipped in here or there

That shouldn't be a problem--I'll review it and test it before I apply
it.

By the way, the file in question is GPL 2 or above.  Are you OK with
that licence covering your code?


Many thanks,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


pgpZMIAGgH1KX.pgp
Description: PGP signature


Bug#396944: exim4 giving me problems again (#396944)

2007-06-10 Thread Marc Haber
user [EMAIL PROTECTED]
tags #396944 - close-20061130
thanks

On Mon, Jan 22, 2007 at 03:43:38PM +0100, Marc Haber wrote:
 I would like to know when exactly the pid file vanishes.
 
 A possible idea would be to have a cron job running every ten minutes:
 
 #!/bin/bash
 
 LOGFILE=/var/log/exim4/pidwatch.log.$(date +%Y%m%e)
 PIDDIR=/var/run/exim4
 
 date +%Y-%m-%e %H:%M:%S  $LOGFILE
 ls -li $PIDDIR  $LOGFILE
 for file in $(ls $PIDDIR 2/dev/null); do
   echo $file  $LOGFILE
   head -n 2 $PIDDIR/$file  $LOGFILE
 done
 echo -e \n  $LOGFILE

Did you do this, and did you experience the issue again?

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#406947: wmwave: Workaround

2007-06-10 Thread Paul Martin
Package: wmwave
Version: 0.4-8
Followup-For: Bug #406947

There's a bug in wmwave's interpretation of dBm figures. With dBm, the 
range values are zero. The following patch will give reasonable 
indications. The patch assumes that the absolute minimum value for level 
and noise is -128.0dBm. My atheros card reports -96dBm as being the 
noise level.
--- wmwave.c.orig	2007-06-10 12:25:37.207137439 +0100
+++ wmwave.c	2007-06-10 12:26:32.708692414 +0100
@@ -164,14 +164,15 @@
 
 
   /* dBm values need a special treatment */
-  if (stats.qual.updated  IW_QUAL_DBM)
+  if ((stats.qual.updated  IW_QUAL_DBM) ||
+	  (stats.qual.level  range.max_qual.level))
 	{
 
-	  level = (float)(stats.qual.level - 0x100);
-	  max_level = (float)(range.max_qual.level - 0x100);
+	  level = 128.0+(float)(stats.qual.level - 0x100);
+	  max_level = 128.0;
 
-	  noise = (float)(stats.qual.noise - 0x100);
-	  max_noise = (float)(range.max_qual.noise - 0x100);
+	  noise = 128.0+(float)(stats.qual.noise - 0x100);
+	  max_noise = 128.0;
 	}
   else
 	{


Bug#425483: [EMAIL PROTECTED]: Bug#425483: newsbeuter: doesn't load a specific feed any more (https)]

2007-06-10 Thread Nico Golde
Hi,
* Varun Hiremath [EMAIL PROTECTED] [2007-06-10 13:13]:
  Please find attached upstream's response to this bug and a
  possible fix for this solution. I shall be releasing the new versions
  of libmrss and libnxml soon. Sorry for the delay I was out of
  station.

So where is your opinion about what he said?

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=425483
 
 There are 3 problems:
 
 1. the certificate of that server is wrong. You can set the option
 verifypeer to FALSE and libmrss works fine. This is a possible code for
 libnxml:
 
 nxml_new(nxml);
 nxml_set_certificate(nxml, NULL, NULL, NULL, 0);

This won't help its just a dirty workaround.

 about libmrss:
 
 options=mrss_options_new(0, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL);
 mrss_parse_url_with_options(URL, mrss, options);
 
 
 2. You should use libnxml 0.17.3 and libmrrs 0.17.3. There was a bug
 about verifypeer flag: The previous releases used it only if the
 certificate (the second argument of nxml_set_certificate func) was not NULL.

This shows again that upstream has absolutly no clue about 
what he does. He changes a stable interface nearly everytime 
he does a new release without bumping the SONAME. This 
breaks every application using these libs. This really 
sucks, please watch this if you package new upstream 
version. So this is no option here. Just try it out, compile 
these libs and recompile newsbeuter, see segfaults.

Kind regards
Nico
-- 
Nico Golde - http://ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpb9dLI6nUFT.pgp
Description: PGP signature


Bug#396944: exim4 giving me problems again (#396944)

2007-06-10 Thread Marc Haber
On Mon, Jan 22, 2007 at 04:46:36AM -0700, Bruce Sass wrote:
 On Mon January 22 2007 01:01, you wrote:
  Otherwise, I am kind of stumped as you seem to be the only one
  experiencing this and this is only a heisenbug.
 
 races can look like this...

Yes, but they're also awfully hard to debug.

  /usr is an NFS mount, as is /var/cache apt/archives, and dselect (in
  addition to KDE and probably a torrent) would be running off the same
  drive on the box which exports both (a 350MHz, P3, 128M RAM, over a
  100Mbps LAN)

But your box has its own /var/cache/apt/archives and /usr? And
/var/run and /var/lib are local?

 The only thing I can think of which is likely to get at this bug would 
 be a series of packages designed to troubleshoot the upgrade process. 
 If you were to design such a package, put it in an apt-gettable 
 archive, then give it a new version number every day (simply mv-ing 
 the .deb), I would be able to do a realistic upgrade every day.

Sorry, I don't see that I'll have time to do this in the foreseeable
future.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#420174: 8.37.6-1 does not fix completly this bug

2007-06-10 Thread Andréa Loyer
   Well I am under Feisty Fawn, with an upgraded version of X.org. I 
have the same bug, I tried many of the binary patches and other 
workaround, which where more or less successful, and I finally tried 
8.37.6-1 fglrx, but it does not work for 3D :


(II) fglrx(0): driver needs X.org 7.1.x.y with x.y = 0.0
(II) fglrx(0): detected X.org 7.1.0.0
(EE) fglrx(0): atiddxDriScreenInit failed, GPS not been initialized.
(WW) fglrx(0): ***
(WW) fglrx(0): * DRI initialization failed!  *
(WW) fglrx(0): * (maybe driver kernel module missing or bad) *
(WW) fglrx(0): * 2D acceleraton available (MMIO) *
(WW) fglrx(0): * no 3D acceleration available*
(WW) fglrx(0): * *





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



  1   2   3   4   >