Bug#466657: cpqarrayd: NMU patch for version 2.2-3.1

2008-02-19 Thread Petter Reinholdtsen

Package: cpqarrayd
Version: 2.2-3.1

Here is the complete patch for my NMU.  config.sub and config.guess
was automatically updated by the build system.

diff -u cpqarrayd-2.2/debian/control cpqarrayd-2.2/debian/control
--- cpqarrayd-2.2/debian/control
+++ cpqarrayd-2.2/debian/control
@@ -2,7 +2,7 @@
 Section: admin
 Priority: extra
 Maintainer: Matt Taggart <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), linux-source-2.6, libsnmp9-dev, autoconf
+Build-Depends: debhelper (>= 4.0.0), linux-source-2.6, libsnmp-dev, autoconf
 Standards-Version: 3.7.2
 
 Package: cpqarrayd
diff -u cpqarrayd-2.2/debian/changelog cpqarrayd-2.2/debian/changelog
--- cpqarrayd-2.2/debian/changelog
+++ cpqarrayd-2.2/debian/changelog
@@ -1,3 +1,12 @@
+cpqarrayd (2.2-3.1) unstable; urgency=low
+
+  * Non-maintainer upload with maintainres consent.
+  * Add LSB header to init.d script (Closes: #451759).
+  * Change build-depend from libsnmp9-dev to libsnmp-dev to get it
+building in unstable.
+
+ -- Petter Reinholdtsen <[EMAIL PROTECTED]>  Wed, 20 Feb 2008 08:33:07 +0100
+
 cpqarrayd (2.2-3) unstable; urgency=medium
 
   * Ack NMU.
diff -u cpqarrayd-2.2/debian/cpqarrayd.init cpqarrayd-2.2/debian/cpqarrayd.init
--- cpqarrayd-2.2/debian/cpqarrayd.init
+++ cpqarrayd-2.2/debian/cpqarrayd.init
@@ -1,6 +1,12 @@
 #! /bin/sh
-#
-# cpqarraydStart/Stop Compaq Array monitor
+### BEGIN INIT INFO
+# Provides:  cpqarrayd
+# Required-Start:$remote_fs $syslog
+# Required-Stop: $remote_fs $syslog
+# Default-Start: 2 3 4 5
+# Default-Stop:  0 1 6
+# Short-Description: Start/Stop Compaq Array monitor
+### END INIT INFO#
 #
 #  Written by Miquel van Smoorenburg <[EMAIL PROTECTED]>.
 #  Modified for Debian 
diff -u cpqarrayd-2.2/config.guess cpqarrayd-2.2/config.guess
--- cpqarrayd-2.2/config.guess
+++ cpqarrayd-2.2/config.guess
@@ -1,10 +1,10 @@
 #! /bin/sh
 # Attempt to guess a canonical system name.
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-#   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
-#   Inc.
+#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
+#   Free Software Foundation, Inc.
 
-timestamp='2006-07-02'
+timestamp='2008-01-23'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -56,8 +56,8 @@
 GNU config.guess ($timestamp)
 
 Originally written by Per Bothner.
-Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 
2002, 2003, 2004, 2005
-Free Software Foundation, Inc.
+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
+2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
@@ -161,6 +161,7 @@
arm*) machine=arm-unknown ;;
sh3el) machine=shl-unknown ;;
sh3eb) machine=sh-unknown ;;
+   sh5el) machine=sh5le-unknown ;;
*) machine=${UNAME_MACHINE_ARCH}-unknown ;;
esac
# The Operating System including object format, if it has switched
@@ -329,7 +330,7 @@
 sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
exit ;;
-i86pc:SunOS:5.*:*)
+i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
exit ;;
 sun4*:SunOS:6*:*)
@@ -531,7 +532,7 @@
echo rs6000-ibm-aix3.2
fi
exit ;;
-*:AIX:*:[45])
+*:AIX:*:[456])
IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk 
'{ print $1 }'`
if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; 
then
IBM_ARCH=rs6000
@@ -780,7 +781,7 @@
 i*:CYGWIN*:*)
echo ${UNAME_MACHINE}-pc-cygwin
exit ;;
-i*:MINGW*:*)
+*:MINGW*:*)
echo ${UNAME_MACHINE}-pc-mingw32
exit ;;
 i*:windows32*:*)
@@ -790,12 +791,18 @@
 i*:PW*:*)
echo ${UNAME_MACHINE}-pc-pw32
exit ;;
-x86:Interix*:[3456]*)
-   echo i586-pc-interix${UNAME_RELEASE}
-   exit ;;
-EM64T:Interix*:[3456]*)
-   echo x86_64-unknown-interix${UNAME_RELEASE}
-   exit ;;
+*:Interix*:[3456]*)
+   case ${UNAME_MACHINE} in
+   x86)
+   echo i586-pc-interix${UNAME_RELEASE}
+   exit ;;
+   EM64T | authenticamd)
+   echo x86_64-unknown-interix${UNAME_RELEASE}
+   exit ;;
+   IA64)
+   echo ia64-unknown-interix${UNAME_RELEASE}
+   exit ;;
+   esac ;;
 [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
echo i${UNAME_MACHINE}-pc-mks
exit ;;
@@ -829,7 +836,14 @@
echo ${UNAME_MACHINE}-pc-minix
exit ;;
 arm

Bug#461349: swish++: kernel issue resolved (itself)

2008-02-19 Thread Gijs Hillenius
Package: swish++
Followup-For: Bug #461349

Hi

I reported that swish++ 'cron indexing hangs with kernel 2.6.24-1-686, but runs 
fine with kernel 2.6.22-3-686. Well, after booting in 2.6.24 I rm'd the index 
and 
reran swish++ and well, the 'zombie' process disappeared.

Thx

Gijs

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

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

Versions of packages swish++ depends on:
ii  libc6  2.7-8 GNU C Library: Shared libraries
ii  libstdc++6 4.3-20080202-1The GNU Standard C++ Library v3
ii  perl [perl5]   5.8.8-12  Larry Wall's Practical Extraction 
ii  zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime

swish++ recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#461352: Intent to NMU

2008-02-19 Thread Norbert Preining
On Di, 19 Feb 2008, Margarita Manterola wrote:
> Since this bug is only marked important, I'll be uploading to the 5-day
> delayed queue.  This means that the fixed package will go into sid by
> February 24th.

I uploaded texinfo -4 ...

Bye


Norbert

---
Dr. Norbert Preining <[EMAIL PROTECTED]>Vienna University of Technology
Debian Developer <[EMAIL PROTECTED]> Debian TeX Group
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
`Er, hey Earthman...'
`Arthur,' said Arthur.
`Yeah, could you just sort of keep this robot with you and
guard this end of the passageway. OK?'
What from? You just said there's no
one here.'
`Yeah, well, just for safety, OK?' said Zaphod.
`Whose? Yours or mine?'
 --- Arthur drawing the short straw on Magrathea.
 --- Douglas Adams, The Hitchhikers Guide to the Galaxy



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#446665: mercury: should this package be removed?

2008-02-19 Thread Peter Hawkins
Hi...

On Feb 20, 2008 9:50 AM, Paul Bone <[EMAIL PROTECTED]> wrote:
> Mercury also supports 'grades', this makes it different to other
> compliers and more interesting to package.  Each grade represents a
> complier backend and some options.  There are two C backends, a Java
> backend, and Erlang backend and a MSIL backend.  Options can include
> optional garbage collection (as apposed to never reclaiming memory),
> profiling support, debugging support and more.
>
> I'd like to package the library and runtime for each grade.  These can
> all be installed concurrently and won't conflict.

There are at least two issues you may have to deal with here:
* Mercury does not provide any guarantees about a stable library ABI,
so you'll have difficulty packaging grades using shared libraries and
not breaking applications when you update the libraries.
* Mercury standard libraries can be very large (tens of megabytes in
some of the debug grades), so packaging every possible grade seems
rather wasteful of archive space. If you ask me, you need to pick a
small set of useful grades which cover most use cases. I'm not sure
how many architectures Debain supports at the moment, but if you
aren't careful you could easily consume hundreds of megabytes of
fileserver space just on Mercury library grades (10+ architectures *
10s of Mb/grade * many grades).

Peter



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#345093: Please remove recommends of imagemagick from gnome-applets

2008-02-19 Thread EspeonEefi
Package: gnome-applets
Version: 2.20.1-2
Followup-For: Bug #345093

Just to poke this bug again, it would probably be nice for the outdated
and unnecessary recommends on imagemagick to go away from gnome-applets.
Note that this has extra importance now that apt-get installs recommends
by default.

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

