Bug#610390: trac-wikiprint doesn't support non-latin symbols

2011-01-18 Thread Dmitry E. Oboukhov
Package: trac-wikiprint
Tags: l10n
Version: 1.6+r5729-1

I've installed trac-wikiprint and tried to use it with russian
articles in my wiki. And it creates broken pdfs. Example You can find
in attache.

-- 
... mpd is off

. ''`.   Dmitry E. Oboukhov
: :’  :   email: un...@debian.org jabber://un...@uvw.ru
`. `~’  GPGKey: 1024D / F8E26537 2006-11-21
  `- 1B23 D4F8 8EC0 D902 0555  E438 AB8C 00CF F8E2 6537


WikiStart.pdf
Description: Adobe PDF document


signature.asc
Description: Digital signature


Bug#605777: workaround for backspace key deletes forwards on the kFreeBSD console

2011-01-18 Thread Petr Salinger

The integration should be into /etc/init.d/kbdcontrol,
by adding two targets, like keymap-native and keymap-debian.

May be it can be run even semi-automatically, by
detecting whether the /etc/inittab uses cons25 or cons25-debian
and noop or alter keymap.


Yes, I like the latter (auto detection) part. Another solution could be a
debconf question in kbdcontrol (though it might be too late for this).


Attached is the proposed new /etc/init.d/kbdcontrol.
The current default is
FLAVOUR=auto

Should be the default auto or native ?

Is there still a time to do freebsd-utils upload ?
The only change against current one would be the new 
/etc/init.d/kbdcontrol script.


Cheers
Petr#! /bin/sh
### BEGIN INIT INFO
# Provides: kbdcontrol
# Required-Start:   $local_fs $remote_fs
# Required-Stop:
# Default-Start:S
# Default-Stop:
# Short-Description:Set keymap
# Description:  Set the Console keymap
### END INIT INFO
#
# skeleton  example file to build /etc/init.d/ scripts.
#   This file should be used to construct scripts for /etc/init.d.
#
#   Written by Miquel van Smoorenburg miqu...@cistron.nl.
#   Modified for Debian 
#   by Ian Murdock imurd...@gnu.ai.mit.edu.
#
# Version:  @(#)skeleton  1.9  26-Feb-2001  miqu...@cistron.nl
#

set -e

PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
which kbdcontrol /dev/null

# in general, keymap layout can be
# native:  the plain FreeBSD/cons25 layout
# debian:  the Debian Policy 9.8 (Keyboard configuration) conforming, aka 
cons25-debian
# auto:scan /etc/inittab and guess the right one
FLAVOUR=auto

# for auto do the guess
if [ $FLAVOUR = auto ]
then
  if grep -q -e respawn:/sbin/getty.*cons25-debian /etc/inittab
  then
FLAVOUR=debian
  fi
fi


alter_to_debian_keymap () {
# change keymap layout to Debian Policy 9.8 (Keyboard configuration) 
conforming

# 014   deldelbs bs deldelbs bs  O
# 142   deldelbs bs deldelbs bs  O

# 103   fkey61 fkey61 fkey61 fkey61 fkey61 fkey61 boot   fkey61  O
# 231   fkey61 fkey61 fkey61 fkey61 fkey61 fkey61 boot   fkey61  O

# in following part change only first one, do not change the rest 
(decimal separator)

# 083   fkey61 '.''.''.''.''.'boot   bootN
# 211   fkey61 '.''.''.''.''.'boot   bootN

echo -n Altering to policy conforming cons25-debian layout...
TMPFILE=`mktemp -t keymap.XX` || exit 1

kbdcontrol -d | sed \
  -e s/^  083   del   /  083   fkey61/ \
  -e s/^  211   del   /  211   fkey61/ \
  -e s/^  083   bs/  083   fkey61/ \
  -e s/^  211   bs/  211   fkey61/ \
  -e s/^  014   .*/  014   deldelbs bs deldel
bs bs  O/ \
  -e s/^  142   .*/  142   deldelbs bs deldel
bs bs  O/ \
  -e s/^  103   .*/  103   fkey61 fkey61 fkey61 fkey61 fkey61 fkey61 
boot   fkey61  O/ \
  -e s/^  231   .*/  231   fkey61 fkey61 fkey61 fkey61 fkey61 fkey61 
boot   fkey61  O/ \
   $TMPFILE

kbdcontrol -l $TMPFILE  
rm -f $TMPFILE
  
# and generate  ESC [ 3 ~ for fkey61  
SEQ=`/bin/echo -n -e \\\033[3~`
#echo $SEQ | od -ax
kbdcontrol -f 61 $SEQ
echo done.
}


alter_to_native_keymap () {
# change keymap layout to usual cons25

# 014   bs bs deldelbs bs deldel O
# 142   bs bs deldelbs bs deldel O

echo -n Altering to native cons25 layout...
TMPFILE=`mktemp -t keymap.XX` || exit 1

kbdcontrol -d | sed \
  -e s/^  014   .*/  014   bs bs deldelbs bs 
deldel O/ \
  -e s/^  142   .*/  142   bs bs deldelbs bs 
deldel O/ \
   $TMPFILE

kbdcontrol -l $TMPFILE  
rm -f $TMPFILE
  
# and generate del for fkey61  
SEQ=`/bin/echo -n -e 177`
#echo $SEQ | od -ax
kbdcontrol -f 61 $SEQ
echo done.
}


do_start() {
if test -e /etc/kbdcontrol.conf ; then
echo -n Loading console keymap...
kbdcontrol -l `grep -v ^# /etc/kbdcontrol.conf`  /dev/console
echo done.
fi
}


case $1 in
  start|)
do_start
if [ $FLAVOUR = debian ]
then
alter_to_debian_keymap  /dev/console
fi
;;
  restart|reload|force-reload)
echo Error: argument '$1' not supported 2
exit 3
;;
  stop)
# No-op
;;
  keymap-native)
alter_to_native_keymap  /dev/console
;;
  keymap-debian)
alter_to_debian_keymap  /dev/console
;;
  *)
echo Usage: $0 

Bug#610389: syslinux: Please agree upon a common location for image files

2011-01-18 Thread Daniel Baumann
retitle 610389 make image directory configurable
severity 610389 wishlist
tag 610389 pending
thanks

On 01/18/2011 08:42 AM, Fabian Greffrath wrote:
 according to Michael Prokop's blog entry [1] the newly introduced grub-
 imageboot package [2] (maintainer Alexander Wirt CC:ed) adds support for image
 files in /boot/images, whereas extlinux expects them in /boot.

apart from the fact that grub-imageboot isn't in debian yet...

everything that is directly bootable shall be directly in /boot, and not
in any subdirectory, which is why i'll keep /boot being the default in
extlinux.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#609641: Sudo gid security issue

2011-01-18 Thread Thijs Kinkhorst
Hi Bdale,

I see that the security issue in #609641 / CVE-2011-0010 is fixed in sid
but not in squeeze (lenny not affected). Would you be able to provide an
update via testing-proposed-updates for this? Let me know if you need
someone from the security team to do it.


Cheers,
Thijs



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610376: [git-buildpackage/experimental] git-import-dscs: Fix --debsnap doc and option error handling

2011-01-18 Thread Jonathan Nieder
tag 610376 pending
thanks

Date:   Mon Jan 17 19:17:56 2011 -0600
Author: Jonathan Nieder jrnie...@gmail.com
Commit ID: f2f03b79db00f04e5fe2f3db0307eda419373ec8
Commit URL: 
http://git.debian.org/?p=users/agx/git-buildpackage.git;a=commitdiff;h=f2f03b79db00f04e5fe2f3db0307eda419373ec8
Patch URL: 
http://git.debian.org/?p=users/agx/git-buildpackage.git;a=commitdiff_plain;h=f2f03b79db00f04e5fe2f3db0307eda419373ec8

git-import-dscs: Fix --debsnap doc and option error handling

Signed-off-by: Guido Günther a...@sigxcpu.org
Closes: #610376
  



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610391: Defaults to \n, not /bin/sh, when loginShell is not set

2011-01-18 Thread Trent W. Buck
Package: libnss-ldapd
Severity: normal

RFC2307 (nis.schema) doesn't require a passwordAccount object to set
any loginShell.  For such an account, PADL falls back to /bin/sh, but
this implementation falls back to \n, which obviously is not useful.

I would like it to default to /bin/sh.  If you're feeling especially
paranoid, I would at least like it to default to (say) /bin/false, so
that I don't have spurious blank lines in my getent output.

root@blood:~# getent passwd twb conz
twb:x:1008:1008:Trent W. Buck:/home/twb:

conz:x:1001:1001:Con Zymaris:/home/conz:

root@blood:~# ldapsearch -LLL -x uid=twb
dn: uid=twb,ou=people,dc=cybersource,dc=com,dc=au
objectClass: inetOrgPerson
objectClass: posixAccount
objectClass: shadowAccount
cn: Trent W. Buck
sn: Buck
givenName: Trent
uid: twb
uidNumber: 1008
gidNumber: 1008
homeDirectory: /home/twb
userPassword:: e1NTSEF9U24yRVQwd1Mvb0Jzd3U3V0xETTVPQkNBN3FsUFdwWmg=

root@blood:~# ldapsearch -LLL -x uid=conz
dn: uid=conz,ou=people,dc=cybersource,dc=com,dc=au
objectClass: inetOrgPerson
objectClass: posixAccount
objectClass: shadowAccount
cn: Con Zymaris
sn: Zymaris
givenName: Con
uid: conz
uidNumber: 1001
gidNumber: 1001
homeDirectory: /home/conz
userPassword:: e1NTSEF9V0tybHp4UjhyM0YyaHZQSXFNQkxaL0dGQ0Foby9wNzU=

PS: yes, I know my password hashes are visible to anonymous users.
This is a scratch network and my olcAccess rules are temporarily too
permissive.

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

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



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#605777: workaround for backspace key deletes forwards on the kFreeBSD console

2011-01-18 Thread Sven Joachim
On 2011-01-18 09:17 +0100, Petr Salinger wrote:

 The integration should be into /etc/init.d/kbdcontrol,
 by adding two targets, like keymap-native and keymap-debian.

 May be it can be run even semi-automatically, by
 detecting whether the /etc/inittab uses cons25 or cons25-debian
 and noop or alter keymap.

 Yes, I like the latter (auto detection) part. Another solution could be a
 debconf question in kbdcontrol (though it might be too late for this).

 Attached is the proposed new /etc/init.d/kbdcontrol.
 The current default is
 FLAVOUR=auto

 Should be the default auto or native ?

 Is there still a time to do freebsd-utils upload ?
 The only change against current one would be the new
 /etc/init.d/kbdcontrol script.

 Cheers
   Petr

 #! /bin/sh
 ### BEGIN INIT INFO
 # Provides: kbdcontrol
 # Required-Start:   $local_fs $remote_fs
 # Required-Stop:
 # Default-Start:S
 # Default-Stop:
 # Short-Description:Set keymap
 # Description:  Set the Console keymap
 ### END INIT INFO
 #
 # skeletonexample file to build /etc/init.d/ scripts.
 # This file should be used to construct scripts for /etc/init.d.
 #
 # Written by Miquel van Smoorenburg miqu...@cistron.nl.
 # Modified for Debian 
 # by Ian Murdock imurd...@gnu.ai.mit.edu.
 #
 # Version:@(#)skeleton  1.9  26-Feb-2001  miqu...@cistron.nl
 #

 set -e

 PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
 which kbdcontrol /dev/null

Please add  || exit 0 to not fail if kbdcontrol is removed but not
purged.

 # in general, keymap layout can be
 # native:  the plain FreeBSD/cons25 layout
 # debian:  the Debian Policy 9.8 (Keyboard configuration) conforming, aka 
 cons25-debian
 # auto:scan /etc/inittab and guess the right one
 FLAVOUR=auto

 # for auto do the guess
 if [ $FLAVOUR = auto ]
 then
   if grep -q -e respawn:/sbin/getty.*cons25-debian /etc/inittab

This will match lines that are commented out.

Cheers,
   Sven



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610304: reprepro: typos in manual.html

2011-01-18 Thread Sebastian Harl
Hi,

On Mon, Jan 17, 2011 at 08:06:20PM +0100, Bernhard R. Link wrote:
 * Sebastian Harl tok...@debian.org [110117 13:30]:
  @@ -805,7 +805,7 @@ field is optional./dd
   This field only makes a difference if a tt class=suffix.changes/tt 
  file
   has multiple distributions listed in its tt 
  class=fieldDistribution:/tt
   field.
  -Without this field every of this distributions is tried according to the
  +Without this field all of these distributions are tried according to the
   above rules until the package is added somewhere.
   With this field it is tried for each distribution, so a package can be 
  upload
   to multiple distributions at the same time.
 
 I've changes this instead to
 
 +Without this field each of those distributions is tried according to the
 +above rules until the package is added to one (or none accepts it).

Sounds good :-)

Cheers,
Sebastian

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

Those who would give up Essential Liberty to purchase a little Temporary
Safety, deserve neither Liberty nor Safety. -- Benjamin Franklin



signature.asc
Description: Digital signature


Bug#587727: improving extlinux update scripts

2011-01-18 Thread Fabian Greffrath

tags 587727 + patch
thanks

Am 11.01.2011 18:35, schrieb Daniel Baumann:

i was wrong, 'hd 1 2' would be equivalent to sdb2, 'hd 1 0' would be
the MBR of sdb. thanks Gene for pointing it out.


Please find a patch attached.

 - Fabian
From: Fabian Greffrath fab...@greffrath.com
Date: Tue, 18 Jan 2011 10:11:49 +0100
Subject: [PATCH] Other operating systems which are detected by os-prober can be booted via chainloading

Restrict this to chainloadable OSes for the time being to avoid having to guess 
boot and root partitions of other Linux installations.
---
 debian/extlinux.README.Debian  |4 ++
 debian/extlinux.install|1 
 debian/local/extlinux-update   |   79 +
 debian/local/extlinux-update.8 |2 +
 4 files changed, 86 insertions(+)

--- a/debian/extlinux.README.Debian
+++ b/debian/extlinux.README.Debian
@@ -48,4 +48,8 @@ Notes:
   * any ISO (*.iso) or HDD (*.img) image stored in /boot/ can be booted through
 memdisk. In order to enable these, set EXTLINUX_MEMDISK=true in /etc/default/extlinux.
 
+  * other operating systems which are detected by os-prober can be booted via
+chainloading. In order to enable this feature, install the os-prober package and
+set EXTLINUX_OSPROBER=true in /etc/default/extlinux.
+
  -- Daniel Baumann dan...@debian.org  Tue, 22 Jun 2010 02:56:04 +0200
--- a/debian/extlinux.install
+++ b/debian/extlinux.install
@@ -2,6 +2,7 @@ sbin/extlinux			/usr/sbin
 usr/man/man1/extlinux.1		/usr/share/man/man1
 usr/share/syslinux/mbr.bin	/usr/lib/extlinux
 usr/share/syslinux/memdisk	/usr/lib/extlinux
+usr/share/syslinux/chain.c32	/usr/lib/extlinux
 
 debian/local/zz-extlinux	/etc/kernel/postrm.d
 debian/local/zz-extlinux	/etc/kernel/postinst.d
