Bug#547334: vzctl: Incorrect dependencies in init.d script header

2009-09-23 Thread Ola Lundqvist
forwarded 547334 http://bugzilla.openvz.org/show_bug.cgi?id=1339
thanks

Hi Petter

Thanks a lot for this bug report. It has now been forwarded upstream
as it should affect redhat as well.

Best regards,

// Ola

On Fri, Sep 18, 2009 at 07:42:22PM +0200, Petter Reinholdtsen wrote:
 
 Package:  vzctl
 Version:  3.0.10-1
 Severity: important
 Tags: patch
 User: initscripts-ng-de...@lists.alioth.debian.org
 Usertags: incorrect-dependencies
 
 With dependency based boot sequencing, I discovered what I believe is
 a bug in the init.d script.  The script have a hard dependency on
 sshd, yet the package do not depend on openssh-server.  This make me
 believe the sshd dependency should be optional.  The script is also
 lacking stop dependencies.  The $local_fs dependency is redundant when
 depending on $remote_fs.  The script used to start after $syslog, and
 should probably continue to do so.
 
 The hard dependency on sshd make the package fail to install.  See
 URL: http://piuparts.debian.org/sid/fail/vzctl_3.0.23-7.log  for the
 test log.  Setting severity to important because this problem will not
 affect everyone, only those without openssh-server already installed.
 
 URL: 
 http://refspecs.freestandards.org/LSB_2.1.0/LSB-generic/LSB-generic/initscrcomconv.html
  
 documents the LSB header format.  Some debian notes are available from
 URL: http://wiki.debian.org/LSBInitScripts .
 
 This patch solve the problem.
 
 diff -ur ../vzctl-3.0.23/etc/init.d/vz-redhat.in 
 ../vzctl-3.0.23-pere/etc/init.d/vz-redhat.in
 --- ../vzctl-3.0.23/etc/init.d/vz-redhat.in 2009-09-18 19:34:53.0 
 +0200
 +++ ../vzctl-3.0.23-pere/etc/init.d/vz-redhat.in2009-09-18 
 19:37:17.0 +0200
 @@ -25,8 +25,10 @@
 
  ### BEGIN INIT INFO
  # Provides: vz
 -# required-start: $network $remote_fs $local_fs sshd
 -# required-stop:
 +# required-start: $network $remote_fs $syslog
 +# required-stop:  $network $remote_fs $syslog
 +# Should-Start:  sshd
 +# Should-Stop:  sshd
  # Default-Start: 2 3 4 5
  # Default-Stop: 0 1 6
  # Short-Description: OpenVZ startup script
 
 Happy hacking,
 -- 
 Petter Reinholdtsen
 
 
 

-- 
 - Ola Lundqvist ---
/  o...@debian.org Annebergsslingan 37  \
|  o...@inguza.com  654 65 KARLSTAD  |
|  http://inguza.com/  +46 (0)70-332 1551   |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---



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



Bug#484807: reason for ;1 in extracted filenames from isos...

2009-09-23 Thread Andreas Henriksson
Hello!

Let me shed some light on the reason here, even though I have no solution.

Supporting multi-session (overwrite, append, ...) in the iso9660 format is a 
hack. You append a version to the filename, like ;1. If you want to overwrite
and existing file in the next session, you write the filename;2 and the
reader is then supposed to understand that filename;1 has been overwritten
by filename;2 (and strip of the ;2 when extracting/showing the file).

The reason this can only be observed on some isos, is because of the strategy
of the iso creator program. Some programs always appends version (thus,
all files have ;1) while others try to be more backwards compatible and
only utilize the hack if it's not the first version (thus, only if ;2 or higher
is needed).

File-roller should strip off the version numbers (and only show the highest
versioned file if there are several with same name).

--
Regards,
Andreas Henriksson



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



Bug#546915: iceweasel: Cannot backup Bookmarks.json

2009-09-23 Thread Mike Hommey
On Tue, Sep 22, 2009 at 12:46:47PM -0400, Michel Lavie wrote:
 On Tue, Sep 22, 2009 at 11:20 AM, Mike Hommey m...@glandium.org wrote:
  Well, it doesn't contain bookmarks per se, only references to the places
  database (at least, this is what it does here). If the places database is
  screwed, it looks like to be your json file will be useless.
 
 Just to test that restoring  Bookmarks.json works fine. I deleted a folder 
 from
 my bookmarks and the restored my bookmarks from an older Bookmarks.json
 I had backed up. It took a few minutes, but the restore process finished fine.

If you delete a folder from your bookmarks, it is likely to not remove
the stuff from the places database. Which is probably why the
bookmarks.json file works then.

 Then I saved a new Bookmarks.json using Firefox and restored it using
 Iceweasel and that also worked with no problems.

If you did all that using the same account, I'm not surprised. Firefox
and Iceweasel use the same profile.
 
 
  This really doesn't make sense. Are you sure you don't have any
  system-wide extension ? Try running Iceweasel -safe-mode and disable all
  extensions.
 
  Cheers,
 
  Mike
 
  PS: Don't forget to Cc: 546...@bugs.debian.org (which is the bug
  address)
 
 
 Just to make sure I tested it again, but this time also looking at the
 error console.
 Started iceweasel with iceweasel -ProfileManager and selected a
 profile that I have
 for testing that has no add-ons, no specific settings, etc...
 
 Then with your suggestion of iceweasel -safe-mode. And both times the
 same thing happened as before which is nothing, but this time there
 where no errors in the error console. Everything worked fine in
 iceweasel 3.5.2, so something must have changed. Also I did not add
 any new add-ons or made any changes to my default profile.

Does it work again if you downgrade iceweasel to 3.5.2 (only iceweasel,
not xulrunner-1.9.1)

Mike



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



Bug#545625: ecl: FTBFS: rm: cannot remove `/build/user-ecl_9.8.4-1-amd64-YJh2Lk/ecl-9.8.4/debian/ecl/usr/share/info/dir.old': No such file or directory

2009-09-23 Thread Lucas Nussbaum
On 23/09/09 at 07:22 +0200, Peter Van Eynde wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA256
 
 Hello Lucas,
 
 Lucas Nussbaum wrote:
  On 22/09/09 at 18:47 +0200, Peter Van Eynde wrote:
  I'm a bit surprised by this FTBFS as ecl is also auto-build for other
  platforms. What research did you do in this failure?
  
  I have done no research at all. But it's easily reproducible.
  
  Have you actually tried to build it in a clean, up-to-date chroot?
 
 Yes. install-info does give some error messages regarding
 /var/backups/infodir.bak , but it build correctly on a lenny chroot on
 amd64.

Why are you building in a lenny chroot ?
-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |



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



Bug#544180: [Mutt] #3336: po/it.po: minor fix for the yes/no/all string

2009-09-23 Thread Mutt
#3336: po/it.po: minor fix for the yes/no/all string
---+
  Reporter:  anto...@dyne.org  |   Owner:  mutt-dev
  Type:  defect|  Status:  closed  
  Priority:  trivial   |   Milestone:  
 Component:  mutt  | Version:  1.5.20  
Resolution:  fixed |Keywords:  patch   
---+
Changes (by Antonio Radici anto...@dyne.org):

  * status:  new = closed
  * resolution:  = fixed


Comment:

 (In [5037c59a589e]) Correct Italian translation of y/n/a prompt. Closes
 #3336

-- 
Ticket URL: http://dev.mutt.org/trac/ticket/3336#comment:1
Mutt http://www.mutt.org/
The Mutt mail user agent




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



Bug#535691: ,RFH: munin -- help packaging 1.3 to experimental and report bugs upstream

2009-09-23 Thread Holger Levsen
Hi Tom,

On Dienstag, 22. September 2009, Tom Feiner wrote:
 Was the patch prepared by Niels ever applied? From what I can see in svn it
 hasn't been applied yet.