Kernel: Linux 2.6.24-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 gnome-applets depends on:
ii  debconf [debconf-2.0]  1.5.19Debian configuration management sy
ii  gconf2 2.20.1-3  GNOME configuration database syste
ii  gnome-applets-data 2.20.1-2  Various applets for GNOME 2 panel 
ii  gnome-icon-theme   2.20.0-1  GNOME Desktop icon theme
ii  gnome-panel2.20.3-3  launcher and docking facility for 
ii  gstreamer0.10-alsa 0.10.17-3 GStreamer plugin for ALSA
ii  gstreamer0.10-plugins-good 0.10.6-4  GStreamer plugins from the "good" 
ii  libapm13.2.2-8.1 Library for interacting with APM d
ii  libatk1.0-01.20.0-1  The ATK accessibility toolkit
ii  libbonoboui2-0 2.21.90-1 The Bonobo UI library
ii  libc6  2.7-8 GNU C Library: Shared libraries
ii  libcpufreq0002-7 shared library to deal with the cp
ii  libdbus-1-31.1.4-1   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.74-1simple interprocess messaging syst
ii  libgconf2-42.20.1-3  GNOME configuration database syste
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.14.6-1  The GLib library of C routines
ii  libgnome-desktop-2 2.20.3-1  Utility library for loading .deskt
ii  libgnome2-02.20.1.1-1The GNOME 2 library - runtime file
ii  libgnomekbd1   2.20.0-1  GNOME library to manage keyboard c
ii  libgnomekbdui1 2.20.0-1  User interface library for libgnom
ii  libgnomeui-0   2.20.1.1-1The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.20.1-2GNOME Virtual File System (runtime
ii  libgnomevfs2-extra 1:2.20.1-2GNOME Virtual File System (extra m
ii  libgstreamer-plugins-base0 0.10.17-3 GStreamer libraries from the "base
ii  libgstreamer0.10-0 0.10.17-2 Core GStreamer libraries and eleme
ii  libgtk2.0-02.12.8-1  The GTK+ graphical user interface 
ii  libgtop2-7 2.20.1-1  gtop system monitoring library
ii  libgucharmap6  1:1.10.2-1Unicode browser widget library (sh
ii  libhal10.5.10-5  Hardware Abstraction Layer - share
ii  libnotify1 [libnotify1-gtk 0.4.4-3   sends desktop notifications to a n
ii  liboobs-1-32.20.0-1  GObject based interface to system-
ii  libpanel-applet2-0 2.20.3-3  library for GNOME Panel applets
ii  libpango1.0-0  1.18.4-1  Layout and rendering of internatio
ii  libwnck22  2.20.3-1  Window Navigator Construction Kit 
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxklavier11  3.3-2 X Keyboard Extension high-level AP
ii  libxml22.6.31.dfsg-1 GNOME XML library
ii  python 2.4.4-6   An interactive high-level object-o

Versions of packages gnome-applets recommends:
ii  deskbar-applet2.20.2-1   universal search and navigation ba
ii  gnome-media   2.20.1-3   GNOME media utilities
ii  gnome-netstatus-applet2.12.1-1   Network status applet for GNOME 2
ii  gnome-system-monitor  2.20.2-1   Process viewer and system resource
pn  imagemagick(no description available)
ii  python-gnome2 2.20.1-2   Python bindings for the GNOME desk

-- debconf information:
  gnome-applets/cpufreq_SUID_bit: false



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#459493: acpid: Problem with LSB header in init.d script

2008-02-19 Thread Petter Reinholdtsen

Any hope to have it fixed soon?  This bug messes up the boot and
shutdown sequence for those using dependency based boot sequencing.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#466433: ITP: dkfilter -- implements domainKeys message signing and verification

2008-02-19 Thread Thomas Goirand
Scott Kitterman wrote:
>> As Yahoo! requests DomainKeys to be implemented for sending mail to
>> them, it's quite urgent that this package reaches SID asap to allow
>> people to be able to send email to Yahoo!
> 
> This is not correct.  Yahoo! will be moving from DK to DKIM 'real soon'.  
> Additionally it's not clear that Yahoo! uses DK/DKIM signatures in their 
> inbound filtering.  Last I checked (it's been a few months) they still set 
> the test flag on their outbound signstures. 
>  
>> Note that this package is NOT to be confused with dk-filter (with a
>> dash) that is a package for Sendmail, and that has nothing to do with
>> the perl scripts for which I'm doing an ITP (even though both intend
>> to implement DomainKeys, one is for Sendmail, while this one is for
>> Postfix).
> 
> Postfix 2.3 and later support Sendmail milters.  I've been running 
> dkim-filter (the DKIM equivalent of dk-filter) for nearly a year with 
> Postfix 2.3/2.4 with no problems.
> 
> Personally, I wouldn't waste any time on DK.  It's time is nearly past.
> 
> Scott K

Hi,

Thanks for your remarks.

At the time of packaging dkfilter, I didn't know about dkim-filter. The
project here:

http://dkimproxy.sourceforge.net/

that is the "sister" project that is said to "supersede" dkfilter is
still in development. I thought we would package dkimproxy later on, and
use dkfilter in the mean while.

Now, dkfilter exists, and thanks to it, Yahoo! is not blocking our mail
any more on our servers. So we are quite happy with it, and we will work
later on with other project. I still would appreciate a lot if dkfilter
was in SID so we could continue to work with it until we adapt our
software to any dkim singing system.

Thomas




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#466656: "not in gzip format" error message because apt-file saves 404 error messages

2008-02-19 Thread Tino Keitel
Package: apt-file
Version: 2.0.8.2
Severity: normal

When no Contents-.gz is found by curl, apt-file saves the 404 error
message. This causes annoying messages at each apt-file run:

$ apt-file search foobarbaz

gzip:
/var/cache/apt/apt-file/ftp.de.debian.org_debian_dists_.._project_experimental_Contents-i386.gz:
not in gzip format

gzip:
/var/cache/apt/apt-file/debian-mirrors.sdinet.de_debian-multimedia_dists_sid_Contents-i386.gz:
not in gzip format

gzip:
/var/cache/apt/apt-file/home.arcor.de_scorpidnb_mythtv_current-scorpi_debian_dists_sid_Contents-i386.gz:
not in gzip format
$

When there is no contents file available, apt-file should just save nothing.

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

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

Versions of packages apt-file depends on:
ii  curl  7.18.0-1   Get a file from an HTTP, HTTPS or 
ii  gzip  1.3.12-5   The GNU compression utility
ii  libapt-pkg-perl   0.1.22 Perl interface to libapt-pkg
ii  libconfig-file-perl   1.41-1 Parses simple configuration files
ii  perl  5.8.8-12   Larry Wall's Practical Extraction 
ii  wget  1.10.2-3   retrieves files from the web

apt-file recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#458722: hibernate: Problem with LSB header in init.d script

2008-02-19 Thread Petter Reinholdtsen

Any hope to have it fixed soon?  This bug messes up the boot sequence
for those using dependency based boot sequencing.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#458442: rsync: Slightly wrong LSB header in init.d script

2008-02-19 Thread Petter Reinholdtsen

Any hope to have it fixed soon?  This bug messes up the boot and
shutdown sequence for those using dependency based boot sequencing.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#458502: xen-utils-common: Slight problem with LSB header in init.d script

2008-02-19 Thread Petter Reinholdtsen
Any hope to have it fixed soon?  This bug messes up the boot and
shutdown sequence for those using dependency based boot sequencing.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#465347: Bazaar apt repository (was: Bug#465347: Too many messages are marked fuzzy in apt-0.7.10)

2008-02-19 Thread Christian Perrier
Quoting Wiktor Wandachowicz ([EMAIL PROTECTED]):
> Well, I think I've found it:
> http://packages.qa.debian.org/a/apt.html
> 
> And there is the "Version Control" link pointing to:
> http://bzr.debian.org/apt/
> 
> However, it looks like all subdirectories are empty :-(
> 
> Is it okay then to fetch source packages from adresses below?
> 
> * http://packages.debian.org/sid/apt
>   http://ftp.de.debian.org/debian/pool/main/a/apt/apt_0.7.11.tar.gz
> * http://packages.debian.org/lenny/apt
>   http://ftp.de.debian.org/debian/pool/main/a/apt/apt_0.7.10.tar.gz
> * http://packages.debian.org/etch/apt
>   http://ftp.de.debian.org/debian/pool/main/a/apt/apt_0.6.46.4-0.1.tar.gz

The debian-sid version is synced on:

bzr+ssh://bzr.debian.org/bzr/apt/debian-sid/




signature.asc
Description: Digital signature


Bug#466655: the expression {x=(); echo ${+x[(r)blah]}} changes meaning between 4.3.2 and current version

2008-02-19 Thread Frederik Eaton
Package: zsh
Version: 4.3.5-2
Severity: normal

Hello, one of my scripts has broken because of the following change:

$ zsh --version
zsh 4.3.2 (i686-pc-linux-gnu)
$ x=(); echo ${+x[(r)blah]}
0

$ zsh --version
zsh 4.3.5 (i686-pc-linux-gnu)
$ x=(); echo ${+x[(r)blah]}
1

Is the behaviour of zsh's parameter expansion supposed to be stable?

Thanks,

Frederik

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

Kernel: Linux 2.6.22-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 zsh depends on:
ii  libc6 2.7-6  GNU C Library: Shared libraries
ii  libcap1   1:1.10-14  support for getting/setting POSIX.
ii  libncursesw5  5.6+20080105-1 Shared libraries for terminal hand

Versions of packages zsh recommends:
ii  libpcre3  7.4-1  Perl 5 Compatible Regular Expressi

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#464799: debian-installer: can't use Canadian Keyboard (it use legacy canadian)

2008-02-19 Thread Christian Perrier
Quoting Bruno ([EMAIL PROTECTED]):

> Well your refference is wrong :). xorg has it quite good (layout=ca
> variant=multi)
> 
> if you want a picture, it's there:
> -- http://www.oqlf.gouv.qc.ca/images/ti/clavier.gif . or if you want
> to use it in X: setxkbmap -model pc105 -layout ca -variant fr (that
> would be the best I think...)


Sorry, but while I agree that the "fr" variant *has* plusminus and the
like for ALTGR+1 (and not ALT+1 as you mentioned) the "multi" variant
*does not*.

See /usr/share/X11/xkb/symbols/ca

"setxkbmap -model pc105 -layout ca -variant multi" is what should be
textes in X, to my understanding, not "-variant fr"

So, what I want to be confirmed or not is whether the Canadian Multilingual
keyboards do have plusminus carved at the bottom right of the "1" key
or not.

If they do, then the X keymap is *also* wrong.




signature.asc
Description: Digital signature


Bug#466654: hyperspec: [INTL:fr] French debconf templates translation update

2008-02-19 Thread Christian Perrier
Package: hyperspec
Version: N/A
Severity: wishlist
Tags: patch l10n

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

If you do not already use it, you might consider using the
"podebconf-report-po" utility, which helps warning translators about
changes when you modify some debconf templates in your packages.

The usual policy when using it is sending a warning to translators
when you plan to upload a version of your package with debconf
templates changes (even typo corrections). Then leave about one week
for them to update their files (several translation teams have a QA
process which requires time).

podebconf-report-po will take care of sending the translators the
needed material as well as getting the translators adresses from the
PO files. All you have to do is just using the utility..:-)

Example use (from your package build tree):

$ podebconf-report-po

This will go through debian/po/*.po files, find those needing an
update, extract the translators data from these files and prepare a
mail to send to these translators (you can also use the
"--languageteam" switch to also mail the mail addresses listed in
"Language-Team" field).

You can also use this utility to request for new translations:

$ podebconf-report-po --call

This will send a mail to [EMAIL PROTECTED] with all the
needed information and material for new translators to add new
languages to your supported languages.

If you apply this policy, please forget about these remarks, of
courseThis message is generic..:-)


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

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
#
msgid ""
msgstr ""
"Project-Id-Version: hyperspec\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2008-02-18 22:51+0100\n"
"PO-Revision-Date: 2005-03-06 20:30+0100\n"
"Last-Translator: Eric Madesclair <[EMAIL PROTECTED]>\n"
"Language-Team: French <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: boolean
#. Description
#: ../templates:1001
msgid "Download the hyperspec book from the Internet?"
msgstr "Faut-il télécharger le livre depuis Internet ?"

#. Type: boolean
#. Description
#: ../templates:1001
msgid ""
"You don't have the file /root/tmp/HyperSpec-6-0.tar.gz. You may want to "
"download this file from internet now and proceed with the installation "
"afterward."
msgstr ""
"Le livre électronique sur hyperspec n'est pas présent sur votre système. "
"Vous pouvez télécharger maintenant le fichier « /root/tmp/HyperSpec-6-0.tar."
"gz » depuis Internet et l'installer plus tard."

#. Type: boolean
#. Description
#: ../templates:2001
msgid "Unable to download. Try again?"
msgstr "Téléchargement impossible, voulez-vous réessayer ?"

#. Type: boolean
#. Description
#: ../templates:2001
msgid ""
"An error occured during the download of the hyperspec from the Internet. You "
"may now request to try the download again."
msgstr ""
"Une erreur s'est produite pendant le téléchargement de hyperspec. Vous "
"pouvez recommencer le téléchargement maintenant."

#. Type: note
#. Description
#: ../templates:3001
msgid "Aborting"
msgstr "Abandon du téléchargement"

#. Type: note
#. Description
#: ../templates:3001
msgid ""
"The download of the hyperspec from internet failed. You can try reinstalling "
"the file another time."
msgstr ""
"Le téléchargement de hyperspec depuis Internet a échoué. Vous pourrez "
"essayer de le réinstaller plus tard."


Bug#466650: The png file.

2008-02-19 Thread Charles Plessy
Sorry, I forgot to attach it...

-- 
Charles
<>

Bug#466653: ipfm: Please add LSB formatted dependency info in init.d script

2008-02-19 Thread Petter Reinholdtsen

Package:  ipfm
Version:  0.11.5-4
Tags: patch
User: [EMAIL PROTECTED]
Usertags: missing-dependency

To be able to check boot script order, and also to be able to start
boot scripts in parallel, it is important to know the dependencies of
the various boot scripts.  The Linux Software Base specifies a init.d
header file format useful for this purpose, and adding such header to
the anacron init.d script would make it possible for me to use this
information to check the current sequence and to speed up the debian
boot.

I am working on a system to update the boot sequence based on these
dependencies, and would like see this as the default in Lenny.
Because of this, it is nice if the dependencies was updated quickly.

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
http://wiki.debian.org/LSBInitScripts>.

Here is a patch to document the dependencies.  I hope this is correct.

diff -ur ipfm-0.11.5.orig/debian/init ipfm-0.11.5/debian/init
--- ipfm-0.11.5.orig/debian/init2008-02-20 07:56:28.0 +0100
+++ ipfm-0.11.5/debian/init 2008-02-20 07:58:52.0 +0100
@@ -1,4 +1,11 @@
 #! /bin/sh
+### BEGIN INIT INFO
+# Provides:  ipfm
+# Required-Start:$remote_fs $syslog
+# Required-Stop: $remote_fs $syslog
+# Default-Start: 2 3 4 5
+# Default-Stop:  0 1 6
+### END INIT INFO

 PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
 DAEMON=/usr/sbin/ipfm

As the stop script do not seem to do much except killing the daemon,
that task might be better left to the sendsigs script in runlevel 0
and 6, to speed up shutdown.  If this is indeed the case, I recommend
removing 0 and 6 from the Default-Stop list.

Happy hacking,
--
Petter Reinholdtsen



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#406761: more info

2008-02-19 Thread Matthew Mueller
On Mon, May 21, 2007 at 11:50:32AM -0400, [EMAIL PROTECTED] wrote:
> 
> I'm getting the same error.  Bittornado has had the same problem for a while 
> now.
> 
> 
> 
> The cause is in how Unicode is handled in the .torrent file.  When a torrent 
> has files in it with Unicode characters, two versions of the file name are 
> stored.  One in utf8 format, the other stripped to  ASCII.  Some broken 
> clients **cough** BitComet **cough** put garbage characters in the ASCII 
> string when they generate a torrent with Unicode characters.  When cfv hits 
> these characters, it barfs.
> 

Actually there are two different standards for how non-ascii text should
be handled in a torrent file.  One is to include an 'encoding' field in
the torrent metainfo which specifies what encoding is used for all the
strings.  Cfv supports this.

The other is as you mention, where all the filenames contain two
versions, one that's useless (in unknown encoding, or maybe just
garbage), and the .utf-8 version.  Cfv doesn't currently support this,
so it just tries to read the normal filename and since it doesn't know
the charset it defaults to the safe value, ascii.  I'll add handling
this type of torrent to my todo list.

(Actually there is the third method which lamer/older clients use: just
include the raw strings in whatever random encoding and not specify
anything.  Not much can be done about that, though, other than letting
the user specify an encoding to use.  (The cfv 2.x devel code does allow
that.))

-- 
Matthew Mueller
[EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#466482: Locales: es_CR.UTF-8 lacks 12-hour format in LC_TIME

2008-02-19 Thread Aurelien Jarno
Niko Cavallini Araya a écrit :
>> ...I will ask in the local linux communities for input.
> 
> Well the proper way to refer to 12-hour format is "a.m." and "p.m.".
> 
> Acording to the "Real Academia Española" (Royal Spanish Academy)
> (1)(2) "ante merídiem" (a.m.) and "post merídiem" (p.m.) is the proper
> way to use 12-hour format. This applies to all spanish speaking
> countries, so this might be used for all spanish locales.

This defines the abbreviation which is surely common among all spanish
locales, but I am not so sure that the am/pm format is the prefered
format. This does not seems the case in Spain for example.

-- 
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian developer   | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#443136: Forwarding some bugs to upstream..

2008-02-19 Thread Kartik Mistry
forwarded 167277 Joe Orton <[EMAIL PROTECTED]>
forwarded 410703 Joe Orton <[EMAIL PROTECTED]>
forwarded 443136 Joe Orton <[EMAIL PROTECTED]>
stop

Hi Joe,

Can you please look at these 3 important bug reports at Debian BTS?

#167277: sitecopy: exclude keyword doesn't always work
http//bugs.debian.org/167277

# #410703: SIGINT corrupts storage file
http//bugs.debian.org/410703

#443136: tries to create directories in wrong order
http//bugs.debian.org/443136

Thanks a lot!

-- 
 Cheers,
 Kartik Mistry | 0xD1028C8D | IRC: kart_
 Blogs: {ftbfs,kartikm}.wordpress.com



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#466591: Cannot verify .md5 and .cfv files containing chars > 127

2008-02-19 Thread Stefan Alfredsson
Alain Kalker wrote:
> When verifying .md5 or .cfv files which contain filenames containing
> chars with values > 127 (in ISO-8859), cfv reports the corresponding
> files as missing.

With LC_ALL="sv_SE" and LANG="en_US", and Python 2.3.5, the following
works for me:

host:/tmp/cfv-test> echo tästar > tästar
host:/tmp/cfv-test> cfv -C
cfv-test.sfv: 1 files, 1 OK.  0.001 seconds, 6.3K/s
host:/tmp/cfv-test> cfv
cfv-test.sfv: 1 files, 1 OK.  0.001 seconds, 7.2K/s
host:/tmp/cfv-test> echo abcd > tästar
host:/tmp/cfv-test> cfv
tästar : crc does not match (e6788c7b!=588aa4ac)
cfv-test.sfv: 1 files, 0 OK, 1 badcrc.  0.001 seconds, 4.6K/s
host:/tmp/cfv-test>


Can you send me a non-working .sfv or .md5 file?


> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

(I also tested the above with this locale, no difference)

Regards,
 Stefan





Bug#466652: moc: No relevant classes found. No output generated.

2008-02-19 Thread David Liontooth
Package: moc
Version: 1:2.5.0~alpha2-2
Severity: normal


Not sure what's going on here -- on a 64-bit machine, "No output generated."
Could it be an alsa issue?

$ ffmpeg -i Jobim.mp3

Input #0, mp3, from 'Jobim.mp3':
  Duration: 00:02:02.6, start: 0.00, bitrate: 128 kb/s
Stream #0.0: Audio: mp3, 44100 Hz, stereo, 128 kb/s

$ strace moc Jobim.mp3
execve("/usr/bin/moc", ["moc", "Jobim.mp3"], [/* 17 vars */]) = 0
brk(0)  = 0x69
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x2b9c742ca000
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x2b9c742cb000
access("/etc/ld.so.preload", R_OK)  = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)  = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=178346, ...}) = 0
mmap(NULL, 178346, PROT_READ, MAP_PRIVATE, 3, 0) = 0x2b9c742cd000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or directory)
open("/usr/lib/libstdc++.so.6", O_RDONLY) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260H\5\004"..., 832) = 
832
fstat(3, {st_mode=S_IFREG|0644, st_size=1005048, ...}) = 0
mmap(0x300400, 3174408, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 
0) = 0x300400
mprotect(0x30040ec000, 2097152, PROT_NONE) = 0
mmap(0x30042ec000, 36864, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xec000) = 0x30042ec000
mmap(0x30042f5000, 73736, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x30042f5000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or directory)
open("/lib/libm.so.6", O_RDONLY)= 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260>\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=526560, ...}) = 0
mmap(NULL, 2621672, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x2b9c744cb000
mprotect(0x2b9c7454b000, 2093056, PROT_NONE) = 0
mmap(0x2b9c7474a000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7f000) = 0x2b9c7474a000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or directory)
open("/lib/libgcc_s.so.1", O_RDONLY)= 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 ,\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=93016, ...}) = 0
mmap(NULL, 2188856, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x2b9c7474c000
mprotect(0x2b9c74762000, 2097152, PROT_NONE) = 0
mmap(0x2b9c74962000, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x2b9c74962000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or directory)
open("/lib/libc.so.6", O_RDONLY)= 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\342"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1420624, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x2b9c74963000
mmap(NULL, 3527256, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x2b9c74964000
mprotect(0x2b9c74ab8000, 2097152, PROT_NONE) = 0
mmap(0x2b9c74cb8000, 20480, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x154000) = 0x2b9c74cb8000
mmap(0x2b9c74cbd000, 16984, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x2b9c74cbd000
close(3)= 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x2b9c74cc2000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x2b9c74cc3000
arch_prctl(ARCH_SET_FS, 0x2b9c74cc2b10) = 0
mprotect(0x2b9c74cb8000, 12288, PROT_READ) = 0
mprotect(0x30042ec000, 24576, PROT_READ) = 0
munmap(0x2b9c742cd000, 178346)  = 0
brk(0)  = 0x69
brk(0x6b1000)   = 0x6b1000
open("Jobim.mp3", O_RDONLY) = 3
ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff367f9ce0) = -1 ENOTTY 
(Inappropriate ioctl for device)
fstat(3, {st_mode=S_IFREG|0644, st_size=1962112, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x2b9c742cd000
read(3, "%\252\322\321\\Qz\242)\357O\336\243\261\0Z\376\377\347"..., 8192) = 
8192
read(3, "\0054\245\367\225\351\234\315\326\377\232\242H\227\207"..., 8192) = 
8192
read(3, "\22\0252\n\307m\5\346c{/-\227\367h\235\373\377\224\330"..., 8192) = 
8192
read(3, "\344/M\310\334\271%\207\312\365MC\204\327\261kN%&<\373"..., 8192) = 
8192
read(3, "\357\355\377\355\257\377\373z\177o\377\377\377\355\371"..., 8192) = 
8192
read(3, "D\301\22\232%\24P\302ru\306\347\374`*\210\2\365\3618o\352"..., 8192) = 
8192
read(3, "\t\241\306\243\251\10\r\325^\366[\2343\257\323q\24\34\360"..., 8192) = 
8192
read(3, "\6i\316\315\333\322\323\271\335V\323\240

Bug#466591: Cannot verify .md5 and .cfv files containing chars > 127

2008-02-19 Thread Matthew Mueller
On Tue, Feb 19, 2008 at 09:31:41PM +0100, Alain Kalker wrote:
> When verifying .md5 or .cfv files which contain filenames containing 
> chars with values > 127 (in ISO-8859), cfv reports the corresponding 
> files as missing.
> I don't know if this problem is related to bug #406761, but that bug 
> suggests a specific problem with the encoding of UTF-8 characters in 
> .torrent files. If these problems are related, please feel free to merge 
> the bugs.

It's similar to that bug, but not the same cause.  In this case, cfv
(1.x) has no understanding of encodings for text checksum files, and
since the files are encoded in iso-8859-? but your system is probably
using utf-8 for filenames, the bytes just aren't going to match up.  For
the text-based formats you can work around this pretty easily by
manually converting the files:
"iconv -f iso-8859-1 -t utf-8 foo.md5 > foo.utf8.md5"

Therefore, I say that this isn't really a bug at all.  cfv 1.x certainly
can verify files with chars > 127 as long as the encoding matches the
one used by your system.

If you want, you can consider it as a feature request for built-in
encoding handling.  Actually, the cfv 2.x devel code already has
encoding knowledge so you could just do:
"cfv --encoding=iso-8859-1 -f foo.md5"
However I'm (slowly) doing some major refactoring on it and it's not
ready for release yet :(

-- 
Matthew Mueller
[EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#466650: icedove: Duplicate entries for English spellchecking.

2008-02-19 Thread Charles Plessy
Package: icedove
Version: 2.0.0.9-3
Severity: minor

Dear Alexander,

icedove displays English twice when activating the spellcheck button:
once as a language name ("English (GB)" or "English (US)"), and once as
a locale name ("en_GB" or "en_US").

(see attached picture).

Have a nice day,

-- Charles Plessy, Wakō, Saitama, Japan

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

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

Versions of packages icedove depends on:
ii  debianutils 2.28.2   Miscellaneous utilities specific t
ii  fontconfig  2.4.2-1.2generic font configuration library
ii  libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii  libc6   2.7-4GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1+lenny2  The Cairo 2D vector graphics libra
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libgcc1 1:4.3-20071020-1 GCC support library
ii  libglib2.0-02.14.3-1 The GLib library of C routines
ii  libgtk2.0-0 2.12.1-1 The GTK+ graphical user interface 
ii  libhunspell-1.1-0   1.1.9-1  spell checker and morphological an
ii  libjpeg62   6b-14The Independent JPEG Group's JPEG 
ii  libnspr4-0d 4.7.0~1.9b1-1NetScape Portable Runtime Library
ii  libnss3-1d  3.12.0~1.9b1-2   Network Security Service libraries
ii  libpango1.0-0   1.18.4-1 Layout and rendering of internatio
ii  libstdc++6  4.2.2-4  The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxft2 2.1.12-2 FreeType-based font drawing librar
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxrender1 1:0.9.4-1X Rendering Extension client libra
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
ii  psmisc  22.5-1   Utilities that use the proc filesy
ii  zlib1g  1:1.2.3.3.dfsg-7 compression library - runtime

icedove recommends no packages.

-- debconf information:
  icedove/browser: Debian




Bug#466651: systune: Please add LSB formatted dependency info in init.d script

2008-02-19 Thread Petter Reinholdtsen

Package:  systune
Version:  0.5.6
Tags: patch
User: [EMAIL PROTECTED]
Usertags: missing-dependency

To be able to check boot script order, and also to be able to start
boot scripts in parallel, it is important to know the dependencies of
the various boot scripts.  The Linux Software Base specifies a init.d
header file format useful for this purpose, and adding such header to
the anacron init.d script would make it possible for me to use this
information to check the current sequence and to speed up the debian
boot.

I am working on a system to update the boot sequence based on these
dependencies, and would like see this as the default in Lenny.
Because of this, it is nice if the dependencies was updated quickly.

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
http://wiki.debian.org/LSBInitScripts>.

Here is a patch to document the dependencies.  I hope this is correct.

diff -ur systune-0.5.6.orig/debian/packages systune-0.5.6/debian/packages
--- systune-0.5.6.orig/debian/packages  2005-09-23 16:12:38.0 +0200
+++ systune-0.5.6/debian/packages   2008-02-20 07:46:57.0 +0100
@@ -75,6 +75,13 @@
  esac
 Init: sh
  start 50 2 3 4 5 .
+ ### BEGIN INIT INFO
+ # Provides:  systune
+ # Required-Start:$remote_fs $syslog
+ # Required-Stop:
+ # Default-Start: 2 3 4 5
+ # Default-Stop:
+ ### END INIT INFO
  .
  PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
  PROGRAM=/usr/sbin/systune

As the stop script do not seem to do much except killing the daemon,
that task might be better left to the sendsigs script in runlevel 0
and 6, to speed up shutdown.  If this is indeed the case, I recommend
removing 0 and 6 from the Default-Stop list.

Happy hacking,
--
Petter Reinholdtsen



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#466584: [pkg-mono-group] Bug#466584: xsp: [INTL:fr] French debconf templates translation update

2008-02-19 Thread Christian Perrier
Quoting Mirco Bauer ([EMAIL PROTECTED]):
> On Tue, 2008-02-19 at 20:26 +0100, Christian Perrier wrote:
> > If you do not already use it, you might consider using the
> > "podebconf-report-po" utility, which helps warning translators about
> > changes when you modify some debconf templates in your packages.
> 
> I tried that utility and unfortunately it only support sending emails
> using SMTP instead of the local sendmail application. My workstation can
> only send emails out using the sendmail application, as it's a forward
> only setup that sends the email using TLS + SMTP AUTH to the real MTA.
> 
> Could you please send those notification emails for me?


Well, I can't do it for all maintainers..:-)

Have you tried the --postpone option that saves these mails in a
mbox-style file ?




signature.asc
Description: Digital signature


Bug#466648: clamsmtp: Please add LSB formatted dependency info in init.d script

2008-02-19 Thread Petter Reinholdtsen

Package:  clamsmtp
Version:  1.6-1
Tags: patch
User: [EMAIL PROTECTED]
Usertags: missing-dependency

To be able to check boot script order, and also to be able to start
boot scripts in parallel, it is important to know the dependencies of
the various boot scripts.  The Linux Software Base specifies a init.d
header file format useful for this purpose, and adding such header to
the anacron init.d script would make it possible for me to use this
information to check the current sequence and to speed up the debian
boot.

I am working on a system to update the boot sequence based on these
dependencies, and would like see this as the default in Lenny.
Because of this, it is nice if the dependencies was updated quickly.

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
http://wiki.debian.org/LSBInitScripts>.

Here is a patch to document the dependencies.  I hope this is correct.

diff -ur clamsmtp-1.8.orig/debian/clamsmtp.init 
clamsmtp-1.8/debian/clamsmtp.init
--- clamsmtp-1.8.orig/debian/clamsmtp.init  2008-02-20 07:38:05.0 
+0100
+++ clamsmtp-1.8/debian/clamsmtp.init   2008-02-20 07:39:47.0 +0100
@@ -1,4 +1,11 @@
 #!/bin/sh
+### BEGIN INIT INFO
+# Provides:  clamsmtp
+# Required-Start:$remote_fs $syslog
+# Required-Stop: $remote_fs $syslog
+# Default-Start: 2 3 4 5
+# Default-Stop:  0 1 6
+### END INIT INFO
 #
 # clamsmtp init.d script for Debian
 #

As the stop script do not seem to do much except killing the daemon,
that task might be better left to the sendsigs script in runlevel 0
and 6, to speed up shutdown.  If this is indeed the case, I recommend
removing 0 and 6 from the Default-Stop list.

Happy hacking,
--
Petter Reinholdtsen



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#466649: ssbd: Please add LSB formatted dependency info in init.d script

2008-02-19 Thread Petter Reinholdtsen

Package:  ssbd
Version:  0.10-1
Tags: patch
User: [EMAIL PROTECTED]
Usertags: missing-dependency

To be able to check boot script order, and also to be able to start
boot scripts in parallel, it is important to know the dependencies of
the various boot scripts.  The Linux Software Base specifies a init.d
header file format useful for this purpose, and adding such header to
the anacron init.d script would make it possible for me to use this
information to check the current sequence and to speed up the debian
boot.

I am working on a system to update the boot sequence based on these
dependencies, and would like see this as the default in Lenny.
Because of this, it is nice if the dependencies was updated quickly.

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
http://wiki.debian.org/LSBInitScripts>.

Here is a patch to document the dependencies.  I hope this is correct.

diff -ur ssbd-0.10.orig/debian/ssbd.init ssbd-0.10/debian/ssbd.init
--- ssbd-0.10.orig/debian/ssbd.init 2008-02-20 07:42:13.0 +0100
+++ ssbd-0.10/debian/ssbd.init  2008-02-20 07:43:31.0 +0100
@@ -1,4 +1,11 @@
 #! /bin/sh
+### BEGIN INIT INFO
+# Provides:  ssbd
+# Required-Start:$remote_fs $syslog
+# Required-Stop: $remote_fs $syslog
+# Default-Start: 2 3 4 5
+# Default-Stop:  0 1 6
+### END INIT INFO
 #
 # cwdaemon  A Morse daemon.
 #

As the stop script do not seem to do much except killing the daemon,
that task might be better left to the sendsigs script in runlevel 0
and 6, to speed up shutdown.  If this is indeed the case, I recommend
removing 0 and 6 from the Default-Stop list.

Happy hacking,
--
Petter Reinholdtsen



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#459198:

2008-02-19 Thread Byte Smythe
Apparently, the latest version in Debian was not compiled against the
soundtouch library. See this post:

http://www.audacityteam.org/forum/viewtopic.php?f=18&t=1725

bytesmythe


Bug#443272: Is there an experimental version of D-I with the latest parted somewhere ?

2008-02-19 Thread Charles Plessy
Dear parted and D-I maintainers,

Bug 443272 prevents me to install Debian as a dual-boot system with OS X
(for powerpc). Currently I do not have linux anymore on the target
machine, so the only way for me to see if it is solved by the parted
version packaged for experimental would be with an installer using it.
Does such an experimental installer exist somewhere, by chance ?

Have a nice day,

-- 
Charles Plessy,
Wakō, Saitama, Japan




Bug#466646: upgrading xorg causes option AlwaysCore to deactivate mouse

2008-02-19 Thread Frederik Eaton
Package: xorg
Version: 1:7.3+10
Severity: normal

Hello,

I don't know why I had put

   Option  "AlwaysCore"

in my "InputDevice" section for my USB mouse, but when I upgraded xorg
my mouse stopped working and I had to buy a new one before I realized
that for some reason Xorg had taken a dislike to that particular
option. The mouse was working before the upgrade, and then after the
upgrade there was nothing in the log file to indicate that X was
deciding to ignore mouse events. But removing the option made the
mouse work again.

Frederik

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

Kernel: Linux 2.6.22-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 xorg depends on:
ii  gnome-terminal [x-t 2.18.4-1 The GNOME 2 terminal emulator appl
ii  libgl1-mesa-glx [li 7.0.2-4  A free implementation of the OpenG
ii  libglu1-mesa7.0.2-4  The OpenGL utility library (GLU)
ii  multi-gnome-termina 1.6.2-13.1   Enhanced the GNOME Terminal
ii  rxvt [x-terminal-em 1:2.6.4-12   VT102 terminal emulator for the X 
ii  rxvt-unicode-lite [ 8.9-2RXVT-like terminal emulator with b
ii  x11-apps7.3+1X applications
ii  x11-session-utils   7.3+1X session utilities
ii  x11-utils   7.3+1X11 utilities
ii  x11-xfs-utils   7.3+1X font server utilities
ii  x11-xkb-utils   7.3+1X11 XKB utilities
ii  x11-xserver-utils   7.3+2X server utilities
ii  xauth   1:1.0.2-2X authentication utility
ii  xfonts-100dpi   1:1.0.0-4100 dpi fonts for X
ii  xfonts-75dpi1:1.0.0-475 dpi fonts for X
ii  xfonts-base 1:1.0.0-5standard fonts for X
ii  xfonts-scalable 1:1.0.0-6scalable fonts for X
ii  xfonts-utils1:1.0.1-2X Window System font utility progr
ii  xinit   1.0.7-2  X server initialisation tool
ii  xkb-data1.1~cvs.20080104.1-1 X Keyboard Extension (XKB) configu
ii  xserver-xorg1:7.3+10 the X.Org X server
ii  xterm [x-terminal-e 231-1X terminal emulator

Versions of packages xorg recommends:
ii  xorg-docs 1:1.4-2Miscellaneous documentation for th

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#466647: libnss-ldap: incorrect return code for getgrent()

2008-02-19 Thread Jon DeVree
Package: libnss-ldap
Version: 259-1
Severity: normal

The expected behavior of libnss-ldap is that at the end of the group
list getgrent() returns NULL and leaves errno unchanged. How libnss-ldap
actually behaves is that getgrent() returns NULL and errno is set to
ENOENT. This results in problems for a few programs like id becaues
getgrent() is not behaving as documented in the manpages.

# id -a root
uid=0(root) gid=0(root)id: failed to get groups for user `root': No such
file or directory

This is also a problem with getpwent() and presumably the rest of the
calls of a similar nature that can fall back to libnss-ldap. I also have
a hunch that this is the underlying cause of bug #427497 but I can't
duplicate that specific behavior to check.

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

Kernel: Linux 2.6.22-3-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 libnss-ldap depends on:
ii  debconf [debconf-2.0] 1.5.19 Debian configuration management sy
ii  libc6 2.7-8  GNU C Library: Shared libraries
ii  libcomerr21.40.6-1   common error description library
ii  libkrb53  1.6.dfsg.3~beta1-3 MIT Kerberos runtime libraries
ii  libldap-2.4-2 2.4.7-5OpenLDAP libraries
ii  libsasl2-22.1.22.dfsg1-18Cyrus SASL - authentication abstra

Versions of packages libnss-ldap recommends:
ii  libpam-ldap   184-3  Pluggable Authentication Module al
pn  nscd   (no description available)

-- debconf information:
* libnss-ldap/dblogin: false
  libnss-ldap/override: true
* shared/ldapns/base-dn: dc=setec
* shared/ldapns/ldap-server: ldap
* libnss-ldap/confperm: false
* libnss-ldap/rootbinddn: cn=manager,dc=example,dc=net
* shared/ldapns/ldap_version: 3
  libnss-ldap/binddn: cn=proxyuser,dc=example,dc=net
* libnss-ldap/nsswitch:
* libnss-ldap/dbrootlogin: true



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#466645: libnetfilter-queue1: Error by exec nfq_set_mode(...): nfnl_addattr_l: 1310729 greater than maxlen (29)

2008-02-19 Thread albert
Package: libnetfilter-queue1
Version: 0.0.12-1
Severity: important

Hi,

i used a the testprogramm from this package called nfq_test.c. Compiling is 
without any warning or errors. When i start conpiled code 
im getting following output:

opening library handle
unbinding existing nf_queue handler for AF_INET (if any)
binding nfnetlink_queue as nf_queue handler for AF_INET
binding this socket to queue '0'
setting copy_packet mode
nfnl_addattr_l: 1310729 greater than maxlen (29)

nfnl_talk: sendmsg(netlink) Message too long
can't set packet_copy mode


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: arm (armv5tel)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-ixp4xx
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages libnetfilter-queue1 depends on:
ii  libc6  2.3.6.ds1-13etch5 GNU C Library: Shared libraries
ii  libnfnetlink1  0.0.16-1  Netfilter netlink library

libnetfilter-queue1 recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#466644: goplay: usability issues

2008-02-19 Thread Paul Wise
Package: goplay
Version: 0.3-1
Severity: normal

  * I can't resize the various panes in the window
  * uses technical terms like popcon, tag, facet
  * the package name looks like a link, but clicking on it doesn't
do anything
  * clicking on a package doesn't set the focus to the package list
(pressing an arrow key switches to the Type field) 
  * doesn't show Homepage fields

Also, minor bug - whichwayisup, cultivation popcon fields are a number
instead of icons.

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

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

Versions of packages goplay depends on:
ii  apt [libapt-pkg-libc6. 0.7.11Advanced front-end for dpkg
ii  debtags1.7.3+b3  Enables support for package tags
ii  ept-cache  0.5.14Commandline tool to search the pac
ii  games-thumbnails   20070824  thumbnails of games in Debian
ii  libc6  2.7-8 GNU C Library: Shared libraries
ii  libept00.5.14High-level library for managing De
ii  libfltk1.1 1.1.7-7   Fast Light Toolkit - shared librar
ii  libgcc11:4.3-20080202-1  GCC support library
ii  libstdc++6 4.3-20080202-1The GNU Standard C++ Library v3
ii  libxapian151.0.5-1   Search engine library
ii  zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#462744: xine: Real Video 4.0 (RV40) codec has gone missing

2008-02-19 Thread EspeonEefi
Perhaps what happened is that in your upgrade, libstdc++5 got
uninstalled? I just ran into this problem with mplayer, and installing
libstdc++5 fixed it.

It seems that the RealVideo-decoding drvc.so included in the mplayer
Linux codec pack is a library ripped from RealPlayer 10, and it was
built against the old libstdc++5 (GCC 3.x series). Current version is
libstdc++6.

I'm not sure whether this will work for xine, but an alternative to
installing libstdc++5 for me (using mplayer) was to grab drv33260.dll
and drv43260.dll from the Windows codec pack, since loading of those
don't rely on any Linux system libraries.

-- eefi




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#100206: Discover the Best Jobs for You

2008-02-19 Thread lamont archibald
International business company INN. Corp - Vacancies.

Looking for a New Job? 
Our Free Career Test Can Help You Find Your Dream Job. 
$2100/week and more. 42 People wanted right away in USA , 28 People wanted 
right away in Europe.
We Help You Succeed From Home. No Sales Calls, No Risk.

Write us: [EMAIL PROTECTED]
It Can Change Your Life!




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#466611: [Pkg-ganeti-devel] Bug#466611: ganeti: crontab should check for executable presence

2008-02-19 Thread Iustin Pop
On Tue, Feb 19, 2008 at 11:42:10PM +0100, Filippo Giunchedi wrote:
> Package: ganeti
> Version: 1.2.2-2
> Severity: normal
> 
> Hi,
> ganeti's crontab should check for executable presence and/or if it is
> executable, something like
> 
> PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
> # restart failed instances
> */5 * * * * root [ -x /usr/local/sbin/ganeti-watcher ] && 
> /usr/local/sbin/ganeti-watcher
> 
> (the usr/local path seems to be wrong, though)
> 
> thanks,
> filippo

Hi Filipo,

Yes, this is indeed a bug, and we can fix it including having the
correct path.

thanks for the report,
iustin



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#466643: please increase number of package names

2008-02-19 Thread Simon Richter
Package: apt
Version: 0.7.11
Severity: normal

Hi,

I just got this error:

E: Wow, you exceeded the number of package names this APT is capable of.

It'd be nice if this number were increased, so I don't have to rollmy
own apt. :-)

   Simon

-- Package-specific info:

-- apt-config dump --

APT "";
APT::Architecture "powerpc";
APT::Build-Essential "";
APT::Build-Essential:: "build-essential";
APT::Install-Recommends "1";
APT::Install-Suggests "0";
APT::Acquire "";
APT::Acquire::Translation "environment";
APT::Authentication "";
APT::Authentication::TrustCDROM "true";
APT::NeverAutoRemove "";
APT::NeverAutoRemove:: "^linux-image.*";
APT::NeverAutoRemove:: "^linux-restricted-modules.*";
APT::Cache-Limit "268435456";
Dir "/";
Dir::State "var/lib/apt/";
Dir::State::lists "lists/";
Dir::State::cdroms "cdroms.list";
Dir::State::userstatus "status.user";
Dir::State::status "/var/lib/dpkg/status";
Dir::Cache "var/cache/apt/";
Dir::Cache::archives "archives/";
Dir::Cache::srcpkgcache "srcpkgcache.bin";
Dir::Cache::pkgcache "pkgcache.bin";
Dir::Etc "etc/apt/";
Dir::Etc::sourcelist "sources.list";
Dir::Etc::sourceparts "sources.list.d";
Dir::Etc::vendorlist "vendors.list";
Dir::Etc::vendorparts "vendors.list.d";
Dir::Etc::main "apt.conf";
Dir::Etc::parts "apt.conf.d";
Dir::Etc::preferences "preferences";
Dir::Bin "";
Dir::Bin::methods "/usr/lib/apt/methods";
Dir::Bin::dpkg "/usr/bin/dpkg";
Dir::Log "var/log/apt";
Dir::Log::Terminal "term.log";
DPkg "";
DPkg::Pre-Install-Pkgs "";
DPkg::Pre-Install-Pkgs:: "/usr/sbin/dpkg-preconfigure --apt || true";

-- /etc/apt/preferences --

Package: *
Pin: release a=sid
Pin-Priority: 300

-- /etc/apt/sources.list --

deb http://ftp.de.debian.org/debian sid main contrib non-free
deb-src http://ftp.de.debian.org/debian sid main contrib non-free

deb http://ftp.de.debian.org/debian experimental main

deb http://sourcedeps.debian.net sid main

deb http://www.emdebian.org/debian-cross sid main

deb http://mirror.home-dn.net/debian-multimedia unstable main
deb-src http://mirror.home-dn.net/debian-multimedia unstable main

deb http://archive.buildserver.net/pkg-voip/build/debian/ sid main non-free
deb-src http://archive.buildserver.net/pkg-voip/build/debian/ sid main non-free

deb http://kernel-archive.buildserver.net/debian-kernel sid main

deb http://www.emdebian.org/debian unstable main

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)

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

Versions of packages apt depends on:
ii  debian-archive-keyring  2007.07.31   GnuPG archive keys of the Debian a
ii  libc6   2.7-6GNU C Library: Shared libraries
ii  libgcc1 1:4.3-20080202-1 GCC support library
ii  libstdc++6  4.3-20080202-1   The GNU Standard C++ Library v3

apt recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#381341: wine: replace amd64 hack with something better

2008-02-19 Thread Ove Kaaven

Javier Serrano Polo skrev:

I'd like to bring your attention to bug #464796. It allows to drop the
amd64 hack, using alternative build dependencies. Robert may be
interested in building from this. I have a simplified list of dependency
changes (0.9.53) if you need to start from somewhere.


OK, but I updated the build dependencies in 0.9.54 (added unixodbc-dev, 
removed libungif4-dev).



In the meantime, I'll package an amd64 wine, unless you want to do it.
Ove, if you're uploading 0.9.55 before next week, please tell me and
I'll wait for it.


Well, I was planning to upload a 0.9.55 one of these days, and I wanted 
to include amd64 patches if I had any (so far I've got that 
build-dependency on lib32z1-dev). Of course, I cannot actually build an 
amd64 package without the build daemon's help, but at least I can make 
it easier for the users to build the package on their own...


If I understand you right, you're suggesting building Wine amd64 
packages using build-dependencies from an unofficial repository, and 
uploading that to the official Debian repository, binNMU-style. I'm not 
sure that's really a solution. (Perhaps it would technically be a 
violation of policy on some level, too, since Wine is in main, not 
contrib.) Sure, Wine's current amd64 hack is neither prettier nor really 
more secure than that, but at least it is possible to build the amd64 
package without changing /etc/apt/sources.list, and thus, the amd64 
build daemon would be able to build it (if ia32-libs wasn't broken). 
With your unofficial repository, I don't see any way I could have the 
amd64 package updated every time I update the i386 package.


Like now, if you NMU-ed 0.9.54, and I later got around to uploading the 
0.9.55 with these ia32-*-dev build deps you used, then amd64 users would 
*still* be out of luck.






--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#451793: Invalid PO file in this bug report

2008-02-19 Thread Christian Perrier
The PO file sent in that bug report is invalid (just try "msgfmt -o
/dev/null -c cs.po").

Fixed file attached.

-- 




cs.po
Description: application/gettext


signature.asc
Description: Digital signature


Bug#460329: kpowersave: talks too much to hald

2008-02-19 Thread Yaroslav Halchenko
Package: kpowersave
Version: 0.7.3-2
Followup-For: Bug #460329


it bothers me lots... especially since now for some reason brightness is
not regulated properly... but ok: cpu went 50% busy with kpowersave
again. ok.. strace showed lots of talk on unix socket... stopping hald
stopped conversation and cpu relaxed

starting hald in non-debug and verbose mode immediately flooded screen
with list mentioned below... I am not sure if that is kpowersave or hald
logic fault but something is really fishy -- someone plays ping pong
here

23:49:32.059 [I] hald_dbus.c:3938: no need to enqueue
23:49:32.060 [I] hald_dbus.c:5037: OK for method 'GetBrightness' with signature 
'' on interface 'org.freedesktop.Hal.Device.LaptopPanel' for UDI 
'/org/freedesktop/Hal/devices/computer_backlight_0' and execpath 
'hal-system-lcd-get-brightness'
23:49:32.060 [I] hald_dbus.c:3934: enqueue Run started 
hal-system-lcd-set-brightness (0) (1) !  full path is 
'/usr/lib/hal/scripts/hal-system-lcd-set-brightness', program_dir is 
'/usr/lib/hal/scripts' /usr/lib/hal/scripts/hal-system-lcd-set-brightness exited
23:49:32.066 [I] hald_dbus.c:3989: Execing next method in queue Run started 
hal-system-lcd-get-brightness (0) (1) !  full path is 
'/usr/lib/hal/scripts/hal-system-lcd-get-brightness', program_dir is 
'/usr/lib/hal/scripts' /usr/lib/hal/scripts/hal-system-lcd-get-brightness exited
23:49:32.074 [I] hald_dbus.c:3962: No more methods in queue
23:49:32.075 [I] hald_dbus.c:5037: OK for method 'SetBrightness' with signature 
'i' on interface 'org.freedesktop.Hal.Device.LaptopPanel' for UDI 
'/org/freedesktop/Hal/devices/computer_backlight_0' and execpath 
'hal-system-lcd-set-brightness'
23:49:32.075 [I] hald_dbus.c:3938: no need to enqueue
23:49:32.075 [I] hald_dbus.c:5037: OK for method 'GetBrightness' with signature 
'' on interface 'org.freedesktop.Hal.Device.LaptopPanel' for UDI 
'/org/freedesktop/Hal/devices/computer_backlight_0' and execpath 
'hal-system-lcd-get-brightness'
23:49:32.075 [I] hald_dbus.c:3934: enqueue Run started 
hal-system-lcd-set-brightness (0) (1) !  full path is 
'/usr/lib/hal/scripts/hal-system-lcd-set-brightness', program_dir is 
'/usr/lib/hal/scripts' /usr/lib/hal/scripts/hal-system-lcd-set-brightness exited
23:49:32.082 [I] hald_dbus.c:3989: Execing next method in queue Run started 
hal-system-lcd-get-brightness (0) (1) !  full path is 
'/usr/lib/hal/scripts/hal-system-lcd-get-brightness', program_dir is 
'/usr/lib/hal/scripts' /usr/lib/hal/scripts/hal-system-lcd-get-brightness exited
23:49:32.093 [I] hald_dbus.c:3962: No more methods in queue
23:49:32.094 [I] hald_dbus.c:5037: OK for method 'SetBrightness' with signature 
'i' on interface 'org.freedesktop.Hal.Device.LaptopPanel' for UDI 
'/org/freedesktop/Hal/devices/computer_backlight_0' and execpath 
'hal-system-lcd-set-brightness'



-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (600, 'unstable'), (300, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages kpowersave depends on:
ii  hal  0.5.10-5Hardware Abstraction Layer
ii  kdelibs4c2a  4:3.5.8.dfsg.1-7core libraries and binaries for al
ii  libc62.7-6   GNU C Library: Shared libraries
ii  libdbus-1-3  1.1.2-1 simple interprocess messaging syst
ii  libdbus-qt-1-1c2 0.62.git.20060814-2 simple interprocess messaging syst
ii  libgcc1  1:4.3-20080202-1GCC support library
ii  libhal1  0.5.10-5Hardware Abstraction Layer - share
ii  libstdc++6   4.3-20080202-1  The GNU Standard C++ Library v3
ii  libxext6 1:1.0.3-2   X11 miscellaneous extension librar
ii  libxss1  1:1.1.2-1   X11 Screen Saver extension library
ii  libxtst6 2:1.0.3-1   X11 Testing -- Resource extension 

kpowersave recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#385115: Chromium BSU sounds/music issue

2008-02-19 Thread Paul Wise
On Tue, 2008-02-19 at 20:35 -0800, Brian Redfern wrote:

> Its almost there, I'm just tweaking it to sound as much as the
> original as possible without causing copyright issues (ie being an
> exact copy). I'm also working on sound effects, so I'm hopinh to
> finish this weekend, even though I said last weekend, I still have a
> couple of more things to do to get it sound exactly right.

Excellent, thanks for the update.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#443989: Also applies to PalmTX

2008-02-19 Thread Borden Rhodes
This problem is also present in the Palm T|X line of Pilots; but you
probably knew that already since it's in the same family as the
Tungstens.  Here is my version information if it helps:

Package: kpilot
Version: 4:3.5.8-1
-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-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/bash

Versions of packages kpilot depends on:
ii  debconf [debconf-2.0]   1.5.19   Debian configuration management$
ii  kdelibs4c2a 4:3.5.8.dfsg.1-7 core libraries and binaries for$
ii  libc6   2.7-8GNU C Library: Shared libraries
ii  libgcc1 1:4.3-20080202-1 GCC support library
ii  libkcal2b   4:3.5.8-1KDE calendaring library
ii  libpisock9  0.12.3-2 library for communicating with $
ii  libqt3-mt   3:3.3.8b-2   Qt GUI Library (Threaded runtim$
ii  libstdc++6  4.3-20080202-1   The GNU Standard C++ Library v3

kpilot recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#466642: libgd2: FTBFS: Broken pipes generating debian/copyright

2008-02-19 Thread Daniel Schepler
Package: libgd2
Version: 2.0.36~rc1~dfsg-1
Severity: serious

From my pbuilder build log:

...
find * -type f -not -regex 'debian/.*' -not -regex 
'\(.*/\)?config\.\(guess\|sub\|rpath\)\(\..*\)?' -exec cat '{}' ';' \
| tr '\r' '\n' \
| LC_ALL=C sed -e 's/[^[:print:]]//g' \
| egrep --text -rih '(copyright|\(c\) ).*[0-9]{4}' \
| sed -e 's/^[[:space:]*#]*//' -e 's/[[:space:]]*$//' \
| LC_ALL=C sort -u \
> debian/copyright_newhints
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
find: cat terminated by signal 13
Error: The following new or changed copyright notices discovered:
COPYR   = Copyright (C) 1996-2007 Boutell.Com, Inc.
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 
2003, 2004, 2005
Copyright 1996-2002 Free Software Foundation, Inc.
Copyright \(co  1998 Owen Taylor
Copyright © 2002-2007 Jonas Smedegaard <[EMAIL PROTECTED]>
Copyright © 2004-2006 Jonas Smedegaard <[EMAIL PROTECTED]>
Copyright © 2005-2007 Jonas Smedegaard <[EMAIL PROTECTED]>
Copyright © 2007 Jonas Smedegaard <[EMAIL PROTECTED]>
Updating copyright file (Closes: #119288).
VALUE "LegalCopyright", "Co

Bug#466641: evince: Does not display .odp documents correctly.

2008-02-19 Thread Charles Plessy
Package: evince
Version: 2.20.2-1
Severity: normal

Dear evince maintainers,

evince declares in debian/evince.mime that it can open Open Document
presentation files (*.odp), however it does not work correctly yet (at
least on my system). The produced image is polluted with extracts from
the background. I attached a minimal .odp file. Maybe the MIME
association should be disabled until this is fixed.

Have a nice day,

-- Charles Plessy, Wakō, Saitama, Japan

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

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

Versions of packages evince depends on:
ii  gconf2  2.20.1-1 GNOME configuration database syste
ii  gnome-icon-theme2.20.0-1 GNOME Desktop icon theme
ii  gs-esp [gs] 8.15.3.dfsg.1-1  The Ghostscript PostScript interpr
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii  libbonobo2-02.20.1-1 Bonobo CORBA interfaces library
ii  libbonoboui2-0  2.20.0-1 The Bonobo UI library
ii  libc6   2.7-4GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1+lenny2  The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.1.2-1  simple interprocess messaging syst
ii  libdbus-glib-1-20.74-1   simple interprocess messaging syst
ii  libdjvulibre15  3.5.20-2 Runtime support for the DjVu image
ii  libgconf2-4 2.20.1-1 GNOME configuration database syste
ii  libglade2-0 1:2.6.2-1library to load .glade files at ru
ii  libglib2.0-02.14.3-1 The GLib library of C routines
ii  libgnome-keyring0   2.20.2-1 GNOME keyring services library
ii  libgnome2-0 2.20.1.1-1   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0   2.20.1.1-1   A powerful object-oriented display
ii  libgnomeui-02.20.1.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0  1:2.20.1-1   GNOME Virtual File System (runtime
ii  libgtk2.0-0 2.12.1-1 The GTK+ graphical user interface 
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libjpeg62   6b-14The Independent JPEG Group's JPEG 
ii  libkpathsea42007-14+lenny1   TeX Live: path search library for 
ii  libnautilus-extension1  2.18.3-3 libraries for nautilus components 
ii  liborbit2   1:2.14.7-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0   1.18.4-1 Layout and rendering of internatio
ii  libpoppler-glib20.6.2-1  PDF rendering library (GLib-based 
ii  libpopt01.10-3   lib for parsing cmdline parameters
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libstdc++6  4.2.2-4  The GNU Standard C++ Library v3
ii  libtiff43.8.2-7  Tag Image File Format (TIFF) libra
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxml2 2.6.30.dfsg-3GNOME XML library
ii  zlib1g  1:1.2.3.3.dfsg-7 compression library - runtime

evince recommends no packages.

-- no debconf information


test.odp
Description: Zip archive


Bug#465177: Bug #465177: mediatomb: FTBFS: configure: error: unable to configure inotify support

2008-02-19 Thread Andres Mejia
Here's the specific patch as well.

-- 
Regards,
Andres
Patch that allows for inotify support to be checked at runtime.
===
--- mediatomb-0.10.0/src/config_manager.cc.bak  2008-02-19 13:44:03.0 -0500
+++ mediatomb-0.10.0/src/config_manager.cc  2008-02-19 13:53:04.0 -0500
@@ -44,6 +44,10 @@
 #include "string_converter.h"
 #include "metadata_handler.h"
 
+#ifdef HAVE_INOTIFY
+#include "mt_inotify.h"
+#endif
+
 #if defined(HAVE_LANGINFO_H) && defined(HAVE_LOCALE_H)
 #include 
 #include 
@@ -839,19 +843,61 @@
 _("from"), _("to")));
 SET_DICT_OPTION(CFG_IMPORT_MAPPINGS_MIMETYPE_TO_UPNP_CLASS_LIST);
 
+temp = getOption(_("/import/autoscan/attribute::use-inotify"), _("auto"));
+if ((temp != "auto") && !validateYesNo(temp))
+throw _Exception(_("Error in config file: incorrect parameter for "
+   "\"
 #include 
 #include 
+#include 
 
 #include "mt_inotify.h"
 
@@ -73,10 +74,29 @@
 close(inotify_fd);
 }
 
+bool Inotify::supported()
+{
+int test_fd = inotify_init();
+if (test_fd < 0)
+return false;
+else
+{
+close(test_fd);
+return true;
+}
+}
 
 int Inotify::addWatch(String path, int events)
 {
-return inotify_add_watch(inotify_fd, path.c_str(), events);
+int wd = inotify_add_watch(inotify_fd, path.c_str(), events);
+if (wd < 0 && errno != ENOENT)
+{
+if (errno == ENOSPC)
+throw _Exception(_("The user limit on the total number of inotify watches was reached or the kernel failed to allocate a needed resource."));
+else
+throw _Exception(mt_strerror(errno));
+}
+return wd;
 }
 
 void Inotify::removeWatch(int wd)
--- mediatomb-0.10.0/src/content_manager.cc.bak 2008-02-19 13:56:13.0 -0500
+++ mediatomb-0.10.0/src/content_manager.cc 2008-02-19 14:15:55.0 -0500
@@ -87,6 +87,7 @@
 
 ContentManager::ContentManager() : TimerSubscriberSingleton()
 {
+int i;
 cond = Ref(new Cond(mutex));
 ignore_unknown_extensions = 0;

@@ -143,24 +144,31 @@
 autoscan_timed = storage->getAutoscanList(TimedScanMode);
 
 #ifdef HAVE_INOTIFY
-Ref config_inotify_list = 
-cm->getAutoscanListOption(CFG_IMPORT_AUTOSCAN_INOTIFY_LIST);
-
-for (int i = 0; i < config_inotify_list->size(); i++)
+if (cm->getBoolOption(CFG_IMPORT_AUTOSCAN_USE_INOTIFY))
 {
-Ref dir = config_inotify_list->get(i);
-if (dir != nil)
+Ref config_inotify_list = 
+cm->getAutoscanListOption(CFG_IMPORT_AUTOSCAN_INOTIFY_LIST);
+
+for (i = 0; i < config_inotify_list->size(); i++)
 {
-String path = dir->getLocation();
-if (check_path(path, true))
+Ref dir = config_inotify_list->get(i);
+if (dir != nil)
 {
-dir->setObjectID(ensurePathExistence(path));
+String path = dir->getLocation();
+if (check_path(path, true))
+{
+dir->setObjectID(ensurePathExistence(path));
+}
 }
 }
-}
 
-storage->updateAutoscanPersistentList(InotifyScanMode, config_inotify_list);
-autoscan_inotify = storage->getAutoscanList(InotifyScanMode);
+storage->updateAutoscanPersistentList(InotifyScanMode, 
+  config_inotify_list);
+autoscan_inotify = storage->getAutoscanList(InotifyScanMode);
+}
+else
+// make an empty list so we do not have to do extra checks on shutdown 
+autoscan_inotify = Ref(new AutoscanList());
 #endif
 /* init filemagic */
 #ifdef HAVE_MAGIC
@@ -233,15 +241,17 @@
 autoscan_timed->notifyAll(AS_TIMER_SUBSCRIBER_SINGLETON(this));
 
 #ifdef HAVE_INOTIFY
-inotify = Ref(new AutoscanInotify());
-/// \todo change this for 0.9.1 (we need a new autoscan architecture)
-for (int i = 0; i < autoscan_inotify->size(); i++)
+if (ConfigManager::getInstance()->getBoolOption(CFG_IMPORT_AUTOSCAN_USE_INOTIFY))
 {
-Ref dir = autoscan_inotify->get(i);
-if (dir != nil)
-inotify->monitor(dir);
+inotify = Ref(new AutoscanInotify());
+/// \todo change this (we need a new autoscan architecture)
+for (int i = 0; i < autoscan_inotify->size(); i++)
+{
+Ref dir = autoscan_inotify->get(i);
+if (dir != nil)
+inotify->monitor(dir);
+}
 }
-
 #endif
 }
 
@@ -1442,11 +1452,14 @@
 Timer::getInstance()->removeTimerSubscriber(AS_TIMER_SUBSCRIBER_SINGLETON(this), rm_list->get(i)->getScanID(), true);
 }
 #ifdef HAVE_INOTIFY
-rm_list = autoscan_inotify->removeIfSubdir(path);
-for (i = 0; i < rm_list->size(); i++)
+if (ConfigManager::getInstance()->getBoolOptio

Bug#465177: Bug #465177: mediatomb: FTBFS: configure: error: unable to configure inotify support

2008-02-19 Thread Andres Mejia
Hello,

I included the changes for the inotify runtime support found in the upstream 
SVN. The packaging can now be found under:
Vcs-git: git://git.debian.org/git/collab-maint/mediatomb.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/mediatomb.git

Sven, would you mind reveiwing the package direct from the git repository? I 
could still upload a package to mentors.d.n if you want me to.

I switched to git since I thought it would be a good idea to allow a 
distributed control system for mediatomb.

The SVN repository is still up. If nobody has any objections, I'll remove the 
SVN repository.

-- 
Regards,
Andres



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#466640: I meant ooimpress, of course…

2008-02-19 Thread Charles Plessy
reassign 466640 openoffice.org-impress
thanks

Sorry, I meant openoffice.org-impress, not openoffice.org-calc of
course.

Have a nice day,

-- 
Charles Plessy
http://charles.plessy.org
Wakō, Saitama, Japan




Bug#462031: Please build with libwxgtk2.6-dev

2008-02-19 Thread Wookey
On 2008-02-01 06:01 +0200, Guillem Jover wrote:
> I've done the latter. It builds now with wx2.6, I started the app,
> seems to work, but don't have data to test. So please review and test.

OK. Now tested. It nearly works. The only problem I can see is that
the rubber-band distance feedback line reads:
H1756?

So something is amiss there. I'll take a look at that and see if I can
work out what needs doing. 

I've only tried it in english so far. I suppose I should check
something else. 

Wookey
-- 
Principal hats:  Balloonz - Toby Churchill - Aleph One - Debian
http://wookware.org/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#466640: openoffice.org-calc: Crashes with the attached .odt document when doing a diaporama.

2008-02-19 Thread Charles Plessy
Package: openoffice.org-calc
Version: 1:2.4.0~rc1-2
Severity: important

Dear OOo developpers,

the attached file makes oocalc crash when doing a diaporama. Strangely,
if isolated, each slide can be displayed. The crash happens when
displaying the second slide, but is not happening if the third is
removed.

Sorry for not providing a backtrace: I am at work…

Have a nice day,

-- Charles Plessy, Wakō, Saitama, Japan.


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

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

Versions of packages openoffice.org-calc depends on:
ii  libc6   2.7-4GNU C Library: Shared libraries
ii  libgcc1 1:4.3-20071020-1 GCC support library
ii  libstdc++6  4.2.2-4  The GNU Standard C++ Library v3
ii  libstlport4.6c2 4.6.2-3  STLport C++ class library
ii  libsuitesparse  3.0.0-7  collection of libraries for comput
ii  lp-solve5.5.0.10-9   Solve (mixed integer) linear progr
ii  openoffice.org-base-cor 1:2.4.0~rc1-2OpenOffice.org office suite -- lib
ii  openoffice.org-core 1:2.4.0~rc1-2OpenOffice.org office suite archit

openoffice.org-calc recommends no packages.

Versions of packages openoffice.org-core depends on:
ii  fontconfig  2.4.2-1.2generic font configuration library
ii  libc6   2.7-4GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1+lenny2  The Cairo 2D vector graphics libra
ii  libcurl37.18.0-1 Multi-protocol file transfer libra
ii  libdb4.54.5.20-11Berkeley v4.5 Database Libraries [
ii  libexpat1   1.95.8-4 XML parsing C library - runtime li
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libgcc1 1:4.3-20071020-1 GCC support library
ii  libglib2.0-02.14.3-1 The GLib library of C routines
ii  libgstreamer-plugins-ba 0.10.15-3GStreamer libraries from the "base
ii  libgstreamer0.10-0  0.10.15-3Core GStreamer libraries and eleme
ii  libgtk2.0-0 2.12.1-1 The GTK+ graphical user interface 
ii  libhunspell-1.1-0   1.1.9-1  spell checker and morphological an
ii  libhyphen0  2.3-5ALTLinux hyphenation library - sha
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libicu383.8-5International Components for Unico
ii  libjpeg62   6b-14The Independent JPEG Group's JPEG 
ii  libldap-2.4-2   2.4.7-5  OpenLDAP libraries
ii  libneon27   0.27.2-1 An HTTP and WebDAV client library
ii  libnspr4-0d 4.7.0~1.9b1-1NetScape Portable Runtime Library
ii  libnss3-1d  3.12.0~1.9b1-2   Network Security Service libraries
ii  libpam0g0.99.7.1-5   Pluggable Authentication Modules l
ii  libpango1.0-0   1.18.4-1 Layout and rendering of internatio
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libssl0.9.8 0.9.8g-3 SSL shared libraries
ii  libstdc++6  4.2.2-4  The GNU Standard C++ Library v3
ii  libstlport4.6c2 4.6.2-3  STLport C++ class library
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxaw7 2:1.0.4-1X11 Athena Widget library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxml2 2.6.30.dfsg-3GNOME XML library
ii  libxrender1 1:0.9.4-1X Rendering Extension client libra
ii  libxslt1.1  1.1.22-1 XSLT processing library - runtime 
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
ii  openoffice.org-common   1:2.4.0~rc1-2OpenOffice.org office suite archit
ii  ttf-opensymbol  2.2.1-10 The OpenSymbol TrueType font
ii  zlib1g  1:1.2.3.3.dfsg-7 compression library - runtime

-- no debconf information


crash.odp
Description: Zip archive


Bug#464937: slapd sasl error on ldapdb

2008-02-19 Thread Howard Chu

As documented in the Cyrus-SASL doc/options.html file
http://www.koders.com/noncode/fidE1912FF9708236770CB92228A6534E660848F498.aspx#L288

it is normal and intended for slapd to fail to load the ldapdb plugin.
--
  -- Howard Chu
  Chief Architect, Symas Corp.  http://www.symas.com
  Director, Highland Sunhttp://highlandsun.com/hyc/
  Chief Architect, OpenLDAP http://www.openldap.org/project/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#466639: cameramonitor: possible typo in package description (debian/control)

2008-02-19 Thread Felipe Augusto van de Wiel (faw)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: cameramonitor
Version: 0.2-1
Severity: wishlist
Tags: patch


Hi,

While translating the cameramonitor package description in
DDTP, I spotted a possible typo, attached is a patch to fix that,
I hope this helps.


Thanks in advance.


- --- System information. ---
Architecture: i386
Kernel: Linux 2.6.22-3-686

Debian Release: lenny/sid
500 testing www.debian-multimedia.org
500 testing security.debian.org
500 testing ftp.br.debian.org

- --
Felipe Augusto van de Wiel (faw)
"Debian. Freedom to code. Code to freedom!"
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHu6neCjAO0JDlykYRAsICAKCiIkQZyICn5B50UhlpwOZTYN46gACdEXUv
Ub9zKcGMSToGUmstOs4Y2vs=
=qCo5
-END PGP SIGNATURE-
--- control.orig	2008-02-20 01:16:30.472139192 -0300
+++ control	2008-02-20 01:16:44.472937052 -0300
@@ -14,7 +14,7 @@
 Description: Webcam monitoring in system tray
  Camera Monitor is a little system tray icon
  that appears when your webcam is on.
- It is desgined for the GNOME desktop, but
+ It is designed for the GNOME desktop, but
  should work as well on KDE and XFCE.
  .
   Homepage: http://www.infinicode.org/code/cameramonitor/


Bug#466558: OpenLDAP 2.4/GnuTLS

2008-02-19 Thread Howard Chu
The GnuTLS support in OpenLDAP 2.4 was developed using GnuTLS 1.7, and is 
known to work up to GnuTLS 2.1.7. The cert subjectAltName bug was introduced 
in GnuTLS 2.1.8 so releases after that point are broken. I haven't yet seen 
which 2.2/2.3 releases will include the fix.

--
  -- Howard Chu
  Chief Architect, Symas Corp.  http://www.symas.com
  Director, Highland Sunhttp://highlandsun.com/hyc/
  Chief Architect, OpenLDAP http://www.openldap.org/project/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#466638: selinux-policy-refpolicy-targeted: descriptions seems to misplace '.' to split paragraphs (debian/control)

2008-02-19 Thread Felipe Augusto van de Wiel (faw)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: selinux-policy-refpolicy-targeted
Version: 0.0.20071214-1
Severity: wishlist
Tags: patch

Hi,

While translating the selinux-policy-refpolicy-targeted
package description in DDTP, I had the impression that the '.'
used to split paragraphs was misplaced, there is a "space" before
it so it looks like only one big paragraph. Attached is a patch
that hopefully may fix that, I hope this helps.


Thanks in advance.


- --- System information. ---
Architecture: i386
Kernel: Linux 2.6.22-3-686

Debian Release: lenny/sid
500 testing www.debian-multimedia.org
500 testing security.debian.org
500 testing ftp.br.debian.org

- --
Felipe Augusto van de Wiel (faw)
"Debian. Freedom to code. Code to freedom!"
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHu6i3CjAO0JDlykYRAqF3AJ9PHLQrU+v2PY6I5l+Qm2arecrdDACdFfxM
M46oikg81JmFYOcDXTISGjI=
=SM2m
-END PGP SIGNATURE-
--- control.orig	2008-02-20 01:06:44.938771547 -0300
+++ control	2008-02-20 01:07:59.943045797 -0300
@@ -32,7 +32,7 @@
   + Flexible Base Policy
   + Application Policy Variations
   + Multi-Level Security
-  .
+ .
  This is the strict variant of the reference policy. This provides 
  the highest level of security, but may not be complete yet.
 
@@ -61,7 +61,7 @@
   + Flexible Base Policy
   + Application Policy Variations
   + Multi-Level Security
-  .
+ .
  This is the targeted variant of the reference policy.  In this
  variation, most of the system remain untouched, apart from a few
  targeted inter-net facing daemons, which are tightly sand boxed.
@@ -91,7 +91,7 @@
   + Flexible Base Policy
   + Application Policy Variations
   + Multi-Level Security
-  .
+ .
  This is the source of the policy, provided so that local variations of
  SELinux policy may be created.
 
@@ -117,7 +117,7 @@
   + Flexible Base Policy
   + Application Policy Variations
   + Multi-Level Security
-  .
+ .
  This package provides header files for building your own SELinux
  policy packages compatible with official policy packages.
 
@@ -143,7 +143,7 @@
   + Flexible Base Policy
   + Application Policy Variations
   + Multi-Level Security
-  .
+ .
  This package contains the documentation for the reference policy.
 
 


Bug#466637: bisonc++: package description seems made wrong references (debian/control)

2008-02-19 Thread Felipe Augusto van de Wiel (faw)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: bisonc++
Version: 2.4.1-1
Severity: wishlist
Tags: patch


Hi,

While translating the bisonc++ package description in
DDTP, I had the impression that some wrong references are made
about bison++ and bisonc++. Below is a proposed patch, but I'm
a little bit unsure if that is the intended idea. I hope this
helps.

- -->8-->8-->8-->8-->8--
- --- control.orig2008-02-20 01:00:32.417542772 -0300
+++ control 2008-02-20 01:01:56.422329932 -0300
@@ -23,13 +23,13 @@
  function. The class can easily be provided with additional members without
  needing polymorphic functions. Consequently, classes generated by bisonc++
  have no virtual members and actually have but one public member: parse(),
- - replacing the old-style bison and bisonc++ yyparse() function.
+ replacing the old-style bison and bison++ yyparse() function.
  .
  Bisonc++ offers many options, among which an option to define classes
  generated by bisonc++ in a separate namespace. This allows developers to
  define additional symbols, even outside of the class generated by bisonc++,
  without encountering name-collision problems. With bisonc++, artificial means
- - to prevent name-collisions, like bison and bisonc++'s yy-convention are not
+ to prevent name-collisions, like bison and bison++'s yy-convention are not
  required anymore when using bisonc++.  Bisonc++ merely generates C++ code. If
  C code is required, bison should be used. Bisonc++'s grammar requirements are
  highly compatible with bison's requirements, so converting a bison grammar
- --8<--8<--8<--8<--8<--

Thanks in advance.


- --- System information. ---
Architecture: i386
Kernel: Linux 2.6.22-3-686

Debian Release: lenny/sid
500 testing www.debian-multimedia.org
500 testing security.debian.org
500 testing ftp.br.debian.org

- --
Felipe Augusto van de Wiel (faw)
"Debian. Freedom to code. Code to freedom!"
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHu6aECjAO0JDlykYRAnwsAJ9i+Ggo+kx4p/fL2xds4o945f6jMwCgoE4S
+RruXKKOrmTHUNNj1PAJqz4=
=K7x5
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#385115: Chromium BSU sounds/music issue

2008-02-19 Thread Paul Wise
On Fri, 2008-02-15 at 09:14 -0800, Brian Redfern wrote:

> I'll have some time this weekend to finish the sounds, I'm getting
> something that sounds like the original loops using my oasys. I need
> to spend this weekend finishing everything off so I can pass it over
> to you.

How did you go with it?

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#466636: openoffice.org-calc: should flip slides on mousewheel up or down in "Normal" view mode

2008-02-19 Thread Michael Gilbert
Package: openoffice.org-calc
Version: 1:2.4.0~rc1-2
Severity: normal

when in "Slide Show" mode, open office calc will flip slides on each
mousewheel up or down action.  however, calc does not behave the same
when in the "Normal" view mode.

this is very unintuitive and inefficient.  microsoft's powerpoint does flip
slides on mousewheel up or down, and this behavior makes it very efficient
to review large presentation files.  i would very much prefer to be able
to work as efficiently when i am using open office.

thank you for your consideration.

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

Kernel: Linux 2.6.18-6-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 openoffice.org-calc depends on:
ii  libc6   2.7-8GNU C Library: Shared libraries
ii  libgcc1 1:4.3-20080202-1 GCC support library
ii  libstdc++6  4.3-20080202-1   The GNU Standard C++ Library v3
ii  libstlport4.6c2 4.6.2-3  STLport C++ class library
ii  libsuitesparse  3.0.0-7  collection of libraries for comput
ii  lp-solve5.5.0.10-9   Solve (mixed integer) linear progr
ii  openoffice.org-base-cor 1:2.4.0~rc1-2OpenOffice.org office suite -- lib
ii  openoffice.org-core 1:2.4.0~rc1-2OpenOffice.org office suite archit

openoffice.org-calc recommends no packages.

Versions of packages openoffice.org-core depends on:
ii  fontconfig 2.5.0-2   generic font configuration library
ii  libc6  2.7-8 GNU C Library: Shared libraries
ii  libcairo2  1.4.14-1  The Cairo 2D vector graphics libra
ii  libcurl3   7.18.0-1  Multi-protocol file transfer libra
ii  libdb4.5   4.5.20-11 Berkeley v4.5 Database Libraries [
ii  libexpat1  1.95.8-4  XML parsing C library - runtime li
ii  libfreetype6   2.3.5-1+b1FreeType 2 font engine, shared lib
ii  libgcc11:4.3-20080202-1  GCC support library
ii  libglib2.0-0   2.15.2-2  The GLib library of C routines
ii  libgstreamer-plugins-b 0.10.17-3 GStreamer libraries from the "base
ii  libgstreamer0.10-0 0.10.17-2 Core GStreamer libraries and eleme
ii  libgtk2.0-02.12.8-1  The GTK+ graphical user interface 
ii  libhunspell-1.1-0  1.1.9-1   spell checker and morphological an
ii  libhyphen0 2.3.1-1   ALTLinux hyphenation library - sha
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libicu38   3.8.1-1   International Components for Unico
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libldap-2.4-2  2.4.7-5   OpenLDAP libraries
ii  libneon27  0.27.2-1  An HTTP and WebDAV client library
ii  libnspr4-0d4.7.0~1.9b1-2 NetScape Portable Runtime Library
ii  libnss3-1d 3.12.0~1.9b1-2Network Security Service libraries
ii  libpam0g   0.99.7.1-5Pluggable Authentication Modules l
ii  libpango1.0-0  1.18.4-1  Layout and rendering of internatio
ii  libsm6 2:1.0.3-1+b1  X11 Session Management library
ii  libssl0.9.80.9.8g-7  SSL shared libraries
ii  libstdc++6 4.3-20080202-1The GNU Standard C++ Library v3
ii  libstlport4.6c24.6.2-3   STLport C++ class library
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxaw72:1.0.4-1 X11 Athena Widget library
ii  libxext6   1:1.0.3-2 X11 miscellaneous extension librar
ii  libxinerama1   1:1.0.2-1 X11 Xinerama extension library
ii  libxml22.6.31.dfsg-1 GNOME XML library
ii  libxrender11:0.9.4-1 X Rendering Extension client libra
ii  libxslt1.1 1.1.22-1  XSLT processing library - runtime 
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  openoffice.org-common  1:2.4.0~rc1-2 OpenOffice.org office suite archit
ii  ttf-opensymbol 1:2.4.0~rc1-2 The OpenSymbol TrueType font
ii  zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#466595: zenmap: No module named gtk error

2008-02-19 Thread LaMont Jones
On Tue, Feb 19, 2008 at 01:26:21PM -0800, Fyodor wrote:
> In case this is useful for improving the Debian package (if
> necessary), here is the dependency string we use for the Nmap RPM
> distribution of Zenmap:
> Requires: python >= 2.4, nmap, pygtk2, python-sqlite2

yeah - definitely just a packaging issue...

thanks for the pointers, I'll get that uploaded shortly.

lamont



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#466635: bomberclone: possible typo in package description (debian/control)

2008-02-19 Thread Felipe Augusto van de Wiel (faw)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: bomberclone
Version: 0.11.8-1
Severity: wishlist
Tags: patch


Hi,

While translating the bomberclone package description in
DDTP, I had the impression that there is a small typo, below is
the proposed patch, I hope this helps.

- -->8-->8-->8-->8-->8--
- --- control.orig2008-02-20 00:55:00.898650587 -0300
+++ control 2008-02-20 00:55:26.900132327 -0300
@@ -11,7 +11,7 @@
 Depends: ${shlibs:Depends}, ${misc:Depends}, bomberclone-data (= 
${source:Version})
 Description: free Bomberman clone
  BomberClone is a free Bomberman-like game for Linux and Windows. The rules of
- - the game are simple: run though a level and bomb other players. It features
+ the game are simple: run through a level and bomb other players. It features
  powerups that give you more strength, make you walk faster through the level,
  or let you drop more bombs.
  .
- --8<--8<--8<--8<--8<--

Thanks in advance.


- --- System information. ---
Architecture: i386
Kernel: Linux 2.6.22-3-686

Debian Release: lenny/sid
500 testing www.debian-multimedia.org
500 testing security.debian.org
500 testing ftp.br.debian.org

- --
Felipe Augusto van de Wiel (faw)
"Debian. Freedom to code. Code to freedom!"
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHu6T8CjAO0JDlykYRAvyVAJ40PTS+O7PSqiTLua7zP9h4+UekmQCbBfo2
7Wv/th5bHLo6ncVSwjni4WE=
=ioCh
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#466634: bootsplash-theme-debian: URL in package description seems to be not working (debian/control)

2008-02-19 Thread Felipe Augusto van de Wiel (faw)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: bootsplash-theme-debian
Version: 0.5-9
Severity: wishlist

Hi,

While translating the bootsplash-theme-debian package
description in DDTP, I tested the URL and it seems to not be
working anymore. My first impression is that the domain expires
and it is now owned by those services of domain resale and
sponsored links (a.k.a. spammers).

The URL is: http://www.bootsplash.de

Would be great if you could use the Homepage: field
of debian/control instead of the description, that would allow
you to update the Homepage info without requiring a translation
update/review.

Thanks in advance.


- --- System information. ---
Architecture: i386
Kernel: Linux 2.6.22-3-686

Debian Release: lenny/sid
500 testing www.debian-multimedia.org
500 testing security.debian.org
500 testing ftp.br.debian.org

- --
Felipe Augusto van de Wiel (faw)
"Debian. Freedom to code. Code to freedom!"
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHu6PHCjAO0JDlykYRAjDNAJ9n1eXoy0jbOt7NFshUhbih9rdqnACfUJKv
qBS/2w3DcvoLW+vhf1gdMeU=
=3MtZ
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#466633: pypanel doen't show the time in bin, hex, oct

2008-02-19 Thread Nicolas Valcarcel
Package: pypanel
Version: 2.4-1.1
Severity: wishlist
Tags: patch

pypanel doesn't have an option on the Clock format to use different
bases like Bin, Oct or Hex.
Attaching patch which solves the problem

-- 
aka nxvl
Yo uso Software Libre, y tu?
--- pypanel.orig	2007-10-08 23:36:58.0 -0500
+++ pypanel	2007-10-12 02:16:23.0 -0500
@@ -604,6 +604,25 @@
 b = int("0x"+BG_COLOR[6:8],0)
 ppshade(win.id, rpm, P_START, P_LOCATION, P_WIDTH, P_HEIGHT,
 r, g, b, SHADE)
+
+#---
+def baseClock(self,base,hourDigits,minDigits):
+#---
+	hourList = list()
+	minList = list()
+(min,hour) = time.strftime("%M:%H", time.localtime()).split(":")
+	
+	for i in range(hourDigits):
+   (hour, remainder) = divmod(int(hour),base)
+   hourList.append('%X' % remainder)
+hourList.reverse()
+	
+	for i in range(minDigits):
+   (min, remainder) = divmod(int(min),base)
+   minList.append(str('%X' % remainder))
+minList.reverse()
+	
+return "".join(hourList)+":"+"".join(minList)
  
 #---
 def updatePanel(self, root, win, panel):
@@ -621,7 +640,14 @@
 
 if CLOCK:
 clock = panel[CLOCK]
-clock.name  = time.strftime(CLOCK_FORMAT, time.localtime())
+	if CLOCK_FORMAT == 'bin':
+		clock.name = self.baseClock(2,5,6)
+	elif CLOCK_FORMAT == 'hex':
+		clock.name = self.baseClock(16,2,2)
+	elif CLOCK_FORMAT == 'oct':
+		clock.name = self.baseClock(8,2,2)
+	else:	
+	clock.name  = time.strftime(CLOCK_FORMAT, time.localtime())
 clock.width = ppfontsize(clock.name) + 2
 space -= clock.width + P_SPACER*2
 if DESKTOP:
@@ -879,7 +905,14 @@
 if AUTOHIDE and not self.hidden:
 self.toggleHidden()
 if CLOCK:
-now = time.strftime(CLOCK_FORMAT, time.localtime())
+if CLOCK_FORMAT == 'bin':
+   now = self.baseClock(2,5,6)
+elif CLOCK_FORMAT == 'hex':
+   now = self.baseClock(16,2,2)
+elif CLOCK_FORMAT == 'oct':
+   now = self.baseClock(8,2,2)
+else:
+   now = time.strftime(CLOCK_FORMAT, time.localtime())
 if clock.name != now:
 clock.name = now
 self.clearPanel(clock.x1+1, 0, clock.x2-(clock.x1+1), P_HEIGHT)


Bug#466595: zenmap: No module named gtk error

2008-02-19 Thread Sheridan Hutchinson

Fyodor wrote:

On Tue, Feb 19, 2008 at 09:07:09PM +, Sheridan Hutchinson wrote:
I'm a KDE man and I'm using Lenny with the absolute minimum of GTK stuff 
installed.


Zenmap's dependencies though are probably not as aggressive as they 
should be because I get the following error:


In case this is useful for improving the Debian package (if
necessary), here is the dependency string we use for the Nmap RPM
distribution of Zenmap:

Requires: python >= 2.4, nmap, pygtk2, python-sqlite2

Cheers,
-F


Wow, a reply from Fyodor himself!; it's not everyday that I speak to a 
celebrity :D


I installed python-gtk2 and everything works perfectly.  This dependency 
is necessary for QT people like myself to solve this bug.


Thank you for your assistance.

--
Regards,
Sheridan Hutchinson
[EMAIL PROTECTED]



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#466559: [php-maint] Bug#466559: libapache-mod-php5: depends on an older package non available

2008-02-19 Thread Steve Langasek
reassign 466559 ftp.debian.org
thanks

On Tue, Feb 19, 2008 at 01:48:31PM -0200, martin salinas wrote:
> Package: libapache-mod-php5
> Version: 5.2.0-10+lenny1
> Severity: important

> Cannot install this package, because it depends on php5-common
> (=5.2.0-10+lenny1).

This package is not supposed to exist.  There is a stale php5 package in
testing-proposed-updates that needs to be removed by the ftp team.

(It also needs removed from security.debian.org.)

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
[EMAIL PROTECTED] [EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#466632: txt2tags: short description is too long (debian/control)

2008-02-19 Thread Felipe Augusto van de Wiel (faw)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: txt2tags
Version: 2.3-1
Severity: wishlist

Hi,

While translating the txt2tags package description in
DDTP, I had the impression that the short description was too
long. It is recommended to be something like 65 chars, or in
a more practical sense, to be kept under 80 columns (including
the Description: part).

Right now, it has 90 characters:

Description: a conversion tool generating 
HTML/SGML/LaTeX/man/MoinMoin/mgp/PageMaker files


It would be great if you could reduce that to fit under
the 80 columns, you can find more info about the Package
Description in the Developer's Reference:

http://www.debian.org/doc/developers-reference/ch-best-pkging-practices.en.html#s-bpp-pkg-synopsis


Thanks in advance.

- --- System information. ---
Architecture: i386
Kernel: Linux 2.6.22-3-686

Debian Release: lenny/sid
500 testing www.debian-multimedia.org
500 testing security.debian.org
500 testing ftp.br.debian.org

- --
Felipe Augusto van de Wiel (faw)
"Debian. Freedom to code. Code to freedom!"
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHu6CoCjAO0JDlykYRAts8AKC2crW5/jK/mFCg7oMa4IHVle2jgwCeNQK7
J7q9dcnh6bhidAbUcZAsKTQ=
=BC1e
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#466631: pm-utils: possible type in package description (debian/control)

2008-02-19 Thread Felipe Augusto van de Wiel (faw)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: pm-utils
Version: 0.99.2-3
Severity: wishlist

Hi,

While translating the pm-utils package description for
DDTP, I had the impression that the description could have a
typo, right now it says:

,-
| This packages provides simple shell command line tools to suspend and
| hibernate your computer.
`-

I am not sure, but I believe it would be better if it
reads:

,-
| This package provides simple shell command line tools to suspend and
| hibernate your computer.
`-

The only change is the plural of "package". I am not
a native speaker and you can get more info and help on the
debian-l10n-english mail list.

Thanks in advance.


- --- System information. ---
Architecture: i386
Kernel: Linux 2.6.22-3-686

Debian Release: lenny/sid
500 testing www.debian-multimedia.org
500 testing security.debian.org
500 testing ftp.br.debian.org

- --
Felipe Augusto van de Wiel (faw)
"Debian. Freedom to code. Code to freedom!"
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHu58DCjAO0JDlykYRAgbwAKCKSx0Kxe6twz1nCUBsbMN01YPtSwCfZhfW
jYZlUdVshoTUMGRGHg/uiiE=
=w79O
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#397398: bug update

2008-02-19 Thread Michael Gilbert
found 2.4.0~rc1-2
thanks

this bug has not yet been addressed.  the maximum number of iterations
is still maxed at 1000, and the minimum change and number of
iterations settings are still ambiguous.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#109431: Bug#460498: Doc-base needs to augment Menu Policy (e.g. missing Debian section)

2008-02-19 Thread Steve M. Robbins
On Sun, Feb 17, 2008 at 11:27:50AM +0100, Robert Luberda wrote:
> Steve M. Robbins writes:

> That's why doc-base implemented the section mapping, which already  
> reduced a mass we have in doc-base sections. At the last paragraph, you  
> wrote that  this can't be done fully automatically, and I agree with  
> this - each maintainer should probably review their doc-base file  
> against the new sections list.

Another thought occurs to me: this change must really be well
communicated before the fact.  If I'm a maintainer trying to find the
docs, the first place I'm going to look is the section I specified in
the doc-base file.  If doc-base moves it behind my back, it's going to
make for a frustrating debugging session.

I would go so far as to suggest that you mail to
[EMAIL PROTECTED] for each $package that is going to get
mapped.  Probably best to bring this up on debian-devel first, come to
a consensus, then announce it on debian-devel-announce as well as to
the package maintainers affected.


>> Perhaps a gradual approach is best.  For example, start
>> with documenting the preferred first- and second-level sections.  This
>> addresses the proximal cause of me filing this bug: package
>> apt-dpkg-ref is in section Doc rather than Debian mainly because the
>> documentation for doc-base doesn't describe Section Debian (#153404).
>
> Yeah, but the Doc section wasn't described either.

True, and the apt-dpkg-ref maintainer hasn't responded since I
reopened the bug with that observation.  :-)


>> violators of the preferred sections.  In my mind, these are the
>> generics (principle #2): Docs, Doc, Misc, Tools, Utilities, Utils, and
>> Viewers. 
>
> The sections won't be included in the doc-base manual, except for  
> Viewers, which is also in menu hierarchy. However they will stay in the  
> mapping file only because it's impossible to do sensible automatic 
> mapping.

I ordered the principles by (my subjective opinion of) precedence.
Section Viewers violates principle #2 so it must be changed even if it
satisfies principle #4.  YMMV  :-)

Cheers,
-Steve


signature.asc
Description: Digital signature


Bug#466630: debsecan: doesn't detect renames from TEMP-... to CVE-....-...

2008-02-19 Thread Paul Wise
Package: debsecan
Version: 0.4.10
Severity: normal

In today's debsecan mail, I saw the following.

*** Fixed vulnerabilities

TEMP-0466146
  
  - festival

*** New vulnerabilities

CVE-2007-4074 The default configuration of Centre for Speech...
  
  - festival (low urgency)

Please make debsecan detect changes from TEMP-... to CVE-... and show
them in the right section.

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

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

Versions of packages debsecan depends on:
ii  debconf [debconf-2.0] 1.5.19 Debian configuration management sy
ii  python2.4.4-6An interactive high-level object-o
ii  python-apt0.7.4+b1   Python interface to libapt-pkg

Versions of packages debsecan recommends:
ii  cron  3.0pl1-103 management of regular background p
ii  exim4 4.69-2 meta-package to ease Exim MTA (v4)
ii  exim4-daemon-light [mail-tran 4.69-2 lightweight Exim MTA (v4) daemon

-- debconf information:
* debsecan/source:
* debsecan/mailto: root
* debsecan/suite: sid
* debsecan/report: true

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#466629: kicker-applets: Simple umounter for Kicker

2008-02-19 Thread Saulo Soares de Toledo
Package: kicker-applets
Version: 4:3.5.8-3
Severity: wishlist

Gnome Desktop has a panel applet to umount devices (CDs/DVDs, Pendrives and
diskets). KWikDisk it's very confuse and have a lot of bugs of user
permissions and problems with HAL.

The suggestion it's to have a kicker application to do this.
All the time I edit files with kwrite and save into my pendrive, I need open
Konqueror or Dolphin to umount it?


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

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

Versions of packages kicker-applets depends on:
ii  kdelibs4c2a 4:3.5.8.dfsg.1-7 core libraries and binaries for al
ii  kicker  4:3.5.8.dfsg.1-7 desktop panel for KDE
ii  libc6   2.7-6GNU C Library: Shared libraries
ii  libgcc1 1:4.3-20080202-1 GCC support library
ii  libstdc++6  4.3-20080202-1   The GNU Standard C++ Library v3

kicker-applets recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#251214: Please add ftp proxy support

2008-02-19 Thread Shashank Chintalagiri
ftp-over-http is the one I will need. I'm behind a squid proxy. It
would be really nice if dput could honour the HTTP_PROXY and FTP_PROXY
in a manner similar to what wget does. While that would be best, a
manual workaround for the problem would also be helpful - something
like being able to upload to the ftp server manually using an
ftp-client. If dput can do whatever it needs to and then gives me a
directory structure and says put these files in these places, that
should atleast allow people like me to send in the files.

Regards
Shashank

On Feb 19, 2008 12:28 PM, Thomas Viehmann <[EMAIL PROTECTED]> wrote:
> On 2008-02-19 06:16:02.00 Shashank Chintalagiri
> <[EMAIL PROTECTED]> wrote:
> > Has this support been added yet? If so, I seem to have a problem
> > with
> > it on Ubuntu Gutsy. If not, then is it still going to be
> > implemented?
>
> It has not been added.
> To be honest, I am surprised that anyone is still asking for it.
> If you do use a "real" ftp proxy, it should be sufficient to use the
> login and fqdn parameters. If you intend to use it with ftp-over-http
> proxying, that would need a very different implementation (using the
> http upload method), but I'm not sure whether any proxy supports that.
>
> Which of the two would you need?
>
> Kind regards
>
> T.
> --
> Thomas Viehmann, dput maintainer, http://thomas.viehmann.net/
>



-- 

Chintalagiri Shashank
Junior Undergraduate
Department of Physics
Indian Institute of Technology, Kanpur

[EMAIL PROTECTED]
[EMAIL PROTECTED]
http://home.iitk.ac.in/~chintal




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#466628: VPN user and group passwords no longer being remembered

2008-02-19 Thread Thomas Bushnell BSG
Package: network-manager-vpnc-gnome
Version: 0.6.4svn2806-1
Severity: important

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

VPN group and user passwords are no longer being remembered.  I select both the 
remember checkbox
and the remember for this session checkbox, and the passwords are not 
stored--or at least, they
are reprompted every time.

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

Debian Release: lenny/sid
  500 unstablemirrors.kernel.org 
  500 stable  security.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
libart-2.0-2(>= 2.3.18) | 2.3.20-1
libatk1.0-0 (>= 1.20.0) | 1.20.0-1
libbonobo2-0(>= 2.15.0) | 2.21.90-1
libbonoboui2-0  (>= 2.15.1) | 2.21.90-1
libc6  (>= 2.6.1-1) | 2.7-8
libcairo2(>= 1.4.0) | 1.4.14-1
libdbus-1-3  (>= 1.1.1) | 1.1.4-1
libfontconfig1   (>= 2.4.0) | 2.5.0-2
libgconf2-4 (>= 2.13.5) | 2.20.1-3
libglade2-0(>= 1:2.6.1) | 1:2.6.2-1
libglib2.0-0(>= 2.14.0) | 2.14.6-1
libgnome-keyring0   (>= 2.19.6) | 2.20.3-1
libgnome2-0 (>= 2.17.3) | 2.20.1.1-1
libgnomecanvas2-0   (>= 2.11.1) | 2.20.1.1-1
libgnomeui-0(>= 2.17.1) | 2.20.1.1-1
libgnomevfs2-0   (>= 1:2.17.90) | 1:2.20.1-2
libgtk2.0-0 (>= 2.12.0) | 2.12.8-1
libice6(>= 1:1.0.0) | 2:1.0.4-1
libnm-util0 | 0.6.5-5
liborbit2 (>= 1:2.14.1) | 1:2.14.10-0.1
libpango1.0-0   (>= 1.18.2) | 1.18.4-1
libpopt0  (>= 1.10) | 1.10-3
libsm6  | 2:1.0.3-1+b1
libx11-6| 2:1.0.3-7
libxcomposite1 (>= 1:0.3-1) | 1:0.4.0-1
libxcursor1  (>> 1.1.2) | 1:1.1.9-1
libxdamage1  (>= 1:1.1) | 1:1.1.1-3
libxext6| 1:1.0.3-2
libxfixes3 (>= 1:4.0.1) | 1:4.0.3-2
libxi6  | 2:1.1.3-1
libxinerama1| 1:1.0.2-1
libxml2 (>= 2.6.29) | 2.6.31.dfsg-1
libxrandr2 (>= 2:1.2.0) | 2:1.2.2-1
libxrender1 | 1:0.9.4-1
network-manager-vpnc (= 0.6.4svn2806-1) | 0.6.4svn2806-1





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#466456: wnpp-alert: false positives

2008-02-19 Thread Steve M. Robbins
retitle 466456 Consider adding option to display binary package names
severity 466456 wishlist
thanks

On Tue, Feb 19, 2008 at 07:47:46PM +, Adam D. Barratt wrote:
> On Mon, 2008-02-18 at 22:56 -0600, Peter Samuelson wrote:
> > [Steve M. Robbins]
> > > OK, I can guess where this is going: the report lists orphaned SOURCE
> > > packages for which I have at least one BINARY package installed.
> > 
> > Since maintainership and orphaning happens on a source package basis,
> > I'd say this makes sense.
> 
> Indeed; I've added a note to the manpage to that effect.
> 
> I'll leave this bug open as a wishlist request for (optionally)
> displaying binary package names.

I agree.  I'd really encourage you to consider this request.  It's
something I stumble on every 6-12 months when I rediscover wnpp-alert.
I tend to want to do something like:

   wnpp-alert | awk '/^O/ {print $3}' | xargs dpkg --purge

... and then I curse wnpp-alert thinking I've found a bug!

Cheers,
-Steve


signature.asc
Description: Digital signature


Bug#466627: mozilla-plugin-gnash: does not play content at magicbutter.com

2008-02-19 Thread Clint Adams
Package: mozilla-plugin-gnash
Version: 0.8.1+cvs20080212.1133-1

gnash does not correctly play content at magicbutter.com: miss muffy
episode one, for example:

http://www.magicbutter.com/mm_1.html



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#466482: Locales: es_CR.UTF-8 lacks 12-hour format in LC_TIME

2008-02-19 Thread Niko Cavallini Araya
>...I will ask in the local linux communities for input.

Well the proper way to refer to 12-hour format is "a.m." and "p.m.".

Acording to the "Real Academia Española" (Royal Spanish Academy)
(1)(2) "ante merídiem" (a.m.) and "post merídiem" (p.m.) is the proper
way to use 12-hour format. This applies to all spanish speaking
countries, so this might be used for all spanish locales.

Thanks to Braulio José Solano Rojas for the links.
(1) http://buscon.rae.es/dpdI/SrvltGUIBusDPD?origen=RAE&lema=ante%20mer%EDdiem
(2) http://buscon.rae.es/dpdI/SrvltGUIBusDPD?origen=RAE&lema=post%20mer%EDdiem

-- 
Saludos
Niko


Bug#465608: "education" has made my debian mentally challenged

2008-02-19 Thread Tyler MacDonald
No such luck :-(

domus:/var/cache/apt/archives# dpkg --force-all -i
education-astronomy_0.825_i386.deb 
(Reading database ... 580683 files and directories currently installed.)
Preparing to replace education-astronomy 0.824+svn40294 (using
education-astronomy_0.825_i386.deb) ...
Unpacking replacement education-astronomy ...
err 67: Custom distribution education does not exist
dpkg: warning - old post-removal script returned error exit status 67
dpkg - trying script from the new package instead ...
err 67: Custom distribution education does not exist
dpkg: error processing education-astronomy_0.825_i386.deb (--install):
 subprocess new post-removal script returned error exit status 67
err 67: Custom distribution education does not exist
dpkg: error while cleaning up:
 subprocess post-removal script returned error exit status 67
Errors were encountered while processing:
 education-astronomy_0.825_i386.deb


Jay Zach <[EMAIL PROTECTED]> wrote:
> Tyler MacDonald wrote:
>> Hi,
>>
>>  I'm running sid.
>>
>>  I've had the "education" packages installed for awhile... last week,
>> an update came out for them which has completely broken the package manager,
>> making it impossible to upgrade further. I get a message like this for every
>> "education-*" package:
>>
>> Preparing to replace education-chemistry 0.824+svn40294 (using
>> .../education-chemistry_0.825_i386.deb) ...
>> Unpacking replacement education-chemistry ...
>> err 67: Custom distribution education does not exist
>> dpkg: warning - old post-removal script returned error exit status 67
>> dpkg - trying script from the new package instead ...
>> err 67: Custom distribution education does not exist
>> dpkg: error processing
>> /var/cache/apt/archives/education-chemistry_0.825_i386.deb (--unpack):
>>  subprocess new post-removal script returned error exit status 67
>> err 67: Custom distribution education does not exist
>> dpkg: error while cleaning up:
>>  subprocess post-removal script returned error exit status 67
>>
>>  ... apt-get remove refuses to delete the packages:
>>
>> Reading changelogs... Done
>> dpkg: error processing education-chemistry (--remove):
>>  Package is in a very bad inconsistent state - you should
>>  reinstall it before attempting a removal.
>> Errors were encountered while processing:
>>  education-chemistry
>> E: Sub-process /usr/bin/dpkg returned an error code (1)
>>
>>  ... and trying to force dpkg's hand doesnt work either!
>>
>> domus:~# dpkg --force-remove-reinstreq --purge education-chemistry
>> dpkg - warning, overriding problem because --force enabled:
>>  Package is in a very bad inconsistent state - you should
>>  reinstall it before attempting a removal.
>> (Reading database ... 580601 files and directories currently installed.)
>> Removing education-chemistry ...
>> err 67: Custom distribution education does not exist
>> dpkg: error processing education-chemistry (--purge):
>>  subprocess post-removal script returned error exit status 67
>> Errors were encountered while processing:
>>  education-chemistry
>>
>>  Is there any safe, sane way I can either remove these 50-some-odd
>> packages or get them to install correctly?
>>
>>  Thanks,
>>  Tyler
>>
>>
>>   
> I struggled with the same stuff with education-astronomy on my sidux  
> system...  There are bug reports for this and the .825 packages are  
> supposed to fix it. I eventually believe that this straightened it out 
> for me (but don't hold me to it as I was trying all kinds of stuff and it 
> was a couple days ago):
> dpkg --force-all -i  
> /var/cache/apt/archives/education-astronomy_0.825_amd64.deb
>
>
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a 
> subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>

-- 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#466515: PTS: "you should include ."

2008-02-19 Thread Russ Allbery
Lars Wirzenius <[EMAIL PROTECTED]> writes:

> The Bug Tracking System contains patches fixing 3 bugs, you should
> consider including them or removing the "patch" tag from the bugs.

Slightly more idiomatic:

X bugs in the Bug Tracking System are tagged as having patches.
Either they should be applied or the patch tag should be removed from
those bugs.

and:

X bug in the Bug Tracking System is tagged as having a patch.  Either
it should be applied or the patch tag should be removed from that bug.

for X == 1.

-- 
Russ Allbery ([EMAIL PROTECTED])   



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#466626: /usr/bin/clamscan: gets progressively slower

2008-02-19 Thread Stephen Gran
This one time, at band camp, [EMAIL PROTECTED] said:
> clamscan (and libclamav) seem to be getting progressivley slower,
> each week they take longer, and longer, to start up.
> at the beginning it took 2 minutes to start but 6 months later it's
> taking 8 minutes before it begins scanning files and that's starting 
> to cause problems. (these times as reported by top or time)

Yes, known issue.  Please use the packages from volatile.debian.org.
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Bug#466626: /usr/bin/clamscan: gets progressively slower

2008-02-19 Thread andru
Package: clamav
Version: 0.90.1-3etch8
Severity: normal
File: /usr/bin/clamscan


clamscan (and libclamav) seem to be getting progressivley slower,
each week they take longer, and longer, to start up.
at the beginning it took 2 minutes to start but 6 months later it's
taking 8 minutes before it begins scanning files and that's starting 
to cause problems. (these times as reported by top or time)

plenty of ram:  (this with two instances of libclam running)
[EMAIL PROTECTED]:~$ free
 total   used   free sharedbuffers   cached
Mem:   1028576 616944 411632  0  68804   139584
-/+ buffers/cache: 408556 620020
Swap:   996020   1492 994528

processor speed is 2.4Ghz. (or about 4800 Bogomips)

-- System Information:
Debian Release: 4.0
Architecture: i386 (i686)
Kernel: Linux 2.6.18-4-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages clamav depends on:
ii  clamav-freshclam [clam 0.90.1-3etch8 downloads clamav virus databases f
ii  libc6  2.3.6.ds1-13etch4 GNU C Library: Shared libraries
ii  libclamav2 0.90.1-3etch8 virus scanner library
ii  zlib1g 1:1.2.3-13compression library - runtime

-- debconf-show failed



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#463198: Good News...Winner

2008-02-19 Thread Notice Board



P O Box 1010 Liverpool,
L70 1NL UNITED KINGDOM
(Customer Services)

 FINAL NOTIFICATION

This is to inform you that your e-mail address has won you the sum of
£1,000,000.00 (One Million British Pounds) from the UK ONLINE LOTTERY
INTERNATIONAL held on the 15th of February 2008, and released today 20th
of February 2008 in London Uk. The selection process was carried out
through random selection in our computerized email selection system(ess)
from a database of over 250,000 email addresses drawn from which you were
selected, no tickets were sold.

The UK ONLINE LOTTERY INTERNATIONAL is approved by the British Gaming
Board. To begin the processing of your prize you are to contact our claims
consultant for more infomation as regards procedures to claim your prize.

You are to contact the Claims Consultant:

Name: Mr. John Morgan
Tel: +44-701-113-1298
Tel: +44-703-195-8028
E-mail: [EMAIL PROTECTED]

1) Full Name:
2) Address:
3) Nationality:
4) Occupation:
5) Tel:
6) Present Country:
7) Sex:
8) Age:

If you do not contact your claims agent within three working days of this
Notification, your winning would be revoked. *Winner under the age of 14
are automatically disqualified. *Staff of the UK ONLINE LOTTERY
INTERNATIONAL are not to partake in this Lottery.

Congratulation!

Sincerely,
Mrs. Rosemary Wood
UK ONLINE LOTTERY INTERNATIONAL.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#466558: Need versioned build-depends on gnutls

2008-02-19 Thread Russ Allbery
"Joel Johnson" <[EMAIL PROTECTED]> writes:

> Package: openldap2.3
> Version: 2.4.7-4
>
> The build-depends for the openldap2.3 source package call out
> libgnutls-dev, but it appears to need a versioned depends. When trying
> to do an etch backport of slapd 2.4.7, the compilation fails with
> unknown gnutls references (etch version is 1.4.4 vs 2.2.1 in
> lenny). After backporting gnutls as well, all goes as expected. I'm not
> sure which version the needed changes became present in, however.

I'm fairly sure it needs at least 2.0 (well, some 1.7 test release, but
2.0 is a reasonable break point).

-- 
Russ Allbery ([EMAIL PROTECTED])   



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#457337: libc6: mremap() returns invalid address

2008-02-19 Thread Andreas Klöckner
On Dienstag 19 Februar 2008, Aurelien Jarno wrote:
> ping ?

Sorry, I don't have time to track this issue down any further. I figured out a 
way to not have dlmalloc call mremap, and that settles the issue for me. :-/ 
(#define HAVE_MREMAP 0)

Feel free to close this bug.

Andreas


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


Bug#466625: abook should have a better error message when permissions are incorrect

2008-02-19 Thread Penny Leach
Package: abook
Version: 0.5.6-5
Severity: normal


my ~/.abook/addressbook.new had broken permissions (no +w - undoubtedly because
of something silly I had done earlier) but when I ran abook and tried to
add an entry, it didn't tell me it couldn't save the entry, just closed
cleanly, but then of course the entry wasn't saved.

Easily fixed by finding the permissions problem and fixing it, but a
nice error message would have been helpful :)


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

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

Versions of packages abook depends on:
ii  debconf [debconf-2.0] 1.5.19 Debian configuration management sy
ii  libc6 2.7-8  GNU C Library: Shared libraries
ii  libncursesw5  5.6+20080203-1 Shared libraries for terminal hand
ii  libreadline5  5.2-3  GNU readline and history libraries

abook recommends no packages.

-- debconf information:
  abook/muttrc.d: true



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#466624: libtest-exception-perl: FTBFS: Test failures

2008-02-19 Thread Daniel Schepler
Package: libtest-exception-perl
Version: 0.25-1
Severity: serious

From my pbuilder build log:

...
/usr/bin/make PREFIX=/tmp/buildd/libtest-exception-perl-0.25/debian/`pwd | sed 
-e "s/.*\/\\(.*\\)-.*/\\1/"`/usr OPTIMIZE="-O2 -g -Wall" test install
make[1]: Entering directory `/tmp/buildd/libtest-exception-perl-0.25'
cp lib/Test/Exception.pm blib/lib/Test/Exception.pm
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 
'blib/lib', 'blib/arch')" t/*.t
t/callerok
t/Exception.ok
t/importok
t/isa...ok
t/lives_and.ok
t/preserve..ok
t/returnok
t/rtok
t/stacktraceNOK 2
#   Failed test 'regex in stacktrace ignored'
#   in t/stacktrace.t at line 17.
# STDOUT is:
# ok 1 - threw /fribble/
#
# not:
# not ok 1 - threw /fribble/
#
# as expected
# STDERR is:
#
# not:
# (?-xism:#\s+Failed\ test.*?\n?.*?t\/stacktrace\.t at line 13.*\n?)
# # expecting: /fribble/
#
# # found: died at t/stacktrace.t line 13
#
# # Test::Exception::throws_ok('CODE(0x733780)', '/fribble/') called at 
t/stacktrace.t line 13
#
# as expected
t/stacktraceFAILED test 2
Failed 1/2 tests, 50.00% okay
t/throws_ok.ok
Failed TestStat Wstat Total Fail  Failed  List of Failed
---
t/stacktrace.t21  50.00%  2
Failed 1/10 test scripts, 90.00% okay. 1/51 subtests failed, 98.04% okay.
make[1]: *** [test_dynamic] Error 255
make[1]: Leaving directory `/tmp/buildd/libtest-exception-perl-0.25'
make: *** [install] Error 2
dpkg-buildpackage: failure: fakeroot debian/rules binary gave error exit status 
2
-- 
Daniel Schepler




Bug#443935: The 2nd Debian Openoffice.org bug triage - bug #443935

2008-02-19 Thread Charles Plessy
Le Tue, Feb 19, 2008 at 10:23:02PM +0200, Lior Kaplan a écrit :
> 
> Opening the file you attached using 2.4.0~rc2 from unstale gave me the
> same results as the screenshot.
> 
> Installing ttf-mikachan fonts package "fixed" the problem.
> 
> So it does seems like a font problem and not OO.org related one. Please
> verify.

Dear Lior,

I do not know where is the bug, but I think that it is very strange that
OpenOffice can not use other japanese fonts such as ttf-kochi-mincho,
ttf-sazanami-gothic, or ttf-sazanami-mincho to display Han
characters ("kanjis") in japanese text. Expecially that the japanese
syllabic characters ("hiragana", "katakana") are displayed correctly
(hiraganas, katakanas and kanjis are usually provided by the same font).

If you read the bug report with a browser (sorry, I wrote "nautilus"
instead of "epiphany-browser" in my previous message), you will see that
the characters are correctly displayed: this indicates that an
appropriate font is available and that OpenOffice can not find the
characters.

Wether this is a bug in the fonts or OpenOffice, I do not know ;)

(CC'ed to [EMAIL PROTECTED], please see the first message
of the bug report for a screenshot and a sample document:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=443935 )

-- 
Charles Plessy
http://charles.plessy.org
Wakō, Saitama, Japan




Bug#466622: O: pkglist -- Package List Corrector

2008-02-19 Thread Eddy Petrișor

Subject: O: pkglist -- Package List Corrector
Package: wnpp
Severity: normal



This package hasn't seen an upload from the maintainer since 2002-04-29.
The last upload is a NMU from 2003-08-22 and that NMU was never confirmed.

The maintainer has all his packages part of all the distros of debian 
with the same version in stable, testing and sid, and even oldstable, in 
some cases, so he looks MIA (last upload was aprox 2 years ago):


http://qa.debian.org/[EMAIL PROTECTED]

Also, the 2 bugs of this package are unanswered for more than two years 
(almost 3).




Maybe this package is a good candidate for removal, if nobody steps up 
to take over.



--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.24.2-bounty

Debian Release: lenny/sid
  900 testing security.debian.org
  900 testing ftp.ro.debian.org
   10 unstableftp.ro.debian.org

--- Package information. ---
Depends   (Version) | Installed
===-+-===
|


--
Regards,
EddyP
=
"Imagination is more important than knowledge" A.Einstein



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#466623: mysql-query-browser: ui locks up when selecting default schema

2008-02-19 Thread Maykel Moya
Package: mysql-query-browser
Version: 5.0~rc12-2
Severity: grave
Tags: patch
Justification: renders package unusable



mysql-query-browser starts fine but whenever I select an schema the
UI locks up and the CPU temperature starts increasing.

No matter how I select the schema, either clicking on the
schema browser, or by 'USE foo', or by File/Select schema in menu locks
the UI.

I was digging upstream bugs and found 32293[1]. There is a patch[2] that
seems to solve the problem.

Regards,
maykel

[1] http://bugs.mysql.com/bug.php?id=32293
[2] https://bugzilla.redhat.com/attachment.cgi?id=218451


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

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

Versions of packages mysql-query-browser depends on:
ii  libart-2.0-22.3.20-1 Library of functions for 2D graphi
ii  libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii  libbonobo2-02.20.3-1 Bonobo CORBA interfaces library
ii  libbonoboui2-0  2.20.0-1 The Bonobo UI library
ii  libc6   2.7-4GNU C Library: Shared libraries
ii  libcairo2   1.5.8-1  The Cairo 2D vector graphics libra
ii  libcairomm-1.0-11.4.6-1  C++ wrappers for Cairo (shared lib
ii  libfontconfig1  2.5.0-2  generic font configuration library
ii  libgcc1 1:4.2.2-3GCC support library
ii  libgconf2-4 2.20.1-1 GNOME configuration database syste
ii  libglade2-0 1:2.6.2-1library to load .glade files at ru
ii  libglib2.0-02.15.5-1 The GLib library of C routines
ii  libglibmm-2.4-1c2a  2.14.2-4 C++ wrapper for the GLib toolkit (
ii  libgnome-keyring0   2.20.3-1 GNOME keyring services library
ii  libgnome2-0 2.20.1.1-1   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0   2.20.1-1 A powerful object-oriented display
ii  libgnomeprint2.2-0  2.18.2-1 The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-02.18.2-1 GNOME 2.2 print architecture User 
ii  libgnomeui-02.20.1.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0  1:2.20.1-1   GNOME Virtual File System (runtime
ii  libgtk2.0-0 2.12.8-1 The GTK+ graphical user interface 
ii  libgtkhtml3.8-153.12.3-2 HTML rendering/editing library - r
ii  libgtkmm-2.4-1c2a   1:2.12.3-1   C++ wrappers for GTK+ 2.4 (shared 
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libmysqlclient15off 5.0.51-1 MySQL database client library
ii  liborbit2   1:2.14.10-0.1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0   1.19.3-1 Layout and rendering of internatio
ii  libpcre37.6-1Perl 5 Compatible Regular Expressi
ii  libpopt01.10-3   lib for parsing cmdline parameters
ii  libsigc++-2.0-0c2a  2.0.17-2 type-safe Signal Framework for C++
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libstdc++6  4.2.2-3  The GNU Standard C++ Library v3
ii  libx11-62:1.1.3-1X11 client-side library
ii  libxcursor1 1:1.1.9-1X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  2:1.1.3-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxml2 2.6.31.dfsg-1GNOME XML library
ii  libxrandr2  2:1.2.2-1X11 RandR extension library
ii  libxrender1 1:0.9.4-1X Rendering Extension client libra
ii  mysql-gui-tools-common  5.0~rc12-2   Architecture independent files for
ii  zlib1g  1:1.2.3.3.dfsg-8 compression library - runtime

mysql-query-browser recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#466621: /usr/lib/virtualbox/x11config.pl mentioned in README.Debian

2008-02-19 Thread Henning Sprang
Package: virtualbox-ose-guest-utils
Version: 1.5.4-dfsg4

/usr/lib/virtualbox/x11config.pl is mentioned in README.Debian, but is
is actually in /usr/share/virtualbox






-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#466486: can't prevent indenting at newline when pasting

2008-02-19 Thread Drew Parsons
On Tue, 2008-02-19 at 14:40 +0100, G. Milde wrote:
> 
> > A2: Temporarily change the keybinding 
> ...
> > - this does work, thanks.  But it's inconvenient to set manually like
> > this each time.
> 
> How about paste()? (A1) This is basically a function to automate this task,
> recommended by the Jed author.

You're right, it's probably the best workaround.  Still not as
convenient as just clicking the mouse button though :)


> A4 works nice here with 
> 
>   !if (is_defined("x_server_vendor"))
> setkey("newline_indent", "^M"); % correct mouse-insertion problem
>  
> in a file called by ~/jed.rc and newline_indent defined in txtutils.sl from
> the jed-extra package.

I installed jed-extra and tried this in ~/.jed/jed.rc, but it didn't
help, not even with just setkey("newline_indent", "^M"); on its own.

> What does Help>Show_Key return for the [Return] key after applying A3 or A4?

With nothing set in jed.rc:
Key "^M" runs the internal function newline_and_indent

With A3, setkey("newline", "^M");
Key "^M" runs the internal function newline_and_indent   <--- there's
the problem, no change!

Same again with A4, setkey("newline_indent","^M");

It's like jed.rc is being completely ignored.  It doesn't make a
difference whether I'm trying to make the settings in ~/.jed/jed.rc,
~/.jedrc or even /etc/jed.d/99newline-noindent.sl :(

> Does it work if you put the code in a buffer and run M-x evalbuffer?

Yes, that works! For both A3 and A4 (both versions).


> Can you test whether the ~/.jed/jed.rc file is evaluated?

Apparently it is not, nor is /etc/jed.d.


Thanks,
Drew



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#466620: spamassassin: release 3.2.4 available

2008-02-19 Thread Paul Martin
Package: spamassassin
Version: 3.2.3-1
Severity: wishlist

Date: Mon, 07 Jan 2008 17:20:12 GMT

Apache SpamAssassin 3.2.4 is now available!  This is a maintenance
release of the 3.2.x branch.

Downloads are available from:
  http://spamassassin.apache.org/downloads.cgi

See 
http://svn.apache.org/repos/asf/spamassassin/branches/3.2/build/announcements/3.2.4.txt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#466619: should evince have a dependency on ghostscript-x?

2008-02-19 Thread andrew bezella
Package: evince
Version: 2.20.2-1
Severity: normal

evince does not directly pull in ghostscript-x (although the transitional gs 
and gs-esp packages do).  when attempting to open a postscript file, i was 
receiving errors such as:
Unknown device: x11alpha
Unrecoverable error: undefined in .uninstallpagedevice
Operand stack:
defaultdevice

** (evince:9811): WARNING **: Interpreter failed.

** (evince:9811): WARNING **: Interpreter failed.

installing ghostscript-x eliminated these errors and allowed me to view the 
file.

cf. https://bugs.launchpad.net/ubuntu/+source/evince/+bug/83597 (Bug #83597 in 
evince (Ubuntu))

thanks!

andy

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

Kernel: Linux 2.6.23-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 evince depends on:
ii  gconf2 2.20.1-2+b1   GNOME configuration database syste
ii  ghostscript [gs-esp]   8.61.dfsg.1-1 The GPL Ghostscript PostScript/PDF
ii  gnome-icon-theme   2.20.0-1  GNOME Desktop icon theme
ii  libart-2.0-2   2.3.20-1  Library of functions for 2D graphi
ii  libatk1.0-01.20.0-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.21.90-1 Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.21.90-1 The Bonobo UI library
ii  libc6  2.7-6 GNU C Library: Shared libraries
ii  libcairo2  1.4.14-1  The Cairo 2D vector graphics libra
ii  libdbus-1-31.1.2-1   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.74-1simple interprocess messaging syst
ii  libdjvulibre15 3.5.20-3  Runtime support for the DjVu image
ii  libgconf2-42.20.1-2+b1   GNOME configuration database syste
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.14.6-1  The GLib library of C routines
ii  libgnome-keyring0  2.20.3-1  GNOME keyring services library
ii  libgnome2-02.20.1.1-1The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.20.1.1-1A powerful object-oriented display
ii  libgnomeui-0   2.20.1.1-1The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.20.1-1GNOME Virtual File System (runtime
ii  libgtk2.0-02.12.8-1  The GTK+ graphical user interface 
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libkpathsea4   2007.dfsg.1-2 TeX Live: path search library for 
ii  libnautilus-extension1 2.20.0-3  libraries for nautilus components 
ii  liborbit2  1:2.14.10-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.18.4-1  Layout and rendering of internatio
ii  libpoppler-glib2   0.6.4-1   PDF rendering library (GLib-based 
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libsm6 2:1.0.3-1+b1  X11 Session Management library
ii  libstdc++6 4.3-20080202-1The GNU Standard C++ Library v3
ii  libtiff4   3.8.2-7   Tag Image File Format (TIFF) libra
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxml22.6.31.dfsg-1 GNOME XML library
ii  zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime

evince recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#466321: output of dselect broken with german UTF-8

2008-02-19 Thread Thomas Dickey
On Tue, Feb 19, 2008 at 04:34:09PM +0100, Frank Lichtenheld wrote:
> On Mon, Feb 18, 2008 at 08:33:06PM -0500, Thomas Dickey wrote:
> > On Mon, Feb 18, 2008 at 03:30:31PM +0100, Frank Lichtenheld wrote:
> > > reassign 466321 libncurses5 5.6+20080203-1
> > > severity 466321 important
> > > thanks
> > > 
> > > Downgrading to libncurses5 5.6+20080119-1 fixes the problem.
> > 
> > Assign it back to dselect.  As noted in the dependencies, it's linked
> > with libncurses rather than libncursesw.
> > 
> > > On Sun, Feb 17, 2008 at 11:53:19PM +0100, Berthold Cogel wrote:
> > > > Output of dselect is broken with german UTF-8:
> > 
> > ...it's behaving as expected.
> 
> Any idea why it works with the older libncurses?

hmm - today I have more time...

Here's the related changes (to ncurses):

20080203
+ modify _nc_setupscreen() to set the legacy-coding value the same
  for both narrow/wide models.  It had been set only for wide model,   
  but is needed to make unctrl() work with locale in the narrow model. 
+ improve waddch() and winsch() handling of EILSEQ from mbrtowc() by   
  using unctrl() to display illegal bytes rather than trying to append 
  further bytes to make up a valid sequence (reported by Andrey A
  Chernov).
+ modify unctrl() to check codes in 128-255 range versus isprint().
  If they are not printable, and locale was set, use a "M-" or "~"
  sequence.

Looking with ncurses' test-program at the codes, before the change I would
see nothing useful for 128-255 since they were nonprintable.  Now unctrl()
returns a string that's 3 bytes.

The thought occurs to me that dselect is doing some type of
workaround for UTF-8 that's being thwarted by the change to unctrl().
(It has to be doing _something_, otherwise it would write interesting
garbage on the screen in a UTF-8 locale).

To explain a little, some programs (such as lynx) may try to use UTF-8
with a non-UTF-8 curses library by pretending that the line size is
wide enough to store the "extra" bytes.  It doesn't repaint very well,
but sort-of works.

However, if dselect converts those bytes to UTF-8 by itself, ncurses now
sees that they're really nonprintable, and displays them as M-'s.
That's because it sees the locale setting - and is using isprint/iswprint
for each character.

ncurses is "supposed" to suppress the isprint check if the setlocale
function weren't called (it's for legacy code).  I see that dselect
does call setlocale before initscr, so ncurses is aware that the
locale has been set.  If it were the other way around, then dselect
would be doing as much as it's able to fit into that legacy mode.

(And if _that_ didn't work, then I'd have to revisit my change -
though I do recall trying to ensure that legacy/non-locale mode worked).

If dselect were linked with ncursesw, it _should_ call setlocale first,
since ncursesw is designed to handle UTF-8.

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


pgpoVi5BX1183.pgp
Description: PGP signature


Bug#439688: setting package to devscripts, tagging 439688

2008-02-19 Thread Adam D . Barratt
# Automatically generated email from bts, devscripts version 2.10.15
# devscripts (2.10.17) UNRELEASED; urgency=low
#
#  * tagpending:
#+ Rewrite in perl using Debbugs.pm
#+ Optionally (and by default) include the changelog header line and
#  any relevant changelog entries as comments in the generated mail
#  (Closes: #439688)

package devscripts
tags 439688 + pending




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#466612:

2008-02-19 Thread Toby Smithe
Please see 
http://mentors.debian.net/debian/pool/main/f/fluid-soundfont/fluid-soundfont_3-1.dsc
for the current Debian package sources.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#437773: picp: not handling nostrip build option (policy 10.1)

2008-02-19 Thread Sam Hathaway

diff -u picp-0.6.7/Makefile picp-0.6.7/Makefile
--- picp-0.6.7/Makefile
+++ picp-0.6.7/Makefile
@@ -20,7 +20,6 @@

 $(APP): $(OBJECTS)
$(CC) $(OBJECTS) -o $(APP)
-   strip $(APP)

 clean:
rm -f *.o
diff -u picp-0.6.7/debian/changelog picp-0.6.7/debian/changelog
--- picp-0.6.7/debian/changelog
+++ picp-0.6.7/debian/changelog
@@ -1,3 +1,9 @@
+picp (0.6.7-3) unstable; urgency=low
+
+  * Remove manual strip from Makefile. (closes: #437773)
+
+ -- Sam Hathaway <[EMAIL PROTECTED]>  Tue, 19 Feb 2008 19:27:20 -0500
+
 picp (0.6.7-2) unstable; urgency=low

   * New package description, thanks to Fernando J. Rodriguez



signature.asc
Description: OpenPGP digital signature


Bug#466617: lintian: Wrong spelling-error-in-copyright for publically

2008-02-19 Thread Russ Allbery
Michael Biebl <[EMAIL PROTECTED]> writes:

> Package: lintian
> Version: 1.23.45
> Severity: normal
>
> Lintian warns about a mis-spelling in one of my packages:
>
> W: libsvnqt4: spelling-error-in-copyright publically publicly
>
> Imho, both spellings are correct [1] and the check is wrong.

This sort of thing always bugs me; the only reason why dictionaries are
now listing publically as a valid spelling is because so many people
didn't spell it properly (probably reasoning by analogy about spelling
from words with different origins).  Publicly has always been the correct
spelling.  Publically is only showing up because it's so commonly
misspelled that Merriam-Webster basically gave up.

However, that does happen to languages, and it's probably not worth the
effort for me to be pointlessly pedantic about it.  I'll take it back out
again.  Life is too short to worry too much about it.  :)

(You'll find, though, that spelling checkers like ispell will tell you
that publically is an incorrect spelling.)

-- 
Russ Allbery ([EMAIL PROTECTED])   



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#466600: Does not detect/mount cpqarray RAIDed volume

2008-02-19 Thread Geert Stappers
Op 19-02-2008 om 13:39 schreef michael:
> 
> It seems a similar issue happened with another installer some time ago.  
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=380272

If you are also dropped into a shell, please provide the output of


  cat /proc/cmdline

  cat /proc/modules

  ls -l /dev/ida

  cat /etc/fstab

  dpkg -l grub

  dpkg -l udev

  dpkg -l initramfs-tools

  lscpi -vv

  lspci -n



at least tell if you are also get a shell.


HtH
GSt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#379682: mercury: should this package be removed?

2008-02-19 Thread Roy Ward

Paul Bone wrote:


Hi Barry.

I'm interested in re-packaging this, however it's going to be one of
those things that gets a small amount of attention here and there.  I'm
one of the Mercury developers, so I use and develop on Mercury
day-to-day.



This will mean that there may be 6-12 mercury-related packages.  And
since I haven't packaged for Debian before this is rather an ominous
task.  I intend to read plenty of documentation and seek the help of
[EMAIL PROTECTED] as appropriate.


I'm in a similar position - not much time, and have never created a Debian package before. I was going to create one big 
package, but 6-12 makes more sense.



I usually use the ROTD releases, however that's mostly because I'm
working on Mercury it's self.  It is probably useful to package a stable
release and a ROTD, since we havn't made a release for a while.


One of the reasons that the previous version never made it to stable was that was an ROTD, so I see using a ROTD only as 
a bit of a trap. Packaging both might be good though, but only have the release version go into Lenny.



Unfortunatly I can't make any progress of when this will be done, and
I'm not yet sure the best way to do it.  Will removing the old package
from Debian make it harder for me to get this one in?  If so I'd like it
left in Debian until I'm able to complete this.  But since I want to
package the new stable version instead removing it may not affect me.


I was involved in discussions on this a while ago (when I put in the ITA) and my thought was to leave it in so the bug 
history etc. doesn't get removed (some it it is still relevant). Taking it over might also make it easier to get a 
sponsor if you are not a Debian dev. It would also be nice not to have another package grab the name. However the 
maintainers have the final say on that.



Ray Ward:  I'd like to addopt this, may I?  If you agree I'll change O
to ITA and make myself the owner on bug #379682.


Absolutely, particularly as my ITA was quite some time ago, and I've still not managed to get a package ready. It sounds 
like we are in similar positions time and experience wise, and you have the advantage of being a developer - I've only 
been a user for a few years. My main interest is to see that a reasonably recent Mercury package gets into Debian.


With what limited time I've got, I'm also happy to help in any way I can.

Cheers,
Roy Ward.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#466617: Acknowledgement (lintian: Wrong spelling-error-in-copyright for publically)

2008-02-19 Thread Michael Biebl
I have to add, that I'm not a native speaker. So in case I'm wrong,
please let me know. The lintian warning was not verbose enough to
explain why it thinks publically is not correct.

Cheers,
Michael


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



signature.asc
Description: OpenPGP digital signature


Bug#466617: lintian: Wrong spelling-error-in-copyright for publically

2008-02-19 Thread Michael Biebl
Package: lintian
Version: 1.23.45
Severity: normal


Lintian warns about a mis-spelling in one of my packages:

W: libsvnqt4: spelling-error-in-copyright publically publicly

Imho, both spellings are correct [1] and the check is wrong.

Cheers,
Michael

[1]
http://www.merriam-webster.com/cgi-bin/dictionary?book=Dictionary&va=publically

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

Kernel: Linux 2.6.24.2
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 lintian depends on:
ii  binutils2.18.1~cvs20080103-1 The GNU assembler, linker and bina
ii  diffstat1.45-2   produces graph of changes introduc
ii  dpkg-dev1.14.16.6package building tools for Debian
ii  file4.23-2   Determines file type using "magic"
ii  gettext 0.17-2   GNU Internationalization utilities
ii  intltool-debian 0.35.0+20060710.1Help i18n of RFC822 compliant conf
ii  libparse-debianchan 1.1.1-2  parse Debian changelogs and output
ii  liburi-perl 1.35.dfsg.1-1Manipulates and accesses URI strin
ii  man-db  2.5.1-2  on-line manual pager
ii  perl [libdigest-md5 5.8.8-12 Larry Wall's Practical Extraction 

lintian recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#465268: xserver-xorg-video-intel: No display at all when switching to other VTs from X session

2008-02-19 Thread Julien Cristau
Hi Frans,

the intel developers need some information.  Could you make sure no
framebuffer driver is loaded (meaning /proc/fb is empty) and run the
intel_reg_dumper tool (which you can find in the src/reg_dumper/
directory in the driver source) to get register dumps
- before X starts
- after switching away from the X VT (you can run the tool from an ssh
  session, for example)
Then attach the dumps to the upstream bug report
(http://bugs.freedesktop.org/show_bug.cgi?id=14481) or mail them here so
we take care of the forwarding.

Note that in order to build intel_reg_dumper, you need to install the
libpciaccess-dev package.

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



  1   2   3   4   5   >