Bug#469616: approx: Would be nice to have a usual proxy behaviour as fallback

2008-03-06 Thread Raphael Hertzog
Package: approx
Version: 3.0.0+b1
Severity: wishlist

I use simple-cdd to generate custom Debian CD images. simple-cdd needs a
Debian mirror and it downloads packages (here everything is fine) but also
files in /doc, /tools, /indices and dists/*/main/installer-*/ from the
mirror (here it fails if I point it to the approx URL as it's not a real
mirror).

If approx could have a configuration option to make this work it would be
wonderful. Either behave like a normal cache (keep files as long as they
are used) or simply provide a pass-through mechanism without any
caching (having to re-download only the doc and installer stuff is not
a big deal. However having to redownload everything from a real mirror
is a pain).

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

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

Versions of packages approx depends on:
ii  adduser   3.106  add and remove users and groups
ii  bzip2 1.0.4-3high-quality block-sorting file co
ii  curl  7.18.0-1   Get a file from an HTTP, HTTPS or 
ii  libc6 2.7-9  GNU C Library: Shared libraries
ii  libpcre3  7.6-2  Perl 5 Compatible Regular Expressi
ii  lsb-base  3.2-4  Linux Standard Base 3.2 init scrip

approx recommends no packages.

-- no debconf information



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



Bug#468972: small improvement for extra correctness

2008-03-06 Thread Thomas Viehmann

Hi Martin, Barry,

for a little extra correctness, I would propose to amend Barry's  
patch (which fixes the problem at hand perfectly, mind you) as  
attached. The additional substitution of PyObject_New for  
PyObject_NEW is what the Python API docs recommend[1]. They seem to  
do the same for know, but only using the the properly capitalized  
New/Del functions might save us revisiting that file this next time  
around.


Kind regards

T.

1. By not even mentioning the old macros
 http://docs.python.org/api/allocating-objects.html#l2h-956
but it seems similar in spirit to PyMem_NEW/DEL vs. New/Del
 http://docs.python.org/api/memoryInterface.html
fun, isn't it?
--
Thomas Viehmann, http://thomas.viehmann.net
--- jack-3.1.1+cvs20050801~/debian/patches/100_pymem_del.patch
+++ jack-3.1.1+cvs20050801/debian/patches/100_pymem_del.patch
@@ -0,0 +1,21 @@
+diff -Nur jack-3.1.1+cvs20050801/cursesmodule/jack_cursesmodule.c jack-3.1.1+cvs20050801.new/cursesmodule/jack_cursesmodule.c
+--- jack-3.1.1+cvs20050801/cursesmodule/jack_cursesmodule.c	2006-02-05 09:09:07.0 -0500
 jack-3.1.1+cvs20050801.new/cursesmodule/jack_cursesmodule.c	2008-03-05 22:46:41.0 -0500
+@@ -259,7 +259,7 @@
+ {
+ 	PyCursesWindowObject *wo;
+ 
+-	wo = PyObject_NEW(PyCursesWindowObject, PyCursesWindow_Type);
++	wo = PyObject_New(PyCursesWindowObject, PyCursesWindow_Type);
+ 	if (wo == NULL) return NULL;
+ 	wo-win = win;
+ 	return (PyObject *)wo;
+@@ -270,7 +270,7 @@
+ 	PyCursesWindowObject *wo;
+ {
+   if (wo-win != stdscr) delwin(wo-win);
+-  PyMem_DEL(wo);
++  PyObject_Del(wo);
+ }
+ 
+ /* Addch, Addstr, Addnstr */


Bug#306797: ifplugd: sometimes does not wait for initial interface configuration to finish before booting continues

2008-03-06 Thread Y Giridhar Appaji Nag
# Bcc: control
severity 306797 normal
thanks

Hi Martin,

On 05/04/29 12:02 +0200, Martin Steigerwald said ...
 Am Donnerstag 28 April 2005 18:57 schrieb Oliver Kurth:
  Well, this is not a bug. ifplugd's purpose is to run as a daemon, and
  bring up an interface whenever you plug in a cable. This means your
  setup should also work when you boot your laptop without a cable plugged
 
 hmmm, of course. Now I remember placing some chrony script 
 in /etc/network/if-up.d in order to switch chrony online when a network is 
 detected on my private laptop.
 
 But still I do not understand why usually /etc/init.d/ifplugd waits until 
 ifup 
 has finished the interface configuration and sometimes it does not. Given 
 your explaination it shouldn't wait at all or when -w is given not longer 

If there is a script in /etc/network/if-up.d and the cable is present,
that would be executed post link detection because ifplugd would do an
ifup on the interface.  I am guessing there may have been a difference
in the packages installed on the two machines, hence the behaviour.  The
bug is quite old, but I am hoping we would be able to figure this out
with more information.  I am lowering the priority of this bug to
normal.

 Well it seems this issue really needs some thought. Probably it would be good 
 to file bug reports for network service related packages that have 
 no /etc/init.d/if-up.d and /etc/init.d/if-down.d scripts that operate well 
 with the usual boot sequence init script calling procedure. 

Yes, and over time packages seem to supply scripts there.

Cheers,

Giridhar

-- 
Y Giridhar Appaji Nag | http://www.appaji.net/


signature.asc
Description: Digital signature


Bug#469525: coreutils: [wc] RFC: Add option --no-filename

2008-03-06 Thread Didi
Hey

  Better to simply redirect the input as others have suggested.

   lines=$(wc -l  README)

I am aware of the extra process. I decided to go for the cat way
because of readable (KISS). The '' redirect is often confusing, for
many people, especially if the command is built into a script. Because
then people are thinking of the term less / greater than. I am aware
that this is a point of discussion and if I write something for my
personal use I use the '', but if I write this in production or
teaching code some one is going to come into my office and harass me
just because he didn't see the ` in my Perl script.

I hope this sort of clarifies my way of thinking.

Cheers Didi

www.cern.ch/ribalba  /  www.ribalba.de
Email / Jabber: [EMAIL PROTECTED]
Phone (Work) : +41 22 7679376
Skype : ribalba
Address : CERN / IT-FIO-FS / GENEVE 23/ SCHWEIZ



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



Bug#469398: banshee crashes on load

2008-03-06 Thread Sebastian Dröge

Am Mittwoch, den 05.03.2008, 20:02 +0100 schrieb Chris Hansen:
 On Wed, Mar 5, 2008 at 6:09 AM, Sebastian Dröge
 [EMAIL PROTECTED] wrote:
 
   Hi,
   did you ever run banshee from SVN or something? Could you try moving
   your library out of the way to see if this fixes something?
 
   It's located in ~/.config/banshee/banshee.db
 
 No, I've never used any other version than the official Debian testing 
 version.
 
 Removing the database file helped. However, I have to rebuild my
 entire collection and corresponding play lists. Unfunny.
 
 But, hey. Thanks.

Could you make the old library that produces this crash available
somewhere?




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



Bug#469617: reaim: Please add LSB formatted dependency info in init.d script

2008-03-06 Thread Petter Reinholdtsen
Package:  reaim
Version:  0.8-4
Tags: patch
User: [EMAIL PROTECTED]
Usertags: missing-dependency

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

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

URL:http://refspecs.freestandards.org/LSB_2.1.0/LSB-generic/LSB-generic/initscrcomconv.html
documents the LSB header format.  Some debian notes are available from
URL:http://wiki.debian.org/LSBInitScripts and
URL:http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot.

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

diff -ur reaim-0.8.orig/debian/init.d reaim-0.8/debian/init.d
--- reaim-0.8.orig/debian/init.d2008-03-06 09:14:26.0 +0100
+++ reaim-0.8/debian/init.d 2008-03-06 09:16:02.0 +0100
@@ -1,4 +1,12 @@
 #! /bin/sh
+### BEGIN INIT INFO
+# Provides:  reaim
+# Required-Start:$remote_fs $syslog
+# Required-Stop: $remote_fs $syslog
+# Default-Start: 2 3 4 5
+# Default-Stop:  0 1 6
+# Short-Description: Start the Roxen webserver
+### END INIT INFO

 PATH=/sbin:/bin:/usr/sbin:/usr/bin
 DAEMON=/usr/sbin/reaim

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

Happy hacking,
--
Petter Reinholdtsen



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



Bug#469618: bird: Please add LSB formatted dependency info in init.d script

2008-03-06 Thread Petter Reinholdtsen
Package:  bird
Version:  1.0.4-8
Tags: patch
User: [EMAIL PROTECTED]
Usertags: missing-dependency

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

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

URL:http://refspecs.freestandards.org/LSB_2.1.0/LSB-generic/LSB-generic/initscrcomconv.html
documents the LSB header format.  Some debian notes are available from
URL:http://wiki.debian.org/LSBInitScripts and
URL:http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot.

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

diff -ur bird-1.0.11.orig/debian/init.d bird-1.0.11/debian/init.d
--- bird-1.0.11.orig/debian/init.d  2008-03-06 09:18:08.0 +0100
+++ bird-1.0.11/debian/init.d   2008-03-06 09:18:55.0 +0100
@@ -1,4 +1,11 @@
 #! /bin/sh
+### BEGIN INIT INFO
+# Provides:  bird
+# Required-Start:$remote_fs $syslog
+# Required-Stop: $remote_fs $syslog
+# Default-Start: 2 3 4 5
+# Default-Stop:  0 1 6
+### END INIT INFO

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

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

Happy hacking,
--
Petter Reinholdtsen



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



Bug#463669: kernel issue

2008-03-06 Thread dann frazier
fjp pointed me to this one, and this thread on lkml:
  http://lkml.org/lkml/2008/2/28/225

This is only a problem for 2.6.24 if the experimental
CONFIG_SECURITY_FILE_CAPABILITIES is set. My suggestion is to disable
this in the kernel config, at least until a fix for this issue is
available.

-- 
dann frazier




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



Bug#468430: libqt3-mt: qt programs don't support the font substitution rule of fontconfig

2008-03-06 Thread Modestas Vainius
tags 468430 moreinfo unreproducible
thanks

Hi,

2008 m. February 29 d., Friday, Qiuye Wang rašė:
 yes, I'm pretty sure.

 After upgrade the libqt3-mt from version 3.3.7-9 to 3.3.8b-2, I've
 already noticed this situation and thought it was the same bug as
 #405114. (I've even report it to #405114 [1]).  But after some deeper
 diggings, I think these two bugs are different.
Well, I can't reproduce the bug. I've specially installed Chinese fonts 
(xfonts-intl-chinese), enabled bitmap fonts in fontconfig and tested by 
opening http://en.wikipedia.org/wiki/Chinese_language with konqueror. Indeed, 
some glyphs are shown properly, some are shown as boxes in konqueror, but 
iceweasel shows them all. So it's a bug, but it's #405114. I fail to see any 
difference in 3.3.7 (debian, ubuntu version) vs. 3.3.8b-4 rendering of the 
page. I tested with en_US.UTF-8 locale and my default font is Dejavu one. 
Therefore I'm marking this bug as unreproducible for now.

Please provide instructions (what fonts to install, what page to visit) to 
reproduce the bug.

-- 
Modestas Vainius [EMAIL PROTECTED]


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


Bug#469619: pygopherd: Please add LSB formatted dependency info in init.d script

2008-03-06 Thread Petter Reinholdtsen
Package:  pygopherd
Version:  2.0.14
Tags: patch
User: [EMAIL PROTECTED]
Usertags: missing-dependency

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

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

URL:http://refspecs.freestandards.org/LSB_2.1.0/LSB-generic/LSB-generic/initscrcomconv.html
documents the LSB header format.  Some debian notes are available from
URL:http://wiki.debian.org/LSBInitScripts and
URL:http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot.

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

diff -ur pygopherd-2.0.17.orig/debian/init.d pygopherd-2.0.17/debian/init.d
--- pygopherd-2.0.17.orig/debian/init.d 2005-09-22 15:00:20.0 +0200
+++ pygopherd-2.0.17/debian/init.d  2008-03-06 09:22:38.0 +0100
@@ -1,4 +1,11 @@
 #! /bin/sh
+### BEGIN INIT INFO
+# Provides:  pygopherd
+# Required-Start:$remote_fs $syslog
+# Required-Stop: $remote_fs $syslog
+# Default-Start: 2 3 4 5
+# Default-Stop:  0 1 6
+### END INIT INFO
 #
 # skeleton example file to build /etc/init.d/ scripts.
 #  This file should be used to construct scripts for /etc/init.d.

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

Happy hacking,
--
Petter Reinholdtsen



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



Bug#469398: banshee crashes on load

2008-03-06 Thread Chris Hansen
On Thu, Mar 6, 2008 at 9:10 AM, Sebastian Dröge [EMAIL PROTECTED] wrote:

  Am Mittwoch, den 05.03.2008, 20:02 +0100 schrieb Chris Hansen:


  On Wed, Mar 5, 2008 at 6:09 AM, Sebastian Dröge
   [EMAIL PROTECTED] wrote:
   
 Hi,
 did you ever run banshee from SVN or something? Could you try moving
 your library out of the way to see if this fixes something?
   
 It's located in ~/.config/banshee/banshee.db
  
   No, I've never used any other version than the official Debian testing 
 version.
  
   Removing the database file helped. However, I have to rebuild my
   entire collection and corresponding play lists. Unfunny.
  
   But, hey. Thanks.

  Could you make the old library that produces this crash available
  somewhere?

Sorry, no. I didn't think that far before I got rid of it.

rm -f ~/.config/banshee/banshee.db


Bug#469620: totd: Please add LSB formatted dependency info in init.d script

2008-03-06 Thread Petter Reinholdtsen
Package:  totd
Version:  1.4-4
Tags: patch
User: [EMAIL PROTECTED]
Usertags: missing-dependency

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

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

URL:http://refspecs.freestandards.org/LSB_2.1.0/LSB-generic/LSB-generic/initscrcomconv.html
documents the LSB header format.  Some debian notes are available from
URL:http://wiki.debian.org/LSBInitScripts and
URL:http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot.

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

diff -ur totd-1.4.orig/debian/init.d totd-1.4/debian/init.d
--- totd-1.4.orig/debian/init.d 2008-03-06 09:23:56.0 +0100
+++ totd-1.4/debian/init.d  2008-03-06 09:24:47.0 +0100
@@ -1,4 +1,11 @@
 #! /bin/sh
+### BEGIN INIT INFO
+# Provides:  totd
+# Required-Start:$remote_fs $syslog
+# Required-Stop: $remote_fs $syslog
+# Default-Start: 2 3 4 5
+# Default-Stop:  0 1 6
+### END INIT INFO
 #
 # skeleton example file to build /etc/init.d/ scripts.
 #  This file should be used to construct scripts for /etc/init.d.

Happy hacking,
--
Petter Reinholdtsen



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



Bug#469556: all scripts in /etc/acpi should do nothing when the package is removed

2008-03-06 Thread Bart Samwel

Hi Damyan,

If those checks aren't there, they should be. I'll make sure they're 
there in the next update.


Cheers,
Bart

Damyan Ivanov wrote:

Package: acpi-support
Version: 0.103-5
Severity: normal

Hi,

When acpi-support is removed, all scripts in /etc/acpi continue to
function. This makes it impossible for eeepc-acpi-scripts, which
provides similar functionality, to use Conflicts: and count that this
would be enough to disable acpi-support's scripts from firing.

This is contrary to how init.d scripts and cron fragments handle package
reoval.


If you like, I can prepare a patch for SVN that adds

  [ -d /usr/share/acpi-support ] || exit 0

to every script in /etc/acpi. (or, as it is collab-main, I can commit
the change directly).


Thank you for your time.
dam







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



Bug#469030: debian ppc64 not booting after install

2008-03-06 Thread Sven Luther
On Thu, Mar 06, 2008 at 04:22:46AM +0100, Frans Pop wrote:
 On Sunday 02 March 2008, Ulrich Enslin wrote:
  I installed debian 40r3 on a IBM Power 620 (7025-f0).  The install was
  successful, but the system did not boot from the scsi disc, with the
  output shown below.

Hi Ulrich, ...

Please forward the below to the debian-powerpc and debian-boot mailign
list, since i am censored and banned from posting on those lists.

  Welcome to yaboot version 1.3.13
  Enter help to get some basic usage information
  boot:
Linux  old
  boot: Linux
  Please wait, loading kernel...
 Elf32 kernel loaded...
  Loading ramdisk...
  ramdisk loaded at 0220, size: 5264 Kbytes
  OF stdout device is: /[EMAIL PROTECTED]/[EMAIL PROTECTED]/[EMAIL PROTECTED]
  command lineo: root=/dev/sda4 ro console=ttyS0

console=ttyS0 looks wrong, you should either have /dev/hvsi0 or
/dev/hvc0 (or something such), depending if you are installing in an
LPAR or on the bare metal.

To verify this, please check the /proc/cmdline in the d-i rescue system.

  memory layout at init:
alloc_bottom : 02724000
alloc_top: 
alloc_top_hi : 
rmo_top  : 
ram_top  : 
  Looking for displays
  alloc_down() called with mem not initialized
  EXIT called ok
  0 
 
 So the installation went OK, but the reboot failed.
 
 This looks like a kernel issue to me, although it could also be something 
 related to the bootloader or the initrd. Unfortunately there is very little 
 powerpc knowledge inside the debian-installer team at the moment.

Thanks very much, Frans and the rest of the d-i team, if you could be
made to forget your old grudges, i am more than willing to help out with
things like this, altough i have little time at this moment. I wanted to
speak with you at FOSDEM, but you where not interested it seems.

If the above doesn't solve it, you should check what kernel you have
installed, boot into d-i rescue mode, and check in the target system
/boot what kernel you have and compare it with the uname -a output.
Also, please look at the lsmod output in rescue mode, and send it here.

 One thing you could try is to boot the installer again in rescue mode and 
 rebuild the initrd (using update-initramfs -u) from a chroot of the 
 installed system. You should also check that the kernel that was installed 
 is the correct one for your system.

I don't thinkg this is meaningful, since we are not yet at a point where
the kernel loads the ramdisk, so my above diagnostic makes more sense.

 Maybe someone on the powerpc mailing list can help further.
 If that does not work, I'd suggest contacting the powerpc kernel developers.
 
 Please let us know if you find out anything.

Alternatively, you could help lobby the d-i team and debian governane to
stop their old grudges and welcome again the debian powerpc port leader.

Sadly,

Sven Luther



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



Bug#469622: First file download from samba dead slow

2008-03-06 Thread Harald Hannelius


Package: samba
Version: 3.0.24-6etch9
Severity: important



Etch server running samba (amd64) as domain member. SMP.

Windows XP SP2 client, logged on to samba domain. When copying a file
from the Samba-server download speed is terrible, estimate 10-15 minutes
for a ~150MB file.

Connectivity between computers ok. iperf says 92Mbit/s, scp (cygwin) copies the 
same file from the same etch-server in under 10s 7-8MByte/s. Downloading with 
firefox on windows using file:///server/share/... gets around 120KB/sec,

as does copying the file in Windows Explorer. copy in cmd.exe is slow too.

Copying is slow both from UNC-paths and from a mapped drive.

However, if I in the same session start copying another file, the download 
speed increases massively and the download takes just ~20s or less. It is

even enough if I use smbclient from another computer to download any other
file, while that download is running both instances are fast, until the
other stops. After this the remaining download is slow again, and the estimate 
fron Windows Explorer starts ticking minutes. It is even enough if a another 
domain user, using another client windows-computer starts

a download of another file and both instances speed up.

I built a samba-3.0.28 packages (sid) and installed that, no avail.

I have been playing around with different socket options to no avail.


-- smb.conf follows -
[global]
deadtime = 15
#   max xmit = 65535
#   getwd cache = yes
#   socket options = SO_KEEPALIVE TCP_NODELAY
aio read size = 16384
socket options = TCP_NODELAY SO_SNDBUF=8129 SO_RCVBUF=8192
#   socket options = TCP_NODELAY SO_SNDBUF=4096 SO_RCVBUF=4096
netbios name = atrium
debug level = 0
workgroup = nova
server string = Intranet
load printers = no
log file = /var/log/samba/log.%m
max log size = 100
security = domain
password server = domus
encrypt passwords = true
local master = no
os level = 65
preferred master = no
utmp = yes
syslog = 0
unix extensions = yes

dos charset = ISO8859-15
unix charset = ISO8859-1
display charset = ISO8859-15


[intra]
path = /tftpboot/intra
comment = Nova Intranet
guest ok = no
browseable = yes
read only = no
write list = @domadm
invalid users = root altiuser
directory mode = 2775
create mask = 0665
directory mask = 2775
- smb.conf ends --

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages samba depends on:
ii  deb 1.5.11etch1  Debian configuration management sy
ii  lib 2.2.41-1 Access control list shared library
ii  lib 2.4.32-1 Extended attribute shared library
ii  lib 2.3.6.ds1-13etch5GNU C Library: Shared libraries
ii  lib 1.39+1.40-WIP-2006.11.14+dfsg-2etch1 common error description library
ii  lib 1.2.7-4etch2 Common UNIX Printing System(tm) - 
ii  lib 1.4.4-3  the GNU TLS library - runtime libr

ii  lib 1.4.4-7etch4 MIT Kerberos runtime libraries
ii  lib 2.1.30-13.3  OpenLDAP libraries
ii  lib 0.79-5   Pluggable Authentication Modules f
ii  lib 0.79-5   Runtime support for the PAM librar
ii  lib 0.79-5   Pluggable Authentication Modules l
ii  lib 1.10-3   lib for parsing cmdline parameters
ii  log 3.7.1-3  Log rotation utility
ii  lsb 3.1-23.2etch1Linux Standard Base 3.1 init scrip
ii  net 4.29 Basic TCP/IP networking system
ii  pro 1:3.2.7-3/proc file system utilities
ii  sam 3.0.24-6etch9Samba common files used by both th
ii  zli 1:1.2.3-13   compression library - runtime

Versions of packages samba recommends:
pn  smbldap-tools none (no description available)

-- debconf information:
  samba/run_mode: daemons
  samba/tdbsam: false
  samba/generate_smbpasswd: true

--
A: Top Posters
Q: What is the most annoying thing on mailing lists?

Harald H Hannelius | harald/a\arcada.fi  | GSM +358 50 594 1020



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



Bug#469621: Don't use Rodent stock icons inside Xfce-* themes

2008-03-06 Thread Mike Massonnet
package: gtk2-engines-xfce
version: 2.4.2-1
severity: normal

Hello,

I tried a few things to see if I can get rid of Rodent stock icons,
despit of the chosen icon theme.  They appear only in Xfce-* themes,
which have a include line at the end.  Yesterday someone joined
#debian-xfce and had the same behavior as I do on my AMD64 (where I use
deb sid packages).

