Bug#403195: installation: Finnish timezone not selected by the etch installer

2007-02-19 Thread Gordon Farquharson

On 2/19/07, Gordon Farquharson <[EMAIL PROTECTED]> wrote:


How do I tell the installer not add a preselected country to preseed.cfg ?


Found it !

packages/oldsys-preseed/oldsys-preseed

Gordon

--
Gordon Farquharson


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



Bug#411453: fakeroot: "install -o user" doens't work

2007-02-19 Thread Sergey Burchu
Package: fakeroot
Version: 1.5.12
Severity: normal

I run:
$ fakeroot debian/rules binary


Got error:

install -d -o nadmin -g nadmin -m0751 
/usr/src/nadmin/nadmin/project/debian/tmp/usr/lib/nadmin/public_html
install: invalid user `nadmin'

User nadmin doen't exists yet, he should be added in preinst script.
install calls getpwnam for "nadmin" before chown and dies. I think
fakeroot should fake getpw* functions too.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20-sayd3
Locale: LANG=C, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)

Versions of packages fakeroot depends on:
ii  libc6   2.3.6.ds1-12 GNU C Library: Shared libraries


fakeroot recommends no packages.

-- no debconf information

Additional information:
ii  coreutils   5.97-5.3 The GNU core utilities


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



Bug#407494: caudium: update also fails to start an i386 system

2007-02-19 Thread Jan Setzer
Package: caudium
Version: 2:1.4.9.1-2
Followup-For: Bug #407494


the update does not fix the problem. 

caudiumstart tries to launch the pike process but this exit, 
so caudium-start runs in a loop trying to start the server.

I can only see this behavior on a i386 system on amd64 the webserver
is running (no other systems in reach).


Other information on request.

Best whish

Jan



-- 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: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15 (charmap=ISO-8859-15)

Versions of packages caudium depends on:
ii  caudium-modules  2:1.4.9.1-2 C modules for Caudium
ii  debconf [debconf-2.0]1.5.11  Debian configuration management sy
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  pike7.6-core 7.6.93-2Powerful interpreted programming l
ii  pike7.6-image7.6.93-2Image module for Pike
ii  pike7.6-pcre 7.6.93-2PCRE module for Pike
ii  ttf-bitstream-vera   1.10-7  The Bitstream Vera family of free 

Versions of packages caudium recommends:
ii  caudium-pixsl2:1.4.9.1-2 Pike XSLT module for Caudium
ii  caudium-ultralog 2:1.4.9.1-2 Log Parser module for Caudium
ii  mime-support 3.39-1  MIME files 'mime.types' & 'mailcap

-- debconf-show failed


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



Bug#411454: ITP: pfstmo -- set of tone mapping operators

2007-02-19 Thread Sebastian Harl
Package: wnpp
Severity: wishlist
Owner: Sebastian Harl <[EMAIL PROTECTED]>

* Package name: pfstmo
  Upstream Author : Grzegorz Krawczyk <[EMAIL PROTECTED]>
* URL : http://www.mpi-inf.mpg.de/resources/tmo/
* License : GPL
  Description : set of tone mapping operators

 pfstmo package contains the implementation of state-of-the-art tone mapping
 operators. The motivation here is to provide an implementation of tone mapping
 operators suitable for convenient processing of both static images and
 animations.
 
 The operators are embedded in a flexible framework [pfstools] which provides a
 unified input/output mechanism and a modular architecture for the filtering of
 the image data. Various file formats for static images and video are
 transparently supported and the High Dynamic Range data are processed
 modularly through a Unix piping mechanism.

The long description has been copied from the homepage and will probably be
improved before upload.

Cheers,
Sebastian

-- 
Sebastian "tokkee" Harl
GnuPG-ID: 0x8501C7FC
http://tokkee.org/



signature.asc
Description: Digital signature


Bug#411450: Slight cosmetic change to the patch

2007-02-19 Thread Alain Kalker
The comment about stripping and compressing the packages doesn't have to
be in the ifdef, it is very informative in the build log.

Cheers, Alain
diff -u libgtkada2-2.8.1/debian/changelog libgtkada2-2.8.1/debian/changelog
--- libgtkada2-2.8.1/debian/changelog
+++ libgtkada2-2.8.1/debian/changelog
@@ -1,3 +1,10 @@
+libgtkada2 (2.8.1-4miki1) unstable; urgency=low
+
+  * Local package.
+  * Correctly apply DEB_BUILD_OPTIONS={noopt,nostrip}
+
+ -- Alain Kalker <[EMAIL PROTECTED]>  Mon, 19 Feb 2007 08:16:37 +0100
+
 libgtkada2 (2.8.1-4) unstable; urgency=low
   
   * Clean up the diff.gz, it was preventing 00-makefiles.patch from
diff -u libgtkada2-2.8.1/debian/rules libgtkada2-2.8.1/debian/rules
--- libgtkada2-2.8.1/debian/rules
+++ libgtkada2-2.8.1/debian/rules
@@ -121,7 +121,9 @@
 		--build=$(DEB_BUILD_GNU_TYPE) \
 		--prefix=/usr \
 		--mandir=\$${prefix}/share/man \
-		--infodir=\$${prefix}/share/info
+		--infodir=\$${prefix}/share/info \
+		CFLAGS="$(CFLAGS)" \
+		INSTALL_PROGRAM="$(INSTALL_PROGRAM)"
 	rm config.log
 	mv src/gate src/gate$(major)
 	mv src/gtkada-config src/gtkada$(major)-config
@@ -318,10 +320,12 @@
 		usr/share/man/man1/gate$(major).1 \
 		usr/share/man/man1/gate.1
 
 	: # Finally strip, compress, and build the .debs
+ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
 	dh_strip -a -Nlibgtkada$(major)-dev -Nlibgnomeada$(major)-dev
 	dh_strip -plibgtkada$(major)-dev -X.a
 	dh_strip -plibgnomeada$(major)-dev -X.a
+endif
 	dh_compress -a
 	dh_fixperms -a
 	dh_installdeb -a
diff -u libgtkada2-2.8.1/patches/series libgtkada2-2.8.1/patches/series
--- libgtkada2-2.8.1/patches/series
+++ libgtkada2-2.8.1/patches/series
@@ -6,0 +7 @@
+06-debugopt.patch
only in patch2:
unchanged:
--- libgtkada2-2.8.1.orig/.pc/.version
+++ libgtkada2-2.8.1/.pc/.version
@@ -0,0 +1 @@
+2
only in patch2:
unchanged:
--- libgtkada2-2.8.1.orig/patches/06-debugopt.patch
+++ libgtkada2-2.8.1/patches/06-debugopt.patch
@@ -0,0 +1,23 @@
+Local patch:
+
+Replace hardcoded debugging and optimization flags with @[EMAIL PROTECTED]
+
+--
+Alain Kalker
+
+
+Index: libgtkada2-2.8.1/src/Makefile.common.in
+===
+--- libgtkada2-2.8.1.orig/src/Makefile.common.in	2007-02-19 08:14:50.0 +0100
 libgtkada2-2.8.1/src/Makefile.common.in	2007-02-19 08:15:22.0 +0100
+@@ -3,8 +3,8 @@
+ FPIC = @FPIC@
+ PWD = $(shell pwd)
+ 
+-GNATFLAGS = -g -O2 -gnatafno
+-GNATFLAGS_DEVEL = -O2 -gnatay -gnatwae -g -gnatec=$(PWD)/gnat.adc
++GNATFLAGS = @CFLAGS@ -gnatafno
++GNATFLAGS_DEVEL = @CFLAGS@ -gnatay -gnatwae -gnatec=$(PWD)/gnat.adc
+ 
+ GNATMAKE = gnatmake
+ OS_SPECIFIC_LINK_OPTIONS = @OS_SPECIFIC_LINK_OPTIONS@


Bug#411408: Bug#343876: iceweasel: Patch to debian/icewease.menu

2007-02-19 Thread Eric Dorland
* Charles Plessy ([EMAIL PROTECTED]) wrote:
> Le Sun, Feb 18, 2007 at 04:45:35PM -0500, Eric Dorland a écrit :
> > tags 411408 wontfix
> > thanks
> > 
> > * Charles Plessy ([EMAIL PROTECTED]) wrote:
> > > Package: iceweasel
> > > Version: 2.0.0.1+dfsg-2
> > > Followup-For: Bug #343876
> > > 
> > > Dear maintainers,
> > > 
> > > with its current menu file, a naive user not using the FreeDesktop menu
> > > could not find out that Iceweasel was a web browser.
> > > 
> > > I attached a patch which gives to Iceweasel the same description in the
> > > Debian and FreeDesktop menus.
> > 
> > While this is the standard for Free Desktop menu files, Debian menus
> > don't seem to follow this standard at all. So unless something changes
> > in the Debian menu policy I'm not going to change this. 
> 
> Dear Eric,
> 
> I think that I do not understand which is your point of view:
> 
>  - do you think that it would be good to add "Web Browser", but that it
>would be against the menu policy, or

Section 3.3 of /usr/share/doc/menu/menu.txt.gz says "It must be
short". So I would take it as an indication that this sort of long
title isn't encouraged. There's also a optional longtitle field, which
I've now included as "Iceweasel Web Browser".

>  - do you think that it is better that the entry of Iceweasel in the
>Debian menu is made with one word only ?

I'm not sure if it's better, but if you look at the other menu entries
it will be more consistent. 
 
> Icedove calls itself "Icedove Mail" in the Debian menu. So either it
> means that it its acceptable to add a qualifier to a program name, or
> Icedove violates a policy.

I'm not sure if it's a strict policy and more of a guideline. 

> Do you know whih paragraph of which policy would forbid adding "Web
> Browser" after Iceweasel in the Debian Menu ?
> 
> Have a nice day,


-- 
Eric Dorland <[EMAIL PROTECTED]>
ICQ: #61138586, Jabber: [EMAIL PROTECTED]
1024D/16D970C6 097C 4861 9934 27A0 8E1C  2B0A 61E9 8ECF 16D9 70C6



signature.asc
Description: Digital signature


Bug#411455: mixmaster: [INTL:nl] Dutch debconf translation

2007-02-19 Thread Thijs Kinkhorst
Package: mixmaster
Serverity: wishlist
Tags: l10n patch

Hi,

Please find attached the Dutch translation for the mixmaster Debconf
templates.


Thijs
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# Thijs Kinkhorst <[EMAIL PROTECTED]>, 2007.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2007-02-16 07:41+0100\n"
"PO-Revision-Date: 2007-02-18 12:13+0100\n"
"Last-Translator: Thijs Kinkhorst <[EMAIL PROTECTED]>\n"
"Language-Team: Debian l10n Dutch \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: boolean
#. Description
#: ../mixmaster.templates.in:1001
msgid "Do you wish to update the reliability statistics now?"
msgstr "Wilt u de betrouwbaarheidsstatistieken nu actualiseren?"

#. Type: boolean
#. Description
#: ../mixmaster.templates.in:1001
msgid ""
"If you choose this option, up to date reliability statistics and keyrings "
"will be downloaded from the Internet once Mixmaster has been set up.  Once "
"this has happened this option will be disabled to prevent further updates "
"when the package will be updated."
msgstr ""
"Als u deze optie kiest, worden actuele betrouwbaarheidsstatistieken en "
"sleutelringen gedownload van internet nadat Mixmaster geconfigureerd is. "
"Zodra dit gebeurd is, zal deze optie uitgeschakeld worden om verdere "
"actualiseringen tijdens pakketopwaarderingen te voorkomen."


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


Bug#290254: About your bug: "kicker: run_panelapplet input field gets no focus after KDE update 3.2.2 to 3.3.1" on the Debian BTS

2007-02-19 Thread Reiner Nix
The errorenous behaviour disappeared. I am now debian testing with KDE 3.5.5 
and the input field got working fine.
Sorry, I do not remember the exact version when it gets usable again.

Cheers Reiner


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



Bug#411360: xine-ui: Quits due to missing depends on libgnomevfs2-0 and libsmbclient.

2007-02-19 Thread Steve Langasek
severity 411360 important
tags 411360 moreinfo unreproducible
thanks

On Sun, Feb 18, 2007 at 12:09:45PM +, Tim Phipps wrote:
> Without these packages xine from xine-ui just quits. Turning on
> --verbose lists two failures in linking in libraries from these
> packages. Installing these packages makes xine work again.

I've installed xine-ui in a test chroot without either of these libraries
installed, and I don't see anything of the sort.  The plugins depending on
these libraries fail to load, as expected, but the app runs without errors.

-- 
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#411456: atftpd does not check exit code from select

2007-02-19 Thread Leo Weppelman
Package: atftpd
Version: 0.7.dfsg-1.1

The atftpd deamon does not check the return value of the select on the
inet socket. If for some reason the select fails (interupted system call),
the rfds-bit array is used while the select(3) man page explicitely states
that this set is invalid. This occasionally leads to a flood of processes
spawned, all hanging in a select themselves since there is nothing to read.

A patch to solve this issue is atteched.

Leo.
--- tftpd.c.orig2007-02-13 07:58:48.0 +0100
+++ tftpd.c 2007-02-13 08:01:31.0 +0100
@@ -390,10 +390,18 @@
  packets */
   if (!tftpd_cancel)
   {
+   int rv;
+
if ((tftpd_timeout == 0) || (tftpd_daemon))
-select(FD_SETSIZE, &rfds, NULL, NULL, NULL);
+rv = select(FD_SETSIZE, &rfds, NULL, NULL, NULL);
else
-select(FD_SETSIZE, &rfds, NULL, NULL, &tv);
+rv = select(FD_SETSIZE, &rfds, NULL, NULL, &tv);
+   if (rv < 0) {
+logger(LOG_ERR, "%s: %d: select: %s",
+   __FILE__, __LINE__, strerror(errno));
+/* Clear the bits, they are undefined! */
+FD_ZERO(&rfds);
+   }
   }
 
 #ifdef RATE_CONTROL


signature.asc
Description: Digital signature


Bug#411457: [INTL:eu] mysql-dfsg-5.0 debconf basque translation update

2007-02-19 Thread Piarres Beobide
Package: mysql-dfsg-5.0
Severity: wishlist
Tags: patch l10n d-i

Hello

Atached mysql-dfsg-5.0 debconf template basque translation upgrade, please 
commit it.


Thanks


-- 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)
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# Piarres BEobide <[EMAIL PROTECTED]>, 2006.
msgid ""
msgstr ""
"Project-Id-Version: mysql-dfsg-5.0_5.0.26-3-debconf_eu\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2007-02-16 22:27+0100\n"
"PO-Revision-Date: 2007-02-19 09:33+0100\n"
"Last-Translator: Piarres Beobide <[EMAIL PROTECTED]>\n"
"Language-Team: Euskara <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 0.10.1\n"

#. Type: boolean
#. Description
#: ../mysql-server-5.0.templates:1001
msgid "Do you really want to downgrade?"
msgstr "Benetan bertsio zaharragora itzuli nahi duzu?"

#. Type: boolean
#. Description
#: ../mysql-server-5.0.templates:1001
msgid ""
"WARNING: The file /var/lib/mysql/debian-*.flag exists. This indicates that a "
"mysql-server package with a higher version has been installed before. It can "
"not be guaranteed that this version can use its data."
msgstr "Oharra: /var/lib/mysql/debian-*.flag dago.. Honek aurretik bertsio 
berriagoko mysql-zerbitzari bat instalatu dela adierazten du. Ezin da ziurtatu 
bertsio honek datu horiek erabili ahal izango dituenik."

#. Type: note
#. Description
#: ../mysql-server-5.0.templates:2001
msgid "Important note for NIS/YP users!"
msgstr "NIS/YP erabiltzaileentzat ohar garrantzitsua!"

#. Type: note
#. Description
#: ../mysql-server-5.0.templates:2001
msgid ""
"To use mysql you must install an equivalent user and group to the following "
"and ensure yourself that /var/lib/mysql has the right permissions (the uid/"
"gid may be different)."
msgstr ""
"Mysql erabili ahal izateko beharrezko erabiltzaile eta taldea sortu eta /var/"
"lib/mysql-ek beharrezko baimenak dituela ziurtatu behar duzu (uid/gid-a "
"ezberdina izan daiteke)"

#. Type: note
#. Description
#: ../mysql-server-5.0.templates:2001
msgid ""
"/etc/passwd:  mysql:x:100:101:MySQL Server:/var/lib/mysql:/bin/false"
msgstr ""
"/etc/passwd:  mysql:x:100:101:MySQL Server:/var/lib/mysql:/bin/false"

#. Type: note
#. Description
#: ../mysql-server-5.0.templates:2001
msgid "/etc/group:   mysql:x:101:"
msgstr "/etc/group:   mysql:x:101:"

#. Type: note
#. Description
#: ../mysql-server-5.0.templates:2001
msgid "/var/lib/mysql:   drwxr-xr-x   mysqlmysql"
msgstr "/var/lib/mysql:   drwxr-xr-x   mysqlmysql"

#. Type: boolean
#. Description
#: ../mysql-server-5.0.templates:3001
msgid "Remove the databases used by all MySQL versions?"
msgstr "MySQL bertsio guztiek erabilitako databaseak ezabatu?"

#. Type: boolean
#. Description
#: ../mysql-server-5.0.templates:3001
msgid ""
"The script is about to remove the data directory /var/lib/mysql. If it is "
"planned to just install a higher MySQL version or if a different mysql-"
"server package is already using it, the data should be kept."
msgstr "Script-a /var/lib/mysql data direktorioa ezabatzera doa. MySQL bertsio 
berriago bat instalatu behar bada edo beste mysql-server pakete bat berau 
erabiltzen ari bada, datuak mantendu egingo dira."

#. Type: boolean
#. Description
#: ../mysql-server-5.0.templates:4001
msgid "Should MySQL start on boot?"
msgstr "Sistema abiaraztean MySQL abiarazi behar al da?"

#. Type: boolean
#. Description
#: ../mysql-server-5.0.templates:4001
msgid ""
"The MySQL can start automatically on boot time or only if you manually type "
"'/etc/init.d/mysql start'."
msgstr "MySQL abiaraztean automatikoki abiarazi daiteke edo eskuz 
/etc/init.d/mysql start' eginaz."

#. Type: password
#. Description
#: ../mysql-server-5.0.templates:5001
msgid "New password for MySQL \"root\" user:"
msgstr "MySQL \"root\" erabiltzailearen pasahitz berria:"

#. Type: password
#. Description
#: ../mysql-server-5.0.templates:5001
msgid ""
"It is highly recommended that you set a password for the MySQL "
"administrative \"root\" user."
msgstr ""
"Oso gomendagarria da MySQL administratzaile \"root\" erabiltzaileari "
"pasahitz bat ezartzea."

#. Type: password
#. Description
#: ../mysql-server-5.0.templates:5001
msgid ""
"If you do not provide a password no changes will be made to the account."
msgstr "Ez baduzu pasahitzik ezartzen ez da aldaketarik egingo kontuan."

#. Type: error
#. Description
#: ../mysql-server-5.0.templates:6001
msgid "Unable to set password for MySQL \"root\" user"
msgstr "Ezinda MySQL \"root\" erabiltzailearen pasa

Bug#411459: alltray: Add multiple modifier support

2007-02-19 Thread Itaï BEN YAACOV
Package: alltray
Version: 0.69-2
Severity: wishlist
Tags: patch


Please apply this patch allowing several modifiers.
New syntax:  -k Modifier:Modifier:...:keycode .

-- 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-4-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages alltray depends on:
ii  libatk1.0-0   1.12.4-2   The ATK accessibility toolkit
ii  libc6 2.3.6.ds1-12   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  libfreetype6  2.2.1-5FreeType 2 font engine, shared lib
ii  libgconf2-4   2.16.0-3   GNOME configuration database syste
ii  libglib2.0-0  2.12.6-2   The GLib library of C routines
ii  libgtk2.0-0   2.8.20-5   The GTK+ graphical user interface 
ii  liborbit2 1:2.14.4-1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.14.8-5   Layout and rendering of internatio
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
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  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

alltray recommends no packages.

-- no debconf information
diff -u -Nru alltray-0.69/src/shortcut.c alltray-0.69.new/src/shortcut.c
--- alltray-0.69/src/shortcut.c	2006-07-06 17:42:23.0 +0200
+++ alltray-0.69.new/src/shortcut.c	2007-02-19 09:41:58.0 +0100
@@ -44,13 +44,27 @@
 #include "common.h"
 #include "utils.h"
 
+struct {
+  gchar* name;
+  unsigned int mask;
+} modifiers[] = {
+  { "Shift", ShiftMask },
+  { "Control", ControlMask },
+  { "Alt", Mod1Mask },
+  { "Winkey_right", Mod4Mask },
+  { "AltGr", Mod5Mask },
+  { NULL, 0}
+};
+
+
 gboolean parse_shortcut (gchar *string, 
 unsigned int *key_return, unsigned int *modifier_return)
 {
 
   gchar *tmp=NULL;
   gchar *colon=NULL;
-  gchar *modifier=NULL;
+  gchar *current=NULL;
+  int i;
 
 
   if (debug) printf ("parse_shortcut\n");
@@ -59,74 +73,34 @@
 return FALSE;
 
   tmp=g_strdup (string);
-  
-  colon=strstr (tmp,":");
 
-  if (colon) {
-if (debug) printf ("colon: %s\n", colon);
+  *modifier_return=0;
+  for (current=tmp; (colon=strchr (current,':')) != NULL; current=colon+1) {
 
-*key_return =atoi (++colon);
-
-if (*key_return == 0)
-  *key_return=XKeysymToKeycode(GDK_DISPLAY(), XStringToKeysym(colon));
-
-   *(--colon)=0;
-   modifier=tmp;
-  
-   if (debug) printf ("modifier: %s\n", modifier);
-
-   do {
-
-if (!strcmp (modifier, "Shift")) {
-  if (debug) printf ("found Shift\n");
-  *modifier_return=ShiftMask;
-  break;
-}
-
-if (!strcmp (modifier, "Control")) {
-  if (debug) printf ("found Control\n");
-  *modifier_return=ControlMask;
-  break;
-}
-  
-if (!strcmp (modifier, "Alt")) {
-  if (debug) printf ("found Alt\n");
-  *modifier_return=Mod1Mask;
-  break;
-}
-
-if (!strcmp (modifier, "Winkey_right")) {
-  if (debug) printf ("found Winkey_right\n");
-  *modifier_return=Mod4Mask;
-  break;
-}   
+   *colon=0;
 
-if (!strcmp (modifier, "AltGr")) {
-  if (debug) printf ("found AltGr\n");
-  *modifier_return=Mod5Mask;
-  break;
-}   
+   if (debug) printf ("modifier: %s\n", current);
 
+   for (i = 0; modifiers[i].name; ++i) {
+if (!strcmp (current, modifiers[i].name)) {
+  if (debug) printf ("found %s\n", modifiers[i].name);
+  *modifier_return|=modifiers[i].mask;
+  break;
+}
+   }
 
+   if (!modifiers[i].name) {
 printf ("\n\nAllTray: unknown modifier!"\
 " (Only \"Shift\", \"Control\" \"Alt\" or \"AltGr\" is allowed).\n\n");
-
 g_free (tmp);
 return FALSE;
+   }
+  }
 
-  } while (0);
- 
-   
-  } else {
-
-*key_return =atoi (tmp);
-
-if (*key_return == 0) 
-  *key_return=XKeysymToKeycode(GDK_DISPLAY(), XStringToKeysym(tmp));
+  *key_return = atoi (current);
 
-*modifier_return=AnyModifier;
-  
-  }
+  if (*key_return == 0) 
+   *key_return=XKeysymToKeycode(GDK_DISPLAY(), XStringToKeysym(current));
 
   g_free (tmp);
 


Bug#411458: discover: [INTL:eu] Basque debconf translation

2007-02-19 Thread Piarres Beobide
Package: discover
Version: 2.0.7-2.1
Severity: wishlist
Tags: patch l10n

Hello 


Atached debconf templates basque translation, please commit it.


Thanks

-- 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 discover depends on:
pn  libdiscover2   (no description available)

discover recommends no packages.
# Basque translations for PACKAGE package.
# Copyright (C) 2007 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# Piarres Beobide <[EMAIL PROTECTED]>, 2007.
#
msgid ""
msgstr ""
"Project-Id-Version: discover\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2007-02-16 22:44+0100\n"
"PO-Revision-Date: 2007-02-19 00:00+0100\n"
"Last-Translator: Piarres Beobide <[EMAIL PROTECTED]>\n"
"Language-Team: Basque <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Pootle 0.10.1\n"

#. Type: multiselect
#. Description
#: ../discover.templates:1001
msgid "Packages to install:"
msgstr "Instalatuko diren paketeak:"

#. Type: multiselect
#. Description
#: ../discover.templates:1001
msgid ""
"Some packages were found to be useful with your hardware. Please select "
"those you want to install."
msgstr "Zure hardwarearekin erabilgarri izan daitezken zenbait pakete aurkitu 
dira. Mesedez hautatu horietariko zein instalatu nahi dituzun."


Bug#393462: PTS: please make VCS link also point to browsable copy

2007-02-19 Thread Stefano Zacchiroli
tags 393462 + patch
thanks

On Mon, Oct 16, 2006 at 03:34:37PM +0200, Thijs Kinkhorst wrote:
> The latest addition to the PTS, showing VCS repositories for packages,
> is a great addition. However, I'd like it even better if there was also
> a link to a web browsable copy of the repository.

The attached patch adds support for the 'XS-Vcs-Browser' field in
debian/control file. That field, already used by several packages in the
archive FWIW, has a value which is a URL pointing to a web browsable
version of the VCS repository. The other fields XS-Vcs-{SVN,Arch,...}
preserve the current semantics (i.e. a "string" describing where the
version controlled sources can be found; the string is meaningful for
the given versioning system).

In addition to that the patch also support multiple repositories to be
listed for the same source package (the former behaviour of that was to
keep only one of them). Still, only one XS-Vcs-Browser field is
supported, and IMO this is the right behaviour.

> There's currently also a link to the upstream website of the used
> vcs (e.g. http://subversion.tigris.org). I don't think that link is very
> useful (and if it's really needed, a link to the Debian package would be
> more logical). That link could then disappear to make room for the
> feature above.

The patch also removes that hyperlink, which I agree was useless. The
display format implemented by the patch is shown in the following
example (casted down to ASCII art):

  Version Control: browser
 raw: CVS, Subversion

With "browser" being an hyperlink to the browsable version (if any). The
"raw" line exists only if at least one XS-Vcs-XXX field (with XXX !=
"browser") exists. Each comma separated VCS system name is an hyperlink
pointing to the string given for the VCS system.

Cheers.

-- 
Stefano Zacchiroli -*- Computer Science PhD student @ Uny Bologna, Italy
[EMAIL PROTECTED],debian.org,bononia.it} -%- http://www.bononia.it/zack/
(15:56:48)  Zack: e la demo dema ?/\All one has to do is hit the
(15:57:15)  Bac: no, la demo scema\/right keys at the right time
Index: xsl/pts.xsl
===
--- xsl/pts.xsl	(revision 1497)
+++ xsl/pts.xsl	(working copy)
@@ -95,25 +95,27 @@
   
 
   
-VCS
+Version Control
   
   
-
-  
-
-  
-  
-
- 
-
-  
-
-  
-  
-
-  
-  repository
-
+
+  
+browser
+  
+  
+
+
+  raw: 
+  
+
+
+  
+
+
+  , 
+
+  
+
   
 
   
Index: bin/sources_to_xml.py
===
--- bin/sources_to_xml.py	(revision 1497)
+++ bin/sources_to_xml.py	(working copy)
@@ -116,19 +116,20 @@
 else:
 prefix_len = 4
 # e.g. tag[prefix_len:] would be 'svn' for 'x-vcs-svn'/'vcs-svn'
-if vcs_table.has_key(tag[prefix_len:]):
+# would be 'browser' for 'vcs-browser' (to be handled specially)
+repos_elt = list(root.getElementsByTagName('repository'))
+if repos_elt:   # reuse existing repository element
+repos_elt = repos_elt[0] # invariant: at most 1 repository elt
+else:   # create a new repository element
 repos_elt = doc.createElement('repository')
 root.appendChild(repos_elt)
-kind_elt = doc.createElement('kind')
-repos_elt.appendChild(kind_elt)
-(name, vcsurl) = vcs_table[tag[prefix_len:]]
-kind_elt.setAttribute('href', vcsurl)
-name_txt = doc.createTextNode(name)
-kind_elt.appendChild(name_txt)
-url_elt = doc.createElement('url')
-repos_elt.appendChild(url_elt)
-url_txt = doc.createTextNode(m[tag])
-url_elt.appendChild(url_txt)
+vcs_elt = doc.createElement('vcs')
+kind = tag[prefix_len:]
+if vcs_table.has_key(kind):
+kind = vcs_table[kind][0]
+vcs_elt.setAttribute('kind', kind)
+vcs_elt.setAttribute('url', m[tag])
+repos_elt.appendChild(vcs_elt)
 # Print the DOM object to a file
 try:
 f = open("%s/%s/%s/%s.xml" % (odir, hash, package, dist), "w")


signature.asc
Description: Digital signature


Bug#411145: [gmail] Bug#411145: pipes don't work anymore

2007-02-19 Thread Marc Leeman
> 
>   Pipe opening doesn't work anymore with the recent version of
> dvdauthor. I traced back the problems to the mode arguments in popen
> (the author is using "rb" or "wb", but man 3 popen says only "w" or
> "r"). The attached patch fixes it.
> 
>   Cheers,
> 
> Vincent Fourmond, heavily depending on dvdauthor's pipe capacities...

I'll try to have an updated version uploaded in the course of the day.
Thanks for the report and patch.

-- 
  greetz, marc
Rain... Is that what you call this? I like it.
Aeryn - A Human Reaction
scorpius.homelinux.org 2.6.19 #1 Tue Dec 5 16:35:02 CET 2006 GNU/Linux


signature.asc
Description: Digital signature


Bug#411460: xmcd: [INTL:eu] Basque debconf translation

2007-02-19 Thread Piarres Beobide
Package: xmcd
Severity: wishlist
Tags: patch l10n


Hello


Atached basque trasnaltion update, please commit it.


thanks


-- 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)
# Basque translations for PACKAGE package.
# Copyright (C) 2007 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# pi <[EMAIL PROTECTED]>, 2007.
#
msgid ""
msgstr ""
"Project-Id-Version: xmcd\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2007-02-16 22:53+0100\n"
"PO-Revision-Date: 2007-02-19 09:51+0100\n"
"Last-Translator: Piarres Beobide <[EMAIL PROTECTED]>\n"
"Language-Team: Basque <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Pootle 0.10.1\n"

#. Type: string
#. Description
#: ../xmcd.templates:1001
msgid "Device name of the CD drive for xmcd to use:"
msgstr "xmcd-ek erabili behar duen CD unitatearen gailu izena:"

#. Type: string
#. Description
#: ../xmcd.templates:1001
msgid ""
"In order to function properly, xmcd requires at least a device name of the "
"CD drive which should be used for playback. Possible examples of the CD "
"drive device names are /dev/cdrom (this is usually a symbolic link), /dev/"
"sr0 or /dev/scd0 (for SCSI or SCSI-emulated devices), /dev/hdc or /dev/hdd "
"(for IDE devices). Based on the supplied value the default configuration "
"files will be generated. You can always reconfigure and customize xmcd by "
"running the /usr/sbin/xmcdconfig script later."
msgstr "Behar bezala funtzionatzeko xmcd-ek behintzat erreproduzitzeko 
erabiliko den CD unitatearen gailu izena behar du. CD unitatearen gailu izen 
arruntenak /dev/cdrom (normalean lotura sinboliko bat da hau), /dev/sr0 edo 
/dev/scd0 (SCSI edo SCSI emulazio gailuentzat), /dev/hdc edo /dev/hdd (IDE 
gailuentzat) dira. Emandako balioan oinarriturik lehenetsiriko konfigurazio 
fitxategiak sortuko dira. Beti xmcd birkonfiguratu edo pertsonalizatu dezakezu 
/usr/sbin/xmcdconfig skript-aren bidez."

#. Type: string
#. Description
#: ../xmcd.templates:1001
msgid ""
"See /usr/share/doc/xmcd/README.Debian for important information on how to "
"properly enable access to CD drives and CD database for unprivileged users."
msgstr "Begiratu /usr/share/doc/xmcd/README.Debian CD gailu eta CD database 
erabilpena baimen gabeko erabiltzaileek  konfiguratzeko argibide gehiagorako."


Bug#403195: installation: Finnish timezone not selected by the etch installer

2007-02-19 Thread Gordon Farquharson

On 2/18/07, Martin Michlmayr <[EMAIL PROTECTED]> wrote:


16:20 < fjp> What about not including countrychooser in the initrd and
 not preseeding the country?
16:21 < fjp> s/countrychooser/localechooser/
16:22 < fjp> It is what s/390 does with locale preseeded to C. Then
 the country gets asked for the timezone as tzconfig depends on
 localechooser. (IIRC)

Gordon, do you think you could try that?


It works ! I removed localechooser from the installer image by adding
'localechooser -' to pkg-lists/netboot/arm/ixp4xx.cfg, and I commented
out the line

add "$FILE" "countrychooser/country-name" "select" "United States"

in packages/oldsys-preseed/oldsys-preseed. With these changes, the
installer allows one to select a country after partitioning the drive,
but before selecting time zone, as Frank suggested.

Just for interest, I'm going to see what happens if one includes
localechooser in the installer image, but no preselected country.

Gordon

--
Gordon Farquharson


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



Bug#411408: Bug#343876: iceweasel: Patch to debian/icewease.menu

2007-02-19 Thread Charles Plessy
Le Mon, Feb 19, 2007 at 03:30:30AM -0500, Eric Dorland a écrit :

> Section 3.3 of /usr/share/doc/menu/menu.txt.gz says "It must be
> short".

OK, thank you for the reference. I think that it is clear.

Have a nice day,

-- 
Charles Plessy
http://charles.plessy.org
Wako, Saitama, Japan



Bug#319904: autofs: does not unmount after timeout

2007-02-19 Thread Marcus Better
Hi,

> I tagged the bug moreinfo because I suspected HAL was causing the timeout
> mechanism to fail, and Roman hadn't made a final statement whether stopping
> HAL fixed the problem for him.

I see. I also use HAL...

> Could you give a more detailed description of your bug? What version(s) do
> you use? 

~$ dpkg -l autofs nfs-common
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version  Description
+++---
ii  autofs   4.1.4+debian-1   kernel-based automounter for Linux
ii  nfs-common   1.0.10-6 NFS support files common to client and 
server

> How do you see those periodic accesses - local log file or network 
> sniffer? Is there some kind of pattern?

With tcpdump. There are mostly some periodic getattr calls. I can unmount the 
NFS share at any time.

It looked like this may be caused by famd:

~# lsof|grep slug
famd   4885  marcus  211r  DIR   0,200  
73767 /mnt/nfs/slug
famd   4885  marcus  215r  DIR   0,2436864  
2 /mnt/nfs/slug/music
famd   4885  marcus  216r  DIR   0,23  200  
2 /mnt/nfs/slug/home

But stopping famd has no effect.

Here is the tcpdump output:
09:48:42.142343 IP melech.local.0 > slug.home.better.se.nfs: 0 proc-4294967295
09:48:42.143397 IP slug.home.better.se.nfs > melech.local.0: reply ERR 0 
proc-4294967295
09:48:42.143437 IP melech.local.816 > slug.home.better.se.nfs: . ack 805743073 
win 46 
09:48:42.144465 IP melech.local.1155221492 > slug.home.better.se.nfs: 576 null
09:48:42.145800 IP slug.home.better.se.nfs > melech.local.816: . ack 576 win 
3472 
09:48:42.164341 IP slug.home.better.se.nfs > melech.local.1155221492: reply ok 
208 null
09:48:42.164398 IP melech.local.816 > slug.home.better.se.nfs: . ack 209 win 54 

09:48:42.165151 IP melech.local.501130622 > slug.home.better.se.nfs: 156 
getattr [|nfs]
09:48:42.165296 IP melech.local.816 > slug.home.better.se.nfs: F 576:576(0) ack 
209 win 54 
09:48:42.168510 IP slug.home.better.se.nfs > melech.local.501130622: reply ok 
264 getattr [|nfs]
09:48:42.168573 IP melech.local.851 > slug.home.better.se.nfs: . ack 3961 win 
498 
09:48:42.168699 IP melech.local.517907838 > slug.home.better.se.nfs: 156 
getattr [|nfs]
09:48:42.168699 IP slug.home.better.se.nfs > melech.local.816: F 209:209(0) ack 
577 win 3472 
09:48:42.168731 IP melech.local.816 > slug.home.better.se.nfs: . ack 210 win 54 

09:48:42.170956 IP slug.home.better.se.nfs > melech.local.517907838: reply ok 
264 getattr [|nfs]
09:48:42.172042 IP melech.local.534685054 > slug.home.better.se.nfs: 156 
getattr [|nfs]
09:48:42.172951 IP slug.home.better.se.nfs > melech.local.534685054: reply ok 
264 getattr [|nfs]
09:48:42.173097 IP melech.local.551462270 > slug.home.better.se.nfs: 156 
getattr [|nfs]
09:48:42.176424 IP slug.home.better.se.nfs > melech.local.551462270: reply ok 
264 getattr [|nfs]
09:48:42.176539 IP melech.local.568239486 > slug.home.better.se.nfs: 156 
getattr [|nfs]
09:48:42.176969 IP slug.home.better.se.nfs > melech.local.568239486: reply ok 
264 getattr [|nfs]
09:48:42.216044 IP melech.local.851 > slug.home.better.se.nfs: . ack 5017 win 
498 
09:49:42.406629 IP melech.local.0 > slug.home.better.se.nfs: 0 proc-4294967295
09:49:42.407684 IP slug.home.better.se.nfs > melech.local.0: reply ERR 0 
proc-4294967295
09:49:42.407726 IP melech.local.818 > slug.home.better.se.nfs: . ack 884998938 
win 46 
09:49:42.408820 IP melech.local.1155485366 > slug.home.better.se.nfs: 576 null
09:49:42.410115 IP slug.home.better.se.nfs > melech.local.818: . ack 576 win 
3472 
09:49:42.428788 IP slug.home.better.se.nfs > melech.local.1155485366: reply ok 
208 null
09:49:42.432089 IP melech.local.818 > slug.home.better.se.nfs: . ack 209 win 54 

09:49:42.432882 IP melech.local.585016702 > slug.home.better.se.nfs: 156 
getattr [|nfs]
09:49:42.433016 IP melech.local.818 > slug.home.better.se.nfs: F 576:576(0) ack 
209 win 54 
09:49:42.433608 IP slug.home.better.se.nfs > melech.local.585016702: reply ok 
264 getattr [|nfs]
09:49:42.433663 IP melech.local.851 > slug.home.better.se.nfs: . ack 5281 win 
498 
09:49:42.433770 IP slug.home.better.se.nfs > melech.local.818: F 209:209(0) ack 
577 win 3472 
09:49:42.433796 IP melech.local.818 > slug.home.better.se.nfs: . ack 210 win 54 

09:49:42.434216 IP melech.local.601793918 > slug.home.better.se.nfs: 156 
getattr [|nfs]
09:49:42.437807 IP slug.home.better.se.nfs > melech.local.601793918: reply ok 
264 getattr [|nfs]
09:49:42.438428 IP melech.local.618571134 > slug.home.better.se.nfs: 156 
getattr [|nfs]
09:49:42.440603 IP slug.home.better.se.nfs > melech.local.618571134: reply ok 
264 getattr [|nfs]
09:49:42.440886 IP melech.local.635348350 > 

Bug#411461: gom: [INTL:eu] Basque debconf translation

2007-02-19 Thread Piarres Beobide
Package: gom
Severity: wishlist
Tags: patch l10n

Hello 

Atached gom debconf template basque translation, please commmit it.

Thanks


-- 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)
# Basque translations for PACKAGE package.
# Copyright (C) 2007 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# pi <[EMAIL PROTECTED]>, 2007.
#
msgid ""
msgstr ""
"Project-Id-Version: gom-debconf\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2007-02-16 18:44+0100\n"
"PO-Revision-Date: 2007-02-19 10:01+0100\n"
"Last-Translator: Piarres Beobide <[EMAIL PROTECTED]>\n"
"Language-Team: Basque <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Pootle 0.10.1\n"

#. Type: boolean
#. Description
#: ../gom.templates:1001
msgid "Initialize mixer on system startup?"
msgstr "Sistema abiatzean nahasgailua abiarazi?"

#. Type: boolean
#. Description
#: ../gom.templates:1001
msgid ""
"If you choose this option, \"/etc/init.d/gom start\" (on system startup, or "
"if run manually) will set mixer settings to your saved configuration."
msgstr "Aukera hau hautatu ezkero, \"/etc/init.d/gom start\" (sistema abioan 
edo eskuz abiarazirik) egitean zure gordetako nahasgailu konfigurazioak 
ezarriko dira ."

#. Type: boolean
#. Description
#: ../gom.templates:1001
msgid ""
"You may use upstream's \"gomconfig\" script as root later to fine-tune the "
"settings."
msgstr "Beranduago \"gomconfig\" skript-a root bezala erabili dezakezu 
ezarpenak fintzeko."

#. Type: boolean
#. Description
#: ../gom.templates:3001
msgid "Remove /etc/gom completely?"
msgstr "/etc/gom guztiz ezabatu?"

#. Type: boolean
#. Description
#: ../gom.templates:3001
msgid ""
"The /etc/gom directory seems to contain additional local customization "
"files. Please choose whether you want to remove it entirely."
msgstr "Dirudienez /etc/gom direktorioan pertsonalizazio fitxategi lokalak 
ditu. Mesedez berretsi guztiz ezabatzea nahi duzun."

#. Type: boolean
#. Description
#: ../gom.templates:4001
msgid "Remove obsoleted /etc/rc.boot/gom?"
msgstr "Zaharkituriko /etc/rc.boot/gom ezabatu?"

#. Type: boolean
#. Description
#: ../gom.templates:4001
msgid ""
"The /etc/rc.boot/gom file is obsoleted but might contain local "
"customizations."
msgstr "/etc/rc.boot/gom fitxategia zaharkiturik dago baina ezarpen lokalak 
eduki ditzake."


Bug#411463: openssh-client: ssh-copy-id puts "The agent has no identities" in authorized_keys

2007-02-19 Thread Marcus Better
Package: openssh-client
Version: 1:4.3p2-8
Severity: normal

After running ssh-copy-id with no "-i" argument, I get the following
on the remote host:

~$ cat .ssh/authorized_keys
The agent has no identities.
~$

According to the man page, ssh-copy-id checks "ssh-add -L", and if the
output is empty, should use the default identity. But that command
gives:

~$ ssh-add -L
The agent has no identities.

So that seems to be the bug...

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

Versions of packages openssh-client depends on:
ii  adduser  3.102   Add and remove users and groups
ii  debconf  1.5.11  Debian configuration management sy
ii  dpkg 1.13.25 package maintenance system for Deb
ii  libc62.3.6.ds1-11GNU C Library: Shared libraries
ii  libcomer 1.39+1.40-WIP-2006.11.14+dfsg-1 common error description library
ii  libedit2 2.9.cvs.20050518-3  BSD editline and history libraries
ii  libkrb53 1.4.4-6 MIT Kerberos runtime libraries
ii  libncurs 5.5-5   Shared libraries for terminal hand
ii  libssl0. 0.9.8c-4SSL shared libraries
ii  passwd   1:4.0.18.1-6change and administer password and
ii  zlib1g   1:1.2.3-13  compression library - runtime

openssh-client recommends no packages.

-- no debconf information




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



Bug#409356: Bugfix in cups-pdf_2.4.2-2 makes cups-pdf unusable

2007-02-19 Thread Klaumi Klingsporn
Package: cups-pdf
Version: 2.4.2-2
Followup-For: Bug #409356

After the permission-change of /usr/lib/backend/cups-pdf in
cups-pdf_2.4.2-2 there is no output in $Home/PDF anymore.
The permissions have to be set to 104754 to get an output:

ls -l /usr/lib/cups/backend/cups-pdf
-rwsr-xr-- 1 root lp 23776 2007-02-14 18:33
/usr/lib/cups/backend/cups-pdf

I don't think that there is a security hole, because no unprivileged
need to be in the group lp. On my system the execution of the initial
mentioned command:

"/usr/lib/cups/backend/cups-pdf shadow user title 1 '' /etc/shadow"

by an unprivileged user only results in:

"bash: /usr/lib/cups/backend/cups-pdf: Keine Berechtigung"

Sorry for reopening the bug, but there seemed no other way to make it
working ;-)

Klaumi


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

Versions of packages cups-pdf depends on:
hi  cupsys   1.2.7-4 Common UNIX Printing System(tm) - 
ii  gs-esp   8.15.3.dfsg.1-1 The Ghostscript PostScript interpr
ii  libc62.3.6.ds1-11GNU C Library: Shared libraries

cups-pdf recommends no packages.

-- no debconf information


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



Bug#411462: mixmaster: [INTL:eu] basque debconf translation

2007-02-19 Thread Piarres Beobide
Package: mixmaster
Severity: wishlist
Tags: patch l10n

Hello

Atached mixmaster debconf template basque translation, please commit it.

thanks


-- 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)
# Basque translations for PACKAGE package.
# Copyright (C) 2007 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# pi <[EMAIL PROTECTED]>, 2007.
#
msgid ""
msgstr ""
"Project-Id-Version: mixmaxter-debconf\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2007-02-16 07:41+0100\n"
"PO-Revision-Date: 2007-02-19 10:08+0100\n"
"Last-Translator: Piarres Beobide <[EMAIL PROTECTED]>\n"
"Language-Team: Basque <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Pootle 0.10.1\n"

#. Type: boolean
#. Description
#: ../mixmaster.templates.in:1001
msgid "Do you wish to update the reliability statistics now?"
msgstr "Fidagarritasun estatistikak orain eguneratzea nahi duzu?"

#. Type: boolean
#. Description
#: ../mixmaster.templates.in:1001
msgid ""
"If you choose this option, up to date reliability statistics and keyrings "
"will be downloaded from the Internet once Mixmaster has been set up.  Once "
"this has happened this option will be disabled to prevent further updates "
"when the package will be updated."
msgstr "Aukera hau hautatuaz, eguneratutako fidagarritasun estatistikak eta 
gako-eraztunak internetetik deskargatuko dira Mixmaxter konfiguratzean.  Behin 
hau gertatu dela aukera hau ezgaitu egin beharko zen paketearen hurrengo 
eguneraketetan eguneraketak ez daitezen automatikoki egin."


Bug#411464: portsentry: [INTL:eu] Basque debconf templates translation

2007-02-19 Thread Piarres Beobide
Package: portsentry
Severity: wishlist
Tags: patch l10n

Hello

Atached portsentry basque debconf templates translation, please commit it.


Thanks


-- 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)
# Basque translations for PACKAGE package.
# Copyright (C) 2007 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# pi <[EMAIL PROTECTED]>, 2007.
#
msgid ""
msgstr ""
"Project-Id-Version: portsentry-debconf\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2006-10-29 19:45-0300\n"
"PO-Revision-Date: 2007-02-19 10:24+0100\n"
"Last-Translator: Piarres Beobide <[EMAIL PROTECTED]>\n"
"Language-Team: Euskara <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Pootle 0.10.1\n"

#. Type: note
#. Description
#: ../templates:1001
msgid "PortSentry does not block anything by default."
msgstr "PortSentry-ek ez du ezer blokeatzen lehenespen bezala."

#. Type: note
#. Description
#: ../templates:1001
msgid ""
"Please note that by default PortSentry takes no action against potential "
"attackers. It only dumps messages into /var/log/syslog. To change this edit /"
"etc/portsentry/portsentry.conf."
msgstr "Mesedez kontutan izan Portsentry-k lehenespen bezala ez duela eraso 
potentzialen aurrean ezer egiten. /var/log/syslog-en mezuak irauli bakarrik 
egiten du. Hau aldatzeko /etc/portsentry/portsentry.conf eraldatu."

#. Type: note
#. Description
#: ../templates:1001
msgid ""
" You may also want to check:\n"
" /etc/default/portsentry (daemon startup options) and\n"
" /etc/portsentry/portsentry.ignore.static (hosts/interfaces to ignore)"
msgstr ""
"Hauek ere begiratu beharko zenituzke:\n"
"/etc/default/portsentry (deabru abiarazte aukerak) eta\n"
"/etc/portsentry/portsentry.ignore.static (alde batetara utziko diren 
ostalari/interfazeak)"

#. Type: note
#. Description
#: ../templates:1001
msgid ""
"For further details see the portsentry(8) and portsentry.conf(5) manpages."
msgstr "Xeheteasun gehiagorako portsentry(8) eta portsentry.conf(5) manual 
orriak begiratu."

#. Type: note
#. Description
#: ../templates:2001
msgid "startup.conf is obsolete - use /etc/default/portsentry instead"
msgstr "startup.conf zaharkiturik dago - /etc/default/portsentry erabili horren 
ordez"

#. Type: note
#. Description
#: ../templates:2001
msgid ""
"/etc/portsentry/startup.conf is no longer used and /etc/default/portsentry "
"is used instead. In order to ease the transition I'll do my best to preserve "
"your settings while copying them over to the new location.  Please check /"
"etc/default/portsentry against /etc/portsentry/startup.conf and remove it "
"after the installation has finished."
msgstr "/etc/portsentry/startup.conf ez da gehiago erabiliko eta 
/etc/default/portsentry erabiliko da horren ordez. Aldaketa erraz bat 
ziurtatzeko ahal den guztia egingo da zure ezarpenak kokaleku berrira 
mugitzeko. Mesedez konparatu /etc/default/portsentry eta 
/etc/portsentry/startup.conf eta bigarren hau ezabatu behin instalazioa amaitu 
denean."

#. Type: note
#. Description
#: ../templates:2001
msgid "Sorry for any inconvenience."
msgstr "Barkatu eragozpenengatik."


Bug#411436: libnss-mysql-bg: debtag for culture::bulgarian

2007-02-19 Thread Emmanuel Lacour
On Sun, Feb 18, 2007 at 05:43:06PM -0800, Vagrant Cascadian wrote:
> Package: libnss-mysql-bg
> Severity: minor
> Version: 1.5-1+b1
> 
> i'm not positive on this, but is the debtag "culture::bulgarian" really
> appropriate to this package, or did it somehow get added just because of
> the "-bg" ending to the package name?
> 

I didn't put any debtags on this package. I suppose like you that some
automated thinks did it based on the "-bg" :(

I removed it via http://debtags.alioth.debian.org/edit.html.


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



Bug#411301: gaim DNS children die when gaim-otr is installed

2007-02-19 Thread Steve Langasek
severity 411301 important
thanks

On Sun, Feb 18, 2007 at 10:13:11AM -0500, Ian Goldberg wrote:
> On Sun, Feb 18, 2007 at 10:49:45AM +0100, Thibaut VARENE wrote:
> > >This can't be a widespread problem, though, since we'd definitely have
> > >heard about it by now.  Is anyone else running Debian amd64 (x86_64)
> > >that can test this?

> > Unfortunately, if gaim doesn't start at all because of the plugin,
> > there's no way I can lower the severity level of this bug...

> What I'm saying is can we find someone else with a Debian amd64 to try
> this (apt-get install gaim-otr, see if gaim still works) in order to see
> if it's really a gaim-otr problem, or some weird side-effect of
> something else.

Well, this problem indeed doesn't seem to be reproducible on i386 or amd64
when not using nss_ldap.  Given that users of other gnutls- or gcrypt-using
packages aren't reporting similar problems, it seems likely that this is a
bug in gaim-otr or libotr, but I don't think it's one that should block the
package from being released; it is generally usable, just not in certain
system configurations.

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#391023: new version of the patch (documenting XS-Vcs-Browser as well)

2007-02-19 Thread Stefano Zacchiroli
On Wed, Oct 04, 2006 at 12:44:44PM +0200, Stefano Zacchiroli wrote:
> The attached patch for the developers reference document the support for
> the Vcs-* family of fields.

I attach a new version of the patch for the developer's reference.

The main change from the previous patch is that now two fields are
supported: XS-Vcs-Browser (for a browsable version of the repository)
and XS-Vcs-* (same semantics as before).  I also implemented some of the
other comments received in this bug report and in past threads on
-devel.

Re-reading from a native English speaker would be really appreciated.

Could you please apply the patch?

Many thanks in advance,
Cheers.

-- 
Stefano Zacchiroli -*- Computer Science PhD student @ Uny Bologna, Italy
[EMAIL PROTECTED],debian.org,bononia.it} -%- http://www.bononia.it/zack/
(15:56:48)  Zack: e la demo dema ?/\All one has to do is hit the
(15:57:15)  Bac: no, la demo scema\/right keys at the right time
diff -ur developers-reference-3.3.8/developers-reference.sgml developers-reference-3.3.8.new/developers-reference.sgml
--- developers-reference-3.3.8/developers-reference.sgml	2006-11-12 12:05:22.0 +0100
+++ developers-reference-3.3.8.new/developers-reference.sgml	2007-02-19 10:36:50.0 +0100
@@ -1565,6 +1565,72 @@
 to remove it later and you won't be able to edit it either. The only thing
 that you can do is send a second news item that will deprecate the
 information contained in the previous one.
+  
+  Extra information shown in the PTS web interface
+  
+  In addition to the information discussed above, the PTS web interface shows
+  information available in source packages as extra source fields
+  (i.e. fields starting with XS- in source package control files). The
+  following fields are currently supported:
+  
+XS-Vcs-Browser
+  
+  
+  Value of this field should be a http:// URL pointing to a
+  web-browsable copy of the Version Control System repository used to
+  maintain the given package, if available.
+  
+  
+  The information is meant to be useful for the final user, willing to
+  browse the latest work done on the package (e.g. when looking for the
+  patch fixinv a bug tagged as pending in the bug tracking
+  system).
+  
+  
+XS-Vcs-*
+  
+  
+  Value of this field should be a string identifying univocally the
+  location of the Version Control System repository used to maintain the
+  given package, if available. * identify the Version Control
+  System; currently the following systems are supported by the package
+  tracking system: arch, bzr (Bazaar), cvs,
+  darcs, git, hg (Mercurial), mtn
+  (Monotone), svn (Subversion). It is allowed to specify different
+  VCS fields for the same package: they will all be shown in the PTS web
+  interface.
+  
+  
+  The information is meant to be useful for a user knowledgeable in the
+  given Version Control System and willing to build the current version of
+  a package from the VCS sources. Other uses of this information might
+  include automatic building of the latest VCS version of the given
+  package, to this end the location pointed to by the field should better
+  be version agnostic and point to the main branch (for VCSs supporting
+  such a concept). Also, the location pointed to should be accessible to
+  the final user, fulfilling this requirement might imply pointing to an
+  anonymous access of the repository instead of pointing to an
+  SSH-accessible version of the same.
+  
+  
+  In the following example, an instance of the field for a Subversion
+  repository of the vim package is shown. Note how the
+  URL is in the svn:// scheme (instead of svn+ssh://) and
+  how it points to the trunk/ branch. The use of the
+  XS-Vcs-Browser field described above is also shown.
+  
+  Source: vim
+  Section: editors
+  Priority: optional
+  
+  XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-vim/trunk/packages/vim
+  XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim
+  
+  
+
+  
+  
+  
 
 Developer's packages overview
 	
Only in developers-reference-3.3.8.new/: developers-reference.sgml.orig


signature.asc
Description: Digital signature


Bug#409356: Bugfix in cups-pdf_2.4.2-2 makes cups-pdf unusable

2007-02-19 Thread Steve Langasek
notfound 409356 2.4.2-2
close 409356 2.4.2-2
quit

On Mon, Feb 19, 2007 at 10:20:09AM +0100, Klaumi Klingsporn wrote:

> After the permission-change of /usr/lib/backend/cups-pdf in
> cups-pdf_2.4.2-2 there is no output in $Home/PDF anymore.
> The permissions have to be set to 104754 to get an output:

> ls -l /usr/lib/cups/backend/cups-pdf
> -rwsr-xr-- 1 root lp 23776 2007-02-14 18:33
> /usr/lib/cups/backend/cups-pdf

> I don't think that there is a security hole, because no unprivileged
> need to be in the group lp. On my system the execution of the initial
> mentioned command:

> "/usr/lib/cups/backend/cups-pdf shadow user title 1 '' /etc/shadow"

> by an unprivileged user only results in:

> "bash: /usr/lib/cups/backend/cups-pdf: Keine Berechtigung"

This is a bug in CUPS's goofy plugin security model, not a bug in cups-pdf.

It is any case a separate bug from this security bug; reclosing.

-- 
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#385237: latex2rtf: please, support TexLive

2007-02-19 Thread Giovanni Ridolfi
Hello Chris, 

could you please report something about this [1] bug?

TIA,
Giovanni

[1]
on Sat Aug 5 15:35:39 UTC 2006 Norbert Preining (
http://lists.alioth.debian.org/pipermail/pkg-texlive-maint/2006-August/000909.html
) wrote:
> > Joerg Sommer wrote:
> >  When I switched from teTeX to TeX Live, I had to remove these
> > packages, because they depend on some tetex-packages:
...
> > latex2rtf

> > Would you like to file a bugreports about those packages or should I
> > do  it?
> Please do you so. 



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



Bug#411465: tsclient: [INTL:sv] Swedish PO translation

2007-02-19 Thread Daniel Nylander
Package: tsclient
Severity: wishlist
Tags: patch l10n


The current Swedish translation (wrongly named se.po) should be removed 
and replaced with this file (rightly named sv.po).
Please notify upstream also.

Regards,
Daniel Nylander


-- 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)
# Swedish translation for tsclient
# Copyright (C) 2007 Free Software Foundation, Inc.
# This file is distributed under the same license as the tsclient package.
# Daniel Nylander <[EMAIL PROTECTED]>, 2006, 2007.
#
msgid ""
msgstr ""
"Project-Id-Version: tsclient 0.148\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-10-12 10:35+\n"
"PO-Revision-Date: 2007-02-19 10:39+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=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: ../tsclient.desktop.in.h:1
msgid "Connect to a remote computer"
msgstr "Anslut till en fjärrdator"

#: ../tsclient.desktop.in.h:2
#: ../src/connect.c:244
#: ../src/support.c:1008
msgid "Terminal Server Client"
msgstr "Terminalserverklient"

#: ../applet/applet.c:45
#: ../applet/applet.c:106
msgid "Terminal Server Client Applet"
msgstr "Panelprogram för terminalserverklient"

#: ../applet/applet.c:234
msgid "New Connection..."
msgstr "Ny anslutning..."

#: ../src/connect.c:55
msgid "640 x 480 pixels"
msgstr "640 x 480 bildpunkter"

#: ../src/connect.c:56
msgid "800 x 600 pixels"
msgstr "800 x 600 bildpunkter"

#: ../src/connect.c:57
msgid "1024 x 768 pixels"
msgstr "1024 x 768 bildpunkter"

#: ../src/connect.c:58
msgid "1152 x 864 pixels"
msgstr "1152 x 864 bildpunkter"

#: ../src/connect.c:59
msgid "1280 x 960 pixels"
msgstr "1280 x 960 bildpunkter"

#: ../src/connect.c:60
msgid "1400 x 1050 pixels"
msgstr "1400 x 1050 bildpunkter"

#: ../src/connect.c:64
msgid "256 Colors"
msgstr "256 färger"

#: ../src/connect.c:65
msgid "High Color (15 bit)"
msgstr "\"High Color\" (15 bitar)"

#: ../src/connect.c:66
msgid "High Color (16 bit)"
msgstr "\"High Color\" (16 bitar)"

#: ../src/connect.c:67
msgid "True Color (24 bit)"
msgstr "\"True Color\" (24 bitar)"

#: ../src/connect.c:325
#: ../src/connect.c:327
msgid "Logon Settings"
msgstr "Inloggningsinställningar"

#: ../src/connect.c:335
msgid "Type the name of the computer or choose a computer from the drop-down 
list."
msgstr "Ange namnet på datorn eller välj en dator från rullgardinslistan."

#: ../src/connect.c:359
msgid "Compu_ter:"
msgstr "Da_tor:"

#: ../src/connect.c:367
msgid "Pro_tocol:"
msgstr "Pro_tokoll:"

#: ../src/connect.c:375
msgid "_User Name:"
msgstr "_Användarnamn:"

#: ../src/connect.c:383
msgid "Pass_word:"
msgstr "Löseno_rd:"

#: ../src/connect.c:391
msgid "Do_main:"
msgstr "Do_män:"

#: ../src/connect.c:399
msgid "C_lient Hostname:"
msgstr "K_lientvärdnamn:"

#: ../src/connect.c:407
msgid "Prot_ocol File:"
msgstr "Prot_okollfil:"

#: ../src/connect.c:427
msgid "Enter the name or address of the remote system."
msgstr "Ange namnet eller adressen till fjärrsystemet."

#: ../src/connect.c:434
msgid "Select the protocol to use for this connection."
msgstr "Välj det protokoll som ska användas för denna anslutning."

#: ../src/connect.c:441
msgid "RDP protocol is used to connect to Microsoft Windows 2000 and older 
systems."
msgstr "RDP-protokollet används för att ansluta till system som kör Microsoft 
Windows 2000 och tidigare."

#: ../src/connect.c:448
msgid "RDPv5 protocol is used to connect to Microsoft Windows XP and newer 
systems."
msgstr "RDPv5-protokollet används för att ansluta till system som kör Microsoft 
Windows XP och senare."

#: ../src/connect.c:455
msgid "VNC protocol is used to connect to systems sharing the desktop by using 
VNC."
msgstr "VNC-protokollet används för att ansluta till system som delar ut 
skrivbordet genom att använda VNC."

#: ../src/connect.c:466
msgid "XDMCP protocol uses Xnest to connect to servers running X."
msgstr "XDMCP-protokollet använder Xnest för att ansluta till servrar som kör 
X."

#: ../src/connect.c:473
msgid "ICA protocol is used to connect to Citrix servers."
msgstr "ICA-protokollet används för att ansluta till Citrix-servrar."

#: ../src/connect.c:489
msgid ""
"Enter the username for the remote system.\n"
"For VNC, enter the path to your saved vnc password file."
msgstr ""
"Ange användarnamnet för fjärrsystemet.\n"
"För VNC, ange sökvägen till din sparade lösenordsfil."

#: ../src/connect.c:498
msgid "Enter the password for the remote system."
msgstr "Ange lösenordet för fjärrsystemet."

#: ../src/connect.c:506
msgid "Enter the domain for the remote system."
msgstr "Ange domänen för fjärrsystemet."

#: ../src/connect.c:514
msgid "Enter the local hostname for this system."
msgstr "Ange det lokala vä

Bug#403195: installation: Finnish timezone not selected by the etch installer

2007-02-19 Thread Gordon Farquharson

On 2/19/07, Gordon Farquharson <[EMAIL PROTECTED]> wrote:


Just for interest, I'm going to see what happens if one includes
localechooser in the installer image, but no preselected country.


Badness ! That's what happens. If localechooser is included in the
installer initrd and a country is not preseeded, localechooser will
ask the user to select a country before the network is configured.

Martin, do you want to remove localechooser from the installer for all
ARM platforms or just ixp4xx ?

Gordon

--
Gordon Farquharson


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



Bug#410961: iceweasel: searches for %s when just entering google.

2007-02-19 Thread Eric Dorland
tags 410961 confirmed
thanks

* Kurt Roeckx ([EMAIL PROTECTED]) wrote:
> Package: iceweasel
> Version: 2.0.0.1+dfsg-2
> 
> Hi,
> 
> When I just enter "google" in the url bar, it goes to
> http://www.google.com/search?q=%s, so it searches for "%s".
> 
> I was expecting it to just go to www.google.com.
> 
> I know that I can use something like "google term", where it would
> search for term using google.  But if I just type google, it shouldn't
> do that, and specially not search for "%s".

That is totally weird. I can't imagine why it's doing that, and it
only seems to be when google is used, other terms I tried didn't
exhibit that behavior. 

-- 
Eric Dorland <[EMAIL PROTECTED]>
ICQ: #61138586, Jabber: [EMAIL PROTECTED]
1024D/16D970C6 097C 4861 9934 27A0 8E1C  2B0A 61E9 8ECF 16D9 70C6



signature.asc
Description: Digital signature


Bug#411466: fontconfig: Regular style matched as "Bold Oblique"

2007-02-19 Thread G . R .

Package: fontconfig
Version: 2.4.2-1
Severity: normal
The following command doesn't response as I expect:
   $ fc-match "Bitstream vera sans:style=Regular"
   Bitstream-Vera-Sans-Bold-Oblique.ttf: "Bitstream Vera Sans" "Bold
Oblique"
It returns "Bold Oblique" for "Regular" while I expect "Roman" instead.
This causes some problem when doing font substitution since GNOME use
"Regular"
rather than "Roman" in font configuration.

A detailed output when FC_DEBUG=5 is included in the attachment.


-- System Information:
Debian Release: 4.0
 APT prefers testing
 APT policy: (900, 'testing'), (300, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: LANG=zh_CN.UTF-8, LC_CTYPE=zh_CN.UTF-8 (charmap=UTF-8)

Versions of packages fontconfig depends on:
ii  defoma  0.11.10-0.1  Debian Font Manager --
automatic f
ii  fontconfig-config   2.4.2-1  generic font configuration
library
ii  libc6   2.3.6.ds1-10 GNU C Library: Shared libraries
ii  libexpat1   1.95.8-3.2   XML parsing C library - runtime
li
ii  libfontconfig1  2.4.2-1  generic font configuration
library
ii  libfreetype62.2.1-5  FreeType 2 font engine, shared
lib
ii  zlib1g  1:1.2.3-13   compression library - runtime

fontconfig recommends no packages.

-- debconf information:
* fontconfig/subpixel_rendering: Automatic
* fontconfig/enable_bitmaps: false
* fontconfig/rendering_type: Subpixel rendering (LCD screens)
 fontconfig/overwrite_existing_local_conf: false
* fontconfig/hinting_type: Autohinter
* fontconfig/enable_autohinter: true


vsans
Description: Binary data


Bug#411467: lire: [INTL:de] updated German debconf translation

2007-02-19 Thread Helge Kreutzmann
Package: lire
Version: 2:2.0.2-3
Severity: wishlist
Tags: patch l10n

Please find the updated German debconf translation for lire
attached.

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

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

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

Greetings
Helge


lire_2_2.0.2-3_de.po.bz2
Description: Binary data


Bug#385557: mozilla-firefox: firefox crashes when printing http://www.springerlink.com/content/f6278062n3j61411

2007-02-19 Thread Eric Dorland
* giuseppe bonacci ([EMAIL PROTECTED]) wrote:
> Package: mozilla-firefox
> Version: 1.0.4-2sarge10
> Severity: normal
> 
> 
> trying to print the mentioned url, either to printer or file, crashes
> firefox.  I'll provide further details if needed.
> best regards

Any better in 1.0.4-2sarge15?

-- 
Eric Dorland <[EMAIL PROTECTED]>
ICQ: #61138586, Jabber: [EMAIL PROTECTED]
1024D/16D970C6 097C 4861 9934 27A0 8E1C  2B0A 61E9 8ECF 16D9 70C6



signature.asc
Description: Digital signature


Bug#408810: please add armel support

2007-02-19 Thread Bdale Garbee
tags 408810 +pending
thanks

> arm eabi port has same devices as other arm ports. please apply.

In my CVS for the next upload.

Bdale



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



Bug#409697: amanda: [INTL:pt] Portuguese translation for debconf messages

2007-02-19 Thread Bdale Garbee
tags 409697 +pending
thanks

> Portuguese translation for amanda's debconf messages.

In my CVS for the next upload.  Thanks!

Bdale



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



Bug#411435: [l10n:ro] debconf PO translations for the package discover

2007-02-19 Thread Eddy Petrișor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Christian Perrier wrote:
>> Romanian translation attached.
> 
> I'm afraid it is not..:)

Yes it is... now :-D

- --
Regards,
EddyP
=
"Imagination is more important than knowledge" A.Einstein
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFF2XalY8Chqv3NRNoRAsmoAJ9Jdv6YfT+Vb0RePrpWPMDF8y7xjwCgyCr8
39cjMvJUH2MDM2uBP00Tvxg=
=304E
-END PGP SIGNATURE-
# translation of ro.po to Romanian
# Romanian translations for PACKAGE package
# Traducerea în limba română pentru pachetul PACKAGE.
# Copyright (C) 2007 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Eddy Petrisor <[EMAIL PROTECTED]>, 2007.
# Eddy Petrișor <[EMAIL PROTECTED]>, 2007.
msgid ""
msgstr ""
"Project-Id-Version: ro\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2007-02-16 22:44+0100\n"
"PO-Revision-Date: 2007-02-19 02:31+0200\n"
"Last-Translator: Eddy Petrișor <[EMAIL PROTECTED]>\n"
"Language-Team: Romanian <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms:  nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 
20)) ? 1 : 2;\n"
"X-Generator: KBabel 1.11.4\n"

#. Type: multiselect
#. Description
#: ../discover.templates:1001
msgid "Packages to install:"
msgstr "Pachete de instalat:"

#. Type: multiselect
#. Description
#: ../discover.templates:1001
msgid ""
"Some packages were found to be useful with your hardware. Please select "
"those you want to install."
msgstr "Au fost găsite câteva pachete care sunt folositoare împreună cu 
componentele din calculatorul dumneavoastră. Selectaţi-le pe cele pe care 
doriţi să le instalaţi."



Bug#408803: please add armel support

2007-02-19 Thread Bdale Garbee
tags 408803 +pending
thanks

> Please add support for arm eabi[1] and bigendian ports. In this packages
> case it only needs adding "armel" and "armeb" to Architecture: line.

In my CVS for the next upload.

Bdale



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



Bug#411468: util-linux: [more] option -num is not well documented at all

2007-02-19 Thread Brice Goglin
Package: util-linux
Version: 2.12r-18
Severity: minor

Hi,

The manpage of more claims:
 -num  This option specifies an integer which is the screen size (in
   lines).
The usage claims:
  usage: more [-dflpcsu] [+linenum | +/pattern] name1 name2 ...

I got complaints from users about "-num " not working and finally
discovered that -num should be - with  replaced with the
number of lines.

I think the manpage should get clarified about this. Having this broken
description at the very top of the manpage is not good.

The usage does not seem to include -num at all, it should be fixed too.

Thanks,
Brice Goglin



-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20=topinambour
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages util-linux depends on:
ii  libc62.3.6.ds1-11GNU C Library: Shared libraries
ii  libncurs 5.5-5   Shared libraries for terminal hand
ii  libslang 2.0.6-4 The S-Lang programming library - r
ii  libuuid1 1.39+1.40-WIP-2006.11.14+dfsg-1 universally unique id library
ii  lsb-base 3.1-23  Linux Standard Base 3.1 init scrip
ii  tzdata   2006p-1 Time Zone and Daylight Saving Time
ii  zlib1g   1:1.2.3-13  compression library - runtime

util-linux recommends no packages.

-- no debconf information


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



Bug#408789: please add armel support

2007-02-19 Thread Bdale Garbee
tags 408789 +pending
thanks


> Please add support for arm eabi[1] and bigendian ports. In this packages
> case it only needs adding "armel" and "armeb" to Architecture: line.

In my CVS for the next upload.

Bdale



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



Bug#409316: amanda: [INTL:es] Spanish po-debconf translation

2007-02-19 Thread Bdale Garbee
tags 409316 +pending
thanks

> Please find attached the updated version of the po-debconf translation
> into Spanish.

Thank you!  In my CVS for the next upload.

Bdale



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



Bug#411448: clamav-base: Fail to start daemon, problem with internal logger

2007-02-19 Thread Kevin Shanahan
On Mon, 2007-02-19 at 08:23 +0100, root wrote:
> Upgrading from 0.88.7-1 cause daemon to stop working with this error:
> 
> Starting ClamAV daemon: clamdERROR: Problem with internal logger. Please
> check the permissions on the /var/log/clamav/clamav.log file.
>  failed!

Just FYI, I had this problem as well. Despite what the error message
says, the log file permissions were fine, but there was a clamd process
still running in the background which was causing the
problem. /etc/init.d/clamav-daemon stop didn't kill it, but once I
killed it manually, I was able to start the upgraded daemon
successfully.

Cheers,
Kevin.




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



Bug#397178: closed by Don Armstrong <[EMAIL PROTECTED]> (Should be fixed)

2007-02-19 Thread Julian Gilbey
On Mon, Feb 19, 2007 at 08:48:12AM +, Debian Bug Tracking System wrote:
> Date: Mon, 19 Feb 2007 00:16:12 -0800
> From: Don Armstrong <[EMAIL PROTECTED]>
> Subject: Should be fixed
> To: [EMAIL PROTECTED]
> Mail-Followup-To: [EMAIL PROTECTED]
> 
> This should be fixed now, or if not, it will be fixed when I next
> merge the changes.
> 
> 
> Don Armstrong

Thanks!

   Julian


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



Bug#345674: Any news about this bug

2007-02-19 Thread roucaries bastien

What is the upstream status of this bug.

I remove locally the call to freearc, it is not a fix because
xfig don't crash but leak :-(

Regards

Bastien


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



Bug#400803: firefox: this version seems to have printing problems

2007-02-19 Thread Eric Dorland
reassign 400803 iceweasel
thanks

* dan aronson ([EMAIL PROTECTED]) wrote:
> Package: firefox
> Version: 1.5.dfsg+1.5.0.7-2
> Severity: important
> 
> *** Please type your report below this line ***
> the printProgress.dtd file used by printProgress.xul which is used when 
> printing seems to
> be not where it is expected to be.  This caused errors while printing, I 
> was changed the
> location in printProgress.xul to where the dtd actually was, and now 
> printing seems to
> work.

Where exactly were these files and where did you move them? 

Is there any change with iceweasel? 

-- 
Eric Dorland <[EMAIL PROTECTED]>
ICQ: #61138586, Jabber: [EMAIL PROTECTED]
1024D/16D970C6 097C 4861 9934 27A0 8E1C  2B0A 61E9 8ECF 16D9 70C6



signature.asc
Description: Digital signature


Bug#411469: f-prot-installer: virus updates not longer downloadable; deb package available

2007-02-19 Thread Wolfgang Schnitker
Package: f-prot-installer
Version: f-prot-installer
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The script for updating f-prot can not get the updated virus definition
files, the ftp repository ftp://ftp.f-prot.com/pub/linux/ 
is empty. Instead of this, a deb package is
available under
http://files.f-prot.com/files/linux-x86/fp-linux-ws.deb
including update funcionality.
but the mail packages, i.e. kmail, recommends f-prot-installer.



- -- 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) (ignored: 
LC_ALL set to [EMAIL PROTECTED])

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

iD8DBQFF2XlVJT8rw+15p1gRAq5JAKCqqRoWhElChEGt+ECe8Fp3g8gD8gCg0tqv
shYt8AG3on5/7m4rn7Ryvek=
=rDBH
-END PGP SIGNATURE-


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



Bug#411470: amanda-common: amfetchdump segmentation fault

2007-02-19 Thread Viktor Abrams
Package: amanda-common
Version: 1:2.5.1p1-2.1
Severity: normal

Hi,

amfetchdump terminates with a "segmentation fault":
>amfetchdump -p daily localhost export 20070215
1 tape(s) needed for restoration
segmentation fault

I use the splitsize options in amanda.conf i.e.:
tape_splitsize 512M
fallback_splitsize 512M

I've applied this patch and it solves the problem:
http://www.arcknowledge.com/gmane.comp.archivers.amanda.devel/2006-11/msg00018.html

Could you please integrate it, if you plan a package upload next time.

Thanks in advanced
Viktor Abrams.


-- 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.16-1-vserver-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages amanda-common depends on:
ii  adduser  3.102   Add and remove users and groups
ii  debconf [debconf 1.5.11  Debian configuration management sy
ii  libc62.3.6.ds1-11GNU C Library: Shared libraries
ii  libncurses5  5.5-5   Shared libraries for terminal hand
ii  libreadline5 5.2-2   GNU readline and history libraries
ii  mailx1:8.1.2-0.20050715cvs-1 A simple mail user agent
ii  netbase  4.29Basic TCP/IP networking system
ii  perl [perl5] 5.8.8-7 Larry Wall's Practical Extraction
ii  tar  1.16-2  GNU tar

amanda-common recommends no packages.

-- debconf information:
  amanda-common/merge_amandates:




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



Bug#411471: tsocks: autoconf libraries

2007-02-19 Thread Tim Connors
Package: tsocks
Version: 1.8beta5-3
Severity: normal
Tags: patch

Since upstream is pretty much dead, I was wondering if you could
include this patch so it at least doesn't get lost.  It's to include
-lresolv on systems that need it for inet_aton() (eg, SunOS).

This is in turn needed because inet_addr returns -1 for addresses (or
netmasks) of 255.255.255.255, which is interpreted as an error, since
*mutter* *mutter* inet_addr() is such a poor interface that chose to
return status results that are within the legal result space.  It's
best to use inet_aton instead of the deprecated inet_addr where
possible, and although lacking in documentation, that often resides in
libresolv, not libnsl or the libraries included by default when
compiling under linux.



--- /scuzzie/root/apt-source/tsocks-1.8beta5.defaultfallthrough/configure.in
Tue Jul 16 08:51:03 2002
+++ /home/tconnors/install/tsocks-1.8beta5.defaultfallthrough/configure.in  
Mon Feb 19 19:31:39 2007
@@ -103,10 +103,12 @@
 dnl Check for a function to convert an ascii ip address
 dnl to a sin_addr. 
 AC_CHECK_FUNC(inet_aton, AC_DEFINE(HAVE_INET_ATON), [
-  AC_CHECK_FUNC(inet_addr, AC_DEFINE(HAVE_INET_ADDR), [
-AC_CHECK_LIB(nsl, inet_addr, [ AC_DEFINE(HAVE_INET_ADDR)
+  AC_CHECK_LIB(resolv, inet_aton, [ AC_DEFINE(HAVE_INET_ATON)
+  LIBS="${LIBS} -lresolv -lnsl" ], [
+AC_CHECK_FUNC(inet_addr, AC_DEFINE(HAVE_INET_ADDR), [
+  AC_CHECK_LIB(nsl, inet_addr, [ AC_DEFINE(HAVE_INET_ADDR)
LIBS="${LIBS} -lnsl" ], [
-   AC_MSG_ERROR("Neither inet_aton or inet_addr present")])])])
+ AC_MSG_ERROR("Neither inet_aton or inet_addr present")])])])])
 
 dnl Look for gethostbyname (needed by tsocks and inspectsocks)
 AC_CHECK_FUNC(gethostbyname, AC_DEFINE(HAVE_GETHOSTBYNAME), [



If libresolv is required, I'm pretty sure libnsl is also required, so
I've included them both in $LIBS -- not including libnsl bails at link
stage with:
Undefined   first referenced
 symbol in file
gethostbyname   common.o  (symbol belongs to implicit 
dependency /usr/lib/libnsl.so.1)
inet_addr   common.o  (symbol belongs to implicit 
dependency /usr/lib/libnsl.so.1)
inet_ntoa   common.o  (symbol belongs to implicit 
dependency /usr/lib/libnsl.so.1)

I can't work out the magic autoconf foo required in order to include
them both only when necessary -- it ought to first check for the
requirement of libresolv for inet_aton(), define HAVE_INET_ATON if
found it or if there anyway.  Then search for requirement of libnsl
for inet_addr (which is still needed by common.o despite now being
ifdeffed out in parser.c), but don't set HAVE_INET_ADDR in this case
(or fix the logic in the code to use INET_ATON in preference to
INET_ADDR -- probably worthwhile doing anyway).  Some careful thinking
would have to be done in order to get this correct -- and careful
thinking ain't for me tonight.



Ta.

-- 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.12.3
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)

Versions of packages tsocks depends on:
ii  libc6   2.3.6.ds1-11 GNU C Library: Shared libraries

tsocks recommends no packages.

-- no debconf information


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



Bug#395873: Porting to gnutls-openssl

2007-02-19 Thread Iñaki Rodriguez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I'm porting the code to use gnutls-openssl (compatibility api). I have
to test it and improve some parts of my port and I'll send the package.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFF2X3LIbV2YszwD1YRApIzAJ4wRhbZnBwValCWWOlbZkAdagaN2ACdHHeu
JaxevngxKVSxVEj6ALMr65o=
=VQ76
-END PGP SIGNATURE-



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



Bug#411042: [Pkg-samba-maint] Bug#411042: samba -dosen't connect to OpenLDAP

2007-02-19 Thread Steve Langasek
On Mon, Feb 19, 2007 at 07:31:25AM +0100, Mgr. Peter Tuharsky wrote:
> Steve Langasek  wrote / napísal(a):
> >On Thu, Feb 15, 2007 at 01:36:51PM +0100, Mgr. Peter Tuharsky wrote:
> >>We've had a working Samba/LDAP domain based on Sarge. Now we're trying 
> >>to move to Etch. We recycled old configs, or modified the new ones to be 
> >>equal.

> >>Now, when I start Samba, it seems it cannot connect the LDAP server. 
> >>I've got these errors in log:

> >>lib/smbldap.c:smb_ldap_start_tls(612)
> >>  Failed to issue the StartTLS instruction: Connect error
> >>lib/smbldap.c:another_ldap_try(1150)
> >>  Connection to LDAP server failed for the 1 try!

> >>Soon, the smbd exits.

> >Could you please post your smb.conf?

> Of course. Here You are.

Ok, nothing seems out of the ordinary here, that's too bad -- no easy answer
here.

> passdb backend = ldapsam:"ldap://vedko6.misbb.sk:389";

Are the quotes necessary here?  I'm not sure that removing them would make
any difference.

> # 070215: Povodne bolo:
> #ldap ssl = start_tls
> # Lenze vraj Samba 3.x nepodporuje LDAP over SSL, iba ldap_start_tls
> # takze to vraj ma byt bez podtrhovnika start tls:
> # a niektori dokonca uvadzaju ldap ssl = off

> ldap ssl = start tls

Well, that seems it really ought to be sufficient, yes.

How do you have libldap configured to verify the SSL certificates?  If you
try to connect to the server with ldapsearch, do you get the same error?

-- 
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/



Bug#410103: No usable menu (probably missing "Root Menu" item)

2007-02-19 Thread Martin Buck
tags 410103 moreinfo unreproducible
thanks

On Fri, Feb 16, 2007 at 01:55:42PM +0100, Bernhard R. Link wrote:
> Looking at olvwm it definitly contains the file. As it is a conffile,
> dpkg won't install it when it was deleted earlier. Try to purge and
> reinstall it, or to install it while giving dpkg the --force-confmiss,
> then it should be there again. It would still be interesting how that
> file got lost, unless you removed it yourself, there must be a bug
> somewhere. (though I do not see anything in this package's maintainer
> scripts

Me neither. As you said, it's a conffile, so it gets special treatment from
dpkg. But apart from that, it's a standard file contained in the package,
it's not touched by the maintainer scripts and it hasn't changed for quite
some time, IIRC. So I can't imagine how anything in the ol(v)wm packages
could have caused it to disappear.

Of course, if the whole system was in a strange state after a failed
up/downgrade, basically everything might happen. But even then, dpkg is
quite robust in my experience. So without a log of what exactly happened or
a way to reproduce this, there's probably no point in investigating this
further.

Martin


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



Bug#385557: mozilla-firefox: firefox crashes when printing http://www.springerlink.com/content/f6278062n3j61411

2007-02-19 Thread g . bonacci
On Mon, Feb 19, 2007 at 05:04:54AM -0500, Eric Dorland wrote:
> * giuseppe bonacci ([EMAIL PROTECTED]) wrote:
> > Package: mozilla-firefox
> > Version: 1.0.4-2sarge10
> > Severity: normal
> > 
> > 
> > trying to print the mentioned url, either to printer or file, crashes
> > firefox.  I'll provide further details if needed.
> > best regards
> 
> Any better in 1.0.4-2sarge15?

hi Eric.
Unfortunately, FF keeps crashing every time I try to print that url.
Were you able to reproduce this behaviour on sarge?
-- giuseppe


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



Bug#410310: xview-clients: /usr/X11R6/bin/owplaces tries to exec 'xtoolplaces' which is not in debian

2007-02-19 Thread Martin Buck
On Fri, Feb 09, 2007 at 03:26:27PM +, J S Bygott wrote:
> This package ships a short script
>(sarge)  /usr/X11R6/bin/owplaces
>(etch)   /usr/bin/owplaces
> 
> The sarge version, at least, merely tries to exec 'xtoolplaces'.  However,
> packages.debian.org lists no such file in either stable or testing.

owplaces is/was a Solaris application that was never released as part of
XView by Sun. xtoolplaces is a (non-free) replacement, so I added the
owplaces wrapper to make ol(v)wm happy.

In the meantime, xtoolplaces has been removed from Debian, so I'll remove
both the owplaces wrapper and the calls to it in ol(v)wm in the next
upload.

Martin


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



Bug#411473: splashy: Error message during boot and no splash screen

2007-02-19 Thread Benjamin Eikel
Package: splashy
Version: 0.3.2
Severity: normal

I installed the splashy and splashy-themes package on my laptop, added the 
"splash" option to my boot options but splashy does not 
work. I am using a self-built kernel (no debian package) and no initrd.
I get the following error messages during boot:

Splashy ERROR: Connection refused
Splashy ERROR: Couldn't splashy_start_splashy(). Error -3

The splash screen is neither shown on boot nor on shutdown.

On my desktop PC (Debian unstable, same kernel version and no initrd too), the 
same procedure (installing packages, addding kernel 
parameter, reboot) works for me. The splash screen is displayed during boot and 
shutdown there.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (900, 'unstable'), (600, 'testing'), (550, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20-belt
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages splashy depends on:
ii  libc6   2.3.6.ds1-12 GNU C Library: Shared libraries
ii  libglib2.0-02.12.6-2 The GLib library of C routines
ii  libmagic1   4.19-1   File type determination library us
ii  libsplashy0 0.3.2Library to draw splash screen on b
ii  zlib1g  1:1.2.3-13   compression library - runtime

Versions of packages splashy recommends:
ii  lsb-base  3.1-23 Linux Standard Base 3.1 init scrip

-- no debconf information


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



Bug#411475: iceweasel changes setting path from ~/.mozilla/firefox to ~/.mozilla/iceweasel without a warning

2007-02-19 Thread Evgeni Golov
Package: iceweasel
Version: 2.0.0.1+dfsg-3
Severity: minor

Just upgraded to the new Iceweasel and after the restart of it, all my
settings, bookmarks and stuff were gone. After quick digging I noticed,
that Iceweasel now expects all the settings in ~/.mozilla/iceweasel/
and not in ~/.mozilla/firefox/ how it was before.
The fix for the user is easy, just remove the almost empty
~/.mozilla/iceweasel/ and rename ~/.mozilla/firefox/ to
~/.mozilla/iceweasel/.

IMHO this should be loadly announced in the NEWS file, so users who
are upgrading don't cry about their profiles.

Regards
Evgeni

--
   ^^^| Evgeni -SargentD- Golov ([EMAIL PROTECTED])
 d(O_o)b  | GPG/PGP-Key-ID: 0xAC15B50C
  >-|-<   | 0C04 F872 0963 ADC9 AA83 882B 24A0 1418 AC15 B50C
   / \| http://www.die-welt.net - [EMAIL PROTECTED]

Viele geniale Leute sind schwierig und kommen mit Gott und der Welt
nicht klar. Leider folgern daraus viele Leute, die mit Gott und der
Welt nicht klar kommen, dass sie genial sind. (CodeWicht @ heise.de)


pgpn6fiYeYvgq.pgp
Description: PGP signature


Bug#411474: slapd - fails to upgrade: break_on_ldbm_to_bdb_migration_disagree: command not found

2007-02-19 Thread Bastian Blank
Package: slapd
Version: 2.3.30-3
Severity: grave

slapd fails to upgrade from 2.3.30-2 to 2.3.30-3.

| Preparing to replace slapd 2.3.30-2 (using .../slapd_2.3.30-3_i386.deb) ...
| Stopping OpenLDAP: slapd.
| /var/lib/dpkg/tmp.ci/preinst: line 1307: 
break_on_ldbm_to_bdb_migration_disagree: command not found
| dpkg: error processing /var/cache/apt/archives/slapd_2.3.30-3_i386.deb 
(--unpack):
|  subprocess pre-installation script returned error exit status 127
|   Backing up /etc/ldap/slapd.conf in /var/backups/slapd-2.3.30-3... done.
| Starting OpenLDAP: slapd.
| Errors were encountered while processing:
|  /var/cache/apt/archives/slapd_2.3.30-3_i386.deb

Bastian

-- 
Those who hate and fight must stop themselves -- otherwise it is not stopped.
-- Spock, "Day of the Dove", stardate unknown


signature.asc
Description: Digital signature


Bug#411131: olvwm: broken x-window-manager.1.gz slave symlink

2007-02-19 Thread Martin Buck
On Fri, Feb 16, 2007 at 02:05:50PM +0100, Bernhard R. Link wrote:
> Olvwm still registers itself in postinst as:
> update-alternatives --install /usr/bin/x-window-manager x-window-manager 
> /usr/bin/X11/olvwm -x-window-manager 45 \
> --slave /usr/share/man/man1/x-window-manager.1.gz x-window-manager.1.gz 
> /usr/X11R6/man/man1/olvwm.1.gz
> 
> While the link to the old /usr/bin/X11/olvwm is hidden by the
> /usr/bin/X11 -> . symlink of x11-common, the manpage symlink is not, leading
> to a broken /usr/share/man/man1/x-window-manager.1.gz link, if olvwm is
> the selected window manager.

Ouch, that obviously has been overlooked in the /usr/X11R6 -> /usr
transition NMU. I'll fix it in the next upload.

Martin


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



Bug#390839: ITA: myphpmoney -- Finance manager written in PHP

2007-02-19 Thread Herbert P Fortes Neto

 Hi,

 I would like to adopt the package. I'm talking
to Felipe Augusto van de Wiel (faw), on
debian-devel-portuguese@lists.debian.org
(thread - adoção de pacote), to be my sponsor.


 []

--
Herbert Parentes Fortes Neto (hpfn)
Linux user number 416100
0x9834F79E -- http://pgp.mit.edu/



pgpU8S59tLY7W.pgp
Description: PGP signature


Bug#391023: new version of the patch (documenting XS-Vcs-Browser as well)

2007-02-19 Thread Justin Pryzby
On Mon, Feb 19, 2007 at 10:44:07AM +0100, Stefano Zacchiroli wrote:
> On Wed, Oct 04, 2006 at 12:44:44PM +0200, Stefano Zacchiroli wrote:
> > The attached patch for the developers reference document the support for
> > the Vcs-* family of fields.
> 
> I attach a new version of the patch for the developer's reference.
> 
> The main change from the previous patch is that now two fields are
> supported: XS-Vcs-Browser (for a browsable version of the repository)
> and XS-Vcs-* (same semantics as before).  I also implemented some of the
> other comments received in this bug report and in past threads on
> -devel.
> 
> Re-reading from a native English speaker would be really appreciated.
It looks good to me with the changes below.

Cheers
Justin

> +  
> +  The information is meant to be useful for the final user, willing to
> +  browse the latest work done on the package (e.g. when looking for the
> +  patch fixinv a bug tagged as pending in the bug tracking
   ^^
   fixing

> +  system).

> +  a package from the VCS sources. Other uses of this information might
> +  include automatic building of the latest VCS version of the given
> +  package, to this end the location pointed to by the field should better
   ^^^
Consider using a semicolon or period.

> +  be version agnostic and point to the main branch (for VCSs supporting
> +  such a concept). Also, the location pointed to should be accessible to
> +  the final user, fulfilling this requirement might imply pointing to an
  ^^^
Consider using a semicolon or period.


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



Bug#411472: move zope3 python modules to /usr/lib/zope3

2007-02-19 Thread Matthias Klose
Package: zope3
Version: 3.3.0-6
Severity: serious

zope3 cannot be installed together with python-zodb (and doesn't have
conflicts).  Maybe we can solve this by moving the python modules
again to /usr/lib/zope3?  We currently remove some packages shipped
with zope3 and depend on debian packages instead.  Can this be done
for zodb as well?  If we move it to /usr/lib/zope3 again, then we
should consider shipping the version of twisted included in zope3 in
the zope3 package as well.  The version is slightly newer then the
standalone twisted version.



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



Bug#411476: im: [INTL:de] updated German debconf translation

2007-02-19 Thread Helge Kreutzmann
Package: im
Version: 1:148-5
Severity: wishlist
Tags: patch l10n

Please find the updated German debconf translation for im
attached.

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

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

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

Greetings
Helge


im_1_148-5_de.po.bz2
Description: Binary data


Bug#411477: installation-reports

2007-02-19 Thread raphael meyer

Package: installation-reports

Boot method: CD
Image version: 
http://cdimage.debian.org/cdimage/weekly-builds/amd64/iso-cd/debian-testing-amd64-CD-1.iso 
 16-Feb-2007 02:29  645M 1797b3fb9040214f0bb15fa38db942b4

Date: 17-Feb-2007

Machine: Shuttle SS21T (SiS 761GX Northbridge, SiS 966L Southbridge)
Processor: AMD64 X2 3800 EE
Memory:
Partitions:

Output of lspci -nn and lspci -vnn:

Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [O]
Detect network card:[E]
Configure network:  [E]
Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [E]
Partition hard drives:  [ ]
Install base system:[ ]
Clock/timezone setup:   [ ]
User/password setup:[ ]
Install tasks:  [ ]
Install boot loader:[ ]
Overall install:[ ]

Comments/Problems:

.Detect network card:

VIA VT6103 NIC wrongly recognized as a SiS190. The sis190 kernel module 
even loads, but doesn't work.


.Detect hard drives:

Doesn't find SATA hard drive. (Missing support for SiS966L?)




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



Bug#411478:

2007-02-19 Thread [EMAIL PROTECTED]
Package: debsecan
Severity: wishlist
Tags: l10n, patch

Hello,
please update the Italian debconf templates translation (attached).

Regards,
Luca


Naviga e telefona senza limiti con Tiscali 
Scopri le promozioni Tiscali adsl: navighi e telefoni senza canone Telecom

http://abbonati.tiscali.it/adsl/


debsecan_0.4.4_it.po
Description: Binary data


Bug#411479: iceweasel isn't controlable by external applications anymore

2007-02-19 Thread Evgeni Golov
Package: iceweasel
Version: 2.0.0.1+dfsg-3
Severity: grave

Since the latest Iceweasel upgrade, I cannot open links from external
applications anymore. These applications (xchat, terminal, sylpheed)
are calling either x-www-browser $LINK or sensible-browser $LINK, which
worked fine with 2.0.0.1+dfsg-2.
If I try iceweasel -remote ... from the terminal, I just get a "Error:
No running window found", but Iceweasel IS running.

It seems you've borked something with the latest update ;)
regards
Evgeni

--
   ^^^| Evgeni -SargentD- Golov ([EMAIL PROTECTED])
 d(O_o)b  | GPG/PGP-Key-ID: 0xAC15B50C
  >-|-<   | 0C04 F872 0963 ADC9 AA83 882B 24A0 1418 AC15 B50C
   / \| http://www.die-welt.net - [EMAIL PROTECTED]

I would change the world, but they won't give me the sourcecode (Adrian
Bastholm - linux-thinkpad)


pgp0OiqtkWH9f.pgp
Description: PGP signature


Bug#408506: alsa-utils: Tries /dev/snd/controlC0, but only /dev/controlC0 exists

2007-02-19 Thread Lionel Elie Mamane
severity 408506 important
close 408506
thanks

I made the following upgrades:

 [UPGRADE] alsa-base 1.0.13-2 -> 1.0.13-4
 [UPGRADE] alsa-utils 1.0.13-1 -> 1.0.13-2
 [UPGRADE] libvolume-id0 0.100-2.3 -> 0.105-1
 [UPGRADE] linux-sound-base 1.0.13-2 -> 1.0.13-4
 [UPGRADE] udev 0.100-2.3 -> 0.105-1

and now:

[EMAIL PROTECTED]:~$ ls /dev/snd/controlC*
/dev/snd/controlC0  /dev/snd/controlC1  /dev/snd/controlC2  /dev/snd/controlC3
[EMAIL PROTECTED]:~$ ls /dev/controlC*
/dev/controlC0

[EMAIL PROTECTED]:~$ ls /dev/snd/pcm*
/dev/snd/pcmC0D0c  /dev/snd/pcmC1D0c  /dev/snd/pcmC2D0c  /dev/snd/pcmC3D0c
/dev/snd/pcmC0D0p  /dev/snd/pcmC1D0p  /dev/snd/pcmC2D0p  /dev/snd/pcmC3D0p
/dev/snd/pcmC0D1c  /dev/snd/pcmC1D1c  /dev/snd/pcmC2D1c  /dev/snd/pcmC3D1c
/dev/snd/pcmC0D1p  /dev/snd/pcmC1D1p  /dev/snd/pcmC2D1p  /dev/snd/pcmC3D1p
/dev/snd/pcmC0D2c  /dev/snd/pcmC1D2c  /dev/snd/pcmC2D2c  /dev/snd/pcmC3D2c
/dev/snd/pcmC0D2p  /dev/snd/pcmC1D2p  /dev/snd/pcmC2D2p  /dev/snd/pcmC3D2p
/dev/snd/pcmC0D3c  /dev/snd/pcmC1D3c  /dev/snd/pcmC2D3c  /dev/snd/pcmC3D3c
/dev/snd/pcmC0D3p  /dev/snd/pcmC1D3p  /dev/snd/pcmC2D3p  /dev/snd/pcmC3D3p
/dev/snd/pcmC0D4c  /dev/snd/pcmC1D4c  /dev/snd/pcmC2D4c  /dev/snd/pcmC3D4c
/dev/snd/pcmC0D4p  /dev/snd/pcmC1D4p  /dev/snd/pcmC2D4p  /dev/snd/pcmC3D4p
/dev/snd/pcmC0D5c  /dev/snd/pcmC1D5c  /dev/snd/pcmC2D5c  /dev/snd/pcmC3D5c
/dev/snd/pcmC0D5p  /dev/snd/pcmC1D5p  /dev/snd/pcmC2D5p  /dev/snd/pcmC3D5p
/dev/snd/pcmC0D6c  /dev/snd/pcmC1D6c  /dev/snd/pcmC2D6c  /dev/snd/pcmC3D6c
/dev/snd/pcmC0D6p  /dev/snd/pcmC1D6p  /dev/snd/pcmC2D6p  /dev/snd/pcmC3D6p
/dev/snd/pcmC0D7c  /dev/snd/pcmC1D7c  /dev/snd/pcmC2D7c  /dev/snd/pcmC3D7c
/dev/snd/pcmC0D7p  /dev/snd/pcmC1D7p  /dev/snd/pcmC2D7p  /dev/snd/pcmC3D7p
[EMAIL PROTECTED]:~$ ls /dev/pcm*
/dev/pcmC0D0c  /dev/pcmC0D0p  /dev/pcmC0D1c  /dev/pcmC0D2p


So, many, many devices that do not exist are created in /dev/snd/ and
those that do actually exist are created in /dev/. But the end result
is that sound indeed works out of the box, even if that setup is
weird.

-- 
Lionel


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



Bug#411480: mysql-dfsg-5.0: [INTL:de] Updated german debconf translation

2007-02-19 Thread Alwin Meschede
Package: mysql-dfsg-5.0
Severity: wishlist
Tags: patch l10n

Please find attached an updated german translation of mysql debconf 
messages.

Thanks,
Alwin Meschede

-- 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.20-audrid2
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
# translation of mysql-dfsg-5.0_5.0.32-6_de.po to german
#
#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.
#
# Alwin Meschede <[EMAIL PROTECTED]>, 2006, 2007.
msgid ""
msgstr ""
"Project-Id-Version: mysql-dfsg-5.0_5.0.32-6_de\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2007-02-16 22:27+0100\n"
"PO-Revision-Date: 2007-02-19 12:23+0100\n"
"Last-Translator: Alwin Meschede <[EMAIL PROTECTED]>\n"
"Language-Team: german \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: boolean
#. Description
#: ../mysql-server-5.0.templates:1001
msgid "Do you really want to downgrade?"
msgstr "Möchten Sie wirklich eine ältere Version einspielen?"

#. Type: boolean
#. Description
#: ../mysql-server-5.0.templates:1001
msgid ""
"WARNING: The file /var/lib/mysql/debian-*.flag exists. This indicates that a "
"mysql-server package with a higher version has been installed before. It can "
"not be guaranteed that this version can use its data."
msgstr ""
"WARNUNG: Die Datei /var/lib/mysql/debian-*.flag existiert. Dies zeigt an, "
"dass früher ein MySQL-Server-Paket mit einer höheren Version installiert "
"worden war. Es kann nicht garantiert werden, dass diese Version dessen Daten "
"benutzen kann."

#. Type: note
#. Description
#: ../mysql-server-5.0.templates:2001
msgid "Important note for NIS/YP users!"
msgstr "Wichtige Anmerkung für NIS/YP-Benutzer!"

#. Type: note
#. Description
#: ../mysql-server-5.0.templates:2001
msgid ""
"To use mysql you must install an equivalent user and group to the following "
"and ensure yourself that /var/lib/mysql has the right permissions (the uid/"
"gid may be different)."
msgstr ""
"Um MySQL benutzen zu können, müssen Sie einen zum folgenden Eintrag "
"äquivalenten Benutzer und Gruppe einrichten, und sich vergewissern, dass /"
"var/lib/mysql die richtigen Rechte hat (die UID/GID dürfen sich "
"unterscheiden)."

#. Type: note
#. Description
#: ../mysql-server-5.0.templates:2001
msgid "/etc/passwd:  mysql:x:100:101:MySQL Server:/var/lib/mysql:/bin/false"
msgstr "/etc/passwd:  mysql:x:100:101:MySQL 
Server:/var/lib/mysql:/bin/false"

#. Type: note
#. Description
#: ../mysql-server-5.0.templates:2001
msgid "/etc/group:   mysql:x:101:"
msgstr "/etc/group:   mysql:x:101:"

#. Type: note
#. Description
#: ../mysql-server-5.0.templates:2001
msgid "/var/lib/mysql:   drwxr-xr-x   mysqlmysql"
msgstr "/var/lib/mysql:   drwxr-xr-x   mysqlmysql"

#. Type: boolean
#. Description
#: ../mysql-server-5.0.templates:3001
msgid "Remove the databases used by all MySQL versions?"
msgstr "Die von allen MySQL-Versionen benutzten Datenbanken entfernen?"

#. Type: boolean
#. Description
#: ../mysql-server-5.0.templates:3001
msgid ""
"The script is about to remove the data directory /var/lib/mysql. If it is "
"planned to just install a higher MySQL version or if a different mysql-"
"server package is already using it, the data should be kept."
msgstr ""
"Dieses Skript wird das Daten-Verzeichnis /var/lib/mysql entfernen. Falls "
"geplant ist, nur eine höhere Version von MySQL zu installieren oder ein "
"anderes mysql-server-Paket dieses bereits benutzt, sollten die Daten "
"behalten werden."

#. Type: boolean
#. Description
#: ../mysql-server-5.0.templates:4001
msgid "Should MySQL start on boot?"
msgstr "Soll MySQL automatisch beim Booten starten?"

#. Type: boolean
#. Description
#: ../mysql-server-5.0.templates:4001
msgid ""
"The MySQL can start automatically on boot time or only if you manually type "
"'/etc/init.d/mysql start'."
msgstr ""
"Der MySQL-Dienst kann entweder beim Systemstart oder nur nach der Eingabe "
"von /etc/init.d/mysql start gestartet werden."

#. Type: password
#. Description
#: ../mysql-server-5.0.templates:5001
msgid "New password for MySQL \"root\" user:"
msgstr "Neues Passwort für den MySQL »root«-Benutzer:"

#. Type: password
#. Description
#: ../mysql-server-5.0.templates:5001
msgid ""
"It is highly recommended that you set a password for the MySQL "
"administrat

Bug#411481: x-ttcidfont-conf: Debconf question talks about obsolete XFree 4.x

2007-02-19 Thread Frank Küster
Package: x-ttcidfont-conf
Version: 25.1
Severity: normal

Description: Backend to use for TrueType handling on X:
 XFree86 4.x has two backends to handle TrueType fonts, FreeType and X-TT.
 FreeType (a simple backend) is standard, while X-TT is alternative and
 has a mechanism of decorating TrueType fonts that can create bold and
 oblique faces from a single font.
 .
 If unsure, choose FreeType.

etch has XOrg 7.1, that's quite a number of versions off.  If this still
applies to XOrg, it could just be changed (not using any version number,
I suggest).  

Regards, 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)

Versions of packages x-ttcidfont-conf depends on:
ii  debconf [debconf-2.0]   1.5.11   Debian configuration management sy
ii  defoma  0.11.10-0.1  Debian Font Manager -- automatic f
ii  xfonts-base 1:1.0.0-4standard fonts for X
ii  xfonts-encodings1:1.0.0-6Encodings for X.Org fonts
ii  xutils  1:7.1.ds.3-1 X Window System utility programs

x-ttcidfont-conf recommends no packages.

-- debconf information:
  x-ttcidfont-conf/xtt_vl:
  x-ttcidfont-conf/tt_backend: freetype
  x-ttcidfont-conf/font_path_change2:

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



Bug#411482: generate .htaccess

2007-02-19 Thread Robert Millan [ackstorm]
Package: webalizer
Severity: wishlist
Tags: upstream patch

Hi,

I've had some trouble with webalizer and the apache DirectoryIndex
parameter being messed up.  We setup webalizer to generate stats in
a subdir of the site itself, so when the site adds an htaccess
with their own DirectoryIndex in /, webalizer inherits it.  If this
DirectoryIndex doesn't include "index.html", this breaks the webalizer
directory.

Attached patch adds a few lines of code to generate .htaccess in webalizer
directory, overriding any evil DirectoryIndex magic that the main site
could have.

I have already it to upstream (slightly different because of the debian
patching that removes msg_no_open).

-- 
Robert Millan

ACK STORM, S.L.  -  http://www.ackstorm.es/
diff -ur webalizer-2.01.10.old/output.c webalizer-2.01.10/output.c
--- webalizer-2.01.10.old/output.c	2007-02-19 12:23:57.0 +0100
+++ webalizer-2.01.10/output.c	2007-02-19 12:25:47.0 +0100
@@ -2590,6 +2590,15 @@
/* now do html stuff... */
snprintf(index_fname,sizeof(index_fname),"index.%s",html_ext);
 
+   if ( (out_fp=fopen(".htaccess","w")) == NULL)
+   {
+  if (verbose)
+  fprintf(stderr,"%s .htaccess!\n",_("Error: Unable to open file"));
+  return 1;
+   }
+   fprintf(out_fp,"DirectoryIndex %s\n",index_fname);
+   fclose(out_fp);
+
if ( (out_fp=open_out_file(index_fname)) == NULL)
{
   if (verbose)


Bug#411477: installation-reports

2007-02-19 Thread Frans Pop
On Monday 19 February 2007 12:11, raphael meyer wrote:
> Comments/Problems:
> .Detect network card:
> VIA VT6103 NIC wrongly recognized as a SiS190. The sis190 kernel module
> even loads, but doesn't work.
>
> .Detect hard drives:
> Doesn't find SATA hard drive. (Missing support for SiS966L?)

Please provide the output of 'lspci -nn' for your system. That way we can 
check if your hardware should be supported or not.
You can run this command by booting the installer and switching to VT2 
(using alt-F2).

Cheers,
FJP


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



Bug#411483: update to new version loses previous firefox settings

2007-02-19 Thread Alvaro Martinez Echevarria
Package: iceweasel
Version: 2.0.0.1+dfsg-3
Severity: grave

Upon upgrading my system, and installing the new versions of
the firefox/iceweasel packages, the next attempt to start firefox
results in one of those "import preferences from mozilla 6.x"
windows, and then, of course, a fresh iceweasel running with no
preferences.

Apparently, all the settings are now under .mozilla/iceweasel,
instead of .mozilla/firefox, so iceweasel thinks it's a new
install; it doesn't give the option to copy preferences,
bookmarks, profiles, etc from the firefox directory.

I fixed it manually by doing "cd .mozilla; rm -rf iceweasel; cp
-a firefox iceweasel"; but this should be addressed by the
package installation scripts.
Regards,

--
Álvaro Martínez Echevarría  <[EMAIL PROTECTED]>

``Pero yo que he sentido una vez en mis manos temblar
la alegría / ya no podré morir nunca. / Pero yo que he
tocado una vez las agudas agujas del pino / ya no podré
morir nunca''. [José Hierro, "El muerto"]


Bug#411475: #411475

2007-02-19 Thread Ingo Saitz
I disagree. Iceweasel should simply use ~/.mozilla/firefox, if it is
there, as it did with the ~/.firefox to ~/.mozilla/firefox migration. So
you should try ~/.firefox, ~/.mozilla/firefox and ~/.mozilla/iceweasel
in that order and ony use ~/.mozilla/iceweasel, if none exists.

What even is the use even of renaming the dotfile for, are you going to
remove firefox from the function names in the code, too? It also leaves
no automatic migration mpath back to firefox, if the user chooses so. I
thin k the ONLY reason to rename the dotfiles would be if you want to
deviate from firefox enough so that its setup would become incompatible.

Ingo
-- 
Man hat schon Igel nach Westen kotzen sehen!
(alte indianische Weisheit)


signature.asc
Description: Digital signature


Bug#301605: /usr/X11R6/bin/XFree86: unable to start xserver

2007-02-19 Thread Antonio Pezo


Package: xserver-xfree86
Version: 4.3.0.dfsg.1-14sarge3
Followup-For: Bug #301605



-- Package-specific info:
Contents of /var/lib/xfree86/X.roster:
xserver-xfree86

/etc/X11/X target unchanged from checksum in /var/lib/xfree86/X.md5sum.

X server symlink status:
lrwxrwxrwx  1 root root 20 Feb 19 12:04 /etc/X11/X
-> /usr/bin/X11/XFree86
-rwxr-xr-x  1 root root 1746636 Jan  7 18:24 /usr/bin/X11/XFree86

Contents of /var/lib/xfree86/XF86Config-4.roster:
xserver-xfree86

VGA-compatible devices on PCI bus:
:00:02.0 VGA compatible controller: Intel Corp.: Unknown device 2772
(rev 02)

/etc/X11/XF86Config-4 does not match checksum
in /var/lib/xfree86/XF86Config-4.md5sum.

XFree86 X server configuration file status:
-rw-r--r--  1 root root 3250 Feb 19 12:25 /etc/X11/XF86Config-4

Contents of /etc/X11/XF86Config-4:
# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool,
using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades
*only*
# if it has not been modified since the last upgrade of the
xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically
updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section "Files"
#   FontPath"unix/:7100"# local font
server
# if the local font server has problems, we can fall back on
these
#   FontPath"/usr/lib/X11/fonts/misc"
#   FontPath"/usr/lib/X11/fonts/cyrillic"
#   FontPath"/usr/lib/X11/fonts/100dpi/:unscaled"
#   FontPath"/usr/lib/X11/fonts/75dpi/:unscaled"
#   FontPath"/usr/lib/X11/fonts/Type1"
#   FontPath"/usr/lib/X11/fonts/CID"
#   FontPath"/usr/lib/X11/fonts/Speedo"
#   FontPath"/usr/lib/X11/fonts/100dpi"
#   FontPath"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
#   Load"GLcore"
#   Load"bitmap"
#   Load"dbe"
#   Load"ddc"
#   Load"dri"
Load"extmod"
Load"freetype"
#   Load"glx"
#   Load"int10"
#   Load"record"
Load"speedo"
Load"type1"
#   Load"vbe"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "keyboard"
Option  "CoreKeyboard"
Option  "XkbRules"  "xfree86"
Option  "XkbModel"  "pc105"
Option  "XkbLayout" "si"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/psaux"
Option  "Protocol"  "PS/2"
Option  "Emulate3Buttons"   "true"
Option  "ZAxisMapping"  "4 5"
EndSection
Section "InputDevice"
Identifier  "Generic Mouse"
Driver  "mouse"
Option  "SendCoreEvents""true"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ImPS/2"
Option  "Emulate3Buttons"   "true"
Option  "ZAxisMapping"  "4 5"
EndSection

Section "Device"
Identifier  "Generic Video Card"
#   Driver  "i810"
Driver  "vga"
EndSection

Section "Monitor"
Identifier  "Generic Monitor"
#   HorizSync   28-50
#   VertRefresh 43-75
Option  "DPMS"
EndSection

Section "Screen"
Identifier  "Default Screen"
Device  "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth24
SubSection "Display"
Depth   1
Modes   "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   4
Modes   "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   8
Modes   "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   15
Modes   "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   16
Modes   "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   24
Modes   "1024x768" "800x600" "640x480"
EndS

Bug#271526: locales ( 2.3.2.ds1-22sarge5): Infinite loop generating the "[EMAIL PROTECTED] ISO-8859-15" locales

2007-02-19 Thread Laurent LE HELLOCO
Package: locales ( 2.3.2.ds1-22sarge5)
Version:  2.3.2.ds1-22sarge5
Severity: important

It seems this is the same problem than the following bug report:
From: Elmar Hoffmann <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: "infinite" loop in caused by hosed /etc/locale.gen
Date: Wed, 29 Sep 2004 03:14:17 +0200

I have found, me also, over two thousand time the same line 
("fr_FR.ISO-8859-15", in my case)

I have edit the file /etc/locale.gen to suppress those surplus lines.
After this operation i have installed the package "locales ( 
2.3.2.ds1-22sarge5)" whitout problems, BUT
it is appeared that the ligne "fr_FR.ISO-8859-15" was include again in the 
locale.gen file
I delete this line from the file.

I execute the command "dpkg-reconfigure locales" like describe into the mail 
following:
From: [EMAIL PROTECTED] (Denis Barbier)
To: Georg Philipp Burth <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: Bug#271526: Problem with locale.gen during updating 
package locales
Date: Mon, 10 Jan 2005 00:30:01 +0100

I don't modify the existing configuration, i validate all options proposed.
The locale.gen file is not modify

I make the same with the command "dpkg-reconfigure localeconf", the locale.gen 
is not modify.

For information, refred of the following mail:
From: GOTO Masanori <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Bug#271526: fixed in glibc 2.3.5-3
Date: Fri, 05 Aug 2005 03:29:24 -0700
the following packages are iinstall on my machine (during the same operation 
than the upgrade of locales package)
- libc6 (2.3.2.ds1-22sarge5)
- libc6-dev (2.3.2.ds1-22sarge5)



-- System Information:
Debian Release: 3.1
  APT prefers stable
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: [EMAIL PROTECTED]






___
Ce message et toutes les pièces jointes sont confidentiels et établis à 
l’intention exclusive de ses destinataires. Toute utilisation ou diffusion non 
autorisée est interdite. Tout message électronique est susceptible 
d’altération. CHAUVIN ARNOUX et/ou ses filiales ne sont pas responsables de son 
contenu et déclinent toute responsabilité au titre de ce message s’il a été 
altéré, déformé ou falsifié. Si nous n’êtes pas destinataire de ce message, 
merci de le détruire et d’avertir l’expéditeur.
--
This message and any attachments are confidential and intended solely for the 
addresses. Any unauthorised use or dissemination is prohibited. E-mails are 
susceptible to alteration. CHAUVIN ARNOUX and/or its subsidiaries cannot 
therefore be considered responsible for the contents and shall not be liable 
for the message if altered, changed or falsified. If you are not the intended 
recipient of this message, then delete it and notify the sender.
___


Visitez notre site Internet - http://www.chauvin-arnoux.com - et retrouvez-y 
nos nouveautés.




Bug#411479: iceweasel isn't controlable by external applications anymore

2007-02-19 Thread Evgeni Golov
Oups, forgot a bit/sentence/whatever:

> These applications (xchat, terminal, sylpheed) are calling either
> x-www-browser $LINK or sensible-browser $LINK, which worked fine
> with 2.0.0.1+dfsg-2.

Now I get a "Iceweasel is already running" instead of opening the URL
in a new tab.

Regards
Evgeni

--
   ^^^| Evgeni -SargentD- Golov ([EMAIL PROTECTED])
 d(O_o)b  | GPG/PGP-Key-ID: 0xAC15B50C
  >-|-<   | 0C04 F872 0963 ADC9 AA83 882B 24A0 1418 AC15 B50C
   / \| http://www.die-welt.net - [EMAIL PROTECTED]

ihr seid krank. entweder ihr redet über linux oder ihr rasiert euch die
beine. (craven, teranetworks.de)


pgp94sxYjQJbZ.pgp
Description: PGP signature


Bug#309226: xnest: crashes when window is shaded or a different virtual desktop is selected

2007-02-19 Thread Paul Gotch
On Sun, Feb 18, 2007 at 01:18:18PM +0100, Brice Goglin wrote:
> About 2 years ago, you reported (or replied to) a bug in the Debian BTS
> regarding Xnest (quite randomly) crashing when switching between virtual
> desktop. I tried to reproduce with current Xorg 7.1 and Etch but I
> couldn't. Did any of you guys reproduce this problem recently? If so,
> could you give any hint about how to reproduce here.

I don't have an Etch box with a head on it to reproduce yet. Unfortunately I
can't really add any more than I put in the original bug report against
Sarge. If you've sucessfully managed to run Xnest for a few hours while
switching desktops in the course of normal use then I'd be happy for you to
close the bug.

-p
-- 
Paul Gotch



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



Bug#411484: freepops: [INTL:de] German debconf translation

2007-02-19 Thread Alwin Meschede
Package: freepops
Severity: wishlist
Tags: patch l10n

Please find attached a german translation of freepops debconf messages.

Thanks,
Alwin Meschede

-- 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.20-audrid2
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
# translation of freepops to german
# Copyright (C) 2007 Alwin Meschede
# This file is distributed under the same license as the freepops package.
#
# Alwin Meschede <[EMAIL PROTECTED]>, 2007.
msgid ""
msgstr ""
"Project-Id-Version: freepops\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2006-10-19 18:15+0200\n"
"PO-Revision-Date: 2007-02-19 12:44+0100\n"
"Last-Translator: Alwin Meschede <[EMAIL PROTECTED]>\n"
"Language-Team: german \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: boolean
#. Description
#: ../freepops.templates:1001
msgid "Start freepopsd automatically after each boot?"
msgstr "freepopsd automatisch beim Hochfahren starten?"

#. Type: boolean
#. Description
#: ../freepops.templates:1001
msgid ""
"The FreePOPs daemon can be started automatically after each boot for you. By "
"default it will bind on port 2000, but you can change this behaviour "
"editing /etc/default/freepops"
msgstr ""
"Der FreePOPs-Dienst kann bei jedem Hochfahren Ihres Rechners automatisch "
"gestartet werden. Standardmäßig wird er an den Port 2000 gebunden, aber Sie "
"können dies durch Editieren von /etc/default/freepops ändern."

#. Type: boolean
#. Description
#: ../freepops.templates:2001
msgid "Create a chroot jail for freepops?"
msgstr "Ein chroot jail für freepops erstellen?"

#. Type: boolean
#. Description
#: ../freepops.templates:2001
msgid ""
"FreePOPs can be launched in a chrooted environment to improve security. The "
"jail will be created in /var/lib/freepops/chroot-jail/. This will also "
"create a start.sh script in the root of the jail that should be used to "
"launch freepopsd. This is perfectly integrated with the init script, so you "
"have to change nothing to automatically start freepopsd at boot. This "
"feature is mostly untested, you are warned."
msgstr ""
"Zur Verbesserung der Sicherheit kann FreePOPs in einer gechrooteten Umgebung "
"gestartet werden. Das jail wird in /var/lib/freepops/chroot-jail/ erzeugt. "
"Dabei wird auch ein Skript start.sh im Wurzelverzeichnis des jails abgelegt, "
"mit dem freepopsd gestartet werden sollte. Dies ist vollständig in das "
"init-Skript integriert, so dass Sie nichts ändern müssen um freepopsd "
"automatisch beim Hochfahren zu starten. Diese Fähigkeit ist größtenteils "
"ungetestet. Sie sind hiermit gewarnt."



Bug#411485: tar: Segment violation when file list specfified with -T contains empty lines.

2007-02-19 Thread Raúl Sánchez Siles
Package: tar
Version: 1.16-2
Severity: normal

To reproduce the error do this:

1- echo "filename" > filelist
2- echo "" >>filelist
3- tar xvfz tarfile.tgz -T filelist

Note: its not necessary that "filename" exists.

When you use -T, the contents of the file is dumped into the argv
vector. Each line should contain a file name, optionally with its path.

You will have a segment violation because on line 421 of lib/getopt.c
you have:

if (d->optind != argc && !strcmp (argv[d->optind], "--"))

optind will point to the position in argv where the file name is stored,
in the case of the emppy line argv[d->optind] will point to an empty
string, so strcmp will SIGSEGV.

There are two possible options as I see it.

1- Changing that line to: 
if (d->optind != argc && argv[d->optind] && !strcmp (argv[d->optind], "--"))

2- Fix the parsing of -T so an empty line won't be included in the dump
to argv vector.

Both options could be included at once, since #1 will robust these
processing in case some other similar error happens, but just #2 will
also suffice.

I tried to report this upstream but bug reporting is limited to memebers
of the project.

Regads,HTH.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (900, 'testing'), (100, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18p4s
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)

Versions of packages tar depends on:
ii  libc6   2.3.6.ds1-11 GNU C Library: Shared libraries

tar recommends no packages.

-- no debconf information


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



Bug#411470: amanda-common: amfetchdump segmentation fault

2007-02-19 Thread Bdale Garbee
tags 411470 +pending
thanks

On Mon, 2007-02-19 at 10:34 +, Viktor Abrams wrote:

> I've applied this patch and it solves the problem:
> http://www.arcknowledge.com/gmane.comp.archivers.amanda.devel/2006-11/msg00018.html

Looks reasonable.  Merged into my CVS for the next upload.

Bdale



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



Bug#411486: binutils-multiarch: fails to install on powerpc due to embedspu

2007-02-19 Thread Johannes Berg
Package: binutils-multiarch
Version: 2.17.20070210cvs-1
Severity: normal

binutils-multiarch usually diverts all binaries from binutils to -single.
On most systems, embedspu is not shipped in binutils I expect so no problem
occurs with it, on powerpc, however, embedspu is shipped in binutils and
need not be in binutils-multiarch. Currently, binutils-multiarch or binutils
fails to install because:

Preparing to replace binutils 2.17.20070103cvs-2 (using
.../binutils_2.17.20070210cvs-1_powerpc.deb) ...
Unpacking replacement binutils ...
dpkg: error processing
/var/cache/apt/archives/binutils_2.17.20070210cvs-1_powerpc.deb (--unpack):
 trying to overwrite `/usr/bin/embedspu', which is also in package
