Bug#595632: Announce of the upcoming NMU for the mathematica-fonts package

2011-04-23 Thread Christian PERRIER
Quoting Atsuhito Kohda (ko...@pm.tokushima-u.ac.jp):
 Hi Christian,
 
 On Fri, 22 Apr 2011 18:12:31 +0200, Christian PERRIER wrote:
 
  Quoting Atsuhito Kohda (ko...@pm.tokushima-u.ac.jp):
  
  E: Found unresolved issues: 
  
  
  Maybe you could run debconf-updatepo manually in your SVN repo,
  commit the changes, then run svn-buildpackage?
 
 Thanks, it worked.  I'll upload a fixed package today.

If not done already, would you mind waiting for the end of the call
for translations?

I'll notify you when it's over. Otherwise, the risk is that new
translations come in *after* you upload..:-)




signature.asc
Description: Digital signature


Bug#623796: keyboard-configuration should be able to handle multiple keyboards configuration

2011-04-23 Thread Anthony Bourguignon
Package: keyboard-configuration
Version: 1.73
Severity: wishlist
Tags: upstream

keyboard-configuration isn't currently able to handle multiple keyboards 
configuration. If two or more keyboards are present, the layout is the same for 
all of them.
It will be a great feature to declare a per keyboard layout. For example, an 
azerty keyboard will send fr keymap and a qwerty one will send us keymap, both 
at the same time, without the need to switch. In fact, it will be the behavior 
of what xorg did.

Do you think it's useful and possible ?

Thanks


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

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

Versions of packages keyboard-configuration depends on:
ii  debconf   1.5.38 Debian configuration management sy

keyboard-configuration recommends no packages.

keyboard-configuration suggests no packages.

Versions of packages console-setup depends on:
ii  console-setup-linux   1.73   Linux specific part of console-set
ii  debconf   1.5.38 Debian configuration management sy
ii  xkb-data  2.1-2  X Keyboard Extension (XKB) configu

Versions of packages console-setup suggests:
ii  locales   2.11.2-13  Embedded GNU C Library: National L
ii  lsb-base  3.2-27 Linux Standard Base 3.2 init scrip

Versions of packages console-setup-linux depends on:
ii  kbd   1.15.2-3   Linux console font and keytable ut

Versions of packages console-setup-linux suggests:
ii  console-setup 1.73   console font and keymap setup prog

Versions of packages keyboard-configuration is related to:
ii  console-common0.7.85 basic infrastructure for text cons
ii  console-data  2:1.10-9   keymaps, fonts, charset maps, fall
pn  console-tools none (no description available)
ii  kbd   1.15.2-3   Linux console font and keytable ut

-- 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#623670: highlight-common: prompts during upgrade about filetypes.conf

2011-04-23 Thread Jonathan Nieder
David Bremner wrote:
 On Fri, 22 Apr 2011 01:08:10 -0500, Jonathan Nieder jrnie...@gmail.com 
 wrote:

 | Unpacking highlight-common (from .../highlight-common_2.16-1_all.deb) ...
 | Setting up highlight-common (2.16-1) ...

 What version are you upgrading from?  2.4.8-1.1?

Based on looking through dpkg.log:

| 2011-04-22 01:00:58 startup archives install
| 2011-04-22 01:00:59 install highlight-common 3.3-1 2.16-1
| 2011-04-22 01:00:59 status half-installed highlight-common 3.3-1
| 2011-04-22 01:01:00 status unpacked highlight-common 2.16-1

3.3-1, it seems.

 P.S. Is there some reason you didn't use reportbug to file your bug? 

None except a lack of facility at using it.  Is there some particular
information you were looking for?  (Typical amd64 experimental
system, fwiw.  dpkg is version 1.16.0.2, filesystem is ext4,
kernel is linux-image-2.6.38-2-amd64 2.6.38-3.)

Hope that helps.
Jonathan



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



Bug#623797: idjc: ftbfs with libavcodec-dev from experimental

2011-04-23 Thread Jonathan Nieder
Source: idjc
Version: 0.8.5-1
Severity: important
Justification: future ftbfs
Tags: upstream patch

Hi Alessio et al,

Trying to build idjc against libavcodec-dev 4:0.7~b1-1 (from
experimental), I get compile-time errors due to the missing
CODEC_TYPE_AUDIO symbol.  The patch below seems to fix it.
http://bugs.debian.org/623682 has some related details.

Thanks for keeping this package maintained well.

Regards,
Jonathan

 c/avcodecdecode.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/c/avcodecdecode.c b/c/avcodecdecode.c
index 36090ba..51dffae 100644
--- a/c/avcodecdecode.c
+++ b/c/avcodecdecode.c
@@ -232,7 +232,7 @@ int avcodecdecode_reg(struct xlplayer *xlplayer)
for(self-stream = 0; self-stream  self-ic-nb_streams; self-stream++)
   {
   self-c = self-ic-streams[self-stream]-codec;
-  if(self-c-codec_type == CODEC_TYPE_AUDIO)
+  if(self-c-codec_type == AVMEDIA_TYPE_AUDIO)
  break;
   }
 
-- 
1.7.5.rc3




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



Bug#623798: pnp4nagios: [INTL:ru] Russian debconf templates translation

2011-04-23 Thread Yuri Kozlov
Package: pnp4nagios
Version: 0.6.11-1
Severity: wishlist
Tags: l10n patch


Russian debconf templates translation is attached.

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

Kernel: Linux 2.6.37-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the pnp4nagios package.
#
# Yuri Kozlov yu...@komyakino.ru, 2011.
msgid 
msgstr 
Project-Id-Version: pnp4nagios 0.6.11-1\n
Report-Msgid-Bugs-To: pnp4nag...@packages.debian.org\n
POT-Creation-Date: 2011-02-10 12:58+0100\n
PO-Revision-Date: 2011-04-23 10:23+0400\n
Last-Translator: Yuri Kozlov yu...@komyakino.ru\n
Language-Team: Russian debian-l10n-russ...@lists.debian.org\n
Language: ru\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: Lokalize 1.0\n
Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  
n%10=4  (n%10010 || n%100=20) ? 1 : 2);\n

#. Type: multiselect
#. Description
#: ../pnp4nagios-web.templates:1001
msgid Web servers to configure for PNP4Nagios:
msgstr Веб-серверы для настройки под PNP4Nagios:

#. Type: multiselect
#. Description
#: ../pnp4nagios-web.templates:1001
msgid Please select which web servers should be configured for PNP4Nagios.
msgstr Выберите веб-серверы, которые нужно настроить для PNP4Nagios.

#. Type: multiselect
#. Description
#: ../pnp4nagios-web.templates:1001
msgid 
If you would prefer to perform configuration manually, leave all servers 
unselected.
msgstr Если вы хотите выполнить настройку вручную, то ничего не выбирайте.



Bug#623799: idjc: ftbfs with CONFIG_SHELL=/bin/dash

2011-04-23 Thread Jonathan Nieder
Source: idjc
Version: 0.8.5-1
Severity: important
Justification: future ftbfs
Tags: upstream patch

Hi again,

With dash in experimental as /bin/sh, this package fails to build from
source.  (Please forgive my laziness in omitting the corresponding
error message.)  The problem can also be experienced with dash from
sid by overriding autoconf's choice of shell:

CONFIG_SHELL=/bin/dash debian/rules build

See http://bugs.debian.org/582952 for details.

The cause seems to be use of the ksh-invented  operator in
configure.ac.  Shells like dash interpret it as a request to run in
the background () and redirect stdout (); to redirect both stdout
and stderr one has to use the more precise /dev/null 21, as in
the patch below.

With the changes below applied, the package builds again.  If there is
additional information that would be useful, please feel free to ask.

Regards,
Jonathan

 configure.ac |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index d681377..828c019 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,7 +50,7 @@ if test $makeffmpeg != no ; then
 AC_SUBST(HAVE_AVCODEC, 1)
 
 AC_MSG_CHECKING([for avcodec.h in legacy ffmpeg directory])
-gcc `pkg-config --cflags libavcodec` ffmpeg_avcodec.c -o /dev/null 
 /dev/null
+gcc `pkg-config --cflags libavcodec` ffmpeg_avcodec.c -o /dev/null 
/dev/null 21
 if test $? -eq 0 ; then
 AC_MSG_RESULT([yes])
 AC_DEFINE(FFMPEG_AVCODEC, 1, [if set use legacy include file 
location])
@@ -108,7 +108,7 @@ fi
 PKG_CHECK_MODULES([PYGTK], [pygtk-2.0 = 2.6.0])
 
 AC_MSG_CHECKING([for mutagen])
-python -c import mutagen /dev/null
+python -c import mutagen /dev/null 21
 if test $? -ne 0 ; then
 AC_MSG_RESULT([no])
 AC_MSG_ERROR([required dependency (mutagen / python-mutagen) is missing])
-- 
1.7.5.rc3




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



Bug#589023: SSL/X509 Certificate for 'AddTrust External CA Root' not recognized as valid

2011-04-23 Thread Vincent Bernat
Package: iceweasel
Version: 4.0-3
Followup-For: Bug #589023

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi!

A quick note to say that I had the exact same problem here: unable to
access https://www.gandi.net because of the loop and solved by
deleting the certificate The USERTRUST Network - Addtrust External
CA Root (which was from Software Security Device).

- -- Package-specific info:

- -- Plugins information
Name: IcedTea NPR Web Browser Plugin (using IcedTea6 1.8.7 (6b18-1.8.7-2))
Location: /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/IcedTeaPlugin.so
Package: icedtea6-plugin
Status: enabled

Name: Shockwave Flash
Location: /usr/lib/flashplugin-nonfree/libflashplayer.so
Status: enabled


- -- Addons package information
ii  icedtea6-plugi 6b18-1.8.7-2   web browser plugin based on OpenJDK and Iced

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

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

Versions of packages iceweasel depends on:
ii  debianutils   3.4.4  Miscellaneous utilities specific t
ii  fontconfig2.8.0-2.2  generic font configuration library
ii  libc6 2.11.2-13  Embedded GNU C Library: Shared lib
ii  libglib2.0-0  2.28.6-1   The GLib library of C routines
ii  libgtk2.0-0   2.24.4-3   The GTK+ graphical user interface 
ii  libnspr4-0d   4.8.7-2NetScape Portable Runtime Library
ii  libstdc++64.6.0-4The GNU Standard C++ Library v3
ii  procps1:3.2.8-10 /proc file system utilities
ii  xulrunner-2.0 2.0-3  XUL + XPCOM application runner

iceweasel recommends no packages.

Versions of packages iceweasel suggests:
ii  libgssapi-krb5-2   1.9+dfsg-1+b1 MIT Kerberos runtime libraries - k
pn  mozplugger none(no description available)
ii  ttf-lyx2.0.0~rc3-2   TrueType versions of some TeX font
pn  ttf-mathematica4.1 none(no description available)
ii  xfonts-mathml  4 Type1 Symbol font for MathML
pn  xprint none(no description available)

Versions of packages xulrunner-2.0 depends on:
ii  libasound2   1.0.23-3shared library for ALSA applicatio
ii  libatk1.0-0  2.0.0-1 The ATK accessibility toolkit
ii  libbz2-1.0   1.0.5-6 high-quality block-sorting file co
ii  libc62.11.2-13   Embedded GNU C Library: Shared lib
ii  libcairo21.10.2-6The Cairo 2D vector graphics libra
ii  libdbus-1-3  1.4.8-2 simple interprocess messaging syst
ii  libevent-1.4-2   1.4.13-stable-1 An asynchronous event notification
ii  libfontconfig1   2.8.0-2.2   generic font configuration library
ii  libfreetype6 2.4.4-1 FreeType 2 font engine, shared lib
ii  libgcc1  1:4.6.0-4   GCC support library
ii  libglib2.0-0 2.28.6-1The GLib library of C routines
ii  libgtk2.0-0  2.24.4-3The GTK+ graphical user interface 
ii  libhunspell-1.2- 1.2.14-4spell checker and morphological an
ii  libjpeg626b1-1   The Independent JPEG Group's JPEG 
ii  libmozjs4d   2.0-3   The Mozilla SpiderMonkey JavaScrip
ii  libnspr4-0d  4.8.7-2 NetScape Portable Runtime Library
ii  libnss3-1d   3.12.9.with.ckbi.1.82-1 Network Security Service libraries
ii  libpango1.0-01.28.3-6Layout and rendering of internatio
ii  libpixman-1-00.21.6-2pixel-manipulation library for X a
ii  libreadline6 6.1-3   GNU readline and history libraries
ii  libsqlite3-0 3.7.5-1 SQLite 3 shared library
ii  libstartup-notif 0.10-1  library for program launch feedbac
ii  libstdc++6   4.6.0-4 The GNU Standard C++ Library v3
ii  libvpx0  0.9.6-1 VP8 video codec (shared library)
ii  libx11-6 2:1.4.3-1   X11 client-side library
ii  libxext6 2:1.2.0-2   X11 miscellaneous extension librar
ii  libxrender1  1:0.9.6-1   X Rendering Extension client libra
ii  libxt6   1:1.1.1-1   X11 toolkit intrinsics library
ii  zlib1g   1:1.2.3.4.dfsg-3compression library - runtime

Versions of packages xulrunner-2.0 suggests:
ii  libcanberra0  0.24-1 a simple abstract interface for pl
ii  libdbus-glib-1-2  0.92-1 simple interprocess messaging syst
ii  libgconf2-4   2.28.1-6   GNOME configuration database syste
ii  libgnomeui-0 

Bug#600201: Requires kramdown library

2011-04-23 Thread Vincent Bernat
OoO En  ce début  de soirée du  vendredi 22  avril 2011, vers  21:43, je
disais:

 I also hit this bug. Is webgen usable without this library? If not
 this makes the package unusable until kramdown is packaged for Debian
 and added as a dependency.

Upstream seems to say that you need 0.10.0. So I installed 0.10.0:
$ sudo gem install kramdown --version 0.10.0
$ irb -rrubygems
irb(main):001:0 gem 'kramdown', '0.10.0'
= true

But still no luck with webgen

$ webgen
Starting webgen...
Updating tree...
...done in 0.0215 seconds
Writing changed nodes...
An error has occurred:
  Error while working on /index.en.html with 
Webgen::ContentProcessor::Kramdown:
The needed library 'kramdown' is missing. You can install it via rubygems 
with 'gem install kramdown'!

-- 
I WILL NOT WASTE CHALK
I WILL NOT WASTE CHALK
I WILL NOT WASTE CHALK
-+- Bart Simpson on chalkboard in episode 7G02


pgpNWJc0mx0bH.pgp
Description: PGP signature


Bug#595632: Announce of the upcoming NMU for the mathematica-fonts package

2011-04-23 Thread Atsuhito Kohda
On Sat, 23 Apr 2011 07:57:08 +0200, Christian PERRIER wrote:

 Quoting Atsuhito Kohda (ko...@pm.tokushima-u.ac.jp):
 Hi Christian,
 
 On Fri, 22 Apr 2011 18:12:31 +0200, Christian PERRIER wrote:
 
  Quoting Atsuhito Kohda (ko...@pm.tokushima-u.ac.jp):
  
  E: Found unresolved issues: 
  
  
  Maybe you could run debconf-updatepo manually in your SVN repo,
  commit the changes, then run svn-buildpackage?
 
 Thanks, it worked.  I'll upload a fixed package today.
 
 If not done already, would you mind waiting for the end of the call
 for translations?
 
 I'll notify you when it's over. Otherwise, the risk is that new
 translations come in *after* you upload..:-)

Okay.  In fact, that risk is a reason why I didn't upload a package 
immediately.

I've a question.  In the past it was not necessary to run
debconf-updatepo before svn-buildpackage.  
I thought debconf-updatepo didn't modify each *.po files
but it seems not correct.
Is it necessary for me to run debconf-updatepo before svn-buildpackage
always from now on ?

Regards,2011-4-23(Sat)

-- 
 Debian Developer - much more I18N of Debian
 Atsuhito Kohda kohda AT debian.org
 Department of Math., Univ. of Tokushima



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



Bug#601265: ddtc: diff for NMU version 0.17.1+nmu1

2011-04-23 Thread Salvatore Bonaccorso
tags 601265 + patch
thanks

Hi

I've prepared an NMU for ddtc (versioned as 0.17.1+nmu1) but have not
taken any further actions. Nicolas or Michael, is ddtc still used? It
shows a really low popcon now.

We from Debian Perl Group would like to at some point drop the
provides for libmime-perl in the libmime-tools-perl package.

