Bug#435923: reason for clone

2007-08-05 Thread Neil Williams
> Hi,
> I'm failing to see why the bug has been cloned, isn't the fix enough?
> bluez-gnome has been rebuilt in sid and uploaded as 0.13-1+b1.
> 
> thanks,

The fix for bluez-gnome is enough, yes, but precisely the same problem
affects bluez-utils.

I meant to close 435730 (done with this email) but I've been away for a
couple of days.

$ apt-cache policy bluez-utils
bluez-utils:
  Installed: 3.12-1
  Candidate: 3.13-1
  Version table:
 3.13-1 0
500 ftp://ftp.uk.debian.org unstable/main Packages
 *** 3.12-1 0
100 /var/lib/dpkg/status

$ sudo apt-get install bluez-utils
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
  bluez-utils: Depends: libglib2.0-0 (>= 2.13.5) but 2.12.13-1 is to be
installed E: Broken packages

Actually, the clone didn't turn out as I expected. Sorry about that.

-- 

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


pgpISGm3kU6Ay.pgp
Description: PGP signature


Bug#436192: ITP: grub-choose-default -- Control Grub Default through a GUI

2007-08-05 Thread Kjell Braden
Package: wnpp
Severity: wishlist
Owner: Kjell Braden <[EMAIL PROTECTED]>

* Package name: grub-choose-default
  Version : 0.2
  Upstream Author : David Mohr <[EMAIL PROTECTED]>
* URL : http://cs.unm.edu/~dmohr/grub.php
* License : GPL v2
  Programming Lang: Python  / Tk
  Description : Control Grub Default through a GUI

(text below is taken from the website given above)
Do you have a dual boot system? Isn't it annoying when you want to
reboot from Linux into Windows or vice-versa, and you have to wait for
the machine to shut down, BIOS to initialize just so that you can now
select the OS that you want to boot into?

grub-choose-default gives you a GUI that you can use to easily select
the next default for grub and you can go and grab a snack while your
computer reboots without having to wait for anything.

It's a very simple program that just reads your grub menu entries and
then lets you click on the one you want to be the next default.



signature.asc
Description: OpenPGP digital signature


Bug#435083: libpetsc2.3.3-dev not available making petsc-dev uninstallable

2007-08-05 Thread LUK ShunTim
Adam C Powell IV wrote:
> merge 434666 435803
> thanks

[snipped]

> I believe petsc 2.3.3-1 now builds, since the new suitesparse and
> openmpi were uploaded.  Can you please try to build it and see if it
> installs properly?
> 
> Unfortunately, I can't force the buildds to retry building it, so I
> don't know when it will enter unstable.
> 
> Thanks,
> -Adam

Hello,

Unfortunately, it doesn't. :-(. I did the usual thing, ie.

apt-get source petsc
sudo apt-get build-dep petsc
cd /path/to/petsc-2.2.3
fakeroot -u dpkg-buildpackage -us -uc