/binutils-multiarch

IMHO binutils-multiarch shouldn't ship embedspu on powerpc.

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

Versions of packages binutils-multiarch depends on:
ii  binutils  2.17.20070103cvs-2 The GNU assembler, linker and bina
ii  libc6 2.5-0exp3  GNU C Library: Shared libraries

binutils-multiarch recommends no packages.

-- no debconf information


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



Bug#365541: Problem tracked down

2007-02-19 Thread Miklos Szeredi
> I tracked the problem down. Depending on how you look at it, it is a
> bug in openssh's sftp or in sshfs.
> 
> The problem is that when sending a file data, sshfs will just keep
> sending without waiting for the server to catch up. This does not need
> to be a problem, as the sftp server should just stop receiving TCP
> packets when the buffers are full, causing TCP resends and
> automatically slowing down the sending.
> 
> However, the openssh sftp server loop (openssh:sftp-server.c) will
> just keep trying to read from stdin. It will read from stdin to its
> input buffer at most once per loop, and dispatch at most one sftp
> packet per loop. But as each read from stdin can read up to 8 sftp
> packets into the input buffer then the input buffer risks running out
> of space. When it runs out of space then it just kills itself
> (openssh:buffer.c:buffer_append_space).
> 
> I note that the openssh sftp client has a mechanism to limit the
> number of unanswered requests, which probably means unlike sshfs, it
> is not affected.
> 
> I found that a reliable way to trigger this bug was to start a
> parallel process which hogs the disk, causing the consuming sftp
> server loop to slow down.
> -sshfs-mount localhost:/tmp test
> -ionice -c1 cp large_file /tmp/deleteme
> -dd if=/dev/zero of=test/deleteme2
> 
> The error I get is
> dd: writing to `test/deleteme2': Input/output error
> dd: closing output file `test/deleteme2': Transport endpoint is not connected
> 
> It is somewhat a matter of opinion, but I would say that it is openssh
> which should be fixed. If I look at

