Bug#527321: vagalume: wrong gtk icon cache file

2009-05-06 Thread Luca Bruno
Package: vagalume
Version: 0.7.1-1
Severity: normal

The .postinst and .postrm files manually update the gtk icon cache, though
removing a non-existing file /usr/share/icons/hicolor/icon-theme.cache.
The right file is /usr/share/icons/hicolor/.icon-theme.cache.
I can't realize why updating the cache is needed. Usually it's done
automatically after installing the package (by debhelper).
I'd consider removing them.

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

Kernel: Linux 2.6.29-1-amd64 (SMP w/1 CPU core)
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 vagalume depends on:
ii  gstreamer0.10-plugins-base  0.10.22-5GStreamer plugins from the base 
ii  gstreamer0.10-plugins-good  0.10.14-2GStreamer plugins from the good 
ii  gstreamer0.10-plugins-ugly  0.10.11-1GStreamer plugins from the ugly 
ii  libatk1.0-0 1.26.0-1 The ATK accessibility toolkit
ii  libc6   2.9-9GNU C Library: Shared libraries
ii  libcairo2   1.8.6-2+b1   The Cairo 2D vector graphics libra
ii  libcurl3-gnutls 7.19.4-1 Multi-protocol file transfer libra
ii  libdbus-1-3 1.2.12-1 simple interprocess messaging syst
ii  libdbus-glib-1-20.80-4   simple interprocess messaging syst
ii  libglib2.0-02.20.1-2 The GLib library of C routines
ii  libgstreamer0.10-0  0.10.22-3Core GStreamer libraries and eleme
ii  libgtk2.0-0 2.16.1-2 The GTK+ graphical user interface 
ii  libnotify1 [libnotify1-gtk2 0.4.5-1  sends desktop notifications to a n
ii  libpango1.0-0   1.24.0-3+b1  Layout and rendering of internatio
ii  librsvg2-common 2.22.3-2 SAX-based renderer library for SVG
ii  libxml2 2.7.3.dfsg-1 GNOME XML library

Versions of packages vagalume recommends:
ii  dbus  1.2.12-1   simple interprocess messaging syst

vagalume suggests no packages.

-- no debconf information

-- 
http://syx.googlecode.com - Smalltalk YX
http://lethalman.blogspot.com - Thoughts about computer technologies
http://www.debian.org - The Universal Operating System


signature.asc
Description: Digital signature


Bug#521918: pbuilder --build --binary-arch invokes 'build' target

2009-05-06 Thread Aaron M. Ucko
Petr Pudlak d...@pudlak.name writes:

 Now I'm just concerned about (violating) Debian Policy (Sect. 4.9). It states
 that the 'build:' target is mandatory. Should I leave 'build:' commented out,
 possibly violating the policy, or perhaps include it just empty, removing its
 dependencies on 'build-arch' and 'build-indep', so that the policy is
 satisfied?

How about keeping the build: target as is, complete with full
dependencies, but conditionalizing documentation building on the
presence of what it needs?:

 [ ! -x /usr/bin/dvipng ] || [ ! -x /usr/bin/tex4ht ] || \
 [ ! -f /usr/share/texmf-texlive/... ] || \
 $(MAKE) -C DOC html

(I'm not sure what specifically you need from texlive-latex-extra.)

BTW, I'd also suggest cleaning up your build dependencies:
texlive-latex-extra already depends on -base for you, and sed, mawk,
and gawk have all been at the requisite versions since at least
oldstable, with both sed and mawk setting Priority: required.
(Moreover, allowing the virtual awk package undermines the relevant
version requirements anyway.)

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?...@monk.mit.edu



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



Bug#527319: rggobi: FTBFS:

2009-05-06 Thread Dirk Eddelbuettel

On 6 May 2009 at 21:32, Kurt Roeckx wrote:
| Hi,
| 
| There was an error while trying to autobuild your package:
| 
|  Automatic build of rggobi_2.1.13-1 on excelsior by sbuild/amd64 98
|  Build started at 20090505-2238
| 
| [...]
| 
|  Build-Depends: r-base-dev (= 2.9.0), ggobi (= 2.1.6), debhelper (= 
5.0.0), cdbs, libgtk2.0-dev, libxml2-dev, r-cran-rgtk2, xvfb, xauth, xfonts-base
| 
| [...]
| 
|  Toolchain package versions: linux-libc-dev_2.6.29-3 libc6-dev_2.9-9 
g++-4.3_4.3.3-8 gcc-4.3_4.3.3-8 binutils_2.19.1-1 libstdc++6_4.4.0-3 
libstdc++6-4.3-dev_4.3.3-8
| 
| [...]
| 
|  dh_installdirs  usr/lib/R/site-library
|  if test -f /usr/bin/xvfb-run; then  \
|   xvfb-run   \
|  R CMD INSTALL -l 
/build/buildd/rggobi-2.1.13/debian/r-cran-rggobi/usr/lib/R/site-library --clean 
\
|   . ;\
|  else\
|   R CMD INSTALL -l 
/build/buildd/rggobi-2.1.13/debian/r-cran-rggobi/usr/lib/R/site-library   \
|  --clean  . ;\
|  fi
|  make: *** [R_any_arch] Error 139
|  dpkg-buildpackage: failure: /usr/bin/fakeroot debian/rules binary-arch gave 
error exit status 2
| 
| A full build log can be found at:
| http://buildd.debian.org/build.php?arch=amd64pkg=rggobiver=2.1.13-1

No error message, and sixty or more r-cran-* are all built with the same
r-cran.mk from the r-base-dev package.

This must have been spurious. I uploaded about 5 packages yesterday and just
looking at, e,g.m nlme and mgcv, both built on amd64 as well. Similarly, this
one (rggobi) built everywhere else.

Can you push this one back for a rebuild request?

Dirk
| 
| 
| Kurt
| 
| 
| 

-- 
Three out of two people have difficulties with fractions.



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



Bug#527322: debian-maintainers: annual ping for Jeffrey Ratcliffe

2009-05-06 Thread Jeffrey Ratcliffe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: debian-maintainers
Version: 1.58
Severity: normal

Please con
sider this a rather late annual ping.

Thanks, Anibal, for the reminde
r.

Regards

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

iEYEARECAAYFAkoB614ACgkQVDAgnE3XzJNIhgCgwPfgl8gMdfXYJakL2eFtNVMS
sBsAoPf6Co0H7/YNLCgzq9+1LEFa8fma
=dUHa
-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#527323: jabref: text selection visual bug

2009-05-06 Thread ben
Package: jabref
Version: 2.3.1-6
Severity: normal


Since a few weeks ago (upgrade to something; apologies that I'm not
sure what) Jabref has not shown me the contents of text selection in
the Bibtex Key field (and AFAICT only that field), but instead draws a
helpful blue-on-blue box that is almost the right size for the text,
but a little too small.  The flashing cursor reveals the last
half-character or so of the selection.

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

Kernel: Linux 2.6.29-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 jabref depends on:
ii  antlr2.7.7-11language tool for constructing rec
ii  antlr3   3.0.1+dfsg-4language tool for constructing rec
ii  java-wrappers0.1.15  wrappers for java executables
ii  libglazedlists-java  1.8.0.dfsg-1java list transformation library
ii  libjempbox-java  0.2.0.dfsg-1XMP Compatible Java Library
ii  libjgoodies-forms-java   1.2.0-1 Framework to lay out and implement
ii  libjgoodies-looks-java   2.2.1-1 library with Swing lookfeel imple
ii  libmicroba-java  1:0.4.4.3-2 set of JFC (Swing) components
ii  libpdfbox-java   0.7.3.dfsg-2PDF library for Java
ii  libspin-java 1.5-1   transparent threading solution for
ii  openjdk-6-jre6b14-1.5~pre1-5 OpenJDK Java runtime, using Hotspo
ii  sun-java6-jre6-13-1  Sun Java(TM) Runtime Environment (

jabref recommends no packages.

Versions of packages jabref suggests:
ii  acroread [pdf-viewer]  9.1.0-0.5 Adobe Acrobat Reader: Portable Doc
ii  ghostscript [postscript-vi 8.64~dfsg-1.1 The GPL Ghostscript PostScript/PDF
ii  gv [postscript-viewer] 1:3.6.7-1 PostScript and PDF viewer for X
ii  kghostview [postscript-vie 4:3.5.9-3 PostScript viewer for KDE
ii  kpdf [pdf-viewer]  4:3.5.9-3 PDF viewer for KDE

-- 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#526791: DeprecationWarning: Accessed deprecated property Package.candidateOrigin, ...

2009-05-06 Thread Michael Vogt
On Wed, May 06, 2009 at 04:20:21PM +0200, Alexander Kurtz wrote:
 Hi,
Hi,
 
 I got exactly the same problem here. I applied your patch and it
 a) fixes the problem
 b) doesn't break anything apparently (It worked with today's updates for
 testing)

Excellent, thanks for testing it (to both testers of course :)

I will commit the patch and upload.

Thanks,
 Michael



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



Bug#527324: glide: [INTL:pt] Updated Portuguese translation for debconf messages

2009-05-06 Thread Traduz - Portuguese Translation Team
Package: glide
Version: n/a
Tags: l10n, patch
Severity: wishlist

Updated Portuguese translation for glide's debconf messages.
Translator: Américo Monteiro a_monte...@netcabo.pt
Feel free to use it.

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


-- 
Best regards,

Miguel Figueiredo
Traduz - Portuguese Translation Team
http://www.DebianPT.org
# translation of glide debconf to Portuguese
# This file is distributed under the same license as the glide package.
#
# André Costa s...@argon.ath.cx, 2006.
# Américo Monteiro a_monte...@netcabo.pt, 2009.
msgid 
msgstr 
Project-Id-Version: glide 2002.04.10-19\n
Report-Msgid-Bugs-To: gl...@packages.debian.org\n
POT-Creation-Date: 2009-04-21 07:55+0200\n
PO-Revision-Date: 2009-05-06 18:58+0100\n
Last-Translator: Américo Monteiro a_monte...@netcabo.pt\n
Language-Team: Portuguese tra...@debianpt.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.11.4\n

#. Type: boolean
#. Description
#: ../libglide2.templates:2001 ../libglide3.templates:2001
msgid Manually select driver for 3Dfx card?
msgstr Seleccionar driver para placa 3Dfx manualmente?

#. Type: boolean
#. Description
#: ../libglide2.templates:2001
msgid 
No 3Dfx card that is supported by glide2 was found. This package supports 
cards based on the following 3Dfx chipsets: Voodoo 2, Voodoo Banshee, and 
Voodoo 3.
msgstr 
Nenhuma placa 3Dfx suportada pelo glide2 foi encontrada. Este pacote suporta 
placas baseadas nos seguintes chips 3Dfx: Voodoo 2, Voodoo Banshee e 
Voodoo 3.

#. Type: boolean
#. Description
#: ../libglide2.templates:2001 ../libglide3.templates:2001
msgid 
If the graphics card in this computer does not use one of these chipsets, 
and you are not compiling programs against glide, this package will not be 
useful.
msgstr 
Se a placa gráfica deste computador não usa nenhum destes chips, e você 
não está a compilar programas contra o glide, este pacote não será útil.

#. Type: boolean
#. Description
#: ../libglide2.templates:2001 ../libglide3.templates:2001
msgid 
If the graphics card is based on one of these chipsets, you should file a 
bug report against this package, including the output from the \lspci -vm\ 
command.
msgstr 
Se a placa gráfica é baseada num dos chips, você deveria enviar um 
relatório de bug contra este pacote, incluindo o resultado do comando 
\lspci -vm\.

#. Type: boolean
#. Description
#: ../libglide2.templates:2001 ../libglide3.templates:2001
msgid Please choose whether you want to manually select the driver to use for now.
msgstr Por favor escolha se quer seleccionar manualmente a driver a usar por agora.

#. Type: select
#. Description
#: ../libglide2.templates:3001 ../libglide3.templates:3001
msgid Driver for 3D acceleration:
msgstr Driver para aceleração 3D:

#. Type: select
#. Description
#: ../libglide2.templates:3001
msgid 
Please select the driver you would like to use for 3D acceleration:\n
 * cvg: Voodoo 2;\n
 * h3 : Voodoo Banshee and Voodoo 3.
msgstr 
Por favor seleccione a driver que deseja usar para aceleração 3D:\n
 * cvg: Voodoo 2;\n
 * h3 : Voodoo Banshee e Voodoo 3.

#. Type: select
#. Description
#: ../libglide2.templates:4001 ../libglide3.templates:4001
msgid Card to use for 3D acceleration:
msgstr Placa a usar para aceleração 3D:

#. Type: select
#. Description
#: ../libglide2.templates:4001
msgid 
Multiple 3Dfx-based cards were detected based on one of the following 3Dfx 
chipsets: Voodoo 2, Voodoo Banshee, and Voodoo 3.
msgstr 
Foram detectadas múltiplas placas 3Dfx baseadas em um dos seguintes chips 3Dfx: 
Voodoo 2, Voodoo Banshee, e Voodoo 3.

#. Type: select
#. Description
#: ../libglide2.templates:4001 ../libglide3.templates:4001
msgid Please select the card you would like to use for 3D acceleration.
msgstr Por favor seleccione a placa que deseja usar para aceleração 3D.

#. Type: boolean
#. Description
#: ../libglide3.templates:2001
msgid 
No 3Dfx card that is supported by glide3 was found. This package supports 
cards based on the following 3Dfx chipsets: Voodoo Banshee, Voodoo 3, Voodoo 
4, and Voodoo 5.
msgstr 
Nenhuma placa 3Dfx suportada pelo glide3 foi encontrada. Este pacote suporta 
placas baseadas nos seguintes chips 3Dfx: Voodoo Banshee, Voodoo 3, Voodoo 4 
e Voodoo 5.

#. Type: select
#. Description
#: ../libglide3.templates:3001
msgid 
Please select the driver you would like to use for 3D acceleration:\n
 * h3: Voodoo Banshee and Voodoo 3;\n
 * h5: Voodoo 4 and Voodoo 5.
msgstr 
Por favor seleccione a driver que deseja usar para aceleração 3D:\n
 * h3: Voodoo Banshee e Voodoo 3;\n
 * h5: Voodoo 4 e Voodoo 5.

#. Type: select
#. Description
#: ../libglide3.templates:4001
msgid 
Multiple 3Dfx-based cards were detected based on one of the following 3Dfx 
chipsets: Voodoo 2, Voodoo Banshee, Voodoo 3, Voodoo 4, and Voodoo 5.
msgstr 
Foram detectadas múltiplas placas 3Dfx baseadas em um dos seguintes 

Bug#526135: Additional information

2009-05-06 Thread Benjamin Eikel
Hello,

now the crash already occurs when I switch to the day or week view in 
KOrganizer. This is very annoying and makes KOrgranizer unusable for me.

I started KOrganizer under gdb and checked what causes the exception. The 
SIGFPE is caused by line 1870 in the file 
kdepimlibs-4.2.2/kcal/kdepimlibs-4.2.2/recurrencerule.cpp. This line is

periods += ( mFrequency - 1 - ( ( periods - 1 ) % mFrequency ) );

The debugger told me that mFrequency is zero, which explains the exception. I 
do not know why this is the case and where this member variable is set.

Kind regards,
Benjamin



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



Bug#526994: gnumeric: Ignores enter key and fails to input data to cells

2009-05-06 Thread J.H.M. Dassen (Ray)
tags 526994 + upstream fixed-upstream
forwarded 526994 http://bugzilla.gnome.org/show_bug.cgi?id=575267
fixed 526994 1.9.5-1
thanks

On Mon, May 04, 2009 at 22:46:30 +0200, Olivier Berger wrote:
 I cannot enter anymore content to opened files: At the time I enter a date
 in a cell, it doesn't get entered to the cell but instead stays in the
 input field. 
 
 This looks very much like what is reported here : 
 https://bugs.launchpad.net/ubuntu/+source/gnumeric/+bug/333139 and which 
 seems to be addressed upstream in 
 http://bugzilla.gnome.org/show_bug.cgi?id=575267
 
 However, the version in Debian seems more recent, so I suspect either a
 regression or a missing backport.

No, you have the timeline wrong. Gnome bugzilla 575267 was triggered by
recent changes in Gtk behaviour; it was fixed for Gnumeric 1.9.x through

http://git.gnome.org/cgit/gnumeric/commit/?id=ba5dd01cb49c5ca90cdcc585ae5c7152639cd131
which was made later than the 1.9.4 release which is currently in testing.
I'm tagging this report accordingly.

Ray
-- 
Pinky, Are You Pondering What I'm Pondering?
Ewww, I think so Brain, but I think I'd rather eat the Macarena. 
Pinky and the Brain in Plan Brain From Outer Space



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



Bug#526135: Possible fix

2009-05-06 Thread Benjamin Eikel
Hello,

I have found a workaround. Setting the initial value of mFrequency in line 706 
of recurrencerule.cpp to a value other than zero (I tested one) fixes the bug 
for me. I do not know if this has any side effects.

Kind regards,
Benjamin



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



Bug#527325: [INTL:gl] glide debconf translation update

2009-05-06 Thread Marce Villarino
Package: glide
Version: 2002.04.10-19
Severity: wishlist
Tags: l10n gl

Please find enclosed the updated Galician translation


# Galician translation of glide's debconf templates
# This file is distributed under the same license as the glide package.
#
# Jacobo Tarrio jtar...@debian.org, 2007.
# marce villarino mvillar...@users.sourceforge.net, 2009.
msgid 
msgstr 
Project-Id-Version: glide\n
Report-Msgid-Bugs-To: gl...@packages.debian.org\n
POT-Creation-Date: 2009-04-21 07:55+0200\n
PO-Revision-Date: 2009-05-06 22:39+0200\n
Last-Translator: marce villarino mvillar...@users.sourceforge.net\n
Language-Team: Galician proxe...@trasno.ent\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: Lokalize 0.2\n
Plural-Forms: nplurals=2; plural=n != 1;\n

#. Type: boolean
#. Description
#: ../libglide2.templates:2001 ../libglide3.templates:2001
msgid Manually select driver for 3Dfx card?
msgstr Desexa escoller manualmente o controlador da tarxeta 3Dfx?

#. Type: boolean
#. Description
#: ../libglide2.templates:2001
#| msgid 
#| This package is for cards based on the following 3Dfx chipsets: Voodoo 2, 
#| Voodoo Banshee, and Voodoo 3.
msgid 
No 3Dfx card that is supported by glide2 was found. This package supports 
cards based on the following 3Dfx chipsets: Voodoo 2, Voodoo Banshee, and 
Voodoo 3.
msgstr 
Glide2 non  atopou ningunha tarxeta 3Dfx. Este paquete soporta tarxetas 
baseadas nos seguintes chipsets 3Dfx: Voodoo 2, Voodoo Banshee e Voodoo 3.

#. Type: boolean
#. Description
#: ../libglide2.templates:2001 ../libglide3.templates:2001
#| msgid 
#| If you do not have a card based on one of the listed chipsets, and you 
#| are not compiling programs against glide, you should not have this 
#| package installed.
msgid 
If the graphics card in this computer does not use one of these chipsets, 
and you are not compiling programs against glide, this package will not be 
useful.
msgstr 
Se a tarxeta gráfica neste ordenador non emprega ningún deses chipsets e 
non está a compilar programas contra glide, este paquete non será útil.

#. Type: boolean
#. Description
#: ../libglide2.templates:2001 ../libglide3.templates:2001
#| msgid 
#| If you do have a card based on one of the listed chipsets please file a 
#| bug on this package, including the output from the command 'lspci -vm' in 
#| the bug report.
msgid 
If the graphics card is based on one of these chipsets, you should file a 
bug report against this package, including the output from the \lspci -vm\ 
command.
msgstr 
Se a tarxeta gráfica neste ordenador está baseada nun destes chipsets, 
debería enviar un informe de erro contra este paquete, incluíndo a saída 
da orde «lspci -vm».

#. Type: boolean
#. Description
#: ../libglide2.templates:2001 ../libglide3.templates:2001
msgid 
Please choose whether you want to manually select the driver to use for now.
msgstr 
Indique se desexa escoller manualmente o controlador a empregar por agora.

#. Type: select
#. Description
#: ../libglide2.templates:3001 ../libglide3.templates:3001
msgid Driver for 3D acceleration:
msgstr Controlador para a aceleración 3D:

#. Type: select
#. Description
#: ../libglide2.templates:3001
#| msgid Please select the card you would like to use for 3D acceleration.
msgid 
Please select the driver you would like to use for 3D acceleration:\n
 * cvg: Voodoo 2;\n
 * h3 : Voodoo Banshee and Voodoo 3.
msgstr 
Escolla a o controlador que desexa empregar para a aceleración 3D:\n
 * cvg: Voodoo 2,\n
 * h3 : Voodoo Banshee e Voodoo 3.

#. Type: select
#. Description
#: ../libglide2.templates:4001 ../libglide3.templates:4001
#| msgid Please select the card you would like to use for 3D acceleration.
msgid Card to use for 3D acceleration:
msgstr Tarxeta a empregar para a aceleración 3D:

#. Type: select
#. Description
#: ../libglide2.templates:4001
#| msgid 
#| This package is for cards based on the following 3Dfx chipsets: Voodoo 2, 
#| Voodoo Banshee, and Voodoo 3.
msgid 
Multiple 3Dfx-based cards were detected based on one of the following 3Dfx 
chipsets: Voodoo 2, Voodoo Banshee, and Voodoo 3.
msgstr 
Detectáronse varias tarxetas baseadas nalgún do seguintes chipsets 3Dfx: 
Voodoo 
2, Voodoo Banshee e Voodoo 3.

#. Type: select
#. Description
#: ../libglide2.templates:4001 ../libglide3.templates:4001
msgid Please select the card you would like to use for 3D acceleration.
msgstr Escolla a tarxeta que desexa empregar para a aceleración 3D.

#. Type: boolean
#. Description
#: ../libglide3.templates:2001
#| msgid 
#| This package is for cards based on the following 3Dfx chipsets: Voodoo 
#| Banshee, Voodoo 3, Voodoo 4, and Voodoo 5.
msgid 
No 3Dfx card that is supported by glide3 was found. This package supports 
cards based on the following 3Dfx chipsets: Voodoo Banshee, Voodoo 3, Voodoo 
4, and Voodoo 5.
msgstr 
Non se atopou ningunha tarxeta 3Dfx  soportada por glide3. Este paquete 
soporta 
tarxetas basexadas nos seguintes chipsets 3Dfx: Voodoo 

Bug#527326: init.d status support

2009-05-06 Thread Peter Eisentraut
Package: apmd
Version: 3.2.2-12
Severity: wishlist
Tags: patch

Here is a patch to support the status action in the init.d script.
diff -u apmd-3.2.2/debian/apmd.init apmd-3.2.2/debian/apmd.init
--- apmd-3.2.2/debian/apmd.init
+++ apmd-3.2.2/debian/apmd.init
@@ -64,8 +64,12 @@
 ${0} stop
 ${0} start
 ;;
+(status)
+status_of_proc $APMD_BIN apmd
+exit $?
+;;
 (*)
-log_success_msg Usage: /etc/init.d/apmd {start|stop|restart|force-reload} 2
+log_success_msg Usage: /etc/init.d/apmd {start|stop|restart|force-reload|status} 2
 exit 3
 ;;
 esac
diff -u apmd-3.2.2/debian/control apmd-3.2.2/debian/control
--- apmd-3.2.2/debian/control
+++ apmd-3.2.2/debian/control
@@ -9,7 +9,7 @@
 Package: apmd
 Section: admin
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, debconf (= 1.2.9) | debconf-2.0, powermgmt-base, lsb-base (= 1.3-9ubuntu3)
+Depends: ${shlibs:Depends}, ${misc:Depends}, debconf (= 1.2.9) | debconf-2.0, powermgmt-base, lsb-base (= 3.2-13)
 Suggests: xapm
 Description: Utilities for Advanced Power Management (APM)
  On laptop computers, the Advanced Power Management (APM) support 


Bug#527327: [INTL:gl] nss-ldapd debconf translation update

2009-05-06 Thread Marce Villarino
Package: nss-ldapd
Version: 0.6.8
Severity: wishlist
Tags: l10n gl

Please find enclosed the updated Galician translation


# Copyright (C) 2009 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the nss-ldap package.
#
# marce villarino mvillar...@users.sourceforge.net, 2009.
msgid 
msgstr 
Project-Id-Version: nss-ldapd 0.6\n
Report-Msgid-Bugs-To: nss-ld...@packages.debian.org\n
POT-Creation-Date: 2009-04-21 21:21+0200\n
PO-Revision-Date: 2009-05-06 22:55+0200\n
Last-Translator: marce villarino mvillar...@users.sourceforge.net\n
Language-Team: Galician proxe...@trasno.ent\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: Lokalize 0.2\n
Plural-Forms: nplurals=2; plural=n != 1;\n

#. Type: string
#. Description
#: ../libnss-ldapd.templates:1001
msgid LDAP server Uniform Resource Identifier:
msgstr URI do servidor LDAP:

#. Type: string
#. Description
#: ../libnss-ldapd.templates:1001
msgid 
Please enter the URI of the LDAP server used. This is a string in the form 
ldap://hostname or IP:port/ . ldaps:// or ldapi:// can also be used. The 
port number is optional.
msgstr 
Indique o URI do servidor LDAP. Isto é unha cadea coa forma 
ldap://máquina ou IP:porto/. Tamén pode empregar ldaps:// 
ou ldapi://. O número de porto é opcional.

#. Type: string
#. Description
#: ../libnss-ldapd.templates:1001
msgid 
When useing the ldap or ldaps schemes it is usually a good idea to use an IP 
address; this reduces the risk of failure when name services are unavailable.
msgstr 
Cando se empregan os esquemas ldap ou ldaps xeralmente é boa idea empregar 
un enderezo IP, xa que se reduce o risco de fallo se non hai servizos de 
nome 
dispoñíbeis.

#. Type: string
#. Description
#: ../libnss-ldapd.templates:1001
msgid Multiple URIs can be be specified by separating them with spaces.
msgstr Poden especificarse varios URI separándoos con espazos.

#. Type: string
#. Description
#: ../libnss-ldapd.templates:2001
msgid LDAP server search base:
msgstr Base da procura de servidor LDAP:

#. Type: string
#. Description
#: ../libnss-ldapd.templates:2001
msgid 
Please enter the distinguished name of the LDAP search base.  Many sites use 
the components of their domain names for this purpose.  For example, the 
domain \example.net\ would use \dc=example,dc=net\ as the distinguished 
name of the search base.
msgstr 
Indique o nome distintivo da base de procura LDAP. Moitos sitios empregan as 
compoñentes dos seus nomes de dominio para este propósito. Por exemplo, 
o dominio «exemplo.net» debería empregar «dc=exemplo,dc=net» como nome 
distintivo da base de procura.

#. Type: string
#. Description
#: ../libnss-ldapd.templates:3001
msgid LDAP database user:
msgstr Usuario da base de datos LDAP:

#. Type: string
#. Description
#: ../libnss-ldapd.templates:3001
msgid 
If the LDAP database requires a login for normal lookups, enter the name of 
the account that will be used here. Leave empty otherwise.
msgstr 
Se a base de datos do LDAP require de identificación para procuras normais, 
indique aquí o nome da conta que se empregará. Caso contrario déixeo 
en branco.

#. Type: string
#. Description
#: ../libnss-ldapd.templates:3001
msgid This value should be specified as a DN (distinguished name).
msgstr Este valor debe especificarse como un DN (nome distintivo).

#. Type: password
#. Description
#: ../libnss-ldapd.templates:4001
msgid LDAP user password:
msgstr Contrasinal do usuario de LDAP:

#. Type: password
#. Description
#: ../libnss-ldapd.templates:4001
msgid Enter the password that will be used to log in to the LDAP database.
msgstr 
Indique o contrasinal que se ha empregar para acceder á base de datos do 
LDAP.

#. Type: multiselect
#. Description
#: ../libnss-ldapd.templates:5001
msgid Name services to configure:
msgstr Servizos de nome a configurar:

#. Type: multiselect
#. Description
#: ../libnss-ldapd.templates:5001
msgid 
For this package to work, you need to modify your /etc/nsswitch.conf to use 
the ldap datasource.
msgstr 
Para que este paquete funcione, debe modificar o ficheiro /etc/nsswitch.conf 
para que empregue a fonte de datos ldap.

#. Type: multiselect
#. Description
#: ../libnss-ldapd.templates:5001
msgid 
You can select the services that should be enabled or disabled for LDAP 
lookups. The new LDAP lookups will be added as last option. Be sure to 
review these changes.
msgstr 
Pode escoller or servizos que se deben activar ou desactivar nas procuras 
LDAP. As novas procuras LDAP engadiranse como última opción. Revise estas 
modificacións.

#. Type: boolean
#. Description
#: ../libnss-ldapd.templates:6001
msgid Remove LDAP from nsswitch.conf now?
msgstr Desexa eliminar LDAP de nsswitch.conf?

#. Type: boolean
#. Description
#: ../libnss-ldapd.templates:6001
msgid 
LDAP is still configured for name lookups for the following services:\n
  ${services}\n
but the libnss-ldapd package is about to be removed.
msgstr 
LDAP aínda 

Bug#527328: ITP: python-django-south -- intelligent schema migrations for Django apps

2009-05-06 Thread Janos Guljas
Package: wnpp
Severity: wishlist
Owner: Janos Guljas ja...@janos.in.rs

* Package name: python-django-south
  Version : svn
  Upstream Author : Andrew Godwin and...@aeracode.org
* URL : http://south.aeracode.org
* License : Apache
  Programming Lang: Python
  Description : intelligent schema migrations for Django apps

Plaease include python-django-south.
South is an intelligent database migrations library for the Django web
framework. It is database-independent and DVCS-friendly, as well as a
whole host of other features.



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



Bug#527328: ITP: python-django-south -- intelligent schema migrations for Django apps

2009-05-06 Thread Chris Lamb
Hi David, Janos.

#526348 and #527328 both appear to be ITPs for python-django-south. :]


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org
   `-


signature.asc
Description: PGP signature


Bug#527330: CVE-2009-1255 affects to memcachedb

2009-05-06 Thread Luciano Bello
Package: memcachedb
Version: 1.2.0-2
Severity: normal
Tags: security

Hi,
the following CVE (Common Vulnerabilities  Exposures) id was
published for memcachedb.

CVE-2009-1255[0]:
| The process_stat function in (1) Memcached before 1.2.8 and (2)
| MemcacheDB 1.2.0 discloses (a) the contents of /proc/self/maps in
| response to a stats maps command and (b) memory-allocation statistics
| in response to a stats malloc command, which allows remote attackers
| to obtain sensitive information such as the locations of memory
| regions, and defeat ASLR protection, by sending a command to the
| daemon's TCP port.

If you fix the vulnerability please also make sure to include the
CVE id in your changelog entry.

For further information see:

[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1255
http://security-tracker.debian.net/tracker/CVE-2009-1255

A patch can be found here [1] and here [2]

[1] 
http://groups.google.com/group/memcachedb/browse_thread/thread/96feaca076fc233c
[2] http://www.securityfocus.com/archive/1/archive/1/503064/100/0/threaded

luciano



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



Bug#527329: segfault loading plugins

2009-05-06 Thread Thomas Viehmann
Package: pstoedit
Severity: grave
Version: 3.45-6

Hi,

thanks for maintaining pstoedit.

$ gdb --args .libs/pstoedit
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-linux-gnu...
(gdb) run
Starting program: /tmp/pstoedit-3.45/src/.libs/pstoedit
pstoedit: version 3.45 / DLL interface 108 (build May  6 2009 - release
build - g++ 4.3.3) : Copyright (C) 1993 - 2007 Wolfgang Glunz
[Thread debugging using libthread_db enabled]
Error while reading shared library symbols:
Cannot find new threads: generic error
Cannot find new threads: generic error
(gdb) bt
#0  0x7fb95bde2947 in ?? () from /lib64/ld-linux-x86-64.so.2
#1  0x7fb95bdde406 in ?? () from /lib64/ld-linux-x86-64.so.2
#2  0x7fb95bde227b in ?? () from /lib64/ld-linux-x86-64.so.2
#3  0x7fb95b2cef5b in ?? () from /lib/libdl.so.2
#4  0x7fb95bdde406 in ?? () from /lib64/ld-linux-x86-64.so.2
#5  0x7fb95b2cf30c in ?? () from /lib/libdl.so.2
#6  0x7fb95b2ceec1 in dlopen () from /lib/libdl.so.2
#7  0x7fb95bb5c90a in DynLoader::open (this=0xca0840,
libname_P=0xc9f180
/tmp/pstoedit-3.45/src/.libs/libp2edrvmagick++.so) at dynload.cpp:105
#8  0x7fb95bb5ca74 in DynLoader (this=0xca0840, libname_P=0xc9f180
/tmp/pstoedit-3.45/src/.libs/libp2edrvmagick++.so,
verbose_p=0) at dynload.cpp:88
#9  0x7fb95bb5caf6 in loadaPlugin (filename=0xc9f180
/tmp/pstoedit-3.45/src/.libs/libp2edrvmagick++.so,
errstre...@0x600e40, verbose=false) at dynload.cpp:218
#10 0x7fb95bb5ce4f in loadPlugInDrivers (pluginDir=0x7fff63fe7c80
/tmp/pstoedit-3.45/src/.libs, errstre...@0x600e40,
verbose=false) at dynload.cpp:341
#11 0x7fb95bb730cc in loadpstoeditplugins (progname=0x7fff63fee7dd
/tmp/pstoedit-3.45/src/.libs/pstoedit,
errstre...@0x600e40, verbose=false) at pstoedit.cpp:265
#12 0x7fb95bb73a0d in pstoedit (argc=1, argv=0x7fff63fee558,
errstre...@0x600e40,
call_PI=0x7fb95bb5d7c5 callgs(int, char const* const*),
whichPI=0x7fb95bb5d516 whichPI(std::ostream, int, char const*),
pushinsPtr=0x0) at pstoedit.cpp:435
#13 0x7fb95bb77b05 in pstoeditwithghostscript (argc=1,
argv=0x7fff63fee558, errstre...@0x600e40, pushinsPtr=0x0)
at pstoedit.cpp:1281
#14 0x004009c2 in main (argc=1, argv=0x7fff63fee558) at
cmdmain.cpp:39
(gdb) quit

Versions of packages pstoedit depends on:
ii  ghostscript8.64~dfsg-1.1 The GPL Ghostscript
PostScript/PDF
ii  libc6  2.9-9 GNU C Library: Shared libraries
ii  libpstoedit0c2a3.45-6PostScript to editable
vector grap
ii  libstdc++6 4.4.0-2   The GNU Standard C++ Library v3

pstoedit recommends no packages.

Versions of packages pstoedit suggests:
ii  transfig 1:3.2.5.a-1 Utilities for converting
XFig figu
ii  xfig 1:3.2.5.a-2 Facility for Interactive
Generatio


Kind regards

T.
-- 
Thomas Viehmann, http://thomas.viehmann.net/



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



Bug#527246: libnss-ldapd: Segfaults in libnss_ldap.so in getservent() during netstat

2009-05-06 Thread Arthur de Jong
On Wed, 2009-05-06 at 13:27 +0200, Jonathan Quick wrote:
 The libnss_ldap.so library included in this package consistantly
 segfaults in getservent() when called by 'netstat' whenever the ldap
 method is included on the services line in /etc/nsswitch.conf.  From
 ltrace it seems to happen only after several repeated calls of
 getservent().

Thanks for your bugreport.

Can you provide some more information? Can you provide your
/etc/nsswitch.conf, /etc/nss-ldapd.conf (remove any passwords from it)
and output of ltrace and exact command used to reproduce?

What kind of information do you have in LDAP? Do you define services
there? Do they show up correctly with getent services?

Is there any more information you can provide? Perhaps output of strace
or from running it in gdb?

Thanks.

-- 
-- arthur - adej...@debian.org - http://people.debian.org/~adejong --


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


Bug#176737: RFA: magicfilter -- automatic printer filter.

2009-05-06 Thread Rogério Brito
retitle 176737 ITA: magicfilter -- automatic printer filter
owner 176737 !
thanks

On May 06 2009, Sandro Tosi wrote:
 Hi!

Hi, Sandro.

 if you're still interested in adopting this package, this is the right
 time to step in.

I'm doing that now. I will prepare an updated 1.x package (doing only
embellishments, like changing the long description and closing this bug)
and upload it. Possibly in gradual, iterative steps.

 David resign so it's up to someone else take over with this package.

Did David resign from the project? :-( Oh, what a pity to see a long
time contributor to go... :-(


Regards,

-- 
Rogério Brito : rbr...@{mackenzie,ime.usp}.br : GPG key 1024D/7C2CAEB8
http://www.ime.usp.br/~rbrito : http://meusite.mackenzie.com.br/rbrito
Projects: algorithms.berlios.de : lame.sf.net : vrms.alioth.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#527331: Error handling is dodgy

2009-05-06 Thread Juliusz Chroboczek
Package: live-helper
Version: 1.0.4-1

Live-helper doesn't propagate errors correctly.  If something goes wrong
during the installation, live-helper will not propagate the return code,
which means that you need to carefully scan your logs in order to find
out if everything is okay.

Here's an example:

  Unpacking xserver-xorg (from .../xserver-xorg_1%3a7.3+18_i386.deb) ...
  xargs: apt-get: terminated by signal 15
  P: Begin unmounting filesystems...
  Done!

The ``Done!'' is printed by my script, and indicates that lh_build
returned status 0.


Juliusz



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



Bug#526582: fixed upstream, please package new svn snapshot

2009-05-06 Thread Thomas Braun
Hi,

this bug is already fixed in upstream svn.

@Debian KDE Extras Team: It would be good to update the svn snapshot as we 
currently get quite some complaints about this bug.
Thanks :)

bye,
thomas (kile developer)



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



Bug#527332: [INTL:gl] nodm debconf translation update

2009-05-06 Thread Marce Villarino
Package: nodm
Version: 0.3
Severity: wishlist
Tags: l10n gl

Please find enclosed the updated Galician translation


# Copyright (C) 2009 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the nodm package.
#
# marce villarino mvillar...@users.sourceforge.net, 2009.
msgid 
msgstr 
Project-Id-Version: nodm 0.3\n
Report-Msgid-Bugs-To: n...@packages.debian.org\n
POT-Creation-Date: 2009-04-26 14:13+0200\n
PO-Revision-Date: 2009-05-06 23:13+0200\n
Last-Translator: marce villarino mvillar...@users.sourceforge.net\n
Language-Team: Galician proxe...@trasno.ent\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: Lokalize 0.2\n
Plural-Forms: nplurals=2; plural=n != 1;\n

#. Type: boolean
#. Description
#: ../nodm.templates:2001
msgid Start nodm on boot?
msgstr Desexa iniciar nodm ao arrincar?

#. Type: boolean
#. Description
#: ../nodm.templates:2001
msgid 
Designed for embedded or kiosk systems, nodm starts an X session for a user 
without asking for authentication. On regular machines, this has security 
implications and is therefore disabled by default.
msgstr 
Nodm inicia unha sexión X para un usuario sen pedir autenticación. Foi 
deseñado 
para sistemas incorporados e kiosk, en máquinas normais iso ten problemas 
de 
seguridade polo que por omisión está desactivado.

#. Type: boolean
#. Description
#: ../nodm.templates:2001
msgid You should enable nodm only if you need autologin on this machine.
msgstr 
Só debería activar nodm se precisa facer un acceso automático nesta máquina.

#. Type: string
#. Description
#: ../nodm.templates:3001
msgid User to start a session for:
msgstr Usuario co que iniciar unha sesión:

#. Type: string
#. Description
#: ../nodm.templates:3001
msgid 
Please enter the login name of the user that will automatically be logged 
into X by nodm.
msgstr 
Indique o nome de usuario co que acceder automaticamente ás X con nodm.

#. Type: string
#. Description
#: ../nodm.templates:4001
msgid Options for the X server:
msgstr Opcións para o servidor X:

#. Type: string
#. Description
#: ../nodm.templates:4001
msgid 
Please enter the options to pass to the X server when starting the session. 
These options will be used in the NODM_X_OPTIONS variable in the command 
line used by nodm to start the X session:
msgstr 
Indique as opcións a pasar ao servidor X cando se inicia a sesión. 
Estas opcións empregaranse na variábel NODM_X_OPTIONS na liña de ordes 
empregada por nodm para iniciar a sesión X:

#. Type: string
#. Description
#: ../nodm.templates:5001
msgid Minimum time (in seconds) for a session to be considered OK:
msgstr Tempo mínimo (en segundos) para que unha sesión se considere OK:

#. Type: string
#. Description
#: ../nodm.templates:5001
msgid 
If an X session will run for less than this time in seconds, nodm will wait 
an amount of time before restarting the session. The waiting time will grow 
until a session lasts longer than this amount.
msgstr 
Se unha sesión X se vai executar durante menos que este tempo en segundos, 
nodm agardará un tempo antes de reiniciar a sesión. O tempo de agarda 
aumentará 
até que unha sesión dure máis que  esta cantidade.

#. Type: string
#. Description
#: ../nodm.templates:6001
msgid xinit program to use:
msgstr programa xinit a empregar:

#. Type: string
#. Description
#: ../nodm.templates:6001
msgid 
Please choose the name of the \xinit\ program to use with nodm. This name 
will be stored in the NODM_XINIT variable in the command line used by nodm 
to start the X session:
msgstr 
Escolla o nome do programa «xinit» a empregar con nodm. Este nome 
gardarase na variábel NODM_XINIT na liña de ordes empregada por nodm 
para iniciar a sesión X:

#. Type: string
#. Description
#: ../nodm.templates:7001
msgid X session to use:
msgstr Sesión X a empregar:

#. Type: string
#. Description
#: ../nodm.templates:7001
msgid 
Please choose the name of the X session script to use with nodm. This name 
will be stored in the NODM_XSESSION variable in the command line used by 
nodm to start the X session:
msgstr 
Escolla o nome do script de sesión das X a empregar con nodm. Este nome 
gardarase na variábel NODM_XSESSION na liña de ordes empregada por nodm 
para iniciar a sesión X:



Bug#527328: ITP: python-django-south -- intelligent schema migrations for Django apps

2009-05-06 Thread Janos Guljas

Hello,

I'm interested in maintaining Django applications for Debian. I would like to participate in that. 


On Wed, May 6, 2009 at 11:02 PM, Chris Lamb la...@debian.org wrote:

Hi David, Janos.

#526348 and #527328 both appear to be ITPs for python-django-south. :]


Regards,

--
     ,''`.
    : :'  :     Chris Lamb
    `. `'`      la...@debian.org
      `-





--
Janoš Guljaš ja...@janos.in.rs
WWW: http://www.janos.in.rs
GPG: public key ID 61D97459, http://www.janos.in.rs/janosguljas.asc



signature.asc
Description: OpenPGP digital signature


Bug#525107: tracker: Provide more conservative default options

2009-05-06 Thread Michael Biebl
Olivier Berger wrote:
 Package: tracker
 Version: 0.6.93-1+b1
 Severity: normal
 
 Tracker defaults to options which maximize usage of resources, often leading 
 to problems for the user (see #467270 for instance).
 
 I'd very much suggest to change its default, for example in a way similar to 
 the following :
 

Hi Olivier,

I think the general idea to is a good one.

Some comments:

$ diff -ibw /home/user/.config/tracker/tracker.cfg-default
/home/user/.config/tracker/tracker.cfg :
 8c8
  LowMemoryMode=false
 ---
 LowMemoryMode=true

Did you measure any noticeable difference when using LowMemoryMode=true?
What are the numbers

 24c24
  Throttle=0
 ---
 Throttle=20

20 is probably a bit too conservative. I've been using 10 and never ever notice
that tracker is running in the background.

 28c28
  EnableFileContentIndexing=true
 ---
 EnableFileContentIndexing=false

Hm, I don't think this would be a good idea.
People installing tracker (remember, we don't install it by default) rightfully
expect tracker to index all their documents, including its content.

 30c30
  EnableThumbnails=true
 ---
 EnableThumbnails=false

That shouldn't really make a difference.

 33c33
  DisabledModules=
 ---
 DisabledModules=evolution;

I'd be ok with that. Disabling evolution mail indexing by default is probably a
good idea.

 70c70
  IndexMountedDirectories=true
 ---
 IndexMountedDirectories=false
 72c72
  IndexRemovableMedia=true
 ---
 IndexRemovableMedia=false

I'd rather keep those set to true.

 This would ensure the user is not bothered too much unless asking so.

In a way, the user asked so explicitly by installing the tracker package, so I
don't want to disable too much of it's functionality. Making tracker less
invasive (e.g. Throttle = 10) is fine with me though.

Cheers,
Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#527334: pidgin: chat window link tooltip won't go away

2009-05-06 Thread Robert Fleming
Package: pidgin
Version: 2.4.3-4lenny1
Severity: minor

About once a month I find myself with a chat-window link tooltip that
has somehow outlived the chat window that spawned it.

This could be http://bugzilla.gnome.org/show_bug.cgi?id=46741, but
the remedy suggested there -- to return the pointer to the window that
spawned the tooltip -- is not possible in my case because the chat
window is already closed. The only way I can get rid of the tooltip is
to quit Pidgin.

I have not found a way to intentionally reproduce the situation, and I
can't say for sure whether I closed the chat window with Ctrl+W, or
via the window manager's decoration, or what.

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

Kernel: Linux 2.6.26-2-686 (SMP w/4 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 pidgin depends on:
ii  gconf2  2.22.0-1 GNOME configuration database syste
ii  libatk1.0-0 1.22.0-1 The ATK accessibility toolkit
ii  libc6   2.7-18   GNU C Library: Shared libraries
ii  libcairo2   1.6.4-7  The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.1-5  simple interprocess messaging syst
ii  libdbus-glib-1-20.76-1   simple interprocess messaging syst
ii  libglib2.0-02.16.6-1+lenny1  The GLib library of C routines
ii  libgstreamer0.10-0  0.10.19-3Core GStreamer libraries and eleme
ii  libgtk2.0-0 2.12.12-1~lenny1 The GTK+ graphical user interface 
ii  libgtkspell02.0.13-1+b1  a spell-checking addon for GTK's T
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libpango1.0-0   1.20.5-3 Layout and rendering of internatio
ii  libpurple0  2.4.3-4lenny1multi-protocol instant messaging l
ii  libsm6  2:1.0.3-2X11 Session Management library
ii  libstartup-notification 0.9-1library for program launch feedbac
ii  libx11-62:1.1.5-2X11 client-side library
ii  libxss1 1:1.1.3-1X11 Screen Saver extension library
ii  perl5.10.0-19Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.10 5.10.0-19minimal Perl system
ii  pidgin-data 2.4.3-4lenny1multi-protocol instant messaging c

Versions of packages pidgin recommends:
ii  gstreamer0.10-plugins- 0.10.19-2 GStreamer plugins from the base 
ii  gstreamer0.10-plugins- 0.10.8-4.1~lenny1 GStreamer plugins from the good 

Versions of packages pidgin suggests:
ii  evolution-data-server 2.22.3-1.1 evolution database backend server
ii  gnome-panel   2.20.3-5   launcher and docking facility for 
ii  libsqlite3-0  3.5.9-6SQLite 3 shared library

-- 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#527333: init.d status support

2009-05-06 Thread Peter Eisentraut
Package: pulseaudio
Version: 0.9.14-2
Severity: wishlist
Tags: patch

Here is a patch to support the status action in the init.d script.  I had to 
also move the code to disable the system start so that only the start action 
is disabled, not status or anything else.  I think that should still do the 
job.
diff -u pulseaudio-0.9.15/debian/pulseaudio.init pulseaudio-0.9.15/debian/pulseaudio.init
--- pulseaudio-0.9.15/debian/pulseaudio.init
+++ pulseaudio-0.9.15/debian/pulseaudio.init
@@ -23,9 +23,9 @@
 PULSEAUDIO_SYSTEM_START=0
 DISALLOW_MODULE_LOADING=1
 test -f /etc/default/pulseaudio  . /etc/default/pulseaudio
-test $PULSEAUDIO_SYSTEM_START != 1  exit 0
 
 pulseaudio_start () {
+	test $PULSEAUDIO_SYSTEM_START != 1  exit 0
 	log_begin_msg Starting PulseAudio Daemon
 	start-stop-daemon -x $DAEMON -p $PIDFILE --start -- --system --daemonize --high-priority --log-target=syslog --disallow-module-loading=$DISALLOW_MODULE_LOADING
 	status=$?
@@ -60,8 +60,12 @@
 		sleep 2
 		killall -9 pulseaudio || true
 		;;
+	status)
+		status_of_proc $DAEMON pulseaudio -p $PIDFILE
+		exit $?
+		;;
 	*)
-		echo Usage: /etc/init.d/pulseaudio {start|stop|force-stop|restart|reload|force-reload}
+		echo Usage: /etc/init.d/pulseaudio {start|stop|force-stop|restart|reload|force-reload|status}
 		exit 1
 		;;
 esac
diff -u pulseaudio-0.9.15/debian/control pulseaudio-0.9.15/debian/control
--- pulseaudio-0.9.15/debian/control
+++ pulseaudio-0.9.15/debian/control
@@ -22,7 +22,7 @@
 Package: pulseaudio
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, adduser,
-  lsb-base (= 3), consolekit
+  lsb-base (= 3.2-13), consolekit
 Conflicts: libltdl3 ( 1.5.24-1)
 Recommends: pulseaudio-module-hal, pulseaudio-module-x11,
 libasound2-plugins, gstreamer0.10-pulseaudio,


Bug#527328: ITP: python-django-south -- Intelligent schema migrations for django apps

2009-05-06 Thread James Vega
On Wed, May 06, 2009 at 10:53:33PM +0200, Janos Guljas wrote:
 Package: wnpp
 Severity: wishlist
 Owner: Janos Guljas ja...@janos.in.rs
 
 * Package name: python-django-south

An ITP for this was already filed[0] by David Watson (CCed) a few days
ago.  Maybe the two of you could work together on the package?

[0] http://bugs.debian.org/526348
-- 
James
GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@debian.org


signature.asc
Description: Digital signature


Bug#527335: FTBFS if built twice in a row

2009-05-06 Thread Peter Eisentraut
Package: jack-audio-connection-kit
Version: 0.116.1-4
Severity: important

This package fails to build when built a second time in a row:

 debian/rules build
test -x debian/rules
mkdir -p .
/usr/bin/make -f debian/rules reverse-config
make[1]: Entering directory `/home/peter/tmp/jack-audio-connection-kit-0.116.1'
for i in ./config/config.guess ./config/config.sub  ; do \
if test -e $i.cdbs-orig ; then \
mv $i.cdbs-orig $i ; \
fi ; \
done
make[1]: Leaving directory `/home/peter/tmp/jack-audio-connection-kit-0.116.1'
if [ debian/stamp-patched = reverse-patches ]; then rm -f 
debian/stamp-patched; fi
patches: debian/patches/06_iec61883_headers.patch 
debian/patches/08_synopsis-spelling.patch debian/patches/10_debian_lib64.patch 
debian/patches/11_fix_varargs_to_fix_ftbfs_on_alpha.patch 
debian/patches/12_bug510127.patch
Trying patch debian/patches/06_iec61883_headers.patch at level 1 ... success.
Trying patch debian/patches/08_synopsis-spelling.patch at level 1 ... 0 ... 2 
... failure.
make: *** [debian/stamp-patched] Error 1
dpkg-buildpackage: failure: debian/rules build gave error exit status 2



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



Bug#527096: webkit: FTBFS: Error: suffix or operands invalid for `push'

2009-05-06 Thread Sebastian Andrzej Siewior
tags 527096 + patch
thanks

* Kurt Roeckx | 2009-05-05 18:27:38 [+0200]:

  ormat-security -Wno-format-y2k -Wundef -Wmissing-format-attribute 
 -Wpointer-arith -Wwrite-strings -Wno-unused-parameter -Wno-parentheses 
 -fno-exceptions -fvisibility=hidden -pthread -I/usr/include/glib-2.0 
 -I/usr/lib/glib-2.0/include   -D_REENTRANT -I/usr/include -g -Wall -O2 -O2 
 -MT JavaScriptCore/jit/libJavaScriptCore_la-JITArithmetic.lo -MD -MP -MF 
 JavaScriptCore/jit/.deps/libJavaScriptCore_la-JITArithmetic.Tpo -c -o 
 JavaScriptCore/jit/libJavaScriptCore_la-JITArithmetic.lo `test -f 
 'JavaScriptCore/jit/JITArithmetic.cpp' || echo 
 '../'`JavaScriptCore/jit/JITArithmetic.cpp
 ../JavaScriptCore/jit/JITArithmetic.cpp: Assembler messages:
 ../JavaScriptCore/jit/JITArithmetic.cpp:79: Error: suffix or operands 
 invalid for `push'
 ../JavaScriptCore/jit/JITArithmetic.cpp:79: Error: suffix or operands 
 invalid for `pop'
 make[2]: *** [JavaScriptCore/jit/libJavaScriptCore_la-JITArithmetic.lo] 
 Error 1
 make[2]: Leaving directory `/build/buildd/webkit-1.1.6/build'
 make[1]: *** [all] Error 2
 make[1]: Leaving directory `/build/buildd/webkit-1.1.6/build'
 make: *** [build-stamp] Error 2
 dpkg-buildpackage: failure: debian/rules build gave error exit status 2

The code is 32bit asm and tests for SSE2. All x86_64 boxes have SSE2
afaik. The attached patch fixes the build issue. However I can't test
the result because I run OOM in the final link...

Kurt

Sebastian
--- a/JavaScriptCore/jit/JITArithmetic.cpp
+++ b/JavaScriptCore/jit/JITArithmetic.cpp
@@ -44,7 +44,7 @@
 
 using namespace std;
 
-#if PLATFORM(MAC)
+#if PLATFORM(MAC) || defined(__x86_64__)
 
 static inline bool isSSE2Present()
 {


Bug#527165: xserver-xorg-video-sunffb: X fails to start on Creator3D graphics

2009-05-06 Thread Tim Day
Just a note confirming reverting to 
  xserver-xorg-core_2%3a1.4.2-10_sparc.deb
restored X11 via sunffb.






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



Bug#527328: ITP: python-django-south -- Intelligent schema migrations for django apps

2009-05-06 Thread Janos Guljas

I will get in touch with David Watson.

Thank you.

On Wed, May 6, 2009 at 11:29 PM, James Vega james...@debian.org wrote:

On Wed, May 06, 2009 at 10:53:33PM +0200, Janos Guljas wrote:

Package: wnpp
Severity: wishlist
Owner: Janos Guljas ja...@janos.in.rs

* Package name    : python-django-south


An ITP for this was already filed[0] by David Watson (CCed) a few days
ago.  Maybe the two of you could work together on the package?

[0] http://bugs.debian.org/526348
--
James
GPG Key: 1024D/61326D40 2003-09-02 James Vega james...@debian.org

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

iEYEARECAAYFAkoCATAACgkQDb3UpmEybUBY2QCgkQpuBZBuAMfjw+rnGk60ZiVR
cqIAn2h5io/4CYa32Jz2kOMPEWq7pAbK
=/5c4
-END PGP SIGNATURE-






--
Janoš Guljaš ja...@janos.in.rs
WWW: http://www.janos.in.rs
GPG: public key ID 61D97459, http://www.janos.in.rs/janosguljas.asc



signature.asc
Description: OpenPGP digital signature


Bug#527336: Updating apt to 0.7.20.2+squeeze1 removes synaptic aptitude update-manager

2009-05-06 Thread Mark Petersen
Package: apt
Version: 0.7.20.2+squeeze1
Severity: normal

While updating my pc today using the Smart Upgrade option of Update-manager,
aptitude, synaptic, and update-manager were un-installed. apt was upgraded
from 0.7.20.2 to 0.7.20.2+squeeze1 to fix a problem with updates, I don't
think that this is going to help :-)


-- Package-specific info:

-- apt-config dump --

APT ;
APT::Architecture i386;
APT::Build-Essential ;
APT::Build-Essential:: build-essential;
APT::Install-Recommends 1;
APT::Install-Suggests 0;
APT::Acquire ;
APT::Acquire::Translation environment;
APT::Authentication ;
APT::Authentication::TrustCDROM true;
APT::NeverAutoRemove ;
APT::NeverAutoRemove:: ^linux-image.*;
APT::NeverAutoRemove:: ^linux-restricted-modules.*;
APT::Periodic ;
APT::Periodic::Update-Package-Lists 1;
APT::Periodic::Download-Upgradeable-Packages 0;
APT::Periodic::AutocleanInterval 0;
APT::Update ;
APT::Update::Post-Invoke-Success ;
APT::Update::Post-Invoke-Success touch
/var/lib/apt/periodic/update-success-stamp 2/dev/null || true;
APT::Archives ;
APT::Archives::MaxAge 30;
APT::Archives::MinAge 2;
APT::Archives::MaxSize 500;
APT::Default-Release testing;
Dir /;
Dir::State var/lib/apt/;
Dir::State::lists lists/;
Dir::State::cdroms cdroms.list;
Dir::State::userstatus status.user;
Dir::State::status /var/lib/dpkg/status;
Dir::Cache var/cache/apt/;
Dir::Cache::archives archives/;
Dir::Cache::srcpkgcache srcpkgcache.bin;
Dir::Cache::pkgcache pkgcache.bin;
Dir::Etc etc/apt/;
Dir::Etc::sourcelist sources.list;
Dir::Etc::sourceparts sources.list.d;
Dir::Etc::vendorlist vendors.list;
Dir::Etc::vendorparts vendors.list.d;
Dir::Etc::main apt.conf;
Dir::Etc::parts apt.conf.d;
Dir::Etc::preferences preferences;
Dir::Bin ;
Dir::Bin::methods /usr/lib/apt/methods;
Dir::Bin::dpkg /usr/bin/dpkg;
Dir::Log var/log/apt;
Dir::Log::Terminal term.log;
Unattended-Upgrade ;
Unattended-Upgrade::Allowed-Origins ;
Unattended-Upgrade::Allowed-Origins:: Debian stable;
DPkg ;
DPkg::Pre-Install-Pkgs ;
DPkg::Pre-Install-Pkgs:: /usr/sbin/dpkg-preconfigure --apt || true;
DPkg::Post-Invoke ;
DPkg::Post-Invoke:: if [ -d /var/lib/update-notifier ]; then  touch
/var/lib/update-notifier/dpkg-run-stamp; fi;

-- (no /etc/apt/preferences present) --


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

Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
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 apt depends on:
ii  debian-archive-keyring2009.01.31 GnuPG archive keys of the
Debian a
ii  libc6 2.9-4  GNU C Library: Shared libraries
ii  libgcc1   1:4.3.3-3  GCC support library
ii  libstdc++64.3.3-3The GNU Standard C++ Library v3

apt recommends no packages.

Versions of packages apt suggests:
pn  apt-doc  none  (no description available)
ii  aptitude 0.4.11.11-1 terminal-based package manager
ii  bzip21.0.5-1 high-quality block-sorting file
co
ii  dpkg-dev 1.14.26 Debian package development
tools
ii  lzma 4.43-14 Compression method of 7z format
in
ii  python-apt   0.7.8   Python interface to libapt-pkg
ii  synaptic 0.62.5  Graphical package manager

-- no debconf information


Bug#527026: a way to set default options

2009-05-06 Thread Adam D. Barratt
# 460350 was specifically about --display-info, but
# fixing one fixes the other
merge 527026 460350
thanks

On Tue, 2009-05-05 at 00:14 -0700, Russ Allbery wrote:
 Peter Eisentraut pet...@debian.org writes:
 
  It would be nice if lintian had a way to set some default options,
  e.g., by a variable such as
 
  LINTIAN_OPTIONS='--color=auto -E'
 
  This could go into the shell initialization files or into .lintianrc.
[...]
 I think it's useful to have a variable too, since it catches the other
 things that may run lintian besides debuild.  Seems like a good idea to
 me.

Yep, agreed.

From a quick look through the parsing code, it's not quite as simple to
accomplish as I'd initially hoped, but not horribly so; we need to rejig
some sections of the code - the root path and configuration file path
need to be set in order to read LINTIAN_OPTIONS, but the remainder of
the command-line options then need to take precedence over any specified
in LINTIAN_OPTIONS.

(i.e. I think I know how to do it, I just need to actually sit down and
do it :)

Adam



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



Bug#523345: gstreamer0.10-plugins-bad: Still crashes Pidgin

2009-05-06 Thread Christoph Anton Mitterer
On Wed, 2009-05-06 at 09:39 +0200, Sebastian Dröge wrote:
 Yes, those versions shouldn't crash
Uhm,... but it does ;)

Anything I can do to help debugging this?

Chris.


smime.p7s
Description: S/MIME cryptographic signature


Bug#527337: emacs22: Font `-Adobe-Courier-Medium-R-Normal--12-120-75-75-M-70-ISO8859-1' is not defined

2009-05-06 Thread Cristian Ionescu-Idbohrn
Package: emacs22
Version: 22.3+1-1
Severity: normal

That's what it says and then bails out :(
Even if started with:

 $ emacs22 --no-site-file --no-init-file

Removed packages xfstt and xfs.  That partialy fixed it.
emacs22 starts now.  Still,  ~/.Xresources:

Emacs.menu.background:  tan
Emacs.pane.background:  tan

is ignored.  That worked fine prior to upgrading to latest unstable X :(
-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

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

Versions of packages emacs22 depends on:
ii  emacs22-bin-common 22.3+1-1  The GNU Emacs editor's shared, arc
ii  libasound2 1.0.19-1  shared library for ALSA applicatio
ii  libc6  2.9-10GNU C Library: Shared libraries
ii  libgif44.1.6-6   library for GIF images (library)
ii  libice62:1.0.5-1 X11 Inter-Client Exchange library
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG
ii  libncurses55.7+20090502-1shared libraries for terminal hand
ii  libpng12-0 1.2.35-1  PNG library - runtime
ii  libsm6 2:1.1.0-2 X11 Session Management library
ii  libtiff4   3.8.2-11  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
ii  libxmu62:1.0.4-1 X11 miscellaneous utility library
ii  libxpm41:3.5.7-1 X11 pixmap library
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  xaw3dg 1.5+E-17  Xaw3d widget set
ii  zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime

emacs22 recommends no packages.

Versions of packages emacs22 suggests:
ii  emacs22-common-non-dfsg   22.3+1-1   GNU Emacs shared, architecture ind

-- no debconf information


Cheers,

-- 
Cristian



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



Bug#518572: [gallery2] PostgreSQL backend: column g_userid is of type integer but expression is of type text

2009-05-06 Thread Gunter Ohrner
I've also seen this exception with the same package version (Squeeze 
package installed on Debian Lenny), although I've not yet checked the 
cause.

Greetings,

  Gunter


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


Bug#527200: apt-key fails if GREP_OPTIONS isn't defined

2009-05-06 Thread Horacio J . Peña
Hola!

 Which shell are you using? I can't reproduce this, and SuSv3 makes it
 clear that the above should not occur:

ii  bash   2.05a-11 The GNU Bourne Again SHell

$ sh --version
GNU bash, version 2.05a.0(1)-release (i386-pc-linux-gnu)
Copyright 2001 Free Software Foundation, Inc.
$ unset A || echo buh
buh

Well, it seems i'm using a too old version of bash. I've checked on
another machine and it works as you said.

Please close the bug.

Thanks!
-- 
Horacio J. Peña
hor...@compendium.com.ar
hor...@uninet.edu



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



Bug#527096: webkit: FTBFS: Error: suffix or operands invalid for `push'

2009-05-06 Thread Kurt Roeckx
On Wed, May 06, 2009 at 11:28:54PM +0200, Sebastian Andrzej Siewior wrote:
 
 The code is 32bit asm and tests for SSE2. All x86_64 boxes have SSE2
 afaik. The attached patch fixes the build issue. However I can't test
 the result because I run OOM in the final link...

Yes, afaik all amd64 boxes have sse/sse2 support.


Kurt




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



Bug#527283: I can confirm this

2009-05-06 Thread Dominique Brazziel
I just spent the last two hours scrambling because thi s error happened
right when I was upgrading the kernel.  I was _this_ close to wiping the
whole disk and doing a fresh net install, but I was able to recover by
fetching, then installing, aptitude and synaptic from unstable.

I think the severity should be higher on this bug because periodic
updates are failing, not to mention situations like mine where the
failure happened while the system was being maintained and leaving the
system in an inconsistent state with no rhyme or reason given and only
one tool left to fix it (apt) is potentially catastrophic.






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



Bug#526594: CVE-2009-1482: cross-site scripting (XSS) issue [moin 1.5 / oldstable not affected]

2009-05-06 Thread Frank Lin PIAT
On Wed, 2009-05-06 at 21:22 +1000, Steffen Joeris wrote:
 On Tue, 5 May 2009 09:28:08 pm Jonas Smedegaard wrote:
  On Tue, May 05, 2009 at 09:54:36AM +0200, Frank Lin PIAT wrote:
  P.S. can you upload moin 1.7, I can't since I am not DD/DM.
 
  I'll do it now!
 
- Jonas
 
 Also, please upload fixed packages for unstable with urgency high. :)