It didn't get very far. The error message is short so I include it in
full. Not very helpful I guess. :-(


dpkg-buildpackage: source package is petsc
dpkg-buildpackage: source version is 2.3.3-1
dpkg-buildpackage: source changed by Adam C. Powell, IV
<[EMAIL PROTECTED]>
dpkg-buildpackage: host architecture i386
dpkg-buildpackage: source version without epoch 2.3.3-1
 debian/rules clean
dh_testdir
if [ -e patch ]; then \
  debian/rules unpatch; \
fi
make[1]: Entering directory `/var/opt/00work/petsc/deb/petsc-2.3.3'
for patchfile in `ls --reverse debian/patch-*`; do \
  patch -p1 -R < $patchfile; \
done
patching file src/sys/utils/makefile
patching file src/sys/objects/makefile
patching file docs/bugreporting.html
patching file docs/index.html
patching file docs/faq.html
patching file python/BuildSystem/config/setCompilers.py
patching file python/PETSc/utilities/debugging.py
patching file bmake/common/rules.shared.basic
rm patch
make[1]: Leaving directory `/var/opt/00work/petsc/deb/petsc-2.3.3'
mv TAGS thetags
dh_clean
# These are needed for -lam, -dec and -contrib builds
rm -rf debian/libpetsc2.3.3 debian/libpetsc2.3.3-dev \
  debian/libpetsc2.3.3-dbg
mv thetags TAGS
rm -f build* install* debian/*.substvars debian/libpetsc2.3.3-dev.docs
debian/libpetsc2.3.3-dev.postinst debian/libpetsc2.3.3-dev.prerm
# This is commented because it really doesn't do anything useful for us
# (removes example executables, so what?)
# make PETSC_ARCH=linux-gnu
PETSC_DIR=/var/opt/00work/petsc/deb/petsc-2.3.3 clean
# These probably should be removed by `make clean' but aren't
rm -f `find . -name \*.o -print` `find . -name \*.pyc -print`
rm -rf lib debian/extemp bmake/linux-gnu*
 dpkg-source -b petsc-2.3.3
dpkg-source: building petsc using existing petsc_2.3.3.orig.tar.gz
dpkg-source: building petsc in petsc_2.3.3-1.diff.gz
dpkg-source: building petsc in petsc_2.3.3-1.dsc
 debian/rules build
for patchfile in `ls debian/patch-*`; do \
  patch -p1 < $patchfile; \
done
patching file bmake/common/rules.shared.basic
patching file python/PETSc/utilities/debugging.py
patching file python/BuildSystem/config/setCompilers.py
patching file docs/bugreporting.html
patching file docs/index.html
patching file docs/faq.html
patching file src/sys/utils/makefile
patching file src/sys/objects/makefile
touch patch
PETSC_DIR=/var/opt/00work/petsc/deb/petsc-2.3.3 ./config/configure.py \
  --with-debugging=1 \
  --useThreads 0 --with-mpi-dir=/usr \
  --with-blas-lib=-lblas-3 --with-lapack-lib=-llapack-3 \
  --with-umfpack=1 --with-umfpack-include=/usr/include/suitesparse \
  --with-umfpack-lib=[/usr/lib/libumfpack.so,/usr/lib/libamd.so] \
  --with-superlu=1 --with-superlu-include=/usr/include/superlu \
  --with-superlu-lib=/usr/lib/libsuperlu.so
=
 Configuring PETSc to compile on your system

=
=
 *** Do not run configure as root, or using sudo. ***
 *** Use the --with-sudo=sudo option to have  ***
 *** installs of external packages done with sudo ***
 *** use only with --prefix= when installing in   ***
 *** system directories   ***
=
make: *** [build-arch] Error 3


Regards,
ST
--


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



Bug#436191: man page for aiksaurus

2007-08-05 Thread Marcela Tiznado
Package: aiksaurus
Tags: patch
Severity: minor

Hi!
I've generated the man page with the --help info. So maybe something is missing
I hope it's useful
mlt

.TH AIKSAURUS "1" "August 2007" "Aiksaurus Version 1.2.1" "User Commands"
.SH NAME
Aiksaurus \- English-language thesaurus 
.SH SYNOPSIS
.B aiksaurus
[\fIword\fR]
.SH DESCRIPTION
Aiksaurus is an English\-language thesaurus library.  This
is a simple command\-line interface to it.
.TP
\fB\-v\fR, \fB\-\-version\fR
Output version information and quit.
.TP
\fB\-h\fR, \fB\-\-help\fR
Output this help message and quit.
.PP
For more help, visit
.IP
http://www.aiksaurus.com/
.SH COPYRIGHT
Copyright \(co 2001 by Jared Davis.
.PP
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
.SH AUTHORS
Marcela Tiznado <[EMAIL PROTECTED]>


Bug#436114: better password template type

2007-08-05 Thread Christian Perrier
Quoting Peter Eisentraut ([EMAIL PROTECTED]):
> Package: debconf
> Version: 1.5.13
> Severity: wishlist
> 
> It would be helpful if debconf could provide a new password template type
> that automatically prompted twice for the password and compared the answers.
> Most packages do this themselves now, so it makes sense to refactor that
> functionality at a central place.


Or at the very minimum, have some kind of common templates for such
prompting, which would save some space and avoid us translators to
always translate the very same prompts.

That'd mean a package similar to dbconfig-commonwhich would just
provide a few very common templates.

I have somethign like this sitting on my HD since...2004..:-)



signature.asc
Description: Digital signature


Bug#422954: tagging 422954

2007-08-05 Thread Paul Wise
# Automatically generated email from bts, devscripts version 2.10.6
#sent a patch to upstream
tags 422954 + patch



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



Bug#436189: ITP: zekr -- Zekr, A Quranic Study Tool

2007-08-05 Thread zekr debian admin
Subject: ITP: zekr -- Zekr, A Quranic Study Tool
Package: wnpp
Owner: Mohammad Derakhshani <[EMAIL PROTECTED]>
Severity: wishlist

*** Please type your report below this line ***

* Package name: zekr
  Version : 0.5.1
  Upstream Author : Mohsen Saboorian <[EMAIL PROTECTED]>
* URL : http://siahe.com/zekr
* License : Apache 2.0
  Programming Lang: Java
  Description : Zekr, A Quranic Study Tool

 Zekr is an open source Quranic desktop application
 originally written and being developed by Mohsen Saboorian.
 It is an under-development project,
 but there are always stable releases available for download.
 .
 It now supports managed/scoped searching of the whole Quran and
translations,
 with matching and non-matching diacritics plus translation and theme
support.
 .
 Zekr is flexible in adding new plug-ins, themes, language packs,
 and Quran's translations. Zekr has English, Persian (Farsi), French,
German,
 Arabic, Indonesian, Russian, Dutch, Kurdish, Malay, Turkish, and Urdu
 built-in language packs.
 There is a built-in transliteration, which is treated as a translation.
 Quran Translations in different languages are available for Zekr:
  http://www.siahe.com/zekr/resources.html
 .
 Please be aware although the Quran text used in Zekr is one of the most
 accurate electronic Quran texts, it might still have some typos (If you
find
 any we will be grateful if you report them).
 .
 In this release Custom Mixed Layout supports multiple translation at a
time.
 Bookmark management is also a new feature.
 .
  Homepage: http://siahe.com/zekr


-- System Information:
Debian Release: 4.0
  APT prefers feisty-updates
  APT policy: (500, 'feisty-updates'), (500, 'feisty-security'), (500,
'feisty-backports'), (500, 'feisty')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.20-16-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


Bug#436190: man page for acorn-fdisk

2007-08-05 Thread Marcela Tiznado
Package: acorn-fdisk
Tags: patch
Severity: minor

Hi!
I've generated the man page with the --help info. So maybe something is missing
I hope it's useful
mlt

.TH ACORN-FDISK "8" "August 2007" "acon-fdisk v3.0.6" "User Commands"
.SH NAME
acorn-fdisk \- Partition editor for Acorn/RISC OS machines 
.SH SYNOPSIS
.B acorn-fdisk
[\fIOPTION\fR] [\fIDEVICE\fR]...
.SH DESCRIPTION
Display or edit partition tables on block devices.
.TP
\fB\-\-type\fR SCHEME
specify the partitioning scheme to use on the device
.TP
\fB\-l\fR, \fB\-\-list\fR DEVICE...
list partition information on devices
or all devices
.TP
\fB\-s\fR, \fB\-\-size\fR DEVICE
display size of partition
.TP
\fB\-\-help\fR
display this help and exit
.TP
\fB\-\-version\fR
output version information and exit
.PP
With no DEVICE, partition /dev/hda or /dev/sda
.SH AUTHORS
Marcela Tiznado <[EMAIL PROTECTED]>


Bug#435743: qa.debian.org: Link for NEW packages returns 404

2007-08-05 Thread Anthony Towns
On Fri, Aug 03, 2007 at 03:01:07PM +0200, Thijs Kinkhorst wrote:
> This link is now there. I guess the problem is that that page is not 
> generated as often as the DDPO is updated.

The pages are updated daily at 00:09 UTC, fwiw.

> Anthony, would it be possible to generate that page when a new package enters 
> the queue?

In theory, but not in practice right atm. Has there been any public
discussion about these pages actually being useful? I'm still fairly
nervous about them, probably for no good reason.

Cheers,
aj



signature.asc
Description: Digital signature


Bug#436188: smbclient: /usr/lib/cups/backend/smb failed

2007-08-05 Thread Hongzheng Wang
Package: smbclient
Version: 3.0.25b-1+b1
Severity: normal

Hi,

I have just noticed that smbclient 3.0.25b-1+b1 failed CUPS connection
with samba backend.  That is, CUPS reports '/usr/lib/cups/backend/smb
failed'.  After downgrading to version 3.0.25b-1, however, this problem
disappeared.  So, I guess there might be some problems with the
up-to-date version of smbclient.

BTW, the printer I'm using is HP Laserjet 2420 installed on a WinNT box,
which works properly through CUPS with samba before upgrading to version
3.0.25b-1+b1

Thanks.


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

Kernel: Linux 2.6.22-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 smbclient depends on:
ii  libc6 2.6-5  GNU C Library: Shared libraries
ii  libcomerr21.40.2-1   common error description library
ii  libkrb53  1.6.dfsg.1-6   MIT Kerberos runtime libraries
ii  libldap2  2.1.30-13.4OpenLDAP libraries
ii  libncurses5   5.6+20070716-1 Shared libraries for terminal hand
ii  libpopt0  1.10-3 lib for parsing cmdline parameters
ii  libreadline5  5.2-3  GNU readline and history libraries
ii  samba-common  3.0.25b-1+b1   Samba common files used by both th

smbclient recommends no packages.

-- no debconf information


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



Bug#436186: less: scrollwheel doesn't work in xterm

2007-08-05 Thread Jasen Betts
Package: less
Version: 406-0
Severity: minor


scroll wheel works in gnome-terminal but not in xterm 

If it's any use: the text-mode browser 'links' accepts scroll 
events in both sorts of X terminals

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

Kernel: Linux 2.6.19.2 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_NZ, LC_CTYPE=en_NZ (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages less depends on:
ii  debianutils   2.22.1 Miscellaneous utilities specific t
ii  libc6 2.6-2  GNU C Library: Shared libraries
ii  libncurses5   5.6+20070716-1 Shared libraries for terminal hand

less recommends no packages.

-- no debconf information


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



Bug#436187: switching back to mouse after using tablet usually doesn't work

2007-08-05 Thread Luke Lenhart
Package: xserver-xorg-input-wacom
Version: 0.7.7.11-1
Severity: important

The place I notice this is in GIMP (which associates different tool settings
with each "device" (stylus tip, stylus erasor, and mouse)). Switching back
and forth between both tips of the stylus works correctly.  However, when I
then try to switch back to the mouse (plain old optical ms mouse on a ps2
port) by moving it, it usually doesn't work.

Usually the tool setting will just stay on whatever happened to be chosen by
the previous stylus device.  I can still click in the tool window to change
tools (which also ends up causing the stylus to change to that tool when I
switch back to it). Additionally, clicking inside the image window with the
mouse after that does nothing whatsoever.

This is a problem that came up a long time ago.  I can "work around" it by
replacing /usr/lib/xorg/modules/input/wacom_drv.so with an older version
from december 2005.  Doing that completely fixes the problem. However,
Debian keeps replacing that file with a newever broken version at random
when I apt-get upgrade, which re-breaks it.


Bug#435004: vim doesn't find .spl files...

2007-08-05 Thread James Vega
On Sat, Jul 28, 2007 at 01:26:36PM +0200, Manuel Pégourié-Gonnard wrote:
> Right after the installation of vim-spellfiles-fr, I ran vim, typed in
> :set spell spelllang=fr
> and got the message 'Cannot find word list "fr.latin1.spl" or 
> "fr.ascii.spl"'.
>
> For the moment, I have it working with a symlink to 
> /usr/share/vim/addons/spell in my ~/.vim directory, but I'm sure there's a 
> better solution.

These packages are out of date.  They're from when we initially uploaded
vim7 to the archive and we're now up to vim7.1.  This is partially due
to them being a beast to build, the packaging being in bad shape, and
Vim shipping with a plugin that should automatically download the
spellfiles you need if you set 'spelllang' to a language it doesn't
currently have spellfiles for.

Your solution is approximately what would be done, if/when the packaging
is updated and re-uploaded, except that it would ideally be handled by
vim-addons from the vim-addon-manager package.

The reason you saw this behavior is because the last upload of the Vim
package removed /usr/share/vim/addons from the default 'runtimepath'
setting.  I accidentally uploaded the Vim package before a NEWS entry
had been included to point this out (the next upload will have the NEWS
entry).

James
-- 
GPG Key: 1024D/61326D40 2003-09-02 James Vega <[EMAIL PROTECTED]>


signature.asc
Description: Digital signature


Bug#436172: libxine1 from testing and unstable can't decode .wmv correctly

2007-08-05 Thread Reinhard Tartler
reassign 436172 libavcodec1d
severity 436172 wishlist
stop

Amir Tabatabaei <[EMAIL PROTECTED]> writes:

> On Mon, 2007-08-06 at 01:47 +0200, Cyril Brulebois wrote:
>> Amir Tabatabaei <[EMAIL PROTECTED]> (06/08/2007):
>> > Indeed, w32codecs are installed on my system and without this package
>> > I won't be able to watch any .wmv at all.

This is simply not true.

>> So, there's no regression here, no need to have an RC bug for that,
>> lowering severity accordingly -- although I think that `important' is
>> still far too high.

Indeed. Moreover, this is hardly libxine1's fault, but a dependent
package.

>> > But why does it work with the older versions of libxine1 correctly and
>> > not with newer ones?
>> 
>> I guess it pretty much has to do with the additional packages you are
>> using, although I'm not sure. Please bug the supplier of these
>> additional packages.
>
> No, the newer version of libxine1 enables .wmv decoding and uses it, no
> matter if w32codecs are installed or not. 

I couldn't care less about w32codecs, since I'm more interested in
improving ffmpeg's support for those files.

> It is probably not yet implemented completely.

Thats probably right. I did a quick cross check with mplayer, and it can
somehow decode the video, but with many many artifacts. I have therefore
to conclude that support for this specific type of "J-type picture" is
not implement in the version we currently ship in Debian. I don't know
if this has already been fixed upstream, if you have time, please try to
find out (e.g. by compiling an fresh from svn copy of mplayer with
internal ffmpeg).

FFmpeg itself reports the file like this:

Seems stream 1 codec frame rate differs from container frame rate: 1000.00 
(1000/1) -> 12.50 (25/2)
Input #0, asf, from 'umbro.wmv':
  Duration: 00:00:38.9, start: 3.00, bitrate: 92 kb/s
  Stream #0.0: Audio: wmav2, 22050 Hz, mono, 16 kb/s
  Stream #0.1: Video: wmv2, yuv420p, 320x240, 12.50 fps(r)

In any case, this is a feature request for a new codec in debian's
ffmpeg, and is to be treated as such.

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4


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



Bug#436110: ***SPAM*** Re: Bug#436110: libjpeg-progs: exiftran enlarge your files

2007-08-05 Thread Vincent Bernat
reassign 436110 exiftran 2.05-3+b3
thanks

OoO En cette  soirée bien amorcée du dimanche 05  août 2007, vers 22:54,
Bill Allombert <[EMAIL PROTECTED]> disait:

>> Package: libjpeg-progs
>> Version: 6b-13
>> Severity: minor
>> 
>> Hi !
>> 
>> When an image is already properly rotated, exiftran -ai does nothing but
>> growing file size :

> Hello Vincent,
> exiftran does not belong to libjpeg-progs. Instead it is part
> of the exiftran package.

> This suggests to reassign this bug to exiftran.

Oups, sorry. I didn't check carefully.
-- 
Let the machine do the dirty work.
- The Elements of Programming Style (Kernighan & Plauger)



Bug#398198: A fresh package...

2007-08-05 Thread Kumar Appaiah
On Sun, Aug 05, 2007 at 01:09:08PM +0300, Marc-André Lureau wrote:
> - dget http://mentors.debian.net/debian/pool/main/v/vala/vala_0.1.2-1.dsc

Dear Loic,

Have you had time to look at our changes? I know that you are aware,
but I just wanted to make sure...

Thanks!

Kumar
-- 
Kumar Appaiah,
458, Jamuna Hostel,
Indian Institute of Technology Madras,
Chennai - 600 036


signature.asc
Description: Digital signature


Bug#436185: cyrusv2.m4 now uses a wrong default path for the delivery socket

2007-08-05 Thread Louis-David Perron
Package: package sendmail-cf
Version: 8.14.1-8
Severity: normal

--- Please enter the report below this line. ---
After upgrading sendmail-cf package from version 8.13.8-3 to 8.14.1-8,
my cyrus mailer stopped working. After investigation, it turned out that
the file /usr/share/sendmail/cf/mailer/cyrusv2.m4 now uses the wrong
path to point to the lmtp socket. Default value in cyrus is
/var/run/cyrus/socket/lmtp and the value in cyrusv2.m4 of this new
sendmail version is: /var/imap/socket/lmtp.

A quick workaround was to add this line to my sendmail.mc, which
override the default value:
define(`CYRUSV2_MAILER_ARGS', `FILE /var/run/cyrus/socket/lmtp')dnl

If you believe that this is not a bug, please make sure that a warning
is given when upgrading.

Thanks.







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

Debian Release: lenny/sid
  600 testing security.debian.org 
  600 testing ftp.debian.org 

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



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



Bug#430524: Workaround for timezone bug

2007-08-05 Thread Brendan O'Dea
On Sun, Aug 05, 2007 at 07:05:10PM +0200, Martin Pitt wrote:
>Oh, weird; thanks for pointing this out. 

As I recall, the rationale was so that symlinks created by the
administrator were not clobbered on upgrade--consider the case where an
admin running low on space moves /usr/lib/some-huge-package to another
partition and creates a symlink to that new location.

It would be nice if dpkg noticed that the discrepancy b/w symlink and
directory in different 

>Is there also a common practice how to perform this correctly then? Currently I
>have this nasty bit in postinst:

Probably better to do it in a preinst:

if [ "$1" = upgrade ] &&
  dpkg --compare-versions "$2" lt 8.2.4-2 &&
  test ! -L /usr/share/postgresql/8.2/timezone &&
  test   -d /usr/share/postgresql/8.2/timezone
then
rm -rf /usr/share/postgresql/8.2/timezone
fi

--bod


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



Bug#435842: ITA: anthy

2007-08-05 Thread NOKUBI Takatsugu
At Sat, 04 Aug 2007 00:11:51 +0900,
Masahito Omote wrote:
> I intend to orphan the anthy package. Because I cannot take enough time
> to catching up anthy's release and because no one take over or become a
> co-maintainer of this package in [EMAIL PROTECTED] and
> [EMAIL PROTECTED]

I'll take it, but I have no time in a few days.
-- 
NOKUBI Takatsugu
E-mail: [EMAIL PROTECTED]
[EMAIL PROTECTED] / [EMAIL PROTECTED]


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



Bug#436165: sqlite3: Version 3.3.17 misses 3 data corruption bugs fixed in 3.4.1 upstream

2007-08-05 Thread Laszlo Boszormenyi
Hi Wolfgang,

On Mon, 2007-08-06 at 00:23 +0200, Wolfgang Weisselberg wrote:
> Package: sqlite3
> Version: 3.3.17-1
> Severity: critical
> Justification: causes serious data loss
 I have read this, but no one reported a real data loss. Thus the
possibility does not mean that the chances are high. Anyway, I have the
updated package, will upload today.
What I fear is some incompatibility as 3.4.x has such changes as well.

Regards,
Laszlo/GCS



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



Bug#435645: Bug seen with 2.1.5-4

2007-08-05 Thread Nicholas Breen
found 435645 2.1.5-4
thanks


I also see this behavior on my system with eject 2.1.5-4.

% eject -v
eject: using default device `cdrom'
eject: device name is `cdrom'
eject: expanded name is `/dev/cdrom'
eject: `/dev/cdrom' is a link to `/dev/scd0'
eject: `/dev/scd0' is mounted at `/cdrom'
eject: unmounting device `/dev/scd0' from `/cdrom'
Error: mount point /cdrom is not below /media/
eject: unmount of `/cdrom' failed

The problem appears to be that I have a /media directory, which does not
contain the CD mount point.  If I rename /media, eject works as
expected.

I'm not sure where the bug itself actually lies -- since I don't use the
optical drive daily, I can't say for sure when it stopped working for
me.  Perhaps realpath() has changed behavior recently?  I don't see
anything relevant in the libc6 changelog more recent than #239427 (April
2007 upload, and it's definitely worked since then!), though I could
easily have overlooked something in the last few weeks' uploads.


-- 
Nicholas Breen
[EMAIL PROTECTED]


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



Bug#361925: Reason for another [v]snprintf implementation?

2007-08-05 Thread brian m. carlson
On Mon, May 21, 2007 at 08:58:35AM +1000, Craig Small wrote:
> On Sat, May 19, 2007 at 07:40:44PM +, brian m. carlson wrote:
> > Is there a particular reason that we need this vsnprintf implementation?
> > Could we just use the one included in libc?
> 
> There may of been a reason.  Upstream has now changed and I do know
> they were looking into lots of things, the *sprintf functions included.

I'm just checking on the status of this bug, so that all the GCC FTBFS
bugs can be fixed sooner rather than later.

Sometime ago, I looked at the bug in common/lpd_jobs.c, but was unable
to figure out what semantics were intended.  If the semantics intended
were a concatenation of the lines, I believe there is a function which
does that.  Alternately, you could just remove -Werror.

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 713 440 7475 | http://crustytoothpaste.ath.cx/~bmc | My opinion only
OpenPGP: RSA v4 4096b 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187


signature.asc
Description: Digital signature


Bug#422954: bug 422954 is forwarded to http://bugzilla.gnome.org/show_bug.cgi?id=463863, tagging 422954

2007-08-05 Thread Paul Wise
# Automatically generated email from bts, devscripts version 2.10.6
#damn lazy maintainers
forwarded 422954 http://bugzilla.gnome.org/show_bug.cgi?id=463863
tags 422954 + upstream



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



Bug#425178: Limit action is already documented

2007-08-05 Thread Roberto C . Sánchez
package shorewall
reopen 425178
tags 425178 + fixed-upstream
thanks

On Sun, Aug 05, 2007 at 06:17:46PM -0400, Chris AtLee wrote:
> Hi Roberto,
> 
> The documention you link to is indeed a good reference for the Limit
> action.  My concern is that it's very difficult for a new user to
> discover this explanation about how Limit works unless they stumble
> across the Port Knocking page.
> 
> I was thinking that it would be useful to have this explanation of the
> Limit action in the Actions page
> (http://www.shorewall.net/3.0/Actions.html), along with any other
> built-in actions.
> 
> Thanks,
> Chris
> 
Chris,

You make a good point.  I am reopening the bug and marking it as being
fixed upstream.  The changes will be visible on the Shorewall website
after the next time the documentation is regenerated from the svn repo.
It will show up in the shorewall-doc package after the next reelase that
Lorenzo packages (that is, once 3.4.6 is release and is packaged).

Regards,

-Roberto
-- 
Roberto C. Sánchez
http://people.connexer.com/~roberto
http://www.connexer.com


signature.asc
Description: Digital signature


Bug#436184: labrea: mentions hackers instead of crackers in package description

2007-08-05 Thread Guillem Jover
Package: labrea
Version: 2.5-stable-2
Severity: minor

Hi,

The package description refers to hackers as denizens, I think this is
wrong and missleading and should be replaced with 'crackers'.

regards,
guillem


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



Bug#436183: denyhosts: mentions hackers instead of crackers in package description

2007-08-05 Thread Guillem Jover
Package: denyhosts
Version: 2.6-2
Severity: minor

Hi,

The package description reads:

  Description: an utility to help sys admins thwart ssh hackers

I think it would be more appropriate and correct as:

  Description: an utility to help sys admins thwart ssh crackers

regards,
guillem


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



Bug#431170: The way to keep entity is documented in debiandoc-sgml-doc

2007-08-05 Thread W. Martin Borgert
On Wed, Aug 01, 2007 at 11:42:25PM +0900, Osamu Aoki wrote:
> It was a bit ambiguous but debiandoc-sgml-doc has appendix which goes in
> details how to keep entity.

Thanks, I overlooked the appendix. Anyway, the way described in
B.2 is more or less what I did anyway, however using Python :~)



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



Bug#280576: QSampler Debian package

2007-08-05 Thread Thomas de Grivel
Just a ping !
Is anyone packaging this one finally ?

  -- "hello, is there anybody out there ?" =)

-- 
  .3!


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



Bug#422946: bug 422946 is forwarded to http://bugzilla.gnome.org/show_bug.cgi?id=463856

2007-08-05 Thread Paul Wise
# Automatically generated email from bts, devscripts version 2.10.6
#damn lazy maintainers
forwarded 422946 http://bugzilla.gnome.org/show_bug.cgi?id=463856



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



Bug#354174: RFH: nas -- The Network Audio System

2007-08-05 Thread Thomas de Grivel
Hi,

Just a ping to check if more help is needed on the package (I do not
intend to maintain it)

-- 
  Thomas de Grivel


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



Bug#424056: Missing libsmlnj-smlnj

2007-08-05 Thread Kari Pahula
On Sun, Aug 05, 2007 at 05:55:39PM -0700, Phil Miller wrote:
> So, after looking more carefully at the list of available packages
> from the smlnj source package and what each contained, I realized that
> the things I was looking for were part of libsmlnj-smlnj. After
> installing this, both the open of LibBase and what I really needed to

That was a rather opportune timimg from my perspective, since I was
just about to start trying to nail this bug down.  Thank you.

> do my work worked perfectly well. I'd like to request that the SML/NJ
> packages either be reorganized to match how the users will see them,
> or at least that smlnj declare some sort of relationship with
> libsmlnj-smlnj. Depends would be nice, but I would have solved my
> problem sooner if there had even been a Suggests or Recommends.

The semantics of Recommends is already "you really want these, but I
could conceivably be used without" so I think that relation fits this
situation.

I think I'll move my build dir under some other directory than
/home/kaol.  That'll stop people from sending bugs about seeing it, at
least.  As for the dependencies and the uninformative error messages
about them, I could add a bunch of Suggests for the rest of the
libraries...  But it's already easy enough to check the reverse
dependecies for the smlnj package, I hope.

I'm hoping that this bug has now been resolved.


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



Bug#436125: gnome-netstatus-applet: failed to update statistics after reconnection

2007-08-05 Thread manphiz

Sven Arvidsson wrote:

but I'm not sure if gnome-netstatus is actively maintained
these days.
Unfortunately I believe so, since it is still staying at version 2.12.x 
while gnome is looking forward to 2.20. However, it is nonetheless still 
widely used throughout gnome desktop users as network status indicator, 
and this bug is quite annoying for wireless users as I am who are often 
suffering from unstable connection. Wish it'll draw some attention from 
upstream maintainer, and thanks a lot for your quick response :)



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



Bug#436182: /usr/bin/git-rebase: sometimes fails with "fatal: corrupt patch"

2007-08-05 Thread Jamey Sharp
Package: git-core
Version: 1:1.5.2.4-1
Severity: normal
File: /usr/bin/git-rebase

I tried to rebase a commit, that was both quite large and affected a lot
of binary files, and got "fatal: corrupt patch".

~/git/psas/wiki$ git-rebase origin
First, rewinding head to replay your work on top of it...
Checking 2526 files out...
 100% (2526/2526) done
HEAD is now at fce99a8... LaunchLogistics20050108: Remove page for 
launch that did not happen

Applying Move historical events and meetings to a news/-MM-DD 
hierarchy.

fatal: corrupt patch at line 2712187
Patch failed at 0001.

When you have resolved this problem run "git rebase --continue".
If you would prefer to skip this patch, instead run "git rebase --skip".
To restore the original branch and stop rebasing run "git rebase 
--abort".

You can view the commit in question here:

http://svcs.cs.pdx.edu/cgi-bin/gitweb.cgi?p=psas/wiki.git;a=commit;h=cc15922ec5a1def1eac6514c9ce184b65d6a349d
or, if you have bandwidth/storage/patience to clone a 755MB repository:
git://psas.pdx.edu/git/psas/wiki.git

I seem to recall a similar problem a couple of days ago with the same
version of git, though I'm fuzzy on the details. I think maybe it
involved very small patches touching binary files. I don't recall
encountering git-rebase issues with the 1.4 series and earlier, but I
wasn't working with this repository yet either.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.21-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages git-core depends on:
ii  libc6   2.6-2GNU C Library: Shared libraries
ii  libcurl3-gnutls 7.16.4-1 Multi-protocol file transfer libra
ii  libdigest-sha1-perl 2.11-1   NIST SHA-1 message digest algorith
ii  liberror-perl   0.15-8   Perl module for error/exception ha
ii  libexpat1   1.95.8-3.3   XML parsing C library - runtime li
ii  perl-modules5.8.8-7  Core Perl modules
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

Versions of packages git-core recommends:
ii  curl 7.15.5-1Get a file from an HTTP, HTTPS, FT
ii  git-doc  1:1.4.4.2-1 content addressable filesystem (do
ii  less 394-4   Pager program similar to more
ii  openssh-client [ssh-client]  1:4.3p2-8   Secure shell client, an rlogin/rsh
ii  patch2.5.9-4 Apply a diff file to an original
ii  rsync2.6.9-2 fast remote file copy program (lik

-- no debconf information


signature.asc
Description: Digital signature


Bug#436181: NetworkManager ignores static configuration

2007-08-05 Thread Ross Combs
Package: network-manager
Version: 0.6.4-6

I just did my first fresh install of etch, and everything
looked really good until I rebooted and tried to use the
network.

I could ping things by IP, but name resolution was out.
I thought, must be an installer bug, so I checked the
resolv.conf, and it only said:

# generated by NetworkManager, do not edit!
[ five or so blank lines]

I had never heard of this program before so I double-
checked the network interface configuration, and it had
both the DNS search path and nameservers I wanted to use.

The man page for NetowrkManager pointed me to nm-tool but
that tool's man page didn't suggest any way of changing
the behavior of the software.  nm-tool reported a self-
assigned IP (169.x.x.x) on one eth1 and doesn't seem to
know about eth0.  Running ifconfig shows eth0 with the
correct information and eth1 as being down.

Running route -n shows that the default gateway is not
set up.

nm-tool --help doesn't work (in fact all command line args
seem to be ignored).

For now I have removed the package, but it would be nicer
if it worked out of the box.

System information:
 amd64 single processor
 two onboard Ethernet devices
  eth0 is forcedeth (primary interface)
  eth1 is sky2
 static (non-DCHP) IP, static nameserver

Thanks,
-Ross



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



Bug#436180: [general] wrong perl operator for a pattern match

2007-08-05 Thread Guillem Jover
Package: lintian
Version: 1.23.33
Severity: normal
Tags: patch

Hi,

There's a wrong operator for a pattern match. Here's the error:

,
|Now running lintian...
|Use of uninitialized value in pattern match (m//) at /usr/bin/lintian line 639.
|E: bmv_1.2-21_i386.changes: bad-distribution-in-changes-file UNRELEASED
|Finished running lintian.
`

Attached a trivial patch which fixes it.

regards,
guillem
diff -Naur lintian-1.23.33.orig/frontend/lintian lintian-1.23.33/frontend/lintian
--- lintian-1.23.33.orig/frontend/lintian	2007-07-24 03:14:24.0 +0300
+++ lintian-1.23.33/frontend/lintian	2007-08-06 05:30:00.0 +0300
@@ -641,7 +641,7 @@
or ($data->{distribution} eq 'testing')
or ($data->{distribution} eq 'unstable')
or ($data->{distribution} eq 'experimental')
-		   or ($data->{distribution} eq /\w+-backports/)
+		   or ($data->{distribution} =~ /\w+-backports/)
or ($data->{distribution} =~ /\w+-proposed-updates/)
or ($data->{distribution} =~ /\w+-security/))
) {


Bug#435040: xserver-xorg-video-ati: switching VT from console to X freezes computer with X22 (Radeon Mobility M6 LY)

2007-08-05 Thread Kari Pahula
On Mon, Aug 06, 2007 at 12:03:41AM +0200, Brice Goglin wrote:
> Kari Pahula wrote:
> > Package: xserver-xorg-video-ati
> > Version: 1:6.6.192-1
> > Severity: important
> >
> > Changing the VT from X to console and back to X locks up the computer 
> > completely, unless I'm using the console framebuffer device.  With 
> > console fbdev, just the screen freezes and I can still ssh to it or type 
> > blindly.
> >   
> 
> Does 1:6.6.193-1 (in experimental now) help?

No, I'm still seeing this bug.  With the new version, the last few
lines of Xorg.0.log become

(II) Configured Mouse: ps2EnableDataReporting: succeeded
(II) Open ACPI successful (/var/run/acpid.socket)
(WW) RADEON(0): zero MEMSIZE, probably at D3cold. Re-POSTing via int10.

Where the last two entries get into the log when I switch the VT.

I debugged this issue a bit further.  Apparently switching the VT
kills the X process and leaves the screen frozen.  Restarting X via
ssh unfreezes the screen (not that surprising really, IMHO).  I tried
VT switching again after disabling ACPI support from the kernel, which
didn't help any.  Only the log messages changed a bit.

(II) Configured Mouse: ps2EnableDataReporting: succeeded
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(WW) RADEON(0): zero MEMSIZE, probably at D3cold. Re-POSTing via int10.

I ran /usr/bin/X with strace.  The whole dump would be bigger than
what I'd care to attach, but I saw this (relevant?) line at the end of
it.

writev(2, [{"X", 1}, {": ", 2}, {"symbol lookup error", 19}, {": ", 2}, 
{"/usr/lib/xorg/modules/drivers//r"..., 44}, {": ", 2}, {"undefined symbol: 
xf86InitInt10", 31}, {"", 0}, {"", 0}, {"\n", 1}], 10X: symbol lookup error: 
/usr/lib/xorg/modules/drivers//radeon_drv.so: undefined symbol: xf86InitInt10
) = 102



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



Bug#434329: Error when try to setup a local mail account

2007-08-05 Thread Fabiano Manoel de Andrade
   Hi, I think I've found the "origin" of bug. The crash occurs when I try
to setup a system mail account.  When mail-notification try to detect the
account type the program crash. If I delete the system mail account setup,
mail-notification can back to work.
   Regards.
   Fabiano.


Bug#420627: man page for 4g8

2007-08-05 Thread Marcela Tiznado
Package: 4g8
Tags: patch

Hi!
I've generated the man page with the --help info. So maybe something is missing
I hope it's useful
mlt

.TH 4g8: "1" "August 2007" "4g8 1.0" "User Commands"
.SH NAME
4g8 \- Packet Capture and Interception for Switched Networks 
.SH SYNOPSIS
.B 4g8
\fI-i  -g  -G  -s  -S  \fR[\fI-w 
file\fR] [\fI-Xh\fR]
.SH DESCRIPTION
.SS "Required:"
.TP
\fB\-g\fR gw_ip
IP address of gateway to impersonate
.TP
\fB\-G\fR gw_mac
MAC address of gateway to impersonate
.TP
\fB\-s\fR host_ip
IP address of victim host
.HP
\fB\-S\fR host_mac MAC address of victim host
.SH OPTIONS
.TP
\fB\-h\fR
Display this message
.TP
\fB\-i\fR device
Device to listen on
.TP
\fB\-w\fR file
Write captured data to file
.TP
\fB\-X\fR
Dump the packet in hex and ascii
.SH AUTHORS
Marcela Tiznado <[EMAIL PROTECTED]>


Bug#346075: vmstat reports 0 for in and cs

2007-08-05 Thread Jan Christoph Nordholz
Just for the record... in and cs statistics are fine on

]] echo "$(uname -a) // $(grep-status -nP procps -sVersion)"
] Linux hejre 2.6.22.1 #1 PREEMPT Fri Jul 20 00:47:41 CEST 2007 i686 GNU/Linux 
// 1:3.2.7-3
] Linux naebdyr 2.6.22.1 #3 Thu Aug 2 23:03:19 CEST 2007 ppc GNU/Linux // 
1:3.2.7-3
] Linux dwarp 2.6.18TESTBED_64 #5 SMP PREEMPT Sat Nov 4 19:34:05 CET 2006 
x86_64 GNU/Linux // 1:3.2.7-3
] Linux s8 2.6.20.14 #1 SMP Wed Jun 27 12:02:19 CEST 2007 i686 GNU/Linux // 
1:3.2.7-3

Looks like the problem has gone away. I don't have an earlier kernel version
to test with at the moment, though.


Regards,

Jan


signature.asc
Description: Digital signature


Bug#432089: (patch)

2007-08-05 Thread Craig Small
On Mon, Aug 06, 2007 at 02:43:32AM +0200, Jan Christoph Nordholz wrote:
> Ouch, forgotten to attach.
I had this one already in my working directory, I wonder whrere I got
it from?

 - Craig
-- 
Craig Small  GnuPG:1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
http://www.enc.com.au/ csmall at : enc.com.au
http://www.debian.org/  Debian GNU/Linux, software should be Free 


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



Bug#436179: ufraw: v0.12 is available

2007-08-05 Thread John Goerzen
Package: ufraw
Version: 0.11-2
Severity: wishlist

See list of new features at

http://sourceforge.net/mailarchive/forum.php?thread_name=de6e39b60707301429v18ca0a1kdf7b7361664c3a46%40mail.gmail.com&forum_name=ufraw-announce


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

Kernel: Linux 2.6.22-1-k7 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages ufraw depends on:
ii  desktop-file-utils  0.12-1   Utilities for .desktop files
ii  gconf2  2.18.0.1-3   GNOME configuration database syste
ii  libatk1.0-0 1.18.0-2 The ATK accessibility toolkit
ii  libc6   2.6-2GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1 The Cairo 2D vector graphics libra
ii  libexiv2-0  0.14-2   EXIF/IPTC metadata manipulation li
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libgcc1 1:4.2-20070707-1 GCC support library
ii  libglib2.0-02.12.12-1+b1 The GLib library of C routines
ii  libgtk2.0-0 2.10.13-1The GTK+ graphical user interface 
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  liblcms11.16-5+b1Color management library
ii  libpango1.0-0   1.16.5-1 Layout and rendering of internatio
ii  libpng12-0  1.2.15~beta5-2   PNG library - runtime
ii  libstdc++6  4.2-20070707-1   The GNU Standard C++ Library v3
ii  libtiff43.8.2-7  Tag Image File Format (TIFF) libra
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.8-2X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  2:1.1.1-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.2-1X Rendering Extension client libra
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

ufraw recommends no packages.

-- no debconf information


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



Bug#436178: bouncy: crashes on startup

2007-08-05 Thread Paul Wise
Package: bouncy
Version: 0.5.20070616-1
Severity: serious
Justification: crashes

After reading the interview with Miriam, I wanted to try bouncy.

I ran it from gnome-terminal, got a black 'pygame window' window.

Then the window closed and this was produced in the terminal:

$ bouncy 
Traceback (most recent call last):
  File "game.py", line 188, in ?
game.menu()
  File "game.py", line 104, in menu
anchor=(pyglyph.Align.center, pyglyph.Align.top))
  File "/usr/share/games/bouncy/pyglyph/layout.py", line 347, in draw
glColor(style.color)
  File "/usr/lib/python2.4/site-packages/OpenGL/GL/exceptional.py", line 207, 
in glColor
function = glColorDispatch[arrays.GLfloatArray.arraySize( arg )]
KeyError: 1

I'm using the latest freetype, mesa, xorg, intel drivers, etc from sid.

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

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

Versions of packages bouncy depends on:
ii  python   2.4.4-6 An interactive high-level object-o
ii  python-opengl3.0.0~a6-3  Python bindings to OpenGL
ii  python-pygame1.7.1release-4.1+b1 SDL bindings for games development
ii  ttf-bitstream-vera   1.10-7  The Bitstream Vera family of free 

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#256376: procps: [NEW PATCH] Fixes segfaults on xterm resize

2007-08-05 Thread Jan Christoph Nordholz
tags 256376 + patch
thankyou

Hi Craig,

this update fixes the syntax error and adds another line Jeremiah had
apparently forgotten. Now it Works For Me[tm]... I can resize top at
will (down to 1 line and back to 60) without problems.


Regards,

Jan
#! /bin/sh /usr/share/dpatch/dpatch-run
## 40top_resize_terminal.dpatch by  <[EMAIL PROTECTED]>
##
## DP: Prevent top from segfaulting when the display is shrinked to only
## DP: a few (read: 3 or less) lines.

@DPATCH@
--- procps-3.2.7.orig/top.c 2006-06-25 08:41:48.0 +0200
+++ procps-3.2.7/top.c  2007-08-06 03:27:28.0 +0200
@@ -140,7 +140,7 @@
are exploited in a macro and represent 90% of our optimization.
The Stdout_buf is transparent to our code and regardless of whose
buffer is used, stdout is flushed at frame end or if interactive. */
-static char *Pseudo_scrn;
+static PSEUDO_SCREEN_t Pseudo_scrn;
 static int   Pseudo_row, Pseudo_cols, Pseudo_size;
 #ifndef STDOUT_IOLBF
 // less than stdout's normal buffer but with luck mostly '\n' anyway
@@ -2415,7 +2415,10 @@
Pseudo_cols = Screen_cols + CLRBUFSIZ + 1;
if (Batch) Pseudo_size = ROWBUFSIZ + 1;
else   Pseudo_size = Pseudo_cols * Screen_rows;
-   Pseudo_scrn = alloc_r(Pseudo_scrn, Pseudo_size);
+   if( Pseudo_scrn.buf == NULL || Pseudo_size > Pseudo_scrn.mem_size ) {
+  Pseudo_scrn.buf = alloc_r(Pseudo_scrn.buf, Pseudo_size);
+  Pseudo_scrn.mem_size = Pseudo_size;
+   }
 
// force rebuild of column headers AND libproc/readproc requirements
Frames_libflags = 0;
@@ -3289,7 +3292,7 @@
//   reframewins(), who also builds each window's column headers
if (!Frames_libflags) {
   reframewins();
-  memset(Pseudo_scrn, '\0', Pseudo_size);
+  memset(Pseudo_scrn.buf, '\0', Pseudo_size);
}
Pseudo_row = Msg_row = scrlins = 0;
ppt = summary_show();
--- procps-3.2.7.orig/top.h 2006-06-25 08:41:48.0 +0200
+++ procps-3.2.7/top.h  2007-08-06 03:27:28.0 +0200
@@ -135,7 +135,7 @@
int _len = 1 + snprintf(_str, sizeof(_str), fmt, ## arg);   \
putp ( Batch ? _str :   \
({ \
-  char *restrict const _pse = &Pseudo_scrn[Pseudo_row++ * Pseudo_cols];  \
+  char *restrict const _pse = &Pseudo_scrn.buf[Pseudo_row++ * 
Pseudo_cols];  \
   memcmp(_pse, _str, _len) ? memcpy(_pse, _str, _len) : "\n";  \
})\
);   \
@@ -149,7 +149,11 @@
int _len = 1 + snprintf(_str, sizeof(_str), fmt, ## arg);   \
if (Batch) _ptr = _str;   \
else { \
-  _ptr = &Pseudo_scrn[Pseudo_row++ * Pseudo_cols];  \
+  if (Pseudo_row * Pseudo_cols + _len > Pseudo_size) { \
+ Pseudo_scrn.buf = realloc(Pseudo_scrn.buf, Pseudo_row * Pseudo_cols + 
_len); \
+Pseudo_scrn.mem_size = Pseudo_size = Pseudo_row * Pseudo_cols + _len; \
+  } \
+  _ptr = &Pseudo_scrn.buf[Pseudo_row++ * Pseudo_cols];  \
   if (memcmp(_ptr, _str, _len)) {\
  memcpy(_ptr, _str, _len);\
   } else { \
@@ -237,6 +241,11 @@
RCW_t  win [4];  // a 'WIN_t.rc' for each of the 4 windows
 } RCF_t;
 
+typedef struct PSEUDO_SCREEN_t {
+   char *buf;
+   int mem_size;
+} PSEUDO_SCREEN_t;
+
 // The scaling 'type' used with scale_num() -- this is how
 // the passed number is interpreted should scaling be necessary
 enum scale_num {


signature.asc
Description: Digital signature


Bug#436065: ITP: flickcurl -- C library for the Flickr API

2007-08-05 Thread Kumar Appaiah
On Mon, Aug 06, 2007 at 06:43:39AM +0530, Kumar Appaiah wrote:
> > My only other comment on the packaging is that very likely the FTP masters
> > would reject it because there are two packages with only a couple of files:
> > flickcurl, flickrdf and their man pages.  In a real package layout I
> > expect a flickcurl-utils package that contained both would be
> > more acceptible to them, although you can never tell.
> 
> I shall make a new upload.

Done! I now have the flickcurl-utils package instead of the two small
separate ones. Since I didn't find much information about best
practices while packaging an svn version, I thought I'd leave it for
the next release, unless you do prove me wrong and point me to a
reference about this. :-)

dget -x 
http://mentors.debian.net/debian/pool/main/f/flickcurl/flickcurl_0.11-1.dsc

I am aware that sime packages (like XMMS earlier) do sync with svn
often, but I felt it wasn't warranted...

Thanks!

Kumar
-- 
Kumar Appaiah,
458, Jamuna Hostel,
Indian Institute of Technology Madras,
Chennai - 600 036


signature.asc
Description: Digital signature


Bug#436106: ITP: cl-ltk -- A Common Lisp binding to the Tk toolkit

2007-08-05 Thread Олег Белозеров
Hailings, Paul Wise!
On Mon, 6 Aug 2007 11:16:23 +1000, you wrote:

 >> Ltk is stable and actively maintained.

 > Don't put this in the package description

 Fixed. Thanks.

-- 
With best regards, Oleg.


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



Bug#436106: ITP: cl-ltk -- A Common Lisp binding to the Tk toolkit

2007-08-05 Thread Paul Wise
On 8/5/07, Oleg Belozeorov <[EMAIL PROTECTED]> wrote:

> Ltk is stable and actively maintained.

Don't put this in the package description, since it is something that
may change separately to the package.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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



Bug#436065: ITP: flickcurl -- C library for the Flickr API

2007-08-05 Thread Kumar Appaiah
Dear Dave,

> Hello, as you can see I'm the author, and I'm also a Debain Developer.

Actually, it is only now that I can see it! :-)

> With respect to example.c - that should be in the public domain, I've
> made it so in SVN.

Now, would you like me to check it out from svn, or leave it as is for
now and modify it for your next release?

> My only other comment on the packaging is that very likely the FTP masters
> would reject it because there are two packages with only a couple of files:
> flickcurl, flickrdf and their man pages.  In a real package layout I
> expect a flickcurl-utils package that contained both would be
> more acceptible to them, although you can never tell.

I shall make a new upload.

Thanks a lot!

Kumar
-- 
Kumar Appaiah,
458, Jamuna Hostel,
Indian Institute of Technology Madras,
Chennai - 600 036


signature.asc
Description: Digital signature


Bug#435645: Refuse to eject cdrom

2007-08-05 Thread Frank Lichtenheld
On Thu, Aug 02, 2007 at 12:18:50PM +0200, Klaus Ethgen wrote:
> Newer eject refuse to eject a cdrom mounted under /cdrom. This render
> this package nearly unusable as this is the major reason the package
> exists.

Please provide the output of eject -v for the failing usage.
That should probably help to narrow down your problem.

Gruesse,
-- 
Frank Lichtenheld <[EMAIL PROTECTED]>
www: http://www.djpig.de/


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



Bug#424056: Missing libsmlnj-smlnj

2007-08-05 Thread Phil Miller
So, after looking more carefully at the list of available packages
from the smlnj source package and what each contained, I realized that
the things I was looking for were part of libsmlnj-smlnj. After
installing this, both the open of LibBase and what I really needed to
do my work worked perfectly well. I'd like to request that the SML/NJ
packages either be reorganized to match how the users will see them,
or at least that smlnj declare some sort of relationship with
libsmlnj-smlnj. Depends would be nice, but I would have solved my
problem sooner if there had even been a Suggests or Recommends.

Phil


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



Bug#435974: heartbeat: not binNMU safe

2007-08-05 Thread Horms
On Sat, Aug 04, 2007 at 03:51:10PM +0300, Lior Kaplan wrote:
> Package: heartbeat
> Version: 2.1.2-1
> Severity: normal
> Tags: patch
> 
> Please apply the attached patch to make your package binNMU safe.
> 
> More info at http://wiki.debian.org/binNMU
> 
> Let me know if you have questions about this patch.
> 
> This will enable an easier solution for cases lile #422107 in the future.

Hi,

thanks for bringing this to my attention. Should I make a fresh release
to incoporate this patch, or can it wait until whenever the next
upload occurs?

-- 
Horms
  H: http://www.vergenet.net/~horms/
  W: http://www.valinux.co.jp/en/



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



Bug#436177: Memory leak

2007-08-05 Thread David Roguin
Package: eclipse
Version: 3.2.2-1
Severity: critical

--- Please enter the report below this line. ---
When Eclipse is starting it takes more than 2 GB of memory. 
I don't know how much memory it needs because it freezes the system.

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.22-1-amd64

Debian Release: lenny/sid
  500 unstablesft.if.usp.br 
  500 unstablehttp.us.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-
eclipse-jdt(= 3.2.2-1) | 3.2.2-1
eclipse-pde(= 3.2.2-1) | 3.2.2-1
eclipse-source (= 3.2.2-1) | 3.2.2-1
zenity | 2.18.2-1




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



Bug#432089: (patch)

2007-08-05 Thread Jan Christoph Nordholz
Ouch, forgotten to attach.
#! /bin/sh /usr/share/dpatch/dpatch-run
## 30sysctl_off_by_one.dpatch by  <[EMAIL PROTECTED]>
##
## DP: Fix off-by-one error. If tmpname is a directory, a trailing slash
## DP: is appended before the buffer is passed on to DisplayAll()...
## DP: but that slash doesn't fit in the (really tightly) allocated buffer.

@DPATCH@
--- procps-3.2.7.orig/sysctl.c  2007-08-06 02:29:12.0 +0200
+++ procps-3.2.7/sysctl.c   2007-08-06 02:27:18.0 +0200
@@ -135,7 +135,7 @@
}
 
/* used to open the file */
-   tmpname = malloc(strlen(name)+strlen(PROC_PATH)+1);
+   tmpname = malloc(strlen(name)+strlen(PROC_PATH)+2);
strcpy(tmpname, PROC_PATH);
strcat(tmpname, name); 
slashdot(tmpname+strlen(PROC_PATH),'.','/'); /* change . to / */


signature.asc
Description: Digital signature


Bug#436057: less, exit but left content on screen

2007-08-05 Thread Miles Bader
Tong Sun <[EMAIL PROTECTED]> writes:
> So having a keyboard command 'x' or something can allows me, 
...
> I don't know if this is possible.

Less normally allows you to change command-line options from within a
less session (just type "-" followed by the option...).

However, they seem to have intentionally disabled this feature with the
"-X" option.

I think the reason probably is that once you're inside the less session,
it's too late to change -- the "terminal init" command has already been
sent (or not sent), and if a program has sent the "terminal init"
command, technically it _has_ to send the "terminal deinit" command when
it exits, otherwise the terminal will be left in a potentially screwed
up state.

[E.g., at least one 'terminal init" I've seen (in the past -- I don't
know if xterm works this way) moved the display window to the beginning
of the scrollback buffer; "terminal deinit" would then move the display
window back to the end of the scrollback buffer.  If deinit isn't sent,
things would be weird once the terminal starts scrolling again -- not
only would new output overwrite the scrollback buffer from the
beginning, but new lines that appeared at the bottom when the terminal
scrolled would not be blank!]

For this reason, probably a "x" command _is_ impossible (or at least,
would often yield screwy results when you used it).

-Miles
-- 
Occam's razor split hairs so well, I bought the whole argument!


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



Bug#432089: procps: sysctl crashes on free()

2007-08-05 Thread Jan Christoph Nordholz
tags 432089 + patch
thankyou

Hi Craig, hi Wouter,

here's a patch that fixes the bug. sysctl is trying to save every single
byte when malloc()ing buffers, and here it tried to save one byte too much. ;)

Proof (valgrind):
] ==16975== Invalid write of size 1
] ==16975==at 0x8048F10: ReadSetting (sysctl.c:196)
] ==16975==by 0x8049AD5: main (sysctl.c:509)