Great bug hunting! :)

The "Transport endpoint is not connected" error means, that sshfs
crashed, which it should not do even with a buggy sftp server.  Also
it's probably not too hard to work around this in sshfs as well.  I'll
have a look at these.

But you're right, that there's definitely something wrong with the
server as well, which should also be fixed.

Thanks,
Miklos


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



Bug#399882: Broken grub entries for multibooting Fedora

2007-02-19 Thread Frans Pop
On Monday 19 February 2007 04:08, Frans Pop wrote:
> linux-boot-prober, and also grub-installer, currently don't know how to
> handle the 'module' lines.

If the output of linux-boot-prober is modified, all bootloader installers 
that use it will need to be updated, possibly to reject the entry.


pgp3NC3X5ywTL.pgp
Description: PGP signature


Bug#411327: w3c-markup-validator: [INTL:de] updated German debconf translation

2007-02-19 Thread Frederic Schutz

tag 411327 pending
thanks

Helge Kreutzmann wrote:


Please find the updated German debconf translation for w3c-markup-validator
attached.


thanks you for this !


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


The latest release of w3c-markup-validator currently has to wait 5 more 
days before entering testing; once this is done, I will upload a new 
version with your changes.


Cheers,

Frédéric


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



Bug#411316: 1.5.0.1 now...