As of the changelog, this behavior has been included since early 2005
(2.2.5-2).  What do you think of it?  Fine to keep it removed?

Thanks,
mike



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



Bug#467604: qtdmm: FTBFS: make: *** No rule to make target

2008-03-06 Thread Steffen Moeller
thanks

Sune,

I have no clue how this could have happened on my side and can only
thank you for fixing it. Are you using qtdmm in routine? Would you
consider adopting the package from me, then?

Best,
Steffen




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



Bug#469623: blootbot: Please add LSB formatted dependency info in init.d script

2008-03-06 Thread Petter Reinholdtsen
Package:  blootbot
Version:  1.2.0-4
Tags: patch
User: [EMAIL PROTECTED]
Usertags: missing-dependency

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

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

URL:http://refspecs.freestandards.org/LSB_2.1.0/LSB-generic/LSB-generic/initscrcomconv.html
documents the LSB header format.  Some debian notes are available from
URL:http://wiki.debian.org/LSBInitScripts and
URL:http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot.

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

diff -ru blootbot-1.2.0.orig/debian/init.d blootbot-1.2.0/debian/init.d
--- blootbot-1.2.0.orig/debian/init.d   2008-03-06 09:49:45.0 +0100
+++ blootbot-1.2.0/debian/init.d2008-03-06 09:51:17.0 +0100
@@ -1,6 +1,12 @@
 #! /bin/sh
-#
-# blootbot init script
+### BEGIN INIT INFO
+# Provides:  blotboot
+# Required-Start:$remote_fs $syslog
+# Required-Stop: $remote_fs $syslog
+# Default-Start: 2 3 4 5
+# Default-Stop:  0 1 6
+# Short-Description: blootbot init script
+### END INIT INFO
 #
 #  Written by Miquel van Smoorenburg [EMAIL PROTECTED].
 #  Modified for Debian GNU/Linux

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

Happy hacking,
--
Petter Reinholdtsen



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



Bug#469503: [Pkg-aide-maintainers] Bug#469503: aide-common: Undocumented 'b' setting

2008-03-06 Thread Francois Gouget
On Wed, 5 Mar 2008, Marc Haber wrote:
[...]
 On Wed, Mar 05, 2008 at 04:41:29PM +0100, Francois Gouget wrote:
  In /etc/aide/aide.conf I see the following definition:
  
 Size  = s+b
  
  'man aide.conf' describes the various default groups in the 'DEFAULT
  GROUPS' section. For instance it specifies what 's' means in the above
  setting, but it does not mention 'b' at all.
 
 That's an omission in the man page delivered from Upstream. b means
 Block Count.

Ah, I see. So it's mostly useful to spot new holes in files.

Thanks

-- 
Francois Gouget [EMAIL PROTECTED]  http://fgouget.free.fr/
 You can have my guns when you pry them from my kids cold, dead hands.



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



Bug#469589: pbuilder-satisfydepends fails to satisfy depends but classic works

2008-03-06 Thread Loïc Minier
On Thu, Mar 06, 2008, Noah Slater wrote:
 pbuilder-satisfydepends-dummy: Depends: python (= 2.5) but 2.4.4-6 is to 
 be installed.
 
 The following works:
 
   
 PBUILDERSATISFYDEPENDSCMD=/usr/lib/pbuilder/pbuilder-satisfydepends-classic

 There's a dump at the beginning of the log; could you please send it as
 well?

 I don't understand the python = 2.5 | python2.5 you are expressing: it
 seems you would like to use python in your build if it's = 2.5 and
 python2.5 otherwise, but I see nothing in debian/rules achieving this;
 how do you ensure python2.5 is used under Debian?

-- 
Loïc Minier




Bug#469573: postgresql-8.3: update TZ info

2008-03-06 Thread Martin Pitt
reassign 469573 postgresql-7.4 1:7.4.19-0etch1
retitle 469573 postgresql-7.4: etch version does not use system tzdata
thanks

Hi Alvaro,

Alvaro Herrera [2008-03-05 19:11 -0300]:
 Chile is changing the TZ rules in a rush (the change takes place next
 Saturday).  Please update the TZ data included in the PostgreSQL
 package.

Thank you for the warning! However, all postgresql versions in
unstable use the system tzdata, and we also patched the Etch version
to do so a while ago:

postgresql-8.1 (8.1.10-0etch1) stable; urgency=low

  * New upstream bugfix release:
- Require non-superusers who use /contrib/dblink to use only
  password authentication, as a security measure.
  [CVE-2007-3278, CVE-2007-3280]
- Make CREATE DOMAIN ... DEFAULT NULL work properly.
- Allow the interval data type to accept input consisting only of
  milliseconds or microseconds.
- Speed up rtree index insertion.
- Fix excessive logging of SSL error messages.
- Fix logging so that log messages are never interleaved when using
  the syslogger process.
- Fix crash when log_min_error_statement logging runs out of memory.
- Fix incorrect handling of some foreign-key corner cases.
- Prevent REINDEX and CLUSTER from failing due to attempting to
  process temporary tables of other sessions.