Jonas,

Here's a patch for unstable (against 1.8.2-2).

Could you review and upload it please?

Franklin
diff -u -r -N moin-1.8.2-2/debian/changelog moin-1.8.2-2+unstable1/debian/changelog
--- moin-1.8.2-2/debian/changelog	2009-05-07 00:07:45.0 +0200
+++ moin-1.8.2-2+unstable1/debian/changelog	2009-05-07 00:06:26.0 +0200
@@ -1,3 +1,14 @@
+moin (1.8.2-2+unstable1) unstable; urgency=high
+
+  [ Frank Lin PIAT ]
+  * Fix cross-site scripting vulnerability in action/AttachFile.py
+(Closes: #526594), Thanks to Steffen Joeris.
+Fixes: CVE-2009-1482
+  * Add mode escaping to AttachFile move (maybe not XSS exploitable
+though)
+
+ -- Jonas Smedegaard d...@jones.dk  Thu, 07 May 2009 00:02:29 +0200
+
 moin (1.8.2-2) unstable; urgency=low
 
   [ Jonas Smedegaard ]
diff -u -r -N moin-1.8.2-2/debian/patches/3_CVE-2009-1482.patch moin-1.8.2-2+unstable1/debian/patches/3_CVE-2009-1482.patch
--- moin-1.8.2-2/debian/patches/3_CVE-2009-1482.patch	1970-01-01 01:00:00.0 +0100
+++ moin-1.8.2-2+unstable1/debian/patches/3_CVE-2009-1482.patch	2009-05-06 23:57:04.0 +0200
@@ -0,0 +1,55 @@
+--- a/MoinMoin/action/AttachFile.py	2009-05-06 23:53:46.0 +0200
 b/MoinMoin/action/AttachFile.py	2009-05-06 23:56:21.0 +0200
+@@ -387,6 +387,7 @@
+ 
+ 
+ def error_msg(pagename, request, msg):
++msg = wikiutil.escape(msg)
+ request.theme.add_msg(msg, error)
+ Page(request, pagename).send_page()
+ 
+@@ -512,7 +513,7 @@
+ if handler:
+ msg = handler(pagename, request)
+ else:
+-msg = _('Unsupported AttachFile sub-action: %s') % (wikiutil.escape(do[0]), )
++msg = _('Unsupported AttachFile sub-action: %s') % do[0]
+ if msg:
+ error_msg(pagename, request, msg)
+ 
+@@ -522,6 +523,8 @@
+ 
+ 
+ def upload_form(pagename, request, msg=''):
++if msg:
++msg = wikiutil.escape(msg)
+ _ = request.getText
+ 
+ request.emit_http_headers()
+@@ -838,13 +841,13 @@
+ 
+ if package.isPackage():
+ if package.installPackage():
+-msg = _(Attachment '%(filename)s' installed.) % {'filename': wikiutil.escape(target)}
++msg = _(Attachment '%(filename)s' installed.) % {'filename': target}
+ else:
+-msg = _(Installation of '%(filename)s' failed.) % {'filename': wikiutil.escape(target)}
++msg = _(Installation of '%(filename)s' failed.) % {'filename': target}
+ if package.msg:
+-msg += brpre%s/pre % wikiutil.escape(package.msg)
++msg +=   + package.msg
+ else:
+-msg = _('The file %s is not a MoinMoin package file.') % wikiutil.escape(target)
++msg = _('The file %s is not a MoinMoin package file.') % target
+ 
+ upload_form(pagename, request, msg=msg)
+ 
+@@ -948,7 +951,7 @@
+ logging.exception(An exception within zip file attachment handling occurred:)
+ msg = _(A severe error occurred:) + ' ' + str(err)
+ 
+-upload_form(pagename, request, msg=wikiutil.escape(msg))
++upload_form(pagename, request, msg=msg)
+ 
+ 
+ def send_viewfile(pagename, request):
diff -u -r -N moin-1.8.2-2/debian/patches/4_CVE-2009-1482-extra.patch moin-1.8.2-2+unstable1/debian/patches/4_CVE-2009-1482-extra.patch
--- moin-1.8.2-2/debian/patches/4_CVE-2009-1482-extra.patch	1970-01-01 01:00:00.0 +0100
+++ moin-1.8.2-2+unstable1/debian/patches/4_CVE-2009-1482-extra.patch	2009-05-06 23:58:27.0 +0200
@@ -0,0 +1,14 @@
+--- a/MoinMoin/action/AttachFile.py	2009-05-06 23:57:38.0 +0200
 b/MoinMoin/action/AttachFile.py	2009-05-06 23:57:43.0 +0200
+@@ -749,9 +749,9 @@
+  'baseurl': request.getScriptname(),
+  'do': 'attachment_move',
+  'ticket': wikiutil.createTicket(request),
+- 'pagename': pagename,
++ 'pagename': wikiutil.escape(pagename, 1),
+  'pagename_quoted': wikiutil.quoteWikinameURL(pagename),
+- 'attachment_name': filename,
++ 'attachment_name': wikiutil.escape(filename, 1),
+  'move': _('Move'),
+  'cancel': _('Cancel'),
+  'newname_label': _(New page name),
diff -u -r -N moin-1.8.2-2/debian/patches/series moin-1.8.2-2+unstable1/debian/patches/series
--- moin-1.8.2-2/debian/patches/series	2009-05-07 00:07:45.0 +0200
+++ moin-1.8.2-2+unstable1/debian/patches/series	2009-05-06 23:59:06.0 +0200
@@ -1,3 +1,5 @@
 #10001_disable_RenderAsDocbook_if_no_xml.patch
 20002_hardcode_configdir.patch
 20003_disable_gui_editor_if_fckeditor_missing.patch
+3_CVE-2009-1482.patch
+4_CVE-2009-1482-extra.patch


Bug#527338: Add confirmation for new game on freecell solitaire

2009-05-06 Thread Fernando Mitio Yamada
Package: gnome-games

This is a wishlist.

On freecell solitaire, when already on a game and (accidentally, in my
case) clicking on new game a new game starts right away, with no
confirmation.
I think it would be interesting if a dialog box saying: abandon
current game and start a new one or something like that opened before
leaving current game.



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



Bug#527339: uninstallable in unstable: depends on libkrb53

2009-05-06 Thread Sam Hartman
package: libzephyr3-krb
severity: grave
justification: cannot be installed using packages in unstable
Version: 2.1.20070719.SNAPSHOT-1.2

Hi.  With the removal of libkrb53 from unstable, libzephyr3-krb can no
longer be installed in unstable.



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



Bug#414865: popularity-contest: A script to filter requested/recommended/suggested packages

2009-05-06 Thread Bill Allombert
On Wed, May 06, 2009 at 04:04:16PM +0200, Christophe Lohr wrote:
 Package: popularity-contest
 Severity: normal
 
 Hi,
 
 popularity-contest can have several usage. For example,
popularity-contest | grep 'OLD'
 will show me a list of packages I have not been used for more than three
 months.  Then, popcon-largest-unused sorts unused packets by size.
 However, this output isn't totally accurate: some packages appear old but
 I can't remove them because other (non-old) packages depend on them.  Also, 
 some packages recommended or suggested by other are likely to be used in the
 future.
 
 Therefore, I propose the following simple shell script (named
 popcon-nodependency): it filters the output of popcon-largest-unused to
 display only packets that are not requested/recommended/suggested by other.

Hello Christophe,

I am afraid your script does not work accurately:
1) you do not remove dependencies from package that are not installed
but still in dpkg database (not in 'ok installed' state).
2) you do not remove dependency from other OLD packages recursively.

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