--- a/debian/local/extlinux-update
+++ b/debian/local/extlinux-update
@@ -71,6 +71,7 @@ EXTLINUX_ALTERNATIVES=${EXTLINUX_ALTERN
 EXTLINUX_DEFAULT=${EXTLINUX_DEFAULT:-0}
 EXTLINUX_ENTRIES=${EXTLINUX_ENTRIES:-all}
 EXTLINUX_MEMDISK=${EXTLINUX_MEMDISK:-true}
+EXTLINUX_OSPROBER=${EXTLINUX_OSPROBER:-true}
 
 if [ -z ${EXTLINUX_MENU_LABEL} ]
 then
@@ -125,6 +126,7 @@ EXTLINUX_ALTERNATIVES=${EXTLINUX_ALTERN
 EXTLINUX_DEFAULT=${EXTLINUX_DEFAULT}
 EXTLINUX_ENTRIES=${EXTLINUX_ENTRIES}
 EXTLINUX_MEMDISK=${EXTLINUX_MEMDISK}
+EXTLINUX_OSPROBER=${EXTLINUX_OSPROBER}
 EXTLINUX_MENU_LABEL=${EXTLINUX_MENU_LABEL}
 EXTLINUX_PARAMETERS=${EXTLINUX_PARAMETERS}
 EXTLINUX_ROOT=${EXTLINUX_ROOT}
@@ -289,6 +291,75 @@ label m${_NUMBER}
 	Update ${_DIRECTORY}/memdisk.cfg ${_CONFIG}
 fi
 
+if [ ${EXTLINUX_OSPROBER} = true ]
+then
+	if [ ! -e /usr/lib/extlinux/chain.c32 ]
+	then
+		echo E: /usr/lib/extlinux/chain.c32: No such file
+		exit 1
+	fi
+
+	cp -f /usr/lib/extlinux/chain.c32 ${_DIRECTORY}
+
+# Create os-prober.cfg
+_CONFIG=\
+## ${_DIRECTORY}/os-prober.cfg
+##
+## IMPORTANT WARNING
+##
+## The configuration of this file is generated automatically.
+## Do not edit this file manually, use: extlinux-update
+
+
+
+
+	if [ -n $(which os-prober 2 /dev/null) ]
+	then
+		_OSPROBED=$(os-prober | tr ' ' '^' | paste -s -d ' ')
+	else
+		echo E: Could not find os-prober!
+		exit 1
+	fi
+
+	for _OS in ${_OSPROBED}
+	do
+		_DEVICE=$(echo ${_OS} | cut -d ':' -f 1)
+		_LONGNAME=$(echo ${_OS} | cut -d ':' -f 2 | tr '^' ' ')
+		_LABEL=$(echo ${_OS} | cut -d ':' -f 3 | tr '^' ' ')
+		_BOOT=$(echo ${_OS} | cut -d ':' -f 4)
+
+		if [ ${_BOOT} != chain ]
+		then
+			continue
+		fi
+
+		if [ -z ${_LONGNAME} ]
+		then
+			_LONGNAME=${_LABEL}
+		fi
+
+		_NUMBER=${_NUMBER:-0}
+
+		echo P: Writing config for ${_LONGNAME} on ${_DEVICE}...
+
+		_DEVICENAME=$(echo _DEVICE | sed -e 's/^\/dev\/[sh]d//' -e 'y/abcdefghij/0123456789/' -e 's/./ /')
+
+		# Writing other os entry
+		_CONFIG=${_CONFIG}
+
+label o${_NUMBER}
+	menu label Other OS, ${_LONGNAME} (on ${_DEVICE})
+	kernel chain.c32
+	append hd${_DEVICENAME}
+
+		_NUMBER=$((${_NUMBER} + 1))
+	done
+
+	_NUMBER=
+
+	Update ${_DIRECTORY}/os-prober.cfg ${_CONFIG}
+fi
+
 # Create the main extlinux.conf file
 _CONFIG=\
 ## ${_DIRECTORY}/extlinux.conf
@@ -346,6 +417,14 @@ include memdisk.cfg
 
 	fi
 
+	if [ ${EXTLINUX_OSPROBER} = true ]  [ -e ${_DIRECTORY}/os-prober.cfg ]
+	then
+
+		_CONFIG=${_CONFIG}
+include os-prober.cfg
+
+	fi
+
 	if [ ! -e ${_DIRECTORY}/boot.txt ]
 	then
 		echo Wait 5 seconds or press ENTER to   ${_DIRECTORY}/boot.txt
--- a/debian/local/extlinux-update.8
+++ b/debian/local/extlinux-update.8
@@ -20,6 +20,8 @@ This variable specifies the default entr
 This variables specifies how many kernel versions should be used to populate the boot configuration. Value is an integer starting with 1, or 'all' to populate for all kernels, default is 'all'.
 .IP EXTLINUX_MEMDISK=\fBtrue\fR|false 4
 This variable specifies if ISO (*.iso) and HDD (*.img) images in /boot should be added to the EXTLINUX configuration so that they can be booted through memdisk, default is 'true'.
+.IP EXTLINUX_OSPROBER=\fBtrue\fR|false 4
+This variable specifies if other operating systems detected by 

Bug#606945: awesome-extra: Please don't include git repo data in upstream tarball

2011-01-18 Thread Daniel Baumann
reopen 606945
thanks

On 01/18/2011 09:57 AM, Julien Danjou wrote:
 Ahah, no, seriously. Let's say it's part of the sources.

no, seriously, it's very annoying for every import of your sources to
remove that file.

either keep the git repo data, or don't include it at all. mixing is the
worst and just sloppy.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#607980: FTBFS with binutils-gold too

2011-01-18 Thread Alexandre Ratchov
On Fri, Dec 31, 2010 at 04:32:26PM +0100, Alexandre Ratchov wrote:
  
  Well, I not sure if a new upstream release is suitable as we are in deep
  freeze.  But after adding -lrt, the package builds again on my box
  indeed, and presumably it will build fine in kfreebsd too. 
  
  
 
 yeah, your diff fixes it.
 
 I admit not understanding implcations of the freeze in depth, so I'm
 not pushing the update. FWIW, the diff between 1.0.4 and 1.0.6
 releases is only few lines to fix this bug and another one.
 

Sorry for the dumb question, but is there anything I still have to do
to get the package either patched or updated?

-- Alexandre



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#609371: linux-image-2.6.37-trunk-sparc64: module scsi_mod: Unknown relocation: 36

2011-01-18 Thread Jesper Nilsson
On Tue, Jan 18, 2011 at 06:24:44AM +0100, David Miller wrote:
 From: Bernhard R. Link brl+ccmadn...@pcpool00.mathematik.uni-freiburg.de
 Date: Mon, 17 Jan 2011 15:39:54 +0100
 
  * David Miller da...@davemloft.net [110117 07:07]:
  Ugh, and I just noticed that include/linux/klist.h does this fixed
  alignment of 4 too, where is this stuff coming from?  It's
  wrong on 64-bit, at best.  But I can't see the impetus behind doing
  this at all in the first place.
  
  Is that actually misaligned? Unless I still mix things up, that is in the
  struct thus should be fine (i.e. the d case in my example above).
 
 On CRIS, structs naturally align on a byte-boundary only.
 
 However, code using klists encodes a binary state in the lowest bit of
 klist pointers.  So this assumes that the structures will be at least
 2 byte aligned, which will not be true on CRIS.
 
 We have a lot of other code which uses this trick (encoding 1 or 2
 bits of binary state into the lowest bits of a pointer) so I'm
 surprised this workaround isn't needed elsewhere for CRIS too.

Surprisingly, we haven't found any other place where this is an issue
for CRIS, either the code isn't used on CRIS, or the aligment is
ensured by some other means (kmalloc for example).

/^JN - Jesper Nilsson
-- 
   Jesper Nilsson -- jesper.nils...@axis.com



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#606945: awesome-extra: Please don't include git repo data in upstream tarball

2011-01-18 Thread Julien Danjou
On Tue, Jan 18 2011, Daniel Baumann wrote:

 reopen 606945
 thanks

Please do not override my decision that way, it's rude.

 On 01/18/2011 09:57 AM, Julien Danjou wrote:
 Ahah, no, seriously. Let's say it's part of the sources.

 no, seriously, it's very annoying for every import of your sources to
 remove that file.

Why the hell would you need to remove that file?

-- 
Julien Danjou
❱ http://julien.danjou.info


pgpJKsl446bhN.pgp
Description: PGP signature


Bug#610392: ITP: js-of-ocaml -- OCaml bytecode to JavaScript compiler

2011-01-18 Thread Stéphane Glondu
Package: wnpp
Severity: wishlist
Owner: Stéphane Glondu glo...@debian.org

* Package name: js-of-ocaml
  Version : 1.0
  Upstream Author : Jérôme Vouillon jerome.vouil...@pps.jussieu.fr
* URL : http://ocsigen.org/js_of_ocaml/
* License : LGPL-2+
  Programming Lang: OCaml, JavaScript
  Description : OCaml bytecode to JavaScript compiler

 Js_of_ocaml is a compiler of OCaml bytecode to JavaScript. It makes
 it possible to run OCaml programs in a web browser. Its key features
 are the following:
  * the whole language, and most of the standard library are
supported;
  * the compiler is easy to install: it only depends on Findlib and
Lwt;
  * the generated code can be used with any web server and browser;
  * you can use a standard installation of OCaml to compile your
programs. In particular, you do not have to recompile a library to
use it with Js_of_ocaml. You just have to link your program with a
specific library to interface with the browser APIs.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610393: cups: ships outdated printer.schema; missing printerType attribute

2011-01-18 Thread Julien-externe BLACHE
Package: cups
Version: 1.4.4-7
Severity: normal

Hi,

The printer.schema shipped by the cups package is outdated; the 
printerType attribute is missing. Using the schema as is results in a 
non-working setup.

Attached is an updated schema and the same in LDIF form.

Please discuss this issue with the Release Team; this should be fixed for 
Squeeze if possible, or in the first point release.

Thanks,

JB.

-- 
Consultant INTM - Debian Developer - TMI Calibre
EDF - DSP - CSP IT - ITS Rhône Alpes - C4S - CCNPS
04 69 65 68 56






Ce message et toutes les pièces jointes (ci-après le 'Message') sont établis à 
l'intention exclusive des destinataires et les informations qui y figurent sont 
strictement confidentielles. Toute utilisation de ce Message non conforme à sa 
destination, toute diffusion ou toute publication totale ou partielle, est 
interdite sauf autorisation expresse.

Si vous n'êtes pas le destinataire de ce Message, il vous est interdit de le 
copier, de le faire suivre, de le divulguer ou d'en utiliser tout ou partie. Si 
vous avez reçu ce Message par erreur, merci de le supprimer de votre système, 
ainsi que toutes ses copies, et de n'en garder aucune trace sur quelque support 
que ce soit. Nous vous remercions également d'en avertir immédiatement 
l'expéditeur par retour du message.

Il est impossible de garantir que les communications par messagerie 
électronique arrivent en temps utile, sont sécurisées ou dénuées de toute 
erreur ou virus.


This message and any attachments (the 'Message') are intended solely for the 
addressees. The information contained in this Message is confidential. Any use 
of information contained in this Message not in accord with its purpose, any 
dissemination or disclosure, either whole or partial, is prohibited except 
formal approval.

If you are not the addressee, you may not copy, forward, disclose or use any 
part of it. If you have received this message in error, please delete it and 
all copies from your system and notify the sender immediately by return message.

E-mail communication cannot be guaranteed to be timely secure, error or 
virus-free.


printer.schema
Description: Binary data


printer.ldif
Description: Binary data


Bug#610394: Missing dependency on libbcprov-java

2011-01-18 Thread Raúl Sánchez Siles
Package: pdftk
Version: 1.44-1
Severity: serious
Tags: experimental

Hello:

I installed experimental pdftk version. When I tried to run it I got this
error:

WARNING: Error loading security provider
org.bouncycastle.jce.provider.BouncyCastleProvider:
java.lang.ClassNotFoundException:
org.bouncycastle.jce.provider.BouncyCastleProvider not found in
gnu.gcj.runtime.SystemClassLoader{urls=[file:./],
parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}

The problem was solved once I installed libbcprov-java, so I suggest package
depends on it as well.

Thanks for your work on this package, which I've seen is pretty difficult to
maintain.



-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable'), (80, 'unstable'), (10, 
'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages pdftk depends on:
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared 
lib
ii  libgcc1   1:4.4.5-8  GCC support library
ii  libgcj-bc 4.4.5-1Link time only library for use 
wit
ii  libgcj10  4.4.5-2Java runtime library for use with 
ii  libstdc++64.4.5-8The GNU Standard C++ Library v3

pdftk recommends no packages.

Versions of packages pdftk suggests:
ii  poppler-utils [xpdf-utils]0.12.4-1.2 PDF utilitites (based on 
libpopple

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#428679: option to map taps separately from button

2011-01-18 Thread Bill Allombert
On Tue, Jan 18, 2011 at 03:34:51AM +0100, Cyril Brulebois wrote:
 Bill Allombert bill.allomb...@math.u-bordeaux1.fr (04/01/2010):
  On Thu, Jun 14, 2007 at 08:56:15PM +0900, Mattia Dongili wrote:
   Hi, I forwarded your request upstream, in the meantime I can try
   preparing a full featured patch for it.
  
  Any progress on that ?
 
 If you want to make sure to have upstream's attention, I guess you
 want to file a bug in the upstream bug tracker (component is xorg,
 product is Input/synaptics):
   https://bugs.freedesktop.org/
 
 Feel free to mark this bug as forwarded there, overriding the current
 “address”.

Thanks, but I would expect the Debian maintainer to handle that (hint, hint).

Cheers,
-- 
Bill. ballo...@debian.org

Imagine a large red swirl here. 



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#609641: Sudo gid security issue

2011-01-18 Thread Bdale Garbee
On Tue, 18 Jan 2011 09:20:21 +0100, Thijs Kinkhorst th...@debian.org wrote:
 I see that the security issue in #609641 / CVE-2011-0010 is fixed in sid
 but not in squeeze (lenny not affected). Would you be able to provide an
 update via testing-proposed-updates for this? Let me know if you need
 someone from the security team to do it.

There is already a pending unblock request to allow 1.7.4p4-6 to enter
testing, #609839, which would I think be the best solution.

Bdale


pgphrBzmGyJoy.pgp
Description: PGP signature


Bug#595767: xserver-xorg-video-radeon: direct rendering does not work

2011-01-18 Thread Julien Cristau
On Mon, Jan 17, 2011 at 22:06:59 -0500, Mark Grieveson wrote:

 Package: xserver-xorg-video-radeon
 Version: 1:6.9.0-1+lenny4
 Followup-For: Bug #595767
 
 When using linux-image-2.6.26-1-686, I can start x, but direct
 rendering does not work.  When using linux-image-2.6.26-2-686, it is
 even worse in that the screen just goes black.  At this point, I
 cannot even turn the computer off with the power button, but instead
 have to unplug it.
 
Please don't report your issues in somebody else's unrelated bug report,
file your own report if needed.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#549124: Confirmed bug

2011-01-18 Thread Patrick Poulain
I get the same behaviour. I just want to mentionned that I get multiple 
server on my conf and it seams to be the problem as reported in this bug 
on hellanzb tracker :


http://hellanzb.com/trac/hellanzb/ticket/303



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610189: ITP: scolasync -- graphic tool to copy data to or from a set of USB storage media

2011-01-18 Thread José Luis Redrejo Rodríguez
2011/1/16 Georges Khaznadar georg...@ofset.org

 Package: wnpp
 Severity: wishlist
 Owner: Georges Khaznadar georg...@ofset.org


 * Package name: scolasync
  Version : 2.1
  Upstream Author : Georges Khaznadar georg...@ofset.org
 * URL : http://georges.khaznadar.fr/docs/scolasync
 * License : GPL3
  Programming Lang: Python
  Description : graphic tool to copy data to or from a set of USB
 storage media

  Teachers may use this package to manage a set of USB sticks owned by their
  students. The keys are recognized (with their owner's name), and the
 teachers
  can copy assignments to them ans retrieve consistently the homeworks from
  the usb sticks.







Hola Georges, una pregunta:
¿tendría sentido aprovechar parte de este código para hacer lo mismo usando
la red? La idea es usar controlaula para hacer eso mismo, mandando el
profesor los deberes a los portátiles de los alumnos usando la red, en lugar
de a una llave usb.

Saludos.


Bug#599096: slicer: FTBFS: make[3]: *** No rule to make target `/usr/lib/libpq.so', needed by `bin/libvtkTeem.so.3.6.0'. Stop.

2011-01-18 Thread Andreas Tille
Hi,

I wonder why there is no answer on this a bit aged serios bug.  For me
it smells like a missing Build-Depends from libpq-dev.  When trying to
build the package on amd64 I noticed that libpq-dev is installed via
implicite dependencies of other Build-Depends.  Is there any complete
build log for powerpc arch to verify if this package is included?

Kind regards

   Andreas.

-- 
http://fam-tille.de



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610395: Subject: xmonad: missed text in section Description of the debian/control

2011-01-18 Thread Alexander Reshetov
Package: xmonad
Version: 0.9.1-2+b1
Severity: minor

In Description section of the debian/control file missed text.
Here is diff of the control file:

--- control.orig2011-01-18 11:42:54.0 +0200
+++ control 2011-01-18 11:44:37.0 +0200
@@ -30,6 +30,10 @@
 Replaces: xmonad-rebuild
 Suggests: dmenu
 Description: A lightweight X11 window manager
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ Xmonad is a minimalist tiling window manager for X, written in
  Haskell.  Windows are managed using automatic layout algorithms,
  which can be dynamically reconfigured. At any time windows are
  arranged so as to maximise the use of screen real estate. All

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

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

Versions of packages xmonad depends on:
ii  libc6 2.11.2-8   Embedded GNU C Library: Shared lib
ii  libffi5   3.0.9-3Foreign Function Interface library
ii  libgmp3c2 2:4.3.2+dfsg-1 Multiprecision arithmetic library
ii  libx11-6  2:1.3.3-4  X11 client-side library
ii  libxext6  2:1.1.2-1  X11 miscellaneous extension librar
ii  libxinerama1  2:1.1.1-1  X11 Xinerama extension library
ii  x11-utils 7.5+4  X11 utilities

Versions of packages xmonad recommends:
ii  libghc6-xmonad-dev0.9.1-2+b1 A lightweight X11 window manager
ii  libghc6-xmonad-doc0.9.1-2A lightweight X11 window manager;

Versions of packages xmonad suggests:
pn  dmenu none (no description available)


-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610396: Installation of Squeeze on HP Z400

2011-01-18 Thread BRIAND, Michel M (EKITO)
Package: installation-reports

Boot method: CD
Image version: 
http://hammurabi.acc.umu.se/cdimage/squeeze_di_beta2/amd64/iso-cd/debian-squeeze-di-beta2-amd64-netinst.iso
Date: 2011-01-11

Machine: HP Z400
Processor: Xeon W3520
Memory: 8GB
Partitions: / 20 GB

Output of lspci -knn (or lspci -nn):
00:00.0 Host bridge [0600]: Intel Corporation 5520/5500/X58 I/O Hub to ESI Port 
[8086:3405] (rev 13)
Subsystem: Hewlett-Packard Company Device [103c:1309]
00:01.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI Express 
Root Port 1 [8086:3408] (rev 13)
Kernel driver in use: pcieport
00:03.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI Express 
Root Port 3 [8086:340a] (rev 13)
Kernel driver in use: pcieport
00:07.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI Express 
Root Port 7 [8086:340e] (rev 13)
Kernel driver in use: pcieport
00:10.0 PIC [0800]: Intel Corporation 5520/5500/X58 Physical and Link Layer 
Registers Port 0 [8086:3425] (rev 13)
00:10.1 PIC [0800]: Intel Corporation 5520/5500/X58 Routing and Protocol Layer 
Registers Port 0 [8086:3426] (rev 13)
00:11.0 PIC [0800]: Intel Corporation 5520/5500 Physical and Link Layer 
Registers Port 1 [8086:3427] (rev 13)
00:11.1 PIC [0800]: Intel Corporation 5520/5500 Routing  Protocol Layer 
Register Port 1 [8086:3428] (rev 13)
00:14.0 PIC [0800]: Intel Corporation 5520/5500/X58 I/O Hub System Management 
Registers [8086:342e] (rev 13)
00:14.1 PIC [0800]: Intel Corporation 5520/5500/X58 I/O Hub GPIO and Scratch 
Pad Registers [8086:3422] (rev 13)
00:14.2 PIC [0800]: Intel Corporation 5520/5500/X58 I/O Hub Control Status and 
RAS Registers [8086:3423] (rev 13)
00:15.0 PIC [0800]: Intel Corporation 5520/5500/X58 Trusted Execution 
Technology Registers [8086:342f] (rev 13)
00:1a.0 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB 
UHCI Controller #4 [8086:3a37]
Subsystem: Hewlett-Packard Company Device [103c:1309]
Kernel driver in use: uhci_hcd
00:1a.1 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB 
UHCI Controller #5 [8086:3a38]
Subsystem: Hewlett-Packard Company Device [103c:1309]
Kernel driver in use: uhci_hcd
00:1a.2 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB 
UHCI Controller #6 [8086:3a39]
Subsystem: Hewlett-Packard Company Device [103c:1309]
Kernel driver in use: uhci_hcd
00:1a.7 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB2 
EHCI Controller #2 [8086:3a3c]
Subsystem: Hewlett-Packard Company Device [103c:1309]
Kernel driver in use: ehci_hcd
00:1b.0 Audio device [0403]: Intel Corporation 82801JI (ICH10 Family) HD Audio 
Controller [8086:3a3e]
Subsystem: Hewlett-Packard Company Device [103c:1309]
00:1c.0 PCI bridge [0604]: Intel Corporation 82801JI (ICH10 Family) PCI Express 
Root Port 1 [8086:3a40]
Kernel driver in use: pcieport
00:1c.5 PCI bridge [0604]: Intel Corporation 82801JI (ICH10 Family) PCI Express 
Root Port 6 [8086:3a4a]
Kernel driver in use: pcieport
00:1d.0 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB 
UHCI Controller #1 [8086:3a34]
Subsystem: Hewlett-Packard Company Device [103c:1309]
Kernel driver in use: uhci_hcd
00:1d.1 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB 
UHCI Controller #2 [8086:3a35]
Subsystem: Hewlett-Packard Company Device [103c:1309]
Kernel driver in use: uhci_hcd
00:1d.2 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB 
UHCI Controller #3 [8086:3a36]
Subsystem: Hewlett-Packard Company Device [103c:1309]
Kernel driver in use: uhci_hcd
00:1d.7 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB2 
EHCI Controller #1 [8086:3a3a]
Subsystem: Hewlett-Packard Company Device [103c:1309]
Kernel driver in use: ehci_hcd
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev 
90)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801JIR (ICH10R) LPC Interface 
Controller [8086:3a16]
Subsystem: Hewlett-Packard Company Device [103c:1309]
00:1f.2 RAID bus controller [0104]: Intel Corporation 82801 SATA RAID 
Controller [8086:2822]
Subsystem: Hewlett-Packard Company Device [103c:1309]
Kernel driver in use: ahci
01:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme BCM5764M 
Gigabit Ethernet PCIe [14e4:1684] (rev 10)
Subsystem: Hewlett-Packard Company Device [103c:1309]
Kernel driver in use: tg3
0f:00.0 VGA compatible controller [0300]: nVidia Corporation GT200GL [NVIDIA 
Quadro FX 3800] [10de:05ff] (rev a1)
Subsystem: nVidia Corporation Device [10de:0661]
Kernel driver in use: nvidia
37:05.0 FireWire (IEEE 1394) [0c00]: Agere Systems FW322/323 [11c1:5811] (rev 
70)
Subsystem: Hewlett-Packard Company Device [103c:1309]
Kernel driver in use: 

Bug#610397: bzr-svn: svn plugin seems to mess with read-only basic https connection

2011-01-18 Thread Olivier Berger
Package: bzr-svn
Version: 1.0.3-1
Severity: normal

Hi.

The following fails :
$ bzr checkout 
https://forge.projet-coclico.org/anonscm/bzr/wp5/oberger/planetforge-cli
bzr: ERROR: Connection closed: Unexpected end of message. Please check 
connectivity and permissions, and report a bug if problems persist.

Whereas it works fine with:
$ bzr --no-plugins checkout 
https://forge.projet-coclico.org/anonscm/bzr/wp5/oberger/planetforge-cli

Our analysis of the problem is that bzr-svn plugin may be messing with access 
to it.

However there doesn't seem to be any way to declare that it's not to be 
accessed with SVN, but instead with plain Bzr in the URI :-/

The above branch should be accessible to you for more detailed analysis.

Thanks in advance.

Best regards,

-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (900, 'testing')
Architecture: i386 (i686)

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

Versions of packages bzr-svn depends on:
ii  bzr 2.1.2-1  easy to use distributed version co
ii  python  2.6.6-3+squeeze5 interactive high-level object-orie
ii  python-central  0.6.16+nmu1  register and build utility for Pyt
ii  python-subvertpy0.7.3-1  Alternative Python bindings for Su

Versions of packages bzr-svn recommends:
ii  python-tdb1.2.1-2+b1 Python bindings for TDB
ii  python-xdg0.19-2 Python library to access freedeskt

Versions of packages bzr-svn suggests:
ii  bzr-rewrite   0.6.0-1History rewriting plugin for Bazaa

-- debconf-show failed



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610398: libgupnp-idg reports succes and passes invalid UPnP data instead of reporting failure

2011-01-18 Thread Laurent Bigonville
Package: libgupnp-1.0-3
Version: 0.1.7-2
Severity: serious
Tags: patch sid squeeze

Hi,

The current version of gupnp-igd crashes if the gateway returns an
invalid address/port combination.

Could allow anybody make application to crash.

Patch is available upstream, I will update the package soon.

Laurent Bigonville



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#572361: control-g

2011-01-18 Thread Arne Wichmann
begin  quotation  from Peter Eckersley (in 20110114234000.GA1271@tapdance):
 Interesting that control-g works here.  I (and other people I know) were
 tormented by this problem and nobody discovered that solution.  Perhaps
 because there are no other common cases in mutt where control-g is needed?

Control-g is used in all input prompts in mutt. I would say this behaviour
stems from emacs (and GNU-Readline).

 I think the average console user will try control-c and escape in this
 situation, but it's not remotely intuitive that you need to type bell
 characters to escape from some bad UI state.  Mutt should definitely either
 hint the user that this option is available, or interpret control-c or escape
 as the user (almost certainly) intends it.

Control-c may be problematic as it is used differently. Escape would be my
first intuition, too.

cu

AW
-- 
[...] If you don't want to be restricted, don't agree to it. If you are
coerced, comply as much as you must to protect yourself, just don't support
it. Noone can free you but yourself. (crag, on Debian Planet)
Arne Wichmann (a...@linux.de)


signature.asc
Description: Digital signature


Bug#599096: slicer: FTBFS: make[3]: *** No rule to make target `/usr/lib/libpq.so', needed by `bin/libvtkTeem.so.3.6.0'. Stop.

2011-01-18 Thread Julien Cristau
On Tue, Jan 18, 2011 at 11:12:43 +0100, Andreas Tille wrote:

 Hi,
 
 I wonder why there is no answer on this a bit aged serios bug.  For me
 it smells like a missing Build-Depends from libpq-dev.  When trying to
 build the package on amd64 I noticed that libpq-dev is installed via
 implicite dependencies of other Build-Depends.  Is there any complete
 build log for powerpc arch to verify if this package is included?
 
https://buildd.debian.org/fetch.cgi?pkg=slicerver=3.6.0~svn13936-1arch=powerpcstamp=1286207213file=log

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#600059: Almost duplicated

2011-01-18 Thread Tshepang Lekhonkhobe
On Tue, Jan 18, 2011 at 00:43, Kingsley G. Morse Jr.
kings...@loaner.com wrote:
 On 01/18/11 00:13, Tshepang Lekhonkhobe wrote:
 On Mon, Jan 17, 2011 at 23:51, Kingsley G. Morse Jr.
 kings...@loaner.com wrote:
  On 01/17/11 18:22, Tshepang Lekhonkhobe wrote:
  On Sun, Jan 16, 2011 at 08:41, Kingsley G. Morse Jr.
  kings...@loaner.com wrote:
   Thanks for maintaining wajig.
 
  Thanks.
 
   I look forward to using it.
  
   Here's what I'm seeing with version 2.0.50.1 of
   wajig:
  
      $ wajig list-commands
      /usr/share/wajig/documentation.py:83: Warning: 'with' will become a 
   reserved keyword in Python 2.6
      Traceback (most recent call last):
        File /usr/share/wajig/wajig.py, line 35, in module
          import documentation
        File /usr/share/wajig/documentation.py, line 83
          with open(/usr/share/wajig/help/COMMANDS) as f:
                  ^
      SyntaxError: invalid syntax
 
  wajig depends on default python version, and in Squeeze and Sid, that
  happens to be python2.6. What system are using, such that you are
  still running  python2.6?

 This line:
 /usr/share/wajig/documentation.py:83: Warning: 'with' will become a
 reserved keyword in Python 2.6
 tells me that your default python  2.6. Run 'aptitude show python' to
 make sure. If not, check where /usr/bin/python points to.

 Hi Tshepang,

 I did as you said.

 Here's what happened.

    $ aptitude show python
    Package: python
    State: not installed
    Automatically installed: no
    Version: 2.6.6-3+squeeze5
    Priority: standard
    Section: python
    Maintainer: Matthias Klose d...@debian.org
    Uncompressed Size: 754k
    Depends: python2.6 (= 2.6.6-1~), python-minimal (= 2.6.6-3+squeeze5)
    Suggests: python-doc (= 2.6.6-3+squeeze5), python-tk (= 2.6.6-3+squeeze5), 
 python-profiler (= 2.6.6-3+squeeze5)
    Conflicts: python-central ( 0.5.5)
    Breaks: python-bz2 ( 1.1-8), python-csv ( 1.0-4), python-email ( 
 2.5.5-3)
    Replaces: python-dev ( 2.6.5-2)
    Provides: python-ctypes, python-email, python-wsgiref
    Provided by: python-base
    Description: interactive high-level object-oriented language (default 
 version)
     Python, the high-level, interactive object oriented language, includes an 
 extensive class library with lots of goodies for
     network programming, system administration, sounds and graphics.

     This package is a dependency package, which depends on Debian's default 
 Python version (currently v2.6).
    Homepage: http://www.python.org/

Looks good. It's what I get.

    $ which /usr/bin/python
    /usr/bin/python

    $ ls -l /usr/bin/python
    lrwxrwxrwx 1 root root 9 2008-07-10 11:46 /usr/bin/python - python2.5

 Maybe you agree that my version of python is too
 old for wajig.

Well it is too old.

It's also risky to mess around with Debian-managed symlinks (like
/usr/bin/python) unless you keep note of them. What you can do is
re-install python (which should replace that symlink with a proper one
-- IE one that points to python2.6). Of course you can do this
manually, but I don't recommend it.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#264589: Link from packages.debian.org to manpages.debian.net - updated information (bug 264589)

2011-01-18 Thread Javier Fernandez-Sanguino
Hi,

I just wanted to update the bug report (and the -www team) on the
status of the manpages.debian.net interface.

The current status is as follows:

- a searchable manpage interface is now available and running at a
DSA-administered machine. It is available at
http://manpages.debian.net/ and rebuilds the manpage contents
periodically (currently monthly)

- the interface is a perl CGI script, source can be directly obtained
from http://manpages.debian.net/cgi-bin/man.cgi/source and the
repository used to track its changes is available in SVN:
http://svn.debian.org/viewsvn/ddp/man-cgi/

- the manpage interface allows users to search by name, distribution and section

- in addition links like http://manpages.debian.net/man/1/dpkg are
rewrite to build a search for a specific manpage in a specific
section. This is, I believe, used by wiki.debian.org

In the backend, an extraction tool (see
http://svn.debian.org/viewsvn/ddp/man-cgi/extractor/) parses all the
packages in the archive and extracts the manpage files to a pool-like
structure.

The interface, on the other hand, is currently is lacking a way to do
a search by package names, and the underlying content is not
available. If required:

- the content (as I said following a pool structure) could be exposed
for direct access and download of the original manpages,
- searchs through package names could be implemented by building a package index

I'm not sure if this last two items are required from
packages.debian.org to make a link to manpages.debian.net. Could
someone clarify what are the interface requirements from the
packages.debian.org perspective?

Anyway, I would need help to implement the above and would accept any
patches that improve the existing interface.


Regards

Javier



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#603347: Debdiff

2011-01-18 Thread Loïc Minier
tag #603347 + patch
user #603347 ubuntu-de...@lists.ubuntu.com
usertag #603347 + ubuntu-patch natty origin-ubuntu
stop

 Debdiff attached; built natively on i386 amd64 armel and powerpc and
 created a cross-gdb for armel on i386 and amd64; tested the cross-gdb
 on i386 successfully.

-- 
Loïc Minier
diff -Nru gdb-7.2/debian/changelog gdb-7.2/debian/changelog
--- gdb-7.2/debian/changelog2010-12-10 19:37:23.0 +0100
+++ gdb-7.2/debian/changelog2011-01-17 23:01:24.0 +0100
@@ -1,3 +1,11 @@
+gdb (7.2-1ubuntu7) natty; urgency=low
+
+  * Pass --gdb-datadir=/usr/share/gdb-$triplet when building a cross-gdb and
+update gdb.install sed snippet to match; fixes conflict with gdb;
+Debian #603347.
+
+ -- Loïc Minier loic.min...@linaro.org  Mon, 17 Jan 2011 17:50:20 +0100
+
 gdb (7.2-1ubuntu6) natty; urgency=low
 
   * Add support to gcore command for executables with GNU_RELRO
diff -Nru gdb-7.2/debian/rules gdb-7.2/debian/rules
--- gdb-7.2/debian/rules2010-09-06 13:40:25.0 +0200
+++ gdb-7.2/debian/rules2011-01-17 22:31:36.0 +0100
@@ -45,6 +45,11 @@
 -a$(DEB_TARGET_ARCH) -qDEB_HOST_GNU_TYPE 2/dev/null)
 DEB_TARGET_ALIAS ?= $(DEB_TARGET_GNU_TYPE)
 
+ifneq ($(GDB_TARGET),)
+DEB_CONFIGURE_GDB_DATADIR := \$${prefix}/share/gdb-$(DEB_TARGET_GNU_TYPE)
+DEB_CONFIGURE_PATH_ARGS += --with-gdb-datadir=$(DEB_CONFIGURE_GDB_DATADIR)
+endif
+
 ifeq ($(DEB_TARGET_ARCH),)
 $(error GDB_TARGET value $(GDB_TARGET) is not a valid Debian architecture)
 endif
@@ -264,7 +269,7 @@
 debian/control
 ifeq ($(DEB_CROSS),yes)
sed -i /Package: gdb64/,\$$ d debian/control
-   sed s+/gdb+/$(TP)gdb+g; s+usr/share/$(TP)gdb+usr/share/gdb+g \
+   sed s+/gdb+/$(TP)gdb+g; s+usr/share/$(TP)gdb+usr/share/gdb$(TS)+g \
debian/gdb.install  debian/gdb$(TS).install
 endif
 


Bug#608528: wifi-radar: [INTL:pt_BR] Brazilian Portuguese debconf templates translation

2011-01-18 Thread Adriano Rafael Gomes
Em Sat, 1 Jan 2011 14:49:11 -0200
Adriano Rafael Gomes adrian...@gmail.com escreveu:

 Please wait while the file pt_BR.po is under further
 review by the Brazilian l10n team. Thanks.

Please accept this reviewed file. Thank you.


pt_BR.po.gz
Description: GNU Zip compressed data


signature.asc
Description: PGP signature


Bug#609346: Fwd: Bug#609346: xfonts-terminus: quotes and hyphens displayed incorrectly

2011-01-18 Thread Jonas Pfenninger
-- Forwarded message --
From: Jonas Pfenninger jo...@sunrise.ch
Date: 2011/1/13
Subject: Re: Bug#609346: xfonts-terminus: quotes and hyphens displayed
incorrectly
To: Anton Zinoviev an...@lml.bas.bg



 At this point I can think of only three possible reasons of the effect:

 1. Some unexpected X resource due to bad uxterm behaviour.  Do you have
 the package xfonts-base installed?  If not and uxterm works ok after you
 install xfonts-base, then xterm is the culprit package.


xfonts-base is installed


 2. Uxterm works incorrectly with other BDF fonts.  What happens if you
 use say -misc-fixed-medium-r-normal--10-100-75-75-c-60-iso10646-1
 instead of Terminus?


this font works fine


 3. You have installed some broken non-Debian version of the Terminus
 font.  May be a scallable TTF version of the font?

 Anton Zinoviev


I tried the release candidate 1 of Squeeze (clean install) to see if it was
some configuration issue, but the problem is still present...


Bug#610398: reassign 610398 libgupnp-igd-1.0-3 0.1.7-2

2011-01-18 Thread Laurent Bigonville
reassign 610398 libgupnp-igd-1.0-3 0.1.7-2
thanks

Doh...

Anyway for the records, patch are available at:

http://gitorious.org/gupnp/gupnp-igd/commit/7c1e02a931cb249ac17a4a5663f1bc86f5371aca
and probably also
http://gitorious.org/gupnp/gupnp-igd/commit/7b94b5b4d57feec7fc8523c675a2963b3d5c9622

Laurent



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#600761: madwimax: correct udev.rules attached

2011-01-18 Thread Dmitry A. Zhiglov
Package: madwimax
Version: 0.1.1-1
Severity: normal

In attach you can find corrected udev.rules for package. Use it. 

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

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

Versions of packages madwimax depends on:
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib
ii  libusb-1.0-0  2:1.0.8-2  userspace USB programming library

Versions of packages madwimax recommends:
ii  dhcp3-client 4.1.1-P1-15 ISC DHCP server (transitional pack
ii  isc-dhcp-client [dhcp3-clien 4.1.1-P1-15 ISC DHCP client

madwimax suggests no packages.

-- no debconf information
# udev rules file for madwimax supported devices
SUBSYSTEM!=usb, GOTO=madwimax_rules_end
ACTION!=add, GOTO=madwimax_rules_end

# run madwimax
ATTRS{idVendor}==04e8, ATTRS{idProduct}==6761, RUN+=/sbin/madwimax -df 
--exact-device=$attr{busnum}/$attr{devnum}
ATTRS{idVendor}==04e9, ATTRS{idProduct}==6761, RUN+=/sbin/madwimax -df 
--exact-device=$attr{busnum}/$attr{devnum}
ATTRS{idVendor}==04e8, ATTRS{idProduct}==6731, RUN+=/sbin/madwimax -df 
--exact-device=$attr{busnum}/$attr{devnum}
ATTRS{idVendor}==04e8, ATTRS{idProduct}==6780, RUN+=/sbin/madwimax -df 
--exact-device=$attr{busnum}/$attr{devnum}

LABEL=madwimax_rules_end



Bug#17545: sendfile: sendfile modifies /etc/profile which is owned by bash

2011-01-18 Thread Mario 'BitKoenig' Holbe
package sendfile
severity 17545 serious
thanks

On Tue, Jan 27, 1998 at 06:31:28PM +0100, Joost Kooij wrote:
 On Tue, 27 Jan 1998, Martin Schulze wrote:
   The postinst and postrm manually change /etc/profile, this is
   against policy.
  We don't have /etc/profile.d like there was on the iConnect master.
  There is no other way to add this programm at the moment.
 Nevertheless, policy has been set and adding to /etc/profile violates it.

Meanwhile (since base-files 5.3), there is an /etc/profile.d and
/etc/profile sources /etc/profile.d/*.sh, so this behaviour can easily
be changed now.


regards
   Mario
-- 
Unfortunately, the chip vendors have delayed the availability of the
long-promised crystal-ball peripherals yet again, forcing the governor
code to rely on heuristics; once again, software must make up for
deficiencies in the hardware.  -- Jonathan Corbet, LWN


signature.asc
Description: Digital signature


Bug#609371: R_SPARC_13

2011-01-18 Thread Richard Mortimer



On 18/01/2011 06:50, David Miller wrote:

From: David Millerda...@davemloft.net
Date: Mon, 17 Jan 2011 16:37:09 -0800 (PST)


So we do end up seeing the R_SPARC_LO10 + R_SPARC_13 sequences in the
final module object.

Therefore, we really should handle R_SPARC_13 in the sparc module loader.


Ok, I now feel like I'm hallucinating.

davem@sunset:~/src/GIT/linux-2.6-stable$ uname -a
Linux sunset 2.6.37 #1 SMP Wed Jan 12 20:14:59 PST 2011 sparc64 GNU/Linux
davem@sunset:~/src/GIT/linux-2.6-stable$ objdump --reloc 
/lib/modules/2.6.37/kernel/net/ipv6/ipv6.ko | grep R_SPARC_13
0c7c R_SPARC_13*ABS*+0x0004
1ae4 R_SPARC_13*ABS*+0x0018
1b0c R_SPARC_13*ABS*+0x0008
  ...
davem@sunset:~/src/GIT/linux-2.6-stable$ lsmod | grep ipv6
ipv6  240422  12
davem@sunset:~/src/GIT/linux-2.6-stable$

I must be missing something obvious.



I think objdump may be distorting the truth a little. I found the 
following in binutils gas/config/tc-sparc.c tc-gen_reloc(). I wonder if 
it is displaying rewritten records rather than displaying the raw 
contents. I haven't traced it through the code but the fact that it is 
obviously working for you means that something like this is going on.


  /* We expand R_SPARC_OLO10 to R_SPARC_LO10 and R_SPARC_13
 on the same location.  */
  if (code == BFD_RELOC_SPARC_OLO10)
{
  relocs[1] = reloc = (arelent *) xmalloc (sizeof (arelent));
  relocs[2] = NULL;

  reloc-sym_ptr_ptr = (asymbol **) xmalloc (sizeof (asymbol *));
  *reloc-sym_ptr_ptr
= symbol_get_bfdsym (section_symbol (absolute_section));
  reloc-address = fixp-fx_frag-fr_address + fixp-fx_where;
  reloc-howto = bfd_reloc_type_lookup (stdoutput, BFD_RELOC_SPARC13);
  reloc-addend = fixp-tc_fix_data;
}

I will try your alignment patch without any R_SPARC_13 related changes 
and see how that goes.


Regards

Richard



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610199: Server ignored conditional request and downloads repeatedly

2011-01-18 Thread Roger Lynn
Package: polipo
Version: 1.0.4-1+lenny1
Followup-For: Bug #610199


On 16/01/2011 04:03, Steven Chamberlain wrote:
 I just experienced some very nasty behaviour from polipo.
 
 It seems a client was viewing
 http://www.theaa.com/route-planner/index.jsp which makes some use of
 Google Maps.  Somehow polipo ended up trying to download two map tiles
 from Google's maptile server over, and over again.
 
 I only noticed this 7 hours later, with about 9 GiB of data 
downloaded.
  And this was at least 2 hours after the client's machine had been
 powered down.

I have also seen this a few times over the last year with Polipo 
1.0.4-1+lenny1 after using http://maps.google.co.uk/ Unfortunately it's 
not been reproducible and I haven't managed to save any logs. As I've 
been charged for excessive bandwidth usage as a direct result I'm afraid 
I've had to stop using Polipo for the moment. If it helps I could try 
re-enabling it to see if I can capture anything, but I don't have any 
experience with tcpdump.

In the past Google maps appears to have had issues with pipelining 
through Polipo, but it seems to have been better more recently. The 
client has been Iceweasel running on another Lenny machine, if it makes 
any difference.

Sorry to not be able to provide any more useful information,

Roger


-- System Information:
Debian Release: 5.0.7
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'stable')
Architecture: i386 (i686)

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

Versions of packages polipo depends on:
ii  libc6   2.7-18lenny7 GNU C Library: Shared libraries

polipo recommends no packages.

polipo suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610399: Brasero package does not depend or suggest cdrdao

2011-01-18 Thread dE .
Package: brasero
Version: 2.30.3-2

Brasero notifies of missing bins when try to copy disks, those are
present in cdrdao. So I suggest addition of cdrdao to the suggest list
atleast.

Also it would be nice if brasero-cdrkit is also added to the suggested.


Bug#610332: /etc/pm/sleep.d/60aiccu hook may cause unacceptable resume delays

2011-01-18 Thread Julien Cristau
user release.debian@packages.debian.org
usertag 610332 squeeze-can-defer
tag 610332 squeeze-ignore
kthxbye

On Mon, Jan 17, 2011 at 18:24:51 +0100, Bjørn Mork wrote:

 Package: aiccu
 Version: 20070115-14
 Severity: critical
 Justification: breaks unrelated software
 
 The /etc/pm/sleep.d/60aiccu pm-utils hook may cause extremely slow resume
 from sleep.  aiccu should not need to touch anything on resume.  If it does, 
 then that is just a symptom of a bug in the daemon.
 
Not quite convinced critical is the right severity, but in any case this
won't be a blocker for squeeze.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#609762: amavisd-milter: Init script changes owner of current directory to 'amavis'

2011-01-18 Thread Julien Cristau
On Thu, Jan 13, 2011 at 10:04:14 +0100, Harald Jenny wrote:

 Dear Gabor Kiss,
 
 thanks for the information, will test it myself and then release a new 
 version.
 And thanks for your good bug report.
 
Can this be fixed ASAP please?

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#574257: libpng: Libpng 1.4.1 production release

2011-01-18 Thread Aníbal Monsalve Salazar
On Tue, Jan 18, 2011 at 02:33:49PM +0900, Nobuhiro Iwamatsu wrote:
On Tue, Sep 07, 2010 at 12:43:56PM +0200, Cosme Domínguez Díaz wrote:
Please, package it. 

Sure.

FreeImage need a 1.4.x release of libpng to work.

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

I'll upload it to experimental (when I have some time) but it'll spend
some time in NEW (see web address above).

See: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=595559#38

Hi, 

Hello Nobuhiro

1.4.x of libpng is not yet uploaded in experimental. 

I've packaged 1.4.5 but decided to wait for 1.5.0 which was found to
ship a serious bug soon after if was released. In two days or so 1.5.1
will be released.

At http://libpng.org/pub/png/libpng.html, it reads:

  libpng 1.5.0 (only) introduced a bug in the RGB-to-grayscale transform
  code, which can lead to buffer overruns due to incorrect calculation
  of the number of bytes per pixel. (Since 1.5.0 was just released, no
  apps or OS distributions are believed to ship with it, so the risk
  should be minimal.) This vulnerability has been assigned ID
  CVE-2011-0408 (CERT 643140) and will be fixed in version 1.5.1,
  expected to be released 20 January 2011.

When are you going to upload it?

Soon after 1.5.1 is released.

Some user and some developers want to try new libpng.
thanks for your package.

Best regards,
  Nobuhiro

Regards,

Anibal


signature.asc
Description: Digital signature


Bug#609581: Incompatible licences

2011-01-18 Thread Julien Cristau
On Fri, Jan 14, 2011 at 07:58:26 -0600, Martin Pitt wrote:

 Julien Cristau [2011-01-14 11:05 +0100]:
  It doesn't sound like this has been addressed?
 
 How do you mean in particular? The PDF reflow plugin now is GPL 2 or
 later, so it should be compatible with poppler again?
 
That doesn't address Riddell's point.  You're mixing GPL 2 (poppler)
with GPL 2+ (PDF reflow plugin) with GPL 3 (calibre).  I don't think
that works.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#610400: opencv: usage of external lapack breaks cvCalibrateCamera2

2011-01-18 Thread Sven Geggus
Package: opencv
Version: 2.1.0-3
Severity: important
Tags: squeeze sid

Since Version 2.1.0-1 the opencv package has been altered to no longer use
the internal lapack library (opencv_lapack) by means of the
fix_3rdparty_build.patch.

Unfortunately this will at least cause a segmentation fault in
cvCalibrateCamera2. Probably other lapack related functions are also
affected.

Removing fix_3rdparty_build.patch from package build leads to a usable
package.

C-code for testing the mentioned function is available on request.


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

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



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610401: dolphin: Impossible to rename/open files/directory with bad encoded special characters

2011-01-18 Thread mourad
Package: dolphin
Version: 4:4.4.5-2
Severity: important

Hi,

That happen every times with some bad encoding characters in to name of file or
directory...

My system encoding is in UTF8

For exemple, I received a zip file created on an other system containing some
filename in iso8859-15 (or ms windows encoding), ark show them badly, but
manage to extract them with there bad characters (it show ? in place of special
chars).

After that, i can't open that file or rename it, it tell me file not found !...

As temporary workaround, I'm using 'mv' command to rename manually the file and
it does the job !

It is not a regression, that behavior had always happened since I migrate to
KDE4 (since 4.2 debian version)...

Regards


C. Mourad



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

Kernel: Linux 2.6.37-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages dolphin depends on:
ii  kdebase-runtime 4:4.4.5-1runtime components from the offici
ii  libc6   2.11.2-8 Embedded GNU C Library: Shared lib
ii  libkdecore5 4:4.4.5-2the KDE Platform Core Library
ii  libkdeui5   4:4.4.5-2the KDE Platform User Interface Li
ii  libkfile4   4:4.4.5-2the File Selection Dialog Library 
ii  libkio5 4:4.4.5-2the Network-enabled File Managemen
ii  libknewstuff3-4 4:4.4.5-2the Get Hot New Stuff v3 Library
ii  libkonq54:4.4.5-2core libraries for Konqueror
ii  libkparts4  4:4.4.5-2the Framework for the KDE Platform
ii  libkutils4  4:4.4.5-2various utility classes for the KD
ii  libnepomuk4 4:4.4.5-2the Nepomuk Meta Data Library
ii  libnepomukquery4a   4:4.4.5-2the Nepomuk Query Library for the 
ii  libphonon4  4:4.6.0really4.4.2-1 the core library of the Phonon mul
ii  libqt4-dbus 4:4.7.1-2Qt 4 D-Bus module
ii  libqtcore4  4:4.7.1-2Qt 4 core module
ii  libqtgui4   4:4.7.1-2Qt 4 GUI module
ii  libsoprano4 2.5.0+dfsg.1-1   libraries for the Soprano RDF fram
ii  libstdc++6  4.4.5-10 The GNU Standard C++ Library v3
ii  phonon  4:4.6.0really4.4.2-1 metapackage for the Phonon multime

Versions of packages dolphin recommends:
ii  kfind 4:4.4.5-2  file search utility
ii  ruby  4.5An interpreter of object-oriented 

dolphin suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#592768: clisp install failure is a powerpc64 only problem?

2011-01-18 Thread Julien Cristau
user release.debian@packages.debian.org
usertag 592768 squeeze-can-defer
tag 592768 squeeze-ignore
kthxbye

On Fri, Jan 14, 2011 at 07:55:40 -0400, David Bremner wrote:

 
 Hi; 
 
 It seems like the install problems for clisp might only be happening on
 powerpc64. There are several reports of installation success on powerpc,
 and I verified myself on qemu-system-powerpc.
 
 Debian does not have any powerpc64 porterbox, so this is difficult for me
 to test. 
 
 I'm not sure what this means from the point of view of Squeeze
 release. It does seem a bit odd to pull clisp from the release based on
 bugs which we cannot duplicate on Debian machines.  On the other hand,
 officially there is no separate powerpc64 architecture, and having
 only 32 bit supported is hardly desirable.
 
 Of course, if someone can duplicate the bug running a 32-bit kernel that
 changes things.  I still think we probably need a powerpc64 porterbox if
 powerpc is going to continue as a release architecture post squeeze.
 
Deferring for squeeze.  We can include a fix in a point release.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#609094: fontforge: Fails to build ttf-dejavu

2011-01-18 Thread Julien Cristau
On Fri, Jan  7, 2011 at 17:36:51 +0900, Hideki Yamane wrote:

 Hi,
 
  While I investigated this Bug#609094, I could build it with fontforge
  0.0.20100501-2. However, with 0.0.20100501-3 it couldn't be succeed.
 
  So, I guessed the change in 0.0.20100501-3 is somthing wrong, and dropped
  --enable-double option from debian/rules built ttf-dejavu fine.
 
  Can we drop this option?
 
That seems like the best suggestion so far, so please NMU with this (no
delay, and medium urgency).

Thanks,
Julien


signature.asc
Description: Digital signature


Bug#609094: [Pkg-fonts-devel] Bug#609094: fontforge: Fails to build ttf-dejavu

2011-01-18 Thread Julien Cristau
On Thu, Jan  6, 2011 at 21:27:11 +0200, Khaled Hosny wrote:

 On Wed, Jan 05, 2011 at 08:13:28PM -0800, Daniel Schepler wrote:
  Package: fontforge
  Version: 0.0.20100501-4
  Severity: serious
 
 Bugs like this make wounder if it is wise for distributions to build
 fonts from source instead of just using upstream supplied font files.
 
 I mean, what is the benefit from building from source? I, as a font
 author, I can see many possible problems with no obvious benefit.
 
If we didn't build from source, we wouldn't catch bugs like this.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#608527: tomcat6: [INTL:pt_BR] Brazilian Portuguese debconf templates translation

2011-01-18 Thread Adriano Rafael Gomes
Em Sat, 1 Jan 2011 14:53:09 -0200
Adriano Rafael Gomes adrian...@gmail.com escreveu:

 Please wait while the file pt_BR.po is under further
 review by the Brazilian l10n team. Thanks.

Please accept this reviewed file. Thank you.


pt_BR.po.gz
Description: GNU Zip compressed data


signature.asc
Description: PGP signature


Bug#610174: gosa: fails to install,looks for lighttpd

2011-01-18 Thread Julien Cristau
severity 610174 important
tag 610174 unreproducible
kthxbye

On Sat, Jan 15, 2011 at 16:05:57 -0500, ralph bacolod wrote:

 Package: gosa
 Version: 2.6.11-3
 Severity: grave
 Justification: renders package unusable
 
 The package fails to install because it looks for the lighttpd startup
 script. I uninstalled lighttpd and left apache2 but still the no luck.
 
Maintainer says he can't reproduce, downgrading.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#610402: davfs2: [INTL:pt_BR] Brazilian Portuguese debconf templates translation

2011-01-18 Thread Flamarion Jorge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Package: davfs2
Tags: l10n patch
Severity: wishlist

Hello,

Please, Could you update the Brazilian Portuguese Translation?

Attached you will find the file pt_BR.po. It is UTF-8 encoded and it is
tested with msgfmt and podebconf-display-po.

Kind regards.

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

iQIcBAEBCAAGBQJNNXWBAAoJEJhPZF0zwv0zq+YP/jJ4D4kxoSrJa19C2k+DsKem
Bl5LZ0/sDjv0ulhA672kkq38Dmy/R0tupNztOOSV9uLGOPACxo0X6dckF+R1Qn5V
FL/gZ+MH/ebVpLRcqbHiDzkF16S6cRWZ1x8PRc6WSMHp439C4NiNiKrGXV7joDUV
0t8edn1JoqroGdhtO7ac5tFDlI1ijoB2RIiNWgJpr0WVUzzQUGYCaGxA8kpCdSXk
sZ3KbnTkKAMAjnpcEqwejQtD0Hp7QEqUdkrGk6asVm1E0SHLuw6I7uITK6BLj8XQ
3HaXzafszmycqD3eMXa+qIIlRl+2rnQPNxHY0smxEfo3AEHrM/5UDvPpry8/Ou08
b8TrrDuxAj0nANb8LO97wP2yxUb3VWBfdQe1+rI8GfuamqfgV7Ha56h03fl7Zbpj
PRqiPUU2nrR1NPyc7MGT/Bg2mYK963YV63+oqf1OvYBT+HjCXaWD6aS/FhJ9ZvCn
o7W5eYqIpgwCbz7tyYdZTFx/Fxh0iNUQvgyOnZ+GuON8wq3JxDM34U7XBw9fWmf3
ktB2E7MJb6AFxa2+41OCd8/jWp9Ch9UAV+poaO3H8HsZPJ2Xf6/9kuKlpbpIZ3AZ
9rTQ+I763Sec+Yhr6bTIdR6Ep+/OwojbUIL0hAGwHQhhUAcJVzNv99lCQuK443PF
v61qvLUC8m5RZ4SsJx3Q
=L1S+
-END PGP SIGNATURE-
# Debconf translations for davfs2.
# Copyright (C) 2011 THE davfs2'S COPYRIGHT HOLDER
# This file is distributed under the same license as the davfs2 package.
# Flamarion Jorge jorge.flamar...@gmail.com, 2011.
#
msgid 
msgstr 
Project-Id-Version: 1.4.6-1\n
Report-Msgid-Bugs-To: luci...@debian.org\n
POT-Creation-Date: 2008-04-11 20:26-0300\n
PO-Revision-Date: 2011-01-14 13:26-0200\n
Last-Translator: Flamarion Jorge jorge.flamar...@gmail.com\n
Language-Team: Brazilian Portuguese debian-l10n-portuguese@lists.debian.
org\n
Language: pt_BR\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
Plural-Forms: nplurals=2; plural=(n  1);\n

#. Type: boolean
#. Description
#: ../templates:2001
msgid Should unprivileged users be allowed to mount WebDAV resources?
msgstr Usuários sem privilégios podem montar recursos WebDAV?

#. Type: boolean
#. Description
#: ../templates:2001
msgid 
The file /sbin/mount.davfs must have the SUID bit set if you want to allow 
unprivileged (non-root) users to mount WebDAV resources.
msgstr 
O arquivo /sbin/mount.davfs deve ter o bit SUID habilitado se você quiser 
permitir que usuários sem privilégios (não-root) montem recursos WebDAV.

#. Type: boolean
#. Description
#: ../templates:2001
msgid 
If you do not choose this option, only root will be allowed to mount WebDAV 
resources. This can later be changed by running 'dpkg-reconfigure davfs2'.
msgstr 
Se você não escolher esta opção somente o usuário root poderá montar 
recursos WebDAV. Isto pode ser modificado mais tarde executando 'dpkg-
reconfigure davfs2'.

#. Type: string
#. Description
#: ../templates:3001
msgid User running the mount.davfs daemon:
msgstr Usuário que executa o daemon mount.davfs:

#. Type: string
#. Description
#: ../templates:3001
msgid 
Once the davfs resource has been mounted, the daemon will drop the root 
privileges and will run with an unprivileged user ID.
msgstr 
Depois que o recurso davfs for montado, o daemon dispensará os privilégios 
de root e executará com um ID de usuário sem privilégios.

#. Type: string
#. Description
#: ../templates:3001
msgid Please choose which login name should be used by the daemon.
msgstr Por favor, escolha qual nome de usuário deverá ser usado pelo daemon.

#. Type: string
#. Description
#: ../templates:4001
msgid Group for users who will be allowed to mount WebDAV resources:
msgstr Grupo para usuários que poderão montar recursos WebDAV:

#. Type: string
#. Description
#: ../templates:4001
msgid 
Mounting WebDAV resources creates a file in /var/run/mount.davfs. This 
directory will be owned by the group specified here.
msgstr 
Montar recursos WebDAV cria um arquivo em /var/run/mount.davfs. Este 
diretório será de propriedade do grupo especificado aqui.

#. Type: boolean
#. Description
#: ../templates:5001
msgid Do you want to create a new user?
msgstr Você deseja criar um novo usuário?

#. Type: boolean
#. Description
#: ../templates:5001
msgid 
The \${user_name}\ user does not exist on the system and will be created 
if you choose this option.
msgstr 
O usuário \${user_name}\ não existe no sistema e será criado se você 
escolher esta opção.

#. Type: boolean
#. Description
#: ../templates:6001
msgid Do you want to create a new group?
msgstr Você deseja criar um novo grupo?

#. Type: boolean
#. Description
#: ../templates:6001
msgid 
The \${group_name}\ group does not exist on the system and will be created 
if you choose this option.
msgstr 
O grupo \${group_name}\ não existe no sistema e será criado se você 
escolher esta opção.

#. Type: note
#. Description
#: ../templates:7001
msgid Unprivileged users allowed to mount WebDAV resources
msgstr Usuários sem privilégios que podem 

Bug#593648: Can't reproduce bug #593648

2011-01-18 Thread Julien Cristau
user release.debian@packages.debian.org
usertag 593648 squeeze-can-defer
tag 593648 squeeze-ignore
kthxbye

On Thu, Dec 16, 2010 at 02:40:12 +0100, Jeroen Dekkers wrote:

 tags 593648 unreproducible
 thanks
 
 I'm not able to reproduce this bug. I tried to create the same layout:
 
Thanks for testing.  Marking as not a release blocker.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#610403: pure-ftpd: [INTL:pt_BR] Brazilian Portuguese debconf templates translation

2011-01-18 Thread Flamarion Jorge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Package: pure-ftpd
Tags: l10n patch
Severity: wishlist

Hello,

Please, Could you update the Brazilian Portuguese Translation?

Attached you will find the file pt_BR.po. It is UTF-8 encoded and it is
tested with msgfmt and podebconf-display-po.

Kind regards.

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

iQIcBAEBCAAGBQJNNXXKAAoJEJhPZF0zwv0zVAUP/0hfjdyDX9/ENxhmEUL953EJ
7T62gmQIMbmImlxl9vlRI8ugQ/A75Vzso0A/NiR4u8sONcB8VYiTeCm1vVLmqZ2H
G4tJJi5C2WQqAWsYZM6U5wLmOBT9xdwbK5DYnThBoWAohzSybAHt6WKdZJvWHepk
8f1xTZCBX6OG9TCG4an2EfcHVrtxIy/whkK0bkDVscn37PjMPCDfwxqyk9TcUrjS
BuzE7QV+l51lqZto8i+t0eG+J11yhb/qRDeiIco1YPNBleHh5crUZR7jsrzYBKB4
rciNBiiUEyh5iTEWvyA2FNTMplx7P9ibCAgo+azzdf4msgTJfG9Avy1xHt2ZHTmj
ynb2WBbMn1tk3443amz2E75Y14e44UiPZKYKDWcu0KMiEaglijsHHAH82wIPH0Kh
6VU29hqN1ej/nbxC3iQ1OIOLb5mnFdw4uY9FXuS2F8nYqnYPkGT5Rme6+bRBfQsT
psIeyegCbIEocYPjaqOWoVL6CpxgDRRxVV3Q9dJrDRNsfcz0vhCUCesg5+M9Chmk
x8GO8PaKsutgGhYosAm0tElFgBHZJbJNTVxkKau4Xx9KBpNgQyp7+f1Kpqm5r1/r
pGXjL4Mwb6h1YTrNUXS0S3BDVFOZZ1kGRWXuAo18Y4ZOongEBgfKSkzCgVoaa/NG
bUSpRqU0kKRwgqULHaJp
=wDm8
-END PGP SIGNATURE-
# Debconf translations for pure-ftpd.
# Copyright (C) 2011 THE pure-ftpd's COPYRIGHT HOLDER.
# This file is distributed under the same license as the pure-ftpd package.
# Flamarion Jorge jorge.flamar...@gmail.com, 2011.
#
msgid 
msgstr 
Project-Id-Version: 1.0.28-3\n
Report-Msgid-Bugs-To: pure-f...@packages.debian.org\n
POT-Creation-Date: 2010-01-11 09:05+\n
PO-Revision-Date: 2011-01-14 11:35-0200\n
Last-Translator: Flamarion Jorge jorge.flamar...@gmail.com\n
Language-Team: Brazilian Portuguese debian-l10n-portuguese@lists.debian.
org\n
Language: pt_BR\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
Plural-Forms: nplurals=2; plural=(n  1);\n
pt_BR utf-8\n

#. Type: select
#. Choices
#: ../pure-ftpd-common.templates:1001
msgid inetd, standalone
msgstr inetd, autônomo

#. Type: select
#. Description
#: ../pure-ftpd-common.templates:1002
msgid Run pure-ftpd from inetd or as a standalone server:
msgstr Executar o pure-ftpd a partir do inetd ou como um servidor autônomo:

#. Type: select
#. Description
#: ../pure-ftpd-common.templates:1002
msgid 
Pure-ftpd can be run from inetd or as a standalone daemon. Using inetd is a 
suitable option for small ftp servers because the inetd super-server will 
only launch pure-ftpd to handle incoming connections. Standalone operation 
is more efficient for busy ftp sites.
msgstr 
O pure-ftpd pode ser executado a partir do inetd ou como um daemon autônomo. 
Usar inetd é adequado para pequenos servidores ftp porque o inetd super 
server somente vai lançar o pure-ftpd para manipular conexões de entrada. 
Operação autônoma é mais eficiente para servidores ftp ocupados.

#. Type: select
#. Description
#: ../pure-ftpd-common.templates:1002
msgid 
Keep in mind that a few options only work in standalone mode, such as 
limiting connections per-IP and binding the server to a specific IP address.
msgstr 
Tenha em mente que algumas opções só funcionam em modo autônomo, como 
limitar conexões por IP e vincular o servidor a um endereço IP específico.

#. Type: boolean
#. Description
#: ../pure-ftpd-common.templates:2001
msgid Do you want pure-ftpwho to be installed setuid root?
msgstr Você quer que o pure-ftpwho seja instalado com setuid root?

#. Type: boolean
#. Description
#: ../pure-ftpd-common.templates:2001
msgid 
The pure-ftpwho program only works with root privileges. Since it's a fairly 
trivial program, this poses little security risk. Still, it is only 
recommended that you install any program setuid root if you need it.
msgstr 
O programa pure-ftpwho somente funciona com privilégios de root. Como é um 
programa bastante trivial, isto representa um risco de segurança pequeno. 
Ainda assim, é recomendado que você somente instale qualquer programa com 
setuid root se você dele precisar.

#. Type: boolean
#. Description
#: ../pure-ftpd-common.templates:2001
msgid 
You can always change your mind later by reconfiguring this package with 
\dpkg-reconfigure pure-ftpd-common\.
msgstr 
Você sempre pode modificar sua opção depois pela reconfiguração deste pacote 
com \dpkg-reconfigure pure-ftpd-common\.

#. Type: note
#. Description
#: ../pure-ftpd-common.templates:3001
msgid Your installation uses an obsolete configuration method
msgstr Sua instalação usa um método obsoleto de configuração

#. Type: note
#. Description
#: ../pure-ftpd-common.templates:3001
msgid 
Older versions of the pure-ftpd debian package used command-line options 
specified in /etc/default/pure-ftpd. This has been changed because there was 
no easy way to use these options when the daemon was spawned from inetd.
msgstr 
Versões antigas do pacote debian pure-ftpd usam opções de linha de comando 
especificadas em 

Bug#610404: freevo: [INTL:pt_BR] Brazilian Portuguese debconf templates

2011-01-18 Thread Flamarion Jorge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Package: freevo
Tags: l10n patch
Severity: wishlist

Hello,

Please, Could you update the Brazilian Portuguese Translation?

Attached you will find the file pt_BR.po. It is UTF-8 encoded and it is
tested with msgfmt and podebconf-display-po.

Kind regards.


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

iQIcBAEBCAAGBQJNNXYOAAoJEJhPZF0zwv0znRAP/0kVKEN4Ls71Edt/rZ6jMg73
Yg0YVprZ/aYektf7/lWGEBcqdY/f2hTS03zBaYslTT5rI8OR4j8OtveCmqmpxUnb
9CtzDwsv6S+Kf6pvkvuzBB6PPMUHh227KHM1wnUDGxszcfvZL/oISgYBtu+SdC9Q
Ss8okVVbtIczBed5tD02hJSCoawbrY1kwNFVv808Vrqfyk9g4c6XmWAbo4/mQdHi
Q6M+SSaXtbsu5jdXpB9KiBjxkR5fFFpgY2iUl+Ri0kf/pgP5SqLDPmaScd8N3wyt
hDqZ2YK7fQAFRcTx7016mu6xz9i37shUzW3kqQ+mbIOqV4pVIraW2/BMOigtFqrX
Oar0CfmAbcIF4So61FTuhVJJAChIMh9lb1QW+pJ7WQXraLOH6n//ual+tcJprNRG
Z6wtZCel2raYN/yO7XbydpcrOwi4PhLtlnf/zIksz1lXaBsDLn1UG1RJCzbop6ji
nWY81e1RVCT3smK+1Fsdvkz3h0tL4RU5cXNW1ke1RWX5f3M8P1MdLMifALMRWmRc
0CJ56rCQPxywy4vHmF+OFJJJZbpM9hhm7ly5ZR8R5cNAgfOY8YvbqX9z1PZ16u8U
mME4pwrFXOM3wGr4fQ+loPWQgWRW5WMNych71p8wtioLbNtNEGZBYl/EPmn5/UIX
PY50EM01XjZmIu8nVlhX
=89VY
-END PGP SIGNATURE-
# Debconf translations for freevo.
# Copyright (C) 2011 THE freevo'S COPYRIGHT HOLDER
# This file is distributed under the same license as the freevo package.
# Flamarion Jorge jorge.flamar...@gmail.com, 2011.
#
msgid 
msgstr 
Project-Id-Version: 1.9.0-9\n
Report-Msgid-Bugs-To: fre...@packages.debian.org\n
POT-Creation-Date: 2010-12-27 23:47+0100\n
PO-Revision-Date: 2011-01-12 16:29-0200\n
Last-Translator: Flamarion Jorge jorge.flamar...@gmail.com\n
Language-Team: Brazilian Portuguese debian-l10n-portuguese@lists.debian.
org\n
Language: pt_BR\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
Plural-Forms: nplurals=2; plural=(n  1);\n
pt_BR utf-8\n

#. Type: select
#. Description
#: ../freevo.templates:2001
msgid Video output:
msgstr Saída de vídeo:

#. Type: select
#. Description
#: ../freevo.templates:2001
msgid Please choose the type of video output to use with Freevo.
msgstr Por favor, escolha o tipo de saída de vídeo para usar como o Freevo.

#. Type: select
#. Description
#: ../freevo.templates:3001
msgid Output resolution:
msgstr Resolução de saída:

#. Type: select
#. Description
#: ../freevo.templates:3001
msgid 
Please choose the resolution to use with Freevo. Most CRT television systems 
should be configured as 768x576 (NTSC or PAL). HD television systems use 
1280x720, and FullHD uses 1920x1080.
msgstr 
Por favor, escolha a resolução para usar com o Freevo. A maioria dos 
sistemas de televisão CRT devem ser configurados como 768x576 (NTSC ou PAL). 
Sistemas de televisão HD usam 1280x720, e FullHD usam 1920x1080.

#. Type: select
#. Description
#: ../freevo.templates:4001
msgid TV standard:
msgstr Padrão de TV:

#. Type: select
#. Description
#: ../freevo.templates:4001
msgid 
Please choose the TV standard to use. NTSC is used in North America, much of 
South America, and Japan; SECAM in France, the former USSR, and parts of 
Africa and the Middle East; and PAL elsewhere.
msgstr 
Por favor, escolha o padrão de TV para usar. NTSC é usando na América do 
Norte, muito usado na América do Sul e Japão; SECAM na França, na ex-União 
Soviética, e em partes da África e Meio Oeste, e PAL em outros lugares.

#. Type: select
#. Choices
#: ../freevo.templates:5001
msgid USA broadcast
msgstr EUA difusão

#. Type: select
#. Choices
#: ../freevo.templates:5001
msgid USA cable
msgstr EUA cabo

#. Type: select
#. Choices
#: ../freevo.templates:5001
msgid USA cable HRC
msgstr EUA cabo HRC

#. Type: select
#. Choices
#: ../freevo.templates:5001
msgid Japan broadcast
msgstr Japão difusão

#. Type: select
#. Choices
#: ../freevo.templates:5001
msgid Japan cable
msgstr Japão cabo

#. Type: select
#. Choices
#: ../freevo.templates:5001
msgid Europe (West)
msgstr Europa (Oeste)

#. Type: select
#. Choices
#: ../freevo.templates:5001
msgid Europe (East)
msgstr Europa (Leste)

#. Type: select
#. Choices
#: ../freevo.templates:5001
msgid Italy
msgstr Itália

#. Type: select
#. Choices
#: ../freevo.templates:5001
msgid New Zealand
msgstr Nova Zelândia

#. Type: select
#. Choices
#: ../freevo.templates:5001
msgid Australia
msgstr Austrália

#. Type: select
#. Choices
#: ../freevo.templates:5001
msgid Ireland
msgstr Irlanda

#. Type: select
#. Choices
#: ../freevo.templates:5001
msgid France
msgstr França

#. Type: select
#. Choices
#: ../freevo.templates:5001
msgid China broadcast
msgstr China difusão

#. Type: select
#. Choices
#: ../freevo.templates:5001
msgid South Africa
msgstr África do Sul

#. Type: select
#. Choices
#: ../freevo.templates:5001
msgid Argentina
msgstr Argentina

#. Type: select
#. Description
#: ../freevo.templates:5002
msgid Channel list:
msgstr Lista de canais:

#. Type: select
#. Description
#: 

Bug#610405: additional versions for fglrx.

2011-01-18 Thread dE .
Package: fglrx-driver
Version: 1:10-9-3

As seen from this -

http://wiki.cchtml.com/index.php/Hardware

page, the 10th version of fglrx does not support many devices, thus
it's necessary to put older versions to support old hardware.


Bug#610406: fdutils: [INTL:pt_BR] Brazilian Portuguese debconf templates translation

2011-01-18 Thread Adriano Rafael Gomes
Package: fdutils
Tags: l10n patch
Severity: wishlist

Hello,

Please, Could you update the Brazilian Portuguese
Translation?

Attached you will find the file pt_BR.po. It is UTF-8
encoded and it is tested with msgfmt and
podebconf-display-po.

Kind regards.


pt_BR.po.gz
Description: GNU Zip compressed data


signature.asc
Description: PGP signature


Bug#536823: uprecords: lost again the full db

2011-01-18 Thread Thibaut VARENE
On Tue, Jan 18, 2011 at 8:13 AM, Laurent Bonnaud
laurent.bonn...@inpg.fr wrote:
 Hi,

 I also experienced this bug several times on a laptop that sometimes
 fails to resume from suspend and with an ext4 filesystem.

 Here is a patch that should fix the problem:

 --- urec.c~     2009-01-02 00:46:00.0 +0100
 +++ urec.c      2011-01-18 08:07:28.886203152 +0100
 @@ -263,6 +263,7 @@
                        if ((max  0)  (++i = max)) break;
                }
        }
 +       fflush(f);
        fclose(f);


DESCRIPTION
   The  fclose() function flushes the stream pointed to by fp (writing any
   buffered output data using fflush(3)) and closes  the  underlying  file
   descriptor.

-- 
Thibaut VARENE
http://www.parisc-linux.org/~varenet/



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610407: boinc: [INTL:pt_BR] Brazilian Portuguese debconf templates translation

2011-01-18 Thread Adriano Rafael Gomes
Package: boinc
Tags: l10n patch
Severity: wishlist

Hello,

Please, Could you update the Brazilian Portuguese
Translation?

Attached you will find the file pt_BR.po. It is UTF-8
encoded and it is tested with msgfmt and
podebconf-display-po.

Kind regards.


pt_BR.po.gz
Description: GNU Zip compressed data


signature.asc
Description: PGP signature


Bug#609094: [Pkg-fonts-devel] Bug#609094: fontforge: Fails to build ttf-dejavu

2011-01-18 Thread Khaled Hosny
On Tue, Jan 18, 2011 at 12:07:20PM +0100, Julien Cristau wrote:
 On Thu, Jan  6, 2011 at 21:27:11 +0200, Khaled Hosny wrote:
 
  On Wed, Jan 05, 2011 at 08:13:28PM -0800, Daniel Schepler wrote:
   Package: fontforge
   Version: 0.0.20100501-4
   Severity: serious
  
  Bugs like this make wounder if it is wise for distributions to build
  fonts from source instead of just using upstream supplied font files.
  
  I mean, what is the benefit from building from source? I, as a font
  author, I can see many possible problems with no obvious benefit.
  
 If we didn't build from source, we wouldn't catch bugs like this.

Which is good thing?

I mean the purpose of font packages is to be used, not catch FontForge
bugs, and there are FontForge bugs that can pass unnoticed at build
time.

See also:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600306

for a non-bug that just screwed the font up. Another reason why it is
not, yet, a good idea to build fonts on your own.

(BTW, it is already known that there are places in the code that don't
go well with doubles and crashes like this have been reported upstream
already, still there are certain tasks that can't be reliably done
without building fontforge to use doubles).

Regards,
 Khaled

-- 
 Khaled Hosny
 Arabic localiser and member of Arabeyes.org team
 Free font developer


signature.asc
Description: Digital signature


Bug#515653: uptimed: on brutal reboot, all records are lost

2011-01-18 Thread Thibaut VARENE
On Tue, Jan 18, 2011 at 8:28 AM, Laurent Bonnaud
laurent.bonn...@inpg.fr wrote:
 Hi,

 I also experienced this bug several times on a laptop that sometimes
 fails to resume from suspend and with an ext4 filesystem.

 Here is a patch that should fix the problem:

 --- urec.c~     2009-01-02 00:46:00.0 +0100
 +++ urec.c      2011-01-18 08:07:28.886203152 +0100
 @@ -263,6 +263,7 @@
                        if ((max  0)  (++i = max)) break;
                }
        }
 +       fflush(f);
        fclose(f);
        rename(FILE_RECORDS, FILE_RECORDS.old);
        rename(FILE_RECORDS.tmp, FILE_RECORDS);