- Update the time zone database rules, particularly New Zealand's
  upcoming changes. (Closes: #443360)
  * Drop debian/patches/00upstream-01-polymorphic-functions.patch, upstream
now.
  * Use the timezone database from the system tzdata instead of shipping our
own. (Closes: #458927, #454637)
- debian/patches/04-timezone-symlinks.patch: Drop previous
  hardlink-to-symlink patch to zic, since that is irrelevant now. Replace
  the patch with a Makefile change that just symlinks /usr/share/zoneinfo
  to where postgresql previously installed its own tzdata copy.
- debian/control: Add tzdata dependency.
- debian/postgresql-8.1.install: Install the 'timezone' symlink, not the
  files in the dereferenced directory.
- debian/postgresql-8.1.postinst: Replace the timezone directory with the
  symlink on upgrades, since dpkg does not do that automatically. Without
  this, we'd end up with an empty timezone directory.

 -- Martin Pitt [EMAIL PROTECTED]  Fri, 04 Jan 2008 13:30:54 +0100

I did not do that yet for postgresql-7.4 in etch. That version is
mainly existant for clean upgrades from Sarge (which had 7.4, and
didn't have our new multiversion/safe upgrades infrastructure yet), so
I guess it's not terribly urgent for this old version. I keep the bug
open for this, though.

Thanks,

Martin

-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)

My 5 today: #149277 (gnome-mount), #175411 (hal-info), #106340 (hal),
#186196 (gnome-mount), #173559 (hal-info)
Do 5 a day - every day! https://wiki.ubuntu.com/5-A-Day



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



Bug#469625: vm-bonus-el: Install script crashes if bbdb is installed

2008-03-06 Thread Francois Fleuret
Package: vm-bonus-el
Version: 29.0-1
Severity: grave

Dear maintainer,

I had today again a problem I already had a few months ago and which
is very annoying as it happens during the installation process
itself. It took me some time to find a way to avoid it.

When I tried to install at the same time bbdb, vm and vm-bonus-el, I
get

 snip snip ---
[EMAIL PROTECTED]:~ apt-get install bbdb vm vm-bonus-el
Reading package lists... Done
Building dependency tree   
Reading state information... Done
bbdb is already the newest version.
vm is already the newest version.
The following NEW packages will be installed:
  vm-bonus-el
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/59.5kB of archives.
After this operation, 258kB of additional disk space will be used.
Selecting previously deselected package vm-bonus-el.
(Reading database ... 113950 files and directories currently installed.)
Unpacking vm-bonus-el (from .../vm-bonus-el_29.0-1_all.deb) ...
Setting up vm-bonus-el (29.0-1) ...
install/vm: Ignoring emacsen flavor emacs.
install/vm: Byte-compiling for emacs22... done.
install/vm-bonus-el: Handling emacs22, logged in /tmp/elc_N4lFxw.log
emacs-package-install: /usr/lib/emacsen-common/packages/install/vm-bonus-el 
emacs22 emacs22 failed at /usr/lib/emacsen-common/emacs-package-install line 
30, TSORT line 2.
dpkg: error processing vm-bonus-el (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 vm-bonus-el
E: Sub-process /usr/bin/dpkg returned an error code (1)
 snip snip ---

however, if I install first vm and vm-bonus-el and then bbdb, it
works:

 snip snip ---
[EMAIL PROTECTED]:~ apt-get install vm vm-bonus-el
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following NEW packages will be installed:
  vm vm-bonus-el
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/757kB of archives.
After this operation, 3457kB of additional disk space will be used.
Selecting previously deselected package vm.
(Reading database ... 113688 files and directories currently installed.)
Unpacking vm (from .../archives/vm_8.0.9-1_all.deb) ...
Selecting previously deselected package vm-bonus-el.
Unpacking vm-bonus-el (from .../vm-bonus-el_29.0-1_all.deb) ...
Setting up vm (8.0.9-1) ...
install/vm: Ignoring emacsen flavor emacs.
install/vm: Byte-compiling for emacs22...
Creating config file /etc/emacs22/site-start.d/50vm-init.el with new version
 done.
Setting up vm-bonus-el (29.0-1) ...
install/vm: Ignoring emacsen flavor emacs.
install/vm: Byte-compiling for emacs22... done.
install/vm-bonus-el: Handling emacs22, logged in /tmp/elc_lws9CW.log
install/vm-bonus-el: Deleting /tmp/elc_lws9CW.log

[EMAIL PROTECTED]:~ apt-get install bbdb
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Suggested packages:
  w3-el-e21 gnuserv gnus t-gnus
The following NEW packages will be installed:
  bbdb
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/444kB of archives.
After this operation, 1536kB of additional disk space will be used.
Selecting previously deselected package bbdb.
(Reading database ... 113894 files and directories currently installed.)
Unpacking bbdb (from .../bbdb_2.35.cvs20060204-1.1_all.deb) ...
Setting up bbdb (2.35.cvs20060204-1.1) ...
install/bbdb: Ignoring Flavor emacs ...
install/bbdb: Byte-compiling for emacs22 ...
Generating bbdb-autoloads...
Byte-compiling bbdb. This takes looong...
 done.
 snip snip ---

Regards,

-- 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/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages vm-bonus-el depends on:
ii  vm8.0.9-1A mail user agent for Emacs.

vm-bonus-el recommends no packages.

-- no debconf information


-- 
Francois Fleurethttp://www.idiap.ch/~fleuret



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



Bug#469624: bpalogin: Please add LSB formatted dependency info in init.d script

2008-03-06 Thread Petter Reinholdtsen
Package:  bpalogin
Version:  2.0.2-7
Tags: patch
User: [EMAIL PROTECTED]
Usertags: missing-dependency

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

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

URL:http://refspecs.freestandards.org/LSB_2.1.0/LSB-generic/LSB-generic/initscrcomconv.html
documents the LSB header format.  Some debian notes are available from
URL:http://wiki.debian.org/LSBInitScripts and
URL:http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot.

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

diff -ur bpalogin-2.0.2.orig/debian/init.d bpalogin-2.0.2/debian/init.d
--- bpalogin-2.0.2.orig/debian/init.d   2008-03-06 10:00:12.0 +0100
+++ bpalogin-2.0.2/debian/init.d2008-03-06 10:05:51.0 +0100
@@ -1,6 +1,12 @@
 #! /bin/sh
-#
-# BPAlogin daemon start/stop script
+### BEGIN INIT INFO
+# Provides:  bpalogin
+# Required-Start:$remote_fs $syslog
+# Required-Stop: $remote_fs $syslog
+# Default-Start: 2 3 4 5
+# Default-Stop:  0 1 6
+# Short-Description: BPAlogin daemon start/stop script
+### END INIT INFO
 #
 # by Sam Johnston [EMAIL PROTECTED]
 #

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

Happy hacking,
--
Petter Reinholdtsen



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



Bug#469627: qa.debian.org: mention existence of help or gift tagged bugs on the PTS page

2008-03-06 Thread Y Giridhar Appaji Nag
Package: qa.debian.org
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Currently a wnpp RFH bug is indicated on the PTS page of a package under
the Problems section.  It would be nice to see bugs with the help tag
and gift usertag [1] mentioned somewhere too.  However, I am not sure if
Problems is the right place for this.

[1] http://wiki.debian.org/qa.debian.org/GiftTag

Thanks,

Giridhar

- -- 
Y Giridhar Appaji Nag | http://www.appaji.net/

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

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

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

iD8DBQFHz7Rn4eu+pR04mIcRAum7AKCNWLXXgrqXRRP4gNBIbn9g1HQOdgCg9Riv
USDms3I/w8GWU3eZ5k+Ii9c=
=9HIV
-END PGP SIGNATURE-



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



Bug#469626: ITP: GstOpenMAX -- a GStreamer plug-in for OpenMAX IL

2008-03-06 Thread Marc-André Lureau
Subject: ITP: GstOpenMAX -- a GStreamer plug-in for OpenMAX IL
Package: wnpp
Owner: Marc-Andre Lureau [EMAIL PROTECTED]
Severity: wishlist

* Package name: gst-openmax
  Version : 0.10.0.3
  Upstream Author : Felipe Contreras [EMAIL PROTECTED]
* URL : http://freedesktop.org/wiki/GstOpenMAX
* License : LGPL 2.1
  Programming Lang: C

 GstOpenMAX is a GStreamer plug-in that allows communication with
 OpenMAX IL components.

 OpenMAX IL is an industry standard that provides an abstraction
 layer for computer graphics, video, and sound routines.

 As of today, it can be used on Debian with Bellagio
 (an implementation of OpenMAX IL), mainly for development and
 testing.


-- 
Marc-André Lureau




Bug#469629: ifrench-gut: Please add support for fr_CH and fr_LU

2008-03-06 Thread Francois Marier
Package: ifrench-gut
Severity: normal
Tags: patch

Please add support for Swiss French (and Luxembourg).  See this Ubuntu
bug:

  https://bugs.launchpad.net/ubuntu/+source/ifrench-gut/+bug/139570

I have attached the patch I used to fix the same problem in the ifrench
package.

Francois
--- debian/myspell-fr-gut.info-myspell  2008-03-06 22:07:01.0 +1300
+++ debian/myspell-fr-gut.info-myspell.new  2008-03-06 22:08:34.0 
+1300
@@ -1,3 +1,5 @@
 DICT fr FR fr
 DICT fr BE fr
 DICT fr CA fr
+DICT fr CH fr
+DICT fr LU fr


Bug#469628: rpld: Please add LSB formatted dependency info in init.d script

2008-03-06 Thread Petter Reinholdtsen
Package:  rpld
Version:  1.8beta1-8
Tags: patch
User: [EMAIL PROTECTED]
Usertags: missing-dependency

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

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

URL:http://refspecs.freestandards.org/LSB_2.1.0/LSB-generic/LSB-generic/initscrcomconv.html
documents the LSB header format.  Some debian notes are available from
URL:http://wiki.debian.org/LSBInitScripts and
URL:http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot.

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

diff -ur rpld-1.8beta1.orig/debian/init.d rpld-1.8beta1/debian/init.d
--- rpld-1.8beta1.orig/debian/init.d2008-03-06 10:09:31.0 +0100
+++ rpld-1.8beta1/debian/init.d 2008-03-06 10:12:50.0 +0100
@@ -1,4 +1,11 @@
 #! /bin/sh
+### BEGIN INIT INFO
+# Provides:  rpld
+# Required-Start:$remote_fs $syslog
+# Required-Stop: $remote_fs $syslog
+# Default-Start: 2 3 4 5
+# Default-Stop:  0 1 6
+### END INIT INFO
 #
 # skeleton example file to build /etc/init.d/ scripts.
 #  This file should be used to construct scripts for /etc/init.d.

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

Happy hacking,
--
Petter Reinholdtsen



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



Bug#469476: Fwd: Re: POWDER

2008-03-06 Thread Gürkan Sengün

 Original Message 
Subject: Re: POWDER
Date: Wed, 5 Mar 2008 10:07:57 -0500
From: Jeff Lait [EMAIL PROTECTED]
To: Gürkan Sengün [EMAIL PROTECTED]
References: [EMAIL PROTECTED]

On Wed, Mar 5, 2008 at 6:33 AM, Gürkan Sengün [EMAIL PROTECTED] wrote:

hello jeff

 i'm an ascender of nethack, who loves powder!


Excellent!  Glad you are enjoying it!


 have you played kqlives.sf.net yet?


No.  I just looked it up, and it looks interesting.  Unfortunately, it
seems to tend on the console-rpg style play, which I have grown to
dislike.  I managed to play through Golden Sun, but Golden Sun 2 got
about 10 minutes of playtime before I threw it out in disgust.  I
wrote POWDER to get away from that sort of play.  No plot, all crawl!
:


 i've created a debian package (also suitable for ubuntu) of it at
 http://gnu.ethz.ch/debian/powder/


Excellent, thank you.


 the license of the software doesn't allow putting it into debian and ubuntu
 officially (at least not main, nor contrib. non-free might work but has several
 drawbacks). do you think you might change the license to something like
 gnu gpl, artistic license, bsd license or make it public domain sometimes?


That is a problem with debian.  I will *not* change my license.
Artistic/BSD/PD are out as I do not want a third party putting POWDER
on a ROM and selling it.  GPL is out because it effectively prohibits
even myself from putting it on a ROM.  (Not to mention the GBA version
becomes illegal)

POWDER is, in the Debian sense, not free and will remain that way for
the foreseeable future.  I see this as a problem with Debian, not with
POWDER :

- Jeff




Bug#469621: [Pkg-xfce-devel] Bug#469621: Don't use Rodent stock icons inside Xfce-* themes

2008-03-06 Thread Yves-Alexis Perez
On Thu, Mar 06, 2008 at 08:38:26AM +, Mike Massonnet wrote:
 I tried a few things to see if I can get rid of Rodent stock icons,
 despit of the chosen icon theme.  They appear only in Xfce-* themes,
 which have a include line at the end.  Yesterday someone joined
 #debian-xfce and had the same behavior as I do on my AMD64 (where I use
 deb sid packages).
 
 As of the changelog, this behavior has been included since early 2005
 (2.2.5-2).  What do you think of it?  Fine to keep it removed?

As a side note: stock icons *may* be provided by icon themes, but that's only
a may. So it seems the default behavior is to have them provided by gtk
theme. If they don't ship it directly, they can include another theme or
something like that.

I'm fine removing the include line (already done in svn) but I'd like to be
sure there's no problem with stock icons in Xfce without it (like, not having
some icons, or something like that).

Can you check that too?

Cheers,
-- 
Yves-Alexis



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



Bug#469630: sauce: Please add LSB formatted dependency info in init.d script

2008-03-06 Thread Petter Reinholdtsen
Package:  sauce
Version:  0.8.1
Tags: patch
User: [EMAIL PROTECTED]
Usertags: missing-dependency

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

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

URL:http://refspecs.freestandards.org/LSB_2.1.0/LSB-generic/LSB-generic/initscrcomconv.html
documents the LSB header format.  Some debian notes are available from
URL:http://wiki.debian.org/LSBInitScripts and
URL:http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot.

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

diff -ur sauce-0.8.1.orig/debian/initd sauce-0.8.1/debian/initd
--- sauce-0.8.1.orig/debian/initd   2006-07-17 22:35:37.0 +0200
+++ sauce-0.8.1/debian/initd2008-03-06 10:17:12.0 +0100
@@ -1,6 +1,12 @@
 #!/bin/sh
-#
-# Start or stop SAUCE
+### BEGIN INIT INFO
+# Provides:  sauce
+# Required-Start:$remote_fs $syslog
+# Required-Stop: $remote_fs $syslog
+# Default-Start: 2 3 4 5
+# Default-Stop:  0 1 6
+# Short-Description: Start or stop SAUCE
+### END INIT INFO
 #
 # $Id: initd,v 1.7 2001/03/21 18:33:55 ian Exp $
 # (copied from Robert Leslie [EMAIL PROTECTED]'s named script, and then 
modified)

Happy hacking,
--
Petter Reinholdtsen



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



Bug#469631: bopm: Please add LSB formatted dependency info in init.d script

2008-03-06 Thread Petter Reinholdtsen
Package:  bopm
Version:  3.1.2-6
Tags: patch
User: [EMAIL PROTECTED]
Usertags: missing-dependency

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

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

URL:http://refspecs.freestandards.org/LSB_2.1.0/LSB-generic/LSB-generic/initscrcomconv.html
documents the LSB header format.  Some debian notes are available from
URL:http://wiki.debian.org/LSBInitScripts and
URL:http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot.

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

diff -ur bopm-3.1.3.orig/debian/init.d bopm-3.1.3/debian/init.d
--- bopm-3.1.3.orig/debian/init.d   2008-03-06 10:25:22.0 +0100
+++ bopm-3.1.3/debian/init.d2008-03-06 10:26:23.0 +0100
@@ -1,4 +1,12 @@
 #!/bin/sh
+### BEGIN INIT INFO
+# Provides:  bopm
+# Required-Start:$remote_fs $syslog
+# Required-Stop: $remote_fs $syslog
+# Default-Start: 2 3 4 5
+# Default-Stop:  0 1 6
+# Short-Description: Start or stop SAUCE
+### END INIT INFO

 PATH=/sbin:/bin:/usr/sbin:/usr/bin
 DAEMON=/usr/sbin/bopm

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

Happy hacking,
--
Petter Reinholdtsen



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



Bug#469637: mutt: cannot open message with PGP key attachment

2008-03-06 Thread Jakub Wilk

Package: mutt
Version: 1.5.17+20080114-1
Severity: normal

Mutt is unable to show a message which contains an application/pgp-keys 
attachment.


The upstream already knowns about this bug:
http://dev.mutt.org/trac/ticket/2545.

Possible workaround:
- Add auto_view application/pgp-keys to your muttrc.
- Add application/pgp-keys; cat '%s'; copiousoutput to your mailcap.

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

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