Imagine a large red swirl here. 



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



Bug#490146: Lets get this into Debian?

2009-05-06 Thread Richard Laager
On Thu, 2009-04-30 at 10:41 -0400, Micah Anderson wrote:
 Is there any reason why you wish to wait to get this package into
 Debian, including the patches that you have put together?

Originally, I was waiting for upstream's decision on the patches. At
this point, though, I'm no longer in need of this package. Perhaps you
want to retitle this bug as an RFP (or take it over and package it
yourself)?

Richard




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



Bug#521901: marked as done (avarice: FTBFS: current binutils static libs need -lz)

2009-05-06 Thread Shaun Jackman
Hi Phillip,

Thanks for finding and uploading this fix.

Cheers,
Shaun

009/5/6 Debian Bug Tracking System ow...@bugs.debian.org:
 Closes: 521901
 Changes:
  avarice (2.9-1.1) unstable; urgency=low
  .
   * Non-maintainer upload.
   * Fix FTBFS because of missing zlib import.  Add zlib1g-dev as a
 Build-Depency.  (Closes: #521901)
   * Added a Build-Conflicts on binutils-multiarch as that diverts
 the static archive of libbfd away.



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



Bug#509142: [gtk-qt-engine-kde4] Upstream bug

2009-05-06 Thread Rafael Belmonte
Package: gtk-qt-engine-kde4
Version: 1.1+svn145-1

--- Please enter the report below this line. ---
This is an upstream bug, and I just want to say that Firefox or Iceweasel can 
be beauty using theme QtCurve in place of KDE/Qt4 style.
This is a temporary workaround.

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.28-11-generic

Debian Release: squeeze/sid
  500 testing security.debian.org 
  500 testing oktan.ls.fi.upm.es 
  500 testing ftp.fr.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-=
kdebase-runtime (= 4:4.1.0) | 4:4.2.2-1
kdelibs5(= 4:4.1.0) | 4:4.2.2-2
libbonoboui2-0   (= 2.15.1) | 2.24.1-1
libc6 (= 2.7-1) | 2.9-7
libglib2.0-0 (= 2.12.0) | 2.20.0-2
libgtk2.0-0  (= 2.12.0) | 2.16.1-2
libpango1.0-0(= 1.20.3) | 1.24.0-3+b1
libqtcore4(= 4.4.3) | 4.4.3-2
libqtgui4 (= 4.4.3) | 4.4.3-2
libstdc++6(= 4.1.1) | 4.3.3-7
libx11-6 | 2:1.2.1-1


Package's Recommends field is empty.

Package's Suggests field is empty.







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



Bug#527340: [kdesudo] kdesudo looks for /root/.gtkrc-2.0 while gtk-qt-engine makes .gtkrc-2.0-kde4

2009-05-06 Thread Rafael Belmonte
Package: kdesudo
Version: 3.4.1-1
Severity: normal

--- Please enter the report below this line. ---
Opening a gtk application with kdesudo (for instance synaptic) in KDE4 causes 
that gtk application to do not apply gtk-qt-engine theme configuration.
The cause of this is that kdesudo looks for a /root/.gtkrc-2.0 configuration 
file, while gtk-qt-engine really creates a /root/.gtkrc-2.0-kde4 configuration 
file, if you rename /root/.gtkrc-2.0-kde4 to /root/.gtkrc-2.0, kdesudo starts 
to theme gtk applications correctly.

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.28-11-generic

Debian Release: squeeze/sid
  500 testing security.debian.org 
  500 testing oktan.ls.fi.upm.es 
  500 testing ftp.fr.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-=
kdebase-runtime (= 4:4.2.2) | 4:4.2.2-1
kdelibs5(= 4:4.2.2) | 4:4.2.2-2
libc6 (= 2.2.5) | 2.9-7
libgcc1 (= 1:4.1.1) | 1:4.3.3-7
libqt4-dbus   (= 4.4.3) | 4.4.3-2
libqt4-svg(= 4.4.3) | 4.4.3-2
libqtcore4(= 4.4.3) | 4.4.3-2
libqtgui4 (= 4.4.3) | 4.4.3-2
libstdc++6(= 4.1.1) | 4.3.3-7
debconf(= 0.5)  | 1.5.26
 OR debconf-2.0  | 
sudo | 1.7.0-1


Package's Recommends field is empty.

Package's Suggests field is empty.







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



Bug#481483: lastfmsubmitd: Doesn't know how to use a network proxy

2009-05-06 Thread Paul Collins
lastfmsubmitd uses python's urllib, which will honour $http_proxy.  I
have hacked my installation as follows:

$ cat /etc/default/lastfmsubmitd
http_proxy=http://proxy.example.com:3128/
$ diff -u /etc/init.d/lastfmsubmitd{~,}
--- /etc/init.d/lastfmsubmitd~  2009-04-12 05:52:37.0 +1200
+++ /etc/init.d/lastfmsubmitd   2009-05-07 11:52:45.0 +1200
@@ -17,6 +17,13 @@
 USER=lastfm
 GROUP=lastfm
 
+if [ -r /etc/default/$NAME ]; then
+. /etc/default/$NAME
+if [ -n $http_proxy ]; then
+export http_proxy
+fi
+fi
+
 if ! [ -x $DAEMON ]; then
 exit 0
 fi

and it's working nicely.

-- 
Paul Collins
Wellington, New Zealand

Dag vijandelijk luchtschip de huismeester is dood



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



Bug#527341: ITP: python-django-squeeze -- Squeeze JS/CSS files on the fly, for Django

2009-05-06 Thread Janos Guljas
Package: wnpp
Severity: wishlist
Owner: Janos Guljas ja...@janos.in.rs

* Package name: python-django-squeeze
  Version : 0+git20090142
  Upstream Author : Artiom Diomin kro...@gmail.com
* URL : http://github.com/kron4eg/django-squeeze/tree
* License : BSD
  Programming Lang: Python
  Description : Squeeze JS/CSS files on the fly, for Django

Please package this very handy application.
Django application for CSS and JavaScript minifacation on the fly.



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



Bug#490146: Lets get this into Debian?

2009-05-06 Thread Ryan Niebur
Micah, I will take this over if you don't.

Richard, do you have any work in progress packaging that Micah or I
could work off of? If not, no problem, just I (and Micah probably
doesn't want to either) don't want to duplicate work that's already
been done.

On Wed, May 06, 2009 at 06:52:25PM -0400, Richard Laager wrote:
 On Thu, 2009-04-30 at 10:41 -0400, Micah Anderson wrote:
  Is there any reason why you wish to wait to get this package into
  Debian, including the patches that you have put together?
 
 Originally, I was waiting for upstream's decision on the patches. At
 this point, though, I'm no longer in need of this package. Perhaps you
 want to retitle this bug as an RFP (or take it over and package it
 yourself)?
 
 Richard
 
 
 
 
 -- 
 To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 

-- 
_
Ryan Niebur
ryanrya...@gmail.com


signature.asc
Description: Digital signature


Bug#526718: [Pkg-libvirt-maintainers] Bug#526718: libvirt: Please enable LXC (Linux Containers) and possibly OpenVZ support in libvirt

2009-05-06 Thread Daniel Pittman
Guido Günther a...@sigxcpu.org writes:
 On Mon, May 04, 2009 at 12:34:28PM +1000, Daniel Pittman wrote:
 Guido Günther a...@sigxcpu.org writes:
  On Sun, May 03, 2009 at 11:29:46AM +1000, Daniel Pittman wrote:
  Now that the Linux Containers (lxc) package has made it into unstable, it
  would be really great if libvirt was built with support for them; the 
  current
  and next versions both support using them.
  Could you build libvirt with lxc support and verify that I works? I'd be
  happy to enable it then. Just change the --without-lxc to --with-lxc in
  debian/rules.
 
 Apropos my previous report:
 
 * src/lxc_driver.c: adds the getHostname method to the lxc driver
 Daniel Veillard [Wed, 15 Apr 2009 09:34:56 + (09:34 +)]
 
 http://git.et.redhat.com/?p=libvirt.git;a=commitdiff;h=8e4c727075c51efea855f47c471b1aa4b728245e
 
 I guess that is a known issue, and the console method will not work
 until 0.6.3 is packaged; that includes that previous change.
 
 I can, I suppose, try and build an 0.6.3 package myself and test it, or
 I am more than happy to pre-test an updated package if you have one.

 I've uploaded 0.6.3 to unstable yesterday. You can do a:

So you had, and it took about eight more hours to get out to my mirror
here in Australia. :)

[...]

 Thanks for testing, I'll enable lxc with the next upload,

No problem.  I can now confirm that the 0.6.3 release works fine with
LXC containers, including access to the console.

Regards,
Daniel



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



Bug#527343: ruby1.9-dev: missing #include in /usr/include/ruby-1.9.0/ruby/st.h

2009-05-06 Thread Alexey Salmin
Package: ruby1.9-dev
Version: 1.9.0.2-9.1
Severity: normal


Hello! When I tried to install curb extension (sudo gem1.9 install curb) I've 
got these error messages:

/usr/include/ruby-1.9.0/ruby/st.h:91: error: expected declaration specifiers or 
'...' before 'size_t'
...
/usr/include/ruby-1.9.0/ruby/ruby.h:1065: error: conflicting types for 
'st_strncasecmp'
/usr/include/ruby-1.9.0/ruby/st.h:91: error: previous declaration of 
'st_strncasecmp' was here

obviously, size_t is undefined in st.h. Adding #include stdlib.h solved the 
problem.
I'm not quite sure how to fix this correctly thus I didn't applied a patch.


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

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

Versions of packages ruby1.9-dev depends on:
ii  libc6-dev2.9-10  GNU C Library: Development Librari
ii  libruby1.9   1.9.0.2-9.1 Libraries necessary to run Ruby 1.

Versions of packages ruby1.9-dev recommends:
ii  ruby1.9  1.9.0.2-9.1 Interpreter of object-oriented scr

ruby1.9-dev 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#527341: ITP: python-django-squeeze -- Squeeze JS/CSS files on the fly, for Django

2009-05-06 Thread Emilio Pozuelo Monfort
Janos Guljas wrote:
 Please package this very handy application.

Do you intend to package it, or do you want somebody else to package it? If the
latter, this should be an RFP and not an ITP:

http://www.debian.org/devel/wnpp/

Cheers,
Emilio



signature.asc
Description: OpenPGP digital signature


Bug#527344: prelude-manager: password world-readable

2009-05-06 Thread Michael S. Gilbert
package: prelude-manager
tags: security
severity: important

hello,

fedora recently released a security update for prelude-manager [1].
the text of the issue is:

  The configuration file of prelude-manager contains a database password
  and is world readable. This update restricts permissions to the root
  account.

does this problem affect the debian packages?  if so, please coordinate
with the security team (t...@security.debian.org) to prepare updates for
the stable releases.

thank you,
mike

[1] http://lwn.net/Articles/331612/



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



Bug#527345: kdebase-workspace: No focus for KickOff menu

2009-05-06 Thread Ritesh Raj Sarraf
Package: kdebase-workspace
Version: 4:4.2.2-2
Severity: normal

Alt+F1 is assigned to (or can be) KickOff Menu. In KDE 4.1, when
pressing Alt+F1, KickOff menu had the focus. Same is not the case in KDE
4.2.
Even after pressing Alt+F1, one has to use the mouse to click on the
kickoff menu to let it have focus.

Checked in recent Kubuntu. This problem is not there. So much be a
Debian specific bug.

Ritesh

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

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

Versions of packages kdebase-workspace depends on:
ii  kde-window-manager4:4.2.2-2  the KDE 4 window manager (KWin)
ii  kdebase-workspace-bin 4:4.2.2-2  core binaries for the KDE 4 base w
ii  klipper   4:4.2.2-2  clipboard utility for KDE 4
ii  ksysguard 4:4.2.2-2  System Guard for KDE 4
ii  systemsettings4:4.2.2-2  KDE 4 System Settings

Versions of packages kdebase-workspace recommends:
ii  kdm   4:4.2.2-2  KDE Display Manager for X11

kdebase-workspace 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#527346: em8300: Kernel module not included in package

2009-05-06 Thread Min Xu
Package: em8300
Version: 0.16.4-4
Severity: important


I am not sure if it's intended although the package description for 
em8300 is Drivers for DXR3/Hollywood+ decoder cards.  The drivers 
missing are em8300.ko, bt865.ko and adv717x.ko

I have installed linux-image-2.6.26-2 packaged kernel.  But in order to 
install/build the kernel module, will need to download the linux-souce, 
which does not include the kernel config and the preset module selection 
etc.  Which means that in order to use this package, we will have to 
build the em8300 package together with a customized build of linux 
kernel.  If it is not intended, please create dependency packages for 
kernel modules, so that each kernel version in the stable tree will have 
its corresponding em8300 modules package..


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

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

Versions of packages em8300 depends on:
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  perl  5.10.0-19  Larry Wall's Practical Extraction 
ii  ucf   3.0016 Update Configuration File: preserv
ii  wget  1.11.4-2   retrieves files from the web

em8300 recommends no packages.

em8300 suggests no packages.

-- debconf information excluded



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



Bug#527347: xarchiver's mailcap entries contain syntax errors

2009-05-06 Thread M. Vefa Bicakci
Package: xarchiver
Version: 1:0.5.2+20090319+dfsg-1
Tags: patch

Hello,

I noticed that xarchiver's mailcap entries contain syntax errors
and typos. An example line from debian/xarchiver.mime:

=== 8 ===
application/zip; /usr/bin/xarchiver -- '%s'; edit=/usr/bin/xarchiver -- '%s'; 
description=ZIP Archve test=test -n $DISPLAY  test -e /usr/bin/zip
=== 8 ===

Did you notice the missing semi-colon? There should be a semi-colon
before test=. (Furthermore, there is also a typo.)

This line should read:

=== 8 ===
application/zip; /usr/bin/xarchiver -- '%s'; edit=/usr/bin/xarchiver -- '%s'; 
description=ZIP Archive; test=test -n $DISPLAY  test -e /usr/bin/zip
=== 8 ===

Attached is a patch which fixes the syntax errors and the
Archve typos.

Regards,

M. Vefa Bicakci

--- xarchiver-0.5.2+20090319+dfsg/debian/xarchiver.mime.original	2009-05-07 01:47:13.0 +
+++ xarchiver-0.5.2+20090319+dfsg/debian/xarchiver.mime	2009-05-07 01:50:10.0 +
@@ -1,14 +1,14 @@
 # magic has application/x-*, mime.types has application/*, so duplicate:
-application/x-rar; /usr/bin/xarchiver -- '%s'; edit=/usr/bin/xarchiver -- '%s'; description=RAR Archve test=test -n $DISPLAY  test -e /usr/bin/rar
-application/rar; /usr/bin/xarchiver -- '%s'; edit=/usr/bin/xarchiver -- '%s'; description=RAR Archve test=test -n $DISPLAY  test -e /usr/bin/rar
-application/x-arj; /usr/bin/xarchiver -- '%s'; edit=/usr/bin/xarchiver -- '%s'; description=ARJ Archve test=test -n $DISPLAY  test -e /usr/bin/arj
-application/arj; /usr/bin/xarchiver -- '%s'; edit=/usr/bin/xarchiver -- '%s'; description=ARJ Archve test=test -n $DISPLAY  test -e /usr/bin/arj
-application/x-zip; /usr/bin/xarchiver -- '%s'; edit=/usr/bin/xarchiver -- '%s'; description=ZIP Archve test=test -n $DISPLAY  test -e /usr/bin/zip
-application/zip; /usr/bin/xarchiver -- '%s'; edit=/usr/bin/xarchiver -- '%s'; description=ZIP Archve test=test -n $DISPLAY  test -e /usr/bin/zip
-application/x-redhat-package-manager; /usr/bin/xarchiver -- '%s'; edit=/usr/bin/xarchiver -- '%s'; description=RPM Archve test=test -n $DISPLAY  test -f /usr/bin/rpm
-application/x-tar; /usr/bin/xarchiver -- '%s'; edit=/usr/bin/xarchiver -- '%s'; description=TAR Archve test=test -n $DISPLAY
-application/x-gtar; /usr/bin/xarchiver -- '%s'; edit=/usr/bin/xarchiver -- '%s'; description=TAR Archve test=test -n $DISPLAY
-application/x-ustar; /usr/bin/xarchiver -- '%s'; edit=/usr/bin/xarchiver -- '%s'; description=TAR Archve test=test -n $DISPLAY
-application/x-gzip; /usr/bin/xarchiver -- '%s'; edit=/usr/bin/xarchiver -- '%s'; description=GZ compressed file test=test -n $DISPLAY
-application/x-bzip2; /usr/bin/xarchiver -- '%s'; edit=/usr/bin/xarchiver -- '%s'; description=BZIP2 compressed file test=test -n $DISPLAY
-application/x-lzma; /usr/bin/xarchiver -- '%s'; edit=/usr/bin/xarchiver -- '%s'; description=LZMA compressed file test=test -n $DISPLAY
+application/x-rar; /usr/bin/xarchiver -- '%s'; edit=/usr/bin/xarchiver -- '%s'; description=RAR Archive; test=test -n $DISPLAY  test -e /usr/bin/rar
+application/rar; /usr/bin/xarchiver -- '%s'; edit=/usr/bin/xarchiver -- '%s'; description=RAR Archive; test=test -n $DISPLAY  test -e /usr/bin/rar
+application/x-arj; /usr/bin/xarchiver -- '%s'; edit=/usr/bin/xarchiver -- '%s'; description=ARJ Archive; test=test -n $DISPLAY  test -e /usr/bin/arj
+application/arj; /usr/bin/xarchiver -- '%s'; edit=/usr/bin/xarchiver -- '%s'; description=ARJ Archive; test=test -n $DISPLAY  test -e /usr/bin/arj
+application/x-zip; /usr/bin/xarchiver -- '%s'; edit=/usr/bin/xarchiver -- '%s'; description=ZIP Archive; test=test -n $DISPLAY  test -e /usr/bin/zip
+application/zip; /usr/bin/xarchiver -- '%s'; edit=/usr/bin/xarchiver -- '%s'; description=ZIP Archive; test=test -n $DISPLAY  test -e /usr/bin/zip
+application/x-redhat-package-manager; /usr/bin/xarchiver -- '%s'; edit=/usr/bin/xarchiver -- '%s'; description=RPM Archive; test=test -n $DISPLAY  test -f /usr/bin/rpm
+application/x-tar; /usr/bin/xarchiver -- '%s'; edit=/usr/bin/xarchiver -- '%s'; description=TAR Archive; test=test -n $DISPLAY
+application/x-gtar; /usr/bin/xarchiver -- '%s'; edit=/usr/bin/xarchiver -- '%s'; description=TAR Archive; test=test -n $DISPLAY
+application/x-ustar; /usr/bin/xarchiver -- '%s'; edit=/usr/bin/xarchiver -- '%s'; description=TAR Archive; test=test -n $DISPLAY
+application/x-gzip; /usr/bin/xarchiver -- '%s'; edit=/usr/bin/xarchiver -- '%s'; description=GZ compressed file; test=test -n $DISPLAY
+application/x-bzip2; /usr/bin/xarchiver -- '%s'; edit=/usr/bin/xarchiver -- '%s'; description=BZIP2 compressed file; test=test -n $DISPLAY
+application/x-lzma; /usr/bin/xarchiver -- '%s'; edit=/usr/bin/xarchiver -- '%s'; description=LZMA compressed file; test=test -n $DISPLAY


Bug#526030: I see this too.

2009-05-06 Thread Daniel Burrows
On Wed, Apr 29, 2009 at 05:41:06PM +0200, Josselin Mouette j...@debian.org 
was heard to say:
 Le mercredi 29 avril 2009 à 07:18 -0700, Daniel Burrows a écrit :
  As of sometime between Sunday and today, this started happening to me
  with the aptitude glade file (attached).  e.g., see the attached
  screenshot of the packages_tab widget.
 
 I think this is caused by the GTK+ upgrade. Now, GtkVBox implements the
 GtkOrientable interface. Internally, I guess it forces it to
 GTK_ORIENTATION_VERTICAL, but this must confuse glade which sets it to
 GTK_ORIENTATION_HORIZONTAL (the default).
 
 Does it also happen with glade 3.6 in experimental? 

  It looks like it is fixed in 3.6.

  Daniel



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



Bug#527348: xarchiver mailcap entry should check for unzip, not zip

2009-05-06 Thread M. Vefa Bicakci
Package: xarchiver
Version: 1:0.5.2+20090319+dfsg-1
Tags: patch

Hello,

I noticed a possible source of problem in xarchiver's mailcap
entries. 

Shouldn't the mailcap system be checking for unzip instead of
zip, as xarchiver is going to be used to let the user view
a ZIP file instead of create one? Furthermore, unzip and
zip are in separate packages, so there is a possibility of
having zip but not having unzip. 

Similar arguments can be made for for rar vs unrar. The
unrar-free package contains only unrar for example.

Attached is a patch which makes the mailcap system check
for unzip and unrar instead of zip and rar.

Regards,

M. Vefa Bicakci

(Please note that this patch is meant to be applied after
the patch included with my other bug report.)

--- xarchiver-0.5.2+20090319+dfsg/debian/xarchiver.mime.syntax_fix	2009-05-07 02:23:42.0 +
+++ xarchiver-0.5.2+20090319+dfsg/debian/xarchiver.mime	2009-05-07 02:26:00.0 +
@@ -1,10 +1,10 @@
 # magic has application/x-*, mime.types has application/*, so duplicate:
-application/x-rar; /usr/bin/xarchiver -- '%s'; edit=/usr/bin/xarchiver -- '%s'; description=RAR Archive; test=test -n $DISPLAY  test -e /usr/bin/rar
-application/rar; /usr/bin/xarchiver -- '%s'; edit=/usr/bin/xarchiver -- '%s'; description=RAR Archive; test=test -n $DISPLAY  test -e /usr/bin/rar
+application/x-rar; /usr/bin/xarchiver -- '%s'; edit=/usr/bin/xarchiver -- '%s'; description=RAR Archive; test=test -n $DISPLAY  test -e /usr/bin/unrar
+application/rar; /usr/bin/xarchiver -- '%s'; edit=/usr/bin/xarchiver -- '%s'; description=RAR Archive; test=test -n $DISPLAY  test -e /usr/bin/unrar
 application/x-arj; /usr/bin/xarchiver -- '%s'; edit=/usr/bin/xarchiver -- '%s'; description=ARJ Archive; test=test -n $DISPLAY  test -e /usr/bin/arj
 application/arj; /usr/bin/xarchiver -- '%s'; edit=/usr/bin/xarchiver -- '%s'; description=ARJ Archive; test=test -n $DISPLAY  test -e /usr/bin/arj
-application/x-zip; /usr/bin/xarchiver -- '%s'; edit=/usr/bin/xarchiver -- '%s'; description=ZIP Archive; test=test -n $DISPLAY  test -e /usr/bin/zip
-application/zip; /usr/bin/xarchiver -- '%s'; edit=/usr/bin/xarchiver -- '%s'; description=ZIP Archive; test=test -n $DISPLAY  test -e /usr/bin/zip
+application/x-zip; /usr/bin/xarchiver -- '%s'; edit=/usr/bin/xarchiver -- '%s'; description=ZIP Archive; test=test -n $DISPLAY  test -e /usr/bin/unzip
+application/zip; /usr/bin/xarchiver -- '%s'; edit=/usr/bin/xarchiver -- '%s'; description=ZIP Archive; test=test -n $DISPLAY  test -e /usr/bin/unzip
 application/x-redhat-package-manager; /usr/bin/xarchiver -- '%s'; edit=/usr/bin/xarchiver -- '%s'; description=RPM Archive; test=test -n $DISPLAY  test -f /usr/bin/rpm
 application/x-tar; /usr/bin/xarchiver -- '%s'; edit=/usr/bin/xarchiver -- '%s'; description=TAR Archive; test=test -n $DISPLAY
 application/x-gtar; /usr/bin/xarchiver -- '%s'; edit=/usr/bin/xarchiver -- '%s'; description=TAR Archive; test=test -n $DISPLAY


Bug#527339: uninstallable in unstable: depends on libkrb53

2009-05-06 Thread Karl Ramm
... not like you could make it work anyway.  A releasable krb5 zephyr is
blocked on some testing at the moment.

kcr



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



Bug#527350: libavcodec52: shlibs specifies unavailable version

2009-05-06 Thread Aaron M. Ucko
Package: libavcodec52
Version: 4:0.5+svn20090420-1
Severity: serious
Justification: Policy 8.6

libavcodec52.shlibs specifies a dependency on

libavcodec52 (= 4:0.svn20090303-1) | libavcodec-unstripped-52 (= 
4:0.svn20090303-1)

and likewise for the other ffmpeg libraries (libavformat52,
libavutil49, and libswscale0); AFAICT you bumped the epoch without
adjusting the remainder of the version appropriately.

As such, anything built recently against ffmpeg libraries (such as the
recent binNMU of lynkeos.app) is uninstallable.

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

Kernel: Linux 2.6.29-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/dash

Versions of packages libavcodec52 depends on:
ii  libavutil49  4:0.5+svn20090420-1 ffmpeg utility library
ii  libc62.9-10  GNU C Library: Shared libraries
ii  libfaad0 2.6.1-3.1   freeware Advanced Audio Decoder - 
ii  libgsm1  1.0.12-1Shared libraries for GSM speech co
ii  libschroedinger-1.0- 1.0.5-1 library for encoding/decoding of D
ii  libspeex11.2~rc1-1   The Speex codec runtime library
ii  libtheora0   1.0-2   The Theora Video Compression Codec
ii  libvorbis0a  1.2.0.dfsg-4The Vorbis General Audio Compressi
ii  libvorbisenc21.2.0.dfsg-4The Vorbis General Audio Compressi
ii  zlib1g   1:1.2.3.3.dfsg-13   compression library - runtime

libavcodec52 recommends no packages.

libavcodec52 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#524380: gsynaptics not working

2009-05-06 Thread Fabricio Rocha
I may be late, but I have just discovered that there is problem not in 
gsynaptics itself, but in the input-synaptics driver in the XOrg 7.4 
packages in unstable. The latest version of gsynaptics, however, is 
not saving the tapping configuration . After I downgraded the whole 
XOrg and gsynaptics to the stable versions, everything worked fine.


Thank you!

Fabricio Rocha
Brasilia, Brasil



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



Bug#516223: Bother.

2009-05-06 Thread Nick Phillips
I think I had been looking at the PCI ID list at http://cateee.net/lkddb/web-lkddb/HW_RANDOM_INTEL.html 
 or somewhere similar, and thinking that therefore the 244e device  
listed by lspci would have the hwrng. However, 244e appears to  
actually be commented out in the source of intel_rng, so perhaps there  
is some issue with this particular hardware. I can't (yet) find  
anything definitive though.



Cheers,


Nick

--
Nick Phillips / +64 3 479 4195 / nick.phill...@otago.ac.nz
# these statements are my own, not those of the University of Otago





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



Bug#523345: gstreamer0.10-plugins-bad: Still crashes Pidgin

2009-05-06 Thread Sebastian Dröge
Am Donnerstag, den 07.05.2009, 00:05 +0200 schrieb Christoph Anton
Mitterer:
 On Wed, 2009-05-06 at 09:39 +0200, Sebastian Dröge wrote:
  Yes, those versions shouldn't crash
 Uhm,... but it does ;)
 
 Anything I can do to help debugging this?