to be honest, I have no idea... :-/

 Can we prepare the svn location for packaging munin 1.3? (I'm guessing
 it'll be /branches/debian/experimental, but there is currently code there
 to package 1.3.3.

that branch is the right one, just remove the existing stuff there, if you 
think that's right! :-)

 Whats the best way to approach this? I guess now's the time to work on
 this, as we now have a time frame to get the uncommitted patches into
 trunk, thus reducing the number of patches we need to maintain.

I fully agree.


Thanks  regards,
Holger


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


Bug#547997: asterisk-h323: Segfault

2009-09-23 Thread Nicholas Jullmann

Package: asterisk-h323
Version: 1:1.4.21.2~dfsg-3
Severity: normal



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

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

Versions of packages asterisk-h323 depends on:
ii  asterisk [asteris 1:1.4.21.2~dfsg-3  Open Source Private Branch 
Exchang

ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libexpat1 2.0.1-4XML parsing C library - 
runtime li

ii  libgcc1   1:4.3.2-1.1GCC support library
ii  libldap-2.4-2 2.4.11-1   OpenLDAP libraries
ii  libopenh323-1.18. 1.18.0.dfsg-9  H.323 aka VoIP library
ii  libpt-1.10.10 1.10.10-2  Portable Windows Library
ii  libsasl2-22.1.22.dfsg1-23+lenny1 Cyrus SASL - authentication 
abstra

ii  libsdl1.2debian   1.2.13-2   Simple DirectMedia Layer
ii  libssl0.9.8   0.9.8g-15+lenny5   SSL shared libraries
ii  libstdc++64.3.2-1.1  The GNU Standard C++ Library v3

asterisk-h323 recommends no packages.

asterisk-h323 suggests no packages.

-- no debconf information

Picking a call from a Cisco Callmanager via H323 on a Sip Phone causes 
an Asterisk Segmentation Fault


--
Mit freundlichen Grüßen
Dipl. Inf. Nicholas Jullmann
CIO - Gl.-Ass
__
ORION Erotik Fachgeschäfte GmbH  Co KG
An der Amtmannsmühle 16-20
35444 Biebertal

Telefon: +49 (0) 64 09 / 8 20 - 1 17
Telefax: +49 (0) 64 09 / 8 20 - 1 66
mailto:jullm...@orion-fachgeschaefte.de
Internet: www.orion-fachgeschaefte.de

Geschäftsführer: Heike Susemichel, Werner Susemichel
Handelsregister Giessen HRA 655




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



Bug#545872: [DRE-maint] Bug#545872: libapache2-mod-passenger: Does not work with apache-prefork

2009-09-23 Thread Adrian Lang
Hi Micah,

On Tue, September 22, 2009 10:40 pm, Micah Anderson wrote:
 Do you think that the following change to the control file would be
 sufficient:

 Index: debian/control
 ===
 --- debian/control(revision 4156)
 +++ debian/control(working copy)
 @@ -4,7 +4,7 @@
 - apache2-mpm-worker, libapr1-dev, rubygems (= 1.2), debhelper (= 5.0.44),
 + apache2-mpm-worker | apache2-mpm-prefork, libapr1-dev, rubygems (= 1.2), 
 debhelper (= 5.0.44),
   ruby-dev, doxygen, asciidoc (= 8.2), graphviz, rake, cdbs, source-highlight

as long as there is no special reason to prohibit the usage of prefork.

Regards,
Adrian




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



Bug#547995: kbd-chooser: Please support sh4

2009-09-23 Thread Christian Perrier
Quoting Nobuhiro Iwamatsu (iwama...@nigauri.org):
 Package: kbd-chooser
 Version: 1.48
 Severity: wishlist
 User: debian-...@superh.org
 Usertags: sh4
 
 Hi,
 
 I am now trying to run Debian on Renesas SH(sh4) CPU.
 kbd-chooser can build on sh4. I attached build log.
 Could you add sh4 into support architecture list?


kbd-chooser is only useful for the installer. Would that mean you also
plan to work on sh4 support in D-I?




signature.asc
Description: Digital signature


Bug#547953: cupt: fails to download Release.gpg also it appearently worked

2009-09-23 Thread Patrick Schoenfeld
On Tue, Sep 22, 2009 at 10:36:17PM +0300, Eugene V. Lyubimkin wrote:
 Patrick Schoenfeld wrote:
  Hi,
  
  On Tue, Sep 22, 2009 at 10:09:47PM +0300, Eugene V. Lyubimkin wrote:
  But the first line suggests that the download itself worked.
  Probably some issue in the moving code?
  Maybe, but first time seeing it. Can you re-run the update with the '-o
  debug::downloader=1' option appended?
  
  log attached.
  
  Regards,
  Patrick
  
 Thanks. Can you also attach your sources.list?

Here you are.
# deb http://ftp.de.debian.org/debian/ sid main

deb http://ftp.de.debian.org/debian sid main non-free contrib
deb http://ftp.de.debian.org/debian/ testing main non-free contrib
deb-src http://ftp.de.debian.org/debian/ sid main non-free contrib
#deb http://kernel-archive.buildserver.net/debian-kernel trunk main



Bug#546164: Already fixed

2009-09-23 Thread Federico Gimenez Nieto
Hi,

This seems to be fixed after the upload of 5.2.11.dsfg.1-1.

Thanks,
Federico



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



Bug#542768: iceweasel: segfault with the Chromebug extension

2009-09-23 Thread Mike Hommey
On Tue, Sep 22, 2009 at 09:23:24PM +0200, Marcus Better wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 It crashes in the same place also with Firebug 1.5X.0a24, without
 Chromebug installed.

Does that also happen with iceweasel 3.5.3 ? (and xulrunner-1.9.1
1.9.1.3)



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



Bug#409163: Source for this claim

2009-09-23 Thread Maximilian Gass
http://googlecode.blogspot.com/2009/08/well-earned-retirement-for-soap-search.html
describes that the SOAP search API has just been retired - but this bug has been
reported in 2007.

I suggest we remove this from the archive, because it has become useless. We
should also file a bug upstream about this, but with the last upload to CPAN
having been in 2005, I don't put much into that.



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



Bug#547999: xrdp: Please package new upstream version

2009-09-23 Thread Patrick Schoenfeld
Package: xrdp
Version: 0.4.0~dfsg-9
Severity: wishlist

Hi,

there is a new upstream version available (0.4.1),
please package it, as it fixes some bugs, like beeing
unable to login in environments with LDAP auth.

It would also be interesting to backport this version
to Lenny once its in testing.

Best Regards,
Patrick


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

Kernel: Linux 2.6.30-1-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



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



Bug#547998: libgetopt-euclid-perl: Do not recognise options after repeated placeholders

2009-09-23 Thread Daniel Dehennin
Package: libgetopt-euclid-perl
Version: 0.2.1-1
Severity: normal

Hello,

I'm trying to have two options with repeated placeholders, but each one
eat the second when both are specified.

According to the documentation, only unconstrained repeated unflagged
placeholder will consume the rest of the command-line.

I provide a little test case.

Regards.

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

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

Versions of packages libgetopt-euclid-perl depends on:
ii  perl  5.10.0-25  Larry Wall's Practical Extraction 
ii  perl-modules [libversion-perl 5.10.0-25  Core Perl modules

libgetopt-euclid-perl recommends no packages.

libgetopt-euclid-perl suggests no packages.

-- no debconf information

-- 
Daniel Dehennin
Récupérer ma clef GPG:
gpg --keyserver pgp.mit.edu --recv-keys 0x6A2540D1

#!/usr/bin/perl -w

use strict;
use warnings;

use Getopt::Euclid;
use Data::Dumper;

print Dumper(%ARGV);

exit 1;

__END__

=head1 NAME

test.pl - sample Getopt::Euclid test program


=head1 REQUIRED ARGUMENTS

=over

=item --groups [=] group... | -g [=] group...

List of groups

=for Euclid:
group.type: string

=item --hosts [=] hostname... | -h hostname...

List of hostnames.

=back

=cut



pgpzHSKkVncar.pgp
Description: PGP signature


Bug#548000: libpam-ldap: [INTL:vi] Vietnamese debconf templates translation update

2009-09-23 Thread Clytie Siddall

Package: libpam-ldap
Version: 184-8.1
Tags:  l10n patch
Severity: wishlist

The updated Vietnamese translation for the debconf file: libpam-ldap

translated and submitted by:

Clytie Siddall
Vietnamese Free-Software Translation Team
http://vnoss.net/dokuwiki/doku.php?id=projects:l10n

vi.po
Description: Binary data


Bug#547995: kbd-chooser: Please support sh4

2009-09-23 Thread Christian Perrier
Quoting Nobuhiro Iwamatsu (iwama...@nigauri.org):

  kbd-chooser is only useful for the installer. Would that mean you also
  plan to work on sh4 support in D-I?
 
 Yes. I want to support sh4 in D-I.


Well, I personnally know nothing about the architecture and its use
but I think it's probably a good thing anyway..:-)

I suggest you provide patches for D-I components just as you did and
after enough of them have been reviewed, we should probably grant you
commit access on the SVN repo...

(which will probably be a GIT repo by thenthus making it easier to
create branches...for instance when working on a new architecture support)



signature.asc
Description: Digital signature


Bug#547995: kbd-chooser: Please support sh4

2009-09-23 Thread Nobuhiro Iwamatsu
Hi,

2009/9/23 Christian Perrier bubu...@debian.org:
 Quoting Nobuhiro Iwamatsu (iwama...@nigauri.org):
 Package: kbd-chooser
 Version: 1.48
 Severity: wishlist
 User: debian-...@superh.org
 Usertags: sh4

 Hi,

 I am now trying to run Debian on Renesas SH(sh4) CPU.
 kbd-chooser can build on sh4. I attached build log.
 Could you add sh4 into support architecture list?


 kbd-chooser is only useful for the installer. Would that mean you also
 plan to work on sh4 support in D-I?

Yes. I want to support sh4 in D-I.

-- 
Nobuhiro Iwamatsu



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



Bug#543655: Bug in dh-make-perl fixed in revision 44665

2009-09-23 Thread pkg-perl-maintainers
tag 543655 + pending
thanks

Some bugs are closed in revision 44665
by Maximilian Gass (mxey-guest)

Commit message:

Ignore META.yml when it's not a hash (closes: #543655)



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



Bug#510319: gnome-screensaver: Even with xdg-user-dirs it's not finding images

2009-09-23 Thread Manuel Bilderbeek
Package: gnome-screensaver
Version: 2.26.1-2
Severity: normal

I tried your suggestion.

It's a bit odd, but apparently xdg-user-dirs isn't installed by default.
So, by default, this extra config is not done at all.

Anyway, according to the config file, my images dir is ~/Pictures. That
directory existed. So, in there I added a symlink to my ~/photos
directory, where I store my personal photos.

A day later (after a reboot), the photos were still not shown in the
slideshow screensaver, only the place-holder images were.

So, it's not working by default and if you try to let it work with
xdg-user-dirs, it's still not working?

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

Kernel: Linux 2.6.30-1-amd64 (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 gnome-screensaver depends on:
ii  dbus-x11  1.2.16-2   simple interprocess messaging syst
ii  gconf22.26.2-3   GNOME configuration database syste
ii  gnome-icon-theme  2.26.0-1   GNOME Desktop icon theme
ii  gnome-session 2.26.2-1   The GNOME Session Manager
ii  libc6 2.9-25 GNU C Library: Shared libraries
ii  libcairo2 1.8.8-2The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.2.16-2   simple interprocess messaging syst
ii  libdbus-glib-1-2  0.82-1 simple interprocess messaging syst
ii  libgconf2-4   2.26.2-3   GNOME configuration database syste
ii  libgl1-mesa-glx [libgl1]  7.5.1-1A free implementation of the OpenG
ii  libglade2-0   1:2.6.4-1  library to load .glade files at ru
ii  libglib2.0-0  2.20.5-1   The GLib library of C routines
ii  libgnome-desktop-2-11 2.26.1-1   Utility library for loading .deskt
ii  libgnome-menu22.26.1-2   an implementation of the freedeskt
ii  libgnomekbd3  2.26.0-1   GNOME library to manage keyboard c
ii  libgtk2.0-0   2.16.6-1   The GTK+ graphical user interface 
ii  libnotify1 [libnotify1-gtk2.1 0.4.5-1sends desktop notifications to a n
ii  libpam0g  1.0.1-10   Pluggable Authentication Modules l
ii  libpango1.0-0 1.24.5-1   Layout and rendering of internatio
ii  libx11-6  2:1.2.2-1  X11 client-side library
ii  libxext6  2:1.0.4-1  X11 miscellaneous extension librar
ii  libxklavier12 3.9-1  X Keyboard Extension high-level AP
ii  libxxf86misc1 1:1.0.1-3  X11 XFree86 miscellaneous extensio
ii  libxxf86vm1   1:1.0.2-1  X11 XFree86 video mode extension l

Versions of packages gnome-screensaver recommends:
ii  gnome-power-manager   2.24.4-3   power management tool for the GNOM
pn  libpam-gnome-keyring  none (no description available)
ii  rss-glx   0.9.0-2Really Slick Screensavers GLX Port

Versions of packages gnome-screensaver suggests:
ii  xscreensaver-data5.05-3+nmu1 data files to be shared among scre

-- 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#548001: xrdp: connection log is confusing

2009-09-23 Thread Patrick Schoenfeld
Package: xrdp
Version: 0.4.0~dfsg-9
Severity: minor

Hi,

this is probably an upstream bug, I'm anywhere report it here,
so please forward it upstream if you think this is appropriate.

After choosing a session and entering your user data a connection
log is shown. It has an OK button which is active.
One systems where I tested it, it shows 2 messages and then hangs
for a while. That is, it does not show any visible progress,
but thats just because it needs some seconds at this moment.

In this situation people could be tempted to press OK,
because they might think this might cause it to continue.
But this causes the connection to drop. So either
the OK button should be shaded out as long as xrdp tries
to login or it should be named Abort. Probably it would
also be good if the message would actually indicate
that it is something doing and that it takes some seconds.

Best Regards,
Patrick

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

Kernel: Linux 2.6.30-1-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



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



Bug#542220: simpleopal: Should depend on libpt2.6.4-plugins

2009-09-23 Thread Alexey Feldgendler
On Tue, 22 Sep 2009 18:53:49 +0200, Eugen Dedu  
eugen.d...@pu-pm.univ-fcomte.fr wrote:



For libpt2.6.4, it Suggests.  Do you think it is better to Recommends?



Recommends will do because aptitude installs Recommends by default. But
that means relying on the default. I'd say simpleopal should depend on
the libpt2.6.4-plugins package because it doesn't work at all without  
it.



Are you sure it does not work at all without it?


You'd know better if there were any such scenarios. For what I know,  
without the plugins simpleopal cannot play or record audio, which makes it  
unusable.



--
Alexey Feldgendler ale...@feldgendler.ru
[ICQ: 115226275] http://feldgendler.livejournal.com



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



Bug#548005: man page refers to non-existing manual

2009-09-23 Thread Bas Zoetekouw
Package: gnuchess
Version: 5.07-5
Severity: normal

Gnuchesses man page refers to /usr/share/doc/gnuchess/MANUAL.gz, which
is not currently included in the package.

Additionally, would it be possible to add a small synopsis of the
various command line options in the man page?

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

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

Versions of packages gnuchess depends on:
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libncurses5   5.7+20081213-1 shared libraries for terminal hand
ii  libreadline5  5.2-3.1GNU readline and history libraries

Versions of packages gnuchess recommends:
pn  gnuchess-book none (no description available)

Versions of packages gnuchess suggests:
pn  xboard | eboard   none (no description available)



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



Bug#548002: xrdp: fails to login if system uses LDAP authentication

2009-09-23 Thread Patrick Schoenfeld
Package: xrdp
Version: 0.4.0~dfsg-9
Severity: normal

Hola,

when the system is set to use LDAP authentication, users are
unable to login. xrdp simply states Login failed with no
more reasoning. That has a higher severity as the new upstream
release, as it effectively breaks xrdp in LDAP setups.
But it is fixed in the new upstream version..

Best Regards,
Patrick

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

Kernel: Linux 2.6.30-1-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



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



Bug#547995: kbd-chooser: Please support sh4

2009-09-23 Thread Nobuhiro Iwamatsu
Hi,

2009/9/23 Christian Perrier bubu...@debian.org:
 Quoting Nobuhiro Iwamatsu (iwama...@nigauri.org):

  kbd-chooser is only useful for the installer. Would that mean you also
  plan to work on sh4 support in D-I?

 Yes. I want to support sh4 in D-I.


 Well, I personnally know nothing about the architecture and its use
 but I think it's probably a good thing anyway..:-)

 I suggest you provide patches for D-I components just as you did and
 after enough of them have been reviewed, we should probably grant you
 commit access on the SVN repo...

 (which will probably be a GIT repo by thenthus making it easier to
 create branches...for instance when working on a new architecture support)

I understood it.

The porting to sh4 is still not enough.
When sh4 was necessary in D-I, I wrestle with this problem again.
Please set pending this bug.

Thanks,
  Nobuhiro

-- 
Nobuhiro Iwamatsu



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



Bug#548004: ghdl: New upstream version 0.28 is available

2009-09-23 Thread w...@ise.pw.edu.pl
Package: ghdl
Version: 0.27+svn110+gcc4.3.3+dfsg-1
Severity: wishlist

New upstream version of ghdl is available at
http://ghdl.free.fr/download.html
It includes important new features like vhdl 2008 support.

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

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

Versions of packages ghdl depends on:
ii  gnat-4.3   4.3.4-2   The GNU Ada compiler
ii  libc6  2.9-25GNU C Library: Shared libraries
ii  libgcc11:4.4.1-1 GCC support library
ii  libgmp3c2  2:4.3.1+dfsg-3Multiprecision arithmetic library
ii  libgnat-4.34.3.4-2   Runtime library for GNU Ada applic
ii  libmpfr1ldbl   2.4.1-2   multiple precision floating-point 
ii  zlib1g-dev 1:1.2.3.3.dfsg-15 compression library - development

Versions of packages ghdl recommends:
ii  gtkwave   3.2.0-1a VCD (Value Change Dump) file wav

ghdl 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#538718: RM: gmyth -- RoM; RC-buggy, abandoned upstream

2009-09-23 Thread Cyril Brulebois
Barry deFreese bdefre...@debian.org (22/09/2009):
 I still don't see an RM: request for gmyth-upnp.

See question in 20090919183401.gz9...@debian.org.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#547953: cupt: fails to download Release.gpg also it appearently worked

2009-09-23 Thread Eugene V. Lyubimkin
package cupt libcupt-perl
reassign 547953 libcupt-perl
tags 547953 + pending
thanks

Patrick Schoenfeld wrote:
 Thanks. Can you also attach your sources.list?
 
 Here you are.
 
Ok, thanks. Found the bug, fixed it in master.

-- 
Eugene V. Lyubimkin aka JackYF, JID: jackyf.devel(maildog)gmail.com
C++/Perl developer, Debian Developer



signature.asc
Description: OpenPGP digital signature


Bug#548003: canna: [INTL:vi] Vietnamese debconf templates translation update

2009-09-23 Thread Clytie Siddall

Package: canna
Version: 3.7p3-6.2
Tags:  l10n patch
Severity: wishlist

The updated Vietnamese translation for the debconf file: canna

translated and submitted by:

Clytie Siddall
Vietnamese Free-Software Translation Team
http://vnoss.net/dokuwiki/doku.php?id=projects:l10n

vi.po
Description: Binary data


Bug#510430: xserver-xorg-video-intel: blank screen when switching VT

2009-09-23 Thread Marcus Better
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

 Switching VTs between two X consoles, or between X and text console,
 frequently results in a blank display.

 If the upstream bug is the right one, this might well be fixed now.
 Can you try with 2.8.1 or 2.8.99.902 (just uploaded to experimental)?

I use a different config now with KMS, and it works well. I haven't run
into the bug for a long time. Feel free to close it.

Cheers,

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

iEYEARECAAYFAkq50MEACgkQXjXn6TzcAQkfvwCdGs1ILeIZQ8rmG35dVvo0hMHg
X28AoMgixT++WbOu6Z1vNU1n0+TcThBg
=G7bi
-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#514569: Similar problem with 0.6.3-1

2009-09-23 Thread Mikhail Gusarov

Twas brillig at 18:22:32 22.09.2009 UTC-03 when llucare...@integratech.com.ar 
did gyre and gimble:

 LL $ sphinx-build --help
 LL /usr/lib/pymodules/python2.5/jinja2/__init__.py:31: UserWarning:
 LL Module jinja2 was already imported from
 LL /usr/lib/pymodules/python2.5/jinja2/__init__.py, but
 LL /usr/lib/pymodules/python2.5 is being added to sys.path
 LL   __version__ = __import__('pkg_resources') \

Could you try to import jinja2 in python shell?

$ python
 import jinja2


-- 
  http://fossarchy.blogspot.com/


pgpeWTM8bPZlt.pgp
Description: PGP signature


Bug#544405: #544405 already fixed?

2009-09-23 Thread Federico Gimenez Nieto
Hi Jonas,

cid:part1.02050506.00090002@coit.esThis seems to be fixed with the
latest version of php-pear, 5.2.11.dsfg.1-1, could you please check if
it is properly working?

Thanks,
Federico



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



Bug#542768: iceweasel: segfault with the Chromebug extension

2009-09-23 Thread Marcus Better
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 It crashes in the same place also with Firebug 1.5X.0a24, without
 Chromebug installed.
 
 Does that also happen with iceweasel 3.5.3 ? (and xulrunner-1.9.1
 1.9.1.3)

Yes, exactly.

Cheers,

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

iEYEARECAAYFAkq50xUACgkQXjXn6TzcAQmVeQCfbbrFYtUNVRZM55SDp8EyIOmx
T/sAoLlenyIm+g5J9ZgFkG9/Vgx9px+L
=fnyP
-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#536838: dh-make-perl: Incorrect assumptions about perl module version - debian

2009-09-23 Thread Maximilian Gass
If Perl modules are allowed to have a different version for the distribution and
for the included modules, then dh-make-perl should support that.



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



Bug#531067: Status of john

2009-09-23 Thread David Paleino
Hello,
what's the status of your adoption of john?

Thank you,
David

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


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


Bug#540398: libnamespace-clean-perl ( 0.09) should depend on libscope-guard-perl

2009-09-23 Thread Maximilian Gass
Could/should this be fixed in the next point release of Lenny?



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



Bug#544405: #544405 already fixed?

2009-09-23 Thread Jonas Smedegaard

On Wed, Sep 23, 2009 at 09:43:41AM +0200, Federico Gimenez Nieto wrote:

cid:part1.02050506.00090002@coit.esThis seems to be fixed with the
latest version of php-pear, 5.2.11.dsfg.1-1, could you please check if
it is properly working?


I'll check it out and get back to you.

(it will take a little while, as my testing includes backporting the 
whole php5)


Thanks for investigating!


 - Jonas

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

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


signature.asc
Description: Digital signature


Bug#547334: vzctl: Incorrect dependencies in init.d script header

2009-09-23 Thread Petter Reinholdtsen
[Ola Lundqvist]
 Hi Petter

Hi. :)

 Thanks a lot for this bug report. It has now been forwarded upstream
 as it should affect redhat as well.

Good.  I hope you can fix it in Debian soon, and not wait for
upstream. :)

Is redhat using the LSB headers in init.d scripts these days?  I have
not seen any sign of that so far, so I am curious if you can point me
to sources documenting that this is so.  It is not done in RHEL 5 for
sure.  As far as I know, only SuSe and Debian are using these headers.

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#526987: git-core: Please use symlinks in /usr/bin

2009-09-23 Thread Gerrit Pape
On Sat, Sep 19, 2009 at 01:58:37PM +0200, Elrond wrote:
 So the current behaviour is upstream?

Yes.

 Could you consider forwarding this request upstream then?

I personally am not that much interested in changing that, and there are
many reports in the Debian BTS that actually apply to upstream, I'm
afraid I can't handle all of them.  You have better chance with your
request if you contact the git mailing list yourself.

Thanks, Gerrit.



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



Bug#548006: arpon needs to understand that networking devices are dynamic

2009-09-23 Thread Sheridan Hutchinson
Package: arpon
Version: 1.90-1
Severity: normal

In principal, arpon seems like the kind of tool that almost every machine would 
want installed.

The major issue I have encountered with it though is the inability of arpon to 
appropriately deal with networking devices that come and go.

In this respect, when my machines with arpon first boot, arpon comes of the 
lack of network adaptors that haven't appeared yet and terminates (in my 
machines, eth0, eth1, and wlan0).  Maybe arpon should start much later in the 
boot sequence?

In addition, frequently I temporarily disable wireless and ethernet adaptors on 
my machines and I'm not confident that arpon is handling these conditions well 
at all.

In my view, in order to become a truely indispensible tool, the arpon daemon 
needs to stop panicking when it finds that no devices are present and have some 
ability to know when adaptors arrive and depart.



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

Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core)
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 arpon depends on:
ii  libc6 2.9-26 GNU C Library: Shared libraries
ii  libdumbnet1   1.12-3 A dumb, portable networking librar
ii  libnet1   1.1.4-2library for the construction and h
ii  libpcap0.81.0.0-4system interface for user-level pa
ii  lsb-base  3.2-23 Linux Standard Base 3.2 init scrip

arpon recommends no packages.

arpon 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#542220: simpleopal: Should depend on libpt2.6.4-plugins

2009-09-23 Thread Jonas Smedegaard

On Wed, Sep 23, 2009 at 09:25:34AM +0200, Alexey Feldgendler wrote:
On Tue, 22 Sep 2009 18:53:49 +0200, Eugen Dedu 
eugen.d...@pu-pm.univ-fcomte.fr wrote:


For libpt2.6.4, it Suggests.  Do you think it is better to 
Recommends?


Recommends will do because aptitude installs Recommends by default. 
But that means relying on the default. I'd say simpleopal should 
depend on the libpt2.6.4-plugins package because it doesn't work at 
all without it.



Are you sure it does not work at all without it?


You'd know better if there were any such scenarios. For what I know, 
without the plugins simpleopal cannot play or record audio, which 
makes it unusable.


Depending on the -plugins package would be annoying, as it would render 
the individual plugins a joke.  Please if you depend, then include 
fallbacks for *all* the individual plugins - both video and audio ones. 
Something like this:


Recommends: libptXX-plugins-alsa | libptXX-plugins-oss |
 libptXX-plugins, libptXX-plugins-v4l2 | libptXX-plugins-avc |
 libptXX-plugins-dc | libptXX-plugins-v4l | libptXX-plugins


Kind regards,

 - Jonas

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

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


signature.asc
Description: Digital signature


Bug#547854: rdflib: manipulates site-packages/ directly, failing with Python 2.6

2009-09-23 Thread Josselin Mouette
Le mardi 22 septembre 2009 à 23:09 +0200, Nacho Barrientos Arias a
écrit : 
  Starting from Python 2.6, the installation paths for distutils have
  changed. Instead of /usr/lib/pythonX.Y/site-packages, the default has
  now changed to /usr/local.

 Those manipulations are performed before dh_pysupport is executed so if
 packaging helpers will deal automatically with the path change, why  
 should
 I prevent debian/rules from operating with the contents of that  
 directory?

You should not prevent it, but the directory will not be the same
anymore.

 What I'm doing right now is removing a directory containing some tests  
 when
 the arch-dependant files are created.
 
 install-python%:
 dh_testdir
 dh_testroot
 python$* setup.py install --no-compile --root=$(CURDIR)/debian/ 
 python-rdflib --single-version-externally-managed;

Add --install-layout=deb here ^

 rm -rf $(CURDIR)/debian/python-rdflib/usr/lib/python$*/site- 
 packages/test

And replace site-packages by *-packages here.

Then you should have a working package with python 2.6.

Cheers,
-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “I recommend you to learn English in hope that you in
  `- future understand things”  -- Jörg Schilling


signature.asc
Description: Ceci est une partie de message numériquement signée


Bug#548007: aolserver4: [INTL:vi] Vietnamese debconf templates translation update

2009-09-23 Thread Clytie Siddall

Package: aolserver4
Version: 4.5.1-5.1
Tags:  l10n patch
Severity: wishlist

The updated Vietnamese translation for the debconf file: aolserver4

translated and submitted by:

Clytie Siddall
Vietnamese Free-Software Translation Team
http://vnoss.net/dokuwiki/doku.php?id=projects:l10n

vi.po
Description: Binary data


Bug#548009: qa.debian.org isn't updated for a while

2009-09-23 Thread Dmitry E. Oboukhov
Package: qa.debian.org

Last weeks bugs count showes wrong numbers

for ex:
rocksndiamonds - 13 bugs (12 of them were closed since 14 Sep 2009,
now: 23 Sep)
iceweasel-l10n - 8 bugs (really - 6)
etc.

Were any update-scripts excluded from crontab?

--
... mpd is off

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


signature.asc
Description: Digital signature


Bug#548010: cupt: shell prints wrong error messages on unknown commands

2009-09-23 Thread Patrick Schoenfeld
Package: cupt
Version: 1.0.0~beta1
Severity: minor

Hi,

when someone enters an unknown command into the cupt shell it says:

cupt?  
 
E: unrecognized command 'x'

It should probably say which command is unknown instead.

Best Regards,
Patrick

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

Kernel: Linux 2.6.30-1-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 cupt depends on:
ii  libcupt-perl 1.0.0~beta1 alternative front-end for dpkg -- 
ii  perl 5.10.0-25   Larry Wall's Practical Extraction 
ii  sensible-utils   0.0.1   Utilities for sensible alternative

cupt recommends no packages.

Versions of packages cupt suggests:
pn  libterm-readline-gnu-perl 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#548008: cupt: cosmetic change to the cupt shell

2009-09-23 Thread Patrick Schoenfeld
Package: cupt
Version: 1.0.0~beta1
Severity: wishlist

Hi,

this is a ultra-ultra-low-severity bug, but I think the cupt
shell should be like this 

cupt input

instead of

cuptinput

Best Regards,
Patrick

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

Kernel: Linux 2.6.30-1-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 cupt depends on:
ii  libcupt-perl 1.0.0~beta1 alternative front-end for dpkg -- 
ii  perl 5.10.0-25   Larry Wall's Practical Extraction 
ii  sensible-utils   0.0.1   Utilities for sensible alternative

cupt recommends no packages.

Versions of packages cupt suggests:
pn  libterm-readline-gnu-perl 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#548012: nethack: [INTL:vi] Vietnamese debconf templates translation update

2009-09-23 Thread Clytie Siddall

Package: nethack
Version: 3.4.3-10.7
Tags:  l10n patch
Severity: wishlist

The updated Vietnamese translation for the debconf file: nethack

translated and submitted by:

Clytie Siddall
Vietnamese Free-Software Translation Team
http://vnoss.net/dokuwiki/doku.php?id=projects:l10n

vi.po
Description: Binary data


Bug#548011: function pam_auth() causes a heap overflow

2009-09-23 Thread Peter Slickers
Package: php5-auth-pam
Version: 0.4-10

I have installed package 'php5-auth-pam' and then used the test script included 
in the package to check if the new PHP function pam_auth() is working properly. 
The content of my test script 'pam_auth.php' is:

?php
$username = 'test';
$password = 'secret';
$error = '';

echo \n\n;

if (pam_auth($username, $password, $error)) {
echo Yeah baby, we're authenticated!;
} else {
echo $error;
}
?

If I call function pam_auth() with an invalid username/passwd, the test script 
is execute properly.

If I call function pam_auth() with a valid username/passwd, the script is 
terminated prematurely and a heap overflow error is logged into 
'/var/log/apache2/error.log'.

Here is an excerpt from apache error log file [I have first restarted apache 
and then called the script 'pam_auth.php']:

[Tue Sep 22 15:06:56 2009] [notice] caught SIGTERM, shutting down
[Tue Sep 22 15:07:05 2009] [notice] Apache/2.2.13 (Debian) DAV/2 SVN/1.6.3 
PHP/5.2.10-2.2 with Suhosin-Patch mod_ssl/2.2.13 OpenSSL/0.9.8k configured -- 
resuming normal operations
[Tue Sep 22 15:08:44 2009] [error] [client 192.168.8.10] ALERT - canary 
mismatch on efree() - heap overflow detected (attacker '192.168.8.10', file 
'/home/piet/public_html/pam_auth.php')

Here is a list of  installed packages related to apache and PHP:
dpkg -l '*php*' '*apach*' | grep ^ii
ii  apache2 2.2.13-1Apache HTTP 
Server metapackage
ii  apache2-doc 2.2.13-1Apache HTTP 
Server documentation
ii  apache2-mpm-prefork 2.2.13-1Apache HTTP 
Server - traditional non-threaded model
ii  apache2-utils   2.2.13-1utility 
programs for webservers
ii  apache2.2-bin   2.2.13-1Apache HTTP 
Server common binary files
ii  apache2.2-common2.2.13-1Apache HTTP 
Server common files
ii  libapache2-mod-auth-pam 1.1.1-8 module for 
Apache2 which authenticate using PAM
ii  libapache2-mod-auth-sys-group   1.1.1-8 Module for 
Apache2 which checks user against system group
ii  libapache2-mod-php5 5.2.10.dfsg.1-2.2   
server-side, HTML-embedded scripting language (Apache 2 module)
ii  libapache2-svn  1.6.3dfsg-1 Subversion 
server modules for Apache
ii  php-auth1.6.1-1 PHP PEAR 
modules for creating an authentication system
ii  php-doc 20081024-1  
Documentation for PHP5
ii  php-pear5.2.10.dfsg.1-2.2   PEAR - PHP 
Extension and Application Repository
ii  php55.2.10.dfsg.1-2.2   
server-side, HTML-embedded scripting language (metapackage)
ii  php5-auth-pam   0.4-10  A PHP5 
extension for PAM authentication
ii  php5-cli5.2.10.dfsg.1-2.2   
command-line interpreter for the php5 scripting language
ii  php5-common 5.2.10.dfsg.1-2.2   Common 
files for packages built from the php5 source
ii  php5-dev5.2.10.dfsg.1-2.2   Files for 
PHP5 module development
ii  php5-ldap   5.2.10.dfsg.1-2.2   LDAP module 
for php5
ii  phpldapadmin1.1.0.7-1   web based 
interface for administering LDAP servers

-- 
Peter

pe...@web.de

Neu: WEB.DE Doppel-FLAT mit Internet-Flatrate + Telefon-Flatrate
für nur 19,99 Euro/mtl.!* http://produkte.web.de/go/02/




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



Bug#548013: apt: Claim optional dependency of required package is a hard dependency

2009-09-23 Thread Petter Reinholdtsen

Package:  apt
Version:  0.7.23.1
Severity: normal

I discovered this while tracking down a problem reported by piuparts
(see #539142).  There, apt refuses to remove install-info because it
is seen to be a dependency of the required package util-linux, while
aptitude is OK with removing it, because it is only an optional
dependency and a new enough dpkg is installed.  The version of
util-linux have this depends line:

  Depends: [...], dpkg (= 1.15.4) | install-info

In the chroot, version 1.15.4 of dpkg is installed.

Here is a test run.  Note how apt-get refuses to remove install-info,
while aptitude happily remove it.


# debootstrap sid chroot-directory http://ftp.se.debian.org/debian ; chroot 
chroot-directory apt-get remove -y install-info; chroot chroot-directory 
aptitude remove -y install-info
I: Retrieving Release
I: Retrieving Packages
I: Validating Packages
[...]
I: Configuring apt-utils...
I: Configuring aptitude...
I: Configuring tasksel-data...
I: Configuring tasksel...
I: Base system installed successfully.
Reading package lists... Done
Building dependency tree... Done
The following packages will be REMOVED:
  info install-info
WARNING: The following essential packages will be removed.
This should NOT be done unless you know exactly what you are doing!
  install-info (due to util-linux)
0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
After this operation, 659kB disk space will be freed.
E: There are problems and -y was used without --force-yes
Reading package lists... Done
Building dependency tree... Done
Initializing package states... Done
Writing extended state information... Done
Reading task descriptions... Done
The following packages are BROKEN:
  info
The following packages will be REMOVED:
  install-info
0 packages upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 258kB will be freed.
The following packages have unmet dependencies:
  info: Depends: install-info but it is not installable
The following actions will resolve these dependencies:

Remove the following packages:
info

Score is 115

Writing extended state information... Done
Can not write log, openpty() failed (/dev/pts not mounted?)
(Reading database ... 10023 files and directories currently installed.)
Removing info ...
Removing install-info ...
Processing triggers for man-db ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Writing extended state information... Done
Reading task descriptions... Done

#

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#547788: apt: apt-get install virtual gets confused with multiple available versions

2009-09-23 Thread Goswin von Brederlow
Marius Vollmer marius.voll...@nokia.com writes:

 Package: apt
 Version: 0.7.23.1
 Severity: normal
 Tags: patch

 When giving a virtual package to apt-get install, apt-get tries to
 select a real package instead of the virtual package when it is obvious
 which real package to select.

 This doesn't work when there is more than one version of a real package
 available.  The attached patch fixes this by ignoring package versions
 that are not candidates.

It even gets confused if multiple packages of the same version are
available. This can happen if proposed-updates and security have the
same version but different builds (and therefore checksums) of a
package.

Have you considered what happens then?

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#547724: apt-get build-dep $PACKAGE doesn't handle build-dependencies with architecture wildcards

2009-09-23 Thread Goswin von Brederlow
Julian Andres Klode j...@debian.org writes:

 On Mon, Sep 21, 2009 at 04:32:28PM -0400, Andres Mejia wrote:
 Package: apt
 Version: 0.7.23.1
 Severity: normal
 
 When performing 'apt-get build-dep sbuild-dependencies-resolver', it will not
 install libgl1-mesa-dev on an i386 machine. Yet if I change the Build-Depends
 field to,
 
 Build-Depends: libgl1-mesa-dev [any-i386] | libgl1-mesa-dev [i386]
 
 then libgl1-mesa-dev will be installed on an i386 machine.
 I thought those wildcards are only for debian/control and will be replaced
 by dpkg automatically. But yes, we need support for it sometime.

They will be replaced in deb packages but not in source. And only in
Arch:any packages.

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#547926: screenshot

2009-09-23 Thread Josselin Mouette
Le mardi 22 septembre 2009 à 09:29 -0700, Mark Hedges a écrit : 
 Maybe it is related to the offscreen pixmaps bug in the
 intel driver, I still have the fix enabled in xorg.conf.

 Option AccelMethod XAA
 Option XaaNoOffscreenPixmaps on

With the Intel driver you should use EXA. Really.

-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “I recommend you to learn English in hope that you in
  `- future understand things”  -- Jörg Schilling


signature.asc
Description: Ceci est une partie de message numériquement signée


Bug#548014: ucf: [INTL:vi] Vietnamese debconf templates translation update

2009-09-23 Thread Clytie Siddall

Package: ucf
Version: 3.0021
Tags:  l10n patch
Severity: wishlist

The updated Vietnamese translation for the debconf file: ucf

translated and submitted by:

Clytie Siddall
Vietnamese Free-Software Translation Team
http://vnoss.net/dokuwiki/doku.php?id=projects:l10n

vi.po.gz
Description: GNU Zip compressed data


Bug#542220: simpleopal: Should depend on libpt2.6.4-plugins

2009-09-23 Thread Eugen Dedu
Alexey Feldgendler wrote:
 On Tue, 22 Sep 2009 18:53:49 +0200, Eugen Dedu
 eugen.d...@pu-pm.univ-fcomte.fr wrote:
 
 For libpt2.6.4, it Suggests.  Do you think it is better to Recommends?
 
 Recommends will do because aptitude installs Recommends by default. But
 that means relying on the default. I'd say simpleopal should depend on
 the libpt2.6.4-plugins package because it doesn't work at all without
 it.
 
 Are you sure it does not work at all without it?
 
 You'd know better if there were any such scenarios. For what I know,
 without the plugins simpleopal cannot play or record audio, which makes
 it unusable.

Ok, simpleopal now depends on libpt plugins, thanks!

-- 
Eugen



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



Bug#548015: php5: FTBFS in Lenny (where all build-dependencies are fulfilled!)

2009-09-23 Thread Jonas Smedegaard
Package: php5
Version: 5.2.11.dfsg.1-1
Severity: important

As subject says, php5 fails to build from source on a Lenny system.

It complains suggesting to use autoconf2.13 and then fails with the
following lines:

rebuilding aclocal.m4
libtoolize: unrecognized option `--install'
Try `libtoolize --help' for more information.

I did not save the autoconf2.13 warnings but even if changing to
depending on autoconf2.13 instead of autoconf it still fails with same
lines above.

I suspect it needs a versioned dependency on libtool 2.2.x.


Setting severity to important (not severe) as release managers only
consider FTBFS on up-to-date systems (not backports, even if all
dependencies are met) as RC.


Regards,

 - Jonas

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

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

Versions of packages php5 depends on:
pn  libapache2-mod-php5 | li none  (no description available)
ii  php5-common  5.2.11.dfsg.1-1 Common files for packages built fr

php5 recommends no packages.

php5 suggests no packages.



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



Bug#514910: nfs: Fail to mount older NFS export

2009-09-23 Thread Ludovic
I had a similar problem with a Netapp NFS export impossible to mount on 
a Debian Lenny system.


I tried lots of workarounds (and logging with strace) and finally found 
that with the option : proto=tcp a can mount the NFS share !


The strange thing is that with by default the protocol was already TCP. 
But, while without the option, the client tries to connect on a port 
2049 and hangs until timeout, with the option proto=tcp the client 
tries 2049 and immediately after tries port 4046 with success.


--
Ludovic



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



Bug#542220: simpleopal: Should depend on libpt2.6.4-plugins

2009-09-23 Thread Eugen Dedu
Jonas Smedegaard wrote:
 On Wed, Sep 23, 2009 at 09:25:34AM +0200, Alexey Feldgendler wrote:
 On Tue, 22 Sep 2009 18:53:49 +0200, Eugen Dedu
 eugen.d...@pu-pm.univ-fcomte.fr wrote:

 For libpt2.6.4, it Suggests.  Do you think it is better to Recommends?

 Recommends will do because aptitude installs Recommends by default.
 But that means relying on the default. I'd say simpleopal should
 depend on the libpt2.6.4-plugins package because it doesn't work at
 all without it.

 Are you sure it does not work at all without it?

 You'd know better if there were any such scenarios. For what I know,
 without the plugins simpleopal cannot play or record audio, which
 makes it unusable.
 
 Depending on the -plugins package would be annoying, as it would render
 the individual plugins a joke.  Please if you depend, then include
 fallbacks for *all* the individual plugins - both video and audio ones.
 Something like this:
 
 Recommends: libptXX-plugins-alsa | libptXX-plugins-oss |
  libptXX-plugins, libptXX-plugins-v4l2 | libptXX-plugins-avc |
  libptXX-plugins-dc | libptXX-plugins-v4l | libptXX-plugins

Note that starting from 2.6.4, all the plugins have been grouped into
one package, libpt2.6.4-plugins, cf.
http://packages.qa.debian.org/p/ptlib.html.

So is it ok for Depend on the -plugins package?

-- 
Eugen



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



Bug#548016: citadel: [INTL:vi] Vietnamese debconf templates translation update

2009-09-23 Thread Clytie Siddall

Package: citadel
Version: 7.61-1
Tags:  l10n patch
Severity: wishlist

The updated Vietnamese translation for the debconf file: citadel

translated and submitted by:

Clytie Siddall
Vietnamese Free-Software Translation Team
http://vnoss.net/dokuwiki/doku.php?id=projects:l10n

vi.po.gz
Description: GNU Zip compressed data


Bug#548021: linux-kbuild-2.6: needs building instructions

2009-09-23 Thread Andreas Beckmann
Package: linux-kbuild-2.6
Severity: normal

Hi,

the linux-kbuild-2.6 package needs information on

a) how to generate a new orig tarball
   (for me worked: debian/bin/genorig.py ../linux-2.6.31.tar.bz2)