Regards,

Jan


signature.asc
Description: Digital signature


Bug#436176: debianutils: sensible-browser passes wrong parameter to gnome-terminal

2007-08-05 Thread Junichi Uekawa
Package: debianutils
Version: 2.23
Severity: normal

The following code is wrong:

if test -n "$GNOME_DESKTOP_SESSION_ID"; then
if test -x /usr/bin/gnome-www-browser; then
exec /usr/bin/gnome-www-browser "$URL"
elif test -x /usr/bin/gnome-terminal && test -x /usr/bin/www-browser; then
exec /usr/bin/gnome-terminal -e /usr/bin/www-browser "$URL"
fi
fi

It passes "$URL" to gnome-terminal.


It should probably be fixed like:

-exec /usr/bin/gnome-terminal -e /usr/bin/www-browser "$URL"
+exec /usr/bin/gnome-terminal -e "/usr/bin/www-browser \"$URL\""



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

Kernel: Linux 2.6.21dancer (PREEMPT)
Locale: LANG=ja_JP.EUC-JP, LC_CTYPE=ja_JP.EUC-JP (charmap=EUC-JP) (ignored: 
LC_ALL set to ja_JP.eucJP)
Shell: /bin/sh linked to /bin/bash

Versions of packages debianutils depends on:
ii  libc6 2.6-5  GNU C Library: Shared libraries