Yes, install debug packages for libc, glib, libxml2, gstreamer,
gst-plugins-base, gst-plugins-bad and try to get a backtrace with gdb
and a valgrind log :)


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#432832: (no subject)

2009-05-06 Thread Ryan Niebur
reassign 432832 irssi
quit

this script comes from the irssi package.

-- 
_
Ryan Niebur
ryanrya...@gmail.com


signature.asc
Description: Digital signature


Bug#526333: I think the point is that SOME package has

2009-05-06 Thread Dominique Brazziel
to let the user know that the kernel they just spent hours configuring
and building using 'make-kpkg --initrd', just like they've been doing
for years, will be UNBOOTABLE.  Either that or just put the hook scripts
in place so they get run automatically.  

As things are now, no initrd image is created and unless the user had an
RSS feed from Debian package maintainers that said to look in such and
such a NEWS item, they're going to get bitten by this.






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



Bug#527351: also misspelled in documentation

2009-05-06 Thread Matt Kraai
Package: gnupg
Version: 1.4.9-4
Severity: minor
Tags: patch

In the documentation of the --personal-digest-preferences and
--personal-compress-preferences, also is misspelled algo.  The
attached patch fixes these typos.

-- 
Matt http://ftbfs.org/
diff -ru gnupg-1.4.9~/doc/gpg.texi gnupg-1.4.9/doc/gpg.texi
--- gnupg-1.4.9~/doc/gpg.texi	2009-05-06 08:47:26.0 -0700
+++ gnupg-1.4.9/doc/gpg.texi	2009-05-06 08:49:22.0 -0700
@@ -1886,7 +1886,7 @@
 and use @code{none} to set no preference at all.  This allows the user
 to factor in their own preferred algorithms when algorithms are chosen
 via recipient key preferences.  The most highly ranked digest
