Bug#410501: destar: Conf files are not saved if there's not writing access to zaptel.conf

2007-02-12 Thread Steve Langasek
On Sun, Feb 11, 2007 at 02:09:08AM -0500, Alejandro Rios P. wrote:
 Package: destar
 Version: 0.2.0-3
 Severity: grave
 Tags: patch
 Justification: renders package unusable

 There was a bad conditional expresion on one dpatch file edited on last
 package upload. Here's the fix to the bug:

 --- zaptel.dpatch   2007-02-11 00:05:55.0 -0500
 +++ zaptel.dpatch.patch 2007-02-11 01:59:41.0 -0500
 @@ -12,7 +12,7 @@
 for _fn,cnf in configlets.asterisk_configfiles:
   if _fn == 'op_server.cfg' and panelutils.isConfigured() != 1:
   continue
 -+  if not os.access(/etc/zaptel.conf, os.O_RDWR):
 ++  if _fn == 'zaptel.conf' and not os.access(/etc/zaptel.conf, 
 os.O_RDWR):
  +continue
   try:
   cnf.write()

Sorry, in what sense does this make the package unusable?  Is it because the
package's dependencies don't ensure that zaptel.conf will exist?

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


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



Bug#390119: Portlet images not loading

2007-02-12 Thread Björn Wiberg

Hello Eric!

Thank you for your e-mail!

On Sat, 10 Feb 2007, Eric Dorland wrote:

Any better in later security fixes?


No, sorry, still the same problem.

Best regards,
Björn

Bug#410628: xkb-data: Need method (or documentation) to alter existing layouts

2007-02-12 Thread Frank Küster
Package: xkb-data
Version: 0.9-4
Severity: normal

Previously, I was using XOrg backports (6.9.0.dfsg.1-6~bpo.4) on a sarge
system, and I had written my own variant of a US keyboard layout
appropriate for typing lots of german text.  In this version, it was
possible to add new files in /etc/X11/xkb/symbols.

Now files in this directory seem to no longer be read (I'm not 100% sure
that I use the correct command):