b) how to rebuild the package if you checked it out from svn

An adjusted version of debian/README.build from linux-2.6 might do.


Andreas

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

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



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



Bug#546928: mandos: Incorrect dependencies in init.d script

2009-09-23 Thread Teddy Hogeborn
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Petter Reinholdtsen p...@hungry.com writes:

 Hi.  Any hope of having this fixed soon?  Please object if I should
 not NMU to solve it.

I'd be very happy if you would sponsor the new version (1.0.12-1,
available on mentors.d.o) which fixes this and other bugs.

/Teddy Hogeborn

- -- 
The Mandos Project
http://www.fukt.bsnet.se/mandos
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFKueMmOWBmT5XqI90RAnY+AKC7KRWAQHYZWKGvtMKw5WiCi3+O1ACgwoOj
jSv1QCi3xSl6AinUlspWtZk=
=aqpm
-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#548019: /usr/lib/ruby/1.8/i486-linux/pcap.so: undefined symbol: pcap_read

2009-09-23 Thread uri
Package: libpcap-ruby1.8
Version: 0.6-9
Severity: normal

libpcap ruby binding failed with message:
/usr/bin/ruby: symbol lookup error: /usr/lib/ruby/1.8/i486-linux/pcap.so: 
undefined symbol: pcap_read



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

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