DESCRIPTION
   The  fclose() function flushes the stream pointed to by fp (writing any
   buffered output data using fflush(3)) and closes  the  underlying  file
   descriptor.


For the records, as it's been explained before (
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=536823#29 ) what's
needed here to definitely fix this problem is added logic which
would check upon opening the database that it's not empty, and if it
is, that would discard it and use the backup one.

For what it's worth, this behaviour is expected: when fclose() is
hit, the data may still reside in the VFS cache. On journaled
filesystem, under the most usual setups, only the metadata may be
actually flushed. When a crash occurs, the journal will restore
filesystem consistency by either removing (case covered by the use of
the backup file) or zero-out (XFS will typically do that) files which
are in an inconsistent state with the journal.

The only way to prevent this would be to add a fsync() before every
fclose(), which would force sync the data to disk. But then, I suggest
reading the fsync(2) manpage to understand the implications in terms
of performance impact and constant wakeup of harddrives for users who
spin down their drives, overall impact which would be totally
unacceptable for a bug that's caused by a non normal operation of
the software. (NB: no, a crash or a power loss is not normal use of
the system).

It's a common misconception that people believe filesystems, and
especially journaled ones, should be crash-proof. They're not.

HTH

T-Bone

-- 
Thibaut VARENE
http://www.parisc-linux.org/~varenet/



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#596351: Removing ohai and chef?