debianutils recommends no packages.

-- no debconf information


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



Bug#436175:

2007-08-05 Thread Amos Jeffries
oops, Forgot to include the streambuf child class details.

class StoreEntryStreamBuf : public std::streambuf
{
public:
StoreEntryStreamBuf(StoreEntry *anEntry) : anEntry(anEntry);
~StoreEntryStreamBuf();

protected:
virtual char overflow(char aChar = traits_type::eof());
virtual int sync();
virtual std::streamsize xsputn(const char * chars, std::streamsize
number);

private:
StoreEntry *anEntry;
};





Bug#436172: libxine1 from testing and unstable can't decode .wmv correctly

2007-08-05 Thread Amir Tabatabaei
On Mon, 2007-08-06 at 01:47 +0200, Cyril Brulebois wrote:
> Amir Tabatabaei <[EMAIL PROTECTED]> (06/08/2007):
> > Indeed, w32codecs are installed on my system and without this package
> > I won't be able to watch any .wmv at all.
> 
> So, there's no regression here, no need to have an RC bug for that,
> lowering severity accordingly -- although I think that `important' is
> still far too high.
> 
> > But why does it work with the older versions of libxine1 correctly and
> > not with newer ones?
> 
> I guess it pretty much has to do with the additional packages you are
> using, although I'm not sure. Please bug the supplier of these
> additional packages.

No, the newer version of libxine1 enables .wmv decoding and uses it, no
matter if w32codecs are installed or not. It is probably not yet
implemented completely.



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



Bug#436174: user switching enabled despite user_switch_enabled == false

2007-08-05 Thread Elmar Hoffmann
Package: gnome-screensaver
Version: 2.18.2-1
Severity: normal

Despite /apps/gnome-screensaver/user_switch_enabled being set to
false, the unlock dialog still displays a working "Switch user..."
button.

--8<--

$ gconftool-2 --long-docs /apps/gnome-screensaver/user_switch_enabled

  Set this to TRUE to offer an option in the unlock dialog to
  switch to a different user account.

$ gconftool-2 --get /apps/gnome-screensaver/user_switch_enabled
false

--8<--

elmar

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

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

Versions of packages gnome-screensaver depends on:
ii  dbus1.1.1-3  simple interprocess messaging syst
ii  gconf2  2.18.0.1-3   GNOME configuration database syste
ii  gnome-icon-theme2.18.0-3 GNOME Desktop icon theme
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libatk1.0-0 1.18.0-2 The ATK accessibility toolkit
ii  libbonobo2-02.18.0-2 Bonobo CORBA interfaces library
ii  libbonoboui2-0  2.18.0-5 The Bonobo UI library
ii  libc6   2.6-5GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1+b2  The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.1.1-3  simple interprocess messaging syst
ii  libdbus-glib-1-20.74-1   simple interprocess messaging syst
ii  libexif12   0.6.16-2 library to parse EXIF files
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libfreetype62.3.5-1  FreeType 2 font engine, shared lib
ii  libgconf2-4 2.18.0.1-3   GNOME configuration database syste
ii  libgl1-mesa-glx [libgl1 6.5.2-7  A free implementation of the OpenG
ii  libglade2-0 1:2.6.2-1library to load .glade files at ru
ii  libglib2.0-02.12.13-1The GLib library of C routines
ii  libgnome-keyring0   0.8.1-2  GNOME keyring services library
ii  libgnome-menu2  2.18.3-2 an implementation of the freedeskt
ii  libgnome2-0 2.18.0-4 The GNOME 2 library - runtime file
ii  libgnomecanvas2-0   2.14.0-3 A powerful object-oriented display
ii  libgnomekbd12.18.2-1 GNOME library to manage keyboard c
ii  libgnomekbdui1  2.18.2-1 User interface library for libgnom
ii  libgnomeui-02.18.1-2 The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0  1:2.18.1-3+b1GNOME Virtual File System (runtime
ii  libgtk2.0-0 2.10.13-1The GTK+ graphical user interface 
ii  libice6 2:1.0.3-3X11 Inter-Client Exchange library
ii  liborbit2   1:2.14.7-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpam0g0.79-4   Pluggable Authentication Modules l
ii  libpango1.0-0   1.16.5-1 Layout and rendering of internatio
ii  libpng12-0  1.2.15~beta5-2   PNG library - runtime
ii  libpopt01.10-3   lib for parsing cmdline parameters
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.8-2X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  2:1.1.2-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxklavier11   3.2-2X Keyboard Extension high-level AP
ii  libxml2 2.6.29.dfsg-1GNOME XML library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.2-1X Rendering Extension client libra
ii  libxss1 1:1.1.2-1X11 Screen Saver extension library
ii  libxxf86misc1   1:1.0.1-2X11 XFree86 miscellaneous extensio
ii  libxxf86vm1 1:1.0.1-2X11 XFree86 video mode extension l
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

Versions of packages gnome-screensaver recommends:
ii  gnome-power-manager   2.18.3-1   frontend for gnome-powermanager
pn  rss-glx(no description available)
pn  xscreensaver-gl(no description available)

-- no debconf information

-- 

 .'"`./"\
| :' :   Elmar Hoffmann <[EMAIL PROTECTED]>ASCII Ribbon Campaign  \ /
`. `'GPG key available via pgp.net  

Bug#436175: streambuf inheritance problem.

2007-08-05 Thread Amos Jeffries
Package: g++
Version: 4.1.3 20070718 (prerelease)

Creating two classes that inherit from std::ostream and std::streambuf.

When used with setw and characters:
  child << "some text" << std::setw(4) << "!";
only ever stores "some text"

However numerics work:
  child << "some text" << std::setw(4) << "1";
stores the desired "some text   1"

The child class code as written works perfectly in earlier g++ versions,
but fails in 4.1.3+ and 4.2.1+ (both the latest prereleases)

I have experimented by implementing every possible innheritable function
of both ostream and streambuf that I could find. None of the
un-implemented methods appears to be ever called.

The classes as written are:

class StoreEntryStream : public std::ostream
{

public:
StoreEntryStream(StoreEntry *anEntry) : std::ostream(&_buffer),
 _buffer(anEntry) { this->init(&_buffer);}

private:
StoreEntryStreamBuf _buffer;

public:
StoreEntryStreamBuf * rdbuf() const;
};





Bug#434645: Shibboleth-sp crashes under load

2007-08-05 Thread Russ Allbery
Patrik Schnellmann <[EMAIL PROTECTED]> writes:

> ab can be called as follows:
> ab -n 1 -c 20 http://sp.example.org/foo-admin

> foo-admin being a shib protected URL. I'm not sure if this will really
> take the shibd down as I didn't verify that myself. One of our users
> just told me.

> Maybe you want give JMeter a try. There's an inofficial tar-ball with some
> additions on the following URL:
> https://tools.switch.ch/jakarta-jmeter-2.2-switch.tar.gz

> It uses beanshell to simplify the configuration. Load the testplan in
> the "testplans" directory and modify the IdP/SP parameters in the node
> "Shibboleth SP / IdP config". The credentials are read from a config
> file referenced in the "Shibboleth config" node. The results of a run
> are shown in the "View results tree". After a successful run, raise the
> number of threads in "Thread Group".  15 to 20 threads and a few hundred
> requests will put enough load on the Shib SP and show if the shibd is
> table enough.

Thanks!  I'll copy this information to the bug so that I won't lose it and
do this check as soon as a patched log4cpp is available.

-- 
Russ Allbery ([EMAIL PROTECTED])   


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



Bug#436173: xmovie_1.9.12-1.1 (i386/unstable): FTBFS: 'BC_TRANSPARENCY' was not declared in this scope

2007-08-05 Thread Steve Langasek
Package: xmovie
Version: 1.9.12-1.1
Severity: serious
Tags: lenny sid

Hi David,

xmovie is failing to build from source in unstable:

[...]
g++ -c `cat i686/c_flags`  bcbitmap.C -o i686/bcbitmap.o
bcbitmap.C: In member function 'int BC_Bitmap::get_default_depth()':
bcbitmap.C:354: error: 'BC_TRANSPARENCY' was not declared in this scope
bcbitmap.C: In member function 'int BC_Bitmap::read_frame(VFrame*, int, int, 
int, int, int, int, int, int)':
bcbitmap.C:605: error: invalid conversion from 'unsigned char*' to 'int'
bcbitmap.C:605: error: invalid conversion from 'unsigned char*' to 'int'
bcbitmap.C:605: error: invalid conversion from 'unsigned char*' to 'int'
bcbitmap.C:605: error: invalid conversion from 'unsigned char*' to 'int'
bcbitmap.C:605: error: invalid conversion from 'unsigned char*' to 'int'
bcbitmap.C:605: error: invalid conversion from 'unsigned char*' to 'int'
/usr/include/lqt/colormodels.h:212: error: too many arguments to function 'void 
cmodel_transfer(unsigned char**, unsigned char**, int, int, int, int, int, int, 
int, int, int, int, int, int)'
bcbitmap.C:605: error: at this point in file
make[3]: *** [i686/bcbitmap.o] Error 1
[...]

And also:

[...]
g++ -c `cat i686/c_flags` asset.C -o i686/asset.o
asset.C: In member function 'int Asset::dump()':
asset.C:99: error: 'printf' was not declared in this scope
make[3]: *** [i686/asset.o] Error 1
[...]

A full build log is available at 
.