Best Regards
Salvatore
diff -Nru ddtc-0.17.1/debian/changelog ddtc-0.17.1+nmu1/debian/changelog
--- ddtc-0.17.1/debian/changelog	2006-02-19 22:09:14.0 +0100
+++ ddtc-0.17.1+nmu1/debian/changelog	2011-04-23 08:26:43.0 +0200
@@ -1,3 +1,14 @@
+ddtc (0.17.1+nmu1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control:
+- Remove libmime-base64-perl from Depends. See
+  http://lists.debian.org/debian-perl/2003/09/msg00014.html
+- Substitute libmime-perl Depends with libmime-tool-perl
+  (Closes: #601265).
+
+ -- Salvatore Bonaccorso car...@debian.org  Sat, 23 Apr 2011 08:20:48 +0200
+
 ddtc (0.17.1) unstable; urgency=low
 
   * fix FTBFS with new make version (closes: bug#352786)
@@ -823,4 +834,3 @@
   * initial release
 
  -- Nicolas Bertolissio nico.ber...@wanadoo.fr  Wed, 07 Nov 2001 11:13:00 +0100
-
diff -Nru ddtc-0.17.1/debian/control ddtc-0.17.1+nmu1/debian/control
--- ddtc-0.17.1/debian/control	2003-10-25 00:15:05.0 +0200
+++ ddtc-0.17.1+nmu1/debian/control	2011-04-23 08:20:41.0 +0200
@@ -7,7 +7,7 @@
 
 Package: ddtc
 Architecture: all
-Depends: perl, libmime-perl, libmime-base64-perl, libconfig-general-perl, libalgorithm-diff-perl (= 1.13), libtext-iconv-perl
+Depends: perl, libmime-tools-perl, libconfig-general-perl, libalgorithm-diff-perl (= 1.13), libtext-iconv-perl
 Conflicts: ddts-script
 Recommends: liblocale-gettext-perl, libterm-readline-gnu-perl
 Suggests: acheck


signature.asc
Description: Digital signature


Bug#623768: [DRE-maint] Bug#623768: rubygems1.8: ruby does not search for packages installed in /var/lib/gems/1.8

2011-04-23 Thread Vincent Bernat
OoO En cette  aube naissante du samedi 23 avril  2011, vers 07:41, Lucas
Nussbaum lu...@lucas-nussbaum.net disait :

 You need to irb -rrubygems
 or to require 'rubygems'.

Thanks Lucas, that works. Could you give a very quick look at #600201:
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=600201

Is this bug related  to rubygems1.8 or is it a bug  in webgen? I have no
knowledge in Ruby to find out what is wrong.


pgpbhUF1OOHra.pgp
Description: PGP signature


Bug#623800: ITP: lekhonee-gnome - lekhonee-gnome is the Gnome frontend for Lekhonee, a desktop client for publishing to Wordpress blogs.

2011-04-23 Thread Nadeem Ismail
Package: wnnp
Severity: Wishlist



* package Name :lekhonee-gnome
* version  :0.11
* Upstream Author  :Kushal Das kus...@fedoraproject.org
* URL  :https://fedorahosted.org/lekhonee/
* License  :GPL
* Progamming Lang  :c,
* Description  :A desktop client for publishing to Wordpress blogs.

-- 
Nadeem Ismail http://www.facebook.com/naneemi

Proud to be a revolutionary
Proud to be an Indian


Bug#623801: Lekhonee-gnome

2011-04-23 Thread Anees P
Package: wnpp
Severity: wishlist
Owner: Anees Pathoor aneee...@gmail.com


* package name: lekhonee-gnome
  version: 0.11
* url: https://fedorahosted.org/lehonee
* License : LGPL 3
  Description : a desktop client for publishing to Wordpress blogs.

lekhonee-gnome is the Gnome frontend for Lekhonee. Lekhonee is a
desktop client for publishing to Wordpress blogs.





-- 
Take us the foxes, the little foxes, that spoil the vines: for our vines
[have] tender grapes. - Song Of Solomon 2:15

Anees
www.teklessons.blogspot.com
www.aneez.co.nr


Bug#623802: RTP request

2011-04-23 Thread shuhaib valapuram
Package: wnpp
Severity: wishlist
Owner: shuhaib shuhaibvalapu...@gmail.com
* Package name: lekhonee-gnome
  Version : v0.11
  Upstream Author : Kushal Das kus...@fedoraproject.org
* URL : https://fedorahosted.org/lekhonee/
* License : LGPL 3
  Description : a desktop client for publishing to Wordpress blogs.

lekhonee-gnome is the Gnome frontend for Lekhonee. Lekhonee is a
desktop client for publishing to Wordpress blogs.


Bug#623803: RFP for lekhonee

2011-04-23 Thread jasir a
Package: wnpp
Severity: wishlist
Owner: jasir aja...@gmail.com



* Package name: lekhonee
  Version : 0.7
  Upstream Author : Kushal Das kus...@fedoraproject.org
* URL : https://fedorahosted.org/lehonee
* License : LGPL 3
  Description : a desktop client for publishing to Wordpress blogs.


lekhonee-gnome is the Gnome frontend for Lekhonee. Lekhonee is a
desktop client for publishing to Wordpress blogs.


-- 
jasir



-- 
Mohammed Jasir A

http://jasir.pxq.in


Bug#623804: RFP for lekhonee-gnome

2011-04-23 Thread Nakul Ezhuthupally
Package: wnpp
Severity: wishlist
Owner: Nakul Ezhuthupally nak...@gmail.com


* Package name: lekhonee-gnome
  Version : 0.11
  Upstream Author : Kushal Das kus...@fedoraproject.org
* URL : https://fedorahosted.org/lekhonee/
* License : LGPL 3
  Programming Lang: Vala
  Description : Desktop publisher for Wordpress Blogs

Regards,

Nakul Ezhuthupally

-- 
Nakul Ezhuthupally (www.blog.nakule.co.cc)


Bug#623800:

2011-04-23 Thread Nadeem Ismail
This package is already there in debian RFP. I done this by mistake

-- 
Nadeem Ismail http://www.facebook.com/naneemi

Proud to be a revolutionary
Proud to be an Indian


Bug#623496: thunar-volman: Fails to mount removable drives

2011-04-23 Thread Jos van Wolput
After fresh boot:
 ck-list-sessions
Session1:
unix-user = '1000'
realname = 'Jos van Wolput'
seat = 'Seat1'
session-type = ''
active = TRUE
x11-display = ':0'
x11-display-device = '/dev/tty7'
display-device = ''
remote-host-name = ''
is-local = TRUE
on-since = '2011-04-23T06:21:15.331091Z'
login-session-id = '4294967295'
---
After new xfce session login:
 ck-list-sessions
Session2:
unix-user = '1000'
realname = 'Jos van Wolput'
seat = 'Seat1'
session-type = ''
active = FALSE
x11-display = ':0'
x11-display-device = '/dev/tty8'
display-device = ''
remote-host-name = ''
is-local = TRUE
on-since = '2011-04-23T06:34:58.797252Z'
login-session-id = '4294967295'
---
debian:/home/jos# pkaction
org.blueman.bluez.config
org.blueman.dhcp.client
org.blueman.hal.manager
org.blueman.network.setup
org.debian.aptxapianindex.update
org.freedesktop.NetworkManager.enable-disable-network
org.freedesktop.NetworkManager.enable-disable-wifi
org.freedesktop.NetworkManager.enable-disable-wimax
org.freedesktop.NetworkManager.enable-disable-wwan
org.freedesktop.NetworkManager.network-control
org.freedesktop.NetworkManager.settings.modify.hostname
org.freedesktop.NetworkManager.settings.modify.own
org.freedesktop.NetworkManager.settings.modify.system
org.freedesktop.NetworkManager.sleep-wake
org.freedesktop.NetworkManager.wifi.share.open
org.freedesktop.NetworkManager.wifi.share.protected
org.freedesktop.accounts.change-own-user-data
org.freedesktop.accounts.set-login-option
org.freedesktop.accounts.user-administration
org.freedesktop.consolekit.system.restart
org.freedesktop.consolekit.system.restart-multiple-users
org.freedesktop.consolekit.system.stop
org.freedesktop.consolekit.system.stop-multiple-users
org.freedesktop.policykit.exec
org.freedesktop.policykit.lockdown
org.freedesktop.systemd1.ReplyPassword
org.freedesktop.systemtoolsbackends.self.set
org.freedesktop.systemtoolsbackends.set
org.freedesktop.udisks.cancel-job-others
org.freedesktop.udisks.change
org.freedesktop.udisks.change-system-internal
org.freedesktop.udisks.drive-ata-smart-refresh
org.freedesktop.udisks.drive-ata-smart-retrieve-historical-data
org.freedesktop.udisks.drive-ata-smart-selftest
org.freedesktop.udisks.drive-detach
org.freedesktop.udisks.drive-eject
org.freedesktop.udisks.drive-set-spindown
org.freedesktop.udisks.filesystem-check
org.freedesktop.udisks.filesystem-check-system-internal
org.freedesktop.udisks.filesystem-lsof
org.freedesktop.udisks.filesystem-lsof-system-internal
org.freedesktop.udisks.filesystem-mount
org.freedesktop.udisks.filesystem-mount-system-internal
org.freedesktop.udisks.filesystem-unmount-others
org.freedesktop.udisks.inhibit-polling
org.freedesktop.udisks.linux-lvm2
org.freedesktop.udisks.linux-md
org.freedesktop.udisks.luks-lock-others
org.freedesktop.udisks.luks-unlock
org.freedesktop.upower.hibernate
org.freedesktop.upower.qos.cancel-request
org.freedesktop.upower.qos.request-latency
org.freedesktop.upower.qos.request-latency-persistent
org.freedesktop.upower.qos.set-minimum-latency
org.freedesktop.upower.suspend
org.gnome.cpufreqselector
org.gnome.power.backlight-helper
org.gnome.settingsdaemon.datetimemechanism.configure
org.kde.kcontrol.k3bsetup.save
org.kde.kcontrol.kcmremotewidgets.save
debian:/home/jos#
---
The output of the second ck-list-sessions looks quite strange!
I am still in tty7, there's nothing in tty8.
Everything seems to work except mounting external devices.





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



Bug#623805: ITP: pyspatialite -- Python binding for spatialite

2011-04-23 Thread David Paleino
Package: wnpp
Severity: wishlist
Owner: David Paleino da...@debian.org

* Package name: pyspatialite
  Version : 2.6.1
  Upstream Author : Lokkju Brennr lok...@lokkju.com
* URL : http://pyspatialite.googlecode.com/
* License : zlib/libpng
  Programming Lang: C/Python
  Description : Python binding for spatialite

pyspatialite is an interface to the SQLite 3.x embedded relational database
engine with spatialite extensions. It is almost fully compliant with the Python
database API version 2.0 also exposes the unique features of SQLite and
spatialite.

-- 
 . ''`.   Debian developer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 | http://deb.li/dapal
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174


signature.asc
Description: PGP signature


Bug#610239: libxmlsec1-dev: la files contain non-empty dependency_libs

2011-04-23 Thread Andreas Metzler
On 2011-01-16 Andreas Metzler ametz...@downhill.at.eu.org wrote:
 Package: libxmlsec1-dev
[...]
 The libtool la files contain non-empty dependency_libs lines. Please
 empty them. The la file cannot be simply removed because they are
 refered to in other packages.
[...]

Hello,

I have uploaded a NMU to delayed/14 with the attached patch.

cu andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'
diff -u xmlsec1-1.2.14/debian/rules xmlsec1-1.2.14/debian/rules
--- xmlsec1-1.2.14/debian/rules
+++ xmlsec1-1.2.14/debian/rules
@@ -74,6 +74,8 @@
 	# strip unwanted RPATH caused by bug in old libtool
 	chrpath -d $(CURDIR)/debian/tmp/usr/lib/*.so \
 		$(CURDIR)/debian/tmp/usr/bin/xmlsec1
+	find debian/tmp/usr/lib -name *.la -exec \
+		sed -i -e s,^dependency_libs=.*,dependency_libs='', {} +
 
 # Build architecture-independent files here.
 binary-indep: build install
diff -u xmlsec1-1.2.14/debian/changelog xmlsec1-1.2.14/debian/changelog
--- xmlsec1-1.2.14/debian/changelog
+++ xmlsec1-1.2.14/debian/changelog
@@ -1,3 +1,11 @@
+xmlsec1 (1.2.14-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Empty dependency_libs in libtool la file. Closes: #610239
+http://wiki.debian.org/ReleaseGoals/LAFileRemoval
+
+ -- Andreas Metzler ametz...@debian.org  Sat, 23 Apr 2011 08:53:37 +0200
+
 xmlsec1 (1.2.14-1.1) unstable; urgency=high
 
   * Non-maintainer upload by the Security Team.


Bug#623806: matlab-support: [INTL:ru] Russian debconf templates translation

2011-04-23 Thread Yuri Kozlov
Package: matlab-support
Version: 0.0.14
Severity: wishlist
Tags: l10n patch


Russian debconf templates translation is attached.

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

Kernel: Linux 2.6.37-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the matlab-support package.
#
# Yuri Kozlov yu...@komyakino.ru, 2011.
msgid 
msgstr 
Project-Id-Version: matlab-support 0.0.14\n
Report-Msgid-Bugs-To: matlab-supp...@packages.debian.org\n
POT-Creation-Date: 2011-01-05 09:23-0500\n
PO-Revision-Date: 2011-04-23 11:22+0400\n
Last-Translator: Yuri Kozlov yu...@komyakino.ru\n
Language-Team: Russian debian-l10n-russ...@lists.debian.org\n
Language: ru\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: Lokalize 1.0\n
Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  
n%10=4  (n%10010 || n%100=20) ? 1 : 2);\n

#. Type: title
#. description
#: ../matlab-support.templates:1001
msgid MATLAB interface configuration
msgstr Настройка интерфейса MATLAB

#. Type: string
#. Description
#: ../matlab-support.templates:2001
msgid Location of MATLAB installation(s):
msgstr Расположение установки(ок) MATLAB:

#. Type: string
#. Description
#: ../matlab-support.templates:2001
msgid 
The Debian MATLAB interface needs to know where MATLAB is installed on this 
system. This can be specified as a single directory or, in case of multiple 
MATLAB installations, as a glob expression (any expression supported by 
bash, including extended pattern matching operators).
msgstr 
Интерфейсу Debian MATLAB требуется указать место установки MATLAB в системе. 
Можно задать единственный каталог или, если есть несколько установок 
MATLAB, шаблон (любое выражение, поддерживаемое bash, включающее расширенные 
шаблонные операторы поиска совпадений).

#. Type: string
#. Description
#: ../matlab-support.templates:2001
msgid 
If, for example, the MATLAB executable is at '/opt/matlab76/bin/matlab', 
please enter '/opt/matlab76'. If there are multiple MATLAB versions 
installed, it is possible to use '/opt/matlab*' (or something similar). Only 
matches that actually contain a MATLAB executable will be considered, 
everything else is ignored. Therefore a glob expression may match more than 
just MATLAB installation directories without negative side effects.
msgstr 
Если, например, полный путь исполняемого файла MATLAB — 
«/opt/matlab76/bin/matlab», то введите «/opt/matlab76». 
Если установлено несколько версий MATLAB, то можно указать 
«/opt/matlab*» (или похожее выражение). Будут учтены только 
те совпадения, которые действительно содержат исполняемый 
файл MATLAB, всё остальное игнорируется. 
Поэтому в шаблоне без проблем можно указывать не только 
каталоги установки MATLAB.

#. Type: select
#. Description
#: ../matlab-support.templates:3001
msgid Default MATLAB version:
msgstr Версия MATLAB по умолчанию:

#. Type: select
#. Description
#: ../matlab-support.templates:3001
msgid 
The following MATLAB versions were found on this system. Any of these 
versions can serve as the default MATLAB on this system.
msgstr 
В системе найдено несколько версий MATLAB. 
Любая из них может использоваться 
в качестве системной версии MATLAB по умолчанию.

#. Type: error
#. Description
#: ../matlab-support.templates:4001
msgid No MATLAB installation found.
msgstr Установленного MATLAB не найдено.

#. Type: error
#. Description
#: ../matlab-support.templates:4001
msgid This package requires at least one local installation of MATLAB.
msgstr Для данного пакета требуется хотя бы одна установленная версия MATLAB.

#. Type: string
#. Description
#: ../matlab-support.templates:5001
msgid UNIX user account able to launch MATLAB:
msgstr Учётная запись UNIX для запуска MATLAB:

#. Type: string
#. Description
#: ../matlab-support.templates:5001
msgid 
If MATLAB can only be launched by a limited set of UNIX user accounts, 
please specify the login of such an account. This account will be used by 
other Debian packages to build MEX extensions upon installation.
msgstr 
Если MATLAB разрешено запускать ограниченному числу учётных 
записей UNIX, то укажите одну из них. Эта учётная запись 
будет использоваться другими пакетами Debian для сборки 
расширений MEX при установке.

#. Type: string
#. Description
#: ../matlab-support.templates:5001
msgid 
If every UNIX user account (including root) is allowed to launch MATLAB, 
please leave this field empty.
msgstr 
Если MATLAB можно запускать из под любой учётной записи (даже root), 
то оставьте поле пустым.

#. Type: boolean
#. Description
#: ../matlab-support.templates:6001
msgid Rename MATLAB's GCC libraries?
msgstr Удалить библиотеки MATLAB GCC?

#. 

Bug#623807: biomaj: [INTL:ru] Russian debconf templates translation

2011-04-23 Thread Yuri Kozlov
Package: biomaj
Version: 1.1.0-1
Severity: wishlist
Tags: l10n patch


Russian debconf templates translation is attached.

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

Kernel: Linux 2.6.37-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the biomaj package.
#
# Yuri Kozlov yu...@komyakino.ru, 2011.
msgid 
msgstr 
Project-Id-Version: biomaj 1.1.0-1\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2011-04-18 10:28+0200\n
PO-Revision-Date: 2011-04-23 11:26+0400\n
Last-Translator: Yuri Kozlov yu...@komyakino.ru\n
Language-Team: Russian debian-l10n-russ...@lists.debian.org\n
Language: ru\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: Lokalize 1.0\n
Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  n%10
=4  (n%10010 || n%100=20) ? 1 : 2);\n

#. Type: string
#. Description
#: ../templates:1001
msgid The JDK home directory:
msgstr Домашний каталог JDK:

#. Type: boolean
#. Description
#: ../templates:2001
msgid Want to configure MySQL connection now ?
msgstr Настроить подключение к MySQL прямо сейчас?

#. Type: string
#. Description
#: ../templates:3001
msgid Enter MySQL server address:
msgstr Адрес сервера MySQL:

#. Type: string
#. Description
#: ../templates:4001
msgid User login for biomaj database:
msgstr Учётная запись для базы данных biomaj:

#. Type: password
#. Description
#: ../templates:5001
msgid User password for biomaj database:
msgstr Пароль к учётной записи для базы данных biomaj:



Bug#623808: Please activate RT33XX options

2011-04-23 Thread Thomas Goirand
Package: linux-2.6
Version: 2.6.38-3
Severity: wishlist
Tags: sid

Hi,

As there was not follow-up on my email to the list, I'm sending this
bug report, in the hope that it will bring attention to the kernel team.

I have an old laptop with a bad internal WiFi board, so I bought a newer
RaLink driver. To make it work, I had to add the option rt2800usb -
Include support for rt33xx devices (EXPERIMENTAL) and rt2800usb -
Include support for rt35xx devices (EXPERIMENTAL). These are not
activated in your build (I've just checked).

I believe that one of the most important point of running a backported
kernel is to have such drivers for newer hardware. Could you please
include the option above? The options to activate are as below:

CONFIG_RT2800PCI_RT33XX
CONFIG_RT2800PCI_RT35XX
CONFIG_RT2800USB_RT33XX
CONFIG_RT2800USB_RT35XX

If you include the above options, I'll be able to test your backport
instead of the quick and dirty one that I did myself.

Thanks, and keep-up the good work,

Thomas Goirand (zigo)

-- System Information:
Debian Release: 6.0.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

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



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



Bug#595632: Announce of the upcoming NMU for the mathematica-fonts package

2011-04-23 Thread Christian PERRIER
Quoting Atsuhito Kohda (ko...@pm.tokushima-u.ac.jp):

 I've a question.  In the past it was not necessary to run
 debconf-updatepo before svn-buildpackage.  
 I thought debconf-updatepo didn't modify each *.po files
 but it seems not correct.

Depends indeed on the PO files you receive. If they were based on an
outdated POT file, then they'll be modified.

most of the time, they shouldn't be modified, though.

 Is it necessary for me to run debconf-updatepo before svn-buildpackage
 always from now on ?

I have to admit that I don't use svn-buildpackage myself (I do things
manually..:-)) so I can't tell for sure.



signature.asc
Description: Digital signature


Bug#623369: virtualbox-ose: Kernel module not unloaded on package removal

2011-04-23 Thread Felix Geyer
On 23.04.2011 01:38, Victor Hahn wrote:
 I guess I know what the problem was - VirtualBox was probably still
 running when I removed the packet(s). However, I didn't see any kind of
 warning message. Is this case handled?

Removing the package should fail if a VM is still running.




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



Bug#623496: [Pkg-xfce-devel] Bug#623496: thunar-volman: Fails to mount removable drives

2011-04-23 Thread Yves-Alexis Perez
On sam., 2011-04-23 at 15:03 +0800, Jos van Wolput wrote:
 After fresh boot:
  ck-list-sessions
 Session1:
   unix-user = '1000'
   realname = 'Jos van Wolput'
   seat = 'Seat1'
   session-type = ''
   active = TRUE
   x11-display = ':0'
   x11-display-device = '/dev/tty7'
   display-device = ''
   remote-host-name = ''
   is-local = TRUE
   on-since = '2011-04-23T06:21:15.331091Z'
   login-session-id = '4294967295'
 ---
 After new xfce session login:
  ck-list-sessions
 Session2:
   unix-user = '1000'
   realname = 'Jos van Wolput'
   seat = 'Seat1'
   session-type = ''
   active = FALSE
   x11-display = ':0'
   x11-display-device = '/dev/tty8'
   display-device = ''
   remote-host-name = ''
   is-local = TRUE
   on-since = '2011-04-23T06:34:58.797252Z'
   login-session-id = '4294967295'
 ---

This session is marked as inactive, so yeah, it won't allow you to mount
stuff. How do you start Xfce?

 The output of the second ck-list-sessions looks quite strange!
 I am still in tty7, there's nothing in tty8.

Well, that might be a consolekit bug but I'd doubt that.

 Everything seems to work except mounting external devices.

I guess suspending/hibernating wouldn't work either.


-- 
Yves-Alexis


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


Bug#623689: Further info: python2.5-gobject missing

2011-04-23 Thread Ed
Bug#623396 is the probable cause of it not being possible to replace the 
gnome environment.




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



Bug#623809: Where is mess?

2011-04-23 Thread Philipp Klaus Krause
Package: mame
Version: 0.141-3
Severity: Wishlist

In January xmame and xmess were removed from Debian. The reasoning was
that mame would soon be available as a replacement. Now about three
month later, mame has finally arrived. However mess isn't there. Neither
in the mame package, nor as a separate package.

I'm not sure this is the right place to put this. One one hand it's more
a kind of RFP. On the other hand this is an annoying regression in
Debian, since xmess has been removed without good reason, thus it more
feels like a bug. And the possible arrival of this package was used as
justification to remove xmess, thus this seems like the place to put the
bug report.

Philipp



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



Bug#623810: ITP: cardstories -- Find out a card using a sentence made up by another player

2011-04-23 Thread Loic Dachary
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: wnpp
Owner: Loic Dachary l...@dachary.org
Severity: wishlist

* Package name: cardstories
  Version :  1.0.0
  Upstream Author : Loic Dachary
* URL or Web page : http://cardstori.es/
* License : GNU AGPLv3+
  Description : Find out a card using a sentence made up by
another player

  A player (who we will call the author) creates a new game.
  He chooses a card, picks a word or a sentence to describe it
  and invites players to participate.
  Each players is given seven cards and are required to pick
  one that best matches the author's sentence.
  Once enough players have chosen a card, the author displays all chosen
  cards and the players try to figure out which one is the author's.
  The author wins if at least one of the players guesses right, but
not all
  of them do. The winners are the author and the players who guessed
right.
  If the author loses, all the other players win.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.13 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk2yi+8ACgkQ8dLMyEl6F20PqACdH+MYi2YwhDBfb73Pqa6duKqk
qb0An1Es1efZZgCpBYQc2sJul9AIcVZD
=vWQb
-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#623496: thunar-volman: Fails to mount removable drives

2011-04-23 Thread Jos van Wolput
I am using GDM v.2.20.11-4 starting xfce session with this configuration:
---
[daemon]
DefaultSession=xfce.desktop
[server-Standard]
name=Standard server
command=/usr/bin/X -audit 0 vt07
flexible=true
---
/usr/share/xsessions/xfce.desktop executes startxfce4

All sessions are started the same way!






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



Bug#623811: /usr/lib/jvm/java-6-openjdk/jre/bin/javaws: No such file or directory

2011-04-23 Thread Huub Reuver
Package: openjdk-6-jre
Version: 6b18-1.8.7-3
Severity: grave
Justification: renders package unusable

After updating the openjdk package I find myself trying to restore an old
version since javaws is missing. Makes the package useless to me.


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (600, 'unstable'), (70, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.38.4-201104221954-1 (SMP w/4 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages openjdk-6-jre depends on:
ii  libaccess-bridge-java-j 1.26.2-5 Java Access Bridge for GNOME (jni 
ii  libasound2  1.0.23-2.1   shared library for ALSA applicatio
ii  libc6   2.11.2-11Embedded GNU C Library: Shared lib
ii  libgif4 4.1.6-9  library for GIF images (library)
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  libpng12-0  1.2.44-2 PNG library - runtime
ii  libpulse0   0.9.21-4 PulseAudio client libraries
ii  libx11-62:1.4.3-1X11 client-side library
ii  libxext62:1.2.0-2X11 miscellaneous extension librar
ii  libxi6  2:1.4.2-1X11 Input extension library
ii  libxrender1 1:0.9.6-1X Rendering Extension client libra
ii  libxtst62:1.2.0-1X11 Testing -- Record extension li
ii  openjdk-6-jre-headless  6b18-1.8.7-3 OpenJDK Java runtime, using Hotspo
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages openjdk-6-jre recommends:
pn  icedtea-netx  none (no description available)
ii  ttf-dejavu-extra  2.33-1 Vera font family derivate with add

Versions of packages openjdk-6-jre suggests:
pn  icedtea-pluginnone (no description available)

-- debconf-show failed



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



Bug#620668: Bug in libapp-cli-perl fixed in revision 73153

2011-04-23 Thread pkg-perl-maintainers
tag 620668 + pending
thanks

Some bugs are closed in revision 73153
by Salvatore Bonaccorso (carnil)

Commit message:

* New maintainer (Closes: #620668)
* debian/control:
  - Added: Vcs-Svn field (source stanza); Vcs-Browser field
(source stanza).
  - Changed: Maintainer set to Debian Perl Group
pkg-perl-maintain...@lists.alioth.debian.org.
  - Add myself to Uploaders.



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



Bug#613563: closed by Yves-Alexis Perez cor...@debian.org (Re: [Pkg-xfce-devel] Bug#592524: Bug#592524: xfburn: Crashes while adding file/directories.)

2011-04-23 Thread manuk7

Le 07/04/2011 15:07, Debian Bug Tracking System a écrit :
 This is an automatic notification regarding your Bug report
 which was filed against the xfburn package:
 
 #592524: xfburn: When a new directory is added to a composition, crash when 
 launching the burn
 
 It has been closed by Yves-Alexis Perez cor...@debian.org.
 
 Their explanation is attached below along with your original report.
 If this explanation is unsatisfactory and you have not received a
 better one in a separate message then please contact Yves-Alexis Perez 
 cor...@debian.org by
 replying to this email.

Hi,

You merged my bug with #592524 that you closed due to a lack of
information. However my bug is still present in the 0.4.3.3 version of
xfburn. I proposed a patch which solve this problem, I would very like
if you could consider it.
I mentioned this problem on the Xfce bugzilla, but no new again
(https://bugzilla.xfce.org/show_bug.cgi?id=6805)

Thanks

Manuel




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



Bug#619200: [polkit-kde-1] Same symptomes here

2011-04-23 Thread Lorenz Wenner
Package: polkit-kde-1
Version: 0.95.1-2+b1

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

The command

# grep polkit-kde-1 /var/log/*

just leeds to

/var/log/popularity-contest:1303366696 1285821398 polkit-kde-1 
/usr/lib/kde4/libexec/polkit-kde-authentication-agent-1
/var/log/popularity-contest.0:1302498606 1285821398 polkit-kde-1 
/usr/lib/kde4/libexec/polkit-kde-authentication-agent-1

nothing about a crash. I will try to report directly upon the next crash.


P.S.: This is my third bugreport and i have a question: why are my package 
information fields empty? According to aptitude there should be some 
dependencies.

till then
Lorenzo

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.38-2-686

Debian Release: wheezy/sid
  500 testing www.debian-multimedia.org 
  500 testing security.debian.org 
  500 testing ftp.de.debian.org 
  500 squeeze www.lamaresh.net 
  500 squeeze activsoftware.co.uk 

--- Package information. ---
Package's Depends field is empty.

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#623670: highlight-common: prompts during upgrade about filetypes.conf

2011-04-23 Thread Jonathan Nieder
severity 623670 wishlist
quit

Jonathan Nieder wrote:
 David Bremner wrote:

 What version are you upgrading from?  2.4.8-1.1?

 Based on looking through dpkg.log:

 | 2011-04-22 01:00:58 startup archives install
 | 2011-04-22 01:00:59 install highlight-common 3.3-1 2.16-1
 | 2011-04-22 01:00:59 status half-installed highlight-common 3.3-1
 | 2011-04-22 01:01:00 status unpacked highlight-common 2.16-1

 3.3-1, it seems.

Since Debian does not support downgrading packages, that makes this
wishlist[1].

I'd still be interested in hints towards fixing the underlying
problem, of course.

Thanks for a quick response,
Jonathan

[1] and the higher-level package manager's resolver must have
screwed up a little, too, though that's not so relevant.



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



Bug#584096: dash as /bin/sh break autoconf/automake

2011-04-23 Thread Jonathan Nieder
unmerge 584096
reassign 584096 wnpp
forcemerge 469397 584096
quit

Thorsten Glaser wrote[1]:

 I think this merge should be undone and #584096 closed, as there is
 no xbmc package in Debian we could assign it to.

Good point; thanks.  Passing it on to the next Debian xbmc maintainer.
Please feel free to unmerge and reassign to xbmc once it's uploaded.

[1] http://bugs.debian.org/584096



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



Bug#600656: linux-image-2.6.32-5-amd64: Crash after nullpointer dereference during gparted reading a disk

2011-04-23 Thread Andreas Feldner
Hi Moritz,

I just tried using the following kernel:
Linux version 2.6.38-2-amd64 (Debian 2.6.38-3) (b...@decadent.org.uk) (gcc 
version 4.4.5 (Debian 4.4.5-15) ) #1 SMP Thu Apr 7 04:28:07 UTC 2011

This time, the reading stage of gparted was completed successfully, but during 
the actual right-shift of the partition, the following oops occurred. The 
system is yet running, but the gparted process is hanging (so, now I must do 
what probably would have been the easiest solution anyway, re-creating the 
partition from scratch). But of course it would be interesting to have an 
indication if e.g. the hard disc is broken, or the PATA controller?

Best regards,
Andreas.


Apr 23 03:04:47 myserver kernel: [ 7637.393410] PGD af0f9067 PUD b1e6d067 PMD 0 
Apr 23 03:04:47 myserver kernel: [ 7637.393434] CPU 1 
Apr 23 03:04:47 myserver kernel: [ 7637.393437] Modules linked in: tcp_diag 
inet_diag ppdev lp cpufreq_conservative cpufreq_stats capifs snd_hrtimer uinput 
binfmt_misc fuse ext4 jbd2 crc16 it87 hwmon_vid eeprom cpufreq_userspace 
cpufreq_powersave powernow_k8 mperf psmouse ide_generic ide_gd_mod ide_cd_mod 
ide_core dm_crypt dm_mod nvidia(P) joydev snd_intel8x0 snd_ac97_codec ac97_bus 
snd_pcm_oss snd_mixer_oss snd_pcm em28xx v4l2_common videodev ir_lirc_codec 
lirc_dev ir_sony_decoder snd_seq_midi ir_jvc_decoder snd_rawmidi ir_rc6_decoder 
ir_rc5_decoder snd_seq_midi_event snd_seq edac_core ir_nec_decoder snd_timer 
snd_seq_device snd v4l2_compat_ioctl32 videobuf_vmalloc videobuf_core rc_core 
tveeprom soundcore evdev pcspkr k8temp edac_mce_amd serio_raw tpm_tis tpm 
tpm_bios snd_page_alloc i2c_nforce2 parport_pc parport i2c_core processor 
button thermal_sys ext3 jbd mbcache hid_cherry usbhid hid sg sr_mod cdrom 
sd_mod crc_t10dif ata_generic ohci_hcd pata_amd sata_nv libata ehci_hcd usbcore 
firewire_ohci scsi_mod floppy
Apr 23 03:04:47 myserver kernel: firewire_core forcedeth crc_itu_t nls_base 
[last unloaded: scsi_wait_scan]
Apr 23 03:04:47 myserver kernel: [ 7637.393577] 
Apr 23 03:04:47 myserver kernel: [ 7637.393584] Pid: 1276, comm: flush-8:0 
Tainted: P   O 2.6.38-2-amd64 #1/GA-K8NF-9-RH
Apr 23 03:04:47 myserver kernel: [ 7637.393595] RIP: 0010:[8111b18b]  
[8111b18b] __block_write_full_page+0xc7/0x2b5
Apr 23 03:04:47 myserver kernel: [ 7637.393607] RSP: 0018:8800b11c1ab0  
EFLAGS: 00010293
Apr 23 03:04:47 myserver kernel: [ 7637.393612] RAX: 7470656e RBX: 
ea2a36b0 RCX: 0003
Apr 23 03:04:47 myserver kernel: [ 7637.393618] RDX: 0009 RSI: 
ea2a36b0 RDI: 8800bc3200e0
Apr 23 03:04:47 myserver kernel: [ 7637.393624] RBP: 8800bc3200e0 R08: 
8111a0b1 R09: 000167d0
Apr 23 03:04:47 myserver kernel: [ 7637.393630] R10:  R11: 
0018 R12: 8800b11c1d30
Apr 23 03:04:47 myserver kernel: [ 7637.393635] R13: 002b R14: 
88002bcd8410 R15: 8111a0b1
Apr 23 03:04:47 myserver kernel: [ 7637.393643] FS:  7f808980() 
GS:8800bfd0() knlGS:
Apr 23 03:04:47 myserver kernel: [ 7637.393649] CS:  0010 DS:  ES:  
CR0: 8005003b
Apr 23 03:04:47 myserver kernel: [ 7637.393654] CR2: 002b CR3: 
b17e CR4: 06e0
Apr 23 03:04:47 myserver kernel: [ 7637.393660] DR0:  DR1: 
 DR2: 
Apr 23 03:04:47 myserver kernel: [ 7637.393666] DR3:  DR6: 
0ff0 DR7: 0400
Apr 23 03:04:47 myserver kernel: [ 7637.393673] Process flush-8:0 (pid: 1276, 
threadinfo 8800b11c, task 8800b91e5e80)
Apr 23 03:04:47 myserver kernel: [ 7637.393681]  0200 
3ea1e3f8 7470656e 0001b11c1bf8
Apr 23 03:04:47 myserver kernel: [ 7637.393691]  8111d2c4 
0200 8800bc320228 8800bc320228
Apr 23 03:04:47 myserver kernel: [ 7637.393701]  8800b11c1d30 
 8800bc320228 
Apr 23 03:04:47 myserver kernel: [ 7637.393721]  [8111d2c4] ? 
blkdev_get_block+0x0/0x5b
Apr 23 03:04:47 myserver kernel: [ 7637.393730]  [810bbfee] ? 
__writepage+0xa/0x21
Apr 23 03:04:47 myserver kernel: [ 7637.393738]  [810bd1a4] ? 
write_cache_pages+0x221/0x321
Apr 23 03:04:47 myserver kernel: [ 7637.393745]  [810bbfe4] ? 
__writepage+0x0/0x21
Apr 23 03:04:47 myserver kernel: [ 7637.393754]  [8100a30e] ? 
apic_timer_interrupt+0xe/0x20
Apr 23 03:04:47 myserver kernel: [ 7637.393764]  [81113875] ? 
writeback_single_inode+0x91/0x18c
Apr 23 03:04:47 myserver kernel: [ 7637.393773]  [81113cc3] ? 
writeback_sb_inodes+0x91/0x104
Apr 23 03:04:47 myserver kernel: [ 7637.393781]  [81114526] ? 
writeback_inodes_wb+0xfd/0x10f
Apr 23 03:04:47 myserver kernel: [ 7637.393789]  [8111474a] ? 
wb_writeback+0x212/0x316
Apr 23 03:04:47 myserver kernel: [ 7637.393797]  [81114a29] ? 
wb_do_writeback+0x1db/0x1fb
Apr 23 

Bug#610496: kexec-tools: kexec fails with get_memory_ranges(): unsupported platform

2011-04-23 Thread intrigeri
Hi,

Benjamin Herrenschmidt recently confirmed [0] that no support for
kexec was implemented for Macs.

  [0] http://lists.debian.org/debian-release/2011/04/msg00074.html

Wouldn't it be wise to avoid building powerpc binary packages from the
kexec-tools source, until some kernel supports it?

Bye,
--
  intrigeri intrig...@boum.org
  | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc
  | OTR fingerprint @ https://gaffer.ptitcanardnoir.org/intrigeri/otr.asc
  | Every now and then I get a little bit restless
  | and I dream of something wild.



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



Bug#623812: 'man init runlevel initct' typos: adminstrator, overriden, permissable and preceeded; authorative; discusson and ouputs

2011-04-23 Thread A. Costa
Package: upstart
Version: 0.6.6-1
Severity: minor
Tags: patch


Found some typos in '/usr/share/man/man5/init.5.gz',
'/usr/share/man/man7/runlevel.7.gz', and
'/usr/share/man/man8/initctl.8.gz', 
see attached '.diff' files.

Hope this helps...

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

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

Versions of packages upstart depends on:
ii  initscripts 2.88dsf-13.1 scripts for initializing and shutt
ii  libc6   2.11.2-11Embedded GNU C Library: Shared lib
ii  libdbus-1-3 1.2.24-4 simple interprocess messaging syst
ii  libnih-dbus11.0.3-2  NIH D-Bus Bindings Library
ii  libnih1 1.0.3-2  NIH Utility Library
ii  libselinux1 2.0.96-1 SELinux runtime shared libraries
ii  sysv-rc 2.88dsf-13.1 System-V-like runlevel change mech
ii  sysvinit-utils  2.88dsf-13.1 System-V-like utilities

upstart recommends no packages.

upstart suggests no packages.

-- no debconf information
--- init.5  2010-06-19 15:18:00.0 -0400
+++ /tmp/init.5 2011-04-23 04:55:44.687552848 -0400
@@ -35,7 +35,7 @@
 Each line begins with a configuration stanza and continues until either
 the end of the line or a line containing a closing stanza.  Line breaks
 within a stanza are permitted within single or double quotes, or if
-preceeded by a blackslash.
+preceded by a blackslash.
 
 Stanzas and their arguments are delimited by whitespace, which consists
 of one or more space or tab characters which are otherwise ignored unless
@@ -147,7 +147,7 @@
 All of these process, including the main process, are optional.  Services
 without a main process will appear to be running until they are stopped,
 this is commonly used to define states such as runlevels.  It's quite
-permissable to have no main process, but to have
+permissible to have no main process, but to have
 .B pre-start
 and
 .B post-stop
@@ -161,7 +161,7 @@
 .RE
 .\
 .SS Event definition
-Jobs can be manually started and stopped at any time by a system adminstrator
+Jobs can be manually started and stopped at any time by a system administrator
 using the.
 .BR start (8)
 and
@@ -293,7 +293,7 @@
 
 .TP
 .B env \fIKEY\fR[=\fIVALUE\fR]
-Defines a default environment variable, the value of which may be overriden
+Defines a default environment variable, the value of which may be overridden
 by the event or command that starts the job.
 If no value is given, then the value is taken from the
 .BR init (8)
--- runlevel.7	2010-06-19 15:18:01.0 -0400
+++ /tmp/runlevel.7	2011-04-23 04:57:56.766844138 -0400
@@ -74,7 +74,7 @@
 .B S
 are services to be started.
 
-The authorative documentation for this process can be found in the
+The authoritative documentation for this process can be found in the
 .I System run levels and init.d scripts
 section of the
 .I Debian Policy Manual.  This may be currently found at
--- initctl.8	2010-06-19 15:18:01.0 -0400
+++ /tmp/initctl.8	2011-04-23 04:59:13.239697674 -0400
@@ -196,7 +196,7 @@
 
 See
 .B start
-for a discusson on instances.
+for a discussion on instances.
 
 For a single-instance job a line like the following is output:
 
@@ -337,7 +337,7 @@
 When called without argument, it requests the current minimum message
 priority that the
 .BR init (8)
-daemon will log and ouputs to standard output.
+daemon will log and outputs to standard output.
 .\
 .SH AUTHOR
 Written by Scott James Remnant


Bug#623813: kexec-tools: please update watch file

2011-04-23 Thread intrigeri+debian
Package: kexec-tools
Version: 1:2.0.1-4
Severity: normal

Hi,

seems like upstream tarballs are now hosted there:
http://www.kernel.org/pub/linux/utils/kernel/kexec/

Please consider updating the package watch file...
and adding the Homepage control field while you're at it :)

Thanks for maintaining kexec-tools in Debian.

Bye,
--
  intrigeri intrig...@boum.org
  | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc
  | OTR fingerprint @ https://gaffer.ptitcanardnoir.org/intrigeri/otr.asc
  | The impossible just takes a bit longer.



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



Bug#623814: kexec-tools: new upstream version

2011-04-23 Thread intrigeri+debian
Package: kexec-tools
Version: 1:2.0.1-4
Severity: wishlist

Hi,

kexec-tools 2.0.2 was released upstream on Jul 29 2010.
Please consider packaging it for Debian.

Bye,
--
  intrigeri intrig...@boum.org
  | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc
  | OTR fingerprint @ https://gaffer.ptitcanardnoir.org/intrigeri/otr.asc
  | So what?



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



Bug#623496: [Pkg-xfce-devel] Bug#623496: thunar-volman: Fails to mount removable drives

2011-04-23 Thread Yves-Alexis Perez
On sam., 2011-04-23 at 16:29 +0800, Jos van Wolput wrote:
 I am using GDM v.2.20.11-4 starting xfce session with this
 configuration:
 ---
 [daemon]
 DefaultSession=xfce.desktop
 [server-Standard]
 name=Standard server
 command=/usr/bin/X -audit 0 vt07
 flexible=true
 ---
 /usr/share/xsessions/xfce.desktop executes startxfce4
 
 All sessions are started the same way! 

So nothing changed from a default install? That looks like a consolekit
bug for me, unrelated to the current bug.

Regards,
-- 
Yves-Alexis


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


Bug#593558: libffi-dev: ffi_call segfault: read beyond the heap, allocated for return value

2011-04-23 Thread Matthias Klose

please could you recheck with libffi 3.0.10~rc8 from experimental?



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



Bug#622337: More info

2011-04-23 Thread Erik de Castro Lopo

I just noticed an interesting aspect of this bug.

I was running kernel  2.6.38-2-amd64 for a couple of hours while
connected to mains power and the mouse was working perfectly. I
then unplugged the power and moved to the couch. With a couple of
minutes the mouse problem recurred.

There is obviously a connection between the mouse problem and
running on laptop battery power.

Erik
-- 
--
Erik de Castro Lopo
http://www.mega-nerd.com/



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



Bug#623815: x11-utils: Spurious dependency on cpp?

2011-04-23 Thread Hilmar Preusse
Package: x11-utils
Version: 7.6+1
Severity: minor

Hi,

I just noticed that x11-utils depends on cpp. I was wondering and
consulted the changelog for an explanation. I found the following entry:

 xbase-clients  (1:7.2.ds2-2) unstable; urgency=low

   [ Brice Goglin ]
   * Restore Depends: on cpp (got lost during modularization)
 since xrdb needs it to process .Xdefaults.
 Thanks Marcus C. Gottwald (closes: #413298).

 -- Julien Cristau jcris...@debian.org  Fri, 20 Apr 2007 22:00:14 +0200 

However xrdb is not in x11-utils, but in x11-xserver-utils (which depends on
cpp). I guess the dep on cpp can be removed.

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

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

Versions of packages x11-utils depends on:
ii  cpp 4:4.5.2-5The GNU C preprocessor (cpp)
ii  libc6   2.11.2-11Embedded GNU C Library: Shared lib
ii  libfontconfig1  2.8.0-2.2generic font configuration library
ii  libfontenc1 1:1.1.0-1X11 font encoding library
ii  libfreetype62.4.4-1  FreeType 2 font engine, shared lib
ii  libgl1-mesa-glx [libgl1 7.10.2-1 A free implementation of the OpenG
ii  libx11-62:1.4.3-1X11 client-side library
ii  libxaw7 2:1.0.9-2X11 Athena Widget library
ii  libxcb-atom10.3.6-1  utility libraries for X C Binding 
ii  libxcb-shape0   1.7-2X C Binding, shape extension
ii  libxcb1 1.7-2X C Binding
ii  libxcomposite1  1:0.4.3-1X11 Composite extension library
ii  libxext62:1.2.0-2X11 miscellaneous extension librar
ii  libxft2 2.2.0-2  FreeType-based font drawing librar
ii  libxi6  2:1.4.2-1X11 Input extension library
ii  libxinerama12:1.1.1-1X11 Xinerama extension library
ii  libxmu6 2:1.1.0-1X11 miscellaneous utility library
ii  libxmuu12:1.1.0-1X11 miscellaneous micro-utility li
ii  libxrender1 1:0.9.6-1X Rendering Extension client libra
ii  libxt6  1:1.1.1-1X11 toolkit intrinsics library
ii  libxtst62:1.2.0-1X11 Testing -- Record extension li
ii  libxv1  2:1.0.6-1X11 Video extension library
ii  libxxf86dga12:1.1.2-1X11 Direct Graphics Access extensi
ii  libxxf86vm1 1:1.1.1-1X11 XFree86 video mode extension l
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

x11-utils recommends no packages.

Versions of packages x11-utils suggests:
pn  mesa-utilsnone (no description available)

-- no debconf information



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



Bug#623811: /usr/lib/jvm/java-6-openjdk/jre/bin/javaws: No such file or directory

2011-04-23 Thread Torsten Werner
severity 623811 important
thanks

Hi,

On Sat, Apr 23, 2011 at 10:33 AM, Huub Reuver h.reu...@aoi-karin.net wrote:
 After updating the openjdk package I find myself trying to restore an old
 version since javaws is missing. Makes the package useless to me.

you want to install the icedtea-netx package. We probably should add a
suggests to openjdk-6-jre to ease the transition.

Please learn the meaning of the severity. This bug certainly does not
'make the package in question unusable or mostly so'. It works well
for most users.

Cheers,
Torsten



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



Bug#600201: Requires kramdown library

2011-04-23 Thread Lucas Nussbaum
severity 600201 serious
thanks

On 23/04/11 at 08:26 +0200, Vincent Bernat wrote:
 OoO En  ce début  de soirée du  vendredi 22  avril 2011, vers  21:43, je
 disais:
 
  I also hit this bug. Is webgen usable without this library? If not
  this makes the package unusable until kramdown is packaged for Debian
  and added as a dependency.
 
 Upstream seems to say that you need 0.10.0. So I installed 0.10.0:
 $ sudo gem install kramdown --version 0.10.0
 $ irb -rrubygems
 irb(main):001:0 gem 'kramdown', '0.10.0'
 = true
 
 But still no luck with webgen
 
 $ webgen
 Starting webgen...
 Updating tree...
 ...done in 0.0215 seconds
 Writing changed nodes...
 An error has occurred:
   Error while working on /index.en.html with 
 Webgen::ContentProcessor::Kramdown:
 The needed library 'kramdown' is missing. You can install it via rubygems 
 with 'gem install kramdown'!

Users who install the webgen0.5 package should not be required to
install any third party gem anyway. It just means that the package is
completely broken.

Also, it's crazy that we have 3 different versions of webgen in the
archive. We should just drop versions 0.3 and 0.4, and update the 0.5
package.

- Lucas



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



Bug#606420: [Openjdk] Bug#606420: icedtea6-plugin: Not working at all

2011-04-23 Thread Matthias Klose

severity 606420 normal
thanks

Andrew Edwards couldn't reproduce this, I can't either. lowering the severity 
again.  Please recheck with current packages from unstable, and maybe test with 
a fresh installation in a chroot.


On 03/30/2011 12:12 PM, Didier Raboud wrote:

Package: icedtea6-plugin
Version: 6b18-1.8.7-2
Severity: grave
Followup-For: Bug #606420

Hi,

as far as I can tell, icedtea6-plugin is not working at all for all the
websites I tried so far (both in iceweasel and in chromium):

http://javatester.org/version.html
http://java.sun.com/applets/jdk/1.4/demo/applets/ArcTest/example1.html
http://java.sun.com/applets/jdk/1.4/demo/applets/BarChart/example1.html
… and plenty of others.





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



Bug#623816: override: ia32-sun-java6-bin:non-free/java/optional

2011-04-23 Thread Torsten Werner
Package: ftp.debian.org

Hi,

the package should be in the n-f/java section.

Thanks,
Torsten

-- Forwarded message --
From: Debian FTP Masters ftpmas...@ftp-master.debian.org
Date: Fri, Apr 22, 2011 at 9:48 PM
Subject: sun-java6 override disparity
To: Torsten Werner twer...@debian.org, Debian Java Maintainers
pkg-java-maintain...@lists.alioth.debian.org


There are disparities between your recently accepted upload and the
override file for the following file(s):

ia32-sun-java6-bin_6.24-2_amd64.deb: package says section is
non-free/java, override says non-free/libs.


Please note that a list of new sections were recently added to the
archive: cli-mono, database, debug, fonts, gnu-r, gnustep, haskell,
httpd, java, kernel, lisp, localization, ocaml, php, ruby, vcs, video,
xfce, zope.  At this time a script was used to reclassify packages into
these sections.  If this is the case, please only reply to this email if
the new section is inappropriate, otherwise please update your package
at the next upload.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please file a bug against ftp.debian.org and
explain why. Please INCLUDE the list of packages as seen above, or we
won't be able to deal with your request due to missing information.

Please make sure that the subject of the bug you file follows the
following format:

Subject: override: BINARY1:section/priority, [...], BINARYX:section/priority

Include the justification for the change in the body of the mail please.


[NB: this is an automatically generated mail; if you already filed a bug
and have not received a response yet, please ignore this mail.  Your bug
needs to be processed by a human and will be in due course, but until
then the installer will send these automated mails; sorry.]

--
Debian distribution maintenance software

(This message was generated automatically; if you believe that there
is a problem with it please contact the archive administrators by
mailing ftpmas...@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#594406: Still interested in adopting?

2011-04-23 Thread Stephen Kitt
Hi Andreas,

On Sat, Apr 23, 2011 at 01:17:35AM +0200, Andreas Moog wrote:
 are you still interested in adopting the gdmap-package in debian?

I am indeed, I have a package on mentors.debian.net waiting for a
sponsor (see
http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=gdmap
and http://lists.debian.org/debian-mentors/2011/04/msg00145.html for
details). Unfortunately, although a few people have downloaded the
package from m.d.n, the package hasn't generated any response!

Regards,

Stephen


signature.asc
Description: Digital signature


Bug#623743: [Pkg-cups-devel] Bug#623743: cups-pdf: does not properly set supplementary groups when dropping privileges

2011-04-23 Thread Martin-Éric Racine
2011/4/22 Christopher Zimmermann madro...@zakweb.de:
 Package: cups-pdf
 Version: 2.5.0-16
 Severity: normal
 Tags: upstream patch

 When dropping privileges to the user who sent the print job cups-pdf
 does only set euid and egid, but NOT the supplementary groups. Therefore
 a common print dump directory only accessible by a print group will
 only work when all printing users have a primary group of print, but
 NOT when it is only a supplementary group.

 Patch is attached.

Thanks for this!  Upstream reads the Debian bugs against this package,
so I'll let him comment and decide whether he wants to merge this. In
the meantime, could you check whether this cleanly applies to 2.5.1-2
(currently in unstable, but can easily build for stable, too) and
update the patch as necessary?

Cheers!
Martin-Éric



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



Bug#458139: icedove: Icedove and Iceweasel crash at startup, or very soon after it

2011-04-23 Thread Samuel Hapak
Package: icedove
Version: 3.1.9-2
Followup-For: Bug #458139


After I start icedove, it crashes in few seconds or immediately. 
Error message is:
/usr/lib/icedove/run-mozilla.sh: line 131: 11648 Segmentation fault  
$prog ${1+$@}

After running /usr/lib/icedove/run-mozilla.sh -g /usr/lib/icedove/icedove-bin

I've got this message:
Program received signal SIGSEGV, Segmentation fault.
0xb5d532aa in ?? () from /usr/lib/libQtGui.so.4

Iceweasel has similar problem, after running I receive error message:
Segmentation fault



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

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

Versions of packages icedove depends on:
ii  debianutils  3.4.4   Miscellaneous utilities specific t
ii  fontconfig   2.8.0-2.1   generic font configuration library
ii  libasound2   1.0.23-2.1  shared library for ALSA applicatio
ii  libatk1.0-0  2.0.0-1 The ATK accessibility toolkit
ii  libc62.11.2-11   Embedded GNU C Library: Shared lib
ii  libcairo21.10.2-6The Cairo 2D vector graphics libra
ii  libdbus-1-3  1.4.6-1 simple interprocess messaging syst
ii  libffi5  3.0.9-3 Foreign Function Interface library
ii  libfontconfig1   2.8.0-2.1   generic font configuration library
ii  libfreetype6 2.4.4-1 FreeType 2 font engine, shared lib
ii  libgcc1  1:4.6.0-2   GCC support library
ii  libgdk-pixbuf2.0 2.23.3-3GDK Pixbuf library
ii  libglib2.0-0 2.28.4-1The GLib library of C routines
ii  libgtk2.0-0  2.24.4-3The GTK+ graphical user interface 
ii  libjpeg626b1-1   The Independent JPEG Group's JPEG 
ii  libnspr4-0d  4.8.7-2 NetScape Portable Runtime Library
ii  libnss3-1d   3.12.9.with.ckbi.1.82-1 Network Security Service libraries
ii  libpango1.0-01.28.3-6Layout and rendering of internatio
ii  libpixman-1-00.21.4-2pixel-manipulation library for X a
ii  libsqlite3-0 3.7.5-1 SQLite 3 shared library
ii  libstartup-notif 0.10-1  library for program launch feedbac
ii  libstdc++6   4.6.0-2 The GNU Standard C++ Library v3
ii  libx11-6 2:1.4.3-1   X11 client-side library
ii  libxrender1  1:0.9.6-1   X Rendering Extension client libra
ii  libxt6   1:1.1.1-1   X11 toolkit intrinsics library
ii  psmisc   22.13-1 utilities that use the proc file s
ii  zlib1g   1:1.2.3.4.dfsg-3compression library - runtime

Versions of packages icedove recommends:
ii  myspell-sk [myspell-dictionar 0.5.5a-2.1 The Slovak dictionary for myspell

Versions of packages icedove suggests:
ii  libdbus-glib-1-2   0.92-1simple interprocess messaging syst
ii  libgconf2-42.28.1-6  GNOME configuration database syste
ii  libgnomevfs2-0 1:2.24.4-1GNOME Virtual File System (runtime
ii  libgssapi-krb5-2   1.9+dfsg-1+b1 MIT Kerberos runtime libraries - k
ii  libnotify1 [libnotify1-gtk 0.5.0-2   sends desktop notifications to a n
ii  ttf-lyx2.0.0~rc1-1   TrueType versions of some TeX font

-- debconf information:
  icedove/browser: Debian



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



Bug#458139: icedove: Icedove and Iceweasel crash, source of problem is qt4 theme

2011-04-23 Thread Samuel Hapak
Package: icedove
Version: 3.1.9-2
Followup-For: Bug #458139

Problem just dissappeared after changed GTK+ theme to something other than qt4
theme in kde settings.


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

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

Versions of packages icedove depends on:
ii  debianutils  3.4.4   Miscellaneous utilities specific t
ii  fontconfig   2.8.0-2.1   generic font configuration library
ii  libasound2   1.0.23-2.1  shared library for ALSA applicatio
ii  libatk1.0-0  2.0.0-1 The ATK accessibility toolkit
ii  libc62.11.2-11   Embedded GNU C Library: Shared lib
ii  libcairo21.10.2-6The Cairo 2D vector graphics libra
ii  libdbus-1-3  1.4.6-1 simple interprocess messaging syst
ii  libffi5  3.0.9-3 Foreign Function Interface library
ii  libfontconfig1   2.8.0-2.1   generic font configuration library
ii  libfreetype6 2.4.4-1 FreeType 2 font engine, shared lib
ii  libgcc1  1:4.6.0-2   GCC support library
ii  libgdk-pixbuf2.0 2.23.3-3GDK Pixbuf library
ii  libglib2.0-0 2.28.4-1The GLib library of C routines
ii  libgtk2.0-0  2.24.4-3The GTK+ graphical user interface 
ii  libjpeg626b1-1   The Independent JPEG Group's JPEG 
ii  libnspr4-0d  4.8.7-2 NetScape Portable Runtime Library
ii  libnss3-1d   3.12.9.with.ckbi.1.82-1 Network Security Service libraries
ii  libpango1.0-01.28.3-6Layout and rendering of internatio
ii  libpixman-1-00.21.4-2pixel-manipulation library for X a
ii  libsqlite3-0 3.7.5-1 SQLite 3 shared library
ii  libstartup-notif 0.10-1  library for program launch feedbac
ii  libstdc++6   4.6.0-2 The GNU Standard C++ Library v3
ii  libx11-6 2:1.4.3-1   X11 client-side library
ii  libxrender1  1:0.9.6-1   X Rendering Extension client libra
ii  libxt6   1:1.1.1-1   X11 toolkit intrinsics library
ii  psmisc   22.13-1 utilities that use the proc file s
ii  zlib1g   1:1.2.3.4.dfsg-3compression library - runtime

Versions of packages icedove recommends:
ii  myspell-sk [myspell-dictionar 0.5.5a-2.1 The Slovak dictionary for myspell

Versions of packages icedove suggests:
ii  libdbus-glib-1-2   0.92-1simple interprocess messaging syst
ii  libgconf2-42.28.1-6  GNOME configuration database syste
ii  libgnomevfs2-0 1:2.24.4-1GNOME Virtual File System (runtime
ii  libgssapi-krb5-2   1.9+dfsg-1+b1 MIT Kerberos runtime libraries - k
ii  libnotify1 [libnotify1-gtk 0.5.0-2   sends desktop notifications to a n
ii  ttf-lyx2.0.0~rc1-1   TrueType versions of some TeX font

-- debconf information:
  icedove/browser: Debian



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



Bug#623817: xloadimage: please merge with xli

2011-04-23 Thread Jonathan Nieder
Package: xloadimage
Version: 4.1-16.2
Severity: wishlist
Tags: upstream

Hi,

I do not know the history of xloadimage and xli.  The latter looks to
be a (relatively) better maintained fork of the former.  So I use
the latter instead of the former (though that's probably due to
ignorance more than anything else!).  This bug is a request to

 * find the technical differences between the two viewers;

 * try to port the good features from the lesser to the better one;

 * if there are deep incompatibilities, see if it's possible to make
   it configurable or something like findutils's /usr/bin/fold vs
   /usr/bin/oldfind split to still let people work with one codebase

 * make one Debian package into a dummy package that pulls in the
   other.

Naturally that's a lot to do; even partial progress would be very
helpful in making useful package descriptions to help people choose
between the two packages possible.

By the way, the only upstream location I could find for the two is

 ftp://ftp.x.org/R5contrib/xloadimage.4.1.tar.gz
 ftp://ftp.x.org/contrib/applications/xli.1.16.tar.gz
 ftp://ftp.x.org/contrib/applications/xli.README

Is there someplace else that people coordinate on patches?  (E.g.,
where does xli 1.17.0+20061110 come from?)

Thanks for your work, and sorry to fill your inbox with this nonsense
(though I hope it can be useful nonsense).



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



Bug#623496: thunar-volman: Fails to mount removable drives

2011-04-23 Thread Jos van Wolput
You are right, it's not an xfce bug.
I tried starting blackbox sessions and using nautilus.
A second session shows the same bug 'active = FALSE' !
Even when I reverted consolekit to the debian/stable version.





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



Bug#623671: ca-certificates: some certificates not installing and getting errors

2011-04-23 Thread Matthias Klose

forwarded 623671 http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=26
tag 623671 + help
thanks

added upstream comment:


not sure that the use of the shell script is the correct way, depending how
much error processing you do want to make, and which locales are installed.
Just got bitten by utf-8 issues in

  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=623671

Please try to revive the approach taken here

  http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2010-April/008961.html

with the script available at

  http://gitorious.org/opensuse/ca-certificates/blobs/master/keystore.java



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



Bug#623818: gnome-terminal: Terminal completely transparent using compiz

2011-04-23 Thread ygmarchi
Package: gnome-terminal
Version: 2.30.2-1
Severity: normal

When using compiz the terminal is completely transparent and then unusable.
gnome-terminal gnome-system-monitor are the only two applications I know
showing this wierd behaviour, so I suspect it should be considered a problem of
theirs, not of compiz.



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (300, 'testing'), (200, 'unstable'), (100, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages gnome-terminal depends on:
ii  gnome-terminal-data   2.30.2-1   Data files for the GNOME terminal 
ii  libatk1.0-0   2.0.0-1The ATK accessibility toolkit
ii  libc6 2.11.2-11  Embedded GNU C Library: Shared lib
ii  libdbus-glib-1-2  0.92-1 simple interprocess messaging syst
ii  libgconf2-4   2.28.1-6   GNOME configuration database syste
ii  libglib2.0-0  2.28.4-1   The GLib library of C routines
ii  libgtk2.0-0   2.24.4-3   The GTK+ graphical user interface 
ii  libice6   2:1.0.7-1  X11 Inter-Client Exchange library
ii  libpango1.0-0 1.28.3-6   Layout and rendering of internatio
ii  libsm62:1.2.0-1  X11 Session Management library
ii  libvte9   1:0.24.3-2 Terminal emulator widget for GTK+ 
ii  libx11-6  2:1.4.3-1  X11 client-side library

Versions of packages gnome-terminal recommends:
ii  gvfs 1.6.4-3 userspace virtual filesystem - ser
ii  yelp 2.30.1+webkit-1 Help browser for GNOME

gnome-terminal 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#623815: x11-utils: Spurious dependency on cpp?

2011-04-23 Thread Cyril Brulebois
Hi,

Hilmar Preusse hill...@web.de (23/04/2011):
 However xrdb is not in x11-utils, but in x11-xserver-utils (which
 depends on cpp). I guess the dep on cpp can be removed.

from a quick git grep | grep -v … looks like it can indeed go away.

Thanks for the bug.

KiBi.


signature.asc
Description: Digital signature


Bug#623819: gnome-system-monitor completely transparent when using compiz

2011-04-23 Thread ygmarchi
Package: gnome-system-monitor
Version: 2.28.1-1
Severity: normal

gnome-system-monitor and gnome-terminal (for which I filed a separate report)
are completely transparent when using compiz. They're the only applications I
know showing this wierd behaviour. So I tend to think it's a bug of theirs, not
of compiz.



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (300, 'testing'), (200, 'unstable'), (100, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages gnome-system-monitor depends on:
ii  gconf2   2.28.1-6GNOME configuration database syste
ii  libc62.11.2-11   Embedded GNU C Library: Shared lib
ii  libcairo21.10.2-6The Cairo 2D vector graphics libra
ii  libgcc1  1:4.6.0-2   GCC support library
ii  libgconf2-4  2.28.1-6GNOME configuration database syste
ii  libglib2.0-0 2.28.4-1The GLib library of C routines
ii  libglibmm-2.4-1c2a   2.24.2-1C++ wrapper for the GLib toolkit (
ii  libgtk2.0-0  2.24.4-3The GTK+ graphical user interface 
ii  libgtkmm-2.4-1c2a1:2.20.3-1  C++ wrappers for GTK+ (shared libr
ii  libgtop2-7   2.28.1-1gtop system monitoring library (sh
ii  librsvg2-2   2.32.1-1SAX-based renderer library for SVG
ii  libsigc++-2.0-0c2a   2.2.9-1 type-safe Signal Framework for C++
ii  libstdc++6   4.6.0-2 The GNU Standard C++ Library v3
ii  libwnck222.30.4-3Window Navigator Construction Kit 
ii  libxml2  2.7.8.dfsg-2+b1 GNOME XML library

Versions of packages gnome-system-monitor recommends:
ii  gvfs   1.6.4-3   userspace virtual filesystem - ser
ii  libgksu2-0 2.0.13~pre1-4 library providing su and sudo func

gnome-system-monitor 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#623160: same packages reapearing many times in newpkg RSS feed

2011-04-23 Thread Andrei Popescu
On Du, 17 apr 11, 22:20:39, Tomáš Pospíšek wrote:
 Package: www.debian.org
 Severity: normal
 
 I'm subscribed to the RSS feed of the new packages page [1]. However
 recently (for two weeks or so?) the same entries keep on reapearing
 again and again and agin in the RSS feed. Is it been regenerated
 very frequently recently, with article IDs changing every time,
 so that the RSS reader is not able to associate the same RSS
 articles?

packages.debian.org had some problems recently due to database 
corruption. Is this still happening?

Regards,
Andrei
-- 
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic


signature.asc
Description: Digital signature


Bug#623369: virtualbox-ose: Kernel module not unloaded on package removal

2011-04-23 Thread Victor Hahn
Hmm... then I'm running out of ideas. I think the VirtualBox application
was still open, but no VM running. However, this shouldn't block the
kernel modules. There must be some unhandled case left, but I'm not sure
how to locate ist.

Regards,
Victor

On 04/23/2011 09:52 AM, Felix Geyer wrote:
 On 23.04.2011 01:38, Victor Hahn wrote:
 I guess I know what the problem was - VirtualBox was probably still
 running when I removed the packet(s). However, I didn't see any kind of
 warning message. Is this case handled?
 
 Removing the package should fail if a VM is still running.
 



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



Bug#622322: popularity-contest: popcon tries to access dpkg internal files and fails with multiarch: same packageso

2011-04-23 Thread Goswin von Brederlow
Bill Allombert bill.allomb...@math.u-bordeaux1.fr writes:

 On Wed, Apr 20, 2011 at 09:11:59PM +0200, Raphael Hertzog wrote:
 (BTW, popcon is mainly run from cron so interactive performance is not so
 critical.)
  
 The issue is not interactive performances but waste of system resource. Users
 will complain.

 Cheers,

Please do get real. This runs once a week at an ungodly hour. 2s or 30s
is not going to make a collosal difference. 30s is ~0.005% of the weekly
cpu time. Other cron jobs take far longer. And 30s is better than not
working.

MfG
Goswin



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



Bug#384314: inkscape: crashes after issuing undo command while drawing a primitive

2011-04-23 Thread Alex Valavanis
tags 384314 unreproducible
thanks

Hi Mathijs,

I'm just checking up on a bug report you made against inkscape in
Debian a long time ago:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=384314

I am no longer able to reproduce the problem, in Debian stable
(squeeze) with inkscape_0.47.0-2+b1, or Ubuntu natty with
inkscape_0.48.1-2ubuntu2, so hopefully the issue is now fixed.  Please
can you let me know whether you still experience this bug?  If not,
I'll mark it as fixed.

Thanks,


Alex



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



Bug#623670: highlight-common: prompts during upgrade about filetypes.conf

2011-04-23 Thread David Bremner
On Sat, 23 Apr 2011 01:11:57 -0500, Jonathan Nieder jrnie...@gmail.com wrote:

 | 2011-04-22 01:00:58 startup archives install
 | 2011-04-22 01:00:59 install highlight-common 3.3-1 2.16-1
 | 2011-04-22 01:00:59 status half-installed highlight-common 3.3-1
 | 2011-04-22 01:01:00 status unpacked highlight-common 2.16-1

I tried exactly this downgrade on an amd64 squeeze machine and in an
updated sid chroot, and it went smoothly. So I don't really know where
to go from there.  

  P.S. Is there some reason you didn't use reportbug to file your bug? 
 
 None except a lack of facility at using it.  Is there some particular
 information you were looking for?

You seem like a clever guy, I'm sure you can figure it out ;).
Seriously, I sometimes find interesting information in that generated by
reportbug, without knowing before hand that I needed it.  If nothing
else, it helps convince me the reporter really is running Debian.

All the best,

David



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



Bug#623820: RM: python2.5 -- superseded by python2.6 and python2.7

2011-04-23 Thread Matthias Klose

Package: ftp.debian.org

Please remove python2.5 from unstable; there maybe still some packages having 
(build-)dependencies on python2.5, but python2.5 isn't a support python version 
any more, and just the existence of python2.5 might make a package build or not, 
depending on the upstream build system. It seems to be better to remove 
python2.5 first, and then fix the remaining python2.5 build issues.




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



Bug#622161: Start failed: segmentation fault

2011-04-23 Thread Roman Orazmagomedov
Looks like there was an error in some external library.
Since April, 21 (after daily update) goldendict works fine.

This is the list of packages that were updated on April, 20 and April, 21

April, 20autoconf 2.67-2 - 2.68-1ghostscript 9.01~dfsg-2 - 9.02~dfsg-1gpm 
1.20.4-3.3 - 1.20.4-3.4�hal 0.5.14-5 - 0.5.14-6libgpm2 1.20.4-3.3 - 
1.20.4-3.4libgs9 9.01~dfsg-2 - 9.02~dfsg-1�libgs9-common 9.01~dfsg-2 - 
9.02~dfsg-1libhal-storage1 0.5.14-5 - 0.5.14-6libhal1 0.5.14-5 - 
0.5.14-6libqtwebkit-dev 2.1.0~2011week09-3 - 2.1.0~2011week13-1libqtwebkit4 
2.1.0~2011week09-3 - 2.1.0~2011week13-1libsensors4 1:3.2.0-1 - 
1:3.3.0-1libssh2-1 1.2.7-1 - 1.2.8-1libtag1-vanilla 1.6.3-1 - 
1.7-1�libtag1c2a 1.6.3-1 - 1.7-1make 3.81-8 - 3.81-8.1python-central 
0.6.16+nmu1 - 0.6.17
April, 21apache2 2.2.17-2 - 2.2.17-3apache2-doc 2.2.17-2 - 
2.2.17-3�apache2-mpm-prefork 2.2.17-2 - 2.2.17-3apache2-utils 2.2.17-2 - 
2.2.17-3apache2.2-bin 2.2.17-2 - 2.2.17-3apache2.2-common 2.2.17-2 - 
2.2.17-3gir1.2-glib-2.0 0.10.4-2 - 0.10.7-1gtk-chtheme 0.3.1-4 - 
0.3.1-5gtk2-engines-pixbuf 2.24.3-1~sid1 - 2.24.4-3libatk1.0-0 1.32.0-3 - 
2.0.0-1�libatk1.0-data 1.32.0-3 - 2.0.0-1�libdrm-intel1 2.4.23-3 - 
2.4.24-2libdrm-radeon1 2.4.23-3 - 2.4.24-2libdrm2 2.4.23-3 - 
2.4.24-2libfluidsynth1 1.1.3-3 - 1.1.3-3+b1libgail18 2.24.3-1~sid1 - 
2.24.4-3libgdk-pixbuf2.0-0 2.22.1-1+sid1 - 2.23.3-3libgirepository-1.0-1 
0.10.4-2 - 0.10.7-1libgtk2.0-0 2.24.3-1~sid1 - 2.24.4-3libgtk2.0-bin 
2.24.3-1~sid1 - 2.24.4-3libgtk2.0-common 2.24.3-1~sid1 - 2.24.4-3vim 
2:7.3.035+hg~8fdc1210-1 - 2:7.3.154+hg~74503f6ee649-2vim-common 
2:7.3.035+hg~8fdc1210-1 - 2:7.3.154+hg~74503f6ee649-2vim-runtime 
2:7.3.035+hg~8fdc1210-1 - 2:7.3.154+hg~74503f6ee649-2vim-tiny 
2:7.3.035+hg~8fdc1210-1 - 
2:7.3.154+hg~74503f6ee649-2xserver-xorg-video-radeon 1:6.14.0-1 - 1:6.14.1-1
I think the bug should be closed.

Thanks.


Bug#623821: minitube: Default download location is $HOME/Desktop

2011-04-23 Thread Adrian Knoth
Package: minitube
Version: 1.4.1-1
Severity: normal
Tags: upstream patch

Hi!

Minitube defaults to $HOME/Desktop for downloading videos, however, this
path might be inexistent (as it happened to be in my case, because I
don't use a Desktop environment like KDE or GNOME).

The attached patch tries $HOME when there's no $HOME/Desktop, however,
one might want to refactor it a bit, it shouts code duplication right
now.

Instead of using $HOME/Desktop, simply defaulting to $HOME might also
work, though this would be a semantic change.


Cheers

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

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

Versions of packages minitube depends on:
ii  dbus-x111.4.8-2  simple interprocess messaging syst
ii  gstreamer0.10-ffmpe 0.10.11-4FFmpeg plugin for GStreamer
ii  gstreamer0.10-plugi 0.10.21-4+b1 GStreamer plugins from the bad s
ii  gstreamer0.10-plugi 0.10.28-3GStreamer plugins from the good 
ii  gstreamer0.10-x 0.10.32-2GStreamer plugins for X11 and Pang
ii  libc6   2.11.2-11Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.6.0-4GCC support library
ii  libphonon4  4:4.6.0really4.5.0-2 multimedia framework from KDE - co
ii  libqt4-dbus 4:4.7.2-3Qt 4 D-Bus module
ii  libqt4-network  4:4.7.2-3Qt 4 network module
ii  libqt4-xml  4:4.7.2-3Qt 4 XML module
ii  libqtcore4  4:4.7.2-3Qt 4 core module
ii  libqtgui4   4:4.7.2-3Qt 4 GUI module
ii  libstdc++6  4.6.0-4  The GNU Standard C++ Library v3
ii  phonon  4:4.6.0really4.5.0-2 multimedia framework from KDE - me
ii  phonon-backend-gstr 4:4.6.0really4.4.4-3 Phonon GStreamer 0.10.x backend

minitube recommends no packages.

minitube suggests no packages.

-- no debconf information
From 99c39aedaa7ed15942ff8188c7eb8fa400c84053 Mon Sep 17 00:00:00 2001
From: Adrian Knoth a...@drcomp.erfurt.thur.de
Date: Sat, 23 Apr 2011 12:45:18 +0200
Subject: [PATCH] Use $HOME if $HOME/Desktop isn't available

Some environments like Fluxbox don't necessarily have $HOME/Desktop. If
the path is missing, use $HOME instead. This should always be available.

Signed-off-by: Adrian Knoth a...@drcomp.erfurt.thur.de
---
 src/downloadmanager.cpp |5 +
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/downloadmanager.cpp b/src/downloadmanager.cpp
index 5363d1e..0f037f6 100644
--- a/src/downloadmanager.cpp
+++ b/src/downloadmanager.cpp
@@ -143,6 +143,11 @@ QString DownloadManager::defaultDownloadFolder() {
 if (!moviesDir.exists()) {
 // fallback to Desktop
 path = 
QDesktopServices::storageLocation(QDesktopServices::DesktopLocation);
+QDir moviesDir(path);
+if (!moviesDir.exists()) {
+// fallback to Home
+path = 
QDesktopServices::storageLocation(QDesktopServices::HomeLocation);
+}
 }
 return path;
 }
-- 
1.7.4.4



Bug#597568: [libaqbanking] Please provide libaqpaypal2 package

2011-04-23 Thread Micha Lenk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Adam,

thanks for commenting on Debian bug #597568.

Am 04.03.2011 15:22, schrieb Adam:
 I think the problem is that libaqpaypal2 has its own license which is
 IMO non-free and non-distributable:
 
 AqPaypal may be used indefinately by the following applications
 under the terms of the GPL: [list of applications]
 
 from src/plugins/backends/aqpaypal/COPYING in the source package.
 
 This violates DFSG 3 + 5 (Derived Works + No Discrimination Against
 Persons or Groups) and GPLv3 7 + 10 (no further restrictions).

As the toplevel COPYING file refers to no specific GPL version and still
contains the GPLv2, I doubt that GPLv3 is applicable here. I agree
though that the present license restriction in the mentioned file
conflicts with the [1]Debian Free Software Guideline (DFSG). This means,
in order to comply with the DFSG, I will have to remove the source code
for libaqpaypal from the source tarball distributed by Debian.

 1. http://www.debian.org/social_contract#guidelines

Martin, would it be possible to distribute AqPaypal in a separate source
tarball? This would make my packaging work for Debian far easier.

 So even for it to be added to non-free GnuCash etc. would need an
 AqaBanking license exception (which I think is unlikely to happen). 

Sorry, Adam, I don't understand this sentence. What license exception do
you mean? Doesn't the file src/plugins/backends/aqpaypal/COPYING contain
such an exception?

 I don't know if there is any discussion with AqaBanking upstream to have
 this changed.

The upstream developer Martin Preuss is subscribed to the Debian BTS, so
he receives all bug reports immediately. So you may count this mail as
part of the discussion with AqBanking upstream...

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

iEYEARECAAYFAk2ytYAACgkQWN0/4pnhQbRn+QCggOsH7jra++FzQkl5H7RBcuO6
q4sAoKU4dEl11EDDqnzWNe3WFgpr7Gjd
=G5fO
-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#623822: disk-manager: mdadm package missing in base installation

2011-04-23 Thread Oskar Nilsson
Package: app-install-data
Version: 2010.11.17
Severity: normal
File: disk-manager
Tags: d-i

Creating RAID arrays with Disk Utility doesn't work with a standard
installation. The mdadm package is missing.
It's easily solved by installing it manually, but it will cause confusion to
new users. So it should be properly installed in new installations of Debian.



-- System Information:
Debian Release: 6.0.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

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

-- 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#581525: rt2860: rt2860 doesn't connect to WPA2 networks

2011-04-23 Thread Míguel
It seems it was due to a conflict between the rt2870sta and the rt2800pci
modules.

Blacklisting rt2870sta solved the problem (both in Debian an Ubuntu).

Sorry for not asking to close the bug report before.

Thanks!

2011/4/22 Moritz Mühlenhoff j...@inutil.org

 tags 581525 moreinfo
 thanks

 On Thu, May 13, 2010 at 02:31:34PM +0200, Miguel Angel Fraile wrote:
  Package: linux-2.6
  Version: 2.6.32-5
  Severity: important
  File: rt2860
 
  It seems it's not possible to connect to WPA2 wireless networks with the
 squeezix version of the rt2860 module.
 
  I've tested it with both network-manager and wicd. Both of them are
 unable to authenticate with the correct password.
 
  Both have NO problems to connect to WPA-PSK networks.
 
  Tested with a Buffalo WZR-HP-G300NH router. No problem connecting to that
 WPA2 network with other devices.
 
  The router encryption is set to WPA/WPA2-Mixed TKIP+AES, using a
 preshared key.
 
  Tested also after updating the rt2860 firmware-ralink to the Debian SID
 version (v0.24). No luck, either.

 Does this still occur with the final Squeeze kernel or more recent kernels?

 Cheers,
 Moritz



Bug#623544: gcc-4.5: sh4: Please build with m4-nofpu only gcc

2011-04-23 Thread Matthias Klose

On 04/21/2011 06:48 AM, Nobuhiro Iwamatsu wrote:

Source: gcc-4.5
Version: 4.5.2-10
Severity: wishlist
Tags: patch
User: debian-...@superh.org
Usertags: sh4
X-Debbugs-CC: debian-sup...@lists.debian.org

Hi,

Debian/SH4 is mutilib with m4 and m4-nofpu.
m4-nofpu was build for only support linux kenrel building.
Therefore, m4-nofpu is not necessary for other toolchains.
This gcc (only libgcc) builds m4-nofpu.

Or If there are other good methods, would you teach it?


--disable-multilib?



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



Bug#623780: typo in copyright-refers-to-deprecated-bsd-license-file info

2011-04-23 Thread Adam D. Barratt
On Fri, 2011-04-22 at 16:21 -0700, Kees Cook wrote:
 I noticed a minor typo in copyright-refers-to-deprecated-bsd-license-file.
 Patch is attached.

Oops.  Fixed, thanks!

Regards,

Adam




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



Bug#622696: gcc-4.5: Please enable sh4 in libstdc++-no-testsuite.diff

2011-04-23 Thread Matthias Klose

On 04/14/2011 02:01 AM, Nobuhiro Iwamatsu wrote:

Package: gcc-4.5
Version: 4.5.2-8
Severity: wishlist
Tags: patch

Hi,

sh4 needs much time in a test of gcc.
It is a test of libstdc++ to spend much time in that (about 28 hour).
I want to disable sh4's test of libstdc++ in the same way as arm and mipsel.

Please Please enable sh4 in libstdc++-no-testsuite.diff.


why? the issue with ARM is that the buildds are not able to deliver consistant 
results, and time out. I didn't see things like this on sh4. so why disable it?
please take the hard road to examing the libstdc++ test cases, and maybe adjust 
some test parameters, which are taken as granted for other architectures.




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



Bug#619130: ERROR: compile in g++-4.5

2011-04-23 Thread Matthias Klose

tag 619130 + moreinfo
thanks

please recheck with g++-4.6, and attach the preprocessed source for 4.6 too, if 
it still fails to build


thanks, Matthias



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



Bug#623823: bastet: French debconf templates translation

2011-04-23 Thread Steve Petruzzello
Package: bastet
Version: N/A
Severity: wishlist
Tags: patch l10n

Hi,

Please find attached the french debconf templates translation, proofread by the
debian-l10n-french mailing list contributors.

This file should be put as debian/po/fr.po in your package build tree.

Best regards,
Steve
# Translation of bastet debconf template to French
# Copyright (C) 2011 Debian French l10n Team
# This file is distributed under the same license as the bastet package.
# Steve Petruzzello, dl...@bluewin.ch, 2011
#
msgid 
msgstr 
Project-Id-Version: bastet_0.43-1\n
Report-Msgid-Bugs-To: bas...@packages.debian.org\n
POT-Creation-Date: 2011-04-15 08:24+0200\n
PO-Revision-Date: 2011-04-21 14:33+0200\n
Last-Translator: Steve Petruzzello dl...@bluewin.ch\n
Language-Team: French debian-l10n-fre...@lists.debian.org\n
Language: \n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: boolean
#. Description
#: ../bastet.templates:2001
msgid Remove old-format Bastet highscores file?
msgstr Faut-il supprimer l'ancien fichier des scores de Bastet ?

#. Type: boolean
#. Description
#: ../bastet.templates:2001
msgid 
The new version of Bastet cannot read highscores files in the old format, 
like the one at /var/games/bastet.scores.
msgstr 
La nouvelle version de Bastet ne peut lire l'ancien format des fichiers de 
scores, comme « /var/games/bastet.scores ».

#. Type: boolean
#. Description
#: ../bastet.templates:2001
msgid 
You can decide to remove the old scores file now. If you leave it on the 
system it will be ignored by Bastet and will no longer be tracked by the 
package management system.
msgstr 
Vous pouvez décider de supprimer cet ancien fichier maintenant. Si vous le 
laissez sur le système, Bastet l'ignorera et il ne sera plus suivi par le 
système de gestion de paquets.


Bug#623824: dokuwiki: French debconf templates translation

2011-04-23 Thread Steve Petruzzello
Package: dokuwiki
Version: N/A
Severity: wishlist
Tags: patch l10n

Hi,

Please find attached the french debconf templates translation, proofread by the
debian-l10n-french mailing list contributors.

This file should be put as debian/po/fr.po in your package build tree.

Best regards,
Steve
# Translation of dokuwiki debconf screen to French
# Copyright © 2010 Debian French l10n Team debian-l10n-fre...@lists.debian.org
# This file is distributed under the same license as the dokuwiki package.
# Translator: 
# Steve Petruzzello dl...@bluewin.ch
#
msgid 
msgstr 
Project-Id-Version: dokuwiki_0.0.20091225c-4\n
Report-Msgid-Bugs-To: dokuw...@packages.debian.org\n
POT-Creation-Date: 2011-04-13 22:05+0200\n
PO-Revision-Date: 2011-04-15 16:11+0200\n
Last-Translator: Steve Petruzzello dl...@bluewin.ch\n
Language-Team: french debian-l10n-fre...@lists.debian.org\n
Language: French\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=utf-8\n
Content-Transfer-Encoding: 8bit\n

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

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

#. Type: multiselect
#. Description
#: ../templates:1002
msgid Web server(s) to configure automatically:
msgstr Serveur(s) web à configurer automatiquement :

#. Type: multiselect
#. Description
#: ../templates:1002
msgid 
DokuWiki runs on any web server supporting PHP, but only listed web servers 
can be configured automatically.
msgstr 
DokuWiki fonctionne avec n'importe quel serveur qui gère PHP, mais seuls 
ceux indiqués ici peuvent être configurés automatiquement.

#. Type: multiselect
#. Description
#: ../templates:1002
msgid 
Please select the web server(s) that should be configured automatically for 
DokuWiki.
msgstr 
Veuillez choisir le (ou les) serveur(s) web à configurer automatiquement 
pour Dokuwiki.

#. Type: boolean
#. Description
#: ../templates:2001
msgid Should the web server(s) be restarted now?
msgstr Faut-il redémarrer le (ou les) serveur(s) web maintenant ?

#. Type: boolean
#. Description
#: ../templates:2001
msgid 
In order to activate the new configuration, the reconfigured web server(s) 
have to be restarted.
msgstr 
Afin d'activer la nouvelle configuration, le (ou les) serveur(s) web doivent 
être redémarrés.

#. Type: string
#. Description
#: ../templates:3001
msgid Wiki location:
msgstr Emplacement du wiki :

#. Type: string
#. Description
#: ../templates:3001
msgid 
Specify the directory below the server's document root from which DokuWiki 
should be accessible.
msgstr 
Veuillez indiquer le répertoire, dans l'arborescence du serveur web, qui 
sera la racine de Dokuwiki.

#. Type: select
#. Description
#: ../templates:4001
msgid Authorized network:
msgstr Réseau autorisé :

#. Type: select
#. Description
#: ../templates:4001
msgid 
Wikis normally provide open access to their content, allowing anyone to 
modify it. Alternatively, access can be restricted by IP address.
msgstr 
Les wikis fournissent un accès libre à leur contenu, permettant à quiconque 
de le modifier. Néanmoins leur accès peut être restreint par adresses IP.

#. Type: select
#. Description
#: ../templates:4001
msgid 
If you select \localhost only\, only people on the local host (the machine 
the wiki is running on) will be able to connect. \local network\ will 
allow people on machines in a local network (which you will need to specify) 
to talk to the wiki. \global\ will allow anyone, anywhere, to connect to 
the wiki.
msgstr 
Le choix « hôte local seul » restreint la connexion aux utilisateurs locaux. 
Alternativement, « réseau local » permet la connexion aux personnes du 
réseau local (qu'il vous incombe de spécifier) et « sans restriction » 
permet à tout le monde de se connecter.

#. Type: select
#. Description
#: ../templates:4001
msgid 
The default is for site security, but more permissive settings should be 
safe unless you have a particular need for privacy.
msgstr 
La valeur par défaut est très restrictive pour garantir la sécurité du site 
mais des valeurs plus permissives sont sûres sauf si vous avez des besoins 
particuliers en termes de vie privée.

#. Type: select
#. Choices
#: ../templates:4002
msgid localhost only
msgstr hôte local seulement

#. Type: select
#. Choices
#: ../templates:4002
msgid local network
msgstr réseau local

#. Type: select
#. Choices
#: ../templates:4002
msgid global
msgstr sans restriction

#. Type: string
#. Description
#: ../templates:5001
msgid Local network:
msgstr Réseau local :

#. Type: string
#. Description
#: ../templates:5001
msgid 
The specification of your local network should either be an IP network in 
CIDR format (x.x.x.x/y) or a domain specification (like .example.com).
msgstr 
Veuillez indiquer le réseau local, soit avec le format CIDR (x.x.x.x/y), 
soit sous forme de domaine (tel que « example.com »).

#. Type: string
#. Description
#: ../templates:5001
msgid 
Anyone who matches this specification will be given full and 

Bug#597568: [libaqbanking] Please provide libaqpaypal2 package

2011-04-23 Thread Martin Preuss
Hi,

the problem might soon go away as I'm thinking about dropping that backend 
anyway.


Regards
Martin


On Samstag 23 April 2011, Micha Lenk wrote:
 Hi Adam,
 
 thanks for commenting on Debian bug #597568.
 
 Am 04.03.2011 15:22, schrieb Adam:
  I think the problem is that libaqpaypal2 has its own license which is
  
  IMO non-free and non-distributable:
  AqPaypal may be used indefinately by the following applications
  under the terms of the GPL: [list of applications]
  
  from src/plugins/backends/aqpaypal/COPYING in the source package.
  
  This violates DFSG 3 + 5 (Derived Works + No Discrimination Against
  Persons or Groups) and GPLv3 7 + 10 (no further restrictions).
 
 As the toplevel COPYING file refers to no specific GPL version and still
 contains the GPLv2, I doubt that GPLv3 is applicable here. I agree
 though that the present license restriction in the mentioned file
 conflicts with the [1]Debian Free Software Guideline (DFSG). This means,
 in order to comply with the DFSG, I will have to remove the source code
 for libaqpaypal from the source tarball distributed by Debian.
 
  1. http://www.debian.org/social_contract#guidelines
 
 Martin, would it be possible to distribute AqPaypal in a separate source
 tarball? This would make my packaging work for Debian far easier.
 
  So even for it to be added to non-free GnuCash etc. would need an
  AqaBanking license exception (which I think is unlikely to happen).
 
 Sorry, Adam, I don't understand this sentence. What license exception do
 you mean? Doesn't the file src/plugins/backends/aqpaypal/COPYING contain
 such an exception?
 
  I don't know if there is any discussion with AqaBanking upstream to have
  this changed.
 
 The upstream developer Martin Preuss is subscribed to the Debian BTS, so
 he receives all bug reports immediately. So you may count this mail as
 part of the discussion with AqBanking upstream...
 
 Regards,
 Micha


-- 
Things are only impossible until they're not

Martin Preuss - http://www2.aquamaniac.de/
AqBanking - http://www.aqbanking.de/
LibChipcard - http://www.libchipcard.de/



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



Bug#621420: Misbuilds busybox on ARM

2011-04-23 Thread Matthias Klose

On 04/09/2011 12:46 AM, Loïc Minier wrote:

  I'm attaching the corresponding gcc-linaro backport from bzr r99440.


Linaro should forward this upstream. will pick it up from there.




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



Bug#623825: ITP: libmoosex-chainedaccessors-perl -- accessor class for chained accessors with Moose

2011-04-23 Thread Ansgar Burchardt
Package: wnpp
Severity: wishlist
Owner: Ansgar Burchardt ans...@2008.43-1.org

* Package name: libmoosex-chainedaccessors-perl
  Version : 0.02
  Upstream Author : Moritz Onken on...@netcubed.de
* URL : http://search.cpan.org/dist/MooseX-ChainedAccessors/
* License : Artistic or GPL-1+ (like Perl)
  Programming Lang: Perl
  Description : accessor class for chained accessors with Moose

 MooseX::ChainedAccessors is a Moose Trait which allows for method
 chaining on accessors by returning $self on write/set operations.

This package is required by the new upstream release of
libhtml-formfu-perl.



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



Bug#623826: RM: python-multiprocessing -- ROM; available in stdlib for python = 2.6

2011-04-23 Thread Sandro Tosi
Package: ftp.debian.org
Severity: normal

Please remove multiprocessing from unstable.

Thanks,
Sandro



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



Bug#623496: thunar-volman: Fails to mount removable drives

2011-04-23 Thread Jos van Wolput
I have found the culprit!
It's caused by command=/usr/bin/X -audit 0 vt07 in the gdm configuration.
Removing vt07 opens sessions in tty8 (the first one starting in tty7).
ck-list-sessions:
Session7:
unix-user = '1000'
realname = 'Jos van Wolput'
seat = 'Seat1'
session-type = ''
active = TRUE
x11-display = ':0'
x11-display-device = '/dev/tty8'
display-device = ''
remote-host-name = ''
is-local = TRUE
on-since = '2011-04-23T11:44:05.582759Z'
login-session-id = '4294967295'
---
In the past I had added vt07 in the config to avoid sessions in tty8!

Regards,
Jos v.W.





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



Bug#623792: awesome: Dependency broken in Sid (libev3)

2011-04-23 Thread Adam D. Barratt
block 623792 with 614531
thanks

On Sat, 2011-04-23 at 10:50 +0800, Ming-Ting Yao Wei wrote:
 The dependency to libev3 is broken in sid, which renders the package 
 uninstallable.
 
 I will try building awesome with libev4 if possible.

A binNMU was already scheduled for that, but it failed due to #614531.
This bug will be resolved once the FTBFS is fixed.

Regards,

Adam




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



Bug#623825: Bug in libmoosex-chainedaccessors-perl fixed in revision 73185

2011-04-23 Thread pkg-perl-maintainers
tag 623825 + pending
thanks

Some bugs are closed in revision 73185
by Ansgar Burchardt (ansgar)

Commit message:

Initial Release. (Closes: #623825)



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



Bug#623820: RM: python2.5 -- superseded by python2.6 and python2.7

2011-04-23 Thread Sandro Tosi
On Sat, Apr 23, 2011 at 12:53:43PM +0200, Matthias Klose wrote:
 Package: ftp.debian.org

 Please remove python2.5 from unstable; there maybe still some
 packages having (build-)dependencies on python2.5, but python2.5
 isn't a support python version any more, and just the existence of
 python2.5 might make a package build or not, depending on the
 upstream build system. It seems to be better to remove python2.5
 first, and then fix the remaining python2.5 build issues.

So, do you volunteer to fix the things you're willing to break or do
you expect others to fix your mess?

-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#597568: [libaqbanking] Please provide libaqpaypal2 package

2011-04-23 Thread Adam
Micha Lenk wrote:

 Am 04.03.2011 15:22, schrieb Adam:
  I think the problem is that libaqpaypal2 has its own license which is
  IMO non-free and non-distributable:
  
  AqPaypal may be used indefinately by the following applications
  under the terms of the GPL: [list of applications]
  
  from src/plugins/backends/aqpaypal/COPYING in the source package.
  
  This violates DFSG 3 + 5 (Derived Works + No Discrimination Against
  Persons or Groups) and GPLv3 7 + 10 (no further restrictions).
 
 As the toplevel COPYING file refers to no specific GPL version and still
 contains the GPLv2, I doubt that GPLv3 is applicable here.

I wasn't aware that AqBanking is GPLv2 only. As GnuCash
is GPLv3+ and compiled against libaqbanking33 this is a violation (GPLv2
and GPLv3 are incompatible). Martin, could AqBanking be relicensed unter
GPLv2+? Or should a bug be filed against GnuCash?

  So even for it to be added to non-free GnuCash etc. would need an
  AqaBanking license exception (which I think is unlikely to happen). 
 
 Sorry, Adam, I don't understand this sentence. What license exception do
 you mean? Doesn't the file src/plugins/backends/aqpaypal/COPYING contain
 such an exception?

Sorry. I meant GnuCash needs an exception (from its upstream) to be used
with AqPaypal. As GnuCash's (pure) GPL requires everything it links
against, to be under the GPL without additional restrictions.

--Adam


signature.asc
Description: PGP signature


Bug#623827: moc: symbol lookup error

2011-04-23 Thread kakadu
Package: moc
Version: 1:2.5.0~alpha4+svn20091009-1+b2
Severity: minor

When I run mocp and than exit pressing `q` I see a message on console:

mocp: symbol lookup error: /usr/lib/libstdc++.so.6: undefined symbol:
_ZNSt14error_categoryD2Ev, version GLIBCXX_3.4.15

Maybe there some build conflicts on ftp.de.debian.org

--
Kakadu



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

Kernel: Linux 2.6.32kakadu2 (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/dash

Versions of packages moc depends on:
ii  libasound2   1.0.23-2.1  shared library for ALSA applicatio
ii  libc62.11.2-11   Embedded GNU C Library: Shared lib
ii  libcurl3-gnutls  7.21.4-1Multi-protocol file transfer libra
ii  libdb4.8 4.8.30-4Berkeley v4.8 Database Libraries [
ii  libfaad2 2.7-6   freeware Advanced Audio Decoder - 
ii  libflac8 1.2.1-3 Free Lossless Audio Codec - runtim
ii  libgcc1  1:4.6.0-2   GCC support library
ii  libid3tag0   0.15.1b-10  ID3 tag reading library from the M
ii  libjack0 [libjack-0. 1:0.120.1+svn4142-1 JACK Audio Connection Kit (librari
ii  libltdl7 2.4-2   A system independent dlopen wrappe
ii  libmad0  0.15.1b-6   MPEG audio decoder library
ii  libmodplug1  1:0.8.8.1-2 shared libraries for mod music bas
ii  libmpcdec6   2:0.1~r459-1MusePack decoder - library
ii  libncursesw5 5.7+20100313-5  shared libraries for terminal hand
ii  libogg0  1.2.0~dfsg-1Ogg bitstream library
ii  libresid-builder0c2a 2.1.1-8 SID chip emulation class based on 
ii  libsamplerate0   0.1.7-3 Audio sample rate conversion libra
ii  libsidplay2  2.1.1-8 SID (MOS 6581) emulation library
ii  libsidutils0 2.1.1-8 utility functions for SID players
ii  libsndfile1  1.0.24-1Library for reading/writing audio 
ii  libspeex11.2~rc1-1   The Speex codec runtime library
ii  libstdc++6   4.6.0-2 The GNU Standard C++ Library v3
ii  libtagc0 1.7-1   audio meta-data library - C bindin
ii  libvorbis0a  1.3.2-1 The Vorbis General Audio Compressi
ii  libvorbisfile3   1.3.2-1 The Vorbis General Audio Compressi
ii  libwavpack1  4.60.1-1an audio codec (lossy and lossless
ii  zlib1g   1:1.2.3.4.dfsg-3compression library - runtime

moc recommends no packages.

Versions of packages moc suggests:
pn  moc-ffmpeg-plugin none (no description available)

-- no debconf information



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



Bug#623356: live-build: be more careful with subshells

2011-04-23 Thread Daniel Baumann
On 04/20/2011 01:45 PM, Jonathan Nieder wrote:
 { and } are in POSIX.  See XCU 2.9.4.1 Grouping Commands at
 http://unix.org/2008edition/:

so posh (and other shells) needs to be updated then.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/



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



Bug#623007: openal-soft: FTBFS: sed: unterminated 's' command

2011-04-23 Thread Andres Mejia
severity 623007 important
tags 623007 unreproducible
stop

On Saturday 16 April 2011 11:37:30 am Daniel Schepler wrote:
 Source: openal-soft
 Version: 1:1.12.854-2
 Severity: serious
 
 From my pbuilder build log:
 
 ...
dh_installdeb
debian/rules override_dh_gencontrol
 make[1]: Entering directory `/tmp/buildd/openal-soft-1.12.854'
 dh_gencontrol
 sed s/^Depends:.*$/\nRecommends: $(sh debian/var_info LIBPULSE_DEPENDS)/
 \ -i debian/libopenal1/DEBIAN/control
 sed s/^Recommends:.*$/\nSuggests: $(sh debian/var_info
 LIBPORTAUDIO_DEPENDS)/ \ -i debian/libopenal1/DEBIAN/control
 sed: -e expression #1, char 44: unterminated `s' command
 make[1]: *** [override_dh_gencontrol] Error 1
 make[1]: Leaving directory `/tmp/buildd/openal-soft-1.12.854'
 make: *** [binary] Error 2
 dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit
 status 2

I am unable to reproduce this problem using sbuild. Also, none of the buildd 
machines had this particular problem building openal-soft. I would check your 
pbuilder setup, and perhaps generate a new pbuilder tarball.

-- 
Regards,
Andres Mejia



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



Bug#545701: dash.postinst abort in infinite loop

2011-04-23 Thread Jonathan Nieder
Hi Alvaro,

Alvaro Herrera wrote:

 I started an aptitude safe-upgrade and left the computer for half an
 hour.  Upon return I find that there's a suspicious process eating 100%
 of a CPU for a long time.

Sorry for the long silence.  Let's see.

 /proc/pid/cmdline says:

 # cat cmdline 
 /usr/bin/perl-w/usr/share/debconf/frontend/var/lib/dpkg/info/dash.postinstabort-upgrade0.5.5.1-2.3

 - prerm upgrade and prerm failed-upgrade failed, or
 - preinst upgrade failed and postrm abort-upgrade succeeded, or
 - postrm upgrade and postrm failed-upgrade failed and
   preinst abort-upgrade and postrm abort-upgrade succeeded.

Which is to say, something went seriously wrong.

 strace'ing the process yields this:
[...]
 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B0 -opost -isig icanon -echo ...}) =  0
 repeats ad nauseam

(isatty, I think.)

 Killing that process and doing an aptitude install dash reports this:
[...]
 dpkg: error processing /var/cache/apt/archives/dash_0.5.5.1-2.3_amd64.deb 
 (--unpack):
  trying to overwrite `/bin/sh', which is also in package bash

At last, something simpler to understand.  Does a more recent version
of the dash package work?



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



Bug#567673: gs: /rangecheck error opening GSM_WorldPoster2009A.pdf

2011-04-23 Thread Markus Steinborn

Hi,

please note that I am not using debian. But that bug is that type of 
bugs people frequently report to me as upstream GNU gv maintainer.


I've taken redhat's ghostscript 9.02 package (you see for maintaining 
GNU gv I need an up to date ghostscript) and got the same bug as 
reported in this bug.


Then I applied patch 12380 from ghostscript's subversion repository and 
all is working well, the bug appears to be fixed. I've attached the 
patch taken from subversion to this bug report.


Finally a link to the upstream bug report: 
http://bugs.ghostscript.com/show_bug.cgi?id=689734



Greetings from Germany

Markus Steinborn
GNU gv maintainer


PS: If you have to work with an unfixed version of ghostscript, setting 
-dMaxBitmap=some small value is reported to help.
Index: trunk/gs/base/gdevxini.c
===
--- trunk/gs/base/gdevxini.c	(Revision 12379)
+++ trunk/gs/base/gdevxini.c	(Revision 12380)
@@ -619,6 +619,8 @@
 	xdev-buffer = buffer;
 	mdev-width = xdev-width;
 	mdev-height = xdev-height;
+	mdev-device_icc_profile = xdev-device_icc_profile;
+	rc_increment(xdev-device_icc_profile);
 	mdev-color_info = xdev-color_info;
 	mdev-base = xdev-buffer;
 	gdev_mem_open_scan_lines(mdev, xdev-height);
@@ -654,7 +656,6 @@
 	COPY_PROC(strip_tile_rectangle);
 	COPY_PROC(strip_copy_rop);
 	COPY_PROC(begin_typed_image);
-	COPY_PROC(create_compositor);
 	COPY_PROC(text_begin);
 #undef COPY_PROC
 	if (xdev-is_buffered) {


Bug#623828: schroot: CHROOT_NAME and SESSION_ID the same?

2011-04-23 Thread Marc Haber
Package: schroot
Version: 1.4.21-1+b1
Severity: minor

Hi,

in my schroot (of type block-device), CHROOT_NAME and SESSION_ID
are identical, both containing the lengthy session uuid.

Is this the intended behavior? If so, please provide an environment
variable which contains the basic chroot name given to the -c command
line parameter.

Greetings
Marc



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



Bug#619856: Test suite failure on armel arch

2011-04-23 Thread Jens Peter Secher
Hi Wei Dai, have gotten access to the armel machines?

Cheers,
/JP



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



Bug#623356: live-build: be more careful with subshells

2011-04-23 Thread Jonathan Nieder
Daniel Baumann wrote:
 On 04/20/2011 01:45 PM, Jonathan Nieder wrote:

 { and } are in POSIX.  See XCU 2.9.4.1 Grouping Commands at
 http://unix.org/2008edition/:

 so posh (and other shells) needs to be updated then.

Hmm...

| $ posh -c '{ echo hi;}'
| hi
| $ echo $?
| 0
| $ dpkg-query -W posh
| posh  0.10

What am I doing wrong?



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



Bug#623829: dhcpcd use resolveconf in /etc/dhcpcd.sh but not marked as a dependency

2011-04-23 Thread Yves Fischer
Package: dhcpcd
Version: 1:3.2.3-5
Severity: normal

/etc/dhcpcd.sh:
 60 if [ -x /sbin/resolvconf ] ; then
 61 echo -n $r | /sbin/resolvconf -a $INTERFACE
 62 else
 63 # set /etc/dhcpc/resolv.conf for compatiblity with older packages
 64 echo -n $r | /etc/dhcpc/resolv.conf
 65 chmod 644 /etc/dhcpc/resolv.conf
 66 fi


$ dpkg -S /sbin/resolvconf
resolvconf: /sbin/resolvconf


dhcpcd does not depend/suggest on resolvconf nor it has a information
that states that resolvceconf is necessary for a sucessful nameserver 
configuration.


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

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

Versions of packages dhcpcd depends on:
ii  bsdutils1:2.17.2-3.1 Basic utilities from 4.4BSD-Lite
ii  libc6   2.11.2-5 Embedded GNU C Library: Shared lib
ii  procps  1:3.2.8-9/proc file system utilities

dhcpcd recommends no packages.

dhcpcd suggests no packages.

-- Configuration Files:
/etc/default/dhcpcd changed [not included]
/etc/dhcpcd.sh changed [not included]

-- 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#623806: matlab-support: [INTL:ru] Russian debconf templates translation

2011-04-23 Thread Michael Hanke
On Sat, Apr 23, 2011 at 11:24:03AM +0400, Yuri Kozlov wrote:
 Russian debconf templates translation is attached.

Thanks Yuri!

Michael

-- 
Michael Hanke
http://mih.voxindeserto.de



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



Bug#597568: [libaqbanking] Please provide libaqpaypal2 package

2011-04-23 Thread Micha Lenk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Adam,

Adam wrote:
 [...] As GnuCash is GPLv3+ and compiled against libaqbanking33 this
 is a violation (GPLv2 and GPLv3 are incompatible). [...]

This doesn't make things better. Do you have any pointers to documents
that summarize the incompatibilty of GPLv2 vs. GPLv3 and also Debian's
position on this issue? I would like to fully understand the licensing
issue before suggesting any action...

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

iEYEARECAAYFAk2yz2gACgkQWN0/4pnhQbQpUgCgtkvv6NMB8EX73SylA/0L8GpP
ZBUAnAqF2Y4A0Xd2do8lyfy9B5ip8nXR
=NcBp
-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#607416: Device table incorrect for drivers/s390/block/dasd_eckd.c: 3880/3390 should be 3880/3380

2011-04-23 Thread Stephen Powell
On Fri, 22 Apr 2011 23:09:50 -0400 (EDT), Jonathan Nieder wrote:
 
 If you run git log dd30ac3 --grep='dasd: correct device table', then
 the fix will show up:
 
  commit 5da24b7627ff821e154a3aaecd5d60e1d8e228a5
  Author: Stefan Haberland stefan.haberl...@de.ibm.com
  Date:   Thu Feb 17 13:13:55 2011 +0100
 
  [S390] dasd: correct device table
 
  The 3880 storage control unit supports a 3380 device
  type, but not a 3390 device type.
 
  Reported-by: Stephen Powell zlinux...@wowway.com
  Signed-off-by: Stefan Haberland stefan.haberl...@de.ibm.com
  Signed-off-by: Martin Schwidefsky schwidef...@de.ibm.com
 
 ...
 
 Presumably that (5da24b76) is the commit to backport; I am not sure
 which kernels it applies to.

Thanks for the information, Jonathan.  I'm afraid I don't know much about
git, and my ignorance is showing.  What I do know how to use is the
Linux cross reference at http://lxr.linux.no/+trees, and by using that
it appears that this bug, in some form, goes all the way back to day 1.
All supported stable kernels will no doubt contain the bug, though the
line numbers in the patch may need to be adjusted from one release to
the next.  It is a very simple one-line change.

So, stable, I hereby respectfully request that the above-mentioned bug
fix be backported to the supported stable kernel releases.  Personally,
I am most interested in the 2.6.32 kernel, as that is the basis for
Debian Squeeze.

-- 
  .''`. Stephen Powell
 : :'  :
 `. `'`
   `-



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



Bug#623820: RM: python2.5

2011-04-23 Thread Luca Falavigna
tags 623820 + moreinfo
thanks


Il 23/04/2011 12:53, Matthias Klose ha scritto:
 Please remove python2.5 from unstable

There are still a lot of packages which require python2.5. I prepared an
analysis to track them. I excluded alpha and hppa from the list, as per
http://lists.debian.org/20110401205549.ga12...@hymers.org.uk. I'm sure
I saw a mail saying autobuilders don't care about those architectures
animore, but I can't find it right now. But anyway:



== Build-depend on python2.5 packages ==
freevo
gozerbot
libtuxcap
mgltools-bhtree
mgltools-gle
mgltools-opengltk
mgltools-pyglf
mgltools-sff
nagios-statd
salome


== Require sourceful uploads ==
bobo: python-bobo
libmimic: python-libmimic (#543809, #614925)
libtuxcap: libtuxcap-dev (#596310)
   libtuxcap4.0 (#596310)
obmenu: obmenu (#623012, ITAed: #583246)
pylucene: pylucene (#571545)
pytagsfs: pytagsfs
python-iplib: python-iplib
zc.buildout: python-zc.buildout
zconfig: python-zconfig
zdaemon: python-zdaemon
zope.testing: python-zope.testing


== Require binNMUs ==
gstreamer0.10-rtsp: python-gst0.10-rtsp
ldns: python-ldns
libcap-ng: python-cap-ng [amd64 armel i386 ia64 mips mipsel powerpc s390
sparc]
libvigraimpex: python-vigra [hurd-i386]
pebl: python-pebl
plplot: python-plplot
pykcs11: python-pykcs11
pyscard: python-pyscard
radare: radare-common
scim-python: python-scim
twisted-calendarserver: python-twisted-calendarserver
xdelta3: python-xdelta3
zodb: python-zodb


== Already scheduled for binNMU, waiting for the buildds ==
opensync: python-opensync [hurd-i386 mipsel]
pypoker-eval: python-pypoker-eval [hurd-i386]
ufc: python-ufc [hurd-i386 mipsel]


== Require other fixes ==
dolfin: python-dolfin (FTBFS on some architectures)
[amd64 i386 ia64 kfreebsd-amd64 kfreebsd-i386 powerpc]
libavg: python-libavg (#580678)
[amd64 armel i386 ia64 mips mipsel powerpc s390 sparc]
libopensync-plugin-python: opensync-module-python (#591566)
scribus-ng: scribus-ng [hurd-i386] (removing binary from the archive?)


== Require removal ==
python-multiprocessing (#623826)



-- 
  .''`.
 :  :' :   Luca Falavigna dktrkr...@debian.org
 `.  `'
   `-



signature.asc
Description: OpenPGP digital signature


Bug#620105: gliv (wheezy-version) do not open pictures (Segmentation fault)

2011-04-23 Thread Lorenzo De Liso
tags 620105 unreproducible moreinfo 
thanks

Hello,

Il giorno mer, 30/03/2011 alle 07.23 +0200, loedur ha scritto:
 Hello,
 
 These are my steps:
 
 o I open a gnome-terminal, typing the following and press [Enter]
 LANGUAGE=C gnome-terminal
 
 o In the new gnome-terminal, I typing the follwing and press [Enter]
 gliv
 o In the gliv menu I click on File - Open...
 
 In the GLiv: Select files to open-dialog
 o I click on the folder Desktop and double-click on my folder
 Bilder and
 select one single png-file (~140KB)
 o I click on the button [Open]
 
 /!\ Now gliv crashed
 
 message from the terminal-window
 ---
 Segmentation fault not while loading an image
 Segmentation fault
 ---
 


I'm not able to reproduce the segfault. If you could get a gdb
stacktrace it would be appreciated.

Thanks.

Kind regards,

Lorenzo De Liso




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



Bug#623830: Unable to remove nor move xfce4-xfapplet-plugin items in xfce4-panel

2011-04-23 Thread Antti Kultanen
Package: xfce4-xfapplet-plugin
Version: 0.1.0-4
Severity: important
Tags: sid

Hi,

xfce4-xfapplet-plugin cannot be moved or removed. When trying to for
example remove an item, the following message is printed to the console:
-8-
(xfce4-xfapplet-plugin:9723): Bonobo-WARNING **: FIXME: verb 'Remove' not 
found, emit exception
-8-

Things broke after upgrading to 4.8.3-1 from 4.6.


Preconditions:
0. XFCE4 installed, X and xfce4-panel running

Steps to reproduce:
1. apt-get install xfce4-xfapplet-plugin cpufire-applet (or any other
   Gnome applet)
2. right click on panel, select Panel - Add New Items
3. select XfApplet, click Add, then Close
4. right click on the new XfApplet panel item, select Properties
5. from the list choose CPUFire Applet (or any other applet) and click Ok
6. right click on the CPUFire applet in the panel, select Remove

Expected behavior:
7. the CPUFire applet is removed from the panel

Actual behavior:
7. nothing happens, message Bonobo-WARNING **: FIXME: verb 'Remove' not
   found, emit exception is printed to the console

None of the Properties, About, Move, Remove nor Customize Panel items work.
-8-
(xfce4-xfapplet-plugin:10136): Bonobo-WARNING **: FIXME: verb 'Properties' not 
found, emit exception

(xfce4-xfapplet-plugin:10136): Bonobo-WARNING **: FIXME: verb 'About' not 
found, emit exception

(xfce4-xfapplet-plugin:10136): Bonobo-WARNING **: FIXME: verb 'Move' not found, 
emit exception

(xfce4-xfapplet-plugin:10136): Bonobo-WARNING **: FIXME: verb 'Remove' not 
found, emit exception

(xfce4-xfapplet-plugin:10136): Bonobo-WARNING **: FIXME: verb 'CustomizePanel' 
not found, emit exception
-8-


Let me know if there's anything I can do to help.


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

Kernel: Linux 2.6.36.2-ck2 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=C, LC_CTYPE=fi_FI (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages xfce4-xfapplet-plugin depends on:
ii  libart-2.0-2   2.3.21-1  Library of functions for 2D graphi
ii  libatk1.0-02.0.0-1   The ATK accessibility toolkit
ii  libbonobo2-0   2.24.3-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.24.3-1  The Bonobo UI library
ii  libc6  2.11.2-13 Embedded GNU C Library: Shared lib
ii  libcairo2  1.10.2-6  The Cairo 2D vector graphics libra
ii  libfontconfig1 2.8.0-2.2 generic font configuration library
ii  libfreetype6   2.4.4-1   FreeType 2 font engine, shared lib
ii  libgconf2-42.28.1-6  GNOME configuration database syste
ii  libgdk-pixbuf2.0-0 2.23.3-3  GDK Pixbuf library
ii  libglib2.0-0   2.28.6-1  The GLib library of C routines
ii  libgnome2-02.30.0-1  The GNOME library - runtime files
ii  libgnomecanvas2-0  2.30.1-1  A powerful object-oriented display
ii  libgtk2.0-02.24.4-3  The GTK+ graphical user interface 
ii  liborbit2  1:2.14.18-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpanel-applet2-0 2.30.2-4  library for GNOME Panel applets
ii  libpango1.0-0  1.28.3-6  Layout and rendering of internatio
ii  libpopt0   1.16-1lib for parsing cmdline parameters
ii  libxfce4util4  4.8.1-2   Utility functions library for Xfce
ii  libxfcegui4-4  4.8.1-4   Basic GUI C functions for Xfce4
ii  xfce4-panel4.8.3-1   panel for Xfce4 desktop environmen

xfce4-xfapplet-plugin recommends no packages.

xfce4-xfapplet-plugin suggests no packages.

-- no debconf information



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



  1   2   3   >