Versions of packages libpcap-ruby1.8 depends on:
ii  libc62.9-25  GNU C Library: Shared libraries
ii  libpcap0.8   1.0.0-4 system interface for user-level pa
ii  libruby1.8   1.8.7.174-2 Libraries necessary to run Ruby 1.

Versions of packages libpcap-ruby1.8 recommends:
ii  libpcap-ruby  0.6-9  Ruby interface for the libpcap pac

libpcap-ruby1.8 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#548020: gpsd: [INTL:vi] Vietnamese debconf templates translation update

2009-09-23 Thread Clytie Siddall

Package: gpsd
Version: 2.39-3
Tags:  l10n patch
Severity: wishlist

The updated Vietnamese translation for the debconf file: gpsd

translated and submitted by:

Clytie Siddall
Vietnamese Free-Software Translation Team
http://vnoss.net/dokuwiki/doku.php?id=projects:l10n

vi.po.gz
Description: GNU Zip compressed data


Bug#547788: apt: apt-get install virtual gets confused with multiple available versions

2009-09-23 Thread Marius Vollmer
ext Goswin von Brederlow goswin-...@web.de writes:

 It even gets confused if multiple packages of the same version are
 available. This can happen if proposed-updates and security have the
 same version but different builds (and therefore checksums) of a
 package.

 Have you considered what happens then?