2011-01-18 Thread Julien Cristau
user release.debian@packages.debian.org
usertag 596351 squeeze-will-remove
kthxbye

On Sat, Jan  8, 2011 at 15:44:07 +, Neil Williams wrote:

 Bearing in mind Chris' previous comment:
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596351#40
 
 If the above is not possible, I return to my previous suggestion of
 removing ohai  chef from squeeze. Once wheezy is up and running, there
 should be no problem getting the new libjson-ruby package in. There's
 always the option of providing packages via backports.debian.org once
 squeeze is released.
 
 Personally, I'd say it's time for a pair of RM bugs to be filed at
 release.debian.org to remove ohai and chef from Squeeze. This bug
 doesn't warrant blocking Squeeze.
 
Will remove from squeeze.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#609242: ifupdown don't wait for bonding goes up before exiting, causing other services depending on $network to fail starting

2011-01-18 Thread Julien Cristau
user release.debian@packages.debian.org
usertag 609242 squeeze-can-defer
tag 609242 squeeze-ignore
kthxbye

On Fri, Jan  7, 2011 at 18:39:53 +0100, Eric Belhomme wrote:

 As said in the subject, ifupdown exits before the bond interface is active. I 
 tried to raise the updelay to get the slaves active but it has no effect :
 
 [   11.426497] bnx2: eth0 NIC Copper Link is Up, 1000 Mbps full duplex
 [   11.478596] bonding: bond0: link status up for interface eth0, enabling it 
 in 0 ms.
 [   11.486325] bonding: bond0: link status definitely up for interface eth0.
 [   11.493738] ADDRCONF(NETDEV_CHANGE): bond0: link becomes ready
 [   11.515333] bnx2: eth1 NIC Copper Link is Up, 1000 Mbps full duplex
 [   11.590403] bonding: bond0: link status up for interface eth1, enabling it 
 in 1 ms.
 Starting LDAP connection daemon: nslcd[   21.581245] bonding: bond0: link 
 status definitely up for interface eth1.
 nslcd: failed to bind to LDAP server ldaps://ldap.eve/: Can't contact LDAP 
 server: Connection timed out
 nslcd: no available LDAP server found
 nslcd: no base defined in config and couldn't get one from server
  failed!
 
 You can see on this log that sysv-rc tries to start nslcd daemon *before* 
 bonding module reports bond0 to be effectively up, causing nslcd to fail to 
 start... As everything on my setup relies on LDAP for auth, nothing is 
 working until I locally log as root to manually restart failed services...
 
 I'm not sure id I should assign this bug to ifenslave or to ifupdown package, 
 so sorry for the noise if I'm wrong !
 