(528)[10:00:[EMAIL PROTECTED]:~$ ls /etc/X11/xkb/symbols/pc/
us_DE  us_intl
(529)[10:01:[EMAIL PROTECTED]:~$ strace -o xkb.trace2 setxkbmap \
   -rules xfree86 -model pc104 -layout us_DE -variant intl \
   -option compose:caps
Error loading new keyboard description
(530)[10:01:[EMAIL PROTECTED]:~$ 

The trace shows that it does not at all access files in the symbols
directory, neither below /etc nor /usr/share/X11/xkb/symbols.  The
documentation in /usr/share/doc/xkb-data/README.config.gz also hints
(although unclear IMHO) that using xkb files is obsolete (though still
supported). 

Well, it also says that the new method is supposed to be far more
flexible and intuitive, but I do not agree, at least not without any
hint how to switch single keys.  In particular (just to illustrate), I
want the following changes from the standard intl variant of the us
layout: 

- make ~,  and ' not deadkeys

- move ü from y+Mod3 (AltGr) to u+Mod3, similar for ö, and ä

- Provide § also on p+Mod3 (it's called Paragraph in german)

TIA, Frank





-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing'), (99, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

-- no debconf information

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



Bug#409778: libgnutls-dev: warnings when compiling sample Posix threading codes

2007-02-12 Thread Russell Coker
On Monday 12 February 2007 00:47, Andreas Metzler 
[EMAIL PROTECTED] wrote:
 after adding #include stdlib.h the example complains without
 warnings (except for the missing return/exit in main()) as C instead
 of C++ code:

warn.c:6: warning: missing initializer
warn.c:6: warning: (near initialization for ‘gcry_threads_pthread.read’)

Strange, when renaming to .c and compiling with
gcc -lgnutls -W -lpthread gnutlstest.c I get the above warning.

 [EMAIL PROTECTED]:/tmp$ gcc -Wall -lgnutls -lpthread -o gnutlstest
 gnutlstest.c gnutlstest.c: In function ‘main’:
 gnutlstest.c:16: warning: control reaches end of non-void function
 [EMAIL PROTECTED]:/tmp$

What version of gcc are you using?  I'm using the following:
gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)

In any case one of the benefits of C++ over C is that more warnings are 
produced and therefore more bugs are discovered.  When library code gives 
warnings then the actions taken to turn off such warnings will also result in 
bugs in application code not being discovered.

Incidentally /usr/share/doc/gnutls-doc/html/gnutls.html also needs to be 
updated to reference stdlib.h.



Bug#119524: xlibs-data: [nls] migrate ro_RO from ISO 8859-2 to ISO 8859-16 when glibc and the rest of X support that encoding

2007-02-12 Thread Brice Goglin
Hi Ionel,

About 5 years ago, you reported a bug to the Debian BTS regarding ro_RO
having to migrate from ISO 8859-2 to 8859-16. Does this still matter
today? Maybe UTF-8 is better solution? If so, I will close your bug in
the next weeks.

Thanks,
Brice



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



Bug#410549: [php-maint] Bug#410549: Apache children segfault after Wordpress 2.1 upgrade

2007-02-12 Thread Steve Langasek
On Sun, Feb 11, 2007 at 09:43:25AM -0800, Frederic Wenzel wrote:
 Package: libapache2-mod-php4
 Version: 4.3.10

 I am running debian sarge on my webserver, and after upgrading several
 blogs to wordpress 2.1, frequent apache segfaults occur:

 [Sun Feb 11 17:19:47 2007] [notice] child pid 24229 exit signal
 Segmentation fault (11)
 [Sun Feb 11 17:19:49 2007] [notice] child pid 26052 exit signal
 Segmentation fault (11)
 [Sun Feb 11 17:25:14 2007] [notice] child pid 23910 exit signal
 Segmentation fault (11)
 [Sun Feb 11 17:33:02 2007] [notice] child pid 1759 exit signal
 Segmentation fault (11)
 [Sun Feb 11 17:40:55 2007] [notice] child pid 7190 exit signal
 Segmentation fault (11)

 I made a stack backtrace in the related wordpress ticket
 (http://trac.wordpress.org/ticket/3678) and it seems like this is not
 a wordpress 2.1 issue:
 http://trac.wordpress.org/attachment/ticket/3678/backtrace.24347

 I am running Debian Sarge on a VM (Kernel
 2.6.9-022stab078.14-enterprise) with libc6 2.3.2.ds1-22sarge4.
 Apache 2.0.54, PHP 4.3.10, MySQL 4.1.11.

The linked backtrace points to a PHP memory management problem.  Do you also
have any Zend extensions installed?  Please forward your php.ini.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


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



Bug#410629: iceweasel incompatible with deskbar

2007-02-12 Thread Rene Hausleitner
Package: deskbar-applet
Version: 2.14.2-4.2
Severity: important
Tags: etch patch

When using iceweasel as preferred web browser in gnome, then Web
Bookmarks, Web History and Web Searches are not available in
deskbar.

The attached patch solves this bug.

Rene Hausleitner
--- mozilla.py.old	2006-11-09 00:57:44.0 +0100
+++ mozilla.py	2007-02-12 08:53:59.0 +0100
@@ -18,7 +18,7 @@
 
 # Whether we will index firefox or mozilla bookmarks
 USING_FIREFOX = False
-if is_preferred_browser(firefox):
+if is_preferred_browser(firefox) or is_preferred_browser(iceweasel):
 	USING_FIREFOX = True
 		
 # File returned here should be checked for existence
@@ -110,13 +110,13 @@
 #	if deskbar.UNINSTALLED_DESKBAR:
 #		return (deskbar.Handler.HANDLER_IS_HAPPY, None, None)
 	
-	if is_preferred_browser(firefox) or is_preferred_browser(mozilla):
+	if is_preferred_browser(firefox) or is_preferred_browser(iceweasel) or is_preferred_browser(mozilla):
 		return (deskbar.Handler.HANDLER_IS_HAPPY, None, None)
 	else:
 		return (deskbar.Handler.HANDLER_IS_NOT_APPLICABLE, Mozilla/Firefox is not your preferred browser, not using it., None)
 		
 def _check_requirements_search():
-	if is_preferred_browser(firefox):
+	if is_preferred_browser(firefox) or is_preferred_browser(iceweasel):
 		return (deskbar.Handler.HANDLER_IS_CONFIGURABLE, _(You can customize which search engines are offered.), _on_handler_preferences)
 	elif is_preferred_browser(mozilla):
 		# TODO - similar functionality for old-school mozilla (not firefox)
@@ -206,7 +206,8 @@
 /usr/lib/firefox/searchplugins,
 /usr/local/lib/firefox/searchplugins,
 /usr/lib/mozilla-firefox/searchplugins,
-/usr/local/lib/mozilla-firefox/searchplugins]
+/usr/local/lib/mozilla-firefox/searchplugins,
+/usr/lib/iceweasel/searchplugins]
 		else:
 			smart_dirs = [
 get_mozilla_home_file(search),


Bug#410584: gaim: HTML entities in URLs not decoded before launching browser or displaying tooltip

2007-02-12 Thread Josh Triplett
Josh Triplett wrote:
 Package: gaim
 Version: 1:2.0.0+beta5-10
 Severity: normal
 
 /tmp/gaimbug

My apologies for the reportbug mishap; I wanted --body-file=/tmp/gaimbug, not
--body=/tmp/gaimbug.  The missing body text:

When one party to a conversation sends a URL, the other party receives a
clickable link.  If the URL includes ampersands, the clickable link has the
correct link text, but the actual URL sent to the browser and shown in the
tooltip has HTML-encoded ampersands (#38;).  URLs cannot use HTML entities.
I suspect that Gaim HTML-encodes the URL because it sends the URL as an href
attribute, and thus should comply with the HTML specification; in that case,
the receiving Gaim should decode the entities before sending to the browser or
displaying as a tooltip.

- Josh Triplett



signature.asc
Description: OpenPGP digital signature


Bug#410325: git-buildpackage: git-import-orig does not track file removals.

2007-02-12 Thread Gerrit Pape
On Sun, Feb 11, 2007 at 04:15:36PM +0100, Guido Guenther wrote:
 it seems there can be leftover (untracked) files after a rename that
 happened during a recursive merge. Is this intentional? If so
 git_load_dirs would have to call 'git-clean' explicitly after the merge
 which looks strange (at least when merging to '.'). Example (based on
 input provided by Arnaud Cornet) below:
 
 On Fri, Feb 09, 2007 at 11:13:45PM +0100, Arnaud Cornet wrote:
  Hi Guido,
  
  On ven, f?v 09, 2007 at 09:07:56 +0100, Guido Guenther wrote:
   Could you send me the git repo and the tarball via private mail or an
   URL to clone from to reproduce this? Removals do work fine here (tried
   that with dozens of packages).
  
  Actually I was a bit wrong in my bug: in the git repo everything is ok.
  The problem is only in the workdir, in which a deleted file is still
  present after git-import-orig.
 the problem seems to be in git pull itself. After merging the upstream
 branch to master the file 'src/mpi.c' gets renamed to 'src/bignum.c' by
 git as it should, but the old file (src/mpi.c) isn't being removed from
 the checked out copy. This is the shortest way to reproduce this (I
 commented all output and all comments with '#' so it can be used as a
 script):
 
 # preparation:
 apt-get source libxyssl-dev
 wget http://xyssl.org/code/download/xyssl-0.4.tgz
 
 # create a new repo 'xyssl' with 'master' and 'upstream' branch:
 git-import-dsc xyssl_0.3-1.dsc
 # umpack the new upstream version to import:
 tar zcf xyssl-0.4.tgz
 
 cd xyssl
 git-checkout upstream
 
 # this imports the new xyssl onto the 'upstream' branch. The file
 # 'src/mpi.c' is removed via 'git rm' and 'src/bignum.c' is added via
 # 'git add' (as can be seen from git_load_dirs output):
 git_load_dirs -v ../xyssl-0.4
 git-status
 # nothing to commit
 ls src/bignum.c src/mpi.c
 #ls: src/mpi.c: No such file or directory
 #src/bignum.c
 # ...so mpi.c is gone on 'upstream' as it should be
 
 git checkout master
 ls src/bignum.c src/mpi.c
 #ls: src/bignum.c: No such file or directory
 #src/mpi.c
 # ...mpi.c still exists on 'master'
 
 git pull . upstream
 # rename src/{mpi.c = bignum.c} (67%)
 # ...so the recursive merge detects the rename, but:
 # Untracked files:
 #   (use git add to add to commit)
 #
 #   src/mpi.c
 
 So shouldn't 'git-pull' remove src/mpi.c after it detects the rename?

Hi Guido, this sound much like #403104, so, yes, src/mpi.c should have
been removed.  This has been fixed upstream already, but the fix won't
be in etch unfortunately, see
 http://thread.gmane.org/gmane.comp.version-control.git/38617

Regards, Gerrit.


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



Bug#394888: Add option to resubmit report that failed to send

2007-02-12 Thread Josh Triplett
Josh Triplett wrote:
 Furthermore, some users (including me :) ) don't have a local MTA at all, and
 rely on reportbug's ability to send directly to bugs.debian.org via SMTP.  In
 this situation, reportbug needs to supply the ability to resend.  Currently, I
 manually edit the file to cut it down to just the body text, then launch
 reportbug --body=/tmp/thefile buggypackage, and go through the bug report
 process again.

s/--body/--body-file/.

- Josh Triplett



signature.asc
Description: OpenPGP digital signature


Bug#410630: still outputs to stderr

2007-02-12 Thread Joey Hess
Package: hpodder
Version: 0.99.1
Severity: normal

[EMAIL PROTECTED]:~hpodder /dev/null
2 podcast(s) to consider

0 episode(s) to consider from 2 podcast(s)

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-xen-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages hpodder depends on:
ii  curl  7.15.5-1   Get a file from an HTTP, HTTPS, FT
ii  id3v2 0.1.11-3   A command line id3v2 tag editor
ii  libc6 2.3.6.ds1-11   GNU C Library: Shared libraries
ii  libgmp3c2 2:4.2.1+dfsg-4 Multiprecision arithmetic library
ii  libsqlite3-0  3.3.8-1SQLite 3 shared library

hpodder recommends no packages.

-- no debconf information

-- 
see shy jo


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



Bug#366355: libx11: ssh -X between Sarges XF86 and Sids Xorg7 broken

2007-02-12 Thread Xavier Bestel
On Mon, 2007-02-12 at 08:08 +0100, Brice Goglin wrote:
 Hi Guys,
 
 About 8 months ago, you reported (a replied to a bug) in the Debian BTS
 regarding ssh -X problems between sarge and sid machines. I just want to
 know whether it still occurs with latest packages nowadays, especially
 Sarge-Etch. Thanks,

My part of the problem (wrong pixmaps between RHEL3 X server and sid X
clients) still happens from time to time (saw it last friday).

Xav




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



Bug#410631: atokx: [INTL:sv] Swedish debconf templates translation updated

2007-02-12 Thread Daniel Nylander
Package: atokx
Severity: wishlist
Tags: patch l10n


Here is the updated Swedish debconf translatio

Regards,
Daniel

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.4
Locale: LANG=sv_SE, LC_CTYPE=sv_SE (charmap=UTF-8) (ignored: LC_ALL set to 
sv_SE)
# Translators, if you are not familiar with the PO format, gettext
# documentation is worth reading, especially sections dedicated to
# this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
# Some information specific to po-debconf are available at
# /usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
# Developers do not need to manually edit POT or PO files.
# , fuzzy
#
#
msgid 
msgstr 
Project-Id-Version: atokx 1.0-16\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-02-07 22:07+0900\n
PO-Revision-Date: 2007-02-12 09:44+0100\n
Last-Translator: Daniel Nylander [EMAIL PROTECTED]\n
Language-Team: Swedish [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=iso-8859-1\n
Content-Transfer-Encoding: 8bit\n

#. Type: note
#. Description
#: ../templates:1001
msgid Cannot find the ATOKX archive file
msgstr Kan inte hitta ATOKX-arkivfilen

#. Type: note
#. Description
#: ../templates:1001
msgid The file ${filename} does not exist, or it is corrupt. You may have put 
the wrong file, or put it in the wrong location. Please try again.
msgstr Filen ${filename} finns inte eller är skadad. Du kanske har fel fil 
eller lagt den på fel plats. Försök igen.

#. Type: note
#. Description
#: ../templates:2001
msgid You need the patches
msgstr Du behöver programfixarna

#. Type: note
#. Description
#: ../templates:2001
msgid ATOKX for Linux includes some bugs, and the patches are downloadable. 
This package needs these patches.
msgstr ATOKX för Linux inkluderar några fel och programfixarna är 
hämtningsbara. Detta paket behöver dessa programfixar.

#. Type: boolean
#. Description
#: ../templates:3001
msgid Are you connecting to the Internet?
msgstr Är du ansluten till Internet?

#. Type: boolean
#. Description
#: ../templates:3001
msgid If you are connecting now, get patches from Justsystem site.
msgstr Om du är ansluten nu kan programfixarna hämtas från Justsystem.

#. Type: boolean
#. Description
#: ../templates:4001
msgid Do you use shift + space for into kana-kanji input mode?
msgstr Använder du Skift + blankslag för inmatningsläget kana-kanji?

#. Type: boolean
#. Description
#: ../templates:4001
msgid Select key-bind to change input mode.
msgstr Välj tangentmappning för att ändra inmatningsläge.

#. Type: boolean
#. Description
#: ../templates:5001
msgid Do you have ATOKX patch file?
msgstr Har du programfixar för ATOKX?

#. Type: boolean
#. Description
#: ../templates:5001
msgid Some bugs were found and the patches are downloadable.
msgstr Några fel hittades och det är möjligt att hämta programfixar för dessa.

#. Type: boolean
#. Description
#: ../templates:5001
msgid 
o atokx-1.0-1.i386.patch01.tgz\n
o iiimf-1-2.i386.patch02.tgz
msgstr 
o atokx-1.0-1.i386.patch01.tgz\n
o iiimf-1-2.i386.patch02.tgz

#. Type: boolean
#. Description
#: ../templates:5001
msgid If you don't have these patches, this installer will download 
automatically.
msgstr Om du inte har dessa programfixar kan det här installationsprogrammet 
hämta dem åt dig.

#. Type: boolean
#. Description
#: ../templates:6001
msgid Would you like to restart atokx daemons?
msgstr Vill du starta om ATOKX-demonerna?

#. Type: boolean
#. Description
#: ../templates:6001
msgid The atokx daemons will be restarted normally when upgrading. If you are 
using X window system, some X clients using htt(atokx) as XIM will hang up 
after restart.
msgstr ATOKX-demonerna kommer att normalt startas om efter uppgraderingen. Om 
du använder X Windows System, kan vissa X-klienter som använder htt(atokx) som 
XIM att behöva ansluta igen efter omstart.

#. Type: string
#. Description
#: ../templates:7001
msgid ATOKX archive location:
msgstr Plats för ATOKX-arkiv:

#. Type: string
#. Description
#: ../templates:7001
msgid This package is an installer package, it does not actually contain 
ATOKX. You will need to get ATOKX commercial package.
msgstr Detta paket är bara ett installationspaket, det innehåller inte ATOKX. 
Du behöver hämta det kommersiella paketet för ATOKX.

#. Type: string
#. Description
#: ../templates:7001
msgid If you mounted ATOKX original CDROM, enter the directory you mount on.
msgstr Om du monterat original-cd-skivan för ATOKX, ange dess monteringspunkt.

#. Type: string
#. Description
#: ../templates:7001
msgid Or if you have following two files, enter the directory you put it in.
msgstr Eller om du har följande två filer, ange då katalogen där de finns.

#. Type: string
#. Description
#: ../templates:7001
msgid 
o 

Bug#410634: still doesn't recognize @

2007-02-12 Thread Martin Michlmayr
Package: urlscan
Version: 0.5.6

#407423 asked to add {} and @ to the URL parsing regex, but it was
closed with:
   * Recognize braces as valid URL characters (Closes: #407423).

It would be nice if @ was addedd too.
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#410633: icedove: [INTL:eu] Icedove debconf basque translation udpate

2007-02-12 Thread Piarres Beobide
Package: icedove
Version: 1.5.0.9.dfsg1-1
Severity: wishlist
Tags: patch l10n


Atached icedove debconf templates basque translation udpate, please commit it.

Thanks
--
Piarres Beobide 
-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-486
Locale: LANG=eu_ES, LC_CTYPE=eu_ES (charmap=ISO-8859-1)

Versions of packages icedove depends on:
ii  debconf [debconf-2.0]   1.5.11   Debian configuration management sy
ii  libatk1.0-0 1.12.4-1 The ATK accessibility toolkit
ii  libc6   2.3.6.ds1-11 GNU C Library: Shared libraries
ii  libcairo2   1.2.4-4  The Cairo 2D vector graphics libra
ii  libfontconfig1  2.4.2-1  generic font configuration library
ii  libgcc1 1:4.1.1-21   GCC support library
ii  libglib2.0-02.12.6-2 The GLib library of C routines
ii  libgtk2.0-0 2.8.20-5 The GTK+ graphical user interface 
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  libpango1.0-0   1.14.8-5 Layout and rendering of internatio
ii  libpng12-0  1.2.15~beta5-1   PNG library - runtime
ii  libstdc++6  4.1.1-21 The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-5X11 client-side library
ii  libxcursor1 1.1.7-4  X cursor management library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.1-5X11 miscellaneous 'fixes' extensio
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.1.0.2-5  X11 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  myspell-en-us [myspell- 1:2.0.4~rc1-3English_american dictionary for my
ii  myspell-eu-es [myspell- 0.0.20061006-0.1 Basque (Euskera) dictionary for my
ii  zlib1g  1:1.2.3-13   compression library - runtime

icedove recommends no packages.

-- debconf information excluded
# translation of icedove-eu.po to librezale
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Piarres BEobide [EMAIL PROTECTED], 2006.
# Piarres Beobide [EMAIL PROTECTED], 2007.
#Developers do not need to manually edit POT or PO files.
msgid 
msgstr 
Project-Id-Version: icedove-eu\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-02-12 07:38+0100\n
PO-Revision-Date: 2007-02-12 10:08+0100\n
Last-Translator: Piarres Beobide [EMAIL PROTECTED]\n
Language-Team: librezale [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=2; plural=(n != 1)\n

#. Type: select
#. Choices
#: ../icedove.templates:1001
msgid Manual
msgstr Eskuz

#. Type: select
#. Description
#: ../icedove.templates:1002
msgid Preferred way of browser integration:
msgstr Hobetsiriko nabigatzaile integrazio modua:

#. Type: select
#. Description
#: ../icedove.templates:1002
msgid Please choose the type of browser integration you want for icedove.
msgstr Mesedez hautatu icedove-rekin erabili nahi duzun nabigatzaile 
integrazioa

#. Type: select
#. Description
#: ../icedove.templates:1002
msgid 
Users running GNOME should select it. This will integrate icedove with the 
browser configured in the GNOME Control Center.
msgstr 
GNOME erabiltzen baduzu, berau aukeratu. Honek gnome kontrol guneko 
nabigatzailea ezarriko du.

#. Type: select
#. Description
#: ../icedove.templates:1002
msgid 
Users running KDE or any other plain window manager should select \Debian
\. This will integrate icedove with the browser pointed by the x-www-
browser alternative. Use update-alternatives(8) to change that alternative.
msgstr 
KDE edo beste leiho kudeatzaile bat erabiltzen ari bazara \Debian\ hautatu. 
Honek zure lehenetsiriko x-www-browser aukera ezarriko du. update-
alternatives(8) erabili aukera aldatzeko.

#. Type: select
#. Description
#: ../icedove.templates:1002
msgid 
If you already added a browser configuration in /etc/icedove/global-config.
js, the outcome is undefined. It is then recommended to 

Bug#410626: Python error (encoding problem) when running reportbug --configure

2007-02-12 Thread Frank Küster
severity 410626 normal
thanks

Frank Küster [EMAIL PROTECTED] wrote:

 Package: reportbug
 Version: 3.31
 Severity: important

 So I was not even asked for a user name.  This is the same, no matter
 whether I have Frank Kuester in /etc/passwd, or UTF-8 encoded Frank 
 Küster. 

 (the only unstable thing on this system is emacs-snapshot, otherwise
 it's etch, installed freshly yesterday).

Hm, sorry, somehow I must have copied my .reportbugrc from an old
installation, which contained my username Frank Küster, iso-8859
encoded.  But still, reportbug shouldn't spit out python errors...

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



Bug#300160: libx11-data: want additional en_US.UTF-8 Compose combos

2007-02-12 Thread Brice Goglin
Hi Clint,

About 2 years ago, you reported a bug to the Debian BTS requesting new
Compose combos to be added. !? and ?! for interrobang look ok to me.

But there are also things like:
 Multi_key quotedbl y : ÿ ydiaeresis # LATIN SMALL LETTER Y
WITH DIAERESIS
+Multi_key y colon : ÿ ydiaeresis # LATIN SMALL LETTER Y
WITH DIAERESIS
Since there is already a very simple combo available for produce this
character, and since it looks much more explicit than yours, I don't
think adding yours is necessary.

Then, you wanted:
 Multi_key equal u : ű U0171 # LATIN SMALL LETTER U WITH
DOUBLE ACUTE
+Multi_key u quotedbl : ű U0171 # LATIN SMALL LETTER U WITH
DOUBLE ACUTE
The existing combo is not that explicit, but yours does not look good to
me since it would bring confusion between ü and ũ.

So, unless you come with a good reason, I would only consider adding
interrobang combos. You should probably request them upstream at
bugzilla.freedesktop.org.

Brice




Bug#407460: USB ethernet interface renamed after installation on NSLU2 which causes the system to be inaccessible

2007-02-12 Thread Steve Langasek
On Sun, Feb 11, 2007 at 10:06:41PM -0700, Gordon Farquharson wrote:
 On 2/10/07, Gordon Farquharson [EMAIL PROTECTED] wrote:

 On 1/18/07, Martin Michlmayr [EMAIL PROTECTED] wrote:

  Well, I still believe this is a problem with udev.  CCing Marco.

 I just tested a patch [1,2] that was applied to udev to fix the
 network interface renaming code to see if it would solve this bug, but
 no luck. The USB ethernet adapter is still (most often) renamed
 eth1_rename despite the rule to name it eth0 in
 /etc/udev/rules.d/z25_persistent-net.rules.

AIUI this basically comes down to a conflict over the use of the name
'eth0'; there's a udev rule asking for the USB ethernet adapter to be named
eth0, but the ixp4xx driver is found first, and loaded under this name by
default, with no further rules to rename it to e.g. eth1.

The problem seems as simple as that the ipx4xx driver is *not* included in
d-i, but is included in the installed kernel; so in the installer, the
module is never loaded resulting in the USB adapter getting the eth0 name,
but after a reboot the ipx4xx driver is found first, breaking the handling
of persistent device names.

Which means in turn that a simple fix would be to make ixp4xx available in
the installer so that it can be detected; it certainly makes sense to me
that the onboard ethernet ought to be eth0, even if it needs extra firmare
to be usable.

Adding the hard-coded rule to rename ixp4xx_mac devices to eth1 would also
seem to be a pretty reliable workaround, as long as it was limited to only
be activated on NSLU2 systems.  (You wouldn't want this confusing rule being
added to systems without this hardware!)

Finally, as popular as NSLU2 is, this is still a hardware-specific bug, and
as such I'm inclined to downgrade this bug report.  I'm happy for us to have
a well-supported NSLU2 installer in etch, but I don't see that this should
be a blocker for the release if it's not addressed in a timely manner.

Thanks,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


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



Bug#383316: FretsOnFire

2007-02-12 Thread Miriam Ruiz

--- Jason Spiro [EMAIL PROTECTED] escribió:

 Hi Miriam,
 
 The various parts of fretsonfire have various licensing issues, as
 explained below.  (Unfortunately my explanation is pretty long.)  Is
 it ok if I discuss relicensing with upstream (I will CC the Debian
 BTS) or do you prefer to do it?  Cheers, --Jason

It's OK for me if you want to take care about that, thanks a lot :)

Do you want me to send a message to Sami Kyöstilä CC'ing you and explaining
him the situation to open the way?

Miry






__ 
LLama Gratis a cualquier PC del Mundo. 
Llamadas a fijos y móviles desde 1 céntimo por minuto. 
http://es.voice.yahoo.com


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



Bug#409782: German manual page of aptitude is incomplete

2007-02-12 Thread Pradyumna Kummamuru

Hi,
   somebody in orkut named miroslav, of course not you wrote bad words on
India


On 2/9/07, Helge Kreutzmann [EMAIL PROTECTED] wrote:


Hello,
On Fri, Feb 09, 2007 at 08:18:38AM +0100, Miroslav Kure wrote:
 On Mon, Feb 05, 2007 at 06:09:09PM +0100, Christian Perrier wrote:
 
  unfortunately, the german manpage is currently handled as a manual
  XML translation of the original XML file, which doesn't scale very
  well when changes are done to the original manpage.

 It depends how skilled you are with basic unix tools like diff.

Well, I don't know how aptitudes man page is handled, so this might
not be the case here, but the po format has also a distinctive advantage:

  You get to know that a change happend (because *fuzzy* message
  appear, which can easily be spotted by programms which send you
  e-mail, write it on a web page etc.). I cannot remember having ever
  received a note about a changed translated man page (without po).
  And I simply don't have the time to locate each and every revision
  control system (if any) and check for changes (which might have
  happend upstream, or in Debian, or in a separate patch applied by
  Debian ...). For po files you can find lots of web pages giving you
  the stats, for man pages you can find lots of bug reports (like
  this one) by users complaining that they are outdated.


 I like the current way of working with xml. It gives me much more
 freedom over .po.
  * I do not need to follow the original structure so closely

Yes, this is a major drawback, because especially around examples the
english version cannot be nicley translated into German also (e.g. the
english version manages to put the entire description *before* the
next paragraph with an example, while in German some words would have
to go *after* the example as well, which is impossible since there is
no paragraph there ...)

  * I can add footnotes or whole paragraphs specific for our language

I only know very few examples where language specific content should
be added, and sometimes (e.g. for charsets) this would be good for
upstream as well, but yes, there are (some) cases.

  * It is easier to locate the context

The po file is typically chronologically sorted, and you can easily
build the man pages in a second (x)term for preview/review.

But as far as I understood, this switch is an option, not mandatory.

Greetings

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

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

iD8DBQFFzJcaRsxcY/MYpWoRAqpOAKCjjrRskWkAOz+dfsTKDohcLdhvPACfamQt
S4ehulOWQAgyu2xutWGe8zo=
=5/y6
-END PGP SIGNATURE-




Bug#410636: [l10n] Czech translation for atokx

2007-02-12 Thread Martin Šín
Package: atokx
Severity: wishlist
Tags: l10n, patch

In attachement there is updated Czech translation (cs.po) for atokx
package, please include it.

Regards
Martin Sin#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
#
msgid 
msgstr 
Project-Id-Version: atokx 1.0-16\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-02-07 22:07+0900\n
PO-Revision-Date: 2007-02-12 10:19+0100\n
Last-Translator: Martin Sin [EMAIL PROTECTED]\n
Language-Team: Czech [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=utf-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: note
#. Description
#: ../templates:1001
msgid Cannot find the ATOKX archive file
msgstr Nemohu najít soubor s archívem ATOKX

#. Type: note
#. Description
#: ../templates:1001
msgid 
The file ${filename} does not exist, or it is corrupt. You may have put the 
wrong file, or put it in the wrong location. Please try again.
msgstr 
Soubor ${filename} neexistuje nebo je poškozen. Možná jste zadali špatný 
soubor nebo umístění. Zkuste to prosím znovu.

#. Type: note
#. Description
#: ../templates:2001
msgid You need the patches
msgstr Potřebujete záplaty

#. Type: note
#. Description
#: ../templates:2001
msgid 
ATOKX for Linux includes some bugs, and the patches are downloadable. This 
package needs these patches.
msgstr 
Linuxová verze ATOKX obsahuje nějaké chyby, pro které jsou k dispozici 
záplaty. Tento balíček potřebuje záplatovat.

#. Type: boolean
#. Description
#: ../templates:3001
msgid Are you connecting to the Internet?
msgstr Jste připojeni k Internetu?

#. Type: boolean
#. Description
#: ../templates:3001
msgid If you are connecting now, get patches from Justsystem site.
msgstr Pokud jste nyní připojeni, pak stáhněte záplaty ze stránek Justsystem.

#. Type: boolean
#. Description
#: ../templates:4001
msgid Do you use shift + space for into kana-kanji input mode?
msgstr Použít shift + mezerník pro přepnutí do vstupního módu kana-kanji?

#. Type: boolean
#. Description
#: ../templates:4001
msgid Select key-bind to change input mode.
msgstr Určete přiřazení kláves pro přepnutí vstupního módu.

#. Type: boolean
#. Description
#: ../templates:5001
msgid Do you have ATOKX patch file?
msgstr Máte soubor se záplatou pro ATOKX?

#. Type: boolean
#. Description
#: ../templates:5001
msgid Some bugs were found and the patches are downloadable.
msgstr 
Byly nalezeny nějaké chyby a záplaty jsou k dispozici ke stažení.

#. Type: boolean
#. Description
#: ../templates:5001
msgid 
o atokx-1.0-1.i386.patch01.tgz\n
o iiimf-1-2.i386.patch02.tgz
msgstr 
o atokx-1.0-1.i386.patch01.tgz\n
o iiimf-1-2.i386.patch02.tgz

#. Type: boolean
#. Description
#: ../templates:5001
msgid 
If you don't have these patches, this installer will download automatically.
msgstr Pokud tyto záplaty nemáte, budou staženy automaticky.

#. Type: boolean
#. Description
#: ../templates:6001
msgid Would you like to restart atokx daemons?
msgstr Přejete si restartovat daemony atokx?

#. Type: boolean
#. Description
#: ../templates:6001
msgid 
The atokx daemons will be restarted normally when upgrading. If you are 
using X window system, some X clients using htt(atokx) as XIM will hang up 
after restart.
msgstr 
Daemoni atokx budou restartováni vždy při aktualizaci. Používáte-li systém X 
Window, mohou někteří X klienti používající htt(atokx) nebo XIM po restartu 
zamrznout.

#. Type: string
#. Description
#: ../templates:7001
msgid ATOKX archive location:
msgstr Umístění archívu ATOKX:

#. Type: string
#. Description
#: ../templates:7001
msgid 
This package is an installer package, it does not actually contain ATOKX. 
You will need to get ATOKX commercial package.
msgstr 
Tento balíček je instalačním balíčkem, v současné době neobsahuje ATOKX. 
Potřebujete tedy získat komerční balíček ATOKX.

#. Type: string
#. Description
#: ../templates:7001
msgid If you mounted ATOKX original CDROM, enter the directory you mount on.
msgstr 
Pokud jste připojili originální CDROM ATOKX, zadejte jeho přípojný bod.

#. Type: string
#. Description
#: ../templates:7001
msgid Or if you have following two files, enter the directory you put it in.
msgstr 
Nebo pokud máte následující dva soubory, zadejte adresář s jejich umístěním.

#. Type: string
#. Description
#: ../templates:7001
msgid 
o atokx-1.0-1.i386.tgz\n
o iiimf.tgz
msgstr 
o atokx-1.0-1.i386.tgz\n
o iiimf.tgz

#. Type: string
#. Description

Bug#410637: xbase-clients_1:7.2.ds1-1(experimental/amd64/xenophanes): libpng12 pkg-config file needed

2007-02-12 Thread Marc 'HE' Brockschmidt
Package: xbase-clients
Version: 1:7.2.ds1-1
Severity: serious
Tags: experimental

Heya,

xbase-clients failed to build:

Automatic build of xbase-clients_1:7.2.ds1-1 on xenophanes by sbuild/amd64 
98-farm
Build started at 20070212-
**
[...]
xclock
[...]
checking pkg-config is at least version 0.9.0... yes
checking for XCURSORGEN... configure: error: Package requirements (x11 xcursor 
libpng12) were not met:

No package 'libpng12' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables XCURSORGEN_CFLAGS
and XCURSORGEN_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

make: *** [build-stamp] Error 1

Marc
-- 
Fachbegriffe der Informatik - Einfach erklärt
155: Religion
   Der Wille, etwas Unverstandenes zu glauben. (Klaus Hipp)



Bug#410570: debian-installer: Cannot use back button in Participate in software selection screen.

2007-02-12 Thread Attilio Fiandrotti

Geert-Jan Hut wrote:

Package: debian-installer
Severity: minor

There are a number of screens where the back button is greyed out, 
like in the screen about participating in the package usage summary, and
in the software selection screen. This way you can only proceed 
forward in the program. This makes it very hard to go back to correct 
any mistake. 


Regards, Geert-Jan.


That's ok: the BACK button is enabled iff the client cdebconf app 
aupports the back command.
Unless GTK frontend's behaviour disagrees with NEWT, i'm going to close 
this bug.


cheers

Attilio


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



Bug#410638: libsoup: Error in status parsing routine causes Evolution CalDAV failure

2007-02-12 Thread Andrew McMillan
Package: libsoup
Version: 2.2.99-1
Severity: important
Tags: patch

I have just filed http://bugzilla.gnome.org/show_bug.cgi?id=406997
(which includes a patch) for this bug.  There is a full description
there of the issue and it's effects, but essentially it boils down
to a function which has been rewritten with better error checking and
an entirely new bug in a lesser-used code path.

The patch I have attached to the upstream bug makes Evolution's CalDAV
plugin work for me, and this problem with libsoup affects the versions
of Evolution in both Unstable and Experimental.

Thanks,
Andrew McMillan.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (950, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20+sony-ubu
Locale: LANG=en_NZ.UTF-8, LC_CTYPE=POSIX (charmap=ANSI_X3.4-1968)


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



Bug#407799: desktop-base: /etc/defaults/kdm.d/10_desktop_base overrides configured login desktop without warning on upgrade

2007-02-12 Thread Steve Langasek
Can someone please explain why this bug is only marked as fixed in
experimental?  Please upload a fix to unstable so that it will get real user
testing and can be considered for etch.

I see there has also been further discussion in the bug log about whether
disabling the KDE override is the appropriate fix.  Is this debate still
ongoing?  Is there any code in progress to support this alternate solution
on an etch timescale?

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


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



Bug#340910: man -d does too display man pages

2007-02-12 Thread Colin Watson
tags 340910 fixed-upstream
thanks

On Sun, Nov 27, 2005 at 02:31:18AM +0800, Dan Jacobson wrote:
-d, --debug
   Don't actually display any manual pages, but do print
   lots of debugging information.
 
 Not true. Unless one just says man -d. If one says
 $ man -d some_man_page
 the man page still comes up (even interfering with the debugging information.)

Thanks; belatedly fixed upstream. The statement in the manual page used
to be true, but it turned out to be more useful to be able to debug the
process of launching the pipeline that includes the pager. I'm not
concerned about the debugging information being superficially messed up
by the display of the man page; with less, that is typically only a
problem if you use LESS=-X or similar anyway.

Cheers,

-- 
Colin Watson   [EMAIL PROTECTED]


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



Bug#119524: xlibs-data: [nls] migrate ro_RO from ISO 8859-2 to ISO 8859-16 when glibc and the rest of X support that encoding

2007-02-12 Thread Ionel Mugurel Ciobica
On 12-02-2007, at 09h 27'54, Brice Goglin wrote about Bug#119524: xlibs-data: 
[nls] migrate ro_RO from ISO 8859-2 to ISO 8859-16 when glibc and the rest of X 
support that encoding
 Hi Ionel,
 
 About 5 years ago, you reported a bug to the Debian BTS regarding ro_RO
 having to migrate from ISO 8859-2 to 8859-16. Does this still matter
 today? Maybe UTF-8 is better solution? If so, I will close your bug in
 the next weeks.
 
 Thanks,
 Brice


Hi Brice,

Thank you for contacting me, even after 6 years or so :-) I have a
similar bug report [0] which was taken over and solved by 
Eddy Petrișor eddy.petrisor at gmail.com.

In the mean time the ro_RO migrated to UTF-8 [1] and the changes
propagated into glibc[2] in Sid.

You may close the bug [3] or merge it with the others [0] [4]. You
can change ISO-8859-2 with UTF-8 (without going through ISO-8859-16).
But also please remove the rumanian word...


Best regards,
Ionel


P.S. For Eddy, did you made changes to the config files when migrating
ro_RO to UTF-8?




[0] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=119528
[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=347173
[2] http://sources.redhat.com/bugzilla/show_bug.cgi?id=2125
[3] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=119524
[4] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=119521



Bug#410559: debian-installer: Could shift-tab be made to work (as the reverse of tab).

2007-02-12 Thread Attilio Fiandrotti

Geert-Jan Hut wrote:

Package: debian-installer
Severity: wishlist

When working through input and selection fields in the gui installer 
with a keyboard, tab is used to go to the next field. I would like to 
use shift-tab to do the same, but in the reverse direction.


I'll try to implement this functionality, unless the changes to the 
sources are not too invasive (otherwisse this will go into Lenny todo list)


regards

Attilio


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



Bug#236252: Please provide an /etc/X11/Compose file to preserve local changes

2007-02-12 Thread Brice Goglin
Hi Denis,

About a year ago, after some discussion regarding whether Compose files
under /usr should be conffiles and/or moved to /etc, you ended up
retitling this bug and saying that you would work on providing a
/etc/X11/Compose fie to preserve local changes. Is there anything new
about this?

Thanks,
Brice



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



Bug#403117: Incomplete copyright/license information: Additional restrictions to GPL

2007-02-12 Thread Steve Langasek
tags 403117 etch-ignore
thanks

As 2.5-2 fixes the problems with the incomplete debian/copyright and should
enter testing shortly, I'm tagging this bug etch-ignore for the remaining
question of whether the required disclaimer is intended to contradict the
GPL.

Cheers,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


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



Bug#264887: GLOB_APPEND ignored by glob() in at least one place

2007-02-12 Thread Pierre HABOUZIT
# control bcc-ed
tag 264887 + moreinfo
thanks

On Tue, Aug 10, 2004 at 02:41:27PM -0500, Jeff Licquia wrote:
 Package: libc6
 Version: 2.3.2.ds1-13
 Tags: patch
 
 When the GLOB_APPEND flag is passed to glob(), the call is supposed to
 tack new results on to the ones already represented in the glob_t passed
 in.  If there is an error, partial results may be added, but the
 original glob_t should definitely be left alone.
 
 This is not respected in at least one part of glibc's glob
 implementation.  In this particular place, globfree() is called on the
 glob_t regardless of the flags passed.  Since glob() is implemented
 recursively with GLOB_APPEND added to the flags, this can affect the
 results returned even from a call where GLOB_APPEND is not set.
 
 The following patch fixes the one instance of this behavior I found.

  I've looked at the code, and if I do understand what you mean with
your patch, I don't undestand how to trigger a case where the code would
not work, please consider that your patch is applied in a part of the
code that is very specific, and guarded by many checks, are you sure it
isn't safe to proceed the way it's done ?

  Please provide a testcase here that your patch solves, without that
the patch won't be applied as afaict it could be a memory leak as well.

-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


pgpT1iMmX53pX.pgp
Description: PGP signature


Bug#407460: USB ethernet interface renamed after installation on NSLU2 which causes the system to be inaccessible

2007-02-12 Thread Marco d'Itri
On Feb 12, Steve Langasek [EMAIL PROTECTED] wrote:

 The problem seems as simple as that the ipx4xx driver is *not* included in
 d-i, but is included in the installed kernel; so in the installer, the
 module is never loaded resulting in the USB adapter getting the eth0 name,
 but after a reboot the ipx4xx driver is found first, breaking the handling
 of persistent device names.
No, wait... When a new network interface is added it will get the next
available name, this is a supported configuration.
The problem is that for some reason udev believes that both devices
should get the same name. I had no time to properly review this bug,
but my bet is that udev thinks that one of the devices (eth0) should
not be renamed, so trying to rename the other one to eth0 too will fail.
Maybe DRIVERS==?* (which is needed to ignore stuff like VLAN
subinterfaces) is not matching.

 Adding the hard-coded rule to rename ixp4xx_mac devices to eth1 would also
 seem to be a pretty reliable workaround, as long as it was limited to only
 be activated on NSLU2 systems.  (You wouldn't want this confusing rule being
 added to systems without this hardware!)
Yes, this would work.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#295356: libx11-data: want modifiable XKeysymDB

2007-02-12 Thread Brice Goglin
tags 295356 wontfix
thank you



I don't see why somebody could seriously need to modify this file, and I
don't think this request will ever be accepted, so I am tagging as wontfix.

Brice



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



Bug#410574: debian-installer: System halted on using back button in partition resize screen.

2007-02-12 Thread Attilio Fiandrotti

Geert-Jan Hut wrote:

Package: debian-installer
Severity: normal

I used the debian-installer a number of times, and at one time I was 
working with it's partitioning resizing functionality. I hit the back 
button before I did anything permanent, but at that moment my system 
froze. Only a hard reset brought the system out of the freeze.


I'm sorry I do not have any more info, but at that moment I wasn't doing 
anything important (at least in my perception) and only after hitting 
the reset button it occured to me that I really should be logging what I 
was doing. 

The system itself is very stable, there has been no other 
occasion it crashed. Therefore I thought it was important enough to 
bring this incident to your attention.


The problem occured when installing a i386 architecture. The 
installation of this amd64 architecture, as well as other installation 
attempts of the i386 architecture system never failed on this part. The 
problem only occured once.


Regards. Geert-Jan.


This seems a serious one: could you please test again with the same ISO 
using the textual frontend (boot the cdrom with install 
DEBIAN_FRONTEND=newt) and see if you can reproduce the bug ?

BTW, what ISO image were you using?

regards

Attilio


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



Bug#403377: correcting links to the vim-latex mailinglist archive

2007-02-12 Thread Nikolaus Schulz
Hi, 

the links to the vim-latex mailinglist in my bug report are bad, sorry.
These should work: 

Topic Vim7: issues with quickfixing when using pdflatex
http://sourceforge.net/mailarchive/forum.php?thread_id=26059769forum_id=12952

Topic quickfix window behaves differently
http://sourceforge.net/mailarchive/forum.php?thread_id=28521427forum_id=12952
http://sourceforge.net/mailarchive/forum.php?thread_id=30394893forum_id=12952

Nikolaus



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



Bug#407460: USB ethernet interface renamed after installation on NSLU2 which causes the system to be inaccessible

2007-02-12 Thread Steve Langasek
On Mon, Feb 12, 2007 at 10:40:39AM +0100, Marco d'Itri wrote:
 On Feb 12, Steve Langasek [EMAIL PROTECTED] wrote:

  The problem seems as simple as that the ipx4xx driver is *not* included in
  d-i, but is included in the installed kernel; so in the installer, the
  module is never loaded resulting in the USB adapter getting the eth0 name,
  but after a reboot the ipx4xx driver is found first, breaking the handling
  of persistent device names.
 No, wait... When a new network interface is added it will get the next
 available name, this is a supported configuration.

Ok, so this is true when the built-in device is loaded first at boot time
and is initially assigned eth0, there is no rule saying to rename it, and
there is a rule saying to rename another interface to eth0?

 The problem is that for some reason udev believes that both devices
 should get the same name. I had no time to properly review this bug,
 but my bet is that udev thinks that one of the devices (eth0) should
 not be renamed, so trying to rename the other one to eth0 too will fail.
 Maybe DRIVERS==?* (which is needed to ignore stuff like VLAN
 subinterfaces) is not matching.

Ok, thanks for the info.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


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



Bug#410640: subversion: svn diff symlink gives error Unable to lock '.'

2007-02-12 Thread Vincent Lefevre
Package: subversion
Version: 1.4.2dfsg1-2
Severity: normal

svn diff on a versioned symbolic link gives an error instead of
outputting the diff. Here's an example:

$ svnadmin create svn
$ svn co file://`pwd`/svn wc
Checked out revision 0.
$ cd wc
$ ln -s . foo
$ svn add foo
A foo
$ svn diff
Index: foo
===
--- foo (revision 0)
+++ foo (revision 0)
@@ -0,0 +1 @@
+link .
\ No newline at end of file

Property changes on: foo
___
Name: svn:special
   + *

$ svn diff foo
svn: Unable to lock '.'
zsh: exit 1 svn diff foo

I've reported this problem in the Subversion dev mailing-list.
No answer yet.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686-bigmem
Locale: LANG=POSIX, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)

Versions of packages subversion depends on:
ii  libapr1 1.2.7-8.2The Apache Portable Runtime Librar
ii  libc6   2.3.6.ds1-11 GNU C Library: Shared libraries
ii  libsvn1 1.4.2dfsg1-2 Shared libraries used by Subversio

subversion recommends no packages.

-- no debconf information


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



Bug#410597: [Pkg-uml-pkgs] Bug#410597: user-mode-linux: Please enable all the crypto modules

2007-02-12 Thread Stefano Melchior
On Mon, Feb 12, 2007 at 12:50:35AM +, Brian Brunswick wrote:
Dear Brian,
 Package: user-mode-linux
 Version: 2.6.18-1um-2
 Severity: normal
 
 
 I wanted to mount a luks partition from inside uml,
 but found that the sha256 kernel module wasn't built in the debian package.
 
 Rebuilding the package with this enabled went fine, so please consider
 it for the standard config.
I was wondering if this submitted bug should be tagged as wishlist,
instead of normal: I do not think this is a bug.
I would like to ask to Mattia if it is the case to make a new version
upload for Etch or to leave for Etch+1
Cheers

SteX
-- 
Stefano Melchior, GPG key = D52DF829 - [EMAIL PROTECTED]
http://etinarcadiaego.dyndns.org  --   [EMAIL PROTECTED]
Skype ID stefanomelchior


signature.asc
Description: Digital signature


Bug#410601: 'man pavumeter' typo: ommited

2007-02-12 Thread CJ van den Berg
On Sun, Feb 11, 2007 at 06:33:39PM -0500, A. Costa wrote:
 Found a typo in '/usr/share/man/man1/pavumeter.1.gz', see attached '.diff'.

Applied. It will be in the next pavumeter package release.

 Hope this helps...

Yes it does! Thanks!

-- 
CJ van den Berg

mailto:[EMAIL PROTECTED]
  xmpp:[EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#410639: icedove: junk mail is sometimes moved to trash

2007-02-12 Thread Corien Prins
Package: icedove
Version: 1.5.0.9.dfsg1-1
Severity: normal

Junk mail is correctly recognized and marked as junk, but part of the junk mail 
is moved to the trash instead of the junk mail folder. 


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages icedove depends on:
ii  debconf [debconf-2.0] 1.5.11 Debian configuration management sy
ii  libatk1.0-0   1.12.4-1   The ATK accessibility toolkit
ii  libc6 2.3.6.ds1-10   GNU C Library: Shared libraries
ii  libcairo2 1.2.4-4The Cairo 2D vector graphics libra
ii  libfontconfig12.4.2-1generic font configuration library
ii  libgcc1   1:4.1.1-21 GCC support library
ii  libglib2.0-0  2.12.4-2   The GLib library of C routines
ii  libgtk2.0-0   2.8.20-5   The GTK+ graphical user interface 
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  libpango1.0-0 1.14.8-4   Layout and rendering of internatio
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii  libstdc++64.1.1-21   The GNU Standard C++ Library v3
ii  libx11-6  2:1.0.3-5  X11 client-side library
ii  libxcursor1   1.1.7-4X cursor management library
ii  libxext6  1:1.0.1-2  X11 miscellaneous extension librar
ii  libxfixes31:4.0.1-5  X11 miscellaneous 'fixes' extensio
ii  libxft2   2.1.8.2-8  FreeType-based font drawing librar
ii  libxi61:1.0.1-4  X11 Input extension library
ii  libxinerama1  1:1.0.1-4.1X11 Xinerama extension library
ii  libxrandr22:1.1.0.2-5X11 RandR extension library
ii  libxrender1   1:0.9.1-3  X Rendering Extension client libra
ii  libxt61:1.0.2-2  X11 toolkit intrinsics library
ii  myspell-nl [myspell-dicti 1:0.1e-44  Dutch dictionary for myspell
ii  zlib1g1:1.2.3-13 compression library - runtime

icedove recommends no packages.

-- debconf information:
* icedove/browser: GNOME


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



Bug#404190: kqemu-modules-2.6.18-3-686: Similar here

2007-02-12 Thread Stephen Pinker

Package: kqemu-modules-2.6.18-3-686
Followup-For: Bug #404190


The device /dev/kqemu was not auto created and I could not (easily?) find 
info on creating it within the ..share/doc/kqemu.. files. I search on 
google, in vain, for /dev/kqemu: No such file or directory. I ended up 
going to the qemu website and it told me how to create the node statically:


mknod /dev/kqemu c 250 0
chmod 666 /dev/kqemu

I'm not 100% sure if the node is working correctly or not. Qemu does seem to 
be running with it, but it appeared to lockup when I used the 
'-kernel-kqemu' option. Though, perhaps that may be a bug in kqemu itself...



-- System Information:
Debian Release: 4.0
 APT prefers testing
 APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages kqemu-modules-2.6.18-3-686 depends on:
ii  linux-image-2.6.18-3-686 [lin 2.6.18-7   Linux 2.6.18 image on 
PPro/Celeron


kqemu-modules-2.6.18-3-686 recommends no packages.

_
Check out all that glitters with the MSN Entertainment Guide to the Academy 
Awards®   http://movies.msn.com/movies/oscars2007/?icid=ncoscartagline2




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



Bug#410641: wrong space between greek letters in freesans

2007-02-12 Thread Eftaxiopoulos Dimitrios
Package: ttf-freefont
Version: 20031008-1.1
Severity: normal

A wrong big space appears between accented greek letter omega and greek
letter nu, in bold freesans mode. The attachment, written in openoffice
shows the problem. The same problem appears in the greek KDE
environment.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=el_GR.UTF-8, LC_CTYPE=el_GR.UTF-8 (charmap=UTF-8)

Versions of packages ttf-freefont depends on:
ii  defoma                        0.11.8-0.1 Debian Font Manager -- automatic 
f

-- no debconf information



wrong_space.pdf
Description: Adobe PDF document


Bug#409517: dvipdfm segfault related to /etc/localtime

2007-02-12 Thread Martin Michlmayr
* Frank Küster [EMAIL PROTECTED] [2007-02-05 10:18]:
 +#ifdef HAVE_TM_GMTOFF  /* Preferred way to get time zone offset */
 +  tz_offset = bd_time-tm_gmtoff;
 +#else
 +#ifdef HAVE_TIMEZONE   /* Plan B --- use external variable 'timezone'

it's HAVE_TM_GMTOFF.
-- 
Martin Michlmayr
http://www.cyrius.com/



Bug#409496: padevchooser: Random crashes

2007-02-12 Thread CJ van den Berg
On Sat, Feb 03, 2007 at 05:06:24PM +0100, Mike Hommey wrote:
 I'm sorry I can't give you much more info than that. It just happens
 that after a while, the applet would just disappear and I find a
 segfault/core dumped message in my logs.

I suspect it may be because you are using the gtk version from experimental.
If you can't go back to gtk 2.8.20 you could try rebuilding padevchooser
locally against gtk 2.10.7 from experimental and see if that solves the
problem.

-- 
CJ van den Berg

mailto:[EMAIL PROTECTED]
  xmpp:[EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#410642: qt3-dev-tools: uic disable includehints tag in ui files which break compilation for some generated files.

2007-02-12 Thread Cédric

Package: qt3-dev-tools
Version: 3:3.3.7-3
Severity: important

*** Please type your report below this line ***
The patch debian/patches/12_disable_includehints.dpatch disable the tag
includehints in ui files.
I don't know which bug this patch is supposed to fix, but I remember a bug
in qt 3.3.5
that generate bad code with includehints directive. This bug is resolved
since 3.3.6
If the purpose of this patch is only to avoid old bug, it should be reverted
as some ui files
created with old qt-designer fail to compile. (missing includes in generated
cpp files).


-- System Information:
Debian Release: 4.0
 APT prefers testing
 APT policy: (990, 'testing'), (66, 'unstable'), (15, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages qt3-dev-tools depends on:
ii  libc6 2.3.6.ds1-10   GNU C Library: Shared libraries
ii  libfontconfig12.4.2-1generic font configuration
library
ii  libfreetype6  2.2.1-5FreeType 2 font engine, shared
lib
ii  libgcc1   1:4.1.1-21 GCC support library
ii  libice6   1:1.0.1-2  X11 Inter-Client Exchange
library
ii  libjpeg62 6b-13  The Independent JPEG Group's
JPEG
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii  libqt3-mt 3:3.3.7-3  Qt GUI Library (Threaded
runtime v
ii  libsm61:1.0.1-3  X11 Session Management library
ii  libstdc++64.1.1-21   The GNU Standard C++ Library v3
ii  libx11-6  2:1.0.3-5  X11 client-side library
ii  libxcursor1   1.1.7-4X cursor management library
ii  libxext6  1:1.0.1-2  X11 miscellaneous extension
librar
ii  libxft2   2.1.8.2-8  FreeType-based font drawing
librar
ii  libxi61:1.0.1-4  X11 Input extension library
ii  libxinerama1  1:1.0.1-4.1X11 Xinerama extension library
ii  libxrandr22:1.1.0.2-5X11 RandR extension library
ii  libxrender1   1:0.9.1-3  X Rendering Extension client
libra
ii  zlib1g1:1.2.3-13 compression library - runtime

Versions of packages qt3-dev-tools recommends:
ii  libqt3-mt-dev 3:3.3.7-3  Qt development files (Threaded)

-- no debconf information


Bug#404304: xmms2-plugin-faad: faad2 needs to be removed from testing

2007-02-12 Thread Steve Langasek
Hi Florian,

Since xmms2 in unstable is a new upstream version which doesn't appear
suitable for a freeze exception, I'm preparing a second NMU of this package
to testing-proposed-updates to drop the faad plugin package there as well. 
The diff, which should look somewhat familiar, is attached; I'll be
uploading this NMU to incoming very shortly.

Thanks,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/
diff -u xmms2-0.2DrGonzo/debian/control xmms2-0.2DrGonzo/debian/control
--- xmms2-0.2DrGonzo/debian/control
+++ xmms2-0.2DrGonzo/debian/control
@@ -4,7 +4,7 @@
 Maintainer: Florian Ragwitz [EMAIL PROTECTED]
 Uploaders: Jens Taprogge [EMAIL PROTECTED]
 Standards-Version: 3.7.2
-Build-Depends: debhelper (= 5.0.37.2), dpatch, scons, libsqlite3-dev, ruby, ruby1.8-dev, python, python-dev, libglib2.0-dev, libcurl3-dev, libsmbclient-dev, libgnomevfs2-dev, libvorbis-dev, libshout-dev, libflac-dev, libmodplug-dev, libmad0-dev, libasound2-dev, libjack-dev, libavahi-client-dev, libgamin-dev, libmpcdec-dev, libmms-dev, libsidplay2-dev, libresid-builder-dev, libavformat-dev, libraw1394-dev, libdc1394-dev, libboost-dev, libboost-signals-dev, python-support (= 0.3), python-pyrex, libfaad-dev
+Build-Depends: debhelper (= 5.0.37.2), dpatch, scons, libsqlite3-dev, ruby, ruby1.8-dev, python, python-dev, libglib2.0-dev, libcurl3-dev, libsmbclient-dev, libgnomevfs2-dev, libvorbis-dev, libshout-dev, libflac-dev, libmodplug-dev, libmad0-dev, libasound2-dev, libjack-dev, libavahi-client-dev, libgamin-dev, libmpcdec-dev, libmms-dev, libsidplay2-dev, libresid-builder-dev, libavformat-dev, libraw1394-dev, libdc1394-dev, libboost-dev, libboost-signals-dev, python-support (= 0.3), python-pyrex
 XS-Python-Version: 2.4
 
 Package: xmms2
@@ -266,13 +266,6 @@
 Description: XMMS2 - flac decoder
  This package enables flac decoding for xmms2.
 
-Package: xmms2-plugin-faad
-Architecture: any
-Depends: xmms2-core (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}
-Enhances: xmms2-core
-Description: XMMS2 - faad (mp4) decoder
- This package enables faad decoding for xmms2.
-
 Package: xmms2-plugin-modplug
 Architecture: any
 Depends: xmms2-core (= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends}
diff -u xmms2-0.2DrGonzo/debian/changelog xmms2-0.2DrGonzo/debian/changelog
--- xmms2-0.2DrGonzo/debian/changelog
+++ xmms2-0.2DrGonzo/debian/changelog
@@ -1,3 +1,15 @@
+xmms2 (0.2DrGonzo-4.1) testing-proposed-updates; urgency=low
+
+  * Non-maintainer upload.
+  * Upload the same NMU fixes from unstable to testing-proposed-updates,
+because unstable contains a new upstream version not suitable for a freeze
+exception.
+  * Don't build the faad plugin, because faad2 is being removed from etch.
+Thanks to Andreas Henriksson for the fix.  (Reopens: #399339,
+closes: #404304.)
+
+ -- Steve Langasek [EMAIL PROTECTED]  Mon, 12 Feb 2007 01:43:43 -0800
+
 xmms2 (0.2DrGonzo-4) unstable; urgency=low
 
   * Build the faad plugin (Closes: #399339). Patch by
reverted:
--- xmms2-0.2DrGonzo/debian/xmms2-plugin-faad.install
+++ xmms2-0.2DrGonzo.orig/debian/xmms2-plugin-faad.install
@@ -1 +0,0 @@
-usr/lib/xmms2/libxmms_faad.so


Bug#407460: USB ethernet interface renamed after installation on NSLU2 which causes the system to be inaccessible

2007-02-12 Thread Marco d'Itri
On Feb 12, Steve Langasek [EMAIL PROTECTED] wrote:

  No, wait... When a new network interface is added it will get the next
  available name, this is a supported configuration.
 Ok, so this is true when the built-in device is loaded first at boot time
 and is initially assigned eth0, there is no rule saying to rename it, and
 there is a rule saying to rename another interface to eth0?
If there is already a rule to rename some other device to eth0 then the
current eth0 will be renamed to the first free name and a new rule will
be created for it.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#410605: dpkg: bzip2 code in compression.c incorrectly uses zlib define (Z_ERRNO)

2007-02-12 Thread Mike Frysinger
On Sunday 11 February 2007, Steve Langasek wrote:
 On Sun, Feb 11, 2007 at 08:34:53PM -0500, Mike Frysinger wrote:
  Justification: no longer builds from source

 Huh?  This bug doesn't describe a build failure.

yes it does ... build on a system that lacks zlib or force disable zlib 
support - build failure
-mike


pgpMAZI8YlUOh.pgp
Description: PGP signature


Bug#406984: kmail: fills up .xsession-errors with errors

2007-02-12 Thread Marcus Better
I think the debug messages can be disabled with kdebugdialog, probably the 
checkbox 7017 kio (KIOConnection).

A quick look in the KDE bugzilla show that there are dozens of KDE bugs 
resulting in a flood of messages in xession-errors:
  http://bugs.kde.org/simple_search.cgi?id=kmail+xsession-errors

Perhaps debug messages should be disabled altogether by default, until 
upstream manages to fix the crappy code so it doesn't spam the debug output. 
(Even syslogd has rate-limiting!)


pgptWCZAjtCKk.pgp
Description: PGP signature


Bug#410645: apache2-mpm-prefork: depends on libpq4, should be libpq4 OR libpq5

2007-02-12 Thread Ludo

Package: apache2-mpm-prefork
Version: 2.2.3-3.2
Severity: normal


If you look at its dependencies, you'll see this:
Depends: [...], libldap2 (= 2.1.17-1), libpcre3 (= 4.5), libpq4 (=
8.1.4), [...]

Same goes for apache2-utils (version 2.2.3-3.2):
Depends: [...], libpq4 (= 8.1.4), [...]

But libpq4, per the description, is compatible with servers from
PostgreSQL 7.3 to 8.1.
Those of us running postgresql-8.2 should be using libpq5:
This version of libpq is compatible with servers from PostgreSQL 8.2 or later.

So I've installed libpq5, but I still have to have libpq4 installed, even though
I don't use it. Shouldn't the Depends: line contain libpq4 (= x) |
libpq5 (= y)?

Also, I'm wondering if this requirement is necessary at all. A lot of people
probably aren't using PostgreSQL, while others aren't using ldap and therefor I
guess won't need libldap2, which is required by apache2-mpm-prefork. Shouldn't
those packages be depended on only by module? Like for example
libapache2-mod-auth-pgsql?
Which by the way also depends on libpq4, but doesn't give the possibility to
install libpq5 instead of libpq4.

It's possible of course that Debian Sid's apache doesn't support postgres 8.2
yet, in which case this bugreport is invalid, but I would think it does.

Thanks!


-- System Information:
Debian Release: 4.0
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18.2
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)


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



Bug#410643: linux-image-2.6-amd64: linux fails to read partition table on boot device after upgrade from 2.6.17 to 2.6.18

2007-02-12 Thread Kuno Woudt
Package: linux-image-2.6-amd64
Version: 2.6.18+5
Severity: critical
Justification: breaks the whole system


I have installed debian using an amd64 etch installer which installs 
a 2.6.17 kernel (2.6.17-2-amd64).  The setup uses a 256mb boot partition,
and everything else on a software raid (fdisk output for both disks 
pasted below).  This all works without problem.

After upgrading the kernel to the debian packaged 2.6.18-7, the system
cannot read the partition table on /dev/sda.  A failure to mount /boot
results in some error messages during boot, booting continues after
pressing CTRL-D, the root file system (software raid, /dev/md0) is
mounted fine, the /boot filesystem is not. Note, only the partition
table of /dev/sda cannot be read, the output of 'fdisk /dev/sdb' is
the same as when booted with 2.6.17.

fdisk output for /dev/sda with linux 2.6.18:

--
ico:~# fdisk /dev/sda
Device contains neither a valid DOS partition table, nor Sun, SGI or OSF 
disklabel
Building a new DOS disklabel. Changes will remain in memory only,
until you decide to write them. After that, of course, the previous
content won't be recoverable.


The number of cylinders for this disk is set to 121576.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
   (e.g., DOS FDISK, OS/2 FDISK)
Warning: invalid flag 0x of partition table 4 will be corrected by w(rite)

Command (m for help): p

Disk /dev/sda: 999.9 GB, 99668224 bytes
255 heads, 63 sectors/track, 121576 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot  Start End  Blocks   Id  System

--

fdisk output with linux 2.6.16:

--
Disk /dev/sda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot  Start End  Blocks   Id  System
   /dev/sda1   1  31  248976   83  Linux
   /dev/sda2  32 274 1951897+  82  Linux swap / Solaris
   /dev/sda3 275   30401   241995127+  fd  Linux raid autodetect


Disk /dev/sdb: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot  Start End  Blocks   Id  System
   /dev/sdb1   1  31  248976   83  Linux
   /dev/sdb2  32 274 1951897+  82  Linux swap / Solaris
   /dev/sdb3 275   30401   241995127+  fd  Linux raid autodetect
--


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

Versions of packages linux-image-2.6-amd64 depends on:
ii  linux-image-2.6.18-3-amd642.6.18-7   Linux 2.6.18 image on AMD64

linux-image-2.6-amd64 recommends no packages.

-- no debconf information


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



Bug#403926: /usr/bin/bts spamreport: allow return addresses

2007-02-12 Thread Julian Gilbey
reassign 403926 bugs.debian.org
retitle 403926 bugs.debian.org: require spam reporting to ask for an email 
address and perhaps anti-robot checks
thanks

This is clearly not a /usr/bin/bts request until the BTS has been
enhanced to accept or require email addresses on spam reports.

   Julian

On Wed, Dec 20, 2006 at 11:58:26PM +0800, Dan Jacobson wrote:
 Package: devscripts
 Version: 2.9.21
 Severity: wishlist
 File: /usr/bin/bts
 
 These are neat,
reportspam bug ...
The reportspam command allows you to report a bug report as 
 containing spam.  It
saves one from having to go to the bug web page to do so.
 
spamreport bug ...
spamreport is a synonym for reportspam.
 
 but it would be great if there were some way to squeeze some contact
 information into the HTTP GET, e.g., [EMAIL PROTECTED]
 
 This of course assumes the BTS is enhanced to accept such info. Please
 clone this bug to the BTS if you think that is a worthy suggestion.
 
 I didn't check the BTS to see if their web forms already have such a
 function.
 
 That way if e.g., no spam was found, [EMAIL PROTECTED] could say Dan, I
 don't see any spam. Don't cry wolf. Three strikes and you are out.
 Whereupon I could give further details, e.g., they sent me a spam via
 00-submitter, I don't know if you can detect that etc.
 
 Anyway, it is always good to have return addresses for things.
 
 Indeed, maybe one day the BTS will require email= as too many robots
 hit the spam button.


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



Bug#410647: Quarantine and special characters in filename

2007-02-12 Thread Stephane Leclerc
Package: mailscanner
Version: 4.57.6-2
Severity: normal

Hi!

I tagged this report normal but it's may be a wishlist.

When attachments are stored in the quarantine directory, we have a problem
with filename containing blank or others special characters.

/var/spool/MailScanner/quarantine/20070211/1HGIyC-0003vD-6w/Europ\ 10m\
Deauville.xls\ .xls

The problem is, how to access theses files using http?

Using the Mailscanner variables to generate a download link do not give the
right path and blanks are not well managed.

http://server.domain.tld/quarantine/20070211/1HGIyC-0003vD-6w/Europ 10m
Deauville.xls .xls

Forbidden
You don't have permission to access
/quarantine/20070211/1HGIyC-0003vD-6w/Europ 10m Deauville.xls .xls on this
server.

Do this need to be managed in Mailscanner with a better setup, a new feature
or using another way?

Sincerely,

Stephane




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



Bug#343129: xemacs / libX11 / NVIDIA crashes on opteron under kernel 2.6.14-2

2007-02-12 Thread Brice Goglin
Hi,

About 14 months ago, you reported a bug to the Debian BTS regarding a
crash of Xemacs on a nVidia board, possibly caused by a bug in libX11.
Did you reproduce this problem recently? If not, I will close this bug
in the next weeks.

Thanks,
Brice



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



Bug#410644: Konqueror fails to change on hidden smb:/ shares

2007-02-12 Thread Patrick Matthäi

Package: konqueror
Version: 3.5.5a.dfsg.1-6

Hello,

I think there's a problem with konqueror and the smb:/ protocoll.

I've got a samba server in the internet ( I will call it here my.de ), 
with security = user and a share [homes]. The server is running on Etch, 
my client has Sid.


I can mount my share without any problem with mount -t cifs 
u=username.. but if I type for example at konqueror:
smb://my.de/homes / smb://my.de:138/homes / smb://my.de:139/homes it 
will fail with something like no such file or directory smb://my.de/homes.


No passauth dialog appears or something like that, just this error.
If I go directly on smb://my.de/ it works, but I can't change to my 
homes share ( it's invisible ), and smbstatus shows, that I'm connected.


Maybe a problem with hidden shares?
The option that I've activated in the smb.conf is called: browseable = No

Regards,
Patrick Matthäi



Bug#410646: icedove: Add RSS Feed automatically?

2007-02-12 Thread David Moerike

Package: icedove
Version: 1.5.0.9.dfsg1-1
Severity: wishlist

*** Please type your report below this line ***

When in a browser a mailto:; Link is clicked, Icedove opens a window to 
compose an email. Should something like this

be also possible for a link to a feed?

The idea is: The developer of a page in the web has written a link such as:

rss:http://www.veryclever.com/rss.php?f=0 (for a feed from Forum No. 0 
for example) or

rss:https://www.topsecret.org/rss.php?f=0 (in case of a secure connection).

The user clicks this link. Icedove starts (if not already running), 
creates an RSS account (if none exists), and adds

the feed to the account. The user now only needs to click Get Msgs.

Should, by default, Beim Programmstart Neue Artikel abrufen (at launch 
fetch new articles) be activated?


Should we also suggest this idea to the developers of the other browsers 
(Firefox, Konqueror, Epiphany) and mail

clients (Thunderbird, Kmail, Evolution)?

Or does a feature like this already exist?

What about Atom feeds?

David Moerike

-- System Information:
Debian Release: 4.0
 APT prefers testing
 APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages icedove depends on:
ii  debconf [debconf-2.0] 1.5.11 Debian configuration 
management sy

ii  libatk1.0-0   1.12.4-1   The ATK accessibility toolkit
ii  libc6 2.3.6.ds1-10   GNU C Library: Shared libraries
ii  libcairo2 1.2.4-4The Cairo 2D vector 
graphics libra
ii  libfontconfig12.4.2-1generic font configuration 
library

ii  libgcc1   1:4.1.1-21 GCC support library
ii  libglib2.0-0  2.12.4-2   The GLib library of C routines
ii  libgtk2.0-0   2.8.20-5   The GTK+ graphical user 
interface
ii  libjpeg62 6b-13  The Independent JPEG 
Group's JPEG
ii  libpango1.0-0 1.14.8-4   Layout and rendering of 
internatio

ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii  libstdc++64.1.1-21   The GNU Standard C++ Library v3
ii  libx11-6  2:1.0.3-4  X11 client-side library
ii  libxcursor1   1.1.7-4X cursor management library
ii  libxext6  1:1.0.1-2  X11 miscellaneous extension 
librar
ii  libxfixes31:4.0.1-5  X11 miscellaneous 'fixes' 
extensio
ii  libxft2   2.1.8.2-8  FreeType-based font drawing 
librar

ii  libxi61:1.0.1-4  X11 Input extension library
ii  libxinerama1  1:1.0.1-4.1X11 Xinerama extension library
ii  libxrandr22:1.1.0.2-5X11 RandR extension library
ii  libxrender1   1:0.9.1-3  X Rendering Extension 
client libra

ii  libxt61:1.0.2-2  X11 toolkit intrinsics library
ii  myspell-de-at [myspell-di 20051113-5 Austrian (German) 
dictionary for m
ii  myspell-de-ch [myspell-di 20051113-5 Swiss (German) dictionary 
for mysp

ii  myspell-de-de [myspell-di 20051113-5 German dictionary for myspell
ii  myspell-en-us [myspell-di 1:2.0.4~rc1-3  English_american dictionary 
for my

ii  zlib1g1:1.2.3-13 compression library - runtime

icedove recommends no packages.

-- debconf information:
 icedove/browser: Debian



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



Bug#409517: dvipdfm segfault related to /etc/localtime

2007-02-12 Thread Martin Michlmayr
* Mark A. Wicks [EMAIL PROTECTED] [2007-02-05 21:37]:
 If not, could you see if enlarging the date_string buffer has any
 effect on the problem?

Yes, changing it from 24 to 25 works.

 Since I don't have AMD64/Debian, could you, Martin, run a debugger
 to see what's being written to 'date_string' in the sprintf() call
 in pdfdoc.c?

I put in a printf and this is what date_string is set to:

D:20070212105153+01'140733193388032'

Although now I'm confused.  How can this string be 36 characters when
the length of the date_string array is 25?

-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#410648: gnome-terminal is NOT usable in ja_JP.UTF-8

2007-02-12 Thread green
Package: gnome-terminal
Version: 2.14.2-1
Severity: normal

gnome-terminal can not show only Japanese characters
correctly in ja_JP.UTF-8 mode as follows:

debian:/home/foo# apt-get upgrade
�ѥå��ꥹ�Ȥ��ɤ߹Ǥ��ޤ�... ��λ%
��¸�ط��ĥ꡼�Ƥ��ޤ�... ��λ
���åץ��졼��: 0 �ġ幥ȡ���: 0 �ġ�: 0 �ġ���α: 0 �ġ�

So I had to do this with LANG=C option.

debian:/home/foo# LANG=C apt-get upgrade
Reading package lists... Done
Building dependency tree... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

But it quite ok in ja_JP.EUC-JP.

-- System Information:
Debian Release: testing (etch)
  APT prefers testing
Architecture: i386 (i686)
Kernel: Linux 2.6.16-2-686

Best regards.


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



Bug#410494: GDM fails to show login-menu in ja_JP.UTF-8

2007-02-12 Thread Josselin Mouette
Le lundi 12 février 2007 à 13:27 +0900, green a écrit :
 The problem is that:
 A login-menu of gdm is shown in English, not in Japanese.
 See a screenshot below.
 http://www.h7.dion.ne.jp/~greens/debian/Screenshot-gdm_en.jpg
 
 I expect it should be shown in Japanese
 as long as ja_JP is set in gnome-session, like this:
 http://www.h7.dion.ne.jp/~greens/debian/Screenshot-gdm_ja.jpg
 
 $ echo $LANG
 ja_JP.UTF-8
 says ja_JP.UTF-8 is used in my gnome-session.

This behaviour is expected. As a user, you cannot change the language at
the system level, you can only change it for your session.

To change the default system language, you have to run:
dpkg-reconfigure locales

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.




Bug#409173: incron packages

2007-02-12 Thread Thorsten Schifferdecker
Hi Emmanuel Bouthenot,

i've build these package of incron since Sat, 30 Dec 2006,
you can fetch the deb-src as well at.

deb http://debian.systs.org/ etch main
deb-src http://debian.systs.org/ etch main

Best Regards,
Thorsten Schifferdecker



Bug#130025: libx11-6: on_demand_loading in XLC_LOCALE files breaks XFontsOfFontSet()

2007-02-12 Thread Brice Goglin
Hi,

About 5 years ago, you reported (or replied to) a bug in the Debian BTS
regarding on_demand_loading in XLC_LOCALE files breaking XFontsOfFontSet().
Did any of you guys reproduce this problem recently? If not, I will
close this bug in the next weeks.

Thanks,
Brice



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



Bug#410644:

2007-02-12 Thread Patrick Matthäi

Some new informations.

I've setted the share to Browseable = Yes.

If I connect on the server by smb://my.de/ I can see this share, if I 
open it now, it fails with the message, that it can't found the share.


It's working well with mount and smbclient.


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



Bug#319048: After some time, cannot open new clients (Xlib: Maximum number of clients reached)

2007-02-12 Thread Brice Goglin
Hi Joe,

About 19 month ago, you reported a bug to the Debian BTS regarding the
maximum number of X clients being reached, possibly caused by a leak.
Did you reproduce this problem recently? If not, I will close this bug
in the next weeks.

Brice



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



Bug#405232: include rt2400/rt2500/rt2570/rt2x00

2007-02-12 Thread Sam Morris
Is there any progress on this? Will the updated packages enter etch?

-- 
Sam Morris
http://robots.org.uk/

PGP key id 1024D/5EA01078
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078



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


Bug#400752: linux-modules-extra-2.6: include ndiswrapper

2007-02-12 Thread Sam Morris
reopen 400752 !
thanks

Re-opening, I would like to see binary packages of the ndiswrapper
modules in Debian.

-- 
Sam Morris
http://robots.org.uk/

PGP key id 1024D/5EA01078
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078


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


Bug#410649: icedove: Add RSS Feed automatically?

2007-02-12 Thread David Moerike
Package: icedove
Version: 1.5.0.9.dfsg1-1
Severity: wishlist


When in a browser a mailto:; Link is clicked, Icedove opens a window to 
compose an email. Should something like this 
be also possible for a link to a feed?

The idea is: The developer of a page in the web has written a link such as:

rss:http://www.veryclever.com/rss.php?f=0 (for a feed from Forum No. 0 for 
example) or
rss:https://www.topsecret.org/rss.php?f=0 (in case of a secure connection).

The user clicks this link. Icedove starts (if not already running), creates an 
RSS account (if none exists), and adds 
the feed to the account. The user now only needs to click Get Msgs.

Should, by default, Beim Programmstart Neue Artikel abrufen (at launch fetch 
new articles) be activated?

Should we also suggest this idea to the developers of the other browsers 
(Firefox, Konqueror, Epiphany) and mail 
clients (Thunderbird, Kmail, Evolution)?

Or does a feature like this already exist?

What about Atom feeds?

David Moerike


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages icedove depends on:
ii  debconf [debconf-2.0] 1.5.11 Debian configuration management sy
ii  libatk1.0-0   1.12.4-1   The ATK accessibility toolkit
ii  libc6 2.3.6.ds1-10   GNU C Library: Shared libraries
ii  libcairo2 1.2.4-4The Cairo 2D vector graphics libra
ii  libfontconfig12.4.2-1generic font configuration library
ii  libgcc1   1:4.1.1-21 GCC support library
ii  libglib2.0-0  2.12.4-2   The GLib library of C routines
ii  libgtk2.0-0   2.8.20-5   The GTK+ graphical user interface 
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  libpango1.0-0 1.14.8-4   Layout and rendering of internatio
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii  libstdc++64.1.1-21   The GNU Standard C++ Library v3
ii  libx11-6  2:1.0.3-4  X11 client-side library
ii  libxcursor1   1.1.7-4X cursor management library
ii  libxext6  1:1.0.1-2  X11 miscellaneous extension librar
ii  libxfixes31:4.0.1-5  X11 miscellaneous 'fixes' extensio
ii  libxft2   2.1.8.2-8  FreeType-based font drawing librar
ii  libxi61:1.0.1-4  X11 Input extension library
ii  libxinerama1  1:1.0.1-4.1X11 Xinerama extension library
ii  libxrandr22:1.1.0.2-5X11 RandR extension library
ii  libxrender1   1:0.9.1-3  X Rendering Extension client libra
ii  libxt61:1.0.2-2  X11 toolkit intrinsics library
ii  myspell-de-at [myspell-di 20051113-5 Austrian (German) dictionary for m
ii  myspell-de-ch [myspell-di 20051113-5 Swiss (German) dictionary for mysp
ii  myspell-de-de [myspell-di 20051113-5 German dictionary for myspell
ii  myspell-en-us [myspell-di 1:2.0.4~rc1-3  English_american dictionary for my
ii  zlib1g1:1.2.3-13 compression library - runtime

icedove recommends no packages.

-- debconf information:
  icedove/browser: Debian


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



Bug#410605: dpkg: bzip2 code in compression.c incorrectly uses zlib define (Z_ERRNO)

2007-02-12 Thread Steve Langasek
On Mon, Feb 12, 2007 at 05:14:08AM -0500, Mike Frysinger wrote:
 On Sunday 11 February 2007, Steve Langasek wrote:
  On Sun, Feb 11, 2007 at 08:34:53PM -0500, Mike Frysinger wrote:
   Justification: no longer builds from source

  Huh?  This bug doesn't describe a build failure.

 yes it does ... build on a system that lacks zlib or force disable zlib 
 support - build failure

Then you've modified the source package or are ignoring the
build-dependencies, which makes it your problem, not Debian's.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


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



Bug#410615: O: bbpager - Pager for the Blackbox window manager

2007-02-12 Thread Kevin Coyner


retitle #410615: ITA: bbpager - Pager for the Blackbox window manager

owner #410615 !

thanks


-- 
Kevin Coyner  GnuPG key: 1024D/8CE11941


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



Bug#410652: python-omniorb2-omg: doesn't provide CORBA module anymore

2007-02-12 Thread W. Borgert
Package: python-omniorb2-omg
Version: 2.6-3.2
Severity: important

$ python
Python 2.4.4 (#2, Jan 13 2007, 17:50:26)
[GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2
Type help, copyright, credits or license for more information.
 import CORBA
Traceback (most recent call last):
  File stdin, line 1, in ?
ImportError: No module named CORBA


Workaround:
$ PYTHONPATH=/usr/share/pycentral/python-omniorb2-omg/site-packages
$ export PYTHONPATH


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



Bug#35787: Any Help?

2007-02-12 Thread Barak A. Pearlmutter
Okay, I'm trying to rev a package with some icons (djvulibre) and two
different bodies have hacked in two different mechanisms.

 Ubuntu added a dh_iconcache call to debian/rules.
 But according to a blog entry about this, I shouldn't expect
 dh_iconcache in debian debhelper anytime soon, so that's not a
 solution for me.

 The upstream author added snippets to .postinst:

# Register menu entries (non debian menus)
if [ $1 = configure ]  
   [ -x /usr/share/djvu/djview4/desktop/register-djview-menu ] ; then
  /usr/share/djvu/djview4/desktop/register-djview-menu install
fi

 and .prerm:

# XDG menu entries
if [ $1 = remove ]  
   [ -x /usr/share/djvu/djview4/desktop/register-djview-menu ] ; then
  /usr/share/djvu/djview4/desktop/register-djview-menu uninstall
fi

 and includes the register-djview-menu script, which calls
 xdg-icon-resource like this:

case $1 in
install)
   $xdg_icon_resource install --context apps \
   --size 32 ./hi32-djview4.xpm djvulibre-djview4
   $xdg_desktop_menu install ./djvulibre-djview4.desktop
   ;;
uninstall)
   $xdg_icon_resource uninstall --context apps \
   --size 32 djvulibre-djview4
   $xdg_desktop_menu uninstall djvulibre-djview4.desktop
   ;;

 which (a) generates a lintian complaint about the missing icon file,
 since the icon file isn't actually in its home location in the .deb,
 (b) slaps a file into a directory in /usr/... at install time,
 which I consider somewhat broken, thereby (c) breaking things like:
   dpkg --search /usr/share/icons/hicolor/32x32/apps/djvulibre-djview4.xpm

So let me beg for an answer from the debhelper packaging oracle: given
the current situation, what should I do?  What is the right thing?
Not in some idyllic future when we have everything worked out, and
have taught the Ubuntu people to talk to their betters before
embarking on changes that make sharing code more difficult, but today!

--Barak.
--
Barak A. Pearlmutter
 Hamilton Institute  Dept Comp Sci, NUI Maynooth, Co. Kildare, Ireland
 http://www.bcl.hamilton.ie/~barak/


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



Bug#205255: libx11-6: XcmsLRGB_RGBi_ParseString() uses sscanf() to parse floats but is not locale-aware

2007-02-12 Thread Brice Goglin
Hi,

About 3 years ago, you reported a bug to the Debian BTS regarding
XcmsLRGB_RGBi_ParseString() parsing float without being locale aware,
causing your xterm to not read your color declaration correctly. Looking
at the code, I guess you still have the problem, right? If so, we should
forward the bug upstream. Let me know if you can't forward it, or if I
can close this bug, or anything else.

Thanks,
Brice



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



Bug#203644: libx11-6: something deep in Xlib tries to open :0.0 when DISPLAY is :10.0 (when xscreensaver used)

2007-02-12 Thread Brice Goglin
Hi,

About 4 years ago, you reported a bug to the Debian BTS regarding xlib
trying to open :0.0 instead of:10.0 when xscreensaver is used. Did you
reproduce this problem recently? If not, I will close this bug in the
next weeks.

Thanks,
Brice



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



Bug#410651: mediamate: [l10n] bug in the main language template

2007-02-12 Thread Stefan Bauer
Package: mediamate
Version: 0.9.3.6-4
Severity: Minor
Tags: l10n

Hi, i found a few bugs in the main language po file[1].

Here come the parts, where a fixup is needed:



msgid 
Please choose whether the database and all cover art files should be
removed 
when tha Media Mate package is purged.

-- tha should be the

msgid 
By default Media Mate supports any web server that PHP4 does.  This 
configuration process currently only supports Apache, Apache-SSL, and  
Apache2 directly.  If you use another type you will have to handle  the 
configuration of the web server manually.  If you chose one of  the
first 

s/manually.  If/manually. If/ (one delimiter need to be removed)


Greetings
Stefan

[1]
http://sidney.homeunix.org/debian/po-files/po-debconf/mediamate_0.9.3.6-4_templates/de.po





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



Bug#353053: watchdog: this needs to be resolved for xen when many domains need to be shut down

2007-02-12 Thread Michael Meskes
On Fri, Feb 09, 2007 at 09:42:26PM +1100, James Harper wrote:
 I thought of this as well... one at K01 and one at K99. K01 would create
 /etc/watchdog/shutdown, which watchdog would notice and not do any
 further network or process checks. K99 would actually stop the process.
 The startup script would automatically clear the shutdown file. Does
 that action of the rc files go against any Debian policies?

Could you please try 5.2.6-7? I did not go this route but instead
enabled the wd_keepalive binary which is a watchdog with just the
keepalive routines.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!


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



Bug#405232: include rt2400/rt2500/rt2570/rt2x00

2007-02-12 Thread Daniel Baumann
Sam Morris wrote:
 Is there any progress on this? Will the updated packages enter etch?

2007-01-30 12:45:54  panthera aurel32: any nex about the r modules?
2007-01-30 12:46:00  panthera s/nex/news/
2007-01-30 13:29:03  aurel32 panthera: it won't be possible to get the
current version in etch
2007-01-30 13:29:09  aurel32 panthera: so that will be for lenny
2007-01-30 13:35:40  panthera aurel32: too bad :/ nevertheless, thanks
for your efforts.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/


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



Bug#410212: Patch for the 0.7.dfsg-1.2 NMU of atftp

2007-02-12 Thread Christian Perrier

Dear maintainer of atftp,

3 days ago, I sent you a notice announcing my intent to upload
a NMU of your package to fix its pending l10n issues.

You either agreed for this NMU or did not respond to my notices.

I will now upload this NMU to DELAYED/0-DAY (which means an immediate
upload).

The NMU patch is attached to this mail.

The NMU changelog is:


Source: atftp
Version: 0.7.dfsg-1.2
Distribution: unstable
Urgency: low
Maintainer: Christian Perrier [EMAIL PROTECTED]
Date: Sun, 11 Feb 2007 15:08:39 +0100
Closes: 410525
Changes: 
 atftp (0.7.dfsg-1.2) unstable; urgency=low
 .
   * Non-maintainer upload to fix a pending l10n issues that affects the
 experimental Debian i18n server.
   * Debconf translations:
 - Japanese fixed. Closes: #410525

-- 


diff -Nru atftp-0.7.dfsg.old/debian/changelog atftp-0.7.dfsg/debian/changelog
--- atftp-0.7.dfsg.old/debian/changelog	2007-02-11 14:25:12.117146102 +0100
+++ atftp-0.7.dfsg/debian/changelog	2007-02-11 15:09:17.338627050 +0100
@@ -1,3 +1,12 @@
+atftp (0.7.dfsg-1.2) unstable; urgency=low
+
+  * Non-maintainer upload to fix a pending l10n issues that affects the
+experimental Debian i18n server.
+  * Debconf translations:
+- Japanese fixed. Closes: #410525
+
+ -- Christian Perrier [EMAIL PROTECTED]  Sun, 11 Feb 2007 15:08:39 +0100
+
 atftp (0.7.dfsg-1.1) unstable; urgency=low
 
   * Non-maintainer upload to fix longstanding l10n issues
diff -Nru atftp-0.7.dfsg.old/debian/po/ca.po atftp-0.7.dfsg/debian/po/ca.po
--- atftp-0.7.dfsg.old/debian/po/ca.po	1970-01-01 01:00:00.0 +0100
+++ atftp-0.7.dfsg/debian/po/ca.po	2007-02-11 14:28:26.562725129 +0100
@@ -0,0 +1,209 @@
+#
+# Catalan translation for atftp package.
+# Copyright (C) 2007 Ludovic Droviz.
+# This file is distributed under the same license as the atftp package.
+#
+# Jordà Polo [EMAIL PROTECTED], 2007.
+#
+msgid 
+msgstr 
+Project-Id-Version: 0.7.dfsg-1\n
+Report-Msgid-Bugs-To: [EMAIL PROTECTED]
+POT-Creation-Date: 2006-10-02 00:46+0200\n
+PO-Revision-Date: 2007-02-04 23:05+0100\n
+Last-Translator: Jordà Polo [EMAIL PROTECTED]\n
+Language-Team: Català debian-l10n-catalan@lists.debian.org\n
+MIME-Version: 1.0\n
+Content-Type: text/plain; charset=UTF-8\n
+Content-Transfer-Encoding: 8bit\n
+
+#. Type: boolean
+#. Description
+#: ../atftpd.templates:1001
+msgid Should the server be started by inetd?
+msgstr S'hauria d'iniciar el servidor mitjançant inetd?
+
+#. Type: boolean
+#. Description
+#: ../atftpd.templates:1001
+msgid 
+atftpd can be started by the inetd superserver or as a daemon and handle 
+incoming connections by itself. The latter is only recommend for very high 
+usage server.
+msgstr 
+És possible iniciar atftpd mitjançant el superservidor inetd o com a dimoni, 
+deixant que aquest controli les connexions entrants. La darrera opció només 
+es recomana en servidors amb molta càrrega.
+
+#. Type: string
+#. Description
+#: ../atftpd.templates:2001
+msgid Server timeout:
+msgstr Temps d'espera del servidor:
+
+#. Type: string
+#. Description
+#: ../atftpd.templates:2001
+msgid How many seconds the main thread waits before exiting.
+msgstr Els segons que s'ha d'esperar el fil principal abans d'acabar.
+
+#. Type: string
+#. Description
+#: ../atftpd.templates:3001
+msgid Retry timeout:
+msgstr Temps d'espera dels reintents:
+
+#. Type: string
+#. Description
+#: ../atftpd.templates:3001
+msgid How many seconds to wait for a reply before retransmitting a packet.
+msgstr 
+Els segons que s'ha d'esperar una resposta abans de tornar a transmetre un 
+paquet.
+
+#. Type: string
+#. Description
+#: ../atftpd.templates:4001
+msgid Maximum number of threads:
+msgstr Nombre màxim de fils:
+
+#. Type: string
+#. Description
+#: ../atftpd.templates:4001
+msgid Maximum number of concurrent threads that can be running.
+msgstr Nombre màxim de fils que poden executar-se concurrentment.
+
+#. Type: select
+#. Description
+#: ../atftpd.templates:5001
+msgid Verbosity level:
+msgstr Nivell de detall:
+
+#. Type: select
+#. Description
+#: ../atftpd.templates:5001
+msgid 
+Level of logging. 7 logs everything including debug logs. 1 will log only 
+the system critical logs. 5 (LOG_NOTICE) is the default value.
+msgstr 
+Nivell de registre. «7» ho enregistra tot, incloent missatges de depuració. 
+«1» només enregistrarà els missatges crítics del sistema. «5» (LOG_NOTICE) 
+és el valor predeterminat.
+
+#. Type: boolean
+#. Description
+#: ../atftpd.templates:6001
+msgid Enable 'timeout' support?
+msgstr Voleu activar el suport per a «timeout»?
+
+#. Type: boolean
+#. Description
+#: ../atftpd.templates:7001
+msgid Enable 'tsize' support?
+msgstr Voleu activar el suport per a «tsize»?
+
+#. Type: boolean
+#. Description
+#: ../atftpd.templates:8001
+msgid Enable 'block size' support?
+msgstr Voleu activar el suport per a «block size»?
+
+#. Type: boolean
+#. Description
+#: ../atftpd.templates:9001
+msgid Enable multicast support?
+msgstr Voleu activar el suport multicast?
+
+#. Type: string
+#. 

Bug#410605: dpkg: bzip2 code in compression.c incorrectly uses zlib define (Z_ERRNO)

2007-02-12 Thread Mike Frysinger
On Monday 12 February 2007, Steve Langasek wrote:
 On Mon, Feb 12, 2007 at 05:14:08AM -0500, Mike Frysinger wrote:
  On Sunday 11 February 2007, Steve Langasek wrote:
   On Sun, Feb 11, 2007 at 08:34:53PM -0500, Mike Frysinger wrote:
Justification: no longer builds from source
  
   Huh?  This bug doesn't describe a build failure.
 
  yes it does ... build on a system that lacks zlib or force disable zlib
  support - build failure

 Then you've modified the source package or are ignoring the
 build-dependencies, which makes it your problem, not Debian's.

i dont really care how you want to classify the issue ... if you want to 
nitpick that aspect to death, go for it

the dpkg source code has an obvious bug in it; i reported the bug so the dpkg 
maintainers can fix it ... if you want me to contact someone else, let me 
know
-mike


pgph0FYv0OBlw.pgp
Description: PGP signature


Bug#410654: New SciTE version

2007-02-12 Thread newbeewan

Package: scite
Version: 1.71-1

Severity: wishlist
Priority: normal

The new version of SciTE is available since 15 january 2007, is it possible to 
make
it available in unstable ?

Thanks a lot

Mourad














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



Bug#410655: RFP: qtpfsgui -- Qtpfsgui is a graphical user interface that enables users to work on hdr images.

2007-02-12 Thread Matthias Steinbach
Package: wnpp
Severity: wishlist


* Package name: qtpfsgui
  Version : 1.7.1
  Upstream Author : Guiseppe Rota [EMAIL PROTECTED]
* URL : http://qtpfsgui.sourceforge.net
* License : GPL v2
  Programming Lang: QT / C++
  Description : Qtpfsgui provides a GUI for the whole hdr-image workflow 
(creating, tonemapping and saving/loading of hdr-images).

From the website:
Qtpfsgui is a graphical user interface that enables users to work on hdr 
images.
Supported operations include:

* creations of a HDR file from a set of images of a scene taken at 
different exposure settings
* tonemapping an HDR image into a common LDR image format (e.g jpeg or png)
* loading, saving and rotating existing HDR images

In some ways the program is a opensource clone of Photomatix.

This tool enables the user to work with hdr-images using only one application 
where beforehand cinepaint could only create hdr and an external tonemapper had 
to be used.
Since it includes the functions of pfstools (GPL, not packed for Debian) in its 
codebase, no dependencies outside of Debian are existant.

Offering different tone-mapping algorithms this dedicated tool bests Photoshop 
in dealing with high-dynamic-range images.

Dependencies are:
qt4, exiv2, fftw3 and openexr


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20lime4
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


signature.asc
Description: Digital signature


Bug#410643: linux-image-2.6-amd64: linux fails to read partition table on boot device after upgrade from 2.6.17 to 2.6.18

2007-02-12 Thread Steve Langasek
severity 410643 important
reassign 410643 linux-2.6
thanks

On Mon, Feb 12, 2007 at 11:22:05AM +0100, Kuno Woudt wrote:
 Package: linux-image-2.6-amd64
 Version: 2.6.18+5
 Severity: critical
 Justification: breaks the whole system

 I have installed debian using an amd64 etch installer which installs 
 a 2.6.17 kernel (2.6.17-2-amd64).  The setup uses a 256mb boot partition,
 and everything else on a software raid (fdisk output for both disks 
 pasted below).  This all works without problem.

 After upgrading the kernel to the debian packaged 2.6.18-7, the system
 cannot read the partition table on /dev/sda.  A failure to mount /boot
 results in some error messages during boot, booting continues after
 pressing CTRL-D, the root file system (software raid, /dev/md0) is
 mounted fine, the /boot filesystem is not. Note, only the partition
 table of /dev/sda cannot be read, the output of 'fdisk /dev/sdb' is
 the same as when booted with 2.6.17.

This implies that the RAID is also being brought up in degraded mode due to
the missing component on /dev/sda.

Have you verified that under 2.6.18, the disk doesn't get renamed to
something other than /dev/sda, for some unclear reason?  I.e., do you have
any other /dev/sd* device nodes?

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


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



Bug#400752: linux-modules-extra-2.6: include ndiswrapper

2007-02-12 Thread Daniel Baumann
Sam Morris wrote:
 Re-opening, I would like to see binary packages of the ndiswrapper
 modules in Debian.

if the mainainer re-appears, i'll add ndiswrapper.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/


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



Bug#410653: kqemu-common: Creates /dev/kqemu

2007-02-12 Thread Sam Morris
Package: kqemu-common
Version: 1.3.0~pre11-1
Severity: serious
Justification: Policy 10.6

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The package creates /dev/kqemu in its postinst. According to policy it
must instead create the device via the MAKEDEV script.

Also, on udev-using systems, the device should be created in
/dev/.static/dev/kqemu, so that it actually ends up in /dev on my root
filesystem rather than in udev's tmpfs mounted at /dev. I guess using
MAKEDEV would sort this out.

Finally, I'm a bit confused about how udev is intended to interoperate
with kqemu. I moved the /dev/kqemu created by kqemu-common's postinst
out of the way, and then loaded the kqemu module, to see if udev would
correctly create the /dev/kqemu device. It did create a file with the
right name, but with different major/minor numbers:

crw-rw-rw- 1 root root  10, 62 2007-02-12 11:03 /dev/kqemu
crw-rw-rw- 1 root root 250,  0 2007-02-12 10:46 /dev/kqemu.old

Assuming that the module is passing the correct major/minor device
numbers to the kernel when it creates its device, is the use of 250/0
incorrect? Or is it correct as well?

- -- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (530, 'testing'), (520, 'unstable'), (510, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-k7
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

- -- no debconf information

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

iD8DBQFF0E1Gshl/216gEHgRAtCiAKDGH5jTl0M1Ubr6UXI7BCLOsL7cMwCcCD7+
5S6nmSgHKybD05/zXmVVbfc=
=vc6V
-END PGP SIGNATURE-


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



Bug#367168: Patch for the 1.9-6.2 NMU of plan

2007-02-12 Thread Christian Perrier

Dear maintainer of plan,

3 days ago, I sent you a notice announcing my intent to upload
a NMU of your package to fix its pending l10n issues.

You either agreed for this NMU or did not respond to my notices.

I will now upload this NMU to DELAYED/0-DAY (which means an immediate
upload).

The NMU patch is attached to this mail.

The NMU changelog is:


Source: plan
Version: 1.9-6.2
Distribution: unstable
Urgency: low
Maintainer: Christian Perrier [EMAIL PROTECTED]
Date: Sat, 10 Feb 2007 18:11:57 +0100
Closes: 367168
Changes: 
 plan (1.9-6.2) unstable; urgency=low
 .
   * Non-maintainer upload to fix pending l10n issued.
   * Debconf translations:
 - Russian. Closes: #367168

-- 


diff -Nru plan-1.9.old/debian/changelog plan-1.9/debian/changelog
--- plan-1.9.old/debian/changelog	2007-02-09 17:30:42.669989080 +0100
+++ plan-1.9/debian/changelog	2007-02-10 18:12:22.914212030 +0100
@@ -1,3 +1,11 @@
+plan (1.9-6.2) unstable; urgency=low
+
+  * Non-maintainer upload to fix pending l10n issued.
+  * Debconf translations:
+- Russian. Closes: #367168
+
+ -- Christian Perrier [EMAIL PROTECTED]  Sat, 10 Feb 2007 18:11:57 +0100
+
 plan (1.9-6.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru plan-1.9.old/debian/po/da.po plan-1.9/debian/po/da.po
--- plan-1.9.old/debian/po/da.po	2007-02-09 17:30:42.669989080 +0100
+++ plan-1.9/debian/po/da.po	2007-02-10 18:11:05.289581667 +0100
@@ -11,15 +11,14 @@
 #
 #Developers do not need to manually edit POT or PO files.
 #
-#, fuzzy
 msgid 
 msgstr 
-Project-Id-Version: PACKAGE VERSION\n
+Project-Id-Version: plan\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2005-01-16 23:44+0100\n
 PO-Revision-Date: 2002-12-31 14:05+0100\n
 Last-Translator: Michael Kristensen [EMAIL PROTECTED]\n
-Language-Team: LANGUAGE [EMAIL PROTECTED]\n
+Language-Team: Danish\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=ISO-8859-1\n
 Content-Transfer-Encoding: 8bit\n
diff -Nru plan-1.9.old/debian/po/de.po plan-1.9/debian/po/de.po
--- plan-1.9.old/debian/po/de.po	2007-02-09 17:30:42.669989080 +0100
+++ plan-1.9/debian/po/de.po	2007-02-10 18:11:50.373947782 +0100
@@ -13,12 +13,12 @@
 #
 msgid 
 msgstr 
-Project-Id-Version: PACKAGE VERSION\n
+Project-Id-Version: plan\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2005-01-16 23:44+0100\n
 PO-Revision-Date: 2005-03-06 09:01+0100\n
 Last-Translator: Sebastian Feltel [EMAIL PROTECTED]\n
-Language-Team: LANGUAGE [EMAIL PROTECTED]\n
+Language-Team: German debian-l10n-german@lists.debian.org\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=ISO-8859-15\n
 Content-Transfer-Encoding: 8bit\n
diff -Nru plan-1.9.old/debian/po/nb.po plan-1.9/debian/po/nb.po
--- plan-1.9.old/debian/po/nb.po	2007-02-09 17:30:42.673989113 +0100
+++ plan-1.9/debian/po/nb.po	2007-02-10 18:10:40.557380825 +0100
@@ -9,7 +9,7 @@
 #
 msgid 
 msgstr 
-Project-Id-Version: PACKAGE VERSION\n
+Project-Id-Version: plan\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2005-01-16 23:44+0100\n
 PO-Revision-Date: 2005-02-26 10:18MET\n
diff -Nru plan-1.9.old/debian/po/ru.po plan-1.9/debian/po/ru.po
--- plan-1.9.old/debian/po/ru.po	2007-02-09 17:30:42.729989567 +0100
+++ plan-1.9/debian/po/ru.po	2007-02-10 18:10:15.377176345 +0100
@@ -1,190 +1,190 @@
-#
+# translation of plan_1.9-6_ru.po to Russian
+# 
 #Translators, if you are not familiar with the PO format, gettext
 #documentation is worth reading, especially sections dedicated to
 #this format, e.g. by running:
 # info -n '(gettext)PO Files'
 # info -n '(gettext)Header Entry'
-#
 #Some information specific to po-debconf are available at
 #/usr/share/doc/po-debconf/README-trans
-# or http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
+# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
 #Developers do not need to manually edit POT or PO files.
-#
-#, fuzzy
+# Yuriy Talakan' [EMAIL PROTECTED], 2006.
+# 
 msgid 
 msgstr 
-Project-Id-Version: PACKAGE VERSION\n
+Project-Id-Version: plan_1.9-6_ru\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2005-01-16 23:44+0100\n
-PO-Revision-Date: 2002-03-10 08:03+0500\n
-Last-Translator: Ilgiz Kalmetev [EMAIL PROTECTED]\n
-Language-Team: LANGUAGE [EMAIL PROTECTED]\n
+PO-Revision-Date: 2006-05-14 18:16+1000\n
+Last-Translator: Yuriy Talakan' [EMAIL PROTECTED]\n
+Language-Team: Russian debian-l10n-russian@lists.debian.org\n
 MIME-Version: 1.0\n
-Content-Type: text/plain; charset=KOI8-R\n
+Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
+X-Generator: KBabel 1.9.1\n
 
 #. Type: select
 #. Choices
 #: ../plan.templates:3
 msgid australia
-msgstr 
+msgstr австралийская
 
 #. Type: select
 #. Choices
 #: ../plan.templates:3
 msgid austria
-msgstr 
+msgstr австрийская
 
 #. Type: select
 #. Choices
 #: ../plan.templates:3
 msgid bavarian
-msgstr 
+msgstr баварская
 
 #. Type: select
 #. Choices
 #: ../plan.templates:3
 msgid belgium
-msgstr 

Bug#400752: linux-modules-extra-2.6: include ndiswrapper

2007-02-12 Thread Sam Morris
On Mon, 2007-02-12 at 12:25 +0100, Daniel Baumann wrote:
 Sam Morris wrote:
  Re-opening, I would like to see binary packages of the ndiswrapper
  modules in Debian.
 
 if the mainainer re-appears, i'll add ndiswrapper.

Andreas is MIA? Or do I misunderstand?

-- 
Sam Morris
http://robots.org.uk/

PGP key id 1024D/5EA01078
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078


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


Bug#347833: Patch for the 0.9.3.6-4.1 NMU of mediamate

2007-02-12 Thread Christian Perrier

Dear maintainer of mediamate,

3 days ago, I sent you a notice announcing my intent to upload
a NMU of your package to fix its pending l10n issues.

You either agreed for this NMU or did not respond to my notices.

I will now upload this NMU to DELAYED/0-DAY (which means an immediate
upload).

The NMU patch is attached to this mail.

The NMU changelog is:


Source: mediamate
Version: 0.9.3.6-4.1
Distribution: unstable
Urgency: low
Maintainer: Christian Perrier [EMAIL PROTECTED]
Date: Mon, 12 Feb 2007 10:09:11 +0100
Closes: 347833 398712
Changes: 
 mediamate (0.9.3.6-4.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Debconf translations:
 - Swedish. Closes: #347833
 - Basque. Closes: #398712
   * Use True and not bogus Yes as default for boolean templates
   * Move dpatch and debhelper in Build-Depends as they're used
 in the clean target

-- 


diff -Nru mediamate-0.9.3.6.old/debian/changelog mediamate-0.9.3.6/debian/changelog
--- mediamate-0.9.3.6.old/debian/changelog	2007-02-09 17:31:04.710168061 +0100
+++ mediamate-0.9.3.6/debian/changelog	2007-02-12 10:09:32.531861046 +0100
@@ -1,3 +1,15 @@
+mediamate (0.9.3.6-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Debconf translations:
+- Swedish. Closes: #347833
+- Basque. Closes: #398712
+  * Use True and not bogus Yes as default for boolean templates
+  * Move dpatch and debhelper in Build-Depends as they're used
+in the clean target
+
+ -- Christian Perrier [EMAIL PROTECTED]  Mon, 12 Feb 2007 10:09:11 +0100
+
 mediamate (0.9.3.6-4) unstable; urgency=low
 
   * changed location of adodb.inc.php (Closes: #325378)
diff -Nru mediamate-0.9.3.6.old/debian/control mediamate-0.9.3.6/debian/control
--- mediamate-0.9.3.6.old/debian/control	2007-02-09 17:31:04.582167022 +0100
+++ mediamate-0.9.3.6/debian/control	2007-02-12 10:09:09.102396796 +0100
@@ -2,7 +2,7 @@
 Section: web
 Priority: optional
 Maintainer: Jamin W. Collins [EMAIL PROTECTED]
-Build-Depends-Indep: dpatch, debhelper ( 4.1.16)
+Build-Depends: dpatch, debhelper ( 4.1.16)
 Standards-Version: 3.6.0
 
 Package: mediamate
diff -Nru mediamate-0.9.3.6.old/debian/po/eu.po mediamate-0.9.3.6/debian/po/eu.po
--- mediamate-0.9.3.6.old/debian/po/eu.po	2007-02-09 17:31:04.894169555 +0100
+++ mediamate-0.9.3.6/debian/po/eu.po	2007-02-09 17:38:39.0 +0100
@@ -29,20 +29,18 @@
 #. Type: select
 #. Choices
 #: ../templates:3
-#, fuzzy
 msgid Apache, Apache-SSL, Both, Apache2, Other
-msgstr Apache, Apache-SSL, Biak, Besterik
+msgstr Apache, Apache-SSL, Biak, Apache2, Besterik
 
 #. Type: select
 #. Description
 #: ../templates:5
 msgid What type of Web Server are you running?
-msgstr 
+msgstr Zein Web Zerbitzari mota erabiltzen ari zara?
 
 #. Type: select
 #. Description
 #: ../templates:5
-#, fuzzy
 msgid 
 By default Media Mate supports any web server that PHP4 does.  This 
 configuration process currently only supports Apache, Apache-SSL, and  
@@ -53,8 +51,8 @@
 properly.  If you do not wish this to  happen, please chose the Other option.
 msgstr 
 Lehenespen bezala media Mate-k PHP4 onartzen duen edozein web zerbitzari 
-onartzen du. Konfigurazio prozesu honek oraingoz Apache eta Apache-SSL 
-bakarrik onartzen ditu. Hiru lehenengo aukeretako bat aukeratu eskero 
+onartzen du. Konfigurazio prozesu honek oraingoz Apache, Apache-SSL eta 
+Apache2 bakarrik onartzen ditu. Hiru lehenengo aukeretako bat aukeratu eskero 
 Instalazio prozesu honek Apache konfigurazioaren alda beharrezko zatiak 
 kudeateu ditzake (edo saiatu) mediamate behar bezala erabiltzeko. Hau 
 gertatzea ez baduzu nahi 'Besterik' aukeratu.
@@ -81,7 +79,7 @@
 #. Description
 #: ../templates:26
 msgid MySQL Host:
-msgstr MySQL Hostalaria:
+msgstr MySQL Ostalaria:
 
 #. Type: string
 #. Description
@@ -90,7 +88,7 @@
 Please enter the name or IP address of the MySQL database host that will 
 store the Media Mate database.
 msgstr 
-Idatzi Media Mate databasea duen MySQL database hostalariaren izen edo IP 
+Idatzi Media Mate databasea duen MySQL database ostalariaren izen edo IP 
 helbidea
 
 #. Type: string
@@ -133,9 +131,8 @@
 #. Type: string
 #. Description
 #: ../templates:47
-#, fuzzy
 msgid Please enter the name for the database used by Media Mate.
-msgstr Mesedez idatzi MEdia Mate-k erabiliko duen databasearen izena.
+msgstr Mesedez idatzi Media Mate-k erabiliko duen databasearen izena.
 
 #. Type: string
 #. Description
diff -Nru mediamate-0.9.3.6.old/debian/po/sv.po mediamate-0.9.3.6/debian/po/sv.po
--- mediamate-0.9.3.6.old/debian/po/sv.po	1970-01-01 01:00:00.0 +0100
+++ mediamate-0.9.3.6/debian/po/sv.po	2007-02-09 17:37:59.0 +0100
@@ -0,0 +1,151 @@
+#
+#Translators, if you are not familiar with the PO format, gettext
+#documentation is worth reading, especially sections dedicated to
+#this format, e.g. by running:
+# info -n '(gettext)PO Files'
+# info -n '(gettext)Header Entry'
+#
+#Some information specific to po-debconf are available at

Bug#246643: libx11-6: _XPollfdCacheDel() select()s forever when called by fglrx_dri.so

2007-02-12 Thread Brice Goglin
Hi,

About 3 years ago, you reported a bug to the Debian BTS regarding
_XPollfdCacheDel() calling select() forever when called by fglrx. Did
you reproduce this problem recently? If not, I will close this bug in
the next weeks.

Thanks,
Brice



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



Bug#339759: urllib.urlopen() is horribly slow

2007-02-12 Thread Christoph Berg
Re: Matthias Klose 2007-01-12 [EMAIL PROTECTED]
 - please check: for line in popcon: ...

Doesn't change the runtime.

 - urllib2

That runs faster, though still slightly slower than the os.popen(wget) 
version.

Is it possible to make urllib a dummy library pointing at urllib2, or
something?

Christoph
-- 
[EMAIL PROTECTED] | http://www.df7cb.de/


signature.asc
Description: Digital signature


Bug#410656: gcc-4.1: Missing symbol `_Unwind_GetIPInfo' building with gcc -m32 on amd64.

2007-02-12 Thread Rob Andrews
Package: gcc-4.1
Version: 4.1.1-21
Severity: normal


I'm trying to build the nspluginwrapper source on an amd64 machine. The
x86_64 part builds okay, but when it goes to build the i386 runtime part
with gcc -m32 the build is failing with the following error:

$ make
gcc -std=c99 -m32 -o npviewer.bin npviewer-npw-viewer.o npviewer-npw-rpc.o 
npviewer-rpc.o npviewer-debug.o npviewer-utils.o npviewer-npruntime.o 
npviewer-cxxabi-compat.o -m32 -Llsb-build-i386 -lgtk-x11-2.0 -lgdk-x11-2.0 
-lgobject-2.0 -ldl -lglib-2.0 -lX11 -lXt -ldl -lpthread -Wl,--export-dynamic 
-Wl,--version-script,../src/npw-viewer.map -lsupc++
/usr/lib/gcc/x86_64-linux-gnu/4.1.2/32/libsupc++.a(eh_personality.o): In 
function `__gxx_personality_v0':
(.text.__gxx_personality_v0+0xb8): undefined reference to `_Unwind_GetIPInfo'
collect2: ld returned 1 exit status
make: *** [npviewer.bin] Error 1

I've run through the list of gcc bugs and this is listed as a problem
with gcc 4.2, but not with 4.1.

(I've included the versions of the -i386 libc6 counterparts installed
below)

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages gcc-4.1 depends on:
ii  binutils2.17-3   The GNU assembler, linker and bina
ii  cpp-4.1 4.1.1-21 The GNU C preprocessor
ii  gcc-4.1-base4.1.1-21 The GNU Compiler Collection (base 
ii  libc6   2.3.6.ds1-11 GNU C Library: Shared libraries
ii  libgcc1 1:4.1.1-21   GCC support library
ii  libssp0 4.1.1-21 GCC stack smashing protection libr
ii  libc6-i386  2.3.6.ds1-11 GNU C Library: 32bit shared librar

Versions of packages gcc-4.1 recommends:
ii  libc6-dev   2.3.6.ds1-11 GNU C Library: Development Librari
ii  libmudflap0-dev 4.1.1-21 GCC mudflap support libraries (dev
ii  libc6-dev-i386  2.3.6.ds1-11 GNU C Library: 32bit development l

-- no debconf information


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



Bug#407795: libxklavier: Error during activation of the XKB configuration - only USA keymap available.

2007-02-12 Thread Steve Langasek
severity 407795 important
thanks

This bug was discussed on IRC before it was filed.  I tried to reproduce the
bug and was not able to do so on a PC.  There have been no follow-ups in
approximately a month substantiating that this is a problem for anyone else.
I think it's time to downgrade the report.

It's been suggested that the problem is specific to macintosh keyboard
rules, but even selecting 'macintosh' as my keyboard model I don't see any
problems with the gnome keymap applet.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


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



Bug#410597: [Pkg-uml-pkgs] Bug#410597: user-mode-linux: Please enable all the crypto modules

2007-02-12 Thread bdb
On Mon, Feb 12, 2007 at 09:55:26AM +0100, Stefano Melchior wrote:
 On Mon, Feb 12, 2007 at 12:50:35AM +, Brian Brunswick wrote:
 Dear Brian,
  Package: user-mode-linux
  Version: 2.6.18-1um-2
  Severity: normal
  
  
  I wanted to mount a luks partition from inside uml,
  but found that the sha256 kernel module wasn't built in the debian package.
  
  Rebuilding the package with this enabled went fine, so please consider
  it for the standard config.
 I was wondering if this submitted bug should be tagged as wishlist,
 instead of normal: I do not think this is a bug.
 I would like to ask to Mattia if it is the case to make a new version
 upload for Etch or to leave for Etch+1
 Cheers
 

It seems more like an accidental omission rather than deliberate. Most other
crypto modules /are/ built.

If theres a rational for not building it of course, then wishlist it should be.

-- 
[EMAIL PROTECTED]


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



Bug#400752: linux-modules-extra-2.6: include ndiswrapper

2007-02-12 Thread Daniel Baumann
Sam Morris wrote:
 Andreas is MIA? Or do I misunderstand?

Andres didn't say something about inclusion so far, only Kel. And Kel
has a bouncing  email address.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/


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



Bug#410653: kqemu-common: Creates /dev/kqemu

2007-02-12 Thread Steve Langasek
severity 410653 important
thanks

On Mon, Feb 12, 2007 at 11:19:34AM +, Sam Morris wrote:
 The package creates /dev/kqemu in its postinst. According to policy it
 must instead create the device via the MAKEDEV script.

This isn't RC in the case of device nodes that MAKEDEV doesn't know about.

Thanks,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


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



Bug#410653: kqemu-common: Creates /dev/kqemu

2007-02-12 Thread Daniel Baumann
severity 410653 normal
forcemerge 410653 410294
thanks

Sam Morris wrote:
 The package creates /dev/kqemu in its postinst. According to policy it
 must instead create the device via the MAKEDEV script.

again, policy sais *iff* MAKEDEV knows about the device, MAKEDEV must be
used. otherwise it's fine to not use it in the meanwhile it's beeing
requested for inclusion.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/


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



Bug#410617: ITA: bbrun - tool for the Blackbox window manager that runs commands

2007-02-12 Thread Kevin Coyner


retitle #410617 ITA: bbrun - tool for the Blackbox window manager that runs 
commands

owner #410617 !

thanks


-- 
Kevin Coyner  GnuPG key: 1024D/8CE11941


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



Bug#410653: kqemu-common: Creates /dev/kqemu

2007-02-12 Thread Sam Morris
 again, policy sais *iff* MAKEDEV knows about the device, MAKEDEV must be
 used. otherwise it's fine to not use it in the meanwhile it's beeing
 requested for inclusion.

Ok, but policy 3.7.2.2 does not say that. It says only that If a
package needs any special device files that are not included in the base
system, it must call MAKEDEV in the postinst script, after notifying the
user[60]

-- 
Sam Morris
http://robots.org.uk/

PGP key id 1024D/5EA01078
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078


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


Bug#400887: Not fixed en 3.5.6 Debian package

2007-02-12 Thread Claus Hindsgaul

Hi,

Unfortunately the patch does not seem to have been applied in 3.5.6.dfsg.1-1.
I can still fix the bug by recompiling (apt-build --patch) the
3.5.6.dfsg.1-1 package with the patch mentioned in the original bug
report.

Claus

--
Civilingeniør ph.d. Claus Hindsgaul



Bug#386469: possible dependency problem

2007-02-12 Thread Peter Köllner

Hi!

I also got the error message during installation. Reason with me was that  
xinetd is installed.

The dependency looks like this:

openbsd-inetd and inetutils provide inet-superserver
netbase depends on inet-superserver
xinetd depends on netbase

so basically, xinetd stays installed because it does not conflict with  
openbsd-inetd and furthermore does not provide inet-superserver.
Therefore, xinetd is not stopped on installation of openbsd-inetd and  
starting openbsd-inetd does not work hence.
By the way - I did not choose to deinstall xinetd, but got it force-fed  
because of the clobbered dependency in xinetd,
so it would be a good idea to send this bug report to the xinetd provider  
also.


regards
  Peter Koellner

--
Using Opera's revolutionary e-mail client: http://www.opera.com/m2/


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



Bug#410597: [Pkg-uml-pkgs] Bug#410597: user-mode-linux: Please enable all the crypto modules

2007-02-12 Thread Mattia Dongili
On Mon, February 12, 2007 12:40 pm, [EMAIL PROTECTED] said:
 On Mon, Feb 12, 2007 at 09:55:26AM +0100, Stefano Melchior wrote:
 On Mon, Feb 12, 2007 at 12:50:35AM +, Brian Brunswick wrote:
 Dear Brian,
  Package: user-mode-linux
  Version: 2.6.18-1um-2
  Severity: normal
 
 
  I wanted to mount a luks partition from inside uml,
  but found that the sha256 kernel module wasn't built in the debian
 package.
 
  Rebuilding the package with this enabled went fine, so please consider
  it for the standard config.
 I was wondering if this submitted bug should be tagged as wishlist,
 instead of normal: I do not think this is a bug.
 I would like to ask to Mattia if it is the case to make a new version
 upload for Etch or to leave for Etch+1
 Cheers


 It seems more like an accidental omission rather than deliberate. Most
 other crypto modules /are/ built.

Yep, definitely an accident... I'm wondering why in the world it is not
enabled already.
Anyway I don't think it makes a big difference between normal or
wishlist in this case...

-- 
mattia
:wq!





Bug#410653: kqemu-common: Creates /dev/kqemu

2007-02-12 Thread Daniel Baumann
Sam Morris wrote:
 Ok, but policy 3.7.2.2 does not say that. It says only that If a
 package needs any special device files that are not included in the base
 system, it must call MAKEDEV in the postinst script, after notifying the
 user[60]

that is, according to vorlon, how it is interpreted atm.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/


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



Bug#405472: Tracking this bug in Open MPI

2007-02-12 Thread Jeff Squyres

FYI: this bug is now being tracked in the Open MPI project as well.

https://svn.open-mpi.org/trac/ompi/ticket/870

It's a relatively simple fix (there's a built-in exception for  
skipping adding -I/usr/include because it's a Bad Thing to do in C/C+ 
+; we didn't account for Fortran *always* needing the -I).


This fix is too late for the upcoming v1.2, but it will make it in  
future releases.


--
Jeff Squyres
Server Virtualization Business Unit
Cisco Systems



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



  1   2   3   4   5   >