Evidently, something has changed in the API of libquicktime, such that
xmovie is no longer source-compatible.  This prevents rebuilding xmovie for
either the libglib1.2ldbl or the libquicktime1 library transitions.

Since the libglib1.2ldbl transition currently accounts for over 80% of the
packages awaiting testing migration, I intend to remove xmovie from testing
pending resolution of this bug.

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


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



Bug#436172: libxine1 from testing and unstable can't decode .wmv correctly

2007-08-05 Thread Cyril Brulebois
severity 436172 important
thanks

Amir Tabatabaei <[EMAIL PROTECTED]> (06/08/2007):
> Indeed, w32codecs are installed on my system and without this package
> I won't be able to watch any .wmv at all.

So, there's no regression here, no need to have an RC bug for that,
lowering severity accordingly -- although I think that `important' is
still far too high.

> But why does it work with the older versions of libxine1 correctly and
> not with newer ones?

I guess it pretty much has to do with the additional packages you are
using, although I'm not sure. Please bug the supplier of these
additional packages.

Cheers,

-- 
Cyril Brulebois


pgpgQwC2gfmyH.pgp
Description: PGP signature


Bug#436172: libxine1 from testing and unstable can't decode .wmv correctly

2007-08-05 Thread Amir Tabatabaei
On Mon, 2007-08-06 at 01:18 +0200, Cyril Brulebois wrote:
> Amir Tabatabaei <[EMAIL PROTECTED]> (06/08/2007):
> > Using libxine1 from testing or unstable (1.1.7-1), videos in .wmv can't
> > be decoded correctly while libxine1 from oldstable (1.0.1-1sarge5) and
> > stable (1.1.2+dfsg-4) can decode them. Please find here two examples:
> > http://microsist.com/umbro.wmv
> > http://microsist.com/voodoo.wmv
> 
> Neither vlc or xine can decode them properly here (green background
> where there's no move), but that's not surprizing given the file format.
> 
> >   500 unstablewww.debian-multimedia.org 
> >   500 unstableftp.de.debian.org
> 
> Could the correct decoding with libxine1 from oldstable be due to the
> presence of unofficial packages (www.debian-multimedia.org), e.g.
> w32codecs and the like?

Indeed, w32codecs are installed on my system and without this package I
won't be able to watch any .wmv at all. But why does it work with the
older versions of libxine1 correctly and not with newer ones?

Regards,
Amir



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



Bug#436059: apt-listbug remains frozen on hurd

2007-08-05 Thread Junichi Uekawa
At Sun, 5 Aug 2007 22:32:27 +0530,
Ritesh Raj Sarraf wrote:
> 
> On Sunday 05 August 2007, Junichi Uekawa wrote:
> > Try the following NOW, as documented in README.Debian
> >
> 
> You should have explained that "NOW" earlier. :-)
> By the time I saw your email, I had already done an apt-get clean.
> 
> >
> > (echo 'VERSION 2'; echo '' ;
> > ls -1 /var/cache/apt/archives/*_*.deb |
> > sed 's/^/x x x x /') |
> > /usr/sbin/apt-listbugs apt -d
> 
> Anyway, here's the output:
> 
> And probably this is what you were wanting to have a look at:
> 
> Retrieving bug reports... 0%Exception `LoadError' 
> at /usr/lib/ruby/1.8/xml/encoding-ja.rb:12 - no such file to load -- uconv
> Set XSD::XMLParser::XMLParser as XML processor.
> Exception `LoadError' at /usr/lib/ruby/1.8/http-access2.rb:31 - no such file 
> to load -- openssl
> Wire dump:

No, the above error message always appears, so not relevant to this problem.

> hurd:~# (echo 'VERSION 2'; echo '';
> ls -l /var/cache/apt/archives/*_*.deb |
> sed 's/^/x x x x /') |
> /usr/sbin/apt-listbugs apt -d
> Reading package fields... 0%dpkg: conflicting actions -r (--remove) and -I 
> (--info)
> 
> Type dpkg --help for help about installing and deinstalling packages [*];
> Use `dselect' or `aptitude' for user-friendly package management;
> Type dpkg -Dhelp for a list of dpkg debug flag values;
> Type dpkg --force-help for a list of forcing options;
> Type dpkg-deb --help for help about manipulating *.deb files;
> Type dpkg --license for copyright license and lack of warranty (GNU GPL) [*].

The above looks weird.
What files do you have in /var/cache/apt/archives/ ?