2007-02-19 Thread Gerrit Pape
On Sun, Feb 18, 2007 at 08:06:01PM -0800, Roland Dreier wrote:
> A 1.5.0.1 maintenance release has just come out with a few fixes, so I
> think it would definitely be appropriate to upload packages of the
> 1.5.0 series now.

 http://ftp-master.debian.org/new.html

It's in the queue for experimental, unstable will follow afterwards.

Regards, Gerrit.


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



Bug#411454: ITP: pfstmo -- set of tone mapping operators

2007-02-19 Thread Hamish Moffatt
On Mon, Feb 19, 2007 at 09:20:00AM +0100, Sebastian Harl wrote:
> Package: wnpp
> Severity: wishlist
> Owner: Sebastian Harl <[EMAIL PROTECTED]>
> 
> * Package name: pfstmo
>   Upstream Author : Grzegorz Krawczyk <[EMAIL PROTECTED]>
> * URL : http://www.mpi-inf.mpg.de/resources/tmo/
> * License : GPL
>   Description : set of tone mapping operators
> 
>  pfstmo package contains the implementation of state-of-the-art tone mapping
>  operators. The motivation here is to provide an implementation of tone 
> mapping
>  operators suitable for convenient processing of both static images and
>  animations.
>  
>  The operators are embedded in a flexible framework [pfstools] which provides 
> a
>  unified input/output mechanism and a modular architecture for the filtering 
> of
>  the image data. Various file formats for static images and video are
>  transparently supported and the High Dynamic Range data are processed
>  modularly through a Unix piping mechanism.
> 
> The long description has been copied from the homepage and will probably be
> improved before upload.