My patch ignores all package versions that are not a installation
candidate.  Since only one of the versions of a package can be the
candidate, my patch should also handle your situation.



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



Bug#546758: [calendar-google-provider]

2009-09-23 Thread Rex Tsai
Package: calendar-google-provider
Version: 0.9-1

The addons shows Not compatible with iceowl 0.8. Also, there is a new
upstream version[1] available.

[1] https://addons.mozilla.org/en-US/sunbird/addon/4631

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

Debian Release: squeeze/sid
  500 unstablewww.debian-multimedia.org
  500 unstablesnapshots.ekiga.net
  500 unstableftp.us.debian.org
  500 stable  ftp.us.debian.org
  500 stable  dl.google.com
  500 jaunty  ppa.launchpad.net
1 experimentalftp.us.debian.org

--- Package information. ---
Depends  (Version) | Installed
==-+-===
iceowl | 0.8-6
 OR sunbird|
 OR iceowl-extension   |
 OR lightning-extension|


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#548023: nis: [INTL:vi] Vietnamese debconf templates translation update

2009-09-23 Thread Clytie Siddall

Package: nis
Version: 3.17-20
Tags:  l10n patch
Severity: wishlist

The updated Vietnamese translation for the debconf file: nis

translated and submitted by:

Clytie Siddall
Vietnamese Free-Software Translation Team
http://vnoss.net/dokuwiki/doku.php?id=projects:l10n

vi.po
Description: Binary data


Bug#548017: debian-edu-install: [INTL:vi] Vietnamese debconf templates translation update

2009-09-23 Thread Clytie Siddall

Package: debian-edu-install
Version: 0.678~svn0
Tags:  l10n patch
Severity: wishlist

The updated Vietnamese translation for the debconf file: debian-edu- 
install