-algorithm in this list is algo used when signing without encryption
+algorithm in this list is also used when signing without encryption
 (e.g. @option{--clearsign} or @option{--sign}). The default value is
 SHA-1.
 
@@ -1896,7 +1896,7 @@
 algorithms, and use @code{none} to set no preference at all.  This
 allows the user to factor in their own preferred algorithms when
 algorithms are chosen via recipient key preferences.  The most highly
-ranked compression algorithm in this list is algo used when there are
+ranked compression algorithm in this list is also used when there are
 no recipient keys to consider (e.g. @option{--symmetric}).
 
 @item --s2k-cipher-algo @code{name}


Bug#516223: more...

2009-05-06 Thread Nick Phillips
Looking at another system and again at the intel_rng source, I see  
that the first device listed in each section in the source is  
commented, and that the other system we have has both the 244e and  
ISA bridge [0601]: Intel Corporation 631xESB/632xESB/3100 Chipset LPC  
Interface Controller [8086:2670] (rev 09) which is on the list. The  
equivalent device on the system in question would be the ISA bridge  
[0601]: Intel Corporation 82801IR (ICH9R) LPC Interface Controller  
[8086:2916] (rev 02). No idea whether that would actually provide the  
RNG functionality, although the manual for the Intel S3200SH board  
(Intel Order Number: E14960-004, sorry didn't note URL, but search for  
that should find it) suggests that it should.