Ermm... actually, it needs to be 'ls -1
/var/cache/apt/archives/*_*.deb |' not 'ls -l
/var/cache/apt/archives/*_*.deb |'. Note the difference between '-1'
and '-l'.

Could you try again with '-1' ?



regards,
junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project



Bug#436172: libxine1 from testing and unstable can't decode .wmv correctly

2007-08-05 Thread Cyril Brulebois
Amir Tabatabaei <[EMAIL PROTECTED]> (06/08/2007):
> Using libxine1 from testing or unstable (1.1.7-1), videos in .wmv can't
> be decoded correctly while libxine1 from oldstable (1.0.1-1sarge5) and
> stable (1.1.2+dfsg-4) can decode them. Please find here two examples:
> http://microsist.com/umbro.wmv
> http://microsist.com/voodoo.wmv

Neither vlc or xine can decode them properly here (green background
where there's no move), but that's not surprizing given the file format.

>   500 unstablewww.debian-multimedia.org 
>   500 unstableftp.de.debian.org

Could the correct decoding with libxine1 from oldstable be due to the
presence of unofficial packages (www.debian-multimedia.org), e.g.
w32codecs and the like?

Cheers,

-- 
Cyril Brulebois


pgpolwyO23JEu.pgp
Description: PGP signature


Bug#436062: gfax: crash on start

2007-08-05 Thread Andrew Schulman
> Starting gfax works for me, maybe that problem only occurs on amd64?

OK.

> According to the stack-trace the problem pops up in the gconf client
> code. Could you test other GTK# applications that use gconf like blam?

I just ran blam.  It starts and runs fine, although it segfaults at exit.  
If you can suggest other apps to try, I'm glad to try them (can't find any 
just offhand).

> Here my used versions (would be nice if you could run that too):

All the same as yours:

$ dpkg -l|egrep "(gfax|libglib2.0|libgconf2)"
ii  gfax  0.7.6-3 
GNOME frontend for fax programs
ii  libgconf2-4   2.18.0.1-3  
GNOME configuration database system (shared li
ii  libgconf2-dev 2.18.0.1-3  
GNOME configuration database system (developme
ii  libgconf2.0-cil   2.16.0-6
CLI binding for GConf 2.16
ii  libglib2.0-0  2.12.13-1   
The GLib library of C routines
ii  libglib2.0-cil2.10.1-2
CLI binding for the GLib utility library 2.12
ii  libglib2.0-dev2.12.13-1   
Development files for the GLib library
ii  libglib2.0-doc2.12.13-1   
Documentation files for the GLib library

Thanks,
Andrew.


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



Bug#436172: libxine1 from testing and unstable can't decode .wmv correctly

2007-08-05 Thread Amir Tabatabaei
Package: libxine1
Version: 1.1.7-1
Severity: serious

Using libxine1 from testing or unstable (1.1.7-1), videos in .wmv can't
be decoded correctly while libxine1 from oldstable (1.0.1-1sarge5) and
stable (1.1.2+dfsg-4) can decode them. Please find here two examples:
http://microsist.com/umbro.wmv
http://microsist.com/voodoo.wmv

Regards,
Amir


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22.1

Debian Release: lenny/sid
  500 unstablewww.debian-multimedia.org 
  500 unstableftp.de.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-==
libasound2   (>> 1.0.14) | 1.0.14a-2
libc6 (>= 2.5-5) | 2.6-5
libdirectfb-0.9-25   | 0.9.25.1-6
libflac8 | 1.1.4-3+b1
libgl1-mesa-glx  | 6.5.2-7
 OR libgl1   | 
libglu1-mesa | 6.5.2-7
 OR libglu1  | 
libjack0(>= 0.103.0) | 0.103.0-6
libmagick9   | 7:6.2.4.5.dfsg1-1
libmng1 (>= 1.0.3-1) | 1.0.9-1
libmodplug0c2 (>= 1:0.7-4.1) | 1:0.7-5.2
libmpcdec3   | 1.2.2-1
libogg0   (>= 1.1.3) | 1.1.3-2
libpulse0| 0.9.6-1
libsdl1.2debian(>= 1.2.10-1) | 1.2.11-9
libsmbclient   (>= 3.0.2a-1) | 3.0.25b-1+b1
libspeex1 (>= 1.1.8) | 1.1.12-3
libstdc++6 (>= 4.2-20070516) | 4.2.1-1
libtheora0   | 0.0.0.alpha7.dfsg-2
libvorbis0a   (>= 1.1.2) | 1.2.0.dfsg-1
libx11-6 | 2:1.0.3-7
libxcb-shape0| 1.0-3
libxcb-shm0  | 1.0-3
libxcb-xv0   | 1.0-3
libxcb1  | 1.0-3
libxext6 | 1:1.0.3-2
libxine1  (<< 1.1.8) | 1.1.7-1
libxine1  (>= 1.1.7) | 1.1.7-1
libxinerama1 | 1:1.0.2-1
libxv1   | 1:1.0.3-1
libxvmc1 | 1:1.0.4-2
zlib1g  (>= 1:1.2.1) | 1:1.2.3.3.dfsg-5




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



Bug#436171: reportbug-ng: French translation update

2007-08-05 Thread Cyril Brulebois
Package: reportbug-ng
Severity: wishlist
Tags: l10n patch

Hi,

please find attached an updated French translation, proofread by the
contributors of the [EMAIL PROTECTED] list.

Cheers,

-- 
Cyril Brulebois
# French translation of reportbug-ng
# This file is distributed under the same license as the report-ng package.
#
# Robert-André Mauchin <[EMAIL PROTECTED]>, 2007.
# Christian Perrier <[EMAIL PROTECTED]>, 2007.
# Cyrille Bollu <[EMAIL PROTECTED]>, 2007.
# Robert-André Mauchin <[EMAIL PROTECTED]>, 2007
#
msgid ""
msgstr ""
"Project-Id-Version: reportbug-ng 0.2007.06.23\n"
"POT-Creation-Date: 2007-07-18 15:21+CEST\n"
"PO-Revision-Date: 2007-07-25 04:34+0200\n"
"Last-Translator: Cyril Brulebois <[EMAIL PROTECTED]>\n"
"Language-Team: French <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n>1;\n"
"Generated-By: pygettext.py 1.5\n"

#: ../ui/MainWindow.py:1162 ../ui/MainWindow.py:1244
msgid "Summary"
msgstr "Résumé"

#: ../ui/MainWindow.py:1164 ../ui/MainWindow.py:1245
msgid "Status"
msgstr "État"

#: ../ui/MainWindow.py:1166 ../ui/MainWindow.py:1246
msgid "Severity"
msgstr "Gravité"

#: ../ui/MainWindow.py:1243
msgid "Reportbug NG"
msgstr "Reportbug NG"

#: ../ui/MainWindow.py:1247
msgid "Quits Reportbug NG"
msgstr "Quitte Reportbug NG"

#: ../ui/MainWindow.py:1248
msgid "&Quit"
msgstr "&Quitter"

#: ../ui/MainWindow.py:1249
msgid "Ctrl+Q"
msgstr "Ctrl+Q"

#: ../ui/MainWindow.py:1250
msgid "Provide additional information for the current bugreport"
msgstr ""
"Fournit des informations supplémentaires pour le rapport de bogue actuel"

#: ../ui/MainWindow.py:1251
msgid "&Additional Info..."
msgstr "&Informations supplémentaires"

#: ../ui/MainWindow.py:1252
msgid "Ctrl+A"
msgstr "Ctrl+A"

#: ../ui/MainWindow.py:1253
msgid "Create new bugreport for current package"
msgstr "Crée un nouveau rapport de bogue pour le paquet actuel"

#: ../ui/MainWindow.py:1254
msgid "&New Bugreport..."
msgstr "&Nouveau rapport de bogue"

#: ../ui/MainWindow.py:1255
msgid "Ctrl+N"
msgstr "Ctrl+N"

#: ../ui/MainWindow.py:1256
msgid "Create a new WNPP bugreport"
msgstr "Crée un nouveau rapport de bogue WNPP"

#: ../ui/MainWindow.py:1257
msgid "&WNPP..."
msgstr "&WNPP"

#: ../ui/MainWindow.py:1258
msgid "Ctrl+W"
msgstr "Ctrl+W"

#: ../ui/MainWindow.py:1259
msgid "Show or hide  the main menu"
msgstr "Affiche ou cache le menu principal"

#: ../ui/MainWindow.py:1260
msgid "&Menubar"
msgstr "Barre de &Menu"

#: ../ui/MainWindow.py:1261
msgid "Ctrl+M"
msgstr "Ctrl+M"

#: ../ui/MainWindow.py:1262
msgid "Close the current bugreport"
msgstr "Ferme le rapport de bogue actuel"

#: ../ui/MainWindow.py:1263
msgid "&Close Bugreport..."
msgstr "&Ferme le rapport de bogue"

#: ../ui/MainWindow.py:1264
msgid "Ctrl+L"
msgstr "Ctrl+L"

#: ../ui/MainWindow.py:1265
msgid "Toolbar"
msgstr "Barre d'outils"

#: ../ui/MainWindow.py:1266
msgid "Enter a package name or a filter expression"
msgstr "Veuillez indiquer un nom de paquet ou une expression de filtrage"

#: ../ui/MainWindow.py:1268
msgid "&Reportbug NG"
msgstr "&Reportbug NG"

#: ../ui/MainWindow.py:1270
msgid "&Bugreport"
msgstr "Rapport de &Bogue"

#: ../ui/MyMainWindow.py:37
msgid ""
"Using Reportbug-NG\n"
"Step 1: Finding Bugs\n"
"To find a bug just enter a query and press Enter. Loading the list might "
"take a few seconds.\n"
"\n"
"The following queries are supported:\n"
"\n"
"packageReturns all the bugs belonging to the "
"PACKAGE\n"
"bugnumberReturns the bug with BUGNUMBER\n"
"[EMAIL PROTECTED]Returns all the bugs assigned to "
"MAINTAINER\n"
"src:sourcepackageReturns all the bugs belonging to "
"the SOURCEPACKAGE\n"
"from:[EMAIL PROTECTED]Returns all the bugs filed "
"by SUBMITTER\n"
"severity:fooReturns all the bugs of SEVERITY. "
"Warning: this list is probably very long. Recognized are the values: "
"critical, grave, serious, important, normal, minor and wishlist\n"
"tag:barReturns all the bugs marked with TAG\n"
"\n"
"\n"
"\n"
"To see the full bugreport click on the bug in the list. Links in the "
"bugreport will open in an external browser when clicked.\n"
"\n"
"Step 2: Filtering Bugs\n"
"To filter the list of existing bugs enter a few letters (without pressing "
"Enter). The filter is case insensitive and\n"
"affects the packagename, bugnumber, summary, status and severity of a bug.\n"
"\n"
"Step 3: Reporting Bugs\n"
"You can either provide additional information for an existing bug by "
"clicking on the bug in the list and pressing the \"Additional Info\" button "
"or you can create a new bugreport for the current package by clicking the "
"\"New Bugreport\" button.\n"
msgstr ""
"Utilisation de Reportbug-NG\n"
"Étape 1 : trouver des bogues\n"
"Pour trouver un bogue, saisissez une requête et appuyez sur Entrée. Le "
"chargement de la liste peut prendre quelques secondes.\n"
"\n"
"Les requêtes suivantes sont prises en charge :\n"
"\n"
"paquetRenvoie tous les bogues appartenant au 

Bug#436169: balsa: Balsa crashes when launched from from ssh

2007-08-05 Thread Sven Arvidsson
forcemerge 434499 436169
thanks

On Mon, 2007-08-06 at 00:33 +0200, Nicolas Patrois wrote:
> Balsa launches from a ssh -XC session, I can see the main window with the 
> mailboxes on the left.
> When I want to open a mailbox, it crashes with this message:
> 
> 
> (balsa:4568): GLib-GObject-WARNING **: specified instance size for type 
> `LibBalsaMimeStreamShared' is smaller than the parent type's `GMimeStreamFs' 
> instance size
> 
> (balsa:4568): GLib-GObject-CRITICAL **: g_object_new: assertion 
> `G_TYPE_IS_OBJECT (object_type)' failed
> Xlib: unexpected async reply (sequence 0x1886)!

Hi,

This is similar to bug 434499, there's a workaround described there.

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


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


Bug#436125: gnome-netstatus-applet: failed to update statistics after reconnection

2007-08-05 Thread Sven Arvidsson
forwarded 436125 http://bugzilla.gnome.org/show_bug.cgi?id=463795
thanks

On Sun, 2007-08-05 at 23:40 +0800, manphiz wrote:
> gnome-netstatus-applet currently fails to update its statistics after
> disconnection and reconnection. An investigation within the source
> revealed it was because the status determination between current and
> previous state is based on "packets" field, which, according to an
> investigation in /proc/net/dev, will be reset to 0 after reconnection,
> which in turn resulted in the status will be determined as "Idle" until
> the new "packets" data is larger than the previously saved one. Whilst
> the "bytes" field won't be reset to 0 and will continue to accumulate.
> Changing the comparison criterion to bytes-based eliminates this glitch.
> The patch is attached below.

Great! I have forwarded the bug report and your patch to the upstream
developers, but I'm not sure if gnome-netstatus is actively maintained
these days.

http://bugzilla.gnome.org/show_bug.cgi?id=463795

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


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


Bug#436169: balsa: Balsa crashes when launched from from ssh

2007-08-05 Thread Nicolas Patrois
Package: balsa
Version: 2.3.17-1
Severity: normal


Balsa launches from a ssh -XC session, I can see the main window with the 
mailboxes on the left.
When I want to open a mailbox, it crashes with this message:


(balsa:4568): GLib-GObject-WARNING **: specified instance size for type 
`LibBalsaMimeStreamShared' is smaller than the parent type's `GMimeStreamFs' 
instance size

(balsa:4568): GLib-GObject-CRITICAL **: g_object_new: assertion 
`G_TYPE_IS_OBJECT (object_type)' failed
Xlib: unexpected async reply (sequence 0x1886)!


The crash takes its time to come.
Note that I have the same message, even if I resize Balsa.

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

Kernel: Linux 2.6.16-2-686-smp (SMP w/1 CPU core)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages balsa depends on:
ii  gnome-ic 2.18.0-3GNOME Desktop icon theme
ii  libart-2 2.3.19-3Library of functions for 2D graphi
ii  libaspel 0.60.5-1GNU Aspell spell-checker runtime l
ii  libatk1. 1.18.0-2The ATK accessibility toolkit
ii  libbonob 2.18.0-2Bonobo CORBA interfaces library
ii  libbonob 2.18.0-5The Bonobo UI library
ii  libc62.6-2   GNU C Library: Shared libraries
ii  libcairo 1.4.10-1The Cairo 2D vector graphics libra
ii  libcomer 1.39+1.40-WIP-2006.11.14+dfsg-2 common error description library
ii  libcompf 1:1.5.2-4   Compress/decompress images for mai
ii  libesmtp 1.0.3-1.1   LibESMTP SMTP client library
ii  libfontc 2.4.2-1.2   generic font configuration library
ii  libgconf 2.18.0.1-3  GNOME configuration database syste
ii  libglade 1:2.6.1-1   library to load .glade files at ru
ii  libglib2 2.12.13-1   The GLib library of C routines
ii  libgmime 2.2.10-1MIME library, unstable version
ii  libgnome 0.8.1-2 GNOME keyring services library
ii  libgnome 2.18.0-4The GNOME 2 library - runtime file
ii  libgnome 2.14.0-3A powerful object-oriented display
ii  libgnome 2.18.0-2The GNOME 2.2 print architecture -
ii  libgnome 2.18.1-2The GNOME 2 libraries (User Interf
ii  libgnome 1:2.18.1-2  GNOME Virtual File System (runtime
ii  libgpg-e 1.4-2   library for common error values an
ii  libgpgme 1.1.4-1 GPGME - GnuPG Made Easy
ii  libgtk2. 2.10.13-1   The GTK+ graphical user interface 
ii  libgtkht 3.14.3-1HTML rendering/editing library - r
ii  libgtkso 1.8.5-1 shared libraries for the GTK+ synt
ii  libgtksp 2.0.10-3+b1 a spell-checking addon for GTK's T
ii  libice6  2:1.0.3-3   X11 Inter-Client Exchange library
ii  libkrb53 1.6.dfsg.1-6MIT Kerberos runtime libraries
ii  libldap2 2.1.30-13.4 OpenLDAP libraries
ii  libnotif 0.4.4-3 sends desktop notifications to a n
ii  liborbit 1:2.14.7-0.1libraries for ORBit2 - a CORBA ORB
ii  libpango 1.16.5-1Layout and rendering of internatio
ii  libpcre3 6.7-1   Perl 5 Compatible Regular Expressi
ii  libpopt0 1.10-3  lib for parsing cmdline parameters
ii  libsm6   2:1.0.3-1+b1X11 Session Management library
ii  libsqlit 3.3.17-1SQLite 3 shared library
ii  libssl0. 0.9.8e-5SSL shared libraries
ii  libx11-6 2:1.0.3-7   X11 client-side library
ii  libxcurs 1:1.1.8-2   X cursor management library
ii  libxext6 1:1.0.3-2   X11 miscellaneous extension librar
ii  libxfixe 1:4.0.3-2   X11 miscellaneous 'fixes' extensio
ii  libxi6   2:1.1.1-1   X11 Input extension library
ii  libxiner 1:1.0.2-1   X11 Xinerama extension library
ii  libxml2  2.6.29.dfsg-1   GNOME XML library
ii  libxrand 2:1.2.1-1   X11 RandR extension library
ii  libxrend 1:0.9.2-1   X Rendering Extension client libra
ii  zlib1g   1:1.2.3.3.dfsg-5compression library - runtime

Versions of packages balsa recommends:
ii  aspell0.60.5-1   GNU Aspell spell-checker
ii  yelp  2.14.3-2   Help browser for GNOME 2

-- no debconf information


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

Bug#436093: Please decide on the "ownership" of the developers reference

2007-08-05 Thread Manoj Srivastava
On Sun, 5 Aug 2007 17:24:02 +0100, Ian Jackson <[EMAIL PROTECTED]> said: 

> So as I understand it:
>  * Andreas argues that he became the lead/sole maintainer with his
>commit of 2005-02-02 and that he is therefore the current
>maintainer.
>  * Raphael argues that that commit isn't definitive and that we should
>regard Raphael and Andreas as co-maintainers.
> ?

> This is relevant for deciding what the status quo is but not for any
> other purpose AIUI.  The TC will probably tend towards the status quo
> by default, but it's certainly not definitive.

> I'd like to ask Andreas and Raphael how they each propose to handle
> the maintainership of this package in future.

> It seems clear to me that Andreas wants to be the primary maintainer
> and to reserve the authority to make changes, grant commit access,
> etc.  Andreas: do you have any assistants/colleagues/etc. who would be
> willing to help you with that so that you don't become a bottleneck ?

> Raphael says he wants a team.  Raphael: what team did you have in mind
> ?  Who will help you ?

If I recall correctly, the package started out as a team
 maintained one. I seem to recall having commit access at some point,
 though I certainly did not make use of it.  So perhaps the original
 team could be candidates for the new team (provided, of course, they
 are interested -- though it is possible that some, like me, are no
 longer interested in the package)

> I'd also like each of you to answer: if the TC rules in your favour,
> how do you plan to deal with your opponent in this dispute ?

> Another possible way for the TC to decide on this kind of question is
> to ask the developers to each prepare a package and then for the TC to
> choose between them.  Do you think that would be appropriate in this
> case ?  Would it be a fair fight ?  How long would you need ?

manoj
-- 
Intolerance is the last defense of the insecure.
Manoj Srivastava <[EMAIL PROTECTED]> 
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C


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



Bug#436170: xen-tools: pointtopoint it actually pointopoint

2007-08-05 Thread Anand Kumria
Package: xen-tools
Version: 2.8-2
Severity: normal

Hi,

In /usr/lib/xen-tools/debian.d/40-setup-networking if the magical
variable "p2p" is set in the configuration file the option
'pointtopoint' is specified for the device in /etc/network/interfaces

The keyword is actually pointopoint (NOTE that 't' appears only twice
and not three times).

Thanks,
Anand

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

Kernel: Linux 2.6.21-2-686 (SMP w/1 CPU core)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.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#436168: fake scottish filter

2007-08-05 Thread Adam Borowski
Package: filters
Severity: wishlist
Tags: patch

Here's a filter that resembles the "dwarven" (really, kind of Scottish)
accent from Order of the Stick.

-- 
1KB // Microsoft corollary to Hanlon's razor:
//  Never attribute to stupidity what can be
//  adequately explained by malice.
#!/usr/bin/perl -w
# Fake scottish (dwarven) accent filter, by Adam Borowski, inspired by the
# character "Durkon" from Order of the Stick by Rich Burlew.  GPL, 2007.
use strict;

my @repl=qw(
  ^yes$:aye there:thar  eir$:ar
  about:aboot   ^he$:'e them:'em
  ^him:'im  out_of$:outta   of_course:'course
  ^of$:o'   ^and$:an'   to$:ta
  tog:tag   that:thathe:tha
  wouldn't:wouldn'tacannot:cannae   can't:cannae
  don't:dinnae  're$:r  for$:fer
  ver$:'er  ber$:b'revery$:ev'ry
  en$:'n^if$:if'n   enl:'nl
  eng:'ng   ing:in' ment:mn't
  ^es:'s^ex:'s  ^not$:na
  ^no$:nay  n't_have:n'tve  ^is$:be
  ^are$:be  have:hafabl:'bl
  ^you$:ye  ^your:yer   ^you':ye'
  noth:nuth ^this$:'tis ^here:'ere
  doesn't:don't at_a$:atta  ith$:it'
  ered$:'redinto$:inta  ^before:'fore
  wit'_':wit_'  wit'_t:wit_twit'_w:wit_w
  wit'_y:wit_y  get_a:git_a ally$:'lly$
  ^my:me^i_think$:methinks  nay_w:na_w
  ^one$:'un ^'un_a:one_aat_ta$:atta
  ot_ta$:otta   ^isn't$:ain't   ^so_th:s'th
  ned$:n'd  ^because:'cause
), my @r;

sub firstu($)
{
$_[0]=~s/^([^a-z]*)([a-z])/$1\u$2/;
return $_[0];
}

for(@repl)
{
s/_/ /g;
my ($l,$r)=split(/:/,$_);
for([$l,$r], [firstu $l, firstu $r], ["\U$l","\U$r"])
{
($l,$r)[EMAIL PROTECTED];
$l=~s/^\^/\\b/;
$l=~s/\$$/\\b/;
push @r, [qr/$l/, $r];
}
}

while(my $txt=<>)
{
$txt=~s/$$_[0]/$$_[1]/g for @r;
print $txt;
}


Bug#436165: sqlite3: Version 3.3.17 misses 3 data corruption bugs fixed in 3.4.1 upstream

2007-08-05 Thread Wolfgang Weisselberg
Package: sqlite3
Version: 3.3.17-1
Severity: critical
Justification: causes serious data loss

see 
http://www.sqlite.org/cvstrac/wiki?p=DatabaseCorruption
http://www.hwaci.com/sw/sqlite/

* There is a VACUUM bug that could lead to obsolete caches
  on a second connection.  Introduced in 3.3.14 (says
  http://www.hwaci.com/sw/sqlite/), fixed in 3.4.1.

* SQLITE_BUSY error in a transaction without rollback can corrupt
  the database file!  Introduced in 3.3.0, fixed in 3.4.0.  Update
  strongly recommended (says http://www.hwaci.com/sw/sqlite/).

* Auto-vacuum or incremental-vacuum + large UPDATE + CREATE TABLE
  or CREATE INDEX + UPDATE with malloc-failure causing a rollback
  => database corruption.  Introduced in 3.1.0, fixed in 3.4.0,
  not seen in the wild.


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

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

Versions of packages sqlite3 depends on:
ii  libc6 2.6-5  GNU C Library: Shared libraries
ii  libreadline5  5.2-3  GNU readline and history libraries
ii  libsqlite3-0  3.3.17-1   SQLite 3 shared library

sqlite3 recommends no packages.

-- no debconf information


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



Bug#436166: [FTBFS] lirc-modules-source doesn't build

2007-08-05 Thread Peter Baumann
Package: lirc
Version: 0.8.0-9.3
Severity: critical

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

lirc-modules-source doesn't build from source (i tried with
module-assistant). This is also mentioned by a user in #432801

-Peter

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22-1-k7

Debian Release: lenny/sid
  990 unstablewww.debian-multimedia.org 
  990 unstableftp.debian.org 
  990 unstableftp.de.debian.org 
  500 stable  ftp.de.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-==
libasound2   (>> 1.0.12) | 1.0.14a-2
libc6 (>= 2.5-5) | 2.6-5
liblircclient0(>= 0.6.4) | 0.8.0-9.3
libusb-0.1-4   (>= 2:0.1.12) | 2:0.1.12-7
debconf(>= 0.5)  | 1.5.14
 OR debconf-2.0  | 



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



Bug#436163: koffice: Needs to use poppler for Lenny

2007-08-05 Thread Moritz Muehlenhoff
Package: koffice
Severity: important

[I'm considering this RC, but filing as important nonetheless for now]

koffice embeds a copy of xpdf, which causes a huge maintenance overhead
whenever a security problem in found in xpdf.

For Lenny koffice should link against the library version of the xpdf
source, poppler.

Cheers,
Moritz

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

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


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



Bug#436164: kpdf: Should link against poppler

2007-08-05 Thread Moritz Muehlenhoff
Package: kpdf
Version: 4:3.5.7-3
Severity: important

[I'm considering this RC, but filing as important nonetheless for now]

kpdf embeds a copy of xpdf, which causes a huge maintenance overhead
whenever a security problem in found in xpdf.

For Lenny kpdf should link against the library version of the xpdf
source, poppler.

Cheers,
Moritz

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

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

Versions of packages kpdf depends on:
ii  kdelibs4c2a 4:3.5.7.dfsg.1-3 core libraries and binaries for al
ii  libc6   2.6-5GNU C Library: Shared libraries
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libgcc1 1:4.2.1-1GCC support library
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  libpaper1   1.1.21   Library for handling paper charact
ii  libqt3-mt   3:3.3.7-6Qt GUI Library (Threaded runtime v
ii  libstdc++6  4.2.1-1  The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxft2 2.1.12-2 FreeType-based font drawing librar
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

Versions of packages kpdf recommends:
pn  kghostview (no description available)

-- no debconf information


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



Bug#436160: svn-upgrade gets confused by svn-buildpackage options in ~/.svn-buildpackage

2007-08-05 Thread gregor herrmann
On Sun, 05 Aug 2007 23:45:31 +0200, Christoph Berg wrote:

> svn-upgrade gets confused by svn-buildpackage options in
> ~/.svn-buildpackage:

Isn't this the same bug as #431266 and #428689?

Cheers,
gregor 
-- 
 .''`.   http://info.comodo.priv.at/ | gpg key ID: 0x00F3CFE4
 : :' :  debian: the universal operating system - http://www.debian.org/
 `. `'   member of https://www.vibe.at/ | how to reply: http://got.to/quote/
   `-


signature.asc
Description: Digital signature


Bug#435114: closing and reopening the laptop screen leaves screen distorted

2007-08-05 Thread Brice Goglin
Nadav Kavalerchik wrote:
> Package: xserver-xorg-video-ati
> Version: 1:6.6.192-1
> Severity: normal
>
> --- Please enter the report below this line. ---
> i'm using Compaq Presario 1500 Laptop with Radeon Mobility M7 LW 7500.
>
> when i close the screen and open it (or just click on the small lid button)
> the screen gets distorted.
>
> it didn't happen on ati drivers version 6.6.2 (unstable).
>   


Does 1:6.6.193-1 (in experimental) help?

Brice



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



Bug#435040: xserver-xorg-video-ati: switching VT from console to X freezes computer with X22 (Radeon Mobility M6 LY)

2007-08-05 Thread Brice Goglin
Kari Pahula wrote:
> Package: xserver-xorg-video-ati
> Version: 1:6.6.192-1
> Severity: important
>
> Changing the VT from X to console and back to X locks up the computer 
> completely, unless I'm using the console framebuffer device.  With 
> console fbdev, just the screen freezes and I can still ssh to it or type 
> blindly.
>   


Does 1:6.6.193-1 (in experimental now) help?

Brice



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



Bug#436161: debtags: New tags for security support

2007-08-05 Thread Moritz Muehlenhoff
Package: debtags
Severity: normal

Please add support for the following tags, as discussed during
DebConf in Edinburgh:

* [etch|lenny]-security-unsupported to flag that a source package has no
  support by the Security Team. It should be distribution-specific to
  allow revoking support for individual suites, as it was necessary for
  Mozilla in Sarge.
* security-local-use-only (or something similar, I'm unsure about the exact
  naming), to indicate that security support only applies to local, trusted 
users.
  An example: SQL-Ledger has a horrible security track record, so we only
  support to run it behind an authenticated HTTP zone. It's still a useful
  software and limiting support is a viable choice; doing accounting carries
  a whole lot of implicit trust anyway.

Once implemented in debtags we need support in apt, etc.

If you have any questions, please come back to me. I'm also available
on #debian-security

Cheers,
Moritz

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

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


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



Bug#436162: developers-reference: Please document best practices for requesting translations and updates

2007-08-05 Thread Nicolas François
Package: developers-reference
Version: 3.3.8
Severity: wishlist
Tags: patch

Hello,

It would be nice if section "8.2 I18N & L10N FAQ for maintainers" could
mention asking for a review on debian-l10n-english, and sending call for
translations on debian-i18n or asking for translation updates with
podebconf-report-po.

A patch is attached.

(It also changes DDTP to "Debian I18N" since the DDTP is only responsible
for the Debian Descriptions)

Thanks in advance,
-- 
Nekral
diff -rauN ../orig/developers-reference-3.3.8/developers-reference.sgml ./developers-reference-3.3.8/developers-reference.sgml
--- ../orig/developers-reference-3.3.8/developers-reference.sgml	2006-11-12 12:05:22.0 +0100
+++ ./developers-reference-3.3.8/developers-reference.sgml	2007-08-05 01:59:26.0 +0200
@@ -5428,7 +5439,7 @@
 	  How to get a given text translated
 	
 To translate package descriptions or debconf templates, you have nothing to do;
-the DDTP infrastructure will dispatch the material to translate to volunteers
+the Debian I18N infrastructure will dispatch the material to translate to volunteers
 with no need for interaction from your part.
 	
 For all other material (gettext files, man pages, or other documentation), the
@@ -5437,6 +5448,15 @@
 subscribed to this list, and they will take care of the translation and of the
 reviewing process. Once they are done, you will get your translated document from them
 in your mailbox.
+	
+podebconf-report-po (from the
+po-debconf package) permits to automate call for
+translation to the debian-i18n mailing list (using the
+--call option), for PO files (this is not restricted to debconf
+PO files).
+	
+It is good practice to ask for a review of the document on the
+debian-l10n-english mailing list before sending call for translations.
 
 	  How to get a given translation reviewed
 	
@@ -5460,6 +5480,11 @@
 translated document, stating that the translation is somehow outdated, and that
 the reader should refer to the original document if possible. 
 	
+podebconf-report-po (from the
+po-debconf package) permits to automate requests for
+translation update, sent to the previous translators or translation
+mailing lists, for PO files (this is not restricted to debconf PO files).
+	
 Avoid removing a translation completely because it is outdated. Old
 documentation is often better than no documentation at all for non-English
 speakers.


Bug#436093: Please decide on the "ownership" of the developers reference

2007-08-05 Thread Steve Langasek
I hope that some resolution is possible here without having to take this
all the way to a TC vote.  Having to pick a maintainer for a package in the
case of disputes is certainly one of the responsibilities of the TC, but
it's one that I'm loathe for us to use because it's near impossible to
exercise that power without one of the parties coming out the "loser", in a
much greater sense than when adjudicating a specific technical point.

I have a good deal of respect for both of you as long-time contributors to
Debian; I hope you each manage to remember the contributions of the other as
well during this discussion, and not let recent conflicts dominate your
relationship with one another.

On Sun, Aug 05, 2007 at 03:08:02PM +0200, Raphael Hertzog wrote:

> > 13:00  sorry, you have no ownership on that package
> > 13:00  I disagree.
> > 13:00  and that is documented.

>  you removed me without asking
>  I didn't remove you.
>  
> http://cvs.debian.org/ddp/manuals.sgml/developers-reference/debian/control?root=debian-doc&r1=1.23&r2=1.24&diff_format=h

Andi, this looks like a fair point to me.  If we're going to treat this as a
question of who has the "right" to be maintainer of the package, then
Raphaël also has some claim that you hijacked the package first.  (You
mention that you talked to "people who were doing lots of QA" -- but did you
run this by the debian-qa mailing list so that there's a public record of
the discussion and an opportunity for comments, and did you try at the time
to contact the people that were listed as Uploaders?)

> > >As for Raphaël adding himself to the Uploaders: field, I have no
> > > particular opinion about it. I suggest discussing it within the team,
> > > too, and either reverting the change, or reaching a common agreement
> > > about upload rules (which I would obviously prefer).

> > The "team" currently consists of me.

> That's not what the "Maintainer" field says. And the unix group associated
> is 'cvs_doc'.

Raphaël, surely you're aware that there are many packages which give mailing
lists as the maintainer, without implying that everyone subscribed to that
mailing list is implicitly part of the "team"?  (Moreover, haven't you said
that you aren't/weren't subscribed to -doc, which implies that if the
Maintainer field determines who the team is, you're not part of it anyway?)

Adding oneself to the Uploaders field of a package without discussing with
the current Uploaders/Maintainer is, IMHO, always bad form.  I maintain that
*hijacking* packages is better than this, because at least when hijacking,
you're not asserting the existence of team maintenance where no team exists.


Summing the above two points together, I would argue that neither of you are
clearly in the right; I hope that you can both agree with this, and that
therefore neither of you should be treating the package as "yours".

Recent activity should generally weigh more heavily than historical
involvement when deciding who should be in charge of a package, but
particularly for a package such as this, we should surely be aiming for a
spirit of collaboration rather than territoriality.

> > All the uploads and changes in the last 2.5 years were done by me
> > (except for the french translation of course, whereas I'm in good
> > contact with the appropriate translator). I picked up the package after
> > a long periode of inactivity, dusted off some old bug reports, added
> > lots of stuff etc.

> Of course, he forbid anyone else with commit rights to commit directly.
> So it's quite logic that he was alone in applying patches. I respected
> his wish once because he gave a good technical reason. Now one more year
> elapsed and he again gave me the same reason: the conversion to docbook
> XML is pending.

I would welcome clarification from Andi on this point, but it seems to me
that the "don't commit" rule might be designed to make it possible to
establish consensus about a change *first*, before committing it to the
repository.  IMHO this is not an unreasonable rule; in many cases where
review/consensus is given high importance, but the time developers have
available to them for doing such reviews is limited, this is an effective
mechanism indeed.

So I would give Andi the benefit of the doubt, that the "no commits without
discussion" is not intended to give him *personal* veto power over any
changes, but rather to ensure that any changes get multiple eyeballs on them
before being committed.  Raphaël, it would be nice if you would give him
this same benefit of the doubt.

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



Bug#436160: svn-upgrade gets confused by svn-buildpackage options in ~/.svn-buildpackage

2007-08-05 Thread Christoph Berg
Package: svn-buildpackage
Version: 0.6.21
Severity: normal

svn-upgrade gets confused by svn-buildpackage options in
~/.svn-buildpackage:

$ svn-upgrade ../avscan-3.2.1-openssl.tar.bz2 
Imported config directives:
--builder=dpkg-buildpackage -rfakeroot -us -uc
Unknown option: builder

Usage: svn-upgrade newsource [ OPTIONS... ]

$ cat ~/.svn-buildpackage.conf 
svn-builder=dpkg-buildpackage -rfakeroot -us -uc


Thanks for considering,
Christoph

Versions of packages svn-buildpackage depends on:
ii  devscripts 2.10.6Scripts to make the life of a Debi
ii  file   4.21-2Determines file type using "magic"
ii  libsvn-perl1.4.2dfsg1-2  Perl bindings for Subversion
ii  liburi-perl1.35.dfsg.1-1 Manipulates and accesses URI strin
ii  perl   5.8.8-7   Larry Wall's Practical Extraction 
ii  subversion 1.4.2dfsg1-2  Advanced version control system
ii  unp1.0.12unpack (almost) everything with on
ii  wget   1.10.2-3  retrieves files from the web

svn-buildpackage recommends no packages.

-- 


signature.asc
Description: Digital signature


Bug#436060: New Upstream for libmtp (release 0.2.0)

2007-08-05 Thread Sean Kellogg
On Sunday 05 August 2007 06:13:17 am Loïc Minier wrote:
> On Sun, Aug 05, 2007, Rafael Laboissiere wrote:
> > I am Cc:ing this message to the maintainers of the packages
> > depending on libmtp (amarok, gnomad2, and rhythmbox), such that
> > we can coordinate the transition.  Should I fill separate bug
> > reports against those packages?
>
>  Is it 100% API compatible?  If yes, then you don't need to file
>  individual bug reports, but you do need to contact debian-release@
>  about it.
>
>  If it isn't, it would be nice if you could only file bugs on the
>  packages which do not build anymore with the new API so that they
> can prepare the change in experimental as well.

Here is the official word from the developers on this question
--

It is not, but the only part of the API that changed pertains to 
albums, so will only affect apps that use this part of the API.

Gnomad2 does not use it, but I think Amarok does, yet again Amarok 
already has the necessary fixes in place to compile against the new 
API AFAIK.

It is not ABI compatible tho (changed externally visible structs, 
though the parts that changed are not considered as part of the API) 
so it will need to be relinked to each app using it, i.e. packages 
must be rebuilt.

Linus

--

Hope that provides the needed information,
Sean

-- 
Sean Kellogg
e: [EMAIL PROTECTED]
w: http://blog.probonogeek.org/

So, let go
 ...Jump in
  ...Oh well, what you waiting for?
   ...it's all right
    ...'Cause there's beauty in the breakdown



Bug#435989: roxterm: Additional information

2007-08-05 Thread Adrian Fita
Package: roxterm
Version: 1.5.2-2
Followup-For: Bug #435989

I noticed that if I modify a shortcut in the menu (by hovering over the
menu item and pressing the key combination that I want) the
..config/roxterm.sourceforge.net/Shortcuts gets created and I can copy
the profile through configuration editor.

Still, roxterm should create the directory on startup if it doesn't
exist, so that one could copy the Default profile using Configuration
editor regardless if he changed any of the shortcuts of not. Or at least
should be notified that roxterm could not copy the profile.

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

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

Versions of packages roxterm depends on:
ii  libatk1.0-0 1.18.0-2 The ATK accessibility toolkit
ii  libc6   2.6-5GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1 The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.1.1-3  simple interprocess messaging syst
ii  libdbus-glib-1-20.74-1   simple interprocess messaging syst
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libglade2-0 1:2.6.2-1library to load .glade files at ru
ii  libglib2.0-02.12.13-1The GLib library of C routines
ii  libgtk2.0-0 2.10.13-1The GTK+ graphical user interface 
ii  libpango1.0-0   1.16.5-1 Layout and rendering of internatio
ii  libpng12-0  1.2.15~beta5-2   PNG library - runtime
ii  libvte9 1:0.16.8-1   Terminal emulator widget for GTK+ 
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.8-2X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxft2 2.1.12-2 FreeType-based font drawing librar
ii  libxi6  2:1.1.2-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxml2 2.6.29.dfsg-1GNOME XML library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.2-1X Rendering Extension client libra
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

roxterm recommends no packages.

-- no debconf information


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



Bug#436159: fsck.hfsplus segfault on amd64

2007-08-05 Thread Adam Cécile (Le_Vert)
Package: hfsprogs
Version: 332.14-1
Severity: grave

Hi,

fsck.hfsplus segfault on my amd64 box.
I re-installed my own package and it worked fine :
http://www.le-vert.net/divers/hfsprogs_332.14-1.dsc

Thanks.


--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.22-1-amd64

Debian Release: lenny/sid
  900 testing ftp2.fr.debian.org
  400 unstableftp2.fr.debian.org
  200 experimentalftp2.fr.debian.org

--- Package information. ---
Depends (Version) | Installed
=-+-==
libc6  (>= 2.5-5) | 2.6-2
libc6-i386 (>= 2.5-5) | 2.6-2
libssl0.9.8 (>= 0.9.8c-1) | 0.9.8e-5+b1



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



Bug#436158: roxterm: Merge with #435984

2007-08-05 Thread Adrian Fita
Package: roxterm
Followup-For: Bug #436158

Sorry. This should've been additional information to bug #435984. Please
merge.

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

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

Versions of packages roxterm depends on:
ii  libatk1.0-0 1.18.0-2 The ATK accessibility toolkit
ii  libc6   2.6-5GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1 The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.1.1-3  simple interprocess messaging syst
ii  libdbus-glib-1-20.74-1   simple interprocess messaging syst
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libglade2-0 1:2.6.2-1library to load .glade files at ru
ii  libglib2.0-02.12.13-1The GLib library of C routines
ii  libgtk2.0-0 2.10.13-1The GTK+ graphical user interface 
ii  libpango1.0-0   1.16.5-1 Layout and rendering of internatio
ii  libpng12-0  1.2.15~beta5-2   PNG library - runtime
ii  libvte9 1:0.16.8-1   Terminal emulator widget for GTK+ 
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.8-2X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxft2 2.1.12-2 FreeType-based font drawing librar
ii  libxi6  2:1.1.2-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxml2 2.6.29.dfsg-1GNOME XML library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.2-1X Rendering Extension client libra
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

roxterm recommends no packages.

-- no debconf information


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



Bug#365616: upgrade path for nautilus-media ?

2007-08-05 Thread Sven Arvidsson
On Mon, 2006-05-01 at 16:16 +0200, Robert Millan wrote:
> Bug #315012 (RM: nautilus-media -- RoM; superseded by totem) says that
> nautilus-media was removed because totem superceeds it.  However, it seems
> that etch doesn't provide an upgrade path to it.
> 
> Please could you add a dummy package to handle the upgrade for sarge users?

Hi,

Etch was released quite some time ago, and I haven't seen any bugs
related to this, can we close this bug?

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


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


Bug#436158: roxterm: My mistake

2007-08-05 Thread Adrian Fita
Package: roxterm
Version: 1.5.2-2
Severity: normal

This is not a bug. It was my fault.

To be able to edit the keyboard shortcuts by hovering over the menu
options you need to activate the option "Enable menu shortcut keys" in
GNOME->Preferences->Menus & Toolbars, or to activate the option
/desktop/gnome/interface/can_change_accels in gconf-editor.

Still, I think that this should be made more clear in the documentation
as not many people have "Enable menu shortcut keys" activated.

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

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

Versions of packages roxterm depends on:
ii  libatk1.0-0 1.18.0-2 The ATK accessibility toolkit
ii  libc6   2.6-5GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1 The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.1.1-3  simple interprocess messaging syst
ii  libdbus-glib-1-20.74-1   simple interprocess messaging syst
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libglade2-0 1:2.6.2-1library to load .glade files at ru
ii  libglib2.0-02.12.13-1The GLib library of C routines
ii  libgtk2.0-0 2.10.13-1The GTK+ graphical user interface 
ii  libpango1.0-0   1.16.5-1 Layout and rendering of internatio
ii  libpng12-0  1.2.15~beta5-2   PNG library - runtime
ii  libvte9 1:0.16.8-1   Terminal emulator widget for GTK+ 
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.8-2X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxft2 2.1.12-2 FreeType-based font drawing librar
ii  libxi6  2:1.1.2-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxml2 2.6.29.dfsg-1GNOME XML library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.2-1X Rendering Extension client libra
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

roxterm recommends no packages.

-- no debconf information


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



Bug#431236: totem: Bad Alloc??

2007-08-05 Thread Sven Arvidsson
Hi,

Just a friendly reminder, do you have time to provide the details Loïc
mentions below?

 Forwarded Message 
> On Sat, Jun 30, 2007, Luis Matos wrote:
> > totem deskbar-preview.ogg
> > The program 'totem' received an X Window System error.
> > This probably reflects a bug in the program.
> > The error was 'BadAlloc (insufficient resources for operation)'.
> > (Details: serial 55 error_code 11 request_code 141 minor_code 19)
> > (Note to programmers: normally, X errors are reported
> asynchronously;
> > that is, you will receive the error a while after causing it.
> > To debug your program, run it with the --sync command line
> > option to change this behavior. You can then get a meaningful
> > backtrace from your debugger if you break on the gdk_x_error()
> > function.)
> 
> This is likely to be a problem with your video driver or your hardware
> being misconfigured. For example, this could be a shortage of video
> memory as configured in your BIOS, or the X server not detecting the
> amount of video memory correctly. Especially since this happens with
> two video players.
> 
> Could you please list your video configuration, attach your Xorg log
> and configuration as attachments?
> 
>Thanks,

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


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


Bug#434329: Compiling from source does not fix the crash

2007-08-05 Thread Andrew Robinson
I tried the comment from that suggested that building from source
would fix the problem. I tried:

sudo apt-build install mail-notification

The crash still occurs.


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



Bug#429921: NMU of icon-naming-utils

2007-08-05 Thread Philipp Kern
On Sun, Aug 05, 2007 at 08:44:05PM +0200, Philipp Kern wrote:
> I will NMU 0.8.2 into unstable pretty soon. The corresponding bug
> report, albeit of severity normal, is 45 days old but it blocks the
> upload of a new tango-icon-theme.

Well, I took the package from Ubuntu (like I do with tango-icon-theme),
reverted some changes to the maintainership and uploaded it to
gluck_delayed/2days together with a new version of tango-icon-theme.

Kind regards,
Philipp Kern
Debian Developer


signature.asc
Description: Digital signature


Bug#417712: FTBFS with GCC 4.3: missing #includes

2007-08-05 Thread Martin Michlmayr
* Kapil Hari Paranjape <[EMAIL PROTECTED]> [2007-08-04 12:18]:
> I will ask my usual mentor to upload the new version (6.1.4-2) to sid
> with the patches applied. Could you please check this version when it
> appears and close the bug if appropriate?

Can you just close it in the changelog?  I'll reopen it if it's still
there.
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#434329: I am also having this issue

2007-08-05 Thread Andrew Robinson
I cannot get mail-notification to work either. Unfortunately, the work
around to downgrade to "libgmime-2.0-2_2.2.9-1_i386.deb" is no longer
possible that I can tell, as that file is no longer available on the
mirrors.

I have attached my bug report if it helps.
System: Linux 2.6.21.custom.20070523 #1 SMP Wed May 23 16:35:18 MDT 2007 i686
X Vendor: The X.Org Foundation
X Vendor Release: 1030
Selinux: No
Accessibility: Disabled
GTK+ Theme: Clearlooks
Icon Theme: gnome

Memory status: size: 53731328 vsize: 53731328 resident: 16207872 share: 
11792384 rss: 16207872 rss_rlim: 4294967295
CPU usage: start_time: 1186346733 rtime: 40 utime: 30 stime: 10 cutime:0 
cstime: 0 timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/usr/bin/mail-notification'

(no debugging symbols found)
Using host libthread_db library "/lib/i686/cmov/libthread_db.so.1".
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1227037008 (LWP 4890)]
[New Thread -1257243760 (LWP 4902)]
[New Thread -1245500528 (LWP 4901)]
0xe410 in __kernel_vsyscall ()
#0  0xe410 in __kernel_vsyscall ()
#1  0xb71e2eb3 in poll () from /lib/i686/cmov/libc.so.6
#2  0xb72bfa63 in ?? () from /usr/lib/libglib-2.0.so.0
#3  0x08198aa8 in ?? ()
#4  0x0006 in ?? ()
#5  0x0128 in ?? ()
#6  0x08198aa8 in ?? ()
#7  0x0006 in ?? ()
#8  0xb7323468 in ?? () from /usr/lib/libglib-2.0.so.0
#9  0x080b7268 in ?? ()
#10 0xbfbb0544 in ?? ()
#11 0x0001 in ?? ()
#12 0x0001 in ?? ()
#13 0x080b7268 in ?? ()
#14 0x08198aa8 in ?? ()
#15 0xb71e2e40 in ?? () from /lib/i686/cmov/libc.so.6
#16 0xb7269b70 in ?? () from /lib/i686/cmov/libpthread.so.0
#17 0xb7268410 in ?? () from /lib/i686/cmov/libpthread.so.0
#18 0xb72da0e3 in g_thread_self () from /usr/lib/libglib-2.0.so.0
#19 0xb72bfdd9 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#20 0xb784c654 in IA__gtk_main ()
at /tmp/buildd/gtk+2.0-2.10.13/gtk/gtkmain.c:1154
#21 0x0805b11a in main ()

Thread 3 (Thread -1245500528 (LWP 4901)):
#0  0xe410 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb726e08b in ?? () from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#2  0xb7e68865 in ?? () from /usr/lib/libgnomeui-2.so.0
No symbol table info available.
#3  0x1327 in ?? ()
No symbol table info available.
#4  0xb5c31ef8 in ?? ()
No symbol table info available.
#5  0x in ?? ()
No symbol table info available.

Thread 2 (Thread -1257243760 (LWP 4902)):
#0  0xe410 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb71e2eb3 in poll () from /lib/i686/cmov/libc.so.6
No symbol table info available.
#2  0xb72bfa63 in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#3  0x080bfca0 in ?? ()
No symbol table info available.
#4  0x0007 in ?? ()
No symbol table info available.
#5  0x in ?? ()
No symbol table info available.
#6  0x080bfca0 in ?? ()
No symbol table info available.
#7  0x0007 in ?? ()
No symbol table info available.
#8  0xb7323468 in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#9  0x08116f80 in ?? ()
No symbol table info available.
#10 0xb50ff354 in ?? ()
No symbol table info available.
#11 0x0001 in ?? ()
No symbol table info available.
#12 0x0001 in ?? ()
No symbol table info available.
#13 0x08116f80 in ?? ()
No symbol table info available.
#14 0x080bfca0 in ?? ()
No symbol table info available.
#15 0xb71e2e40 in ?? () from /lib/i686/cmov/libc.so.6
No symbol table info available.
#16 0xb7269b70 in ?? () from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#17 0xb7268410 in ?? () from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#18 0xb72da0e3 in g_thread_self () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#19 0xb72bfdd9 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#20 0xb7bd4b60 in ?? () from /usr/lib/libORBit-2.so.0
No symbol table info available.
#21 0x081185d8 in ?? ()
No symbol table info available.
#22 0xb7323468 in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#23 0xb50ff3d8 in ?? ()
No symbol table info available.
#24 0xb72da64f in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#25 0x in ?? ()
No symbol table info available.

Thread 1 (Thread -1227037008 (LWP 4890)):
#0  0x

Bug#436157: EvDev-Plug does not recognize any devices :-(

2007-08-05 Thread José Alburquerque

Package: audacious-plugins-extra
Version: 1.3.5-3
Severity: normal

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

Hi.  Again, really nice work with plugin!  I don't know what is going on 
(I'm guessing it might be a kernel upgrade) but EvDev-Plug no longer 
recognizes any devices.  I'm attaching a screenshot so you can see "output".


--- System information. ---
Architecture: amd64
Kernel: Linux 2.6.22-1-amd64

Debian Release: lenny/sid
500 unstable ftp.us.debian.org
500 unstable debian-multimedia.dfoell.org

--- Package information. ---
Depends (Version) | Installed
==-+-==
libartsc0 (>= 1.5.0-1) | 1.5.7-2
libasound2 (>> 1.0.14) | 1.0.14a-2
libatk1.0-0 (>= 1.13.2) | 1.18.0-2
libaudiofile0 (>= 0.2.3-4) | 0.2.6-7
libc6 (>= 2.5-5) | 2.6-5
libcairo2 (>= 1.4.0) | 1.4.10-1+b2
libcurl3-gnutls (>= 7.16.2-1) | 7.16.4-1
libesd0 (>= 0.2.35) |
OR libesd-alsa0 (>= 0.2.35) | 0.2.36-3
libfluidsynth1 | 1.0.7a-1
libfontconfig1 (>= 2.4.0) | 2.4.2-1.2
libgcc1 (>= 1:4.2-20070516) | 1:4.2.1-1
libglib2.0-0 (>= 2.12.9) | 2.12.13-1
libgtk2.0-0 (>= 2.10.12-3) | 2.10.13-1
libjack0 (>= 0.103.0) | 0.103.0-6
libkrb53 (>= 1.6.dfsg.1) | 1.6.dfsg.1-6
liblircclient0 | 0.8.0-9.3
libmpcdec3 | 1.2.2-1
libpango1.0-0 (>= 1.16.4) | 1.16.5-1
libpulse0 | 0.9.6-1
libresid-builder0c2a | 2.1.1-6
libsamplerate0 | 0.1.2-5
libsdl1.2debian (>= 1.2.10-1) | 1.2.11-9
libsidplay2 | 2.1.1-6
libstdc++6 (>= 4.2-20070516) | 4.2.1-1
libtag1c2a (>= 1.4) | 1.4-8+b1
libwavpack1 (>= 4.40.0) | 4.41.0-1
libx11-6 | 2:1.0.3-7
libxcomposite1 (>= 1:0.3-1) | 1:0.3.2-1+b1
libxcursor1 (>> 1.1.2) | 1:1.1.8-2
libxext6 | 1:1.0.3-2
libxfixes3 (>= 1:4.0.1) | 1:4.0.3-2
libxi6 | 2:1.1.2-1
libxinerama1 | 1:1.0.2-1
libxml2 (>= 2.6.29) | 2.6.29.dfsg-1
libxrandr2 (>= 2:1.2.0) | 2:1.2.1-1
libxrender1 | 1:0.9.2-1
zlib1g (>= 1:1.2.3.3.dfsg-1) | 1:1.2.3.3.dfsg-5
libaudacious5 | 1.3.2-4
audacious (>= 1.3) | 1.3.2-4
audacious (<< 1.4~) | 1.3.2-4

<>

Bug#436136: xosview: GNU/Hurd support

2007-08-05 Thread Samuel Thibault
Hi again,

Grmpf, I actually have a problem: hurd.h can't be #included in C++ for
stupid reason (inline function that makes a cast which is valid in C but
not in C++), so I fixed that on my system and submitted a patch
upstream.  The problem is that upstream refuses to make this
modification.  As a consequence here is a (third...) patch that makes
use of a tiny .c file just for making the Hurd calls.

Samuel
diff -urN xosview-1.8.2/config/Makefile.gnu.in 
xosview-1.8.2-gnu/config/Makefile.gnu.in
--- xosview-1.8.2/config/Makefile.gnu.in1970-01-01 00:00:00.0 
+
+++ xosview-1.8.2-gnu/config/Makefile.gnu.in2007-08-05 20:42:32.0 
+
@@ -0,0 +1,43 @@
+#
+# GNU Makefile template
+#
+#
+# $Id$
+#
+include ../Makefile.config
[EMAIL PROTECTED]@
+
+#arch=$(shell uname -m)
+#export arch
+
+CXXFLAGS += [EMAIL PROTECTED]@
+
+CXXOBJS = \
+memmeter.o \
+swapmeter.o \
+pagemeter.o \
+loadmeter.o \
+MeterMaker.o
+
+OBJS = $(CXXOBJS) get_def_pager.o
+
+ARCH = @host_cpu@
+
+CFILES := $(CXXOBJS:.o=.cc) get_def_pager.c
+DEPFILES := $(OBJS:%=.%.d)
+
+vpath %.h $(TOP)
+vpath %.cc $(TOP)
+
+#---
+
+all : libmeter.a
+
+clean :
+   rm -f $(OBJS) $(DEPFILES) libmeter.a *~
+
+libmeter.a : $(OBJS)
+   ar cvr libmeter.a $(OBJS)
+   @RANLIB@ $@
+
[EMAIL PROTECTED]@
diff -urN xosview-1.8.2/config/aclocal.m4 xosview-1.8.2-gnu/config/aclocal.m4
--- xosview-1.8.2/config/aclocal.m4 2007-08-05 17:14:27.270121000 +
+++ xosview-1.8.2-gnu/config/aclocal.m4 2007-08-05 16:41:34.183578000 +
@@ -245,6 +245,10 @@
 AC_DEFINE(HAVE_SNPRINTF)
 ])
 
+AC_DEFUN(AC_XOSV_GNU, [
+EXTRALIBS=$XPMLIB
+])
+
 dnl MY_C_SWITCH(switch)
 dnl ---
 dnl try to compile and link a simple C program with the switch compile switch
diff -urN xosview-1.8.2/config/configure.in 
xosview-1.8.2-gnu/config/configure.in
--- xosview-1.8.2/config/configure.in   2007-08-05 17:14:27.0 +
+++ xosview-1.8.2-gnu/config/configure.in   2007-08-05 16:41:34.0 
+
@@ -79,7 +79,7 @@
 dnl
 
 case $host_os in
-linux*)
+linux*|gnu*)
   LIBS="-L$x_libraries $LIBS"
   ELF_LINK_FLAGS="" ;;
 *)
@@ -341,6 +341,10 @@
EXTRALIBS="-R$x_libraries -lsocket -lnsl -lkstat $XPMLIB"
host_dir=sunos5
host_os=sunos5 ;;
+gnu*)  AC_XOSV_GNU
+   AC_GCC_EXTRA_CXXFLAGS
+   host_dir=gnu
+   host_os=gnu ;;
 *)   AC_MSG_ERROR([xosview has not been ported to $host_os :(.  Sorry.]) ;;
 esac
 
diff -urN xosview-1.8.2/configure xosview-1.8.2-gnu/configure
--- xosview-1.8.2/configure 2007-08-05 17:14:27.0 +
+++ xosview-1.8.2-gnu/configure 2007-08-05 16:41:34.0 +
@@ -4023,7 +4023,7 @@
 
 
 case $host_os in
-linux*)
+linux*|gnu*)
   LIBS="-L$x_libraries $LIBS"
   ELF_LINK_FLAGS="" ;;
 *)
@@ -6077,6 +6077,14 @@
EXTRALIBS="-R$x_libraries -lsocket -lnsl -lkstat $XPMLIB"
host_dir=sunos5
host_os=sunos5 ;;
+gnu*)
+EXTRALIBS=$XPMLIB
+
+
+   EXTRA_CXXFLAGS="-W -Wall -O2"
+
+   host_dir=gnu
+host_os=gnu ;;
 *)   { { echo "$as_me:$LINENO: error: xosview has not been ported to 
$host_os :(.  Sorry." >&5
 echo "$as_me: error: xosview has not been ported to $host_os :(.  Sorry." >&2;}
{ (exit 1); exit 1; }; } ;;
diff -urN xosview-1.8.2/gnu/.cvsignore xosview-1.8.2-gnu/gnu/.cvsignore
--- xosview-1.8.2/gnu/.cvsignore1970-01-01 00:00:00.0 +
+++ xosview-1.8.2-gnu/gnu/.cvsignore2007-08-05 16:41:34.0 +
@@ -0,0 +1 @@
+Makefile
diff -urN xosview-1.8.2/gnu/MeterMaker.cc xosview-1.8.2-gnu/gnu/MeterMaker.cc
--- xosview-1.8.2/gnu/MeterMaker.cc 1970-01-01 00:00:00.0 +
+++ xosview-1.8.2-gnu/gnu/MeterMaker.cc 2007-08-05 16:41:34.070113000 +
@@ -0,0 +1,36 @@
+//
+//  Copyright (c) 1994, 1995, 2002 by Mike Romberg ( [EMAIL PROTECTED] )
+//  2007 by Samuel Thibault ( [EMAIL PROTECTED] )
+//
+//  This file may be distributed under terms of the GPL
+//
+//
+// $Id$
+//
+#include "MeterMaker.h"
+#include "xosview.h"
+
+#include "memmeter.h"
+#include "swapmeter.h"
+#include "pagemeter.h"
+#include "loadmeter.h"
+
+#include 
+
+
+MeterMaker::MeterMaker(XOSView *xos){
+  _xos = xos;
+}
+
+void MeterMaker::makeMeters(void){
+  if (_xos->isResourceTrue("load"))
+push(new LoadMeter(_xos));
+
+  if (_xos->isResourceTrue("mem"))
+push(new MemMeter(_xos));
+  if (_xos->isResourceTrue("swap"))
+push(new SwapMeter(_xos));
+
+  if (_xos->isResourceTrue("page"))
+push(new PageMeter(_xos, atof(_xos->getResource("pageBandwidth";
+}
diff -urN xosview-1.8.2/gnu/MeterMaker.h xosview-1.8.2-gnu/gnu/MeterMaker.h
--- xosview-1.8.2/gnu/MeterMaker.h  1970-01-01 00:00:00.0 +
+++ xosview-1.8.2-gnu/gnu/MeterMaker.h  2007-08-05 16:41:34.00023 +
@@ -0,0 +1,28 @@
+//  
+//  Copyright (c) 1994, 1995 by Mike Romberg ( [EMAIL PROTECTED] )
+//  2007 by Samuel Thibault ( [EMAIL PROTECTED] )
+//
+//  This file may be di

Bug#435121: A workaround to get acroread running

2007-08-05 Thread Sven Arvidsson
On Sun, 2007-08-05 at 15:54 +0200, Norbert Breun wrote:
> Hi there,
> 
> 
> acroread still fails. To ship around this I did the following:
[ snip useful instructions ]
> Having this done acroread starts again. I hope this is helpful to
> anyone. Possibly this is a hint where the problem may be...

That's great, thanks for sharing! 

I'm guessing acroread has a problem similar to what Sebastian describes
in the upstream bug[0], but I guess we'll have to wait for Adobe to
confirm this.

0. http://bugzilla.gnome.org/show_bug.cgi?id=463270#c2

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


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


Bug#436110: libjpeg-progs: exiftran enlarge your files

2007-08-05 Thread Bill Allombert
On Sun, Aug 05, 2007 at 04:27:14PM +0200, Vincent Bernat wrote:
> Package: libjpeg-progs
> Version: 6b-13
> Severity: minor
> 
> Hi !
> 
> When an image is already properly rotated, exiftran -ai does nothing but
> growing file size :

Hello Vincent,
exiftran does not belong to libjpeg-progs. Instead it is part
of the exiftran package.

This suggests to reassign this bug to exiftran.

Cheers,
-- 
Bill. <[EMAIL PROTECTED]>

Imagine a large red swirl here. 


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



  1   2   3   4   >