Versions of packages mutt depends on:
ii  libc62.7-6   GNU C Library: Shared libraries
ii  libgdbm3 1.8.3-3 GNU dbm database routines (runtime
ii  libgnutls13  2.0.4-3 the GNU TLS library - runtime libr
ii  libidn11 1.4-1   GNU libidn library, implementation
ii  libncursesw5 5.6+20080203-1  Shared libraries for terminal hand
ii  libsasl2-2   2.1.22.dfsg1-18 Cyrus SASL - authentication abstra

Versions of packages mutt recommends:
ii  esmtp-run [mail-transport-age 0.6.0-1User configurable relay-only MTA
ii  locales   2.7-6  GNU C Library: National Language (
ii  mime-support  3.40-1.1   MIME files 'mime.types'  'mailcap

-- no debconf information

--
Jakub Wilk



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



Bug#469633: python-epydoc: Multiline comments on variables with #:

2008-03-06 Thread Greg Kochanski
Package: python-epydoc
Version: 3.0.1-1
Severity: wishlist



It's really nice to be able to put a comment on
a global variable with the #: operator.   I find
it much less distracting than the alternative, which is
to have lots of strings floating around in the code.

However, it seems to be limited to one line comments
and that's too short.   Please extend it to allow multi-line
comments.

#: One gets into situations where you have a lot to say about a variable and 
the description text just wraps and wraps and wraps and makes your python code 
look ugly.
SomeVariable = 'ugly'

#: It would be very nice if all the #: lines
#: that were immediately before a variable were
#: collected into one block of text.   Then,
#: you could write fairly clean descriptions.
SomeOtherVariable = 'elegant'

Of course, you can do it with triple-quoted strings,
but I find that these look too much like actual code
that can get executed.   It's nice to have the hash
mark at the beginning of each line to remind you that
this is a comment and has no effect on the execution of
the program.
AThirdVariable = 'Not visually distinct.'

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

Kernel: Linux 2.6.22-3-686 (SMP w/1 CPU core)
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-epydoc depends on:
ii  python2.4.4-6An interactive high-level object-o
ii  python-support0.7.6  automated rebuilding support for p

Versions of packages python-epydoc recommends:
ii  graphviz   2.16-3rich set of graph drawing tools
ii  gs-common  0.3.13-0.1Common files for different Ghostsc
ii  python-docutils0.4-5 Utilities for the documentation of
ii  python-tk  2.4.4-3   Tkinter - Writing Tk applications 
ii  texlive-fonts-recommended  2007-13   TeX Live: Recommended fonts
ii  texlive-latex-base 2007-13   TeX Live: Basic LaTeX packages
ii  texlive-latex-extra2007.dfsg.1-1 TeX Live: LaTeX supplementary pack
ii  texlive-latex-recommended  2007-13   TeX Live: LaTeX recommended packag

-- no debconf information



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



Bug#330330: xxdiff segfaults with prelink

2008-03-06 Thread Y Giridhar Appaji Nag
Hi Benoît,

On 05/11/22 22:51 +0100, Benoît Dejean said ...
 yes. I'm still waiting for instruction about how to rebuild with debug
 symbols. xxdiff seems to use qmake or stuff like that, i don't know how
 to.

Can you use the xxdiff source package at mentors.d.n [1] (that is
waiting to be uploaded) and build a debug package using the following:

 DEB_BUILD_OPTIONS=debug,nostrip dpkg-buildpackage -uc -us

... from within the xxdiff-3.2 directory and install the resultant
package and supply more information?  Please note that I might want you
to do the same with the libqt3-mt package that xxdiff depends on.
libx11-6, libxext6 have -dbg packages though.

[1] deb-src http://mentors.debian.net/debian unstable main contrib non-free
(for your /etc/apt/sources.list file).
 
Giridhar

-- 
Y Giridhar Appaji Nag | http://www.appaji.net/


signature.asc
Description: Digital signature


Bug#469642: Signal 11 at libGLcore.so(_mesa_update_draw_buffer_bounds+0x59)

2008-03-06 Thread Sergio Gelato
Package: xserver-xorg-core
Version: 2:1.1.1-21etch4

The following backtrace has been seen repeatedly on a Dell PWS 390
running in amd64 mode with an nVidia NV44 (Quadro NVS 285) card using 
the nv driver. Matlab 7.5.0 seems particularly prone to triggering the 
problem, but it isn't the only culprit.

--
Backtrace:
0: /usr/bin/X(xf86SigHandler+0x6d) [0x4720bd]
1: /lib/libc.so.6 [0x2adf4b6a3110]
2: 
/usr/lib/xorg/modules/extensions/libGLcore.so(_mesa_update_draw_buffer_bounds+0x59)
 [0x2adf55fa0d89]
3: /usr/lib/xorg/modules/extensions/libGLcore.so [0x2adf5609514d]
4: /usr/lib/xorg/modules/extensions/libglx.so(DoMakeCurrent+0x511) 
[0x2adf4c237ad1]
5: /usr/lib/xorg/modules/extensions/libglx.so [0x2adf4c23a2b4]
6: /usr/bin/X(Dispatch+0x1b9) [0x448179]
7: /usr/bin/X(main+0x44d) [0x430f9d]
8: /lib/libc.so.6(__libc_start_main+0xda) [0x2adf4b6904ca]
9: /usr/bin/X(FontFileCompleteXLFD+0xa2) [0x43029a]

Fatal server error:
Caught signal 11.  Server aborting
---

A similar backtrace was reported on 2007-02-05 by Ed Schofield; see
https://bugs.launchpad.net/ubuntu/+source/linux-restricted-modules-2.6.22/+bug/71913/comments/4
Unfortunately, that Launchpad entry has collected a lot of possibly
unrelated backtraces from various people; the one of interest here
isn't its main focus.

A look at a disassembly of _mesa_update_draw_buffer_bounds indicates
that the crash is actually in the inlined function update_framebuffer_size()
and results from some Attachment's Renderbuffer pointing to a stray
memory location. The fault occurs while dereferencing rb-Width, so
rb is non-NULL (there is an explicit test for this in the code)
and rb+0x10 is pointing outside valid memory. haveSize appears to be
false, so this must be the first Attachment with a non-NULL Renderbuffer.



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



Bug#454192: logrotate script kills pyicqt

2008-03-06 Thread Michal Čihař
Hi

On Tue, 04 Mar 2008 20:48:35 +0100
Stefan Hepp [EMAIL PROTECTED] wrote:

 I am using the current stable version from python-twisted (2.4.0-3) and 
 pyicqt from testing (0.8a-1.1, no stable version available).
 Here is what I do to reproduce the bug (using pyicqt with ejabberd from 
 stable (1.1.2-6)):
 - Login to jabber, icq-transport and icq-contacts are online
 - run /etc/init.d/pyicqt reload, which basically sends a sighup to pyicqt
 - Re-login to jabber, icq-transport and icq-contacts are offline
 - run /etc/init.d/pyicqt restart, icq-transport and contacts become 
 online again.
 
 I don't know if this is problem with sighup and twisted; reloadConfig() 
 is executed on sighup, but afterwards something obiously hangs. If I 
 comment out 'signal.signal(signal.SIGHUP, reloadConfig)' in main.py of 
 pyicqt and run 'pyicqt reload', the pyicqt process is simply gone.
 
 Maybe this works with twisted/python from testing, but I currently have 
 no testing system available and updating twisted to testing on a stable 
 system has too many dependencies (for me).

It does not work, thanks for exact steps for reproducing, now I can see
the issue also. I forwarded bug to upstream [1], and will try to
investigate it deeper when I'll have time.

[1]: http://code.google.com/p/pyicqt/issues/detail?id=134

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#390301: mc-a doesn't work correctly: confirmed

2008-03-06 Thread Nico Golde
Hi,
-a works for me with 1:4.6.2~pre1-6.

Cheers
Nico

-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpvUhacRn2nF.pgp
Description: PGP signature


Bug#469432: squeeze and epwutils both ship a squeeze binary

2008-03-06 Thread Yves-Alexis Perez
On Wed, Mar 05, 2008 at 08:12:55PM +, Julien Cristau wrote:
 'Conflicts' is not an appropriate way to resolve a conflict for a
 program name.  See policy 10.1:
  Two different packages must not install programs with different
  functionality but with the same filenames.  (The case of two programs
  having the same functionality but different implementations is handled
  via alternatives or the Conflicts mechanism.  See Section 3.9,
  `Maintainer Scripts' and Section 7.3, `Conflicting binary packages -
  `Conflicts'' respectively.) If this case happens, one of the programs
  must be renamed.  The maintainers should report this to the
  `debian-devel' mailing list and try to find a consensus about which
  program will have to be renamed.  If a consensus cannot be reached,
  _both_ programs must be renamed.

Hi Masayuki,

what do you think about that? Squeeze (the archive manager) is the package
name, the binary name, the library name, and most important the software
name). Having to rename it is a pain because users know it by this name and
not by a name like, say squeeze-archiver or something like that.

OTOH, squeeze (the archive manager) just entered the archive while squeeze
(the dict files compressor) is there since a long time.

popcon shows few users for epwutils (and a bit fewer for squeeze) so renaming
wont touch too many people in either case:

http://preview.tinyurl.com/39363v

(sorry for this, I don't think there's a way to have shorts url in popcon.php
so I used tinyurl).

Do you think renaming squeeze to squeeze-dict (or something like that) will be
painful?

I'm CC:ing -devel as per policy.

Cheers,
-- 
Yves-Alexis



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



Bug#469654: xen-unstable: CVE-2008-0928 privilege escalation

2008-03-06 Thread Nico Golde
Package: xen-unstable
Severity: grave
Tags: security patch

Hi,
the following CVE (Common Vulnerabilities  Exposures) id was
published for xen-unstable.

CVE-2008-0928[0]:
| Qemu 0.9.1 and earlier does not perform range checks for block device
| read or write requests, which allows guest host users with root
| privileges to access arbitrary memory and escape the virtual machine.

If you fix this vulnerability please also include the CVE id
in your changelog entry.

https://bugzilla.redhat.com/attachment.cgi?id=296005 is the 
patch (tools/ioemu/block.c should get patched).

For further information:
[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-0928

Kind regards
Nico

-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpwYFaiFFGHL.pgp
Description: PGP signature


Bug#227503: Creative Suite 3 for 264, Pc or mac at 83% discoun+

2008-03-06 Thread Spock Hernandez
avid newscutter xp 6.7.2 - 69
golive cs2 - 49
quickbooks premier edition 2007 - 79
photoshop cs2 v 9.0 - 69
combustion 2008 - 99
solid edge v17 - 69
sound forge 9.0 - 49
dreamweaver cs3 - 59
|
v!sit |xp4less . com| ln Web Browser
Take 0ut | before you v!sit ln Web Browser
|
Spain Fights Fla. Treasure Hunters' Shipwreck Claim
There are fewer battles, yet it's far bloodier in Afghanistan than at any time 
since 2001. Taliban insurgents have discovered that it's easier to paralyze the 
nation with bombs than to fight Western and Afghan troops.
There are fewer battles, yet it's far bloodier in Afghanistan than at any time 
since 2001. Taliban insurgents have discovered that it's easier to paralyze the 
nation with bombs than to fight Western and Afghan troops.
Spain Fights Fla. Treasure Hunters' Shipwreck Claim



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



Bug#322705: Creative Suite 3 for 264, Pc or mac at 83% discoun+

2008-03-06 Thread Donne Fisher
avid newscutter xp 6.7.2 - 69
golive cs2 - 49
quickbooks premier edition 2007 - 79
photoshop cs2 v 9.0 - 69
combustion 2008 - 99
solid edge v17 - 69
sound forge 9.0 - 49
dreamweaver cs3 - 59
|
v!sit |xp4less . com| ln Web Browser
Take 0ut | before you v!sit ln Web Browser
|
Spain Fights Fla. Treasure Hunters' Shipwreck Claim
There are fewer battles, yet it's far bloodier in Afghanistan than at any time 
since 2001. Taliban insurgents have discovered that it's easier to paralyze the 
nation with bombs than to fight Western and Afghan troops.
There are fewer battles, yet it's far bloodier in Afghanistan than at any time 
since 2001. Taliban insurgents have discovered that it's easier to paralyze the 
nation with bombs than to fight Western and Afghan troops.
Spain Fights Fla. Treasure Hunters' Shipwreck Claim




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



Bug#392764: Creative Suite 3 for 264, Pc or mac at 83% discoun+

2008-03-06 Thread Amigo Comer
avid newscutter xp 6.7.2 - 69
golive cs2 - 49
quickbooks premier edition 2007 - 79
photoshop cs2 v 9.0 - 69
combustion 2008 - 99
solid edge v17 - 69
sound forge 9.0 - 49
dreamweaver cs3 - 59
|
v!sit |xp4less . com| ln Web Browser
Take 0ut | before you v!sit ln Web Browser
|
Spain Fights Fla. Treasure Hunters' Shipwreck Claim
There are fewer battles, yet it's far bloodier in Afghanistan than at any time 
since 2001. Taliban insurgents have discovered that it's easier to paralyze the 
nation with bombs than to fight Western and Afghan troops.
There are fewer battles, yet it's far bloodier in Afghanistan than at any time 
since 2001. Taliban insurgents have discovered that it's easier to paralyze the 
nation with bombs than to fight Western and Afghan troops.
Spain Fights Fla. Treasure Hunters' Shipwreck Claim



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



Bug#241333: Creative Suite 3 for 264, Pc or mac at 83% discoun+

2008-03-06 Thread Holly Henderson
avid newscutter xp 6.7.2 - 69
golive cs2 - 49
quickbooks premier edition 2007 - 79
photoshop cs2 v 9.0 - 69
combustion 2008 - 99
solid edge v17 - 69
sound forge 9.0 - 49
dreamweaver cs3 - 59
|
v!sit |xp4less . com| ln Web Browser
Take 0ut | before you v!sit ln Web Browser
|
Spain Fights Fla. Treasure Hunters' Shipwreck Claim
There are fewer battles, yet it's far bloodier in Afghanistan than at any time 
since 2001. Taliban insurgents have discovered that it's easier to paralyze the 
nation with bombs than to fight Western and Afghan troops.
There are fewer battles, yet it's far bloodier in Afghanistan than at any time 
since 2001. Taliban insurgents have discovered that it's easier to paralyze the 
nation with bombs than to fight Western and Afghan troops.
Spain Fights Fla. Treasure Hunters' Shipwreck Claim



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



Bug#231593: Creative Suite 3 for 264, Pc or mac at 83% discoun+

2008-03-06 Thread Tracey Green
avid newscutter xp 6.7.2 - 69
golive cs2 - 49
quickbooks premier edition 2007 - 79
photoshop cs2 v 9.0 - 69
combustion 2008 - 99
solid edge v17 - 69
sound forge 9.0 - 49
dreamweaver cs3 - 59
|
v!sit |xp4less . com| ln Web Browser
Take 0ut | before you v!sit ln Web Browser
|
Spain Fights Fla. Treasure Hunters' Shipwreck Claim
There are fewer battles, yet it's far bloodier in Afghanistan than at any time 
since 2001. Taliban insurgents have discovered that it's easier to paralyze the 
nation with bombs than to fight Western and Afghan troops.
There are fewer battles, yet it's far bloodier in Afghanistan than at any time 
since 2001. Taliban insurgents have discovered that it's easier to paralyze the 
nation with bombs than to fight Western and Afghan troops.
Spain Fights Fla. Treasure Hunters' Shipwreck Claim



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



Bug#469657: vim-vimoutliner: Wrong reference to README

2008-03-06 Thread Marc Fargas
Package: vim-vimoutliner
Version: 0.3.4-8
Severity: minor

Hi there,
the README.Debian file included in the package reads::

3) Upstream documentation (located in
   /usr/share/doc/vim-vimoutliner/README) mentions ,, as the

But, the README file of vimoutliner is not there, maybe:
/usr/share/vim/addons/doc/vo_readme.txt.gz


Cheers,
Marc

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

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

Versions of packages vim-vimoutliner depends on:
ii  libpalm-perl 1.3.0-6 Perl 5 modules for manipulating pd
ii  libxml-writer-perl   0.603-1 Perl module for writing XML docume
ii  perl 5.8.8-12Larry Wall's Practical Extraction 
ii  python   2.4.4-6 An interactive high-level object-o
ii  vim-full [gvim]  1:7.1-245+1 Vi IMproved - enhanced vi editor (
ii  vim-gnome [gvim] 1:7.1-245+1 Vi IMproved - enhanced vi editor -
ii  vim-gtk [gvim]   1:7.1-245+1 Vi IMproved - enhanced vi editor -
ii  vim-python [gvim]1:7.1-245+1 Vi IMproved - enhanced vi editor (

vim-vimoutliner recommends no packages.

-- no debconf information



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



Bug#153022: Give yourself the edge over the other guys

2008-03-06 Thread Glenda Mercer
Attract any woman

http://www.starleyt.com/?phknwbxsld

Don't be left behind!
Millions of men are already benefiting from using pheromons to attract women,
without them you are at a disadvantage!





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



Bug#151780: Don't get left behind, get phermones

2008-03-06 Thread Laurence Mcgill
Attract any woman

http://www.starleyt.com/?phknwbxsld

Don't be left behind!
Millions of men are already benefiting from using pheromons to attract women,
without them you are at a disadvantage!





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



Bug#308073: setting package to vimoutliner vim-vimoutliner, tagging 308073, tagging 451286, tagging 469657 ...

2008-03-06 Thread martin f . krafft
# Automatically generated email from bts, devscripts version 2.10.18.1
#
# vimoutliner (0.3.4-9) unstable; urgency=low
#
#  * Add note about vim-addons to README.Debian
#(closes: #451286, #435704, #432891).
#  * Fix reference to upstream README (closes: #469657).
#  * Drop .py suffix from menu invocations; thanks to David Nusinow
#(closes: #308073).
#

package vimoutliner vim-vimoutliner
tags 308073 + pending
tags 451286 + pending
tags 469657 + pending
tags 435704 + pending




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



Bug#390301: [Pkg-mc-devel] Bug#390301: mc-a doesn't work correctly: confirmed

2008-03-06 Thread Patrick Winnertz
Hey Nico,

On Thursday 06 March 2008 11:51:12 Nico Golde wrote:
 Hi,
 -a works for me with 1:4.6.2~pre1-6.
Indeed? Because I can't get -a working... I always get the default layout.

Greetings
Winnie

-- 
 .''`.   Patrick Winnertz [EMAIL PROTECTED]
:  :' :  GNU/Linux Debian Developer
`. `'`   http://www.der-winnie.de http://people.skolelinux.org/~winnie
  `-  Debian - when you have better things to do than fixing systems


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


Bug#469651: reprepro: please add hook to be invoked after package inclusion

2008-03-06 Thread Marc Haber
Package: reprepro
Severity: wishlist

Hi,

I have a local repository holding my private backports. That
repository is currently managed with a small set of local helpers and
I would like to convert it to reprepro.

However, in my repository, the .changes files are copied into the pool
as well, and so is an .interdiff.gz file which holds a diff of the
package in question to the previous version in Debian, therefore
making it easy to see which changes were done during the backport
process.

To allow this, it would be great if reprepro would allow a hook script
to be defined in conf/distributions which would be called after a
changes to the repository/pool were done. Via environment variables,
it could be fed with the operation being invoked, the name and version
of the package being installed, the source directory and the target
directory to enable it to do its own copies and/or moves independently
from reprepro.

This being implemented as a hook is elegant because reprepro itself
would not be forced to do things that are - strictly speaking -
incompatible to a Debian repository, while still leaving the freedom
to choose to the local administrator.

Please consider implementing this in a future release of reprepro.

Greetings
Marc

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

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



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



Bug#469664: please depend on openmpi only on selected architectures

2008-03-06 Thread Riku Voipio
Package: petsc
Version: 2.3.3-6
Severity: important

openmpi is only available on selected debian archs, please adjust build-deps:

libopenmpi-dev [i386 amd64 alpha ia64 powerpc sparc]

see 376833 for reference

-- 
rm -rf only sounds scary if you don't have backups



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



Bug#469656: reprepro: please implement a possibility for off-line key storage

2008-03-06 Thread Marc Haber
Package: reprepro
Severity: wishlist

Hi,

I would like to sign my archive with a key that should never be stored
on the server holding the archive. Thus, there is a need to offline
sign the Release file after reprepro has created the file.

I'd like the mechanism to work like the -r option of the debsign
command (which is invoked on the system holding the key, copies the
file to be signed from the remote host that created the Release file,
locally signs it and then copies the signed file back).

Greetings
Marc

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

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



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



Bug#469457: dovecot-imapd: allows to read other users' mboxes in /var/mail

2008-03-06 Thread Nico Golde
tags 469457 + patch
severity 469457 grave
thanks

Hi,
you can find a patch for this on:
http://dovecot.org/patches/1.0/dovecot-1.0.10.mail_priv_groups.diff
Cheers
Nico

-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpIzSMHuo4NB.pgp
Description: PGP signature


Bug#469645: findutils: /etc/cron.d/find should use ionice

2008-03-06 Thread Slaven Rezic
Package: findutils
Version: 4.2.28-1
Severity: wishlist

I think the subject says it all...

Regards,
Slaven

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

Kernel: Linux 2.6.18-4-486
Locale: LANG=hr_HR.UTF-8, LC_CTYPE=hr_HR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages findutils depends on:
ii  libc6 2.7-5  GNU C Library: Shared libraries

findutils recommends no packages.

-- no debconf information



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



Bug#287382: Feel and smell more sexy to women

2008-03-06 Thread Paulette Dunlap
Be the guy the girls are talking about

http://www.starleyt.com/?phknwbxsld

Don't be left behind!
Millions of men are already benefiting from using pheromons to attract women,
without them you are at a disadvantage!





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



Bug#122630: Don't get left behind, get phermones

2008-03-06 Thread Latonya Nava
Attract any woman

http://www.starleyt.com/?phknwbxsld

Don't be left behind!
Millions of men are already benefiting from using pheromons to attract women,
without them you are at a disadvantage!





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



Bug#166306: Acrobat Pro 8 for 73, Pc or mac at 82% discoun+

2008-03-06 Thread Marty Martinez
atmosphere 1.0 - 29
golive cs2 - 49
conceiva mezzmo 1.1 - 29
visual basic professional 6.0 - 49
architectural studio 3.0 - 39
architectural studio 3.0 - 39
indesign cs3 - 79
stuffit deluxe 11 for mac - 29
^
place ^adobeoemsale .com^ |n Interne+ Explorer
Take off ^ before you place |n Interne+ Explorer
^
Two former health ministry officials accused of helping Shiite death squads 
capture and kill Sunnis were acquitted Monday of all charges for lack of 
evidence. The case was seen as a test of whether the Iraqi government would 
hold senior officials responsible for sectarian violence.
Military, Diplomatic Crisis Deepens Around Colombia
On Saturday, Colombian troops crossed into Ecuador and killed 17 Colombian 
rebels -- known as the FARC -- including Raul Reyes, the second-ranking 
commander of the Marxist group. In response to the incursion, both Ecuador and 
Venezuela have severed diplomatic ties with Colombia and are sending troops to 
their borders.
Trial Collapse Mars Iraqi Legal System



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



Bug#469634: apt-listchanges: listchanges.db failed to load

2008-03-06 Thread Michael Singer
Package: apt-listchanges
Status: install ok installed
Priority: standard
Section: utils
Installed-Size: 241
Maintainer: Pierre Habouzit [EMAIL PROTECTED]
Architecture: all
Version: 2.82


During a deinstallation of a Debian paket apt reports an error...

Error: database /var/lib/apt/listchanges.db failed to load.
 
Example:
# apt-get remove --purge nvi 
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut   
Reading state information... Fertig
Die folgenden Pakete werden ENTFERNT:
  nvi*
0 aktualisiert, 0 neu installiert, 1 zu entfernen und 1 nicht 
aktualisiert.
After this operation, 586kB disk space will be freed.
Möchten Sie fortfahren [J/n]? j
database /var/lib/apt/listchanges.db failed to load.
(Lese Datenbank ... 129595 Dateien und Verzeichnisse sind derzeit 
installiert.)
Entferne nvi ...
Lösche Konfigurationsdateien von nvi ...




Bug#24067: Don't let your dream mate pass you by

2008-03-06 Thread Russell Capps
Feel and smell more sexy to women

http://www.starleyt.com/?phknwbxsld

Don't be left behind!
Millions of men are already benefiting from using pheromons to attract women,
without them you are at a disadvantage!





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



Bug#4628: FontFolio 11 for 187, Pc or mac at 86% discoun+

2008-03-06 Thread Suu Hartman
videostudio 11.0 plus - 39
visual studio 2005 professional edition - 149
cdmenupro 6.23 biz edition - 39
nero 7 premium - 39
parallels desktop 3.0 for mac - 29
partition manager 9 Pro - 39
photoimpact 12 - 79
aliasstudio 2008 - 109
*
put *xp4less . com* !n your !nternet Exp1orer
Take away * before you put !n your !nternet Exp1orer
*
The prolonged deployment of NATO troops in Afghanistan has sparked debate in 
Europe about the alliance's ultimate mission. Some European lawmakers question 
the purpose of sending European forces to fight a war far from home.
In Highland Peru, a Culture Confronts Blight
For second-generation Indian Americans, returning to their parents' home 
country can be a cultural odyssey. As the Indian economy booms, however, there 
are other reasons to return to their roots. The country that many of their 
parents fled for lack of opportunity now needs their skills.
The 'Beatles' Yogi Became a Billionaire



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



Bug#250516: Creative Suite 3 for 264, Pc or mac at 83% discoun+

2008-03-06 Thread Lyndon Barnes
avid newscutter xp 6.7.2 - 69
golive cs2 - 49
quickbooks premier edition 2007 - 79
photoshop cs2 v 9.0 - 69
combustion 2008 - 99
solid edge v17 - 69
sound forge 9.0 - 49
dreamweaver cs3 - 59
|
v!sit |xp4less . com| ln Web Browser
Take 0ut | before you v!sit ln Web Browser
|
Spain Fights Fla. Treasure Hunters' Shipwreck Claim
There are fewer battles, yet it's far bloodier in Afghanistan than at any time 
since 2001. Taliban insurgents have discovered that it's easier to paralyze the 
nation with bombs than to fight Western and Afghan troops.
There are fewer battles, yet it's far bloodier in Afghanistan than at any time 
since 2001. Taliban insurgents have discovered that it's easier to paralyze the 
nation with bombs than to fight Western and Afghan troops.
Spain Fights Fla. Treasure Hunters' Shipwreck Claim



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



Bug#403683: (no subject)

2008-03-06 Thread Tomasz Chmielewski

Stéphane, any updates on this? Or did you give up?

BTW, 403685 and 403683 are similar, shouldn't they be merged?


--
Tomasz Chmielewski
http://mangoo.wpkg.org





Bug#469621: [Pkg-xfce-devel] Bug#469621: Don't use Rodent stock icons inside Xfce-* themes

2008-03-06 Thread Yves-Alexis Perez
On Thu, Mar 06, 2008 at 10:42:13AM +, Mike Massonnet wrote:
 I did an install without any icon themes at all (except
 hicolor-icon-theme which rdepends on libgtk2.0-0).  The only annoyance
 is that Thunar uses for every file a fallback icon.  The rest is OK.

[Mike provided a screenshot:]
http://files.mmassonnet.info/tmp/xfce-without-icon-theme.png

This is really ugly. So we need to do something about this. Aka, something
should depend on an icon theme (xfce4-icon-theme). Having libxfcegui4 depends
on it would enable all xfce apps to benefit from this. That brings
hicolor-icon-theme and maybe gtk2-engines-xfce/librsvg2-common through
Recommends (gtk2-engines *doesnt* Deps: or Recs: libxfcegui4).

What do you think?

Cheers,
-- 
Yves-Alexis



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



Bug#451286: vim-vimoutliner: Use Depends:, not Recommends: for vim-addon-manager

2008-03-06 Thread martin f krafft
tags 451286 wontfix
thanks

Please see /usr/share/doc/vim-addon-manager/addons-proposal.txt --
it is vim-addons policy not to install by default. I am thus
uninclined to do anything about this bug.

-- 
 .''`.   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#98611: Indesign CS3 by Adobe 72, Pc or mac at 81%*discount

2008-03-06 Thread Magnus Zimmermann
autodesk autocad 2008 - 129
acronis true image workstation 9.1.3887 - 29
deskshare video edit magic 4.42 - 29
apollo divx2dvd divx to dvd creator v3.3.0 - 29
sony acid pro 6 - 59
adobe acrobat 3d - 59
discreet combustion 4.0 for windows - 69
adobe acrobat 8.0 professional - 79
*
view *xp4cheap .com* in Web Browser
Take 0ut * before you view in Web Browser
*
Trial Collapse Mars Iraqi Legal System
In January, the U.S. Immigration Service signed a pact with the Vietnamese 
government, agreeing to deport thousands of illegal Vietnamese immigrants who 
are currently under deportation orders. Prior to this pact, the Vietnamese 
government refused to take in deportees.



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



Bug#469665: please depend on openmpi only on selected architectures

2008-03-06 Thread Riku Voipio
Package: spooles
Version: 2.2-2
Severity: important

openmpi is only available on selected debian archs, please adjust build-deps:

libopenmpi-dev [i386 amd64 alpha ia64 powerpc sparc]

see 376833 for reference

-- 
rm -rf only sounds scary if you don't have backups



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



Bug#337086: Attract any woman

2008-03-06 Thread Mai Blackburn
Don't let your dream mate pass you by

http://www.starleyt.com/?phknwbxsld

Don't be left behind!
Millions of men are already benefiting from using pheromons to attract women,
without them you are at a disadvantage!





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



Bug#469650: console-setup: [INTL:eu] debconf templates Basque translation

2008-03-06 Thread Piarres Beobide
Package: console-setup
Severity: wishlist
Tags: patch l10n d-i

Hi

Attached console-setup debconf templates basque translation, please commit it.


thx

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

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

Versions of packages console-setup depends on:
pn  console-terminusnone   (no description available)
ii  debconf [debconf-2. 1.5.19   Debian configuration management sy
ii  xkb-data1.1~cvs.20080104.1-1 X Keyboard Extension (XKB) configu

Versions of packages console-setup recommends:
ii  console-tools  1:0.2.3dbs-65 Linux console and font utilities
# translation of eu.po to Euskara
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Piarres Beobide [EMAIL PROTECTED], 2008.
msgid 
msgstr 
Project-Id-Version: eu\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2008-01-05 10:30+0100\n
PO-Revision-Date: 2008-03-06 11:51+0100\n
Last-Translator: Piarres Beobide [EMAIL PROTECTED]\n
Language-Team: Euskara [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.11.4\n

#. Type: select
#. Choices
#: ../console-setup.templates:1001
msgid . Arabic
msgstr . Arabiarra

#. Type: select
#. Choices
#: ../console-setup.templates:1001
msgid # Armenian
msgstr # Armeniarra

#. Type: select
#. Choices
#: ../console-setup.templates:1001
msgid # Cyrillic - KOI8-R and KOI8-U
msgstr # Zirilikoa - KOI8-R eta KOI8-U

#. Type: select
#. Choices
#: ../console-setup.templates:1001
msgid # Cyrillic - non-Slavic languages
msgstr # Zirilikoa - hizkuntza ez-eslaviarrak

#. Type: select
#. Choices
#: ../console-setup.templates:1001
msgid # Cyrillic - Slavic languages (also Bosnian and Serbian Latin)
msgstr # Zirilikoa - Hizkuntza eslaviarrak (Bosnia eta Serbiar Latina barne)

#. Type: select
#. Choices
#: ../console-setup.templates:1001
msgid . Ethiopic
msgstr . Etiopiarra

#. Type: select
#. Choices
#: ../console-setup.templates:1001
msgid # Georgian
msgstr # Georgiarra

#. Type: select
#. Choices
#: ../console-setup.templates:1001
msgid # Greek
msgstr # Grekoa

#. Type: select
#. Choices
#: ../console-setup.templates:1001
msgid # Hebrew
msgstr # Hebreera

#. Type: select
#. Choices
#: ../console-setup.templates:1001
msgid # Lao
msgstr # Laosera

#. Type: select
#. Choices
#: ../console-setup.templates:1001
msgid # Latin1 and Latin5 - western Europe and Turkic languages
msgstr # Latin1 eta Latin5 - mendebaldeko europa eta turkiar hizkuntza

#. Type: select
#. Choices
#: ../console-setup.templates:1001
msgid # Latin2 - central Europe and Romanian
msgstr # Latin2 - erdiko europa eta errumaniera

#. Type: select
#. Choices
#: ../console-setup.templates:1001
msgid # Latin3 and Latin8 - Chichewa; Esperanto; Irish; Maltese and Welsh
msgstr # Latin3 eta Latin8 - Chichewa Esperantoa Irlandako gaelikoa Maltera 
eta Gaelikoa

#. Type: select
#. Choices
#: ../console-setup.templates:1001
msgid # Latin7 - Lithuanian; Latvian; Maori and Marshallese
msgstr # Latin7 - Lituaniera, Letoniera, Maoriera eta Marshallera

#. Type: select
#. Choices
#: ../console-setup.templates:1001
msgid . Latin - Vietnamese
msgstr . Latina - Vietnamera

#. Type: select
#. Choices
#: ../console-setup.templates:1001
msgid # Thai
msgstr # Thailandiarra

#. Type: select
#. Choices
#: ../console-setup.templates:1001
msgid . Combined - Latin; Slavic Cyrillic; Hebrew; basic Arabic
msgstr . Nahasia - Latina; Eslaviar Zirilikoa; Hebreera; Arabiera soila

#. Type: select
#. Choices
#: ../console-setup.templates:1001
msgid . Combined - Latin; Slavic Cyrillic; Greek
msgstr . Nahasia - Latina; Eslaviar zirilikoa; Grekoa

#. Type: select
#. Choices
#: ../console-setup.templates:1001
msgid . Combined - Latin; Slavic and non-Slavic Cyrillic
msgstr . Nahasia - Latina; Eslaviar eta ez-eslaviar Zirilikoa

#. Type: select
#. Description
#: ../console-setup.templates:1002
msgid Set of characters that should be supported by the console font:
msgstr Kontsola letra-tipoak onartu behar dituen karaktere jokoak:

#. Type: select
#. Description
#: ../console-setup.templates:1002
msgid 
If you don't use framebuffer the choices that start with dot will reduce the 
number of the available colors on the console.
msgstr 
Frambuffer erabiltzen ez baduzu puntu batez hasten diren aukerak kontsolan 
erabilgarri diren kolore kopurua gutxiagotuko dute.

#. Type: select
#. Description
#: ../console-setup.templates:2001
msgid Keyboard model:
msgstr Teklatua modeloa:

#. Type: select
#. Description
#: ../console-setup.templates:3001
msgid The origin of the keyboard:
msgstr Teklatuaren jatorria:

#. Type: select
#. 

Bug#465864: xserver-xorg-video-ati: xserver freezes the computer on startup

2008-03-06 Thread Jiří Paleček
On Thu, 06 Mar 2008 01:58:38 +0100, Alex Deucher [EMAIL PROTECTED]  
wrote:



On Wed, Mar 5, 2008 at 11:26 AM, Jiří Paleček [EMAIL PROTECTED] wrote:

Hello,

 sorry that I mystified you in the last email, it seems that I've done  
the

 test with a different version if the driver (not 6.8.0). The correct
 results are: 82 Hz works, 84 and 86 not.


The base problem here is that the pll algorithm is not able to find
clock as close as it would like to the desired frequency so it fails
and you end up with an invalid divders programmed to the hw which
causes the hang.  I guess there are two options: widen the error range
or try a slightly different clock if it fails to find valid dividers.


Ahuh, so you say that the frequencies in the range 175 MHz - 200 MHz are  
impossible to create on my card, so 184 MHz fails. Well, it really seems  
so. But why not choose the 175 MHz then, and do it like that (see patch).


You may wanna optimize it a bit, but it starts on my machine so it may be  
unnecessary.


Regards
Jiri Palecek



radeon.patch
Description: Binary data


Bug#469525: coreutils: [wc] RFC: Add option --no-filename

2008-03-06 Thread Andreas Schwab
Pádraig Brady [EMAIL PROTECTED] writes:

 I wonder could we go one step further and suppress the filename
 also like grep does when passed a single file?

That would require adding an option to be comptible with POSIX.

Andreas.

-- 
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
And now for something completely different.




Bug#469648: hal-info: quirk info for Asus Eee PC

2008-03-06 Thread Sam Morris
Package: hal-info
Version: 20071212-2
Severity: normal

The following quirks make suspend-to-ram work on the Asus Eee PC:

diff --git a/fdi/information/10freedesktop/20-video-quirk-pm-asus.fdi 
b/fdi/information/10freedesktop/20-video-quirk-pm-asus.fdi
index 4d0f2de..c51bacf 100644
--- a/fdi/information/10freedesktop/20-video-quirk-pm-asus.fdi
+++ b/fdi/information/10freedesktop/20-video-quirk-pm-asus.fdi
@@ -23,6 +23,10 @@
 merge key=power_management.quirk.vbe_post 
type=booltrue/merge
 merge key=power_management.quirk.vbemode_restore 
type=booltrue/merge
   /match
+  match key=system.hardware.product prefix=701
+merge key=power_management.quirk.s3_bios 
type=booltrue/merge
+   merge key=power_management.quirk.dpms_on 
type=booltrue/merge
+  /match
   !-- these need no quirks, whitelist them --
   match key=system.hardware.product prefix_outof=A2H/L ;A6Km 
;A6T
 merge key=power_management.quirk.none 
type=booltrue/merge

I have not tried hibernation as I don't want to devote 1/4 of the disk
over to swap. :)

Please note, system.hardware.product actually has the exact value '701',
but I used prefix because I don't know how to do an exact match.

I have also sent this patch upstream, but it hasn't got through the
[EMAIL PROTECTED] moderation yet.

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

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

-- no debconf information



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



Bug#469659: mpqc -- please use gfortan based lapack, blas

2008-03-06 Thread Kumar Appaiah
Package: mpqc
Version: 2.3.1-1
Severity: important
Tags: patch
User: [EMAIL PROTECTED]
Usertags: gfortran

Hi!

I would request you to please shift Build-Depends to use the new
gfortran based Lapack and Blas packages in order to phase out packages
dependent on the old g2c (g77). In this regard, I would request you to
refer to:

http://wiki.debian.org/GfortranTransition

You may wish to rename the package in order to provide for parallel
installability of the g77 and gfortran based mpqc packages, if
you choose to upload to unstable.

Attached is a patch which does the needful, which you may use to base
your change.

Thank you.

Kumar
-- 
Kumar Appaiah,
458, Jamuna Hostel,
Indian Institute of Technology Madras,
Chennai - 600 036
diff -u mpqc-2.3.1/debian/rules mpqc-2.3.1/debian/rules
--- mpqc-2.3.1/debian/rules
+++ mpqc-2.3.1/debian/rules
@@ -52,21 +52,21 @@
 	dh_testdir
 	-mkdir $(DOCDIR)
 	(cd $(DOCDIR); \
-	$(TOPDIR)/configure $(COMMONARGS) --without-dot)
+	F77=gfortran $(TOPDIR)/configure $(COMMONARGS) --without-dot)
 	touch configure-doc-stamp
 
 configure-shared-stamp:
 	dh_testdir
 	-mkdir $(SHAREDDIR)
 	(cd $(SHAREDDIR); \
-	$(TOPDIR)/configure $(COMMONARGS) --enable-shared --disable-static)
+	F77=gfortran $(TOPDIR)/configure $(COMMONARGS) --enable-shared --disable-static)
 	touch configure-shared-stamp
 
 configure-static-stamp:
 	dh_testdir
 	-mkdir $(STATICDIR)
 	(cd $(STATICDIR); \
-	$(TOPDIR)/configure $(COMMONARGS) --includedir=/usr/include/sc)
+	F77=gfortran $(TOPDIR)/configure $(COMMONARGS) --includedir=/usr/include/sc)
 	touch configure-static-stamp
 
 build-arch: build-arch-stamp
diff -u mpqc-2.3.1/debian/control mpqc-2.3.1/debian/control
--- mpqc-2.3.1/debian/control
+++ mpqc-2.3.1/debian/control
@@ -2,7 +2,7 @@
 Priority: optional
 Section: science
 Maintainer: Michael Banck [EMAIL PROTECTED]
-Build-Depends: debhelper ( 3.0.0), dpatch, perl, flex, bison, refblas3-dev, lapack3-dev, g77
+Build-Depends: debhelper ( 3.0.0), dpatch, perl, flex, bison, libblas-dev, liblapack-dev, gfortran
 Build-Depends-Indep: doxygen
 Standards-Version: 3.6.1.0
 
diff -u mpqc-2.3.1/debian/control.in mpqc-2.3.1/debian/control.in
--- mpqc-2.3.1/debian/control.in
+++ mpqc-2.3.1/debian/control.in
@@ -2,7 +2,7 @@
 Priority: optional
 Section: science
 Maintainer: Michael Banck [EMAIL PROTECTED]
-Build-Depends: debhelper ( 3.0.0), dpatch, perl, flex, bison, refblas3-dev, lapack3-dev, g77
+Build-Depends: debhelper ( 3.0.0), dpatch, perl, flex, bison, libblas-dev, liblapack-dev, gfortran
 Build-Depends-Indep: doxygen
 Standards-Version: 3.6.1.0
 


signature.asc
Description: Digital signature


Bug#193760: Acrobat Pro 8 for 73, Pc or mac at 82% discoun+

2008-03-06 Thread Saqib Sanders
atmosphere 1.0 - 29
golive cs2 - 49
conceiva mezzmo 1.1 - 29
visual basic professional 6.0 - 49
architectural studio 3.0 - 39
architectural studio 3.0 - 39
indesign cs3 - 79
stuffit deluxe 11 for mac - 29
^
place ^adobeoemsale .com^ |n Interne+ Explorer
Take off ^ before you place |n Interne+ Explorer
^
Two former health ministry officials accused of helping Shiite death squads 
capture and kill Sunnis were acquitted Monday of all charges for lack of 
evidence. The case was seen as a test of whether the Iraqi government would 
hold senior officials responsible for sectarian violence.
Military, Diplomatic Crisis Deepens Around Colombia
On Saturday, Colombian troops crossed into Ecuador and killed 17 Colombian 
rebels -- known as the FARC -- including Raul Reyes, the second-ranking 
commander of the Marxist group. In response to the incursion, both Ecuador and 
Venezuela have severed diplomatic ties with Colombia and are sending troops to 
their borders.
Trial Collapse Mars Iraqi Legal System



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



Bug#84845: Master Suite by Adobe 29 3, Pc or mac at 87%`discount

2008-03-06 Thread Oscar Marsh
graphisoft archicad 9.0 r1 international - 69
coreldraw graphics suite x3 - 59
intuit quicken premier 2008 - 29
cakewalk project 5 - 59
discreet 3d studio max 6.0 with character studio - 129
corel wordperfect office x3 standard - 49
steinberg cubase sx 2.2.0.33 - 39
zend studio - 49
`
type `adobeoemsale. com` in Internet Exp|orer
Erase ` before you type in Internet Exp|orer
`
On Saturday, Colombian troops crossed into Ecuador and killed 17 Colombian 
rebels -- known as the FARC -- including Raul Reyes, the second-ranking 
commander of the Marxist group. In response to the incursion, both Ecuador and 
Venezuela have severed diplomatic ties with Colombia and are sending troops to 
their borders.
Spain Fights Fla. Treasure Hunters' Shipwreck Claim



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



Bug#469645: Close ticket --- seems already to be fixed

2008-03-06 Thread slaven
I just saw that locate moved from findutils to an own package locate and
that the ionice thing is already done there.

So the ticket may be closed.

Regards,
Slaven





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



Bug#70982: Master Suite by Adobe 29 3, Pc or mac at 87%`discount

2008-03-06 Thread Lenora Cox
graphisoft archicad 9.0 r1 international - 69
coreldraw graphics suite x3 - 59
intuit quicken premier 2008 - 29
cakewalk project 5 - 59
discreet 3d studio max 6.0 with character studio - 129
corel wordperfect office x3 standard - 49
steinberg cubase sx 2.2.0.33 - 39
zend studio - 49
`
type `adobeoemsale. com` in Internet Exp|orer
Erase ` before you type in Internet Exp|orer
`
On Saturday, Colombian troops crossed into Ecuador and killed 17 Colombian 
rebels -- known as the FARC -- including Raul Reyes, the second-ranking 
commander of the Marxist group. In response to the incursion, both Ecuador and 
Venezuela have severed diplomatic ties with Colombia and are sending troops to 
their borders.
Spain Fights Fla. Treasure Hunters' Shipwreck Claim



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



Bug#458897: f-spot: change beagle dependency from depends to suggests

2008-03-06 Thread Marc Fargas
Hi there,
I have no idea on how f-spot works, but found that bug when I was about
to submit it :)

There are packages like Brasero that Depends on libbeagle1 instead of
beagled, couldn't f-spot Depend on libbeagle and leave beagled on
Suggest?

I don't know if f-spot need beagle, or the runtime library but if it
depends on the library then one could purge the daemon (which for some
reason decides to start althought I kill it!)

Just my 0.002 ;))

Cheers,
Marc
-- 
http://www.marcfargas.com -- will be finished some day.


signature.asc
Description: Esta parte del mensaje está firmada	digitalmente


Bug#469641: alsa-base: alsa makes lot of output to .xsession-errors

2008-03-06 Thread Michel BRIAND
Package: alsa-base
Version: 1.0.16-1
Severity: normal

In my .xsession-errors I get lot of lines like this:

ALSA lib pcm.c:6618:(snd_pcm_slave_conf) unknown format unchanged

It seems there is a problem with alsa 1.0.16 [1]

Regards,
Michel

[1] - http://ubuntuforums.org/showthread.php?t=705943

-- Package-specific info:
--- Begin additional package status ---
Souhait=inconnU/Install?uppRim?urg?=?arder
| ?at=Non/Install?ichier-Config/d?qUet?chec-conFig/H=semi-install?/ 
Err?=(aucune)/H=?arder/besoin R?stallation/X=les deux (?at,Err: 
majuscule=mauvais)
||/ Nom   Version   Description
+++-=-=-==
ii  libasound21.0.16-1  ALSA library
--- End additional package status ---
--- Begin /proc/asound/version ---
Advanced Linux Sound Architecture Driver Version 1.0.14 (Thu May 31 09:03:25 
2007 UTC).
--- End /proc/asound/version ---
--- Begin /proc/asound/cards ---
 0 [ICH5   ]: ICH4 - Intel ICH5
  Intel ICH5 with AD1985 at irq 22
--- End /proc/asound/cards ---
--- Begin /dev/snd/ listing ---
total 0
crw-rw 1 root audio 116,  0 2008-02-17 22:13 controlC0
crw-rw 1 root audio 116, 24 2008-02-17 22:13 pcmC0D0c
crw-rw 1 root audio 116, 16 2008-02-17 22:13 pcmC0D0p
crw-rw 1 root audio 116, 25 2008-02-17 22:13 pcmC0D1c
crw-rw 1 root audio 116, 26 2008-02-17 22:13 pcmC0D2c
crw-rw 1 root audio 116, 27 2008-02-17 22:13 pcmC0D3c
crw-rw 1 root audio 116, 20 2008-02-17 22:13 pcmC0D4p
crw-rw 1 root audio 116,  1 2008-02-21 19:35 seq
crw-rw 1 root audio 116, 33 2008-02-17 22:13 timer
--- End /dev/snd/ listing ---

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

Kernel: Linux 2.6.22-3-686 (SMP w/2 CPU cores)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages alsa-base depends on:
ii  linux-sound-base   1.0.16-1  base package for ALSA and OSS soun
ii  lsof   4.78.dfsg.1-4 List open files
ii  module-init-tools  3.3-pre11-4   tools for managing Linux kernel mo

Versions of packages alsa-base recommends:
ii  alsa-utils1.0.15-3   ALSA utilities

Versions of packages libasound2 depends on:
ii  libc6 2.7-6  GNU C Library: Shared libraries

-- no debconf information



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



Bug#225859: Creative Suite 3 for 264, Pc or mac at 83% discoun+

2008-03-06 Thread Jesse Barnes
avid newscutter xp 6.7.2 - 69
golive cs2 - 49
quickbooks premier edition 2007 - 79
photoshop cs2 v 9.0 - 69
combustion 2008 - 99
solid edge v17 - 69
sound forge 9.0 - 49
dreamweaver cs3 - 59
|
v!sit |xp4less . com| ln Web Browser
Take 0ut | before you v!sit ln Web Browser
|
Spain Fights Fla. Treasure Hunters' Shipwreck Claim
There are fewer battles, yet it's far bloodier in Afghanistan than at any time 
since 2001. Taliban insurgents have discovered that it's easier to paralyze the 
nation with bombs than to fight Western and Afghan troops.
There are fewer battles, yet it's far bloodier in Afghanistan than at any time 
since 2001. Taliban insurgents have discovered that it's easier to paralyze the 
nation with bombs than to fight Western and Afghan troops.
Spain Fights Fla. Treasure Hunters' Shipwreck Claim



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



Bug#334843: Don't let your dream mate pass you by

2008-03-06 Thread Saundra Ledbetter
Revolutionary Pheromone

http://www.starleyt.com/?phknwbxsld

Don't be left behind!
Millions of men are already benefiting from using pheromons to attract women,
without them you are at a disadvantage!





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



Bug#469647: Typo in iptables logfile conf

2008-03-06 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: logwatch
Version: 7.3.1-5
Severity: normal
Tags: patch

Please apply the following:
- --- /usr/share/logwatch/default.conf/logfiles/iptables.conf 2006-03-21 
02:47:28.0 +0100
+++ iptables.conf   2008-03-04 16:14:40.0 +0100
@@ -16,7 +16,7 @@
 # If the archives are searched, here is one or more line
 # (optionally containing wildcards) that tell where they are...
 #If you use a - in naming add that as well -mgt
- -Archive = ulogd/ulogd.syslogmenu.*
+Archive = ulogd/ulogd.syslogemu.*

 # Keep only the lines in the proper date range...
 *ApplyStdDate

- -- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (800, 'stable'), (700, 'testing'), (600, 'unstable'), (60, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.4.35.3
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1) (ignored: LC_ALL set to 
de_DE)

Versions of packages logwatch depends on:
ii  exim4-daemon-light [mail-tr 4.63-17  lightweight exim MTA (v4) daemon
ii  perl5.8.8-7etch1 Larry Wall's Practical Extraction 

Versions of packages logwatch recommends:
ii  libdate-manip-perl5.44-5 a perl library for manipulating da

- -- no debconf information

- -- 
Klaus Ethgenhttp://www.ethgen.de/
pub  2048R/D1A4EDE5 2000-02-26 Klaus Ethgen [EMAIL PROTECTED]
Fingerprint: D7 67 71 C4 99 A6 D4 FE  EA 40 30 57 3C 88 26 2B
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iQEVAwUBR8/Rhp+OKpjRpO3lAQKHGwf9EQInlamO9NyWiP+rVkkU13kzfIeHjydI
S+cEK737xQ66ESlcLQrqMwffNmgX4t3Waia4flObrAtdKQhOL4fmrsz5R3MPxuLo
2sBcS+AjZ86mQWYRgFcyAt71NblG0iybBoHwjzP5fXymZOzsmkA89Jbi9ZY1r/li
eU3Lmb8oY1/vK4XlCBiwGVD6K/fXPZs44THkhkaGUeq1fZd1CIFgSgdYQaYcklPv
bsmbvlV8k98iMXY/Vqwm2uvRnE+yY26AyhCIKfIK18x+o1gWVn56f2hHWrqC0BeO
R+iGjmoT9pB9SDVfVsUHb94IM01UDJ1pa9dnc34bQIqbsBhTWiYJgA==
=1tce
-END PGP SIGNATURE-



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



Bug#469534: Fixed this myself by upgrading libgpgme.so.11

2008-03-06 Thread Martin Steigerwald

Hi!

Okay, after fully understanding the error message I posted, I fixed this 
myself.

According to the error message that symbol is expected to be found in the 
following library:

shambala locate libgpgme.so.11
/usr/lib/libgpgme.so.11
/usr/lib/libgpgme.so.11.6.1
shambala dlocate /usr/lib/libgpgme.so.11
libgpgme11: /usr/lib/libgpgme.so.11.6.1
libgpgme11: /usr/lib/libgpgme.so.11

And well due to my multi release setup, I had this one still at etch. 
After upgrading it as follows

shambala LANG=EN apt-cache policy libgpgme11
libgpgme11:
  Installed: 1.1.6-1
  Candidate: 1.1.6-1
  Version table:
 *** 1.1.6-1 0
600 http://debian.n-ix.net lenny/main Packages
500 http://debian.n-ix.net sid/main Packages
100 /var/lib/dpkg/status
 1.1.2-5 0
990 http://debian.n-ix.net etch/main Packages

GPG stuff works as expected again.

I think a versionen dependency could help here, although there should not 
be any problems on regular full Etch = Lenny upgrades.

Please add a version to the dependency or otherwise close the bug if that 
does not make sense.

Final test by trying to sign this message ;-). If it goes out, all seems 
fine.

Ciao,
-- 
Martin 'Helios' Steigerwald - http://www.Lichtvoll.de
GPG: 03B0 0D6C 0040 0710 4AFA  B82F 991B EAAC A599 84C7


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


Bug#403685: (no subject)

2008-03-06 Thread Tomasz Chmielewski

Stéphane, any updates on this? Or did you give up?

BTW, 403685 and 403683 are similar, shouldn't they be merged?


--
Tomasz Chmielewski
http://mangoo.wpkg.org




Bug#40137: FontFolio 11 for 187, Pc or mac at 86% discoun+

2008-03-06 Thread Sonny Obrien
videostudio 11.0 plus - 39
visual studio 2005 professional edition - 149
cdmenupro 6.23 biz edition - 39
nero 7 premium - 39
parallels desktop 3.0 for mac - 29
partition manager 9 Pro - 39
photoimpact 12 - 79
aliasstudio 2008 - 109
*
put *xp4less . com* !n your !nternet Exp1orer
Take away * before you put !n your !nternet Exp1orer
*
The prolonged deployment of NATO troops in Afghanistan has sparked debate in 
Europe about the alliance's ultimate mission. Some European lawmakers question 
the purpose of sending European forces to fight a war far from home.
In Highland Peru, a Culture Confronts Blight
For second-generation Indian Americans, returning to their parents' home 
country can be a cultural odyssey. As the Indian economy booms, however, there 
are other reasons to return to their roots. The country that many of their 
parents fled for lack of opportunity now needs their skills.
The 'Beatles' Yogi Became a Billionaire



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



Bug#469643: gnumeric fails to open files it saved (ms excel 2007 2007 format)

2008-03-06 Thread Eddy Petrișor

Package: gnumeric
Version: 1.8.1-1
Severity: important
Tags: upstream

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

While trying to reproduce bug #305399 so check if is really fixed (it 
is, thanks) I saved the example file submitted there as a MS Excel (tm) 
2007 file, then tried to open it.


Gnumeric crashed. Here is the output from the console:
Reading file:///home/eddy/Desktop/Fi%C5%9Fiere%20desc%C4%83rcate/Reg.xlsx

** (gnumeric:20343): CRITICAL **: gog_object_clear_parent: assertion 
`gog_object_is_deletable (obj)' failed


** (gnumeric:20343): CRITICAL **: gog_object_clear_parent: assertion 
`gog_object_is_deletable (obj)' failed


** (gnumeric:20343): CRITICAL **: gog_object_update: assertion `klass != 
NULL' failed


** (gnumeric:20343): CRITICAL **: gog_axis_bound_changed: assertion 
`IS_GOG_AXIS (axis)' failed


** (gnumeric:20343): CRITICAL **: gog_axis_bound_changed: assertion 
`IS_GOG_AXIS (axis)' failed


(gnumeric:20343): GLib-GObject-WARNING **: invalid unclassed pointer in 
cast to `GogAxis'


** (gnumeric:20343): CRITICAL **: gog_axis_get_atype: assertion 
`IS_GOG_AXIS (axis)' failed


(gnumeric:20343): GLib-GObject-WARNING **: invalid unclassed pointer in 
cast to `GogAxisBase'


** (gnumeric:20343): CRITICAL **: gog_axis_base_get_clamped_position: 
assertion `IS_GOG_AXIS_BASE (axis_base)' failed


(gnumeric:20343): GLib-GObject-WARNING **: invalid unclassed pointer in 
cast to `GogAxisBase'


** (gnumeric:20343): CRITICAL **: gog_axis_get_atype: assertion 
`IS_GOG_AXIS (axis)' failed


** (gnumeric:20343): CRITICAL **: gog_renderer_push_style: assertion 
`IS_GOG_STYLE (style)' failed


(gnumeric:20343): GLib-GObject-WARNING **: invalid unclassed pointer in 
cast to `GogAxisBase'


** (gnumeric:20343): CRITICAL **: gog_axis_get_atype: assertion 
`IS_GOG_AXIS (axis)' failed


** (gnumeric:20343): CRITICAL **: xy_process: assertion `axis_type == 
GOG_AXIS_X || axis_type == GOG_AXIS_Y' failed


** (gnumeric:20343): CRITICAL **: gog_renderer_pop_style: assertion 
`IS_GOG_STYLE (rend-cur_style)' failed


(gnumeric:20343): GLib-GObject-WARNING **: invalid uninstantiatable type 
`invalid' in cast to `GogAxis'


** (gnumeric:20343): CRITICAL **: gog_axis_get_atype: assertion 
`IS_GOG_AXIS (axis)' failed


(gnumeric:20343): GLib-GObject-WARNING **: invalid uninstantiatable type 
`invalid' in cast to `GogAxisBase'


** (gnumeric:20343): CRITICAL **: gog_axis_base_get_clamped_position: 
assertion `IS_GOG_AXIS_BASE (axis_base)' failed


(gnumeric:20343): GLib-GObject-WARNING **: invalid uninstantiatable type 
`invalid' in cast to `GogAxisBase'


** (gnumeric:20343): CRITICAL **: gog_axis_get_atype: assertion 
`IS_GOG_AXIS (axis)' failed


** (gnumeric:20343): CRITICAL **: gog_renderer_push_style: assertion 
`IS_GOG_STYLE (style)' failed


(gnumeric:20343): GLib-GObject-WARNING **: invalid uninstantiatable type 
`invalid' in cast to `GogAxisBase'


** (gnumeric:20343): CRITICAL **: gog_axis_get_atype: assertion 
`IS_GOG_AXIS (axis)' failed


** (gnumeric:20343): CRITICAL **: xy_process: assertion `axis_type == 
GOG_AXIS_X || axis_type == GOG_AXIS_Y' failed


** (gnumeric:20343): CRITICAL **: gog_renderer_pop_style: assertion 
`IS_GOG_STYLE (rend-cur_style)' failed


(gnumeric:20343): GLib-GObject-WARNING **: invalid unclassed pointer in 
cast to `GogAxis'


** (gnumeric:20343): CRITICAL **: gog_axis_get_atype: assertion 
`IS_GOG_AXIS (axis)' failed


(gnumeric:20343): GLib-GObject-WARNING **: invalid unclassed pointer in 
cast to `GogAxisBase'


** (gnumeric:20343): CRITICAL **: gog_axis_base_get_clamped_position: 
assertion `IS_GOG_AXIS_BASE (axis_base)' failed


(gnumeric:20343): GLib-GObject-WARNING **: invalid uninstantiatable type 
`invalid' in cast to `GogAxis'


** (gnumeric:20343): CRITICAL **: gog_axis_get_atype: assertion 
`IS_GOG_AXIS (axis)' failed


(gnumeric:20343): GLib-GObject-WARNING **: invalid uninstantiatable type 
`invalid' in cast to `GogAxisBase'


** (gnumeric:20343): CRITICAL **: gog_axis_base_get_clamped_position: 
assertion `IS_GOG_AXIS_BASE (axis_base)' failed


(gnumeric:20343): GLib-GObject-WARNING **: invalid unclassed pointer in 
cast to `GogAxisBase'


** (gnumeric:20343): CRITICAL **: gog_axis_get_atype: assertion 
`IS_GOG_AXIS (axis)' failed


** (gnumeric:20343): CRITICAL **: gog_chart_view_get_plot_area: 
assertion `IS_GOG_CHART_VIEW (view)' failed


** (gnumeric:20343): CRITICAL **: gog_renderer_push_style: assertion 
`IS_GOG_STYLE (style)' failed


(gnumeric:20343): GLib-GObject-WARNING **: invalid unclassed pointer in 
cast to `GogAxisBase'



The file on which it crashes it attached (Reg.xlsx).
The gnumeric native file on which is based is available here:
http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=26;filename=Registru1.gnumeric;att=1;bug=305399



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

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

Bug#469652: vm-bonus-el: vm-rfaddons.el is now part of vm

2008-03-06 Thread Sven Joachim
Package: vm-bonus-el
Version: 29.0-1
Severity: normal

Please don't install vm-rfaddons.el any more, since a newer version of
that file is part of vm in version 8.x, and your file might shadow it.

If you remove that file, you should probably depend on vm (= 8.0.9-1)
to ensure that no functionality is lost.  Note that vm is currently
broken and the version you see below is a patched one with a fix for bug
#465748.

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

Kernel: Linux 2.6.24.3
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages vm-bonus-el depends on:
ii  vm  8.0.9-1sven1 A mail user agent for Emacs.

vm-bonus-el recommends no packages.

-- no debconf information



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



Bug#200529: Creative Suite 3 for 264, Pc or mac at 83% discoun+

2008-03-06 Thread Uri Rodrigues
avid newscutter xp 6.7.2 - 69
golive cs2 - 49
quickbooks premier edition 2007 - 79
photoshop cs2 v 9.0 - 69
combustion 2008 - 99
solid edge v17 - 69
sound forge 9.0 - 49
dreamweaver cs3 - 59
|
v!sit |xp4less . com| ln Web Browser
Take 0ut | before you v!sit ln Web Browser
|
Spain Fights Fla. Treasure Hunters' Shipwreck Claim
There are fewer battles, yet it's far bloodier in Afghanistan than at any time 
since 2001. Taliban insurgents have discovered that it's easier to paralyze the 
nation with bombs than to fight Western and Afghan troops.
There are fewer battles, yet it's far bloodier in Afghanistan than at any time 
since 2001. Taliban insurgents have discovered that it's easier to paralyze the 
nation with bombs than to fight Western and Afghan troops.
Spain Fights Fla. Treasure Hunters' Shipwreck Claim




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



Bug#297001: Creative Suite 3 for 264, Pc or mac at 83% discoun+

2008-03-06 Thread Elwood Richardson
avid newscutter xp 6.7.2 - 69
golive cs2 - 49
quickbooks premier edition 2007 - 79
photoshop cs2 v 9.0 - 69
combustion 2008 - 99
solid edge v17 - 69
sound forge 9.0 - 49
dreamweaver cs3 - 59
|
v!sit |xp4less . com| ln Web Browser
Take 0ut | before you v!sit ln Web Browser
|
Spain Fights Fla. Treasure Hunters' Shipwreck Claim
There are fewer battles, yet it's far bloodier in Afghanistan than at any time 
since 2001. Taliban insurgents have discovered that it's easier to paralyze the 
nation with bombs than to fight Western and Afghan troops.
There are fewer battles, yet it's far bloodier in Afghanistan than at any time 
since 2001. Taliban insurgents have discovered that it's easier to paralyze the 
nation with bombs than to fight Western and Afghan troops.
Spain Fights Fla. Treasure Hunters' Shipwreck Claim



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



Bug#141809: xxdiff font specification

2008-03-06 Thread Y Giridhar Appaji Nag
Hi All,

Till bug #299903 is fixed by upstream, I suggest that you use the
qtconfig-qt3 program from the qt3-qtconfig debian package to set the
fonts for xxdiff.  The font can be set from the Font tab.

qtconfig-qt3 will write a font line in the [General] section of the
file ~/.qt/qtrc and that value can be used as a parameter to --font /
--textfont or in ~/.xxdiffrc

Hope this helps,

Giridhar

-- 
Y Giridhar Appaji Nag | http://www.appaji.net/


signature.asc
Description: Digital signature


Bug#405619: vim-vimoutliner: otl_hanlder files are missing

2008-03-06 Thread martin f krafft
tags 405619 help
thanks

also sprach Oleksandr Moskalenko [EMAIL PROTECTED] [2007.01.05.0138 +0100]:
 Documentation includes a
 /usr/share/doc/vim-vimoutliner/examples/README.otl_handler file for the
 mod_perl .otl file handler, which is the otl_handler/README in the upstream
 otl_handler.tgz tarball. However, the following files that contain the core
 functionality of the module are missing:

If you would like these included, please prepare a patch against the
source package. I don't have the time to worry about it, sorry.
I would just remove the file from the next upload otherwise.

-- 
 .''`.   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#469573: postgresql-8.3: update TZ info

2008-03-06 Thread Alvaro Herrera
Martin Pitt wrote:

 Thank you for the warning! However, all postgresql versions in
 unstable use the system tzdata, and we also patched the Etch version
 to do so a while ago:
[...]
 I did not do that yet for postgresql-7.4 in etch.

Ah!  That's excellent news because it means there's nothing for you to
do here :-) because the 7.4 version does not have its own timezone
handling -- that was a new feature in 8.0.

Congratulations on past diligence ;-)

Many thanks,

-- 
Alvaro Herrera http://www.amazon.com/gp/registry/CTMLCN8V17R4
Cuando miro a alguien, más me atrae cómo cambia que quién es (J. Binoche)




Bug#73611: Master Suite by Adobe 29 3, Pc or mac at 87%`discount

2008-03-06 Thread Anton Griffin
graphisoft archicad 9.0 r1 international - 69
coreldraw graphics suite x3 - 59
intuit quicken premier 2008 - 29
cakewalk project 5 - 59
discreet 3d studio max 6.0 with character studio - 129
corel wordperfect office x3 standard - 49
steinberg cubase sx 2.2.0.33 - 39
zend studio - 49
`
type `adobeoemsale. com` in Internet Exp|orer
Erase ` before you type in Internet Exp|orer
`
On Saturday, Colombian troops crossed into Ecuador and killed 17 Colombian 
rebels -- known as the FARC -- including Raul Reyes, the second-ranking 
commander of the Marxist group. In response to the incursion, both Ecuador and 
Venezuela have severed diplomatic ties with Colombia and are sending troops to 
their borders.
Spain Fights Fla. Treasure Hunters' Shipwreck Claim



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



Bug#468975: patch attached, will NMU during the BSP

2008-03-06 Thread Thomas Viehmann

tag 468975 patch pending
thanks

Hi Bernd,

attached is a patch that removes the crashing, observed by
  python -c import ll.xist.sgmlop ; a =  
ll.xist.sgmlop.Element(None,'x') ; del a

and similar.

It will be uploaded during the BSP next weekend or, with your OK,  
earlier.


Kind regards

T.
--
Thomas Viehmann, http://thomas.viehmann.net/
diff -u ll-xist-2.15.5/debian/changelog ll-xist-2.15.5/debian/changelog
--- ll-xist-2.15.5/debian/changelog
+++ ll-xist-2.15.5/debian/changelog
@@ -1,3 +1,12 @@
+ll-xist (2.15.5-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix python memory handling. Closes: #468975
+  * Move Homepage in debian/control.
+  * Bump standards to 3.7.3. (No changes)
+
+ -- Thomas Viehmann [EMAIL PROTECTED]  Thu, 05 Mar 2008 23:55:48 +0100
+
 ll-xist (2.15.5-1) unstable; urgency=low
 
   * Initial release (Closes: #336685)
diff -u ll-xist-2.15.5/debian/patches/00list 
ll-xist-2.15.5/debian/patches/00list
--- ll-xist-2.15.5/debian/patches/00list
+++ ll-xist-2.15.5/debian/patches/00list
@@ -2,0 +3 @@
+fix-sgmlop-memory-handling
diff -u ll-xist-2.15.5/debian/control ll-xist-2.15.5/debian/control
--- ll-xist-2.15.5/debian/control
+++ ll-xist-2.15.5/debian/control
@@ -5,9 +5,10 @@
 Uploaders: Bernd Zeimetz [EMAIL PROTECTED]
 Build-Depends: cdbs (= 0.4.45), debhelper (= 5), python-all-dev (= 2.4.4-3),
  python-support (= 0.6.4), docbook-to-man, dpatch
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/ll-xist/trunk/
 XS-Vcs-Browser: 
http://svn.debian.org/wsvn/python-modules/packages/ll-xist/?op=log
+Homepage: http://www.livinglogic.de/Python/xist/index.html
 
 Package: python-ll-xist
 Architecture: any
@@ -37,2 +37,0 @@
- .
-  Homepage: http://www.livinglogic.de/Python/xist/index.html
only in patch2:
unchanged:
--- ll-xist-2.15.5.orig/debian/patches/fix-sgmlop-memory-handling.dpatch
+++ ll-xist-2.15.5/debian/patches/fix-sgmlop-memory-handling.dpatch
@@ -0,0 +1,64 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## fix-sgmlop-memory-handling.dpatch by Thomas Viehmann [EMAIL PROTECTED]
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: fixes PyObject vs. PyMem memory handling
+
[EMAIL PROTECTED]@
+
+--- ll-xist-2.15.5/src/ll/xist/sgmlop.c.orig
 ll-xist-2.15.5/src/ll/xist/sgmlop.c
+@@ -171,7 +171,7 @@
+ {
+ FastSGMLParserObject* self;
+ 
+-self = PyObject_NEW(FastSGMLParserObject, FastSGMLParser_Type);
++self = PyObject_New(FastSGMLParserObject, FastSGMLParser_Type);
+ if (self == NULL)
+ return NULL;
+ 
+@@ -243,7 +243,7 @@
+ Py_XDECREF(self-handle_data);
+ Py_XDECREF(self-handle_cdata);
+ Py_XDECREF(self-handle_comment);
+-PyObject_DEL(self);
++PyObject_Del(self);
+ }
+ 
+ #define GETCB(member, name)\
+@@ -466,7 +466,7 @@
+ return NULL;
+ }
+ 
+-self = PyObject_NEW(ElementObject, Element_Type);
++self = PyObject_New(ElementObject, Element_Type);
+ if (self == NULL)
+ return NULL;
+ 
+@@ -520,7 +520,7 @@
+ 
+ RELEASE(sizeof(ElementObject), destroy element);
+ 
+-PyMem_DEL(self);
++PyObject_Del(self);
+ }
+ 
+ /*  */
+@@ -779,7 +779,7 @@
+ if (!PyArg_NoArgs(args))
+ return NULL;
+ 
+-self = PyObject_NEW(TreeBuilderObject, TreeBuilder_Type);
++self = PyObject_New(TreeBuilderObject, TreeBuilder_Type);
+ if (self == NULL)
+ return NULL;
+ 
+@@ -800,7 +800,7 @@
+ Py_XDECREF(self-last);
+ Py_XDECREF(self-this);
+ Py_DECREF(self-root);
+-PyMem_DEL(self);
++PyObject_Del(self);
+ }
+ 
+ /*  */


Bug#469525: coreutils: [wc] RFC: Add option --no-filename

2008-03-06 Thread Michael Stone

On Thu, Mar 06, 2008 at 09:12:40AM +0100, Didi wrote:

I am aware of the extra process. I decided to go for the cat way
because of readable (KISS). The '' redirect is often confusing, for
many people, especially if the command is built into a script.


Then they probably shouldn't be programming production shell scripts. 
That said, you can move things around to make it more obvious at first 
glance that it's an input:


file wc -l

Mike Stone



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



Bug#469635: pam_unix fails to update password on NIS

2008-03-06 Thread Quentin Godfroy
Package: libpam-modules
Version: 0.99.7.1-5

The passwd target of the module pam_unix fails to update passwords on NIS,
even when the argument nis is given.

(something like
password   required   pam_unix.so nis nullok obscure min=4 md5
in /etc/pam.d/common-passwd)

The command passwd fails just after the old password is entered :

$ passwd
Changing password for quentin.
(current) UNIX password: 
passwd: Authentication service cannot retrieve authentication info
passwd: password unchanged
$

The problem lies within the function pam_unix_passwd.c:_unix_verify_shadow,
which calls _unix_getpwnam with bad arguments. This call was added with
Debian patch 026_pam_unix_passwd_unknown_user.

I suggest the following patch be applied (it has to be applied on the patched 
tree,
but maybe it was not the good way to do)

It also corrects another call to _unix_getpwnam, where a nis call is tried
even when nis is not given in the command line.

It was tried on NIS with shadow support and also on a machine without nis and
without the nis switch on the module command.

---
Signed-off-by: Quentin Godfroy [EMAIL PROTECTED]
diff -ruNp pam-0.99.7.1/Linux-PAM/modules/pam_unix/pam_unix_passwd.c 
pam-0.99.7.1-patch/Linux-PAM/modules/pam_unix/pam_unix_passwd.c
--- pam-0.99.7.1/Linux-PAM/modules/pam_unix/pam_unix_passwd.c   2008-03-05 
20:30:37.0 +0100
+++ pam-0.99.7.1-patch/Linux-PAM/modules/pam_unix/pam_unix_passwd.c 
2008-03-05 21:30:56.0 +0100
@@ -879,7 +879,7 @@ static int _unix_verify_shadow(pam_handl
int retval = PAM_SUCCESS;
 
/* UNIX passwords area */
-   _unix_getpwnam(pamh, user, 1, 0, pwd); /* Get password *file* entry... 
*/
+   _unix_getpwnam(pamh, user, 1, on(UNIX_NIS, ctrl), pwd);/* Get 
password entry... */
if (pwd == NULL)
return PAM_AUTHINFO_UNAVAIL;/* We don't need to do the 
rest... */
 
@@ -1073,7 +1073,7 @@ PAM_EXTERN int pam_sm_chauthtok(pam_hand
return PAM_USER_UNKNOWN;
} else {
struct passwd *pwd;
-   _unix_getpwnam(pamh, user, 1, 1, pwd);
+   _unix_getpwnam(pamh, user, 1, on(UNIX_NIS, ctrl), pwd);
if (pwd == NULL) {
pam_syslog(pamh, LOG_DEBUG,
user \%s\ has corrupted passwd entry,
@@ -1155,7 +1151,7 @@ PAM_EXTERN int pam_sm_chauthtok(pam_hand
pam_syslog(pamh, LOG_CRIT,
 failed to set PAM_OLDAUTHTOK);
}
-   retval = _unix_verify_shadow(pamh,user, ctrl);
+   retval = _unix_verify_shadow(pamh, user, ctrl);
if (retval == PAM_AUTHTOK_ERR) {
if (off(UNIX__IAMROOT, ctrl))
_make_remark(pamh, ctrl, PAM_ERROR_MSG,



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



Bug#469525: coreutils: [wc] RFC: Add option --no-filename

2008-03-06 Thread Pádraig Brady
Jari Aalto wrote:
 Package: coreutils
 Version: 6.10-3
 Severity: wishlist
 
 
 Description:
 
   $ wc -l README
   200 README
 
 This is fine for interactive use, but not convenient in shell scripts,

Options are bad because of the extra complexity presented to users.
Currently wc only suppresses the total if only one file is passed.
I wonder could we go one step further and suppress the filename
also like grep does when passed a single file?
Note existing scripts that do the following would continue to work:

lines=`wc -l file | cut -d ' ' -f1`

It's probably safer though to not change the current operation,
considering that the functionality can be satisfied using the above,
or the following:

lines=`wc -l file`

Pádraig.




Bug#469639: checkinstall: 10 option (Requires) doesn't work

2008-03-06 Thread Javier Barroso
Package: checkinstall
Version: 1.6.1-5
Severity: minor

When I chose 10 with a empty requires package list, checkinstall return me to 
the same menu without ask which packages add to the list.

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

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

Versions of packages checkinstall depends on:
ii  file  4.23-2 Determines file type using magic
ii  findutils 4.2.33-1   utilities for finding files--find,
ii  libc6 2.7-9  GNU C Library: Shared libraries

checkinstall recommends no packages.

-- no debconf information



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



Bug#192035: Acrobat Pro 8 for 73, Pc or mac at 82% discoun+

2008-03-06 Thread Marco Stewart
atmosphere 1.0 - 29
golive cs2 - 49
conceiva mezzmo 1.1 - 29
visual basic professional 6.0 - 49
architectural studio 3.0 - 39
architectural studio 3.0 - 39
indesign cs3 - 79
stuffit deluxe 11 for mac - 29
^
place ^adobeoemsale .com^ |n Interne+ Explorer
Take off ^ before you place |n Interne+ Explorer
^
Two former health ministry officials accused of helping Shiite death squads 
capture and kill Sunnis were acquitted Monday of all charges for lack of 
evidence. The case was seen as a test of whether the Iraqi government would 
hold senior officials responsible for sectarian violence.
Military, Diplomatic Crisis Deepens Around Colombia
On Saturday, Colombian troops crossed into Ecuador and killed 17 Colombian 
rebels -- known as the FARC -- including Raul Reyes, the second-ranking 
commander of the Marxist group. In response to the incursion, both Ecuador and 
Venezuela have severed diplomatic ties with Colombia and are sending troops to 
their borders.
Trial Collapse Mars Iraqi Legal System



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



Bug#469644: python-pysqlite2: unicode bug while processing non-unicode text

2008-03-06 Thread Benjamin Schweizer
Package: python-pysqlite2
Version: 2.3.2-2
Severity: normal

pysqlite-2.3.2 accepts binary data on insertss but selects return unicode
strings. This results in unicode conversion bugs when non-unicode bytes
are stored in the database.

As sqlite3 accepts binary data in text fields, this seems to be a bug in
pysqlite. To fix it, one could i) either restrict inserts to unicode strings
or ii) change the result from unicode to binary.

However, the first would break compatibility with sqlite and that latter
would break compatibility with existing code. Thus, this should be
discussed with the authors.

Here is sample code that demonstrates this issue:

--- 8 ---
#!/usr/bin/env python
#
# Benjamin Schweizer code at benjamin-schweizer dot de

import sqlite3

connection = sqlite3.connect(':memory:')
cursor = connection.cursor()
cursor.execute('''CREATE TABLE test (t TEXT)''')
cursor.execute('''INSERT INTO test (t) VALUES (?)''', (chr(128),))
cursor.execute('''SELECT t FROM test''')
# Traceback (most recent call last):
# File pysqlite_utf8.py, line 10, in module
# cursor.execute('''SELECT t FROM test''')
# sqlite3.OperationalError: Could not decode to UTF-8 column 't'
# with text '?'

print cursor.fetchone()
connection.close()

# eof.
--- 8 ---

This sample can be downloaded from
http://benjamin-schweizer.de/files/sqlite/pysqlite-2.3.2_unicode_bug.py


Cheers


-- 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-5-k7
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)

Versions of packages python-pysqlite2 depends on:
ii  libc6  2.3.6.ds1-13etch5 GNU C Library: Shared libraries
ii  libsqlite3-0   3.3.8-1.1 SQLite 3 shared library
ii  python 2.4.4-2   An interactive high-level object-o
ii  python-central 0.5.12register and build utility for Pyt

python-pysqlite2 recommends no packages.

-- no debconf information



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



Bug#469316: gthumb: Please add /etc/mailcap lines for gthumb

2008-03-06 Thread David
tags 469316 confirmed pending
thanks

2008/3/5, Reuben Thomas [EMAIL PROTECTED]:
 On Wed, 5 Mar 2008, David wrote:

  Could you please post here the lines you use? I don't use mailcap, I
  don't know where to start :)

 Lines I put in my ~/.mailcap below. There is some standard Debian way for
 packages to add lines to /etc/mailcap, but I don't know what it is.

 image/jpeg; gthumb '%s'; test=test -n $DISPLAY
 image/gif; gthumb '%s'; test=test -n $DISPLAY
 image/png; gthumb '%s'; test=test -n $DISPLAY

 Obviously you can extend the range of MIME types appropriately.

Great, thanks.
I'll make the needed changes ASAP. Don't expect the new upload to
happen quickly though, I prefer fixing some bugs before uploading :)

Thanks,
David

-- 
 . ''`.  Debian packager! | http://snipurl.com/gofoxygo/
 : :'  :   User #334216   |  http://www.hanskalabs.net/
 `. `'`   GPG: 1392B174   | http://www.debianizzati.org/
  `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174



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



  1   2   3   4   5   6   7   >