(I was able to update from SVN, but couldn't commit my updated  
translation:



Error: svn: Commit failed (details follow):
svn: Can't create directory '/svn/debian-edu/db/transactions/ 
59019-1.txn': Permission denied


Possibly I don't have commit access.)

translated and submitted by:

Clytie Siddall
Vietnamese Free-Software Translation Team
http://vnoss.net/dokuwiki/doku.php?id=projects:l10n

vi.po.gz
Description: GNU Zip compressed data


Bug#542220: simpleopal: Should depend on libpt2.6.4-plugins

2009-09-23 Thread Jonas Smedegaard

On Wed, Sep 23, 2009 at 11:15:32AM +0200, Eugen Dedu wrote:

Jonas Smedegaard wrote:

On Wed, Sep 23, 2009 at 09:25:34AM +0200, Alexey Feldgendler wrote:
On Tue, 22 Sep 2009 18:53:49 +0200, Eugen Dedu 
eugen.d...@pu-pm.univ-fcomte.fr wrote:


For libpt2.6.4, it Suggests.  Do you think it is better to 
Recommends?


Recommends will do because aptitude installs Recommends by 
default. But that means relying on the default. I'd say simpleopal 
should depend on the libpt2.6.4-plugins package because it doesn't 
work at all without it.



Are you sure it does not work at all without it?


You'd know better if there were any such scenarios. For what I know, 
without the plugins simpleopal cannot play or record audio, which 
makes it unusable.


Depending on the -plugins package would be annoying, as it would 
render the individual plugins a joke.  Please if you depend, then 
include fallbacks for *all* the individual plugins - both video and 
audio ones. Something like this:


Recommends: libptXX-plugins-alsa | libptXX-plugins-oss |
 libptXX-plugins, libptXX-plugins-v4l2 | libptXX-plugins-avc |
 libptXX-plugins-dc | libptXX-plugins-v4l | libptXX-plugins


Note that starting from 2.6.4, all the plugins have been grouped into 
one package, libpt2.6.4-plugins, cf. 
http://packages.qa.debian.org/p/ptlib.html.


Are, ok.  Then my comment above is irrelevant.



So is it ok for Depend on the -plugins package?


That depends on the severity of the needed requirement.  Above comment 
is only *if* you depend or recommend.  See my earlier comment (which I 
believe noone responded to yet).



Kind regards,

 - Jonas

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

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


signature.asc
Description: Digital signature


Bug#548022: mathematica-fonts: [INTL:vi] Vietnamese debconf templates translation update

2009-09-23 Thread Clytie Siddall

Package: mathematica-fonts
Version: 0.1
Tags:  l10n patch
Severity: wishlist

The updated Vietnamese translation for the debconf file: mathematica- 
fonts (formerly ttf-mathematica)


translated and submitted by:

Clytie Siddall
Vietnamese Free-Software Translation Team
http://vnoss.net/dokuwiki/doku.php?id=projects:l10n

vi.po.gz
Description: GNU Zip compressed data


Bug#548024: packages.debian.org: mirror doesn't close old databases

2009-09-23 Thread Peter Palfrader
Package: www.debian.org
Severity: serious

We mirror packages.debian.org on rore.

After a sync there are still a few apache processes that have the old
db files open, so after a couple of days rore runs out of disk space.

Restarting apache every few days isn't really that great an option,
so it'd be nice if this could be fixed somehow.



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



Bug#548025: autoconf: autobook package does not exist anymore

2009-09-23 Thread Vincent Bernat
Package: autoconf
Version: 2.64-2
Severity: minor

Hi!

autoconf package description includes a mention of autobook package.
This package does not exist anymore; please remove it from the
description.

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

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

Versions of packages autoconf depends on:
ii  debianutils   3.2.1  Miscellaneous utilities specific t
ii  m41.4.13-2   a macro processing language
ii  perl  5.10.0-25  Larry Wall's Practical Extraction 

Versions of packages autoconf recommends:
ii  automake [automaken]  1:1.11-1   A tool for generating GNU Standard
ii  automake1.9 [automaken]   1.9.6+nogfdl-3 A tool for generating GNU Standard

Versions of packages autoconf suggests:
pn  autobooknone   (no description available)
pn  autoconf-archivenone   (no description available)
ii  autoconf-doc2.64-2   automatic configure script builder
pn  autoconf2.13none   (no description available)
ii  gettext 0.17-8   GNU Internationalization utilities
ii  gnu-standards   2009.03.12-1 GNU coding and package maintenance
ii  libtool 2.2.6a-4 Generic library support script

-- 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#515123: libsdl-image1.2-dev: pkg-config patch for SDL_image

2009-09-23 Thread Michael Koch
On Wed, Jul 29, 2009 at 05:41:28PM +0200, Michael Koch wrote:
 tag 515123 upstream
 thanks
 
 
 Marking bug as upstream bug.

I mail with upstream and he said he will create a new release in the
next 3-4 works including pkg-config support.


Cheers,
Michael



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



Bug#548026: distrib/packages: missing kfreebsd-*

2009-09-23 Thread Peter Palfrader
Package: www.debian.org
Severity: normal

The form in the 'search the contents of packages' on
http://www.debian.org/distrib/packages (from packages.d.o) is missing
kfreebsd-*.

Please add, they work at least for unstable.

Cheers,
weasel



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



Bug#543635: File conflict on /usr/bin/qemu-io which is also in package kvm

2009-09-23 Thread Aurelien Jarno
reassign 543635 kvm
thanks

On Wed, Aug 26, 2009 at 10:38:38AM +0200, Mathias Brodala wrote:
 Package: qemu
 Version: 0.10.50+git20090729-1
 Severity: important
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Trying to install the latest version from Experimental fails, if kvm is
 also installed:
 
  Unpacking replacement qemu ...
  dpkg: error processing 
  /var/cache/apt/archives/qemu_0.10.50+git20090729-1_i386.deb (--unpack):
   trying to overwrite `/usr/bin/qemu-io', which is also in package kvm
  dpkg-deb: subprocess paste killed by signal (Broken pipe)
 

I think the binary name should be changed on the kvm side to kvm-io,
similarly to other binaries. Reassigning the bug.

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



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



Bug#548027: nbd: [INTL:vi] Vietnamese debconf templates translation update

2009-09-23 Thread Clytie Siddall

Package: nbd
Version: 1:2.9.11-5
Tags:  l10n patch
Severity: wishlist

The updated Vietnamese translation for the debconf file: nbd

translated and submitted by:

Clytie Siddall
Vietnamese Free-Software Translation Team
http://vnoss.net/dokuwiki/doku.php?id=projects:l10n

vi.po
Description: Binary data


Bug#544864: I reported it upstream

2009-09-23 Thread Quique
I also ran into this problem when I updated to Squeeze
(xserver-xorg-video-intel 2:2.8.1). On Lenny it worked fine.

As suggested by Julien, I ran intel_gpu_dump and report the results to
fdo's bugzilla:
http://bugs.freedesktop.org/show_bug.cgi?id=24103



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



Bug#544405: #544405 already fixed?

2009-09-23 Thread Jonas Smedegaard

On Wed, Sep 23, 2009 at 09:43:41AM +0200, Federico Gimenez Nieto wrote:

cid:part1.02050506.00090002@coit.esThis seems to be fixed with the
latest version of php-pear, 5.2.11.dsfg.1-1, could you please check if
it is properly working?


Sorry - I am unable to verify due to bug#548015. :-(


 - Jonas

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

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


signature.asc
Description: Digital signature


Bug#548028: linux-2.6: debian/README.build should mention required packages for orig.tar.gz generation

2009-09-23 Thread Andreas Beckmann
Package: linux-2.6
Severity: normal

Hi,

please document in debian/README.build which packages are required to
be installed in order to perform the steps mentioned there.
Testing this in a clean minimal chroot with only build-essential and
subversion installed required me to install the following packages:

  python, unifdef   (for debian/bin/genorig.py tarball ...)
  rsync (for debian/rules orig)


Andreas

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

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



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



Bug#546497: aptitude: Updated Danish translation for 0.5.9rc2-1

2009-09-23 Thread Jens Seidel
tags 546497 +pending
thanks

Hi Morten,

On Sun, Sep 13, 2009 at 06:25:49PM +0200, Morten Bo Johansen wrote:
 Package: aptitude
 Version: 0.5.9rc2-1
 Severity: wishlist
 Tags: patch l10n
 
 A fully updated Danish translation for the experimental version
 of Aptitude is in the attachment.

thanks for the update. I committed it.

 Hopefully it also fixes the
 encoding problem in the current version in experimental.

Yep, it seems so. The encoding error was introduced by Daniel in the merge
2011:44fbf1c95238. I assume he edited the files manually with a text editor
to adapt the header (or something like this) and destroyed the encoding this
way.

I checked again all PO files in po/ and they look good. UTF-8 is now used
in every file.

Jens



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



Bug#542297: Fixed upstream

2009-09-23 Thread Aurelien Jarno
forcemerge 530645 542297
tag 530645 + fixed-upstream
thanks

Those bugs are actually the same, and are now fixed upstream.

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



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



Bug#548029: banshee: Lastfm radio not working

2009-09-23 Thread Florian
Package: banshee
Version: 1.4.3-6
Severity: normal

Lastfm radio in banshee has not been working for some months now, is it
possible to apply the patch from
https://bugzilla.gnome.org/show_bug.cgi?id=541227
to banshee (maybe to the version in experimental)? 

thanks,

Florian


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

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

Versions of packages banshee depends on:
ii  gnome-icon-theme   2.26.0-1  GNOME Desktop icon theme
ii  gstreamer0.10-alsa [gs 0.10.24-1 GStreamer plugin for ALSA
ii  gstreamer0.10-esd [gst 0.10.16-1 GStreamer plugin for ESD
ii  gstreamer0.10-plugins- 0.10.13-1 GStreamer plugins from the bad s
ii  gstreamer0.10-plugins- 0.10.24-1 GStreamer plugins from the base 
ii  gstreamer0.10-plugins- 0.10.16-1 GStreamer plugins from the good 
ii  gstreamer0.10-pulseaud 0.10.16-1 GStreamer plugin for PulseAudio
ii  hal0.5.13-3  Hardware Abstraction Layer
ii  libboo2.0-cil  0.8.2.2960+dfsg-1 python-like language and compiler 
ii  libc6  2.9-25GNU C Library: Shared libraries
ii  libgconf2.0-cil2.24.1-4  CLI binding for GConf 2.24
ii  libglade2.0-cil2.12.9-1  CLI binding for the Glade librarie
ii  libglib2.0-0   2.20.5-1  The GLib library of C routines
ii  libglib2.0-cil 2.12.9-1  CLI binding for the GLib utility l
ii  libgnome2.24-cil   2.24.1-4  CLI binding for GNOME 2.24
ii  libgstreamer-plugins-b 0.10.24-1 GStreamer libraries from the base
ii  libgstreamer0.10-0 0.10.24-1 Core GStreamer libraries and eleme
ii  libgtk2.0-02.16.6-1  The GTK+ graphical user interface 
ii  libgtk2.0-cil  2.12.9-1  CLI binding for the GTK+ toolkit 2
ii  libmono-addins-gui0.2- 0.4-5 GTK# frontend library for Mono.Add
ii  libmono-addins0.2-cil  0.4-5 addin framework for extensible CLI
ii  libmono-cairo2.0-cil   2.4.2.3+dfsg-2Mono Cairo library (for CLI 2.0)
ii  libmono-corlib2.0-cil  2.4.2.3+dfsg-2Mono core library (for CLI 2.0)
ii  libmono-posix2.0-cil   2.4.2.3+dfsg-2Mono.Posix library (for CLI 2.0)
ii  libmono-sharpzip2.84-c 2.4.2.3+dfsg-2Mono SharpZipLib library (for CLI 
ii  libmono-sqlite2.0-cil  2.4.2.3+dfsg-2Mono Sqlite library (for CLI 2.0)
ii  libmono-system-data2.0 2.4.2.3+dfsg-2Mono System.Data Library (for CLI 
ii  libmono-system-web2.0- 2.4.2.3+dfsg-2Mono System.Web Library (for CLI 2
ii  libmono-system2.0-cil  2.4.2.3+dfsg-2Mono System libraries (for CLI 2.0
ii  libmono-zeroconf1.0-ci 0.9.0-1   CLI library for multicast DNS serv
ii  libmtp80.3.7-7   Media Transfer Protocol (MTP) libr
ii  libndesk-dbus-glib1.0- 0.4.1-2   CLI implementation of D-Bus (GLib 
ii  libndesk-dbus1.0-cil   0.6.0-2   CLI implementation of D-Bus
ii  libnotify0.4-cil   0.4.0~r3032-1 CLI library for desktop notificati
ii  libtaglib2.0-cil   2.0.3.2+dfsg-3CLI library for accessing audio an
ii  libx11-6   2:1.2.2-1 X11 client-side library
ii  libxrandr2 2:1.3.0-2 X11 RandR extension library
ii  libxxf86vm11:1.0.2-1 X11 XFree86 video mode extension l
ii  mono-runtime   2.4.2.3+dfsg-2Mono runtime

Versions of packages banshee recommends:
ii  avahi-daemon  0.6.25-1   Avahi mDNS/DNS-SD daemon
ii  brasero   2.26.3-1   CD/DVD burning application for GNO
ii  gstreamer0.10-plugins-bad 0.10.13-1  GStreamer plugins from the bad s
ii  podsleuth 0.6.4-2.1  Tool to discover detailed informat

Versions of packages banshee suggests:
pn  banshee-dbg none   (no description available)
ii  gstreamer0.10-ffmpeg0.10.8-2 FFmpeg plugin for GStreamer
ii  gstreamer0.10-plugins-ugly  0.10.12-1+b1 GStreamer plugins from the ugly 

-- 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#528657: Still works for me

2009-09-23 Thread Eugeniy Meshcheryakov
Hello,

This one does not segfault, but it also does not print name of the
month (and year):

% LANG=shs_CA.utf-8  ./cal 5 2009

Sx Sp Se Ke Me Ts Tq
1  2
 3  4  5  6  7  8  9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31

If called as ncal it works fine (as before):

% LANG=shs_CA.utf-8 ./ncal 5 2009
Pell7ell7e'7llqten 2009
Sp 4 11 18 25
Se 5 12 19 26
Ke 6 13 20 27
Me 7 14 21 28
Ts  1  8 15 22 29
Tq  2  9 16 23 30
Sx  3 10 17 24 31

It also works fine for months with shorter name:

LANG=shs_CA.utf-8 ./cal 6 2009
 Pelltspe'ntsk 2009
Sx Sp Se Ke Me Ts Tq
1  2  3  4  5  6
 7  8  9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30

23 вересня 2009 о 12:28 +0200 Michael Meskes написав(-ла):
 I wasn't able so far to make cal print this kind of stuff. Could you please 
 try
 attached ncal binary instead of the one provided by the package? This uses the
 latest sources taken from FreeBSD with some patches from me.
 
 Michael
 -- 
 Michael Meskes
 Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
 Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
 ICQ: 179140304, AIM/Yahoo/Skype: michaelmeskes, Jabber: mes...@jabber.org
 Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!




signature.asc
Description: Digital signature


Bug#547994: [Pkg-alsa-devel] Bug#547994: installation-reports: Installation on HP Pavilion dv4t - 1300

2009-09-23 Thread Elimar Riesebieter
tags 547994 wontfix
severity 547994 wishlist
thanks

* Kumar Appaiah [090923 00:31 -0500]
 Dear Christian,
 
 On Wed, Sep 23, 2009 at 07:25:30AM +0200, Christian Perrier wrote:
  reassign 547994 alsa-driver
  thanks
 
 Thanks for the reassign.
 
  Quoting Kumar Appaiah (a.ku...@alumni.iitm.ac.in):
  
   To get the sound working fine, I had to add the following line to
   /etc/modprobe.d/alsa-base.conf:
   
 options snd-hda-intel enable_msi=1
   
   Please let me know if anything further is to be done on my side.
   
   Thanks for making the Debian installer as painless as possible.

1. Please put those local settings in a seperate file like
   /etc/modprobe.d local_alsa_settings.conf. So it won't be
   overwritten by upgrades.
2. We can't distribute individual Options for each sound chip. This
   would be terrible to maintain.
3  To get an overview by possible optionns read
   /usr/share/doc/alsa-base/driver/(HD-Audio-Models.txt.gz|HD-Audio.txt.gz)
4. Else read /usr/share/doc/alsa-base/README.Debian.gz on how to set
   options to a sound driver.

So you could understand why we won't fix this wishlist.

Elimar

-- 
  Never make anything simple and efficient when a way 
  can be found to make it complex and wonderful ;-)



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



Bug#548030: libnuma-dev: numa.h and manpage-dev ( man numa ) are different

2009-09-23 Thread joachim
Package: libnuma-dev
Version: 2.0.2-rc2
Severity: important
Justification: fails to build from source



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

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

Versions of packages libnuma-dev depends on:
ii  libc6-dev [libc-dev]  2.7-18 GNU C Library: Development Librari
ii  libnuma1  2.0.2-rc2  Libraries for controlling NUMA pol

libnuma-dev recommends no packages.

libnuma-dev suggests no packages.

-- no debconf information


numa.h
  int numa_node_to_cpus(int, struct bitmask *);


manpage-dev
  int numa_node_to_cpus(int node, unsigned long *buffer, int bufferlen);



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



Bug#547725: gmail-notify: broken maintainer address

2009-09-23 Thread Alan Woodland
Hi,

I was the original sponsor for gmail-notify. I've been aware of the
absent maintainer for sometime now, although I know no more than you
do about the reasons. I prepared an NMU almost exactly 10 days ago
that addresses most of the outstanding bugs for this package, and
emailed the maintainer again (he did use a gmail address for a while
too).

If my delayed upload goes through (which it looks like it will
tonight) my intention was to talk to QA about MIA, since I can't quite
work out where sponsored uploads fit into MIA, and currently mia-query
returns 'X-MIA: Not in database'.

One of my tests for sponsorship is 'would I be willing to be
maintainer if the sponsoree disapeared?', so I'm willing to take this
package over. I don't want to end up hijacking it without any kind of
due process though.

Alan



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



Bug#535806: aptitude: [INTL:ru] Russian program translation update

2009-09-23 Thread Jens Seidel
tags 535806 +pending
thanks

On Sun, Jul 05, 2009 at 01:23:54PM +0400, Yuri Kozlov wrote:
 Package: aptitude
 Version: experimental 0.5.2.1-1
 Severity: wishlist
 Tags: l10n patch
 
 Russian program translation update is attached.

Thanks, I committed it. Sorry for the delay. Current status is
1447t10f2u.

Jens



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



Bug#547947: closed by Henrique de Moraes Holschuh h...@debian.org (Bug#547947: fixed in cyrus-imapd-2.2 2.2.13-17)

2009-09-23 Thread Giuseppe Iuculano
Hi,

Debian Bug Tracking System ha scritto:
 This is an automatic notification regarding your Bug report
 which was filed against the cyrus-imapd-2.2 package:
 
 #547947: CVE-2009-3235: CMU sieve buffer overflows
 
 It has been closed by Henrique de Moraes Holschuh h...@debian.org.



Upstream patch is incomplete, in sieve/bc_eval.c after increasing scount it is
better to use snprintf to avoid buffer overruns. Attached is the debdiff I used
for stable-security

Cheers,
Giuseppe.
diff -u cyrus-imapd-2.2-2.2.13/debian/changelog 
cyrus-imapd-2.2-2.2.13/debian/changelog
--- cyrus-imapd-2.2-2.2.13/debian/changelog
+++ cyrus-imapd-2.2-2.2.13/debian/changelog
@@ -1,3 +1,17 @@
+cyrus-imapd-2.2 (2.2.13-14+lenny3) stable-security; urgency=high
+
+  * Non-maintainer upload by the Security Team.
+  * sieve/bc_eval.c: Use snprintf to avoid buffer overruns
+
+ -- Giuseppe Iuculano giuse...@iuculano.it  Wed, 23 Sep 2009 11:52:40 +0200
+
+cyrus-imapd-2.2 (2.2.13-14+lenny2) stable-security; urgency=high
+
+  * Non-maintainer upload by the Security Team.
+  * Fix buffer overflow in SIEVE implementation (CVE-2009-3235)
+
+ -- Giuseppe Iuculano giuse...@iuculano.it  Tue, 22 Sep 2009 21:11:26 +0200
+
 cyrus-imapd-2.2 (2.2.13-14+lenny1) stable-security; urgency=high
 
   * Non-maintainer upload by the Security Team.
diff -u cyrus-imapd-2.2-2.2.13/debian/patches/0024-upstream-fix-sieve.dpatch 
cyrus-imapd-2.2-2.2.13/debian/patches/0024-upstream-fix-sieve.dpatch
--- cyrus-imapd-2.2-2.2.13/debian/patches/0024-upstream-fix-sieve.dpatch
+++ cyrus-imapd-2.2-2.2.13/debian/patches/0024-upstream-fix-sieve.dpatch
@@ -5,10 +5,61 @@
 ## DP: fix sieve buffer overlow
 
 @DPATCH@
+diff -urNad cyrus-imapd-2.2-2.2.13~/sieve/bc_eval.c 
cyrus-imapd-2.2-2.2.13/sieve/bc_eval.c
+--- cyrus-imapd-2.2-2.2.13~/sieve/bc_eval.c2009-09-23 11:24:57.0 
+0200
 cyrus-imapd-2.2-2.2.13/sieve/bc_eval.c 2009-09-23 11:25:47.0 
+0200
+@@ -440,7 +440,7 @@
+   int comparator=ntohl(bc[i+3].value);
+   int apart=ntohl(bc[i+4].value);
+   int count=0;
+-  char scount[3];
++  char scount[21];
+   int isReg = (match==B_REGEX);
+   int ctag = 0;
+   regex_t *reg;
+@@ -574,7 +574,7 @@
+  
+   if  (match == B_COUNT)
+   {
+-  sprintf(scount, %u, count);
++  snprintf(scount, sizeof(scount), %u, count);
+   /* search through all the data */ 
+   currd=datai+2;
+   for (z=0; znumdata  !res; z++)
+@@ -608,7 +608,7 @@
+   int relation=ntohl(bc[i+2].value);
+   int comparator=ntohl(bc[i+3].value);
+   int count=0;
+-  char scount[3];
++  char scount[21];
+   int isReg = (match==B_REGEX);
+   int ctag = 0;
+   regex_t *reg;
+@@ -689,7 +689,7 @@
+   
+   if  (match == B_COUNT )
+   {
+-  sprintf(scount, %u, count);
++  snprintf(scount, sizeof(scount), %u, count);
+   /*search through all the data*/ 
+   currd=datai+2;
+   for (z=0; znumdata  !res; z++)
 diff -urNad cyrus-imapd-2.2-2.2.13~/sieve/script.c 
cyrus-imapd-2.2-2.2.13/sieve/script.c
 cyrus-imapd-2.2-2.2.13~/sieve/script.c 2009-09-06 20:54:08.0 
+
-+++ cyrus-imapd-2.2-2.2.13/sieve/script.c  2009-09-06 20:55:01.0 
+
-@@ -546,7 +546,7 @@
+--- cyrus-imapd-2.2-2.2.13~/sieve/script.c 2009-09-23 11:25:05.0 
+0200
 cyrus-imapd-2.2-2.2.13/sieve/script.c  2009-09-23 11:25:05.0 
+0200
+@@ -531,9 +531,9 @@
+ if ((ret != SIEVE_OK)  interp-err) {
+   char buf[1024];
+   if (lastaction == -1) /* we never executed an action */
+-  sprintf(buf, %s, errmsg ? errmsg : sieve_errstr(ret));
++  snprintf(buf, sizeof(buf), %s, errmsg ? errmsg : 
sieve_errstr(ret));
+   else
+-  sprintf(buf, %s: %s, action_to_string(lastaction),
++  snprintf(buf, sizeof(buf), %s: %s, action_to_string(lastaction),
+   errmsg ? errmsg : sieve_errstr(ret));
+  
+   ret |= interp-execute_err(buf, interp-interp_context,
+@@ -551,7 +551,7 @@
ret |= keep_ret;
  if (keep_ret == SIEVE_OK)
  snprintf(actions_string+strlen(actions_string),
@@ -17,7 +68,7 @@
 Kept\n);
else {
implicit_keep = 0;  /* don't try an implicit keep again */
-@@ -599,7 +599,7 @@
+@@ -604,7 +604,7 @@

if (ret == SIEVE_OK)
snprintf(actions_string+strlen(actions_string),
@@ -26,7 +77,7 @@
 Rejected with: %s\n, a-u.rej.msg);
  
break;
-@@ -615,7 +615,7 @@
+@@ -620,7 +620,7 @@
  
if (ret == SIEVE_OK)
snprintf(actions_string+strlen(actions_string),
@@ -35,7 +86,7 @@
 Filed into: %s\n,a-u.fil.mailbox);
break;
case ACTION_KEEP:
-@@ -629,7 +629,7 @@
+@@ -634,7 +634,7 @@
   errmsg);
if (ret == SIEVE_OK)

Bug#546730: xmp 2.7.0

2009-09-23 Thread gurkan

Hello Claudio

Thank you very much. I will try it out and report my results.

I'm really bad with patching stuff and the like, would it be possible for
you
to provide a tarball of this version of xmp (2.0.4d and 2.5.1)
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=546730
to address the problems? That would be fantastic.

Yours,
Guerkan

 You can retrieve it from the sourceforge git, but I'm attaching a
 snapshot version just in case. I've just received some bug reports
 regarding builds in OSX and Solaris, but it seems that in Linux it is
 working well.
 
 Best regards,
 Claudio
 
 
 On Tue, Sep 22, 2009 at 10:51 AM, Gürkan Sengün gur...@phys.ethz.ch
 wrote:
 Hello Claudio

 Where can I get a xmp 3.x version to try? How's the 3.x going?

 Yours,
 Guerkan




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



Bug#389591: ITP: freeswitch

2009-09-23 Thread Tzafrir Cohen
On Tue, Aug 18, 2009 at 10:28:39AM +0200, Jelle de Jong wrote:
 Is there any new news on this? What are the problems that prevent the  
 packaging?

 Thanks in advance,

The FreeSwitch tarball has some 10MB-20MB of code and more than 100MB of
extra libraries included inline. Most (if not all) of them are included
in Debian. One of them not included is openzap .

IIRC it installs under /opt (but I may be confusing it with another
program).

In short, there's some Debianization work to do.

I'm currently busy with some other things, and thus it's rather low on
my priority list.

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir



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



Bug#534884: kismet: Any progress on Kismet new core?

2009-09-23 Thread Nate Bargmann
Package: kismet
Version: 2008-05-R1-4+b2
Severity: normal


Since I cannot compile the new Kismet on Sid, I'm curious about how soon
the new core version of Kismet will make it into Sid.

Thanks!

- Nate 

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

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

Versions of packages kismet depends on:
ii  libc6  2.9-26GNU C Library: Shared libraries
ii  libexpat1  2.0.1-4   XML parsing C library - runtime li
ii  libgcc11:4.4.1-4 GCC support library
ii  libgmp3c2  2:4.3.1+dfsg-3Multiprecision arithmetic library
ii  libgomp1   4.4.1-4   GCC OpenMP (GOMP) support library
ii  libmagickcore2 7:6.5.5.3-1   low-level image manipulation libra
ii  libncurses55.7+20090803-2shared libraries for terminal hand
ii  libpcap0.8 1.0.0-4   system interface for user-level pa
ii  libstdc++6 4.4.1-4   The GNU Standard C++ Library v3
ii  wireless-tools 29-2  Tools for manipulating Linux Wirel
ii  wireshark-common   1.2.1-2   network traffic analyser (common f
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

kismet recommends no packages.

Versions of packages kismet suggests:
ii  festival  1.96~beta-9General multi-lingual speech synth
pn  gpsd  none (no description available)
ii  gsfonts   1:8.11+urwcyr1.0.7~pre44-4 Fonts for the Ghostscript interpre
ii  libwww-perl   5.831-1WWW client/server library for Perl
ii  sox   14.3.0-1   Swiss army knife of sound processi
ii  wget  1.11.4-4   retrieves files from the web

-- 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#548031: RFP: asciiportal -- ascii puzzle platformer inspired by Valve's Portal

2009-09-23 Thread Mark Florian
Package: wnpp
Severity: wishlist


* Package name: asciiportal
  Version : 20090922
  Upstream Author : Joe Larson
* URL : http://cymonsgames.com/about-joe/
* License : BSD-like, I think
  Programming Lang: C/C++
  Description : ascii puzzle platformer inspired by Valve's Portal

ASCIIpOrtal is a text based puzzle game inspired by the popular video game.  In
ASCIIpOrtal you overcome challenges by placing portal way-points, joining two
points in the map. If they player or any object passes through one portal
way-point it will seamlessly exit the other. Since both way-points are the same
point on the map the player's view through the portal reflects this and space
warps around you as you pass through the portal.

Grab your hand-held portal device and enter the test chambers for a
non-euclidean good time!

Inspired by Increpare's Portile game (http://www.increpare.com/2008/11/portile/)
and Super Serif Bros (http://foon.co.uk/farcade/ssb/) and Valve's Portal.

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



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



Bug#522445: aptitude: [INTL:pt] Updated Portuguese translation

2009-09-23 Thread Jens Seidel
tags 522445 +pending
thanks

On Fri, Apr 03, 2009 at 08:17:28PM +0100, Miguel Figueiredo wrote:
 Package: aptitude
 Version: n/a
 Tags: l10n, patch
 Severity: wishlist
 
 Updated Portuguese translation for aptitude's debconf messages.
 Translator: Miguel Figueiredo el...@debianpt.org
 Feel free to use it.

Thanks, I committed it. Sorry for the very long delay.

You attached the program translation, not the debconf one.

A few remarks:
 * You changed Pré-definição -- Predefinição. But in the first msgstr
   this disturbs the indentation. I fixed it.
 * Once you remove fuzzy messages, please also remove the corresponding
   #| comments as these are only useful to resolve the fuzzy state.

Jens



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



Bug#547731: Please include b43 in nic-wireless-modules

2009-09-23 Thread Otavio Salvador
If noone objects I think it is worth since it is a quite adaptor in
new netbooks.

On Tue, Sep 22, 2009 at 5:35 PM, Max Vozeler x...@debian.org wrote:
 On Mon, Sep 21, 2009 at 11:58:35PM +0200, Max Vozeler wrote:
 Seems reasonable to include b43 in nic-wireless-modules.

 I checked the changes this implies with 2.6.30-1-amd64:

 - Depends on two other modules: rng-core, ssb

 - Installed-Size of nic-wireless-modules grows by 292k total

 - b43 depends on pcmcia, so nic-wireless-modules will need to
  depend no pcmcia-modules.

 Does this sound reasonable?

        Max




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



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



Bug#409391: Pending upload

2009-09-23 Thread Guillaume Delacour
tags 409391 + pending
thanks

Hello,

Hping3 already have the flood switch but not the tcp mss option.
The patch from NetBSD (pkgsrc) have been reviewed to be included in the
next release of the package for the tcp mss option.

Thanks for the suggestion.



signature.asc
Description: OpenPGP digital signature


Bug#533133: linux-image-2.6.30-1-amd64: Happens here too, but only under high network load

2009-09-23 Thread Lars Luthman
Package: linux-image-2.6.30-1-amd64
Version: 2.6.30-6
Severity: normal

This problem happens for me to, but only under high network load. If I
for example am downloading lots of upgrades from a Debian mirror or
using a torrent, the network can suddenly stop working. I can bring it
up again by unchecking and then checking Enable networking in the
nm-applet menu, but if the network load continues it usually goes down
again within minutes or even seconds. If I stop the process that is
causing the network load it will usually stay up.

This only started happening when I upgraded the kernel from 2.6.29.

-- Package-specific info:
** Version:
Linux version 2.6.30-1-amd64 (Debian 2.6.30-5) (m...@debian.org) (gcc version 
4.3.3 (Debian 4.3.3-5) ) #1 SMP Mon Aug 3 12:28:22 UTC 2009

** Command line:
root=/dev/sda1 ro 

** Tainted: G W (512)

** Kernel log:
[1731472.269957] iwlagn :02:00.0: iwl_tx_agg_start on ra = 
00:24:01:2c:70:60 tid = 0
[1731472.334252] iwlagn :02:00.0: iwl_tx_agg_start on ra = 
00:24:01:2c:70:60 tid = 0
[1731472.399353] iwlagn :02:00.0: iwl_tx_agg_start on ra = 
00:24:01:2c:70:60 tid = 0
[1731472.492886] iwlagn :02:00.0: iwl_tx_agg_start on ra = 
00:24:01:2c:70:60 tid = 0
[1731472.646123] iwlagn :02:00.0: iwl_tx_agg_start on ra = 
00:24:01:2c:70:60 tid = 0
[1731472.667526] iwlagn :02:00.0: iwl_tx_agg_start on ra = 
00:24:01:2c:70:60 tid = 0
[1731472.830416] iwlagn :02:00.0: iwl_tx_agg_start on ra = 
00:24:01:2c:70:60 tid = 0
[1731472.861451] iwlagn :02:00.0: iwl_tx_agg_start on ra = 
00:24:01:2c:70:60 tid = 0
[1731472.874809] iwlagn :02:00.0: iwl_tx_agg_start on ra = 
00:24:01:2c:70:60 tid = 0
[1731473.024140] iwlagn :02:00.0: iwl_tx_agg_start on ra = 
00:24:01:2c:70:60 tid = 0
[1731473.086336] iwlagn :02:00.0: iwl_tx_agg_start on ra = 
00:24:01:2c:70:60 tid = 0
[1731473.264823] iwlagn :02:00.0: iwl_tx_agg_start on ra = 
00:24:01:2c:70:60 tid = 0
[1731473.320042] iwlagn :02:00.0: iwl_tx_agg_start on ra = 
00:24:01:2c:70:60 tid = 0
[1731473.499617] iwlagn :02:00.0: iwl_tx_agg_start on ra = 
00:24:01:2c:70:60 tid = 0
[1731473.580277] iwlagn :02:00.0: iwl_tx_agg_start on ra = 
00:24:01:2c:70:60 tid = 0
[1731473.597186] iwlagn :02:00.0: iwl_tx_agg_start on ra = 
00:24:01:2c:70:60 tid = 0
[1731473.774575] iwlagn :02:00.0: iwl_tx_agg_start on ra = 
00:24:01:2c:70:60 tid = 0
[1731473.961093] iwlagn :02:00.0: iwl_tx_agg_start on ra = 
00:24:01:2c:70:60 tid = 0
[1731474.035112] iwlagn :02:00.0: iwl_tx_agg_start on ra = 
00:24:01:2c:70:60 tid = 0
[1731474.221464] iwlagn :02:00.0: iwl_tx_agg_start on ra = 
00:24:01:2c:70:60 tid = 0
[1731474.404207] iwlagn :02:00.0: iwl_tx_agg_start on ra = 
00:24:01:2c:70:60 tid = 0
[1731474.602241] iwlagn :02:00.0: iwl_tx_agg_start on ra = 
00:24:01:2c:70:60 tid = 0
[1731474.637882] iwlagn :02:00.0: iwl_tx_agg_start on ra = 
00:24:01:2c:70:60 tid = 0
[1731474.795350] iwlagn :02:00.0: iwl_tx_agg_start on ra = 
00:24:01:2c:70:60 tid = 0
[1731474.968115] iwlagn :02:00.0: iwl_tx_agg_start on ra = 
00:24:01:2c:70:60 tid = 0
[1731474.989785] iwlagn :02:00.0: iwl_tx_agg_start on ra = 
00:24:01:2c:70:60 tid = 0
[1731475.195462] iwlagn :02:00.0: iwl_tx_agg_start on ra = 
00:24:01:2c:70:60 tid = 0
[1731475.211368] iwlagn :02:00.0: iwl_tx_agg_start on ra = 
00:24:01:2c:70:60 tid = 0
[1731475.268789] iwlagn :02:00.0: iwl_tx_agg_start on ra = 
00:24:01:2c:70:60 tid = 0
[1731475.448628] iwlagn :02:00.0: iwl_tx_agg_start on ra = 
00:24:01:2c:70:60 tid = 0
[1731534.053911] Registered led device: iwl-phy0::radio
[1731534.053957] Registered led device: iwl-phy0::assoc
[1731534.053995] Registered led device: iwl-phy0::RX
[1731534.054033] Registered led device: iwl-phy0::TX
[1731534.088333] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[1731539.239106] wlan0: authenticate with AP 00:24:01:2c:70:60
[1731539.240938] wlan0: authenticated
[1731539.240946] wlan0: associate with AP 00:24:01:2c:70:60
[1731539.244641] wlan0: RX AssocResp from 00:24:01:2c:70:60 (capab=0x431 
status=0 aid=3)
[1731539.244648] wlan0: associated
[1731539.276984] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[1731544.541633] iwlagn :02:00.0: iwl_tx_agg_start on ra = 
00:24:01:2c:70:60 tid = 0
[1731545.773129] iwlagn :02:00.0: iwl_tx_agg_start on ra = 
00:24:01:2c:70:60 tid = 0
[1731547.058721] iwlagn :02:00.0: iwl_tx_agg_start on ra = 
00:24:01:2c:70:60 tid = 0
[1731548.263586] iwlagn :02:00.0: iwl_tx_agg_start on ra = 
00:24:01:2c:70:60 tid = 0
[1731549.558357] iwlagn :02:00.0: iwl_tx_agg_start on ra = 
00:24:01:2c:70:60 tid = 0
[1731549.880059] wlan0: no IPv6 routers present
[1731634.084080] iwlagn :02:00.0: iwl_tx_agg_start on ra = 
00:24:01:2c:70:60 tid = 0
[1731634.175571] iwlagn :02:00.0: iwl_tx_agg_start on ra = 
00:24:01:2c:70:60 tid = 0
[1731634.576492] iwlagn :02:00.0: iwl_tx_agg_start on ra = 
00:24:01:2c:70:60 tid = 0
[1731653.110935] iwlagn 

Bug#547997: asterisk-h323: Segfault

2009-09-23 Thread Tzafrir Cohen
Hi,

Thanks for the report,

On Wed, Sep 23, 2009 at 08:39:46AM +0200, Nicholas Jullmann wrote:

 Picking a call from a Cisco Callmanager via H323 on a Sip Phone causes  
 an Asterisk Segmentation Fault

Can you provide a h323-level trace? 'h323 debug' ?

What version of Cisco Call Manager?

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir



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



Bug#509204: swaml: Manpage doesn't help wrt config file

2009-09-23 Thread Nacho Barrientos Arias

tags 509204 + upstream
thanks

On 19/12/2008, at 18:04, Olivier Berger wrote:


Package: swaml
Version: 0.1.0-1
Severity: normal

Hi.

Given the description of the tool, I would expect some kind of  
automatic default conversion of an mbox file

to stdout like with most Unix commands, as something like :


[...]

Hello Olivier,

I'd prefer asking upstream to fix the manpage before patching it. Thus  
this bug

is on the upstream side by now.

Nacho




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



Bug#548032: scid: new upstream release, again

2009-09-23 Thread Gabriele Stilli
Package: scid
Version: 1:3.7.3.cvs20090817-1
Severity: wishlist

Hi,

just a reminder that scid 4.0 is out now :-)

Cheers,
Gabriele :-)

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

Kernel: Linux 2.6.29.2 (PREEMPT)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to it_IT.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages scid depends on:
ii  libc6  2.9-25GNU C Library: Shared libraries
ii  libgcc11:4.4.1-1 GCC support library
ii  libstdc++6 4.4.1-1   The GNU Standard C++ Library v3
ii  libx11-6   2:1.2.2-1 X11 client-side library
ii  oss-compat 0.0.4+nmu3OSS compatibility package
ii  python 2.5.4-2   An interactive high-level object-o
ii  tcl8.5 8.5.7-1   Tcl (the Tool Command Language) v8
ii  tk8.5  8.5.7-1   Tk toolkit for Tcl and X11, v8.5 -
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

Versions of packages scid recommends:
ii  libsnack2-alsa [libsnack2 2.2.10-dfsg1-8 Sound extension to Tcl/Tk and Pyth
pn  tdom  none (no description available)
ii  texlive-games 2007.dfsg.17-2 TeX Live: Games typesetting (chess

Versions of packages scid suggests:
pn  crafty  none   (no description available)
ii  glaurung2.2-2free UCI chess engine, to calculat
ii  phalanx 22+d051004-8 Chess playing program
ii  toga2   1.4.1.1SE1-3 computer chess engine, calculates 

-- no debconf information

-- 
http://poisson.phc.unipi.it/~stilli/   ICQ UIN: 159169930
[HT] Lothlorien F.C. (51042, V.192)   #156 Club dei Mille
Meglio essere ottimisti e avere torto, che pessimisti e avere ragione
[Albert Einstein]


signature.asc
Description: Digital signature


Bug#547582: severity ping pong

2009-09-23 Thread Neil Williams
severity 547582 normal
thanks

 Wed, 23 Sep 2009 09:57:04 +
ow...@bugs.debian.org (Debian Bug Tracking System) wrote:

 Processing commands for cont...@bugs.debian.org:
 
  severity 547582 serious
 Bug #547582 [svn-buildpackage] svn-buildpackage: --svn-tag-only fails with ` 
 '@BASE' is just a peg revision. Maybe try '@BASE@' instead?'
 Severity set to 'serious' from 'important'

There is absolutely no justification for such a severity. Lowering.

This is a problem with a specific option within the program. --svn-tag
works fin, other parts of the program work fine. I was going to lower
from important to normal anyway.

RC severity does not mean the bug gets fixed any quicker than before.

-- 


Neil Williams
=
http://www.data-freedom.org/
http://www.nosoftwarepatents.com/
http://www.linux.codehelp.co.uk/



pgpWb3Fe956RQ.pgp
Description: PGP signature


Bug#540678: mention how to see usage upon option error

2009-09-23 Thread Maximilian Gass
Unfortunately, this cannot be fixed without breaking backwards compatibility and
I don't want to speculate where xclip might be used.

The problem is that currently you can just use filenames starting with a dash,
but if you were to recognize invalid options, such filenames would have to be
seperated by --.

I am currently considering creating a modern replacement for xclip that does not
use the X argument parsing style.



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



Bug#548033: new upstream release 4.00

2009-09-23 Thread Felix Zielcke
Package: memtest86+
Version: 2.11-3.1
Severity: wishlist

Upstream has released 4.00:

*  New Features
  o Major Architectural changes
  o First pass twice faster (reduced iterations)
  o Detect DDR2/3 brands and part numbers on Intel DDR2/3 chipsets
  o Added detection for Intel Clarkdale CPU
  o Added detection for Intel Gulftown CPU
  o Added detection for AMD Magny-Cours CPU
  o Added detection for Intel XMP Memory
  o Added for CPU w/ 0.5/1.5/3/6/12/16/18/24MB L3
  o Added clean DMI detection for DDR3/FBDIMM2
  o Better detection of Integrated Memory Controllers

* Bug Fixes
  o Corrected detection for Intel Lynnfield CPU
  o Corrected detection for AMD 45nm K10 CPU
  o Solved crash with AMD Geode LX
  o Complies with SMBIOS 2.6.1 specs
  o Fixed compilation issues with gcc 4.2+
  o Many others bug fixes

PS : Memtest86+ 3.00 was skipped and renamed 4.00 in order to avoid confusion 
with the original Memtest.

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

Kernel: Linux 2.6.30-1-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

memtest86+ depends on no packages.

memtest86+ recommends no packages.

Versions of packages memtest86+ suggests:
pn  grub2 | grub  none (no description available)
pn  hwtools   none (no description available)
pn  kernel-patch-badram   none (no description available)
ii  memtest86 3.5-2.1thorough real-mode memory tester
pn  memtester none (no description available)
pn  mtoolsnone (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



  1   2   3   4   5   >