Hi Sebastion,

I gather this is something to do with image/video processing. Could you
mention this in the short description or at least the first paragraph of
the long?

I admit that I had absolutely no idea what the context was until the
last sentence. Even having realized that I have no idea whether I would
want to try the package...


thanks
Hamish
-- 
Hamish Moffatt VK3SB <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>


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



Bug#411487: libapache2-mod-python: md5 calculation conflicts with php5-mhash module

2007-02-19 Thread Jonathan Ballet
Package: libapache2-mod-python
Version: 3.2.10-3
Severity: important

Hello,

I wanted to deploy a new Django application today, but it didn't work :(
It failed with a SuspiciousOperation exception, which appears to be
related to sessions, which in turns use md5.

You can find some reference to this bug, already reported on the
mod_python mailing list in [1], and a workaround in [2].



I join the test case from [1] in this bug :
 - with php5-mhash installed and activated in Apache, all tests failed
 - after purging php5-mhash AND restarting Apache, all tests passed

So, it seems it's directly related to libmhash2 (as [2] suggests).

I can reproduce on sid-i386. On etch-x86_64, it seems that Apache2
segfault (without php5-mhash, everything is ok) :

[Mon Feb 19 13:31:10 2007] [notice] mod_python: (Re)importing module 'test'
[Mon Feb 19 13:31:10 2007] [notice] child pid 16238 exit signal Segmentation 
fault (11)