Considering that this doesn't sound like a new bug, you have a
workaround (if hacky) and this hopefully won't affect too many people,
I'm tagging this as not a blocker for the squeeze release.  If a fix is
available later it can be applied in a point release.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#610338: psi-plus: contains non-free icons; inadequate copyright file

2011-01-18 Thread Julien Cristau
user release.debian@packages.debian.org
usertag 610338 squeeze-will-remove
kthxbye

On Mon, Jan 17, 2011 at 13:29:15 -0500, Mike O'Connor wrote:

 Source: psi-plus
 Severity: serious
 Justification: Policy 2.2.1, Policy 12.5
 
 
 There are many files which are LGPL-2.1+ and many files which are GPL2+, your
 debian/copyight is not accurate about this saying only that the software is
 LGPL-2+ and pointing to GPL instead of the LGPL
 
Will remove from squeeze.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#610408: dictd: [INTL:pt_BR] Brazilian Portuguese debconf templates translation

2011-01-18 Thread Adriano Rafael Gomes
Package: dictd
Tags: l10n patch
Severity: wishlist

Hello,

Please, Could you update the Brazilian Portuguese
Translation?

Attached you will find the file pt_BR.po. It is UTF-8
encoded and it is tested with msgfmt and
podebconf-display-po.

Kind regards.