Cheers,


Nick


--
Nick Phillips / +64 3 479 4195 / nick.phill...@otago.ac.nz
# these statements are my own, not those of the University of Otago





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



Bug#527352: changelog.Debian: uncorrect date for 1.2.7-par-1

2009-05-06 Thread nutzteil
Package: pdnsd
Version: 1.2.7-par-1
Severity: minor


In changelog.Debian the date is not correct:
---
pdnsd (1.2.7-par-1) unstable; urgency=low

  * New upstream release.
  * Do not start pdnsd during the early stages of boot, especially not before
networking (Closes: #465693).

 -- Pierre Habouzit madco...@debian.org  Sat, 15 Sep 2007 17:16:37 +0200  


pdnsd (1.2.6-par-11) unstable; urgency=high

  * Follow-up for CVE-2008-1447: activate port-randomization, do not trust the
kernel for it (Closes: #502275).

 -- Pierre Habouzit madco...@debian.org  Wed, 15 Oct 2008 10:02:52 +0200

pdnsd (1.2.6-par-10) unstable; urgency=high

---


thanks
christian





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

Kernel: Linux 2.6.26-1-686-bigmem (SMP w/1 CPU core)
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 pdnsd depends on:
ii  adduser   3.110  add and remove users and groups
ii  debconf [debconf-2.0] 1.5.26 Debian configuration management sy
ii  libc6 2.9-4  GNU C Library: Shared libraries

Versions of packages pdnsd recommends:
pn  resolvconfnone (no description available)

pdnsd suggests no packages.



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



Bug#527026: a way to set default options

2009-05-06 Thread Adam D. Barratt
On Wed, 2009-05-06 at 22:53 +0100, Adam D. Barratt wrote:
 On Tue, 2009-05-05 at 00:14 -0700, Russ Allbery wrote:
  Peter Eisentraut pet...@debian.org writes:
  
   It would be nice if lintian had a way to set some default options,
   e.g., by a variable such as
  
   LINTIAN_OPTIONS='--color=auto -E'
  
   This could go into the shell initialization files or into .lintianrc.
 [...]
  I think it's useful to have a variable too, since it catches the other
  things that may run lintian besides debuild.  Seems like a good idea to
  me.
[...]
 (i.e. I think I know how to do it, I just need to actually sit down and
 do it :)

Ah.  Actually, it's rather more complicated than I thought, unless we
assume that default means in the absence of any command line option
which doesn't seem ideal.

For example, if the default options string included --display-info or
--display-source, one can't easily override that on a case-by-case
basis.

Adam



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



Bug#362569: Databases for specialties such as: general practitioners , anesthesiologists,Neurologists and many more

2009-05-06 Thread Diggs P Wilma
The package below is valued at over $2000 when purchased individually

Fully Licensed Medical Doctors in America 

788,433 in total * 17,057 emails

Featuring coverage for more than 30 specialties like Internal Medicine, Family 
Practice, Opthalmology, Anesthesiologists, Cardiologists and more

Over a dozen sortable fields


American Pharmaceutical Company Database
Names and email addresses of 47,000 employees in high-ranking positions

Hospital Facilities in America
more than 23k hospital administrators in over 7k hospitals [worth over $300 
alone)

Extensive Database of Dentists in the United States
More than half a million listings [worth $499 alone!]

American Chiropractors Database
100k Chiropractors offices with full contact data including email, postal 
address, phone and fax


This week only you pay only: 
$395 for everything

Email us at:  a...@datalistsource.com

  

above expires on May 09


to stop this email in future email us at e...@datalistsource.com




-- 
Il messaggio e' stato analizzato alla ricerca di virus o
contenuti pericolosi da MailScanner, ed e'
risultato non infetto.




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



Bug#413142: Proxy issue maybe?

2009-05-06 Thread Manuel Schoemburg
Switching the Proxy-Setting from use system proxy to direct connection 
in Evolution really seems to be a workaround and fixes this issue for me. 


Thank you.



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



Bug#527306: use busybox tar, not tar from live system

2009-05-06 Thread Christian Perrier
Quoting Joey Hess (jo...@debian.org):
 Package: live-installer
 Severity: normal
 
 busybox-udeb now supports tar creation, so this code can be fixed to
 not use tar from the live system:


Hey Joey, are you aware of other places we could also change the use
of tar (certainly I can look by myself but I'm first trying to use
your great memory of historical stuff in D-I..:-))



signature.asc
Description: Digital signature


Bug#391000: mailman: upgrade process, takes hours even if the upgrade is supposed to be a simple security upgrade

2009-05-06 Thread Ricardo Ramirez
FYI, my site has extensive archives including attachments in
/var/lib/mailman/archive so when the permissions are fixed it takes an
extraordinary amount of time.

It would be nice if a note could be added to the readme to move archives
to some other location and symlink it (because find by default skips
symlinks) with the understanding that the local admin should double
check the permissions are correct.

Best,

Ricardo



signature.asc
Description: OpenPGP digital signature


Bug#523990: canna: General update after the debconf review process

2009-05-06 Thread Christian Perrier
Dear Debian maintainer,

On Monday, March 30, 2009, I sent you a notification about the beginning of a 
review
action on debconf templates for canna.

Then, I sent you a bug report with rewritten templates and announcing
the beginning of the second phase of this action: call for translation
updates.

Translators have been working hard and here is now the result of their efforts.

Please consider using it EVEN if you committed files to your
development tree as long as they were reported.

The attached tarball contains:

- debian/changelog with the list of changes
- debian/control with rewrites of packages' descriptions
- debian/templates with all the rewritten templates file(s)
- debian/po/*.po with all PO files (existing ones and new ones)

As said, please use *at least* the PO files as provided here,
preferrably over those sent by translators in their bug reports. All
of them have been checked and reformatted. In some cases, formatting
errors have been corrected.

The patch.rfr file contains a patch for the templates and control
file(s) alone.

Please note that this patch applies to the templates and control
file(s) of your package as of Monday, March 30, 2009. If your package was 
updated
in the meantime, I may have updated my reference copybut I also
may have missed that. This is indeed why I suggested you do not
modified such files while the review process was running,
remember..:-)

It is now safe to upload a new package version with these changes.

Please notify me of your intents with regards to this. 

There is of course no hurry to update your package but feel free to
contact me in case you would need sponsoring or any other action to
fix this.



-- 




patch.tar.gz
Description: Binary data
--- canna.old/debian/templates  2009-02-14 12:20:04.323869668 +0100
+++ canna/debian/templates  2009-05-03 07:53:05.972745748 +0200
@@ -1,46 +1,51 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# debian-l10n-engl...@lists.debian.org for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: canna/run_cannaserver
 Type: boolean
 Default: true
-_Description: Do you want to run the Canna server ?
+_Description: Should the Canna server run automatically?
  This package contains the Canna server and server-related
  utilities. If you are only interested in these utilities,
- you can disable the Canna server here.
+ you can disable the Canna server now.
 
 
 Template: canna/run_with_inet
 Type: boolean
 Default: false
-_Description: Do you want to connect to the Canna server from a remote host?
- The Canna server only allows connections via UNIX domain
- sockets when the `-inet' option is not specified.  This
- means that when the Canna server is started without the `-inet' option,
- only clients which run on the same host can connect to the server.
- Some clients such as, `egg' and `yc-el', do not support
- UNIX domain socket and require the `-inet' option, even if they run on
- the same host.
+_Description: Should the Canna server run in network mode?
+ By default the Canna server will run without support for network
+ connections, and will only accept connections on UNIX domain sockets,
+ from clients running on the same host.
  .
- If you want to connect to this Canna server from remote hosts, or
- if you want to use INET-domain-only software, you should run
- the server with the `-inet' option.
+ If you choose this option, network support will be activated, and the
+ Canna server will accept connections on TCP sockets from clients that
+ may be on remote hosts. Some clients (such as egg and yc-el) require
+ this mode even if they run on the local host.
 
 
 Template: canna/manage_allow_hosts_with_debconf
 Type: boolean
 Default: true
-_Description: Manage /etc/hosts.canna with debconf ?
- /etc/hosts.canna controls which hosts can connect to this server.
+_Description: Manage /etc/hosts.canna automatically?
+ The /etc/hosts.canna file lists hosts allowed to connect to the
+ Canna server.
  .
- By default /etc/hosts.canna will be managed with debconf.
- Refuse here if you want to manage /etc/hosts.canna yourself.
+ You should not accept this option if you prefer managing the
+ file's contents manually.
 
 
 Template: canna/allow_hosts
 Type: string
 Default: unix localhost
-_Description: Please enter the name of each host allowed to connect to this 
server
+_Description: Hosts allowed to connect to this Canna server:
  Please enter the names of the hosts allowed to connect to this Canna server,
  separated by spaces.
  .
- `unix'  is a special notation for allowing access
- via UNIX domain sockets.
-
+ You can use unix to allow access via UNIX domain sockets.
--- canna.old/debian/libcanna1g.templates   2009-02-14 12:20:04.323869668 
+0100
+++ canna/debian/libcanna1g.templates   2009-04-14 07:27:19.167323447 

<    1   2   3   4