I think this bug is RC-critical for Etch. However, I'll let
libapache2-mod-python maintainers tag it as appropriate.
I report against libapache2-mod-python, since this is the package
which seems to be affected by the bug. However, feel free to reassign
to php5-mhash or libmhash2.


Thanks !
 - Jonathan


[1] : http://www.modpython.org/pipermail/mod_python/2006-June/021482.html
[2] : http://www.modpython.org/pipermail/mod_python/2006-July/021544.html


-- 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.2-rtsp-jon
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages libapache2-mod-python depends on:
ii  apache2 2.2.3-3.2Next generation, scalable, extenda
ii  apache2-mpm-prefork [apache 2.2.3-3.2Traditional model for Apache HTTPD
ii  apache2.2-common2.2.3-3.2Next generation, scalable, extenda
ii  debconf [debconf-2.0]   1.5.11   Debian configuration management sy
ii  libc6   2.3.6.ds1-11 GNU C Library: Shared libraries
ii  python  2.4.4-2  An interactive high-level object-o
ii  python-central  0.5.12   register and build utility for Pyt
ii  python2.4   2.4.4-2  An interactive high-level object-o

libapache2-mod-python recommends no packages.

-- debconf information excluded
from mod_python import apache 

# from http://www.ietf.org/rfc/rfc1321.txt
MD5_TESTS = { 
"": "d41d8cd98f00b204e9800998ecf8427e", 
"a": "0cc175b9c0f1b6a831c399e269772661", 
"abc": "900150983cd24fb0d6963f7d28e17f72", 
"message digest": "f96b697d7cb7938d525a2f31aaf161d0", 
"abcdefghijklmnopqrstuvwxyz": "c3fcd3d76192e4007dfb496cca67e13b", 
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789": "d174ab98d277d9f5a5611c2c9f419d9f", 
"12345678901234567890123456789012345678901234567890123456789012345678901234567890": "57edf4a22be3c955ac49da2e2107b67a" 
} 

def handler(req): 
import md5 
req.content_type = 'text/plain' 
req.write('md5: %s\n' % md5.__file__)

for k, v in MD5_TESTS.items(): 
m = md5.new(k).hexdigest() 
req.write('"%s" -> "%s" ? %s\n' % (k, m, (m == v)))  
return apache.OK 


Bug#411301: gaim DNS children die when gaim-otr is installed

2007-02-19 Thread Ian Goldberg
On Mon, Feb 19, 2007 at 01:43:23AM -0800, Steve Langasek wrote:
> > What I'm saying is can we find someone else with a Debian amd64 to try
> > this (apt-get install gaim-otr, see if gaim still works) in order to see
> > if it's really a gaim-otr problem, or some weird side-effect of
> > something else.
> 
> Well, this problem indeed doesn't seem to be reproducible on i386 or amd64
> when not using nss_ldap.

Is it reproducible on other systems that *do* use nss_ldap?  Can you
turn nss_ldsp on on one of those other systems you tested, and try
again?

The output of valgrind should definitely help find the problem, in any
event.

Thanks,

   - Ian


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



Bug#411488: update-python-modules: error

2007-02-19 Thread Wanderson Santiago dos Reis
Package: update-manager
Version: 0.42.2ubuntu22-9
Severity: grave
Justification: renders package unusable



-- 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: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to pt_BR.UTF8)