pt_BR.po.gz
Description: GNU Zip compressed data


signature.asc
Description: PGP signature


Bug#610409: adjtimex: [INTL:pt_BR] Brazilian Portuguese debconf templates

2011-01-18 Thread Flamarion Jorge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Package: adjtimex
Tags: l10n patch
Severity: wishlist

Hello,

Please, Could you update the Brazilian Portuguese Translation?

Attached you will find the file pt_BR.po. It is UTF-8 encoded and it is
tested with msgfmt and podebconf-display-po.

Kind regards.

- -- 
Flamarion Jorge

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

iQIcBAEBCAAGBQJNNX21AAoJEJhPZF0zwv0zCxwQAJl00EQI55tYh/ZGuyFWfcbh
JTDeM1pwcZTKHOxWWYNKmrHTqwtXRVQWXoDods+LHoYF143h7qeCuwAZ8MDTIHKJ
M9yGlNTbntCHUJXSMN5b9zgJQyuv8auxWeJ+36+k2ail7q075s69EhXjvnngMVys
FyWrzQSqANFIU+aS3Ju9hp01HWuyl6ahuqc/hxN1EbdSm6g2lVrjDxw/o0GVSUQa
sv8x6CH+kJ+XFEIIT6t0hA9Lv/CAofIkCwl8ZKRpNjwxCz/CVYxF+u9PeJi4m4mJ
F3NQAgV9BS6tx/2XuLXGmZ/Nh5eo3MfzOgyy/PviDeAsLh406M5tPn2I+DmLjhfl
wO/R/Pg9xRBTjNPuUfuk1VqrEtnSbltosvhEio7Or2kUuqjhQ2zKonpDXr2GAvU+
ALefWoUWGtc1nAvB7fzrYTbK2VwkWuuwhpkFHqwKnRhnYrfCcWVNhPcWSn6Hd4Eo
Fxu9B1r7bANoMH4hIG+hKAfxf2qadxdoiwNjdfG/UVlYZlvYDoq7oQQQ/0Jqrvin
dlkoGUNWEGkFFfMLw2ELjSvBcezbb72or7U8INl7wi7WiymPRCwDqtrOYCwcOoRV
jzGIQ0ZOLrbgQFVAxq3OzWtYC570ObjXWloMMIjGBBw+5P2AjUsPgsxHt6vK9EyY
nEZKz6rHyjmivEGvue3T
=BP2Q
-END PGP SIGNATURE-
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
# André Luís Lopes andre...@debian.org, 2010.
# Flamarion Jorge jorge.flamar...@gmail.com, 2010.
#
msgid 
msgstr 
Project-Id-Version: adjtimex 1.29-2.1\n
Report-Msgid-Bugs-To: adjti...@packages.debian.org\n
POT-Creation-Date: 2009-03-17 07:38+0100\n
PO-Revision-Date: 2010-11-11 22:16-0200\n
Last-Translator: Flamarion Jorge jorge.flamar...@gmail.com\n
Language-Team: Brazilian Portuguese debian-l10n-portuguese@lists.debian.
org\n
Language: \n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
Plural-Forms: nplurals=2; plural=(n  1);\n

#. Type: boolean
#. Description
#: ../templates:2001
msgid Should adjtimex be run at installation and at every startup?
msgstr O adjtimex deve ser executado na instalação e em cada inicialização?

#. Type: boolean
#. Description
#: ../templates:2001
msgid 
Running adjtimex at system startup will set the kernel time parameters to 
the values in /etc/default/adjtimex.
msgstr 
Executar o adjtimex na inicialização do sistema configurará os parâmetros de 
tempo do kernel para os valores em /etc/default/adjtimex.

#. Type: boolean
#. Description
#: ../templates:2001
msgid 
You should not choose this option if you just want to use adjtimex to 
inspect the current parameters.
msgstr 
Você não deve escolher esta opção se você apenas quer usar o adjtimex para 
inspecionar os parâmetros atuais.

#. Type: boolean
#. Description
#: ../templates:3001
msgid Run adjtimexconfig when adjtimex is installed or upgraded?
msgstr 
Executar o adjtimexconfig quando o adjtimex for instalado ou atualizado?

#. Type: boolean
#. Description
#. Translators: do not translate tick and frequency
#: ../templates:3001
msgid 
The adjtimexconfig script will use adjtimex to find values for the kernel 
variables \tick\ and \frequency\ that will make the system clock 
approximately agree with the hardware clock (also known as the CMOS clock).  
It then saves these values in the configuration file /etc/default/adjtimex 
so the settings will be restored on every boot, when /etc/init.d/adjtimex 
runs.
msgstr 
O script adjtimexconfig usará o adjtimex para encontrar valores para as 
variáveis \tick\ e \frequency\ do kernel, que farão o relógio do sistema 
o mais próximo do relógio do hardware (também conhecido como o relógio da 
CMOS). Ele então salva estes valores no arquivo de configuração /etc/default/
adjtimex, assim as configurações serão restauradas a cada inicialização, 
quando o /etc/init.d/adjtimex executar.

#. Type: boolean
#. Description
#: ../templates:3001
msgid 
The script takes 70 seconds to run, so running it for every upgrade may be a 
waste of time. Alternatively, you can run adjtimexconfig manually when 
needed, or determine the kernel variables by using other methods and set 
them manually in /etc/default/adjtimex.
msgstr 
O script leva 70 segundos para rodar, portanto rodá-lo a cada atualização 
pode ser um desperdício de tempo. Alternativamente, você pode executar o 
adjtimexconfig manualmente quando necessário, ou determinar as variáveis de 
kernel usando outros métodos e configurá-las manualmente em /etc/default/
adjtimex.



Bug#610411: dpkg: make 'dpkg -W' synonymous with 'dpkg-query -W'?

2011-01-18 Thread Colin Watson
Package: dpkg
Version: 1.15.8.7
Severity: wishlist

I find the output of 'dpkg-query -W' rather more convenient than that of
'dpkg -l' in many cases: in particular, it doesn't truncate long version
numbers.  It's slightly cumbersome to have to type dpkg-query to get it.
Would it be possible to pass that option through from dpkg, like most of
the other dpkg-query options?

Thanks,

-- 
Colin Watson   [cjwat...@debian.org]



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610410: dtc-xen: [INTL:pt_BR] Brazilian Portuguese debconf templates

2011-01-18 Thread Flamarion Jorge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Package: dtc-xen
Tags: l10n patch
Severity: wishlist

Hello,

Please, Could you update the Brazilian Portuguese Translation?

Attached you will find the file pt_BR.po. It is UTF-8 encoded and it is
tested with msgfmt and podebconf-display-po.

Kind regards.


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

iQIcBAEBCAAGBQJNNX4gAAoJEJhPZF0zwv0zeGsQAIwD2/JZ0U4I4cB79rtS6fvy
iaKQ+M/M11jJ4dc1+VuC7gOG3Po73uRlfLTG9k4JZCCAbT3NMV7pOscDQ03S5XXo
oCOBwvMbi/H1fFTTiKK/bt/cTMsPuqFeL/72KBOy3M/IaV8ntOm27cIzLSE/9Jkw
XgaqjqBqpDhLXKrHZSqDjJgwb6okjtiQyC/tGGck3UCNpiHxBN0heqvidm2dcuig
bab24WcQZWKf2flpTbSsbHEprR12wRN29+JgBHhsJtCSVpVVqUY/F9MfkPA+Ki2b
RWzG5lx5oy8PnB7qWrktLsglGbs68RJwNM+9vD+juBDBWb/E/sd03+YSnsDHkCOX
0MWyYhqbgMmn1mXGU9+QiaGCeUQdayd4d2o4njzyEJitg/J9gvUrWTUeFa8Y/eWD
FXWRrw1XKlDcFWHu4CzEYk6JtLVICJdJOLEjDND/Ym1u61Au8rDI5PFFPqKyraD2
M2Nh0BWhO2CF+r2i/STDIT2qfgmRCJuloRY6SvxSA8VilHe0sHjPRUzUEzvMC+wa
nq3lWdp7tIHEdvP4wkLlJxYm3kDLcCPBDMnWnfLppdJRwUThNJ6cmmvLzW8x1vgb
xPh6J6IerOLPzp+fxJzjQEvjy+nrILe/Z3svYktcOyU0Gl2gqS1+r26uwPKzw1tI
uMOGyKF4AbUbz4frlhHS
=sT/7
-END PGP SIGNATURE-
# dtc-xen's po-debconf Brazilian Portuguese translation.
# Copyright (C) 2007, André Luís Lopes
# This file is distributed under the same license as the dtc-xen package.
# André Luís Lopes andre...@debian.org, 2007, 2010.
# Flamarion Jorge jorge.flamar...@gmail.com, 2010, 2011.
#
msgid 
msgstr 
Project-Id-Version: dtc-xen\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2010-12-11 10:28+0100\n
PO-Revision-Date: 2011-01-11 23:40-0200\n
Last-Translator: Flamarion Jorge jorge.flamar...@gmail.com\n
Language-Team: Brazilian Portuguese debian-l10n-portuguese@lists.debian.
org\n
Language: pt_BR\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
Plural-Forms: nplurals=2; plural=(n  1);\n
pt_BR utf-8\n

#. Type: string
#. Description
#: ../dtc-xen.templates:1001
msgid SOAP server login:
msgstr Login no servidor SOAP:

#. Type: string
#. Description
#: ../dtc-xen.templates:1001
msgid 
Dtc-xen will start it's Python based SOAP server to listen for incoming 
requests over a TCP socket. A remote application (like the dtc web hosting 
control panel) can then connect to it in order to start, stop, create and 
destroy a VPS.
msgstr 
O dtc-xen vai iniciar o seu servidor SOAP baseado em Python para escutar 
requisições de entrada sob um socket TCP. Uma aplicação remota (como o 
painel de controle de hospedagem web do dtc) poderá então conectar-se a ele 
para iniciar, parar, criar e destruir um VPS.

#. Type: string
#. Description
#: ../dtc-xen.templates:1001
msgid Please enter the login name to connect to the server.
msgstr Por favor, informe o nome de login para conectar-se ao servidor.

#. Type: password
#. Description
#: ../dtc-xen.templates:2001
msgid SOAP server pass:
msgstr Senha no servidor SOAP:

#. Type: password
#. Description
#: ../dtc-xen.templates:2001
msgid 
Dtc-xen will generate a .htpasswd file for the login you have just 
configured.
msgstr 
O dtc-xen gerará um arquivo .htpasswd para o login que você acabou de 
configurar.

#. Type: password
#. Description
#: ../dtc-xen.templates:2001
msgid Please enter the password to use in that file.
msgstr Por favor, informe a senha a ser utilizada nesse arquivo.

#. Type: string
#. Description
#: ../dtc-xen.templates:3001
msgid Debian repository for VPS creation:
msgstr Repositório Debian para a criação do VPS:

#. Type: string
#. Description
#: ../dtc-xen.templates:3001
msgid 
Please enter the repository to use for creating the VPS (Virtual Private 
Server). The current /etc/apt/sources.list file will be copied to the 
created VPS so the repository you enter here will be used only during the 
debootstrap stage of the VPS creation.
msgstr 
Por favor, informe o repositório para usar ao criar o VPS (Servidor Virtual 
Privado). O arquivo /etc/apt/sources.list atual será copiado para o VPS 
criado, assim o repositório que você informar aqui será usado somente 
durante o estágio debootstrap da criação do VPS.

#. Type: string
#. Description
#: ../dtc-xen.templates:4001
msgid Network mask for the VPS:
msgstr Máscara de rede para o VPS:

#. Type: string
#. Description
#: ../dtc-xen.templates:4001
msgid 
Please enter the network mask to use in the created Virtual Private Server's 
network settings.
msgstr 
Por favor, informe a máscara de rede a ser utilizada nas configurações de 
rede do Servidor Virtual Privado criado.

#. Type: string
#. Description
#: ../dtc-xen.templates:5001
msgid Network address for the VPS:
msgstr Endereço de rede para o VPS:

#. Type: string
#. Description
#: ../dtc-xen.templates:5001
msgid 
Please enter the network address to use in the created Virtual Private 
Server's network settings.
msgstr 
Por favor, informe o endereço de rede a ser utilizado nas configurações de 

Bug#610412: syslinux: [INTL:pt_BR] Brazilian Portuguese debconf templates translation

2011-01-18 Thread Adriano Rafael Gomes
Package: syslinux
Tags: l10n patch
Severity: wishlist

Hello,

Please, Could you update the Brazilian Portuguese
Translation?

Attached you will find the file pt_BR.po. It is UTF-8
encoded and it is tested with msgfmt and
podebconf-display-po.

Kind regards.


pt_BR.po.gz
Description: GNU Zip compressed data


signature.asc
Description: PGP signature


Bug#609839: unblock: sudo/1.7.4p4-6

2011-01-18 Thread Julien Cristau
On Wed, Jan 12, 2011 at 22:38:56 +0100, Moritz Muehlenhoff wrote:

 Package: release.debian.org
 Severity: normal
 User: release.debian@packages.debian.org
 Usertags: unblock
 
 Please unblock package sudo. It fixes CVE-2011-0010.
 
 unblock sudo/1.7.4p4-6
 
 There are some non-security fixes since the -2 version in testing,
 though.
 
Packaging changes that aren't in squeeze now can wait until wheezy.
I think the security fix should go in through tpu.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#610052: unblock: util-linux/2.17.2-6

2011-01-18 Thread Adam D. Barratt
On Sun, January 16, 2011 11:35, Christian PERRIER wrote:
 Quoting Julien Cristau (jcris...@debian.org):
 In the mean time LaMont uploaded -7 to fix a RC issue.

 However, the da.po and sk.po translation files seem broken, with
 question marks instead of the non-ascii characters.

 Hmm, LaMont, would it be possible for you to reupload with fixed PO
 files (I think you just need to dig them out from the BTSthey have
 probably been broken by the infamous mutt encoding bug)? This,
 assuming the release team is OK with that, of course.

 If you can't, I can upload an NMU as I did for many packages
 yesterday.

Ping?

Regards,

Adam




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610413: backup-manager: BM_TARBALL_BLACKLIST not updated when running configurator

2011-01-18 Thread Benjamin Gueroult
Package: backup-manager
Version: 0.7.9-3
Severity: important
Tags: d-i

When auto-installer is running for ask many options, it ask for the directory 
where the backups are stored, but when change the default, it not change the 
blacklist directory option.
Example: I set (in installer) /home/archives instead of default 
/var/archives, then the blacklist option should be set to /home/archives 
too, but not at all.

-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.34.6--grs-ipv6-64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages backup-manager depends on:
ii  debconf [debconf-2.0]1.5.36  Debian configuration management sy
ii  findutils4.4.2-1+b1  utilities for finding files--find,
ii  ucf  3.0025+nmu1 Update Configuration File: preserv

backup-manager recommends no packages.

Versions of packages backup-manager suggests:
pn  anacron   none (no description available)
pn  backup-manager-docnone (no description available)
pn  dar   none (no description available)
pn  dvd+rw-tools  none (no description available)
pn  genisoimage   none (no description available)
ii  gettext-base  0.18.1.1-3 GNU Internationalization utilities
pn  libfile-slurp-perlnone (no description available)
pn  libnet-amazon-s3-perl none (no description available)
ii  openssh-client1:5.5p1-6  secure shell (SSH) client, for sec
ii  perl  5.10.1-17  Larry Wall's Practical Extraction 
pn  wodim none (no description available)
pn  zip   none (no description available)

-- debconf information:
  backup-manager/upload-passwd: (password omitted)
  backup-manager/filetype: tar.gz
  backup-manager/upload-key:
  backup-manager/name-format: long
  backup-manager/time-to-live: 5
  backup-manager/burning-maxsize: 650
  backup-manager/burning-device: /dev/cdrom
  backup-manager/encryption_recipient:
* backup-manager/repo_user: root
  backup-manager/upload-hosts:
  backup-manager/upload-dir: /var/archives/uploads
* backup-manager/backup-repository: /home/archives
  backup-manager/burning-method: CDRW
  backup-manager/transfert_mode: scp
  backup-manager/burning-enabled: false
  backup-manager/upload-user-ftp:
  backup-manager/enable_encryption: false
  backup-manager/cron_frequency: never
  backup-manager/dump_symlinks: false
* backup-manager/directories: /etc /home /var /usr/src /root
  backup-manager/upload-user-scp: bmngr
  backup-manager/cron_d_remove_deprecated: false
  backup-manager/blacklist: /var/archives
* backup-manager/repo_group: root
  backup-manager/want_to_upload: false



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#609535: psiconv: Patch for GraphicsMagick API change causing crash on startup

2011-01-18 Thread Julien Cristau
On Tue, Jan 11, 2011 at 14:55:21 +0100, Jakub Wilk wrote:

 This doesn't look good. GetMagickFileList is called in a loop and
 InitializeMagick is supposed to be run only once.
 
That sounds like broken API for a library.  How is a library using
graphicsmagick to know whether it needs to call InitializeMagick or it's
already been done?

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#610414: apt-cacher-ng: [INTL:pt_BR] Brazilian Portuguese debconf templates translation

2011-01-18 Thread Adriano Rafael Gomes
Package: apt-cacher-ng
Tags: l10n patch
Severity: wishlist

Hello,

Please, Could you update the Brazilian Portuguese
Translation?

Attached you will find the file pt_BR.po. It is UTF-8
encoded and it is tested with msgfmt and
podebconf-display-po.

Kind regards.


pt_BR.po.gz
Description: GNU Zip compressed data


signature.asc
Description: PGP signature


Bug#609535: psiconv: magick/semaphore.c:526: LockSemaphoreInfo: Assertion `semaphore_info-signature == 0xabacadabUL' failed.

2011-01-18 Thread Julien Cristau
On Fri, Jan 14, 2011 at 14:01:16 +0100, Jakub Wilk wrote:

 In the worst case we can change build-dependencies so that psiconv
 is linked with ImageMagick (rather than GraphicsMagick).
 
Another option would be to rebuild abiword and gnumeric without psiconv
support, if that's easy?

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#610288: thin: ActiveRecord session store doesn't work with Rails

2011-01-18 Thread Julien Cristau
user release.debian@packages.debian.org
usertag 610288 squeeze-will-remove
kthxbye

On Mon, Jan 17, 2011 at 08:03:26 +0200, Faidon Liambotis wrote:

 Package: thin
 Version: 1.2.4-1
 Severity: grave
 Tags: patch
 Justification: renders package unusable
 
 When using Rails, thin ignores the configuration directive of picking
 ActiveRecord for a session store and falls back to a CookieStore instead
 (which is limited to 4K among other things).
 
 The bug is reported upstream[1] and the trivial one-line fix made it to
 1.2.5. I've patched thin locally with the fix there and I confirm that
 it fixes the issue.
 
Tagging as candidate for removal from squeeze.  Somebody needs to get a
fix in soon if they want this package in squeeze.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#610415: [CRASH] Uncaught exception ZeroDivisionError in Frontend/Gtk/GtkProgress.py:688

2011-01-18 Thread lars-sch
Package: update-manager-gnome
Version: 0.200.5-1
Severity: normal
File: /usr/share/pyshared/UpdateManager/Frontend/Gtk/GtkProgress.py



*** /tmp/update-manager-bugL7TFSU
The information below has been automatically generated.
Please do not remove this from your bug report.

- Exception Type: type 'exceptions.ZeroDivisionError'
- Exception Value: ZeroDivisionError('float division',)
- Exception Origin: _MainThread(MainThread, started 1208181216)
- Exception Traceback:
  File
/usr/lib/pymodules/python2.6/UpdateManager/Frontend/Gtk/GtkProgress.py, line
602, in _sig_item_update
self._update_percent()
  File
/usr/lib/pymodules/python2.6/UpdateManager/Frontend/Gtk/GtkProgress.py, line
688, in _update_percent
self._download_count)




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

Kernel: Linux 2.6.32-5-powerpc
Locale: LANG=de_DE@euro, LC_CTYPE=de_DE@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/dash

Versions of packages update-manager-gnome depends on:
ii  gconf22.28.1-6   GNOME configuration database syste
ii  gksu  2.0.2-5graphical frontend to su
ii  python2.6.6-3+squeeze5   interactive high-level object-orie
ii  python-dbus   0.83.1-1   simple interprocess messaging syst
ii  python-gconf  2.28.1-1   Python bindings for the GConf conf
ii  python-gobject2.21.4+is.2.21.3-1 Python bindings for the GObject li
ii  python-gtk2   2.17.0-4   Python bindings for the GTK+ widge
ii  python-support1.0.10 automated rebuilding support for P
ii  python-vte1:0.24.3-2 Python bindings for the VTE widget
ii  update-manager-core   0.200.5-1  APT update manager core functional

update-manager-gnome recommends no packages.

Versions of packages update-manager-gnome suggests:
ii  software-properties-gtk0.60.debian-3 manage the repositories that you i
ii  update-notifier0.99.3debian8 Daemon which notifies about packag



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610333: unattended-upgrades: delaying hibernation until crob job finishes is unacceptable

2011-01-18 Thread Julien Cristau
user release.debian.org
usertag 610333 squeeze-can-defer
tag 610333 squeeze-ignore
kthxbye

On Mon, Jan 17, 2011 at 18:30:38 +0100, Bjørn Mork wrote:

 Package: unattended-upgrades
 Version: 0.62.2
 Severity: critical
 Justification: breaks unrelated software
 
Severity is arguable, but in any case this is not a blocker for squeeze.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#610416: boxbackup: [INTL:pt_BR] Brazilian Portuguese debconf templates translation

2011-01-18 Thread Adriano Rafael Gomes
Package: boxbackup
Tags: l10n patch
Severity: wishlist

Hello,

Please, Could you update the Brazilian Portuguese
Translation?

Attached you will find the file pt_BR.po. It is UTF-8
encoded and it is tested with msgfmt and
podebconf-display-po.

Kind regards.


pt_BR.po.gz
Description: GNU Zip compressed data


signature.asc
Description: PGP signature


Bug#604196: Can stop krusader neither by closing it's window nor by Ctrl+q (again)

2011-01-18 Thread Frank Schoolmeesters
-- Forwarded message --
From: Jan Lepper jan_lep...@gmx.de
Date: Mon, Jan 17, 2011 at 1:39 PM
Subject: Re: Bug#604196: [Pkg-kde-extras] Bug#604196: [Krusader-devel]
Re: Bug#604196: Can stop krusader neither by closing it's window nor
by Ctrl+q (again)
To: krusader-de...@googlegroups.com


Hi,

yes, it's fixed, and the two commits I mentionend are the correct ones.

bye,
Jan


On Monday 17 January 2011 08:12:39 Frank Schoolmeesters wrote:
 Jan,

 Can you confirm (again) that this bug is fixed?

 Thanks and bye,

 Frank
 http://krusader.org

 2011/1/16 Modestas Vainius modes...@vainius.eu:
  Hello,
 
  On sekmadienis 16 Sausis 2011 20:23:32 Frank Schoolmeesters wrote:
  Hi,
 
  It's fixed in Krusader 2.3.0-beta1.
  It's available in Ubuntu Natty and Debian Sid.
  http://packages.ubuntu.com/natty/krusader
  http://packages.debian.org/sid/krusader
 
  bye,
 
  Frank
  http://krusader.org
 
  2011/1/16 Zakhary Akulov hozz...@googlemail.com:
   Dear sirs!
  
   Would you kindly fix this bleeing bug?
   See, now Ubuntu has it too!
  
   2010/11/21, Jan Lepper jan_lep...@gmx.de:
   Hi,
  
   the package has the wrong fix included.
   The correct one is this:
   http://websvn.kde.org/?view=revisionrevision=1169424
   +
   http://websvn.kde.org/?view=revisionrevision=1169519
 
  Are the commits mentioned above correct? Do they really properly fix this
  problem?
 
 
  --
  Modestas Vainius modes...@vainius.eu


--
You received this message because you are subscribed to the Google
Groups krusader-devel group.
To post to this group, send email to krusader-de...@googlegroups.com.
To unsubscribe from this group, send email to
krusader-devel+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/krusader-devel?hl=en.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610338: only checked testing/unstable

2011-01-18 Thread Alexander Reichle-Schmehl
found 610338 0.15~svn2744-1
found 610338 0.15~svn3447-1
thanks


Hi!


* Mike O'Connor s...@debian.org [110118 05:23]:
 found 610338 0.15~svn3447
 thanks

Seems that that didn't reached the bts?

  Have you seen updated packages?
 No, I only looked at the version in testint/unstable.  Marking the bug
 accordingly.

You confuse me:  Testing/unstable has 0.15~svn2744-1, experimental
0.15~svn3447-1, you said you checked testing/unstable but marked
experimental.


Well, no problem:  The copyright files of the version in testing and
experimental are the very same.  I checked iris/src/jdns,
src/tools/crash/crash_sigsev* and third-party/qca/qca/src/botantools
which also seem to be present in both versions.  So this bug seems
clearly to affects both versions (also #598944 seems to claim
otherwise).


Just for the record: version 0.15~svn3463-1  available on mentors.d.n
doesn't fix it, too.


Best Regards,
  Alexander



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610417: pppconfig: boot sequence: dns-clean after networking

2011-01-18 Thread Mario 'BitKoenig' Holbe
Package: pppconfig
Version: 2.3.18+nmu2

Hello,

with the new Dependency based boot sequence the boot sequencing of
pppconfig's dns-clean and netbase's networking init-script changed.

With legacy boot sequence dns-clean was scheduled before networking -
which makes sense, because the former tries to clean up resolv.conf
before the network interfaces are brought up.

With Dependency based boot sequence dns-clean is scheduled after
networking, i.e. runs when the network interfaces are up already.
This doesn't even make no sense but it also carries the risk of
dns-clean cleaning up new resolv.conf information gathered when the ppp
interfaces has been started by networking.

IMHO, dns-clean should explicitely add a Required-Start: record for
networking.


regards
   Mario
-- 
Ich widerspreche mir selbst?
Nun, gut so: Ich widerspreche mir selbst.
Ich bin gross: ich vermag eine Menge zu fassen.
-- Walt Whitman


signature.asc
Description: Digital signature


Bug#609094: [Pkg-fonts-devel] Bug#609094: Bug#609094: fontforge: Fails to build ttf-dejavu

2011-01-18 Thread Davide Viti
Well, you could apply this thought to any program; you just want use
it and sometimes you get some gcc bugs

Regards
Davide

Il giorno 18/gen/2011, alle ore 12:26, Khaled Hosny
khaledho...@eglug.org ha scritto:

 On Tue, Jan 18, 2011 at 12:07:20PM +0100, Julien Cristau wrote:
 On Thu, Jan  6, 2011 at 21:27:11 +0200, Khaled Hosny wrote:

 On Wed, Jan 05, 2011 at 08:13:28PM -0800, Daniel Schepler wrote:
 Package: fontforge
 Version: 0.0.20100501-4
 Severity: serious

 Bugs like this make wounder if it is wise for distributions to build
 fonts from source instead of just using upstream supplied font files.

 I mean, what is the benefit from building from source? I, as a font
 author, I can see many possible problems with no obvious benefit.

 If we didn't build from source, we wouldn't catch bugs like this.

 Which is good thing?

 I mean the purpose of font packages is to be used, not catch FontForge
 bugs, and there are FontForge bugs that can pass unnoticed at build
 time.

 See also:
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600306

 for a non-bug that just screwed the font up. Another reason why it is
 not, yet, a good idea to build fonts on your own.

 (BTW, it is already known that there are places in the code that don't
 go well with doubles and crashes like this have been reported upstream
 already, still there are certain tasks that can't be reliably done
 without building fontforge to use doubles).

 Regards,
 Khaled

 --
 Khaled Hosny
 Arabic localiser and member of Arabeyes.org team
 Free font developer
 ___
 Pkg-fonts-devel mailing list
 pkg-fonts-de...@lists.alioth.debian.org
 http://lists.alioth.debian.org/mailman/listinfo/pkg-fonts-devel



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#609907: xaw3d: some copyright and license statements are missing

2011-01-18 Thread Julien Cristau
user release.debian@packages.debian.org
usertag 609907 squeeze-can-defer
tag 609907 squeeze-ignore
kthxbye

On Thu, Jan 13, 2011 at 12:33:01 -0600, Josue Abarca wrote:

 Package: xaw3d
 Version: 1.5+E-18
 Severity: serious
 Justification: Policy 12.5
 
 
 Some copyright and license statements are missing
 
Not a blocker for squeeze at this stage.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#609535: psiconv: Patch for GraphicsMagick API change causing crash on startup

2011-01-18 Thread Jakub Wilk

* Julien Cristau jcris...@debian.org, 2011-01-18, 12:50:

This doesn't look good. GetMagickFileList is called in a loop and
InitializeMagick is supposed to be run only once.


That sounds like broken API for a library.  How is a library using
graphicsmagick to know whether it needs to call InitializeMagick or it's
already been done?


