Bug#559507: pacparser patch for compiling on non-linux debian ports

2010-10-09 Thread Manu Garg
Pacparser doesn't compile on non-linux debian ports as the included
spidermonkey source code doesn't compile on these ports. I have worked
out a patch to make it work.

Here is the patch:
http://code.google.com/r/manugarg-pacparser-dev/source/browse/debian/patches/1_non_linux_compilation_patch.patch

Caveat is that this patch should be applied after extracting
spidermonkey tarball, i.e. after calling "make -C src
spidermonkey/js/src". This is how I changed my debian directory to
apply this patch:
http://code.google.com/r/manugarg-pacparser-dev/source/detail?r=3fab63cf6c5b66fbca29704e39d1bc0e0d498ae5#

Hope this helps.

Cheers,
Manu
-- 
Manu Garg
http://www.manugarg.com
"Journey is the destination of life."



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



Bug#599683: gconf: Update German translation snippet

2010-10-09 Thread Helge Kreutzmann
Package: gconf
Version: 2.28.1-4
Severity: normal
Tags: patch l10n
X-Debbugs-CC: Hendrik Richter 

Please include the attached snippet for your next upload to Squeeze.
It would be kind if you could use podebconf-reportpo next time such
that teams and translators are also involved.

-- 
  Dr. Helge Kreutzmann deb...@helgefjell.de
   Dipl.-Phys.   http://www.helgefjell.de/debian.php
64bit GNU powered gpg signed mail preferred
   Help keep free software "libre": http://www.ffii.de/
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR , YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-10-03 21:34+0200\n"
"PO-Revision-Date: 2010-10-08 18:15+0200\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#: ../patches/03_error_message.patch:2
#, c-format
msgid ""
"Failed to contact configuration server; the most common cause is a missing "
"or misconfigured D-Bus session bus daemon. See http://projects.gnome.org/";
"gconf/ for information. (Details - %s)"
msgstr ""
"Fehler beim Kontakt des Konfigurationsservers; die häufigste Ursache liegt "
"in einem fehlenden oder fehlkonfigurierten D-Bus-Sitzungs-Daemon. Lesen Sie "
"http://projects.gnome.org/gconf/ für weitere Informationen (Details - %s)."


signature.asc
Description: Digital signature


Bug#596780: lowering severity

2010-10-09 Thread Paul Wise
tags 596780 + patch - moreinfo unreproducible
severity 596780 important
retitle 596780 puredata does not start properly in some circumstances
thanks

On Wed, 2010-10-06 at 10:05 +0800, Paul Wise wrote:

> Don't have time right now to test it on pd itself but I'll do that in
> the next day or two.

The attached patch fixes the issue for me. Personally I think this fix
should go into squeeze, please contact the release team about it.

There are also other issues but I'll file other bugs about them.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise
Author: Paul Wise 
Description: terminate strings properly before using strlen
--- a/src/t_tkcmd.c
+++ b/src/t_tkcmd.c
@@ -603,6 +603,7 @@
 pdgui_path = malloc(n+9);
 
 strncpy(pdgui_path, str, n);
+pdgui_path[n] = 0;
 while (strlen(pdgui_path) > 0 && pdgui_path[strlen(pdgui_path)-1] == '/')
 pdgui_path[strlen(pdgui_path)-1] = 0;
 if (t = strrchr(pdgui_path, '/'))


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


Bug#599618: Never mind

2010-10-09 Thread Dominique Brazziel
about:config does not work in epiphany-browser 2.28
https://bugs.launchpad.net/ubuntu/+source/epiphany-browser/+bug/473031

>From that bug report:


Comment #1 from upstream
>>>
Sorry, but about:config was never supported in Epiphany; the fact that
it
(sometimes) worked in earlier versions was a side effect of the Gecko
back-end.

Please feel free to open a new bug for any other problems you find!
<<<
Therefore closing this bug as "won't fix"

Nice.  

No worries, the bug in iceweasel that caused me to have to use
epiphany in the first place
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=551366) is 
fixed a year later.  I'd have a look at that user agent string
in Epiphany, though.  From what I've seen in the last hour searching
the web about this, 'they' like to see 'Gecko/date' somewhere in there,
and it's not here -

Your User Agent: Mozilla/5.0 (X11; U; Linux i686; en-us)
AppleWebKit/531.2+ (KHTML, like Gecko) Safari/531.2+ Debian/squeeze
(2.30.6-1) Epiphany/2.30.2










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



Bug#551366: Epiphany is broken now

2010-10-09 Thread Dominique Brazziel
The bad news:  Now ATT/Yahoo mail fails to render in epiphany saying
I need to upgrade to Firefox 3.6.  It looks like more 
user agent sniffing causing epiphany to fail.

The good news:  Move to folder functionality is back with iceweasel
3.5.11!  Happy, happy, joy, joy.

Thanks, OK to close. 




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



Bug#599618: How to change user agent string for epiphany?

2010-10-09 Thread Dominique Brazziel
I won't bother reporting this to the ATT/Yahoo! webmaster.  That would
be a waste of time.

As far as the user agent string, the user agent switcher extension
I found at http://chrispederick.com/work/user-agent-switcher/ doesn't
seem to support epiphany.  

I tried 'about:config' first to see if 
I could do a manual change but epiphany doesn't seem to have
'about:config' support.   





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



Bug#599682: courier-imap: Filesystem notification error (FAM/Gamin library)

2010-10-09 Thread Simon Guest
Package: courier-imap
Version: 4.8.0-2
Severity: normal

Since installing a new squeeze system, accessing mail via
courier-imap, my mail client (Wanderlust on Emacs) keeps reporting
this: IMAP server information: Filesystem notification initialization
error -- contact your mail administrator (check for configuration
errors with the FAM/Gamin library)

I can't find anything in the server logfiles.  Any suggestions?