Versions of packages update-manager depends on:
ii  libgnome2-perl  1.040-1  Perl interface to the GNOME librar
ii  lsb-release 3.1-23   Linux Standard Base version report
ii  python  2.4.4-2  An interactive high-level object-o
ii  python-apt  0.6.19   Python interface to libapt-pkg
ii  python-glade2   2.8.6-8  GTK+ bindings: Glade support
ii  python-gnome2   2.12.4-6 Python bindings for the GNOME desk
ii  python-gnupginterface   0.3.2-9  Python interface to GnuPG (GPG)
ii  python-support  0.5.6automated rebuilding support for p
ii  synaptic0.57.11.1+b1 Graphical package manager

update-manager recommends no packages.

-- no debconf information


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



Bug#411490: pommed: fails to work on any key except the eject key

2007-02-19 Thread Nicolas Évrard
Package: pommed
Version: 1.1~dfsg-1
Severity: important


Hello,
I'm a brand new macbook user so I might make mistakes do not hesitate 
to correct me.

I followed the advice on the debian wiki and so I installed pommed on 
my laptop. But unfortunatly the keys does not show the expected 
behavior. When I press the F1 key either with or withour pressing the 
fn key it seems that the normal code for F1 is sent (since vim, 
epiphany or other applications react like a normal F1 event).