The library itself (libpsiconv6) is not supposed to be linked to 
GraphicsMagick. Only the command line tool (binary package psiconv) is.


So yet another possible way to fix this bug is to drop this binary 
package.


--
Jakub Wilk


signature.asc
Description: Digital signature


Bug#610417: pppconfig: boot sequence: dns-clean after networking

2011-01-18 Thread Mario 'BitKoenig' Holbe
package pppconfig
user initscripts-ng-de...@lists.alioth.debian.org
usertag 610417 + incorrect-dependency
thanks

On Tue, Jan 18, 2011 at 01:11:21PM +0100, Mario 'BitKoenig' Holbe wrote:
 IMHO, dns-clean should explicitely add a Required-Start: record for
 networking.

Btw.: adding a Should-Start: record for resolvconf would probably also
make sense.


regards
   Mario
-- 
Jene, die grundlegende Freiheit aufgeben wuerden, um eine geringe
voruebergehende Sicherheit zu erwerben, verdienen weder Freiheit noch
Sicherheit.
 -- Benjamin Franklin (1706-1790)


signature.asc
Description: Digital signature


Bug#428679: closed by Julien Cristau jcris...@debian.org (Re: Bug#428679: option to map taps separately from button)

2011-01-18 Thread Bill Allombert
 On Tue, Jan 18, 2011 at 10:48:47 +0100, Bill Allombert wrote:
 
  On Tue, Jan 18, 2011 at 03:34:51AM +0100, Cyril Brulebois wrote:
   Bill Allombert bill.allomb...@math.u-bordeaux1.fr (04/01/2010):
On Thu, Jun 14, 2007 at 08:56:15PM +0900, Mattia Dongili wrote:
 Hi, I forwarded your request upstream, in the meantime I can try
 preparing a full featured patch for it.

Any progress on that ?
   
   If you want to make sure to have upstream's attention, I guess you
   want to file a bug in the upstream bug tracker (component is xorg,
   product is Input/synaptics):
 https://bugs.freedesktop.org/
   
   Feel free to mark this bug as forwarded there, overriding the current
   “address”.
  
  Thanks, but I would expect the Debian maintainer to handle that (hint, 
  hint).
  
 I'm pretty sure what you asked for is possible already, TapButton1 lets
 you configure which button is reported on a one-finger tap, and xinput
 has a set-button-map option if you want to change what left/right map
 to.  If not though, you'll have to report it upstream, the Debian
 maintainers most likely won't.

Thanks or the advice, but I already tried that a long time ago, but it does not 
work.
Please reopen this bug.

Cheers,
-- 
Bill. ballo...@debian.org

Imagine a large red swirl here. 



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#609094: [Pkg-fonts-devel] Bug#609094: Bug#609094: fontforge: Fails to build ttf-dejavu

2011-01-18 Thread Khaled Hosny
You are comparing apples and oranges here. First fonts are not
platform dependant binaries, you need not to compile a font for a
specific architecture/OS to be able to use it. Second, gcc is far far
more stable, tested and reliable than FontForge will ever be
(FontForge's main developer openly admits that he does no QA, and no one
else is actively doing there aren't any regressions tests of any kind).

I'm genuinely asking what the perceived benefit of building fonts from
source (other than because we can) that motivates distributions to
build fonts from source. I personally can only see cons, so I'm asking
for the pros I missed.

Regards,
 Khaled

On Tue, Jan 18, 2011 at 01:11:04PM +0100, Davide Viti wrote:
 Well, you could apply this thought to any program; you just want use
 it and sometimes you get some gcc bugs
 
 Regards
 Davide
 
 Il giorno 18/gen/2011, alle ore 12:26, Khaled Hosny
 khaledho...@eglug.org ha scritto:
 
  On Tue, Jan 18, 2011 at 12:07:20PM +0100, Julien Cristau wrote:
  On Thu, Jan  6, 2011 at 21:27:11 +0200, Khaled Hosny wrote:
 
  On Wed, Jan 05, 2011 at 08:13:28PM -0800, Daniel Schepler wrote:
  Package: fontforge
  Version: 0.0.20100501-4
  Severity: serious
 
  Bugs like this make wounder if it is wise for distributions to build
  fonts from source instead of just using upstream supplied font files.
 
  I mean, what is the benefit from building from source? I, as a font
  author, I can see many possible problems with no obvious benefit.
 
  If we didn't build from source, we wouldn't catch bugs like this.
 
  Which is good thing?
 
  I mean the purpose of font packages is to be used, not catch FontForge
  bugs, and there are FontForge bugs that can pass unnoticed at build
  time.
 
  See also:
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600306
 
  for a non-bug that just screwed the font up. Another reason why it is
  not, yet, a good idea to build fonts on your own.
 
  (BTW, it is already known that there are places in the code that don't
  go well with doubles and crashes like this have been reported upstream
  already, still there are certain tasks that can't be reliably done
  without building fontforge to use doubles).
 
  Regards,
  Khaled
 
  --
  Khaled Hosny
  Arabic localiser and member of Arabeyes.org team
  Free font developer
  ___
  Pkg-fonts-devel mailing list
  pkg-fonts-de...@lists.alioth.debian.org
  http://lists.alioth.debian.org/mailman/listinfo/pkg-fonts-devel

-- 
 Khaled Hosny
 Arabic localiser and member of Arabeyes.org team
 Free font developer



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610417: pppconfig: boot sequence: dns-clean after networking

2011-01-18 Thread Mario 'BitKoenig' Holbe
On Tue, Jan 18, 2011 at 01:18:02PM +0100, Mario 'BitKoenig' Holbe wrote:
 On Tue, Jan 18, 2011 at 01:11:21PM +0100, Mario 'BitKoenig' Holbe wrote:
  IMHO, dns-clean should explicitely add a Required-Start: record for
  networking.
 Btw.: adding a Should-Start: record for resolvconf would probably also
 make sense.

Argh, of course, I meant an X-Start-Before: header in both cases.
Sorry, my fault.


Mario
-- 
A promise to a woman is just a lie that hasn't happened yet.
   -- Mr. Floppy


signature.asc
Description: Digital signature


Bug#610418: links2 fails to download DVD (large) iso images

2011-01-18 Thread Michal Suchanek
Package: links2
Version: 2.3~pre1-1
Severity: normal


Downloading DVD images from cdimage.ubuntu.com fails.

When downloading Natty (current) and 10.10 4.1G images about 10% of the
image downloads and then the download window vanishes.

When downloading 6.06.1 iso it downloads (almost) to the end and then
the download restarts in an infinite loop.


-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (910, 'testing'), (900, 'stable'), (500, 'unstable'), (200, 
'experimental'), (111, 'oldstable')
Architecture: amd64 (x86_64)

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

Versions of packages links2 depends on:
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libdirectfb-1.2-9   1.2.10.0-4   direct frame buffer graphics - sha
ii  libgpm2 1.20.4-3.3   General Purpose Mouse - shared lib
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  libpng12-0  1.2.44-1 PNG library - runtime
ii  libssl0.9.8 0.9.8o-4 SSL shared libraries
ii  libsvga11:1.4.3-29   console SVGA display libraries
ii  libtiff43.9.4-5  Tag Image File Format (TIFF) libra
ii  libx11-62:1.3.3-4X11 client-side library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

links2 recommends no packages.

links2 suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610419: Starting mcelog daemon on nfs-root causes a buffer overflow

2011-01-18 Thread Goswin von Brederlow
Package: unfs3
Version: 0.9.22+dfsg-2
Severity: normal

Hi,

I'm booting a ubuntu system under kvm with nfs-root. When the mcelog
daemon starts under kvm the host systsm unfs3d daemon dies:

root@ql-kvm-1:~# /usr/sbin/unfsd $DAEMON_OPTS -d
UNFS3 unfsd 0.9.22 (C) 2006, Pascal Schmidt unfs3-ser...@ewetel.net
Warning: unknown exports option `sync' ignored
Warning: unknown exports option `fsid' ignored
Warning: unknown exports option `no_subtree_check' ignored
Warning: unknown exports option `sync' ignored
Warning: unknown exports option `fsid' ignored
Warning: unknown exports option `no_subtree_check' ignored
/scratch: ip 0.0.0.0 mask 0.0.0.0 options 5
/srv: ip 0.0.0.0 mask 0.0.0.0 options 5
*** buffer overflow detected ***: /usr/sbin/unfsd terminated
=== Backtrace: =
/lib/libc.so.6(__fortify_fail+0x37)[0x7f492bbfc217]
/lib/libc.so.6(+0xfe0d0)[0x7f492bbfb0d0]
/usr/sbin/unfsd[0x40aa1e]
/usr/sbin/unfsd[0x404de9]
/lib/libc.so.6(svc_getreq_common+0x309)[0x7f492bc10f39]
/lib/libc.so.6(svc_getreqset+0x5c)[0x7f492bc1071c]
/usr/sbin/unfsd[0x404705]
/lib/libc.so.6(__libc_start_main+0xfd)[0x7f492bb1bc4d]
/usr/sbin/unfsd[0x402f59]
=== Memory map: 
0040-00418000 r-xp  fb:00 24834  
/usr/sbin/unfsd
00617000-00618000 r--p 00017000 fb:00 24834  
/usr/sbin/unfsd
00618000-00619000 rw-p 00018000 fb:00 24834  
/usr/sbin/unfsd
00619000-00adc000 rw-p  00:00 0 
00feb000-0101e000 rw-p  00:00 0  [heap]
7f492b6d9000-7f492b6ef000 r-xp  fb:00 852
/lib/libgcc_s.so.1
7f492b6ef000-7f492b8ee000 ---p 00016000 fb:00 852
/lib/libgcc_s.so.1
7f492b8ee000-7f492b8ef000 r--p 00015000 fb:00 852
/lib/libgcc_s.so.1
7f492b8ef000-7f492b8f rw-p 00016000 fb:00 852
/lib/libgcc_s.so.1
7f492b8f-7f492b8fc000 r-xp  fb:00 6587   
/lib/libnss_files-2.11.1.so
7f492b8fc000-7f492bafb000 ---p c000 fb:00 6587   
/lib/libnss_files-2.11.1.so
7f492bafb000-7f492bafc000 r--p b000 fb:00 6587   
/lib/libnss_files-2.11.1.so
7f492bafc000-7f492bafd000 rw-p c000 fb:00 6587   
/lib/libnss_files-2.11.1.so
7f492bafd000-7f492bc77000 r-xp  fb:00 6584   
/lib/libc-2.11.1.so
7f492bc77000-7f492be76000 ---p 0017a000 fb:00 6584   
/lib/libc-2.11.1.so
7f492be76000-7f492be7a000 r--p 00179000 fb:00 6584   
/lib/libc-2.11.1.so
7f492be7a000-7f492be7b000 rw-p 0017d000 fb:00 6584   
/lib/libc-2.11.1.so
7f492be7b000-7f492be8 rw-p  00:00 0 
7f492be8-7f492bea r-xp  fb:00 6560   
/lib/ld-2.11.1.so
7f492c091000-7f492c094000 rw-p  00:00 0 
7f492c09c000-7f492c09f000 rw-p  00:00 0 
7f492c09f000-7f492c0a r--p 0001f000 fb:00 6560   
/lib/ld-2.11.1.so
7f492c0a-7f492c0a1000 rw-p 0002 fb:00 6560   
/lib/ld-2.11.1.so
7f492c0a1000-7f492c0a2000 rw-p  00:00 0 
7fff17e72000-7fff17ea8000 rw-p  00:00 0  [stack]
7fff17f7-7fff17f71000 r-xp  00:00 0  [vdso]
ff60-ff601000 r-xp  00:00 0  
[vsyscall]
Aborted

MfG
Goswin

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

Kernel: Linux 2.6.31.5-book-1 (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 unfs3 depends on:
ii  libc6 2.11.1-3   Embedded GNU C Library: Shared lib
ii  portmap   6.0.0-1RPC port mapper

unfs3 recommends no packages.

unfs3 suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610420: siege: unable to open file: /usr/etc/urls.txt

2011-01-18 Thread Nelson A. de Oliveira
Package: siege
Version: 2.70-1
Severity: normal

Hi!

siege wrongly searches for a file path:

$ siege 
[alert] unable to open file: /usr/etc/urls.txt: No such file or directory
SIEGE 2.70
Usage: siege [options]
   siege [options] URL
   siege -g URL
(...)

And indeed:

open(/usr/etc/urls.txt, O_RDONLY) = -1 ENOENT (No such file or directory)

It should be /etc/siege/urls.txt

Thank you!

Best regards,
Nelson

-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (100, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=pt_BR.utf8, LC_CTYPE=pt_BR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages siege depends on:
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib
ii  libssl0.9.8   0.9.8o-4   SSL shared libraries

siege recommends no packages.

siege suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610421: mdadm: mdadm-raid init-script should depend on hostname

2011-01-18 Thread Mario 'BitKoenig' Holbe
Package: mdadm
Version: 3.1.4-1+8efb9d1

Hello,

with the new Dependency based boot sequence the boot sequencing of
mdadm's mdadm-raid ad initscripts's hostname.sh changed.

With legacy boot sequence mdadm-raid was scheduled after hostname.sh
which especially makes sense with the new v1 superblocks and
HOMEHOST=system in mdadm.conf.

With Dependency based boot sequence mdadm-raid is scheduled before
hostname.sh:
S03mdadm-raid
S06hostname.sh
This could probably lead to arrays not being started properly because of
the (yet) unset hostname.

IMHO, mdadm-raid should explicitely add a Required-Start: record for
hostname.


regards
   Mario
-- 
() Ascii Ribbon Campaign
/\ Support plain text e-mail


signature.asc
Description: Digital signature


Bug#610422: Moving an entire folder to IMAP does not remove source folder and does not copy tags

2011-01-18 Thread Kim Christensen
Package: icedove
Version: 3.0.11-1+b1

When moving an entire folder of messages from local folder to an IMAP
folder, any tags associated does not follow along. The source folder
and messages is also not removed after they have been created on the
IMAP server.

However, when moving the messages individually (not entire folders at
once), it works as expected. The local messages are removed, and the
tags are preserved on the IMAP server.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#428679: closed by Julien Cristau jcris...@debian.org (Re: Bug#428679: option to map taps separately from button)

2011-01-18 Thread Julien Cristau
On Tue, Jan 18, 2011 at 13:23:58 +0100, Bill Allombert wrote:

 Thanks or the advice, but I already tried that a long time ago, but it does 
 not work.
 Please reopen this bug.
 
It works for me.

$ synclient TapButton1=2
$ xinput set-button-map 'AlpsPS/2 ALPS GlidePoint' 2 1 3

single finger tap produces button 1 events, left button gives button 2,
and right button gives button 3 (according to xev).

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#610052: unblock: util-linux/2.17.2-6

2011-01-18 Thread LaMont Jones
On Tue, Jan 18, 2011 at 11:48:28AM -, Adam D. Barratt wrote:
  Hmm, LaMont, would it be possible for you to reupload with fixed PO
  files (I think you just need to dig them out from the BTSthey have
  probably been broken by the infamous mutt encoding bug)? This,
  assuming the release team is OK with that, of course.

Let me go digging.  how can I tell the good from the bad?

lamont



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#589283: find commit adding/removing could use changing option

2011-01-18 Thread Jonathan Nieder
# v1.7.4-rc0~205^2~1 (git log/diff: add -Gregexp that greps in the
# patch text, 2010-08-23)
clone 589283 -1
retitle -1 git log --grep-diff
reassign -1 git
block 589283 by -1
tags -1 + fixed-upstream
quit

Hi Chris,

C or L Smith wrote:

 One thing I find myself wishing for is the ability to find a line
 that has been modified by using gitk. It seems to me that if I have
 the following in a diff
 
 - def foo(this)
 + def foo(this, that=False)
 
 that I can't find the line by searching for foo.

Junio finished the plumbing. :)

 git log -Gregexp

finds commits that add or remove a line matching regexp.  It's
handy.

 would like to know how foo has changed and I would like to search
 for def foo without knowing what else is on the line. Perhaps an
 option find commit 'with string' could be added to find commit
 'adding/removing'.

This piece still needs writing.

Thanks for a nice suggestion.
Jonathan



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610424: apache2: segfault after installation with tasksel

2011-01-18 Thread Nikolas Garofil
Package: apache2
Version: 2.2.16-6
Severity: important

After installing the webserver task with tasksel, apache starts but crashes
after a couple of microseconds, /var/log/apache2/error.log gets filled with
messages like this:

[Tue Jan 18 13:04:38 2011] [notice] child pid 25732 exit signal Segmentation 
fault (11)

There are about 32 messages a second, they are all the same but the child pid
increases by 1 each message. 

Probably not related but /var/log/apache2/access.log starts with 15 messages
like this:
::1 - - [18/Jan/2011:12:49:09 +0100] OPTIONS * HTTP/1.0 200 152 - 
Apache/2.2.16 (Debian) (internal dummy connection)
There are 5 messages each second and between each group of 5 there are 3 seconds
without messages.

I am running apache on a virtual machine (a xen domU), maybe that has something
to do with it.

After running service apache2 restart everything works fine and there are no
more messages like this.



-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-xen-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/dash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610421: mdadm: mdadm-raid init-script should depend on hostname

2011-01-18 Thread Mario 'BitKoenig' Holbe
package mdadm
user initscripts-ng-de...@lists.alioth.debian.org
usertag 610421 + incorrect-dependency
thanks


signature.asc
Description: Digital signature


Bug#610425: Unmunch fails on comments

2011-01-18 Thread davian818
Package: myspell-tools
Version: 1:3.1-23
Severity: important

If the affix file has # comments after some affix entries, they are not skipped 
by unmunch. 

Bug#610426: siege: Tries to create log file in wrong place

2011-01-18 Thread Nelson A. de Oliveira
Package: siege
Version: 2.70-1
Severity: minor

By default siege tries to create a log file at /var/siege.log
This should be patched to at least be /var/log/siege.log

Thank you!

Best regards,
Nelson


-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (100, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=pt_BR.utf8, LC_CTYPE=pt_BR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages siege depends on:
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib
ii  libssl0.9.8   0.9.8o-4   SSL shared libraries

siege recommends no packages.

siege suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



  1   2   3   4   >