Bug#475097: powersaved: Thinkpad T60: Fn+F4 no longer suspends-to-ram machine

2008-04-08 Thread Michael Biebl
Sven-Haegar Koch schrieb:
> Package: powersaved
> Version: 0.15.20-2
> Severity: normal
> 
> 
> Until the powersaved update of today pressing Fn+F4 on my Thinkpad T60
> started suspend to ram, which worked without problems.
> 
> Now when pressing it I only get some logs from acpid into syslog, nothing
> from powersaved anymore:
> (/etc/powersave/common DEBUG="31")
> 
> Apr  9 01:11:06 aurora acpid: received event "ibm/hotkey HKEY 0080 
> 1004" 
> Apr  9 01:11:06 aurora acpid: notifying client 4028[0:0] 
> Apr  9 01:11:06 aurora acpid: notifying client 27786[115:122] 
> Apr  9 01:11:06 aurora acpid: notifying client 4596[0:0] 
> Apr  9 01:11:06 aurora acpid: notifying client 718[0:0] 
> Apr  9 01:11:06 aurora acpid: executing action "/etc/acpi/sleepbtn.sh" 
> Apr  9 01:11:06 aurora acpid: action exited with status 0 
> Apr  9 01:11:06 aurora acpid: completed event "ibm/hotkey HKEY 0080 
> 1004"

Is that really all? No other logs of powersaved e.g. when it starts.
I'm wondering if the debug log is working at all.
Do you get any messages in the syslog, if you run
powersaved -v31 -f /var/run/acpid.socket

> I do not use kde or gnome (I use Windowmaker), so no powermanagement tool
> from these is running.
> 
> Executing "powersave -u" as root still works, it suspends and locks the
> xscreensaver on resume.
> 

powersaved -u does not react on events itself. It simply sends a
Suspend() or Hibernate() request to hal. But it's good to know, that
that works.

> 
> The NEWS.Debian file tells me that powersaved no longer does suspend-things,
> but installing pm-utils did not fix the problem either, and I was not able
> to find a place to look for further config-changes I might have to do now
> to get my laptop back into a usable state.

Interesting enough, you should already have pm-utils installed, as hal
depends on it. It's strange that you had to manually install it.

Could you please run the hal daemon in debug mode, and check if it
forwards the button presses to powersaved:

hald --daemon=no --verbose=yes


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#475008: openoffice.org: OOo does not work with installed Java

2008-04-08 Thread Rene Engelhard
Hi,

Derrick Karpo wrote:
> Frank, can you please confirm that you have 'openoffice.org'
> installed?  I was able to reproduce this bug on sid and the problem
> occurred when 'openoffice.org' was not installed.  Without this
> package, openoffice would fail with a "javaldx: Could not find a Java
> Runtime Environment!" message and removing all traces of gij, libgcj,
> $PATH, $JAVA_HOME, and .openoffice.org2 did not solve the problem.
> Installing 'openoffice.org' corrected the issue in this case.

That's doesn't make sense.
openoffice.org is *empty* except the files the policy mandates and some
files for reportbug. No files without any effect on OOo itself.

[EMAIL PROTECTED]:~$ dpkg -L openoffice.org
/.
/usr
/usr/share
/usr/share/bug
/usr/share/bug/openoffice.org
/usr/share/bug/openoffice.org/control
/usr/share/bug/openoffice.org/presubj
/usr/share/doc
/usr/share/doc/openoffice.org
/usr/share/doc/openoffice.org/copyright
/usr/share/doc/openoffice.org/README.gz
/usr/share/doc/openoffice.org/changelog.Debian.gz
/usr/share/doc/openoffice.org/README.Debian.gz
/usr/share/doc/openoffice.org/changelog.

Of course, installing openoffice.org might have pulled you
openoffice.org-java-common in, but he has it already.

And he already *did* tell it was a problem with his profile.

Regards,

Rene



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



Bug#475119: qlandkarte: uses a lot of memory without an obvious reason

2008-04-08 Thread Tino Keitel
Package: qlandkarte
Version: 0.7.1~dfsg.1-2
Severity: normal

My qlandkarte currently uses a lot of memory:

$ ps aux | grep qlandkarte
scorpion 26716  3.6 47.8 514552 480164 ?   Ss   08:16   0:30 qlandkarte

However, I can not see a reason for this and would think that there is a bug
regarding memory allocations somewhere in qlandkarte.

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