Do not hesistate to mail me to gather more informations.

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

Versions of packages pommed depends on:
ii  eject   2.1.4-2.1ejects CDs and operates CD-Changer
ii  libasound2  1.0.13-1 ALSA library
ii  libc6   2.3.6.ds1-11 GNU C Library: Shared libraries
ii  libconfuse0 2.5-2Library for parsing configuration 
ii  libdbus-1-3 1.0.2-1  simple interprocess messaging syst
ii  libsmbios1  0.12.1-3 Provide access to (SM)BIOS informa
ii  zlib1g  1:1.2.3-13   compression library - runtime

Versions of packages pommed recommends:
ii  dbus  1.0.2-1simple interprocess messaging syst

-- no debconf information


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



Bug#411488: update-python-modules: error

2007-02-19 Thread Wanderson Santiago dos Reis
On update package to update-manager_0.42.2ubuntu22-10 the aptitude upgrade
return:

(Lendo banco de dados ... 115444 arquivos e diretórios atualmente
instalados.)
Preparando para substituir update-manager 0.42.2ubuntu22-9 (usando
.../update-manager_0.42.2ubuntu22-10_all.deb) ...
usage: update-python-modules [-v] [-c] package_directory [...]
   update-python-modules [-v] [-c] package.dirs [...]
   update-python-modules [-v] [-a|-f]

update-python-modules: error: /usr/share/python-support/update-manager
does not exist
dpkg: aviso - antigo script pre-removal retornou erro de estado de saída 2
dpkg - tentando script do novo pacote em vez disso ...
usage: update-python-modules [-v] [-c] package_directory [...]
   update-python-modules [-v] [-c] package.dirs [...]
   update-python-modules [-v] [-a|-f]

update-python-modules: error: /usr/share/python-support/update-manager
does not exist
dpkg: erro processando
/var/cache/apt/archives/update-manager_0.42.2ubuntu22-10_all.deb
(--unpack):
 subprocesso novo script pre-removal retornou código de saída de error 2
Erros foram encontrados durante processamento de:
 /var/cache/apt/archives/update-manager_0.42.2ubuntu22-10_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)



-- 
Atenciosamente,

Wanderson Santiago dos Reis
Técnico em Tecnologia da Informação
CEFET-BAMBUÍ




Bug#411489: gbr2 not found error, gambas2 does not start

2007-02-19 Thread Olaf Wessels
Package: gambas2
Version: 1.9.46-1
Severity: important

After installing using apt-get install gambas2 package, typing gambas2 in the 
console results only the gbr2 not found error ( /usr/bin/env: gbr2: Datei oder 
Verzeichnis nicht gefunden).

This problem could be fixed by setting a symbolic link  gbr2 -> gbx2. 



-- 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.15-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages gambas2 depends on:
ii  gambas2-doc   1.9.46-1   Gambas documentation
ii  gambas2-gb-compress-bzlib21.9.46-1   The Gambas bzlib2 component
ii  gambas2-gb-compress-zlib  1.9.46-1   The Gambas zlib compression compon
ii  gambas2-gb-crypt  1.9.46-1   The Gambas crypt encription compon
ii  gambas2-gb-db-firebird1.9.46-1   The Firebird driver for the Gambas
ii  gambas2-gb-db-mysql   1.9.46-1   The MySQL driver for the Gambas da
ii  gambas2-gb-db-odbc1.9.46-1   The Gambas ODBC driver database co
ii  gambas2-gb-db-postgresql  1.9.46-1   The PostgreSQL driver for the Gamb
ii  gambas2-gb-db-sqlite  1.9.46-1   The Gambas sqlite3 driver database
ii  gambas2-gb-form   1.9.46-1   A gambas native form component
ii  gambas2-gb-form-mdi   1.9.46-1   A gambas native mdi form component
ii  gambas2-gb-gtk1.9.46-1   The Gambas gtk component
ii  gambas2-gb-gtk-svg1.9.46-1   The Gambas SVG importing component
ii  gambas2-gb-image  1.9.46-1   A Gambas image effects component
ii  gambas2-gb-info   1.9.46-1   A Gambas information component
ii  gambas2-gb-ldap   1.9.46-1   The Gambas LDAP component
ii  gambas2-gb-net-curl   1.9.46-1   The Gambas advanced networking com
ii  gambas2-gb-net-smtp   1.9.46-1   Gambas component to use smtp proto
ii  gambas2-gb-opengl 1.9.46-1   The OpenGL component for Gambas
ii  gambas2-gb-pcre   1.9.46-1   The Gambas regexp component
ii  gambas2-gb-pdf1.9.46-1   The Gambas pdf component
ii  gambas2-gb-qt-ext 1.9.46-1   The Gambas extended Qt GUI compone
ii  gambas2-gb-qt-kde-html1.9.46-1   The Gambas KHTML component
ii  gambas2-gb-qt-opengl  1.9.46-1   OpenGL with QT toolkit Gambas comp
ii  gambas2-gb-sdl1.9.46-1   The Gambas SDL component
ii  gambas2-gb-settings   1.9.46-1   Gambas utilities class
ii  gambas2-gb-v4l1.9.46-1   The Gambas video for linux compone
ii  gambas2-gb-vb 1.9.46-1   The Gambas to Visual Basic(tm) com
ii  gambas2-gb-web1.9.46-1   Gambas CGI for web applications co
ii  gambas2-gb-xml1.9.46-1   The Gambas XML and XSLT component
ii  gambas2-ide   1.9.46-1   Visual development environment for

gambas2 recommends no packages.

-- no debconf information


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



Bug#391023: new version of the patch (documenting XS-Vcs-Browser as well)

2007-02-19 Thread Stefano Zacchiroli
On Mon, Feb 19, 2007 at 05:50:29AM -0500, Justin Pryzby wrote:
> It looks good to me with the changes below.

Thanks!

New version of the patch implementing your changes is attached.

Cheers.

-- 
Stefano Zacchiroli -*- Computer Science PhD student @ Uny Bologna, Italy
[EMAIL PROTECTED],debian.org,bononia.it} -%- http://www.bononia.it/zack/
(15:56:48)  Zack: e la demo dema ?/\All one has to do is hit the
(15:57:15)  Bac: no, la demo scema\/right keys at the right time
diff -ur developers-reference-3.3.8/developers-reference.sgml developers-reference-3.3.8.new/developers-reference.sgml
--- developers-reference-3.3.8/developers-reference.sgml	2006-11-12 12:05:22.0 +0100
+++ developers-reference-3.3.8.new/developers-reference.sgml	2007-02-19 10:36:50.0 +0100
@@ -1565,6 +1565,72 @@
 to remove it later and you won't be able to edit it either. The only thing
 that you can do is send a second news item that will deprecate the
 information contained in the previous one.
+  
+  Extra information shown in the PTS web interface
+  
+  In addition to the information discussed above, the PTS web interface shows
+  information available in source packages as extra source fields
+  (i.e. fields starting with XS- in source package control files). The
+  following fields are currently supported:
+  
+XS-Vcs-Browser
+  
+  
+  Value of this field should be a http:// URL pointing to a
+  web-browsable copy of the Version Control System repository used to
+  maintain the given package, if available.
+  
+  
+  The information is meant to be useful for the final user, willing to
+  browse the latest work done on the package (e.g. when looking for the
+  patch fixing a bug tagged as pending in the bug tracking
+  system).
+  
+  
+XS-Vcs-*
+  
+  
+  Value of this field should be a string identifying univocally the
+  location of the Version Control System repository used to maintain the
+  given package, if available. * identify the Version Control
+  System; currently the following systems are supported by the package
+  tracking system: arch, bzr (Bazaar), cvs,
+  darcs, git, hg (Mercurial), mtn
+  (Monotone), svn (Subversion). It is allowed to specify different
+  VCS fields for the same package: they will all be shown in the PTS web
+  interface.
+  
+  
+  The information is meant to be useful for a user knowledgeable in the
+  given Version Control System and willing to build the current version of
+  a package from the VCS sources. Other uses of this information might
+  include automatic building of the latest VCS version of the given
+  package. To this end the location pointed to by the field should better
+  be version agnostic and point to the main branch (for VCSs supporting
+  such a concept). Also, the location pointed to should be accessible to
+  the final user; fulfilling this requirement might imply pointing to an
+  anonymous access of the repository instead of pointing to an
+  SSH-accessible version of the same.
+  
+  
+  In the following example, an instance of the field for a Subversion
+  repository of the vim package is shown. Note how the
+  URL is in the svn:// scheme (instead of svn+ssh://) and
+  how it points to the trunk/ branch. The use of the
+  XS-Vcs-Browser field described above is also shown.
+  
+  Source: vim
+  Section: editors
+  Priority: optional
+  
+  XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-vim/trunk/packages/vim
+  XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim
+  
+  
+
+  
+  
+  
 
 Developer's packages overview
 	
Only in developers-reference-3.3.8.new/: developers-reference.sgml.orig


Bug#385299: umbrello: Umbrello should depend on kdebase-bin

2007-02-19 Thread Djoume SALVETTI
Package: umbrello
Version: 4:3.5.5-3
Followup-For: Bug #385299

retitle  #385299 Umbrello should depend on kdebase-bin 
severity #385299 serious
tag #385299 +patch

thanks

Hi,

I have used umbrello in a GNOME environement and experience the same bug
as you. To resolved it I had to manually install kdebase-bin (which
contains the 'drkonqi' executable).

I have set the severity to serious according to
http://release.debian.org/etch_rc_policy.txt : 

> Packages must include a "Depends:" line listing any other packages they
> require for operation, unless those packages are marked "Essential: yes"

Regards.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-powerpc
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages umbrello depends on:
ii  kdelibs4c2a4:3.5.5a.dfsg.1-6 core libraries and binaries for al
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libaudio2  1.8-3 The Network Audio System (NAS). (s
ii  libc6  2.3.6.ds1-11  GNU C Library: Shared libraries
ii  libfontconfig1 2.4.2-1   generic font configuration library
ii  libfreetype6   2.2.1-5   FreeType 2 font engine, shared lib
ii  libgcc11:4.1.1-21GCC support library
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libidn11   0.6.5-1   GNU libidn library, implementation
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libpng12-0 1.2.15~beta5-1PNG library - runtime
ii  libqt3-mt  3:3.3.7-3 Qt GUI Library (Threaded runtime v
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-5 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxft22.1.8.2-8 FreeType-based font drawing librar
ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxml22.6.27.dfsg-1 GNOME XML library
ii  libxrandr2 2:1.1.0.2-5   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra
ii  libxslt1.1 1.1.19-1  XSLT processing library - runtime 
ii  libxt6 1:1.0.2-2 X11 toolkit intrinsics library
ii  zlib1g 1:1.2.3-13compression library - runtime

umbrello recommends no packages.

-- no debconf information

-- 
Djoume SALVETTI
Index: kdesdk-3.5.5/debian/changelog
===
--- kdesdk-3.5.5.orig/debian/changelog  2007-02-19 13:54:40.0 +0100
+++ kdesdk-3.5.5/debian/changelog   2007-02-19 13:55:19.0 +0100
@@ -1,3 +1,10 @@
+kdesdk (4:3.5.5-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Depends on kdebase-bin (Closes: #385299) 
+
+ -- Djoume SALVETTI <[EMAIL PROTECTED]>  Mon, 19 Feb 2007 13:54:50 +0100
+
 kdesdk (4:3.5.5-3) unstable; urgency=low
 
   * Update automake 1.10 support patch as cdbs runs patch with -p1 before -p0
Index: kdesdk-3.5.5/debian/control
===
--- kdesdk-3.5.5.orig/debian/control2007-02-19 13:54:21.0 +0100
+++ kdesdk-3.5.5/debian/control 2007-02-19 13:54:33.0 +0100
@@ -326,7 +326,7 @@
 Package: umbrello
 Architecture: any
 Section: devel
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, kdebase-bin
 Suggests: khelpcenter, kdesdk-doc-html
 Conflicts: umbrello-manual (<< 20040311)
 Replaces: umbrello-manual (<< 20040311)


Bug#385299: umbrello: Umbrello should depend on kdebase-bin

2007-02-19 Thread Sune Vuorela
On Monday 19 February 2007, Djoume SALVETTI wrote:
> Package: umbrello
> Version: 4:3.5.5-3
> Followup-For: Bug #385299
>
> retitle  #385299 Umbrello should depend on kdebase-bin
> severity #385299 serious

I fail to see the justification for this.

> I have used umbrello in a GNOME environement and experience the same bug
> as you. To resolved it I had to manually install kdebase-bin (which
> contains the 'drkonqi' executable).

Why do you think umbrello needs drkonqi ?

drkonqi is used when a application crashes - not for normal use.

I will downgrade this soon, unless I get better reasonings

/Sune
-- 
Man, do you know how to turn off a kernel?

From Word 95 you either must overclock a keyboard, or should never rename the 
provider and therefore you never need to explore the level-4 EIDE line for 
deleting a forward.


pgp4tkQKAXCbQ.pgp
Description: PGP signature


Bug#411320: 411320

2007-02-19 Thread Green
As far as confirmed here,
This bug seemed to have been fixed by updaters below:

# apt-get update
# apt-get upgrade
パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています... 完了
以下のパッケージはアップグレードされます:
  busybox klibc-utils libgphoto2-2 libgphoto2-port0 libklibc module-init-tools
  ttf-dejavu
アップグレード: 7 個、新規インストール: 0 個、削除: 0 個、保留: 0 個。
5235kB のアーカイブを取得する必要があります。
展開後に追加で 225kB のディスク容量が消費されます。
続行しますか [Y/n]? y

Thank you.


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



Bug#411492: ketchup: -ck patchset doesn't work

2007-02-19 Thread Lee Garrett
Package: ketchup
Version: 0.9.8-3
Severity: normal

Hi,

running ketchup 2.6-ck doesn't work, as ketchup tries to download a signature 
ending with .sig, whereas the 
actual signature file ends with .sign (see 
http://www.kernel.org/pub/linux/kernel/people/ck/patches/2.6/2.6.20/2.6.20-ck1/).
 Because of that the signature 
check fails and ketchup doesn't patch.

greetings, Lee

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (600, 'testing'), (450, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19.2-batou-chmp-dsdt
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages ketchup depends on:
ii  bzip2 1.0.3-6high-quality block-sorting file co
ii  patch 2.5.9-4Apply a diff file to an original
ii  python2.4.4-2An interactive high-level object-o

ketchup recommends no packages.

-- no debconf information


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



Bug#411488: update-python-modules: error

2007-02-19 Thread Steve Langasek
severity 411488 important
tags 411488 moreinfo unreproducible
thanks

On Mon, Feb 19, 2007 at 10:48:41AM -0200, Wanderson Santiago dos Reis wrote:
> On update package to update-manager_0.42.2ubuntu22-10 the aptitude upgrade
> return:

> (Lendo banco de dados ... 115444 arquivos e diretórios atualmente
> instalados.)
> Preparando para substituir update-manager 0.42.2ubuntu22-9 (usando
> .../update-manager_0.42.2ubuntu22-10_all.deb) ...
> usage: update-python-modules [-v] [-c] package_directory [...]
>update-python-modules [-v] [-c] package.dirs [...]
>update-python-modules [-v] [-a|-f]

> update-python-modules: error: /usr/share/python-support/update-manager
> does not exist

I've tested installing and removing this package and can't reproduce any
error of this sort.

In the -10 version of the package currently in the archive,
/usr/share/python-support/update-manager does exist; and the
update-python-modules included in python-support 0.5.6 (the current version,
which your report says you also had installed) doesn't complain about the
syntax used in the prerm.

-- 
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/



Bug#411493: iceweasel: profile path changed without notification

2007-02-19 Thread Armin Berres
Package: iceweasel
Version: 2.0.0.1+dfsg-3
Severity: important

I just updated iceweasel to 2.0.0.1+dfsg-3 and wondered, why iceweasel wanted 
me to
create a new profile.
After some investigation I noticed it searches for profiles in 
.mozilla/iceweasel
and no more in .mozilla/firefox. Copying .mozilla/firefox to .mozilla/iceweasel
brought back my old profile.
Please either move/copy/link/whatever the old profile path to the new, or at 
least
notify the user via NEWS.Debian or whatever is appropriate.
The current behaviour is quite nasty.

/Armin

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

Versions of packages iceweasel depends on:
ii  debianutils   2.17.5 Miscellaneous utilities specific t
ii  fontconfig2.4.2-1generic font configuration library
ii  libatk1.0-0   1.12.4-2   The ATK accessibility toolkit
ii  libc6 2.3.6.ds1-12   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  libfreetype6  2.2.1-5FreeType 2 font engine, shared lib
ii  libgcc1   1:4.1.1-21 GCC support library
ii  libglib2.0-0  2.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-13  The Independent JPEG Group's JPEG 
ii  libmyspell3c2 1:3.1-18   MySpell spellchecking library
ii  libpango1.0-0 1.14.8-5   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  libxft2   2.1.8.2-8  FreeType-based font drawing librar
ii  libxinerama1  1:1.0.1-4.1X11 Xinerama extension library
ii  libxp61:1.0.0.xsf1-1 X Printing Extension (Xprint) clie
ii  libxrender1   1:0.9.1-3  X Rendering Extension client libra
ii  libxt61:1.0.2-2  X11 toolkit intrinsics library
ii  psmisc22.3-1 Utilities that use the proc filesy
ii  zlib1g1:1.2.3-13 compression library - runtime

iceweasel recommends no packages.

-- no debconf information


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



Bug#385299: umbrello: Umbrello should depend on kdebase-bin

2007-02-19 Thread Djoume SALVETTI
Le lun 19 fév 2007 14:11:24 GMT Sune Vuorela <[EMAIL PROTECTED]> a écrit :
> > I have used umbrello in a GNOME environement and experience the same bug
> > as you. To resolved it I had to manually install kdebase-bin (which
> > contains the 'drkonqi' executable).
> 
> Why do you think umbrello needs drkonqi ?
 
After a fresh Etch install with GNOME (default desktop), I have apt-get
install umbrello.

I have then found that any change I made to my diagram are not saved. So
I launch umbrello from a terminal and see that it was crashing with : 

| KCrash: Application 'umbrello' crashing...
| Could not find 'drkonqi' executable.
| KCrash cannot reach kdeinit, launching directly.

So I have apt-get install kdebase-bin to provide drkonqi, and since then
I haven't had any trouble with umbrello in a GNOME environement (saving
works).

> drkonqi is used when a application crashes - not for normal use.
>
> I will downgrade this soon, unless I get better reasonings

May be it's not drkonqi that is required. Anyway, feel free to downgrade
if you think serious is not justified.

Regards.
-- 
Djoume SALVETTI


signature.asc
Description: Digital signature


Bug#411494: jd: lack of help/* document files

2007-02-19 Thread Tatsuya Kinoshita
Package: jd
Version: 1:1.8.8~beta070218-1
Severity: minor

The README file points the document file `help/help.xml', but it is
not installed.  Please install help/* files in `/usr/share/doc/jd/help/'.

Thanks,
--
Tatsuya Kinoshita


pgpd2z6tkmfAH.pgp
Description: PGP signature


  1   2   3   4   5   >