cheers,
Simon

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

Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CPU core)
Locale: LANG=en_NZ.UTF-8, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_NZ.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages courier-imap depends on:
ii  courier-base  0.65.0-2   Courier mail server - base system
ii  exim4 4.72-1 metapackage to ease Exim MTA (v4) 
ii  exim4-daemon-light [mail-tran 4.72-1 lightweight Exim MTA (v4) daemon
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libfam0   2.7.0-17   Client library to control the FAM 
ii  libgdbm3  1.8.3-9GNU dbm database routines (runtime

courier-imap recommends no packages.

Versions of packages courier-imap suggests:
pn  courier-doc(no description available)
ii  courier-imap-ssl 4.8.0-2 Courier mail server - IMAP over SS
ii  kmail [imap-client]  4:4.4.6-1   full featured graphical email clie
ii  mutt [imap-client]   1.5.20-9text-based mailreader supporting M
ii  wl-beta [imap-client 2.15.9+0.20100801-2 mail/news reader supporting IMAP f

-- 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#599681: "see for details" on man page

2010-10-09 Thread Joey Hess
Package: ghc6
Version: 6.12.1-13
Severity: minor

Several places on ghc(1) it says "see for details" and omits what
document is supposed to be seen. I suspect something is supposed to put
in a reference to the html manual and fails..

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

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

Versions of packages ghc6 depends on:
ii  gcc   4:4.4.5-1  The GNU C compiler
ii  libbsd-dev0.2.0-1utility functions from BSD systems
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libc6-dev 2.11.2-6   Embedded GNU C Library: Developmen
ii  libffi-dev3.0.9-3Foreign Function Interface library
ii  libffi5   3.0.9-3Foreign Function Interface library
ii  libgmp3-dev   2:4.3.2+dfsg-1 Multiprecision arithmetic library 
ii  libgmp3c2 2:4.3.2+dfsg-1 Multiprecision arithmetic library
ii  libncurses5   5.7+20100313-4 shared libraries for terminal hand
ii  perl [perl5]  5.10.1-14  Larry Wall's Practical Extraction 

ghc6 recommends no packages.

Versions of packages ghc6 suggests:
ii  ghc6-doc  6.12.1-13  Documentation for the Glasgow Hask
pn  ghc6-prof  (no description available)
pn  haskell-doc(no description available)

-- no debconf information

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#597848: [Python-apps-team] Bug#597848: (cython: fresh upstream is available (0.13)) -- evas, ecore, djvu FTBFS

2010-10-09 Thread Ondrej Certik
Hi Yarik,

On Sat, Oct 9, 2010 at 5:13 PM, Yaroslav Halchenko
 wrote:
> uploaded 0.13 to experimental since all fixes/workarounds for depending
> packages are known now and there is a demand for 0.13 to be available

Thanks for this!

Ondrej



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



Bug#599680: blender: crashes with: illegal hardware instruction

2010-10-09 Thread Simon Kjika'qawej
Package: blender
Version: 2.53-beta-svn30596-1
Severity: important
Tags: experimental

Hi,

I try to run the latest one in exp., and it crashes :/. strace doesn't
reveal very much unfortunately (will provide stuff on request).

thanks,
simon

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (995, 'unstable'), (990, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.35.4-acahkos
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages blender depends on:
ii  libavcodec52   5:0.6~svn20100726-0.1 library to encode decode multimedi
ii  libavdevice52  5:0.6~svn20100726-0.1 ffmpeg device handling library
ii  libavformat52  5:0.6~svn20100726-0.1 ffmpeg file format library
ii  libavutil494:0.5.2-6 ffmpeg utility library
ii  libc6  2.11.2-6  Embedded GNU C Library: Shared lib
ii  libfftw3-3 3.2.2-1   library for computing Fast Fourier
ii  libfreetype6   2.4.2-2   FreeType 2 font engine, shared lib
ii  libgcc11:4.4.5-2 GCC support library
ii  libgl1-mesa-glx [l 7.7.1-4   A free implementation of the OpenG
ii  libglew1.5 1.5.4-1   The OpenGL Extension Wrangler - ru
ii  libglu1-mesa [libg 7.7.1-4   The OpenGL utility library (GLU)
ii  libgomp1   4.4.5-2   GCC OpenMP (GOMP) support library
ii  libilmbase61.0.1-3   several utility libraries from ILM
ii  libjack0 [libjack- 1:0.118+svn3796-7 JACK Audio Connection Kit (librari
ii  libjpeg62  6b1-1 The Independent JPEG Group's JPEG 
ii  libopenal1 1:1.12.854-2  Software implementation of the Ope
ii  libopenexr61.6.1-4.1 runtime files for the OpenEXR imag
ii  libopenjpeg2   1.3+dfsg-4JPEG 2000 image compression/decomp
ii  libpng12-0 1.2.44-1  PNG library - runtime
ii  libpython3.1   3.1.2+20100926-1  Shared Python runtime library (ver
ii  libsamplerate0 0.1.7-3   Audio sample rate conversion libra
ii  libsdl1.2debian1.2.14-6  Simple DirectMedia Layer
ii  libstdc++6 4.4.5-2   The GNU Standard C++ Library v3
ii  libswscale05:0.6~svn20100726-0.1 ffmpeg video scaling library
ii  libtiff4   3.9.4-4   Tag Image File Format (TIFF) libra
ii  libx11-6   2:1.3.3-3 X11 client-side library
ii  libxi6 2:1.3-4   X11 Input extension library
ii  python3.1  3.1.2+20100926-1  An interactive high-level object-o
ii  ttf-dejavu 2.31-1Metapackage to pull in ttf-dejavu-
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

blender recommends no packages.

Versions of packages blender suggests:
ii  yafray  0.0.9+dfsg-5 a modern, xml-speaking raytracing-

-- 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#599679: Wv has newer releases from abisource.com

2010-10-09 Thread Anthony L. Awtrey
Package: wv
Version 1.2.4-2

Hi there,

It looks like wv was forked by the abiword guys and newer, much improved
releases are available here:

http://abisource.com/downloads/wv/

I just updated to 1.2.8 to correct a bug I was seeing in the 1.2.4 release.

Tony



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



Bug#599656: [Pkg-alsa-devel] Bug#599656: alsa-base: no sound / few devices in mixer with ATI RS780 sound

2010-10-09 Thread Gary Dale

On 09/10/10 06:19 PM, Elimar Riesebieter wrote:

* Gary Dale [101009 17:35 -0400]:
   

Package: alsa-base
Version: 1.0.23+dfsg-1
Severity: important

Once again I've lost sound on my system. The mixer (kmix?) shows just two
playback devices - RS780 Azalia controller Digital Stereo (HDMI) and
Internal Audio Analog Stereo. The latter also is the name of the only
Capture Device. Playback Streams and Capture Streams are both empty.

I had a working sound system until a recent full-upgrade. Now my PC is
silent. Frankly, it's frustrating because every time this gets fixed, it
breaks again a while later.
 

[...]

   

--- Begin /proc/asound/cards ---
  0 [HDMI   ]: HDA-Intel - HDA ATI HDMI
   HDA ATI HDMI at 0xfdafc000 irq 19
  2 [SB ]: HDA-Intel - HDA ATI SB
   HDA ATI SB at 0xfe024000 irq 16
 

Shouldn't this card be catd 0?
   

I'll try. Shouldn't the hardware detection handle that.


--- End /proc/asound/cards ---
 

[...]

   

-- Configuration Files:
/etc/modprobe.d/alsa-base.conf changed:
install sound-slot-0 /sbin/modprobe snd-card-0
install sound-slot-1 /sbin/modprobe snd-card-1
install sound-slot-2 /sbin/modprobe snd-card-2
install sound-slot-3 /sbin/modprobe snd-card-3
install sound-slot-4 /sbin/modprobe snd-card-4
install sound-slot-5 /sbin/modprobe snd-card-5
install sound-slot-6 /sbin/modprobe snd-card-6
install sound-slot-7 /sbin/modprobe snd-card-7
install snd /sbin/modprobe --ignore-install snd&&  { /sbin/modprobe --quiet 
snd-ioctl32 ; /sbin/modprobe --quiet snd-seq ; }
install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi&&  { 
/sbin/modprobe --quiet snd-seq-midi ; : ; }
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1&&  { 
/sbin/modprobe --quiet snd-emu10k1-synth ; : ; }
options bt87x index=-2
options cx88_alsa index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
 


   

options snd-hda-intel index=2
 

This option is not installed by alsa-base. Comment or delete it and
try again by reboot.
   
Sorry, tried that in an attempt to get sound. It doesn't work without it 
either.




   

options snd-pcsp index=-2
options snd-usb-audio index=-2
 

Elimar


   





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



Bug#599556: procps: sysctl is using deprecated sysctl(syscall) net.ipv6.neigh.default.retrans_time

2010-10-09 Thread Craig Small
On Sat, Oct 09, 2010 at 09:34:41PM -0300, Alexandre Cavalcante Alencar wrote:
>Can you scalate it to upstream? I think it's a simple API update, but I am
>not familiar with proc API...
All sysctl does is set key X to value Y, with sysctl X=Y If you tell it
the "wrong" X, then it tries anyhow.

Your computer is complaining that one of the keys (the X) is invalid.  This is
not sysctl's doing!  It will try to set whatever you give it, so its not
an API thing, something is "driving" sysctl incorrectly.

In other words some script somewhere on your system is trying to set a
deprecated key, using sysctl. That script is the problem, not sysctl.

Otherwise "cat" has the same problem :)
[1367355.534803] process `cat' is using deprecated sysctl (syscall) 
net.ipv6.neigh.default.retrans_time; Use net.ipv6.neigh.default.retrans_time_ms 
instead.

you get that by doing
# cat /proc/sys/net/ipv6/neigh/default/retrans_time

You need to grep wider, or try to work out when it happens. In any case
its not a bug in procps.

- Craig

-- 
Craig Small  GnuPG:1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
http://www.enc.com.au/ csmall at : enc.com.au
http://www.debian.org/  Debian GNU/Linux, software should be Free 



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



Bug#599678: apache2-suexec-custom: Enable to use "/" as suexec_docroot

2010-10-09 Thread Taku YASUI
Package: apache2-suexec-custom
Version: 2.2.16-2
Severity: wishlist


I'd like to use "/home/anyone" and "/var/local/anywhere" as
suexec_docroot.  So, please enable to use "/" as suexec_docroot.

Regards,


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

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

Versions of packages apache2-suexec-custom depends on:
ii  apache2.2-common  2.2.16-2   Apache HTTP Server common files
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib

apache2-suexec-custom recommends no packages.

apache2-suexec-custom suggests no packages.

-- Configuration Files:
/etc/apache2/suexec/www-data changed:
/
.


-- 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#599614: linux-base: on upgrade /dev/hd not changed to /dev/sd in grub

2010-10-09 Thread Ben Hutchings
On Sat, 2010-10-09 at 21:17 +0530, Rustom Mody wrote:
> Package: linux-base
> Version: 2.6.32-24
> Severity: normal
> 
> My hibernate was not working. The discussion is at
> http://forums.debian.net/viewtopic.php?f=10&t=55976
> In short I need to add by hand resume=/dev/sda in grub.cfg
> 
> With some help I found that my file /etc/initramfs-tools/conf.d/resume
> has hda instead of sda.
> Something evidently failed to upgrade this I guess?

There is code in initramfs-tools which should update this file.  Please
can you change it back to the previous value temporarily, run
'dpkg-reconfigure linux-base' and report what it says?

Ben.

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.


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


Bug#599677: Please consider splitting into openvpn-core and openvpn

2010-10-09 Thread Eckhart Wörner
Package: openvpn
Version: 2.1.3-1
Severity: wishlist

The idea is to split the openvpn package into a openvpn-core package 
(essentially the openvpn binary) and an openvpn package (the remaining parts).
Rationale is that often only the openvpn binary is needed in an installation, 
primary example would be the network-manager-openvpn package, which could then 
depend on openvpn-core.
The example files don't work with the NetworkManager plugin, the init file 
isn't needed (and even shows up in systemctl as failed, because of the non-zero 
exit status when unused), the headers aren't needed.

This type of split is quite common, see e.g. the split of mysql-server-5.1 into 
mysql-server-core-5.1 and mysql-server-5.1, where mysql-server-core-5.1 only 
contains the binary.

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

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

Versions of packages openvpn depends on:
ii  debconf [debconf-2.0] 1.5.36 Debian configuration management sy
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  liblzo2-2 2.03-2 data compression library
ii  libpam0g  1.1.1-6Pluggable Authentication Modules l
ii  libpkcs11-helper1 1.07-1 library that simplifies the intera
ii  libssl0.9.8   0.9.8o-2   SSL shared libraries
ii  net-tools 1.60-23The NET-3 networking toolkit
ii  openssl-blacklist 0.5-2  list of blacklisted OpenSSL RSA ke
ii  openvpn-blacklist 0.4list of blacklisted OpenVPN RSA sh

openvpn recommends no packages.

Versions of packages openvpn suggests:
ii  openssl   0.9.8o-2   Secure Socket Layer (SSL) binary a
pn  resolvconf (no description available)

-- debconf information excluded



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



Bug#582998: pidgin-sipe: diff for NMU version 1.9.0-1.1

2010-10-09 Thread Miguel Angel Ruiz Manzano
Hi Adam,

Do I need to upload the files again?

Thanks!

-- 
Miguel Angel Ruiz Manzano
Computer Engineer - PUCV - Chile



signature.asc
Description: OpenPGP digital signature


Bug#533138: path from upstream fixing image scaling

2010-10-09 Thread Memnon Anon
Hi,

> Could you consider including it in Debian if upgrading to 0.14 is not
> planned before squeeze?

Am I right that now that squeeze is frozen, this patch will not be
applied?

Memnon



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



Bug#599676: secureAbsNormPath isn't secure

2010-10-09 Thread Joey Hess
Package: missingh
Version: 1.1.0.3-3
Severity: normal
Tags: security

Prelude System.Path> secureAbsNormPath "/home/joey" "/home/bob/foo"
Nothing

So far so good, and based on that and secureAbsNormPath's description,
you might expect it to be usaable to limit access to files in my home
directory. That is not the case:

Prelude System.Path> secureAbsNormPath "/home/joey" "/home/joeyish/foo"
Just "/home/joeyish/foo"

So to be "secure", the first parameter should end with a slash.
But, the documentation doesn't say that. Actually, it says "in many
cases, it would correspond to the current working directory". Note
that getCurrentDirectory does not return a directory with a trailing
slash.

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#598896: no problems on my x201s

2010-10-09 Thread Sanjoy Mahajan
Using LIBGL_ALWAYS_SOFTWARE=1 does work around the error for me; it's
still there without that environment setting (I'm using the i915 driver
w/ 945GM chipset).



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



Bug#594119: Upgrade path from Lenny to Squeeze is broken

2010-10-09 Thread Jonas Smedegaard

On Sat, Oct 09, 2010 at 05:36:08PM +0200, Julien Cristau wrote:

On Tue, Aug 31, 2010 at 15:00:32 +0200, Stefan Hornburg (Racke) wrote:


Fix applied to Git:

http://git.debian.org/?p=collab-maint/sympa.git;a=commitdiff;h=edd77f243ec95fddd4eac534b0f1f76dcf5895ba;hp=c175d2ae1a605e4e651df76408d1a8035f8a2aa1


Any chance we can get this bug fix uploaded?


I'll do it tomorrow!


 - Jonas

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

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Bug#599675: absNormPath "/" "/.." does not remove all dotdots

2010-10-09 Thread Joey Hess
Package: missingh
Version: 1.1.0.3-3
Severity: normal

Prelude System.Path> absNormPath "/" "/.."
Just "/.."
Prelude System.Path> absNormPath "/" "/../../"
Just "/"
Prelude System.Path> absNormPath "/" "/../.."
Just "/"
Prelude System.Path> absNormPath "/" "/../../../"
Nothing

I'd expect to get Nothing or "/" for all of these. The documentation
says that it removes all dotdot entries.

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

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

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#599507: KVM: SVM: Fix wrong intercept masks on 32 bit

2010-10-09 Thread Ben Hutchings
On Fri, 2010-10-08 at 10:03 +0200, Philipp Hahn wrote:
> Package: linux-2.6.32
> Severity: normal
> 
> When trying to reboot an ia32 guest, an ia32 kvm running on an Amd64
> cpu reports the following error:
>  kvm: unhandled exit 
>  kvm_run returned -22
> 
> This bug was fixed for linux-2.6.34 but is still present in 2.6.32.
> 
> > KVM: SVM: Fix wrong intercept masks on 32 bit
> > 
> > This patch makes KVM on 32 bit SVM working again by
> > correcting the masks used for iret interception. With the
> > wrong masks the upper 32 bits of the intercepts are masked
> > out which leaves vmrun unintercepted. This is not legal on
> > svm and the vmrun fails.
> > Bug was introduced by commits 95ba827313 and 3cfc3092.
> 
> It only happens on Amd cpus, Intel cpus are unaffected.
> 
> Please conside applying this patch to the 2.6.32 stable branch as well.

I've adjusted the fix for 2.6.32, applied it to the Debian package and
forwarded it to sta...@kernel.org.

Ben.

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.


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


Bug#599674: buildd.debian.org: [p-a-s] tcc doesn't build on armel

2010-10-09 Thread Thomas Preud'homme
Package: buildd.debian.org
Severity: serious
Tags: sid squeeze
Justification: fails to build from source

tcc has never built on armel due to a failure in the test suite. Could
you replace the current line for tcc by this one:

%tcc: i386 kfreebsd-i386 hurd-i386 amd64 kfreebsd-amd64 # C compiler.

Thanks a lot and best regards.

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

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



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



Bug#599556: procps: sysctl is using deprecated sysctl(syscall) net.ipv6.neigh.default.retrans_time

2010-10-09 Thread Alexandre Cavalcante Alencar
Hey Craig,

There is no net.ipv6.neigh.default.retrans_time reference in
/etc/sysctl.conf here at my system or from debian package. There is not such
(grep -rni net.ipv6.neigh.default.retrans_time *) reference of it in deb src
package.

Can you scalate it to upstream? I think it's a simple API update, but I am
not familiar with proc API...

Thank you


Alexandre Alencar
http://blog.alexandrealencar.net/
http://www.alexandrealencar.net/
COBIT, ITIL, CSM, LPI, MCP-I



On Sat, Oct 9, 2010 at 7:24 PM, Craig Small  wrote:

> On Fri, Oct 08, 2010 at 05:13:32PM -0300, Alexandre Cavalcante Alencar
> wrote:
> > process `sysctl' is using deprecated sysctl (syscall)
> net.ipv6.neigh.default.retrans_time; Use
> net.ipv6.neigh.default.retrans_time_ms instead.
>
> This key is not found in the Debian package sysctl.conf files. So it
> means either you (or some other administrator) has put this in or
> another package has.
>
> The files you want to look at are /etc/sysctl.conf and /etc/sysctl.d/*
> and you should see that key mentioned on one of those files.
>
> In any case, it's not sysctl's fault if someone tries to use an old key;
> it's just doing what it's been told to do.
>
> Once we work out where this key came from, I'll close or re-assign the
> bug.
>
>  - Craig
>
> --
> Craig Small  GnuPG:1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
> http://www.enc.com.au/ csmall at : enc.com.au
> http://www.debian.org/  Debian GNU/Linux, software should be Free
>


Bug#599673: 'man ambdec' typo: "feautures"

2010-10-09 Thread A. Costa
Package: ambdec
Version: 0.4.2-1+b1
Severity: minor
Tags: patch


Found a typo in '/usr/share/man/man1/ambdec.1.gz', see attached '.diff'.

Hope this helps...

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

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

Versions of packages ambdec depends on:
ii  libc6  2.11.2-6  Embedded GNU C Library: Shared lib
ii  libclthreads2  2.4.0-3   POSIX threads C++ access library
ii  libclxclient3  3.6.1-3   X Window System C++ access library
ii  libgcc11:4.4.5-2 GCC support library
ii  libjack-jackd2-0 [libjack- 1.9.5~dfsg-19 JACK Audio Connection Kit (librari
ii  libpng12-0 1.2.44-1  PNG library - runtime
ii  libstdc++6 4.4.5-2   The GNU Standard C++ Library v3
ii  libx11-6   2:1.3.3-3 X11 client-side library
ii  libxft22.1.14-2  FreeType-based font drawing librar

ambdec recommends no packages.

ambdec suggests no packages.

-- no debconf information
--- ambdec.12010-07-25 14:14:44.0 -0400
+++ /tmp/ambdec.1   2010-10-09 19:58:26.057072685 -0400
@@ -36,7 +36,7 @@
 \fBAmbDec\fP is an Ambisonics decoder for up to 36 speakers. It can be used
 for both horizontal and full 3-D systems of first, second and third order.
 The decoding matrices are fully user-configurable. AmbDec has some advanced
-feautures not found on most decoders:
+features not found on most decoders:
 .PP
 .B Dual frequency band operation.
 Optimal Ambisonics reproduction requires a


Bug#599235: Progress Being Made

2010-10-09 Thread Soren Stoutner
Progress on this bug is being made under bug #559491 filed against package
kolabd.


Bug#597848: [Python-apps-team] Bug#597848: (cython: fresh upstream is available (0.13)) -- evas, ecore, djvu FTBFS

2010-10-09 Thread Yaroslav Halchenko
uploaded 0.13 to experimental since all fixes/workarounds for depending
packages are known now and there is a demand for 0.13 to be available

Cheers,
Yarik

On Tue, 28 Sep 2010, Yaroslav Halchenko wrote:

> On Tue, 28 Sep 2010, Ondrej Certik wrote:
> > Thanks, I can also reproduce this and I have just reported it upstream here:
> > http://groups.google.com/group/cython-users/browse_thread/thread/63f8d80d74409aca
> > please follow it up there.
> thanks

> and the other issue which I mentioned in
> http://groups.google.com/group/cython-users/browse_thread/thread/49e694288b79d17c
> got "resolved" --  apparently 0.13 had a fix which broke
> backward compatibility, but docs were not timely updated so I fell into
> the trap ;)

> python-ecore upstream already addressed change of the type
> http://trac.enlightenment.org/e/changeset/52090
-- 
  .-.
=--   /v\  =
Keep in touch// \\ (yoh@|www.)onerussian.com
Yaroslav Halchenko  /(   )\   ICQ#: 60653192
   Linux User^^-^^[17]





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



Bug#599672: libgpod4: segfaults while saving DB in mhod52_make_collate_keys

2010-10-09 Thread Yaroslav Halchenko
Package: libgpod4
Version: 0.7.95-1.1~debug
Severity: important
Tags: upstream


well -- my situation is somewhat uncommon I guess -- I have injected some
podcasts using Sync function in gpodder.  Moreover I have done it twice so it
generated (I think) multiple identical entries.  Whenever I open gtkpod -- it
complains about multiple identical entries, I am removing them and trying to
save and then it all segfaults.  Here is the context:

Program received signal SIGSEGV, Segmentation fault.
0x74693c4c in mhod52_make_collate_keys (tracks=0x1094c60) at 
../../../src/itdb_itunesdb.c:4145
4145if (tr->sort_album && *tr->sort_album)
(gdb) bt
#0  0x74693c4c in mhod52_make_collate_keys (tracks=0x1094c60) at 
../../../src/itdb_itunesdb.c:4145
#1  0x746975a1 in write_playlist (fexp=0x138ccb0, pl=0x10706f0, 
mhsd_type=3) at ../../../src/itdb_itunesdb.c:5397
#2  0x746978d3 in write_mhsd_playlists (fexp=0x138ccb0, mhsd_type=3) at 
../../../src/itdb_itunesdb.c:5470
#3  0x74698685 in itdb_write_file_internal (itdb=0xf3a4f0, 
filename=0x13229b0 "/media/YULIYA'S IP/iPod_Control/iTunes/iTunesDB", 
error=0x7fffc840) at ../../../src/itdb_itunesdb.c:5829
#4  0x74698bb5 in itdb_write (itdb=0xf3a4f0, error=0x7fffc840) at 
../../../src/itdb_itunesdb.c:6008
#5  0x00455f84 in gp_save_itdb ()
#6  0x004569b7 in handle_export ()
#7  0x7575447e in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#8  0x7576a3f7 in ?? () from /usr/lib/libgobject-2.0.so.0
#9  0x7576ba76 in g_signal_emit_valist () from 
/usr/lib/libgobject-2.0.so.0
#10 0x7576bd93 in g_signal_emit_by_name () from 
/usr/lib/libgobject-2.0.so.0
#11 0x7575447e in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#12 0x7576a3f7 in ?? () from /usr/lib/libgobject-2.0.so.0
#13 0x7576ba76 in g_signal_emit_valist () from 
/usr/lib/libgobject-2.0.so.0
#14 0x7576bfc3 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#15 0x773fe235 in gtk_real_button_released (button=0x10) at 
/build/buildd-gtk+2.0_2.20.1-1+b1-amd64-3ZYTFH/gtk+2.0-2.20.1/gtk/gtkbutton.c:1725
#16 0x7575447e in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#17 0x75769cc1 in ?? () from /usr/lib/libgobject-2.0.so.0
#18 0x7576ba76 in g_signal_emit_valist () from 
/usr/lib/libgobject-2.0.so.0
#19 0x7576bfc3 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#20 0x773fcf3d in gtk_button_button_release (widget=0x10, 
event=0x145e940) at 
/build/buildd-gtk+2.0_2.20.1-1+b1-amd64-3ZYTFH/gtk+2.0-2.20.1/gtk/gtkbutton.c:1617
#21 0x774a9c18 in _gtk_marshal_BOOLEAN__BOXED (closure=0x6f5220, 
return_value=0x7fffd6c0, n_param_values=, 
param_values=0x1080cc0, 
invocation_hint=, marshal_data=0x773fcf20) at 
/build/buildd-gtk+2.0_2.20.1-1+b1-amd64-3ZYTFH/gtk+2.0-2.20.1/gtk/gtkmarshalers.c:84
#22 0x7575447e in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#23 0x7576a040 in ?? () from /usr/lib/libgobject-2.0.so.0
#24 0x7576b8bd in g_signal_emit_valist () from 
/usr/lib/libgobject-2.0.so.0
#25 0x7576bfc3 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#26 0x775bff3f in gtk_widget_event_internal (widget=0x71cd80, 
event=0xe54520) at 
/build/buildd-gtk+2.0_2.20.1-1+b1-amd64-3ZYTFH/gtk+2.0-2.20.1/gtk/gtkwidget.c:4943
#27 0x774a2103 in IA__gtk_propagate_event (widget=0x71cd80, 
event=0xe54520) at 
/build/buildd-gtk+2.0_2.20.1-1+b1-amd64-3ZYTFH/gtk+2.0-2.20.1/gtk/gtkmain.c:2442
#28 0x774a31bb in IA__gtk_main_do_event (event=0xe54520) at 
/build/buildd-gtk+2.0_2.20.1-1+b1-amd64-3ZYTFH/gtk+2.0-2.20.1/gtk/gtkmain.c:1647
#29 0x771173bc in gdk_event_dispatch (source=, 
callback=, user_data=)
at 
/build/buildd-gtk+2.0_2.20.1-1+b1-amd64-3ZYTFH/gtk+2.0-2.20.1/gdk/x11/gdkevents-x11.c:2372
#30 0x74e9a6f2 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#31 0x74e9e568 in ?? () from /lib/libglib-2.0.so.0
#32 0x74e9ea75 in g_main_loop_run () from /lib/libglib-2.0.so.0
#33 0x774a3657 in IA__gtk_main () at 
/build/buildd-gtk+2.0_2.20.1-1+b1-amd64-3ZYTFH/gtk+2.0-2.20.1/gtk/gtkmain.c:1219
#34 0x0045b2b2 in main ()
*(gdb) l
4140
4141ct = g_new0 (struct mhod52track, 1);
4142coltracks = g_list_prepend (coltracks, ct);
4143
4144/* album */
4145if (tr->sort_album && *tr->sort_album)
4146{
4147ct->album = g_utf8_collate_key (tr->sort_album, -1);
4148ct->letter_album = jump_table_letter (tr->sort_album);
4149}
(gdb) p *tr
$1 = {itdb = 0x73ff3f00, title = 0x73ff3fa8 "\230?\377\363\377\177", 
ipod_path = 0x4e004d , album = 0x51 
, 
  artist = 0x1067c80 "", 
  genre = 0x1067ca0 "OE:=BFBKF:D:KHO:C:>=NS:MNF:GHF\001", '\021' , "\001\t\002\002\002\002\002\002\002\t\002\002\002\002\002\002\t", 
'\002' , 
"\001\001п\tФ\bс\001Ф\00

Bug#599671: freeciv-server: intermittent segfault

2010-10-09 Thread Bruce Sass
Package: freeciv-server
Version: 2.2.2-1
Severity: important

The only strangeness I can see is a pile of...
Invalid string conversion from UTF-8 to ISO-8859-1.
...messages in the gtk client's display.

Here is the client's output. "Lost connection to server!" messages appear after
the server segfaults:
"""
Freeciv is free software and you are welcome to distribute copies of it under 
certain conditions;
See the "Copying" item on the Help menu.
Now ... Go give 'em hell!
Welcome to the Freeciv version 2.2.2 Server running at onegee port 5556.
You are logged in as 'bsass' connected to John Diefenbaker.
Established control over the server. You have command access level 'hack'.
All players are ready; starting game.
Player 'Kasym' now has AI skill level 'Hard'.
Player 'Giorgi III' now has AI skill level 'Hard'.
Player 'Benazir Bhutto' now has AI skill level 'Hard'.
Invalid string conversion from UTF-8 to ISO-8859-1.
Player 'H? Chí Minh' now has AI skill level 'Hard'.
Player 'Genseric' now has AI skill level 'Hard'.
Invalid string conversion from UTF-8 to ISO-8859-1.
Lost connection to server!
Welcome to the Freeciv version 2.2.2 Server running at onegee port 5556.
You are logged in as 'bsass' connected to John Diefenbaker.
Established control over the server. You have command access level 'hack'.
All players are ready; starting game.
Player 'Kasym' now has AI skill level 'Hard'.
Player 'Giorgi III' now has AI skill level 'Hard'.
Player 'Benazir Bhutto' now has AI skill level 'Hard'.
Invalid string conversion from UTF-8 to ISO-8859-1.
Player 'H? Chí Minh' now has AI skill level 'Hard'.
Player 'Genseric' now has AI skill level 'Hard'.
Invalid string conversion from UTF-8 to ISO-8859-1.
Lost connection to server!
Welcome to the Freeciv version 2.2.2 Server running at onegee port 5556.
You are logged in as 'bsass' connected to John Diefenbaker.
Established control over the server. You have command access level 'hack'.
All players are ready; starting game.
Player 'Kasym' now has AI skill level 'Hard'.
Player 'Giorgi III' now has AI skill level 'Hard'.
Player 'Benazir Bhutto' now has AI skill level 'Hard'.
Invalid string conversion from UTF-8 to ISO-8859-1.
Player 'H? Chí Minh' now has AI skill level 'Hard'.
Player 'Genseric' now has AI skill level 'Hard'.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid string conversion from UTF-8 to ISO-8859-1.
Invalid s

Bug#599670: [imdb-tools] New IMDb layout completely breaks parsing

2010-10-09 Thread Reiner Herrmann
Package: imdb-tools
Version: 0.9-1
Severity: important

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

Since IMDb has the new layout, imdb-get can no longer
parse any movie information.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.32-5-686

Debian Release: squeeze/sid
  500 unstablewww.debian-multimedia.org
  500 unstableftp.de.debian.org
1 experimentalftp2.de.debian.org

--- Package information. ---
Depends   (Version) | Installed
===-+-===
curl| 7.21.1-1
realpath| 1.15
tidy| 20091223cvs-1


Package's Recommends field is empty.

Package's Suggests field is empty.





signature.asc
Description: OpenPGP digital signature


Bug#599556: procps: sysctl is using deprecated sysctl(syscall) net.ipv6.neigh.default.retrans_time

2010-10-09 Thread Craig Small
On Fri, Oct 08, 2010 at 05:13:32PM -0300, Alexandre Cavalcante Alencar wrote:
> process `sysctl' is using deprecated sysctl (syscall) 
> net.ipv6.neigh.default.retrans_time; Use 
> net.ipv6.neigh.default.retrans_time_ms instead.

This key is not found in the Debian package sysctl.conf files. So it
means either you (or some other administrator) has put this in or
another package has.

The files you want to look at are /etc/sysctl.conf and /etc/sysctl.d/*
and you should see that key mentioned on one of those files.

In any case, it's not sysctl's fault if someone tries to use an old key;
it's just doing what it's been told to do.

Once we work out where this key came from, I'll close or re-assign the
bug.

 - Craig

-- 
Craig Small  GnuPG:1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
http://www.enc.com.au/ csmall at : enc.com.au
http://www.debian.org/  Debian GNU/Linux, software should be Free 



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



Bug#599616: linux-tools-2.6.36: ..dependency logic bug, should depend on either 1 of sid or experimental binutils, not on both 2.

2010-10-09 Thread Arnt Karlsen
On Sat, 09 Oct 2010 18:39:40 +0100, Ben wrote in message 
<1286645980.2955.158.ca...@localhost>:

> On Sat, 2010-10-09 at 18:42 +0200, Arnt Karlsen wrote:
> > Package: linux-tools-2.6.36
> > Severity: normal
> > 
> > 
> > ...dependency logic bug; experimental package
> > linux-tools-$(experimental-kernel-version) should depend on either
> > 1 of sid binutils, or on experimental binutils, not on both 2.
> 
> I don't understand.  The dependency is satisfied by sid's binutils:

.._required_, yes, and this required dependency in your experimental
linux-tools-2.6.36 breaks my satisfaction when we wanna experiment 
with experimental binutils, compilers etc on experimental kernel etc
builds to help find real bugs. ;o)

..my suggestion is satisfy the dependency with "one of Sid's or
Experimental's" binutils, or even "one or 2 or 3 or more", and 
not the current "Sid Only Basta!!!".

.."if" my smoke tests crashes, I still get to keep the bits, 
so I can go "Oh Horror!!! Downgrade to Sid!!!". ;o)

-- 
..med vennlig hilsen = with Kind Regards from Arnt... ;o)
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.



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



Bug#599669: RFP: rexximc -- A rexx interpreter for Unix based systems

2010-10-09 Thread Mark Hobley
Package: wnpp
Severity: wishlist

* Package name: rexximc
  Version : 1.76
  Upstream Author : Ian Collier 
* URL : http://users.comlab.ox.ac.uk/ian.collier/Rexx/rexximc.html
* License : Attribution licence
  Programming Lang: C
  Description : A rexx interpreter for Linux/Unix based systems

This is a rexx interpreter for Linux/Unix. It supports all the standard
instructions and builtin functions, plus a small number of extensions, and
has a partial implementation of the SAA API allowing applications to call
rexx programs and to register addressing environments, functions, and exit
handlers.



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



Bug#599668: [INTL:da] Danish translation of the debconf templates interchange

2010-10-09 Thread Joe Dalton
Package: interchange
Severity: wishlist
Tags: l10n patch

Please include the attached Danish debconf translations

j...@joe-desktop:~/over/debian/interchange$ msgfmt --statistics -c -v -o 
/dev/null da.po
60 oversatte tekster.

bye
Joe

# Danish translation interchange.
# Copyright (C) 2010 interchange & nedenstående oversættere.
# This file is distributed under the same license as the interchange package.
# Joe Hansen , 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: interchange\n"
"Report-Msgid-Bugs-To: intercha...@packages.debian.org\n"
"POT-Creation-Date: 2010-03-25 09:53+\n"
"PO-Revision-Date: 2010-10-10 13:26+0100\n"
"Last-Translator: Joe Hansen \n"
"Language-Team: Danish  \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: boolean
#. Description
#: ../interchange-cat-standard.templates:1001
msgid "Create the Interchange demo catalog?"
msgstr "Opret demokataloget til Interchange?"

#. Type: boolean
#. Description
#: ../interchange-cat-standard.templates:1001
msgid ""
"Whether to install the demo catalog from the standard template or let you "
"manually install it with makecat."
msgstr ""
"Hvorvidt demokataloget skal installeres fra standardskabelonen eller lade "
"dig manuelt installere det med makecat."

#. Type: boolean
#. Description
#: ../interchange-cat-standard.templates:2001
msgid "Remove demo catalog on package purge?"
msgstr "Fjern demokatalog ved pakkeafinstallering?"

#. Type: boolean
#. Description
#: ../interchange-cat-standard.templates:2001
msgid ""
"Should all files belonging to the Interchange demo catalog removed when you "
"purge this package, e.g. with dpkg --purge or apt-get remove --purge ?"
msgstr ""
"Skal alle filer tilhørende demokataloget til Interchange fjernes, når du "
"afinstallerer denne pakke f.eks. med dpkg --purge eller apt-get remove --purge?"

#. Type: select
#. Choices
#: ../interchange-cat-standard.templates:3001
msgid "always, ask, never"
msgstr "altid, spørg, aldrig"

#. Type: select
#. Description
#: ../interchange-cat-standard.templates:3002
msgid "Policy for replacing existing demo catalogs:"
msgstr "Politik for erstatning af eksisterende demokataloger:"

#. Type: select
#. Description
#: ../interchange-cat-standard.templates:3002
msgid ""
"Whether to silently replace an existing demo catalog installation, ask for a "
"confirmation or never touch an existing installation."
msgstr ""
"Hvorvidt en eksisterende installation af et demokatalog skal erstattes i "
"baggrunden, spørg efter bekræftelse eller aldrig røre en eksisterende installation."

#. Type: boolean
#. Description
#: ../interchange-cat-standard.templates:4001
msgid "Replace the Interchange demo catalog?"
msgstr "Erstat demokataloget til Interchange?"

#. Type: boolean
#. Description
#: ../interchange-cat-standard.templates:4001
msgid "There seems to already exist an Interchange demo catalog."
msgstr "Der ser ud til, at der allerede findes et demokatalog til Interchange."

#. Type: string
#. Description
#: ../interchange-cat-standard.templates:5001
msgid "Virtual host for the demo catalog:"
msgstr "Virtuel vært for demokataloget:"

#. Type: string
#. Description
#: ../interchange-cat-standard.templates:5001
msgid ""
"You are running Interchange with \"FullURL\" enabled. Please specify the "
"virtual host for the demo catalog."
msgstr ""
"Du kører Interchange med »FullURL« aktiveret. Angiv venligst den virtuelle "
"vært for demokataloget."

#. Type: string
#. Description
#: ../interchange-cat-standard.templates:6001
msgid "Username for this catalog's administration:"
msgstr "Brugernavn for dette katalogs administration:"

#. Type: string
#. Description
#: ../interchange-cat-standard.templates:6001
msgid ""
"Please provide an username for administering the demo catalog. The username "
"must be at least 2 characters long and only contain letters, digits, "
"underscore, @ or the dot as characters."
msgstr ""
"Angiv venligst et brugernavn for administration af demokataloget. Brugernavnet "
"skal være på mindst 2 tegn og må kun indeholde bogstaver A-Z, tal, understregning, "
"@ eller punktum."

#. Type: password
#. Description
#: ../interchange-cat-standard.templates:7001
msgid "Password for this catalog's administration:"
msgstr "Adgangskode for dette katalogs administration:"

#. Type: password
#. Description
#: ../interchange-cat-standard.templates:7001
msgid ""
"Please provide a password for administering the standard demo catalog. "
"Choose one which can not be easily guessed. Default is pass. The password  "
"must be at least 4 characters long and only contain letters, digits, "
"underscore @ or the dot as characters."
msgstr ""
"Angiv venligst en adgangskode for administration af standarddemokataloget. "
"Vælg en adgangskode som ikke nemt kan gættes. Standard er pass. Adgangskoden "
"skal være på mindst 4 tegn og må kun indeholde bogstaver A-Z, tal, understregning, "
"@ eller punktum."

#. Type: boolean
#. Desc

Bug#599656: [Pkg-alsa-devel] Bug#599656: alsa-base: no sound / few devices in mixer with ATI RS780 sound

2010-10-09 Thread Elimar Riesebieter
* Gary Dale [101009 17:35 -0400]:
> Package: alsa-base
> Version: 1.0.23+dfsg-1
> Severity: important
> 
> Once again I've lost sound on my system. The mixer (kmix?) shows just two
> playback devices - RS780 Azalia controller Digital Stereo (HDMI) and 
> Internal Audio Analog Stereo. The latter also is the name of the only
> Capture Device. Playback Streams and Capture Streams are both empty.
> 
> I had a working sound system until a recent full-upgrade. Now my PC is
> silent. Frankly, it's frustrating because every time this gets fixed, it 
> breaks again a while later.

[...]

> --- Begin /proc/asound/cards ---
>  0 [HDMI   ]: HDA-Intel - HDA ATI HDMI
>   HDA ATI HDMI at 0xfdafc000 irq 19
>  2 [SB ]: HDA-Intel - HDA ATI SB
>   HDA ATI SB at 0xfe024000 irq 16
Shouldn't this card be catd 0?
> --- End /proc/asound/cards ---

[...]

> -- Configuration Files:
> /etc/modprobe.d/alsa-base.conf changed:
> install sound-slot-0 /sbin/modprobe snd-card-0
> install sound-slot-1 /sbin/modprobe snd-card-1
> install sound-slot-2 /sbin/modprobe snd-card-2
> install sound-slot-3 /sbin/modprobe snd-card-3
> install sound-slot-4 /sbin/modprobe snd-card-4
> install sound-slot-5 /sbin/modprobe snd-card-5
> install sound-slot-6 /sbin/modprobe snd-card-6
> install sound-slot-7 /sbin/modprobe snd-card-7
> install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe --quiet 
> snd-ioctl32 ; /sbin/modprobe --quiet snd-seq ; }
> install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi && { 
> /sbin/modprobe --quiet snd-seq-midi ; : ; }
> install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 && { 
> /sbin/modprobe --quiet snd-emu10k1-synth ; : ; }
> options bt87x index=-2
> options cx88_alsa index=-2
> options snd-atiixp-modem index=-2
> options snd-intel8x0m index=-2
> options snd-via82xx-modem index=-2


> options snd-hda-intel index=2
This option is not installed by alsa-base. Comment or delete it and
try again by reboot.


> options snd-pcsp index=-2
> options snd-usb-audio index=-2

Elimar


-- 
  It's a good thing we don't get all 
  the government we pay for.



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



Bug#599667: apt-listchanges: Please downgrade recommends on an MTA to a suggests

2010-10-09 Thread Josh Triplett
Package: apt-listchanges
Version: 2.85.5
Severity: normal

apt-listchanges recommends exim4 | mail-transport-agent.  However,
apt-listchanges works perfectly well when just displaying the list of
changes to a pager at install time, and only needs an MTA if mailing the
list of changes elsewhere.  Please consider downgrading the dependency
to a suggestion, to avoid pulling in an MTA by default (since recommends
now get installed by default).

Thanks,
Josh Triplett

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

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

Versions of packages apt-listchanges depends on:
ii  apt  0.8.6   Advanced front-end for dpkg
ii  debconf [debconf-2.0]1.5.36  Debian configuration management sy
ii  debianutils  3.4.1   Miscellaneous utilities specific t
ii  python   2.6.6-3 interactive high-level object-orie
ii  python-apt   0.7.98.1Python interface to libapt-pkg
ii  python-support   1.0.10  automated rebuilding support for P
ii  ucf  3.0025+nmu1 Update Configuration File: preserv

Versions of packages apt-listchanges recommends:
pn  exim4 | mail-transport-agent   (no description available)

Versions of packages apt-listchanges suggests:
ii  chromium-browser [ww 6.0.472.62~r59676-1 Chromium browser
ii  gnome-terminal [x-te 2.30.2-1The GNOME terminal emulator applic
ii  iceweasel [www-brows 4.0~b5-1Web browser based on Firefox
ii  links2 [www-browser] 2.3~pre1-1  Web browser running in both graphi
ii  python-glade22.17.0-4GTK+ bindings: Glade support
ii  python-gtk2  2.17.0-4Python bindings for the GTK+ widge
ii  xterm [x-terminal-em 261-1   X terminal emulator

-- debconf information:
* apt-listchanges/frontend: pager
* apt-listchanges/confirm: true
* apt-listchanges/which: both
* apt-listchanges/email-address:
* apt-listchanges/save-seen: true



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



Bug#599633: xterm: Please document reason for x11-utils recommends

2010-10-09 Thread Thomas Dickey

On Sat, 9 Oct 2010, Josh Triplett wrote:


On Sat, Oct 09, 2010 at 05:05:57PM -0400, Thomas Dickey wrote:

On Sat, 9 Oct 2010, Josh Triplett wrote:


On Sat, Oct 09, 2010 at 03:41:28PM -0400, Thomas Dickey wrote:

On Sat, 9 Oct 2010, Josh Triplett wrote:

xterm Recommends: x11-utils

Please consider noting the reason for this recommendation in the package
description.  A quick review of the contents of x11-utils didn't suggest
any obvious reason why xterm might want it.


probably because luit is bundled in with this collection.
(appres is another likely reason).


Ah, luit makes sense; so, uxterm needs x11-utils to handle non-UTF-8
locales?


That sounds correct.


How about the following addition to the package description, then:

"
xterm Recommends x11-utils for the "luit" Unicode-to-locale translation
helper, which uxterm needs in order to handle non-UTF-8 locales.
"


something like that

s/in order to/to/g


(I also wonder whether koi8rxterm has some similar need, in which case
this description should mention that as well.)


It might...

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net



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



Bug#599666: libatk1.0-0: Please document reason for libatk1.0-data recommendation

2010-10-09 Thread Josh Triplett
Package: libatk1.0-0
Version: 1.30.0-1
Severity: normal

libatk1.0-0 recommends libatk1.0-data, but does not document why it
needs libatk1.0-data, making it difficult to decide whether to install
it.  If libatk1.0-0 actually requires this data in order to function,
please change the recommends to a depends.  If not, please document the
reason for the recommendation in the description of libatk1.0-0, and
consider carefully whether to use "Recommends" or "Suggests", given the
number of packages which pull in libatk1.0-0.

Thanks,
Josh Triplett

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

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

Versions of packages libatk1.0-0 depends on:
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libglib2.0-0  2.24.2-1   The GLib library of C routines

Versions of packages libatk1.0-0 recommends:
pn  libatk1.0-data (no description available)

libatk1.0-0 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#599633: xterm: Please document reason for x11-utils recommends

2010-10-09 Thread Josh Triplett
On Sat, Oct 09, 2010 at 05:05:57PM -0400, Thomas Dickey wrote:
> On Sat, 9 Oct 2010, Josh Triplett wrote:
> 
> >On Sat, Oct 09, 2010 at 03:41:28PM -0400, Thomas Dickey wrote:
> >>On Sat, 9 Oct 2010, Josh Triplett wrote:
> >>>xterm Recommends: x11-utils
> >>>
> >>>Please consider noting the reason for this recommendation in the package
> >>>description.  A quick review of the contents of x11-utils didn't suggest
> >>>any obvious reason why xterm might want it.
> >>
> >>probably because luit is bundled in with this collection.
> >>(appres is another likely reason).
> >
> >Ah, luit makes sense; so, uxterm needs x11-utils to handle non-UTF-8
> >locales?
> 
> That sounds correct.

How about the following addition to the package description, then:

"
xterm Recommends x11-utils for the "luit" Unicode-to-locale translation
helper, which uxterm needs in order to handle non-UTF-8 locales.
"

(I also wonder whether koi8rxterm has some similar need, in which case
this description should mention that as well.)

- Josh Triplett



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



Bug#584254: dpkg should support a --force-unsafe-io option or such

2010-10-09 Thread Otavio Salvador
Hello,

On Fri, Oct 8, 2010 at 8:55 PM, Modestas Vainius  wrote:
...
> It does not make much sense for dpkg to be in this uber-paranoid mode at
> debian-installer time. If power fails, install process will probably have to
> be started from scratch anyway. What's more, obviously I have no choice to use
> libeatmydata or similar to fight this dpkg behaviour at debian installer time.
>
> In my opinion, dpkg should provide a way to turn off those offensive *sync()
> calls and debian installer should make use of it.

I fully agree that d-i doesn't need and shouldn't use it by default.
In fact some embedded systems shouldn't use it either in production
mode if the media suffer of wearing.

As previously said in this thread, d-i needs to be restarted in case
of power outage or something broken and fsync won't help on that
except make it taking longer.

-- 
Otavio Salvador                  O.S. Systems
E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854         http://projetos.ossystems.com.br



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



Bug#599665: python-twisted-core: Please change recommends to suggests

2010-10-09 Thread Josh Triplett
Package: python-twisted-core
Version: 10.1.0-3
Severity: normal

python-twisted-core has recommends on several packages, which
nevertheless don't seem like packages most users of twisted will need.
In particular, many other packages pull in python-twisted-core, directly
or indirectly, and those packages ought to know what kinds of
communication channels they need (such as serial ports).  For instance,
I have python-twisted-core installed by way of python-soya and
python-tofu, which in turn got pulled in by some games that almost
certainly don't need PAM or serial ports.

Thanks,
Josh Triplett

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

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

Versions of packages python-twisted-core depends on:
ii  python2.6.6-3interactive high-level object-orie
ii  python-twisted-bin10.1.0-3   Event-based framework for internet
ii  python-zope.interface 3.5.3-1+b1 Interfaces for Python
ii  python2.5 2.5.5-8An interactive high-level object-o
ii  python2.6 2.6.6-6An interactive high-level object-o

Versions of packages python-twisted-core recommends:
pn  python-openssl (no description available)
pn  python-pam (no description available)
pn  python-serial  (no description available)

Versions of packages python-twisted-core suggests:
ii  python-glade2 2.17.0-4   GTK+ bindings: Glade support
ii  python-gtk2   2.17.0-4   Python bindings for the GTK+ widge
pn  python-profiler(no description available)
pn  python-qt3 (no description available)
ii  python-tk 2.6.6-1Tkinter - Writing Tk applications 
pn  python-wxgtk2.8 | python-wxgt  (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#599664: ITP: gally -- teaches sign languages

2010-10-09 Thread Mackenzie Morgan
Package: wnpp
Severity: wishlist
Owner: Mackenzie Morgan 

* Package name: gally
  Version : 0.5-1
  Upstream Author : Mackenzie Morgan 
* URL : http://launchpad.net/gally
* License : GPL
  Programming Lang: Python
  Description : teaches sign languages

Gally was created to teach sign languages such as American Sign 
Language. At the moment, only ASL is supported but more will be in the future.



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



Bug#599663: Please consider splitting out the ipython-wx frontend and moving wxpython recommends to a depends of that package

2010-10-09 Thread Josh Triplett
Package: ipython
Version: 0.10-2
Severity: normal

ipython currently includes the ipython-wx frontend, which will simply
fail with a python traceback unless the user installs the wxpython
package recommended by ipython.  Please consider splitting out the GUI
into its own package, which can then have a Depends on the necessary GUI
libraries.  This will also make ipython not pull in GUI packages by
default (since recommends do get installed by default now).

Thanks,
Josh Triplett

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

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

Versions of packages ipython depends on:
ii  python2.6.6-3interactive high-level object-orie
ii  python-pexpect2.3-1  Python module for automating inter
ii  python-support1.0.10 automated rebuilding support for P

Versions of packages ipython recommends:
pn  global (no description available)
ii  python [python-ctypes]2.6.6-3interactive high-level object-orie
pn  python-foolscap(no description available)
pn  python-openssl (no description available)
ii  python-twisted-core   10.1.0-3   Event-based framework for internet
pn  python-wxgtk2.8(no description available)
ii  python-zope.interface 3.5.3-1+b1 Interfaces for Python

Versions of packages ipython suggests:
pn  libjs-jquery   (no description available)
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
pn  python-matplotlib  (no description available)
ii  python-numpy  1:1.4.1-5  Numerical Python adds a fast array
pn  python-profiler(no description available)
pn  python-qt3 | python-q  (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#599662: esound-common: Please downgrade recommendation on esound-clients

2010-10-09 Thread Josh Triplett
Package: esound-common
Version: 0.2.41-7
Severity: normal

esound-common recommends esound-clients.  However, esound common gets
pulled in by libesd0, which gets pulled in by a variety of user
applications including anything from GNOME.  esound-clients, on the
other hand, only proves useful if actually using an esound server, which
almost always means installing that server locally.  In other words,
many users will have this package pulled in by default but very few will
actually need it.  Please consider downgrading the Recommends to a
Suggests; you might consider adding this Recommends to the esound
package instead, and having libesd0 Suggests that too.

Thanks,
Josh Triplett

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

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

esound-common depends on no packages.

Versions of packages esound-common recommends:
pn  esound-clients (no description available)

esound-common 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#566120: kde-l10n: please provide kde-l10n-all

2010-10-09 Thread Daniel Baumann
On 10/09/2010 05:52 PM, Modestas Vainius wrote:
> What happened to using the right tool for the job?

as said, it's not the right thing to do here.

> And why 
> do you need to remove it afterwards?

if you specify a specific list of packages to be installed in a live
system, you should not get anything else except these packages and their
depends.

what you're suggesting is to treat aptitude like a depends of a
"kde-l10n-all". that's wrong.

> original request remains wontfix. 

i'll prepare a patch and ask CTTE about their opinion then.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.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#599661: Please downgrade recommends of mumble-11x to suggests

2010-10-09 Thread Josh Triplett
Package: mumble
Version: 1.2.2-4+b1
Severity: normal

mumble recommends mumble-11x, an old version for compatibility with
older servers.  This hardly seems like a package "that would be found
together with this one in all but unusual installations"; the user only
needs this package to contact older mumble servers, which should become
decreasingly common.  Please consider downgrading the Recommends to a
Suggests.

Thanks,
Josh Triplett

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

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

Versions of packages mumble depends on:
ii  gconf2   2.28.1-5GNOME configuration database syste
ii  libasound2   1.0.23-2shared library for ALSA applicatio
ii  libavahi-client3 0.6.27-2Avahi client library
ii  libavahi-common3 0.6.27-2Avahi common library
ii  libavahi-compat-libdnssd10.6.27-2Avahi Apple Bonjour compatibility 
ii  libc62.11.2-6Embedded GNU C Library: Shared lib
ii  libcelt0-0   0.7.1-1 The CELT codec runtime library
ii  libg15daemon-client1 1.9.5.3-8.1 Development packages for libg15dae
ii  libgcc1  1:4.4.5-2   GCC support library
ii  libgl1-mesa-glx [libgl1] 7.7.1-4 A free implementation of the OpenG
ii  libglu1-mesa [libglu1]   7.7.1-4 The OpenGL utility library (GLU)
ii  libprotobuf6 2.3.0-4 protocol buffers C++ library
ii  libpulse00.9.21-3+b1 PulseAudio client libraries
ii  libqt4-dbus  4:4.6.3-3   Qt 4 D-Bus module
ii  libqt4-network   4:4.6.3-3   Qt 4 network module
ii  libqt4-opengl4:4.6.3-3   Qt 4 OpenGL module
ii  libqt4-sql   4:4.6.3-3   Qt 4 SQL module
ii  libqt4-sql-sqlite4:4.6.3-3   Qt 4 SQLite 3 database driver
ii  libqt4-svg   4:4.6.3-3   Qt 4 SVG module
ii  libqt4-xml   4:4.6.3-3   Qt 4 XML module
ii  libqtcore4   4:4.6.3-3   Qt 4 core module
ii  libqtgui44:4.6.3-3   Qt 4 GUI module
ii  libsndfile1  1.0.22-1Library for reading/writing audio 
ii  libspeechd2  0.7-5.1 Speech Dispatcher: Shared librarie
ii  libspeex11.2~rc1-1   The Speex codec runtime library
ii  libspeexdsp1 1.2~rc1-1   The Speex extended runtime library
ii  libssl0.9.8  0.9.8o-2SSL shared libraries
ii  libstdc++6   4.4.5-2 The GNU Standard C++ Library v3
ii  libx11-6 2:1.3.3-3   X11 client-side library
ii  libxi6   2:1.3-4 X11 Input extension library
ii  lsb-release  3.2-25  Linux Standard Base version report

Versions of packages mumble recommends:
pn  mumble-11x (no description available)
pn  speech-dispatcher  (no description available)

Versions of packages mumble suggests:
pn  mumble-server  (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#599660: cups: Confusing error message when backend programs are disabled

2010-10-09 Thread Reid Priedhorsky
Package: cups
Version: 1.3.8-1+lenny8
Severity: normal


Summary: If the backend for a particular printer is turned off, adding
printers of that interface type fail with a confusing error message and
documentation suggesting fixes is apparently not available.


Steps to reproduce:

   (Note that these steps are reconstructed from memory.)

1. Add a networked printer to one's network (in my case, a Brother HL-5370DW)
   and obtain the proper PPD file.
2. Ensure the "socket" communication backend is turned off in dpkg-reconfigure.
3. Use "lpinfo" to check for the printer and note that it appears; in my case:

  # lpinfo -v 
  [...] 
  network socket://10.0.0.3
  [...]

4. Use "lpadmin" to add the printer; in my case: 

 # lpadmin -p foo -v socket://10.0.0.3 -m foo.ppd -E


Actual behavior:

* lpadmin fails with a confusing error message; in my case:

 lpadmin: Bad device-uri "socket://10.0.0.3"!

* /usr/share/doc/cups/README.txt.gz contains nothing about printer backends
not being active and I didn't see anything in the documentation in the web
interface either.

* "Bad device-uri" is a very generic error message and none of Google hits
that I could find were relevant.


Expected behavior:

* Error message reflects the fact that the "socket" backend is not installed
  and points to the documentation.

* Documentation explains how to install the backend (dpkg-reconfigure cups).


Comments:

* Thanks for your hard work on Debian!


-- System Information:
Debian Release: 5.0.6
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (x86_64)

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

Versions of packages cups depends on:
ii  adduser 3.110add and remove users and groups
ii  cups-common 1.3.8-1+lenny8   Common UNIX Printing System(tm) - 
ii  debconf [debcon 1.5.24   Debian configuration management sy
ii  ghostscript 8.62.dfsg.1-3.2lenny5The GPL Ghostscript PostScript/PDF
ii  libavahi-compat 0.6.23-3lenny2   Avahi Apple Bonjour compatibility 
ii  libc6   2.7-18lenny4 GNU C Library: Shared libraries
ii  libcups21.3.8-1+lenny8   Common UNIX Printing System(tm) - 
ii  libcupsimage2   1.3.8-1+lenny8   Common UNIX Printing System(tm) - 
ii  libdbus-1-3 1.2.1-5+lenny1   simple interprocess messaging syst
ii  libgnutls26 2.4.2-6+lenny2   the GNU TLS library - runtime libr
ii  libkrb531.6.dfsg.4~beta1-5lenny4 MIT Kerberos runtime libraries
ii  libldap-2.4-2   2.4.11-1+lenny2  OpenLDAP libraries
ii  libpam0g1.0.1-5+lenny1   Pluggable Authentication Modules l
ii  libpaper1   1.1.23+nmu1  library for handling paper charact
ii  libslp1 1.2.1-7.5OpenSLP libraries
ii  lsb-base3.2-20   Linux Standard Base 3.2 init scrip
ii  perl-modules5.10.0-19lenny2  Core Perl modules
ii  procps  1:3.2.7-11   /proc file system utilities
ii  ssl-cert1.0.23   simple debconf wrapper for OpenSSL
ii  xpdf-utils [pop 3.02-1.4+lenny2  Portable Document Format (PDF) sui

Versions of packages cups recommends:
pn  avahi-utils(no description available)
ii  cups-client   1.3.8-1+lenny8 Common UNIX Printing System(tm) - 
ii  foomatic-filters  3.0.2-20080211-3.2 OpenPrinting printer support - fil
ii  smbclient 2:3.2.5-4lenny13   a LanManager-like simple client fo

Versions of packages cups suggests:
ii  cups-bsd1.3.8-1+lenny8   Common UNIX Printing System(tm) - 
pn  cups-driver-gutenprint (no description available)
pn  cups-pdf   (no description available)
ii  foomatic-db 20080211-2+nmu1  OpenPrinting printer support - dat
ii  foomatic-db-engine  3.0.2-20080211-1 OpenPrinting printer support - pro
ii  hplip   2.8.6.b-4HP Linux Printing and Imaging Syst
pn  xpdf-korean | xpdf-japa(no description available)

-- debconf information:
* cupsys/raw-print: true
* cupsys/backend: ipp, lpd, parallel, serial, socket, usb, snmp, dnssd



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



Bug#599200: base-installer: Install amd64 kernel on i686 kvm guest - and fail to boot

2010-10-09 Thread Petter Reinholdtsen
severity 599200 important
thanks

[Ben Hutchings]
> Please specify exactly which versions of kvm/qemu-kvm and the kernel you
> are running in the host, and whether you are using the kvm modules from
> the linux-image-2.6.26-2-686 or built from kvm-source.

I finally found time to have a look, and it seem that I was wrong.
The machine do not run the Lenny kvm and kernel.  It uses older
packages from backports:

  kvm 85+dfsg-4~bpo50+1
  linux-image-2.6.30-bpo.1-686 2.6.30-6~bpo50+1

I am not sure why the machine isn't using the Lenny packages, but as
Ben find that the problem do not affect the normal Lenny packages and
I am unable to confirm this or not, I reduce the severity to important
as I assume it only affect those of us with backported kernels, and
not all Lenny users.

I've implemented the workaround using cpu=pentium3, so I no longer am
affected by this problem.

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#599659: mutt: When handed a mail file to edit and send, exits if mail file not saved again in editor

2010-10-09 Thread Josh Triplett
Package: mutt
Version: 1.5.20-9
Severity: important

When running "mutt -H" to start from a file containing a mail with
headers, such as when using "bts --mutt" or running mutt on a bug report
that reportbug saved but didn't send, mutt will exit unsuccessfully with
no output if the user does not explicitly save the mail again in their
editor.

Steps to reproduce this:

1. bts --mutt severity somebugnumber someseverity
2. You end up directly in your text editor of choice (vim in my case)
3. Exit the editor, leaving the mail unmodified
4. mutt exits back to the shell, with return value 1, without any output.

You might need the "autoedit" and "edit_headers" options set in
~/.muttrc to trigger this behavior.

- Josh Triplett

-- Package-specific info:
Mutt 1.5.20 (2009-06-14)
Copyright (C) 1996-2009 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.

System: Linux 2.6.36-rc6-amd64 (x86_64)
ncurses: ncurses 5.7.20100313 (compiled with 5.7)
libidn: 1.18 (compiled with 1.18)
hcache backend: tokyocabinet 1.4.37
Compile options:
-DOMAIN
+DEBUG
-HOMESPOOL  +USE_SETGID  +USE_DOTLOCK  +DL_STANDALONE  +USE_FCNTL  -USE_FLOCK   
+USE_POP  +USE_IMAP  +USE_SMTP  
-USE_SSL_OPENSSL  +USE_SSL_GNUTLS  +USE_SASL  +USE_GSS  +HAVE_GETADDRINFO  
+HAVE_REGCOMP  -USE_GNU_REGEX  
+HAVE_COLOR  +HAVE_START_COLOR  +HAVE_TYPEAHEAD  +HAVE_BKGDSET  
+HAVE_CURS_SET  +HAVE_META  +HAVE_RESIZETERM  
+CRYPT_BACKEND_CLASSIC_PGP  +CRYPT_BACKEND_CLASSIC_SMIME  +CRYPT_BACKEND_GPGME  
-EXACT_ADDRESS  -SUN_ATTACHMENT  
+ENABLE_NLS  -LOCALES_HACK  +COMPRESSED  +HAVE_WC_FUNCS  +HAVE_LANGINFO_CODESET 
 +HAVE_LANGINFO_YESEXPR  
+HAVE_ICONV  -ICONV_NONTRANS  +HAVE_LIBIDN  +HAVE_GETSID  +USE_HCACHE  
-ISPELL
SENDMAIL="/usr/sbin/sendmail"
MAILPATH="/var/mail"
PKGDATADIR="/usr/share/mutt"
SYSCONFDIR="/etc"
EXECSHELL="/bin/sh"
MIXMASTER="mixmaster"
To contact the developers, please mail to .
To report a bug, please visit http://bugs.mutt.org/.

misc/am-maintainer-mode
misc/hg.pmdef.debugtime
debian-specific/build_doc_adjustments.diff
features/ifdef
features/xtitles
features/trash-folder
features/purge-message
features/sensible_browser_position
features-old/patch-1.5.4.vk.pgp_verbose_mime
features/compressed-folders
features/compressed-folders.debian
debian-specific/Muttrc
debian-specific/Md.etc_mailname_gethostbyname.diff
debian-specific/use_usr_bin_editor.diff
debian-specific/correct_docdir_in_man_page.diff
debian-specific/dont_document_not_present_features.diff
debian-specific/document_debian_defaults
debian-specific/assumed_charset-compat
debian-specific/467432-write_bcc.patch
misc/define-pgp_getkeys_command.diff
misc/gpg.rc-paths
misc/smime.rc
upstream/533209-mutt_perror.patch
upstream/533459-unmailboxes.patch
upstream/533439-mbox-time.patch
upstream/531430-imapuser.patch
upstream/534543-imap-port.patch
upstream/538128-mh-folder-access.patch
upstream/537818-emptycharset.patch
upstream/535096-pop-port.patch
upstream/542910-search-segfault.patch
upstream/533370-pgp-inline.patch
upstream/533520-signature-highlight.patch
upstream/393926-internal-viewer.patch
upstream/543467-thread-segfault.patch
upstream/544180-italian-yesorno.patch
upstream/542817-smimekeys-tmpdir.patch
upstream/544794-smtp-batch.patch
upstream/537694-segv-imap-headers.patch
upstream/548577-gpgme-1.2.patch
upstream/548494-swedish-intl.patch
upstream/553321-ansi-escape-segfault.patch
upstream/553238-german-intl.patch
upstream/557395-muttrc-crypto.patch
upstream/545316-header-color.patch
upstream/568295-references.patch
upstream/547980-smime_keys-chaining.patch
upstream/528233-readonly-open.patch
upstream/228671-pipe-mime.patch
upstream/383769-score-match.patch
upstream/547739-manual-typos.patch
upstream/311296-rand-mktemp.patch
upstream/573823-imap_internal_date
upstream/542344-dont_fold_From_
upstream/path_max
misc/hyphen-as-minus.patch
misc/smime_keys-manpage.patch
mutt.org

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

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

Versions of packages mutt depends on:
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libcomerr21.41.12-2  common error description library
ii  libgnutls26   2.8.6-1the GNU TLS library - runtime libr
ii  libgpg-error0 1.6-1  library for common error values an
ii  libgpgme111.2.0-1.2  GPGME - GnuPG Made Easy
ii  libgssapi-krb5-2  1.8.3+dfsg-1   MIT Kerberos runtime libraries - k
ii  libidn11  1.18-1 GNU Libidn library, implementation
ii  libk5crypto3  1.8.3+dfsg-1   MIT Kerberos runtim

Bug#599658: ITP: gtk2-engines-equinox -- aurora-based gtk+-2.0 theme engine

2010-10-09 Thread Hadret
Package: gtk2-engines-equinox
Version: 1.30.2
Upstream Author: Matthieu James 
URL: http://gnome-look.org/content/show.php?content=121881
License: GPL-2+
Programming Lang: C
Description: aurora-based gtk+-2.0 theme engine

Equinox is a heavily modified version of the beautiful gtk2 aurora engine. It
features smooth gradients or glassy effects, subtle shadows, rounded widgets
and provides lots of parameters.
.
This package includes the Equinox engine.



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



Bug#599657: xserver-xorg-core: XSecurity has gone missing since lenny

2010-10-09 Thread Stefan Fritsch
Package: xserver-xorg-core
Version: 2:1.7.7-7
Severity: important


The XSecurity extension is no longer available in squeeze. It seems
upstream disabled building it by default. According to jcristeau it
could be re-enabled with a configure option.

XSecurity is available in lenny. Not having it in squeeze looks like pretty big
regression to me. Please consider if it is still possible to include it in
Squeeze. Thanks.



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



Bug#599656: alsa-base: no sound / few devices in mixer with ATI RS780 sound

2010-10-09 Thread Gary Dale
Package: alsa-base
Version: 1.0.23+dfsg-1
Severity: important

Once again I've lost sound on my system. The mixer (kmix?) shows just two
playback devices - RS780 Azalia controller Digital Stereo (HDMI) and 
Internal Audio Analog Stereo. The latter also is the name of the only
Capture Device. Playback Streams and Capture Streams are both empty.

I had a working sound system until a recent full-upgrade. Now my PC is
silent. Frankly, it's frustrating because every time this gets fixed, it 
breaks again a while later.




-- Package-specific info:
--- Begin additional package status ---
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  libasound2 1.0.23-2   shared library for ALSA applications
--- End additional package status ---
--- Begin /proc/asound/version ---
Advanced Linux Sound Architecture Driver Version 1.0.21.
--- End /proc/asound/version ---
--- Begin /proc/asound/cards ---
 0 [HDMI   ]: HDA-Intel - HDA ATI HDMI
  HDA ATI HDMI at 0xfdafc000 irq 19
 2 [SB ]: HDA-Intel - HDA ATI SB
  HDA ATI SB at 0xfe024000 irq 16
--- End /proc/asound/cards ---
--- Begin /dev/snd/ listing ---
total 0
drwxr-xr-x  2 root root   80 Oct  8 00:09 by-path
crw-rw+ 1 root audio 116, 13 Oct  8 00:09 controlC0
crw-rw+ 1 root audio 116, 10 Oct  8 00:09 controlC2
crw-rw+ 1 root audio 116, 12 Oct  8 00:09 hwC0D0
crw-rw+ 1 root audio 116,  9 Oct  8 00:09 hwC2D0
crw-rw+ 1 root audio 116, 11 Oct  9 17:19 pcmC0D3p
crw-rw+ 1 root audio 116,  8 Oct  8 00:10 pcmC2D0c
crw-rw+ 1 root audio 116,  7 Oct  9 17:19 pcmC2D0p
crw-rw+ 1 root audio 116,  6 Oct  8 00:10 pcmC2D1c
crw-rw+ 1 root audio 116,  5 Oct  8 00:10 pcmC2D1p
crw-rw+ 1 root audio 116,  4 Oct  8 00:09 pcmC2D2c
crw-rw+ 1 root audio 116,  3 Oct  8 00:09 seq
crw-rw+ 1 root audio 116,  2 Oct  8 00:09 timer
--- End /dev/snd/ listing ---

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

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

Versions of packages alsa-base depends on:
ii  linux-sound-base   1.0.23+dfsg-1 base package for ALSA and OSS soun
ii  lsof   4.81.dfsg.1-1 List open files
ii  module-init-tools  3.12-1tools for managing Linux kernel mo
ii  udev   160-1 /dev/ and hotplug management daemo

Versions of packages alsa-base recommends:
ii  alsa-utils1.0.23-2   Utilities for configuring and usin

Versions of packages alsa-base suggests:
pn  alsa-oss   (no description available)
pn  apmd   (no description available)
ii  oss-compat0.0.4+nmu3 OSS compatibility package

Versions of packages libasound2 depends on:
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib

-- Configuration Files:
/etc/modprobe.d/alsa-base.conf changed:
install sound-slot-0 /sbin/modprobe snd-card-0
install sound-slot-1 /sbin/modprobe snd-card-1
install sound-slot-2 /sbin/modprobe snd-card-2
install sound-slot-3 /sbin/modprobe snd-card-3
install sound-slot-4 /sbin/modprobe snd-card-4
install sound-slot-5 /sbin/modprobe snd-card-5
install sound-slot-6 /sbin/modprobe snd-card-6
install sound-slot-7 /sbin/modprobe snd-card-7
install snd /sbin/modprobe --ignore-install snd && { /sbin/modprobe --quiet 
snd-ioctl32 ; /sbin/modprobe --quiet snd-seq ; }
install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi && { 
/sbin/modprobe --quiet snd-seq-midi ; : ; }
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 && { 
/sbin/modprobe --quiet snd-emu10k1-synth ; : ; }
options bt87x index=-2
options cx88_alsa index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
options snd-hda-intel index=2
options snd-pcsp index=-2
options snd-usb-audio index=-2


-- 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#599655: eboard: Please document reason for sox recommendation

2010-10-09 Thread Josh Triplett
Package: eboard
Version: 1.1.1-4.1
Severity: normal

eboard Recommends sox, but does not document why it wants sox.  This
makes it difficult to decide whether to install the recommended package.
Please consider documenting the reason for this recommendation in the
description.

Alternatively, I would *guess* that eboard wants sox to play sounds.  If
so, then consider that if eboard used an actual sound library, it would
likely depend on that library rather than recommending it.  Thus, please
consider upgrading sox to a dependency instead.

Thanks,
Josh Triplett

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

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

Versions of packages eboard depends on:
ii  libatk1.0-0  1.30.0-1The ATK accessibility toolkit
ii  libc62.11.2-6Embedded GNU C Library: Shared lib
ii  libcairo21.8.10-6The Cairo 2D vector graphics libra
ii  libfontconfig1   2.8.0-2.1   generic font configuration library
ii  libfreetype6 2.4.2-2 FreeType 2 font engine, shared lib
ii  libgcc1  1:4.4.5-2   GCC support library
ii  libglib2.0-0 2.24.2-1The GLib library of C routines
ii  libgtk2.0-0  2.20.1-1+b1 The GTK+ graphical user interface 
ii  libpango1.0-01.28.1-1Layout and rendering of internatio
ii  libpng12-0   1.2.44-1PNG library - runtime
ii  libstdc++6   4.4.5-2 The GNU Standard C++ Library v3

Versions of packages eboard recommends:
pn  sox(no description available)
ii  xfonts-75dpi  1:1.0.175 dpi fonts for X

Versions of packages eboard suggests:
pn  eboard-extras-pack1(no description available)
ii  gnuchess  5.07-7 Plays a game of chess, either agai

-- 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#599654: texlive-fonts-extra: Please document reason for recommends on texpower, and please consider downgrading it

2010-10-09 Thread Josh Triplett
Package: texlive-fonts-extra
Version: 2009-10
Severity: normal

texlive-fonts-extra recommends texpower, but does not give any
description of why it wants texpower.  This makes it difficult to decide
whether to install the recommended package.  It seems non-obvious why a
fonts package would recommend texpower.  Please consider documenting the
reason for this recommendation in the package description, and please
consider downgrading it to a suggests.

Thanks,
Josh Triplett

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

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

Versions of packages texlive-fonts-extra depends on:
ii  dpkg  1.15.8.5   Debian package management system
ii  tex-common2.08   common infrastructure for building
ii  texlive-base  2009-11TeX Live: Essential programs and f
ii  texlive-common2009-11TeX Live: Base component

Versions of packages texlive-fonts-extra recommends:
pn  texlive-fonts-extra-doc(no description available)
pn  texpower   (no description available)

Versions of packages texlive-fonts-extra suggests:
pn  cm-super   (no description available)

Versions of packages tex-common depends on:
ii  debconf [debconf-2.0]1.5.36  Debian configuration management sy
ii  dpkg 1.15.8.5Debian package management system
ii  ucf  3.0025+nmu1 Update Configuration File: preserv

Versions of packages texlive-fonts-extra is related to:
ii  tex-common2.08   common infrastructure for building
ii  texlive-binaries  2009-7 Binaries for TeX Live

-- debconf information:
  tex-common/check_texmf_wrong:
  tex-common/check_texmf_missing:



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



Bug#599653: /usr/bin/run-with-aspell: run-with-aspell broken due to lack of wrappers in /usr/lib/aspell

2010-10-09 Thread Josh Triplett
Package: aspell
Version: 0.60.6-4
Severity: important
File: /usr/bin/run-with-aspell

The run-with-aspell wrapper does:

PATH=/usr/lib/aspell:$PATH
export PATH
exec $@

However, aspell 0.60.3-4 moved the wrapper scripts from /usr/lib/aspell
to /usr/share/doc/aspell/examples, ostensibly to fix bug 273761 (which
actually requested using them as alternatives for /usr/bin/ispell).
This broke run-with-aspell.

Please move the scripts back, and just point to them from
/usr/share/doc/aspell if you want to make them easier to find.

- Josh Triplett

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

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

Versions of packages aspell depends on:
ii  dictionaries-common   1.5.14 Common utilities for spelling dict
ii  libaspell15   0.60.6-4   GNU Aspell spell-checker runtime l
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.5-2  GCC support library
ii  libncursesw5  5.7+20100313-4 shared libraries for terminal hand
ii  libstdc++64.4.5-2The GNU Standard C++ Library v3

Versions of packages aspell recommends:
ii  aspell-en [aspell-dictionary] 6.0-0-6English dictionary for GNU Aspell

Versions of packages aspell suggests:
pn  aspell-doc (no description available)
pn  spellutils (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#599652: openoffice.org-common: Please document reason for libtextcat-data-utf8 recommends, and please consider changing dependency level

2010-10-09 Thread Josh Triplett
Package: openoffice.org-common
Version: 1:3.2.1-7
Severity: normal

openoffice.org-common has a Recommends on libtextcat-data-utf8, but
doesn't give any indication of what it needs this package for, making it
difficult for a user to decide whether to install it.

If this package supports notable functionality of openoffice.org, please
consider simply depending on it; one more (tiny) dependency does not
seem unreasonable given the existing size of OO.o, and it seems better
to depend on it than to have OO.o functionality missing or
non-functional for users that didn't install it.

Alternatively, if openoffice.org really can do without this package for
most purposes, please consider documenting the need for this package in
the openoffice.org-common package description, and please consider
whether it should use "Recommends" or "Suggests".

- Josh Triplett

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

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

Versions of packages openoffice.org-common depends on:
ii  openoffice.org-style-ga 1:3.2.1-7office productivity suite -- Galax
ii  openoffice.org-style-ta 1:3.2.1-7office productivity suite -- Tango
ii  ure 1.6.1+OOo3.2.1-7 OpenOffice.org UNO runtime environ

Versions of packages openoffice.org-common recommends:
pn  libtextcat-data-utf8   (no description available)
pn  xfonts-mathml  (no description available)

Versions of packages openoffice.org-common suggests:
pn  openoffice.org-style-crystal   (no description available)
pn  openoffice.org-style-hicontra  (no description available)
pn  openoffice.org-style-industri  (no description available)
pn  openoffice.org-style-oxygen(no description available)
ii  openoffice.org-style-tango1:3.2.1-7  office productivity suite -- Tango

-- debconf information:
  openoffice.org/running:
  shared/openofficeorg-running:



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



Bug#599633: xterm: Please document reason for x11-utils recommends

2010-10-09 Thread Thomas Dickey

On Sat, 9 Oct 2010, Josh Triplett wrote:


On Sat, Oct 09, 2010 at 03:41:28PM -0400, Thomas Dickey wrote:

On Sat, 9 Oct 2010, Josh Triplett wrote:

xterm Recommends: x11-utils

Please consider noting the reason for this recommendation in the package
description.  A quick review of the contents of x11-utils didn't suggest
any obvious reason why xterm might want it.


probably because luit is bundled in with this collection.
(appres is another likely reason).


Ah, luit makes sense; so, uxterm needs x11-utils to handle non-UTF-8
locales?


That sounds correct.

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net



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



Bug#599651: pymol: new upstream version: 1.3r1

2010-10-09 Thread Vincent Fourmond
Package: pymol
Version: 1.2r2-1.1+b1
Severity: wishlist


  Hello,

  A new version of pymol has been release, see 

http://www.pymol.org/releases/v1.3r1

  Although I could not find any tarball for it, code seems accessible
through SVN. Will you package it, or wait for wheezy ?

  Many thanks !

   Vincent


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

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

Versions of packages pymol depends on:
ii  freeglut3   2.6.0-1  OpenGL Utility Toolkit
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libfreetype62.4.2-2  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.4.5-2GCC support library
ii  libgl1-mesa-glx [libgl1 7.7.1-4  A free implementation of the OpenG
ii  libglu1-mesa [libglu1]  7.7.1-4  The OpenGL utility library (GLU)
ii  libpng12-0  1.2.44-1 PNG library - runtime
ii  libstdc++6  4.4.5-2  The GNU Standard C++ Library v3
ii  python  2.6.6-3  interactive high-level object-orie
ii  python-pmw  1.3.2-5  Pmw -- Python MegaWidgets
ii  python-support  1.0.10   automated rebuilding support for P
ii  python-tk   2.6.6-1  Tkinter - Writing Tk applications 
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages pymol recommends:
ii  apbs  1.2.1b-1   Adaptive Poisson Boltzmann Solver

pymol 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#599650: impressive: Please change recommends on ghostscript-x and pdftk to suggests

2010-10-09 Thread Josh Triplett
Package: impressive
Version: 0.10.3~WIP+svn31-1
Severity: normal

Impressive has Recommends on ghostscript-x and pdftk.  However, these
seem to support optional functionality of impressive, and don't seem
like "packages that would be found together with this one in all but
unusual installations".  Please consider downgrading these recommends to
suggests, since recommends get installed by default now.

Thanks,
Josh Triplett

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

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

Versions of packages impressive depends on:
ii  perl   5.10.1-15 Larry Wall's Practical Extraction 
ii  poppler-utils [xpdf-ut 0.12.4-1.1PDF utilitites (based on libpopple
ii  python 2.6.6-3   interactive high-level object-orie
ii  python-imaging 1.1.7-2   Python Imaging Library
ii  python-opengl  3.0.1~b2-1Python bindings to OpenGL
ii  python-pygame  1.8.1release-2+b1 SDL bindings for games development
ii  python-support 1.0.10automated rebuilding support for P

Versions of packages impressive recommends:
pn  ghostscript-x  (no description available)
pn  pdftk  (no description available)

Versions of packages impressive suggests:
ii  latex-beamer  3.07-2 LaTeX class to produce presentatio

-- 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#599633: xterm: Please document reason for x11-utils recommends

2010-10-09 Thread Josh Triplett
On Sat, Oct 09, 2010 at 03:41:28PM -0400, Thomas Dickey wrote:
> On Sat, 9 Oct 2010, Josh Triplett wrote:
> >xterm Recommends: x11-utils
> >
> >Please consider noting the reason for this recommendation in the package
> >description.  A quick review of the contents of x11-utils didn't suggest
> >any obvious reason why xterm might want it.
> 
> probably because luit is bundled in with this collection.
> (appres is another likely reason).

Ah, luit makes sense; so, uxterm needs x11-utils to handle non-UTF-8
locales?

- Josh Triplett



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



Bug#597087: Patch to adjust maximum amount of swap

2010-10-09 Thread Otavio Salvador
Hello,

This patch looks nice and I think it makes the recipes better
Christian so please commit it.

-- 
Otavio Salvador                  O.S. Systems
E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854         http://projetos.ossystems.com.br



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



Bug#598991: live-build 3.0a4 exits with error when using option "--source true"

2010-10-09 Thread Mark Schneider

On 09.10.2010 21:42, Ben Armstrong wrote:

On 09/10/10 09:48 AM, Mark Schneider wrote:
   

"lb build" stopped with the following error message:

W: Failed to fetch
file:/live/image/debian/dists/sid/main/binary-i386/Packages.gz  File not
found
 

What, in your config, would create a Packages.gz in this location?  I
could find no option in the supplied config that would do that.  So
unless I am missing something, there is an error in your config and not
a bug here.  That is, I would expect apt to attempt to generate indices
for everything listed in /etc/apt/sources* -- isn't this what is
supposed to happen?  And yes, I see you have --binary-indices false, but
that only governs the final disposition of indices when the image is
built and does not guarantee that apt won't be run during the binary
stage.  If your intent is to add apt sources that aren't actually valid
until the image is booted, then you must defer adding the sources lines
to the binary image config until the image is booted too.

Please fill me in on anything I may have missed that would invalidate my
analysis.

Ben
   


I didn't check the current lb code. As I have included lists of packages 
(in binary_local-packageslists)
to be placed into the local repo (without installing them in chroot-env) 
I was expecting that
lb would handle it to create such file (and I mean that it happens 
also). The problem is that
the whole "/live/image/debian/..." doesn't exist when you run "apt-get 
update" during "lb build".
In my patch (I *didn't use it* for this test) I was commenting out the 
active lines in "live-media.list"
before the lb code executed "apt-get update" and reverting it after as I 
don't know enough the flow
in Daniels code. I have checked it many times and it was always working 
for me (my patch).


This issue was just another one (s. subject line). I have had errors 
with "--source true" activated in the setting.
With lb 3.0-a5 havn't got any errors more. I am just creating a live 
image with lb 2.0 to retest it

as I had in the past also troubles with creating of the source file.

Thanks a lot for your analysis.

regards,
Mark

PS. just successfully finished creating live image with current lb 2.0 
(--source true) *without* any errors


--
IT-Infrastrukturen.ORG

m...@it-infrastrukturen.org

+++ Free infrastructure software for all. +++




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



Bug#599649: texlive-pstricks: Please document reasons for recommends on ps2eps, texlive-extra-utils, and texlive-font-utils

2010-10-09 Thread Josh Triplett
Package: texlive-pstricks
Version: 2009-10
Severity: normal

texlive-pstricks Recommends several other packages: ps2eps,
texlive-extra-utils, and texlive-font-utils.  However, texlive-pstricks
does not give any indication of what it needs these packages for, making
it difficult for the user to determine whether to install them.
texlive-pstricks-doc seems rather obvious, but for the rest, please
consider documenting in the package description what texlive-pstricks
uses those packages for.  Please also consider for each whether they
should use "Recommends" or "Suggests", since Recommends now get
instlaled by default.

Thanks,
Josh Triplett

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

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

Versions of packages texlive-pstricks depends on:
ii  dpkg  1.15.8.5   Debian package management system
ii  tex-common2.08   common infrastructure for building
ii  texlive-base  2009-11TeX Live: Essential programs and f
ii  texlive-binaries  2009-7 Binaries for TeX Live
ii  texlive-common2009-11TeX Live: Base component
ii  texlive-generic-recommended   2009-11TeX Live: Recommended generic pack

Versions of packages texlive-pstricks recommends:
pn  ps2eps (no description available)
pn  texlive-extra-utils(no description available)
pn  texlive-font-utils (no description available)
pn  texlive-pstricks-doc   (no description available)

texlive-pstricks suggests no packages.

Versions of packages tex-common depends on:
ii  debconf [debconf-2.0]1.5.36  Debian configuration management sy
ii  dpkg 1.15.8.5Debian package management system
ii  ucf  3.0025+nmu1 Update Configuration File: preserv

Versions of packages texlive-pstricks is related to:
ii  tex-common2.08   common infrastructure for building
ii  texlive-binaries  2009-7 Binaries for TeX Live

-- debconf information:
  tex-common/check_texmf_wrong:
  tex-common/check_texmf_missing:



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



Bug#599648: groff: Please document reasons for recommends

2010-10-09 Thread Josh Triplett
Package: groff
Version: 1.20.1-10
Severity: normal

groff has Recommends for several packages, but does not have any
particular documentation for how it uses those recommended packages,
making it difficult for the user to determine whether to install them.
Please consider documenting the reasons for some of the non-obvious
recommends.

(In my case, I only installed groff so that "man -H" would work.)

- Josh Triplett

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

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

Versions of packages groff depends on:
ii  dpkg  1.15.8.5   Debian package management system
ii  groff-base1.20.1-10  GNU troff text-formatting system (
ii  install-info  4.13a.dfsg.1-5 Manage installed documentation in 
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.5-2  GCC support library
ii  libice6   2:1.0.6-1  X11 Inter-Client Exchange library
ii  libsm62:1.1.1-1  X11 Session Management library
ii  libstdc++64.4.5-2The GNU Standard C++ Library v3
ii  libx11-6  2:1.3.3-3  X11 client-side library
ii  libxaw7   2:1.0.7-1  X11 Athena Widget library
ii  libxmu6   2:1.0.5-2  X11 miscellaneous utility library
ii  libxt61:1.0.7-1  X11 toolkit intrinsics library

Versions of packages groff recommends:
ii  ghostscript   8.71~dfsg2-6   The GPL Ghostscript PostScript/PDF
pn  imagemagick(no description available)
ii  libpaper1 1.1.24 library for handling paper charact
ii  netpbm2:10.0-12.2+b1 Graphics conversion tools between 
pn  psutils(no description available)

groff 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#599647: gnome-power-manager settings are ignored when gnome-screensaver is not installed

2010-10-09 Thread Alexandre Fournier
Package: gnome-power-manager
Version: 2.30.1-1
Severity: normal

If gnome-screensaver is not installed, the screen is disabled after
approximately 10 minutes regardless of the gnome-power-manager settings (never,
or much more than 10 minutes).
The ten minutes delay might be somehow linked to the x-settings, from xset -q:

Screen Saver:
  prefer blanking:  yesallow exposures:  yes
  timeout:  600cycle:  600


I noticed that installing gnome-screensaver and restarting my session seems to
solve the issue, but I don't see gnome-screensaver  in the dependency list for
gnome-power-manager.

Please feel free to ask if any complementary information is needed.



-- Package-specific info:
Distro version:   squeeze/sid
Kernel version:   2.6.32-5-686
g-p-m version:2.30.1
HAL version:  0.5.14
System manufacturer:  missing
System version:   missing
System product:   missing
AC adapter present:   yes
Battery present:  yes
Laptop panel present: yes
CPU scaling present:  no
Battery Information:
  battery.charge_level.current = 26830  (0x68ce)  (int)
  battery.charge_level.design = 50200  (0xc418)  (int)
  battery.charge_level.last_full = 26880  (0x6900)  (int)
  battery.charge_level.percentage = 99  (0x63)  (int)
  battery.charge_level.rate = 0  (0x0)  (int)
  battery.is_rechargeable = true  (bool)
  battery.model = 'ASMB013'  (string)
  battery.present = true  (bool)
  battery.rechargeable.is_charging = false  (bool)
  battery.rechargeable.is_discharging = false  (bool)
  battery.reporting.current = 26830  (0x68ce)  (int)
  battery.reporting.design = 50200  (0xc418)  (int)
  battery.reporting.last_full = 26880  (0x6900)  (int)
  battery.reporting.rate = 0  (0x0)  (int)
  battery.reporting.technology = 'Unknown'  (string)
  battery.reporting.unit = 'mWh'  (string)
  battery.serial = ''  (string)
  battery.technology = 'unknown'  (string)
  battery.type = 'primary'  (string)
  battery.vendor = 'DPON013'  (string)
  battery.voltage.current = 12471  (0x30b7)  (int)
  battery.voltage.design = 10950  (0x2ac6)  (int)
  battery.voltage.unit = 'mV'  (string)
DeviceKit data:
Device: /org/freedesktop/UPower/devices/line_power_ADP1
  native-path:  
/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ACPI0003:00/power_supply/ADP1
  power supply: yes
  updated:  Sat Oct  9 18:50:25 2010 (12283 seconds ago)
  has history:  no
  has statistics:   no
  line-power
online: yes

Device: /org/freedesktop/UPower/devices/battery_BAT0
  native-path:  
/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0A:00/power_supply/BAT0
  vendor:   DPON013
  model:ASMB013
  power supply: yes
  updated:  Sat Oct  9 21:05:12 2010 (4196 seconds ago)
  has history:  yes
  has statistics:   yes
  battery
present: yes
rechargeable:yes
state:   fully-charged
energy:  26.88 Wh
energy-empty:0 Wh
energy-full: 748.32 Wh
energy-full-design:  50.2 Wh
energy-rate: 0 W
voltage: 12.472 V
percentage:  3.59205%
capacity:53.5458%

Daemon:
  daemon-version:  0.9.5
  can-suspend: yes
  can-hibernateyes
  on-battery:  no
  on-low-battery:  no
  lid-is-closed:   no
  lid-is-present:   yes
GNOME Power Manager Process Information:
HAL Process Information:
104   1294  0.0  0.2  14896  2484 ?Ssl  16:24   0:02 /usr/sbin/hald
root  1295  0.0  0.1   3448  1224 ?S16:24   0:00  \_ hald-runner
root  1343  0.0  0.1   3516  1184 ?S16:24   0:00  \_ hald-ad
root  1430  0.0  0.1   3520  1168 ?S16:24   0:06  \_ hald-ad
104   1447  0.0  0.1   3332  1152 ?S16:24   0:00  \_ hald-ad

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

Kernel: Linux 2.6.32-5-686 (SMP w/2 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 gnome-power-manager depends on:
ii  consolekit   0.4.1-4 framework for defining and trackin
ii  dbus-x11 1.2.24-3simple interprocess messaging syst
ii  gconf2   2.28.1-4GNOME configuration database syste
ii  libbonobo2-0 2.24.3-1Bonobo CORBA interfaces library
ii  libc62.11.2-6Embedded GNU C Library: Shared lib
ii  libcairo21.8.10-6The Cairo 2D vector graphics libra
ii  libcanberra-gtk0 0.24-1  Gtk+ helper for playing widget eve
ii  libcanberra0 0.24-1  a simple abstract interface for pl
ii  libdbus-1-3  1.2.24-3simple interprocess messaging syst
ii  libdbus-glib-1-2 0.88-2  simple interprocess messaging syst
ii  libd

Bug#599646: Please drop recommendations on geoclue-* from empathy

2010-10-09 Thread Josh Triplett
Package: empathy
Version: 2.30.2-1
Severity: normal

empathy depends on geoclue, and recommends various geoclue-* packages
(but only some of them, not all of them).

First of all, given the relative proportions of users who will use
empathy versus users who will make use of the geoclue functionality,
recommends seems excessively strong ("packages that would be found
together with this one in all but unusual installations").

Second, to the extent these recommendations should exist, they should
really live in the geoclue package, since the details of which
geoclue helper geoclue uses should not matter to a program using
geoclue.

Please consider dropping the recommends on geoclue-* from empathy.

Thanks,
Josh Triplett

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

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

Versions of packages empathy depends on:
ii  dbus-x111.2.24-3 simple interprocess messaging syst
ii  empathy-common  2.30.2-1 GNOME multi-protocol chat and call
ii  gconf2  2.28.1-5 GNOME configuration database syste
ii  geoclue 0.12.0-1 Geographic information framework
ii  gnome-icon-theme2.30.3-1 GNOME Desktop icon theme
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-6 The Cairo 2D vector graphics libra
ii  libcanberra-gtk00.24-1   Gtk+ helper for playing widget eve
ii  libcanberra00.24-1   a simple abstract interface for pl
ii  libchamplain-0.4-0  0.4.6-2+b1   C library providing ClutterActor t
ii  libchamplain-gtk-0.4-0  0.4.6-2+b1   A Gtk+ widget to display maps
ii  libclutter-1.0-01.2.12-3 Open GL based interactive canvas l
ii  libclutter-gtk-0.10-0   0.10.4-1 Open GL based interactive canvas l
ii  libdbus-1-3 1.2.24-3 simple interprocess messaging syst
ii  libdbus-glib-1-20.88-2   simple interprocess messaging syst
ii  libebook1.2-9   2.30.3-2 Client library for evolution addre
ii  libedataserver1.2-132.30.3-2 Utility library for evolution data
ii  libenchant1c2a  1.6.0-1  a wrapper library for various spel
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-2  FreeType 2 font engine, shared lib
ii  libgconf2-4 2.28.1-5 GNOME configuration database syste
ii  libgeoclue0 0.12.0-1 C API for GeoClue
ii  libgl1-mesa-glx [libgl1 7.7.1-4  A free implementation of the OpenG
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgnome-keyring0   2.30.1-1 GNOME keyring services library
ii  libgstfarsight0.10-00.0.21-1 Audio/Video communications framewo
ii  libgstreamer-plugins-ba 0.10.30-1GStreamer libraries from the "base
ii  libgstreamer0.10-0  0.10.30-1Core GStreamer libraries and eleme
ii  libgtk2.0-0 2.20.1-1+b1  The GTK+ graphical user interface 
ii  libnm-glib2 0.8.1-3  network management framework (GLib
ii  libnotify1 [libnotify1- 0.5.0-2  sends desktop notifications to a n
ii  libpango1.0-0   1.28.1-1 Layout and rendering of internatio
ii  libsoup2.4-12.30.2-1 an HTTP library implementation in 
ii  libtelepathy-farsight0  0.0.14-2+b1  Glue library between telepathy and
ii  libtelepathy-glib0  0.11.11-1Telepathy framework - GLib library
ii  libunique-1.0-0 1.1.6-1.1Library for writing single instanc
ii  libwebkit-1.0-2 1.2.4-1+b1   Web content engine library for Gtk
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxcomposite1  1:0.4.2-1X11 Composite extension library
ii  libxdamage1 1:1.1.3-1X11 damaged region extension libra
ii  libxext62:1.1.2-1X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.5-1X11 miscellaneous 'fixes' extensio
ii  libxml2 2.7.7.dfsg-4 GNOME XML library
ii  telepathy-mission-contr 1:5.4.3-1management daemon for Telepathy re
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages empathy recommends:
pn  freedesktop-sound-theme(no description available)
pn  geoclue-hostip (no description available)
pn  geoclue-localnet   (no description available)
pn  geoclue-manual (no description available)
pn  g

Bug#584864: Announce of the upcoming NMU for the masqmail package

2010-10-09 Thread Christian PERRIER
Dear maintainer of masqmail and Debian translators,

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

I announced the intent to build and possibly upload a non-maintainer upload
for this package in order to fix this long-time pending localization
bug as well as all other pending translations.

The package maintainer agreed for the NMU or did not respond in four
days, so I will proceed with the NMU.

The full planned schedule is available at the end of this mail.

The package is currently translated to: 
cs de es fr it ja pt ru sv vi

Among these, the following translations are incomplete: 

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

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

The deadline for receiving updates and new translations is Friday, October 15, 
2010. If you
are not in time you can always send your translation to the BTS.

The POT file is attached to this mail.

If the maintainer objects to this process I will immediately abort my NMU
and send him/her all updates I receive.

Otherwise the following will happen (or already has):

 Saturday, October 09, 2010   : send the first intent to NMU notice to
 the package maintainer.
 Saturday, October 09, 2010   : send this notice
 Friday, October 15, 2010   : (midnight) deadline for receiving translation 
updates
 Saturday, October 16, 2010   : build the package and upload it to 
DELAYED/7-day
 send the NMU patch to the BTS
 Saturday, October 23, 2010   : NMU uploaded to incoming

Thanks for your efforts and time.

-- 


-- 


# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR , YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: masqm...@packages.debian.org\n"
"POT-Creation-Date: 2010-10-09 22:23+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: boolean
#. Description
#: ../masqmail.templates:2001
msgid "Manage masqmail.conf automatically?"
msgstr ""

#. Type: boolean
#. Description
#: ../masqmail.templates:2001
msgid ""
"The /etc/masqmail/masqmail.conf file can be handled automatically by "
"answering a few questions, or entirely manually by the local administrator."
msgstr ""

#. Type: boolean
#. Description
#: ../masqmail.templates:2001
msgid ""
"Note that only specific, marked sections of the configuration file will be "
"managed this way if you choose this option; if those markers are missing, "
"you will have to update the file manually, or remove the file."
msgstr ""

#. Type: boolean
#. Description
#: ../masqmail.templates:3001
msgid "Replace existing /etc/masqmail/masqmail.conf file?"
msgstr ""

#. Type: boolean
#. Description
#: ../masqmail.templates:3001
msgid ""
"The existing /etc/masqmail/masqmail.conf file currently on the system does "
"not contain a marked section for automatic configuration management."
msgstr ""

#. Type: boolean
#. Description
#: ../masqmail.templates:3001
msgid ""
"If you choose this option, the existing configuration file will be backed up "
"to /etc/masqmail/masqmail.conf.debconf-backup and a new file written to /etc/"
"masqmail/masqmail.conf.  If you do not choose this option, the existing "
"configuration file will not be managed automatically, and no further "
"questions about masqmail configuration will be asked."
msgstr ""

#. Type: string
#. Description
#: ../masqmail.templates:4001
msgid "Masqmail host name:"
msgstr ""

#. Type: string
#. Description
#: ../masqmail.templates:4001
msgid ""
"Please enter the name used by masqmail to identify itself to others. This is "
"most likely the machine's hostname. It is used in the SMTP greetings banner "
"and generated Message-ID fields, as well as for expansion of unqualified "
"addresses, and so on."
msgstr ""

#. Type: string
#. Description
#: ../masqmail.templates:5001
msgid "Hosts considered local:"
msgstr ""

#. Type: string
#. Description
#: ../masqmail.templates:5001
msgid ""
"Please enter a list, separated with semicolons (;), of hosts which are "
"considered \"local\". Mail to these hosts will be delivered to a mailbox (or "
"Maildir or MDA) on this host."
msgstr ""

#. Type: string
#. Description
#: ../masqmail.templates:5001
msgid ""
"You will most likely insert \"localhost\" as well as this host's fully "
"qualified name and short name."
msgstr ""

#. Type: string
#. Description
#: ../masqmail.templates:5001
msgi

Bug#599645: python-tempita: New version (0.5) released

2010-10-09 Thread John Eikenberry
Package: python-tempita
Version: 0.4-1
Severity: wishlist

Tempita 0.5 has been released and includes python3 support.

http://bitbucket.org/ianb/tempita

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (99, 'experimental')
Architecture: i386 (x86_64)

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

Versions of packages python-tempita depends on:
ii  python2.6.6-3interactive high-level object-orie
ii  python-support1.0.10 automated rebuilding support for P

python-tempita recommends no packages.

Versions of packages python-tempita suggests:
ii  libjs-jquery  1.4.2-2JavaScript library for dynamic web

-- no debconf information

-- 

John Eikenberry
[...@zhar.net - http://zhar.net]
[PGP public key @ http://zhar.net/jae_at_zhar_net.gpg]
__
"Perfection is attained, not when no more can be added, but when no more 
 can be removed." -- Antoine de Saint-Exupery


signature.asc
Description: Digital signature


Bug#599644: sssd: unable to resolve ldap group memberships

2010-10-09 Thread Juha Jäykkä
Package: sssd
Version: 1.2.1-4
Severity: important


Sssd is unable to figure out memberships of groups stored in ldap. This is 
caused
by incorrect pathname somewhere within sssd.

Workaround: create a symlink.

Example:

~# id foobar
uid=1001(foobar) gid=1001(foobar) groups=1001(foobar)
~# /etc/init.d/sssd stop
~# rm -rf /var/lib/sss/db/*
~# ln -s /usr/lib /usr/modules
~#/etc/init.d/sssd start
~# id foobar
uid=1001(foobar) gid=1001(foobar) groups=1001(foobar),7(specialgroup)
~# 

Without the symlink, the debug log of sssd will say
(Sat Oct  9 21:09:07 2010) [sssd[nss]] [ldb] (6): unable to load memberof from 
/usr/modules/ldb/memberof.so: /usr/modules/ldb/memberof.so: cannot open shared 
object file: No such file or directory

Cheers,
Juha

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

Kernel: Linux 2.6.36-rc5-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages sssd depends on:
ii  libc-ares21.7.3-1library for asyncronous name resol
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libcomerr21.41.12-2  common error description library
ii  libdbus-1-3   1.2.24-3   simple interprocess messaging syst
ii  libk5crypto3  1.8.3+dfsg-1   MIT Kerberos runtime libraries - C
ii  libkrb5-3 1.8.3+dfsg-1   MIT Kerberos runtime libraries
ii  libldap-2.4-2 2.4.23-6   OpenLDAP libraries
ii  libldb0   1:0.9.14~git20100928-1 LDAP-like embedded database - shar
ii  libnspr4-0d   4.8.6-1NetScape Portable Runtime Library
ii  libnss3-1d3.12.7-1   Network Security Service libraries
ii  libpam0g  1.1.1-6Pluggable Authentication Modules l
ii  libpcre3  8.02-1.1   Perl 5 Compatible Regular Expressi
ii  libpopt0  1.16-1 lib for parsing cmdline parameters
ii  libselinux1   2.0.96-1   SELinux runtime shared libraries
ii  libsemanage1  2.0.45-1   SELinux policy management library.
ii  libtalloc22.0.1-1hierarchical pool based memory all
ii  libtdb1   1.2.1-2+b1 Trivial Database - shared library
ii  libtevent00.9.9~git20100928-2talloc-based event loop library - 
ii  python2.6.6-3interactive high-level object-orie
ii  python-sss1.2.1-4Pam module for the System Security

Versions of packages sssd recommends:
ii  bind9-host 1:9.7.1.dfsg.P2-2 Version of 'host' bundled with BIN
ii  ldap-utils 2.4.23-6  OpenLDAP utilities

Versions of packages sssd suggests:
ii  libnss-sss1.2.1-4Nss library for the System Securit
ii  libpam-sss1.2.1-4Pam module for the System Security

-- 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#599643: libm17n-0: Please document reason for m17n-contrib and m17n-db recommends, or downgrade them

2010-10-09 Thread Josh Triplett
Package: libm17n-0
Version: 1.6.1-1
Severity: normal

libm17n-0, as a library, primarily gets pulled in by other packages
installed by the user, rather than through direct user installation.

libm17n-0 recommends m17n-contrib and m17n-db, but does not give any
indication of the functionality these packages provide for programs that
use libm17n-0, making it difficult for a user to sensibly decide whether
to install them.  For instance, emacs23 depends on libm17n-0, and seems
to work fine without these packages installed; what functionality of
emacs23 would not work without installing these packages?

In general, these packages don't seem like "packages that would be found
together with this one in all but unusual installations".

Please consider documenting the reason a user might want to install
these packages in libm17n-0's description, and please consider carefully
whether these packages need a Recommends or whether a Suggests would
suffice, particularly since Recommends get installed by default now.

Thanks,
Josh Triplett

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

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

Versions of packages libm17n-0 depends on:
ii  libanthy0  9100h-6   input method for Japanese - runtim
ii  libc6  2.11.2-6  Embedded GNU C Library: Shared lib
ii  libfontconfig1 2.8.0-2.1 generic font configuration library
ii  libfreetype6   2.4.2-2   FreeType 2 font engine, shared lib
ii  libfribidi00.19.2-1  Free Implementation of the Unicode
ii  libgd2-xpm 2.0.36~rc1~dfsg-4 GD Graphics Library version 2
ii  libice62:1.0.6-1 X11 Inter-Client Exchange library
ii  libotf00.9.11-1  A Library for handling OpenType Fo
ii  libsm6 2:1.1.1-1 X11 Session Management library
ii  libthai0   0.1.14-2  Thai language support library
ii  libx11-6   2:1.3.3-3 X11 client-side library
ii  libxft22.1.14-2  FreeType-based font drawing librar
ii  libxml22.7.7.dfsg-4  GNOME XML library
ii  libxrender11:0.9.6-1 X Rendering Extension client libra
ii  libxt6 1:1.0.7-1 X11 toolkit intrinsics library
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

Versions of packages libm17n-0 recommends:
pn  m17n-contrib   (no description available)
pn  m17n-db(no description available)

Versions of packages libm17n-0 suggests:
pn  m17n-docs  (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#599642: [INTL:da] Danish translation of the debconf templates sane-backends

2010-10-09 Thread Joe Dalton
Package: sane-backends
Severity: wishlist
Tags: l10n patch

Please include the attached Danish debconf translations

j...@joe-desktop:~/over/debian/sane-backends$ msgfmt --statistics -c -v -o 
/dev/null da.po
9 oversatte tekster.

bye
Joe

# Danish translation sane-backends.
# Copyright (C) 2010 sane-backends & nedenstående oversættere.
# This file is distributed under the same license as the sane-backends package.
# Joe Hansen , 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: sane-backends\n"
"Report-Msgid-Bugs-To: sane-backe...@packages.debian.org\n"
"POT-Creation-Date: 2009-12-12 13:14+0100\n"
"PO-Revision-Date: 2010-10-09 13:26+0100\n"
"Last-Translator: Joe Hansen \n"
"Language-Team: Danish  \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: boolean
#. Description
#: ../sane-utils.templates:1001
msgid "Enable saned as a standalone server?"
msgstr "Aktiver saned som en enkeltstående server?"

#. Type: boolean
#. Description
#: ../sane-utils.templates:1001
msgid ""
"The saned server, when enabled, makes scanners available over the network."
msgstr ""
"Saned-serveren, når aktiveret, gør skannere tilgængelige over netværket."

#. Type: boolean
#. Description
#: ../sane-utils.templates:1001
msgid ""
"There are two ways of running saned:\n"
" - as an inetd service, started by the inetd superserver. In this mode,\n"
"saned is started on demand when a client connects to the server;\n"
" - as a standalone daemon, started at system boot. In this mode, saned\n"
"runs in the background all by itself and listens for client connections."
msgstr ""
"Der er to måder at køre saned:\n"
" - som en inetd-tjeneste, startet af inetd-superserveren. I denne\n"
"tilstand startes saned efter behov, når en klient forbinder til serveren;\n"
" - som en enkeltsående dæmon, igangsat ved systemopstart. I denne tilstand,\n"
"kører saned i baggrunden og lytter efter klientforbindelser."

#. Type: boolean
#. Description
#: ../sane-utils.templates:1001
msgid ""
"When run in standalone mode, saned advertises itself on the network and can "
"be detected automatically by the SANE clients with no configuration on the "
"client side. You still need to configure the server to accept connections "
"from your clients. This feature is experimental and requires a running Avahi "
"daemon."
msgstr ""
"Når kørt i enkeltstående tilstand, reklamerer saned for sig selv på netværket "
"og kan detekteres automatisk af SANE-klienter uden nogen konfiguration fra "
"klientsiden. Du skal stadig konfigurere serveren til at acceptere forbindelserne "
"fra dine klienter. Denne funktion er eksperimentel og kræver en kørende "
"Avahidæmon."

#. Type: boolean
#. Description
#: ../sane-utils.templates:1001
msgid "Accept this option if you want to make use of this feature."
msgstr "Accepter denne indstilling hvis du ønsker at bruge denne funktion."

#. Type: boolean
#. Description
#: ../sane-utils.templates:2001
msgid "Add saned user to the scanner group?"
msgstr "Tilføj sanedbruger til skannergruppen?"

#. Type: boolean
#. Description
#: ../sane-utils.templates:2001
msgid ""
"The saned server, when enabled, makes scanners available over the network. "
"By applying different permissions to the different scanners connected to "
"your machine, you can control which ones will be made available over the "
"network."
msgstr ""
"Sanedserveren, når aktiveret, gør skannere tilgængelige over netværket. "
"Ved at anvende forskellige rettigheder for de forskellige skannere "
"tilsluttet din maskine, kan du kontrollere hvilke, som vil være tilgængelige "
"over netværket."

#. Type: boolean
#. Description
#: ../sane-utils.templates:2001
msgid ""
"Read /usr/share/doc/sane-utils/README.Debian for details on how to manage "
"permissions for saned. By default, saned is run under the saned user and "
"group."
msgstr ""
"Læs /usr/share/doc/sane-utils/README.Debian for detaljer om hvordan du "
"håndterer rettigheder for saned. Som standard køres saned under sanedbrugeren "
"og -gruppen."

#. Type: boolean
#. Description
#: ../sane-utils.templates:2001
msgid ""
"Accept this option if you want to make all your scanners available over the "
"network without restriction."
msgstr ""
"Accepter denne indstilling hvis du ønsker at gøre alle dine skannere tilgængelige "
"over netværket uden begrænsninger."


Bug#599641: /usr/bin/uscan: Please use xz-utils to unpack lzma, to avoid needing lzma/xz-lzma

2010-10-09 Thread Josh Triplett
Package: devscripts
Version: 2.10.68
Severity: normal
File: /usr/bin/uscan

xz-utils can unpack lzma files.  xz-lzma only exists for the benefit of
programs that still use the lzma command-line interface.  Please
consider porting uscan to use the xz-utils command-line interface, which
would then allow dropping the need for lzma/xz-lzma (and the
corresponding recommendation).

Thanks,
Josh Triplett

-- Package-specific info:

--- /etc/devscripts.conf ---

--- ~/.devscripts ---
BTS_SMTP_HELO=joshtriplett.org
BTS_SMTP_HOST=reportbug.debian.org:587
BTS_SUPPRESS_ACKS=yes
DEBUILD_DPKG_BUILDPACKAGE_OPTS="-us -uc"
DEBUILD_PREPEND_PATH=/usr/lib/ccache

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

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

Versions of packages devscripts depends on:
ii  dpkg-dev  1.15.8.5   Debian package development tools
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  perl  5.10.1-15  Larry Wall's Practical Extraction 

Versions of packages devscripts recommends:
pn  at (no description available)
pn  bsd-mailx | mailx  (no description available)
ii  bzr   2.2.0-1easy to use distributed version co
ii  chromium-browser  6.0.472.62~r59676-1Chromium browser
ii  curl  7.21.1-1   Get a file from an HTTP, HTTPS or 
ii  cvs   1:1.12.13-12   Concurrent Versions System
ii  darcs 2.4.4-2.1  a distributed, interactive, smart 
ii  dctrl-tools   2.14.4 Command-line tools to process Debi
pn  debian-keyring (no description available)
pn  debian-maintainer  (no description available)
ii  dput  0.9.6.1Debian package upload tool
ii  equivs2.0.8  Circumvent Debian package dependen
ii  fakeroot  1.14.4-1   Gives a fake root environment
ii  git [git-core]1:1.7.2.3-1fast, scalable, distributed revisi
ii  gnupg 1.4.10-4   GNU privacy guard - a free PGP rep
ii  iceweasel [www-br 4.0~b5-1   Web browser based on Firefox
pn  libauthen-sasl-pe  (no description available)
ii  libcrypt-ssleay-p 0.57-2 Support for https protocol in LWP
pn  libjson-perl   (no description available)
ii  libparse-debcontr 2.005-2Easy OO parsing of Debian control-
ii  libsoap-lite-perl 0.712-1Perl implementation of a SOAP clie
pn  libterm-size-perl  (no description available)
ii  libtimedate-perl  1.2000-1   collection of modules to manipulat
ii  liburi-perl   1.55-1 module to manipulate and access UR
ii  libwww-perl   5.837-1simple and consistent interface to
pn  libyaml-syck-perl  (no description available)
ii  links2 [www-brows 2.3~pre1-1 Web browser running in both graphi
ii  lintian   2.4.3  Debian package checker
ii  lsb-release   3.2-25 Linux Standard Base version report
pn  lzma   (no description available)
ii  man-db2.5.7-5on-line manual pager
ii  mercurial 1.6.2-2scalable distributed version contr
ii  openssh-client [s 1:5.6p1-1  secure shell (SSH) client, for sec
ii  patch 2.6-3  Apply a diff file to an original
ii  patchutils0.3.1-2Utilities to work with patches
ii  sensible-utils0.0.4  Utilities for sensible alternative
ii  strace4.5.20-2   A system call tracer
ii  subversion1.6.12dfsg-2   Advanced version control system
ii  unzip 6.0-4  De-archiver for .zip files
ii  wdiff 0.6.3-1Compares two files word by word
ii  wget  1.12-2.1   retrieves files from the web
ii  xz-utils  4.999.9beta+20100810-1 XZ-format compression utilities

Versions of packages devscripts suggests:
ii  build-essential   11.5   Informational list of build-essent
pn  cvs-buildpackage   (no description available)
pn  devscripts-el  (no description available)
ii  gnuplot   4.4.0-1.1  A command-line driven interactive 
ii  libfile-desktopentry-perl 0.04-2 Perl module to handle freedesktop 
pn  libnet-smtp-ssl-perl   (no description available)
ii  mutt  1.5.20-9   text-based mailreader supporting M
pn  svn-buildpacka

Bug#582998: pidgin-sipe: diff for NMU version 1.9.0-1.1

2010-10-09 Thread Adam D. Barratt
On Wed, 2010-10-06 at 23:50 -0400, Miguel Ruiz wrote:
> I've prepared an NMU for pidgin-sipe (versioned as 1.9.0-1.1) and
> uploaded it to DELAYED/2. Please feel free to tell me if I should 
> delay it longer.

Thanks for working on this.

It looks like there was a problem with the upload, however:

Oct  7 02:51:12 processing DELAYED/2-day/pidgin-sipe_1.9.0-1.1_source.changes
Oct  7 02:51:12 GnuPG signature check failed on 
pidgin-sipe_1.9.0-1.1_source.changes
Oct  7 02:51:12 DELAYED/2-day/pidgin-sipe_1.9.0-1.1_source.changes has bad 
PGP/GnuPG signature!
Oct  7 02:51:12 Removing DELAYED/2-day/pidgin-sipe_1.9.0-1.1_source.changes, 
but keeping its associated files for now.
Oct  8 03:33:15 Deleted stray file DELAYED/2-day/pidgin-sipe_1.9.0-1.1.diff.gz
Oct  8 03:33:15 Deleted stray file DELAYED/2-day/pidgin-sipe_1.9.0.orig.tar.gz
Oct  8 03:33:15 Deleted stray file DELAYED/2-day/pidgin-sipe_1.9.0-1.1.dsc

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#548791: [RFT] Test of probably final Debian Installer 6.0 Beta1

2010-10-09 Thread Otavio Salvador
Hello,

We have fixed the blockers for beta1 and made it available at
http://cdimage.debian.org/cdimage/.squeeze_beta1/ and we do need
people to test it. It should fix the hanging at CD reading stage and
hence be ready for announcement.

Please give it a try and then we can announce it on Monday if all goes fine.

-- 
Otavio Salvador                  O.S. Systems
E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854         http://projetos.ossystems.com.br



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



Bug#591837: Wine 1.2 packages with wine-gecko

2010-10-09 Thread Stephen Kitt
Hi,

On Fri, 8 Oct 2010 21:56:05 +0200, Raúl Sánchez Siles 
wrote:
>   Thanks for your work. This also include Ove for his great effort to get
> such a difficult package in shape.

You're welcome!

>   I've managed to build wine 1.2 with sid pacakages. I wanted to point out 
> that you'd also need ia32-libs-dev as build-depends on 64bits
> architectures. Find attached patch.
> 
>   You also probably can remove libz32-dev as build depend as well.

Well spotted, thanks; I'll keep that in mind when I get round to preparing
the next series of packages.

Regards,

Stephen



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



Bug#599640: buildd.emdebian.org: squeeze installation issues

2010-10-09 Thread Neil Williams
Package: buildd.emdebian.org
Severity: normal
Tags: d-i

In no particular order:

1. still testing the emdebian-archive-keyring support in the pre-seeding
but that can be fixed.

2. tests are done with my Acer Aspire and that has considerable problems
with the current daily builds of Squeeze - not sure whether the installer
actually crashes but it displays the standard welcome screen and then
refuses keyboard input. Older images are now being tested and this needs
to be added to the release notes for Emdebian Grip 2.0 Squeeze. (Initial
release notes will appear on the site soon but have minimal changes from
standard Debian notes.

3. install-info fails - this needs some careful work because update-info
fails with an exit value of 1 if /usr/share/info/dir does not exist and
nothing in the install process actually creates this.

4. Xorg is improved and configures first time automatically to use a higher
res than my Aspire could do before. Touchpad taps aren't recognised yet.

5. Grub2 appears to be a pain - manual fettling with grub-mkconfig and
redirecting that output to /boot/grub/grub.cfg seems to work but haven't
yet got grub2 to configure properly first time. It appears to expect to
install itself onto the USB stick as well as the SSD and objects if
any of the offered drives are not selected.

6. Strange issue with start-stop-daemon which initially appeared to be
the nobbled version. grip-config or balloon3-config are not installed.

7. Must document the need to add a debian repository to get contrib and
non-free kernel modules so that things like wireless can work etc.

More notes will be appended to this bug as I re-test and then I'll close
this bug when the steps remaining are documented - or issues from here
can be cloned to the relevant Debian packages.


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

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.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#599639: libcrypto++/libcryptopp and Shared Objects

2010-10-09 Thread Jeffrey Walton
Package: libcrypto++ or libcryptopp
Version: Unknown

I'm not sure how to find the packager maintainer contacts. My
apologies for submitting directly to bugs. I also apologize for not
taking the time to learn Linux's version system.

Crypto++ received a few GNU based bug reports [1, 2], and Wei Dai
vetted out the crash due to global object destruction. The crash fix
brought was sufficient to support shared objects, and the commit
occurred at revision 496.

Please ensure your distribution is using revision 496 or higher of
Crypto++. Crypto++ version 5.6.1 includes revision 496, while Crypto
5.6.0 does not include the revision.

While trying to duplicate the issues, a stress test was written. It
might be a good test case for the distribution's build bot. The
program generates 96 threads which perform dynamic loads/unloads (with
lots of overlap) to ensure proper operation of the library. The stress
test, released under GPLv3, is available at
http://www.cryptopp.com/wiki/Linux#Note_for_Distribution_Packagers.

The latest Crypto++ can be downloaded directly from the website at
http://www.cryptopp.com. The ZIP on the website does not include
commits after its posting, so its gets stale over time. Crypto++ can
also be fetched from SourceForge, which is always up to date. Issue
"svn checkout https://cryptopp.svn.sourceforge.net/svnroot/cryptopp/trunk/c5
cryptopp"/

Jeffrey Walton,
Friend of the Crypto++ Library,

[1] RTLD_GLOBAL and libcryptopp.so crash,
http://groups.google.com/group/cryptopp-users/browse_thread/thread/7eae009a4e02e726

[2] Errors with multiple loading cryptopp as shared lib on Linux,
http://groups.google.com/group/cryptopp-users/browse_thread/thread/68fbc22e8c6e2f48



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



Bug#599638: Please change Recommends on totem-mozilla to Suggests

2010-10-09 Thread Josh Triplett
Package: totem
Version: 2.30.2-5
Severity: normal

totem Recommends totem-mozilla; this causes installation of
totem-mozilla by default, as a package "that would be found together
with this one in all but unusual installations".  This does not seem
accurate: not all users have Mozilla-based browsers installed, those
browsers have native  support now anyway, most non- videos
use Flash now (which totem-mozilla doesn't help with), and in any case
users may prefer to download and watch videos rather than watching them
in the browser.  Please consider changing the Recommends to a Suggests.
The "gnome" everything-and-the-kitchen-sink metapackage already depends
on totem-mozilla, so this change would mostly help people who install
gnome-desktop-environment and don't want to have to disable recommends
by default.

- Josh Triplett

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

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

Versions of packages totem depends on:
ii  gnome-icon-theme2.30.3-1 GNOME Desktop icon theme
ii  gstreamer0.10-alsa [gst 0.10.30-1GStreamer plugin for ALSA
ii  gstreamer0.10-esd [gstr 0.10.24-1GStreamer plugin for ESD
ii  gstreamer0.10-plugins-b 0.10.19-2+b2 GStreamer plugins from the "bad" s
ii  gstreamer0.10-plugins-b 0.10.30-1GStreamer plugins from the "base" 
ii  gstreamer0.10-plugins-g 0.10.24-1GStreamer plugins from the "good" 
ii  gstreamer0.10-x 0.10.30-1GStreamer plugins for X11 and Pang
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-6 The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.24-3 simple interprocess messaging syst
ii  libdbus-glib-1-20.88-2   simple interprocess messaging syst
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-2  FreeType 2 font engine, shared lib
ii  libgconf2-4 2.28.1-5 GNOME configuration database syste
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgstreamer-plugins-ba 0.10.30-1GStreamer libraries from the "base
ii  libgstreamer0.10-0  0.10.30-1Core GStreamer libraries and eleme
ii  libgtk2.0-0 2.20.1-1+b1  The GTK+ graphical user interface 
ii  libice6 2:1.0.6-1X11 Inter-Client Exchange library
ii  libnautilus-extension1  2.30.1-2 libraries for nautilus components 
ii  libpango1.0-0   1.28.1-1 Layout and rendering of internatio
ii  libpython2.62.6.6-6  Shared Python runtime library (ver
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libtotem-plparser17 2.30.3-1 Totem Playlist Parser library - ru
ii  libunique-1.0-0 1.1.6-1.1Library for writing single instanc
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxml2 2.7.7.dfsg-4 GNOME XML library
ii  libxrandr2  2:1.3.0-3X11 RandR extension library
ii  libxtst62:1.1.0-3X11 Testing -- Record extension li
ii  libxxf86vm1 1:1.1.0-2X11 XFree86 video mode extension l
ii  totem-common2.30.2-5 Data files for the Totem media pla
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages totem recommends:
ii  gstreamer0.10-ffmpeg0.10.10-1FFmpeg plugin for GStreamer
ii  gstreamer0.10-plugins-bad   0.10.19-2+b2 GStreamer plugins from the "bad" s
ii  gstreamer0.10-plugins-ugly  0.10.15-1GStreamer plugins from the "ugly" 
pn  totem-mozilla  (no description available)
ii  totem-plugins   2.30.2-5 Plugins for the Totem media player

Versions of packages totem suggests:
pn  gnome-codec-install(no description available)
pn  gstreamer0.10-pulseaudio   (no description available)
pn  totem-coherence(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#599637: [INTL:da] Danish translation of the debconf templates debian-edu-install

2010-10-09 Thread Joe Dalton
Package: debian-edu-install
Severity: wishlist
Tags: l10n patch

Please include the attached Danish debconf translations

j...@joe-desktop:~/over/debian/debian-edu-install$ msgfmt --statistics -c -v -o 
/dev/null da.po
34 oversatte tekster.

bye
Joe

# Danish translation debian-edu-install.
# Copyright (C) 2010 debian-edu-install & nedenstående oversættere.
# This file is distributed under the same license as the debian-edu-install package.
# Claus Hindsgaul , 2006.
# Joe Hansen , 2010.
# 
msgid ""
msgstr ""
"Project-Id-Version: debian-edu-install\n"
"Report-Msgid-Bugs-To: debian-edu-inst...@packages.debian.org\n"
"POT-Creation-Date: 2010-07-14 12:05+0200\n"
"PO-Revision-Date: 2010-10-09 05:26+0100\n"
"Last-Translator: Joe Hansen \n"
"Language-Team: Danish  \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: text
#. Description
#. Debian Installer Main-menu Item
#: ../debian-edu-profile-udeb.templates:1001
msgid "Choose Debian Edu profile"
msgstr "Vælg Debian Edu-profil"

#. Type: multiselect
#. Choices
#. Type: multiselect
#. Choices
#. __Choices: Main-Server, Workstation, Roaming-Workstation, Thin-Client-Server, Standalone, Minimal, Sugar
#: ../debian-edu-profile-udeb.templates:2001
#: ../debian-edu-profile-udeb.templates:3001
msgid "Main Server"
msgstr "Hovedserver"

#. Type: multiselect
#. Choices
#. Type: multiselect
#. Choices
#. __Choices: Main-Server, Workstation, Roaming-Workstation, Thin-Client-Server, Standalone, Minimal, Sugar
#: ../debian-edu-profile-udeb.templates:2001
#: ../debian-edu-profile-udeb.templates:3001
msgid "Workstation"
msgstr "Arbejdsstation"

#. Type: multiselect
#. Choices
#. Type: multiselect
#. Choices
#. __Choices: Main-Server, Workstation, Roaming-Workstation, Thin-Client-Server, Standalone, Minimal, Sugar
#: ../debian-edu-profile-udeb.templates:2001
#: ../debian-edu-profile-udeb.templates:3001
msgid "Roaming Workstation"
msgstr "Roamingarbejdsstation"

#. Type: multiselect
#. Choices
#. Type: multiselect
#. Choices
#. __Choices: Main-Server, Workstation, Roaming-Workstation, Thin-Client-Server, Standalone, Minimal, Sugar
#: ../debian-edu-profile-udeb.templates:2001
#: ../debian-edu-profile-udeb.templates:3001
msgid "Thin Client Server"
msgstr "Tynd klient-server"

#. Type: multiselect
#. Choices
#. Type: multiselect
#. Choices
#. __Choices: Main-Server, Workstation, Roaming-Workstation, Thin-Client-Server, Standalone, Minimal, Sugar
#: ../debian-edu-profile-udeb.templates:2001
#: ../debian-edu-profile-udeb.templates:3001
msgid "Standalone"
msgstr "Enkeltstående"

#. Type: multiselect
#. Description
#. Type: multiselect
#. Description
#: ../debian-edu-profile-udeb.templates:2002
#: ../debian-edu-profile-udeb.templates:3002
msgid "Profile(s) to apply to this machine:"
msgstr "Profiler at anvende på denne maskine:"

#. Type: multiselect
#. Description
#. Type: multiselect
#. Description
#: ../debian-edu-profile-udeb.templates:2002
#: ../debian-edu-profile-udeb.templates:3002
msgid "Profiles determine how the machine can be used out-of-the-box:"
msgstr "Profiler bestemmer hvordan maskinen kan bruges umiddelbart:"

#. Type: multiselect
#. Description
#: ../debian-edu-profile-udeb.templates:2002
msgid ""
" - Main Server: reserved for the Debian Edu server. It does not\n"
"include any GUI (Graphical User Interface). There\n"
"should only be one such server on a Debian Edu\n"
"network.\n"
" - Workstation: for normal machines on the Debian Edu network.\n"
" - Roaming Workstation: for single user machines on the Debian Edu\n"
"network which some times travel outside the network.\n"
" - Thin Client Server:\n"
"includes 'Workstation' and requires two network\n"
"cards.\n"
" - Standalone:  for machines meant to be used outside the Debian Edu\n"
"network. It includes a GUI and conflicts with other\n"
"profiles."
msgstr ""
" - Hovedserver: reserveret for Debian Edu-serveren. Den inkluderer\n"
"ikke en GUI (Grafisk brugergrænseflade). Der bør\n"
"kun være en sådan server på et Debian Edu-netværk.\n"
" - Arbejdsstation:\n"
"for normale maskiner på Debian Edu-netværket.\n"
" - Roamingarbejdsstation:\n"
"for enlige brugermaskiner på Debian Edu-netværket\n"
"som undertiden rejser uden for netværket.\n"
" - Tynd klient-server:\n"
"inkluderer 'Arbejdsstation' og kræver to netværkskort\n"
" - Enkeltstående:\n"
"for maskiner der skal bruges uden for Debian\n"
"Edu-netværket. Den inkluderer en grafisk\n"
"brugergrænseflade og er i konflikt med andre profiler."

#. Type: multiselect
#. Choices
#. __Choices: Main-Server, Workstation, Roaming-Workstation, Thin-Client-Server, Standalone, Minimal, Sugar

Bug#599633: xterm: Please document reason for x11-utils recommends

2010-10-09 Thread Thomas Dickey

On Sat, 9 Oct 2010, Josh Triplett wrote:


Package: xterm
Version: 261-1
Severity: normal

xterm Recommends: x11-utils

Please consider noting the reason for this recommendation in the package
description.  A quick review of the contents of x11-utils didn't suggest
any obvious reason why xterm might want it.


probably because luit is bundled in with this collection.
(appres is another likely reason).

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net



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



Bug#599636: nautilus: Please document reason for recommendation of app-install-data and synaptic

2010-10-09 Thread Josh Triplett
Package: nautilus
Version: 2.30.1-2
Severity: normal

nautilus has a Recommends on app-install-data and on synaptic.  Please
consider documenting the reason for these recommends in the package
description, so the user has the necessary information to decide whether
to install them.

Thanks,
Josh Triplett

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

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

Versions of packages nautilus depends on:
ii  desktop-file-utils  0.15-2   Utilities for .desktop files
ii  gvfs1.6.4-2  userspace virtual filesystem - ser
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-6 The Cairo 2D vector graphics libra
ii  libdbus-glib-1-20.88-2   simple interprocess messaging syst
ii  libexempi3  2.1.1-1  library to parse XMP metadata (Lib
ii  libexif12   0.6.19-1 library to parse EXIF files
ii  libgail18   2.20.1-1+b1  GNOME Accessibility Implementation
ii  libgconf2-4 2.28.1-5 GNOME configuration database syste
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libglib2.0-data 2.24.2-1 Common files for GLib library
ii  libgnome-desktop-2-17   2.30.2-1 Utility library for loading .deskt
ii  libgtk2.0-0 2.20.1-1+b1  The GTK+ graphical user interface 
ii  libice6 2:1.0.6-1X11 Inter-Client Exchange library
ii  libnautilus-extension1  2.30.1-2 libraries for nautilus components 
ii  libpango1.0-0   1.28.1-1 Layout and rendering of internatio
ii  libselinux1 2.0.96-1 SELinux runtime shared libraries
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libunique-1.0-0 1.1.6-1.1Library for writing single instanc
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxml2 2.7.7.dfsg-4 GNOME XML library
ii  libxrender1 1:0.9.6-1X Rendering Extension client libra
ii  nautilus-data   2.30.1-2 data files for nautilus
ii  shared-mime-info0.71-3   FreeDesktop.org shared MIME databa

Versions of packages nautilus recommends:
pn  app-install-data   (no description available)
ii  brasero   2.30.3-1   CD/DVD burning application for GNO
ii  consolekit0.4.2-1framework for defining and trackin
ii  desktop-base  5.0.6  common files for the Debian Deskto
pn  eject  (no description available)
ii  gvfs-backends 1.6.4-2userspace virtual filesystem - bac
ii  librsvg2-common   2.26.3-1   SAX-based renderer library for SVG
pn  synaptic   (no description available)

Versions of packages nautilus suggests:
ii  eog   2.30.2-1   Eye of GNOME graphics viewer progr
ii  evince [pdf-viewer]   2.30.3-1   Document (postscript, pdf) viewer
ii  totem 2.30.2-5   A simple media player for the GNOM
pn  tracker(no description available)
ii  xdg-user-dirs 0.13-2 tool to manage well known user dir

-- 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#599635: libqtgui4: Please change qt4-qtconfig Recommends to Suggests

2010-10-09 Thread Josh Triplett
Package: libqtgui4
Version: 4:4.6.3-3
Severity: normal

libqtgui4, as a library, primarily gets pulled in by programs which
depend on the library, rather than through explicit user installation.
Thus, a Recommends on qt4-qtconfig seems excessively strong,
particularly since Recommends get installed by default now.  It seems
reasonable to Suggests that the user might want qt4-qtconfig to change
how qt programs look, but qt4-qtconfig does not seem like a package
"that would be found together with this one in all but unusual
installations".

Thanks,
Josh Triplett

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

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

Versions of packages libqtgui4 depends on:
ii  fontconfig  2.8.0-2.1generic font configuration library
ii  libaudio2   1.9.2-3  Network Audio System - shared libr
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-2  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.4.5-2GCC support library
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libice6 2:1.0.6-1X11 Inter-Client Exchange library
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  libmng1 1.0.10-1+b1  Multiple-image Network Graphics li
ii  libpng12-0  1.2.44-1 PNG library - runtime
ii  libqtcore4  4:4.6.3-3Qt 4 core module
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libstdc++6  4.4.5-2  The GNU Standard C++ Library v3
ii  libtiff43.9.4-4  Tag Image File Format (TIFF) libra
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxext62:1.1.2-1X11 miscellaneous extension librar
ii  libxrender1 1:0.9.6-1X Rendering Extension client libra
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages libqtgui4 recommends:
pn  qt4-qtconfig   (no description available)

libqtgui4 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#598991: live-build 3.0a4 exits with error when using option "--source true"

2010-10-09 Thread Ben Armstrong
On 09/10/10 09:48 AM, Mark Schneider wrote:
> "lb build" stopped with the following error message:
> 
> W: Failed to fetch
> file:/live/image/debian/dists/sid/main/binary-i386/Packages.gz  File not
> found

What, in your config, would create a Packages.gz in this location?  I
could find no option in the supplied config that would do that.  So
unless I am missing something, there is an error in your config and not
a bug here.  That is, I would expect apt to attempt to generate indices
for everything listed in /etc/apt/sources* -- isn't this what is
supposed to happen?  And yes, I see you have --binary-indices false, but
that only governs the final disposition of indices when the image is
built and does not guarantee that apt won't be run during the binary
stage.  If your intent is to add apt sources that aren't actually valid
until the image is booted, then you must defer adding the sources lines
to the binary image config until the image is booted too.

Please fill me in on anything I may have missed that would invalidate my
analysis.

Ben



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



Bug#599634: gnome-screensaver: Please move recommends on rss-glx to suggests

2010-10-09 Thread Josh Triplett
Package: gnome-screensaver
Version: 2.30.0-1
Severity: normal

Please consider moving the Recommends on rss-glx to a Suggests.
gnome-screensaver already ships with a usable set of screensavers, so
rss-glx does not seem to qualify as a package "that would be found
together with this one in all but unusual installations".

- Josh Triplett

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

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

Versions of packages gnome-screensaver depends on:
ii  dbus-x11 1.2.24-3simple interprocess messaging syst
ii  gconf2   2.28.1-5GNOME configuration database syste
ii  gnome-icon-theme 2.30.3-1GNOME Desktop icon theme
ii  gnome-session2.30.2-2The GNOME Session Manager - GNOME 
ii  libc62.11.2-6Embedded GNU C Library: Shared lib
ii  libcairo21.8.10-6The Cairo 2D vector graphics libra
ii  libdbus-1-3  1.2.24-3simple interprocess messaging syst
ii  libdbus-glib-1-2 0.88-2  simple interprocess messaging syst
ii  libgconf2-4  2.28.1-5GNOME configuration database syste
ii  libgl1-mesa-glx [libgl1] 7.7.1-4 A free implementation of the OpenG
ii  libglib2.0-0 2.24.2-1The GLib library of C routines
ii  libgnome-desktop-2-172.30.2-1Utility library for loading .deskt
ii  libgnome-menu2   2.30.3-1an implementation of the freedeskt
ii  libgnomekbd4 2.30.2-1GNOME library to manage keyboard c
ii  libgtk2.0-0  2.20.1-1+b1 The GTK+ graphical user interface 
ii  libnotify1 [libnotify1-gtk2. 0.5.0-2 sends desktop notifications to a n
ii  libpam0g 1.1.1-6 Pluggable Authentication Modules l
ii  libpango1.0-01.28.1-1Layout and rendering of internatio
ii  libx11-6 2:1.3.3-3   X11 client-side library
ii  libxext6 2:1.1.2-1   X11 miscellaneous extension librar
ii  libxklavier165.0-2   X Keyboard Extension high-level AP
ii  libxxf86vm1  1:1.1.0-2   X11 XFree86 video mode extension l

Versions of packages gnome-screensaver recommends:
ii  gnome-power-manager   2.30.1-1   power management tool for the GNOM
ii  libpam-gnome-keyring  2.30.3-3   PAM module to unlock the GNOME key
pn  rss-glx(no description available)

Versions of packages gnome-screensaver suggests:
pn  xscreensaver-data  (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#599630: [Evolution] Bug#599630: got errors while upgrading evolution from lenny to squeeze

2010-10-09 Thread Nitesh Mistry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sun, Oct 10, 2010 at 12:57 AM, Yves-Alexis Perez  wrote:
> Well, at this point there's not much we can do if evolution
> --force-shutdown won't stop the exchange-storage. It might be worth
> trying to upgrade outside of any desktop environment, too.

I am not a programmer, so I am not the best person to know, but if
nothing can be done with evolution, couldn't the upgrade process be
modified to adapt to this situation?


- --
Regards,
Nitesh Mistry
www.mistrynitesh.com
PGP key id: CC580416

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Use GnuPG with Firefox : http://getfiregpg.org (Version: 0.8)

iEYEARECAAYFAkywxLEACgkQUc4Z+sxYBBZcCgCgrt0iix3KVCgZOnDlw95y5r/3
2BUAoLr0Djbh/XaeMXE9boIZU5Qtyh3t
=Ha/9
-END PGP SIGNATURE-



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



Bug#599633: xterm: Please document reason for x11-utils recommends

2010-10-09 Thread Josh Triplett
Package: xterm
Version: 261-1
Severity: normal

xterm Recommends: x11-utils

Please consider noting the reason for this recommendation in the package
description.  A quick review of the contents of x11-utils didn't suggest
any obvious reason why xterm might want it.

Also, the alternative recommendation for the old xutils metapackage
doesn't even apply to the lenny release, which already had xutils as a
transitional package.  Please consider dropping the xutils alternative.

- Josh Triplett

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

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

Versions of packages xterm depends on:
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libfontconfig12.8.0-2.1  generic font configuration library
ii  libice6   2:1.0.6-1  X11 Inter-Client Exchange library
ii  libncurses5   5.7+20100313-4 shared libraries for terminal hand
ii  libutempter0  1.1.5-3A privileged helper for utmp/wtmp 
ii  libx11-6  2:1.3.3-3  X11 client-side library
ii  libxaw7   2:1.0.7-1  X11 Athena Widget library
ii  libxft2   2.1.14-2   FreeType-based font drawing librar
ii  libxmu6   2:1.0.5-2  X11 miscellaneous utility library
ii  libxt61:1.0.7-1  X11 toolkit intrinsics library
ii  xbitmaps  1.1.0-1Base X bitmaps

Versions of packages xterm recommends:
ii  x11-utils 7.5+4  X11 utilities

Versions of packages xterm suggests:
pn  xfonts-cyrillic(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#599497: [pkg-boost-devel] Bug#599497: libboost-doc: A lot of links inside the documentation of boost are broken

2010-10-09 Thread Steve M. Robbins
reassign 599497 boost 1.34.1-14
thanks

On Thu, Oct 07, 2010 at 11:47:56PM -0400, Erik Saule wrote:
> Package: libboost-doc
> Version: 1.34.1-14
> Severity: important
> 
> Hello,
> 
> A lot of links inside the documentation of boost are broken.

Yes, and I sympathize with your plight.  Unfortunately, due to time
commitments, I'm only able to maintain the version of Boost found in
Debian's "unstable" distribution.  You are using the older version
found in "stable".

My best suggestion for a workaround is to use the docs from the Boost
web site http://www.boost.org/doc/libs/1_34_1/

Sorry,
-Steve



signature.asc
Description: Digital signature


Bug#599630: [Evolution] Bug#599630: got errors while upgrading evolution from lenny to squeeze

2010-10-09 Thread Yves-Alexis Perez
On dim., 2010-10-10 at 00:17 +0530, Nitesh Mistry wrote:
> It upgrades other packages and when it reaches evolution again, the
> following
> "Running instances of Evolution detected
> You are currently upgrading Evolution to a version with an
> incompatible index format. However, it has been detected that
> Evolution is currently running. Upgrading it before shutting it down
> could lead to crashes or to serious data loss in some cases. You need
> to shut down all running instances of Evolution using the "evolution
> --force-shutdown" command before the upgrade can proceed."
> 
> So this time I give 
> $ killall evolution-exchange-storage # I typed evo and then pressed
> tab
> 
> Then again proceed with upgrade, and it continues.
> 
> Do I need to attach term.log? I have already copied the relevant text
> above.
> 
> I don't know if I lost any data because I do not use evolution much. 

Well, at this point there's not much we can do if evolution
--force-shutdown won't stop the exchange-storage. It might be worth
trying to upgrade outside of any desktop environment, too.

Cheers,
-- 
Yves-Alexis


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


Bug#599632: fusioninventory-agent: on powerpc, for CPU, the node TYPE is used instead of the node NAME

2010-10-09 Thread Fabrice Flore-Thebault
Package: fusioninventory-agent
Version: 2.0.6-2
Severity: minor

On linux/powerpc, for CPUS, the markup "TYPE" is used where "NAME" should be 
used
Here an example :


  
  
  
  2700
  
  PPC970FX, altivec supported


  
  
  
  2700
  
  PPC970FX, altivec supported



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

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

Versions of packages fusioninventory-agent depends on:
ii  libcompress-zlib-perl2.024-1 Transitional dummy package for Com
ii  libio-compress-perl [libcomp 2.024-1 bundle of IO::Compress modules
ii  libnet-ip-perl   1.25-2  Perl extension for manipulating IP
ii  libnet-ssleay-perl   1.36-1  Perl module for Secure Sockets Lay
ii  libproc-daemon-perl  0.03-2  Run Perl program as a daemon proce
ii  libwww-perl  5.837-1 simple and consistent interface to
ii  libxml-simple-perl   2.18-3  Perl module for reading and writin
ii  perl [libcompress-zlib-perl] 5.10.1-15   Larry Wall's Practical Extraction 
ii  ucf  3.0025+nmu1 Update Configuration File: preserv

fusioninventory-agent recommends no packages.

Versions of packages fusioninventory-agent suggests:
ii  nmap5.21-1   The Network Mapper
ii  pciutils1:3.1.7-5Linux PCI Utilities
ii  read-edid   2.0.0-3.1hardware information-gathering too
ii  smartmontools   5.39.1+svn3124-1 control and monitor storage system

-- Configuration Files:
/etc/fusioninventory/agent.cfg [Errno 13] Permission non accordée: 
u'/etc/fusioninventory/agent.cfg'

-- 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#598969: libv4l-0: Version 0.8.1

2010-10-09 Thread Torquil Macdonald Sørensen

On 09/10/10 14:00, Gregor Jasny wrote:

As you see in the Version: field above, my installed version is 0.8.1
which I have
compiled myself, but now it is causing a few problems with other
packages (e.g. wine-bin
has become uninstallable), so an "official" v0.8.1 from Debian would
be nice.


I've asked my sponsor to upload the new version I prepared in GIT. In
the meantime you might want to try to build this version to resolve your
dependency problems:


http://mentors.debian.net/debian/pool/main/v/v4l-utils/v4l-utils_0.8.1-1.dsc



Thanks Gregor! It compiled fine using dpkg-buildpackage. I now have wine-bin 
also since I was able to install lib32v4l-0.


-Torquil



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



Bug#599033: [pkg-kolab] Bug#599033: kolabd: log error No CA file specified

2010-10-09 Thread Mathieu Parent
Hello,

2010/10/4 sylvain boquet :
> Package: kolabd
> Version: 2.2.4-20100624-4
> Severity: normal
>
> in /var/log/mail.err
> there are some error lines
>
> TLs server engine: No CA file spécified . Client side certs may not work
>
> in
>
> /etc/imapd.conf
>
> the line
> #tls_ca_file: /etc/kolab/server.pem
> must change to
> tls_ca_file: /etc/kolab/ca/cacert.pem
>
> so template /etc/kolab/templateimapd.conf.template
> must be corrected to avoid this error in boostrap

Thanks for this report.

Unfortunately, I won't upload a new version for this because the CA
may not be available at this path. This is the case when the admin of
the server has not used the helper provided in kolab_bootstrap.

I will correct the path upstream for the next release.
-- 
Mathieu Parent



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



Bug#599631: unblock: libinfinity/0.4.1-4

2010-10-09 Thread Philipp Kern
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package libinfinity

libinfinity (0.4.1-4) unstable; urgency=low

  * Add bug fixes from upstream git repository:
- Fix a crash when sending opening and closing XML tag in one go (#546)

 -- Philipp Kern   Fri, 08 Oct 2010 15:25:00 +0200

libinfinity (0.4.1-3) unstable; urgency=low

  * Add bug fixes from upstream git repository:
- Fix recon ordering on remote delete operation split
- Make the central method aware of callbacks manipulating the connection 
list

 -- Philipp Kern   Wed, 06 Oct 2010 17:23:36 +0200

Bug fixes only.  Don't be scared by the release update in the test case, the
code changes are minimal.

Thanks.

unblock libinfinity/0.4.1-4

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

Kernel: Linux 2.6.36-rc7-pkern (SMP w/3 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#599625: unblock: tcc/0.9.25-5

2010-10-09 Thread Adam D. Barratt
On Sat, 2010-10-09 at 19:47 +0200, Thomas Preud'homme wrote:
> tcc in squeeze is unable to link a program into an executable on amd64
> when it uses string functions (strlen and co). As almost all C program
> use string functions, I consider this bug serious. The version in
> unstable contains a fix and it consists of just a few lines. The fix
> was introduced in tcc 0.9.25-4 which stayed in unstable for almost 2
> months without bringing any new bug.

+--- a/libtcc.c
 b/libtcc.c
+@@ -1431,7 +1431,11 @@ static void rt_printline(unsigned long wanted_pc)
[...]
++#ifdef STT_IFUNC
++if ((type == STT_FUNC) || (type == STT_GNU_IFUNC)) {

Should the ifdef not also refer to STT_GNU_IFUNC?  This appears to be
the only occurrence of STT_IFUNC in the package.

> Version 0.9.25-5 is there only for
> a few days but the only change is to drop armel architecture as tcc
> doesn't build on armel because of a failure in the test suite.

p-a-s still says that tcc should be built on armel; that should also be
fixed.

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#599557: [jxplorer] Wrong character encoding in the interface

2010-10-09 Thread Gabriele Giacone
[orig email has been treated as spam, due to attachment contents now
removed. Resending for the records]

On 10/08/2010 10:23 PM, Filipus Klutiero wrote:
> As reported in
> http://sourceforge.net/tracker/?func=detail&aid=2953567&group_id=55394&atid=480577
> there is an encoding problem in the jxplorer interface. All non-ASCII
> characters render as squares (my system is French). I'm currently seeing
> 7 such characters at the same time... this does not reduce
> functionality, but makes it look awkward. For example, there are two
> squares in the menu "Sécurité".

Thanks for your bug.
Translation file was not written in utf.
Please copy attached file to
/usr/share/jxplorer/language/JX_fr.properties and restart jxplorer.


Cheers,
Gabriele




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



Bug#578714: (no subject)

2010-10-09 Thread Yaroslav Halchenko
yes -- please update package to 1.0.0 -- it seems to be straightforward
uupdate -- only 10_fix_translations patch was absorbed upstream 

-- 
  .-.
=--   /v\  =
Keep in touch// \\ (yoh@|www.)onerussian.com
Yaroslav Halchenko  /(   )\   ICQ#: 60653192
   Linux User^^-^^[17]





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



Bug#599630: got errors while upgrading evolution from lenny to squeeze

2010-10-09 Thread Nitesh Mistry
Package: evolution
Version: 2.30.3-2
Severity: normal


While upgrading from lenny to sqeeze, evolution gave errors - something like:
"Running instances of Evolution detected
You are currently upgrading Evolution to a version with an incompatible index 
format. However, it has been detected that Evolution is currently running. 
Upgrading it before shutting it down could lead to crashes or to serious data 
loss in some cases. You need to shut down all running instances of Evolution 
using the "evolution --force-shutdown" command before the upgrade can proceed."

So I gave 'evolution --force-shutdown'

But it gave me following error:
$ evolution --force-shutdown

(evolution:19908): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.

(evolution:19908): Gdk-WARNING **: locale not supported by C library

I proceed with upgrade after doing this, but it kept giving me the same error 
for couple of times and then this:
Evolution is still running, aborting...
dpkg: error processing /var/cache/apt/archives/evolution_2.30.2-1_i386.deb 
(--unpack):
 subprocess new pre-installation script returned error exit status 1
Errors were encountered while processing:
 /var/cache/apt/archives/evolution_2.30.2-1_i386.deb
Log ended: 2010-10-07  22:31:50

And the upgrade halted. So I restart the upgrade... But it asks me to do 
'apt-get -f install'

It upgrades other packages and when it reaches evolution again, the following
"Running instances of Evolution detected
You are currently upgrading Evolution to a version with an incompatible index 
format. However, it has been detected that Evolution is currently running. 
Upgrading it before shutting it down could lead to crashes or to serious data 
loss in some cases. You need to shut down all running instances of Evolution 
using the "evolution --force-shutdown" command before the upgrade can proceed."

So this time I give 
$ killall evolution-exchange-storage # I typed evo and then pressed tab

Then again proceed with upgrade, and it continues.

Do I need to attach term.log? I have already copied the relevant text above.

I don't know if I lost any data because I do not use evolution much.


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

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

Versions of packages evolution depends on:
ii  dbus1.2.24-3 simple interprocess messaging syst
ii  debconf [debconf-2.0]   1.5.35   Debian configuration management sy
ii  evolution-common2.30.3-2 architecture independent files for
ii  evolution-data-server   2.30.3-2 evolution database backend server
ii  gconf2  2.28.1-4 GNOME configuration database syste
ii  gnome-icon-theme2.30.3-1 GNOME Desktop icon theme
ii  libart-2.0-22.3.21-1 Library of functions for 2D graphi
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-6 The Cairo 2D vector graphics libra
ii  libcamel1.2-14  2.30.3-2 The Evolution MIME message handlin
ii  libcanberra-gtk00.24-1   Gtk+ helper for playing widget eve
ii  libcanberra00.24-1   a simple abstract interface for pl
ii  libdbus-1-3 1.2.24-3 simple interprocess messaging syst
ii  libdbus-glib-1-20.88-2   simple interprocess messaging syst
ii  libebackend1.2-02.30.3-2 Utility library for evolution data
ii  libebook1.2-9   2.30.3-2 Client library for evolution addre
ii  libecal1.2-72.30.3-2 Client library for evolution calen
ii  libedataserver1.2-132.30.3-2 Utility library for evolution data
ii  libedataserverui1.2-8   2.30.3-2 GUI utility library for evolution 
ii  libegroupwise1.2-13 2.30.3-2 Client library for accessing group
ii  libenchant1c2a  1.6.0-1  a wrapper library for various spel
ii  libevolution2.30.3-2 evolution libraries
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-1  FreeType 2 font engine, shared lib
ii  libgconf2-4 2.28.1-4 GNOME configuration database syste
ii  libgdata-google1.2-12.30.3-2 Client library for accessing Googl
ii  libgdata1.2-1   2.30.3-2 Client library for accessing Googl
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgnome-desktop-2-17   2.30.2-1 Utility library for loading .deskt
ii  libgnomecanvas2-0   2.30.1-1 A powerful object-oriented display
ii  libgtk2.0-0 2.20.1-1+b1   

Bug#598991: live-build 3.0a4 exits with error when using option "--source true"

2010-10-09 Thread Mark Schneider

On 08.10.2010 15:43, Daniel Baumann wrote:

On 10/04/2010 11:43 AM, Mark Schneider wrote:
   

I had already the same error messages *without this patch* in the past
(can't remember what version I have used .. probably 3.0a1). I will
retest it *without my patch* and lb 3.0a4 again.
 


The test (to build sources) with lb 3.0-a8 was successful (s. below)
# ---

r...@t60p:/home/ironm/LIVE/dls41-i386-sid# dpkg -l | grep "live.*3.0" | sed 
's/Debian.*$//'
ii  live-boot3.0~a8+20101002.081637
ii  live-boot-initramfs-tools3.0~a8+20101002.081637
ii  live-build   3.0~a5+20101004.161858
ii  live-config  3.0~a9+20101002.084242
ii  live-config-sysvinit 3.0~a9+20101002.084242
r...@t60p:/home/ironm/LIVE/dls41-i386-sid# ls -l
insgesamt 2513892
drwxr-xr-x  4 ironm ironm   4096  9. Okt 18:44 auto
drwxr-xr-x 12 root  root4096  9. Okt 19:26 binary
-rw-r--r--  1 root  root   842006528  9. Okt 19:26 binary-hybrid.iso
-rw-r--r--  1 root  root   49916  9. Okt 19:26 binary.list
-rw-r--r--  1 root  root   19687  9. Okt 19:13 binary.packages
-rw-r--r--  1 root  root 1239004  9. Okt 20:30 build.log
drwxr-xr-x  8 ironm ironm   4096  9. Okt 19:25 cache
drwxr-xr-x 20 root  root   65536  9. Okt 20:23 chroot
drwxr-xr-x 22 ironm ironm   4096  9. Okt 18:44 config
drwxr-xr-x  4 root  root4096  9. Okt 20:23 source
-rw-r--r--  1 root  root   87333  9. Okt 20:23 source.debian.list
-rw-r--r--  1 root  root   11182  9. Okt 20:23 source.debian-live.list
-rw-r--r--  1 root  root 2722868  9. Okt 20:30 source.debian-live.tar.gz
-rw-r--r--  1 root  root  1725449514  9. Okt 20:24 source.debian.tar.gz
# ---


I guess this Bug for lb 3.0 can be closed.

I will test the same config (--surces true") with lb 2.0 and give short 
feedback.

regards,
Mark

--
IT-Infrastrukturen.ORG

m...@it-infrastrukturen.org

+++ Free infrastructure software for all. +++




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



Bug#599629: sandboxgamemaker: FTBFS: error: member stats endianswap(T) […] not allowed in union

2010-10-09 Thread Cyril Brulebois
Source: sandboxgamemaker
Version: 2.6+dfsg-1
Severity: serious
Justification: FTBFS

Hi,

your package no longer builds on at least powerpc, s390, sparc:
| g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -Ishared -Iengine 
-Ienet/include -I/usr/X11R6/include `sdl-config --cflags` -Irpggame   -c -o 
rpggame/rpgio.o rpggame/rpgio.cpp
| In file included from shared/cube.h:69:
| shared/tools.h: In instantiation of 'endianswap(T) [with T = 
stats]::':
| shared/tools.h:878:   instantiated from 'T endianswap(T) [with T = stats]'
| rpggame/rpgio.cpp:917:   instantiated from here
| shared/tools.h:878: error: member 'stats endianswap(T) [with T = 
stats]t' with constructor not allowed in union
| shared/tools.h:878: error: member 'stats endianswap(T) [with T = 
stats]t' with destructor not allowed in union
| rpggame/rpgio.cpp:712: warning: 'rpgio::__dummy_loadgame' defined but not used
| rpggame/rpgio.cpp:1239: warning: 'rpgio::__dummy_savegame' defined but not 
used
| make[2]: *** [rpggame/rpgio.o] Error 1

Full build logs:
  
https://buildd.debian.org/status/package.php?p=sandboxgamemaker&suite=experimental

Mraw,
KiBi.



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



Bug#597820: [PATCH] hwmon: f71882fg: use a muxed resource lock for the Super I/O port

2010-10-09 Thread Giel van Schijndel
On Sun, Oct 03, 2010 at 06:31:53AM -0700, Guenter Roeck wrote:
> On Sun, Oct 03, 2010 at 08:09:49AM -0400, Giel van Schijndel wrote:
> > Sleep while acquiring a resource lock on the Super I/O port. This should
> > prevent collisions from causing the hardware probe to fail with -EBUSY.
> > 
> > Signed-off-by: Giel van Schijndel 

This patch now lives in v2.6.36-rc7.

-- 
Met vriendelijke groet,
With kind regards,
Giel van Schijndel
--
"Beware of bugs in the above code; I have only proved it correct, not
 tried it."
  -- Donald Knuth


signature.asc
Description: Digital signature


  1   2   3   >