Bug#487706: germinate-update-metapackage expects deboostrap to be in the $PATH

2008-06-23 Thread Francois-Denis Gonthier
Package: germinate
Version: 1.2
Severity: normal

deboostrap is expected to be in the $PATH:

debootstrap = os.popen('debootstrap --arch %s [...]

which is the case in Ubuntu but not in Debian.  Since deboostrap is in
/usr/sbin in both case, I don't see why it should be called directly.

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

Kernel: Linux 2.6.25-2-486
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages germinate depends on:
ii  python2.5.2-1An interactive high-level object-o
ii  python-apt0.7.6  Python interface to libapt-pkg
ii  python-support0.8.2  automated rebuilding support for P

germinate recommends no packages.

-- no debconf information



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



Bug#485682: Anyone working on this?

2008-06-23 Thread Jonny Lamb
On Mon, Jun 23, 2008 at 08:02:44PM +0200, Ivan Vucica wrote:
 severity #485682 grave

[You should use thanks after commands to tell the BTS to stop
processing text[0]]

 I think I made a mistake when submitting this bug, so I'll try to correct 
 it with above command. I really think this bug makes the package (and in 
 fact most of the entire Hildon) practically unusable. Is Hildon 
 being maintained?

The reason this happens is that the theme packages are not in Debian
because they're currently licensed under a Creative Commons 2.5 license.
This is considered non-free by Debian[1]. Upstream have been asked to
re-license the themes under a CC 3.0 license, but as far as I know, they
haven't done this yet.

Once it is done, I'll try and get the theme packages into Debian
quickly.

Therefore this bug cannot be fixed until a re-licensing occurs. If
you're very keen to have these packages, then have a look at the
pkg-maemo bzr repository.

Thanks,

0. http://www.debian.org/Bugs/server-control#thanks
1. http://people.debian.org/~evan/ccsummary

-- 
Jonny Lamb, UK   [EMAIL PROTECTED]
http://jonnylamb.com GPG: 0x2E039402


signature.asc
Description: Digital signature


Bug#487707: [INTL:sv] Swedish translation of debconf templates

2008-06-23 Thread Martin Bagge

package: mxallowd
severity: wishlist
tags: patch l10n

--
Martin# translation of mxallowd_1.5-2_templates.po to swedish
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Martin Bagge [EMAIL PROTECTED], 2008.
msgid 
msgstr 
Project-Id-Version: mxallowd_1.5-2_templates\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2008-06-02 20:00+0200\n
PO-Revision-Date: 2008-06-23 20:36+0200\n
Last-Translator: Martin Bagge [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
X-Generator: KBabel 1.11.4\n

#. Type: string
#. Description
#: ../mxallowd.templates:1001
msgid Real mailservers:
msgstr Verklig e-post-server:

#. Type: string
#. Description
#: ../mxallowd.templates:1001
msgid Enter the IP addresses of the real mailserver.
msgstr Ange IP-adressen för den verkliga e-post-servern.

#. Type: string
#. Description
#: ../mxallowd.templates:2001
msgid Fake mailservers:
msgstr Fingerad e-post-server:

#. Type: string
#. Description
#: ../mxallowd.templates:2001
msgid Enter the IP addresses of the fake mailserver.
msgstr Ange IP-adressen till den fingerade e-post-servern



Bug#487019: Please implement mode to ignore character encodings

2008-06-23 Thread Hilko Bengen
Hilko Bengen [EMAIL PROTECTED] writes:

 Could this be related to whether or not there are non-ASCII
 characters in the subject?

 Since the subject was 'diff' or 'subject' I doubt it.

 Mhem.

 printf 'äöü\n' | LANG=C ./mailx -s foobar $recipient

 will also drop the Subject line.

... and the subject line was forgotten because my previous patch
caused any headers to be dropped from the message.

Okay, here's another patch. Apply to 12.3-4.

Cheers,
-Hilko

diff --git a/sendout.c b/sendout.c
index 5661bb9..7dd6808 100644
--- a/sendout.c
+++ b/sendout.c
@@ -50,6 +50,9 @@ static char sccsid[] = @(#)sendout.c	2.95 (gritter) 6/16/07;
 #include unistd.h
 #include time.h
 #include md5.h
+#ifdef HAVE_SETLOCALE
+#include locale.h
+#endif
 
 /*
  * Mail -- a mail program
@@ -66,7 +69,7 @@ static int attach_file(struct attachment *ap, FILE *fo, int dosign);
 static int attach_message(struct attachment *ap, FILE *fo, int dosign);
 static int make_multipart(struct header *hp, int convert, FILE *fi, FILE *fo,
 		const char *contenttype, const char *charset, int dosign);
-static FILE *infix(struct header *hp, FILE *fi, int dosign);
+static FILE *infix(struct header *hp, FILE *fi, int dosign, int doconvert);
 static int savemail(char *name, FILE *fi);
 static int sendmail_internal(void *v, int recipient_record);
 static enum okay transfer(struct name *to, struct name *mailargs, FILE *input,
@@ -404,7 +407,7 @@ make_multipart(struct header *hp, int convert, FILE *fi, FILE *fo,
  * and return the new file.
  */
 static FILE *
-infix(struct header *hp, FILE *fi, int dosign)
+infix(struct header *hp, FILE *fi, int dosign, int doconvert)
 {
 	FILE *nfo, *nfi;
 	char *tempMail;
@@ -413,6 +416,9 @@ infix(struct header *hp, FILE *fi, int dosign)
 #endif
 	enum mimeclean isclean;
 	enum conversion convert;
+	enum gfield gf = GTO|GSUBJECT|GCC|GBCC|GNL|GCOMMA|GUA
+		|GMSGID|GIDENT|GREF|GDATE;
+
 	char *charset = NULL, *contenttype = NULL;
 	int	lastc = EOF;
 
@@ -427,8 +433,15 @@ infix(struct header *hp, FILE *fi, int dosign)
 	}
 	rm(tempMail);
 	Ftfree(tempMail);
-	convert = get_mime_convert(fi, contenttype, charset,
-			isclean, dosign);
+	if (doconvert) {
+		convert = get_mime_convert(fi, contenttype, charset,
+	   isclean, dosign);
+		gf |= GMIME;
+	} else {
+		convert = CONV_NONE;
+		contenttype = text/plain;
+		isclean = MIME_HIGHBIT;
+	}
 #ifdef	HAVE_ICONV
 	tcs = gettcharset();
 	if ((convhdr = need_hdrconv(hp, GTO|GSUBJECT|GCC|GBCC|GIDENT)) != 0 
@@ -447,10 +460,8 @@ infix(struct header *hp, FILE *fi, int dosign)
 		}
 	}
 #endif	/* HAVE_ICONV */
-	if (puthead(hp, nfo,
-		   GTO|GSUBJECT|GCC|GBCC|GNL|GCOMMA|GUA|GMIME
-		   |GMSGID|GIDENT|GREF|GDATE,
-		   SEND_MBOX, convert, contenttype, charset)) {
+	if (puthead(hp, nfo, gf, 
+		SEND_MBOX, convert, contenttype, charset)) {
 		Fclose(nfo);
 		Fclose(nfi);
 #ifdef	HAVE_ICONV
@@ -990,7 +1001,7 @@ hloop:	wantcharset = NULL;
 	loop:	if ((ncs = strchr(wantcharset, ',')) != NULL)
 			*ncs++ = '\0';
 	}
-try:	if ((nmtf = infix(hp, mtf, dosign)) == NULL) {
+try:	if ((nmtf = infix(hp, mtf, dosign, 1)) == NULL) {
 		if (hp-h_charset  (errno == EILSEQ || errno == EINVAL)) {
 			rewind(mtf);
 			hp-h_charset = NULL;
@@ -1002,13 +1013,27 @@ try:	if ((nmtf = infix(hp, mtf, dosign)) == NULL) {
 			goto loop;
 		}
 		/* fprintf(stderr, . . . message lost, sorry.\n); */
-		perror();
-	fail:	senderr++;
+	fail:	
+#ifdef HAVE_SETLOCALE
+		if (strcmp(setlocale(LC_CTYPE, NULL), C) != 0) {
+#endif
+			perror();
+			senderr++;
+			rewind(mtf);
+			savedeadletter(mtf);
+			fputs(catgets(catd, CATSET, 187,
+  . . . message not sent.\n), stderr);
+			return STOP;
+#ifdef HAVE_SETLOCALE
+		}
+#endif
+		/* 
+		 * We don't care about failed character map
+		 * conversion attempts if the character class
+		 * is set to the standard (C) locale.
+		 */
 		rewind(mtf);
-		savedeadletter(mtf);
-		fputs(catgets(catd, CATSET, 187,
-. . . message not sent.\n), stderr);
-		return STOP;
+		nmtf = infix(hp, mtf, dosign, 0);
 	}
 	mtf = nmtf;
 	if (dosign) {


Bug#484121: tasksel: let's sync on the GNOME task

2008-06-23 Thread Joey Hess
Josselin Mouette wrote:
 Le lundi 23 juin 2008 à 11:50 -0400, Joey Hess a écrit :
   If you use gnome, it will always be pulled by epiphany-extensions
   anyway.
  
  It seemed to me that epiphany-extensions depends on epiphany-gecko, but
  that epiphany-browser was not pulled in by that.
 
 The epiphany-browser package only contains the /usr/bin/epiphany wrapper
 script, which is only here for backwards compatibility, so no need for
 it on new installations.

Won't the epiphany maintainers want people to still have epiphany
installed to handle the transition to epiphany-webkit when it becomes
default?

   Upstream made the choice for us. Now that swfdec-gnome is part of the
   official GNOME release (see gnome-desktop-environment), swfdec-mozilla
   is only here to bring the browser on par with the desktop’s abilities.
  
  There's a big difference between choosing to use swfdec to display flash
  files from Desktop, and using it to display flash files from the whole
  web. Has the GNOME project really decided to use swfdec in browsers by
  default? All I was aware of was them having decided to use swfdec-gnome
  so far.
 
 As GNOME is moving away from Gecko, they are not promoting technologies
 tied to it, but given that GNOME developers are working on swfdec, I
 think it is only a matter of time until epiphany integrates swfdec one
 way or another.

It's clearly only a matter of time until either swfdec or gnash is
included in desktops by default. Question is, is it time *yet*. If we
had included these by default a year ago, we would have clearly done it
too early.

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#487708: grub-pc: impossible repair for lack of documentation

2008-06-23 Thread System Administrator
Package: grub-pc
Version: 1.96+20080621-1
Severity: critical
Justification: breaks the whole system


  everything is in the title

  moreover, there are plenty of aproximations:

/boot/grub/grub.cfg

...
if background_image
/share/images/desktop-base/debian-blueish-wallpaper-640x480.png ; then
...


$ ls /usr/share/images/desktop-base/debian-blueish-wallpaper-640x480.png
/usr/share/images/desktop-base/debian-blueish-wallpaper-640x480.png


  this software is unusable as it is.
It should stay in experimental
see also: #484074

-- Package-specific info:

*** BEGIN /proc/mounts
/dev/disk/by-uuid/f4b4a3e2-a13e-4039-a586-7e4bb38b5df0 / ext3 
rw,errors=remount-ro,data=ordered 0 0
/dev/disk/by-uuid/f4b4a3e2-a13e-4039-a586-7e4bb38b5df0 /dev/.static/dev ext3 
rw,errors=remount-ro,data=ordered 0 0
/dev/sda2 /boot ext3 rw,errors=continue,data=ordered 0 0
/dev/mapper/vgdisk1-lvdata_crypt /data ext3 rw,errors=continue,data=ordered 0 0
/dev/mapper/vgdisk2-lvdonnees_crypt /donnees ext3 
rw,errors=continue,data=ordered 0 0
/dev/mapper/vgdisk2-lvhome /home ext3 rw,errors=continue,data=ordered 0 0
/dev/mapper/vgdisk2-lvtmp /tmp ext3 rw,errors=continue,data=ordered 0 0
/dev/mapper/vgdisk1-lvusr /usr ext3 rw,errors=continue,data=ordered 0 0
/dev/mapper/vgdisk2-lvvar /var ext3 rw,errors=continue,data=ordered 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)   /dev/sda
(hd1)   /dev/sdb
*** END /boot/grub/device.map

*** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/update-grub using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
insmod lvm
set root=(vgdisk1-lvusr)
search --fs-uuid --set 1426b00b-bc43-4047-8147-5b8a96682af7
if font /share/grub/unicode.pff ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  terminal gfxterm
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod lvm
set root=(vgdisk1-lvusr)
search --fs-uuid --set 1426b00b-bc43-4047-8147-5b8a96682af7
insmod png
if background_image 
/share/images/desktop-base/debian-blueish-wallpaper-640x480.png ; then
  set color_normal=black/black
  set color_highlight=magenta/black
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_hurd ###
### END /etc/grub.d/10_hurd ###

### BEGIN /etc/grub.d/10_linux ###
set root=(hd0,2)
search --fs-uuid --set cc380fb5-8c57-4905-97aa-6cd3b7030ea1
menuentry Debian GNU/Linux, linux 2.6.25-2-amd64 {
linux   /vmlinuz-2.6.25-2-amd64 
root=UUID=f4b4a3e2-a13e-4039-a586-7e4bb38b5df0 ro  
initrd  /initrd.img-2.6.25-2-amd64
}
menuentry Debian GNU/Linux, linux 2.6.25-2-amd64 (single-user mode) {
linux   /vmlinuz-2.6.25-2-amd64 
root=UUID=f4b4a3e2-a13e-4039-a586-7e4bb38b5df0 ro single 
initrd  /initrd.img-2.6.25-2-amd64
}
menuentry Debian GNU/Linux, linux 2.6.18-6-amd64 {
linux   /vmlinuz-2.6.18-6-amd64 
root=UUID=f4b4a3e2-a13e-4039-a586-7e4bb38b5df0 ro  
initrd  /initrd.img-2.6.18-6-amd64
}
menuentry Debian GNU/Linux, linux 2.6.18-6-amd64 (single-user mode) {
linux   /vmlinuz-2.6.18-6-amd64 
root=UUID=f4b4a3e2-a13e-4039-a586-7e4bb38b5df0 ro single 
initrd  /initrd.img-2.6.18-6-amd64
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry Memory test (memtest86+) {
linux   /memtest86+.bin
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
*** END /boot/grub/grub.cfg

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

Kernel: Linux 2.6.25-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, [EMAIL PROTECTED] (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages grub-pc depends on:
ii  debconf [debconf-2.0]1.5.22  Debian configuration management sy
ii  grub-common  1.96+20080621-1 GRand Unified Bootloader, version 
ii  libc62.7-12  GNU C Library: Shared libraries
ii  liblzo2-22.03-1  data compression library
ii  libncurses5  5.6+20080614-1  Shared libraries for terminal hand

grub-pc recommends no packages.

-- debconf information:
  grub-pc/linux_cmdline: fillme
  grub-pc/chainload_from_menu.lst: true



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



Bug#374217: Please update download URL

2008-06-23 Thread Helge Kreutzmann
Hello,
could you please update the URL for downloading the failing mod? The
URL given in your report seems to be no longer active.

Thanks!

Greetings

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


signature.asc
Description: Digital signature


Bug#487254: manpages-dev: *scanf may set errno to ERANGE

2008-06-23 Thread Joey Schulze
Michael Kerrisk wrote:
  But I'm not sure if that's a bug or not as I don't know whether
  manpages-dev is meant to document the GNU or other version of
  the libc functions.
 
 I don't know that manpages-dev has a policy on that.  Upstream
 man-pages policy is: yes, document glibc specifics (but give context
 re portability).

For Debian manpages the same policy applies.

  BTW, Michael, I take it you're the maintainer of the
  manpages-dev debian package,
 
 Sometimes one could get that impression ;-).  But, no, I'm not.  I'm
 merely the upstream maintainer.  (Debain derives the downstream
 manpages and manpages-dev packages from my upstream man-pages.  The
 Debian maintainer is Joey.)

I'm very glad Michael is so active.  A lot of bug reports are not
Debian specific and this way the information is passed upstream
directly.

  What's the debian view on the LSB.
 
 I don't know.

In general the Debian project wishes to support the current version of
LSB.  However, this is best discussed on the debian-lsb list that runs
on lists.debian.org.

Regards,

Joey

-- 
Everybody talks about it, but nobody does anything about it!  -- Mark Twain

Please always Cc to me when replying to me on the lists.



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



Bug#480818: Don't build depend on libxul-dev

2008-06-23 Thread Mike Hommey
On Mon, Jun 23, 2008 at 10:21:32AM -0700, Shaun Jackman wrote:
 On Sat, Jun 21, 2008 at 11:47 PM, Mike Hommey [EMAIL PROTECTED] wrote:
  On Sat, Jun 21, 2008 at 09:28:17AM -0700, Shaun Jackman wrote:
  Hi Mike,
 
  Thanks for your help so far. I'm starting to get the impression that
  modifying SWT-GTK to support xulrunner 1.9 is not a trivial amount of
  work, and that it may be a better plan until upstream supports
  xulrunner 1.9 explicitly. Since they'll be doing this work anyways,
  it's a duplication of effort for me to be doing it now, and they'll
  certainly do a better job of it than I will hacking and slashing code
  together.
 
  How close do you think I am to fixing this? If you'd care look at it
  yourself, the function that is failing is
 
  XPCOM.NS_NewLocalFile in Mozilla.create in Mozilla.java:332.
  which calls
  NS_1NewLocalFile in xpcom.cpp:94
  which calls
  NS_NewLocalFile
  which returns
  Browser: org.eclipse.swt.SWTError: XPCOM error -1041039359
  which corresponds to NS_ERROR_NOT_INITIALIZED.
 
  I couldn't immediately see the relation between this function and
  impl_init from mozilla-embed-single.cpp from epiphany-browser.
 
  Could you send your current patch against the last version of swt-gtk in
  unstable ?
 
 Hi Mike,
 
 I just uploaded SWT 3.4~rc3-1 which supports xulrunner 1.9. I usually
 avoid packaging prereleases unless I have good reason, but this seems
 like a good reason. Once it makes it through the NEW queue, this bug
 will be closed.

Is it okay with the reverse dependencies ?

Mike



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



Bug#487711: Gosmore package completely out of date

2008-06-23 Thread Nic Roets
Package: gosmore
Version: 0.0.0.20070901-3

This Debian package expects OSM XML 0.4 files, which are no longer
being generated. Users run it on OSM XML 0.5 files, not knowing that
it will never work.

Either you must stop distributing it to your users, or you must update
to the current version :

SVN : http://svn.openstreetmap.org/applications/rendering/gosmore/
Also see http://wiki.openstreetmap.org/index.php/Gosmore

The new gosmore.deb should contain these 5 files :
README
elemstyles.xml
gosmore
icons.xpm
icons.csv



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



Bug#487710: automoc: Package description is not clear

2008-06-23 Thread Josef Spillner
Package: automoc
Version: 1.0~svn813484-1
Severity: wishlist

The package description is not clear about what automoc is actually
doing. It doesn't even mention cmake. It also doesn't come with a
manpage which would warrant setting up a very high priority of this
report but I guess that's easy to fix :)

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

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

Versions of packages automoc depends on:
ii  libc6 2.7-11 GNU C Library: Shared libraries
ii  libgcc1   1:4.3.0-4  GCC support library
ii  libqt4-dev4.4.0-2Qt 4 development files
ii  libqtcore44.4.0-2Qt 4 core module
ii  libstdc++64.3.0-4The GNU Standard C++ Library v3

automoc recommends no packages.

-- no debconf information



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



Bug#487046: Bug#487222: intent to NMU

2008-06-23 Thread Miriam Ruiz

--- El lun, 23/6/08, Nico Golde [EMAIL PROTECTED] escribió:

 I intent to NMU this bug with the permission of Miriam 
 because her hardware is currently broken.

Thanks Nico!! :)

Greetings,
Miry



  __ 
Enviado desde Correo Yahoo! La bandeja de entrada más inteligente.



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



Bug#487409: initramfs-tools: plase put get_fstype() to funtions

2008-06-23 Thread Christoph Anton Mitterer
On Mon, 2008-06-23 at 17:36 +0200, maximilian attems wrote:
 that shouldn't be needed, did you try booting with rootdelay=X ?
No,... but isn't rootdelay a delay for mounting the root-filesystem? I'm
temporarily mounting another filesystem (USB-stick) where the key for
dm-crypt/cryptsetup lies.


 please post that boot hook.
Please look here:
http://lists.alioth.debian.org/pipermail/pkg-cryptsetup-devel/2008-June/002101.html

It's the mount_boot_usb_stick script.


 it is klibc mount that wants a -t invocation on mounting an fs.
Don't know,... busybox wasn't able to mount hoewever ;)


Thanks,
Chris.


smime.p7s
Description: S/MIME cryptographic signature


Bug#486478: Where's the build log?

2008-06-23 Thread Matthew Wilcox

I went to buildd.debian.net and I don't see the build log for this
package.  And the [0] reference doesn't seem to have been filled in in
the original mail.  How very strange.

-- 
Intel are signing my paycheques ... these opinions are still mine
Bill, look, we understand that you're interested in selling us this
operating system, but compare it to ours.  We can't possibly take such
a retrograde step.



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



Bug#487246: [Pkg-cryptsetup-devel] Bug#487246: cryptsetup: manpage improvement

2008-06-23 Thread Christoph Anton Mitterer
On Mon, 2008-06-23 at 20:25 +0200, David Härdeman wrote:
 I have serious doubts as to whether beginners should write cryptsetup 
 scripts.
That's also true ^^

 And I do not mean that in a condescending way, but unless you 
 have a sufficient understanding of how the system works, it is quite 
 easy to create unsafe keyscripts.
I hope you'll consider mine to be secure :-/

Anyway,.. this bug can be closed.

Thanks,
Chris.




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



Bug#487712: [INTL:sv] Swedish strings for debconf templates

2008-06-23 Thread Martin Bagge

package: root-system
severity: wishlist
tags: patch l10n

--
Martin Bagge
http://frakalendern.se# translation of root-system_5.18.00-1_templates.po to swedish
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Martin Bagge [EMAIL PROTECTED], 2008.
msgid 
msgstr 
Project-Id-Version: root-system_5.18.00-1_templates\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2006-08-20 19:19+0200\n
PO-Revision-Date: 2008-06-23 20:59+0200\n
Last-Translator: Martin Bagge [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
X-Generator: KBabel 1.11.4\n

#. Type: note
#. Description
#: ../ttf-root-installer.templates:1001
msgid These fonts are not free
msgstr Dessa teckensnitt är inte fria

#. Type: note
#. Description
#: ../ttf-root-installer.templates:1001
msgid 
These fonts were provided by Microsoft \in the interest of cross-platform 
compatibility\. This is no longer the case, but they are still available 
from third parties.
msgstr Dessa teckensnitt gjordes tillgängliga av Microsoft för att uppnå 
kompabilitet mellan platformar. Så är inte längre fallet men du kan 
fortfarande få tag på dem via tredjepart.

#. Type: note
#. Description
#: ../ttf-root-installer.templates:1001
msgid 
You are free to download these fonts and use them for your own use, but you 
may not redistribute them in modified form, including changes to the file 
name or packaging format.
msgstr Det står dig fritt att ladda ned teckensnitten och använda dem  men 
du får inte sprida dem vidare om du ändrar dem. Det inkluderar att ändra 
filnamn och paketeringsformat.

#. Type: string
#. Description
#: ../ttf-root-installer.templates:2001
msgid Directory holding MS fonts (if already downloaded):
msgstr Katalog för teckensnitt från Microsoft (om dessa finns 
tillgängliga):

#. Type: string
#. Description
#: ../ttf-root-installer.templates:2001
msgid 
If you have already downloaded Microsoft's TrueType Core Fonts from the ROOT 
FTP server (ftp://root.cern.ch/root/ttf/ttf_fonts.tar.gz), type the name of 
the directory which contains the archive.
msgstr Om du redan har laddat hem Microsofts TrueType Core Fints från 
ROOT-servern (ftp://root.cern.ch/root/ttf/ttf_fonts.tar.gz) ska du ange namnet 
för katalogen där filen finns:

#. Type: string
#. Description
#: ../ttf-root-installer.templates:2001
msgid 
If you haven't yet downloaded these fonts, leave this blank and the fonts 
will be downloaded for you. Approximately 1.6 MB will need to be downloaded.
msgstr Om du inte har laddat hem teckensnitten så lämnar du fältet tomt så 
laddas filen ned automatiskt åt dig. Ungefär 1,6MB kommer att laddas hem.

#. Type: string
#. Description
#: ../ttf-root-installer.templates:2001
msgid 
If you are not connected to the internet or do not wish to download these 
fonts now, enter \none\ to abort.
msgstr Om du inte är ansluten till Internet eller inte vill ladda hem dessa 
teckensnitt nu så anger du \non\ för att avbryta.

#. Type: note
#. Description
#: ../ttf-root-installer.templates:3001
msgid Font files not found
msgstr Fil med teckensnitt hittades ej.

#. Type: note
#. Description
#: ../ttf-root-installer.templates:3001
msgid 
The directory you entered either did not exist, or did not contain the 
Microsoft TrueType Core Fonts for ROOT. Please re-enter the directory 
containing the Microsoft font files or enter \none\ to abort.
msgstr Katalogen du angav fanns inte eller så fanns inte filen med Microsoft 
TrueType Core Fonts for ROOT. Vänligen uppge katalogen som innehåller 
Microsofts teckensnitt eller ange \none\ för att avbryta.

#. Type: string
#. Description
#: ../ttf-root-installer.templates:4001
msgid Archive these files to (optional):
msgstr Arkivera (valbart) dessa filer i:

#. Type: string
#. Description
#: ../ttf-root-installer.templates:4001
msgid 
If you would like to keep a permanent archive of the compressed Microsoft 
Core fonts, enter the directory where you'd like them stored.  If you leave 
this blank, the files will be deleted after installation.
msgstr Om du vill skapa ett permanent arkiv med de komprimerade 
teckensnittsfilerna från Microsoft så anger du katalogen där de ska sparas 
här. Om du lämnar fältet tomt så kommer filerna att tas bort efter 
installationen.



Bug#487387: [[ ... =~ ... ]] is broken when RHS is quoted

2008-06-23 Thread Chet Ramey

Alexis Huxley wrote:


Bash Version: 3.2
Patch Level: 39
Release Status: release

Description:
[[ ... =~ ... ]] is broken when RHS is quoted


The behavior changed, intentionally, between bash-3.1 and bash-3.2.


#  As described by OP, =~ has stopped working:
lasagne$ bash -c '[[ apple =~ ^(apple) ]]; echo ${BASH_REMATCH[1]}'
--- no output!


And this is how.  Quoting any part of the rhs forces it to be matched
as a string.

Patch 39, which you appear to have applied, introduces a `compat31' shell
option which you may enable to restore the bash-3.1 behavior.

Chet

--
``The lyf so short, the craft so long to lerne.'' - Chaucer

Chet Ramey, ITS, CWRU[EMAIL PROTECTED]http://cnswww.cns.cwru.edu/~chet/



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



Bug#487637: Unable to configure dpkg after disk full during its trigger execution

2008-06-23 Thread Sven Joachim
On 2008-06-23 11:38 +0200, Jordi Mallach wrote:

 As discussed with buxy on IRC, today I tried an upgrade, when my disk
 filled up during trigger execution for package dpkg. After this, I was
 unable to configure dpkg.

 S'està preparant per a reemplaçar dpkg 1.14.19 (fent servir 
 .../dpkg_1.14.20_amd64.deb) ...
 S'està desempaquetant el reemplaçament de dpkg ...
 Processing triggers for man-db ...
 [snip]
 /usr/bin/mandb: no es pot crear la memòria cau d'índex 
 /var/cache/man/local/30906: No resta espai en el dispositiu
 E: Sub-process /usr/bin/dpkg exited unexpectedly


 After this, Dpkg failed with:

 dpkg: s'ha produït un error en processar dpkg (--configure):
  el paquet dpkg no està llest per a configurar-se
  no es pot configurar (estat actual «triggers-awaited»)
 S'han trobat errors en processar:
  dpkg
 E: Sub-process /usr/bin/dpkg returned an error code (1)

So dpkg remained in the state triggers-awaited because the trigger
processing failed.  This seems to be a reasonable outcome, although I
could not find this situation documented in
/usr/share/doc/dpkg/triggers.txt.gz.

The diagram in that file seems to assume that the triggers are processed
after postinst configure, but in case of file triggers this is
actually done after the triggering package (dpkg in this case) has been
unpacked.  See #484669.

 Unpacking dpkg and then configuring it did the trick.

Did you free some disk space in between and were the triggers for man-db
processed again?

 My broken /var/lib/dpkg/ can be retrieved from
 http://people.debian.org/~jordi/varlibdpkg.tar.gz

A copy of /var/log/dpkg.log would also be useful.  Though it might be
incomplete if dpkg could not write it due to lack of disk space. 8-)

Sven



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



Bug#487592: devscripts: dch doesn't honour $http_proxy env variable

2008-06-23 Thread Adam D. Barratt
[resending to new submitter address]

Hi,

On Sun, 2008-06-22 at 23:28 +0200, Thibaut VARENE wrote:
 I'm pretty sure it used to, but it seems it doesn't anymore (tries to
 connect directly when using --closes despite $http_proxy being set).
 Prevents from querying BTS when behind a 
 proxy.

A few months ago (devscripts 2.10.17) debchange moved from using HTML
scraping for --closes to querying the BTS's SOAP interface.

There haven't been any other changes to the way --closes retrieves its
information, so I assume that if it's not working then libsoap-lite-perl
doesn't take $http_proxy in to account by default. (debchange itself has
never directly used the variable).

Thanks for reporting this.

Regards,

Adam




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



Bug#487713: [INTL:sv] Swedish strings for debconf templates

2008-06-23 Thread Martin Bagge

package: lemonldap-ng
severity: wishlist
tags: patch l10n

--
Martin# translation of lemonldap-ng_0.9.1-1_templates.po to swedish
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Martin Bagge [EMAIL PROTECTED], 2008.
msgid 
msgstr 
Project-Id-Version: lemonldap-ng_0.9.1-1_templates\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-09-22 13:08+0200\n
PO-Revision-Date: 2008-06-23 21:14+0200\n
Last-Translator: Martin Bagge [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
X-Generator: KBabel 1.11.4\n

#. Type: string
#. Description
#: ../liblemonldap-ng-conf-perl.templates:1001
msgid LDAP server:
msgstr LDAP-server:

#. Type: string
#. Description
#: ../liblemonldap-ng-conf-perl.templates:1001
msgid 
Set here name or IP address of the LDAP server that has to be used by 
Lemonldap::NG. You can modify this value later using the Lemonldap::NG 
manager.
msgstr Här anger du namnet eller IP-adressen på den LDAP-server som 
Lemonldap::NG ska använda. Du kan ändra detta vid ett senare tillfälle.

#. Type: string
#. Description
#: ../liblemonldap-ng-conf-perl.templates:2001
msgid Lemonldap::NG DNS domain:
msgstr Lemonldap::NG DNS domän:

#. Type: string
#. Description
#: ../liblemonldap-ng-conf-perl.templates:2001
msgid 
Set here the main domain protected by Lemonldap::NG. You can modify this 
value later using the Lemonldap::NG manager.
msgstr Här anger du huvuddomänen som Lemonldap::NG ska skydda. Detta kan 
värde kan ändras vid ett senare tillfälle.

#. Type: string
#. Description
#: ../liblemonldap-ng-conf-perl.templates:3001
msgid Lemonldap::NG portal:
msgstr Lemonldap::NG-portal:

#. Type: string
#. Description
#: ../liblemonldap-ng-conf-perl.templates:3001
msgid 
Set here the Lemonldap::NG portal URL. You can modify this value later using 
the Lemonldap::NG manager.
msgstr Här anger du adressen till Lemonldap::NG-portalen. Detta värde kan 
ändras vid ett senare tillfälle.

#. Type: string
#. Description
#: ../liblemonldap-ng-conf-perl.templates:4001
msgid LDAP server port:
msgstr LDAP-server-port:

#. Type: string
#. Description
#: ../liblemonldap-ng-conf-perl.templates:4001
msgid 
Set here the port used by the LDAP server. You can modify this value later 
using the Lemonldap::NG manager.
msgstr Här anger du porten som LDAP-servern ska använda. Detta värde kan 
ändras vid ett senare tillfälle.

#. Type: string
#. Description
#: ../liblemonldap-ng-conf-perl.templates:5001
msgid LDAP search base:
msgstr Sökbas för LDAP:

#. Type: string
#. Description
#: ../liblemonldap-ng-conf-perl.templates:5001
msgid 
Set here the search base to use in LDAP queries. You can modify this value 
later using the Lemonldap::NG manager.
msgstr Här anger du basen vid LDAP-frågor. Detta värde kan ändras vid ett 
senare tillfälle.

#. Type: string
#. Description
#: ../liblemonldap-ng-conf-perl.templates:6001
msgid LDAP account:
msgstr LDAP-konto:

#. Type: string
#. Description
#: ../liblemonldap-ng-conf-perl.templates:6001
msgid 
Set here the account that Lemonldap::NG has to use for its LDAP requests. 
Leaving it blank causes Lemonldap::NG to use anonymous connections. You can 
modify this value later using the Lemonldap::NG manager.
msgstr Här anger du användarnamnet som Lemonldap::NG använder för att 
ställa LDAP-frågor. Lämna fältet tomt för att låta Lemonldap::NG ansluta 
anonymt. Detta värde kan ändras vid ett senare tillfälle.

#. Type: string
#. Description
#: ../liblemonldap-ng-conf-perl.templates:7001
msgid LDAP password:
msgstr LDAP-lösenord:

#. Type: string
#. Description
#: ../liblemonldap-ng-conf-perl.templates:7001
msgid 
Set here the password for the Lemonldap::NG LDAP account. You can modify 
this value later using the Lemonldap::NG manager.
msgstr Här anger du det lösenord som Lemonldap::NG använder för att 
ställa LDAP-frågor. Detta värde kan ändras vid ett senare tillfälle.



Bug#487019: Please implement mode to ignore character encodings

2008-06-23 Thread Joey Schulze
Hilko Bengen wrote:
 Hilko Bengen [EMAIL PROTECTED] writes:
 
  Could this be related to whether or not there are non-ASCII
  characters in the subject?
 
  Since the subject was 'diff' or 'subject' I doubt it.
 
  Mhem.
 
  printf 'äöü\n' | LANG=C ./mailx -s foobar $recipient
 
  will also drop the Subject line.
 
  and the subject line was forgotten because my previous patch
 caused any headers to be dropped from the message.
 
 Okay, here's another patch. Apply to 12.3-4.

Well spotted.

In all tests the subject was intact.  With and without strange characters
in the mail body.

Regards,

Joey

-- 
Everybody talks about it, but nobody does anything about it!  -- Mark Twain

Please always Cc to me when replying to me on the lists.



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



Bug#487085: update debian/copyright file

2008-06-23 Thread Simon Josefsson
Andreas Metzler [EMAIL PROTECTED] writes:

 On 2008-06-19 Simon Josefsson [EMAIL PROTECTED] wrote:
 Package: gnutls26
 Version: 2.4.0-1
 Severity: wishlist

 Hi!  Here is a patch to improve the debian/copyright file.
 [...]

 Hmm. This does not seem to apply to 2.4.0-1 debian/copyright. (e.g it
 does not contain a FDL copy.)

Oops!  I hadn't noticed the branch2.3.x.  The files in that version
looks fine to me.

Thanks,
Simon



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



Bug#487714: qnapi: Defaults to non-English

2008-06-23 Thread Johan Walles
Package: qnapi
Version: 0.1.5-2
Severity: grave
Tags: l10n
Justification: renders package unusable


Try this, running GNOME, with LANG=sv_SE.UTF-8:
* Open the (foot) menu Program
* Open the Ljud och Video (Audio and Video) category
* Click QNapi

Expected result:
A GUI should appear.  The language of the GUI should be either Swedish (because 
that's the locale 
I have set) or English.

Current result:
A Yes / No dialog box appears.  It is in neither Swedish nor English (I'm 
guessing Polish).

Severity Grave because the GUI is in a language most people don't speak, which 
for most users 
makes the package in question unusable or mostly so (quote from the 
definition of grave at 
http://www.debian.org/Bugs/Developer.en.html#severities).

Man page seems to be in the same language as the GUI, which makes the man page 
difficult as well.

  Regards //Johan

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

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

Versions of packages qnapi depends on:
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libgcc11:4.3.1-2 GCC support library
ii  libqt4-network 4.4.0-3   Qt 4 network module
ii  libqtcore4 4.4.0-3   Qt 4 core module
ii  libqtgui4  4.4.0-3   Qt 4 GUI module
ii  libstdc++6 4.3.1-2   The GNU Standard C++ Library v3
ii  p7zip-full 4.57~dfsg.1-1 7z and 7za file archivers with hig

qnapi recommends no packages.

-- no debconf information



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



Bug#487718: libdevel-stacktrace-perl: Security vulnerability in RT 3.0 and up

2008-06-23 Thread Niko Tyni
Package: libdevel-stacktrace-perl
Version: 1.11-1
Severity: important
Tags: security etch
X-Debbugs-Cc: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]

Quoting 
http://lists.bestpractical.com/pipermail/rt-announce/2008-June/000158.html:

 All versions of RT from 3.0.0 to 3.6.6 (including some, but not all RT
 3.7 development releases) are vulnerable to a potential remote denial
 of service attack which could exhaust virtual memory or consume all
 available CPU resources.  After a detailed analysis, we believe that
 an attacker would need to be a 'Privileged' RT user in order to
 perform an attack.

 We recommend that you install version 1.19 or newer of the Perl module
 Devel::StackTrace from CPAN, which will close the vulnerability.  Two
 methods for doing this are:

[...]

 Installing this newer version of the module is a complete fix, and
 will close the vulnerability.  However, we suggest that you upgrade to
 RT 3.6.7, released last Monday, which provides additional safeguards
 against this type of attack.

The fix can be seen here:

 
http://search.cpan.org/diff?from=Devel-StackTrace-1.18to=Devel-StackTrace-1.19#lib/Devel/StackTrace.pm

and a fixed version is two days away from entering lenny.

Etch has libdevel-stacktrace-perl 1.11-1, which most probably has the
same bug too, so reporting at that version.

The RT packages concerned are request-tracker3.4 (Etch only) and
request-tracker3.6 (both Etch and lenny/sid). Cc'ing the maintainer
addresses.

I don't understand the issue fully yet, particularly the 'exhaust virtual
memory or consume all available CPU resources' part. I'll get back to
this, but it may take a while. Help would be welcome.

The big question is whether this needs an Etch update. I'm leaving the
severity at 'important' for now, as the security impact seems to be
quite low.

Cc'ing the security team as a heads-up.
-- 
Niko Tyni   [EMAIL PROTECTED]



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



Bug#486478: Where's the build log?

2008-06-23 Thread Daniel Baumann
mips:
http://buildd.debian.org/fetch.cgi?pkg=linux-modules-extra-2.6ver=2.6.25-2arch=mipsstamp=1213610531file=log

s390:
http://buildd.debian.org/fetch.cgi?pkg=linux-modules-extra-2.6ver=2.6.25-2arch=s390stamp=1213582615file=log


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



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



Bug#487717: phpbb2: Email templates not in /etc

2008-06-23 Thread Elizabeth Bevilacqua
Package: phpbb2
Version: 2.0.21-7
Severity: normal

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

The .tpl template files for email are located in
/usr/share/phpbb2/site/language/lang_english/email/

They should be in /etc/phpbb2/ because they commonly edited
templates.


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



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



Bug#487719: alsamixer: function snd_ctl_open failed for default: No such file or directory

2008-06-23 Thread Cristian Ionescu-Idbohrn
Package: alsa-utils
Version: 1.0.16-1
Severity: grave
Justification: renders package unusable

What about this:

# alsamixer
alsamixer: function snd_ctl_open failed for default: No such file or directory

It worked perfectly well yesterday, before I upgrades these packages:

2008-06-22 13:12:20 upgrade apache2-utils 2.2.9-1 2.2.9-2
2008-06-22 13:12:22 upgrade apache2-mpm-prefork 2.2.9-1 2.2.9-2
2008-06-22 13:12:25 upgrade apache2.2-common 2.2.9-1 2.2.9-2
2008-06-22 13:12:27 upgrade apache2 2.2.9-1 2.2.9-2
2008-06-22 13:12:27 upgrade apache2-doc 2.2.9-1 2.2.9-2
2008-06-22 13:15:47 upgrade apt-cross 0.9.1 0.9.2
2008-06-22 13:15:48 upgrade libcache-apt-perl 0.9.1 0.9.2
2008-06-22 13:15:48 upgrade emdebian-archive-keyring 1.2.0 1.2.1
2008-06-22 13:16:51 upgrade bochs-x 2.3.6-4 2.3.6-5
2008-06-22 13:16:51 upgrade bochs-wx 2.3.6-4 2.3.6-5
2008-06-22 13:16:51 upgrade bochs-term 2.3.6-4 2.3.6-5
2008-06-22 13:16:51 upgrade bochs 2.3.6-4 2.3.6-5
2008-06-22 13:16:52 upgrade bochsbios 2.3.6-4 2.3.6-5
2008-06-22 13:16:52 upgrade bochs-doc 2.3.6-4 2.3.6-5
2008-06-22 13:16:53 upgrade bximage 2.3.6-4 2.3.6-5
2008-06-22 13:19:46 upgrade cups-pdf 2.4.7-3 2.4.7-4
2008-06-22 13:19:47 upgrade bash-completion 20060301-4 20080617.1
2008-06-22 13:19:47 upgrade arj 3.10.22-5 3.10.22-6
2008-06-22 13:19:47 upgrade console-data 2:1.07-3 2:1.07-4
2008-06-22 13:19:49 upgrade debian-reference-en 2.03 2.04
2008-06-22 13:19:49 upgrade debian-reference-common 2.03 2.04
2008-06-22 13:19:49 upgrade oneko 1.2.sakura.6-4 1.2.sakura.6-5
2008-06-22 13:22:27 upgrade aptitude 0.4.11.4-1 0.4.11.6-1
2008-06-22 13:22:29 upgrade acpid 1.0.6-9 1.0.6-10
2008-06-22 13:26:31 upgrade darkstat 3.0.707-2 3.0.708-1
2008-06-22 13:26:31 upgrade elinks 0.11.3-8 0.11.4-1
2008-06-22 13:26:32 upgrade elinks-data 0.11.3-8 0.11.4-1
2008-06-22 13:26:32 upgrade fbset 2.1-22 2.1-23
2008-06-22 13:26:32 upgrade librsync1 0.9.7-2 0.9.7-3
2008-06-22 13:26:32 upgrade libsvga1-dev 1:1.4.3-26 1:1.4.3-27
2008-06-22 13:26:37 upgrade libsvga1 1:1.4.3-26 1:1.4.3-27
2008-06-22 13:26:37 upgrade mysql-common 5.0.51a-7 5.0.51a-8
2008-06-22 13:26:37 upgrade numlockx 1.1-7 1.1-8
2008-06-22 13:26:37 upgrade p7zip-full 4.57~dfsg.1-1 4.58~dfsg.1-1
2008-06-22 13:26:38 upgrade parted-doc 1.7.1-5.1 1.8.8.git.2008.03.24-7
2008-06-22 13:26:38 upgrade svgalibg1 1:1.4.3-26 1:1.4.3-27
2008-06-22 13:28:41 upgrade traceroute 2.0.11-1 2.0.11-2
2008-06-22 13:28:44 upgrade python-ipy 1:0.60-1 1:0.61-1
2008-06-22 13:28:44 upgrade ttf-liberation 1.0-0.1 1.04~beta2-2
2008-06-22 13:28:44 upgrade xfstt 1.7-4 1.7-5
2008-06-22 13:31:57 upgrade cdcd 0.6.6-7 0.6.6-8
2008-06-22 13:31:57 upgrade cpulimit 1.1-10 1.1-11
2008-06-22 13:31:57 upgrade findimagedupes 2.7-3 2.11-1
2008-06-22 13:31:57 upgrade libaprutil1 1.2.12+dfsg-6 1.2.12+dfsg-7
2008-06-22 13:35:48 upgrade libcairo-perl 1.053-1+b1 1.060-1
2008-06-22 13:35:49 upgrade libconfig-general-perl 2.39-1 2.40-1
2008-06-22 13:35:49 upgrade libglib-perl 1:1.181-1+b1 1:1.183-1
2008-06-22 13:35:49 upgrade libgtk2-perl 1:1.181-1+b1 1:1.183-1
2008-06-22 13:35:50 upgrade ppmd 9.1-14 9.1-15
2008-06-22 13:37:12 upgrade sysklogd 1.5-4 1.5-5
2008-06-22 13:37:12 upgrade klogd 1.5-4 1.5-5
2008-06-22 13:37:13 upgrade netcat 1.10-37 1.10-38
2008-06-22 15:14:28 upgrade wmavgload 0.7.0-8 0.7.0-8cii0
2008-06-23 18:41:07 upgrade perl-modules 5.10.0-10 5.10.0-11
2008-06-23 18:41:15 upgrade perl-suid 5.10.0-10 5.10.0-11
2008-06-23 18:41:15 upgrade libperl5.10 5.10.0-10 5.10.0-11
2008-06-23 18:41:16 upgrade perl 5.10.0-10 5.10.0-11
2008-06-23 18:41:21 upgrade perl-base 5.10.0-10 5.10.0-11
2008-06-23 18:41:33 upgrade perl-doc 5.10.0-10 5.10.0-11
2008-06-23 18:41:48 upgrade xulrunner-1.9 1.9~rc2-3 1.9~rc2-4
2008-06-23 18:41:55 upgrade emdebian-tools 1.2.0 1.2.2
2008-06-23 18:41:56 upgrade emdebian-rootfs 1.2.0 1.2.2
2008-06-23 18:41:56 upgrade libemdebian-tools-perl 1.2.0 1.2.2
2008-06-23 18:45:24 upgrade libdevmapper1.02.1 2:1.02.25-1 2:1.02.26-1
2008-06-23 18:45:28 upgrade arping 2.05-2 2.07~pre1-1
2008-06-23 18:45:29 upgrade dmsetup 2:1.02.25-1 2:1.02.26-1
2008-06-23 18:45:29 upgrade libmozjs1d 1.9~rc2-3 1.9~rc2-4
2008-06-23 18:45:29 upgrade mozilla-noscript 1.6-1 1.6.9.3-1
2008-06-23 18:45:30 upgrade numlockx 1.1-8 1.1-9
2008-06-23 18:50:11 upgrade mpg123 0.67-1 1.4.3-2
2008-06-23 18:52:37 upgrade libfaad-dev 2.6.1-2 2.6.1-3
2008-06-23 18:52:37 upgrade libfaad0 2.6.1-2 2.6.1-3
2008-06-23 18:52:38 upgrade libgii1 1:1.0.2-1 1:1.0.2-2
2008-06-23 18:52:38 upgrade libgii1-target-x 1:1.0.2-1 1:1.0.2-2
2008-06-23 18:54:01 upgrade cups-pdf 2.4.7-4 2.4.8-1
2008-06-23 18:54:01 upgrade python-support 0.8.1 0.8.2
2008-06-23 18:54:02 upgrade atool 0.35.0-1 0.35.0-3
2008-06-23 18:54:02 upgrade gqview 2.0.4-2 2.0.4-3
2008-06-23 18:54:04 upgrade libadns1 1.4-0.1 1.4-1
2008-06-23 18:54:04 upgrade libbluetooth2 3.30-1 3.33-1
2008-06-23 18:54:06 upgrade libhdf4g 4.1r4-21.1 4.1r4-22
2008-06-23 18:54:06 upgrade libkpathsea4 2007.dfsg.1-4 2007.dfsg.2-1
2008-06-23 18:54:07 upgrade xchat 2.8.4-2+b1 

Bug#487716: transmission-gtk: Closing window doesn't close application

2008-06-23 Thread Johan Walles
Package: transmission-gtk
Version: 1.21-1+b1
Severity: normal


Launch the Transmission GUI.
Click the close button on the window border.

Current result:
The application is minimized.  A tray icon appears.

Expected results:
The application should terminate.  No tray icon should appear.

Notes:
What's wrong with using the minimize button for minimizing the app?  Or 
just letting users put the whole Transmission window on its own desktop 
if they want?

  Regards //Johan

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

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

Versions of packages transmission-gtk depends on:
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libc-ares2 1.5.2-2   library for asyncronous name resol
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libcairo2  1.6.4-1+b1The Cairo 2D vector graphics libra
ii  libcomerr2 1.40.8-2  common error description library
ii  libcurl3   7.18.2-1  Multi-protocol file transfer libra
ii  libfontconfig1 2.5.0-2   generic font configuration library
ii  libfreetype6   2.3.5-1+b1FreeType 2 font engine, shared lib
ii  libglib2.0-0   2.16.3-2  The GLib library of C routines
ii  libgtk2.0-02.12.9-3  The GTK+ graphical user interface 
ii  libidn11   1.8+20080606-1GNU libidn library, implementation
ii  libkrb53   1.6.dfsg.3-2  MIT Kerberos runtime libraries
ii  libldap-2.4-2  2.4.9-1   OpenLDAP libraries
ii  libpango1.0-0  1.20.2-2  Layout and rendering of internatio
ii  libpixman-1-0  0.10.0-2  pixel-manipulation library for X a
ii  libpng12-0 1.2.27-1  PNG library - runtime
ii  libssh2-1  0.18-1SSH2 client-side library
ii  libssl0.9.80.9.8g-10.1   SSL shared libraries
ii  libx11-6   2:1.1.4-2 X11 client-side library
ii  libxrender11:0.9.4-1 X Rendering Extension client libra
ii  transmission-common1.21-1free, lightweight BitTorrent clien
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

transmission-gtk recommends no packages.

-- no debconf information



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



Bug#487720: sambat: [INTL:it] Italian debconf templates translation

2008-06-23 Thread Luca Monducci
Package: samba
Severity: wishlist
Tags: patch l10n

Please update the italian debconf templates translation (attached).

Thanks,
Luca

it.po
Description: Binary data


Bug#487715: /dev/fuse is not owned by group fuse on 2.6.25

2008-06-23 Thread Joey Hess
Package: udev
Version: 0.114-2
Severity: normal

I installed fuse-utils and ssh, and am in group fuse.

fuse: failed to open /dev/fuse: Permission denied

/dev/fuse is:

crw-rw 1 root root 10, 229 Jun 23 15:00 /dev/fuse

I'm not sure why this is happening; /etc/udev/permissions.rules has a
line that I assume is supposed to apply to /dev/fuse:

KERNEL==fuse, GROUP=fuse

[EMAIL PROTECTED]:/etc/udevrmmod fuse 
[EMAIL PROTECTED]:/etc/udevmodprobe fuse 
[EMAIL PROTECTED]:/etc/udevdir /dev/fuse
crw-rw 1 root root 10, 229 Jun 23 15:07 /dev/fuse

I have reproduced this on two machines, both running 2.6.25-2.
A third machine, running 2.6.24, got /dev/fuse chgrped correctly.

Running udevmonitor --environment while loading the fuse module says:

UDEV  [1214248203.529936] add  /module/fuse (module)
UDEV_LOG=3
ACTION=add
DEVPATH=/module/fuse
SUBSYSTEM=module
SEQNUM=2716
UDEVD_EVENT=1

UEVENT[1214248203.546545] add  /class/misc/fuse (misc)
ACTION=add
DEVPATH=/class/misc/fuse
SUBSYSTEM=misc
MAJOR=10
MINOR=229
SEQNUM=2717

UDEV  [1214248203.552087] add  /class/misc/fuse (misc)
UDEV_LOG=3
ACTION=add
DEVPATH=/class/misc/fuse
SUBSYSTEM=misc
MAJOR=10
MINOR=229
SEQNUM=2717
UDEVD_EVENT=1
DEVNAME=/dev/fuse


On the working system (2.6.24), it is different, and rather longer:

UEVENT[1214248716.487694] add  /module/fuse (module)
ACTION=add
DEVPATH=/module/fuse
SUBSYSTEM=module
SEQNUM=2118

UDEV  [1214248716.494946] add  /module/fuse (module)
UDEV_LOG=3
ACTION=add
DEVPATH=/module/fuse
SUBSYSTEM=module
SEQNUM=2118
UDEVD_EVENT=1

UEVENT[1214248716.496885] add  /class/misc/fuse (misc)
ACTION=add
DEVPATH=/class/misc/fuse
SUBSYSTEM=misc
MAJOR=10
MINOR=229
SEQNUM=2119

UEVENT[1214248716.497047] add  /fs/fuse (fs)
ACTION=add
DEVPATH=/fs/fuse
SUBSYSTEM=fs
SEQNUM=2120

UEVENT[1214248716.497111] add  /fs/fuse/connections (fuse)
ACTION=add
DEVPATH=/fs/fuse/connections
SUBSYSTEM=fuse
SEQNUM=2121

UDEV  [1214248716.512897] add  /class/misc/fuse (misc)
UDEV_LOG=3
ACTION=add
DEVPATH=/class/misc/fuse
SUBSYSTEM=misc
MAJOR=10
MINOR=229
SEQNUM=2119
UDEVD_EVENT=1
DEVNAME=/dev/fuse

UDEV  [1214248716.520175] add  /fs/fuse (fs)
UDEV_LOG=3
ACTION=add
DEVPATH=/fs/fuse
SUBSYSTEM=fs
SEQNUM=2120
UDEVD_EVENT=1

UDEV  [1214248716.527395] add  /fs/fuse/connections (fuse)
UDEV_LOG=3
ACTION=add
DEVPATH=/fs/fuse/connections
SUBSYSTEM=fuse
SEQNUM=2121
UDEVD_EVENT=1


Linux kodama 2.6.25-2-686 #1 SMP Thu Jun 12 16:26:30 UTC 2008 i686 GNU/Linux

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#487721: linux-2.6: ipw2200 wrongly claims it can scan for hidden ESSIDs

2008-06-23 Thread Ben Hutchings
Package: linux-2.6
Version: 2.6.25-5
Severity: normal
Tags: patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Since I upgraded from Linux 2.6.24, NetworkManager cannot associate my
Intel wireless card, handled by the ipw2200 driver, with my AP, which
has a hidden SSID.

NetworkManager thinks that wpa_supplicant should be able to scan for
specific hidden SSIDs if the underlying driver advertises
IW_SCAN_CAPA_ESSID, which ipw2200 does since 2.6.25.  However, this
doesn't work.

I have confirmed that NetworkManager is interpreting this capability
flag correctly and checked that wpa_supplicant has the patch that I
was referred to - see the thread on linux-wireless
http://thread.gmane.org/gmane.linux.kernel.wireless.general/15560.
Therefore I believe the driver is at fault.

This should be fixable by removing the capability flag:

diff --git a/drivers/net/wireless/ipw2200.c b/drivers/net/wireless/ipw2200.c
index 6e70460..457c078 100644
- --- a/drivers/net/wireless/ipw2200.c
+++ b/drivers/net/wireless/ipw2200.c
@@ -8973,7 +8973,7 @@ static int ipw_wx_get_range(struct net_device *dev,
range-enc_capa = IW_ENC_CAPA_WPA | IW_ENC_CAPA_WPA2 |
IW_ENC_CAPA_CIPHER_TKIP | IW_ENC_CAPA_CIPHER_CCMP;
 
- - range-scan_capa = IW_SCAN_CAPA_ESSID | IW_SCAN_CAPA_TYPE;
+   range-scan_capa = IW_SCAN_CAPA_TYPE;
 
IPW_DEBUG_WX(GET Range\n);
return 0;
- --- END ---

Ben.

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

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

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

iD8DBQFIX/n079ZNCRIGYgcRAtTDAJ0QJkA9bMRF6l9AEr5X6TukLEyq9ACfW+YL
rCQutbYqXk8u8vZP8Zawka0=
=pip+
-END PGP SIGNATURE-



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



Bug#486478: Where's the build log?

2008-06-23 Thread Daniel Baumann
...and sorry for having missed in the first mail.

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



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



Bug#487723: DM Application for Luca Falavigna

2008-06-23 Thread Luca Falavigna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: debian-maintainers
Version: 1.37
Severity: normal

I am attaching a changeset for my application as a Debian Maintainer:
http://lists.debian.org/debian-newmaint/2008/06/msg00047.html

Thank you,

- --
Luca Falavigna

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIX/qVnXjXEYa8KlARAnP/AKCfEFtvMgPL3UhoaO9vKiRYOZOIVgCfZYE2
7hXilL/qhePLThhzVIjqXWc=
=zJgx
-END PGP SIGNATURE-
Changed-By: 
Date: Mon, 23 Jun 2008 21:25:01 +0200
Comment: adding debian-maintainer Luca Falavigna
Agreement: http://lists.debian.org/debian-newmaint/2008/06/msg00047.html
Advocates: http://lists.debian.org/debian-newmaint/2008/06/msg00048.html
Action: import
Data:
 -BEGIN PGP PUBLIC KEY BLOCK-
  Version: GnuPG v1.4.6 (GNU/Linux)
  
  mQGiBEU8pagRBACn85rhT10jRw4Ctb1AbZLgQwJSJRYuIHkTdKBIO4zC6lc7pL0x
  OmUXm657RxQWB0ydZmRLKMuAgYbHYBoJewIOT7hPs1/5u70E5WogVQkkVRlvm+v6
  hxpH5ALery1sxbgG/mfA3brfUabuEzEdSkmlc2JSPwJZH+hdARJAFBvV9wCgtNIM
  tqVH32ImUksVBfhd18do2scD/iJ59UDdP4snPs+hI2KucpWDbpGXlf03Whf3qYbC
  9EJ7EaZACjsb7YIoZ5Iv3OYb0v93di3FGx7a/zuXo2HRRqL30GJE/caPc5dQ5bZY
  etoZ4adwcPXwKGyAP1GELslq0+R4AZ9Y3+uPFwgf2jx9DmkpFx+2menRMdaTx1LV
  B8cbBACQ4dL0oKBI2x/5OiPh3fjQCCVtt3gQYJUYgManHUA+6f2EDfdNk39Dj6/3
  f22B2xkeuE708f2jp5C22PHxAEwC/ZKRpR9fsQAQxk3w8Jo0UKCP1h16aFEyUuMU
  4cB08mls2HrpDQ3/vObWEjb4xJWQTy1OnbeZ2OhlDnrUc47QqrQlTHVjYSBGYWxh
  dmlnbmEgPGRrdHJrcmFuekBsaW51eGRjLml0PohgBBMRAgAgAhsDBgsJCAcDAgQV
  AggDBBYCAwECHgECF4AFAkXUw8MACgkQnXjXEYa8KlDsNgCcDeVV4VFLmPTeEGQs
  90r88ERFgvcAnRvJlIonTba6/kR9Y7B3MlyQBDKwiGMEExECACMCGwMGCwkIBwMC
  BBUCCAMEFgIDAQIeAQIXgAUCRTymCwIZAQAKCRCdeNcRhrwqUCZZAJ0c3x39zI6U
  soslxDOMLMtz6xTkKgCfaN73WUF6qtBTJk/5gWHqgBy+oca0JUx1Y2EgRmFsYXZp
  Z25hIDxka3Rya3JhbnpAZ3h3YXJlLm9yZz6IYAQTEQIAIAUCRTymBAIbAwYLCQgH
  AwIEFQIIAwQWAgMBAh4BAheAAAoJEJ141xGGvCpQhH4AnioRyWVCTu+3WsfLRPVc
  ExGudCk1AJ92x5fzB+t+9qEWFreyOqs2/EL6ArQkTHVjYSBGYWxhdmlnbmEgPGRr
  dHJrcmFuekBnbWFpbC5jb20+iGAEExECACAFAkU8pfACGwMGCwkIBwMCBBUCCAME
  FgIDAQIeAQIXgAAKCRCdeNcRhrwqUCORAJ9hUdx4jQABWpPP3APxVV6g6b/7OwCf
  QCHezlmK014+eBEVxl/dJevENlWIRgQQEQIABgUCSF0DWwAKCRAAHN5qa3nUAUEu
  AJ94SQY81Pr7c3OhALnSQdbh43eTXQCfTnY/FgC2NW5QVrYtLgS9KRS329y0JUx1
  Y2EgRmFsYXZpZ25hIDxka3Rya3JhbnpAdWJ1bnR1LmNvbT6IYwQTEQIAIwIbAwYL
  CQgHAwIEFQIIAwQWAgMBAh4BAheABQJF1MPEAhkBAAoJEJ141xGGvCpQ0w8AniAx
  EkPVLUImzg+tRniyjSKrDkQAAJ9SH0owoIMrGgDZbKcWRfvLqXqVj4hGBBARAgAG
  BQJGXT3EAAoJEEXUjHzc/D/QunwAnRWvpz0MtPsQLtq9g5ANH1KIuk+EAJ9JGBvD
  4mN5b+OQYen9a1lZjEgWvbkCDQRFPKXPEAgA1bscL7JgCz8WCYZT5kiWl2yuQ8mA
  pkoXGvAtIymWyMK0BsZp96EP3ILJtN+bdh7KRo/eYGfTC6IH0r4FgPl8vsxTcxtV
  MeMEi0+n3nih/wetvMFQnw5zWE61wS3zA1B8uSbkFT7fftShl9FHMQWjztgOIYPf
  CoqvJ0imcl+ZNFyjieJvsFVk22Qx2ydRNSSFcv02AffZqf1sjHXwtOcsvBjbYZhf
  beZlvP2nneZDRd7fm7I2+VXHGLfzO/fJF68LcHTTR1Hom22sJ4gR4URRUt1pz8i6
  iGqanDZEt5Ed2JiV8o/WK4PSThS8VbgcsvTb4x52v10PH51/lkiTJVydowADBQgA
  0ykZcVGpzpswMn5Z675wY27x17u3w7wCGS8ip3eKpHmsQKMln0OEDNkysQb68s7N
  22xfQEk9WnrTSRrEdgt+9YOE6wcz4KelWiZl5Rfa7t5QPyuYINDEAOiuNT0WLPcG
  TS+PFZ+Dj52b+V8vk5slx3VB4iVZ2giQT8mDGdtsdMtxpMQtkpRXS219fKZR/cLD
  Al7rcP6whQfKnto7dTX+zOD9dRPBfU6mNmB3PfblZupvI8G7BzeO6yz3OTw5TgD9
  EXmQrH/ogHX80m/rXJVPDroFcl1IlkBt5/5PJtWHYVuyKV8mpToHK4zq+QSn35F+
  CH/vssXsCZdaskx9BdV80ohJBBgRAgAJBQJFPKXPAhsMAAoJEJ141xGGvCpQmckA
  n3Y52rv+LBhPiFI8KXCYgU+hn6IKAKCEhILM5vcfGMJnhzUBDO31shbNEQ==
  =ERXM
  -END PGP PUBLIC KEY BLOCK-


Bug#487722: libruby1.8: ruby hangs installation of all packages

2008-06-23 Thread Ross Boylan
Package: libruby1.8
Version: 1.8.7-2
Severity: normal


May warrant higher severity: this bug breaks unrelated packages. In
fact, it breaks the installation of any packages at all.  However, I
would expect someone else to have reported this if it were a general
problem.  My aptitude update hung at Registering documents with
dhelp... until I killed the parent process.

Here's the relevant terminal log:
Processing triggers for man-db ...
Processing triggers for doc-base ...
Processing 1 removed, 482 changed, 1 added doc-base file(s)...
NoMethodError: private method `gsub' called for nil:NilClass 
(/usr/lib/ruby/1.8/uri/common.rb:289:in `escape'
/usr/lib/ruby/1.8/dhelp/exporter/html.rb:119:in `uri_escape'
(erb):48:in `export_section_page'
(erb):47:in `each'
(erb):47:in `export_section_page'
(erb):43:in `each'
(erb):43:in `export_section_page'
/usr/lib/ruby/1.8/dhelp/exporter/html.rb:94:in `export_section_page'
/usr/lib/ruby/1.8/dhelp/exporter/html.rb:42:in `export'
/usr/lib/ruby/1.8/dhelp/exporter/html.rb:41:in `each_pair'
/usr/lib/ruby/1.8/dhelp/exporter/html.rb:41:in `export'
/usr/sbin/dhelp_parse:132:in `main'
/usr/lib/ruby/1.8/commandline/application.rb:250:in `run'
/usr/lib/ruby/1.8/commandline/application.rb:269:in `__set_auto_run'
/usr/sbin/dhelp_parse:91)
Registering documents with dhelp...


At this point, it hung, consuming  80% of the CPU.  Here's a trace of
the jobs.  The first one is the one using the CPU; each succeeding one
is the parent of the one above.  Jobs like the first one (index++)
kept running and being respawned.  In other words, a job like 30248
would run for awhile, finish, and then a new one would run.

[EMAIL PROTECTED]:~/.ssh$ ps -l 30248
F S   UID   PID  PPID  C PRI  NI ADDR SZ WCHAN  TTYTIME CMD
4 R 0 30248 30003 90  80   0 - 13379 -  pts/9  0:05 
/usr/bin/index++ --config-file /usr/share/dhelp/swish++.conf --index-file 
/var/lib/dhelp/doc
[EMAIL PROTECTED]:~/.ssh$ ps -l 30003
F S   UID   PID  PPID  C PRI  NI ADDR SZ WCHAN  TTYTIME CMD
0 S 0 30003 28839  0  80   0 -  2496 -  pts/9  0:04 
/usr/bin/ruby1.8 -w /usr/sbin/dhelp_parse -a 
/var/lib/doc-base/documents/ldp-en-network-inst
[EMAIL PROTECTED]:~/.ssh$ ps -l 28839
F S   UID   PID  PPID  C PRI  NI ADDR SZ WCHAN  TTYTIME CMD
0 S 0 28839 28837  0  80   0 -  2551 -  pts/9  0:02 /usr/bin/perl 
/usr/sbin/install-docs --install-changed
[EMAIL PROTECTED]:~/.ssh$ ps -l 28837
F S   UID   PID  PPID  C PRI  NI ADDR SZ WCHAN  TTYTIME CMD
0 S 0 28837 27220  0  80   0 -   628 -  pts/9  0:00 /bin/sh 
/var/lib/dpkg/info/doc-base.postinst triggered /usr/share/doc-base


I killed 30003 and installation then proceeded.
-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (50, 'unstable'), (40, 
'experimental')
Architecture: i386 (i686)

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

Versions of packages libruby1.8 depends on:
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libncurses55.6+20080308-1Shared libraries for terminal hand
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

libruby1.8 recommends no packages.

-- no debconf information



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



Bug#486478: Where's the build log?

2008-06-23 Thread Matthew Wilcox
On Mon, Jun 23, 2008 at 09:33:14PM +0200, Daniel Baumann wrote:
 ...and sorry for having missed in the first mail.

That's OK, I was just a bit perturbed at not being able to find the
build logs in the system.  It's a bit odd the way it's built.

-- 
Intel are signing my paycheques ... these opinions are still mine
Bill, look, we understand that you're interested in selling us this
operating system, but compare it to ours.  We can't possibly take such
a retrograde step.



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



Bug#486478: Where's the build log?

2008-06-23 Thread Matthew Wilcox
On Mon, Jun 23, 2008 at 09:28:53PM +0200, Daniel Baumann wrote:
 mips:
 http://buildd.debian.org/fetch.cgi?pkg=linux-modules-extra-2.6ver=2.6.25-2arch=mipsstamp=1213610531file=log

Thanks!

Here's the failing line:
  CC [M] 
/build/buildd/linux-modules-extra-2.6-2.6.25/debian/build/build_mips_none_r4k-ip22_et131x/et131x_initpci.o
et131x_initpci.c: In function 'et131x_pci_setup':
et131x_initpci.c:1375: error: implicit declaration of function 
'pci_set_consistent_dma_mask'

But look at this:

$ grep pci_set_consistent_dma_mask include/linux/*
include/linux/pci.h:int pci_set_consistent_dma_mask(struct pci_dev *dev, u64 
mask);

$ grep pci.h et131x_initpci.c 
#include linux/pci.h

The only way I can see this happening is if CONFIG_PCI isn't set.  But
as far as I can tell, this driver is PCI only, so it should be disabled
for non-PCI builds.

 s390:
 http://buildd.debian.org/fetch.cgi?pkg=linux-modules-extra-2.6ver=2.6.25-2arch=s390stamp=1213582615file=log

We know s390 doesn't have PCI ;-)  Hell, it doesn't have MMIO, IO ports
... anyway, it should be disabled for s390.

-- 
Intel are signing my paycheques ... these opinions are still mine
Bill, look, we understand that you're interested in selling us this
operating system, but compare it to ours.  We can't possibly take such
a retrograde step.



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



Bug#487725: linux-image-2.6.25-2-amd64: Got much trouble and message 'ehci_hcd: HC died' when scanning image from 'Canon PIXMA MP150'.

2008-06-23 Thread Valentin QUEQUET
Package: linux-image-2.6.25-2-amd64
Version: 2.6.25-5
Severity: normal


Hello, all.

While scanning (with SANE) a document from my 'Canon PIXMA MP150' 
scanner/printer combo, I stumbled upon a grave problem.

I discovered that my configuration - out-of-the-box up-to-date lenny - was 
using module 'ehci_hcd' (possibly amongst others) to dialog with my scanner.

And I discovered that there was some activity on IRQ_7, which was 'listened-to' 
by module 'ehci_hcd', when I queried scanner list typing:
scanimage -L
and when I put my scanner ON or OFF.

I was able to query this list 3 times without a problem ; this step did no hurt.

But a grave problem suddenly arose when I typed:
scanimage -T
which is a scanner/communication test which consist in scanning a full line - 
equivalent to effectively scanning a small part of the document.

Not only the test failed, but 3 more very bad things happened:
  - I got alarming messages on console (and in 'dmesg' below) : ehci_hdc: ... 
HC died, and kernel said it would forget about IRQ_7 (which 'ehci_hcd' was 
'listening-to' earlier).
  - I became unable to query the list of scanners anymore : the scanner ceased 
to respond.
  - The kernel no longer notified (eg on console) when I put my scanner OFF, 
ON, and OFF again.

Fortunately, I discovered that in this situation, I had just to unload module 
'ehci_hcd' to get my scanner+SANE functional (including scanner power ON/OFF 
notifications).

But a few points draw my attention:

I retried this scenario, implying scanner OFF, PC reboot, delay, scanner ON.

A few times the scenario showed to be exactly like I described above.

While the other times, symptoms of the bug (alarming messages + unability to 
communicate with the scanner) happened merely whenever I chose to put my 
scanner OFF (alarm) and ON (no comm.) instead of doing the scanner test (via 
scanimage -T).

Again, unloading module 'ehci_hcd' got my scanner+SANE functional.

I found very strange that IRQ_7 would just be used for some handchecking and 
not for the transfer phase.
But it's obvious: 'ehci_hcd', which was the sole user of IRQ_7, succeeded at 
handchecking and broke on scanning/transfer attempts.

So, when I unloaded 'ehci_hcd', the transfer phase likely falled back to some 
non-IRQ (polling) method.

I was sorry that my new Debian pre-packaged linux-image-2.6.25-2-amd64 (ver 
2.6.25-5) made my scanning experience so tricky.

And I asked myself what it would have been if module 'echi_hcd' didn't broke. 
Would 'ehci_hcd' be usefull after all ?
Would IRQ_7 be used ? With many interruptions in scanning/transfer phase ? And 
would transfers get faster ?

So, I decided to repeat the whole thing with Debian pre-packaged 
linux-image-2.6.24-1-amd64 (ver 2.6.24-7).
You can't believe it ! Scanning (scanner+SANE) functioned right out of the box, 
without having root to unload module 'ehci_hcd' (it was effectively loaded).

And I was witnessing an intensive use of IRQ_7 by module 'ehci_hcd' ; transfers 
were similar than with 2.6.25 : certainly no far from perfect.

And whenever I put my scanner ON or OFF, I got the matching notifications on 
console and in dmesg.

And whenever I wanted to scan some paper, all was good and perfect.

To help you understand what happened, and in the case the piece of dmesg below 
would not be enough, I give you a pointer to my full dmesg log:
http://pagesperso-orange.fr/mandolosse/logs/2008-06-23__dmesg__ehci_hcd__died.txt

I also captured 'scanimage', 'lsmod' output and snapshots of '/proc/interrupts' 
at different times. I plan to scrutinize all this data, to comment the relevant 
parts and to post them later.

In hope my report will prove useful.

Sincerely,
Valentin QUEQUET

-- Package-specific info:
** Version:
Linux version 2.6.25-2-amd64 (Debian 2.6.25-5) ([EMAIL PROTECTED]) (gcc version 
4.1.3 20080420 (prerelease) (Debian 4.1.2-22)) #1 SMP Thu Jun 12 15:38:32 UTC 
2008

** Command line:
BOOT_IMAGE=252k8c ro root=1641 acpi=off bootkbd=fr

** Not tainted

** Kernel log:
[   26.186050] sd 4:0:0:0: [sdb] Attached SCSI removable disk
[   26.226053] sd 4:0:0:1: [sdc] Attached SCSI removable disk
[   26.235133] sd 4:0:0:2: [sdd] Attached SCSI removable disk
[   26.257114] sd 4:0:0:3: [sde] Attached SCSI removable disk
[   28.474762] loop: AES key scrubbing enabled
[   28.474762] loop: loaded (max 8 devices)
[   84.509321] fuse init (API version 7.9)
[   84.649334] ReiserFS: hdd2: found reiserfs format 3.6 with standard journal
[   84.649334] ReiserFS: hdd2: using ordered data mode
[   84.649334] ReiserFS: hdd2: journal params: device hdd2, size 8125, journal 
first block 66, max trans len 256, max batch 225, max commit age 30, max trans 
age 30
[   84.650872] ReiserFS: hdd2: checking transaction log (hdd2)
[   84.709413] ReiserFS: hdd2: Using r5 hash to sort names
[   84.927097] NTFS driver 2.1.29 [Flags: R/W MODULE].
[   84.996773] NTFS volume version 3.1.
[   84.996819] NTFS-fs warning (device sda1): 

Bug#487724: [INTL:sv] Swedish strings for debconf templates

2008-06-23 Thread Martin Bagge

package: mahara
severity: wishlist
tags: patch l10n

--
martin# translation of mahara_1.0.3-1_templates.po to swedish
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Martin Bagge [EMAIL PROTECTED], 2008.
msgid 
msgstr 
Project-Id-Version: mahara_1.0.3-1_templates\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2008-03-28 14:33+1300\n
PO-Revision-Date: 2008-06-23 21:41+0200\n
Last-Translator: Martin Bagge [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
X-Generator: KBabel 1.11.4\n

#. Type: select
#. Description
#: ../mahara.templates:1001
msgid Database type:
msgstr Databastyp:

#. Type: select
#. Description
#: ../mahara.templates:1001
msgid What type of database should be used for the Mahara site
msgstr Vilken sorts databas ska användas för Mahara

#. Type: string
#. Description
#: ../mahara.templates:2001
msgid Database host:
msgstr Databasvärd:

#. Type: string
#. Description
#: ../mahara.templates:2001
msgid 
Which database host should be used for the Mahara site You can leave this 
blank to connect via UNIX sockets
msgstr Vilken databasvärd ska användas för Mahara. Du kan lämna detta 
fält blankt för att ansluta via UNIX-socket.

#. Type: string
#. Description
#: ../mahara.templates:3001
msgid Database port:
msgstr Databas-port:

#. Type: string
#. Description
#: ../mahara.templates:3001
msgid 
Which database port should be used for the Mahara site You can leave this 
blank for the default
msgstr Vilken databasport ska användas för Mahara? Lämnas detta fält tomt 
för att använda standardvärdet.

#. Type: string
#. Description
#: ../mahara.templates:4001
msgid Database name (not username):
msgstr Namn på databasen:

#. Type: string
#. Description
#: ../mahara.templates:4001
msgid Which database should be used for the Mahara site
msgstr Vilken databas ska användas för Mahara

#. Type: string
#. Description
#: ../mahara.templates:5001
msgid Database username:
msgstr Användarnamn för databasen:

#. Type: string
#. Description
#: ../mahara.templates:5001
msgid Which username should be used to connect to the Mahara database
msgstr Vilket användarnamn ska användas för att ansluta till 
Maharadatabasen

#. Type: string
#. Description
#: ../mahara.templates:6001
msgid Database password:
msgstr Lösenord för databasen:

#. Type: string
#. Description
#: ../mahara.templates:6001
msgid 
Which password is associated with the given username You can leave this 
blank if you are not using password authentication.
msgstr Ange lösenordet för att ansluta till Maharadatabasen. Lämna fältet 
tomt om du inte använder lösenord för att ansluta till databasen.

#. Type: string
#. Description
#: ../mahara.templates:7001
msgid SMTP Hosts:
msgstr Värd för utgående e-post(SMTP):

#. Type: string
#. Description
#: ../mahara.templates:7001
msgid Comma separated list of SMTP servers to use to send mail
msgstr Ange servrar för utgående e-post(SMTP), avskilj med komma för flera 
olika.

#. Type: string
#. Description
#: ../mahara.templates:7001
msgid 
If you leave this blank, the system mailer will be used. Generally, this 
will work fine
msgstr Om du lämnar detta fält blankt så används systemets 
meddelandehantering. Detta är en fullgod lösning.



Bug#487637: Unable to configure dpkg after disk full during its trigger execution

2008-06-23 Thread Jordi Mallach
Hi,

On Mon, Jun 23, 2008 at 09:16:09PM +0200, Sven Joachim wrote:
  Unpacking dpkg and then configuring it did the trick.
 
 Did you free some disk space in between and were the triggers for man-db
 processed again?

Yes, the first thing I did was clearing apt's cache to try again. And
IIRC, they were processed again, after --unpack and --configure -a.

 A copy of /var/log/dpkg.log would also be useful.  Though it might be
 incomplete if dpkg could not write it due to lack of disk space. 8-)

I can get this tomorrow, the box is offline now.

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



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



Bug#487727: RM: glchess -- NVIU; glchess officially merged with gnome-games

2008-06-23 Thread Jason D. Clinton
Package: ftp.debian.org
Severity: normal


Hi,

I am the Gnome Games upstream. GlChess is doubly-packaged for Debian.
This, among other things is the cause of Bug #441156 and over 100
duplicates in our upstream Bugzilla related to missing Python modules
causing crashes.

GLChess and the original author merged with Gnome Games two years ago.
We don't have anything against packaging GlChess seperately but as
it is currently implemented, it is broken.

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

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



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



Bug#487726: hplip recommends the defunct cupsys-client

2008-06-23 Thread Ross Boylan
Package: hplip
Version: 2.8.5-1
Severity: normal

This would be good to fix before release.

The cupsys* packages have been renamed cups*.  So I think this package
should now recommend cups-client.

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

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

Versions of packages hplip depends on:
ii  adduser3.108 add and remove users and groups
ii  coreutils  6.10-6The GNU core utilities
ii  cups [cupsys]  1.3.7-7   Common UNIX Printing System(tm) - 
ii  cupsys 1.3.7-7   Common UNIX Printing System (trans
ii  hplip-data 2.8.5-1   HP Linux Printing and Imaging - da
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libcups2 [libcupsy 1.3.7-7   Common UNIX Printing System(tm) - 
ii  libcupsys2 1.3.7-7   Common UNIX Printing System (trans
ii  libdbus-1-31.2.1-2   simple interprocess messaging syst
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libsane1.0.19-11 API library for scanners
ii  libsnmp15  5.4.1~dfsg-7.1+lenny1 SNMP (Simple Network Management Pr
ii  libssl0.9.80.9.8g-10.1   SSL shared libraries
ii  libusb-0.1-4   2:0.1.12-11   userspace USB programming library
ii  lsb-base   3.2-12Linux Standard Base 3.2 init scrip
ii  python 2.5.2-1   An interactive high-level object-o
ii  python-dbus0.82.4-2  simple interprocess messaging syst
ii  python-imaging 1.1.6-2   Python Imaging Library
ii  python-support 0.8.1 automated rebuilding support for P

Versions of packages hplip recommends:
ii  cups-client [cupsys-client 1.3.7-7   Common UNIX Printing System(tm) - 
ii  cupsys-client  1.3.7-7   Common UNIX Printing System (trans
ii  hpijs  2.8.5+2.8.5-1 HP Linux Printing and Imaging - gs
ii  hpijs-ppds 2.8.5+2.8.5-1 HP Linux Printing and Imaging - HP
ii  hplip-gui  2.8.5-1   HP Linux Printing and Imaging - GU
ii  openprinting-ppds  20080211-2OpenPrinting printer support - Pos

-- no debconf information



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



Bug#465864: xserver-xorg-video-ati: xserver freezes the computer on startup

2008-06-23 Thread Alex Deucher
On Sun, Jun 22, 2008 at 10:47 AM, Jiří Paleček [EMAIL PROTECTED] wrote:
 Hello,

 I prepared a new (better) version of the patch. Please consider applying it
 or otherwise fixing the bug.

 Some comments:

 The first patch causes abort instead of hangs when PLL computation fails.

 The second changes the algorithm so it doesn't miss any solution which might
 be better than current and finds a solution iff there is one.

 The third patch removes a condition which seems to be bogus for me - it
 cannot force pll-reference_div in the solution, but will probably poison
 the solution with a bad solution having good ref_div, for the next ref_div
 to override it with a better solution.

Thanks for doing this!  I've pushed a variation on this set of patches
to ati git master (72feaa37ea07620f5f2ead438dbc72a1c8883cd3).  Please
let me know if you are still having problems.

Thanks,

Alex


Bug#487703: Debian bug #487703 requests removal of mrd6

2008-06-23 Thread Thomas Viehmann
Hi,

for your information: a removal request for the package mrd6
has been filed as bug #487703[1].
Unless you follow up soon, the ftp master will remove the package from the
Debian archive.

Kind regards

T.

1. http://bugs.debian.org/487703
-- 
Thomas Viehmann, http://thomas.viehmann.net/



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



Bug#487720: sambat: [INTL:it] Italian debconf templates translation

2008-06-23 Thread Steve Langasek
reassign 487720 samba4
thanks

On Mon, Jun 23, 2008 at 09:31:33PM +0200, Luca Monducci wrote:
 Package: samba
 Severity: wishlist
 Tags: patch l10n

 Please update the italian debconf templates translation (attached).

Reassigning to the samba4 package.

I wonder if there was something in the call for translations that made it
look like this applied to samba instead of samba4, given the number of
translators filing against the wrong package?

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



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



Bug#487728: gnome-games-data should conflict and replace glchess for lenny upgrades

2008-06-23 Thread Jason D. Clinton
Package: gnome-games-data
Version: 1:2.22.2.1-1
Severity: normal


Hi Joss,

#debian-release asked that I file a bug asking you to set conflict and
replace for gnome-games-data on glchess so that upgrades from Etch to
Lenny will properly replace GlChess. I filed a sep. bug against
ftp.debian.org to have GlChess removed.

Thanks!


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

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

Versions of packages gnome-games-data depends on:
ii  gconf2  2.22.0-1 GNOME configuration database syste
ii  gnome-cards-data1:2.22.2.1-1 data files for the GNOME card game
ii  python  2.5.2-1  An interactive high-level object-o
ii  python-support  0.8.2automated rebuilding support for P

Versions of packages gnome-games-data recommends:
ii  gnome-games 1:2.22.2.1-1 games for the GNOME desktop
ii  gnome-games-extra-data  2.22.0-1 games for the GNOME desktop (extra

-- no debconf information



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



Bug#487729: Ignores -o utf-8:strict

2008-06-23 Thread Trent W. Buck
Package: python-odtwriter
Version: 1.2b-1
Severity: normal

As the following trascript shows, rst2html happily runs on documents
that upset rst2odt.  They contain non-ASCII characters like ½ and ×.
I pass -o utf-8:strict to both, but the backtrace suggests that
rst2odt is still using ascii for omething.

PS: I just tried adding -i utf-8:strict, too, but it didn't help.

  $ rst2html -o utf-8:strict x.txt x.html
  $ rst2odt -o utf-8:strict x.txt x.odt
  missing visit_contact
  missing depart_contact
  UnicodeEncodeError: 'ascii' codec can't encode character u'\u2502' in 
position 200: ordinal not in range(128)

  The specified output encoding (utf-8) cannot
  handle all of the output.
  Try setting --output-encoding-error-handler to

  * xmlcharrefreplace (for HTML  XML output);
the output will contain #9474; and should be usable.
  * backslashreplace (for other output formats, Python 2.3+);
look for \u2502 in the output.
  * replace; look for ? in the output.

  --output-encoding-error-handler is currently set to strict.

  Exiting due to error.  Use --traceback to diagnose.
  If the advice above doesn't eliminate the error,
  please report it to [EMAIL PROTECTED].
  Include --traceback output, Docutils version (0.5),
  Python version (2.5.2), your OS type  version, and the
  command line used.

  $ rst2odt --traceback -o utf-8:strict x.txt x.odt
  missing visit_contact
  missing depart_contact
  Traceback (most recent call last):
File /usr/bin/rst2odt, line 81, in module
  output = publish_cmdline_to_binary(writer=writer, description=description)
File /usr/bin/rst2odt, line 76, in publish_cmdline_to_binary
  config_section=config_section, enable_exit_status=enable_exit_status)
File /usr/lib/python2.5/site-packages/docutils/core.py, line 206, in 
publish
  output = self.writer.write(self.document, self.destination)
File /usr/lib/python2.5/site-packages/docutils/writers/__init__.py, line 
76, in write
  self.translate()
File 
/usr/lib/python2.5/site-packages/docutils/writers/odtwriter/__init__.py, line 
674, in translate
  self.document.walkabout(self.visitor)
File /usr/lib/python2.5/site-packages/docutils/nodes.py, line 176, in 
walkabout
  if child.walkabout(visitor):
File /usr/lib/python2.5/site-packages/docutils/nodes.py, line 168, in 
walkabout
  visitor.dispatch_visit(self)
File 
/usr/lib/python2.5/site-packages/docutils/writers/odtwriter/__init__.py, line 
1135, in dispatch_visit
  nodes.GenericNodeVisitor.dispatch_visit(self, node)
File /usr/lib/python2.5/site-packages/docutils/nodes.py, line 1540, in 
dispatch_visit
  return method(node)
File 
/usr/lib/python2.5/site-packages/docutils/writers/odtwriter/__init__.py, line 
1992, in visit_literal_block
  el1 = etree.fromstring(s1)
File /usr/lib/python2.5/xml/etree/ElementTree.py, line 963, in XML
  parser.feed(text)
File /usr/lib/python2.5/xml/etree/ElementTree.py, line 1245, in feed
  self._parser.Parse(data, 0)
  UnicodeEncodeError: 'ascii' codec can't encode character u'\u2502' in 
position 200: ordinal not in range(128)

  $ locale
  LANG=en_AU.UTF-8
  LC_CTYPE=en_AU.UTF-8
  LC_NUMERIC=en_AU.UTF-8
  LC_TIME=en_AU.UTF-8
  LC_COLLATE=C
  LC_MONETARY=en_AU.UTF-8
  LC_MESSAGES=en_AU.UTF-8
  LC_PAPER=en_AU.UTF-8
  LC_NAME=en_AU.UTF-8
  LC_ADDRESS=en_AU.UTF-8
  LC_TELEPHONE=en_AU.UTF-8
  LC_MEASUREMENT=en_AU.UTF-8
  LC_IDENTIFICATION=en_AU.UTF-8
  LC_ALL=

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

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

Versions of packages python-odtwriter depends on:
ii  python2.5.2-1An interactive high-level object-o
ii  python-central0.6.7  register and build utility for Pyt
ii  python-docutils   0.4-6  Utilities for the documentation of

Versions of packages python-odtwriter recommends:
pn  python-imagingnone (no description available)
pn  python-pygments   none (no description available)



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



Bug#487726: depends, not just recommends

2008-06-23 Thread Ross Boylan
retitle 487726 hplip depends on defunct cupsys
stop

hplip depends on various cupsys packages as well as recommending
cupsys-clients.  They all need to be converted.
-- 
Ross Boylan  wk:  (415) 514-8146
185 Berry St #5700   [EMAIL PROTECTED]
Dept of Epidemiology and Biostatistics   fax: (415) 514-8150
University of California, San Francisco
San Francisco, CA 94107-1739 hm:  (415) 550-1062




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



Bug#487736: O: tcptraceroute -- A traceroute implementation using TCP packets

2008-06-23 Thread bzed
Package: wnpp
Severity: normal

The current maintainer of tcptraceroute, David Coe [EMAIL PROTECTED],
is apparently not active anymore.  Therefore, I orphan this package
now.  If you want to be the new maintainer, please take it -- see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: tcptraceroute
Binary: tcptraceroute
Version: 1.5beta6-2.1
Priority: optional
Section: net
Maintainer: David Coe [EMAIL PROTECTED]
Build-Depends: autoconf, autotools-dev, debhelper (= 5), libnet1-dev, 
libpcap0.8-dev
Architecture: any
Standards-Version: 3.7.3
Format: 1.0
Directory: pool/main/t/tcptraceroute
Files: c679b83cf92345ec835bc6ad94fa9996 645 tcptraceroute_1.5beta6-2.1.dsc
 0200707ad81b88c31439820ae9bc5102 141555 tcptraceroute_1.5beta6.orig.tar.gz
 70fc7825c454e03ffc759019f03a6cc8 18219 tcptraceroute_1.5beta6-2.1.diff.gz

Package: tcptraceroute
Priority: optional
Section: net
Installed-Size: 116
Maintainer: David Coe [EMAIL PROTECTED]
Architecture: i386
Version: 1.5beta6-2.1
Depends: libc6 (= 2.7-1), libnet1 (= 1.1.2-1), libpcap0.8 (= 0.9.3-1)
Filename: pool/main/t/tcptraceroute/tcptraceroute_1.5beta6-2.1_i386.deb
Size: 31304
MD5sum: 0012b6c2dbd969090ddd9ac3f6bf8a0f
SHA1: 4c1dfdf8f10eec8b8c73085c180e2484c3ac1a73
SHA256: 0c413e953fdbab67d016672b9c671b002972c9e332c7c0745b2c1a0447a09c5e
Description: A traceroute implementation using TCP packets
 The more traditional traceroute(8) sends out either UDP or ICMP ECHO
 packets with a TTL of one, and increments the TTL until the destination
 has been reached. By printing the gateways that generate ICMP time
 exceeded messages along the way, it is able to determine the path packets
 are taking to reach the destination.
 .
 The problem is that with the widespread use of firewalls on the modern
 Internet, many of the packets that traceroute(8) sends out end up being
 filtered, making it impossible to completely trace the path to the
 destination.  However, in many cases, these firewalls will permit inbound
 TCP packets to specific ports that hosts sitting behind the firewall are
 listening for connections on. By sending out TCP SYN packets instead of
 UDP or ICMP ECHO packets, tcptraceroute is able to bypass the most common
 firewall filters.
Tag: interface::commandline, protocol::ip, protocol::tcp, role::program, 
scope::utility




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



Bug#487703: mrd6 removal request

2008-06-23 Thread Thomas Viehmann
Hi Lior,
I'm not sure that an FTBFS bug with the maintainer being the

last person to write to the bug log is quite enough to warrant
removal without clearly indicating on the FTBFS-bug's log that
your intend to ask for it.

Could you please try to bug the maintainer again?

Kind regards

T.



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



Bug#487733: O: oo-browser -- Object Oriented Class Browser (for emacsen)

2008-06-23 Thread bzed
Package: wnpp
Severity: normal

The current maintainer of oo-browser, David Coe [EMAIL PROTECTED],
is apparently not active anymore.  Therefore, I orphan this package
now.  If you want to be the new maintainer, please take it -- see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: oo-browser
Binary: oo-browser
Version: 4.08-3
Priority: extra
Section: devel
Maintainer: David Coe [EMAIL PROTECTED]
Build-Depends: debhelper ( = 4 ), libxaw7-dev, texinfo, sed
Architecture: any
Standards-Version: 3.5.6
Format: 1.0
Directory: pool/main/o/oo-browser
Files: 2681b6ddeacf6ef25168e32144673745 592 oo-browser_4.08-3.dsc
 0726fe52ef88768846b1f54ff7406754 880821 oo-browser_4.08.orig.tar.gz
 f656adf7659a9b77dffe8ed30182e28e 12746 oo-browser_4.08-3.diff.gz

Package: oo-browser
Priority: extra
Section: devel
Installed-Size: 1600
Maintainer: David Coe [EMAIL PROTECTED]
Architecture: i386
Version: 4.08-3+b1
Depends: emacs21 | emacsen, make, libc6 (= 2.3.6-6), libice6, libsm6, 
libx11-6, libxaw7, libxext6, libxmu6, libxt6
Filename: pool/main/o/oo-browser/oo-browser_4.08-3+b1_i386.deb
Size: 495266
MD5sum: 4de9fe8f73539aa46e35174ff6714f7a
SHA1: 923d9d14615bb920090640d1bd8b543ffc466c83
SHA256: cf1fa321ccc8cfb28eb57eb183d80f063c7381f9c8587974f6be68d48834c231
Description: Object Oriented Class Browser (for emacsen)
 The oo-browser is a multi-windowed, interactive object-oriented class
 browser similar in use to the well-known Smalltalk browsers.
 It works well with a number of object-oriented languages.
 It provides textual views
 within the editor and additional graphical views under the X window system.
 Oo-browser has support for Java, C++/C, Object-C, Python, Smalltalk,
 Eiffel, and Lisp.
 .
 More information can be found at the oo-browser web site
 http://sourceforge.net/projects/oo-browser/ .
Tag: devel::ide, interface::x11, role::plugin, role::program, scope::utility, 
suite::emacs, uitoolkit::athena, use::browsing, use::editing, 
works-with::software:source, x11::application




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



Bug#487731: O: gpart -- Guess PC disk partition table, find lost partitions

2008-06-23 Thread bzed
Package: wnpp
Severity: normal

The current maintainer of gpart, David Coe [EMAIL PROTECTED],
is apparently not active anymore.  Therefore, I orphan this package
now.  If you want to be the new maintainer, please take it -- see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: gpart
Binary: gpart
Version: 0.1h-4.1
Priority: optional
Section: admin
Maintainer: David Coe [EMAIL PROTECTED]
Build-Depends: debhelper
Architecture: any
Standards-Version: 3.5.10
Format: 1.0
Directory: pool/main/g/gpart
Files: 9232c2b793258a6b44aac688fbffb4f8 539 gpart_0.1h-4.1.dsc
 ee3a2d2dde70bcf404eb354b3d1ee6d4 52352 gpart_0.1h.orig.tar.gz
 af413fbac154a6d138fa97af709d432e 9532 gpart_0.1h-4.1.diff.gz

Package: gpart
Priority: optional
Section: admin
Installed-Size: 112
Maintainer: David Coe [EMAIL PROTECTED]
Architecture: i386
Version: 0.1h-4.1
Depends: libc6 (= 2.3.6-6)
Filename: pool/main/g/gpart/gpart_0.1h-4.1_i386.deb
Size: 36310
MD5sum: 4690231eda349138a7df012dad5a3bec
SHA1: 270964995287fda388385653c4c0a84594f9b800
SHA256: 43ad71039dba3a0c8ce003a30a81b37cfa85cda9a835b8a81b27fe7238b15681
Description: Guess PC disk partition table, find lost partitions
 Gpart is a tool which tries to guess the primary partition table of a
 PC-type disk in case the primary partition table in sector 0 is
 damaged, incorrect or deleted.
 .
 It is also good at finding and listing the types, locations, and
 sizes of inadvertently-deleted partitions, both primary and logical.
 It gives you the information you need to manually re-create them
 (using fdisk, cfdisk, sfdisk, etc.).
 .
 The guessed table can also be written to a file or (if you firmly
 believe the guessed table is entirely correct) directly to a disk
 device.
 .
 Supported (guessable) filesystem or partition types:
 .
  * BeOS filesystem type.
  * FreeBSD/NetBSD/386BSD disklabel sub-partitioning
scheme used on Intel platforms.
  * Linux second extended filesystem.
  * MS-DOS FAT12/16/32 filesystems.
  * IBM OS/2 High Performance filesystem.
  * Linux LVM physical volumes (LVM by Heinz Mauelshagen).
  * Linux swap partitions (versions 0 and 1).
  * The Minix operating system filesystem type.
  * MS Windows NT/2000 filesystem.
  * QNX 4.x filesystem.
  * The Reiser filesystem (version 3.5.X, X  11).
  * Sun Solaris on Intel platforms uses a sub-partitioning
scheme on PC hard disks similar to the BSD disklabels.
  * Silicon Graphics' journalling filesystem for Linux.
 .
 Other types may be added relatively easily, as separately compiled modules.
Tag: admin::boot, admin::recovery, hardware::storage, interface::commandline, 
role::program, scope::application, x11::terminal




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



Bug#487730: O: camediaplay -- Still Camera Digital Interface

2008-06-23 Thread bzed
Package: wnpp
Severity: normal

The current maintainer of camediaplay, David Coe [EMAIL PROTECTED],
is apparently not active anymore.  Therefore, I orphan this package
now.  If you want to be the new maintainer, please take it -- see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: camediaplay
Binary: camediaplay
Version: 20010211-4.1
Priority: optional
Section: graphics
Maintainer: David Coe [EMAIL PROTECTED]
Build-Depends: debhelper (= 4), liblockdev1-dev, pmake, libncurses5-dev
Architecture: any
Standards-Version: 3.7.2
Format: 1.0
Directory: pool/main/c/camediaplay
Files: 4f0986409dd1d5374c9a96455978574e 623 camediaplay_20010211-4.1.dsc
 2736621e9f3f32e1efdaff04ba42d231 48193 camediaplay_20010211.orig.tar.gz
 1c97fd3f235ef2585d85fe1a489c6653 30753 camediaplay_20010211-4.1.diff.gz

Package: camediaplay
Priority: optional
Section: graphics
Installed-Size: 100
Maintainer: David Coe [EMAIL PROTECTED]
Architecture: i386
Version: 20010211-4.1
Depends: libc6 (= 2.3.6-6), liblockdev1
Filename: pool/main/c/camediaplay/camediaplay_20010211-4.1_i386.deb
Size: 21628
MD5sum: 739a0a9978442a816902d7b568dfd007
SHA1: 4311409ddc91808eda3cc9687e1ee990c25ad030
SHA256: 2ce7cbf988a566729c138320a054370856e96bcdf9cb216053acdc3db6457a69
Description: Still Camera Digital Interface
 A downloading/controlling tool for digital cameras with
 Sanyo firmware.  Cameras with Sanyo firmware include all Olympus
 products, Epson products, Agfa products, and of course, Sanyo
 digital cameras.
 .
 KNOWN TO WORK WITH
  The following lines list is based on Japanese product code.
  (US product code is in parentheses - EPSON's naming scheme is too
  confusing)
  - Olympus Camedia C-400L (Olympus D-200L)
  - Olympus Camedia C-820L (Olympus D-320L)
  - Olympus Camedia C-1000L (Olympus D-500L)
  - Olympus D-450Z
  - Olympus Camedia C-2020Z
  - Sanyo DSC-V1 (Sanyo VPC-G200E)
  - EPSON Colorio Photo CP-100 (EPSON PhotoPC)
  - EPSON Colorio Photo CP-200 (EPSON PhotoPC 500)
  - EPSON Colorio Photo CP-500 (EPSON PhotoPC 600)
  - Nikon CP-900
 .
 SHOULD WORK WITH
  Any camera with Sanyo firmware/CPU.
  Olympus, Epson, Agfa and Sanyo digital cameras falls into this
  category, reportedly.
Tag: hardware::camera, hardware::usb, interface::commandline, role::program, 
works-with::image, works-with::image:raster




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



Bug#487737: lxpanel: implicit pointer conversions

2008-06-23 Thread dann frazier
Package: lxpanel
Version: 0.3.7-1
Severity: serious
Usertags: implicit-pointer-conversion

Our automated buildd log filter[1] detected a problem that is likely to
cause your package to segfault on architectures where the size of a
pointer is greater than the size of an integer, such as ia64 and amd64.

  Function `passwd_gui_new' implicitly converted to pointer at netstat.c:110
  Function `fb_bg_get_pix_from_file' implicitly converted to pointer at 
panel.c:300

This is often due to a missing function prototype definition.
For more information, see [2].

Though it is guaranteed that this codepath will cause a segfault on certain
architectures, it is not guaranteed that this codepath would ever be executed
(e.g., if the returned pointer is never dereferenced). However, this bug
does prevent the ia64 buildd from successfully building this package, resulting
in a practical FTBFS issue and warranting the serious severity.

[1] http://people.debian.org/~dannf/check-implicit-pointer-functions
[2] http://wiki.debian.org/ImplicitPointerConversions

-- 
dann frazier

---BeginMessage---
Function `passwd_gui_new' implicitly converted to pointer at netstat.c:110
Function `fb_bg_get_pix_from_file' implicitly converted to pointer at 
panel.c:300
---End Message---


Bug#487732: O: ispell -- International Ispell (an interactive spelling corrector)

2008-06-23 Thread bzed
Package: wnpp
Severity: normal

The current maintainer of ispell, David Coe [EMAIL PROTECTED],
is apparently not active anymore.  Therefore, I orphan this package
now.  If you want to be the new maintainer, please take it -- see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: ispell
Binary: iamerican, ispell, ibritish
Version: 3.1.20.0-4.4
Priority: standard
Section: text
Maintainer: David Coe [EMAIL PROTECTED]
Build-Depends: bison, texinfo, texi2html, debhelper (= 4), wamerican (= 5-2), 
wbritish (= 5-2), libncurses5-dev, textutils, dictionaries-common-dev (= 0.20)
Architecture: any
Standards-Version: 3.6.1
Format: 1.0
Directory: pool/main/i/ispell
Files: 1f1959139ac18c82eed5472481fcab27 713 ispell_3.1.20.0-4.4.dsc
 8376d8c63c6066fc2e4af6cb49629f60 675385 ispell_3.1.20.0.orig.tar.gz
 ade3758731178717bbe2cfa687712b9c 54441 ispell_3.1.20.0-4.4.diff.gz

Package: iamerican
Priority: standard
Section: text
Installed-Size: 1189
Maintainer: David Coe [EMAIL PROTECTED]
Architecture: i386
Source: ispell
Version: 3.1.20.0-4.4
Provides: ispell-dictionary
Depends: ispell, debconf | debconf-2.0, dictionaries-common (= 0.20), debconf 
(= 0.5) | debconf-2.0
Recommends: wamerican
Conflicts: ispell ( 3.1.18-2)
Filename: pool/main/i/ispell/iamerican_3.1.20.0-4.4_i386.deb
Size: 425774
MD5sum: d344414aadadca581c0f1503f2214e6e
SHA1: 925e2a8e159d2325054fbb7a0b446a999d567970
SHA256: f809fc3b952cd7f8703d69b988ed8e847ac7112b8e4024d9d6171a4b65d7ca9c
Description: An American English dictionary for ispell
 This is the americanmed+ dictionary, as supplied with
 the source for ispell, with additional words added from
 the more comprehensive wamerican wordlist package.
 .
 This package also recommends wamerican because ispell's
 (L)ookup command needs a wordlist.
Tag: made-of::data:dictionary, role::app-data, use::checking

Package: ibritish
Priority: standard
Section: text
Installed-Size: 1189
Maintainer: David Coe [EMAIL PROTECTED]
Architecture: i386
Source: ispell
Version: 3.1.20.0-4.4
Provides: ispell-dictionary
Depends: ispell, debconf | debconf-2.0, dictionaries-common (= 0.20), debconf 
(= 0.5) | debconf-2.0
Recommends: wbritish
Conflicts: ispell ( 3.1.18-2)
Filename: pool/main/i/ispell/ibritish_3.1.20.0-4.4_i386.deb
Size: 425386
MD5sum: c3e9f83488e71e18e3aadd2ced66d942
SHA1: 3ec5ffc995a47b32f8b5ae53c637bc417fb5b211
SHA256: c372d6345cd6cdfe264e4088683fcb4bd5085784469480abb5c3210b42f59c60
Description: A British English dictionary for ispell
 This is the britishmed+ dictionary, as supplied with
 the source for ispell, with additional words added from
 the more comprehensive wbritish wordlist package.
 .
 This package also recommends wbritish because ispell's
 (L)ookup command needs a wordlist.
Tag: made-of::data:dictionary, role::app-data, use::checking
Task: british

Package: ispell
Priority: standard
Section: text
Installed-Size: 322
Maintainer: David Coe [EMAIL PROTECTED]
Architecture: i386
Version: 3.1.20.0-4.4
Depends: dictionaries-common (= 0.20), iamerican | ispell-dictionary, libc6 
(= 2.5-5), libncurses5 (= 5.4-5)
Recommends: wordlist
Suggests: spell
Filename: pool/main/i/ispell/ispell_3.1.20.0-4.4_i386.deb
Size: 159754
MD5sum: 25406835d42abe85fa00b3324f89d4a8
SHA1: 1ba72a618b6aa2b6b5efc227490ff99b9f1d4d17
SHA256: 815cb1d82c00524daf2d2226041627dbab8c77317deae38933c4fbfad977faf9
Description: International Ispell (an interactive spelling corrector)
 Ispell corrects spelling in plain text, LaTeX, sgml/html/xml,
 and nroff files.  [x]Emacs and jed have nice interfaces to
 ispell, and ispell works from many other tools and from the
 command line as well.
 .
 No ispell dictionaries are included in this package; you must install
 at least one of them (iamerican is the default dependency for no
 good reason); install the ispell-dictionary package(s) for the
 language(s) you and your users will want to spell-check.
 .
 It's a good idea to install wordlist package(s) for the same
 language(s), because they'll be used by ispell's (L)ookup command.
Tag: interface::text-mode, role::program, scope::utility, uitoolkit::ncurses, 
works-with::dictionary




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



Bug#487735: O: snooper -- Captures communication between two external serial devices

2008-06-23 Thread bzed
Package: wnpp
Severity: normal

The current maintainer of snooper, David Coe [EMAIL PROTECTED],
is apparently not active anymore.  Therefore, I orphan this package
now.  If you want to be the new maintainer, please take it -- see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: snooper
Binary: snooper
Version: 19991202-4.1
Priority: optional
Section: comm
Maintainer: David Coe [EMAIL PROTECTED]
Build-Depends: debhelper, liblockdev1-dev, libncurses5-dev, patch, pmake
Architecture: any
Standards-Version: 3.6.2
Format: 1.0
Directory: pool/main/s/snooper
Files: 4407abeac70bb5307698f0450c870405 607 snooper_19991202-4.1.dsc
 a735dc4a3c685493e0e3d77ddfa2c6db 38239 snooper_19991202.orig.tar.gz
 16c7690ff350e123ba39acc19b68dd74 32442 snooper_19991202-4.1.diff.gz

Package: snooper
Priority: optional
Section: comm
Installed-Size: 40
Maintainer: David Coe [EMAIL PROTECTED]
Architecture: i386
Version: 19991202-4.1
Depends: libc6 (= 2.7-1), liblockdev1, libncurses5 (= 5.6+20071006-3)
Filename: pool/main/s/snooper/snooper_19991202-4.1_i386.deb
Size: 16724
MD5sum: c02b2866a7f1d2dc501060c5aac4958c
SHA1: 82e8cfb4a94409003b17c510bbb749d3abf3da67
SHA256: 351ade36dabf6d36600f6ee1837b933a98bb942027fb86ae68cc1dce7876c87d
Description: Captures communication between two external serial devices
 Snooper passes data transparently between two serial (RS232C)
 devices, capturing and logging the data and occasional comments you
 want to insert into the logs.
 .
 It is useful for debugging or analyzing the communications protocol
 between two devices that would normally be connected directly to each
 other, e.g. a digital camera and a personal computer.  By sitting
 in the middle (after you connect the two devices to serial ports
 on your Linux machine) snooper is able to capture data traveling in
 either direction while also passing it unmodified to the other device.
 .
 It is also possible to operate with a single serial device, using
 your console and keyboard as the second device.
Tag: admin::hardware, interface::text-mode, role::program, scope::utility, 
uitoolkit::ncurses




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



Bug#487734: O: scowl -- Canadian English dictionary words for /usr/share/dict

2008-06-23 Thread bzed
Package: wnpp
Severity: normal

The current maintainer of scowl, David Coe [EMAIL PROTECTED],
is apparently not active anymore.  Therefore, I orphan this package
now.  If you want to be the new maintainer, please take it -- see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: scowl
Binary: wbritish-small, wamerican-large, wbritish-large, wcanadian, wamerican, 
wbritish, wcanadian-large, wamerican-small, wcanadian-small, scowl, 
wcanadian-huge, wamerican-huge, wbritish-huge
Version: 6-2.1
Priority: standard
Section: text
Maintainer: David Coe [EMAIL PROTECTED]
Build-Depends-Indep: debhelper (= 5), dictionaries-common-dev (= 0.20)
Architecture: all
Standards-Version: 3.7.2
Format: 1.0
Directory: pool/main/s/scowl
Files: f84673d5f0cb4be89c7eab66d232fb0e 767 scowl_6-2.1.dsc
 69d9b4b34dc85011d89115fa3cd2e011 2262003 scowl_6.orig.tar.gz
 e945d3c17f27272a49154164899eee11 13281 scowl_6-2.1.diff.gz

Package: scowl
Priority: optional
Section: text
Installed-Size: 7768
Maintainer: David Coe [EMAIL PROTECTED]
Architecture: all
Version: 6-2.1
Filename: pool/main/s/scowl/scowl_6-2.1_all.deb
Size: 2132850
MD5sum: fe19be0dfc810ec0654bc1bf49184c35
SHA1: 451e02a1695c9abc79e470211bf7551c50763439
SHA256: e79720a59a4a3201ce36ade655fdf686af2958b5e1e5b911d0bc895fb469a90e
Description: Spell-Checker Oriented Word Lists
 The SCOWL is a collection of word lists organized by word popularity,
 language, word class, and other factors.  These lists can be
 combined in various ways (or used individually) for spell checking
 and similar purposes.
 .
 The Debian wamerican*, wbritish*, and wcanadian* wordlist packages
 are built from (appropriate collections of) these same lists.  Install
 one (or more) of those packages if you want a comprehensive word list;
 install scowl if you (also) want to pick and choose the pieces that
 comprise those lists.
 .
 You can learn more about SCOWL (and other English word lists) at
 http://wordlist.sourceforge.net/
Tag: made-of::data:dictionary, role::app-data

Package: wamerican
Priority: standard
Section: text
Installed-Size: 1020
Maintainer: David Coe [EMAIL PROTECTED]
Architecture: all
Source: scowl
Version: 6-2.1
Provides: wordlist
Depends: dictionaries-common (= 0.20), debconf (= 0.5) | debconf-2.0
Conflicts: wenglish ( 5)
Filename: pool/main/s/scowl/wamerican_6-2.1_all.deb
Size: 267238
MD5sum: 5f918ea860a40ad4a78c50e105a84905
SHA1: b04e1b18b44c263e68a10c8d48f1fd38b66d7331
SHA256: efc979514b370e2a55017704758c10f8a262106b5d7626b0404172555eff
Description: American English dictionary words for /usr/share/dict
 This package provides the file /usr/share/dict/american-english
 containing a list of English words with American spellings.
 This list can be used by spelling checkers, and by programs such
 as look(1).
 .
 There are also -small, -large, and -huge versions of this word list,
 and there are wbritish* and wcanadian* packages as well.
Tag: made-of::data:dictionary, role::app-data, use::checking

Package: wamerican-huge
Priority: optional
Section: text
Installed-Size: 628
Maintainer: David Coe [EMAIL PROTECTED]
Architecture: all
Source: scowl
Version: 6-2.1
Provides: wordlist
Depends: dictionaries-common (= 0.20), debconf (= 0.5) | debconf-2.0
Filename: pool/main/s/scowl/wamerican-huge_6-2.1_all.deb
Size: 160694
MD5sum: 7dd6ab849d5a2a7fd16e15eeb0f4cb5a
SHA1: 1eea317d4f5136e39c1cbd7312fd629c27051f2e
SHA256: 05a0f7c1ebc9ba20c19dc101b07287d5fe240d42c7e29f710ae6ea46f984f5c2
Description: American English dictionary words for /usr/share/dict
 This package provides the file /usr/share/dict/american-english-huge
 containing a list of English words with American spellings.
 This list can be used by spelling checkers, and by programs such
 as look(1).
 .
 This is an even larger list than the one installed by wamerican-large;
 nothing prevents you installing both (and others) at the same time.
 .
 There are also -small and standard versions of this word list,
 and there are wbritish* and wcanadian* packages as well.
Tag: made-of::data:dictionary, role::app-data, use::checking

Package: wamerican-large
Priority: optional
Section: text
Installed-Size: 628
Maintainer: David Coe [EMAIL PROTECTED]
Architecture: all
Source: scowl
Version: 6-2.1
Provides: wordlist
Depends: dictionaries-common (= 0.20), debconf (= 0.5) | debconf-2.0
Filename: pool/main/s/scowl/wamerican-large_6-2.1_all.deb
Size: 160686
MD5sum: 172d2ebbbda13e29ed393df6ea5bd821
SHA1: 2b6ce64dbc49e3444d090377792083c316f065bd
SHA256: 4aedb9b3cd89b7c0cf3d9e62e5f9e2b493ce5b7938a9c540a0630a8b3b3f04ab
Description: American English dictionary words for /usr/share/dict
 This package provides the file /usr/share/dict/american-english-large
 containing a list of English words with American spellings.
 This list can be used by spelling checkers, and by programs such
 as look(1).
 .
 This is a larger list than the one installed by wamerican; nothing
 

Bug#483813: closed by [EMAIL PROTECTED] (Dmitry E. Oboukhov) (Bug#483813: fixed in hedgewars 0.9.4-1)

2008-06-23 Thread Alexander Heinlein
On Thu, Jun 19, 2008 at 01:21:11PM +, Debian Bug Tracking System wrote:
 We believe that the bug you reported is fixed in the latest version of
 hedgewars, which is due to be installed in the Debian FTP archive:

No, it isn't fixed. The bug is still there.

Maybe there is just some SDL_Quit() or something similar missing which
releases the mouse pointer after quitting the game.


Regards,
Alex



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



Bug#487738: fails on ARM, maybe related to /dev/mtd

2008-06-23 Thread Martin Michlmayr
Package: libparted1.8-udeb
Version: 1.8.8.git.2008.03.24-7
Severity: serious

d-i no longer works on ARM - starting partitioner hangs at 41% after
showing some messages.

Starting up the partitioner ├─┐
  │
  │
  │   41%   
   
glibc detected *** parted_server: double free or corruption (!prev): 0x00020c00 
***│
  │ 
   === Backtrace: =│
  
└/lib/libc.so.6[0x4014b098]
  /lib/libparted-1.8.so.9(ped_device_read+0x204)[0x400306e8]

/lib/libparted-1.8.so.9[0x400946a8]

   
/lib/libparted-1.8.so.9(ped_disk_probe+0xe4)[0x400370b8]

/lib/libparted-1.8.so.9(ped_disk_new+0xa8)[0x400371e0]

  parted_server[0x10dc0]

=== Memory map: 
 8000-00018000 r-xp  00:01 5628   
/bin/parted_server

0001f000-0002 rw-p f000 00:01 5628   /bin/parted_server
0002-00041000 rwxp 0002 00:00 0  [heap]
   
4000-4001d000 r-xp  00:01 5094   /lib/ld-2.7.so
   4001d000-40024000 rw-p 4001d000 00:00 0
   40024000-40026000 rw-p 
0001c000 00:01 5094   /lib/ld-2.7.so

  40026000-400c5000 r-xp  00:01 
5159   /lib/libparted-1.8.so.9.0.0
   
400c5000-400cc000 ---p 0009f000 00:01 5159   /lib/libparted-1.8.so.9.0.0
400cc000-400ce000 rw-p 0009e000 00:01 5159   
/lib/libparted-1.8.so.9.0.0

400ce000-400cf000 rw-p 400ce000 00:00 0
 400cf000-400db000 r-xp  00:01 587/lib/libgcc_s.so.1

400db000-400e2000 ---p c000 00:01 587/lib/libgcc_s.so.1
400e2000-400e3000 rw-p b000 00:01 587/lib/libgcc_s.so.1
   
400e3000-401fd000 r-xp  00:01 5098   /lib/libc-2.7.so
 401fd000-40204000 ---p 0011a000 00:01 5098   
/lib/libc-2.7.so

  40204000-40205000 r--p 00119000 00:01 5098   /lib/libc-2.7.so
40205000-40207000 rw-p 0011a000 00:01 5098   
/lib/libc-2.7.so

 40207000-4020a000 rw-p 40207000 00:00 0

 4020a000-4020c000 r-xp  
00:01 5096   /lib/libdl-2.7.so

4020c000-40213000 ---p 2000 00:01 5096   /lib/libdl-2.7.so
   40213000-40214000 r--p 1000 00:01 5096   /lib/libdl-2.7.so
 
40214000-40215000 rw-p 2000 00:01 5096   /lib/libdl-2.7.so
40215000-40228000 r-xp  00:01 5135   
/lib/libdevmapper.so.1.02.1

40228000-4022f000 ---p 00013000 00:01 5135   /lib/libdevmapper.so.1.02.1
 4022f000-40231000 rw-p 00012000 00:01 5135 
  /lib/libdevmapper.so.1.02.1

 40231000-40234000 r-xp  00:01 5211   
/lib/libuuid.so.1.2
  40234000-4023b000 ---p 
3000 00:01 5211   /lib/libuuid.so.1.2

  4023b000-4023c000 rw-p 2000 00:01 
5211   /lib/libuuid.so.1.2
  

Bug#487739: [INTL:sv] Swedish strings for debconf templates

2008-06-23 Thread Martin Bagge

package: movabletype-opensource
severity: wishlist
tags: patch l10n

--
Martin# translation of movabletype-opensource_4.2~rc2-2_templates.po to swedish
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Martin Bagge [EMAIL PROTECTED], 2008.
msgid 
msgstr 
Project-Id-Version: movabletype-opensource_4.2~rc2-2_templates\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2008-05-26 14:54+0100\n
PO-Revision-Date: 2008-06-23 22:14+0200\n
Last-Translator: Martin Bagge [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
X-Generator: KBabel 1.11.4\n

#. Type: boolean
#. Description
#: ../templates:1001
msgid Install Movable Type?
msgstr Installera Movable Type?

#. Type: boolean
#. Description
#: ../templates:1001
msgid 
When configuring a new database with this package (for example when 
installing it for the first time) the Movabletype install starts off being 
non-password-protected; that is, the first person to visit http://your.;
server/cgi-bin/movabletype/mt.cgi will be able to set the admin password and 
take control of your Movable Type installation.
msgstr När du ställer in databas med det här paketet (exempelvis när du 
installerar för första gången) så ställs databasen in utan 
lösenordsskydd. Den första besökaren på 
http://your.server/cgi-bin/movabletype/mt.cgi kan därmed bestämma 
adminstratörens lösenord och ta kontroll över Movable Type-installationen.

#. Type: boolean
#. Description
#: ../templates:1001
msgid 
You should take appropriate measures, such as remembering to configure the 
admin account straight after the install is completed, or restricting access 
to your web server.
msgstr Du ska vidta nödvändiga åtgärder, som att komma ihåg att ställa 
in adminstratörens användarkonto, direkt efter att installationen slutförts. 


#. Type: note
#. Description
#: ../templates:2001
msgid Insecure umask setting
msgstr Osäker inställning för umask.

#. Type: note
#. Description
#: ../templates:2001
msgid 
Due to an error preparing a previous version of the Movable Type package, a 
typo was introduced into the default configuration file which caused a 
dangerous umask to be set when publishing. This may have caused blog files 
to be created world-writable.
msgstr På grund av ett skrivfel i en äldre version av konfigurationsfilerna 
för Movable Type så skapades en del bloginlägg med en felaktig umask och 
blev därmed öpnna för allmänheten att ändra i.

#. Type: note
#. Description
#: ../templates:2001
msgid 
You should check and fix the permissions of such files, and ensure that the 
typo fix (HTMLUask should be HTMLUmask) is applied to your configuration 
file, /etc/opensource-movabletype/mt-config.cgi, once this package 
installation has completed.
msgstr Du ska kontrollera och laga eventuella fel för dessa inlägg och i 
konfigurationsfilen (HTMLUask ska vara HTMLUmask) när den här installationen 
är klar. Konfigurationsfilen finns i 
/etc/opensource-movabletype/mt-config.cgi.

#. Type: boolean
#. Description
#: ../templates:3001
msgid Continue with package upgrade which may need schema upgrades?
msgstr VIll du fortsätta med uppgraderingen trots att databasstrukturen 
kommer att ändras?

#. Type: boolean
#. Description
#: ../templates:3001
msgid 
You are about to upgrade the Movable Type package to a version which may 
include a new database schema version. To ensure continued functionality of 
Movable Type sites, you should log into any configured instances with an 
administrator account immediately after this package upgrade has completed, 
where you will be prompted to upgrade databases as required.
msgstr Du kommer nu att uppgrade till en version av Movable Type som kräver 
ändringar i databasstrukturen. För att säkerställa att Movable Type 
fortsätter fungera som det ska så ska du logga in med ett 
administratörskonto i din/dina Movable Type installation(er) direkt efter att 
uppgraderingen är slutförd.När du väl loggat in kommer instalaltionen att 
be dig uppdatera databasen.

#. Type: boolean
#. Description
#: ../templates:4001
msgid Automatically reload Apache after modifying configuration?
msgstr Starta om Apache automatiskt efter uppdateringen av konfigurationen?

#. Type: boolean
#. Description
#: ../templates:4001
msgid 
This package includes an Apache configuration fragment which should be 
applied to your running configuration. You can choose to have the package 
post-installation reload Apache for you, or do it manually.
msgstr Detta paket innehåller en uppdatering till inställningarna av Apache 
som kommer att läggas till i den aktuella konfigurationen för Apache. Du kan 
låta paketet starta om Apache automatiskt åt dig eller så väljer du att 
starta om Apache manuellt.



Bug#487257: linux-image-2.6.24: SGI GBE framebuffer colormap broken

2008-06-23 Thread Thomas Bogendoerfer
On Fri, Jun 20, 2008 at 06:24:24PM +0200, Martin Michlmayr wrote:
 Thomas, have you seen this problem?

I've never tried grafics. I need to find a cable extension to connect
the O2 to a TFT. I'll try to test this week.

Thomas.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessary a
good idea.[ RFC1925, 2.3 ]



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



Bug#487716: References to GNOME's Human Interface Guidelines

2008-06-23 Thread Johan Walles
Points where Transmission is IMO in violation of
http://library.gnome.org/devel/hig-book/stable/desktop-notification-area.html.en
:


The utility of the notification area decreases rapidly when more than
about four icons are always present. For this reason, icons that
appear only temporarily in response to events are preferable.



* Only core GNOME programs may perpetually display an icon in the status area.

* Non-core programs for which a perpetual icon may be useful must
default to not perpetually showing the icon. Users may select to
enable a perpetual icon for the application as a preference.


  Regards //Johan



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



Bug#486119: Proposed fix to update-grub_lib to stop unwanted 'search --fs-uuid'

2008-06-23 Thread Jim Bray

  I have just installed grub-pc version  1.96+20080621-1.

  My /etc/default/grub contains:

# Uncomment if you don't want GRUB to pass root=UUID=xxx parameter
to Linux
GRUB_DISABLE_LINUX_UUID=true

 'search --fs-uuid' lines should not be generated by update-grub, as I 
have the GRUB_DISABLE_LINUX_UUID option set.


  I propose the following change to update-grub_lib:

 # If there's a filesystem UUID that GRUB is capable of identifiing,
use it;
 # otherwise set root as per value in device.map.
 echo set root=`${grub_probe} --device ${device} --target=drive`
s/
if fs_uuid=`${grub_probe} --device ${device} --target=fs_uuid 
2/dev/null` ; then

/
 if [ x${GRUB_DISABLE_LINUX_UUID} != xtrue ]  
fs_uuid=`${grub_probe} --device ${device} --target=fs_uuid 2/dev/null` 
; then

/

   echo search --fs-uuid --set ${fs_uuid}
 fi
}









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



Bug#472075: Non-KDE bug.

2008-06-23 Thread Pino Toscano
Package: konqueror

As written by the reported as well, the problem is in an icon theme.
Closing then.

-- 
Pino Toscano


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


Bug#458370: Fixed in KDE 3.5.9

2008-06-23 Thread Pino Toscano
Package: konqueror
Version: 4:3.5.9.dfsg.1-1

Hi,

the problem has been fixed for sure in KDE 3.5.9 (not sure whether it was in 
some prior Debian version of kde 3.5.8), that has landed in unstable and in 
lenny too for few months, now.

Thanks for the report,
-- 
Pino Toscano


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


Bug#390282: setting package to dselect dpkg-dev dpkg, tagging 390282

2008-06-23 Thread Raphael Hertzog
# Automatically generated email from bts, devscripts version 2.10.30
# via tagpending 
#
# dpkg (1.15.0) UNRELEASED; urgency=low
#
#  * Add new option --require-valid-signature to dpkg-source. Closes: #390282
#

package dselect dpkg-dev dpkg
tags 390282 + pending




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



Bug#374451: backupninja: rotating backups would be nice

2008-06-23 Thread intrigeri
Hello,

 Some of backupninja's backups are already rotated (dpkg.status and
 aptitude.pkgstates, for example), while others only maintain
 a single backup. It would be most helpful if all backup mechanisms
 supported rotating backups, and even better if this could be
 centrally configured (even if individual backup types could override
 it).

I’m not sure to understand what you want to achieve. The « usual » way
to use backupninja is :
  1. have mysql, svn, ldap, etc. handlers write backups to a local
 directory
  2. have rdiff or dup handler upload them to a remote location
 incrementaly

Do you want to rotate the first step’s results, instead of using an
incremental backup tool such as rdiff-backup ? Or do you want to do
something else ?

Bye,
-- 
  intrigeri [EMAIL PROTECTED]



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



Bug#487740: [INTL:sv] Swedish strings for debconf templates

2008-06-23 Thread Martin Bagge

package: silc-server
severity: wishlist
tags: patch l10n

--
Martin# translation of silc-server_1.1.6-1_templates.po to swedish
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Martin Bagge [EMAIL PROTECTED], 2008.
msgid 
msgstr 
Project-Id-Version: silc-server_1.1.6-1_templates\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-10-24 07:35+0200\n
PO-Revision-Date: 2008-06-23 22:29+0200\n
Last-Translator: Martin Bagge [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
X-Generator: KBabel 1.11.4\n

#. Type: string
#. Description
#: ../templates:2001
msgid SILC server name:
msgstr Namn på SILC-server:

#. Type: string
#. Description
#: ../templates:2001
msgid Please enter the name of the SILC server (e.g. \Our SILC server\).
msgstr Ange namnet på din SILC-server (ex. \Min SILC-server\).

#. Type: string
#. Description
#: ../templates:3001
msgid SILC server hostname:
msgstr Värdnamn för SILC-server:

#. Type: string
#. Description
#: ../templates:3001
msgid 
Please enter the hostname (or the IP address) of the SILC server (e.g. silc.
example.org).
msgstr Ange värdnamnet (eller IP-adressen) för SILC-servern (ex. 
silc.exempel.se).

#. Type: string
#. Description
#: ../templates:4001
msgid SILC server administrator real name:
msgstr Fullständigt namn på administratören av SILC-servern:

#. Type: string
#. Description
#: ../templates:4001
msgid 
Please enter the real name of the operator running the SILC server (e.g. 
\J. Random Operator\).
msgstr Ange det fullständiga namnet på operatören som administrerar 
SILC-servern (ex \SILC Operatör\).

#. Type: string
#. Description
#. Type: string
#. Description
#. Type: string
#. Description
#. Type: string
#. Description
#: ../templates:4001 ../templates:5001 ../templates:6001 ../templates:7001
msgid This field may be left empty.
msgstr Detta fält kan lämnas tomt.

#. Type: string
#. Description
#: ../templates:5001
msgid SILC server administrator email address:
msgstr E-post-adress till administratören för SILC-servern:

#. Type: string
#. Description
#: ../templates:5001
msgid 
Please enter the email address of the operator running the SILC server (e.g. 
[EMAIL PROTECTED]).
msgstr Ange e-post-adressen för operatören som ansvarar för SILC-serven 
(ex. [EMAIL PROTECTED]).

#. Type: string
#. Description
#: ../templates:6001
msgid SILC server organization name:
msgstr Organisation bakom SILC-servern:

#. Type: string
#. Description
#: ../templates:6001
msgid 
Please enter the name of the organization running the SILC server (e.g. 
\Our Organization\).
msgstr Ange namnet på organisationen som administrerar SILC-servern (ex. 
\Hemmet AB\).

#. Type: string
#. Description
#: ../templates:7001
msgid SILC server location:
msgstr Plats för SILC-servern:

#. Type: string
#. Description
#: ../templates:7001
msgid Please enter the name of the country where the SILC server is located.
msgstr Ange namnet på landet som SILC-servern är belägen i.

#. Type: string
#. Description
#: ../templates:8001
msgid SILC server administrator nickname:
msgstr Användarnamn på SILC-serverns administratör.

#. Type: string
#. Description
#: ../templates:8001
msgid Please enter the nickname of the administrator of the SILC server.
msgstr Ange smeknamnet på SILC-serverns administratör.

#. Type: string
#. Description
#: ../templates:8001
msgid The administrator will use it for identification on the server.
msgstr Administratören använder detta för att identifiera sig mot servern.

#. Type: password
#. Description
#: ../templates:9001
msgid SILC administrator passphrase:
msgstr Lösenord för SILC-administratören.

#. Type: password
#. Description
#: ../templates:9001
msgid Please enter the passphrase for the SILC server administrator.
msgstr Ange lösenordet som SILC-servern.

#. Type: password
#. Description
#: ../templates:9001
msgid The administrator will need to use this passphrase in order to 
authenticate.
msgstr Administratören använder detta för att identifiera sig mot servern.

#. Type: password
#. Description
#: ../templates:9001
msgid Please note that it will be stored in clear text in a configuration 
file.
msgstr Oberserva att detta sparas i klartext i en konfigurationsfil!



Bug#487741: python-moinmoin: Hide option Render as Docbook if python-xml isn't installed.

2008-06-23 Thread Franklin Piat
Package: python-moinmoin
Version: 1.7.0-3
Severity: normal

The menu option Render as Docbook requires python-xml.

1. python-moinmoin should suggest python-xml.
2. I've attached a patch to hide the Render as Docbook option 
   if the package isn't installed.
   (otherwise, if the user request a docbook page, he gets the error :
   ImportError - No module named ext.reader)
3. I'm preparing some updates for README.Debian[1], to explain how
   to enable optional options in Debian.

Franklin

[1] http://wiki.debian.org/MoinMoin/README.Debian

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

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

Versions of packages python-moinmoin depends on:
ii  python2.5.2-1An interactive high-level object-o
ii  python-support0.8.1  automated rebuilding support for P

Versions of packages python-moinmoin recommends:
ii  exim4 4.69-5 meta-package to ease Exim MTA (v4)
ii  exim4-daemon-light [mail-tran 4.69-5+b1  lightweight Exim MTA (v4) daemon
pn  python-xapian none (no description available)

-- no debconf information
--- config/multiconfig.py-orig	2008-06-23 22:21:02.0 +0200
+++ config/multiconfig.py	2008-06-23 22:21:07.0 +0200
@@ -245,6 +245,13 @@
 'MyPages',  # only works when used with a non-default SecurityPolicy (e.g. autoadmin)
 'CopyPage',  # has questionable behaviour regarding subpages a user can't read, but can copy
]
+
+#Render As Docbook requires python-xml.
+try:
+from xml.dom.ext.reader import Sax
+except ImportError:
+actions_excluded.append('RenderAsDocbook')
+			 
 allow_xslt = False
 antispam_master_url = http://master.moinmo.in/?action=xmlrpc2;
 


Bug#461947: Announce of an upcoming upload for the yiff package

2008-06-23 Thread Christian Perrier
Dear maintainer of yiff and Debian translators,

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

The package maintainer and I agreed for a translation update round. At
the end of this period, I will send him|her a full patch so that 
an l10n upload can happen.
The full planned schedule is available at the end of this mail.

The package is currently translated to: 
ca cs da de es fr gl ja nl pt ru sv vi

Among these, the following translations are incomplete: ca cs da ru

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

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

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

The POT file is attached to this mail.

Schedule:

 Friday, June 20, 2008   : send the first intent to NMU notice to
 the package maintainer.
 Monday, June 23, 2008   : send this notice
 Wednesday, July 02, 2008   : (midnight) deadline for receiving translation 
updates
 Thursday, July 03, 2008   : Send a summary to the maintainer. Maintainer 
uploads
 when possible.

Thanks for your efforts and time.

-- 


-- 


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

#. Type: boolean
#. Description
#: ../yiff-server.templates:1001
msgid Should yiff-server manage your sound card's mixer settings?
msgstr 

#. Type: boolean
#. Description
#: ../yiff-server.templates:1001
msgid Yiff-server comes with its own mixer settings capability.
msgstr 

#. Type: boolean
#. Description
#: ../yiff-server.templates:1001
msgid 
This feature imposes Yiff's mixer settings every time yiff-server is 
started. If you opt for this, yiff-server will read in its mixer setting 
file from
msgstr 

#. Type: boolean
#. Description
#: ../yiff-server.templates:1001
msgid /var/state/yiff/mixer
msgstr 

#. Type: boolean
#. Description
#: ../yiff-server.templates:1001
msgid You may edit this file as you wish.
msgstr 


signature.asc
Description: Digital signature


Bug#486741: Libgnupg-interface-perl : new upstream release

2008-06-23 Thread Peter Palfrader
On Mon, 23 Jun 2008, Franck Joncourt wrote:

 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=486741
 
 As I did not get any answer from you following the above bug,
 I give it a second try :p!

Busy as usual, sorry.

Maybe the perl pkg group wants to take over the package?  They already
gave Class::Methodmaker a good home.

-- 
weasel



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



Bug#487678: debian-edu-install: Inconsistent usage of \t in debconf template

2008-06-23 Thread Nicolas François
tags 487678 patch
reassign 487678 debian-edu-install
thanks

On Mon, Jun 23, 2008 at 05:07:53PM +0200, Holger Levsen wrote:
 
 On Monday 23 June 2008 16:51, Helge Kreutzmann wrote:
  While updating the German Debconf translation, I noticed that you
  sometimes (!) use \t.
 
 Actually, I dont. It's present in the .po files, but not in the templates, so 
 sometime po-debconf adds it there, so reassigning and removing the patch tag. 
 (As the .po files are autogenerated/updated (and that adds the \t, I cannot 
 apply that patch anyway.)

The problem is in the debian/debian-edu-profile-udeb.templates file, which
contain tabulations. Tabulations should be expanded there.

Here is a patch for the template file.

The patch may need to be updated. I just downloaded:
http://svn.debian.org/viewsvn/debian-edu/trunk/src/debian-edu-install/debian/debian-edu-profile-udeb.templates

Best Regards,
-- 
Nekral
--- debian/debian-edu-profile-udeb.templates.orig	2008-06-23 22:15:24.367206962 +0200
+++ debian/debian-edu-profile-udeb.templates	2008-06-23 22:15:49.692206584 +0200
@@ -11,7 +11,7 @@
  .
   - Main-Server: reserved for the Debian Edu server. It does not
  include any GUI (Graphical User Interface). There should only
-		 be one such server on a Debian Edu network.
+ be one such server on a Debian Edu network.
   - Workstation: for normal machines on the Debian Edu network. 
   - Thin-Client-Server:
  includes 'Workstation' and requires two network cards.
@@ -29,7 +29,7 @@
  .
   - Main-Server: reserved for the Debian Edu server. It does not
  include any GUI (Graphical User Interface). There should only
-		 be one such server on a Debian Edu network.
+ be one such server on a Debian Edu network.
   - Workstation: for normal machines on the Debian Edu network. 
   - Thin-Client-Server:
  includes 'Workstation' and requires two network cards.


Bug#487458: if whole tree implicated, then just report its root

2008-06-23 Thread Marcin Owsiany
tags 487458 + help confirmed
thanks

On Sun, Jun 22, 2008 at 06:57:58AM +0800, [EMAIL PROTECTED] wrote:
 Instead of doing e.g.,
  unexplained: var 
 /var/lib/mediawiki-1.12.0
 /var/lib/mediawiki-1.12.0/.htaccess
   (hundreds follow.)
 
 Optionally do like diff -r, and just say
  unexplained: var 
 /var/lib/mediawiki-1.12.0/
 Or
 /var/lib/mediawiki-1.12.0/: 324 files in 39 directories

I agree this would be a nice feature, as cruft's reports can easily get
unreadable because of their size.

However cruft does not have a notion of tree, it just processes lists
of filenames. Consequently, making it recognize whether a whole subtree
is implicated, would be rather difficult. I'm not saying impossible,
because both lists of implicated and existing files are available.
However my algorithmic skills are not good enough to attempt writing an
efficient implementation myself. I will happily accept patches, though.

In the meantime, you can have a look at #291823 and its blocker bug, for
a crude UI to cruft reports.

regards,

Marcin
-- 
Marcin Owsiany [EMAIL PROTECTED] http://marcin.owsiany.pl/
GnuPG: 1024D/60F41216  FE67 DA2D 0ACA FC5E 3F75  D6F6 3A0D 8AA0 60F4 1216



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



Bug#487742: [INTL:gl] Galician debconf template translation for mxallowd

2008-06-23 Thread Jacobo Tarrio
Package: mxallowd
Severity: wishlist
Tags: l10n patch

 It is attached to this report.
# Galician translation of mxallowd's debconf templates
# This file is distributed under the same license as the mxallowd package.
# Jacobo Tarrio [EMAIL PROTECTED], 2008.
#
msgid 
msgstr 
Project-Id-Version: mxallowd\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2008-06-02 20:00+0200\n
PO-Revision-Date: 2008-06-23 21:26+0100\n
Last-Translator: Jacobo Tarrio [EMAIL PROTECTED]\n
Language-Team: Galician [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: string
#. Description
#: ../mxallowd.templates:1001
msgid Real mailservers:
msgstr Servidores de correo reais:

#. Type: string
#. Description
#: ../mxallowd.templates:1001
msgid Enter the IP addresses of the real mailserver.
msgstr Introduza os enderezos IP do servidor de correo real.

#. Type: string
#. Description
#: ../mxallowd.templates:2001
msgid Fake mailservers:
msgstr Servidores de correo falsos:

#. Type: string
#. Description
#: ../mxallowd.templates:2001
msgid Enter the IP addresses of the fake mailserver.
msgstr Introduza os enderezos IP do servidor de correo falso.


Bug#455836: backupninja: Allow the entire backup run to be halted by an action

2008-06-23 Thread intrigeri
Hello,

 Attached is a patch that adds a new log level which, if called by
 an action, causes the entire backup run to be halted. This is quite
 important for certain sorts of actions, such as device mounting,
 which must be able to stop the entire backup run if it fails to
 complete successfully.

 I've given the patch some basic tests locally and it all seems to
 work like a charm, but there may be corner cases
 I haven't considered.

Your patch seems nice, and I’m considering applying upstream.

The only detail that troubles me is your change in src/backupninja.in,
around @@ -252,19 +259,22 @@, where you use the 'colorize' function
instead of the debug, info, etc. ones.

Why did you this ?

Bye,
-- 
  intrigeri [EMAIL PROTECTED]



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



Bug#487741: python-moinmoin: Hide option Render as Docbook if python-xml isn't installed.

2008-06-23 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Mon, Jun 23, 2008 at 10:32:31PM +0200, Franklin Piat wrote:
The menu option Render as Docbook requires python-xml.

1. python-moinmoin should suggest python-xml.
2. I've attached a patch to hide the Render as Docbook option 
   if the package isn't installed.
   (otherwise, if the user request a docbook page, he gets the error :
   ImportError - No module named ext.reader)
3. I'm preparing some updates for README.Debian[1], to explain how
   to enable optional options in Debian.

Franklin

[1] http://wiki.debian.org/MoinMoin/README.Debian


Looks excellent.

Would you be interested in co-maintaining MoinMoin with me?


  - Jonas

- -- 
* Jonas Smedegaard - idealist og Internet-arkitekt
* Tlf.: +45 40843136  Website: http://dr.jones.dk/

  - Enden er nær: http://www.shibumi.org/eoti.htm
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkhgC5EACgkQn7DbMsAkQLjsZQCfUjiqNqfqoDHfNh/241BtQU4m
hfAAoKLgLr7iDsdH4U+EJljg6aTrLTw/
=rN/t
-END PGP SIGNATURE-



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



Bug#487702: Acknowledgement (root-system: [INTL:fr] French debconf templates translation update)

2008-06-23 Thread Christian Perrier
Here's a proofread version (one typo fixed).




fr.po
Description: application/gettext


signature.asc
Description: Digital signature


Bug#487685: mxallowd: Inconsistent singular/plural usage in Debconf dialogues

2008-06-23 Thread Christian Perrier
Quoting Helge Kreutzmann ([EMAIL PROTECTED]):
 Package: mxallowd
 Version: 1.5-2
 Severity: normal
 X-Debbugs-CC: Christian Perrier [EMAIL PROTECTED]
 
 While translating your Debconf template into German, I noticed that
 you are inconsistent regarding singular/plural. In the first message,
 you say:
 Real mailservers   (plural)
 but then
 Enter the IP addresses of the real mailserver  (singular)
 
 And similar for the fake ones.
 
 Since I don't know mxallowd, I have no idea if there needs to be one
 or possibly multiple those servers, hence no patch. Please notify all
 translators after fixing and updating the po files.


Same remark made in private to the maintainer..:-)




signature.asc
Description: Digital signature


Bug#466373: patch for dact to use liblzo2.

2008-06-23 Thread Andreas Henriksson
tags 466373 + patch
usertag 466373 + proposed-patch
thanks

Simply updating the liblzo-dev build-dependency to liblzo2-dev seems to
solve the problem without any further adjustments needed.
To generate a proper clean diff on rebuilds, Makefile.dep and dact.conf
needs to be removed when cleaning.

-- 
Regards,
Andreas Henriksson
diff -Nru dact-0.8.41/debian/changelog dact-0.8.41/debian/changelog
--- dact-0.8.41/debian/changelog	2008-06-23 20:49:36.0 +
+++ dact-0.8.41/debian/changelog	2008-06-23 20:49:36.0 +
@@ -1,3 +1,11 @@
+dact (0.8.41-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Switch build-dependcy from liblzo-dev to liblzo2-dev. (Closes: #466373)
+  * Remove Makefile.dep and dact.conf on clean.
+
+ -- Andreas Henriksson [EMAIL PROTECTED]  Mon, 23 Jun 2008 20:36:28 +
+
 dact (0.8.41-4) unstable; urgency=low
 
   * Bump Standards-Version: 3.7.3.
diff -Nru dact-0.8.41/debian/control dact-0.8.41/debian/control
--- dact-0.8.41/debian/control	2008-06-23 20:49:36.0 +
+++ dact-0.8.41/debian/control	2008-06-23 20:49:36.0 +
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Jose Carlos Medeiros [EMAIL PROTECTED]
 Uploaders: Ola Lundqvist [EMAIL PROTECTED]
-Build-Depends: debhelper (= 5.0.0), zlib1g-dev, libbz2-dev, libmcrypt-dev, liblzo-dev, dpatch
+Build-Depends: debhelper (= 5.0.0), zlib1g-dev, libbz2-dev, libmcrypt-dev, liblzo2-dev, dpatch
 Standards-Version: 3.7.3
 Homepage: http://www.rkeene.org/oss/dact/
 
diff -Nru dact-0.8.41/debian/rules dact-0.8.41/debian/rules
--- dact-0.8.41/debian/rules	2008-06-23 20:49:36.0 +
+++ dact-0.8.41/debian/rules	2008-06-23 20:49:36.0 +
@@ -32,6 +32,7 @@
 	[ ! -f Makefile ] || $(MAKE) distclean
 
 	dh_clean 
+	rm -f Makefile.dep dact.conf
 
 install: build
 	dh_testdir


Bug#485914: Patch for liblzo issue for libavg.

2008-06-23 Thread Andreas Henriksson
tags 485914 + patch
usertag 485914 + proposed-patch
thanks

As suggested in the original bugreport, simply removing the
build-dependency fixes the problem. Trivial patch attached. Will be
uploaded soon...

-- 
Regards,
Andreas Henriksson
diff -Nru libavg-0.7.0/debian/changelog libavg-0.7.0/debian/changelog
--- libavg-0.7.0/debian/changelog	2008-06-23 20:35:11.0 +
+++ libavg-0.7.0/debian/changelog	2008-06-23 20:35:12.0 +
@@ -1,3 +1,10 @@
+libavg (0.7.0-6.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove spurious liblzo-dev build-dependency. (Closes: #485914)
+
+ -- Andreas Henriksson [EMAIL PROTECTED]  Mon, 23 Jun 2008 20:24:11 +
+
 libavg (0.7.0-6) unstable; urgency=low
 
   * Support both python 2.4 and 2.5.
diff -Nru libavg-0.7.0/debian/control libavg-0.7.0/debian/control
--- libavg-0.7.0/debian/control	2008-06-23 20:35:11.0 +
+++ libavg-0.7.0/debian/control	2008-06-23 20:35:12.0 +
@@ -4,7 +4,7 @@
 Maintainer: Torsten Werner [EMAIL PROTECTED]
 Build-Depends: cdbs, debhelper (= 5), libavcodec-dev, libavformat-dev,
  libboost-python-dev (= 1.34.1-8), libboost-thread-dev, libdc1394-13-dev,
- liblzo-dev, libmagick++9-dev, libpango1.0-dev, libsdl1.2-dev, libtool,
+ libmagick++9-dev, libpango1.0-dev, libsdl1.2-dev, libtool,
  libxml2-dev, libxxf86vm-dev, python-all-dev, python-central (= 0.5),
  quilt
 XS-Python-Version: 2.4, 2.5


Bug#31360: Improve your resume in less than 40 days

2008-06-23 Thread Jamie Grady
What would a PhD title do for your resume?

Special accredited university program for working adults

Call 24/7 on

For US: 1-419-735-9250
Outside US: +1-419-735-9250




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



Bug#487744: [INTL:sv] Swedish strings for debconf templates

2008-06-23 Thread Martin Bagge

package: pixelpost
severity: wishlist
tags: patch l10n

--
Martin# translation of pixelpost_1.7.1-2_templates.po to swedish
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Martin Bagge [EMAIL PROTECTED], 2008.
msgid 
msgstr 
Project-Id-Version: pixelpost_1.7.1-2_templates\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2008-05-07 17:14+0200\n
PO-Revision-Date: 2008-06-23 22:58+0200\n
Last-Translator: Martin Bagge [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
X-Generator: KBabel 1.11.4\n

#. Type: password
#. Description
#: ../templates:1001
msgid Administrative user's password:
msgstr Lösenord för administratören:

#. Type: password
#. Description
#: ../templates:1001
msgid 
Please enter the password of the administrative user ('admin').  This 
password is needed to connect to the administrative screens of pixelpost.
msgstr Ange lösenordet för administratören (\admin\). Lösenordet behövs 
för att ansluta till administrationsläget i pixelpost.

#. Type: password
#. Description
#: ../templates:1001
msgid 
It won't be possible to post any picture in pixelpost until this password is 
set.
msgstr Du kan inte börja publicera bilder innan lösenordet har sparats.



Bug#487743: [INTL:sv] Swedish strings for debconf translation

2008-06-23 Thread Martin Bagge

package: textpattern
severity: wishlist
tags: patch l10n

--
Martin# translation of textpattern_4.0.6-1_templates.po to swedish
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Martin Bagge [EMAIL PROTECTED], 2008.
msgid 
msgstr 
Project-Id-Version: textpattern_4.0.6-1_templates\n
Report-Msgid-Bugs-To: Source: [EMAIL PROTECTED]
POT-Creation-Date: 2007-12-04 00:12+0100\n
PO-Revision-Date: 2008-06-23 22:49+0200\n
Last-Translator: Martin Bagge [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
X-Generator: KBabel 1.11.4\n

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid apache2
msgstr apache2

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid lighttpd
msgstr lighttpd

#. Type: multiselect
#. Description
#: ../templates:1002
msgid Web server(s) to configure automatically:
msgstr Webbserver/-rar att ställa in automatiskt:

#. Type: multiselect
#. Description
#: ../templates:1002
msgid 
Textpattern supports any web server supported by PHP, however only Apache 
can be configured automatically.
msgstr Textpattern kan köras med vilken webbserver som helst som har stöd 
för PHP. Det är dock bara Apache som kan ställas in automatiskt.

#. Type: multiselect
#. Description
#: ../templates:1002
msgid 
Please select the web server(s) that should be configured automatically for 
Textpattern.
msgstr Välj de(n) webbserver/-rar som Textpattern ska ställa in automatiskt.

#. Type: boolean
#. Description
#: ../templates:2001
msgid Should the webserver(s) be restarted now?
msgstr Vill du starta om webbserver/-rar nu?

#. Type: boolean
#. Description
#: ../templates:2001
msgid 
In order to activate the new configuration, the reconfigured web server(s) 
have to be restarted.
msgstr För att inställningarna ska träda i kraft måste webbservern/-rarna 
startas om.



Bug#487747: debian-edu-install: [INTL:pt] Updated Portuguese translation for debconf messages

2008-06-23 Thread Traduz - Portuguese Translation Team
Package: debian-edu-install
Version: 0.670~svn41647
Tags: l10n, patch
Severity: wishlist

Updated Portuguese translation for debian-edu-install's debconf messages.
Translator: Miguel Figueiredo [EMAIL PROTECTED]
Feel free to use it.

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


-- 
Best regards,

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


pt.po
Description: application/gettext


Bug#487603: further informations about this bug

2008-06-23 Thread David Kremer
Further informations : I have get a backtrace by this way :

cd freedroid/src
gdb ./freedroidRPG
run
bt

/start of backtrace/
[EMAIL PROTECTED]:~/src/freedroid/src$ gdb ./freedroidRPG
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as i486-linux-gnu...
(gdb) run
Starting program: /home/dkremer/src/freedroid/src/freedroidRPG
[Thread debugging using libthread_db enabled]

Hello, this is FreedroidRPG, version 0.10.4svn.
This seems to be a cvs version, so we'll exit on floating point exceptions.
-Signal Handling--
Setting up signal handlers for internal backtrace:
Now catching SIGSEGV: YES
Now catching FPE (if raised, that is!): YES

[New Thread 0xb76c36c0 (LWP 3052)]
[New Thread 0xb76c2b90 (LWP 3055)]

Video system type: x11.
Using screen resolution 800 x 600.
Testing if color depth 32 bits is available... YES.

video mode set (bpp=32 RGBA= depth=24)
-OpenGL---
Vendor : Tungsten Graphics, Inc
Renderer   : Mesa DRI Intel(R) 945GM 20061017 x86/MMX/SSE2
Version: 1.3 Mesa 7.0.4


Program received signal SIGFPE, Arithmetic exception.
[Switching to Thread 0xb76c36c0 (LWP 3052)]
_mesa_sse_transform_points2_3d_no_rot () at x86/sse_xform2.S:200
200 x86/sse_xform2.S: No such file or directory.
in x86/sse_xform2.S
Current language:  auto; currently asm
(gdb) bt
#0  _mesa_sse_transform_points2_3d_no_rot () at x86/sse_xform2.S:200
#1  0xb6b5c5ef in run_vertex_stage (ctx=0x85216c0, stage=0x856ee1c) at
tnl/t_vb_vertex.c:144
#2  0xb6b52124 in _tnl_run_pipeline (ctx=0x85216c0) at tnl/t_pipeline.c:158
#3  0xb6abebf7 in intelRunPipeline (ctx=0x85216c0) at intel_tris.c:778
#4  0xb6b52695 in _tnl_draw_prims (ctx=0x85216c0, arrays=0x855d100,
prim=0x855bc5c, nr_prims=1, ib=0x0, min_index=0, max_index=3) at
tnl/t_draw.c:402
#5  0xb6b4ad5e in vbo_exec_vtx_flush (exec=0x855bb38) at vbo/vbo_exec_draw.c:215
#6  0xb6b46408 in vbo_exec_FlushVertices (ctx=0x85216c0, flags=1) at
vbo/vbo_exec_api.c:700
#7  0xb6bf2639 in enable_texture (ctx=0x85216c0, state=64 '@', bit=2)
at main/enable.c:207
#8  0xb6bf50cf in _mesa_set_enable (ctx=0x85216c0, cap=3553, state=64
'@') at main/enable.c:595
#9  0xb6bf67ef in _mesa_Enable (cap=3553) at main/enable.c:960
#10 0x080bca60 in our_SDL_fill_rect_wrapper (dst=0x84f7878,
dstrect=0xbfcf2e84, color=0) at open_gl.c:233
#11 0x08093860 in ShowStartupPercentage (Percentage=1) at init.c:216
#12 0x08087410 in InitVideo () at graphics.c:1874
#13 0x08093f0d in InitFreedroid (argc=1, argv=0xbfcf3944) at init.c:2275
#14 0x080ab311 in main (argc=1, argv=0xbfcf3944) at main.c:154
(gdb) quit
The program is running.  Exit anyway? (y or n) y
/End of
backtrace***/



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



Bug#487746: lintian should not complain about 64bit issues, when running on a 32bit kernel

2008-06-23 Thread Matthias Klose
Package: lintian
Version: 1.24.1
Severity: important

As seen on
http://lintian.debian.org/maintainer/[EMAIL PROTECTED]
lintian emits bogus errors and warnings:

lib64stdc++6-4.2-dbg

* W apparently-corrupted-elf-binary
  o ./usr/lib64/debug/libstdc++.so.6.0.9
* W shared-lib-without-dependency-information
  o ./usr/lib64/debug/libstdc++.so.6.0.9

lib64gfortran2

* E sharedobject-in-library-directory-missing-soname
  o usr/lib64/libgfortran.so.2.0.0
* E pkg-has-shlibs-control-file-but-no-actual-shared-libs
* W postinst-has-useless-call-to-ldconfig
* W postrm-has-useless-call-to-ldconfig
* W apparently-corrupted-elf-binary
  o ./usr/lib64/libgfortran.so.2.0.0
* W shared-lib-without-dependency-information
  o ./usr/lib64/libgfortran.so.2.0.0

This is plain wrong. Please do *not* emit these errors and warnings if
you cannot run your tests.



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



Bug#487574: rm-old-firmware

2008-06-23 Thread Marc Singer
On Sun, Jun 22, 2008 at 03:30:19PM -0400, Joey Hess wrote:
 Package: ixp4xx-microcode
 Severity: normal
 
 There's a rm-old-firmware branch in git that deletes an old version of
 the firmware installed by d-i.
 
 I had meant to enable that once I was sure that the package was working
 ok, which it seems to be. At least, no bugs found by its very few
 current users.
 
 Note that the version comparison in the postinst needs to be changed to
 be whatever version of the package is released with the firmware removal
 enabled.
 
 -- 
 see shy jo


I'll look into this.



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



Bug#487745: epiphany-webkit: crashes on startup

2008-06-23 Thread Axel Beckert
Package: epiphany-webkit
Version: 2.22.1.1-1
Severity: grave

When I try to start epiphany-webkit (first use, no stored session or
requested a new one), it crashes with SIGBUS. epiphany-gecko works
fine, though.

Started it remotely via ssh from an Etch amd64 installation. Used
openssh-client from Etch (1:4.3p2-9etch2, amd64) and openssh-server
from Lenny (1:4.7p1-12, sparc).

Here's the (probably not that useful though -dbg is installed)
backtrace:

 gdb epiphany-webkit
GNU gdb 6.7.1-debian
Copyright (C) 2007 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as sparc-linux-gnu...
Using host libthread_db library /lib/libthread_db.so.1.
(gdb) r
Starting program: /usr/bin/epiphany-webkit 
[Thread debugging using libthread_db enabled]
warning: Lowest section in /usr/lib/libicudata.so.38 is .hash at 00b4
[New Thread 0xf6de6730 (LWP 11944)]

Program received signal SIGBUS, Bus error.
[Switching to Thread 0xf6de6730 (LWP 11944)]
0xf7d33880 in ?? () from /usr/lib/libwebkit-1.0.so.1
(gdb) bt
#0  0xf7d33880 in ?? () from /usr/lib/libwebkit-1.0.so.1
#1  0xf7d33860 in ?? () from /usr/lib/libwebkit-1.0.so.1
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb) 

The last few lines of an strace run:

open(/usr/share/locale/en.utf8/LC_MESSAGES/epiphany-extensions-2.22.mo, 
O_RDONLY) = -1 ENOENT (No such file or directory)
open(/usr/share/locale/en/LC_MESSAGES/epiphany-extensions-2.22.mo, O_RDONLY) 
= -1 ENOENT (No such file or directory)
clock_gettime(CLOCK_MONOTONIC, {102767, 791903094}) = 0
clock_gettime(CLOCK_MONOTONIC, {102767, 840551709}) = 0
open(/dev/urandom, O_RDONLY|O_LARGEFILE) = 16
fstat64(16, {st_mode=S_IFCHR|0666, st_rdev=makedev(1, 9), ...}) = 0
ioctl(16, TCSETAF or SNDCTL_TMR_SELECT, 0xffceb92c) = -1 EINVAL (Invalid 
argument)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xf7f88000
read(16, \357\212$m}\351\373\\\17\21\235\342\330\224)\340\211DJ..., 8192) = 
8192
close(16)   = 0
munmap(0xf7f88000, 8192)= 0
stat64(/home/abe/.gnome2/epiphany/favicon_cache, {st_mode=S_IFDIR|0750, 
st_size=4096, ...}) = 0
access(/home/abe/.gnome2/epiphany/ephy-favicon-cache.xml, F_OK) = 0
stat64(/home/abe/.gnome2/epiphany/ephy-favicon-cache.xml, 
{st_mode=S_IFREG|0644, st_size=478, ...}) = 0
brk(0x42e000)   = 0x42e000
open(/home/abe/.gnome2/epiphany/ephy-favicon-cache.xml, O_RDONLY|O_LARGEFILE) 
= 16
fstat64(16, {st_mode=S_IFREG|0644, st_size=478, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xf7f88000
read(16, ?xml version=\1.0\?\nephy_favi..., 16384) = 478
read(16, , 12288) = 0
_llseek(16, 0, [478], SEEK_CUR) = 0
_llseek(16, 0, [0], SEEK_SET)   = 0
read(16, ?xml version=\1.0\?\nephy_favi..., 4096) = 478
read(16, , 4096)  = 0
close(16)   = 0
munmap(0xf7f88000, 8192)= 0
gettimeofday({1214254460, 284651}, NULL) = 0
gettimeofday({1214254460, 285285}, NULL) = 0
writev(10, [{GIOP\1\2\0\0\0\0\0\241, 12}, 
{\377\316\300\4\3\0\0\0\0\0\0\0\0\0\0\34\0\0\0\0\256$0\31..., 161}], 2) = 173
poll([{fd=6, events=POLLIN}, {fd=10, events=POLLIN|POLLPRI, revents=POLLIN}, 
{fd=11, events=POLLIN|POLLPRI}, {fd=12, events=POLLIN|POLLPRI}], 4, -1) = 1
read(10, GIOP\1\2\0\1\0\0\0_, 12) = 12
read(10, \377\316\300\4\0\0\0\0\0\0\0\1\0\0\0\1\0\0\0\f\0\0\0\0..., 95) = 95
writev(10, [{GIOP\1\2\0\0\0\0\1\320, 12}, 
{\377\316\277l\3\0\0\0\0\0\0\0\0\0\0\34\0\0\0\0\256$0\31..., 44}, 
{\0\0\0\35add_listener_with_properties..., 36}, 
{\0\0\0\1\0\0\0\1\0\0\0\f\0\0\0\0\5\1\0\1\0\1\1\t\0\0\0..., 384}], 4) = 476
poll([{fd=6, events=POLLIN}, {fd=10, events=POLLIN|POLLPRI, revents=POLLIN}, 
{fd=11, events=POLLIN|POLLPRI}, {fd=12, events=POLLIN|POLLPRI}], 4, -1) = 1
read(10, GIOP\1\2\0\1\0\0\0(, 12) = 12
read(10, \377\316\277l\0\0\0\0\0\0\0\1\0\0\0\1\0\0\0\f\0\0\0\0\5..., 40) = 40
writev(10, [{GIOP\1\2\0\0\0\0\0\241, 12}, 
{\377\316\276T\3\0\0\0\0\0\0\0\0\0\0\34\0\0\0\0\256$0\31..., 161}], 2) = 173
poll([{fd=6, events=POLLIN}, {fd=10, events=POLLIN|POLLPRI, revents=POLLIN}, 
{fd=11, events=POLLIN|POLLPRI}, {fd=12, events=POLLIN|POLLPRI}], 4, -1) = 1
read(10, GIOP\1\2\0\1\0\0\0_, 12) = 12
read(10, \377\316\276T\0\0\0\0\0\0\0\1\0\0\0\1\0\0\0\f\0\0\0\0\5..., 95) = 95
writev(10, [{GIOP\1\2\0\0\0\0\0\241, 12}, 
{\377\316\276T\3\0\0\0\0\0\0\0\0\0\0\34\0\0\0\0\256$0\31..., 161}], 2) = 173
poll([{fd=6, events=POLLIN}, {fd=10, events=POLLIN|POLLPRI, revents=POLLIN}, 
{fd=11, events=POLLIN|POLLPRI}, {fd=12, events=POLLIN|POLLPRI}], 4, -1) = 1
read(10, GIOP\1\2\0\1\0\0\0`, 12) = 12
read(10, \377\316\276T\0\0\0\0\0\0\0\1\0\0\0\1\0\0\0\f\0\0\0\0\5..., 

Bug#487224: kvm: please rename bug: pxe boot with model=e1000 does not work

2008-06-23 Thread Holger Fischer
Package: kvm
Version: 70+dfsg-1
Followup-For: Bug #487224

Here some more information created with reportbug

-- Package-specific info:


selected information from lshal(1):



/proc/cpuinfo:

processor   : 0
vendor_id   : AuthenticAMD
cpu family  : 15
model   : 107
model name  : AMD Athlon(tm) X2 Dual Core Processor BE-2300
stepping: 2
cpu MHz : 1899.930
cache size  : 512 KB
physical id : 0
siblings: 2
core id : 0
cpu cores   : 2
fpu : yes
fpu_exception   : yes
cpuid level : 1
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 
3dnowext 3dnow rep_good pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy 
3dnowprefetch
bogomips: 3803.04
TLB size: 1024 4K pages
clflush size: 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management: ts fid vid ttp tm stc 100mhzsteps

processor   : 1
vendor_id   : AuthenticAMD
cpu family  : 15
model   : 107
model name  : AMD Athlon(tm) X2 Dual Core Processor BE-2300
stepping: 2
cpu MHz : 1899.930
cache size  : 512 KB
physical id : 0
siblings: 2
core id : 1
cpu cores   : 2
fpu : yes
fpu_exception   : yes
cpuid level : 1
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 
3dnowext 3dnow rep_good pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy 
3dnowprefetch
bogomips: 3799.94
TLB size: 1024 4K pages
clflush size: 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management: ts fid vid ttp tm stc 100mhzsteps




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

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

Versions of packages kvm depends on:
ii  adduser3.108 add and remove users and groups
ii  bridge-utils   1.4-3 Utilities for configuring the Linu
ii  iproute20080417-1networking and traffic control too
ii  libasound2 1.0.16-2  ALSA library
ii  libc6  2.7-12GNU C Library: Shared libraries
ii  libgnutls262.2.5-1   the GNU TLS library - runtime libr
ii  libncurses55.6+20080614-1Shared libraries for terminal hand
ii  libsdl1.2debian1.2.13-2  Simple DirectMedia Layer
ii  python 2.5.2-1   An interactive high-level object-o
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages kvm recommends:
ii  linux-image-2.6.25-2-amd64 [l 2.6.25-5   Linux 2.6.25 image on AMD64

-- no debconf information



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



Bug#476910: backupninja: Add support to 'hdb' backend of slapd in the ninjahelper

2008-06-23 Thread intrigeri
tags 476910 + fixed-upstream
thanks

Hello,

 When I was trying to create a LDAP handler with ninjahelper, The ldap
 action wizard said I couldn't find any backends in your slapd.conf.
 Bailing out., but actually the ldap service works fine with 'hdb' backend.

 I read the script /usr/share/backupninja/ldap.helper and found it would
 only recognize 'bdb' and 'ldbm'. I am not sure if 'bdb' and 'hdb' is
 interchangeable in this scenario.

 As I know, 'hdb' is a variant of 'bdb', and is the default backend when
 I was installing the slapd package (version 2.3.38-1+lenny1), so I wish
 the ninjahelper could support the 'hdb' backend as well.

Please try upstream SVN trunk r565 if this is an option for you, it
should fix this. I’ve no LDAP server at hand so am unable to test my
fix myself.

 BTW, at beginning I was confused by the message mentioned above, maybe
 it's more precise to say couldn't find any *supported* backends.

Done (SVN trunk r566).

Bye,
-- 
  intrigeri [EMAIL PROTECTED]



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



Bug#487748: [INTL:sv] Swedish strings for debconf template

2008-06-23 Thread Martin Bagge

package: chdrv
severity: wishlist
tags: patch l10n

--
Martin# translation of chdrv_1.0.13p-3.2_templates.po to swedish
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Martin Bagge [EMAIL PROTECTED], 2008.
msgid 
msgstr 
Project-Id-Version: chdrv_1.0.13p-3.2_templates\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-01-27 09:10+0100\n
PO-Revision-Date: 2008-06-23 23:08+0200\n
Last-Translator: Martin Bagge [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
X-Generator: KBabel 1.11.4\n

#. Type: boolean
#. Description
#: ../templates:1001
msgid Do you want /usr/bin/chdrv to be installed SUID root?
msgstr Vill du ställa in SUID root för /usr/bin/chdrv?

#. Type: boolean
#. Description
#: ../templates:1001
msgid 
You have the option of installing the /usr/bin/chdrv binary with the SUID 
bit set.  By setting 'SUID root', non-root users may run chdrv directly.
msgstr Du kan ställa in SUID för /usr/bin/chdrv. Genom att göra detta  så 
kan vanliga användare (icke-root) köra chdrv.

#. Type: boolean
#. Description
#: ../templates:1001
msgid 
However, this is a potential security risk!  chdrv may still contain 
undiscovered security flaws which malicious users may exploit if chdrv is 
set SUID root. You have been warned!
msgstr Observa att detta är en potentiell säkerhetsrisk! chdrv kan 
innehålla okända fel som utsätter ditt system för möjligheten att 
illvilliga användare kan utnyttja om chdrv körs med SUID root. Du blev 
varnad!

#. Type: boolean
#. Description
#: ../templates:1001
msgid 
If you do not plan to use chdrv regularly, you should install it without 
SUID.  You may change this later by running \dpkg-reconfigure chdrv\.
msgstr Om du inte har tänkt använda chdrv ofta så bör du installera det 
utan SUID. Du kan ändra detta senare genom att köra 'dpkg-reconfigure chdrv'.



Bug#487749: mxallowd: [INTL:pt] Portuguese translation for debconf messages

2008-06-23 Thread Traduz - Portuguese Translation Team
Package: mxallowd
Version: n/a
Tags: l10n, patch
Severity: wishlist

Portuguese translation for mxallowd's debconf messages.
Translator: Américo Monteiro [EMAIL PROTECTED]
Feel free to use it.

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


-- 
Best regards,

Miguel Figueiredo
Traduz - Portuguese Translation Team
http://www.DebianPT.org


pt.po
Description: application/gettext


Bug#487751: [INTL:sv] Swedish strings for debconf template

2008-06-23 Thread Martin Bagge

package: sbnc
severity: wishlist
tags: patch l10n

--
Martin# translation of sbnc_1.2-6_templates.po to swedish
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Martin Bagge [EMAIL PROTECTED], 2008.
msgid 
msgstr 
Project-Id-Version: sbnc_1.2-6_templates\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2008-05-22 19:21+0200\n
PO-Revision-Date: 2008-06-23 23:14+0200\n
Last-Translator: Martin Bagge [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
X-Generator: KBabel 1.11.4\n

#. Type: boolean
#. Description
#: ../sbnc.templates:1001
msgid Autostart shroudBNC on server boot?
msgstr Vill du att shroudBNC startar automatiskt vid uppstart?

#. Type: boolean
#. Description
#: ../sbnc.templates:1001
msgid shroudBNC (sbnc) can start automatically when the server is booted.
msgstr shroudBNC (sbnc) kan starta automatiskt vid uppstart av servern.

#. Type: string
#. Description
#: ../sbnc.templates:2001
msgid IP on which shroudBNC should listen for connections:
msgstr IP-adress som shroudBNC ska lyssna efter anslutningar på:

#. Type: string
#. Description
#: ../sbnc.templates:2001
msgid 
shroudBNC will only listen for new client connections on the given IP 
address.
msgstr shroudBNC lyssnar endast efter nya anslutningar på angiven IP-adress.

#. Type: string
#. Description
#: ../sbnc.templates:2001
msgid If you choose 0.0.0.0 as address, shroudBNC will listen on all 
interfaces.
msgstr Om du anger 0.0.0.0 som IP-adress så lyssnar shroudBNC på alla 
anslutningsvägar.

#. Type: string
#. Description
#: ../sbnc.templates:3001
msgid TCP/IP port for shroudBNC:
msgstr TCP/IP-port för shroudBNC:

#. Type: string
#. Description
#: ../sbnc.templates:3001
msgid shroudBNC will listen on this port for new connections.
msgstr shroudBNC lysnar på denna port efter nya anslutningar.

#. Type: string
#. Description
#: ../sbnc.templates:3001
msgid 
Please note that you have to choose a port which is higher than 1023 and 
which is not used by any other program.
msgstr Du måste ange ett portnummer över 1023 och som inte används av 
något annat program.

#. Type: string
#. Description
#: ../sbnc.templates:4001
msgid Username for the first administrative user:
msgstr Användarnamn för administratören:

#. Type: string
#. Description
#: ../sbnc.templates:4001
msgid 
shroudBNC needs a first user with administrative rights. Enter here the 
login name for your administrator.
msgstr Den första användaren i shroudBNC blir administratör. Ange dess 
användarnamn här.

#. Type: password
#. Description
#: ../sbnc.templates:5001
msgid Password to set for the first user:
msgstr Lösenord för den första användaren:

#. Type: password
#. Description
#: ../sbnc.templates:5001
msgid Enter here your password for your first administrative user account.
msgstr Ange lösenordet för administratören.



Bug#487750: mirror submission for debian.mirror.dkm.cz

2008-06-23 Thread Tomas Zvala
Package: mirrors
Severity: wishlist

Submission-Type: new
Site: debian.mirror.dkm.cz
Type: leaf
Archive-architecture: ALL alpha amd64 arm hppa hurd-i386 i386 ia64 m68k mips 
mipsel powerpc s390 sparc 
Archive-ftp: /debian/
Archive-http: /debian/
Archive-rsync: debian/
CDImage-ftp: /debian-cd/
CDImage-http: /debian-cd/
CDImage-rsync: debian-cd/
Security-ftp: /debian-security/
Security-http: /debian-security/
Security-rsync: debian-security/
IPv6: no
Archive-upstream: ftp.nl.debian.org
Security-upstream: security.debian.org
CDImage-upstream: cdimage.debian.org
Updates: twice
Maintainer: Tomas Zvala [EMAIL PROTECTED]
Country: CZ Czech Republic
Location: Prague
Sponsor: UPC #268;eská republika, a.s. http://www.upc.cz/
Comment: Package mirror should be up and running. -security and -cd mirrors are 
syncing at the moment. I would like to set up push-mirroring for this site, if 
that is possible and community is in need of this type of mirror. 
 
 mirror hw: Xeon 3220, 8GB RAM, 11xWD4000YR RAID5, 2x1Gbit link to our backbone 
router.



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



Bug#466373: patch for dact to use liblzo2.

2008-06-23 Thread Jose Carlos Medeiros
Hi Andreas,

Thanks a lot, I will do it.

Regards
Jose Carlos

2008/6/23 Andreas Henriksson [EMAIL PROTECTED]:
 tags 466373 + patch
 usertag 466373 + proposed-patch
 thanks

 Simply updating the liblzo-dev build-dependency to liblzo2-dev seems to
 solve the problem without any further adjustments needed.
 To generate a proper clean diff on rebuilds, Makefile.dep and dact.conf
 needs to be removed when cleaning.

 --
 Regards,
 Andreas Henriksson




-- 
[]'s
José Carlos


Bug#487752: does not work with testing version of twisted

2008-06-23 Thread Iustin Pop
Package: ganeti
Severity: serious
Tags: confirmed

This bug is just to track the known issue of ganeti with the 8.x version
of twisted.

The current stable ganeti versions (1.2.x) do not work with recent
twisted versions (due to some changed API and the fact we use a hacked
reactor), and thus ganeti 1.2.x should not be included in lenny.

Only the future (2.x) versions will fix this bug, but (speaking as
upstream) 2.0 will mosty probably not come in time for the expected
release date.

As such, filling this bug with severity=serious.

iustin

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

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



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



Bug#487633: Typo in version

2008-06-23 Thread Martin Schnitkemper
Correction: The version of the package was 2:1.4.1~git20080517-2~lenny1
   ^



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



Bug#487742: [INTL:gl] Galician debconf template translation for mxallowd

2008-06-23 Thread Michael Stapelberg
Hi Jacobo,

* [23.06.08 22:55]:
 # Galician translation of mxallowd's debconf templates
Thanks for your translation.

 #. Type: string
 #. Description
 #: ../mxallowd.templates:1001
 msgid Enter the IP addresses of the real mailserver.
 msgstr Introduza os enderezos IP do servidor de correo real.
This message and the same on with the fake mailservers have been updated to be
mailservers (plural). You may need to adjust your galician one.

Best regards,
Michael


pgpzqaNE207Vj.pgp
Description: PGP signature


Bug#173215: Add the title MBA to your resume

2008-06-23 Thread Wilma Emery
What would a PhD title do for your resume?

What would a PhD title do for your resume?

Call 24/7 on

For US: 1-419-735-9250
Outside US: +1-419-735-9250




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



Bug#487754: [INTL:sv] Swedish strings for debconf template

2008-06-23 Thread Martin Bagge

package: phamm
severity: wishlist
tags: patch l10n

--
Martin



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



Bug#474452: [Pkg-ganeti-devel] Bug#474452: ganeti: recommends packages not in main

2008-06-23 Thread Iustin Pop
On Sun, Apr 06, 2008 at 05:01:43PM +0200, Amaya wrote:
 Iustin Pop wrote:
  Unfortunately, today ganeti needs xen to work, as other hypervisors
  are not yet implemented.
 
 I somehow expected that.
 
  Without xen, I don't think it makes sense to have ganeti unless we
  expect the user to install his own xen kernel/tools. Do you think this
  would be a reasonable expectation? (together with README.debian notes,
  changes to the long description, etc. so that the users know what they
  need to do).
 
 What is the status of xen in unstable? Do you think it can be shipped
 with lenny for the release at all? I am sorry, I am not familiar with
 the xen status.

I think not, so due to this bug and the newly-opened #487752 one, I
don't think ganeti should stay in testing (and be released in lenny).

Once the new 2.0 version is released that will hopefully work with other
hypervisors, we can think again about including it.

thanks,
iustin



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



<    1   2   3   4   5   6   >