Kernel: Linux 2.6.25-rc8-00182-g2ea5488 (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 qlandkarte depends on:
ii  libc62.7-10  GNU C Library: Shared libraries
ii  libgcc1  1:4.3.0-3   GCC support library
ii  libqt4-core  4.3.4-2 Qt 4 core non-GUI functionality ru
ii  libqt4-gui   4.3.4-2 Qt 4 core GUI functionality runtim
ii  libstdc++6   4.3.0-3 The GNU Standard C++ Library v3
ii  libusb-0.1-4 2:0.1.12-10 userspace USB programming library
ii  proj 4.6.0-1 Cartographic projection filter and

qlandkarte recommends no packages.

-- no debconf information



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



Bug#474281: Acknowledgement (iceweasel: ftbfs on armel: temporary object destruction order)

2008-04-08 Thread Mike Hommey
On Wed, Apr 09, 2008 at 01:35:06AM +0300, Riku Voipio wrote:
> Not really, gcc has just become more strict.
> 
> on arm EABI, wchar_t is "unsigned int", while -fshort-wchar enforces
> "short unsigned int". One is creating code that is incompatible with
> platform ABI, which the linker refuses to mix.

Is arm EABI the only ABI with such incompatibility ?

Mike

PS: I wonder if gcc shouldn't dump -fshort-wchar in such situation. The
option doesn't make sense if it will always lead to this error.



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



Bug#475118: failure to set null sender

2008-04-08 Thread martin f krafft
Package: swaks
Version: 0+20061116.0-2
Severity: normal

I am trying to get "MAIL FROM:<>", but -f '<>' yields
"MAIL FROM:<$server_hostname>" instead. Also, -f '' does not work,
swaks will ask for a sender. Hitting enter then just uses the local
user address.

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

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

Versions of packages swaks depends on:
ii  perl  5.8.8-12   Larry Wall's Practical Extraction 

swaks recommends no packages.

-- no debconf information


-- 
 .''`.   martin f. krafft <[EMAIL PROTECTED]>
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


Bug#474386: Stability problems still in SVN, but not in etch qemu

2008-04-08 Thread Daniel Dickinson
SVN revision 4183 compiled from source exhibits the same behaviour, but
the qemu from etch (leaving everything else except the sparc bios that
needs newer qemu at lenny or unstable (trying to see if newer version
fixed lenny)) doesn't appear to.  That is not entirely clear yet
because determining it's okay takes longer than it fails.

The disk image I have for 98se (which I regenerated after I first
experienced problems, think maybe it was the image), consistently dies
(the vm that is, not a crash but a vm hang with mouse and keyboard in
host unresponsive, but switching vt brings back X response and
keyboard) within the install or two (varies) of a couple of 98se
updates.  Of course this session that is working with the etch qemu
could just be luck, but considering how consistently quickly the newer
qemu dies, I am optimistic.

At a wild guess I would think the assembler rewriting that has been
happening is the culprit.

For my next trick I will try the current -testing qemu and see what
happens.  If it works then the problem is -unstable (0.9.1) and it
means I would have upgraded qemu to -unstable but forgotten that I
had, before the problems started, probably for some other issue.  Still
since -unstable goes into -testing even if -testing works, a broken
-unstable isn't good (actually it's upstream which makes things more
difficult).

-- 
And that's my crabbing done for the day.  Got it out of the way early, 
now I have the rest of the afternoon to sniff fragrant tea-roses or 
strangle cute bunnies or something.   -- Michael Devore
GnuPG Key Fingerprint 86 F5 81 A5 D4 2E 1F 1C  http://gnupg.org
No more sea shells:  Daniel's Webloghttp://cshore.wordpress.com


signature.asc
Description: PGP signature


Bug#474386: minor correction

2008-04-08 Thread Daniel Dickinson
The vm was still hanging with the new and svn qemu, but I didn't have
problems with mouse grab killing X input because I never had a vm hang
with the mouse grabbed for those tests.

-- 
And that's my crabbing done for the day.  Got it out of the way early, 
now I have the rest of the afternoon to sniff fragrant tea-roses or 
strangle cute bunnies or something.   -- Michael Devore
GnuPG Key Fingerprint 86 F5 81 A5 D4 2E 1F 1C  http://gnupg.org
No more sea shells:  Daniel's Webloghttp://cshore.wordpress.com


signature.asc
Description: PGP signature


Bug#474626: JOSM interface is empty

2008-04-08 Thread Petter Reinholdtsen

When I start josm using 'JAVACMD=/usr/bin/jamvm josm' and
'JAVACMD=/usr/bin/gij-4.1 josm' in todays unstable, I get a working
version of josm.  I can download map data, at least.  Did not have
time to try to upload any edits.

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#475117: qlandkarte: always starts maximized

2008-04-08 Thread Tino Keitel
Package: qlandkarte
Version: 0.7.1~dfsg.1-2
Severity: normal

Hi,

qlandkarte always starts with a maximized window. It should better not
always start maximized, but remember the window position that it had the
last time when it was used.

Regards,
Tino

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

Kernel: Linux 2.6.25-rc8-00182-g2ea5488 (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 qlandkarte depends on:
ii  libc62.7-10  GNU C Library: Shared libraries
ii  libgcc1  1:4.3.0-3   GCC support library
ii  libqt4-core  4.3.4-2 Qt 4 core non-GUI functionality ru
ii  libqt4-gui   4.3.4-2 Qt 4 core GUI functionality runtim
ii  libstdc++6   4.3.0-3 The GNU Standard C++ Library v3
ii  libusb-0.1-4 2:0.1.12-10 userspace USB programming library
ii  proj 4.6.0-1 Cartographic projection filter and

qlandkarte recommends no packages.

-- no debconf information



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



Bug#474339: dpkg bug related to SE Linux

2008-04-08 Thread Russell Coker
The following patch fixes the problem.

scontext is allocated by matchpathcon(3) and needs to be freed by the caller.  
If it's not set to NULL before the attempted allocation then it'll keep the 
previous value (which had been freed) and then you get a double-free.

--- dpkg-1.14.16.6.orig/src/archives.c
+++ dpkg-1.14.16.6/src/archives.c
@@ -629,6 +629,7 @@
  * or if it has no context; in which case the default
  * context shall be applied.
  */
+scontext = NULL;
 if( ! ((matchpathcon(fnamevb.buf,
  (nifd->namenode->statoverride ?
   nifd->namenode->statoverride->mode : ti->Mode)



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



Bug#475116: ITP: asterisk-espeak -- eSpeak text-to-speech module for Asterisk

2008-04-08 Thread Andrew Pollock
Package: wnpp
Severity: wishlist
Owner: Andrew Pollock <[EMAIL PROTECTED]>

* Package name: asterisk-espeak
  Version : 0.4
  Upstream Author : Francois Aucamp <[EMAIL PROTECTED]>
* URL : https://sourceforge.net/projects/asterisk-espeak
* License : GPL
  Programming Lang: C
  Description : eSpeak text-to-speech module for Asterisk

 This package provides the "eSpeak" dialplan application, which allows you to
 use the eSpeak TTS Engine with Asterisk.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)



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



Bug#473841: resolution for DSA keys as well

2008-04-08 Thread Daniel Kahn Gillmor
forwarded 473841 https://bugs.g10code.com/gnupg/issue901
thanks

The DSA key errors appear to be because gpgkey2ssh uses the wrong
label for DSA keys.  It should be using "ssh-dss" instead of
"ssh-dsa".  The following patch fixes both types of key output for me.

Regards,

--dkg

--- gnupg2-2.0.9.orig/tools/gpgkey2ssh.c2007-09-10 11:33:28.0 
-0400
+++ gnupg2-2.0.9/tools/gpgkey2ssh.c 2008-04-09 01:32:47.0 -0400
@@ -272,11 +272,11 @@
 {
   identifier = "ssh-rsa";
   ret = key_to_blob (&blob, &blob_n, identifier,
-&pkdbuf[0], &pkdbuf[1], NULL);
+&pkdbuf[1], &pkdbuf[0], NULL);
 }
   else if (algorithm_id == 17)
 {
-  identifier = "ssh-dsa";
+  identifier = "ssh-dss";
   ret = key_to_blob (&blob, &blob_n, identifier,
 &pkdbuf[0], &pkdbuf[1], &pkdbuf[2], &pkdbuf[3], NULL);
 }


pgpni4P9xEBoM.pgp
Description: PGP signature


Bug#468399: kvirc2: diff for NMU version 2.1.3-6.1

2008-04-08 Thread morph
tags 424477 + patch
tags 468399 + patch
thanks

Hi,

Attached is the diff for my kvirc2 2.1.3-6.1 NMU.
diff -u kvirc2-2.1.3/debian/changelog kvirc2-2.1.3/debian/changelog
--- kvirc2-2.1.3/debian/changelog
+++ kvirc2-2.1.3/debian/changelog
@@ -1,3 +1,15 @@
+kvirc2 (2.1.3-6.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules
+- fixed FTBFS if built twice in a row (Closes: #424477)
+  * debian/control
+- replaces xmms with audacious in Suggests (Closes: #468399)
+  * debian/kvirc2.menu
+- updated section to new policy
+
+ -- Sandro Tosi <[EMAIL PROTECTED]>  Wed, 09 Apr 2008 07:37:23 +0200
+
 kvirc2 (2.1.3-6) unstable; urgency=low
 
   * Move plugins to /usr/lib (Closes: #392394)
diff -u kvirc2-2.1.3/debian/control kvirc2-2.1.3/debian/control
--- kvirc2-2.1.3/debian/control
+++ kvirc2-2.1.3/debian/control
@@ -10,7 +10,7 @@
 Depends: kvirc2-data, ${shlibs:Depends}
 Conflicts: kvirc (<< 2:3.0.0)
 Replaces: kvirc (<< 2:3.0.0)
-Suggests: xmms
+Suggests: audacious
 Description: Fully scriptable graphical IRC client with plugin support
  A highly configurable graphical IRC client with an MDI interface,
  built-in scripting language, support for IRC DCC, drag & drop file
diff -u kvirc2-2.1.3/debian/kvirc2.menu kvirc2-2.1.3/debian/kvirc2.menu
--- kvirc2-2.1.3/debian/kvirc2.menu
+++ kvirc2-2.1.3/debian/kvirc2.menu
@@ -1,6 +1,6 @@
 ?package(kvirc2):\
  needs="x11"\
- section="Apps/Net"\
+ section="Applications/Network/Communication"\
  title="KVIrc 2"\
  command="/usr/bin/kvirc2"\
  hints="irc,scripting"\
diff -u kvirc2-2.1.3/debian/rules kvirc2-2.1.3/debian/rules
--- kvirc2-2.1.3/debian/rules
+++ kvirc2-2.1.3/debian/rules
@@ -37,0 +38,3 @@
+
+clean::
+	rm -f po/*.gmo po/stamp-po doc/basicplugin.tar.gz


Bug#474949: debsign: deals badly with Format: 1.8 .changes files and new Checksums-* headers

2008-04-08 Thread Luk Claes
Guillem Jover wrote:
> Hi,

Hi

> On Tue, 2008-04-08 at 20:16:58 +0200, Luk Claes wrote:
>> Raphael Hertzog wrote:
>>> On Tue, 08 Apr 2008, Raphael Hertzog wrote:
 dpkg >= 1.14.17 generates *.changes files with Format: 1.8. They provide
 new Checksums-*: fields which are similar to the Files: field. And debsign
 edits in place the Files: field of changes file and leaves the Checksums-*
 fields alone.
>>> Here's a patch that fixes the issue. I would highly appreciate if you
>>> could upload a fixed package today because it's blocking the upload of dpkg
>>> to unstable currently. (And we're tight on schedule with dpkg because of
>>> the base freeze and there are many features in this version of dpkg that
>>> we really want for lenny).
>> A freeze date is not a date to target major uploads at...
> 
> I don't see any problem with adding features up to the point of the
> freeze, and I think others on the team share the same opinion.

It's a problem as the package would still need to migrate while being
frozen...

>> You might be aware that dpkg is currently already frozen and a release
>> update posting is pending...
> 
> I don't think anyone on the team was aware of this until now, neither of
> any exact date this would be happening (and I try to keep an eye on the
> irc channel and release mailing list).

It was announced very early that the toolchain freeze would be early
april...

>> Note that in particular the triggers support and any RC bug fixes are
>> still candidates for migration to testing, though other features might
>> not be depending on their impact...
> 
> I can understand that the freeze imposes a feature freeze on those
> packages, but not that it restricts to only RC bug fixes at this point
> when there's still 5-6 months to the target release date.

Please read again...

Cheers

Luk



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



Bug#376841: please add clear_console to ncurses-bin

2008-04-08 Thread Daniel Baumann
Matthias,

could you clear up the copyright issue raised by Thomas, so that he
probably could include it into ncurses upstream itself?

Regards,
Daniel

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#475048: hylafax-server: Could not reopen converted document to verify format

2008-04-08 Thread Giuseppe Sacco
Hi Ross,
could you please send me, privately, these three files?

Thanks,
Giuseppe



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



Bug#474193: bug closed without grokking problem

2008-04-08 Thread Stig Sandbeck Mathisen

reopen 474193
thanks

On Wed, 09 Apr 2008 01:44:41 +1200, Mark Robinson <[EMAIL PROTECTED]> said:

> I retain my position that this is a bug in Munin and dispute that it
> is a wishlist item. Further, the closure of the bug is unwarranted
> as the proposed solution does not parse and that the original bug
> report has been neither understood nor addressed.

Based on your initial report, as well as the link you provided to
http://osdir.com/ml/db.rddtool.munin.general/2006-06/msg00012.html, I
assumed you simply wanted to add the "--alt-autoscale" to the "rrdtool
graph" run for a plugin.

This last message contains more detailed and useful information.  I'll
add this bug report to munin's upstream bug tracker.  Thank you.

-- 
Stig Sandbeck Mathisen, Linpro



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



Bug#436090: cloop-src, FTBFS with 2.6.22 based kernels

2008-04-08 Thread Daniel Baumann
retitle 436090 New upstream release available
thanks

Hi,

first of all, 2.6.22 is no more, both unstable and testing have 2.6.24.
Second, it builds with 2.6.24, so the actual problem (FTBFS) is not
present anymore, but the new upstream release remains, thus retiteling
the bug.

Regards,
Daniel

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#474670: initramfs-tools: [alpha] boot failure with linux-image-2.6.22-3-alpha-generic

2008-04-08 Thread Atsuhito Kohda
On Tue, 8 Apr 2008 16:36:36 +0200, maximilian attems wrote:

> as your root dev scsi driver seems to be sym53c8xx,

Right, lsmod in running system showed us;

kohda:~$ /sbin/lsmod | grep scsi
scsi_transport_spi 33673  1 sym53c8xx
scsi_mod  189352  4 libata,sd_mod,sym53c8xx,scsi_transport_spi

> could you please force it load with initramfs-tools:
> echo sym53c8xx >> /etc/initramfs-tools/modules
> update-initramfs -t -c -k 2.6.22-3-alpha-generic

Unfortunately this doesn't help.

kohda:~$ cat /etc/initramfs-tools/modules
# List of modules that you want to include in your initramfs.
#
# Syntax:  module_name [args ...]
#
# You must run update-initramfs(8) to effect this change.
#
# Examples:
#
# raid1
# sd_mod
sym53c8xx

and after I did "update-initramfs -t -c -k 2.6.22-3-alpha-generic"

kohda:~$ ls -l /boot/initrd.img-2.6.2*
-rw--- 1 root root 1402449 2007-09-10 07:30 
/boot/initrd.img-2.6.22-2-alpha-generic
-rw-r--r-- 1 root root 7674776 2008-04-09 13:25 
/boot/initrd.img-2.6.22-3-alpha-generic
-rw-r--r-- 1 root root 7767549 2008-02-19 09:35 
/boot/initrd.img-2.6.22-3-alpha-generic.bak
-rw--- 1 root root 1358737 2008-02-19 13:05 
/boot/initrd.img-2.6.22-3-alpha-generic.yaird
-rw--- 1 root root 1333218 2008-04-01 10:48 
/boot/initrd.img-2.6.24-1-alpha-generic

Settings for aboot are as follows;

kohda:~$ ls -l /initrd.img*
lrwxrwxrwx 1 root root 38 2008-03-29 18:19 /initrd.img -> 
boot/initrd.img-2.6.24-1-alpha-generic
lrwxrwxrwx 1 root root 38 2007-10-31 07:20 /initrd.img.old -> 
boot/initrd.img-2.6.22-3-alpha-generic
lrwxrwxrwx 1 root root 38 2008-04-03 13:33 /initrd.img.osafe -> 
boot/initrd.img-2.6.22-2-alpha-generic
lrwxrwxrwx 1 root root 44 2008-04-03 13:30 /initrd.img.safe -> 
boot/initrd.img-2.6.22-3-alpha-generic.yaird

kohda:~$ cat /etc/aboot.conf
0:1/vmlinuz ro root=/dev/sda1 initrd=/initrd.img
1:1/vmlinuz.old ro root=/dev/sda1 initrd=/initrd.img.old
2:1/vmlinuz ro root=/dev/sda1 initrd=/initrd.img single
3:1/vmlinuz.2.2 ro root=/dev/sda1
4:1/vmlinuz ro root=/dev/sdb2
5:1/vmlinuz.safe ro root=/dev/sda1 initrd=/initrd.img.safe
6:1/vmlinuz.osafe ro root=/dev/sda1 initrd=/initrd.img.osafe
7:1/vmlinuz.old ro root=/dev/sda1 initrd=/initrd.img.old rootdelay=9

I booted with pressing a key "l" and then a key "1" for aboot
prompt(?) but it stopped in the same stage;

Input: AT Translated Set 2 keyboard as /class/input/input0

The system is running with kernel 2.6.22-2 at present.

Really thanks for your help.

Regards,2008-4-9(Wed)

-- 
 Debian Developer - much more I18N of Debian
 Atsuhito Kohda 
 Department of Math., Univ. of Tokushima



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



Bug#475115: cloop: Integration into linux-modules-extra-2.6

2008-04-08 Thread Daniel Baumann
Package: cloop
Severity: wishlist
User: [EMAIL PROTECTED]
Usertags: conglomeration

Hi,

In short: Please consider letting your module be integrated into the
conglomeration package, so that the users can install prebuild module
binary packages for the Debian default kernel flavours.

Regards,
Daniel

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#475114: cloop-src: Please rename to cloop-source

2008-04-08 Thread Daniel Baumann
Package: cloop-src
Severity: wishlist

Hi,

please rename cloop-src to the defacto standard namespace $module-source.

Regards,
Daniel

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#475113: x11vnc should create a menu item

2008-04-08 Thread JP Vossen

Package: x11vnc
Version: Etch 0.8.2-1 to Lenny/Sid 0.9.3.dfsg.1-1
Severity: wishlist

As far as I can tell, x11vnc doesn't create a menu item, which may be 
confusing to some users, e.g., newbies wanting a remote desktop. It 
should create a menu item.


I was also asked to pass this along, "Make a menu entry for x11vnc or 
I'll cry.  I mean it!"



See also downstream: 
https://bugs.launchpad.net/ubuntu/+source/libvncserver/+bug/212704




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



Bug#475112: xserver-xorg-video-intel: lockup with G33 on x86_64

2008-04-08 Thread Brice Goglin
Jerry Quinn wrote:
> Package: xserver-xorg-video-intel
> Version: 2:2.2.1-1
> Severity: important
>
>
> This may be related to other lockups, but it's the first I saw on G33 and
> x86_64, so I gave it a new bug.  I didn't know which other bug made sense to
> attach this to.
>
> The lockup is random but has happened a few times in the last week for me.
> This time, I hit C-w to close a icedove window when it happened.  One thing
> that may be useful to know is that I've opened and closed many many windows,
> due to some bad calendar feeds that icedove doesn't like.
>   

Can you "reproduce" with 2:2.2.99.902-1 from experimental?

Also, it would be good to know whether it is EXA related. Add
Option "AccelMethod" "XAA"
do the Device section of your xorg.conf.

Brice




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



Bug#475005: [php-maint] Bug#475005: php-net-smtp: Should require php-net-socket >= 1.0.7

2008-04-08 Thread Thijs Kinkhorst
On Tue, April 8, 2008 14:17, Grzegorz Sobański wrote:
> php-net-smtp may require function enableCrypto() from Net_Socket when
> connecting to server requiring TLS.
>
> enableCrypto is only available since Net_Socket 1.0.7 version.

Thanks, I'll update the package within two weeks unless someone beats me
to it.


Thijs





Bug#413633: darcs: Impossible case at PatchCommute.lhs:1317

2008-04-08 Thread Trent W. Buck
On Tue, Mar 06, 2007 at 03:51:38AM -0600, John Goerzen wrote:
> Package: darcs
> Version: 1.0.9~rc1-0.1
> Severity: normal
> 
> I am using tailor to convert the tailor darcs repository to
> Mercurial.  During that process, the following output occured:

Hi.  FYI, current versions of the "hg convert" command (claim to)
support darcs as a source format.  Have you tried this?



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



Bug#474949: debsign: deals badly with Format: 1.8 .changes files and new Checksums-* headers

2008-04-08 Thread Guillem Jover
Hi,

On Tue, 2008-04-08 at 20:16:58 +0200, Luk Claes wrote:
> Raphael Hertzog wrote:
> > On Tue, 08 Apr 2008, Raphael Hertzog wrote:
> >> dpkg >= 1.14.17 generates *.changes files with Format: 1.8. They provide
> >> new Checksums-*: fields which are similar to the Files: field. And debsign
> >> edits in place the Files: field of changes file and leaves the Checksums-*
> >> fields alone.
> > 
> > Here's a patch that fixes the issue. I would highly appreciate if you
> > could upload a fixed package today because it's blocking the upload of dpkg
> > to unstable currently. (And we're tight on schedule with dpkg because of
> > the base freeze and there are many features in this version of dpkg that
> > we really want for lenny).
> 
> A freeze date is not a date to target major uploads at...

I don't see any problem with adding features up to the point of the
freeze, and I think others on the team share the same opinion.

> You might be aware that dpkg is currently already frozen and a release
> update posting is pending...

I don't think anyone on the team was aware of this until now, neither of
any exact date this would be happening (and I try to keep an eye on the
irc channel and release mailing list).

> Note that in particular the triggers support and any RC bug fixes are
> still candidates for migration to testing, though other features might
> not be depending on their impact...

I can understand that the freeze imposes a feature freeze on those
packages, but not that it restricts to only RC bug fixes at this point
when there's still 5-6 months to the target release date.

regards,
guillem



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



Bug#475008: openoffice.org: OOo does not work with installed Java

2008-04-08 Thread Derrick Karpo
Hello.

Frank, can you please confirm that you have 'openoffice.org'
installed?  I was able to reproduce this bug on sid and the problem
occurred when 'openoffice.org' was not installed.  Without this
package, openoffice would fail with a "javaldx: Could not find a Java
Runtime Environment!" message and removing all traces of gij, libgcj,
$PATH, $JAVA_HOME, and .openoffice.org2 did not solve the problem.
Installing 'openoffice.org' corrected the issue in this case.

Derrick



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



Bug#469491: totem: horizontal green lines on the right side of an OGG video

2008-04-08 Thread Paul Wise

There was no video driver set in the totem config. I wasn't running
full-screen at all.

However, I can no longer reproduce the bug with totem-xine or
totem-gstreamer, running in full-screen mode or not. I haven't done any
upgrades since I installed totem-gstreamer a couple of days ago.

totem-xine with the xshm video driver explicitly set makes the video
really dark, which makes me think totem-xine doesn't use the xshm video
driver by default on my system. xine with xshm set does not have this
problem though.

Anyway, I guess this can be closed since it went away magically?

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#475111: lzma: Remove or move lzma_alone to another package?

2008-04-08 Thread Guillem Jover
Package: lzma
Version: 4.43-12
Severity: wishlist

Hi,

This is also related to trimming down the lzma package in case we
might want to make dpka Pre-Depend on it.

The lzma_alone binary is 104 KiB big, lzma is 100 KiB. AIUI the former is
the old upstream interface, before the gzip one got created by the
lzma sdk project. If no one is using the former (which might be difficult
to know), it would be good to remove it, another option might be to move
it to another package?

regards,
guillem



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



Bug#475110: lzma: Move development documentation to lzma-dev

2008-04-08 Thread Guillem Jover
Package: lzma
Version: 4.43-12
Severity: wishlist

Hi,

Making dpkg Pre-Depend on lzma is under discussion, and would be nice
to make the package as tiny as possible, as it would become virtually
Essential.

I think it would make sense to move the following doc files to lzma-dev:

  7zC.txt.gz
  lzma.txt.gz
  Methods.txt
  7zFormat.txt.gz

thanks,
guillem



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




Bug#475001: texmacs: Refuses to work with Maxima 5.13

2008-04-08 Thread Kamaraju Kusumanchi
severity 475001 normal
thanks

On Tue, Apr 8, 2008 at 7:53 AM, Timo Korvola <[EMAIL PROTECTED]> wrote:
> Package: texmacs
>  Version: 1:1.0.6.11-5
>  Severity: important

Resetting the severity to normal. As this only only affects users of
maxima + texmacs and not all users.

>  Trying to start a Maxima session produces:
> ed Unsupported version of maxima: 5.13.0
> maxima]
>  Editing the case statement in /usr/lib/texmacs/TeXmacs/bin/tm_maxima
>  would seem to fix the problem.  The startup command for versions 5.11
>  and 5.12 appears to work also for 5.13.

Thanks for reporting this bug. The texmacs developers were aware of
this issue and they fixed it in the later versions of texmacs. FWIW,
the current upstream version of texmacs 1.0.6.14 contains a fix for
this. I have packaged the new version 4 days back and uploaded it to
mentors.debian.net. It is currently being reviewed by Atsuhito and
will be uploaded soon.

In the meanwhile, you can download the new package at
http://mentors.debian.net/debian/pool/main/t/texmacs/

hth
raju
--
Kamaraju S Kusumanchi
http://www.people.cornell.edu/pages/kk288/
http://malayamaarutham.blogspot.com/



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



Bug#474202: elvisnox: text is invisible in black background xterm

2008-04-08 Thread Kapil Hari Paranjape
Hello,

On Fri, 04 Apr 2008, Joao Batista wrote:
> elvisnox paints normal text as black by default. In a black background xterm, 
> this means the text is invisible, except for the character which is painted by
> the (white) block cursor.

I agree. The current default configuration is that provided by
upstream.

> For me, the expected behavior would be to use the same color scheme as the 
> mother process (i.e. xterm or rxvt) by default.

The setting for this is 
color termcap.normal default

Upstream has not made any changes to the program in a couple of
years and was probably really thinking of classic "black on white"
xterms while creating the color scheme. I will update this the next
time I upload.

Regards,

Kapil.
--




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



Bug#459949: podget doesn't deal well with "constant" filename parts in URI

2008-04-08 Thread Dave Vehrs
> Package: podget
> Version: 0.5.8-1
> Severity: wishlist

I accepted most of your patch into the Podget CVS today.  The sorting
has been handled another way by a previous patch but the filename fix
was accepted as written.

I will close the bug when the new Debian package is released.

Thanks.



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



Bug#475109: Confused by EOF

2008-04-08 Thread Trent W. Buck
Package: aircrack-ng
Version: 1:1.0~beta2-1
Severity: normal

Just to list the crackable networks, I tried this:



Bug#473341: Processed: severity of 473341 is serious

2008-04-08 Thread Stepan Golosunov
08.04.2008 в 07:30:18 +0100 Barak A. Pearlmutter написал(а):
> > And djview in etch provides /usr/bin/djview as a regular file.
> 
> Gotcha.
> 
> But djview3 and djview4 should conflict: with djview (<< xxx) so it
> seems like that should not happen.  At least, that was my intent.  Did
> I make some mistake in this regard?  And if so, can you think of a
> good way to fix it?

I suppose that adding Conflicts: will prevent the problem.



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



Bug#474872: subtitleeditor: FTBFS: Document.cc:267: error: 'auto_ptr' is not a member of 'std'

2008-04-08 Thread Anibal Avelar
Thank you Chris.

I will upload the new package (taken you patch), may be tomorrow.

Regards.



-- 
Anibal Avelar (FixXxeR) http://fixxxer.cc
GPG: 83B64656 - C143 4AD8 B017 53FA B742 D6AA CEEA F9F3 83B6 4656



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



Bug#448994: uncommenting playlist_namebase doesn't work

2008-04-08 Thread Dave Vehrs
Package: podget
Version: 0.5.8-1
Severity: normal

OK the problem here was the descriptive comment.

The variable is to change the format of the playlist name.   Not to
disable the creation of the playlist.

Others have suggested disabling the creation of playlists and it is
under consideration for a future feature.

Updated comment included in CVS and will be included in the next Debian package.



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



Bug#474985: tac-plus: should this package be orphaned?

2008-04-08 Thread Eric Evans
[ Ana Guerrero ]
> Package: tac-plus
> Version: 1:4.0.4.alpha-14.2
> Severity: important
> User: [EMAIL PROTECTED]
> Usertags: proposed-orphan
> 
> Dear Maintainer,
> 
> While reviewing some packages, your package came up as a package that
> should maybe be orphaned. Their current maintainers seems MIA,
> latest maintainer upload was 2 years ago, lastest 2 uploads are NMU,
> and the package has some bugs easy to fix that unaddressed.

If Carlos is MIA then this package should be (at the very least), 
orphaned. I made an upload that added myself as a co-maintainer two years
ago but no longer have access to an environment where I could test it[1].

This version of tac-plus is the reference implementation released by
Cisco and has been unmaintained upstream since 2000. The Debian package 
also includes a number of questionable patches gathered from various 
places, and in general is in pretty bad shape. If no one steps forward,
I believe it should be removed from the archive prior to the release of
Lenny.

Anyone considering adoption should consider basing the package off the
fork available at: http://www.shrubbery.net/tac_plus/

[1] I should have removed myself as co-maintainer a long time ago to
reflect reality.

-- 
Eric Evans
[EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#475108: Missing file: debian/lib/python/debian_linux/__init__.py

2008-04-08 Thread John Zaitseff
Package: linux-kbuild-2.6
Version: 2.6.24-1
Severity: normal

The linux-kbuild-2.6 package (at least for version 2.6.24-1) is
missing the file debian/lib/python/debian_linux/__init__.py.
Without this file, modifying debian/control (such as for a local
version of the package, as I have done) and running pdebuild gives:

  dpkg-buildpackage: source package is linux-kbuild-2.6
  dpkg-buildpackage: source version is 2.6.24-1~zg1
  dpkg-buildpackage: source changed by John Zaitseff <[EMAIL PROTECTED]>
  dpkg-buildpackage: source version without epoch 2.6.24-1~zg1
   fakeroot debian/rules clean
  if [ -f debian/control.md5sum ]; then \
  if md5sum debian/bin/gencontrol.py debian/changelog 
debian/templates/control.main.in debian/templates/control.source.in | diff - 
debian/control.md5sum > /dev/null; then true; else \
  /usr/bin/make -f debian/rules debian/control-real; \
  fi \
  else \
  /usr/bin/make -f debian/rules debian/control-real; \
  fi
  make[1]: Entering directory 
`/var/tmp/linux-kbuild-2.6/linux-kbuild-2.6-2.6.24'
  chmod +x debian/bin/gencontrol.py
  debian/bin/gencontrol.py
  Traceback (most recent call last):
File "debian/bin/gencontrol.py", line 6, in ?
  from debian_linux.debian import *
  ImportError: No module named debian_linux.debian
  make[1]: *** [debian/control-real] Error 1
  make[1]: Leaving directory `/var/tmp/linux-kbuild-2.6/linux-kbuild-2.6-2.6.24'
  make: *** [debian/control] Error 2

Creating an empty __init__.py file using "touch" fixes this problem,
as far as I can see (I'm not a Python guru---yet!).

It may be that empty files are not correctly handled by whatever
creates the Debian diff, so a file with a newline in it may be
necessary... but I am not at all sure of this.

Yours truly,

John Zaitseff

-- 
John Zaitseff,--_|\The ZAP Group
Phone:  +61 2 9643 7737 /  \   Sydney, Australia
E-mail: [EMAIL PROTECTED]   \_,--._*   http://www.zap.org.au/
  v



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



Bug#472264: Incorrect email address

2008-04-08 Thread Chris Tillman
I just submitted some extra information using reportbug, but it wasn't
correctly configured. My email address is [EMAIL PROTECTED], not
[EMAIL PROTECTED]

-- 
Chris (Toff) Tillman


Bug#475107: /usr/bin/ssh-keygen: -h generates key pair

2008-04-08 Thread Jan Hetges
Package: openssh-client
Version: 1:4.7p1-7
Severity: wishlist
File: /usr/bin/ssh-keygen

Hi,
all, -h , --help and --usage generate a key pair, this is a bit anoying,
every time ;-).
Please implement -h/--help switch (even abort would be nicer).
Thanks

  --Jan



-- 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: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages openssh-client depends on:
ii  adduser   3.107  add and remove users and groups
ii  debconf [debconf-2.0] 1.5.20 Debian configuration management sy
ii  dpkg  1.14.16.6  package maintenance system for Deb
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  libcomerr21.40.8-2   common error description library
ii  libedit2  2.9.cvs.20050518-4 BSD editline and history libraries
ii  libkrb53  1.6.dfsg.3~beta1-4 MIT Kerberos runtime libraries
ii  libncurses5   5.6+20080308-1 Shared libraries for terminal hand
ii  libssl0.9.8   0.9.8g-8   SSL shared libraries
ii  passwd1:4.1.1-1  change and administer password and
ii  zlib1g1:1.2.3.3.dfsg-11  compression library - runtime

Versions of packages openssh-client recommends:
ii  xauth 1:1.0.3-1  X authentication utility

-- no debconf information


signature.asc
Description: Digital signature


Bug#475106: mythtv-status: daily cron job does not contact remote host

2008-04-08 Thread richard brack
Package: mythtv-status
Version: 0.7.3-1
Severity: important


The /etc/cron.daily/mythtv-status script runs /usr/bin/mythtv-status
without the --host=$HOST option thus ignoring a remote host defined
in /etc/default/mythtv-status.  This results in cron mail looking
something like this:

/etc/cron.daily/mythtv-status:
Sorry, failed to fetch http://localhost:6544/xml.
run-parts: /etc/cron.daily/mythtv-status exited with return code 111

The --host option is present in /etc/init.d/mythtv-status, it is just
missing from the cron.daily script.


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

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

Versions of packages mythtv-status depends on:
ii  debconf [debconf-2.0] 1.5.20 Debian configuration management sy
ii  libdate-manip-perl5.48-3 a perl library for manipulating da
ii  libmime-perl  5.426-1transitional dummy package
ii  libmime-tools-perl [libmime-p 5.426-1Perl5 modules for MIME-compliant m
ii  libwww-perl   5.808-1WWW client/server library for Perl
ii  libxml-libxml-perl1.66-1 Perl module for using the GNOME li
ii  perl  5.8.8-12   Larry Wall's Practical Extraction 

mythtv-status recommends no packages.

-- debconf information:
* mythtv-status/host: mythtv
* mythtv-status/enable: false
* mythtv-status/email: none



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



Bug#475105: banshee crashes on load, Was Bug#469398

2008-04-08 Thread sean newton
Package: banshee
Version: 0.13.2+dfsg-9


Banshee crashed on load. As suggested in 469398, moving the banshee.db
file fixes the problem.

[EMAIL PROTECTED]:~$ banshee
Debug: [4/8/2008 9:18:08 PM] (Loading audio profiles) -
/usr/share/banshee/audio-profiles

Unhandled Exception: Mono.Data.SqliteClient.SqliteExecutionException:
SQL logic error or missing database
  at Mono.Data.SqliteClient.SqliteCommand.ExecuteStatement (IntPtr
pStmt, System.Int32& cols, System.IntPtr& pazValue, System.IntPtr&
pazColName) [0x0]
  at (wrapper remoting-invoke-with-check)
Mono.Data.SqliteClient.SqliteCommand:ExecuteStatement
(intptr,int&,intptr&,intptr&)
  at Mono.Data.SqliteClient.SqliteDataReader.ReadpVm (IntPtr pVm,
Int32 version, Mono.Data.SqliteClient.SqliteCommand cmd) [0x0]
  at Mono.Data.SqliteClient.SqliteDataReader..ctor
(Mono.Data.SqliteClient.SqliteCommand cmd, IntPtr pVm, Int32 version)
[0x0]
  at (wrapper remoting-invoke-with-check)
Mono.Data.SqliteClient.SqliteDataReader:.ctor
(Mono.Data.SqliteClient.SqliteCommand,intptr,int)
  at Mono.Data.SqliteClient.SqliteCommand.ExecuteReader
(CommandBehavior behavior, Boolean want_results, System.Int32&
rows_affected) [0x0]
  at Mono.Data.SqliteClient.SqliteCommand.ExecuteReader
(CommandBehavior behavior) [0x0]
  at Mono.Data.SqliteClient.SqliteCommand.ExecuteReader () [0x0]
  at Banshee.Database.QueuedSqliteCommand.Execute () [0x0]

A copy of the banshee.db file is located at http:///wewt.net/temp/banshee.db

This is unstable / 2.6.24-1-686



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



Bug#475103: please remove gjdoc alpha, arm, hppa architecture dependent binaries

2008-04-08 Thread Matthias Klose
Package: ftp.debian.org

Please remove the architecture dependent binaries built from
java-common for the alpha, arm and hppa architectures, which are not
built anymore.



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



Bug#475104: please remove ecj alpha, arm, hppa architecture dependent binaries

2008-04-08 Thread Matthias Klose
Package: ftp.debian.org

Please remove the architecture dependent binaries built from
ecj for the alpha, arm and hppa architectures, which are not
built anymore.



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



Bug#370343: [Pkg-openldap-devel] Bug#370343: Bug#370343: Bug#370343: Worked out a patch in order to make default file preseedable

2008-04-08 Thread Russ Allbery
Holger Levsen <[EMAIL PROTECTED]> writes:
> On Tuesday 08 April 2008 05:15, you wrote:

>> The package really needs more maintainers, and all other problems
>> essentially fall from there.

> /me nods. Did you consider more activly looking for new maintainer, like
> filing a RFH bug (can check atm..)? I guess you probably have, so I
> suggest blogging as well ;-)

Blogging (usefully) requires that my blog be syndicated on Planet Debian,
which requires me to deal with my weird blogging setup so that Planet
wouldn't get all of my (uncut) book reviews, which is waiting for me to
figure out what software I'm going to use so that I can get off of an
ancient Movable Type

Too many things in my life are like that right now.  :)

I have not filed an RFH bug.  My perception, possibly incorrect, is that
such bugs are largely useless.  They seem to accumulate without limit, and
it's not at all clear to me that anyone really looks at them.  But it's
possible that I'm being too cynical about it.

I haven't done more obvious and simple things like post to debian-devel,
either.

Steve, do you have an opinion here?

-- 
Russ Allbery ([EMAIL PROTECTED])   



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



Bug#475102: libsaxon-java: Please provide /usr/bin/saxon

2008-04-08 Thread Reuben Thomas
Package: libsaxon-java
Severity: wishlist


Please provide /usr/bin/saxon or /usr/bin/saxon-xslt, as libsaxonb-java
does.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (700, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-k7
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)



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



Bug#459257: lsb-release reports testing/unstable mix as unstable

2008-04-08 Thread David R. Hedges
I'm in this same situation as well. I checked out the source, and it 
appears to be designed this way.


This information is coming from running "apt-cache policy" and is parsed 
as explained by this comments:

   # If the user has multiple releases we should
   # only return the 'newest'.

   # Unstable is always the 'newest'

It's my opinion that this behavior is "wrong," and if it's going to 
continue to use apt-cache policy (instead of /etc/debian_version or 
something), it should be based off the highest priority [for c=main, 
which is already enforced]. I think maybe it should also enforce 
label=Debian, so we're not parsing the Debian-Security repositories, too.


I've attached a patch that addresses these issues, and changes the 
behavior how I've noted I feel it "should" behave.


-David R. Hedges

---

[EMAIL PROTECTED]:~$ apt-cache policy
Package files:
100 /var/lib/dpkg/status
release a=now
990 http://security.debian.org lenny/updates/contrib Packages
release v=None,o=Debian,a=testing,l=Debian-Security,c=contrib
origin security.debian.org
990 http://security.debian.org lenny/updates/main Packages
release v=None,o=Debian,a=testing,l=Debian-Security,c=main
origin security.debian.org
500 http://ftp.us.debian.org unstable/main Packages
release o=Debian,a=unstable,l=Debian,c=main
origin ftp.us.debian.org
990 http://ftp.us.debian.org lenny/main Packages
release o=Debian,a=testing,l=Debian,c=main
origin ftp.us.debian.org
Pinned packages:

[EMAIL PROTECTED]:~$ /usr/bin/lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:Debian GNU/Linux unstable (sid)
Release:unstable
Codename:   sid

[EMAIL PROTECTED]:~$ ./lsb-3.1/lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:Debian GNU/Linux testing (lenny)
Release:testing
Codename:   lenny
--- /usr/bin/lsb_release2007-07-25 08:49:12.0 -0500
+++ ./lsb_release   2008-04-08 19:41:18.0 -0500
@@ -127,48 +127,26 @@
 return data
 
 def guess_release_from_apt(origin='Debian', component='main',
-   ignoresuites=('experimental')):
+   ignoresuites=('experimental'),
+   label='Debian'):
 releases = parse_apt_policy()
 
 if not releases:
 return None
 
-# We only care about the specified origin and component
+# We only care about the specified origin, component, and label
 releases = [x for x in releases if (
 x[1].get('origin', '') == origin and
-x[1].get('component', '') == component)]
+x[1].get('component', '') == component and
+x[1].get('label', '') == label)]
 
 releases.sort()
 releases.reverse()
 
-# If the user has multiple releases we should
-# only return the 'newest'.
+# We've sorted the list by descending priority, so the first entry should
+# be the "main" release in use on the system
 
-# Unstable is always the 'newest'
-for (pri, rinfo) in releases:
-if rinfo.get('suite', '') == 'unstable':
-return rinfo
-# After it goes testing
-for (pri, rinfo) in releases:
-if rinfo.get('suite', '') == 'testing':
-return rinfo
-
-# Finally, find the highest numeric value
-highestrelease = 0
-for (pri, rinfo) in releases:
-if rinfo.get('suite', '') not in ignoresuites:
-version = RELEASE_CODENAME_LOOKUP.get(unknown, rinfo.get('suite',''))
-if version > highestrelease:
-highestrelease = version
-
-# And return it
-for (pri, rinfo) in releases:
-if rinfo.get('suite', '') not in ignoresuites:
-version = RELEASE_CODENAME_LOOKUP.get(unknown, rinfo.get('suite',''))
-if version == highestrelease:
-return rinfo
-
-return None
+return releases[0][1]
 
 def guess_debian_release():
 distinfo = {'ID' : 'Debian'}


Bug#474993: Reassigning

2008-04-08 Thread Nelson A. de Oliveira
reassign 474993 libdjvulibre21 3.5.20-6
retitle 474993 "libdjvulibre21: Please, downgrade djvulibre-desktop to Suggests"
severity 474993 wishlist
thanks

Hi Barak!

Is it possible to you downgrade the Recommends on djvulibre-desktop
(in the package libdjvulibre21) to Suggests only?

I know that the user can override the default install of recommended
packages, but if you take a look at #474993 (#474702), libdjvulibre21 is
pulling a lot of (unnecessary?) packages together, since it recommends
djvulibre-desktop that pulls djview4 -> djvulibre-plugin -> iceape, etc.

Thank you very much!

Best regards,
Nelson


signature.asc
Description: Digital signature


Bug#475101: obsolete linuxthreads requirement

2008-04-08 Thread Joey Hess
Package: debian-policy
Version: 3.7.3.0
Severity: normal

 You must specify the gcc option `-D_REENTRANT' when building a library
 (either static or shared) to make the library compatible with
 LinuxThreads.

AFAIK we don't use linuxthreads anymore, and I checked a few libraries and
failed to find them using such a flag.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
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

-- no debconf information

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#475100: please remove java-common alpha architecture dependent binaries

2008-04-08 Thread Matthias Klose
Package: ftp.debian.org

Please remove the default-* packages built from java-common for the
alpha architecture, which are not built anymore for the alpha
architecture (hppa and arm binaries were not yet built).



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



Bug#461435: claws-mail-tools: Script to convert arbitrary Evolution mail folders (mbox format + subfolders)

2008-04-08 Thread Daniel Dickinson
On Sat, 19 Jan 2008 19:20:35 +0100
Ricardo Mones <[EMAIL PROTECTED]> wrote:

> On Fri, 18 Jan 2008 09:09:27 -0500
> Daniel Dickinson <[EMAIL PROTECTED]> wrote:
> 
> > Package: claws-mail-tools
> > Version: 3.2.0-2
> > Severity: wishlist
> > Tags: patch
> > 
> > 
> > The attached bash shell script (which depends on the
> > convert_mbox.pl perl script which converts single mbox files)
> > recursively converts the specified Evolution mail folder.
> 
>   I think the best for this script is to be included upstream, but you
> didn't provide any license/copyright/author information. I guess
> you're the author, so, could you provide a enhanced script with
> license, copyright and author info? If you're not sure about license
> I'd suggest you to choose GPL.

Okay, I finally have gotten around to adding the license and my
copyright notice (me, Daniel Dickinson <[EMAIL PROTECTED]>) licensed
under the GPL v2 or later at user's option.

-- 
And that's my crabbing done for the day.  Got it out of the way early, 
now I have the rest of the afternoon to sniff fragrant tea-roses or 
strangle cute bunnies or something.   -- Michael Devore
GnuPG Key Fingerprint 86 F5 81 A5 D4 2E 1F 1C  http://gnupg.org
No more sea shells:  Daniel's Webloghttp://cshore.wordpress.com


convert_mbox.sh
Description: application/shellscript


signature.asc
Description: PGP signature


Bug#473688: phpix: bashism in /bin/sh script

2008-04-08 Thread Raphael Geissert
tag 473688 patch
thanks

Attached is a patch fixing the bashism.

Cheers,
-- 
Atomo64 - Raphael

Please avoid sending me Word, PowerPoint or Excel attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
diff -urN phpix-2.0.2.orig/phpix-create-new-instance phpix-2.0.2/phpix-create-new-instance
--- phpix-2.0.2.orig/phpix-create-new-instance	2003-04-29 06:25:37.0 -0500
+++ phpix-2.0.2/phpix-create-new-instance	2008-04-08 18:57:42.0 -0500
@@ -7,10 +7,10 @@
 
 show_help ()
 {
-echo -e "$1
+printf "$1
  usage: phpix-symlink-instance [option] directory
-ssymlink files instead of copying.
-   -hshow this usage info\n"
+   -hshow this usage info\n\n"
 exit 0
 }
 


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


Bug#393728: Any progress here?

2008-04-08 Thread Markus Schaber
Hi, all,

Is there any progress regarding this bug?

It's open since more than one year now, and there is a patch.

And it has just cost me more than 12 installation tries with various
debian and ubuntu images (and 5 CD-Rs) until I found this bug report,
and the workaround. :-(

Thanks,
Markus



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



Bug#475099: charon does not work any more

2008-04-08 Thread Wolfgang Walter
Package: strongswan
Version: 4.1.11-1
Severity: grave

after updating to version 4.1.11-1 charon does not start any more.
It fails with error message:

Apr  9 01:46:59 eumel charon: 01[CFG] unable to set DBUS name: Connection 
":1.15" is not allowed to own the 
service "org.freedesktop.NetworkManager.strongswan" due to security policies in 
the configuration file
Apr  9 01:46:59 eumel charon: 01[DMN] killing daemon: unable to set DBUS name

Regards
-- 
Wolfgang Walter
Studentenwerk München
Anstalt des öffentlichen Rechts




Bug#432665: [stable] FWD: [paquet wxmaxima - bug critique non résolu]

2008-04-08 Thread Charles Plessy
Dear maintainer and Stable release team,

One user on the debian-user-french mailing list noted that the bug
432665 was rendering the package useless but is apparently not fixed in
a point release of Etch. If the bug really originates from a single '&'
missing, is there a chance that a stable update would be accepted ?

Have a nice day,

-- Charles Plessy


- Forwarded message from Fabrice Salvaire -

Date: Wed, 9 Apr 2008 01:32:55 +0200
From: Fabrice Salvaire <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: paquet wxmaxima - bug critique non résolu

Bonjour,

Je ne connais pas les règles de debian. Mais la version de wxmaxima
dans etch est "inutilisable" :

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

> The bug was fixed by wxMaxima developpers on 2006-10-10 ... It was a
> '&' missing in front of a variable in the C++ code, and it is no
> longer present since version 0.7.1, which is the one in unstable.

Mais alors à quoi sert etch (Version : 0.7.0a-1)? Je suis sidéré!
C'est à l'utilisateur de recompiler? Je soupçonne que le mainteneur de
ce paquet n'utilise pas etch et se fout donc de la chose ... Voilà le
genre de chose qui me donne l'envie d'insérer une netinstall fedora.

-- 
Cordialement.

Fabrice Salvaire

-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/DebFrFrenchLists
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs "From" et
"Reply-To:"

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

- End forwarded message -




Bug#475092: Error on open a second file with accents on their name

2008-04-08 Thread Rene Engelhard
[ please keep 475092-forwarded@ and the submitter in Cc ]

Hi kendy,

Ronaldo Reis Junior wrote:
> Package: openoffice.org
> Version: 2.4.0-3
> Severity: important
[...]
> When I try to open a file by click in the icon on konqueror or any other KDE 
> file manager and the filename have accents in the name it open normally, but 
> if I have an instance of the openoffice running and then I try to open a file 
> with accent in the name directly form KDE it dont open. In this case 
> openoffice return the message that the file dont exist and put a 
> interrogation in the filename where accent exist. I try some solution like 
> remove KDE openoffice package, and some other, but neither work.
> 
> Now I install the openoffice from debian packages mantained by openoffice 
> time 
> and all works. So, the problem is with this openoffice in debian 
> distribuition. This problem remain since the 2.3.x version on debian testing.

Did the bug you once fixed with unxsplash-new-osl-pipe.diff regress
here?
(http://lists.go-oo.org/pipermail/dev-go-oo.org/2007-November/000167.html
sounds like exact the symptoms he has)

The version he had is a ooo-build 2.4.0.5 based one, so without your new
unxsplash-new-osl-pipe-slot.diff.
So if that is supposed to fix it, please tell me, so I can close this bug
with the next upload :-)

Regards,

Rene



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



Bug#474846: osm2pgsql: FTBFS: build_geometry.cpp:148: error: 'malloc' is not a member of 'std'

2008-04-08 Thread Chris Lamb
tags 474846 + patch
thanks

Patch attached.


Regards,

-- 
Chris Lamb, UK   [EMAIL PROTECTED]
GPG: 0x634F9A20
diff -urNad osm2pgsql-0.50.20071211.orig/build_geometry.cpp 
osm2pgsql-0.50.20071211/build_geometry.cpp
--- osm2pgsql-0.50.20071211.orig/build_geometry.cpp 2008-04-09 
00:55:47.0 +0100
+++ osm2pgsql-0.50.20071211/build_geometry.cpp  2008-04-09 00:55:57.0 
+0100
@@ -22,6 +22,7 @@
 
 #include 
 #include 
+#include 
 
 #include 
 


signature.asc
Description: PGP signature


Bug#475098: charon needs dbus but strongswan does not depend on dbus

2008-04-08 Thread Wolfgang Walter
Package: strongswan
Version: 4.1.11-1
Severity: serious

starting with version 4.1.11-1 charon depends on dbus (it fails to start 
without dbus being installed) but strongswan package does not depend on 
package dbus.

Regards
-- 
Wolfgang Walter
Studentenwerk München
Anstalt des öffentlichen Rechts




Bug#393186: ifplugd: how to stop trying to configure disabled sit0?

2008-04-08 Thread jidanni
YGAN> Can you send across the debconf output for ifplugd (basically, just do a
YGAN> cat /etc/default/ifplugd) and also the output of cat /proc/net/dev ?
$ sed /^#/d /etc/default/ifplugd
INTERFACES="lo"
HOTPLUG_INTERFACES=""
ARGS=""
SUSPEND_ACTION="none"
$ cat /proc/net/dev|colrm 22
Inter-|   Receive
 face |bytespacke
lo: 396112396
  eth0:86434965  1056
  ppp0:84084955  1049

But maybe I don't have the problem anymore
# find /var/log -mtime -1 -type f|xargs grep sit0
#

as I probably already did as you said:
YGAN> reconfigure the ifplugd package



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



Bug#472884: powernowd: bashism in /bin/sh script

2008-04-08 Thread Raphael Geissert
tag 472884 patch
thanks

Attached is a patch fixing the bashism.

Cheers,
-- 
Atomo64 - Raphael

Please avoid sending me Word, PowerPoint or Excel attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
diff -urN powernowd-1.00.orig/debian/init.d powernowd-1.00/debian/init.d
--- powernowd-1.00.orig/debian/init.d	2008-04-08 18:31:25.0 -0500
+++ powernowd-1.00/debian/init.d	2008-04-08 18:53:13.0 -0500
@@ -33,7 +33,7 @@
 		start-stop-daemon --start --quiet --oknodo --exec $DAEMON -- $OPTIONS
 	else
 		echo "required sysfs objects not found!"
-		echo -e "\tRead /usr/share/doc/powernowd/README.Debian for more information."
+		printf "\tRead /usr/share/doc/powernowd/README.Debian for more information.\n"
 		exit 0
 	fi
 	echo "$NAME."


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


Bug#474914: gnutls26: FTBFS: inline.h:220: multiple definition of `scm_array_handle_ref'

2008-04-08 Thread Alexander Schmehl
Hi!

* Andreas Metzler <[EMAIL PROTECTED]> [080408 20:27]:
> I have just tried to reproduce this on i386 (running an amd64 kernel).
> I have installed gcc-4.3 and set CC=gcc-4.3 in debian/rules. The build
> works, although gcc-4.3 is used.
> 
> Did you do something bro^Wspecial?

Looks like #466778 which was recently closed with an NMU.


Yours sincerely,
  Alexander


signature.asc
Description: Digital signature


Bug#474849: wflogs: FTBFS: wf_sort.cc:147: error: 'strdup' was not declared in this scope

2008-04-08 Thread Chris Lamb
tags 474849 + patch
thanks

Patch attached. As it modifies "logs/filter_y.yy", you will additionally
need to add Build-Depend on Bison and ensure it is called.


Regards,

-- 
Chris Lamb, UK   [EMAIL PROTECTED]
GPG: 0x634F9A20
diff -urNad wflogs-0.9.8.orig/input_modules/common.cc 
wflogs-0.9.8/input_modules/common.cc
--- wflogs-0.9.8.orig/input_modules/common.cc   2008-04-09 00:36:20.0 
+0100
+++ wflogs-0.9.8/input_modules/common.cc2008-04-09 00:41:44.0 
+0100
@@ -26,6 +26,7 @@
 #endif
 
 #include 
+#include 
 #include 
 
 #include "common.h"
diff -urNad wflogs-0.9.8.orig/logs/filter.cc wflogs-0.9.8/logs/filter.cc
--- wflogs-0.9.8.orig/logs/filter.cc2008-04-09 00:36:20.0 +0100
+++ wflogs-0.9.8/logs/filter.cc 2008-04-09 00:41:11.0 +0100
@@ -28,6 +28,8 @@
 #include  /* for regex.h */
 #include 
 
+#include 
+
 extern "C" time_t get_date(const char *p, const time_t *now);
 
 #include "filter.h"
diff -urNad wflogs-0.9.8.orig/logs/filter_y.yy wflogs-0.9.8/logs/filter_y.yy
--- wflogs-0.9.8.orig/logs/filter_y.yy  2008-04-09 00:36:20.0 +0100
+++ wflogs-0.9.8/logs/filter_y.yy   2008-04-09 00:40:27.0 +0100
@@ -31,6 +31,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include "wfipaddr.h"
 #include "wfnetwork.h"
diff -urNad wflogs-0.9.8.orig/logs/wflogs_obfuscator.cc 
wflogs-0.9.8/logs/wflogs_obfuscator.cc
--- wflogs-0.9.8.orig/logs/wflogs_obfuscator.cc 2008-04-09 00:36:20.0 
+0100
+++ wflogs-0.9.8/logs/wflogs_obfuscator.cc  2008-04-09 00:37:38.0 
+0100
@@ -26,6 +26,7 @@
 #endif
 
 #include 
+#include 
 #include 
 #include 
 
diff -urNad wflogs-0.9.8.orig/logs/wf_sort.cc wflogs-0.9.8/logs/wf_sort.cc
--- wflogs-0.9.8.orig/logs/wf_sort.cc   2008-04-09 00:36:20.0 +0100
+++ wflogs-0.9.8/logs/wf_sort.cc2008-04-09 00:36:48.0 +0100
@@ -25,6 +25,8 @@
 #include 
 #endif
 
+#include 
+
 #include "wf_sort.h"
 #include "defs.h"
 
diff -urNad wflogs-0.9.8.orig/output_modules/preresolv.cc 
wflogs-0.9.8/output_modules/preresolv.cc
--- wflogs-0.9.8.orig/output_modules/preresolv.cc   2008-04-09 
00:36:20.0 +0100
+++ wflogs-0.9.8/output_modules/preresolv.cc2008-04-09 00:42:58.0 
+0100
@@ -32,6 +32,7 @@
 #include  /* for stderr */
 #include 
 #include 
+#include 
 #include  /* for ESRCH */
 
 #include "preresolv.h"
diff -urNad wflogs-0.9.8.orig/output_modules/whois.cc 
wflogs-0.9.8/output_modules/whois.cc
--- wflogs-0.9.8.orig/output_modules/whois.cc   2008-04-09 00:36:20.0 
+0100
+++ wflogs-0.9.8/output_modules/whois.cc2008-04-09 00:42:26.0 
+0100
@@ -28,6 +28,7 @@
 #include  // for snprintf (suppress) RV@@8
 #include 
 #include 
+#include 
 #include  // for malloc (suppress) RV@@8
 #include 
 #include  /* needed for *BSD */


signature.asc
Description: PGP signature


Bug#473131: dbconfig-common: database backups are world-readable

2008-04-08 Thread sean finney
hiya,

On Wednesday 09 April 2008 01:11:26 am Matt Brown wrote:
> On Tue, Apr 8, 2008 at 10:53 PM, Niko Tyni <[EMAIL PROTECTED]> wrote:
> >   phpwiki
>
> phpwiki is not affected by this as the package installs the database
> with permissions 664 root:www-data

however, i suspect that the data used by bacula's packages is sufficiently 
sensitive to warrant action.  we could do any of the following:

- issue a security upload with the diff from the NMU
- issue an update via etch-proposed-updates
- ensure the affected packages in unstable depend on dbc >= this nmu and
  that they migrate successfully to lenny

and it seems of these the security upload is both the simplest solution as 
well as most sensible one.

i don't know that a CVE is really necessary though, since this is a very minor 
issue that does not currently affect anyone (if you don't count partial 
upgrades to stuff from backports), and only has the *potential* to do so if 
it's not resolved before lenny is released.  then again, i've seen CVE's 
assigned for even less worthy things that ended up as non-issues (i.e. half 
of the php-related CVE's in the past year), so i'll defer to the security 
folks on that.



sean


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


Bug#470410: zsnes: upstream status

2008-04-08 Thread Morita Sho
Package: zsnes
Version: 1.510-2
Followup-For: Bug #470410

I found same bugreport (and same patch) in zsnes forum.
 ZSNES board :: View topic - Linux Sound Bug [libao] [patch]
  http://board.zsnes.com/phpBB2/viewtopic.php?t=10918

Oh, I can't find this post yesterday...

According to upstream SVN, the bug has been fixed in revision 5200.
 https://zsnes.bountysource.com/svn/!source/5200/trunk/src/linux/audio.c

Last but not least, since zsnes does not use the pthread when sdl sound driver 
is selected,
run zsnes with "-ad sdl" option works sound correctly for me.

Thanks,

-- 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=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages zsnes depends on:
ii  libao2 0.8.8-4   Cross Platform Audio Output Librar
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libgcc11:4.3.0-3 GCC support library
ii  libgl1-mesa-glx [libgl 7.0.3~rc2-2   A free implementation of the OpenG
ii  libpng12-0 1.2.15~beta5-3PNG library - runtime
ii  libsdl1.2debian1.2.13-2  Simple DirectMedia Layer
ii  libstdc++6 4.3.0-3   The GNU Standard C++ Library v3
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

zsnes recommends no packages.

-- no debconf information



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



Bug#471876: megahal: bashism in /bin/sh script

2008-04-08 Thread Raphael Geissert
tag 471876 patch
thanks

Attached is a patch fixing the bashism.

Cheers,
-- 
Atomo64 - Raphael

Please avoid sending me Word, PowerPoint or Excel attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
diff -urN megahal-9.1.1a.orig/debian/megahal-personal megahal-9.1.1a/debian/megahal-personal
--- megahal-9.1.1a.orig/debian/megahal-personal	2008-04-08 18:31:24.0 -0500
+++ megahal-9.1.1a/debian/megahal-personal	2008-04-08 18:37:06.0 -0500
@@ -21,7 +21,7 @@
 # create the brain if it's the first time we're called
 
 if [ ! -e "megahal.brn" ]; then
-echo -e "#quit\n\n" | megahal > /dev/null 2>&1
+printf "#quit\n\n\n" | megahal > /dev/null 2>&1
 fi
 
 exec megahal "$@"


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


Bug#377348: [RFS] php5-xdebug

2008-04-08 Thread Francois Marier
On 2008-04-08 at 23:08:57, Martin Meredith wrote:
> I will point out however, that it seems my upload has superceded
> Marcelo's on mentors.debian.net, so I can't see what there is. 

Here is the last package I uploaded from Marcelo:

  http://people.debian.org/~francois/xdebug/

Note that he has done quite a bit of work getting the debian/copyright file
right so make sure that the "merged" package isn't missing anything in
there.

> I'm guessing that Marcelo is subscribed to this bug report, so I'm
> hoping that he'll get this email. Otherwise, Francois, could you forward
> this on to him and see what he thinks about co-maintaining?

Yes, I wrote to him already, but he's also subscribed to this bug.

> Derick did briefly mention that there was some sort of licencing issue,
> which is why my control lists it as non-free/devel for the section.

This small licensing problem looks like it may be solved very soon so it's
probably safe to assume that we'll be uploading to main.

In fact that should be a goal because Xdebug is Free Software afterall :)

Cheers,

Francois


signature.asc
Description: Digital signature


Bug#472901: vzctl: bashism in /bin/sh script

2008-04-08 Thread Raphael Geissert
tag 472901 patch
thanks

Attached is a patch fixing those bashisms.

Cheers,
-- 
Atomo64 - Raphael

Please avoid sending me Word, PowerPoint or Excel attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
diff -urN vzctl-3.0.22.orig/bin/vzmigrate.in vzctl-3.0.22/bin/vzmigrate.in
--- vzctl-3.0.22.orig/bin/vzmigrate.in	2007-12-17 07:44:21.0 -0600
+++ vzctl-3.0.22/bin/vzmigrate.in	2008-04-08 18:24:58.0 -0500
@@ -124,13 +124,13 @@
 log () {
 	if [ $1 -eq 0 ]; then
 		shift
-		echo -e "Error: " $@ >&2
+		printf "Error: " $@"\n" >&2
 	elif [ $1 -eq 1 ]; then
 		shift
-		echo -e $@
+		printf $@"\n"
 	elif [ $verbose -eq 1 ]; then
 		shift
-		echo -e "   " $@
+		printf "   " $@"\n"
 	fi
 }
 
diff -urN vzctl-3.0.22.orig/bin/vznetcfg.in vzctl-3.0.22/bin/vznetcfg.in
--- vzctl-3.0.22.orig/bin/vznetcfg.in	2007-12-17 07:44:21.0 -0600
+++ vzctl-3.0.22/bin/vznetcfg.in	2008-04-08 18:25:15.0 -0500
@@ -26,7 +26,7 @@
 
 init_veth()
 {
-	local dev="$1"
+	local dev; dev="$1"
 
 	ip link set "$dev" up
 }
diff -urN vzctl-3.0.22.orig/bin/vzpid.in vzctl-3.0.22/bin/vzpid.in
--- vzctl-3.0.22.orig/bin/vzpid.in	2007-12-17 07:44:21.0 -0600
+++ vzctl-3.0.22/bin/vzpid.in	2008-04-08 18:23:55.0 -0500
@@ -30,7 +30,7 @@
 
 getveid()
 {
-	local pid="$1"
+	local pid; pid="$1"
 
 	[ -f "/proc/$pid/status" ] || return
 	awk -v "pid=$pid" '


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


Bug#475097: powersaved: Thinkpad T60: Fn+F4 no longer suspends-to-ram machine

2008-04-08 Thread Sven-Haegar Koch
Package: powersaved
Version: 0.15.20-2
Severity: normal


Until the powersaved update of today pressing Fn+F4 on my Thinkpad T60
started suspend to ram, which worked without problems.

Now when pressing it I only get some logs from acpid into syslog, nothing
from powersaved anymore:
(/etc/powersave/common DEBUG="31")

Apr  9 01:11:06 aurora acpid: received event "ibm/hotkey HKEY 0080 
1004" 
Apr  9 01:11:06 aurora acpid: notifying client 4028[0:0] 
Apr  9 01:11:06 aurora acpid: notifying client 27786[115:122] 
Apr  9 01:11:06 aurora acpid: notifying client 4596[0:0] 
Apr  9 01:11:06 aurora acpid: notifying client 718[0:0] 
Apr  9 01:11:06 aurora acpid: executing action "/etc/acpi/sleepbtn.sh" 
Apr  9 01:11:06 aurora acpid: action exited with status 0 
Apr  9 01:11:06 aurora acpid: completed event "ibm/hotkey HKEY 0080 
1004"

I do not use kde or gnome (I use Windowmaker), so no powermanagement tool
from these is running.

Executing "powersave -u" as root still works, it suspends and locks the
xscreensaver on resume.


The NEWS.Debian file tells me that powersaved no longer does suspend-things,
but installing pm-utils did not fix the problem either, and I was not able
to find a place to look for further config-changes I might have to do now
to get my laptop back into a usable state.

Have a nice evening,
Haegar


ps:
The former version of powersaved logged:

Apr  8 18:40:44 aurora powersave-hotkey_handler[22962]: DIAG: Process script 
for event other ID 196
Apr  8 18:40:44 aurora powersave-hotkey_handler[22962]: INFO: Event: OTHER 
occured.
Apr  8 18:40:44 aurora powersave-hotkey_handler[22962]: INFO: Parameters: Event 
- other; Current Active Scheme: scheme_performance - ACPI event line: 
ibm/hotkey HKEY 0080 1004
Apr  8 18:40:44 aurora powersave-thinkpad_acpi_events[22962]: DIAG: Process 
script for event other ID 196
Apr  8 18:40:44 aurora powersave-thinkpad_acpi_events[22962]: INFO: Event: 
OTHER occured.
Apr  8 18:40:44 aurora powersave-thinkpad_acpi_events[22962]: INFO: Parameters: 
Event - other; Current Active Scheme: scheme_performance - ACPI event line: 
ibm/hotkey HKEY 0080 1004
Apr  8 18:40:44 aurora powersave-thinkpad_acpi_events[22962]: INFO: Custom 
event script for ThinkPad ibm_acpi driver
Apr  8 18:40:44 aurora powersave-prepare_suspend_to_ram[22978]: DIAG: Process 
script for event global.suspend2ram ID 197
Apr  8 18:40:44 aurora powersave-thinkpad_acpi_events[22962]: INFO: Fn+F4 
hotkey: keycode 128 serial 4100. action: suspend-to-ram 
Apr  8 18:40:44 aurora powersave-thinkpad_acpi_events[22962]: DIAG: 
script_return() invoked: event_id: 196, request: 0, text: thinkpad_acpi_events 
finished
Apr  8 18:40:44 aurora powersave-prepare_suspend_to_ram[22978]: INFO: Event: 
GLOBAL_SUSPEND2RAM occured.
Apr  8 18:40:44 aurora powersave-prepare_suspend_to_ram[22978]: INFO: 
Parameters: Event - global.suspend2ram; Current Active Scheme: 
scheme_performance - ACPI event line: empty
Apr  8 18:40:44 aurora powersave-prepare_suspend_to_ram[22978]: DIAG: 
script_return() invoked: event_id: 197, request: 4, text: 0
Apr  8 18:40:44 aurora powersave-prepare_suspend_to_ram[22978]: DIAG: 
script_return() invoked: event_id: 197, request: 4, text: 20|stopping services
Apr  8 18:40:44 aurora powersave-prepare_suspend_to_ram[22978]: DIAG: 
script_return() invoked: event_id: 197, request: 4, text: 20|stopping service: 
irda
Apr  8 18:40:44 aurora powersave-prepare_suspend_to_ram[22978]: DIAG: Service 
irda stopped
Apr  8 18:40:44 aurora powersave-prepare_suspend_to_ram[22978]: DIAG: 
script_return() invoked: event_id: 197, request: 4, text: 20|stopping service: 
eatmemory
Apr  8 18:40:46 aurora powersave-prepare_suspend_to_ram[22978]: DIAG: Service 
eatmemory stopped
Apr  8 18:40:46 aurora powersave-prepare_suspend_to_ram[22978]: DIAG: 
script_return() invoked: event_id: 197, request: 4, text: 40|unloading modules
Apr  8 18:40:46 aurora powersave-prepare_suspend_to_ram[22978]: DIAG: 
script_return() invoked: event_id: 197, request: 4, text: 40|unloading module: 
usb_storage
Apr  8 18:40:46 aurora powersave-prepare_suspend_to_ram[22978]: DIAG: 
script_return() invoked: event_id: 197, request: 4, text: 40|unloading module: 
uhci_hcd
Apr  8 18:40:46 aurora powersave-prepare_suspend_to_ram[22978]: DIAG: Modules 
unloaded
Apr  8 18:40:46 aurora powersave-prepare_suspend_to_ram[22978]: DIAG: 
script_return() invoked: event_id: 197, request: 4, text: 50
Apr  8 18:40:46 aurora powersave-prepare_suspend_to_ram[22978]: DIAG: 
script_return() invoked: event_id: 197, request: 4, text: 60|syncing file 
systems
Apr  8 18:40:46 aurora powersave-prepare_suspend_to_ram[22978]: DIAG: 
script_return() invoked: event_id: 197, request: 4, text: 101
Apr  8 18:40:46 aurora powersave-prepare_suspend_to_ram[22978]: DIAG: 
script_return() invoked: event_id: 197, request: 0, text: prepare_sleep 
finished successfully for global.suspend2ram
...and resume abot 1 hour later...



-- System Information:
Debian Re

Bug#474854: mlview: FTBFS: mlview-validator.cc:173: error: 'auto_ptr' was not declared in this scope

2008-04-08 Thread Chris Lamb
tags 474854 + patch
thanks

Patch attached.


Regards,

-- 
Chris Lamb, UK   [EMAIL PROTECTED]
GPG: 0x634F9A20
diff -urNad mlview-0.9.0.orig/src/mlview-validator.cc 
mlview-0.9.0/src/mlview-validator.cc
--- mlview-0.9.0.orig/src/mlview-validator.cc   2008-04-09 00:27:53.0 
+0100
+++ mlview-0.9.0/src/mlview-validator.cc2008-04-09 00:28:31.0 
+0100
@@ -26,6 +26,8 @@
 #include "mlview-validator.h"
 #include "mlview-safe-ptr-utils.h"
 
+#include 
+
 #define MESSAGE_LINE_LENGTH 55
 namespace mlview
 {
diff -urNad mlview-0.9.0.orig/tests/testcompl2.cc 
mlview-0.9.0/tests/testcompl2.cc
--- mlview-0.9.0.orig/tests/testcompl2.cc   2008-04-09 00:27:53.0 
+0100
+++ mlview-0.9.0/tests/testcompl2.cc2008-04-09 00:30:47.0 +0100
@@ -1,4 +1,5 @@
 #include 
+#include 
 #include 
 #include 
 #include 


signature.asc
Description: PGP signature


Bug#474814: fnset: unknown PMU version 17

2008-04-08 Thread Michael Schmitz

Hi


(wow, fast reply!)
On Tue, Apr 08, 2008 at 04:47:26AM +0200, Michael Schmitz wrote:


Well, even though I still read and answer mail from Duesseldorf I am 
physically based in Auckland, NZ now. So 4 am is 2pm for me :-)



Package: powerpc-utils
Version: 1.1.3-22
Severity: normal

Recent kernels seemed to have changed the behaviour of the fn keys. I
recently upgraded from 2.6.4.19 to 2.6.4.24 and now the F-keys have
their hot key behaviour by default and the "normal" behaviour only if
fn is pressed, which is quite annoying. (I tried 2.6.22 from Lenny
which exhibited the same behaviour). I did not find a kernel option to
revert this but found fnkeys which should be able to change, but:


I haven't followed powerpc for a while but there should be other ways
aside from fnset to deal with this (perhaps via input devices?).


I am currently looking for any way to achive this, so if you have
pointers, I'll gladly take them (until 2.6.19 it worked fine, from
2.6.22 it no longer does, and I haven't found anything in the kernel
config yet).


I doubt it's in the config anywhere. I haven't followed the powerpc kernel 
list in the past months so I might have missed some discussion there. CC 
to BenH ...



twotofive:~# fnset -u
unknown PMU version 17

twotofive:~# fnset -v -d -u
writing 2 bytes: { 0x06 0xea }
read 2 bytes: { 0x00 0x11 }
unknown PMU version 17


What hardware is that on? Please send the output of /proc/cpuinfo.


It is a PowerBook G4.
processor   : 0
cpu : 7447A, altivec supported
clock   : 1666.666000MHz
revision: 0.5 (pvr 8003 0105)
bogomips: 33.15
timebase: 832
platform: PowerMac
machine : PowerBook5,8
motherboard : PowerBook5,8 MacRISC3 Power Macintosh
detected as : 287 (PowerBook G4 15")
pmac flags  : 0019
L2 cache: 512K unified
pmac-generation : NewWorld


Mine's a 5,5 and fnset works there ...


Please do also test fnset -f -v -d -u and report the output. If that still
fails to toggle the fn setting, I will need the section reporting the ADB
probe results from your dmesg output.


It does not understand -f (despite the help output):
twotofive:~# fnset -f -v -d -u
fnset: invalid option -- f


Uh - that's a bug for sure. Getopt option list not updated when adding the 
force option, yikes.



(btw. how serious is this "damage hardware" thing? I'd rather have a
non-working Fn behaviour than a nice apple brick :-(( )


I doubt it is very serious. In your case, chances are it won't do a thing 
anyway, see below.



I grabbed the lines before and after the adb output from dmesg:
console [netcon0] enabled
netconsole: network logging started
MacIO PCI driver attached to Intrepid chipset
input: Macintosh mouse button emulation as /class/input/input0
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
adb: starting probe task...
adb: finished probe task...
PCI: Enabling device 0002:24:0d.0 ( -> 0002)
ide0: Found Apple UniNorth ATA-6 controller, bus ID 3, irq 39
Probing IDE interface ide0...


These new models still do have ADB keyboards, do they?


Well, how do I find out? (I think they do, yes, but so far I haven't
ever tried to understand/look for this).


If you had an ADB keyboard, it would have shown before. You'll probably 
find a keyboard probe message in the USB or input device section instead.


Benh: Starting from what PMU version, did Apple switch to USB keyboards on 
their powerbooks? Version 12 still had ADB keyboard, 17 does not - what 
happened in between? And how to toggle the fn key status on USB keyboards?


Why does opening /dev/adb rw even succeed on a machine with no ADB devices 
attached to the bus? Where could I check for the number of registered ADB 
devices?


Cheers,

Michael



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



Bug#474857: wfnetobjs: FTBFS: ipaddr.cc:209: error: 'strdup' was not declared in this scope

2008-04-08 Thread Chris Lamb
tags 474857 + patch
thanks

Patch attached.


Regards,

-- 
Chris Lamb, UK   [EMAIL PROTECTED]
GPG: 0x634F9A20
diff -urNad wfnetobjs-0.2.2.orig/netobjs/host.cc wfnetobjs-0.2.2/netobjs/host.cc
--- wfnetobjs-0.2.2.orig/netobjs/host.cc2008-04-09 00:13:26.0 
+0100
+++ wfnetobjs-0.2.2/netobjs/host.cc 2008-04-09 00:16:13.0 +0100
@@ -26,6 +26,7 @@
 #endif
 
 #include 
+#include 
 #include 
 
 #include 
diff -urNad wfnetobjs-0.2.2.orig/netobjs/iface.cc 
wfnetobjs-0.2.2/netobjs/iface.cc
--- wfnetobjs-0.2.2.orig/netobjs/iface.cc   2008-04-09 00:13:26.0 
+0100
+++ wfnetobjs-0.2.2/netobjs/iface.cc2008-04-09 00:15:35.0 +0100
@@ -26,6 +26,7 @@
 #endif
 
 #include 
+#include 
 /* <<< guess */
 #include  /* for close() */
 #include  /* for IPPROTO_IP */
diff -urNad wfnetobjs-0.2.2.orig/netobjs/ipaddr.cc 
wfnetobjs-0.2.2/netobjs/ipaddr.cc
--- wfnetobjs-0.2.2.orig/netobjs/ipaddr.cc  2008-04-09 00:13:26.0 
+0100
+++ wfnetobjs-0.2.2/netobjs/ipaddr.cc   2008-04-09 00:13:48.0 +0100
@@ -30,6 +30,7 @@
 #include  /* for struct in_addr on FreeBSD */
 #include  /* for gethostbyaddr() */
 #include  /* for AF_INET on NetBSD */
+#include 
 
 #include "wfipaddr.h"
 #include "wfindent.h"
diff -urNad wfnetobjs-0.2.2.orig/netobjs/macaddr.cc 
wfnetobjs-0.2.2/netobjs/macaddr.cc
--- wfnetobjs-0.2.2.orig/netobjs/macaddr.cc 2008-04-09 00:13:26.0 
+0100
+++ wfnetobjs-0.2.2/netobjs/macaddr.cc  2008-04-09 00:17:23.0 +0100
@@ -26,6 +26,7 @@
 #endif
 
 #include  /* for sprintf */
+#include 
 #if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
 //#include  /* for ether_aton */
 #endif
diff -urNad wfnetobjs-0.2.2.orig/netobjs/network.cc 
wfnetobjs-0.2.2/netobjs/network.cc
--- wfnetobjs-0.2.2.orig/netobjs/network.cc 2008-04-09 00:13:26.0 
+0100
+++ wfnetobjs-0.2.2/netobjs/network.cc  2008-04-09 00:14:44.0 +0100
@@ -29,6 +29,7 @@
 
 #include 
 #include 
+#include 
 #include 
 
 #include "wfnetwork.h"
diff -urNad wfnetobjs-0.2.2.orig/netobjs/route.cc 
wfnetobjs-0.2.2/netobjs/route.cc
--- wfnetobjs-0.2.2.orig/netobjs/route.cc   2008-04-09 00:13:26.0 
+0100
+++ wfnetobjs-0.2.2/netobjs/route.cc2008-04-09 00:18:07.0 +0100
@@ -23,6 +23,7 @@
 
 #include 
 #include 
+#include 
 
 #include "wfroute.h"
 #include "defs.h"


signature.asc
Description: PGP signature


Bug#470500: Some more details

2008-04-08 Thread Axel Beckert
retitle 470500 bind9: rndc hangs on GNU/kFreeBSD
thanks

Just had a closer look at the issue:

+ It's /usr/sbin/rndc stop which hangs in the init.d script. 
+ rndc also hangs at least with parameters reload, reconfig, stats,
  flush, status and probably some more.
+ rndc without parameter does not hang.
+ host from the package bind9-hosts (1:9.4.2-9) hangs, too. (Maybe
  this is easier to debug...)
+ host from the package host (2331-9) does not hang.

It's a different problem than #320460 and #169577 since there, rndc
stop exits but fails to stop the named. Here it even doesn't come to
exiting...

Regards, Axel
-- 
Axel Beckert - [EMAIL PROTECTED], [EMAIL PROTECTED] - http://noone.org/abe/



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



Bug#473131: dbconfig-common: database backups are world-readable

2008-04-08 Thread Matt Brown
On Tue, Apr 8, 2008 at 10:53 PM, Niko Tyni <[EMAIL PROTECTED]> wrote:
>   phpwiki

phpwiki is not affected by this as the package installs the database
with permissions 664 root:www-data

There is nothing sensitive in the database, just wiki pages that are
available via the http server. The admin password is kept in the
config.ini file in /etc.

-- 
Matt Brown
[EMAIL PROTECTED]
Mob +353 86 608 7117 www.mattb.net.nz



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



Bug#474860: libofx: FTBFS: ofx_utilities.cpp:117: error: 'time' is not a member of 'std'

2008-04-08 Thread Chris Lamb
tags 474860 + patch
thanks

Patch attached.


Regards,

-- 
Chris Lamb, UK   [EMAIL PROTECTED]
GPG: 0x634F9A20
diff -urNad libofx-0.9.0.orig/lib/ofx_request.cpp 
libofx-0.9.0/lib/ofx_request.cpp
--- libofx-0.9.0.orig/lib/ofx_request.cpp   2008-04-09 00:04:19.0 
+0100
+++ libofx-0.9.0/lib/ofx_request.cpp2008-04-09 00:06:08.0 +0100
@@ -21,6 +21,7 @@
 #include 
 #endif
 
+#include 
 #include 
 #include "messages.hh"
 #include "libofx.h"
diff -urNad libofx-0.9.0.orig/lib/ofx_utilities.cpp 
libofx-0.9.0/lib/ofx_utilities.cpp
--- libofx-0.9.0.orig/lib/ofx_utilities.cpp 2008-04-09 00:04:19.0 
+0100
+++ libofx-0.9.0/lib/ofx_utilities.cpp  2008-04-09 00:04:43.0 +0100
@@ -23,6 +23,7 @@
 #include "ParserEventGeneratorKit.h"
 #include "SGMLApplication.h"
 #include 
+#include 
 #include 
 #include 
 #include "messages.hh"
diff -urNad libofx-0.9.0.orig/ofxconnect/ofxconnect.cpp 
libofx-0.9.0/ofxconnect/ofxconnect.cpp
--- libofx-0.9.0.orig/ofxconnect/ofxconnect.cpp 2008-04-09 00:04:19.0 
+0100
+++ libofx-0.9.0/ofxconnect/ofxconnect.cpp  2008-04-09 00:08:36.0 
+0100
@@ -31,6 +31,7 @@
 #include 
 #include 
 #include 
+#include 
 #include "libofx.h"
 #include /* Include config constants, e.g., VERSION TF */
 #include 
diff -urNad libofx-0.9.0.orig/ofxconnect/ofxpartner.cpp 
libofx-0.9.0/ofxconnect/ofxpartner.cpp
--- libofx-0.9.0.orig/ofxconnect/ofxpartner.cpp 2008-04-09 00:04:19.0 
+0100
+++ libofx-0.9.0/ofxconnect/ofxpartner.cpp  2008-04-09 00:09:23.0 
+0100
@@ -34,6 +34,7 @@
 
 #include 
 #include 
+#include 
 #include 
 #include 
 
diff -urNad libofx-0.9.0.orig/ofxdump/ofxdump.cpp 
libofx-0.9.0/ofxdump/ofxdump.cpp
--- libofx-0.9.0.orig/ofxdump/ofxdump.cpp   2008-04-09 00:04:19.0 
+0100
+++ libofx-0.9.0/ofxdump/ofxdump.cpp2008-04-09 00:06:52.0 +0100
@@ -27,6 +27,7 @@
  *   (at your option) any later version.   *
  * *
  ***/
+#include 
 #include 
 #include 
 #include 


signature.asc
Description: PGP signature


Bug#474742: debbugs: cannot clone merged bug

2008-04-08 Thread Don Armstrong
On Tue, 08 Apr 2008, Colin Watson wrote:
> Why wouldn't you just want to copy the history of the bug you named
> in the clone command (as Marcus observed, he did name a particular
> bug explicitly), and just remove the state bit that indicates that
> it's merged with another bug? If you keep all the history then it'll
> still have a reference to its merge partners in the log.

You can't just copy it, because you also need to indicate that the
cloned bug has been unmerged, otherwise the history is confusing to
read. [This latter bit blocks on finishing abstracting out control.]
This is one implementation possibility, but because it loses any
messages which were sent to the other cloned bugs it's not the optimal
one without the secondary change(s) below.

> Unless I've misunderstood you, I'm not convinced about this. The
> start of such bugs would be extremely confusing to read.
> 
> The variant of this I'd prefer would be that mails sent to merged
> bugs should be appended to the bug logs for all the merge partners
> (allowing duplicates to be hidden by the display engine in the usual
> way), but that the initial distinct history of the merged bugs
> before they were merged should be preserved. Trying to glom them
> together would be awful.

This means that bugs which are merged later will be less useful than
bugs which are merged earlier, which is suboptimal. I think this may
be a workable start until the proper solution is implemented, though.

Putting them together would require changing the way that we display
logs to respect threading but that's something that we need to do
anyway.


Don Armstrong

-- 
Q: What Can a Thoughtful Man Hope for Mankind on Earth, Given the
Experience of the Past Million Years?
A: Nothing.
 -- Bokonon _The Fourteenth Book of Bokonon_ (Vonnegut _Cats Cradle_)

http://www.donarmstrong.com  http://rzlab.ucr.edu



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



Bug#475096: 34 newly installed packages upon dselect-upgrade

2008-04-08 Thread jidanni
Package: devscripts
Version: 2.10.21

All I know is I like to use one of your scripts, checkbashisms.

All was fine, until today, for the privilege of continuing to use this
tiny script, I "Need to get 37.4MB of archives".

Seen on apt-get dselect-upgrade, dist-ugrade, but not plain upgrade.

# http_proxy= apt-get -o Debug::pkgProblemResolver=true  dselect-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Starting
Starting 2
Investigating gettext
Package gettext has broken dep on libgomp1
  Considering libgomp1 1 as a solution to gettext 4
  Holding Back gettext rather than change libgomp1
Investigating intltool-debian
Package intltool-debian has broken dep on gettext
  Considering gettext 4 as a solution to intltool-debian 2
  Holding Back intltool-debian rather than change gettext
Investigating g++
Package g++ has broken dep on g++-4.2
  Considering g++-4.2 1 as a solution to g++ 1
  Holding Back g++ rather than change g++-4.2
Investigating libparse-debianchangelog-perl
Package libparse-debianchangelog-perl has broken dep on libclass-accessor-perl
  Considering libclass-accessor-perl 1 as a solution to 
libparse-debianchangelog-perl 1
  Holding Back libparse-debianchangelog-perl rather than change 
libclass-accessor-perl
Investigating po-debconf
Package po-debconf has broken dep on gettext
  Considering gettext 4 as a solution to po-debconf 0
  Holding Back po-debconf rather than change gettext
Investigating lintian
Package lintian has broken dep on gettext
  Considering gettext 4 as a solution to lintian -1
  Holding Back lintian rather than change gettext
Investigating build-essential
Package build-essential has broken dep on g++
  Considering g++ 1 as a solution to build-essential -1
  Holding Back build-essential rather than change g++
Investigating debhelper
Package debhelper has broken dep on po-debconf
  Considering po-debconf 0 as a solution to debhelper 2
  Holding Back debhelper rather than change po-debconf
Investigating equivs
Package equivs has broken dep on debhelper
  Considering debhelper 2 as a solution to equivs -2
  Holding Back equivs rather than change debhelper
Done
Entering ResolveByKeep
The following NEW packages will be installed:
  cvs cvs-buildpackage debian-keyring debian-maintainers diffstat fakeroot 
html2text libauthen-sasl-perl
  libdevel-symdump-perl libfcgi-perl libfile-basedir-perl 
libfile-desktopentry-perl libfile-remove-perl
  libio-socket-ssl-perl libmail-box-perl libnet-ssleay-perl 
libobject-realize-later-perl libossp-uuid-perl
  libossp-uuid15 libparse-debcontrol-perl libpod-coverage-perl 
libpod-escapes-perl libpod-simple-perl
  libsoap-lite-perl libterm-size-perl libtest-pod-perl libtie-ixhash-perl 
libuser-identity-perl
  libxml-namespacesupport-perl libxml-sax-expat-perl libxml-sax-perl 
libxml-simple-perl patchutils wdiff
The following packages will be upgraded:
  apt-file aspell bsdgames devscripts exif gucharmap guile-1.8-libs libaspell15 
libdvbpsi4 libgail-common
  libgail18 libglib2.0-0 libgnome-keyring0 libgnomecups1.0-1 libgtkhtml2-0 
libgucharmap6 libhunspell-1.1-0
  libid3-3.8.3c2a libidn11 liblockfile1 libltdl3 libncurses5 libncursesw5 
libsmbclient libsqlite3-0
  libusb-0.1-4 linux-sound-base mtools ncurses-base ncurses-bin openssh-client 
openssh-server procps
  reportbug txt2man whois zlib-bin zlib1g
38 upgraded, 34 newly installed, 0 to remove and 11 not upgraded.
Need to get 32.0MB/37.4MB of archives.
After this operation, 39.9MB of additional disk space will be used.
Do you want to continue [Y/n]? n
Abort.

But then oddly, first doing an upgrade before a dselect-upgrade avoids
the massive download.

# http_proxy= apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
  doc-rfc-0001-0999 doc-rfc-1000-1999 doc-rfc-2000-2999 doc-rfc-3000-3999 
doc-rfc-experimental
  doc-rfc-fyi-bcp doc-rfc-misc doc-rfc-old-std doc-rfc-std doc-rfc-std-proposed 
scim-chewing
The following packages will be upgraded:
  apt-file aspell bsdgames devscripts exif gucharmap guile-1.8-libs libaspell15 
libdvbpsi4 libgail-common
  libgail18 libglib2.0-0 libgnome-keyring0 libgnomecups1.0-1 libgtkhtml2-0 
libgucharmap6 libhunspell-1.1-0
  libid3-3.8.3c2a libidn11 liblockfile1 libltdl3 libncurses5 libncursesw5 
libsmbclient libsqlite3-0
  libusb-0.1-4 linux-sound-base mtools ncurses-base ncurses-bin openssh-client 
openssh-server procps
  reportbug txt2man whois zlib-bin zlib1g
38 upgraded, 0 newly installed, 0 to remove and 11 not upgraded.
Need to get 8145kB/11.8MB of archives.
After this operation, 1393kB disk space will be freed.
Do you want to continue [Y/n]?

# http_proxy= apt-get -o Debug::pkgProblemResolver=true  dselect-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Entering ResolveByKeep
0 upgraded, 0 newly installed, 0 to remove and 11 not upgraded.

Odd odd odd.
Please reassig

Bug#457777: [gnome-screensaver] does not display login-dialog, locking out user

2008-04-08 Thread Sven Arvidsson
Hi,

Thanks for the log and answering my questions.

I couldn't find anything suspicious in the log, but I will forward it
upstream to be sure. 

Before I do so, the symptoms described reminds me of bug 420339. Do you
have more than one video output? If so, does "xrandr -q" falsely detect
it as connected? (Bug 420339 should be fixed, but you never know...).

-- 
Cheers,
Sven Arvidsson
http://www.whiz.se
PGP Key ID 760BDD22


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


Bug#406377: no longer interested in maintaining revoco

2008-04-08 Thread Evgeni Golov
retitle 406377 RFP: revoco -- control Logitech's MX-Revolution mouse
noowner 406377
tags 406377 - pending
kthxbye

After getting a REJECT because of the copyright, and upstream does not
want to change that (whyever), I am no longer interested in maintaining
this package. If someone is interested in my work, contact me and
you'll get my diff.gz.

Regards and sorry,
Evgeni Golov


pgpAPUo01SE38.pgp
Description: PGP signature


Bug#475094: mailgraph: [INTL:sk] Slovak po-debconf translation

2008-04-08 Thread helix84
Package: mailgraph
Version:
Priority: wishlist
Tags: l10n patch

.po attached

~~helix84
#
#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: mailgraph\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2006-11-14 23:38+0100\n"
"PO-Revision-Date: 2008-04-09 00:46+0100\n"
"Last-Translator: Ivan Masár <[EMAIL PROTECTED]>\n"
"Language-Team: Slovak <[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 "Should Mailgraph start on boot?"
msgstr "Má sa Mailgraph spúšťať pri štarte počítača?"

#. Type: boolean
#. Description
#: ../templates:1001
msgid "Mailgraph can start on boot time as a daemon. Then it will monitor your Postfix logfile for changes. This is recommended."
msgstr "Mailgraph sa môže spúšťať pri štarte počítača ako daemon, ktorý bude sledovať zmeny v súbore záznamu udalostí Postfixu. Toto je odporúčaná možnosť."

#. Type: boolean
#. Description
#: ../templates:1001
msgid "The other method is to call mailgraph by hand with the -c parameter."
msgstr "Ďalšou možnosťou je spúšťať mailgraph manuálne s parametrom -c."

#. Type: string
#. Description
#: ../templates:2001
msgid "Logfile used by mailgraph:"
msgstr "Ktorý súbor má používať mailgraph pre záznam udalostí?"

#. Type: string
#. Description
#: ../templates:2001
msgid "Enter the logfile which should be used to create the databases for mailgraph. If unsure, leave default (/var/log/mail.log)."
msgstr "Zadajte súbor záznamu udalostí, ktorý sa má použiť na vytvorenie databázy mailgraphu. Ak si nie ste istí, ponechajte predvolenú hodnotu (/var/log/mail.log)."

#. Type: boolean
#. Description
#: ../templates:3001
msgid "Count incoming mail as outgoing mail?"
msgstr "Počítať prichádzajúcu poštu ako odchádzajúcu?"

#. Type: boolean
#. Description
#: ../templates:3001
msgid "If you count incoming mail as outgoing mail (default), mail is counted more than once if you use content filters like amavis, so you'll get wrong values. If you're using some content filter, disable this."
msgstr "Ak počítate prichádzajúcu poštu ako odchádzajúcu (čo je predvolené), pošta sa zaráta viackrát pri použití filtrovania obsahu (content filters), napr. amavis, takže dostanete zlé hodnoty. Ak používate nejaké filtrovanie obsahu, odporúča sa vypnúť túto možnosť."



Bug#475095: fbreader: Shared libraries tries to link to static non-PIC library

2008-04-08 Thread Kurt Roeckx
Package: fbreader
Version: 0.8.17-3

Hi,

Your package is failing to build with the following error:

Creating libzltext.so.0.8.17 .../usr/bin/ld:
/usr/lib/gcc/x86_64-linux-gnu/4.2.3/../../../../lib64/liblinebreak.a(linebreak.o):
 relocation R_X86_64_32S against `lb_prop_default' can not be used when making 
a shared object; recompile with -fPIC
/usr/lib/gcc/x86_64-linux-gnu/4.2.3/../../../../lib64/liblinebreak.a: could not 
read symbols: Bad value
collect2: ld returned 1 exit status
make[1]: *** [libzltext.so.0.8.17] Error 1

The problem is that liblinebreak is only available as a static (non-PIC)
library.  You can't use those in shared libraries.

You probably want liblinebreak to provide a static library build using
-fPIC, and name it liblinebreak_pic.a.  Please see policy section 11.2.


Kurt




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



Bug#474872: subtitleeditor: FTBFS: Document.cc:267: error: 'auto_ptr' is not a member of 'std'

2008-04-08 Thread Chris Lamb
tags 474872 + patch
thanks

Patch attached.


Regards,

-- 
Chris Lamb, UK   [EMAIL PROTECTED]
GPG: 0x634F9A20
diff -urNad subtitleeditor-0.20.0.orig/src/actions/StyleEditor.h 
subtitleeditor-0.20.0/src/actions/StyleEditor.h
--- subtitleeditor-0.20.0.orig/src/actions/StyleEditor.h2008-04-08 
23:39:31.0 +0100
+++ subtitleeditor-0.20.0/src/actions/StyleEditor.h 2008-04-08 
23:46:54.0 +0100
@@ -48,7 +48,7 @@
void callback_spin_value_changed(Gtk::SpinButton *w, const 
Glib::ustring &key);
void callback_color_button(Gtk::ColorButton* w, const Glib::ustring 
&key);
void callback_radio_toggled(Gtk::RadioButton* w, const Glib::ustring 
&key);
-   void callback_alignment_changed(Gtk::RadioButton* w, unsigned int w);
+   void callback_alignment_changed(Gtk::RadioButton* w, unsigned int i);
void callback_style_selection_changed();
 protected:
Document* m_current_document;
diff -urNad subtitleeditor-0.20.0.orig/src/Document.cc 
subtitleeditor-0.20.0/src/Document.cc
--- subtitleeditor-0.20.0.orig/src/Document.cc  2008-04-08 23:39:31.0 
+0100
+++ subtitleeditor-0.20.0/src/Document.cc   2008-04-08 23:39:44.0 
+0100
@@ -29,6 +29,7 @@
 #include "SubtitleSystem.h"
 
 #include 
+#include 
 
 /*
  * constructeur
diff -urNad subtitleeditor-0.20.0.orig/src/gui/GStreamerPlayer.cc 
subtitleeditor-0.20.0/src/gui/GStreamerPlayer.cc
--- subtitleeditor-0.20.0.orig/src/gui/GStreamerPlayer.cc   2008-04-08 
23:39:31.0 +0100
+++ subtitleeditor-0.20.0/src/gui/GStreamerPlayer.cc2008-04-08 
23:42:12.0 +0100
@@ -27,6 +27,7 @@
 #include "Config.h"
 #include "SubtitleTime.h"
 #include 
+#include 
 #include 
 
 /*
diff -urNad subtitleeditor-0.20.0.orig/src/gui/WaveformGeneratorUI.cc 
subtitleeditor-0.20.0/src/gui/WaveformGeneratorUI.cc
--- subtitleeditor-0.20.0.orig/src/gui/WaveformGeneratorUI.cc   2008-04-08 
23:39:31.0 +0100
+++ subtitleeditor-0.20.0/src/gui/WaveformGeneratorUI.cc2008-04-08 
23:41:21.0 +0100
@@ -26,6 +26,9 @@
 #include "utility.h"
 #include "Config.h"
 
+#include 
+#include 
+
 // old method 8.05
 // new method ?
 


signature.asc
Description: PGP signature


Bug#461388: cloning 461388, retitle -1 to help output has incorrect # of mandatory args, severity of -1 is normal

2008-04-08 Thread dann frazier
# Automatically generated email from bts, devscripts version 2.10.20
clone 461388 -1
retitle -1 help output has incorrect # of mandatory args
# bug describes two separate issues
severity -1 normal




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



Bug#475092: Error on open a second file with accents on their name

2008-04-08 Thread Ronaldo Reis Junior
Package: openoffice.org
Version: 2.4.0-3
Severity: important

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

When I try to open a file by click in the icon on konqueror or any other KDE 
file manager and the filename have accents in the name it open normally, but 
if I have an instance of the openoffice running and then I try to open a file 
with accent in the name directly form KDE it dont open. In this case 
openoffice return the message that the file dont exist and put a 
interrogation in the filename where accent exist. I try some solution like 
remove KDE openoffice package, and some other, but neither work.

Now I install the openoffice from debian packages mantained by openoffice time 
and all works. So, the problem is with this openoffice in debian 
distribuition. This problem remain since the 2.3.x version on debian testing.

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

Debian Release: lenny/sid
  500 unstableftp.br.debian.org 
  500 unstableemacs.orebokech.com 
  500 testing www.debian-multimedia.org 
  500 testing security.debian.org 
  500 testing ftp.br.debian.org 
  500 stable  dl.google.com 

--- Package information. ---
Depends (Version) | Installed
=-+-==
openoffice.org-base   | 
openoffice.org-calc   | 
openoffice.org-core (= 1:2.4.0-3) | 
openoffice.org-draw   | 
openoffice.org-filter-binfilter   | 
openoffice.org-filter-mobiledev   | 
openoffice.org-impress| 
openoffice.org-java-common   (>> 2.2.0-4) | 
openoffice.org-math   | 
openoffice.org-officebean | 
openoffice.org-writer | 
openoffice.org-writer2latex   | 


-- 
__
   1  1
   1  1
   1  1
   1  1
 /\1/\1
1  1   1  1
 \/ \/
--
> Prof. Ronaldo Reis Júnior
|  .''`. UNIMONTES/Depto. Biologia Geral/Lab. de Biologia Computacional
| : :'  : Campus Universitário Prof. Darcy Ribeiro, Vila Mauricéia
| `. `'` CP: 126, CEP: 39401-089, Montes Claros - MG - Brasil
|   `- Fone: (38) 3229-8187 | [EMAIL PROTECTED] | [EMAIL PROTECTED]
| http://www.ppgcb.unimontes.br/ | ICQ#: 5692561 | LinuxUser#: 205366



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



Bug#474880: yaskkserv: FTBFS: !!! Fatal : G++ is too old. You need version 3.3 or newer.

2008-04-08 Thread Hideki Yamane
On Tue, 8 Apr 2008 08:17:53 +0900
"Satoru KURASHIKI" <[EMAIL PROTECTED]> wrote:
> $ g++-4.2 --version
> g++-4.2 (GCC) 4.2.3 (Debian 4.2.3-3)
> --
> to:
> --
> $ g++-4.3 --version
> g++-4.3 (Debian 4.3.0-3) 4.3.1 20080401 (prerelease)
> --

 How about this?

$ g++-4.2 -v 2>&1|grep version|cut -d' ' -f3
4.2.3
$ g++-4.3 -v 2>&1|grep version|cut -d' ' -f3
4.3.1



-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/iijmio-mail.jp



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



Bug#121851: bzip2: Please stop shipping bzless

2008-04-08 Thread Reuben Thomas
Package: bzip2
Version: 1.0.3-6
Followup-For: Bug #121851


I suggest that you stop shipping bzless. lessfile and lesspipe work
better; their only disadvantage is that they don't try to decompress
files not ending in .bz2, but I don't think this is important.

Further, by using lesspipe/lessfile one can use the ~/.lessfilter
feature, which is incompatible with bzless, which overrides LESSOPEN.

Hence, unless one works with compressed files without a .bz2 suffix,
lesspipe/lessfile is a better choice, and I think not having bzless
would help to make this more obvious to users, and stop them using an
inferior solution.

If you think that bzless should be retained, then please mention
lessfile/lesspipe in bzless(1).

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (700, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-k7
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages bzip2 depends on:
ii  libbz2-1.01.0.3-6high-quality block-sorting file co

bzip2 recommends no packages.

-- no debconf information



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



Bug#440349: need help reproducing

2008-04-08 Thread dann frazier
I've tried to reproduce this issue in various scenarios, but haven't
been able to yet. Can you provide me the command you used?

-- 
dann frazier




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



Bug#51162: gzip: Please stop shipping zless: lessfile/lesspipe supercede it

2008-04-08 Thread Reuben Thomas
Package: gzip
Version: 1.3.5-15
Followup-For: Bug #51162


I suggest that you stop shipping zless. lessfile and lesspipe work
better; their only disadvantage is that they don't try to decompress
files not ending in .gz, but I don't think this is important.

Further, by using lesspipe/lessfile one can use the ~/.lessfilter
feature, which is incompatible with zless, which overrides LESSOPEN.

Hence, unless one works with compressed files without a .gz suffix,
lesspipe/lessfile is a better choice, and I think not having zless would
help to make this more obvious to users, and stop them using an inferior
solution.

If you think that zless should be retained, then please mention
lessfile/lesspipe in zless(1).

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (700, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-k7
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages gzip depends on:
ii  debianutils2.17  Miscellaneous utilities specific t
ii  libc6  2.3.6.ds1-13etch5 GNU C Library: Shared libraries

gzip recommends no packages.

-- no debconf information



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



Bug#466759: mailagent: General update after the debconf review process

2008-04-08 Thread Christian Perrier
Dear Debian maintainer,

On Saturday, February 02, 2008, I sent you a notification about the beginning 
of a review
action on debconf templates for mailagent.

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

IIRC, Manoj, you uploaded a version with modified templates and I
proposed handling the flow of incoming l10n updates to save you some time.

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

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

The attached tarball contains:

- debian/changelog with the list of changes
  it might conflict with other changes you're doing as of now...so
better maybe just grab the needed parts from that file

- debian/control with rewrites of packages' descriptions
- debian/ with all the rewritten templates file(s)

  Those have been applied already, if I'm correct

- debian/po/*.po with all PO files (existing ones and new ones)

  Those just need to be put in place.

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




patch.tar.gz
Description: Binary data
--- mailagent.old/debian/templates.master   2008-01-18 06:23:01.849400408 
+0100
+++ mailagent/debian/templates.master   2008-03-20 08:44:13.254082787 +0100
@@ -1,14 +1,29 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# [EMAIL PROTECTED] for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: shared/news/organization
 Type: string
 Default: --none--
-_Description: Name of your organization:
- You don't seem to have an /etc/news/organization file. Usually that
- contains the name of your organization as you want it to appear on
- the Organization line of outgoing articles/mail/patches. Please
- supply the name of your organization as you want it to appear in
- those places.  (It would be useful if this also specifies your
- location.  Your city name is probably sufficient if well known.) For
- example: .
-University of Southern North Dakota, Hoople
+#flag:comment:3
+# Translators: the University of  Southern North Dakota does not
+# exist (http://en.wikipedia.org/wiki/USND_at_Hoople)
+# This is an example that's meant to be funny. You can of course pick
+# one in your language if you prefer
+_Description: Organization name for this computer:
+ The /etc/news/organization file does not exist. That file contains
+ the name of the organization this computer belongs to. This is the
+ name that will appear in the Organization header field of outgoing
+ articles, mail, or patches.
  .
- Type in "--none--" if you do not want to specify one.
+ Please enter the name of the organization as you want it to appear in
+ that header field. It is common practice to add a location, typically
+ a city name, to the organization's name, for instance:
+  University of Southern North Dakota, Hoople
+ .
+ If you enter "--none--", no organization name will be setup.
--- mailagent.old/debian/control2008-01-18 06:23:01.837401460 +0100
+++ mailagent/debian/control2008-02-17 12:00:18.416005970 +0100
@@ -11,40 +11,35 @@
 Package: mailagent
 Depends: ${shlibs:Depends}, perl, debconf (>= 1.2.0) | debconf-2.0, exim4 | 
postfix | sendmail | mail-transport-agent
 Architecture: any
-Description: An automatic mail-processing tool and filter.
- Mailagent allows you to process your mail automatically. This has
- far more functionality than procmail, and is easier to configure
- (providing, of course, that you grok perl). As a mail processing
- tool, this slices, it dices, it ...
- .
- Given a set of lex-like rules, you are able to file mails to specific
- folders (plain Unix-style folders and also MMDF and MH ones), forward
- messages to a third person, pipe a message to a command or even post
- the message to a newsgroup.
- .
- It is also possible to process messages containing some commands. 
- .
- You may also set up a vacation program, which will automatically
- answer your mail while you are not there, but more flexibly than the
- Unix command of the same name. You only need to supply a message to
- be sent and the frequency at which this will occur. Some simple macro
- substitutions allow you to re-use some parts of the mail header into
- your vacation message, for a more personalized reply. 
- .
- You may also set up a generic mail server, without the hassle of the
- lower-level concerns like error recovery, logging or command parsing. 
- .
- The mailagent is not usually invoked manually but is rather called
- via the filter program, which is in turn invoked by sendmail. Th

Bug#474281: Acknowledgement (iceweasel: ftbfs on armel: temporary object destruction order)

2008-04-08 Thread Riku Voipio
This bug also affect xulrunner build on unstable with gcc-4.3 now
as default:

http://buildd.debian.org/fetch.cgi?pkg=xulrunner;ver=1.8.1.13-1;arch=armel;stamp=1207348728

-snip-
configure:10281: checking for iconv in -lc
configure:10303: c++ -o conftest  -fshort-wchar -pthread   -Wl,--as-needed 
conftest.C -lc  -ldl -lm  1>&5
/usr/bin/ld: ERROR: /tmp/ccAhgliI.o: Conflicting definitions of wchar_t
/usr/bin/ld: failed to merge target specific data of file /tmp/ccAhgliI.o
-snip-

On Sat, Apr 05, 2008 at 10:25:45AM +0200, Mike Hommey wrote:
> On Sat, Apr 05, 2008 at 12:13:45AM +0300, Riku Voipio wrote:
> > $ cat test.c
> > #include 
> > #include 
> > 
> > int main() {
> > ; return 0; }
> > all6500-2:~/icew
> > $ c++ -c -fno-strict-aliasing -fshort-wchar test.c
> > $ echo $?
> > 0
> > $ c++  -fno-strict-aliasing -fshort-wchar test.c
> > /usr/bin/ld: ERROR: /tmp/ccKVwN1s.o: Conflicting definitions of wchar_t
> > /usr/bin/ld: failed to merge target specific data of file
> > /tmp/ccKVwN1s.o
> > collect2: ld returned 1 exit status
> > 
> > A quick test confirms, test.c compiles fine with g++-4.2, but fails with
> > g++-4.3.

> Seems like a candidate for a gcc regression :-/

Not really, gcc has just become more strict.

on arm EABI, wchar_t is "unsigned int", while -fshort-wchar enforces
"short unsigned int". One is creating code that is incompatible with
platform ABI, which the linker refuses to mix.




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



Bug#415523: Announce of the upcoming NMU for the mailgraph package

2008-04-08 Thread Christian Perrier
Dear maintainer of mailgraph and Debian translators,

On Sunday, March 23, 2008 I sent a notice to the maintainer of the mailgraph 
Debian
package, mentioning the status of at least one old po-debconf translation 
update in the BTS (bug #415523).

I announced the intent to build and possibly upload a non-maintainer upload
for this package in order to fix this long-time pending localization
bug as well as all other pending translations.

The package maintainer agreed for the NMU or did not respond in two
weeks, so I will proceed with the NMU.

The full planned schedule is available at the end of this mail.

The package is currently translated to: cs de es fi fr it nb nl pt pt_BR sk sv 
vi

Among these, the following translations are incomplete: cs sk sv vi

If you did any of the, currently incomplete, translations you will get
ANOTHER mail with the translation to update.

Other translators also have the opportunity to create new translations
for this package. Once completed, please send them as a bug report
against the mailgraph package so I can incorporate them in the build.

The deadline for receiving updates and new translations is Saturday, April 19, 
2008. If you
are not in time you can always send your translation to the BTS.

The POT file is attached to this mail.

If the maintainer objects to this process I will immediately abort my NMU
and send him/her all updates I receive.

Otherwise the following will happen (or already has):

 Sunday, March 23, 2008   : send the first intent to NMU notice to
 the package maintainer.
 Wednesday, April 09, 2008   : send this notice
 Saturday, April 19, 2008   : deadline for receiving translation updates
 Sunday, April 20, 2008   : build the package and upload it to DELAYED/0-day
 send the NMU patch to the BTS
 Monday, April 21, 2008   : NMU uploaded to incoming

Thanks for your efforts and time.

-- 


-- 


# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <[EMAIL PROTECTED]>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2006-11-14 23:38+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n"
"Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: boolean
#. Description
#: ../templates:1001
msgid "Should Mailgraph start on boot?"
msgstr ""

#. Type: boolean
#. Description
#: ../templates:1001
msgid ""
"Mailgraph can start on boot time as a daemon. Then it will monitor your "
"Postfix logfile for changes. This is recommended."
msgstr ""

#. Type: boolean
#. Description
#: ../templates:1001
msgid "The other method is to call mailgraph by hand with the -c parameter."
msgstr ""

#. Type: string
#. Description
#: ../templates:2001
msgid "Logfile used by mailgraph:"
msgstr ""

#. Type: string
#. Description
#: ../templates:2001
msgid ""
"Enter the logfile which should be used to create the databases for "
"mailgraph. If unsure, leave default (/var/log/mail.log)."
msgstr ""

#. Type: boolean
#. Description
#: ../templates:3001
msgid "Count incoming mail as outgoing mail?"
msgstr ""

#. Type: boolean
#. Description
#: ../templates:3001
msgid ""
"If you count incoming mail as outgoing mail (default), mail is counted more "
"than once if you use content filters like amavis, so you'll get wrong "
"values. If you're using some content filter, disable this."
msgstr ""


signature.asc
Description: Digital signature


Bug#475075: setting package to devscripts, tagging 475075, tagging 475034, tagging 474949

2008-04-08 Thread Adam D . Barratt
# Automatically generated email from bts, devscripts version 2.10.24
#
# devscripts (2.10.25) UNRELEASED; urgency=low
#
#  * debchange: Escape arguments to --local (Closes: #475034)
#  * debdiff: Ensure arguments to --exclude are properly quoted in case they
#contain shell meta-characters (Closes: #475075)
#  * debsign:
#+ Add support for the new Checksums-Sha* .changes file fields
#  introduced by dpkg 1.14.17 (Closes: #474949)
#+ Abort if any unknown Checksums-* fields are found in the .changes
#  file
#+ Abort if the Format field of the .changes file is unsupported
#  (greater than 1.8, less than 1.7 or non-numeric)
#+ Use a case-insensitive search for field names
#

package devscripts
tags 475075 + pending
tags 475034 + pending
tags 474949 + pending




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



Bug#474901: gettext: FTBFS: mv: cannot stat `debian/gettext/usr/share/gettext/gettext.jar': No such file or directory

2008-04-08 Thread Lucas Nussbaum
On 08/04/08 at 11:30 +0200, Santiago Vila wrote:
> On Mon, 7 Apr 2008, Lucas Nussbaum wrote:
> 
> > Package: gettext
> > Version: 0.17-2
> > Severity: serious
> > User: [EMAIL PROTECTED]
> > Usertags: qa-ftbfs-20080407 qa-ftbfs
> > Justification: FTBFS on i386
> 
> I can't reproduce this using gcc-4.3 and a recent sid system.
> 
> Please double-check.

I still can reproduce it (but it builds fine in a "normal" sid chroot).

Can you post your build log, so we can diff it with mine?
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |



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



Bug#445082: Stops playing streaming video after about 1 minute and 20 seconds

2008-04-08 Thread Sven Arvidsson
On Mon, 2008-04-07 at 19:35 -0700, Matt Kraai wrote:
> I'm happy to try, but I don't know how.
> 
> I have libgl1-mesa-dri installed already.  Is there something I need
> to do to enable DRI?
> 
> I also don't have a ~/.xine/config file.  What should it contain?

(To be honest I really don't know much about Xine, I usually only run it
to find out if bugs belong to Totem or libxine.)

I think you can make xine use a different output by using either "xine
-V Xv" or "xine -V xshm". 

-- 
Cheers,
Sven Arvidsson
http://www.whiz.se
PGP Key ID 760BDD22


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


Bug#469491: totem: horizontal green lines on the right side of an OGG video

2008-04-08 Thread Sven Arvidsson
On Mon, 2008-04-07 at 08:12 +0800, Paul Wise wrote:
> Yes, with totem-xine 2.22.0-2. I installed totem-gstreamer and I do not
> get the problem with that. totem-gstreamer also seems to output a better
> image, hmm.
> 
> > I haven't been able to reproduce it, both totem-gstreamer and totem-xine
> > will display the video fine.
> 
> Hmmm, perhaps it is an issue with the Xv implementation of my graphics
> driver? I'm on an intel card using the drivers in sid here.

I poked around a bit more and I can reproduce it if I set
"video.driver:xshm" in .config/totem/xine_config and run the video
fullscreen. Does this match your setup? (If it's set to auto, it's
possible that xshm is selected)

If so, it's probably a libxine bug, as both xine-ui and totem-xine have
the same problem (when used with xshm) on both intel and ati hardware.

-- 
Cheers,
Sven Arvidsson
http://www.whiz.se
PGP Key ID 760BDD22


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


Bug#475091: apt-proxy: updates suddenly hang at(/after?) Hit http://192.168.64.100 testing/contrib Sources/DiffIndex

2008-04-08 Thread Folkert van Heusden
Package: apt-proxy
Version: 1.9.36.2
Severity: normal


Suddenly, systems that do an apt-get update hang at the point at which
apt-get update says:
Hit http://192.168.64.100 testing/contrib Sources/DiffIndex

When doing a tcpdump I see:
00:20:41.327702 IP 192.168.64.1.35576 > 192.168.64.100.: P 3843:4021(178) 
ack 2141 win 91 
0x:  4500 00e6 4d54 4000 4006 eb07 c0a8 4001  [EMAIL 
PROTECTED]@[EMAIL PROTECTED]
0x0010:  c0a8 4064 8af8 270f 6904 c6cd 1ec8 adc8  [EMAIL 
PROTECTED]'.i...
0x0020:  8018 005b 8911  0101 080a 0924 fb1b  ...[.$..
0x0030:  6d84 fe3f 4745 5420 2f64 6562 6961 6e2f  m..?GET./debian/
0x0040:  6469 7374 732f 7465 7374 696e 672f 6d61  dists/testing/ma
0x0050:  696e 2f73 6f75 7263 652f 536f 7572 6365  in/source/Source
0x0060:  732e 6469  2f32 3030 382d 3034 2d30  s.diff/2008-04-0
0x0070:  382d 3230 3430 2e33 302e 677a 2048 5454  8-2040.30.gz.HTT
0x0080:  502f 312e 310d 0a48 6f73 743a 2031 3932  P/1.1..Host:.192
0x0090:  2e31 3638 2e36 342e 3130 303a 3939 3939  .168.64.100:
0x00a0:  0d0a 436f 6e6e 6563 7469 6f6e 3a20 6b65  ..Connection:.ke
0x00b0:  6570 2d61 6c69 7665 0d0a 5573 6572 2d41  ep-alive..User-A
0x00c0:  6765 6e74 3a20 4465 6269 616e 2041 5054  gent:.Debian.APT
0x00d0:  2d48 5454 502f 312e 3320 2830 2e37 2e31  -HTTP/1.3.(0.7.1
0x00e0:  3129 0d0a 0d0a   1)

sources.list of the updating system:
deb http://192.168.64.100:/debian/ testing main non-free contrib
deb-src http://192.168.64.100:/debian/ testing main non-free contrib
deb http://192.168.64.100:/security/ testing/updates main contrib non-free


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

Kernel: Linux 2.6.23pps-nodeb.pps-nodeb (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages apt-proxy depends on:
ii  adduser   3.106  add and remove users and groups
ii  bzip2 1.0.5-0.1  high-quality block-sorting file co
ii  debconf [debconf-2.0] 1.5.20 Debian configuration management sy
ii  logrotate 3.7.1-3Log rotation utility
ii  python2.4.4-6An interactive high-level object-o
ii  python-apt0.7.5  Python interface to libapt-pkg
ii  python-central0.6.1  register and build utility for Pyt
ii  python-twisted-web0.7.0-1An HTTP protocol implementation to

apt-proxy recommends no packages.

-- debconf information:
  apt-proxy/upgrading-v2:
  apt-proxy/upgrading-v2-result:



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



Bug#474908: cdk: FTBFS: NomParserTokenManager cannot be resolved to a type

2008-04-08 Thread Paul Cager

Michael Koch wrote:

On Mon, Apr 07, 2008 at 10:33:32PM +0200, Lucas Nussbaum wrote:

Package: cdk
Version: 1:1.0.2-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080407 qa-ftbfs
Justification: FTBFS on i386


...

This broken with the last javacc update. Teh Nom*.java classes are
generated from NomParser.jj.

Paul can you please take a look at this?


Thanks for finding this problem, Lucas.

cdk looks to have an interesting build system - it compiles a Java 
program (MakeJavafilesFiles.java) which is then used to copy the source 
files into a build directory. But MakeJavafilesFiles spits out the error 
message "Something wrong with the Java source file: 
src/org/openscience/cdk/iupac/parser/NomParserTokenManager.java".


The reason is because JavaCC is generating comments such as:

   /** Token Manager. */

CDK's MakeJavafilesFiles program looks at program sources to detect 
special "@cdk.set" tags in them. But there is a bug in the part of 
MakeJavafilesFiles that is meant to recognise comments - it doesn't 
recognise the comment terminator "*/" if the comment was introduced with 
"/**" on the same line.


I'll probably patch cdk so that it recognises "*/" in this context, but 
also "fix" JavaCC upstream (change the comment terminator to be "**/").


Thanks,
Paul



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



Bug#475090: O: usepackage -- utility to manage environment variables from within dotfiles

2008-04-08 Thread bzed
Package: wnpp
Severity: normal

The current maintainer of usepackage, Luca Filipozzi <[EMAIL PROTECTED]>,
is apparently not active anymore.  Therefore, I orphan this package
now.  If you want to be the new maintainer, please take it -- see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: usepackage
Binary: usepackage
Version: 1.6.3-1
Priority: optional
Section: utils
Maintainer: Luca Filipozzi <[EMAIL PROTECTED]>
Build-Depends: debhelper (>> 3.0.0), flex, bison
Architecture: any
Standards-Version: 3.5.2
Format: 1.0
Directory: pool/main/u/usepackage
Files: 42f7dd773e62eefb988868aa150ad615 588 usepackage_1.6.3-1.dsc
 edad49bf11acf2ecf61402c485255b94 97319 usepackage_1.6.3.orig.tar.gz
 822a5424bafd78e2c7449ce1631134e2 5874 usepackage_1.6.3-1.diff.gz

Package: usepackage
Priority: optional
Section: utils
Installed-Size: 108
Maintainer: Luca Filipozzi <[EMAIL PROTECTED]>
Architecture: i386
Version: 1.6.3-1
Depends: libc6 (>= 2.3.1-1)
Filename: pool/main/u/usepackage/usepackage_1.6.3-1_i386.deb
Size: 21280
MD5sum: c6f4ea443309aadc85c23c05c46d5f14
SHA1: 4fdac2939489e57b45dbb2e217a38a16f937b787
SHA256: 5e724596b758201bf2180a253b057674be406899346e794c3aa22c9f27d02228
Description: utility to manage environment variables from within dotfiles
 Usepackage is a tool for managing the Unix environment for a multi-tool,
 multi-platform site. It is designed to simplify login scripts and allow
 administrators to control users' environments centrally. This tool should be
 considered primarily designed for sites where users have to deal with a number
 of different tools, or versions of tools, that are installed in different
 locations and require environment variables to be set. This is particularly a
 problem for developers, or anyone who has to manage a large toolset across
 multiple platforms (e.g. different versions of the Sun JDK which require
 various environment variables to be set correctly). One or more central
 configuration files control a number of different "packages" and their
 associated environment and dependencies for different platforms (this includes
 the standard PATH, MANPATH, and LD_LIBRARY_PATH variables). A single user
 command, use, can be invoked to source the appropriate environment information
 into the users' current shell.
Tag: interface::commandline, role::program, scope::utility, use::configuring




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



Bug#475089: O: libnss-lwres -- no description

2008-04-08 Thread bzed
Package: wnpp
Severity: normal

The current maintainer of libnss-lwres, Luca Filipozzi <[EMAIL PROTECTED]>,
is apparently not active anymore.  Therefore, I orphan this package
now.  If you want to be the new maintainer, please take it -- see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: libnss-lwres
Binary: libnss-lwres
Version: 0.93-4.1
Priority: optional
Section: net
Maintainer: Luca Filipozzi <[EMAIL PROTECTED]>
Build-Depends: debhelper, libtool, automake1.4, libbind-dev, autotools-dev
Architecture: any
Standards-Version: 3.5.2
Format: 1.0
Directory: pool/main/libn/libnss-lwres
Files: 4efa3654316972f15de9ef0d5103e0e3 625 libnss-lwres_0.93-4.1.dsc
 018b757370e1bcc318340c6c941d1d1b 145448 libnss-lwres_0.93.orig.tar.gz
 99b2b41e2334eabf93cad6cfd82f8eb2 13564 libnss-lwres_0.93-4.1.diff.gz




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



Bug#473386: [Pkg-xfce-devel] Bug#473386: closed by Yves-Alexis Perez <[EMAIL PROTECTED]> (Re: Bug#473386: Bug#473386: thunar: backspace, no return to previous selection, with arrows keys)

2008-04-08 Thread Yves-Alexis Perez
On mar, 2008-04-08 at 23:57 +0200, patrick295767 wrote:
> That 's just to mention that when you use keyboard only, the
> backspace / alt left key would be nice that it is going back to where
> we where before "enter"

Oh. Well, it works here.

Cheers,
-- 
Yves-Alexis


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


  1   2   3   4   5   >