Bug#537518: Example files placed in /etc not /usr/share/doc/runit/examples

2009-07-19 Thread Cameron Hutchison
Package: runit
Version: 2.0.0-1
Severity: minor

The files /etc/sv/getty-5/* appear to be examples of how to start a
service and provide a finish script. It does not seem useful to provide
a configuration that runs getty only on tty5 when standard Debian
systems run gettys on tty1-6.

According to the Debian Policy Manual section 12.6, example
configuration files belong in /usr/share/doc/runit/examples .

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

Kernel: Linux 2.6.30-rc3-fritz-1-wl
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

runit depends on no packages.

Versions of packages runit recommends:
pn  fgettynone (no description available)

Versions of packages runit suggests:
pn  runit-run none (no description available)
pn  socklog-run   none (no description available)

-- no debconf information



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



Bug#537519: http://qa.debian.org/popcon graphs not being updated

2009-07-19 Thread Amos Jeffries

Package: qa.debian.org

The popcon.php graphs do not appear to be generating correctly or from 
updated popcon data.


For example:
  http://qa.debian.org/popcon.php?package=squid
  http://qa.debian.org/popcon-graph.php?packages=squid

The page states last updated Jun 14 (its now July 19). Table of 
information shows daily changing information so I assume its correct. 
The graphs on both pages however do not show any change, or any data 
past about 1 July 2009.


AYJ



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



Bug#522956: firmware-matrox: g200-warp firmware from firmware-linux kills system on 3d-acceleration

2009-07-19 Thread David Baron
On Sunday 19 July 2009 02:23:52 Moritz Muehlenhoff wrote:
 On Mon, Apr 13, 2009 at 01:07:04PM +0300, David Baron wrote:
  On Monday 13 April 2009 01:52:27 Ben Hutchings wrote:
   On Sat, 2009-04-11 at 21:58 +0300, David Baron wrote:
   [...]
  
 What happens if you uninstall the firmware?  The result should be a
 fallback to software rendering.
   
This is what happens.
  
   Your bug report is for firmware-linux.  If you have not installed it,
   clearly you have not found a bug in the repackaging of the firmware but
   in the code added to the mga DRM driver for the missing-firmware case.
  
   Please confirm whether or not you have installed firmware-linux.  If
   not, please install it and report whether 3D acceleration works again.
  
   Ben.
 
  I obviously installed firmware-linux.
 
  Right now, report but, if it FINDS the named package, dies with an error.
  So doing it this way allowed me to report the bug.

 Does this still occur in the 2.6.30 kernel?

 Cheers,
 Moritz

Yes.

With firmware-linux installed, attempts at DRI will hang.

Right now, I am running with the warp.c and ucode.h sources from 2.6.28 until 
this is fixed.



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



Bug#537503: jmdlx: Hands don’t move during tricks

2009-07-19 Thread Anders Kaseorg
This patch from upstream SVN r137 fixes the problem.  I’ve attached a 
debdiff that adds this as a dpatch.

--- a/src/jmlib/patterns.cpp
+++ b/src/jmlib/patterns.cpp
@@ -127,9 +127,8 @@ int ParsePatterns(FILE *input,
group-next = NULL;
} else if(sscanf(buf, %%%255[^\n],current_style) == 1) {
/* New Style */
-   if(current_style  *current_style  styles-first) {
+   if(current_style  *current_style) {
if(Find_Style(styles,current_style) != NULL) {
-   strcpy(current_style,Normal\0);
continue;
}
} else {diff -u jugglemaster-0.4/debian/changelog jugglemaster-0.4/debian/changelog
--- jugglemaster-0.4/debian/changelog
+++ jugglemaster-0.4/debian/changelog
@@ -1,3 +1,10 @@
+jugglemaster (0.4-4) unstable; urgency=low
+
+  * jmlib_style_parsing.dpatch: Fix parsing of custom styles.
+(Closes: #537503)
+
+ -- Anders Kaseorg ande...@mit.edu  Sun, 19 Jul 2009 02:11:47 -0400
+
 jugglemaster (0.4-3) unstable; urgency=low
 
   [ Barry deFreese ]
diff -u jugglemaster-0.4/debian/patches/00list 
jugglemaster-0.4/debian/patches/00list
--- jugglemaster-0.4/debian/patches/00list
+++ jugglemaster-0.4/debian/patches/00list
@@ -4,0 +5 @@
+jmlib_style_parsing.dpatch
only in patch2:
unchanged:
--- jugglemaster-0.4.orig/debian/patches/jmlib_style_parsing.dpatch
+++ jugglemaster-0.4/debian/patches/jmlib_style_parsing.dpatch
@@ -0,0 +1,21 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## jmlib_style_parsing.dpatch by Anders Kaseorg ande...@mit.edu
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix parsing of custom styles.  From upstream SVN r137.
+
+...@dpatch@
+
+--- a/src/jmlib/patterns.cpp
 b/src/jmlib/patterns.cpp
+@@ -127,9 +127,8 @@ int ParsePatterns(FILE *input,
+   group-next = NULL;
+   } else if(sscanf(buf, %%%255[^\n],current_style) == 1) {
+   /* New Style */
+-  if(current_style  *current_style  styles-first) {
++  if(current_style  *current_style) {
+   if(Find_Style(styles,current_style) != NULL) {
+-  strcpy(current_style,Normal\0);
+   continue;
+   }
+   } else {


Bug#536308: console-data: tried with kbd

2009-07-19 Thread Christian Perrier
Quoting Ishmael (ismael...@hotmail.com):
 Package: console-data
 Version: 2:1.07-11
 Followup-For: Bug #536308
 
 
 Hi again
 I installed kbd (which removed console-tools) and
 restarted the box; now caps lock capitalizes everything
 except ñ, and backspace somethimes prints squares
 instead of deleting a letter, as an example, I can't
 delet ñ while trying to log-in the console.


Do you mean that the ñ was entered at the login prompt? If it was,
you're hit by another bug (#536560).

Please try entering characters after being logged in, not at the login
prompt.




signature.asc
Description: Digital signature


Bug#534739: I have made read-edid works on all architectures

2009-07-19 Thread LIU Qi
Hi,
In Packages-arch-specific, please remove the architecture restrict
related to the read-edid package. I have made this package build and
work on all architectures. Thanks!

Regards,
Qi
-- 
 LIU Qi

 liuq...@gmail.com
 li...@printk.org

 PGP Key fingerprint:
  A8C0 860C D8A9 D6FC 551F
  6E2C A4AB 763B 00EC 886F



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



Bug#523754: eric doesn't work

2009-07-19 Thread Gudjon I. Gudjonsson
Hi
   I cannot reproduce your bug. This bug has popped up every time python-qt4 
is upgraded but I can't find any upgrade now. What versions of 
python-qscintilla2 and python-qt4 are installed on your system?

Regards
Gudjon



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



Bug#537521: mod-mono: [INTL:de] updated German debconf translation

2009-07-19 Thread Helge Kreutzmann
Package: mod-mono
Version: 2.4.2-1
Severity: wishlist
Tags: patch l10n

Please find the updated German debconf translation for mod-mono
attached.

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

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

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

Greetings
Helge
# German translation of mod-mono templates
# Alwin Meschede amesch...@gmx.de, 2006.
# Helge Kreutzmann deb...@helgefjell.de, 2007, 2009.
# This file is distributed under the same license as the mod-mono package.
#
msgid 
msgstr 
Project-Id-Version: mod-mono 2.4.2-1\n
Report-Msgid-Bugs-To: mod-m...@packages.debian.org\n
POT-Creation-Date: 2009-07-16 15:24+0100\n
PO-Revision-Date: 2009-07-19 09:07+0200\n
Last-Translator: Helge Kreutzmann deb...@helgefjell.de\n
Language-Team: german debian-l10n-ger...@lists.debian.org\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: select
#. Description
#: ../libapache2-mod-mono.templates:2001
msgid Mono server to use:
msgstr Mono-Server, der verwendet werden soll:

#. Type: select
#. Description
#: ../libapache2-mod-mono.templates:2001
msgid 
The libapache2-mod-mono module can be used with one of two different Mono 
ASP.NET backends:\n
 - mod-mono-server1: implements ASP.NET 1.1 features;\n
 - mod-mono-server2: implements ASP.NET 2.0 features.
msgstr 
Das Modul libapache2-mod-mono kann mit einem von zwei verschiedenen Mono-ASP.
NET-Backends verwendet werden:\n
 - mod-mono-server : implementiert ASP.NET 1.1-Funktionen\n
 - mod-mono-server2: implementiert ASP.NET 2.0-Funktionen

#~ msgid Use mono-server:
#~ msgstr Verwende Mono-Server:

#~ msgid Activate module?
#~ msgstr Modul aktivieren?

#~ msgid If this is true, then the module will be activated as apache starts.
#~ msgstr 
#~ Falls Sie hier zustimmen, wird das Modul aktiviert wenn Apache gestartet 
#~ wird.


Bug#537520: ddclient: [INTL:de] updated German debconf translation

2009-07-19 Thread Helge Kreutzmann
Package: ddclient
Version: 3.8.0-4
Severity: wishlist
Tags: patch l10n

Please find the updated German debconf translation for ddclient
attached.

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

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

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

Greetings
Helge
# Translation of ddclient debconf templates to German
# Copyright (C) Felix Kröger felix.kroe...@gmx.de 2002.
# Copyright (C) Helge Kreutzmann deb...@helgefjell.de, 2006, 2007, 2009.
# This file is distributed under the same license as the ddclient package.
#
msgid 
msgstr 
Project-Id-Version: ddclient 3.8.0-4\n
Report-Msgid-Bugs-To: ddcli...@packages.debian.org\n
POT-Creation-Date: 2009-06-21 15:02+0200\n
PO-Revision-Date: 2009-07-19 09:04+0200\n
Last-Translator:  Helge Kreutzmann deb...@helgefjell.de\n
Language-Team: de debian-l10n-ger...@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: select
#. Choices
#: ../ddclient.templates:2001
msgid other
msgstr anderer

#. Type: select
#. Description
#: ../ddclient.templates:2002
msgid Dynamic DNS service provider:
msgstr Anbieter des dynamischen DNS-Dienstes:

#. Type: select
#. Description
#: ../ddclient.templates:2002
msgid 
Please select the dynamic DNS service you are using. If the service you use 
is not listed, choose \other\ and you will be asked for the protocol and 
the server name.
msgstr 
Bitte wählen Sie nun den Betreiber des dynamischen DNS-Dienstes, den Sie 
benutzen möchten. Falls Ihr Betreiber hier nicht aufgeführt ist, wählen 
Sie bitte »anderer« und Sie werden nach dem Protokoll und Servernamen 
gefragt.

#. Type: string
#. Description
#: ../ddclient.templates:3001
msgid Dynamic DNS server:
msgstr Dynamischer DNS-Server:

#. Type: string
#. Description
#: ../ddclient.templates:3001
msgid 
Please enter the name of the server which is providing you with dynamic DNS 
service (example: members.dyndns.org).
msgstr 
Bitte geben Sie den Namen des Servers an, der Ihnen dynamische DNS-Dienste 
bereitstellt (Beispiel: members.dyndns.org).

#. Type: select
#. Description
#: ../ddclient.templates:4001
msgid Dynamic DNS update protocol:
msgstr Dynamisches DNS-Aktualisierungs-Protokoll:

#. Type: select
#. Description
#: ../ddclient.templates:4001
msgid 
Please select the dynamic DNS update protocol used by your dynamic DNS 
service provider.
msgstr 
Bitte wählen Sie das Protokoll für die dynamischen DNS-Aktualisierung aus, 
das von Ihrem Anbieter des dynamischen DNS-Dienstes verwandt wird.

#. Type: string
#. Description
#: ../ddclient.templates:5001
msgid DynDNS fully qualified domain names:
msgstr DynDNS vollständige (engl. fully qualified) Domainnamen:

#. Type: string
#. Description
#: ../ddclient.templates:5001
msgid 
Please enter the list of fully qualified domain names for the local host(s) 
(for instance, \myname.dyndns.org\ with only one host or \myname1.dyndns.
org,myname2.dyndns.org\ for two hosts).
msgstr 
Bitte geben Sie die Liste der vollständigen Domainnamen für den/die 
lokalen Rechner ein (z.B.: »meinname.dyndns.org« bei nur einem Rechner oder 
für zwei Rechner »meinname1.dyndns.org,meinname2.dyndns.org«).

#. Type: string
#. Description
#: ../ddclient.templates:6001
msgid Username for dynamic DNS service:
msgstr Benutzername für den dynamischen DNS-Dienst:

#. Type: string
#. Description
#: ../ddclient.templates:6001
msgid Please enter the username to use with the dynamic DNS service.
msgstr 
Bitte geben Sie den Benutzernamen an, der mit dem dynamischen DNS-Dienst 
verwandt werden soll.

#. Type: password
#. Description
#: ../ddclient.templates:7001
msgid Password for dynamic DNS service:
msgstr Passwort für den dynamischen DNS-Dienst:

#. Type: password
#. Description
#: ../ddclient.templates:7001
msgid Please enter the password to use with the dynamic DNS service.
msgstr 
Bitte geben Sie das Passwort ein, das mit dem dynamischen DNS-Dienst 
verwandt werden soll.

#. Type: boolean
#. Description
#: ../ddclient.templates:8001
msgid Find public IP using checkip.dyndns.com?
msgstr Öffentliche IP mittels checkip.dyndns.com ermitteln?

#. Type: boolean
#. Description
#: ../ddclient.templates:8001
msgid 
Please choose whether ddclient should try to find the IP address of this 
machine via the DynDNS web interface.  This is recommended for machines that 
are using Network Address Translation.
msgstr 
Bitte wählen Sie aus, ob der Ddclient versuchen soll, die IP-Adresse dieser 
Maschine mittels der DynDNS-Webschnittstelle zu ermitteln. Dies wird für 
Maschinen empfohlen, die »Network Address Translation« verwenden.

#. Type: string
#. Description
#: ../ddclient.templates:9001
msgid Network interface used for dynamic DNS service:
msgstr Netz-Schnittstelle für den dynamischen DNS-Dienst:

#. 

Bug#523754: eric doesn't work

2009-07-19 Thread George Portokaloglou
Hello, i have installed:

python-qscintilla2 2.4-3
python-qt4 4.5.1-1


Bug#390504: possible solution

2009-07-19 Thread Holger Levsen
Hi,

On Samstag, 18. Juli 2009, Thomas Lange wrote:
 FAI_CONFIGDIR is only used on the install server. It's not used by an
 install client. Maybe the comment is a little bit confusing. So this
 variable should be moved to make-fai-nfsroot.conf to make things
 clearer.

Yes, if its _only_ used on the server, the comment is confusing and the 
variable should be moved. (But please dont break existing setups.)

 If you install a client using FAI, a new definition for
 FAI_CONFIG_SRC will be appended to /etc/fai/fai.conf during the
 installation (e.g. FAI_CONFIG_SRC=nfs://kueppers/srv/fai/cslenny).
 So the install client can do softupdate (from the same config space
 as during first installation), because it knows were to fetch the
 config space.

The thing is, that there are circumstances where the softupdate is the first 
fai run.

 If you like to use another source as config space, you have to edit
 FAI_CONFIG_SRC in /etc/fai/fai.conf on the install client.

It would be nice if that had a sensible/usable default, so that one could 
install fai-client plus a my-fai-config-space package and run softupdate, 
without having the my-fai-config-space package edit the config file of 
fai-client...


regards,
holger


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


Bug#537455: ia32-apt-get: ia32-aptitude does not update periodically

2009-07-19 Thread Toby Speight
0 In article 87y6qljw2b@frosties.localdomain,
0 Goswin von Brederlow URL:mailto:goswin-...@web.de (Goswin) wrote:

Goswin Another drawback of not diverting apt-get and aptitude.  I'm
Goswin afraid this would have to be fixed in the apt-cron package so it
Goswin calls the new wrappers.

Just to clarify - I'm using aptitude's own cron job, and I've now
uninstalled the cron-apt package.  I've nothing against going back to
the cron-apt method personally, but if Apt::Periodic can be made to work
as well, then even better.

I wonder if the correct long-term approach is for apt-get and aptitude to
be multi-arch aware, so that they accept extensions for the particular
architectures that are supported?  But I don't know where such discussions
are taking place.



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



Bug#523754: eric doesn't work

2009-07-19 Thread Gudjon I. Gudjonsson
On Sunday 19 July 2009 09:06:31 George Portokaloglou wrote:
 Hello, i have installed:

 python-qscintilla2 2.4-3
 python-qt4 4.5.1-1
This should work. If you have python-kde4 installed, can you please remove it, 
see #534178.
   If that doesn't work, could you please send me the output of 
strace python /usr/share/eric/modules/eric4.py  eric_crash_report.txt

If you locate the Qsci.so module, it should only be in the following locations
/usr/lib/pymodules/python2.4/PyQt4/Qsci.so
/usr/lib/pymodules/python2.5/PyQt4/Qsci.so
/usr/lib/pyshared/python2.4/PyQt4/Qsci.so
/usr/lib/pyshared/python2.5/PyQt4/Qsci.so

Do you have any other on your system?

/Gudjon



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



Bug#537522: dpkg-reconfigure does not run prerm, postinst

2009-07-19 Thread Joey Hess
Package: cdebconf
Version: 0.146
Severity: normal

Perl dpkg-reconfigure runs the prerm upgrade and the postinst
configure, so as to simulate a page upgrade and cause the
reconfiguration to take effect. cdebconf is missing this.

Also, perl dpkg-reconfigure has a nasty hack to detect
prerm/postinst scripts using debconf, so as to avoid them
starting another copy of debconf (which would contend with
it writing to the DB). This might need to be brought over as well.

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

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

Versions of packages cdebconf depends on:
ii  debconf   1.5.27 Debian configuration management sy
ii  libc6 2.9-19 GNU C Library: Shared libraries
ii  libdebian-installer4  0.63   Library of common debian-installer
ii  libnewt0.52   0.52.10-4  Not Erik's Windowing Toolkit - tex
ii  libslang2 2.1.4-3The S-Lang programming library - r
ii  libtextwrap1  0.1-8  text-wrapping library with i18n - 

cdebconf recommends no packages.

Versions of packages cdebconf suggests:
pn  cdebconf-gtk  none (no description available)

-- no debconf information

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#537395: test suite fails on amd64

2009-07-19 Thread Joey Hess
Damyan Ivanov wrote:
 I have built it on amd64 successfuly too. I left the build looping 
 overnight.
 
 I admit the chroot is not a newly-built one, I use it simce years, but 
 it was upgraded to sid just before the builds started.

Do you have any idea from the failure or type of test what
possible environmental thing might be different in my chroot to cause
this?

(I also see the failure non-chrooted on the same machine.)

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#212881: not a blocker

2009-07-19 Thread Joey Hess
unblock 328498 with 212881
retitle 212881 alternative noninteractive (but visible) frontend
tag 212881 patch
thanks

cdebconf already treats noninteractive the same as none
when selecting a frontend, which is I think close enough to
perl debconf's behavior that this bug is not a blocker
for cdebconf as the default.

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#537523: passthrough frontend and debconf-apt-progress needed to replace perl debconf

2009-07-19 Thread Joey Hess
Package: cdebconf
Version: 0.146
Severity: normal

In order to fully replace perl debconf, cdebconf needs to have
an implementation of debconf-apt-progress and the passthrough
frontend. 

This doesn't really block the perl debconf replacement bug,
because it would be possible to use cdebconf as a debconf
replacement without this. But for d-i to install it to /target
by default, this will need to be dealt with.

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

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

Versions of packages cdebconf depends on:
ii  debconf   1.5.27 Debian configuration management sy
ii  libc6 2.9-19 GNU C Library: Shared libraries
ii  libdebian-installer4  0.63   Library of common debian-installer
ii  libnewt0.52   0.52.10-4  Not Erik's Windowing Toolkit - tex
ii  libslang2 2.1.4-3The S-Lang programming library - r
ii  libtextwrap1  0.1-8  text-wrapping library with i18n - 

cdebconf recommends no packages.

Versions of packages cdebconf suggests:
pn  cdebconf-gtk  none (no description available)

-- no debconf information

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#537492: menu: Binary without execution bits.

2009-07-19 Thread Joey Hess
Cyril Brulebois wrote:
 I guess we need a plan to fix some maintainer scripts, or am I grossly
 overlooking things here?

j...@gnu:~/src/debhelper/autoscriptscat postinst-menu
if [ $1 = configure ]  [ -x `which update-menus 2/dev/null` ]; then


Which works fine in this case.

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#537506: syslinux-common: pxelinux doesn't display progress on downloading files

2009-07-19 Thread Daniel Baumann
severity 537506 wishlist
tags 537506 +upstream
thanks

Vagrant Cascadian wrote:
 when using pxelinux, the version in lenny displays .s while downloading
 files... the pxelinux version in squeeze/sid displays absolutely nothing, 
 which
 makes it hard to determine if the download is stalled, or just silently
 working, but slow.

please do report upstream bugs directly to upstream at
sysli...@zytor.com. I'll forward this one though.

Regards,
Daniel

-- 
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#477125: bugs-everywhere 0.0.193+bzr.r217-1 source package uploaded

2009-07-19 Thread Ben Finney
On 18-Jul-2009, martin f krafft wrote:
 also sprach Ben Finney ben+deb...@benfinney.id.au [2009.06.09.1735 +0200]:
  I have uploaded a ‘bugs-everywhere’ source package to
  mentors.debian.net:
  
  $ dget 
  http://mentors.debian.net/debian/pool/main/b/bugs-everywhere/bugs-everywhere_0.0.193+bzr.r217-1.dsc
 
 Is this progressing?

I haven't seen a response from you to my most recent question:

On 14-Jun-2009, Ben Finney wrote:
 As far as I can tell, there are no outstanding issues you want
 addressed immediately. Should I make another release? Alternatively
 you can ‘bzr clone’ my Debian repository and do some more picking :-)

-- 
 \  “We tend to scoff at the beliefs of the ancients. But we can't |
  `\scoff at them personally, to their faces, and this is what |
_o__) annoys me.” —Jack Handey |
Ben Finney b...@benfinney.id.au


signature.asc
Description: Digital signature


Bug#537421: base: Going to tty1, etc shows gibberish on HP G50 Laptop!

2009-07-19 Thread Holger Levsen
Hi Deniz,

On Samstag, 18. Juli 2009, Deniz Akcal wrote:
 Only my laptop experiences this. I've also experienced this when using
 Ubuntu 8.10. When I switch to tty1, if it shows gibberish I need to
 switch back to the GUI then to tty2 or something then to tty1. If I go
 GUI then back to tty1 if I recall correctly it is possible that my
 computer freezes and I need to reboot manually.

So this happens on Debian Lenny too? Which graphics card are you using?


regards,
Holger


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


Bug#531341: prints login incorrect without asking for password when entering an invalid login

2009-07-19 Thread Nicolas François
tags 531341 wontfix
thanks

There are two contradicting security goals which are to avoid having root's
password entered on unsafe lines (and unknown users should be considered
as a mistyped 'root'), and to avoid leaking information regarding existing
users.

The default can be changed in /etc/pam.d/login.

I'm keeping the bug open and tagged wontfix...
until another solution is found or enough arguments are provided to change
the default for Debian.

Best Regards,
-- 
Nekral



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



Bug#537526: ltsp-client: remote sound using pulseaudio broken

2009-07-19 Thread Vagrant Cascadian
Package: ltsp-client
Version: 5.1.76-1
Severity: important

the ltsp-client init scripts fail to start pulseaudio when run on squeeze. with
the same versions of ltsp, it works fine on lenny. either something is broken
in pulseaudio, or possibly one of the commandline options was dropped, causing
the pulseaudio binary to fail to start...



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



Bug#537524: [INTL:gl] atokx2 debconf translation update

2009-07-19 Thread marce
Package: atokx2
Version: 17.0-2.1-6
Severity: wishlist
Tags: l10n gl

Please find enclosed the updated Galician translation

# Copyright (C) 2009
# This file is distributed under the same license as the atokx2 package.
#
# Marce Villarino mvillar...@gmail.com, 2009.
msgid 
msgstr 
Project-Id-Version: atokx2\n
Report-Msgid-Bugs-To: t...@debian.or.jp\n
POT-Creation-Date: 2007-02-07 17:40+0900\n
PO-Revision-Date: 2009-07-19 10:16+0200\n
Last-Translator: Marce Villarino mvillar...@gmail.com\n
Language-Team: Galician proxe...@trasno.net\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: Lokalize 0.3\n
Plural-Forms: nplurals=2; plural=n != 1;\n

#. Type: string
#. Description
#: ../templates:1001
msgid ATOKX2 archive location:
msgstr Localización do arquivo ATOKX2:

#. Type: string
#. Description
#: ../templates:1001
msgid 
This package is an installer package, it does not actually contain ATOKX2. 
You will need to get ATOKX2 commercial package.
msgstr 
Este paquete é un instalador, non contén realmente ATOKX2. Deberá conseguir 
un paquete comercial ATOKX2.

#. Type: string
#. Description
#: ../templates:1001
msgid If you mounted ATOKX original CDROM, enter the directory you mount on.
msgstr 
Se montou o CDROM orixinal de ATOKX, indique o directorio onde o montou.

#. Type: string
#. Description
#: ../templates:1001
msgid Or if you have following file, enter the directory you put it in.
msgstr Ou se ten o seguinte ficheiro, indique o directorio onde o puxo.

#. Type: string
#. Description
#: ../templates:1001
msgid o atokx-17.0-2.0.i386.tar.gz
msgstr o atokx-17.0-2.0.i386.tar.gz




Bug#537395: test suite fails on amd64

2009-07-19 Thread Damyan Ivanov
-=| Joey Hess, Sat, Jul 18, 2009 at 12:02:29PM +0200 |=-
 Damyan Ivanov wrote:
  I have built it on amd64 successfuly too. I left the build looping 
  overnight.
  
  I admit the chroot is not a newly-built one, I use it simce years, but 
  it was upgraded to sid just before the builds started.
 
 Do you have any idea from the failure or type of test what
 possible environmental thing might be different in my chroot to cause
 this?
 
 (I also see the failure non-chrooted on the same machine.)

(a blind guess) maybe it is related to the host name?

Hopefully Dominique, who is also the upstream author, has some more 
concrete ideas.

-- 
dam


signature.asc
Description: Digital signature


Bug#537525: rxvt-unicode: readline confused by escape sequences in prompt

2009-07-19 Thread Ian Zimmerman
Package: rxvt-unicode
Version: 9.05-1+lenny1
Severity: normal

I set my bash PS1 variable like this:

bold_start=`tput bold`
bold_end=`tput sgr0`
PS1='\['${bold_start}'\...@\h:\w$\['${bold_end}'\] '

Note the \[ and \] , which are exactly what bash documentation
recommends to tell readline about nongraphic characters in the prompt.
It works in other terminal emulators - I tested with the linux console
and with roxterm, at least.  And it works even with urxvt - _until_ I
changed my locale to *.UTF-8.  Now, the following happens:

i...@matica:~/foo$ ls misss1-10-the_last_night_of_the_world.wav
#i move cursor here^
#i hit Alt-2
(arg: 2) ls misss1-10-the_last_night_of_the_world.wav
#cursor is here   ^
#(still ok)
#i hit Alt-u (to uppercase 2 words)
i...@matica:~/foo$ ls misss1LAST_NIGHTst_night_of_the_world.wav
# cursor is here ^

Again, roxterm handles this correctly, irrespective of locale, so it's
not a bash or readline problem.

-- System Information:
Debian Release: 5.0.2
  APT prefers stable
  APT policy: (990, 'stable')
Architecture: i386 (i686)

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

Versions of packages rxvt-unicode depends on:
ii  base-passwd3.5.20Debian base system master password
ii  libafterimage0 2.2.8-2   imaging library designed for After
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libcairo2  1.6.4-7   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.6.0-3   generic font configuration library
ii  libfreetype6   2.3.7-2+lenny1FreeType 2 font engine, shared lib
ii  libgcc11:4.3.2-1.1   GCC support library
ii  libglib2.0-0   2.16.6-2  The GLib library of C routines
ii  libgtk2.0-02.12.12-1~lenny1  The GTK+ graphical user interface 
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libperl5.105.10.0-19 Shared Perl library
ii  libpng12-0 1.2.27-2+lenny2   PNG library - runtime
ii  librsvg2-2 2.22.2-2lenny1SAX-based renderer library for SVG
ii  libsm6 2:1.0.3-2 X11 Session Management library
ii  libtiff4   3.8.2-11.2Tag Image File Format (TIFF) libra
ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxft22.1.12-3  FreeType-based font drawing librar
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
ii  ncurses-base   5.7+20081213-1basic terminal type definitions
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

rxvt-unicode recommends no packages.

Versions of packages rxvt-unicode suggests:
ii  ttf-bitstream-vera1.10-7 The Bitstream Vera family of free 

-- 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#537507: invalid

2009-07-19 Thread Jérémy Lal

this is not a bug in power-manager, see

http://bugzilla.xfce.org/show_bug.cgi?id=5584



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



Bug#537317: libccid: Details

2009-07-19 Thread Simon Richter
Hi,

On Fri, Jul 17, 2009 at 03:50:00PM +0200, Ludovic Rousseau wrote:

 Added in upstream CCID driver in revision 4318.

Cool, thanks!

 Do you have an URL describing the reader? with a picture of the reader?

The reader was only sold in Japan, and the Japanese tech support was very
puzzled that one of them surfaced in Germany.

Aigars took a photo of mine:

http://www.flickr.com/photos/aigarius/3733847049/

   Simon



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



Bug#536175: closed by Bastian Blank wa...@debian.org (Bug#536175: fixed in xen-3 3.4.0-2)

2009-07-19 Thread Csillag Kristof
Debian Bug Tracking System wrote:
 #536175: xen-utils-3.4: Package description should mention the HVM is
disabled

 It has been closed by Bastian Blank wa...@debian.org.
 Changes:
  xen-3 (3.4.0-2) unstable; urgency=low
  .
* Add symbols file for libxenstore3.0. (closes: #536173)
* Document that ioemu is currently unsupported. (closes: #536175)
I see you have added a note to the NEWS file.

Due to the importance of the matter, I think the appropriate
place would be the package description of xen-utils-3.4.

This way, the users can reconsider their decision_before_
installing the package. This is especially important until
#536176 is solved, because right now if a user succumbs
to the 3.4 package, there is no easy way going back to 3.2.

Kristof

ps. I am not re-opening the bug, this is just a suggestion for the next
release.

* Fix location of fsimage plugins. (closes: #536174)





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



Bug#537529: (spandsp_0.0.5~pre4-1/avr32): FTBFS: Outdated config.{sub,guess}

2009-07-19 Thread bradsmith
Package: spandsp
Version: 0.0.5~pre4-1
Severity: wishlist
User: bradsm...@debian.org
Usertags: avr32

Hi,

Whilst building your package on AVR32, the build failed due to outdated
config.{sub,guess} files.

Full build logs available:

  
http://buildd.debian-ports.org/build.php?pkg=spandsparch=avr32ver=0.0.5~pre4-1

Regards,
Bradley Smith

--
Bradley Smith b...@brad-smith.co.uk
Debian GNU/Linux Developer bradsm...@debian.org
GPG: 0xC718D347   D201 7274 2FE1 A92A C45C EFAB 8F70 629A C718 D347



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



Bug#537531: (xlockmore_1:5.27-1/avr32): FTBFS: Outdated config.{sub,guess}

2009-07-19 Thread bradsmith
Package: xlockmore
Version: 1:5.27-1
Severity: wishlist
User: bradsm...@debian.org
Usertags: avr32

Hi,

Whilst building your package on AVR32, the build failed due to outdated
config.{sub,guess} files.

Full build logs available:

  http://buildd.debian-ports.org/build.php?pkg=xlockmorearch=avr32ver=1:5.27-1

Regards,
Bradley Smith

--
Bradley Smith b...@brad-smith.co.uk
Debian GNU/Linux Developer bradsm...@debian.org
GPG: 0xC718D347   D201 7274 2FE1 A92A C45C EFAB 8F70 629A C718 D347



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



Bug#537532: (x11-utils_7.4+1/avr32): FTBFS: Outdated config.{sub,guess}

2009-07-19 Thread bradsmith
Package: x11-utils
Version: 7.4+1
Severity: wishlist
User: bradsm...@debian.org
Usertags: avr32

Hi,

Whilst building your package on AVR32, the build failed due to outdated
config.{sub,guess} files.

Full build logs available:

  http://buildd.debian-ports.org/build.php?pkg=x11-utilsarch=avr32ver=7.4+1

Regards,
Bradley Smith

--
Bradley Smith b...@brad-smith.co.uk
Debian GNU/Linux Developer bradsm...@debian.org
GPG: 0xC718D347   D201 7274 2FE1 A92A C45C EFAB 8F70 629A C718 D347



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



Bug#537528: (fox1.4_1.4.34-1/avr32): FTBFS: Outdated config.{sub,guess}

2009-07-19 Thread bradsmith
Package: fox1.4
Version: 1.4.34-1
Severity: wishlist
User: bradsm...@debian.org
Usertags: avr32

Hi,

Whilst building your package on AVR32, the build failed due to outdated
config.{sub,guess} files.

Full build logs available:

  http://buildd.debian-ports.org/build.php?pkg=fox1.4arch=avr32ver=1.4.34-1

Regards,
Bradley Smith

--
Bradley Smith b...@brad-smith.co.uk
Debian GNU/Linux Developer bradsm...@debian.org
GPG: 0xC718D347   D201 7274 2FE1 A92A C45C EFAB 8F70 629A C718 D347



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



Bug#537527: (fox1.6_1.6.25-1/avr32): FTBFS: Outdated config.{sub,guess}

2009-07-19 Thread bradsmith
Package: fox1.6
Version: 1.6.25-1
Severity: wishlist
User: bradsm...@debian.org
Usertags: avr32

Hi,

Whilst building your package on AVR32, the build failed due to outdated
config.{sub,guess} files.

Full build logs available:

  http://buildd.debian-ports.org/build.php?pkg=fox1.6arch=avr32ver=1.6.25-1

Regards,
Bradley Smith

--
Bradley Smith b...@brad-smith.co.uk
Debian GNU/Linux Developer bradsm...@debian.org
GPG: 0xC718D347   D201 7274 2FE1 A92A C45C EFAB 8F70 629A C718 D347



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



Bug#537530: (tesseract_2.03-2/avr32): FTBFS: Outdated config.{sub,guess}

2009-07-19 Thread bradsmith
Package: tesseract
Version: 2.03-2
Severity: wishlist
User: bradsm...@debian.org
Usertags: avr32

Hi,

Whilst building your package on AVR32, the build failed due to outdated
config.{sub,guess} files.

Full build logs available:

  http://buildd.debian-ports.org/build.php?pkg=tesseractarch=avr32ver=2.03-2

Regards,
Bradley Smith

--
Bradley Smith b...@brad-smith.co.uk
Debian GNU/Linux Developer bradsm...@debian.org
GPG: 0xC718D347   D201 7274 2FE1 A92A C45C EFAB 8F70 629A C718 D347



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



Bug#532447: xulrunner_1.9.0.10-1(alpha/unstable): FTBFS on alpha - test failure

2009-07-19 Thread Paul Wise
fixed 532447 1.9.1.1-1
thanks

On Wed, 2009-07-01 at 07:27 +0200, Luk Claes wrote:

 Just given back on alpha. Lets see if it helps.

Doesn't look like it did. The version in experimental seems to build on
alpha though:

http://experimental.debian.net/fetch.php?pkg=xulrunnerver=1.9.1.1-1arch=alphastamp=1247941851file=logas=raw

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#537395: test suite fails on amd64

2009-07-19 Thread Joey Hess
Damyan Ivanov wrote:
 (a blind guess) maybe it is related to the host name?
 
 Hopefully Dominique, who is also the upstream author, has some more 
 concrete ideas.

FWIW, hostname is hydra, hostname -f hydra.kitenet.net

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#537425: [Pkg-audacious-maintainers] Bug#537425: [audacious] Segmentation fault when trying to start

2009-07-19 Thread Martin Ketzer
it works when i remove audacious-plugins-extra. but that is not what you meant 
with third-party?

Martin


neno...@dereferenced.org wrote:
 severity 537425 important
 thanks
 
 Please run it as audacious2 --no-log, and remove any third-party plugins.  
 They may need to be rebuilt due to the PAPI changes in 2.1.
 
 William
 
 - Original Message -
 From: Martin Ketzer martin.ket...@gmx.de
 To: sub...@bugs.debian.org
 Sent: Saturday, July 18, 2009 3:00:29 AM
 Subject: [Pkg-audacious-maintainers] Bug#537425: [audacious] Segmentation 
 fault when trying to start
 
 Package: audacious
 Version: 2.1-1
 Severity: serious
 
 --- Please enter the report below this line. ---
 i am getting a seg fault whenever i am trying to start audacious. it looks 
 like this:
 
 ** (audacious2:7032): WARNING **: Could not open 
 file:///home/simaketz/.adplug/adplug.db for reading
 or writing: Error opening file: No such file or directory
 Segmentation fault
 
 when i delete the settings dir (~/.config/audacious) only Segmentation 
 fault remains
 
 --- System information. ---
 Architecture: amd64
 Kernel:   Linux 2.6.30.1
 
 Debian Release: squeeze/sid
   500 unstablewww.debian-multimedia.org
   500 unstableftp.de.debian.org
   500 unstabledeb.opera.com
   500 testing ftp.de.debian.org
   500 experimentalwww.debian-multimedia.org
 1 experimentalftp.de.debian.org
 
 --- Package information. ---
 Depends(Version) | Installed
 -+-=
 libatk1.0-0  (= 1.20.0) | 1.26.0-1
 libaudclient2  (= 2.1-1) | 2.1-1
 libaudcore1(= 2.1-1) | 2.1-1
 libc6   (= 2.7) | 2.9-20
 libcairo2 (= 1.2.4) | 1.8.8-2
 libdbus-1-3   (= 1.0.2) | 1.2.16-2
 libdbus-glib-1-2   (= 0.78) | 0.80-4
 libfontconfig1(= 2.4.0) | 2.6.0-4
 libfreetype6  (= 2.2.1) | 2.3.9-5
 libglib2.0-0 (= 2.16.0) | 2.20.4-1
 libgtk2.0-0  (= 2.12.0) | 2.16.4-1
 libice6 (= 1:1.0.0) | 2:1.0.5-1
 libmcs1  | 0.7.1-1
 libmowgli1(= 0.5.0) | 0.6.1-1
 libpango1.0-0(= 1.14.0) | 1.24.4-1
 libsad2  | 2.1-1
 libsamplerate0   | 0.1.7-2
 libsm6   | 2:1.1.0-2
 audacious-plugins   ( 2.0) | 2.1-1
 audacious-plugins   ( 2.2) | 2.1-1
 dbus | 1.2.16-2
 dbus-x11 | 1.2.16-2
 libaudid3tag2  (= 2.1-1) | 2.1-1
 libaudutil1(= 2.1-1) | 2.1-1
 gtk2-engines-pixbuf  | 2.16.4-1
 
 
 Recommends   (Version) | Installed
 ==-+-===
 audacious-plugins-extra   ( 2.0) | 2.1-1
 audacious-plugins-extra   ( 2.2) | 2.1-1
 unzip  | 6.0-1
 
 
 Package's Suggests field is empty.
 
 
 
 
 
 
 ___
 Pkg-audacious-maintainers mailing list
 pkg-audacious-maintain...@lists.alioth.debian.org
 http://lists.alioth.debian.org/mailman/listinfo/pkg-audacious-maintainers
 




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



Bug#537533: [INTL:gl] docbookwiki debconf translation update

2009-07-19 Thread marce
Package: docbookwiki
Version: 0.9.1cvs-10
Severity: 
Tags: l10n gl

Please find enclosed the updated Galician translation

# Copyright (C) 2009 Marce Villarino
# This file is distributed under the same license as the docbookwiki package.
#
# Marce Villarino mvillar...@gmail.com, 2009.
msgid 
msgstr 
Project-Id-Version: docbookwiki\n
Report-Msgid-Bugs-To: termi...@debian.org\n
POT-Creation-Date: 2007-08-15 20:56+0800\n
PO-Revision-Date: 2009-07-19 10:47+0200\n
Last-Translator: Marce Villarino mvillar...@gmail.com\n
Language-Team: Galician proxe...@trasno.net\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: Lokalize 0.3\n
Plural-Forms: nplurals=2; plural=n != 1;\n

#. Type: boolean
#. Description
#: ../templates:1001
msgid Remove books during purge?
msgstr Deben eliminarse os libros ao purgar?

#. Type: boolean
#. Description
#: ../templates:1001
msgid 
If you accept here, any books uploaded into DocBookWiki, including XML 
source and downloadable formats, will be removed along with the program 
files.
msgstr 
Se acepta isto calquera libro enviado a DocBookWiki, incluíndo as fontes 
XML e os formatos para obter, eliminaranse xunto cos ficheiros do programa.

#. Type: boolean
#. Description
#: ../templates:2001
msgid Generate downloadable formats now?
msgstr Desexa xerar agora os formatos para obter?

#. Type: boolean
#. Description
#: ../templates:2001
msgid 
DocBookWiki can generate downloadable formats (HTML, PDF, etc) for the 
default set of books during installation, but this will take quite some time 
to do.  If you do not want to generate these now, decline here and they will 
be generated when the next DocBookWiki weekly cron job runs.
msgstr 
DocBookWiki pode xerar formatos para obter (HTML, PDF etc) para o conxunto 
predeterminado de libros durante a instalación, pero isto ha levar un tempo. 
Se non os quer xerar agora, non acepte isto e hanse xerar cando se execute a 
vindeira tarefa semanal de cron de DocBookWiki.

#. Type: multiselect
#. Choices
#: ../templates:3001
msgid apache
msgstr apache

#. Type: multiselect
#. Choices
#: ../templates:3001
msgid apache-ssl
msgstr apache-ssl

#. Type: multiselect
#. Choices
#: ../templates:3001
msgid apache-perl
msgstr apache-perl

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

#. Type: multiselect
#. Description
#: ../templates:3002
msgid Which web server would you like to reconfigure automatically?
msgstr Que servidor web desexa reconfigurar automaticamente?

#. Type: multiselect
#. Description
#: ../templates:3002
msgid 
DocBookWiki supports any web server that PHP does, but this automatic 
configuration process only supports Apache.
msgstr 
DocBookWiki soporta calquera servidor web con PHP, pero este proceso 
de configuración automática só serve para Apache.

#. Type: boolean
#. Description
#: ../templates:4001
msgid Do you want to restart Apache now?
msgstr Desexa reiniciar Apache agora?

#. Type: boolean
#. Description
#: ../templates:4001
msgid 
In order to activate the new configuration Apache has to be restarted. If 
you do not confirm here, please remember to restart Apache manually.
msgstr 
Debe reiniciarse Apache para activar a nova configuración. Se non o confirma 
aquí, acórdese de reiniciar Apache manualmente.

#. Type: password
#. Description
#: ../templates:5001
msgid Password for web-based setup system:
msgstr Contrasinal para o sistema de configuración baseado en web:

#. Type: password
#. Description
#: ../templates:5001
msgid 
DocBookWiki comes with an administration script that can help you with 
managing users. The script is located at http://localhost/books/admin.php. 
For security reasons it requires authorization.  The administrator's 
username is 'superuser' and the default password is 'admin'.
msgstr 
DocBookWiki ven cun script de administración que pode axudalo a xestionar os 
usuarios. Este script está en http://localhost/books/admin.php. 
Por motivos de seguridade require dunha autorización. O nome do usuario 
administrador é «superuser» e o contrasinal predeterminado é «admin».

#. Type: password
#. Description
#: ../templates:5001
msgid 
It is recommended that you enter a different superuser password here. Leave 
empty if you want to use the default password.
msgstr 
Recoméndase que indique un contrasinal de «superuser» diferente aquí. Déixeo 
en 
branco se desexa empregar o contrasinal predeterminado.



Bug#508595: CVE-2008-5380: allows local users to overwrite arbitrary files via a symlink attack

2009-07-19 Thread Hamish
fyi, this is fixed in the latest release: 2.10pre7.
these scripts are no longer shipped.


Hamish



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



Bug#390504: possible solution

2009-07-19 Thread Henning Sprang
On Sun, Jul 19, 2009 at 9:25 AM, Holger Levsenhol...@layer-acht.org wrote:
 The thing is, that there are circumstances where the softupdate is the first
 fai run.

Only if we intend to push FAI usage and not let this field completly
to the, in the meantime much more successful, puppet. Who cares about
growth - small is beautiful! :)

No, really, Holger's right!

 It would be nice if that had a sensible/usable default, so that one could
 install fai-client plus a my-fai-config-space package and run softupdate,
 without having the my-fai-config-space package edit the config file of
 fai-client...

One could start with /srv/fai/config ...

So, after a fai-quickstart and coyping the sample config, the server
can serve clients and at the same time be managed itself with
softupdates.

Henning


-- 
Henning Sprang
http://www.sprang.de



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



Bug#537534: [INTL:gl] arb debconf translation update

2009-07-19 Thread marce
Package: arb
Version: 0.0.20071207.1-7
Severity: wishlist
Tags: l10n gl

Please find enclosed the updated Galician translation

# Copyright (C) 2009 Marce Villarino
# This file is distributed under the same license as the arb package.
#
# Marce Villarino mvillar...@gmail.com, 2009.
msgid 
msgstr 
Project-Id-Version: arb\n
Report-Msgid-Bugs-To: a...@packages.debian.org\n
POT-Creation-Date: 2009-03-20 08:21+0100\n
PO-Revision-Date: 2009-07-19 11:25+0200\n
Last-Translator: Marce Villarino mvillar...@gmail.com\n
Language-Team: Galician proxe...@trasno.net\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: Lokalize 0.3\n
Plural-Forms: nplurals=2; plural=n != 1;\n

#. Type: multiselect
#. Description
#: ../arb-common.templates:1001
msgid Arb users:
msgstr Usuarios de Arb:

#. Type: multiselect
#. Description
#: ../arb-common.templates:1001
msgid 
Please choose, among the list of all unprivileged users of the system, those 
who will be allowed running ${pkg}.
msgstr 
Escolla na lista de todos os usuarios sen privilexios do sistema, aqueles a 
quen 
se lles permitirá executar ${pkg}.



Bug#532447: xulrunner_1.9.0.10-1(alpha/unstable): FTBFS on alpha - test failure

2009-07-19 Thread Mike Hommey
On Sun, Jul 19, 2009 at 10:56:09AM +0200, Paul Wise wrote:
 fixed 532447 1.9.1.1-1
 thanks
 
 On Wed, 2009-07-01 at 07:27 +0200, Luk Claes wrote:
 
  Just given back on alpha. Lets see if it helps.
 
 Doesn't look like it did. The version in experimental seems to build on
 alpha though:
 
 http://experimental.debian.net/fetch.php?pkg=xulrunnerver=1.9.1.1-1arch=alphastamp=1247941851file=logas=raw

But the previous version, 1.9.1-1, failed, and there is really no
difference in 1.9.1.1-1 that would explain that.

On the other hand, 1.9.1-1 was built with:
Toolchain package versions: libc6.1-dev_2.9-13 g++-4.3_4.3.3-13
gcc-4.3_4.3.3-13 binutils_2.19.1-1 libstdc++6_4.4.0-10
libstdc++6-4.3-dev_4.3.3-13

while 1.9.1.1-1 was built with:
Toolchain package versions: libc6.1-dev_2.9-13 g++-4.3_4.3.3-14
gcc-4.3_4.3.3-14 binutils_2.19.1-1 libstdc++6_4.4.0-11
libstdc++6-4.3-dev_4.3.3-14

Maybe this made the difference.

Mike



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



Bug#537535: other missing utilities for debconf replacement

2009-07-19 Thread Joey Hess
Package: cdebconf
Version: 0.146
Severity: normal

In order to replace perl debconf, the following utilities
are also probably needed in cdebconf:

* debconf-set-selections (preseed has a shell version of this,
  just needs some minor breaking out and the ability to read
  stdin if no file is specified)
* debconf-get-selections
* debconf-show
* debconf-escape (the perl script could be copied into cdebconf
  and would work ok, but cdebconf is also missing the escape CAPB)

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

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

Versions of packages cdebconf depends on:
ii  debconf   1.5.27 Debian configuration management sy
ii  libc6 2.9-19 GNU C Library: Shared libraries
ii  libdebian-installer4  0.63   Library of common debian-installer
ii  libnewt0.52   0.52.10-4  Not Erik's Windowing Toolkit - tex
ii  libslang2 2.1.4-3The S-Lang programming library - r
ii  libtextwrap1  0.1-8  text-wrapping library with i18n - 

cdebconf recommends no packages.

Versions of packages cdebconf suggests:
pn  cdebconf-gtk  none (no description available)

-- no debconf information

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#537536: missing hacks to run config script, do template autoload, etc

2009-07-19 Thread Joey Hess
Package: cdebconf
Version: 0.146
Severity: normal

perl debconf, in the frontend program, has complicated
probing that figures out the package whose postinst 
script is being run, and loads the corresponding templates
file and runs the corresponding config script first. (Etc.)

cdebconf is missing all that ugliness. It is not needed in d-i,
because udpkg kindly loads the templates, and udebs don't have config
scripts. But, to replace perl debconf, all that nastiness needs
to be replicated in cdebconf.

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

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

Versions of packages cdebconf depends on:
ii  debconf   1.5.27 Debian configuration management sy
ii  libc6 2.9-19 GNU C Library: Shared libraries
ii  libdebian-installer4  0.63   Library of common debian-installer
ii  libnewt0.52   0.52.10-4  Not Erik's Windowing Toolkit - tex
ii  libslang2 2.1.4-3The S-Lang programming library - r
ii  libtextwrap1  0.1-8  text-wrapping library with i18n - 

cdebconf recommends no packages.

Versions of packages cdebconf suggests:
pn  cdebconf-gtk  none (no description available)

-- no debconf information

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#537537: [INTL:gl] fglrx-driver debconf translation update

2009-07-19 Thread marce
Package: fglrx-driver
Version: 1:9-6-3
Severity: wishlist
Tags: l10n gl

Please find enclosed the updated Galician translation

# Copyright (C) 2009 Marce Villarino
# This file is distributed under the same license as the fglrx package.
#
# Marce Villarino mvillar...@gmail.com, 2009.
msgid 
msgstr 
Project-Id-Version: fglrx-driver_1:9-6-3_templates\n
Report-Msgid-Bugs-To: fglrx-dri...@packages.debian.org\n
POT-Creation-Date: 2009-01-24 12:39+0100\n
PO-Revision-Date: 2009-07-19 11:46+0200\n
Last-Translator: Marce Villarino mvillar...@gmail.com\n
Language-Team: Galician proxe...@trasno.net\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: Lokalize 0.3\n
Plural-Forms: nplurals=2; plural=n != 1;\n

#. Type: boolean
#. Description
#: ../fglrx-driver.templates:1001
msgid Enable powersave switching on ACPI events?
msgstr Desexa activar os trocos no aforro enerxético cos eventos ACPI?

#. Type: boolean
#. Description
#: ../fglrx-driver.templates:1001
msgid 
If the graphic card supports POWERplay, fglrx is able to clock the GPU down 
and up on ACPI events like opening or closing the lid and turning the AC 
adapter on or off.
msgstr 
Se a tarxeta gráfica soporta POWERplay, fglrx pode axustar a velocidade da 
GPU 
ao acontecer eventos ACPI como abrir ou pechar a pantalla e conectar ou 
desconectar 
o transformador.

#. Type: boolean
#. Description
#: ../fglrx-driver.templates:1001
msgid This saves much battery power on notebooks.
msgstr Isto aforra moita batería nos portátiles.



Bug#264774: Debian wnpp bugs auto-close script

2009-07-19 Thread Niels Thykier
Hi

I have been trying to reach David Moreno Garza
da...@cerdita.damog.net, however the email is no longer valid. Doing
a little google search I am guessing that da...@debina.org is your new
email address. If this is not the case, please disregard this email.



There has been a long wish for a script that could assist the debian-qa
team in locating old wnpp bugs.

Lucas mentioned[1] that you used to have a script running that
automatically closes old bugs[2]. If you still have it and it is still
works, we could perhaps re-instate it and have this bug solved. Even if
it does not work any longer, it could prove useful as reference.

~Niels

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=264774#25
[2] Like this one:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=137712#22



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



Bug#519560: /etc/init.d/radvd restart fails

2009-07-19 Thread Arthur Marsh
Package: radvd
Version: 1:1.2-1
Severity: normal


Hi, the restart function should work on any script in /etc/init.d:wq

# /etc/init.d/radvd restart
Stopping radvd: radvd.
/etc/init.d/radvd: line 91: nvoke-rc.d: command not found
# /etc/init.d/radvd start
Starting radvd: radvd.


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

Kernel: Linux 2.6.31-rc3 (SMP w/1 CPU core; PREEMPT)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages radvd depends on:
ii  adduser   3.110  add and remove users and groups
ii  libc6 2.9-20 GNU C Library: Shared libraries

radvd recommends no packages.

radvd suggests no packages.

-- debconf-show failed



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



Bug#522956: firmware-matrox: g200-warp firmware from firmware-linux kills system on 3d-acceleration

2009-07-19 Thread Ben Hutchings
On Sun, 2009-07-19 at 09:16 +0300, David Baron wrote:
 On Sunday 19 July 2009 02:23:52 Moritz Muehlenhoff wrote:
  On Mon, Apr 13, 2009 at 01:07:04PM +0300, David Baron wrote:
   On Monday 13 April 2009 01:52:27 Ben Hutchings wrote:
On Sat, 2009-04-11 at 21:58 +0300, David Baron wrote:
[...]
   
  What happens if you uninstall the firmware?  The result should be a
  fallback to software rendering.

 This is what happens.
   
Your bug report is for firmware-linux.  If you have not installed it,
clearly you have not found a bug in the repackaging of the firmware but
in the code added to the mga DRM driver for the missing-firmware case.
   
Please confirm whether or not you have installed firmware-linux.  If
not, please install it and report whether 3D acceleration works again.
   
Ben.
  
   I obviously installed firmware-linux.
  
   Right now, report but, if it FINDS the named package, dies with an error.
   So doing it this way allowed me to report the bug.
 
  Does this still occur in the 2.6.30 kernel?
 
  Cheers,
  Moritz
 
 Yes.
 
 With firmware-linux installed, attempts at DRI will hang.
 
 Right now, I am running with the warp.c and ucode.h sources from 2.6.28 until 
 this is fixed.

Please try installing the firmware from
http://womble.decadent.org.uk/tmp/firmware/.

Ben.

-- 
Ben Hutchings
Unix is many things to many people,
but it's never been everything to anybody.


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


Bug#537539: [INTL:gl] eagle debconf translation update

2009-07-19 Thread marce
Package: eagle
Version: 5.4.0-4
Severity: wishlist
Tags: l10n gl

Please find enclosed the updated Galician translation

#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
#
# Marce Villarino mvillar...@gmail.com, 2009.
msgid 
msgstr 
Project-Id-Version: eagle_5.4.0-4_templates\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2004-03-29 09:46-0800\n
PO-Revision-Date: 2009-07-19 11:42+0200\n
Last-Translator: Marce Villarino mvillar...@gmail.com\n
Language-Team: Galician proxe...@trasno.net\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: Lokalize 0.3\n
Plural-Forms: nplurals=2; plural=n != 1;\n

#. Type: boolean
#. Description
#: ../templates:4
msgid Run eagle now to install the license key file?
msgstr 
Desexa executar eagle agora para instalar o ficheiro coa chave da 
licenza?

#. Type: boolean
#. Description
#: ../templates:4
msgid Eagle must be run once as root to install the license key file.
msgstr 
Eagle debe executarse unha vez como root para instalar o ficheiro da 
chave coa 
licenza.



Bug#537538: [INTL:gl] trn4 debconf translation update

2009-07-19 Thread marce
Package: trn4
Version: 4.0-test76-16
Severity: wishlist
Tags: l10n gl

Please find enclosed the updated Galician translation

# Copyright (C) 2009
# This file is distributed under the same license as the trn4 package.
#
# Marce Villarino mvillar...@gmail.com, 2009.
msgid 
msgstr 
Project-Id-Version: trn4\n
Report-Msgid-Bugs-To: t...@packages.debian.org\n
POT-Creation-Date: 2007-11-12 10:08+\n
PO-Revision-Date: 2009-07-19 11:39+0200\n
Last-Translator: Marce Villarino mvillar...@gmail.com\n
Language-Team: Galician proxe...@trasno.net\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: Lokalize 0.3\n
Plural-Forms: nplurals=2; plural=n != 1;\n

#. Type: string
#. Description
#: ../templates:1001
msgid What news server should be used for reading and posting news?
msgstr Que servidor de noticias debe empregarse para ler e enviar novas?

#. Type: string
#. Description
#: ../templates:1001
msgid 
trn is configured to read news via an NNTP connection, and needs to know the 
fully-qualified host name of the server (such as news.example.com). If you 
have a local news spool, you should consider installing some NNTP server 
like inn2; in that case, enter \localhost\ as your news server.
msgstr 
trn está configurado para ler as novas mediante unha conexión NNTP e precisa 
saber o nome completo do servidor (como news.exemplo.net). Se ten un spool 
local 
de novas, debería pensar en instalar algún servidor NNTP como inn2, neste 
caso, 
indique «localhost» como o seu servidor de novas.

#. Type: string
#. Description
#: ../templates:2001
msgid What is your system's mail name?
msgstr Cal é o nome do correo do sistema?

#. Type: string
#. Description
#: ../templates:2001
msgid 
Please enter the 'mail name' of your system. This is the hostname portion of 
the address to be shown on outgoing news and mail messages, and is used by 
many packages. trn4 users may override this individually by setting the FROM 
environment variable.
msgstr 
Indique o «nome do correo» do sistema. Esta é a parte do enderezo que se 
refire ao 
servido, que se mostra nas novas e mensaxes de correo enviadas e que se 
emprega en 
moitos paquetes. Os usuarios de trn4 poden sobrescribir isto manualmente 
mediante 
a variábel de entorno FROM.

#. Type: error
#. Description
#: ../templates:3001
msgid /etc/news/whoami and /etc/mailname differ
msgstr /etc/news/whoami es /etc/mailname son diferentes

#. Type: error
#. Description
#: ../templates:3001
msgid 
Some versions of Debian's various trn packages used /etc/news/whoami to 
construct the default From: line of outgoing mail and news messages. This 
package uses /etc/mailname instead, to comply with Debian policy.
msgstr 
Algunhas versións de distintos paquetes do trn de Debian empregaban 
/etc/news/whoami para construír a liña Desde: predeterminada do correo 
saínte 
e das mensaxes de novas. Este paquete emprega /etc/mailname no canto, para 
satisfacer a política de Debian.

#. Type: error
#. Description
#: ../templates:3001
msgid 
However, /etc/news/whoami says that addresses on your system are in the 
domain ${whoami}, while /etc/mailname says that they are in the domain 
${mailname}. In common with your mail configuration, trn4 will use /etc/
mailname from now on anyway; if you need to change this, you might consider 
setting the FROM environment variable for each user to be that user's e-mail 
address.
msgstr 
Porén, /etc/news/whoami di que os enderezos deste sistema son do dominio 
${whoami}, 
mentres que /etc/mailname di que son do ${mailname}. De acordo coa 
configuración 
do correo, trn4 empregará /etc/mailname de agora en diante; se precisa mudar 
isto 
lembre que o pode facer mediante a variábel FROM de cada usuario para que 
sexa a do 
enderezo de correo de cada un.



Bug#537542: update hugin to version 0.8.0

2009-07-19 Thread Christian Garbs
Package: hugin
Version: 0.8.0-1~1
Severity: wishlist

Yesterday hugin 0.8.0 was released.  I've already prepared Debian
packages for the preceding release candidates and now there is a
package of version 0.8.0 as well.

Feel free to have a look at the package from my repository to update
the official Debian package accordingly.  There have been some changes
in the hugin build process - working around them need not be done
twice.
I also provide an up-to-date version of libpano13-0.

deb http://www.cgarbs.de/stuff ./
deb-src http://www.cgarbs.de/stuff ./


Both packages are tested and work for me.  I've postfixed my version
numbers with ~1 so as not to clash with official Debian packages.

Regards
Christian

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

Kernel: Linux 2.6.26 (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 hugin depends on:
ii  enblend   3.2+dfsg-2~bpo50+1 image blending tool
ii  hugin-tools   0.8.0-1~1  CLI tools for Hugin
ii  libboost-thread1.34.1 1.34.1-14  portable C++ multi-threading
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libexiv2-40.17.1-1   EXIF/IPTC metadata manipulation li
ii  libgcc1   1:4.3.2-1.1GCC support library
ii  libgl1-mesa-glx [libg 7.0.3-7A free implementation of the OpenG
ii  libglew1.51.5.0dfsg1-3   The OpenGL Extension Wrangler - ru
ii  libglu1-mesa [libglu1 7.0.3-7The OpenGL utility library (GLU)
ii  libimage-exiftool-per 7.30-1 Library and program to read and wr
ii  libpano13-0   2.9.14-1~1 panorama tools library
ii  libstdc++64.3.2-1.1  The GNU Standard C++ Library v3
ii  libtiff4  3.8.2-11.2 Tag Image File Format (TIFF) libra
ii  libwxbase2.8-02.8.7.1-1.1wxBase library (runtime) - non-GUI
ii  libwxgtk2.8-0 2.8.7.1-1.1wxWidgets Cross-platform C++ GUI t
ii  make  3.81-5 The GNU version of the make util

hugin recommends no packages.

Versions of packages hugin suggests:
ii  enfuse3.2+dfsg-2~bpo50+1 image exposure blending tool

-- no debconf information

-- 
Christian.Garbs.http://www.cgarbs.de

Unter Fernwartung versteht man bei MS vermutlich fernschaltbare
Steckdosen ... natuerlich per
Keypress-over-Hausmeister-over-Voice-over-Phone Protokoll.
- Alexander Schreiber in dcsm


signature.asc
Description: Digital signature


Bug#537544: Remove support for variable $addpackages in fai-mirror

2009-07-19 Thread Thomas Lange
Package: fai-server
Severity: wishlist

Since FAI 2.10 .deb files in /files/packages are not suported any
more (by using $addpackages). But the variable is still used in
fai-mirror. Please remove it and the corresponding code.
-- 
regards Thomas



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



Bug#537537: [Pkg-fglrx-devel] Bug#537537: [INTL:gl] fglrx-driver debconf translation update

2009-07-19 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

marce schrieb:
 Package: fglrx-driver
 Version: 1:9-6-3
 Severity: wishlist
 Tags: l10n gl
 
 Please find enclosed the updated Galician translation
 

Thanks, added.

- --
/*
Mit freundlichem Gruß / With kind regards,
 Patrick Matthäi
 GNU/Linux Debian Developer

E-Mail: pmatth...@debian.org
patr...@linux-dev.org

Comment:
Always if we think we are right,
we were maybe wrong.
*/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkpi7ngACgkQ2XA5inpabMcmqQCglHxbKC/pYUhmOeLMx1oT+824
a3EAniEyCqSq29VQDwhCtkMmVV+BvJ1M
=6IOM
-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#537543: [INTL:gl] sun-java6 debconf translation update

2009-07-19 Thread marce
Package: sun-java6
Version: 6-14-1
Severity: wishlist
Tags: l10n gl

Please find enclosed the updated Galician translation

# Copyright (C) 2009 Marce Villarino
# This file is distributed under the same license as the sun-java6 package.
#
# Marce Villarino mvillar...@gmail.com, 2009.
msgid 
msgstr 
Project-Id-Version: sun-java6_6-14-1_templates\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2009-06-04 10:31+0200\n
PO-Revision-Date: 2009-07-19 12:02+0200\n
Last-Translator: Marce Villarino mvillar...@gmail.com\n
Language-Team: Galician proxe...@trasno.net\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: Lokalize 0.3\n
Plural-Forms: nplurals=2; plural=n != 1;\n

#. Type: note
#. Description
#: ../JB-jre.templates.in:1001
msgid JCE Unlimited Strength Jurisdiction Policy Files
msgstr 

#. Type: note
#. Description
#: ../JB-jre.templates.in:1001
msgid 
Due to import control restrictions of some countries, the JCE jurisdiction 
policy files shipped with this package allow \strong\ but limited 
cryptography to be used. An \unlimited strength\ version of these files 
indicating no restrictions on cryptographic strengths is available for those 
living in eligible countries (which is most countries). You download this 
version and replace the strong cryptography versions supplied with this 
package with the unlimited ones.
msgstr 
Debido a restricións no control das importacións dalgúns países, os 
ficheiros 
JCE jurisdiction policy files subministrados con este paquete permiten 
empregar 
unha criptografía «forte» pero limitada. Hai unha versión destes ficheiros 
con 
«forza non restrinxida» dispoñíbel para quen viva nos países elixíbeis (a 
maioría 
deles). Está a descargar esta versión e substituír as versións con 
criptografía 
forte subministrada con este paquete pola non limitadas.

#. Type: note
#. Description
#: ../JB-jre.templates.in:1001
msgid 
The Java(TM) Cryptography Extension (JCE) Unlimited Strength Jurisdiction 
Policy Files 1.4.2 are available at http://javashoplm.sun.com/ECom/docs/;
Welcome.jsp?StoreId=22PartDetailId=7503-jce-1.4.2-oth-
JPRSiteId=JSCTransactionId=noreg
msgstr 
Os Java(TM) Cryptography Extension (JCE) Unlimited Strength Jurisdiction 
Policy Files 1.4.2 está dispoñíbeis en http://javashoplm.sun.;
com/ECom/docs/Welcome.jsp?StoreId=22PartDetailId=7503jce-1.4.
2-oth-JPRSiteId=JSCTransactionId=noreg

#. Type: boolean
#. Description
#: ../JB-jre.templates.in:2001
msgid Grant the \stopThread\ RuntimePermission?
msgstr Desexa conceder o «stopThread» RuntimePermission?

#. Type: boolean
#. Description
#: ../JB-jre.templates.in:2001
msgid 
This permission allows any thread to stop itself using the java.lang.Thread.
stop() method that takes no argument.
msgstr 
Este permiso permítelle a calquera fío que se deteña a si mesmo empregando 
o método java.lang.Thread.stop(), sen argumentos.

#. Type: boolean
#. Description
#: ../JB-jre.templates.in:2001
msgid 
Note that this permission is granted by default only to remain backwards 
compatible. It is strongly recommended that you either not grant this 
permission at all or restrict it manually in java.policy to code sources 
that you specify, because Thread.stop() is potentially unsafe.
msgstr 
Lembre que este permiso está concedido só por manter a compatibilidade 
cara atrás. Recoméndase que non conceda este permiso en absoluto ou que o 
restrinxa manualmente en java.policy nas fontes de código que especifique, 
porque Thread.stop() é potencialmente inseguro.

#. Type: boolean
#. Description
#: ../JB-jre.templates.in:2001
msgid See \http://java.sun.com/notes\; for more information.
msgstr Consulte «http://java.sun.com/notes» para máis información.

#. Type: boolean
#. Description
#: ../dlj.templates:2001
msgid Do you agree with the DLJ license terms?
msgstr Acepta os termos da licenza DJL?

#. Type: boolean
#. Description
#: ../dlj.templates:2001
msgid 
In order to install this package, you must agree to its license terms, the 
\Operating System Distributor License for Java\ (DLJ), v1.1. Not accepting 
will cancel the installation.
msgstr 
Para instalar este paquete, debe aceptar os termos da licenza, a «Operating 
System Distributor License for Java» (DLJ), v1.1. Se non a acepta 
cancelarase 
a instalación.

#. Type: error
#. Description
#: ../dlj.templates:3001
msgid Declined Operating System Distributor License for Java v1.1 (DLJ)
msgstr Declined Operating System Distributor License para Java v1.1 (DLJ)

#. Type: error
#. Description
#: ../dlj.templates:3001
msgid 
If you do not agree to the DLJ license terms you cannot install this 
software.
msgstr 
Se non acepta os termos da licenza DLJ non poderá instalar este software.

#. Type: error
#. Description
#: ../dlj.templates:3001
msgid The installation of this package will be canceled.
msgstr Cancelarase a instalación deste paquete.



Bug#537540: mplayer: does not redraw for videos with constant images

2009-07-19 Thread Helmut Grohne
Package: mplayer
Version: 1.0~rc3+svn20090405-1
Severity: minor

Actions taken:
Play a video with long constant images. This property holds for certain
music videos on youtube.com. mplayer can nicely be combined with
youtube-dl to play such a video. Then do one of the following things:
1) Resize mplayer.
2) Move the window.
3) Make mplayer not visible and visible again (switching desktops for
   instance).
Window manager in use is fluxbox.

Expected behaviour:
The window should contain the video.

Observed behaviour:
The window remains black for some time (probably until a mainframe
occurs).

Helmut

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

Versions of packages mplayer depends on:
ii  cdebconf [debconf-2. 0.144   Debian Configuration Management Sy
ii  debconf [debconf-2.0 1.5.27  Debian configuration management sy
ii  libasound2   1.0.20-3shared library for ALSA applicatio
ii  libatk1.0-0  1.26.0-1The ATK accessibility toolkit
ii  libaudio21.9.2-1 Network Audio System - shared libr
ii  libavcodec52 4:0.5+svn20090609-1 ffmpeg codec library
ii  libavformat524:0.5+svn20090609-1 ffmpeg file format library
ii  libavutil49  4:0.5+svn20090609-1 ffmpeg utility library
ii  libc62.9-20  GNU C Library: Shared libraries
ii  libcaca0 0.99.beta16-2   colour ASCII art library
ii  libcairo21.8.8-2 The Cairo 2D vector graphics libra
ii  libcdparanoia0   3.10.2+debian-5 audio extraction tool for sampling
ii  libdirectfb-1.2-01.2.7-2 direct frame buffer graphics - sha
ii  libesd0  0.2.41-5Enlightened Sound Daemon - Shared 
ii  libfontconfig1   2.6.0-4 generic font configuration library
ii  libfreetype6 2.3.9-5 FreeType 2 font engine, shared lib
ii  libfribidi0  0.10.9-1Free Implementation of the Unicode
ii  libgcc1  1:4.4.0-10  GCC support library
ii  libgif4  4.1.6-6 library for GIF images (library)
ii  libgl1-mesa-swx11 [l 7.4.4-1 A free implementation of the OpenG
ii  libglib2.0-0 2.20.4-1The GLib library of C routines
ii  libgtk2.0-0  2.16.4-1The GTK+ graphical user interface 
ii  libjack0 0.116.1-4   JACK Audio Connection Kit (librari
ii  libjpeg626b-14   The Independent JPEG Group's JPEG 
ii  liblircclient0   0.8.3-3 infra-red remote control support -
ii  liblzo2-22.03-1  data compression library
ii  libncurses5  5.7+20090530-1  shared libraries for terminal hand
ii  libogg0  1.1.3-5 Ogg Bitstream Library
ii  libopenal1   1:1.8.466-2 Software implementation of the Ope
ii  libpango1.0-01.24.4-1Layout and rendering of internatio
ii  libpng12-0   1.2.37-1PNG library - runtime
ii  libpostproc514:0.5+svn20090609-1 ffmpeg video postprocessing librar
ii  libpulse00.9.15-4PulseAudio client libraries
ii  libsdl1.2debian  1.2.13-4+b1 Simple DirectMedia Layer
ii  libsmbclient 2:3.4.0-1   shared library for communication w
ii  libspeex11.2~rc1-1   The Speex codec runtime library
ii  libstdc++6   4.4.0-10The GNU Standard C++ Library v3
ii  libsvga1 1:1.4.3-27  console SVGA display libraries
ii  libswscale0  4:0.5+svn20090609-1 ffmpeg video scaling library
ii  libtheora0   1.0-2   The Theora Video Compression Codec
ii  libx11-6 2:1.2.1-1   X11 client-side library
ii  libxext6 2:1.0.4-1   X11 miscellaneous extension librar
ii  libxinerama1 2:1.0.3-2   X11 Xinerama extension library
ii  libxt6   1:1.0.5-3   X11 toolkit intrinsics library
ii  libxv1   2:1.0.4-1   X11 Video extension library
ii  libxvmc1 1:1.0.4-2   X11 Video extension library
ii  libxxf86dga1 2:1.0.2-1   X11 Direct Graphics Access extensi
ii  libxxf86vm1  1:1.0.2-1   X11 XFree86 video mode extension l
ii  mplayer-skin-blue [m 1.6-2   blue skin for mplayer
ii  zlib1g   1:1.2.3.3.dfsg-14   compression library - runtime

mplayer recommends no packages.

Versions of packages mplayer suggests:
ii  bzip2 1.0.5-3high-quality block-sorting file co
ii  fontconfig2.6.0-4generic font configuration library
pn  mplayer-doc   none (no description available)
pn  netselect | fping none (no description 

Bug#537541: aptitude: segmentation fault on start up (on armel)

2009-07-19 Thread David K Jackson
Package: aptitude
Version: 0.4.11.11-1~lenny1
Severity: grave
Justification: renders package unusable


aptitude segmentation faults on start up, as root or normal user, on my armel 
machine.
apt-get and other apt utilities seem fine.
Weirdly when I use strace I no longer get the segmentation fault and aptitude 
will run.

da...@thaney:~$ strace -o /tmp/strace_aptitude_user.out aptitude update
E: Could not open lock file /var/lib/apt/lists/lock - open (13 Permission 
denied)
E: Couldn't lock list directory..are you root?
da...@thaney:~$ aptitude update
Segmentation fault
da...@thaney:~$ su -
Password:
thaney:~# apt-get -q -q update ; apt-get -q -q upgrade
thaney:~# aptitude -q -q update ;
Segmentation fault
thaney:~# strace -o /tmp/strace_aptitude_root.out aptitude -q -q update ;
Reading package lists...
thaney:~# strace -o /tmp/strace_aptitude_root.out  aptitude -q -q safe-upgrade
Reading package lists...
Building dependency tree...
Reading state information...
Reading extended state information...
Initializing package states...
Reading task descriptions...
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Reading package lists...
Building dependency tree...
Reading state information...
Reading extended state information...
Initializing package states...
Reading task descriptions...
thaney:~# aptitude -q -q safe-upgrade
Segmentation fault

Not sure what else I can provide to be useful
Good (bug) hunting!
David

-- Package-specific info:
libapt-pkg-libc6.7-6.so.4.6 = /usr/lib/libapt-pkg-libc6.7-6.so.4.6 
(0x40026000)
libncursesw.so.5 = /lib/libncursesw.so.5 (0x400d8000)
libsigc-2.0.so.0 = /usr/lib/libsigc-2.0.so.0 (0x4011a000)
libcwidget.so.3 = /usr/lib/libcwidget.so.3 (0x40126000)
libept.so.0 = /usr/lib/libept.so.0 (0x401de000)
libxapian.so.15 = /usr/lib/libxapian.so.15 (0x4024f000)
libz.so.1 = /usr/lib/libz.so.1 (0x40391000)
libpthread.so.0 = /lib/libpthread.so.0 (0x403ad000)
libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0x403cb000)
libm.so.6 = /lib/libm.so.6 (0x404a6000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0x40553000)
libc.so.6 = /lib/libc.so.6 (0x40567000)
libutil.so.1 = /lib/libutil.so.1 (0x4068f000)
libdl.so.2 = /lib/libdl.so.2 (0x4069a000)
/lib/ld-linux.so.3 (0x4000)
Terminal: xterm
$DISPLAY not set.
`which aptitude`: /usr/bin/aptitude
aptitude version information:

aptitude linkage:

-- System Information:
Debian Release: 5.0.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: armel (armv5tel)

Kernel: Linux 2.6.26-2-orion5x
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6. 0.7.20.2+lenny1   Advanced front-end for dpkg
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libcwidget30.5.12-4  high-level terminal interface libr
ii  libept00.5.22High-level library for managing De
ii  libgcc11:4.3.2-1.1   GCC support library
ii  libncursesw5   5.7+20081213-1shared libraries for terminal hand
ii  libsigc++-2.0-0c2a 2.0.18-2  type-safe Signal Framework for C++
ii  libstdc++6 4.3.2-1.1 The GNU Standard C++ Library v3
ii  libxapian151.0.7-4   Search engine library
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages aptitude recommends:
pn  aptitude-doc-en | aptitude-do none (no description available)
pn  libparse-debianchangelog-perl none (no description available)

Versions of packages aptitude suggests:
pn  debtags   none (no description available)
ii  tasksel   2.78   Tool for selecting tasks for insta

-- 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#517917: bts temp file problem

2009-07-19 Thread Joey Hess
Hello, I think I am seeing the same bug, on one machine
(a xen domU running 2.6.18-6-xen-amd64 and Debian unstable userland FWIW):

j...@wren:~bts show cdebconf
bts: writing to temporary file: No such file or directory
zsh: exit 2 bts show cdebconf

Strace:

open(/tmp/btsWbCZyG.html, O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE|O_NOFOLLOW, 0600) 
= 4
ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0xfff0c8c8) = -1 ENOTTY (Inappropriate 
ioctl for device)
_llseek(4, 0, [0], SEEK_CUR)= 0
fstat64(4, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
chmod(/tmp/btsWbCZyG.html, 0600)  = 0
stat64(/tmp/btsWbCZyG.html, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
open(/dev/fd/4, O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = -1 ENOENT (No 
such file or directory)
write(2, bts: writing to temporary file: ..., 58bts: writing to temporary 
file: No such file or directory
) = 58

This kernel is too old to have a /dev/fd. But, your use of /dev/fd is
completly unnecessary anyway. You already have an open $fh, so just
point OUT_MBOX at it:

-open (OUT_MBOX, /dev/fd/ . fileno($fh))
+open(OUT_MBOX, , $fh);

Works for me. Note that bts contains the idiom in two places.

(BTW, there is no added security in doing this vs just writing to $filename,
unless /tmp has somehow lost its +t bit, AFAICS.)

devscripts is littered with other uses of /dev/fd, some
of which would be harder to fix.

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#537545: Failure message upon startup

2009-07-19 Thread Simon Richard Grint
Package: fam
Version: 2.7.0-14

Upon running /etc/init.d/fam restart, an error message occurs:

Stopping file alteration monitor: FAM.
FAM is not running failed!
Starting file alteration monitor: FAM.

This is related to the fix for #377039.  The initscript now stops the process,
then runs status_of_proc before attempting to restart the daemon. 
Everything works fine, although status_of_proc (correctly) complains that
fam is not running at that stage.

This bug has no effect on the system, but may create concern amongst users.

Best wishes

Richard



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



Bug#537317: libccid: Details

2009-07-19 Thread Ludovic Rousseau
2009/7/19 Simon Richter s...@debian.org:
 Do you have an URL describing the reader? with a picture of the reader?

 The reader was only sold in Japan, and the Japanese tech support was very
 puzzled that one of them surfaced in Germany.

 Aigars took a photo of mine:

 http://www.flickr.com/photos/aigarius/3733847049/

I added the reader and photo at [1]. Can you ask Aigars if it is OK if
I use his photo like this?

Happy debconf9 (no, I am not there)
Bye

[1] http://pcsclite.alioth.debian.org/shouldwork.html#0x04DA0x117A

-- 
 Dr. Ludovic Rousseau



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



Bug#537538: [INTL:gl] trn4 debconf translation update

2009-07-19 Thread Colin Watson
tags 537538 pending
thanks

On Sun, Jul 19, 2009 at 11:40:58AM +0200, marce wrote:
 Please find enclosed the updated Galician translation

Committed for my next upload, thanks.

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



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



Bug#537547: [akonadi-kde] vcard directory ressurce does not work

2009-07-19 Thread Bastian Venthur
Package: akonadi-kde
Version: 4:4.2.4-1
Severity: normal

--- Please enter the report below this line. ---
The vcard-directory resource is not configurable. Whenever I try to
configure it's setting it appears to do nothing. So without an option to
choose the directory this resource is pretty useless.


Cheers,

Bastian


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.30-1-686

Debian Release: squeeze/sid
  500 unstableftp.de.debian.org
  500 unstabledebian-multimedia.org
  500 stable  dl.google.com

--- Package information. ---
Depends(Version) | Installed
-+-==
kdebase-runtime (= 4:4.2.2) | 4:4.2.4-2
kdelibs5(= 4:4.2.4) | 4:4.2.4-1
kdepimlibs5 (= 4:4.2.4) | 4:4.2.4-1
libakonadiprivate1(= 1.1.0) | 1.1.2-1+b1
libc6 (= 2.1.3) | 2.9-20
libgcc1 (= 1:4.1.1) | 1:4.4.0-11
libkdepim4 (= 4:4.2.4-1) | 4:4.2.4-1
libmaildir4(= 4:4.2.4-1) | 4:4.2.4-1
libqt4-dbus   (= 4.5.1) | 4:4.5.2-1
libqt4-network(= 4.5.1) | 4:4.5.2-1
libqt4-xml(= 4.5.1) | 4:4.5.2-1
libqtcore4(= 4.5.1) | 4:4.5.2-1
libqtgui4 (= 4.5.1) | 4:4.5.2-1
libsoprano4   (= 2.1.1) | 2.2.2+dfsg.1-1
libstdc++6(= 4.1.1) | 4.4.0-11
libstrigiqtdbusclient0(= 0.6.3) | 0.6.5-1+b1


Package's Recommends field is empty.

Package's Suggests field is empty.




-- 
Bastian Venthur  http://venthur.de
Debian Developer venthur at debian org




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



Bug#537546: aptitude: autoclean should avoid removing cached packages which are still installed

2009-07-19 Thread Francesco Poli (t1000)
Package: aptitude
Version: 0.4.11.11-1+b1
Severity: wishlist

Hi and thanks for maintaining my favorite package manager!  ;-)


The current behavior of the autoclean command removes from the cache
*any* package which can no longer be downloaded (from currently
configured sources).

This is sometimes risky business:
suppose I pinned package P to version A (for whatever reason, e.g.:
a regression in the newer version B); when version A is no longer
available from the repositories, aptitude autoclean would remove
it from my cache, even though I still have this version installed on
my box; at thet point, if I try to upgrade to a third (even newer)
version C, in order to check whether the regression has been fixed,
I would lose the (easy) possibility to downgrade to version A.

For this reason, I think autoclean should remove packages which
can no longer be downloaded, *unless* they are still installed on
the system.

This wishlist bug is somewhat related to bug #340444, but not
really the same (since it seems that several different suggestions
were sent to #340444,).

I hope my request looks reasonable and may be implemented easily
(and soon!).

Thanks for considering.


-- Package-specific info:
aptitude 0.4.11.11 compiled at Apr 16 2009 23:38:07
Compiler: g++ 4.3.3
Compiled against:
  apt version 4.6.0
  NCurses version 5.7
  libsigc++ version: 2.0.18
  Ept support enabled.

Current library versions:
  NCurses version: ncurses 5.7.20090523
  cwidget version: 0.5.12
  Apt version: 4.6.0
linux-vdso.so.1 =  (0x7fff159ff000)
libapt-pkg-libc6.9-6.so.4.7 = /usr/lib/libapt-pkg-libc6.9-6.so.4.7 
(0x7f250d45a000)
libncursesw.so.5 = /lib/libncursesw.so.5 (0x7f250d20f000)
libsigc-2.0.so.0 = /usr/lib/libsigc-2.0.so.0 (0x7f250d00a000)
libcwidget.so.3 = /usr/lib/libcwidget.so.3 (0x7f250cd37000)
libept.so.0 = /usr/lib/libept.so.0 (0x7f250cabe000)
libxapian.so.15 = /usr/lib/libxapian.so.15 (0x7f250c756000)
libz.so.1 = /usr/lib/libz.so.1 (0x7f250c53f000)
libpthread.so.0 = /lib/libpthread.so.0 (0x7f250c324000)
libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0x7f250c015000)
libm.so.6 = /lib/libm.so.6 (0x7f250bd92000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0x7f250bb77000)
libc.so.6 = /lib/libc.so.6 (0x7f250b824000)
libutil.so.1 = /lib/libutil.so.1 (0x7f250b621000)
libdl.so.2 = /lib/libdl.so.2 (0x7f250b41d000)
/lib64/ld-linux-x86-64.so.2 (0x7f250d71b000)
Terminal: xterm
$DISPLAY is set.
`which aptitude`: /usr/bin/aptitude
aptitude version information:

aptitude linkage:

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

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

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6. 0.7.21Advanced front-end for dpkg
ii  libc6  2.9-12GNU C Library: Shared libraries
ii  libcwidget30.5.12-4  high-level terminal interface libr
ii  libept00.5.26+b1 High-level library for managing De
ii  libgcc11:4.4.0-5 GCC support library
ii  libncursesw5   5.7+20090523-1shared libraries for terminal hand
ii  libsigc++-2.0-0c2a 2.0.18-2  type-safe Signal Framework for C++
ii  libstdc++6 4.4.0-5   The GNU Standard C++ Library v3
ii  libxapian151.0.13-3  Search engine library
ii  zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime

Versions of packages aptitude recommends:
ii  aptitude-doc-en [aptitude-do 0.4.11.11-1 English manual for aptitude, a ter
ii  libparse-debianchangelog-per 1.1.1-2 parse Debian changelogs and output

Versions of packages aptitude suggests:
pn  debtags   none (no description available)
ii  tasksel   2.79   Tool for selecting tasks for insta

-- 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#498138: Lintian check for OCaml custom bytecode executables

2009-07-19 Thread Stéphane Glondu
tags 498138 + patch
thanks

Hello,

I've implemented this check in the attached patch.

Cheers,

-- 
Stéphane
From 21c7b134f81490a13503aeffcf553f46817e7437 Mon Sep 17 00:00:00 2001
From: Stephane Glondu st...@glondu.net
Date: Sun, 19 Jul 2009 11:23:40 +0200
Subject: [PATCH] Add check for ocaml-custom-executable (Closes: #498138)

Remove also the previous check based on ELF symbols (but not working)
that was supposed to remove the error unstripped-binary-or-object for
such files. To summarize, this patch turns the
unstripped-binary-or-object tags into ocaml-custom-executable warnings
for OCaml custom bytecode executables.
---
 checks/binaries   |   24 +++-
 checks/binaries.desc  |8 
 lib/Lintian/Collect/Binary.pm |4 
 3 files changed, 23 insertions(+), 13 deletions(-)

diff --git a/checks/binaries b/checks/binaries
index 83fb858..f13fcc0 100644
--- a/checks/binaries
+++ b/checks/binaries
@@ -228,14 +228,23 @@ foreach my $file (sort keys %{$info-file_info}) {
 	}
 }
 
+my $strings = slurp_entire_file(strings/$file);
+spelling_check('spelling-error-in-binary', $strings, $file);
+
 # stripped?
 if ($fileinfo =~ m,not stripped\s*$,o) {
-	# Is it an object file (which generally can not be stripped),
-	# a kernel module, debugging symbols, or perhaps a debugging package?
-	# Ocaml executables are exempted, see #252695
-	unless ($file =~ m,\.k?o$, or $pkg =~ m/-dbg$/ or $pkg =~ m/debug/
-		or $file =~ m,/lib/debug/, or exists $objdump-{OCAML}) {
-	tag unstripped-binary-or-object, $file;
+	if ($strings =~ m/^Caml1999X0[0-9][0-9]$/m) {
+	# Check for OCaml custom executables (#498138)
+	if ($fileinfo =~ m/executable/) {
+		tag ocaml-custom-executable, $file;
+	}
+	} else {
+	# Is it an object file (which generally can not be stripped),
+	# a kernel module, debugging symbols, or perhaps a debugging package?
+	unless ($file =~ m,\.k?o$, or $pkg =~ m/-dbg$/ or $pkg =~ m/debug/
+		or $file =~ m,/lib/debug/,) {
+		tag unstripped-binary-or-object, $file;
+	}
 	}
 } else {
 	# stripped but a debug or profiling library?
@@ -262,9 +271,6 @@ foreach my $file (sort keys %{$info-file_info}) {
 	}
 }
 
-my $strings = slurp_entire_file(strings/$file);
-spelling_check('spelling-error-in-binary', $strings, $file);
-
 if ($pkg !~ m/^zlib.+/
 	and $strings =~ /(?:in|de)flate (?:\d[ \w.\-]{1,20}[\w.\-])/m) {
 	tag embedded-zlib, $file;
diff --git a/checks/binaries.desc b/checks/binaries.desc
index 3cd3569..2322b9a 100644
--- a/checks/binaries.desc
+++ b/checks/binaries.desc
@@ -257,3 +257,11 @@ Info: The given debugging symbols-only object is installed directly in
  tt/usr/bin/tt should be placed in tt/usr/lib/debug/usr/bin/tt.
  gdb, when looking for debugging symbols, prepends tt/usr/lib/debug/tt
  to the path of the original binary.
+
+Tag: ocaml-custom-executable
+Severity: normal
+Certainty: possible
+Info: This package provides an OCaml bytecode executable linked with a
+ custom runtime. Such executables cannot be stripped and require
+ special care. Their usage is deprecated in favour of shared libraries
+ for C stubs (dll*.so).
diff --git a/lib/Lintian/Collect/Binary.pm b/lib/Lintian/Collect/Binary.pm
index fbfe053..1661d41 100644
--- a/lib/Lintian/Collect/Binary.pm
+++ b/lib/Lintian/Collect/Binary.pm
@@ -204,10 +204,6 @@ sub objdump_info {
 if (m/^[0-9a-fA-F]+.{6}\w\w?\s+(\S+)\s+[0-9a-zA-Z]+\s+(\S+)\s+(\S+)$/){
 my ($foo, $sec, $sym) = ($1, $2, $3);
 push @{$file-{SYMBOLS}}, [ $foo, $sec, $sym ];
-
-		if ($foo eq '.text' and $sec eq 'Base' and $sym eq 'caml_main') {
-		$file-{OCAML} = 1;
-		}
 }
 } else {
 if (m/^\s*NEEDED\s*(\S+)/o) {
-- 
1.6.3.3



Bug#537492: access() should have the recommended behaviour of POSIX.1-2008

2009-07-19 Thread Aurelien Jarno
reassign 537492 libc0.1
retitle 537492 access() should have the recommended behaviour of POSIX.1-2008
severity 537492 normal
thanks

While this is clearly a bug of coreutils which does a mapping 1-1
between test -x and access(), the behaviour of access() conforms
to POSIX.1-2008, but is not the recommended behaviour. 

Reassigning the bug to eglibc.

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net



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



Bug#537548: libafterimage0: breaks aterm

2009-07-19 Thread Sjoerd Simons
Package: libafterimage0
Version: 2.2.9-1
Severity: grave
Justification: renders package unusable

After upgrading libafterimage0 to 2.2.9-1:
$ aterm
aterm: symbol lookup error: aterm: undefined symbol: dpy

Downgrading to libafterimage0 2.2.8-2 makes atemr happy again

  Sjoerd

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

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

Versions of packages libafterimage0 depends on:
ii  libc6 2.9-20 GNU C Library: Shared libraries
ii  libfreetype6  2.3.9-5FreeType 2 font engine, shared lib
ii  libgif4   4.1.6-6library for GIF images (library)
ii  libglib2.0-0  2.20.4-1   The GLib library of C routines
ii  libgtk2.0-0   2.16.4-1   The GTK+ graphical user interface 
ii  libjpeg62 6b-14  The Independent JPEG Group's JPEG 
ii  libpng12-01.2.38-1   PNG library - runtime
ii  librsvg2-22.26.0-1   SAX-based renderer library for SVG
ii  libtiff4  3.8.2-13   Tag Image File Format (TIFF) libra
ii  libx11-6  2:1.2.1-1  X11 client-side library
ii  libxext6  2:1.0.4-1  X11 miscellaneous extension librar

libafterimage0 recommends no packages.

libafterimage0 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#532081: audacious: Weird cpu usage since 2.0.1 update

2009-07-19 Thread Martin Ketzer
I still got the issue with 2.1: When i play a mp3 I sometimes got 15-30% CPU 
usage, sometimes it's
the normal 5-6%. That is with hda-intel.



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



Bug#517651: FWIW

2009-07-19 Thread Sheridan Hutchinson
Hi,

Haven't looked at this problem for a while due to a house move.  Have
updated everything to the current package version in unstable and now
using 2.6.30 and the latest unstable intel Xorg driver.

I did:
cat /proc/fb

Returning:
0 VESA VGA

So I would think that despite having HW accelerated compositing (KDE
window effects) running, I'm not actually using KMS.  I do not know
why that would be and do not know if it is relevant?

-- 
Regards,
Sheridan Hutchinson
sheri...@shezza.org



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



Bug#517917: bts temp file problem

2009-07-19 Thread Adam D. Barratt
On Sun, 2009-07-19 at 12:04 +0200, Joey Hess wrote:
 Hello, I think I am seeing the same bug, on one machine
 (a xen domU running 2.6.18-6-xen-amd64 and Debian unstable userland FWIW):
[...]
 This kernel is too old to have a /dev/fd. But, your use of /dev/fd is
 completly unnecessary anyway. You already have an open $fh, so just
 point OUT_MBOX at it:
 
 -open (OUT_MBOX, /dev/fd/ . fileno($fh))
 +open(OUT_MBOX, , $fh);
 
 Works for me. Note that bts contains the idiom in two places.

Hmmm, good point; thanks.

Alexander, could you please try the following diff (against the current
unstable package) and see if it fixes the issue you were seeing?

Index: scripts/bts.pl
===
--- scripts/bts.pl  (revision 1918)
+++ scripts/bts.pl  (working copy)
@@ -2881,7 +2881,7 @@
   DIR = File::Spec-tmpdir,
   UNLINK = 1);
# Use filehandle for security
-   open (OUT_MBOX, /dev/fd/ . fileno($fh))
+   open (OUT_MBOX, , $fh)
or die bts: writing to temporary file: $!\n;
} else {
$filename = $mboxfile;
@@ -3287,7 +3287,7 @@
  UNLINK = 1);
 
# Use filehandle for security
-   open (OUT_LIVE, /dev/fd/ . fileno($fh))
+   open (OUT_LIVE, , $fh)
or die bts: writing to temporary file: $!\n;
# Correct relative urls to point to the bts.
$live =~ s%\shref=(?:/cgi-bin/)?(\w+\.cgi)% 
href=$btscgiurl$1%g;

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#537549: ITP: cabal-install -- Automate the fetching, configuration, compilation and installation of Haskell libraries and programs

2009-07-19 Thread Iain Lane
Package: wnpp
Severity: wishlist
Owner: Iain Lane la...@ubuntu.com

* Package name: cabal-install
  Version : 0.6.2
  Upstream Author : Lemmih lem...@gmail.com, Paolo Martini pa...@nemail.it, 
Bjorn Bringert bj...@bringert.net, Isaac Potoczny-Jones 
ijo...@syntaxpolice.org, Duncan Coutts dun...@haskell.org
* URL : http://www.haskell.org/cabal/
* License : BSD3
  Programming Lang: Haskell
  Description : Automate the fetching, configuration, compilation and 
installation of Haskell libraries and programs

The 'cabal' command-line program simplifies the process of managing
Haskell software by automating the fetching, configuration, compilation
and installation of Haskell libraries and programs.



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



Bug#537550: issues on large and growing wifi networks

2009-07-19 Thread Joey Hess
Package: wicd
Version: 1.6.1-3
Severity: wishlist

I'm using wicd here at DebConf9, as the wireless network is still being
built out. The wifi network uses essid debconf for dozens of APs, with
more being added all the time. wicd will only automatically connect to
these if they're each checked in the GUI. So as I move around I keep
having to open the GUI and check all new debconf networks, which is
a bit annoying.

The per-AP configuration is useful, especially when one of the APs is
broken and should not be connected to. But there should really be a way
to group all APs with the same name together and enable automatically
connecting to any such AP.

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

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

Versions of packages wicd depends on:
ii  adduser   3.110  add and remove users and groups
ii  cdebconf [debconf-2.0]0.146  Debian Configuration Management Sy
ii  debconf [debconf-2.0] 1.5.27 Debian configuration management sy
ii  dhcp3-client  3.1.2-1DHCP client
ii  iproute   20090324-1 networking and traffic control too
ii  lsb-base  3.2-22 Linux Standard Base 3.2 init scrip
ii  net-tools 1.60-23The NET-3 networking toolkit
ii  psmisc22.7-1 utilities that use the proc file s
ii  python2.5.4-2An interactive high-level object-o
ii  python-dbus   0.83.0-1   simple interprocess messaging syst
ii  python-glade2 2.14.1-3   GTK+ bindings: Glade support
ii  python-gtk2   2.14.1-3   Python bindings for the GTK+ widge
ii  python-support1.0.3  automated rebuilding support for P
ii  python-urwid  0.9.8.4-1  curses-based UI/widget library for
ii  wireless-tools29-2   Tools for manipulating Linux Wirel
ii  wpasupplicant 0.6.9-3client support for WPA and WPA2 (I

Versions of packages wicd recommends:
ii  gksu  2.0.2-2+b1 graphical frontend to su
ii  sudo  1.7.0-1Provide limited super user privile

Versions of packages wicd suggests:
ii  pm-utils  1.2.5-4utilities and scripts for power ma

-- debconf information excluded

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#537551: please add dependency on librsvg2-common

2009-07-19 Thread Hannes von Haugwitz
Package: blueproximity
Version: 1.2.5-3
Severity: important

Hi,

please add dependency on librsvg2-common to prevent this error:

Traceback (most recent call last):
  File /usr/share/blueproximity/proximity.py, line 1293, in module
pGui = ProximityGUI(configs,new_config)
  File /usr/share/blueproximity/proximity.py, line 213, in __init__
self.window.set_icon(gtk.gdk.pixbuf_new_from_file(dist_path + icon_base))
glib.GError: Couldn't recognize the image file format for file 
'/usr/share/blueproximity/blueproximity_base.svg'


Hannes


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

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

Versions of packages blueproximity depends on:
ii  bluez-utils   3.36-3 Bluetooth tools and daemons
ii  python2.5.4-2An interactive high-level object-o
ii  python-bluez  0.16-1 Python wrappers around BlueZ for r
ii  python-central0.6.11 register and build utility for Pyt
ii  python-configobj  4.5.2-2a simple but powerful config file 
ii  python-glade2 2.14.1-3   GTK+ bindings: Glade support
ii  python-gobject2.16.1-1   Python bindings for the GObject li
ii  python-gtk2   2.14.1-3   Python bindings for the GTK+ widge

blueproximity recommends no packages.

Versions of packages blueproximity suggests:
ii  xscreensaver  5.05-3 Automatic screensaver for X

-- 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#537552: bugs.debian.org: please add links to package page and PTS in bug log HTML pages too

2009-07-19 Thread Francesco Poli (t1000)
Package: bugs.debian.org
Severity: wishlist

Hi!

The HTML BTS page for a package [1] includes some handy and useful links
to the corresponding package page [2] and PTS page [3], in a nice line
at the top [4].

The HTML BTS page for a single bug [5] does not have these handy links.
Having a similar line [4] in each HTML bug log would be very useful.

Please add such a line, if it's not too hard to implement.

Thanks for considering.


[1] e.g.: http://bugs.debian.org/debbugs
[2] e.g.: http://packages.debian.org/debbugs
[3] e.g.: http://packages.qa.debian.org/debbugs
[4] e.g.: You might like to refer to the debbugs package page, to the
   Package Tracking System, or [...]
[5] e.g.: http://bugs.debian.org/499564



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



Bug#535957: clive: --format switch doesn't work anymore

2009-07-19 Thread Toni Gundogdu
A follow-up.

Fixed/changed in 2.2.3:
  * add --upgrade-config: convert 2.0/2.1 config to 2.2+ format
  * allow use of --format=(mp4|hd|hq|3gp) with youtube

git://repo.or.cz/clive.git



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



Bug#520520: clive: usability regression in switch to perl rewrite

2009-07-19 Thread Toni Gundogdu
On Mon, Jun 22, 2009 at 9:23 PM, Gerfried Fuchsrho...@deb.at wrote:
  I really am looking for a way to define a default exec value and just
 switch on exec when wanted for that default, *not* for turning it off.

Fixed/changed in 2.2.3:
  * pair --exec with --exec-run, the latter now triggers the former

git://repo.or.cz/clive.git



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



Bug#537553: kdebase-runtime-data-common: Package contains kdesu man page, but there's no KDE package which places a kdesu executable in the system path

2009-07-19 Thread Gunter Ohrner
Package: kdebase-runtime-data-common
Version: 4:4.2.4-2
Severity: normal

Package contains kdesu man page, but there's no KDE package which places a
kdesu executable in the sysystem search PATH.

The closest one is kdebase-runtime which contains /usr/lib/kde4/libexec/kdesu 
which
seems to work after executing it manually by invoking it with the full path.


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

Kernel: Linux 2.6.30-1-686 (SMP w/2 CPU cores)
Locale: lang=de...@euro, lc_ctype=de...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

kdebase-runtime-data-common depends on no packages.

Versions of packages kdebase-runtime-data-common recommends:
ii  khelpcenter4  4:4.2.4-2  Help Center for KDE 4

kdebase-runtime-data-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#523754: eric doesn't work

2009-07-19 Thread Gudjon I. Gudjonsson
Hi
It seems like it isn't Qscintilla problem:
write(2, : ..., 2: )= 2
write(2, /usr/local/lib/python2.6/site-pac..., 
99/usr/local/lib/python2.6/site-packages/PyQt4/QtCore.so: undefined symbol: 
PyUnicodeUCS4_FromUnicode) = 99
write(2, \n..., 1

If you report a bug within the Debian system, please stick to the Debian 
packages.

It is possible to recompile the Debian python packages with python2.6 from 
experimental if you are interested.

What is the output of
strace python2.5 /usr/share/eric/modules/eric4.py  eric_python2.5_crash.txt

/Gudjon



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



Bug#537554: broadcom-sta-modules-2.6.30-1-686: The ssb module obstructs loading the wl module.

2009-07-19 Thread Hiroyuki Yamamoto
Package: broadcom-sta-modules-2.6.30-1-686
Version: 2.6.30+5.10.91.9-1
Severity: important

The ssb module obstructs loading the wl module.

After appending blacklist ssb to /etc/modprobe.d/blacklist.conf
and executing sudo update-initramfs -u command,
the wl module was able to be loaded successfully.



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



Bug#535511: [aqualung] Bug fixed by upstream

2009-07-19 Thread gregory hainaut
Package: aqualung
Version: 0.9~beta10-1.2

Hello,

The bugs was fixed upstream in svn commit R-1066.

Regards,
Gregory







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



Bug#535483: clive: please switch back to XDG compliance for config file

2009-07-19 Thread Toni Gundogdu
Gerfried Fuchs wrote:
 I can't understand why clive switched from being XDG standard
 compliant to historical old-style configuration file location.

Fixed/changed in 2.2.3:
 * re-include support for ~/.config/clive/config

git://repo.or.cz/clive.git



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



Bug#537547: [akonadi-kde] vcard directory ressurce does not work

2009-07-19 Thread Kevin Krammer
On Sunday, 2009-07-19, Bastian Venthur wrote:
 Package: akonadi-kde
 Version: 4:4.2.4-1
 Severity: normal

 --- Please enter the report below this line. ---
 The vcard-directory resource is not configurable. Whenever I try to
 configure it's setting it appears to do nothing. So without an option to
 choose the directory this resource is pretty useless.

Yes, in this version it is unfortunately hardcoded to $HOME/.contacts

From 4.3 on it is configurable and even as GUI for it, something that couldn't 
be backported to 4.2 due to string freeze.

Cheers,
Kevin


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


Bug#537555: perl: problem with File::Copy on GNU/kFreeBSD

2009-07-19 Thread Petr Salinger

Package: perl
Severity: important
Version: 5.10.0-19
Tags: patch
User: glibc-bsd-de...@lists.alioth.debian.org
Usertags: kfreebsd


Hi,

there is a problem with File::Copy module on GNU/kFreeBSD.

The Copy tries to detect whether source and dest are the same files. 
Unfortunately, on the GNU/kFreeBSD the kernel returns for all pipes

as device and inode numbers just zero. See pipe_stat() in
http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/kern/sys_pipe.c

Please, could you add the patch bellow into Debian version
and inform upstream about this issue.

The current behaviour leads to FTBFS of linuxdoc-tools.

Thanks

Petr

--- lib/File/Copy.pm~
+++ lib/File/Copy.pm
@@ -102,7 +102,7 @@
my @fs = stat($from);
if (@fs) {
my @ts = stat($to);
-   if (@ts  $fs[0] == $ts[0]  $fs[1] == $ts[1]) {
+   if (@ts  $fs[0] == $ts[0]  $fs[1] == $ts[1]  ! -p $from) {
carp('$from' and '$to' are identical (not copied));
 return 0;
}




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



Bug#535957: clive: --format switch doesn't work anymore

2009-07-19 Thread Toni Gundogdu
Remaining issues:
 * -f best gives regular flv for Fuchs
   * cannot reproduce with the test link (sent by email)
   * fmt_map contains fmt18 and -f best gives fmt18 (for me)



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



Bug#534804: XDG_CONFIG_HOME is set in startlxde script.

2009-07-19 Thread Andrew Lee
Hi Axel and Nico,

Not sure if you start LXDE by startlxde script?

The startlxde script has these:
if [ -z $XDG_CONFIG_HOME ]; then
export XDG_CONFIG_HOME=$HOME/.config
fi


-Andrew



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



Bug#525294: postgresql-common: pg_lsclusters error after pg_dropcluster

2009-07-19 Thread Martin Pitt
Hello Willy-Bas,

sorry for the late response.

Willy-Bas Loos [2009-04-23 15:20 +0200]:
 On debian lenny, upgraded from etch, after stopping and dropping a cluster 
 with (pg_ctlcluster 8.1 name stop + pg_dropcluster 8.1 name, no errors), the 
 cluster still appears 
 in the pg_lsclusters and i get the error: Use of uninitialized value 
 $info{owneruid} in getpwuid at /usr/bin/pg_lsclusters line 28
 Before this, i installed postgresql-8.3.

What is the value of data_directory in
/etc/postgresql/8.3/name/postgresql.conf? If it doesn't exist, what
does

  ls -l /var/lib/postgresql/8.1/name/pgdata

show? What's the exact output of pg_lsclusters?

Thanks,

Martin

-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)



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



Bug#401527: fox1.4(GNU/k*BSD): FTBFS: out of date config.sub/config.guess

2009-07-19 Thread Cyril Brulebois
Petr Salinger petr.salin...@seznam.cz (04/12/2006):
 Package: fox1.4
 Version: 1.4.34-1
 Severity: important

Please find attached the patch for my NMU.

Mraw,
KiBi.
diff -u fox1.6-1.6.25/debian/control fox1.6-1.6.25/debian/control
--- fox1.6-1.6.25/debian/control
+++ fox1.6-1.6.25/debian/control
@@ -2,7 +2,7 @@
 Maintainer: Torsten Landschoff tors...@debian.org
 Priority: optional
 Standards-Version: 3.7.2
-Build-Depends: libjpeg62-dev, libpng12-dev, zlib1g-dev, libx11-dev, libxext-dev, xlibmesa-gl-dev | libgl-dev, libglu1-xorg-dev, debhelper (= 4.0), g++ (= 2:3.2), libtiff4-dev, libcupsys2-dev, libxcursor-dev, libxft-dev, quilt (= 0.40)
+Build-Depends: libjpeg62-dev, libpng12-dev, zlib1g-dev, libx11-dev, libxext-dev, libgl1-mesa-dev, libglu1-mesa-dev, debhelper (= 4.0), g++ (= 2:3.2), libtiff4-dev, libcups2-dev, libxcursor-dev, libxft-dev, quilt (= 0.40), autotools-dev
 
 Package: libfox-1.6-0
 Section: libs
@@ -18,7 +18,7 @@
 
 Package: libfox-1.6-dev
 Section: libdevel
-Depends: libfox-1.6-0 (= ${Source-Version}), libjpeg62-dev, libpng12-dev, zlib1g-dev, libx11-dev, libxext-dev, xlibmesa-gl-dev | libgl-dev, libglu1-xorg-dev, libtiff4-dev, libcupsys2-dev, libxcursor-dev, libxft-dev
+Depends: libfox-1.6-0 (= ${Source-Version}), libjpeg62-dev, libpng12-dev, zlib1g-dev, libx11-dev, libxext-dev, libgl1-mesa-dev, libglu1-mesa-dev, libtiff4-dev, libcups2-dev, libxcursor-dev, libxft-dev, ${shlibs:Depends}
 Conflicts: libfox1.0-dev
 Architecture: any
 Description: Development files for the FOX C++ GUI Toolkit
diff -u fox1.6-1.6.25/debian/rules fox1.6-1.6.25/debian/rules
--- fox1.6-1.6.25/debian/rules
+++ fox1.6-1.6.25/debian/rules
@@ -12,6 +12,8 @@
 configure: configure-stamp
 configure-stamp: patch
 	dh_testdir
+	cp /usr/share/misc/config.guess .
+	cp /usr/share/misc/config.sub   .
 	mkdir -p build
 	cd build  ../configure --prefix=/usr --mandir=/usr/share/man \
 		--with-xft --with-xshm --enable-threadsafe --with-xcursor \
@@ -30,6 +32,7 @@
 	dh_testroot
 	rm -f build-stamp configure-stamp
 	rm -Rf build
+	rm -f config.guess config.sub
 	dh_clean
 
 install:
diff -u fox1.6-1.6.25/debian/changelog fox1.6-1.6.25/debian/changelog
--- fox1.6-1.6.25/debian/changelog
+++ fox1.6-1.6.25/debian/changelog
@@ -1,3 +1,20 @@
+fox1.6 (1.6.25-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix long-standing FTBFS on GNU/kFreeBSD (Closes: #414400):
+ - Add autotools-dev to Build-Depends.
+ - Copy /usr/share/misc/config.{guess,sub} before configure.
+ - Delete config.{guess,sub} during clean to keep the diff clean.
+  * Update Build-Depends to no longer list obsolete packages:
+  - libcupsys2-dev → libcups2-dev
+  - libglu1-xorg-dev → libglu1-mesa-dev
+  - xlibmesa-gl-dev | libgl-dev → libgl1-mesa-dev
+  * Ditto for Depends, and add ${shlibs:Depends} for the -dev package
+given that it contains the following binary: /usr/bin/reswrap-1.6,
+so that it gets a dependency on the libc.
+
+ -- Cyril Brulebois k...@debian.org  Sun, 19 Jul 2009 12:16:28 +0200
+
 fox1.6 (1.6.25-1) unstable; urgency=low
 
   * New upstream release.


signature.asc
Description: Digital signature


Bug#537547: closed by Modestas Vainius modes...@vainius.eu (Re: Bug#537547: [akonadi-kde] vcard directory ressurce does not work)

2009-07-19 Thread Bastian Venthur
I think it would be more sensible to close the bug when the fixed
version is uploaded to unstable.

Debian Bug Tracking System schrieb:
 This is an automatic notification regarding your Bug report
 which was filed against the akonadi-kde package:
 
 #537547: [akonadi-kde] vcard directory ressurce does not work
 
 It has been closed by Modestas Vainius modes...@vainius.eu.
 
 Their explanation is attached below along with your original report.
 If this explanation is unsatisfactory and you have not received a
 better one in a separate message then please contact Modestas Vainius 
 modes...@vainius.eu by
 replying to this email.
 
 
 
 
 
 
 Betreff:
 Re: Bug#537547: [akonadi-kde] vcard directory ressurce does not work
 Von:
 Modestas Vainius modes...@vainius.eu
 Datum:
 Sun, 19 Jul 2009 14:30:13 +0300
 An:
 Kevin Krammer kevin.kram...@gmx.at, 537547-d...@bugs.debian.org
 
 An:
 Kevin Krammer kevin.kram...@gmx.at, 537547-d...@bugs.debian.org
 
 
 Version: 4:4.2.96-1
 
 Hello,
 
 On sekmadienis 19 Liepa 2009 14:13:58 Kevin Krammer wrote:
 Yes, in this version it is unfortunately hardcoded to $HOME/.contacts

 From 4.3 on it is configurable and even as GUI for it, something that
 couldn't be backported to 4.2 due to string freeze.
 
 Closing.
 
 
 
 
 
 Betreff:
 [akonadi-kde] vcard directory ressurce does not work
 Von:
 Bastian Venthur vent...@debian.org
 Datum:
 Sun, 19 Jul 2009 12:20:11 +0200
 An:
 sub...@bugs.debian.org
 
 An:
 sub...@bugs.debian.org
 
 
 Package: akonadi-kde
 Version: 4:4.2.4-1
 Severity: normal
 
 --- Please enter the report below this line. ---
 The vcard-directory resource is not configurable. Whenever I try to
 configure it's setting it appears to do nothing. So without an option to
 choose the directory this resource is pretty useless.
 
 
 Cheers,
 
 Bastian
 
 
 --- System information. ---
 Architecture: i386
 Kernel:   Linux 2.6.30-1-686
 
 Debian Release: squeeze/sid
   500 unstableftp.de.debian.org
   500 unstabledebian-multimedia.org
   500 stable  dl.google.com
 
 --- Package information. ---
 Depends(Version) | Installed
 -+-==
 kdebase-runtime (= 4:4.2.2) | 4:4.2.4-2
 kdelibs5(= 4:4.2.4) | 4:4.2.4-1
 kdepimlibs5 (= 4:4.2.4) | 4:4.2.4-1
 libakonadiprivate1(= 1.1.0) | 1.1.2-1+b1
 libc6 (= 2.1.3) | 2.9-20
 libgcc1 (= 1:4.1.1) | 1:4.4.0-11
 libkdepim4 (= 4:4.2.4-1) | 4:4.2.4-1
 libmaildir4(= 4:4.2.4-1) | 4:4.2.4-1
 libqt4-dbus   (= 4.5.1) | 4:4.5.2-1
 libqt4-network(= 4.5.1) | 4:4.5.2-1
 libqt4-xml(= 4.5.1) | 4:4.5.2-1
 libqtcore4(= 4.5.1) | 4:4.5.2-1
 libqtgui4 (= 4.5.1) | 4:4.5.2-1
 libsoprano4   (= 2.1.1) | 2.2.2+dfsg.1-1
 libstdc++6(= 4.1.1) | 4.4.0-11
 libstrigiqtdbusclient0(= 0.6.3) | 0.6.5-1+b1
 
 
 Package's Recommends field is empty.
 
 Package's Suggests field is empty.
 
 
 
 

-- 
Bastian Venthur  http://venthur.de
Debian Developer venthur at debian org




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



Bug#525909: reported upstream

2009-07-19 Thread Jérémy Lal

please check :
http://bugzilla.xfce.org/show_bug.cgi?id=5485

and link to ubuntu's discussion therein.

i guess it is related ?



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



Bug#400332: Confirming for g++-4.[34] and gcc-snapshot

2009-07-19 Thread brian m. carlson
I can confirm this bug:

lakeview ok % cat foo.cc
class Class
{
public:
virtual ~Class();
virtual char const *what() const;
};   

inline Class::~Class()
{}

int main()
{}
lakeview ok % g++-4.3 foo.cc
/tmp/ccsDsdCG.o:(.rodata._ZTV5Class[vtable for Class]+0x20): undefined 
reference to `Class::what() const'
collect2: ld returned 1 exit status
lakeview no % g++-4.4 foo.cc
/tmp/cc0NApvV.o:(.rodata._ZTV5Class[vtable for Class]+0x20): undefined 
reference to `Class::what() const'
collect2: ld returned 1 exit status
lakeview no % /usr/lib/gcc-snapshot/bin/g++ foo.cc
/tmp/cc6b2i3u.o:(.rodata._ZTV5Class[vtable for Class]+0x20): undefined 
reference to `Class::what() const'
collect2: ld returned 1 exit status

All three work if I add inline to the declaration of the destructor.
Compiler versions used:

  gcc version 4.3.3 (Debian 4.3.3-14) 
  gcc version 4.4.0 (Debian 4.4.0-11) 
  gcc version 4.5.0 20090620 (experimental) [trunk revision 148747] (Debian 
20090620-1) 

on amd64.

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 713 440 7475 | http://crustytoothpaste.ath.cx/~bmc | My opinion only
OpenPGP: RSA v4 4096b 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187


signature.asc
Description: Digital signature


Bug#523754: eric doesn't work

2009-07-19 Thread Gudjon I. Gudjonsson
I guess there is no Qsci.so built for python 2.5 on your system. I don't find 
the line:
open(/usr/lib/pymodules/python2.5/PyQt4/Qsci.so, O_RDONLY) = 6
in your strace file.

What is the output of
$ file /usr/lib/pymodules/python2.5/PyQt4/Qsci.so

What happen is you do
$ python2.5
from PyQt4 import Qsci

/Gudjon



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



Bug#537566: Video not displayed from monitor integrated webcam

2009-07-19 Thread Allen Cuda

Package: cheese
Version: 2.24.3-2
Severity: normal


I have a Dell SP2008WFP monitor with integrated webcam which uses the 
uvcvideo driver. When cheese starts, the LED beside the webcam comes on 
but no video is displayed.  After about 10 seconds the test pattern is 
displayed in cheese's window.  Pictures and videos can be taken but only 
the test pattern is saved.  Starting cheese in verbose mode shows that 
cheese is getting hung up at Probing supported video formats... and no 
further output is displayed on stdout.


Things I have tried that didn't work...
1. manually unloading and reloading the uvcvideo module.
2. blacklisting uvcvideo and loading it manually after a reboot.
3. blacklisting uvcvideo and loading it via /etc/rc.local or /etc/modules

Workarounds that make cheese work...
1. After booting, switch the monitor off and on. According to the manual 
for the monitor; Switching your monitor OFF and then ON would 
re-enumerate its USB interface.
2. Booting with the monitor turned off and then turning it on after boot 
process.

3. After booting, unplug and replug monitor's USB cable.
4. In the BIOS, change USB configuration to disable 'USB legacy' 
setting. However, in this scenario the keyboard is not functional until 
the Debian login screen is reached.  I can't access the BIOS screen 
again until I reset the BIOS from the motherboard.


Note: luvcvideo, mplayer and gstreamer all display video from this 
webcam without any workarounds.



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

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

Versions of packages cheese depends on:
ii  gconf2   2.26.2-1GNOME configuration 
database syste
ii  gstreamer0.1 0.10.23-3   GStreamer plugins from the 
base
ii  gstreamer0.1 0.10.15-2   GStreamer plugins from the 
good
ii  gstreamer0.1 0.10.23-3   GStreamer plugins for X11 
and Pang
ii  libart-2.0-2 2.3.20-2Library of functions for 2D 
graphi

ii  libc62.9-12  GNU C Library: Shared libraries
ii  libcairo21.8.6-2+b1  The Cairo 2D vector 
graphics libra
ii  libdbus-1-3  1.2.14-3simple interprocess 
messaging syst
ii  libdbus-glib 0.80-4  simple interprocess 
messaging syst
ii  libebook1.2- 2.26.1.1-2  Client library for 
evolution addre
ii  libgconf2-4  2.26.2-1GNOME configuration 
database syste

ii  libglib2.0-0 2.20.1-2The GLib library of C routines
ii  libgnomeui-0 2.24.1-1The GNOME 2 libraries (User 
Interf
ii  libgnomevfs2 1:2.24.1-1  GNOME Virtual File System 
(runtime
ii  libgstreamer 0.10.23-3   GStreamer libraries from 
the base
ii  libgstreamer 0.10.23-2   Core GStreamer libraries 
and eleme
ii  libgtk2.0-0  2.16.1-2The GTK+ graphical user 
interface
ii  libhal1  0.5.12~git20090406.46dc48-2 Hardware Abstraction Layer 
- share
ii  libpango1.0- 1.24.0-3+b1 Layout and rendering of 
internatio
ii  librsvg2-2   2.26.0-1SAX-based renderer library 
for SVG


Versions of packages cheese recommends:
ii  gvfs  1.2.2-2userspace virtual 
filesystem - ser


cheese 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#532802: Can Close It

2009-07-19 Thread David Baron
Problem was caused by an added krunner plugin fsrunner (available from kde-
look.org). The author was notified.



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



Bug#537563: libpcp-mmv1: long description no sentence

2009-07-19 Thread Gerfried Fuchs
Package: libpcp-mmv1
Version: 2.8.12
Severity: minor

Hi!

 It would be nice if the long description of your package could consist
of full sentences[1], the snippet in the first paragraph is missing its
subject. Please notice that this seems to hold true for every binary
package from the same source package.

 So long, and thanks for your great work nevertheless!
Rhonda
[1] 
http://www.us.debian.org/doc/developers-reference/best-pkging-practices#bpp-pkg-desc



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



Bug#537565: ttf-lyx: long description no sentence

2009-07-19 Thread Gerfried Fuchs
Package: ttf-lyx
Version: 1.6.3-2
Severity: minor

Hi!

 It would be nice if the long description of your package could consist
of full sentences[1], the snippet in the first paragraph is missing its
subject.

 So long, and thanks for your great work nevertheless!
Rhonda
[1] 
http://www.us.debian.org/doc/developers-reference/best-pkging-practices#bpp-pkg-desc



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



Bug#493054: Possible patch

2009-07-19 Thread Martin Olsen
Hi,

Manpage generated with kdemangen.pl.

As this is my first patch, criticism is welcome.

Regards.
diff -u kdebase-runtime-4.2.4/debian/changelog kdebase-runtime-4.2.4/debian/changelog
--- kdebase-runtime-4.2.4/debian/changelog
+++ kdebase-runtime-4.2.4/debian/changelog
@@ -1,3 +1,10 @@
+kdebase-runtime (4:4.2.4-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Added manpage for kioclient.  (Closes: #493054)
+
+ -- Martin Olsen deb...@martinolsen.net  Sun, 19 Jul 2009 04:57:14 +0200
+
 kdebase-runtime (4:4.2.4-2) unstable; urgency=medium
 
   * Move a file from kde-icons-oxygen to kdebase-runtime-data where it
only in patch2:
unchanged:
--- kdebase-runtime-4.2.4.orig/debian/kdebase-runtime.manpages
+++ kdebase-runtime-4.2.4/debian/kdebase-runtime.manpages
@@ -0,0 +1 @@
+debian/man/kioclient.1
only in patch2:
unchanged:
--- kdebase-runtime-4.2.4.orig/debian/man/kioclient.1
+++ kdebase-runtime-4.2.4/debian/man/kioclient.1
@@ -0,0 +1,57 @@
+.\ This file was generated by kdemangen.pl
+.TH KIOCLIENT 1 Jul 2009 K Desktop Environment Command-line tool for network-transparent operations
+.SH NAME
+kioclient
+\- Command-line tool for network-transparent operations
+.SH SYNOPSIS
+kioclient [KDE\-tempfile\-options] [options] command [URL(s)] 
+.SH DESCRIPTION
+Command-line tool for network-transparent operations
+.SH OPTIONS
+.SS
+.SS Arguments:
+.TP
+.B command
+Command (see --commands)
+URL(s)Arguments for command
+.SS Options:
+.TP
+.B  \-\-noninteractive  
+Non-interactive use: no message boxes
+.TP
+.B  \-\-commands  
+Show available commands
+.SS 
+.SS Generic options:
+.TP
+.B  \-\-help  
+Show help about options
+.TP
+.B  \-\-help\-kde\-tempfile  
+Show KDE-tempfile specific options
+.TP
+.B  \-\-help\-all  
+Show all options
+.TP
+.B  \-\-author  
+Show author information
+.TP
+.B \-v,  \-\-version  
+Show version information
+.TP
+.B  \-\-license  
+Show license information
+.TP
+.B  \-\-  
+End of options
+.SS 
+
+.SH SEE ALSO
+Full user documentation is available through the KDE Help Center.  You can also enter the URL
+.BR help:/kioclient/
+directly into konqueror or you can run 
+.BR `khelpcenter help:/kioclient/'
+from the command-line.
+.br
+.SH AUTHORS
+.nf


Bug#537565: [Pkg-lyx-devel] Bug#537565: ttf-lyx: long description no sentence

2009-07-19 Thread Per Olofsson
Hi,

Gerfried Fuchs wrote:
 Package: ttf-lyx
 Version: 1.6.3-2
 Severity: minor
 
 Hi!
 
  It would be nice if the long description of your package could consist
 of full sentences[1], the snippet in the first paragraph is missing its
 subject.
 
  So long, and thanks for your great work nevertheless!
 Rhonda
 [1] 
 http://www.us.debian.org/doc/developers-reference/best-pkging-practices#bpp-pkg-desc

Thanks, you're right. How about this:

Description: TrueType versions of some TeX fonts
 These fonts are needed for the visual math symbol display in
 LyX. They can also be used to display MathML in Gecko-based browsers
 like Iceweasel.

-- 
Pelle



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



Bug#521238: stardic: Bus error on AMD64

2009-07-19 Thread Andrew Lee
Dear Liu,

LIU Qi wrote:
 I just found that the dictionary from stardic in stardict format could
 be downloaded. Please refer to this:
 http://stardict.sourceforge.net/Dictionaries_zh_CN.php
 (stardict1.3 dictionary(en - zh_CN))
 Also there are lots of GPL licensed dictionaries in this webpage. You
 could package them. Thanks.

Cool! That gives you less work! :)
I am getting more and more work on LXDE packages. Would you mind to help
to maintain this stardict-dictionary package since it's zh_CN only?

Feel free to ask me if you need review/recommend of your package.

Cheers,

-Andrew



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



Bug#537564: libfontforge1: long description no sentence

2009-07-19 Thread Gerfried Fuchs
Package: libfontforge1
Version: 0.0.20090622-1
Severity: minor

Hi!

 It would be nice if the long description of your package could consist
of full sentences[1], the snippet in the first paragraph is missing its
subject. Please notice that this seems to hold true for every binary
package from the same source package.

 So long, and thanks for your great work nevertheless!
Rhonda
[1] 
http://www.us.debian.org/doc/developers-reference/best-pkging-practices#bpp-pkg-desc



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



Bug#537562: libresample1: long description no sentence

2009-07-19 Thread Gerfried Fuchs
Package: libresample1
Version: 0.1.3-3
Severity: minor

Hi!

 It would be nice if the long description of your package could consist
of full sentences[1], the snippet in the first paragraph is missing its
subject.

 Furthermore, I suggest you to leave out the paragraph seperations in
between the list items. It stretches the description a fair bit too much
and isn't really needed, the indentation and the bullet marker is enough
for recognizing it.

 So long, and thanks for your great work nevertheless!
Rhonda
[1] 
http://www.us.debian.org/doc/developers-reference/best-pkging-practices#bpp-pkg-desc



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



Bug#537560: pdfedit: incorrect license statement in debian/copyright

2009-07-19 Thread Jakub Wilk

Package: pdfedit
Version: 0.4.2-4
Severity: important

$ grep -A4 License: /usr/share/doc/pdfedit/copyright
License:
 This package is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.


This is incorrect: pdfedit is GPLv2-only.

--
Jakub Wilk



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



  1   2   3   4   >