Bug#483181: mirror submission for ftp.cvut.cz

2008-05-27 Thread NetOps
Package: mirrors
Severity: wishlist

Submission-Type: new
Site: ftp.cvut.cz
Aliases: ftp.fs.cvut.cz
Type: leaf
Archive-architecture: amd64 i386 ia64 
Archive-ftp: /debian/
Archive-http: /debian/
Security-ftp: /debian-security/
Security-http: /debian-security/
IPv6: no
Archive-upstream: ftp.debian.org
Security-upstream: security.debian.org
Updates: twice
Maintainer: NetOps [EMAIL PROTECTED]
Country: CZ Czech Republic
Location: Czech Republic, Prague
Sponsor: Czech Technical University  http://www.cvut.cz



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



Bug#483152: kfreebsd-7: Multiple CVEs issued

2008-05-27 Thread Petr Salinger

A few CVEs have been issued against kfreebsd-7. It would be great, if
one of the maintainers could pick them up and judge about them. Maybe it
is worth filling seperate bugreports with higher severity, but I'll
leave that to you guys for now :)

If you fix any of these issues via an upload, please do not forget to
mention the CVE id in the changelog.

CVE-2008-0177:

The ipcomp6_input function in sys/netinet6/ipcomp_input.c in the KAME
project before 20071201 does not properly check the return value of the
m_pulldown function, which allows remote attackers to cause a denial of
service (system crash) via an IPv6 packet with an IPComp header.

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-0177


http://security.freebsd.org/advisories/FreeBSD-SA-08:04.ipsec.asc
FreeBSD 5.5 only



CVE-2008-0216:

The ptsname function in FreeBSD 6.0 through 7.0-PRERELEASE does not
properly verify that a certain portion of a device name is associated
with a pty of a user who is calling the pt_chown function, which might
allow local users to read data from the pty from another user.

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-0216


http://security.freebsd.org/advisories/FreeBSD-SA-08:01.pty.asc
Userspace bug, does not affect kfreebsd-x.



CVE-2008-0217:

The script program in FreeBSD 5.0 through 7.0-PRERELEASE invokes
openpty, which creates a pseudo-terminal with world-readable and
world-writable permissions when it is not run as root, which allows
local users to read data from the terminal of the user running script.

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-0217


http://security.freebsd.org/advisories/FreeBSD-SA-08:01.pty.asc
Userspace bug, does not affect kfreebsd-x.


CVE-2008-0777:

The sendfile system call in FreeBSD 5.5 through 7.0 does not check the
access flags of the file descriptor used for sending a file, which
allows local users to read the contents of write-only files.

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-0777


http://security.freebsd.org/advisories/FreeBSD-SA-08:03.sendfile.asc
fixed in
  kfreebsd-7 (7.0-1)
  kfreebsd-6 (6.3-3)



CVE-2008-1146:

A certain pseudo-random number generator (PRNG) algorithm that uses XOR
and 3-bit random hops (aka Algorithm X3), as used in OpenBSD 2.8
through 4.2, allows remote attackers to guess sensitive values such as
DNS transaction IDs by observing a sequence of previously generated
values. NOTE: this issue can be leveraged for attacks such as DNS cache
poisoning against OpenBSD's modification of BIND.

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1146




CVE-2008-1147:

A certain pseudo-random number generator (PRNG) algorithm that uses XOR
and 2-bit random hops (aka Algorithm X2), as used in OpenBSD 2.6
through 3.4, Mac OS X 10 through 10.5.1, FreeBSD 4.4 through 7.0, and
DragonFlyBSD 1.0 through 1.10.1, allows remote attackers to guess
sensitive values such as IP fragmentation IDs by observing a sequence of
previously generated values. NOTE: this issue can be leveraged for
attacks such as injection into TCP packets and OS fingerprinting.

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1147


CVE-2008-1148:

A certain pseudo-random number generator (PRNG) algorithm that uses ADD
with 0 random hops (aka Algorithm A0), as used in OpenBSD 3.5 through
4.2 and NetBSD 1.6.2 through 4.0, allows remote attackers to guess
sensitive values such as (1) DNS transaction IDs or (2) IP fragmentation
IDs by observing a sequence of previously generated values. NOTE: this
issue can be leveraged for attacks such as DNS cache poisoning,
injection into TCP packets, and OS fingerprinting.

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1148



There is not (yet) FreeBSD Security Advisory.



CVE-2008-1391:

Multiple integer overflows in libc in NetBSD 4.x, FreeBSD 6.x and 7.x,
and probably other BSD and Apple Mac OS platforms allow
context-dependent attackers to execute arbitrary code via large values
of certain integer fields in the format argument to (1) the strfmon
function in lib/libc/stdlib/strfmon.c, related to the GET_NUMBER macro;
and (2) the printf function, related to left_prec and right_prec.

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1391


Looks like userspace bug, should not affect kfreebsd-x.

Petr




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



Bug#483182: [PATCH] libdebian-installer: add new vendor string for Apple

2008-05-27 Thread Julien BLACHE
Package: libdebian-installer4
Version: 0.58
Tags: patch

Hi,

Apple changed its company name in Q1 2007 (from Apple Computer, Inc.
to Apple Inc.), and the vendor string embedded on the machines
changed as a consequence on machines produced after this date.

The attached patch adds the new vendor string to the x86 subarch
detection code.

Please apply,

JB.

-- 
 Julien BLACHE [EMAIL PROTECTED]  |  Debian, because code matters more 
 Debian  GNU/Linux Developer|   http://www.debian.org
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 

diff -ru orig/libdebian-installer-0.58/src/system/subarch-x86-linux.c libdebian-installer-0.58/src/system/subarch-x86-linux.c
--- orig/libdebian-installer-0.58/src/system/subarch-x86-linux.c	2007-12-31 23:34:31.0 +0100
+++ libdebian-installer-0.58/src/system/subarch-x86-linux.c	2008-05-27 13:55:06.855293130 +0200
@@ -215,6 +215,7 @@
 
 static struct map map_manufacturer[] = {
 	{ Apple Computer, Inc., mac },
+	{ Apple Inc., mac },
 	{ NULL, NULL }
 };
 


Bug#483074: nvidia-kernel-source: same problem with make-kpkg

2008-05-27 Thread Mathias Behrle
Package: nvidia-kernel-source
Version: 169.12-3
Followup-For: Bug #483074

I am builduing my kernel with 
 make-kpkg --rootcmd=fakeroot --initrd kernel_image modules_image
and therefore IMHO I have to unpack as user the module sources, since otherwise 
the modules won't be built.
And consequently the build process complains:

#patch for XEN
patch -p3  /usr/src/modules/nvidia-kernel/debian/patches/xen.patch
/bin/sh: /usr/src/modules/nvidia-kernel/debian/patches/xen.patch: Keine 
Berechtigung
make[2]: *** [configure-stamp] Fehler 1
make[2]: Leaving directory `/usr/src/modules/nvidia-kernel'
make[1]: *** [kdist_image] Fehler 2
make[1]: Leaving directory `/usr/src/modules/nvidia-kernel'
Module /usr/src/modules/nvidia-kernel failed.
Perhaps /usr/src/modules/nvidia-kernel does not understand --rootcmd?
If you see messages that indicate that it is not
in fact being built as root, please file a bug 
against /usr/src/modules/nvidia-kernel.
Hit return to Continue

I think, /usr/src/modules/nvidia-kernel/debian/patches should be drwxrwsr-x 
anyway, also if extracted by user.

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

Kernel: Linux 2.6.24-2-obelix-opt (SMP w/2 CPU cores; PREEMPT)
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 nvidia-kernel-source depends on:
ii  debhelper 7.0.8  helper programs for debian/rules
ii  dpatch2.0.29 patch maintenance system for Debia
ii  make  3.81-4 The GNU version of the make util
ii  sed   4.1.5-6The GNU sed stream editor

Versions of packages nvidia-kernel-source recommends:
ii  devscripts2.10.27scripts to make the life of a Debi
ii  kernel-package11.001-0.1 A utility for building Linux kerne
ii  nvidia-glx169.12-3   NVIDIA binary Xorg driver

-- no debconf information



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



Bug#483121: findutils: duplicated cron.daily functions

2008-05-27 Thread Andreas Metzler
On 2008-05-27 Tim Connors [EMAIL PROTECTED] wrote:
 Package: findutils
 Version: 4.4.0-2
 Severity: normal

 Is there any reason why findutils (which is depended on by mlocate and
 locate) includes updatedb.

Hello,
It does not, afaict:
SID)[EMAIL PROTECTED]:~$ dpkg -s findutils  | grep Version
Version: 4.4.0-2
(SID)[EMAIL PROTECTED]:~$ man grep
(SID)[EMAIL PROTECTED]:~$ dpkg -L findutils | grep update || echo not found
not found

 (which links to mlocate's updatedb via
 /etc/alternatives), and locate includes its version of updatedb (as
 expected, but I'll be turning it off), and mlocate includes its own
 version of updatedb?  This means that mlocate's (or whoever owns the
 updatedb alternatives) updatedb runs twice, if I traced the shell
 scripts correctly.

locate's cron job /etc/cron.daily/locate will only run once, I do not
know how mlocate handles this, but I would be surprised if it ran
twice.

 To me it seems that all of those packages should include their own
 updatedb in cron.daily, but findutils should include no such
 cron.daily job.

If you install both locate and mlocate both cronjobs will run (each
once) and you will have working databases for both locate
implementations.
cu andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'



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



Bug#321701: take a break

2008-05-27 Thread Nathaniel Mclaughlin
What are you waiting for?
Gaming industry invites!

http://richeurogaming.net





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



Bug#323963: drop your work right now

2008-05-27 Thread Selma Christie
What are you waiting for?
Gaming industry invites!

http://richeurogaming.net



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



Bug#182747: try once, win twice

2008-05-27 Thread Lyman Madison
What are you waiting for?
Gaming industry invites!

http://richeurogaming.net



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



Bug#416586: [reportbug-ng] please add claws-mail, too

2008-05-27 Thread Mathias Behrle
Package: reportbug-ng
Version: 0.2008.03.28

--- Please enter the report below this line. ---
Please add claws-mail as possible MUA, I think it should be invoked the
same as sylpheed-claws-gtk2.

Wouldn't it be better to provide some general interface to invoke the
MUA, as proposed by Manoj?

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.24-2-obelix-opt

Debian Release: lenny/sid
  990 testing apt-cacher 
  800 unstableapt-cacher 
  600 experimentalapt-cacher 

--- Package information. ---
Depends (Version) | Installed
=-+-===
python| 2.5.2-1
python-central   (= 0.6) | 0.6.6
python-qt3| 3.17.4-1
python-soappy | 0.12.0-2
xdg-utils | 1.0.2-4




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



Bug#483184: Additional Kacst fonts

2008-05-27 Thread Youssef Chahibi
Package: ttf-kacst
Version: 1.6.2+mry-1
Severity: wishlist


New Kacst fonts available at http://ceri.kacst.edu.sa/fonts.htm have
been released under GPL.

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

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

Versions of packages ttf-kacst depends on:
ii  defoma   0.11.10-0.2 Debian Font Manager -- automatic f

ttf-kacst recommends no packages.

-- no debconf information



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



Bug#482997: asterisk: Extremely choppy sound and high CPU usage

2008-05-27 Thread Faidon Liambotis

tags 482997 + confirmed
thanks

Torgeir Skjøtskift wrote:

When making calls involving IAX2 channels, sound is extremely choppy
and CPU usage spikes.

Messages on the CLI indicate problems while channels are active:
WARNING[12301]: File chan_iax2.c, Line 4436 (socket_read): Received
mini frame before first full voice frame

IAX2 registry entries become unregistered
IAX2 peers become UNREACHABLE

This problem seems to be caused by the 2etch4 update, since it works
fine in 2etch3 (see http://www.debian.org/security/2008/dsa-1563).

To replicate:
Set asterisk console debug and verbose to 100
SIP phones on machine A 
via IAX2 trunk to machine B

via IAX2 trunk back to meetme room on machine A

Creating 5-10 simultaneous calls should reveal the problem.

This is indeed a regression from the versions before the security fix.

upstream has fixed this with a commit[1] with the following description:
  Merge changes from team/russell/iax2_find_callno_1.2 These
  changes address a critical performance issue introduced in the
  latest release. The fix for the latest security issue included a
  change that made Asterisk randomly choose call numbers to make
  them more difficult to guess by attackers. However, due to some
  inefficient (this is by far, an understatement) code, when
  Asterisk chose high call numbers, chan_iax2 became unusable after
  just a small number of calls. On a small embedded platform, it
  would not be able to handle a single call. On my Intel Core 2 Duo
  @ 2.33 GHz, I couldn't run more than about 16 IAX2 channels.
  Ouch. These changes address some performance issues of the
  find_callno() function that have bothered me for a very long
  time. On every incoming media frame, it iterated through every
  possible call number trying to find a matching active call. This
  involved a mutex lock and unlock for each call number checked.
  So, if the random call number chosen was 2, then every media
  frame would cause 2 locks and unlocks. Previously, this
  problem was not as obvious since Asterisk always chose the lowest
  call number it could. A second container for IAX2 pvt structs has
  been added. It is an astobj2 hash table. When we know the remote
  side's call number, the pvt goes into the hash table with a hash
  value of the remote side's call number. Then, lookups for
  incoming media frames are a very fast hash lookup instead of an
  absolutely insane array traversal. In a quick test, I was able to
  get more than 3600% more IAX2 channels on my machine with these
  changes.
There is another regression[2] thas has been similarly fixed in 1.2.28.1.

It is, unfortunately, a huge commit, since it backports various stuff 
(astobj2) from 1.4.
But I don't see another option to be honest and neither did upstream -- 
and 1.2 is in their deep-freeze state, similar to our own (security 
fixes and grave bugs only).


security team, what do you think?
Should I prepare a new version with these changes and upload it to 
security-proposed-updates?


Regards,
Faidon

1: http://svn.digium.com/view/asterisk?view=revrevision=115296
2: http://svn.digium.com/view/asterisk?view=revrevision=115564



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



Bug#483070: [Pkg-xfce-devel] Bug#483070: Bug#483070: xfdesktop4: black screen after openarena quits

2008-05-27 Thread Jérémy Lal

Yves-Alexis Perez a écrit :

reassign 483070 xfwm4
retitle 483070 compositing issues between openarena and xfwm4
thanks
On Tue, May 27, 2008 at 04:45:19PM +, Jérémy Lal wrote:

You're right : reverting to xfdesktop4 doesn't fix the issue.
I also tried reverting to previous xorg-server-video-intel version, no success.


Can you try reverting xfwm4?

yes, and the problem disappears (of course after reenabling the direct drawing 
for full screen option)
Instead, disabling the xfwm4 option : (translated from french) : 
Direct drawing of full screen windows

fixes the issue.
Which is coherent, because openarena is full screen...
But what is not is that for ex. Stellarium is full screen and doesn't trigger 
the bug.
How to assign that bug to xfwm4 ? should i open a new one ?


There was some fixes added for full screen compositing (you can look at in
/usr/share/doc/xfwm4/changelog.Debian.gz which is displayed at upgrade if you
use apt-listchanges)

indeed, so it comes from this fix.


If you disable the option, is there any other issues?

yes, small graphic glitches appears when playing openarena, due to orage clock 
redrawing.


Cheers,

thanks.



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



Bug#483183: libcupsys2: Block on connect() when showing the list of printers in evince

2008-05-27 Thread Alban Crequy
Package: libcupsys2
Version: 1.3.7-5
Severity: important

I have two printers in my office:
- 10.0.0.153 Kyocera FS-1030D
- 10.0.0.2 Brother MFC7860n

I want to use the second one. The first one is not mine and drop all packets to
10.0.0.153:631 (I don't know why, but that should not be a problem since I
don't want to use this printer).

When evince try to list the list of printers, it blocks on the following call:
connect(19, {sa_family=AF_INET, sin_port=htons(631),
sin_addr=inet_addr(10.0.0.153)}, 16

So I cannot print, even if the second printer is the default printer, because
programs using libcups hangs on connect() before showing the printer list.

I use this workaround:
iptables -A OUTPUT -d 10.0.0.153 -j REJECT
With this workaround, I can successfully select my printer and print.

My bug was reported upstream but according to mike, it is a problem in
the configuration. I didn't changed the Debian default configuration:
http://www.cups.org/str.php?L2835

My bug is similar to http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=235204
because both blocks on connect(). However, my CUPS server is on localhost (I
didn't changed the Debian default configuration).

Thanks

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

Kernel: Linux 2.6.25-2-amd64 (SMP w/2 CPU cores)
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 libcupsys2 depends on:
ii  libc6  2.7-11GNU C Library: Shared libraries
ii  libcomerr2 1.40.8-2  common error description library
ii  libgnutls262.2.5-1   the GNU TLS library - runtime libr
ii  libkrb53   1.6.dfsg.3-2  MIT Kerberos runtime libraries
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

libcupsys2 recommends no packages.

-- no debconf information



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



Bug#482902: please provide libc6-hppa64 and libc6-hppa64-dev packages

2008-05-27 Thread Grant Grundler
On Mon, May 26, 2008 at 01:05:49AM -0700, Matt Taggart wrote:
   The developer machines have been unavailable for months, so Debian
   developers who don't have their own hppa machine are unable to work on
   their own packages or fix bugs.
  
  We had some machines setup and running last yearwhat happened to them?
  Is lamont the only person able to support those?
 
 The DD accessible machine is paer.debian.org and there are a few hppa 
 buildd machines that are just accessible by the buildd folks like lamont. 
 These machines are all supported by DSA and run Debian stable.
...
[ snip ]

Matt,
thanks for the explanation. I didn't realize it had gotten that ugly.
But I also don't see a way for us to support etch since it feels like
we barely have enough people to support kernel.org + unstable (debian).
Not unless some new folks wants to volunteer to help. I'd be happy
to review patches for this and provide guidance.


  My impression was my and Thibaut's efforts to provide public access
  to parisc/ia64 machines has covered the visible need.
  But that's been informal and not a substitute for having official
  machines up and running.
 
 I'm not sure how Thibaut is generating his kernels and running his 
 machines, but if he can do it in a DSA supportable manner (which means etch 
 userspace and kernel packages up to date with security patches) then maybe 
 he can help get the debian.org machines accessible again. I suspect he is 
 probably running unstable and building kernels by hand though...

Yes, as am I (though I'm not a DD).

thanks,
grant



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



Bug#381258: last chance

2008-05-27 Thread Brice Mathis
What are you waiting for?
Gaming industry invites!

http://richeurogaming.net




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



Bug#64554: drop your work right now

2008-05-27 Thread Lola Yates
What are you waiting for?
Gaming industry invites!

http://richeurogaming.net



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



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

2008-05-27 Thread Riku Voipio
On Mon, May 26, 2008 at 09:30:16PM +0200, Mike Hommey wrote:
 I only missed it... I moved mozilla-config.h in a arch: any package
 for this very reason, I just overlooked xpcom-config.h

Thanks, I see you fixed that already. I'm now hitting #482415 (exact
same backtrace) which is supposedly already fixed? It could still be
a problem at my side (armel port or the fact that I had a unclean
chroot with potentially old libs/build-deps installed..)



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



Bug#95769: try once, win twice

2008-05-27 Thread Joanne Sams
What are you waiting for?
Gaming industry invites!

http://richeurogaming.net




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



Bug#482564: vinagre: defaut key / mouse binding is unfortunate.

2008-05-27 Thread Markus Schaber
Hi, Emilio,

Emilio Pozuelo Monfort [EMAIL PROTECTED] wrote:

 Markus Schaber wrote:
  CTRL-D opens the bookmark creation dialog, except when in Fullscreen
  mode or using CTRL-Alt to grab the pointer.
 
 This is http://bugzilla.gnome.org/show_bug.cgi?id=530410
 
 I've asked upstream about this, and he said he was thinking about removing all
 the shortcuts from Vinagre, so they are sent to the guest.

I agree with that.

  Scrolling the mouse wheel still scrolls the window and sends the scroll
  event to the server, regardless of fullscreen and CTRL-Alt.
 
 That sounds like http://bugzilla.gnome.org/show_bug.cgi?id=531716, but with 
 the
 description in that bug upstream didn't understand the issue very well... 
 could
 you add a comment there?

For me, it does not sound exactly like the same bug, but more like some
weird interaction between his window manager manager and vinagre when
changing virtual desktops on the client while in fullscreen mode, but I
don't see anything about mouse wheel events there.



Regards,
Markus

-- 
Markus Schaber | Logical TrackingTracing International AG
Dipl. Inf. | Software Development GIS

Fight against software patents in Europe! www.ffii.org
www.nosoftwarepatents.org


signature.asc
Description: PGP signature


Bug#475206: gdb: SIGTRAP interfering with debugging

2008-05-27 Thread Arthur Meacham
I am having the same problem.  It is making life very difficult.  Is
there something I can do, aside from completely downgrade?


(gdb: 6.8-debian 
 linux: 2.6.24-17-generic)




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



Bug#483185: [warzone2100] migrate to testing?

2008-05-27 Thread Matthias Krüger
Package: warzone2100
Severity: wishlist

--- Please enter the report below this line. ---
The version which should not be migrated to testing, is it
2.1.0~1.beta1-1 or 2.1.0~1.beta2-1 ?

Warzone2100 depends on automake = 1:1.10+nogfdl~ .
Is this (one line below) the package and version (automake1.10
1:1.10.1-3) you need for migrating it to testing?
(http://packages.qa.debian.org/a/automake1.10.html)

Thank you for your fine work!Matthias Krüger
--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.24-1-amd64

Debian Release: lenny/sid
  500 testing security.debian.org
  500 testing 141.76.2.4

--- Package information. ---
Depends (Version) | Installed
=-+-=
libc6  (= 2.7-1) | 2.7-10
libgl1-mesa-glx   | 7.0.3-1
 OR libgl1|
libglc0(= 0.7.1) | 0.7.1-1
libglu1-mesa  | 7.0.3-1
 OR libglu1   |
libogg0   | 1.1.3-3
libopenal0a   | 1:0.0.8-7
libphysfs-1.0-0   | 1.0.0-5
libpng12-0  (= 1.2.13-4) | 1.2.27-1
libpopt0(= 1.10) | 1.10-3
libsdl-net1.2 | 1.2.7-2
libsdl1.2debian (= 1.2.10-1) | 1.2.13-2
libvorbis0a   | 1.2.0.dfsg-3
libvorbisfile3 (= 1.1.2) | 1.2.0.dfsg-3
libx11-6  | 2:1.0.3-7
warzone2100-data   (= 2.1.0~1.beta2) |
warzone2100-data (= 2.1.0~1.beta2-1) |




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



Bug#483074: [pkg-nvidia-devel] Bug#483074: nvidia-kernel-source: same problem with make-kpkg

2008-05-27 Thread Lennart Sorensen
On Tue, May 27, 2008 at 07:06:15PM +0200, Mathias Behrle wrote:
 Package: nvidia-kernel-source
 Version: 169.12-3
 Followup-For: Bug #483074
 
 I am builduing my kernel with 
  make-kpkg --rootcmd=fakeroot --initrd kernel_image modules_image
 and therefore IMHO I have to unpack as user the module sources, since 
 otherwise the modules won't be built.
 And consequently the build process complains:
 
 #patch for XEN
 patch -p3  /usr/src/modules/nvidia-kernel/debian/patches/xen.patch
 /bin/sh: /usr/src/modules/nvidia-kernel/debian/patches/xen.patch: Keine 
 Berechtigung
 make[2]: *** [configure-stamp] Fehler 1
 make[2]: Leaving directory `/usr/src/modules/nvidia-kernel'
 make[1]: *** [kdist_image] Fehler 2
 make[1]: Leaving directory `/usr/src/modules/nvidia-kernel'
 Module /usr/src/modules/nvidia-kernel failed.
 Perhaps /usr/src/modules/nvidia-kernel does not understand --rootcmd?
 If you see messages that indicate that it is not
 in fact being built as root, please file a bug 
 against /usr/src/modules/nvidia-kernel.
 Hit return to Continue
 
 I think, /usr/src/modules/nvidia-kernel/debian/patches should be drwxrwsr-x 
 anyway, also if extracted by user.

drwxrwxr-x root/src  0 2008-05-26 12:39 modules/
drwxrwxr-x root/src  0 2008-05-26 12:39 modules/nvidia-kernel/
drwxrwxr-x root/src  0 2008-05-26 12:39 modules/nvidia-kernel/debian/
-rw-r--r-- root/src353 2008-05-26 12:39 
modules/nvidia-kernel/debian/README.Debian
-rw-r--r-- root/src  27233 2008-05-26 12:39 
modules/nvidia-kernel/debian/changelog
-rw-r--r-- root/src   2734 2008-05-26 12:39 
modules/nvidia-kernel/debian/conf.mk
-rw-r--r-- root/src726 2008-05-26 12:39 
modules/nvidia-kernel/debian/control.template
-rw-r--r-- root/src   8055 2008-05-26 12:39 
modules/nvidia-kernel/debian/copyright
-rw-r--r-- root/src228 2008-05-26 12:39 
modules/nvidia-kernel/debian/devfs.devices
-rw-r--r-- root/src 55 2008-05-26 12:39 
modules/nvidia-kernel/debian/dirs.template
-rw-r--r-- root/src227 2008-05-26 12:39 
modules/nvidia-kernel/debian/override.template
drw-r--r-- root/src  0 2008-05-26 12:39 
modules/nvidia-kernel/debian/patches/
-rw-rw-r-- root/src   6367 2008-05-24 21:08 
modules/nvidia-kernel/debian/patches/xen.patch
-rw-r--r-- root/src   1720 2008-05-26 12:39 
modules/nvidia-kernel/debian/postinst
-rw-r--r-- root/src 21 2008-05-26 12:39 
modules/nvidia-kernel/debian/postrm
-rwxr-xr-x root/src   5177 2008-05-26 12:39 
modules/nvidia-kernel/debian/rules
-rw-r--r-- root/src   9425 2008-05-26 12:39 
modules/nvidia-kernel/Makefile.kbuild
-rw-r--r-- root/src   4025 2008-05-26 12:39 
modules/nvidia-kernel/Makefile.nvidia
-rw-r--r-- root/src   1803 2008-05-26 12:39 modules/nvidia-kernel/README
-rw-r--r-- root/src  41227 2008-05-26 12:39 
modules/nvidia-kernel/conftest.sh
-rw-r--r-- root/src   8476 2008-05-26 12:39 modules/nvidia-kernel/cpuopsys.h
-rw-r--r-- root/src   9077 2008-05-26 12:39 
modules/nvidia-kernel/gcc-version-check.c
-rw-r--r-- root/src   1834 2008-05-26 12:39 modules/nvidia-kernel/makefile
-rw-r--r-- root/src   9980 2008-05-26 12:39 modules/nvidia-kernel/nv-i2c.c
-rw-r--r-- root/src   11074288 2008-05-26 12:39 
modules/nvidia-kernel/nv-kernel.o
-rw-r--r-- root/src  46064 2008-05-26 12:39 modules/nvidia-kernel/nv-linux.h
-rw-r--r-- root/src   2967 2008-05-26 12:39 
modules/nvidia-kernel/nv-memdbg.h
-rw-r--r-- root/src714 2008-05-26 12:39 modules/nvidia-kernel/nv-misc.h
-rw-r--r-- root/src  16820 2008-05-26 12:39 modules/nvidia-kernel/nv-reg.h
-rw-r--r-- root/src  23909 2008-05-26 12:39 modules/nvidia-kernel/nv-vm.c
-rw-r--r-- root/src768 2008-05-26 12:39 modules/nvidia-kernel/nv-vm.h
-rw-r--r-- root/src 128305 2008-05-26 12:39 modules/nvidia-kernel/nv.c
-rw-r--r-- root/src  20681 2008-05-26 12:39 modules/nvidia-kernel/nv.h
-rw-r--r-- root/src  10344 2008-05-26 12:39 modules/nvidia-kernel/nvacpi.c
-rw-r--r-- root/src   4875 2008-05-26 12:39 modules/nvidia-kernel/nvreadme.h
-rw-r--r-- root/src  12333 2008-05-26 12:39 modules/nvidia-kernel/nvtypes.h
-rw-r--r-- root/src   9189 2008-05-26 12:39 modules/nvidia-kernel/os-agp.c
-rw-r--r-- root/src804 2008-05-26 12:39 modules/nvidia-kernel/os-agp.h
-rw-r--r-- root/src  33830 2008-05-26 12:39 
modules/nvidia-kernel/os-interface.c
-rw-r--r-- root/src   9532 2008-05-26 12:39 
modules/nvidia-kernel/os-interface.h
-rw-r--r-- root/src   2395 2008-05-26 12:39 
modules/nvidia-kernel/os-registry.c
-rw-r--r-- root/src   3067 2008-05-26 12:39 modules/nvidia-kernel/pat.h
-rw-r--r-- root/src   3752 2008-05-26 12:39 modules/nvidia-kernel/rmretval.h
-rw-r--r-- root/src   11074288 2008-05-26 12:39 
modules/nvidia-kernel/nv-kernel.o.x86_64
-rw-r--r-- root/src   9425 2008-05-26 12:39 modules/nvidia-kernel/Makefile

That's the contents of the tar file.  It would appear that the
permissions on the patches 

Bug#479607:

2008-05-27 Thread William Pitcock
Hi,

Is this because of the image size being too large? I need to know so I
can talk with upstream about this issue. He may not choose to help
though because we patch lilo a lot (something I intend to look through
and see how many of these patches we *really* need at some point).

William


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


Bug#483187: samba: recommended action (smb.conf.master) is broken

2008-05-27 Thread Richard A Nelson
Package: samba
Version: 1:3.0.29-1
Severity: normal

In the new version of smb.conf is this section:

# A well-established practice is to name the original file
# smb.conf.master and create the real config file with
# testparm -s smb.conf.master smb.conf
# This minimizes the size of the really used smb.conf file
# which, according to the Samba Team, impacts performance

That makes sense, so I thought I'd impliment it.

Unfortunately, it is only a partial fix because testparm
does not work as expected...  even after processing the
includes, it leaves one of them in the generated config file !

My setup is (shared amongst several machines)

Global configuration
smb.conf
...
# Pick machine specific setup
include = /etc/samba/smb.conf.%L
...

Machine configuration
smb.conf.EL-GHOR
...
# Pick up realm specific setup
include = /etc/samba/smb.conf.cobpli

smb.conf.GOTHIC-AVE
...
# Pick up realm specific setup
include = /etc/samba/smb.conf.cobpli
...

Realm configuration (ldap/idmap/etc)
smb.conf.cobpli


the testparm generated file clearly has all information
from each of the files... but also includes this line:
include = /etc/samba/smb.conf.cobpli

So, any gains from using testparm have just been washed away
as the largest include file is going to be redundantly re-processed
every time. 

-- System Information:
Debian Release: 4.0
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'proposed-updates'), 
(500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.25 (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 samba depends on:
ii  adduser3.107 add and remove users and groups
ii  debconf [debconf-2.0]  1.5.22Debian configuration management sy
ii  libacl12.2.47-2  Access control list shared library
ii  libattr1   1:2.4.41-1Extended attribute shared library
ii  libc6  2.7-11GNU C Library: Shared libraries
ii  libcomerr2 1.40.8-2  common error description library
ii  libcupsys2 1.3.7-5   Common UNIX Printing System(tm) - 
ii  libgnutls262.2.5-1   the GNU TLS library - runtime libr
ii  libkrb53   1.6.dfsg.3-2  MIT Kerberos runtime libraries
ii  libldap-2.4-2  1:2.4.9-1 OpenLDAP libraries
ii  libpam-modules 0.99.7.1-6Pluggable Authentication Modules f
ii  libpam-runtime 0.99.7.1-6Runtime support for the PAM librar
ii  libpam0g   0.99.7.1-6Pluggable Authentication Modules l
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  logrotate  3.7.1-3   Log rotation utility
ii  lsb-base   3.2-12Linux Standard Base 3.2 init scrip
ii  procps 1:3.2.7-8 /proc file system utilities
ii  samba-common   1:3.0.29-1Samba common files used by both th
ii  update-inetd   4.30  inetd configuration file updater
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

samba recommends no packages.

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



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



Bug#475634: make awesomerc parser more forgiving of options which were valid in the past

2008-05-27 Thread Don Armstrong
On Sun, 13 Apr 2008, Julien Danjou wrote:
 At 1207972098 time_t, Don Armstrong wrote:
  It would be nice if the awesome rc configuration file parser would
  throw warnings when problems in the configuration file are encountered
  instead of throwing out the entire configuration file and using only
  the defaults.
  
  The current status quo means that every upgrade which changes the
  configuration file parsing requires you to edit the configuration file
  to fix the first error, restart awesome, edit to fix the next, etc. It
  also means that any customization is lost until you fix your
  .awesomerc, which is anoying when you have rather different
  keybindings.
 
 What about awesome --check?

That's fixes the problem with restarting awesome to find the problem,
but it'd still be nice if the parser would just continue on past
invalid options after throwing a warning (to the extent possible).


Don Armstrong

-- 
I never until now realized that the primary job of any emoticon is to
say excuse me, that didn't make any sense. ;-P
 -- Cory Doctorow

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



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



Bug#483188: [l10n] Czech translation of pixelpost debconf messages

2008-05-27 Thread Miroslav Kure
Package: pixelpost
Severity: wishlist
Tags: l10n, patch

Hi,

in attachement there is Czech (cs.po) translation of pixelpost
debconf messages. Please include it with the package.

Thanks
-- 
Miroslav Kure
# Czech translation of pixelpost debconf messages.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the pixelpost package.
# Miroslav Kure [EMAIL PROTECTED], 2008
#
msgid 
msgstr 
Project-Id-Version: pixelpost\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2008-05-07 17:14+0200\n
PO-Revision-Date: 2008-05-27 19:44+0200\n
Last-Translator: Miroslav Kure [EMAIL PROTECTED]\n
Language-Team: Czech [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: password
#. Description
#: ../templates:1001
msgid Administrative user's password:
msgstr Heslo správce:

#. Type: password
#. Description
#: ../templates:1001
msgid 
Please enter the password of the administrative user ('admin').  This 
password is needed to connect to the administrative screens of pixelpost.
msgstr 
Zadejte prosím heslo správce (uživatel „admin“). Toto heslo je potřeba pro 
připojení ke správcovským obrazovkám pixelpostu.

#. Type: password
#. Description
#: ../templates:1001
msgid 
It won't be possible to post any picture in pixelpost until this password is 
set.
msgstr Dokud heslo nenastavíte, nebude možné do pixelpostu nahrát žádný 
obrázek.


Bug#483186: [klibc-utils] Every second number disappears in (tiny) dmesg output (in initrd.img)

2008-05-27 Thread Anthony Fok
Package: klibc-utils
Version: 1.5.9-2
Severity: normal
Tags: patch

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

Every now and then, we come across a machine which is unable to mount
the root filesystem for whatever reasons, and get stuck at the busybox
initrd environment, from which we can run dmesg to diagnostic what went
wrong.

To our dismay, in recent months (or years?), dmesg result come out like
this, with lots of missing numbers:

[0.000] Linux version 2.6.2-2-66 (Debian 2.6.2-3) ([EMAIL PROTECTED]) (g
cc version 4.1.3 2002 (prerelease) (Debian 4.1.2-2)) #1 SMP Wed May 1 1:
4:0 UTC 20
[0.000] BIOS-provided physical RAM map:
[0.000]  BIOS-e80:  - 00e00 (usable)
[0.000]  BIOS-e80: 00e00 - 00a00 (reserved)

But it is supposed to look like this:

[0.00] Linux version 2.6.25-2-686 (Debian 2.6.25-3)
([EMAIL PROTECTED]) (g
cc version 4.1.3 20080420 (prerelease) (Debian 4.1.2-22)) #1 SMP Wed May
14 16:4
2:03 UTC 2008
[0.00] BIOS-provided physical RAM map:
[0.00]  BIOS-e820:  - 0009e000 (usable)
[0.00]  BIOS-e820: 0009e000 - 000a (reserved)

This caused quite a bit of problem when we trying to diagnose kernel
oops or panics since the addresses are all wrong.

Initially, we thought it had something to do with memory corruption from
the kernel Oops.  But later, we noticed this phenomenon happens even for
cases without a kernel oops, say, perhaps we just got root=/dev/sda7
written wrong.

So, we decided to investigate, and eventually came to the realization
that the dmesg in initrd.img in Debian (and Ubuntu) nowadays come not
from busybox but klibc-utils, and running /usr/lib/klibc/bin/dmesg on a
fully booted system exhibit the same bug.

Checking the source code, we found the code used to strip out [0-7]
that prefixes every kernel message (See klogd(8)) is somewhat incorrect.
 So, with a bit of hacking, we got that fixed.  :-)  A patch is
attached.  Just drop it in debian/patches/20_dmesg_dropped-digits.patch
.  :-)

We have verified the output of this fixed dmesg identical to that of
util-linux dmesg.

Further thoughts:

We checked out klibc source using:
 git clone git://git.kernel.org/pub/scm/libs/klibc/klibc.git

And noticed it is an upstream bug since dmesg.c was first added on (Mon
Aug 20 19:57:50 2007 +0200) commit 9c5a7acda064daa7482148b5a45ee3b7ed39356c

As to why this bug wasn't discovered sooner... I don't know.  Perhaps
very few people use the tiny dmesg in klibc-utils for diagnostic
purposes?  And before that, Debian uses the dmesg module in busybox,
which exhibits no such bug?

Cheers,

Anthony Fok anthony dot fok at thizgroup dot com
ThizLinux Software Co., Ltd.
A member of Thiz Technology Group

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

Debian Release: lenny/sid
  500 unstabledebian.cn99.com
1 experimentaldebian.cn99.com

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

diff -Nur -x '*.orig' -x '*~' klibc-1.5.9/usr/utils/dmesg.c klibc-1.5.9.new/usr/utils/dmesg.c
--- klibc-1.5.9/usr/utils/dmesg.c	2008-03-29 04:25:36.0 +0800
+++ klibc-1.5.9.new/usr/utils/dmesg.c	2008-05-27 07:07:36.0 +0800
@@ -50,20 +50,14 @@
 		exit(1);
 	}
 
-	while (buf[i]  i  len)
-		switch (buf[i]) {
-		case '':
-			if (i == 0 || buf[i-1] == '\n')
-i++;
-		case '0' ... '9':
-			if (i  0  buf[i-1] == '')
-i++;
-		case '':
-			if (i  0  isdigit(buf[i-1]))
-i++;
-		default:
-			putchar(buf[i++]);
-		}
+	while (buf[i]  i  len) {
+		if (i == 0 || buf[i-1] == '\n')
+			if (buf[i] == '')
+if (isdigit(buf[++i]))
+	if (buf[++i] == '')
+		i++;
+		putchar(buf[i++]);
+	}
 
 	if (buf[i-1] != '\n')
 		putchar('\n');


Bug#475206: gdb: SIGTRAP interfering with debugging

2008-05-27 Thread Daniel Jacobowitz
On Tue, May 27, 2008 at 01:39:18PM -0400, Arthur Meacham wrote:
 I am having the same problem.  It is making life very difficult.  Is
 there something I can do, aside from completely downgrade?

Sorry, you've really got to ask the kernel maintainers; it's a kernel
bug, not a GDB bug.

-- 
Daniel Jacobowitz
CodeSourcery



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



Bug#483189: manpages/docbook.xsl: LESS-THAN OR EQUAL TO character is converted incorrectly

2008-05-27 Thread Jakub Wilk

Package: docbook-xsl
Version: 1.73.2.dfsg.1-4
Severity: normal

$ ?xml version='1.0'?
!DOCTYPE refentry PUBLIC '-//OASIS//DTD DocBook XML V4.5//EN' 
'http://www.docbook.org/xml/4.5/docbookx.dtd'
refentry
refentryinfo
titletmp/title
productnametmp/productname
date2008-05-27/date
/refentryinfo
refmeta
refentrytitletmp/refentrytitle
manvolnum1/manvolnum
refmiscinfo class='version'0/refmiscinfo
/refmeta
refnamediv
refnametmp/refname
/refnamediv
refsection
title#x2264;/title
para/para
/refsection
/refentry

$ xsltproc /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl tmp.xml
Note: Writing tmp.1

$ man -l tmp.1
TMP(1)tmp   TMP(1)

NAME
   tmp

â¤
tmp 0 2008-05-27TMP(1)


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

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

Versions of packages docbook-xsl depends on:
ii  xml-core  0.11   XML infrastructure and XML catalog

Versions of packages docbook-xsl recommends:
ii  docbook-xml   4.5-5  standard XML documentation system,
pn  docbook-xsl-doc-html | docboo none (no description available)

-- debconf-show failed

--
Jakub Wilk



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



Bug#479607:

2008-05-27 Thread Eugen Dedu

William Pitcock wrote:

Hi,

Is this because of the image size being too large? I need to know so I
can talk with upstream about this issue. He may not choose to help
though because we patch lilo a lot (something I intend to look through
and see how many of these patches we *really* need at some point).


How can I know if this is the cause?

-rw-r--r-- 1 root root 6998498 2008-05-16 10:11 initrd.img-2.6.25-2-amd64

--
Eugen



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



Bug#483169: [new] getbuildlog: download package build logs from auto-builders

2008-05-27 Thread Adam D. Barratt
Hi,

On Tue, 2008-05-27 at 17:36 +0200, Frank S. Thomas wrote:
 I'd like to propose my getbuildlog script for inclusion in devscripts. It 
 downloads package build logs from  Debian auto-builders (buildd.debian.org, 
 buildd.debian-ports.org, and experimental.debian.net) that matches given 
 version- and architecture-patterns. I've outlined my motivation for writing 
 this script in:
   http://lists.debian.org/debian-mentors/2008/05/msg00404.html
 I think this script could be useful for others too. The diff to the current 
 SVN is attached.

Thanks for the unusually (but welcome :-) comprehensive patch.

I've added your script, with a couple of small tweaks to make it cope
with packages with names containing + symbols and versions containing
epochs. I've attached a diff against your original script; hopefully you
agree with the changes :)

Regards,

Adam
--- scripts/getbuildlog.sh	2008-05-27 18:41:41.0 +0100
+++ trunk/scripts/getbuildlog.sh	2008-05-27 18:41:09.0 +0100
@@ -65,10 +65,11 @@
 fi
 
 PACKAGE=$1
-VERSION=`(test -z $2  echo [~+.[:alnum:]-]+) || echo $2`
+VERSION=`(test -z $2  echo [:~+.[:alnum:]-]+) || echo $2`
 ARCH=`(test -z $3  echo [[:alnum:]-]+) || echo $3`
+ESCAPED_PACKAGE=`echo $PACKAGE | sed -e 's/\+/\\\+/g'`
 
-PATTERN=fetch\.(cgi|php)\?pkg=$PACKAGEver=$VERSIONarch=$ARCH\
+PATTERN=fetch\.(cgi|php)\?pkg=$ESCAPED_PACKAGEver=$VERSIONarch=$ARCH\
 stamp=[[:digit:]]+
 
 getbuildlog() {
@@ -80,10 +81,13 @@
 # Put each href in $ALL_LOGS on a separate line so that $PATTERN
 # matches only one href. This is required because grep is greedy.
 sed -i -e s/href=\/\nhref=\/g $ALL_LOGS
+# Quick-and-dirty unescaping
+sed -i -e s/%2B/\+/g -e s/%3A/:/g $ALL_LOGS
 
 for match in `grep -E -o $PATTERN $ALL_LOGS`; do
 ver=`echo $match | cut -d'' -f3 | cut -d'=' -f2`
 arch=`echo $match | cut -d'' -f4 | cut -d'=' -f2`
+	match=`echo $match | sed -e 's/\+/%2B/g'`
 wget -O ${PACKAGE}_${ver}_${arch}.log $BASE/$matchfile=log
 done
 


Bug#483190: rkward - FTBFS: *** No rule to make target `/usr/lib/libICE.so', needed by `rkward/rkward.bin'. Stop.

2008-05-27 Thread Bastian Blank
Package: rkward
Version: 0.5.0b-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of rkward_0.5.0b-1 on lxdebian.bfinv.de by sbuild/s390 98
[...]
 [ 99%] Building CXX object 
 rkward/CMakeFiles/rkward.bin.dir/rkwardapplication.o
 cd /build/buildd/rkward-0.5.0b/build/rkward  /usr/bin/g++   -D_BSD_SOURCE 
 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_GNU_SOURCE -DQT_NO_STL 
 -DQT_NO_CAST_TO_ASCII -D_REENTRANT -DKDE_DEPRECATED_WARNINGS 
 -DQT_NO_CAST_TO_ASCII -g -O2 -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef 
 -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security 
 -fno-exceptions -fno-check-new -fno-common -Woverloaded-virtual 
 -fvisibility=hidden -fvisibility-inlines-hidden -O2 -g 
 -I/build/buildd/rkward-0.5.0b/rkward 
 -I/build/buildd/rkward-0.5.0b/build/rkward -I/usr/include/qt4/QtDBus 
 -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtUiTools 
 -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtXml 
 -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtNetwork 
 -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtAssistant 
 -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtGui 
 -I/usr/include/qt4/QtCore -I/usr/include/qt4/Qt 
 -I/usr/share/qt4/mkspecs/default -I/usr/include/qt4   -o 
 CMakeFiles/rkward.bin.dir/rkwardapplication.o -c 
 /build/buildd/rkward-0.5.0b/rkward/rkwardapplication.cpp
 make[3]: *** No rule to make target `/usr/lib/libICE.so', needed by 
 `rkward/rkward.bin'.  Stop.
 make[3]: Leaving directory `/build/buildd/rkward-0.5.0b/build'
 make[2]: *** [rkward/CMakeFiles/rkward.bin.dir/all] Error 2
 make[2]: Leaving directory `/build/buildd/rkward-0.5.0b/build'
 make[1]: *** [all] Error 2
 make[1]: Leaving directory `/build/buildd/rkward-0.5.0b/build'
 make: *** [build-stamp] Error 2
 dpkg-buildpackage: failure: debian/rules build gave error exit status 2
 **
 Build finished at 20080526-1825
 FAILED [dpkg-buildpackage died]



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



Bug#480808: Don't build depend on libxul-dev

2008-05-27 Thread Mike Hommey
tags 480808 + patch
thanks

On Mon, May 12, 2008 at 09:07:26AM +0200, Mike Hommey wrote:
 Package: miro
 Severity: wishlist
 User: [EMAIL PROTECTED]
 Usertags: xulrunner-transition
 
 With the upcoming xulrunner transition, libxul-dev is going to disappear.
 
 I already sent instructions on what you should be doing in
 http://lists.debian.org/debian-release/2008/05/msg9.html
 
 This bug report is mostly to help follow the transition going.
 
 FYI, I will start NMUing plugins and components next week, and will break
 the remaining packages by uploading xulrunner 1.9 in unstable on May 25.
 
 Though help will be appreciated, I'll also prepare updated packages for
 these during this week and next.

Here is the patch to implement the change. Please upload a new package
with the patch applied ASAP. Without action from your part within the
next week, I'll upload a NMU.

Thanks,

Mike
diff -u miro-1.2.3/debian/control miro-1.2.3/debian/control
--- miro-1.2.3/debian/control
+++ miro-1.2.3/debian/control
@@ -13,8 +13,8 @@
libboost-thread-dev,
libboost-serialization-dev,
python-gtk2-dev,
-   python-gnome2-extras-dev (= 2.14.0-2),
-   libxul-dev (= 1.8.1.14),
+   python-gnome2-extras-dev (= 2.19.1),
+   xulrunner-dev,
libxine-dev (= 1.1.12),
chrpath,
libxv-dev,
@@ -31,14 +31,14 @@
  python-dbus,
  python-gtk2,
  python-gnome2,
- python-gnome2-extras (= 2.14.0-2),
+ python-gnome2-extras (= 2.19.1),
  python-glade2,
  python-pysqlite2,
  python-gst0.10,
  imagemagick,
  libxine1-x (= 1.1.12),
  libxine1-plugins (= 1.1.12),
- xulrunner (= 1.8.1.14),
+ xulrunner-1.9,
  miro-data (= 1.2.3-1)
 Suggests: ttf-dejavu, python-psyco [i386 hurd-i386 netbsd-i386 kfreebsd-i386]
 Description: GTK+ based RSS video aggregator


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

2008-05-27 Thread Riku Voipio
On Tue, May 27, 2008 at 07:31:57PM +0200, Mike Hommey wrote:
 On Tue, May 27, 2008 at 08:29:15PM +0300, Riku Voipio wrote:
  Thanks, I see you fixed that already. I'm now hitting #482415 (exact
  same backtrace) which is supposedly already fixed? It could still be
  a problem at my side (armel port or the fact that I had a unclean
  chroot with potentially old libs/build-deps installed..)

 With what version of packages ?

iceweasel   3.0~rc1-1
xulrunner   1.9~rc1-1
libmozjs1d  1.9~rc1-1
libnspr4-0d 4.7.1-1
libnss3-1d  3.12.0~rc3-1

 Mike

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



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



Bug#465793: Patch for the 9100e-3.1 NMU of anthy

2008-05-27 Thread Christian Perrier

Dear maintainer of anthy,

On Sunday, May 18, 2008 I sent you a notice announcing my intent to upload a
NMU of your package to fix its pending l10n issues, after an initial
notice sent on Wednesday, May 07, 2008.

You either agreed for this NMU or did not respond to my notices.

I will now upload this NMU to DELAYED/2-DAY.

The NMU patch is attached to this mail.

The NMU changelog is:


Source: anthy
Version: 9100e-3.1
Distribution: unstable
Urgency: low
Maintainer: Christian Perrier [EMAIL PROTECTED]
Date: Wed, 07 May 2008 18:31:25 +0200
Closes: 465793 466779 467420 469584 482453
Changes: 
 anthy (9100e-3.1) unstable; urgency=low
 .
   * Non-maintainer upload to fix pending l10n issues.
   * Debconf templates
   * Galician. Closes: #465793
   * Finnish. Closes: #466779
   * Dutch. Closes: #467420
   * German. Closes: #469584
   * Basque. Closes: #482453

-- 


diff -Nru anthy-9100e.old/alt-cannadic/Makefile.orig anthy-9100e/alt-cannadic/Makefile.orig
--- anthy-9100e.old/alt-cannadic/Makefile.orig	2008-05-06 19:59:28.807865832 +0200
+++ anthy-9100e/alt-cannadic/Makefile.orig	1970-01-01 01:00:00.0 +0100
@@ -1,42 +0,0 @@
-#
-# Makefile
-# 
-# Copyright Masao SUGIMOTO. 2000, 2001, 2002, 2003
-#
-# Author: Masao SUGIMOTO [EMAIL PROTECTED]
-#
-# 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, or (at your option)
-# any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with GNU Emacs; see the file COPYING.  If not, write to the
-# Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-#
-
-MAINTXTDIC  = gcanna.ctd
-SUBTXTDIC   = gcannaf.ctd
-
-all: help
-
-help:
-	@echo see README
-
-maindic:
-	crxdic -m -o ${MAINTXTDIC:.ctd=.cbd} ${MAINTXTDIC}
-	crfreq -div 512 ${MAINTXTDIC:.ctd=.cbd} ${MAINTXTDIC:.ctd=.mwd}
-
-maindic-old-version:
-	perl convert-old-cannadic.pl
-	crxdic -m -o ${MAINTXTDIC:.ctd=.cbd}.orig ${MAINTXTDIC}
-	crfreq ${MAINTXTDIC:.ctd=.cbd} ${MAINTXTDIC:.ctd=.mwd}
-
-subdic:
-	crxdic -s -o ${SUBTXTDIC:.ctd=.cbd} ${SUBTXTDIC}
-	crfreq ${SUBTXTDIC:.ctd=.cbd} ${SUBTXTDIC:.ctd=.swd}
diff -Nru anthy-9100e.old/debian/changelog anthy-9100e/debian/changelog
--- anthy-9100e.old/debian/changelog	2008-05-06 19:59:28.935783908 +0200
+++ anthy-9100e/debian/changelog	2008-05-27 08:16:59.730770257 +0200
@@ -1,3 +1,15 @@
+anthy (9100e-3.1) unstable; urgency=low
+
+  * Non-maintainer upload to fix pending l10n issues.
+  * Debconf templates
+  * Galician. Closes: #465793
+  * Finnish. Closes: #466779
+  * Dutch. Closes: #467420
+  * German. Closes: #469584
+  * Basque. Closes: #482453
+
+ -- Christian Perrier [EMAIL PROTECTED]  Wed, 07 May 2008 18:31:25 +0200
+
 anthy (9100e-3) unstable; urgency=low
 
   * Added/updated some local language templates, closes: #467294, #468253, #468405.
diff -Nru anthy-9100e.old/debian/po/de.po anthy-9100e/debian/po/de.po
--- anthy-9100e.old/debian/po/de.po	2008-05-06 19:59:28.916462600 +0200
+++ anthy-9100e/debian/po/de.po	2008-05-07 18:33:41.123713000 +0200
@@ -1,14 +1,14 @@
 # translation of po-debconf template to German
-# Copyright (C) 2006, Matthias Julius
 # This file is distributed under the same license as the anthy package.
+# Copyright:
 #
-# Matthias Julius [EMAIL PROTECTED], 2006, 2007.
+# (C) Matthias Julius [EMAIL PROTECTED], 2006 - 2008.
 msgid 
 msgstr 
 Project-Id-Version: anthy 7900-3.1\n
 Report-Msgid-Bugs-To: [EMAIL PROTECTED]
-POT-Creation-Date: 2008-02-12 15:54+0900\n
-PO-Revision-Date: 2007-01-22 18:06-0500\n
+POT-Creation-Date: 2008-02-14 07:30+0100\n
+PO-Revision-Date: 2008-02-16 00:47-0500\n
 Last-Translator: Matthias Julius [EMAIL PROTECTED]\n
 Language-Team: German [EMAIL PROTECTED]\n
 MIME-Version: 1.0\n
@@ -19,33 +19,30 @@
 #. Type: multiselect
 #. Description
 #: ../anthy.templates:2001
-#, fuzzy
 msgid Extra dictionaries to use:
-msgstr Zu verwendende Erweiterungswörterbücher:
+msgstr Zu verwendende zusätzliche Wörterbücher
 
 #. Type: multiselect
 #. Description
 #: ../anthy.templates:2001
-#, fuzzy
 msgid 
 The anthy package can use add-on dictionaries in addition to the system 
 dictionary. The following are currently available:
 msgstr 
-Das anthy-Paket kann Erweiterungswörterbücher zusätzlich zum 
-Systemwörterbuch verwenden. Die folgenden Wörterbücher sind gegenwärtig 
-verfügbar:
+Neben dem Systemwörterbuch kann das Anthy-Paket Zusatzwörterbücher 
+verwenden, von denen folgende verfügbar sind:
 
 #. Type: multiselect
 #. Description
 #: ../anthy.templates:2001
-#, fuzzy
 msgid 
  - base.t : Anthy-specific words which are compatible with cannadic;\n
  - extra.t: Anthy-specific 

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

2008-05-27 Thread Mike Hommey
reopen 482415
reassign 482415 xulrunner-1.9
found 482415 1.9~rc1-1
thanks

On Tue, May 27, 2008 at 09:01:04PM +0300, Riku Voipio wrote:
 On Tue, May 27, 2008 at 07:31:57PM +0200, Mike Hommey wrote:
  On Tue, May 27, 2008 at 08:29:15PM +0300, Riku Voipio wrote:
   Thanks, I see you fixed that already. I'm now hitting #482415 (exact
   same backtrace) which is supposedly already fixed? It could still be
   a problem at my side (armel port or the fact that I had a unclean
   chroot with potentially old libs/build-deps installed..)
 
  With what version of packages ?
 
 iceweasel   3.0~rc1-1
 xulrunner   1.9~rc1-1
 libmozjs1d  1.9~rc1-1
 libnspr4-0d 4.7.1-1
 libnss3-1d  3.12.0~rc3-1

Can you try to remove ~/.mozilla/firefox/*/XUL.mfasl ? If that doesn't
change anything, can you also try moving ~/.mozilla around ?

Mike



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



Bug#434312: Patch for the 3.4.3-10.5 NMU of nethack

2008-05-27 Thread Christian Perrier

Dear maintainer of nethack,

On Friday, May 16, 2008 I sent you a notice announcing my intent to upload a
NMU of your package to fix its pending l10n issues, after an initial
notice sent on Monday, May 05, 2008.

You either agreed for this NMU or did not respond to my notices.

I will now upload this NMU to DELAYED/2-DAY.

The NMU patch is attached to this mail.

The NMU changelog is:


Source: nethack
Version: 3.4.3-10.5
Distribution: unstable
Urgency: low
Maintainer: Christian Perrier [EMAIL PROTECTED]
Date: Mon, 05 May 2008 18:39:59 +0200
Closes: 434312 472628 481695 481813
Changes: 
 nethack (3.4.3-10.5) unstable; urgency=low
 .
   * Non-maintainer upload to fix pending l10n issues.
   * Debconf translations:
 - Brazilian Portuguese. Closes: #434312
 - Finnish. Closes: #472628
 - Basque. Closes: #481695
 - Russian. Closes: #481813
   * [Lintian] No longer use deprecated ${Source-Version} in Depends/Conflicts
 Use ${binary:Version} instead.

-- 


diff -Nru nethack-3.4.3.old/debian/changelog nethack-3.4.3/debian/changelog
--- nethack-3.4.3.old/debian/changelog	2008-05-04 22:22:23.700554494 +0200
+++ nethack-3.4.3/debian/changelog	2008-05-27 18:45:10.537919828 +0200
@@ -1,3 +1,16 @@
+nethack (3.4.3-10.5) unstable; urgency=low
+
+  * Non-maintainer upload to fix pending l10n issues.
+  * Debconf translations:
+- Brazilian Portuguese. Closes: #434312
+- Finnish. Closes: #472628
+- Basque. Closes: #481695
+- Russian. Closes: #481813
+  * [Lintian] No longer use deprecated ${Source-Version} in Depends/Conflicts
+Use ${binary:Version} instead.
+
+ -- Christian Perrier [EMAIL PROTECTED]  Mon, 05 May 2008 18:39:59 +0200
+
 nethack (3.4.3-10.4) unstable; urgency=low
 
   * Non-maintainer upload with approval from Joshua Kwan.
diff -Nru nethack-3.4.3.old/debian/control nethack-3.4.3/debian/control
--- nethack-3.4.3.old/debian/control	2008-05-04 22:22:23.684556433 +0200
+++ nethack-3.4.3/debian/control	2008-05-27 18:44:51.545921447 +0200
@@ -9,7 +9,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, debianutils (= 1.12)
 Recommends: nethack-console | nethack-x11 | nethack-qt
-Conflicts: suidmanager ( 0.50), nethack-console ( ${Source-Version}), nethack-x11 ( ${Source-Version}), nethack-gnome ( ${Source-Version}), nethack-qt ( ${Source-Version}), nethack-lisp ( ${Source-Version})
+Conflicts: suidmanager ( 0.50), nethack-console ( ${binary:Version}), nethack-x11 ( ${binary:Version}), nethack-gnome ( ${binary:Version}), nethack-qt ( ${binary:Version}), nethack-lisp ( ${binary:Version})
 Replaces: nethack ( 3.4.0)
 Description: Common files for Nethack dungeon crawl game
  The various graphical front-ends for Nethack all share a large
@@ -36,7 +36,7 @@
  boots, if there are any auto-save files available.
 
 Package: nethack-console
-Depends: ${shlibs:Depends}, nethack-common (= ${Source-Version})
+Depends: ${shlibs:Depends}, nethack-common (= ${binary:Version})
 Architecture: any
 Provides: nethack
 Description: Text-based overhead view DD-style adventure game
@@ -52,7 +52,7 @@
  graphics here!
 
 Package: nethack-lisp
-Depends: ${shlibs:Depends}, nethack-common (= ${Source-Version})
+Depends: ${shlibs:Depends}, nethack-common (= ${binary:Version})
 Suggests: nethack-el
 Architecture: any
 Provides: nethack
@@ -69,7 +69,7 @@
  for playing Nethack under Emacs.
 
 Package: nethack-x11
-Depends: ${shlibs:Depends}, ${misc:Depends}, nethack-common (= ${Source-Version}), xbase-clients (= 3.3.3.1-5)
+Depends: ${shlibs:Depends}, ${misc:Depends}, nethack-common (= ${binary:Version}), xbase-clients (= 3.3.3.1-5)
 Architecture: any
 Provides: nethack
 Description: Text-based/X11 overhead view DD-style adventure game
@@ -85,7 +85,7 @@
  of Nethack.
 
 Package: nethack-qt
-Depends: ${shlibs:Depends}, nethack-common (= ${Source-Version})
+Depends: ${shlibs:Depends}, nethack-common (= ${binary:Version})
 Architecture: any
 Provides: nethack
 Description: Text-based/Qt overhead view DD-style adventure game
diff -Nru nethack-3.4.3.old/debian/po/ca.po nethack-3.4.3/debian/po/ca.po
--- nethack-3.4.3.old/debian/po/ca.po	2008-05-04 22:22:23.680555801 +0200
+++ nethack-3.4.3/debian/po/ca.po	2008-05-05 18:43:07.263501649 +0200
@@ -4,8 +4,8 @@
 msgid 
 msgstr 
 Project-Id-Version: nethack_3.4.3-3_templates\n
-Report-Msgid-Bugs-To: [EMAIL PROTECTED]
-POT-Creation-Date: 2006-11-08 15:27-0800\n
+Report-Msgid-Bugs-To: [EMAIL PROTECTED]
+POT-Creation-Date: 2008-05-05 18:43+0200\n
 PO-Revision-Date: 2004-04-04 19:46GMT\n
 Last-Translator: Aleix Badia i Bosch [EMAIL PROTECTED]\n
 Language-Team: Catalan [EMAIL PROTECTED]\n
diff -Nru nethack-3.4.3.old/debian/po/cs.po nethack-3.4.3/debian/po/cs.po
--- nethack-3.4.3.old/debian/po/cs.po	2008-05-04 22:22:23.680555801 +0200
+++ nethack-3.4.3/debian/po/cs.po	2008-05-05 18:43:07.295502264 +0200
@@ -14,8 +14,8 @@
 msgid 
 msgstr 
 Project-Id-Version: nethack\n
-Report-Msgid-Bugs-To: [EMAIL PROTECTED]
-POT-Creation-Date: 2006-11-08 15:27-0800\n

Bug#483191: [liblog4cxx9c2a] There is a new version of log4cxx

2008-05-27 Thread Norberto M. Lopes
Package: liblog4cxx9c2a
Version: 0.9.7-6.1
Severity: wishlist

--- Please enter the report below this line. ---
A new version is out. It came in 03 April 2008.

^^

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

Debian Release: lenny/sid
  500 unstablewww.debian-multimedia.org 
  500 unstableftp.debian.org 
  500 unstableemacs.orebokech.com 
  500 testing security.debian.org 
  500 stable  wine.budgetdedicated.com 
  500 stable  security.debian.org 
  500 etch-wx apt.wxwidgets.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-
libc6   (= 2.7-1) | 2.7-11
libgcc1(= 1:4.1.1-21) | 1:4.3.0-5
libstdc++6(= 4.2.1-4) | 4.3.0-5
libxml2(= 2.6.27) | 2.6.32.dfsg-2



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


Bug#483192: ratmenu menu-method: install-menu moved to /usr/bin

2008-05-27 Thread Bill Allombert
Package: ratmenu
Version: 2.3.14
Severity: normal

Hello Mark,

/etc/menu-methods/ratmenu start with
#!/usr/sbin/install-menu
Please change it to
#!/usr/bin/install-menu

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]



Bug#482997: asterisk: Extremely choppy sound and high CPU usage

2008-05-27 Thread Florian Weimer
* Faidon Liambotis:

 security team, what do you think?
 Should I prepare a new version with these changes and upload it to
 security-proposed-updates?

Do you mean stable-proposed-updates?  That's up to the stable release
managers.

I don't like uploading such a change as a security update if we can
avoid it.  If you can guarantee sufficient testing, we could release a
DSA errata, but this looks more like stuff for a point release.



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



Bug#483186: Acknowledgement ([klibc-utils] Every second number disappears in (tiny) dmesg output (in initrd.img))

2008-05-27 Thread Anthony Fok
The same bug is now also tracked on Ubuntu Launchpad at:

https://bugs.launchpad.net/ubuntu/+source/klibc/+bug/235282

Cheers,

Anthony Fok



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



Bug#473976: Also breaks gconf, apparently

2008-05-27 Thread Sebastian Fontius
Severity: important

The same problem also breaks GConf, apparently: as far as I can tell,
GConf marks its complete database readonly until HAL is restarted and
every process using GConf (and of course GConf itself) is killed.  As
a side effect GNOME applications cannot store any preferences until
killed and some display a message declaring that the GConf database is
read only when started or used.

To me this changes the severity of the bug to important, as I, and at
least two friends of mine have the same, reproducible problem but only
in this special constellation (libpam-mount + HAL).


Greetings,


-- 
: Sebastian Fontius : www.fsfe.org : www.fsfe.org/en/fellows/smc
`+--+--+---.
[]   | They that can give up essential liberty to obtain a little |
  [][][] |  temporary safety deserve neither liberty nor safety.  |
||   :   Attributed to Benjamin Franklin, 1759 :


signature.asc
Description: Digital signature


Bug#482185: collectd2html.pl: should allow for --imgformat to be passed to rrdtool

2008-05-27 Thread Sebastian Harl
Hi,

On Wed, May 21, 2008 at 05:40:04PM +0700, Ivan Shmakov wrote:
   Please consider the following patch.
 
 $ diff -u \
   (zcat /usr/share/doc/collectd/examples/collectd2html.pl.gz) \
   collectd2html.pl 

I'm quite surprised to get a patch for that script. It has never been
ported to version 4 of collectd and should not work at all right now. I
was actually going to remove it entirely from the package but must have
forgotten about it.

Did you update the script to work with version 4? If so, please provide
those patches as well.

  GetOptions (
  host=s = \$HOST,
 -data-dir=s = \$DIR
 +data-dir=s = \$DIR,
 + image-format=s = \$IMG_FMT
  );
[...]
 +my $svg_p = ($IMG_FMT eq SVG);
 +my $IMG_SFX = $svg_p ? .svg : .png;

Currently, all image formats supported by rrdtool (svg, ps and pdf iirc)
do require special handling in the HTML output (e.g. just include a link
for the ps and pdf formats) - could you please extent your patch to
handle that as well? TIA.

Cheers,
Sebastian

-- 
Sebastian tokkee Harl +++ GnuPG-ID: 0x8501C7FC +++ http://tokkee.org/

Those who would give up Essential Liberty to purchase a little Temporary
Safety, deserve neither Liberty nor Safety. -- Benjamin Franklin



signature.asc
Description: Digital signature


Bug#483193: ImportError: No module named numpy.core.multiarray

2008-05-27 Thread Olaf Wessels
Package: wsjt
Version: 5.9.7.r383-1.2
Severity: important

WSJT does not start opening a X-Window, instead I got the Info on console:

ImportError: No module named numpy.core.multiarray
Traceback (most recent call last):
  File /usr/share/wsjt/wsjt.py, line 10, in module
  import Audio
  ImportError: numpy.core.multiarray failed to import

Digging in the WWW gives the hint to install

python-numpy

.and this fixes the problem.
Python numeric has been installed before, but python-numpy has not. 
(and has not been installed even with a new installation of wsjt)

73 / Olaf


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

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

Versions of packages wsjt depends on:
ii  gnome-terminal [x-te 2.22.1-1The GNOME 2 terminal emulator appl
ii  konsole [x-terminal- 4:3.5.9.dfsg.1-2+b1 X terminal emulator for KDE
ii  libc62.7-11  GNU C Library: Shared libraries
ii  libgcc1  1:4.3.0-4   GCC support library
ii  libgfortran3 4.3.0-4 Runtime library for GNU Fortran ap
ii  libportaudio219+svn20071022-2Portable audio I/O - shared librar
ii  libsamplerate0   0.1.3-1 audio rate conversion library
ii  python-imaging   1.1.6-2 Python Imaging Library
ii  python-imaging-tk1.1.6-2 Python Imaging Library - ImageTk M
ii  python-numeric   24.2-8.2Numerical (matrix-oriented) Mathem
ii  python-tk2.5.2-1 Tkinter - Writing Tk applications 
ii  xterm [x-terminal-em 235-1   X terminal emulator

wsjt recommends no packages.

-- no debconf information



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



Bug#483169: setting package to devscripts, tagging 483169

2008-05-27 Thread Adam D . Barratt
# Automatically generated email from bts, devscripts version 2.10.27
#
# devscripts (2.10.29) UNRELEASED; urgency=low
#
#  * getbuildlog: New script from Frank S. Thomas to download build logs for
#a given package (Closes: #483169)
#

package devscripts
tags 483169 + pending




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



Bug#483194: deskmenu menu-method: install-menu moved to /usr/bin

2008-05-27 Thread Bill Allombert
Package: deskmenu
Version: 1.4.2
Severity: normal

Hello Stefan,

/etc/menu-methods/deskmenu start with
#!/usr/sbin/install-menu
Please change that to
#!/usr/bin/install-menu

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]



Bug#92052: Present in apache 2 workaround

2008-05-27 Thread Sam Morris
clone 92052 -1
reassign -1 apache2
found -1 2.2.3-4
thanks

Ideally a granular (at least per-vhost) option to enable or disable this
feature would be useful--I would like to allow certain (fast)cgi scripts
the ability to process HTTP authentication, but I don't want others
having access to the usernames/passwords that my users authenticate
with.

The following mod_rewrite rules implement a workaround:

RewriteCond %{HTTP:Authorization} (.*)
RewriteRule . - [env=HTTP_AUTHORIZATION:%1]

These directives are granular down to the directory/.htaccess level. :)

-- 
Sam Morris
http://robots.org.uk/

PGP key id 1024D/5EA01078
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078


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


Bug#483179: PTS: please link to Ubuntu Launchpad bugs page

2008-05-27 Thread Lucas Nussbaum
On 27/05/08 at 18:41 +0200, Sandro Tosi wrote:
 Package: qa.debian.org
 Severity: wishlist
 
 Hi all,
 it would be useful to have the link Launchpad (Ubuntu) page for the
 package bugs reported there: for example, for reportbug, a link to[1],
 in the box Other links, or in a new one if support for external BTS
 will be added anytime soonen (but that's another story).
 
 A really plus would be to have a launchpad bugs count; I don't know how
 easy this last point can be, maybe some support from Ubuntu would be
 needed.

If only the link is available, I don't think it's useful.

I already thought of the bug count idea, and requested that a text dump
of all bugs in launchpad is made available (so we can then script
whatever we want, and provide useful info on the PTS or DDPO). But it
hasn't happened yet. See https://bugs.launchpad.net/malone/+bug/231402
for the details.
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |



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



Bug#482997: asterisk: Extremely choppy sound and high CPU usage

2008-05-27 Thread Faidon Liambotis

Florian Weimer wrote:

* Faidon Liambotis:


security team, what do you think?
Should I prepare a new version with these changes and upload it to
security-proposed-updates?


Do you mean stable-proposed-updates?  That's up to the stable release
managers.

I don't like uploading such a change as a security update if we can
avoid it.  If you can guarantee sufficient testing, we could release a
DSA errata, but this looks more like stuff for a point release.

That's what I wrote initially, hence the typo :)

I'm not so sure myself, we (upstream actually) broke an important 
functionally badly; 16 calls on a core2 duo 2.33GHz is a *very* *very* 
low number.


It's a regression from a fix made in a security release, perhaps it 
should be fixed with a DSA?


I'm not sure I could gurantee sufficient testing; I could test a channel 
or two, but not sure about running a high number of calls.

Perhaps one of our reporters could do that?

I don't know, I'll leave it up to you.

Thanks,
Faidon



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



Bug#483196: vtwm menu-method: install-menu is now in /usr/bin

2008-05-27 Thread Bill Allombert
Package: vtwm
Version: 5.4.7-2.1
Severity: normal

Hello Branden,

/etc/menu-methods/waimea start with
#!/usr/sbin/install-menu
Please change it to 
#!/usr/bin/install-menu

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]



Bug#479607:

2008-05-27 Thread William Pitcock
Hi,

On Tue, 2008-05-27 at 19:57 +0200, Eugen Dedu wrote:
 William Pitcock wrote:
  Hi,
  
  Is this because of the image size being too large? I need to know so I
  can talk with upstream about this issue. He may not choose to help
  though because we patch lilo a lot (something I intend to look through
  and see how many of these patches we *really* need at some point).
 
 How can I know if this is the cause?
 
 -rw-r--r-- 1 root root 6998498 2008-05-16 10:11 initrd.img-2.6.25-2-amd64
 

What is the size of your 2.6.24 initrd?


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


Bug#483181: mirror submission for ftp.cvut.cz

2008-05-27 Thread Simon Paillard
Hello,

Thanks for submitting your Debian mirror.

Here are a few remarks before we can add your server to the list of
mirrors:

On Tue, May 27, 2008 at 04:57:24PM +, NetOps wrote:
 Package: mirrors
 Severity: wishlist
 
 Submission-Type: new
 Site: ftp.cvut.cz
 Aliases: ftp.fs.cvut.cz

We like that the local trace file (here
ftp.cvut.cz/debian/project/trace/ftp.fsid.cvut.cz) match the site name,
because it makes easier the checks of mirrors.

Either you can reconfigure the name at system level (so that 'hostname -f'
returns ftp.cvut.cz), or hardcode it in the HOSTNAME variable in the
anonftpsync file. (delete the old ftp.fsid.cvut.cz before).

 Type: leaf
 Archive-architecture: amd64 i386 ia64 

It seems that ia64 is not mirror for all dists :
see ftp.cvut.cz:/debian/pool/main/b/base-files

Certainly because we don't mirror ia64 anymore on ftp.debian.org, see
later on.

By switching to a good upstream mirror, you will fetch the missing ia64
files.

 Archive-ftp: /debian/
 Archive-http: /debian/
 Security-ftp: /debian-security/
 Security-http: /debian-security/
 IPv6: no
 Archive-upstream: ftp.debian.org

This upstream server must not be used, see
http://www.debian.org/mirror/ftpmirror#wherefrom to select a good
upstream mirror for you, for example ftp.cz.debian.org should be good
for you.

 Security-upstream: security.debian.org
 Updates: twice
 Maintainer: NetOps [EMAIL PROTECTED]
 Country: CZ Czech Republic
 Location: Czech Republic, Prague
 Sponsor: Czech Technical University  http://www.cvut.cz

We like to tell our users how much bandwidth is available, can you give
us this information ?

Thanks for your answer and best regards.

-- 
Simon Paillard



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



Bug#482560: setting package to console-keymaps-usb console-keymaps-dec console-keymaps-amiga console-keymaps-sun console-keymaps-mac console-data console-keymaps-at console-keymaps-acorn console-keyma

2008-05-27 Thread Christian Perrier
# Automatically generated email from bts, devscripts version 2.10.28
#
# console-data (2:1.07-4) UNRELEASED; urgency=low
#
#  * Debconf translation updates:
#- Irish. Closes: #480735
#- Belarusian.
#- Swedish. Closes: #482460
#- Turkish. Closes: #482560
#

package console-keymaps-usb console-keymaps-dec console-keymaps-amiga 
console-keymaps-sun console-keymaps-mac console-data console-keymaps-at 
console-keymaps-acorn console-keymaps-atari
tags 482560 + pending




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



Bug#483197: libapache2-mod-wsgi installing broken symlink

2008-05-27 Thread Vitaliyi
Package: libapache2-mod-wsgi
Version: 2.0-1

/usr/lib/apache2/modules/mod_wsgi.so pointing to mod_wsgi.so-pyversions:

and apache refuses to start because of that:

Starting web server: apache2apache2: Syntax error on line 185 of
/etc/apache2/apache2.conf: Syntax error on line 1 of
/etc/apache2/mods-enabled/wsgi.load: Cannot load
/usr/lib/apache2/modules/mod_wsgi.so into server:
/usr/lib/apache2/modules/mod_wsgi.so: cannot open shared object file:
No such file or directory
 failed!



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



Bug#479607:

2008-05-27 Thread Eugen Dedu

William Pitcock wrote:

Hi,

On Tue, 2008-05-27 at 19:57 +0200, Eugen Dedu wrote:

William Pitcock wrote:

Hi,

Is this because of the image size being too large? I need to know so I
can talk with upstream about this issue. He may not choose to help
though because we patch lilo a lot (something I intend to look through
and see how many of these patches we *really* need at some point).

How can I know if this is the cause?

-rw-r--r-- 1 root root 6998498 2008-05-16 10:11 initrd.img-2.6.25-2-amd64



What is the size of your 2.6.24 initrd?


-rw-r--r-- 1 root 6825782 May 14 09:55 initrd.img-2.6.24-1-amd64


--
Eugen



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



Bug#463833: SantaRosa PATA don't managed by ata_piix

2008-05-27 Thread Blips
#463833 was set to important about four months ago. Why don't you set it normal 
before?
I think I wrote a very clear email, but I didn't receive any answer and/or 
request for more detail and/or tests. [*]
Have I to continue to support and spread Debian or I have to say everything 
that debian-developers doesn't reply to emails?
That is a *real* problem. Not a minor problem. Currently with Debian it's 
impossible to write a DVD using a SantaRosa laptop. In practice, a large part 
the laptop sold in the last year are not supported in Debian, which would be 
the *universal* operating system.
At least and email saying Yes, understood, but we have decided... for that 
reason... please read... would be very appreciated.

[*] In Ubuntu ata_piix works perfectly and there isn't any problem with 
suspend2ram.



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



Bug#483198: xserver-xorg: upgrade to new version makes stat. linked qt3.3.8 program unusable

2008-05-27 Thread Mathias Behrle
Package: xserver-xorg
Version: 1:7.3+10
Severity: important

Upgrading xserver-xorg

[AKTUALISIERUNG] xserver-xorg 1:7.2-5 - 1:7.3+10
[AKTUALISIERUNG] xserver-xorg-core 2:1.3.0.0.dfsg-12lenny2 - 
2:1.4.1~git20080131-4
[AKTUALISIERUNG] xserver-xorg-video-fbdev 1:0.3.1-1 - 1:0.3.1-4
[AKTUALISIERUNG] xserver-xorg-video-nv 1:2.1.3-1 - 1:2.1.8-3
[AKTUALISIERUNG] xserver-xorg-video-v4l 0.1.1-3 - 0.1.1-6
[AKTUALISIERUNG] xserver-xorg-video-vesa 1:1.3.0-1 - 1:1.3.0-4
[AKTUALISIERUNG] xserver-xorg-video-vga 1:4.1.0-3 - 1:4.1.0-8

makes a program compiled with qt3.3.8 unresponsive and menu icons in Alt+Tab as 
well on the windows 
of this program are crippled. Changing from another desktop to the program 
desktop shows slowly building
windows.
The program is named abanq and compiles in its installation process its own 
qt libraries 
from sources, to which it is statically linked.

Same problem with nvidia or nv driver. Downgrading to previous version solved 
the problem.


-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

/etc/X11/X target unchanged from checksum in /var/lib/x11/X.md5sum.

X server symlink status:
lrwxrwxrwx 1 root root 13 16. Jun 2007  /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1903808 19. Jan 11:35 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: nVidia Corporation G70 [GeForce 7300 GT] 
(rev a1)

/etc/X11/xorg.conf unchanged from checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 1587 18. Apr 22:59 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type man xorg.conf at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section Files
EndSection

Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  CoreKeyboard
Option  XkbRules  xorg
Option  XkbModel  pc105
Option  XkbLayout de
Option  XkbVariantnodeadkeys
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
Option  CorePointer
Option  Device/dev/input/mice
Option  Protocol  ImPS/2
Option  Emulate3Buttons   true
EndSection

Section Device
Identifier  NVIDIA GeForce 7300GT
Driver  nvidia
BusID   PCI:1:0:0
EndSection

Section Monitor
Identifier  Iiyama ProLite E2200WS
Option  DPMS
HorizSync   31-83
VertRefresh 56-75
EndSection

Section Screen
Identifier  Default Screen
Device  NVIDIA GeForce 7300GT
Monitor Iiyama ProLite E2200WS
DefaultDepth24
EndSection

Section ServerLayout
Identifier  Default Layout
Screen  Default Screen
InputDevice Generic Keyboard
InputDevice Configured Mouse
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 26742 27. Mai 20:03 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: Linux Debian (xorg-server 2:1.3.0.0.dfsg-12lenny2)
Current Operating System: Linux obelix 2.6.24-3-obelix-opt #1 SMP PREEMPT Tue 
May 27 17:47:06 CEST 2008 x86_64
Build Date: 19 January 2008
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Tue May 27 20:01:41 2008
(==) Using config file: /etc/X11/xorg.conf
(==) ServerLayout Default Layout
(**) |--Screen Default Screen (0)
(**) |   |--Monitor Iiyama ProLite E2200WS
(**) |   |--Device NVIDIA GeForce 7300GT
(**) |--Input Device Generic Keyboard
(**) |--Input Device Configured Mouse
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
Entry deleted from font path.
(WW) The directory /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType does not 
exist.
Entry deleted from font path.

Bug#425433: Announce of an upcoming upload for the w3c-markup-validator package

2008-05-27 Thread Christian Perrier
Dear maintainer of w3c-markup-validator and Debian translators,

Some days ago, I sent a notice to the maintainer of the w3c-markup-validator 
Debian
package, mentioning the status of at least one old po-debconf translation 
update in the BTS.

The package maintainer and I agreed for a translation update round. At
the end of this period, I will send him|her a full patch so that 
an l10n upload can happen.
The full planned schedule is available at the end of this mail.

The package is currently translated to: 
ca cs da de fr it ja nl pt

Among these, the following translations are incomplete: ca

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

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

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

The POT file is attached to this mail.

Schedule:

 Friday, May 16, 2008   : send the first intent to NMU notice to
 the package maintainer.
 Tuesday, May 27, 2008   : send this notice
 Thursday, June 05, 2008   : (midnight) deadline for receiving translation 
updates
 Saturday, June 07, 2008   : Send a summary to the maintainer. Maintainer 
uploads
 when possible.

Thanks for your efforts and time.

-- 


-- 


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

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid Apache2, Apache, Apache-Perl, Apache-SSL
msgstr 

#. Type: multiselect
#. Description
#: ../templates:1002
msgid Web server(s) which will be reconfigured automatically:
msgstr 

#. Type: multiselect
#. Description
#: ../templates:1002
msgid 
w3c-markup-validator needs to check if your webserver is configured properly.
msgstr 

#. Type: multiselect
#. Description
#: ../templates:1002
msgid 
w3c-markup-validator supports any web server that can call CGI scripts and 
allows Server Side Includes (SSI), but this automatic configuration process 
only supports Apache 2, Apache, Apache-Perl and Apache-SSL. If you use 
another server, you will have to configure it manually before being able to 
use the package.
msgstr 


signature.asc
Description: Digital signature


Bug#483199: flashplugin-nonfree: Adobe Flash Player is prone to an unspecified remote code-execution vulnerability.

2008-05-27 Thread Sam Morris
Package: flashplugin-nonfree
Version: 1:1.4
Severity: grave
Tags: security
Justification: user security hole

Adobe Flash Player is prone to an unspecified remote code-execution 
vulnerability.

An attacker may exploit this issue to execute arbitrary code in the context of 
the affected application. Failed exploit attempts will likely result in 
denial-of-service conditions.

Adobe Flash Player 9.0.115.0 and 9.0.124.0 are vulnerable; other versions may 
also be affected. 

http://www.securityfocus.com/bid/29386

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

Kernel: Linux 2.6.25-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 flashplugin-nonfree depends on:
ii  debconf [debconf-2.0]  1.5.22Debian configuration management sy
ii  fontconfig 2.5.0-2   generic font configuration library
ii  gnupg  1.4.6-2.2 GNU privacy guard - a free PGP rep
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libcairo2  1.6.4-1+b1The Cairo 2D vector graphics libra
ii  libexpat1  1.95.8-4  XML parsing C library - runtime li
ii  libfontconfig1 2.5.0-2   generic font configuration library
ii  libfreetype6   2.3.5-1+b1FreeType 2 font engine, shared lib
ii  libglib2.0-0   2.16.3-2  The GLib library of C routines
ii  libgtk2.0-02.12.9-3  The GTK+ graphical user interface 
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libpango1.0-0  1.20.2-2  Layout and rendering of internatio
ii  libpng12-0 1.2.27-1  PNG library - runtime
ii  libsm6 2:1.0.3-1+b1  X11 Session Management library
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxau61:1.0.3-3 X11 authorisation library
ii  libxcursor11:1.1.9-1 X cursor management library
ii  libxdmcp6  1:1.0.2-2 X11 Display Manager Control Protoc
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extensio
ii  libxi6 2:1.1.3-1 X11 Input extension library
ii  libxinerama1   2:1.0.3-1 X11 Xinerama extension library
ii  libxrandr2 2:1.2.2-1 X11 RandR extension library
ii  libxrender11:0.9.4-1 X Rendering Extension client libra
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  wget   1.11.2-1  retrieves files from the web
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

flashplugin-nonfree recommends no packages.

-- debconf information:
  flashplugin-nonfree/httpget: false
  flashplugin-nonfree/not_exist:
  flashplugin-nonfree/http_proxy:
  flashplugin-nonfree/local:
  flashplugin-nonfree/delete: false
  flashplugin-nonfree/failed:



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



Bug#418399: Patch for the 3.0.11b8-13.1 NMU of ez-ipupdate

2008-05-27 Thread Christian Perrier

Dear maintainer of ez-ipupdate,

On Sunday, May 18, 2008 I sent you a notice announcing my intent to upload a
NMU of your package to fix its pending l10n issues, after an initial
notice sent on Wednesday, May 07, 2008.

You either agreed for this NMU or did not respond to my notices.

I will now upload this NMU to DELAYED/2-DAY.

The NMU patch is attached to this mail.

The NMU changelog is:


Source: ez-ipupdate
Version: 3.0.11b8-13.1
Distribution: unstable
Urgency: low
Maintainer: Christian Perrier [EMAIL PROTECTED]
Date: Tue, 06 May 2008 19:31:46 +0200
Closes: 418399 482338
Changes: 
 ez-ipupdate (3.0.11b8-13.1) unstable; urgency=low
 .
   * Non-maintainer upload to fix pending l10n issues.
   * Debconf translations:
 - Dutch. Closes: #418399
 - Basque. Closes: #482338
   * [Lintian] Add copyright information to debian/copyright
   * [Lintian] Remove empty preinst maintainer script
   * [Lintian] No longer ignore errors from make clean

-- 


diff -Nru ez-ipupdate-3.0.11b8.old/debian/changelog ez-ipupdate-3.0.11b8/debian/changelog
--- ez-ipupdate-3.0.11b8.old/debian/changelog	2008-05-05 22:47:13.529960130 +0200
+++ ez-ipupdate-3.0.11b8/debian/changelog	2008-05-27 20:10:14.109931234 +0200
@@ -1,3 +1,15 @@
+ez-ipupdate (3.0.11b8-13.1) unstable; urgency=low
+
+  * Non-maintainer upload to fix pending l10n issues.
+  * Debconf translations:
+- Dutch. Closes: #418399
+- Basque. Closes: #482338
+  * [Lintian] Add copyright information to debian/copyright
+  * [Lintian] Remove empty preinst maintainer script
+  * [Lintian] No longer ignore errors from make clean
+
+ -- Christian Perrier [EMAIL PROTECTED]  Tue, 06 May 2008 19:31:46 +0200
+
 ez-ipupdate (3.0.11b8-13) unstable; urgency=low
 
   * debian/init:
diff -Nru ez-ipupdate-3.0.11b8.old/debian/copyright ez-ipupdate-3.0.11b8/debian/copyright
--- ez-ipupdate-3.0.11b8.old/debian/copyright	2008-05-05 22:47:13.529960130 +0200
+++ ez-ipupdate-3.0.11b8/debian/copyright	2008-05-06 19:49:27.304927935 +0200
@@ -10,6 +10,8 @@
   Colin Viebrock [EMAIL PROTECTED]
   Tim Brown [EMAIL PROTECTED]
 
+Copyright © 1998-2001 Angus Mackay
+
 License: GNU General Public License.
 
 On Debian GNU/Linux systems, a copy of the GNU GPL can be found in
diff -Nru ez-ipupdate-3.0.11b8.old/debian/po/ca.po~ ez-ipupdate-3.0.11b8/debian/po/ca.po~
--- ez-ipupdate-3.0.11b8.old/debian/po/ca.po~	2008-05-05 22:47:13.525961524 +0200
+++ ez-ipupdate-3.0.11b8/debian/po/ca.po~	1970-01-01 01:00:00.0 +0100
@@ -1,280 +0,0 @@
-#
-# Catalan translations for ez-ipupdate package.
-# Copyright (C) 2006 Sam Hocevar.
-# This file is distributed under the same license as the ez-ipupdate
-# package.
-#
-# Jordà Polo [EMAIL PROTECTED], 2007.
-#
-msgid 
-msgstr 
-Project-Id-Version: 3.0.11b8-11.1\n
-Report-Msgid-Bugs-To: [EMAIL PROTECTED]
-POT-Creation-Date: 2006-10-31 07:37+0100\n
-PO-Revision-Date: 2007-02-28 22:39+0100\n
-Last-Translator: Jordà Polo [EMAIL PROTECTED]\n
-Language-Team: Català [EMAIL PROTECTED]\n
-MIME-Version: 1.0\n
-Content-Type: text/plain; charset=UTF-8\n
-Content-Transfer-Encoding: 8bit\n
-
-#. Type: select
-#. Choices
-#: ../templates:1001
-msgid configure manually
-msgstr configura manualment
-
-#. Type: select
-#. Choices
-#: ../templates:1001
-msgid zoneedit
-msgstr zoneedit
-
-#. Type: select
-#. Choices
-#: ../templates:1001
-msgid ez-ip
-msgstr ez-ip
-
-#. Type: select
-#. Choices
-#: ../templates:1001
-msgid pgpow
-msgstr pgpow
-
-#. Type: select
-#. Choices
-#: ../templates:1001
-msgid dhs
-msgstr dhs
-
-#. Type: select
-#. Choices
-#: ../templates:1001
-msgid dyndns
-msgstr dyndns
-
-#. Type: select
-#. Choices
-#: ../templates:1001
-msgid dyndns-static
-msgstr dyndns-static
-
-#. Type: select
-#. Choices
-#: ../templates:1001
-msgid dyndns-custom
-msgstr dyndns-custom
-
-#. Type: select
-#. Choices
-#: ../templates:1001
-msgid ods
-msgstr ods
-
-#. Type: select
-#. Choices
-#: ../templates:1001
-msgid tzo
-msgstr tzo
-
-#. Type: select
-#. Choices
-#: ../templates:1001
-msgid easydns
-msgstr easydns
-
-#. Type: select
-#. Choices
-#: ../templates:1001
-msgid easydns-partner
-msgstr easydns-partner
-
-#. Type: select
-#. Choices
-#: ../templates:1001
-msgid gnudip
-msgstr gnudip
-
-#. Type: select
-#. Choices
-#: ../templates:1001
-msgid justlinux
-msgstr justlinux
-
-#. Type: select
-#. Choices
-#: ../templates:1001
-msgid dyns
-msgstr dyns
-
-#. Type: select
-#. Choices
-#: ../templates:1001
-msgid hn
-msgstr hn
-
-#. Type: select
-#. Choices
-#: ../templates:1001
-msgid heipv6tb
-msgstr heipv6tb
-
-#. Type: select
-#. Description
-#: ../templates:1002
-msgid Dynamic DNS provider to use:
-msgstr Proveïdor de DNS dinàmic que voleu utilitzar:
-
-#. Type: select
-#. Description
-#: ../templates:1002
-msgid 
-There are many Dynamic DNS providers supported by ez-ipupdate. If you want 
-your default configuration to be created automatically, you must select the 
-provider that you wish to use here. You must configure an 

Bug#483071: reverse dependencies

2008-05-27 Thread Thomas Viehmann
Hi Ludovic,

--- Reason ---
RoM, superseded by libxmlada
--

Checking reverse dependencies...
** libaws-dev has an unsatisfied dependency on alpha: libxmlada2-dev
** libaws2.2 has an unsatisfied dependency on alpha: libxmlada2
** libaws-bin has an unsatisfied dependency on alpha: libxmlada2
** libaws-dev has an unsatisfied dependency on amd64: libxmlada2-dev
** libaws2.2 has an unsatisfied dependency on amd64: libxmlada2
** libaws-bin has an unsatisfied dependency on amd64: libxmlada2
** libaws-dev has an unsatisfied dependency on hppa: libxmlada2-dev
** libaws2.2 has an unsatisfied dependency on hppa: libxmlada2
** libaws-bin has an unsatisfied dependency on hppa: libxmlada2
** libaws-dev has an unsatisfied dependency on i386: libxmlada2-dev
** libaws2.2 has an unsatisfied dependency on i386: libxmlada2
** libaws-bin has an unsatisfied dependency on i386: libxmlada2
** libaws-dev has an unsatisfied dependency on ia64: libxmlada2-dev
** libaws2.2 has an unsatisfied dependency on ia64: libxmlada2
** libaws-bin has an unsatisfied dependency on ia64: libxmlada2
** libaws-dev has an unsatisfied dependency on powerpc: libxmlada2-dev
** libaws2.2 has an unsatisfied dependency on powerpc: libxmlada2
** libaws-bin has an unsatisfied dependency on powerpc: libxmlada2
** libaws-dev has an unsatisfied dependency on sparc: libxmlada2-dev
** libaws2.2 has an unsatisfied dependency on sparc: libxmlada2
** libaws-bin has an unsatisfied dependency on sparc: libxmlada2
** libaws has an unsatisfied build-dependency: libxmlada2-dev

Can you file a bug / see to this fixed?

Kind regards

T.



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



Bug#480814: Don't build depend on libxul-dev

2008-05-27 Thread Mike Hommey
On Mon, May 12, 2008 at 09:07:29AM +0200, Mike Hommey wrote:
 Package: greasemonkey
 Severity: wishlist
 User: [EMAIL PROTECTED]
 Usertags: xulrunner-transition
 
 With the upcoming xulrunner transition, libxul-dev is going to disappear.
 
 I already sent instructions on what you should be doing in
 http://lists.debian.org/debian-release/2008/05/msg9.html
 
 This bug report is mostly to help follow the transition going.

Note greasemonkey will need a new upstream release upload in order to
work properly on iceweasel 3.0.

Mike



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



Bug#483200: Breaks suspend on a HP 6701b

2008-05-27 Thread Sjoerd Simons
Package: hotkey-setup
Version: 0.1-21
Severity: serious

As said in the subject. hotkey-setup breaks suspend (or actually resume) on a
HP 6701B. The hotkey-setup sets the DOS entry of the acpi video bits to 4
(which is a bit odd in itself as it's defined as a 2 bit value afaik).
Unfortunately some machines are quite sensitive to this value, with the setting
to 4 the machine doesn't come back from suspend when suspending under X.

See http://bugzilla.kernel.org/show_bug.cgi?id=6001 for more braindamage with
regards to this.

  Sjoerd

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

Kernel: Linux 2.6.25-2-powerpc
Locale: LANG=C, LC_CTYPE=nl_NL (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash



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



Bug#482303: luatex: getpwnam() implicitly converted to pointer

2008-05-27 Thread Hilmar Preusse
On 22.05.08 Taco Hoekwater ([EMAIL PROTECTED]) wrote:
 dann frazier wrote:

Hi Taco,

 Our automated buildd log filter[1] detected a problem that is likely to
 cause your package to segfault on architectures where the size of a
 pointer is greater than the size of an integer, such as ia64 and amd64.
 
   Function `getpwnam' implicitly converted to pointer at 
   ../../../src/texk/kpathsea/tilde.c:103
 
 This is often due to a missing function prototype definition.
 For more information, see [2].
 
 luatex provides its own pwd.h file which is getting included
 instead of the system pwd.h file and does not include a prototype
 for getpwnam(). If the luatex pwd.h file is not available in the
 include path, the system one gets properly included:
 
 Thanks, I have come up with a solution where luatex is
 using the system-wide pwd.h except while crosscompiling
 for win32 (that is what the file was there for).
 
The problem meanwhile causes an FTBFS (fails to build from source) on
ia64. I've seen a patch in the SVN (Revision 1279), which seems to
address the problem. Can we check it out and use it to work around
the problem?

Hilmar
-- 
sigmentation fault



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



Bug#483202: gfortran: gdb sees debugging symbols depending on source filename

2008-05-27 Thread João Batista

Subject: gfortran: gdb sees debugging symbols depending on source filename
Package: gfortran
Version: 4:4.1.1-15
Severity: minor

*** Please type your report below this line ***
Depending on how the Fortran source files are named, gdb may or may not find 
the debugging symbols when doing a list.
Example:

[EMAIL PROTECTED]:~$ cat teste.f
program teste
stop
end program
[EMAIL PROTECTED]:~$ gfortran -g teste.f -o teste
[EMAIL PROTECTED]:~$ gdb teste
GNU gdb 6.4.90-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as x86_64-linux-gnu...Using host libthread_db library 
/lib/libthread_db.so.1.

(gdb) list
1   ../sysdeps/x86_64/elf/start.S: Arquivo ou diretório não encontrado.
in ../sysdeps/x86_64/elf/start.S
(gdb) quit
[EMAIL PROTECTED]:~$ mv teste.f teste.f90
[EMAIL PROTECTED]:~$ gfortran -g teste.f90 -o teste
[EMAIL PROTECTED]:~$ gdb teste
GNU gdb 6.4.90-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as x86_64-linux-gnu...Using host libthread_db library 
/lib/libthread_db.so.1.

(gdb) list
1   program teste
2   stop
3   end program
(gdb) quit
[EMAIL PROTECTED]:~$


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

Versions of packages gfortran depends on:
ii  cpp   4:4.1.1-15 The GNU C preprocessor (cpp)
ii  gcc   4:4.1.1-15 The GNU C compiler
ii  gfortran-4.1  4.1.1-21   The GNU Fortran 95 compiler
ii  gdb   6.4.90.dfsg-1  The GNU Debugger

gfortran recommends no packages.

-- no debconf information

_
Receba GRÁTIS as mensagens do Messenger no seu celular quando você estiver 
offline. Conheça  o MSN Mobile!
http://mobile.live.com/signup/signup2.aspx?lc=pt-br


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



Bug#483201: [INTL:gl] Galician debconf template translation for w3c-markup-validator

2008-05-27 Thread Jacobo Tarrio
Package: w3c-markup-validator
Severity: wishlist
Tags: l10n patch

 It is attached to this report.
# Galician translation of w3c-markup-validator's debconf templates
# This file is distributed under the same license as the w3c-markup-validator 
package.
# Jacobo Tarrio [EMAIL PROTECTED], 2008.
#
msgid 
msgstr 
Project-Id-Version: w3c-markup-validator\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2008-05-27 18:36+0200\n
PO-Revision-Date: 2008-05-27 19:53+0100\n
Last-Translator: Jacobo Tarrio [EMAIL PROTECTED]\n
Language-Team: Galician [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: multiselect
#. Choices
#: ../templates:1001
msgid Apache2, Apache, Apache-Perl, Apache-SSL
msgstr Apache2, Apache, Apache-Perl, Apache-SSL

#. Type: multiselect
#. Description
#: ../templates:1002
msgid Web server(s) which will be reconfigured automatically:
msgstr Servidor(es) web que se han reconfigurar automaticamente:

#. Type: multiselect
#. Description
#: ../templates:1002
msgid 
w3c-markup-validator needs to check if your webserver is configured properly.
msgstr 
w3c-markup-validator precisa de comprobar se o servidor web está configurado 
correctamente.

#. Type: multiselect
#. Description
#: ../templates:1002
msgid 
w3c-markup-validator supports any web server that can call CGI scripts and 
allows Server Side Includes (SSI), but this automatic configuration process 
only supports Apache 2, Apache, Apache-Perl and Apache-SSL. If you use 
another server, you will have to configure it manually before being able to 
use the package.
msgstr 
w3c-markup-validator soporta tódolos servidores web que poidan executar 
scripts CGI e admitan directivas SSI, pero este proceso de configuración 
automatica só soporta Apache 2, Apache, Apache-Perl e Apache-SSL. Se emprega 
outro servidor ha ter que configuralo manualmente antes de poder empregar o 
paquete.


Bug#483133: luatex_0.25.3-1(ia64/unstable): FTBFS: getpwnam() implicitly converted to pointer

2008-05-27 Thread Hilmar Preusse
severity 482303 serious
merge 483133 482303
stop

On 27.05.08 [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote:

  Function `getpwnam' implicitly converted to pointer at 
  ../../../src/texk/kpathsea/tilde.c:103  
  
 A full build log can be found at:
 http://buildd.debian.org/build.php?arch=ia64pkg=luatexver=0.25.3-1
 
Already known as #482303 - merging.

H.
-- 
sigmentation fault



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



Bug#482683: [pkg-nvidia-devel] Bug#482683: nvidia-kernel-source: Hangs machine while starting X

2008-05-27 Thread Tim Day
On Mon, 2008-05-26 at 16:15 -0400, Lennart Sorensen wrote:
 None of the 9xxx cards are supported in the latest stable driver release
 from nvidia.  

Thanks for the clarification.
(I was somewhat mislead by, on 
  http://www.nvidia.com/object/linux_display_amd64_169.12.html
a Supported products list link apparently listing 9-series cards, but
on further inspection even driver versions from years ago all link to
the same common page.  That and wishful thinking.)

 The 173.08 beta driver supports them though.  We may make
 an upload of 173.08 to experimental to help people that are starting to
 get the new G9x based cards but haven't done that yet.  

That'd be great; will be looking out for it.
Tim





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



Bug#483203: [INTL:gl] Galician debconf template translation for movabletype-opensource

2008-05-27 Thread Jacobo Tarrio
Package: movabletype-opensource
Severity: wishlist
Tags: l10n patch

 It is attached to this report.
# Galician translation of movabletype-opensource's debconf templates
# This file is distributed under the same license as the movabletype-opensource 
package.
# Jacobo Tarrio [EMAIL PROTECTED], 2008.
#
msgid 
msgstr 
Project-Id-Version: movabletype-opensource\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2008-05-26 14:54+0100\n
PO-Revision-Date: 2008-05-27 19:57+0100\n
Last-Translator: Jacobo Tarrio [EMAIL PROTECTED]\n
Language-Team: Galician [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: boolean
#. Description
#: ../templates:1001
msgid Install Movable Type?
msgstr ¿Instalar Movable Type?

#. Type: boolean
#. Description
#: ../templates:1001
msgid 
When configuring a new database with this package (for example when 
installing it for the first time) the Movabletype install starts off being 
non-password-protected; that is, the first person to visit http://your.;
server/cgi-bin/movabletype/mt.cgi will be able to set the admin password and 
take control of your Movable Type installation.
msgstr 
Ao configurar unha nova base de datos con este paquete (por exemplo, ao 
instalalo por primeira vez), a instalación de Movable Type comeza sen 
protección por contrasinal; é dicir, a primeira persoa que visite http://;
servidor/cgi-bin/movabletype/mt.cgi ha poder establecer o contrasinal de 
administrador e asumir control da instalación de Movable Type.

#. Type: boolean
#. Description
#: ../templates:1001
msgid 
You should take appropriate measures, such as remembering to configure the 
admin account straight after the install is completed, or restricting access 
to your web server.
msgstr 
Debería tomar as medidas axeitadas, tales coma lembrar configurar a conta de 
administrador inmediatamente despois de completar a instalación, ou 
restrinxir o acceso ao servidor web.

#. Type: note
#. Description
#: ../templates:2001
msgid Insecure umask setting
msgstr Configuración insegura de umask

#. Type: note
#. Description
#: ../templates:2001
msgid 
Due to an error preparing a previous version of the Movable Type package, a 
typo was introduced into the default configuration file which caused a 
dangerous umask to be set when publishing. This may have caused blog files 
to be created world-writable.
msgstr 
Debido a un erro ao preparar unha versión anterior do paquete Movable Type, 
introduciuse unha errata no ficheiro de configuración por defecto que fixo 
que se establecera unha \umask\ perigosa ao publicar. Isto puido facer que 
se crearan ficheiros do blog con permisos de escritura para todo o mundo.

#. Type: note
#. Description
#: ../templates:2001
msgid 
You should check and fix the permissions of such files, and ensure that the 
typo fix (HTMLUask should be HTMLUmask) is applied to your configuration 
file, /etc/opensource-movabletype/mt-config.cgi, once this package 
installation has completed.
msgstr 
Debería verificar e arranxar os permisos deses ficheiros, e asegurarse de 
que se aplique a errata corrixida (HTMLUask debería ser HTMLUmask) ao 
ficheiro de configuración, /etc/opensource-movabletype/mt-config.cgi, 
despois de completar a instalación do paquete.

#. Type: boolean
#. Description
#: ../templates:3001
msgid Continue with package upgrade which may need schema upgrades?
msgstr ¿Continuar a actualización do paquete?

#. Type: boolean
#. Description
#: ../templates:3001
msgid 
You are about to upgrade the Movable Type package to a version which may 
include a new database schema version. To ensure continued functionality of 
Movable Type sites, you should log into any configured instances with an 
administrator account immediately after this package upgrade has completed, 
where you will be prompted to upgrade databases as required.
msgstr 
Ha actualizar o paquete Movable Type a unha versión que pode incluír unha 
nova versión do esquema da base de datos. Para se asegurar de que os sitios 
Movable Type seguen a funcionar, debería conectarse ás instancias 
configuradas cunha conta de administrador xusto despois de que se complete a 
actualización do paquete, e háselle pedir que actualice as bases de datos.

#. Type: boolean
#. Description
#: ../templates:4001
msgid Automatically reload Apache after modifying configuration?
msgstr ¿Recargar automaticamente Apache despois de modificar a configuración?

#. Type: boolean
#. Description
#: ../templates:4001
msgid 
This package includes an Apache configuration fragment which should be 
applied to your running configuration. You can choose to have the package 
post-installation reload Apache for you, or do it manually.
msgstr 
Este paquete inclúe un fragmento de configuración de Apache que se debería 
aplicar á configuración en uso. Pode facer que a postinstalación do paquete 
recargue Apache por vostede, ou pode facelo manualmente.


Bug#483205: [hplip] hp-toolbox does not find printer who was installed with hp-setup -i

2008-05-27 Thread wickey
Package: hplip
Version: 2.8.4-1
Severity: normal

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

Printer was find sucsessfully with all hp tools and cups, printer works fine, 
but only hp-toolbox does not find the printer.

#
hp-info Output:
[EMAIL PROTECTED]:~$ hp-info

HP Linux Imaging and Printing System (ver. 2.8.4)
Device Information Utility ver. 4.1

Copyright (c) 2001-8 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

Using device: hp:/net/Photosmart_C5100_series?ip=10.0.0.141

HP Linux Imaging and Printing System (ver. 2.8.4)
System Tray Status Service ver. 0.1

Copyright (c) 2001-8 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.


hp:/net/Photosmart_C5100_series?ip=10.0.0.141

Device Parameters (dynamic data):
  Parameter Value(s)
    
--
  agent1-ackFalse
  agent1-desc   Black ink cartridge
  agent1-dvc0
  agent1-health 0
  agent1-health-descGood/OK
  agent1-hp-ink False
  agent1-id 0
  agent1-kind   2
  agent1-known  False
  agent1-level  100
  agent1-level-trigger  0
  agent1-sku363
  agent1-type   1
  agent1-virgin False
  agent2-ackFalse
  agent2-desc   Cyan ink cartridge
  agent2-dvc0
  agent2-health 0
  agent2-health-descGood/OK
  agent2-hp-ink False
  agent2-id 0
  agent2-kind   2
  agent2-known  False
  agent2-level  100
  agent2-level-trigger  0
  agent2-sku363
  agent2-type   4
  agent2-virgin False
  agent3-ackFalse
  agent3-desc   Magenta ink cartridge
  agent3-dvc0
  agent3-health 0
  agent3-health-descGood/OK
  agent3-hp-ink False
  agent3-id 0
  agent3-kind   2
  agent3-known  False
  agent3-level  100
  agent3-level-trigger  0
  agent3-sku363
  agent3-type   5
  agent3-virgin False
  agent4-ackFalse
  agent4-desc   Yellow ink cartridge
  agent4-dvc0
  agent4-health 0
  agent4-health-descGood/OK
  agent4-hp-ink False
  agent4-id 0
  agent4-kind   2
  agent4-known  False
  agent4-level  79
  agent4-level-trigger  0
  agent4-sku363
  agent4-type   6
  agent4-virgin False
  agent5-ackFalse
  agent5-desc   Photo cyan ink cartridge
  agent5-dvc0
  agent5-health 0
  agent5-health-descGood/OK
  agent5-hp-ink False
  agent5-id 0
  agent5-kind   2
  agent5-known  False
  agent5-level  100
  agent5-level-trigger  0
  agent5-sku363
  agent5-type   7
  agent5-virgin False
  agent6-ackFalse
  agent6-desc   Photo magenta ink cartridge
  agent6-dvc0
  agent6-health 0
  agent6-health-descGood/OK
  agent6-hp-ink False
  agent6-id 0
  agent6-kind   2
  agent6-known  False
  agent6-level  100
  agent6-level-trigger  0
  agent6-sku363
  agent6-type   8
  agent6-virgin False
  back-end  hp
  cups-printer  Photosmart_C5100
  cups-uri  hp:/net/Photosmart_C5100_series?ip=10.0.0.141
  dev-file
  device-state  1
  device-urihp:/net/Photosmart_C5100_series?ip=10.0.0.141
  deviceid  MFG:HP;MDL:Photosmart C5100

series;CMD:MLC,PCL,PML,DW-PCL,DESKJET,DYN;1284.4DL:4d,4e,1

;CLS:PRINTER;DES:Q8220;SN:MY69KH212F04MK;S:038009C48400102

10078cb041b8006446b8004f47b8006444b8006448b8006445b800
   

Bug#482452: pioneers: Minor inconsistencies in Debconf template

2008-05-27 Thread Christian Perrier
Quoting Bas Wijnen ([EMAIL PROTECTED]):

  if you're not sure about what unfuzzy means, please talk to us. In
  short, it just means please don't change the templates without action
  on translations
 
 I thought I knew what unfuzzy meant, but now I'm not sure anymore.
 Just to be sure, what I did in the upload (which is now in NEW, because
 it adds some new binary packages) is to change the templates file, run
 debconf-updatepo, change the original texts (not the translations) in
 the po files and remove the lines saying fuzzy (and the previous
 original text, which was in a comment).

That's a method. However, doing this, you need to take care to only
unfuzzy lines that were NOT fuzzy *before* the change.

Also, you need to *edit* PO files for this and we strictly avoid to
recommend doing that. Weird editors sometimes break things in text
files (encodings)...

The best way to unfuzzy strings is, imho to do preventive unfuzzy:

- use sed to replace strings in msgid's from the faulty wording to
the correct one *BEFORE* runing what updates the PO file (in that case
debconf-updatepo)

-then update the PO files


This way, if a string was formerly marked fuzzy (because it was
outdated or so), it will remain fuzzy while those which were not will
not be fuzzied by the PO update.

 
  ..what exactly is this action may
  involve the use of tricky gory actions on PO files...:-)
  
  (something like sed 's/\.  /\. /g' and sed 's/metaserver/meta-server/g')
 
 Only in the CS translation my .   was copied in the translation.
 Because I didn't want to delay the upload more (and this is very minor
 anyway), I uploaded the package anyway, with the translation kept as it
 was.  If this should be changed to single spaces (which I expect, but
 the translator didn't reply yet), I'll upload the fixes in the next
 release (probably not before Lenny releases).  Or do you think this
 warrents a new upload?

 Probably notdepends whether you plan another upload or not..:-)




signature.asc
Description: Digital signature


Bug#483206: [xserver-xorg-video-intel] Xorg: screen gets blank randomly, and there is no way to recover

2008-05-27 Thread edwin

Package: xserver-xorg-video-intel
Version: 2:2.3.1-1
Severity: normal

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

I was writing an email in icedove, suddenly the screen went black
(backlight still on).
I switched to VTYs, and I could run commands, but switching back to X
gave me a blank screen again. I tried typing, moving the mouse, with no
results.

I have started x11vnc from a terminal, and connected remotely, however
all I got was a black screen.
I also tried suspend-to-RAM, but it didn't bring me back the X console 
either (and neither did vbetool dpms off/on).


I had to reboot (restarting just the X server didn't work either)

I don't know how to debug this if it happens again. Any suggestions?

Also, I never had such problems before upgrading to version 2.3.1 of the
intel video driver.
E.g. now sometimes when I login X is killed, and restarted, the 2nd
login works fine. Unfortunately it is not always reproducible.

I am running a 2.6.26-rc1 kernel, should that matter.


--- System information. ---
Architecture: i386
Kernel: Linux 2.6.26-rc1-6-gafa26be

Debian Release: lenny/sid
500 unstable ftp.ro.debian.org
500 testing ftp.ro.debian.org

--- Package information. ---
Depends (Version) | Installed
-+-===
libc6 (= 2.7-1) | 2.7-11
libdrm2 (= 2.3.0) | 2.3.0-4
xserver-xorg-core (= 2:1.4) | 2:1.4.1~git20080517-1




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



Bug#480409: evince: can't view djvu documents

2008-05-27 Thread Sven Arvidsson
On Sat, 2008-05-10 at 23:22 -0300, Rogério Brito wrote:
 I rebuilt evince on my system (after resolving some build-dependencies
 by hand) and now I have it (2.22) working perfectly with cairo 1.6 and
 viewing all djvu files without any problem.
 
 So, I guess that a binary-only NMU is asked for, at least for amd64 (I
 don't know about other arches).

Hi,

Evince 2.22 has been uploaded to unstable (it's in incoming at the
moment). Can you try again with this version?

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


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


Bug#479698: perl - memory corruption: invalid pointer / corrupted double-linked list

2008-05-27 Thread Niko Tyni
On Tue, May 06, 2008 at 09:52:26AM +0200, Bastian Blank wrote:
 Package: perl
 Version: 5.10.0-9
 Severity: important
 
 Several tests of the svk package fails reproducible with several different
 glibc internal free checks like invalid pointer or corrupted 
 double-linked
 list. Many of the calls seems to go through swig, so maybe this problem is
 located there.

 Maybe the following messages are connected:
 | Attempt to free unreferenced scalar: SV 0x2083d30, Perl interpreter: 
 0x602010 at 
 /home/bastian/debian/perl/svk/trunk/blib/lib/SVK/Command/Commit.pm line 555.
 | Attempt to free unreferenced scalar: SV 0x2087d80, Perl interpreter: 
 0x602010 at 
 /home/bastian/debian/perl/svk/trunk/blib/lib/SVK/Inspector/Root.pm line 82.
 | Attempt to free unreferenced scalar: SV 0x20884a0, Perl interpreter: 
 0x602010 at /home/bastian/debian/perl/svk/trunk/blib/lib/SVK/XD.pm line 856.

FWIW, these messages are triggered by libperlio-via-dynamic-perl
and show up in its test suite too. I looked into them a bit and just reported

 http://rt.perl.org/rt3/Public/Bug/Display.html?id=54934

but I'm quite sure that's not going to solve the real problem.
-- 
Niko Tyni   [EMAIL PROTECTED]



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



Bug#428954: texlive-lang-german: Using packages german and mathdesign together results in an error

2008-05-27 Thread Hilmar Preusse
On 15.06.07 Ralf Stubner ([EMAIL PROTECTED]) wrote:
 Michael Kaaden wrote:

Hi Michael,

  I wanted to typeset a (german) document using the Utopia font.
  So, ich added '\usepackage[utopia]{mathdesign}' to my preamble,
  executed 'latex mydocument.tex' and was baffled by an error '!
  Missing number, treated as zero.' (see minimal input file).
 
 Most likely the problem is that german.sty makes the  active, so
 that it no longer has its usual meaning. Not all LaTeX style
 packages can cope with that. Even bm.sty, which is an official
 package from the tools collection, does not like this (there is a
 long standing bug report in the LaTeX BTS about this). Possible
 solutions are using babel via
 
 \usepackage[german]{babel}
 
 insead of german.sty or switching the order of loading german.sty
 and mathdesign.sty.
 
Does this solve your problem?

H.
-- 
sigmentation fault



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



Bug#480469: X crashes on first login after reboot

2008-05-27 Thread Sven Arvidsson
reassign 480469 gdm 2.20.5-2
forcemerge 480056 480469 

On Tue, 2008-05-13 at 10:50 +0200, Patrick Schoenfeld wrote:
 nothing changed. Hmm. But I figured that the problem is probably *not*
 beeing caused by gnome-session. I now installed xdm and it works
 properly. Even with gnome-session as session. Weird. So the problem is
 not happening with gdm+xfce, not happening with xdm+gnome-session, only
 happening with gdm+gnome-session.

Right, I'm reassigning this bug to gdm and merging it with the previous
report.

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


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


Bug#480808: Don't build depend on libxul-dev

2008-05-27 Thread Mike Hommey
On Tue, May 27, 2008 at 07:59:16PM +0200, Mike Hommey wrote:
 tags 480808 + patch
 thanks
 
 On Mon, May 12, 2008 at 09:07:26AM +0200, Mike Hommey wrote:
  Package: miro
  Severity: wishlist
  User: [EMAIL PROTECTED]
  Usertags: xulrunner-transition
  
  With the upcoming xulrunner transition, libxul-dev is going to disappear.
  
  I already sent instructions on what you should be doing in
  http://lists.debian.org/debian-release/2008/05/msg9.html
  
  This bug report is mostly to help follow the transition going.
  
  FYI, I will start NMUing plugins and components next week, and will break
  the remaining packages by uploading xulrunner 1.9 in unstable on May 25.
  
  Though help will be appreciated, I'll also prepare updated packages for
  these during this week and next.
 
 Here is the patch to implement the change. Please upload a new package
 with the patch applied ASAP. Without action from your part within the
 next week, I'll upload a NMU.

The problem with semi-automated messages is that they are not
necessarily accurate... You can either upload now to experimental or
wait for xulrunner-1.9 to be in unstable (which will happen as soon as
gcj-4.x transitions are over).
Validating that everything works in experimental would be a good thing,
though.

Mike



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



Bug#483207: [wpasupplicant] bonding breaks wpa_supplicant

2008-05-27 Thread aerusso
Package: wpasupplicant
Version: 0.6.3-1
Severity: normal

--- Please enter the report below this line. ---
Bonding prevents proper behavior of wpa_supplicant. In
particular, it causes a disconnect:

 CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
 l2_packet_receive - recvfrom: Network is down

further scanning attempts by wpa_supplicant fail.

I am not sure if this is a problem with wpa_supplicant
or ifenslave, but either one works fine alone.

-Antonio

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

Debian Release: lenny/sid
  990 testing ftp.us.debian.org
  600 unstableftp.us.debian.org
  500 lenny   stuff.mit.edu
  400 stable  ftp.us.debian.org
1 experimentalftp.us.debian.org

--- Package information. ---
Depends  (Version) | Installed
==-+-==
adduser| 3.107
libc6   (= 2.7-1) | 2.7-10
libdbus-1-3 (= 1.1.1) | 1.2.1-2
libpcsclite1   (= 1.4.99) | 1.4.101-2
libreadline5  (= 5.2) | 5.2-3
libssl0.9.8  (= 0.9.8f-5) | 0.9.8g-10
lsb-base(= 3.0-6) | 3.2-11




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



Bug#483208: kasumi crashes when clicking outside word entry in word add window

2008-05-27 Thread Jussi Judin
Package: kasumi
Version: 2.2-1.1
Severity: important


Kasumi crashes when doing following steps:

 - Start kasumi with command kasumi:
 - Click Add button
 - Click somewhere in word list outside the currently editable
   Spelling columnt
  - Make sure you have have cursor selected so that it is editing the
spelling of the selected word.

Kasumi 2.3 in upstream does not do this kind of crashing.

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

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

Versions of packages kasumi depends on:
ii  libanthy0 9100e-3input method for Japanese - runtim
ii  libatk1.0-0   1.22.0-1   The ATK accessibility toolkit
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  libcairo2 1.6.4-1+b1 The Cairo 2D vector graphics libra
ii  libgcc1   1:4.3.0-3  GCC support library
ii  libglib2.0-0  2.16.3-2   The GLib library of C routines
ii  libgtk2.0-0   2.12.9-3   The GTK+ graphical user interface 
ii  libpango1.0-0 1.20.2-2   Layout and rendering of internatio
ii  libstdc++64.3.0-3The GNU Standard C++ Library v3

Versions of packages kasumi recommends:
ii  anthy 9100e-3input method for Japanese - backen

-- no debconf information



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



Bug#483209: isight-firmware-tools: does not include ift-load

2008-05-27 Thread Nicolas Évrard
Package: isight-firmware-tools
Version: 1.2-1
Severity: grave
Justification: renders package unusable


Hello,

Here is the result of dpkg -L $PACKAGE, as you will see ift-load is 
not included in the package.

kinder:/usr/share/doc/isight-firmware-tools % dpkg -L isight-firmware-tools
/.
/usr
/usr/bin
/usr/bin/ift-extract
/usr/bin/ift-export
/usr/share
/usr/share/hal
/usr/share/hal/fdi
/usr/share/hal/fdi/preprobe
/usr/share/hal/fdi/preprobe/20thirdparty
/usr/share/hal/fdi/preprobe/20thirdparty/50-isight-firmware.fdi
/usr/share/info
/usr/share/info/ift-extract.info.gz
/usr/share/info/ift-export.info.gz
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/ift-export.1.gz
/usr/share/man/man1/ift-extract.1.gz
/usr/share/locale
/usr/share/locale/fr
/usr/share/locale/fr/LC_MESSAGES
/usr/share/locale/fr/LC_MESSAGES/isight-firmware-tools.mo
/usr/share/locale/ja
/usr/share/locale/ja/LC_MESSAGES
/usr/share/locale/ja/LC_MESSAGES/isight-firmware-tools.mo
/usr/share/doc
/usr/share/doc/isight-firmware-tools
/usr/share/doc/isight-firmware-tools/HOWTO
/usr/share/doc/isight-firmware-tools/README
/usr/share/doc/isight-firmware-tools/AUTHORS
/usr/share/doc/isight-firmware-tools/README.Debian
/usr/share/doc/isight-firmware-tools/copyright
/usr/share/doc/isight-firmware-tools/changelog.gz
/usr/share/doc/isight-firmware-tools/NEWS.gz
/usr/share/doc/isight-firmware-tools/changelog.Debian.gz
/usr/lib
/usr/lib/hal
/usr/lib/hal/hal-system-isight
/etc
/etc/udev
/etc/udev/rules.d


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

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

Versions of packages isight-firmware-tools depends on:
ii  debconf [debconf-2.0]1.5.22  Debian configuration management sy
ii  hal  0.5.11-1Hardware Abstraction Layer
ii  libc62.7-11  GNU C Library: Shared libraries
ii  libdbus-1-3  1.2.1-2 simple interprocess messaging syst
ii  libgcrypt11  1.4.1-1 LGPL Crypto library - runtime libr
ii  libglib2.0-0 2.16.3-2The GLib library of C routines
ii  libhal1  0.5.11-1Hardware Abstraction Layer - share
ii  libusb-0.1-4 2:0.1.12-11 userspace USB programming library

Versions of packages isight-firmware-tools recommends:
ii  linux-uvc-source  0.1.0.svn193-3 Linux kernel USB video class modul

-- debconf information:
* isight-firmware-tools/extract: true
* isight-firmware-tools/driver-location: 
/mnt/mac/System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/AppleUSBVideoSupport.kext/Contents/MacOS/AppleUSBVideoSupport



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



Bug#482598: Does not enable editing forms

2008-05-27 Thread Sven Arvidsson
forwarded 482598 http://bugzilla.gnome.org/show_bug.cgi?id=535143
thanks

On Fri, 2008-05-23 at 23:29 +0200, Andreas Tille wrote:
 Hi,
 
 at
http://wwwmath.uni-landau.de/tutorials/pdfformulare/index.html
 is described how to create PDF forms that can be editied with a PDF viewer.
 Well, the article is in German, but essentially you could download the
 ZIP archive
http://wwwmath.uni-landau.de/tutorials/pdfformulare/pdfform.zip
 which contains LaTeX code and the resulting PDF which is an editable
 form - at lieast under AcroRead (Windows version, editing does also not
 work for me under Linux).  It would be great if Evince would support the
 editing function and finally also enable saving the edited PDF (which
 would be a real killer feature, because the free-beer AcroRead does
 not permit this.

Hi,

Thanks for the bug report. Evince does support editing forms in general.
The document in the link actually crashes in Evince 2.22, so it's
definitely a bug. I have forwarded it upstream.

Saving an edited form works in Evince 2.22 (with Poppler 0.8) if you use
the Save a copy feature.

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


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


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

2008-05-27 Thread Riku Voipio
On Tue, May 27, 2008 at 08:07:37PM +0200, Mike Hommey wrote:
  iceweasel   3.0~rc1-1
  xulrunner   1.9~rc1-1
  libmozjs1d  1.9~rc1-1
  libnspr4-0d 4.7.1-1
  libnss3-1d  3.12.0~rc3-1

 Can you try to remove ~/.mozilla/firefox/*/XUL.mfasl ? If that doesn't
 change anything, can you also try moving ~/.mozilla around ?

No difference. The system has never had a configured iceweasel so I just
nuked the ~/.mozilla. Basic javascript seems to work fine smjs from
spidermonkey-bin, but even the simplest xulrunner demo app I could
find crashes at:

nsFrame::BoxReflow (this=0x44a1b4, [EMAIL PROTECTED], aPresContext=0x161008,
[EMAIL PROTECTED],
aRenderingContext=0x0, aX=6000, aY=6000, aWidth=0, aHeight=0,
aMoveFrame=1) at nsFrame.cpp:6291

Don't worry too much yet, it still could be a just a portability issue.

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



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



Bug#478154: setting package to deborphan, tagging 478154

2008-05-27 Thread Carsten Hey
# Automatically generated email from bts, devscripts version 2.10.25~bpo40+1
#
# deborphan (1.7.24) unstable; urgency=low
#
#  * Check if apt-get tries to remove more packages than requested by orphaner.
#(Closes: #478154)
#

package deborphan
tags 478154 + pending




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



Bug#469303: update

2008-05-27 Thread Joseph Neal
OK. I now see that what I'm experiencing is different than what's
reported here as I'm unable to start kword at all.  I'll file a new bug
report.



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



Bug#356853: [tex-live] license of Donald Arsenau's files, contact info?

2008-05-27 Thread Frank Küster
Robin Fairbairns [EMAIL PROTECTED] wrote:

 Reinhard Kotucha [EMAIL PROTECTED] wrote:

 Frank Küster writes:
 
   I'm not even sure I have a valid e-mail address of him. Actually, I'm
   not even sure I wrote his name correctly...
 
 Donald Arseneau [EMAIL PROTECTED]

 good luck.  i've already written once asking for clarification of the
 cite bundle -- iirc 3 of the 4 packages are ok, but chapterbib is
 unsullied with licence info.

 he hasn't replied, though he generally replies to technical mails from
 me.

So that boils down to: Is there a person he will give sent an answer on
such a question?  Or is there some other *way* to convince him to care
about this?

Anyway, I'd rather nobody asks him *now*, since we should first make a
list of what we think he should do, to make it easy for him - and not
just tell him what's the status of all your stuff?.  A list of his
files as I found them in teTeX and TeXLive can be found at
http://wiki.debian.org/ProblematicCtanPackages, but I'm not completely
sure that it is complete.

Regards, Frank
-- 
Frank Küster
Debian Developer (teTeX/TeXLive)



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



Bug#483210: tasksel error

2008-05-27 Thread Predrag Gavrilovic
Package: tasksel
Version 2.74

Using tasksel on already installed system (Debian testing AMD64,
installed 24.5.2008. using daily built buissines card iso, installed
desktop system, installation went OK) gives following error:

my variable @deps masks earlier declaration in same scope at
/usr/bin/tasksel line 535.

then tasksel apparently starts, but leaving it or selecting manual
package selection, tasksel exits with:

Use of uninitialized value in string eq at /usr/bin/tasksel line 529.
Use of uninitialized value in string eq at /usr/bin/tasksel line 529.

... and so on 114 times.

To make it clear there were no problems during installation. Both
tasksel and tasksel-data were upgraded on 26.5.2008. from 2.73 to
2.74, so this version was not used during installation.


Best regards,
Predrag Gavrilovic



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



Bug#482989: evince: Customized toolbar is not shown in full-screen mode

2008-05-27 Thread Sven Arvidsson
forwarded 482989 http://bugzilla.gnome.org/show_bug.cgi?id=535145
thanks

On Mon, 2008-05-26 at 07:34 -0400, Dylan Thurston wrote:
 Evince now allows a customized toolbar, which is great.  However, this
 customized toolbar is not shown in full screen mode; instead, the
 standard toolbar is always shown.

Hi,

I have forwarded this suggestion upstream.

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


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


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

2008-05-27 Thread Mike Hommey
On Tue, May 27, 2008 at 10:41:49PM +0300, Riku Voipio wrote:
 On Tue, May 27, 2008 at 08:07:37PM +0200, Mike Hommey wrote:
   iceweasel   3.0~rc1-1
   xulrunner   1.9~rc1-1
   libmozjs1d  1.9~rc1-1
   libnspr4-0d 4.7.1-1
   libnss3-1d  3.12.0~rc3-1
 
  Can you try to remove ~/.mozilla/firefox/*/XUL.mfasl ? If that doesn't
  change anything, can you also try moving ~/.mozilla around ?
 
 No difference. The system has never had a configured iceweasel so I just
 nuked the ~/.mozilla. Basic javascript seems to work fine smjs from
 spidermonkey-bin, but even the simplest xulrunner demo app I could
 find crashes at:
 
 nsFrame::BoxReflow (this=0x44a1b4, [EMAIL PROTECTED], aPresContext=0x161008,
 [EMAIL PROTECTED],
 aRenderingContext=0x0, aX=6000, aY=6000, aWidth=0, aHeight=0,
   aMoveFrame=1) at nsFrame.cpp:6291
 
 Don't worry too much yet, it still could be a just a portability issue.

Probably not. That could be a window manager related issue, though. Can
you try with another one ?

Mike



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



Bug#478896: Not actually true

2008-05-27 Thread Daniel Dickinson
It seems I was wrong about this, and I thought I'd closed this
already.  Sorry.

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



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



Bug#483212: ftp.debian.org: please remove binary packages libflexdock-jni on alpha and hppa

2008-05-27 Thread Torsten Werner
Package: ftp.debian.org
Severity: normal

Hi,


the build dep java-gcj-compat is no longer available an those
architectures. Please remove

libflexdock-jni_0.5.1-dfsg1-2_alpha.deb
libflexdock-jni_0.5.1-dfsg1-2_hppa.deb


Thanks,
Torsten



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



Bug#483211: ITP: eboard-extras-pack2 -- Additional piece sets and sounds for eboard (pack 2)

2008-05-27 Thread Patrik Fimml
Package: wnpp
Severity: wishlist
Owner: Patrik Fimml [EMAIL PROTECTED]

* Package name: eboard-extras-pack2
  Version : 1
  Upstream Author : Felipe Bergo [EMAIL PROTECTED]
* URL : http://www.bergo.eng.br/eboard/
* License : GPL
  Programming Lang: N/A (only images and sounds)
  Description : Additional piece sets and sounds for eboard (pack 2)

This is the second extras pack for eboard, a popular chess interface. It
provides additional piece sets and sounds.

While I adopt eboard (bug #483054) and -extras-pack1 (bug #483164), I plan to
package this second extras pack as well.

Patrik


signature.asc
Description: Digital signature


Bug#458059:

2008-05-27 Thread Frank Küster
Dear TeX(-k) people, dear pdfTeX team,

late last year Norbert Preining already asked on the TeXk list about a
problem encountered in Debian, namely a TeX capacity exceeded error on
grouping levels. Nobody could help back then, but now someone started to
analyse this further (many thanks, Stijn!).  So could you please (again)
have a look?

It seems the value is hardcoded in the sources,

Stijn van Drongelen [EMAIL PROTECTED] wrote:

 The issue seems to have its roots in build/source/texk/web2c/tex.web,
 line 5925-5930:

 if cur_level=max_quarterword then overflow(grouping levels,
 @:TeX capacity exceeded grouping levels}{\quad grouping levels@
   max_quarterword-min_quarterword);
   {quit if |(cur_level+1)| is too big to be stored in |eqtb|}
 cur_boundary:=save_ptr; incr(cur_level); incr(save_ptr); cur_group:=c;
 end;

 So if 'cur_level' exceeds the maximum quarterword size, TeX dies.
 These constants are defined in 2411-2414:

 @d min_quarterword=0 {smallest allowable value in a |quarterword|}
 @d max_quarterword=255 {largest allowable value in a |quarterword|}
 @d min_halfword==0 {smallest allowable value in a |halfword|}
 @d max_halfword==65535 {largest allowable value in a |halfword|}

 And on line 2409, it says: The values defined here are recommended
 for most 32-bit computers.

 I use amd64. I can deal with max_quarterword=65535 etc.

 Why aren't these quarterword/halfword bounds configurable?

There is a configuration variable nest_size level, but it doesn't seem
to help in this case: The attached file gives an error

! TeX capacity exceeded, sorry [grouping levels=255].

although my texmf.cnf has nest_size=500.

Should/can we change max_quarterword, or are there side effects?  Or
should the grouping levels instead use halfword? Or would you like to do
it in a completely different way?  This is a real life problem which
affects building the PostgreSQL documentatin.

Many thanks in advance, Frank


\documentclass{article}
\usepackage{bm}
\def\makebm#1${\bm{#1}$}
\renewcommand*\descriptionlabel[1]{%
  \hspace\labelsep
  {\everymath{\makebm}\normalfont\bfseries #1:}%
}
\begin{document}
\begin{description}
\item[$a^{b^c}$] $a^{b^c}$
\end{description}
\end{document}






-- 
Frank Küster
Debian Developer (teTeX/TeXLive)


Bug#483213: kword: crash w/ libpng error on startup

2008-05-27 Thread Joseph Neal
Package: kword
Version: 1:1.6.3-5+b2
Severity: grave
Justification: renders package unusable

Kword crashes on startup. 

console output:

~$ kword
libpng error: Read Error
libpng error: Read Error
libpng error: Read Error
libpng error: Read Error
KCrash: Application 'kword' crashing...

backtrace:

[Thread debugging using libthread_db enabled]
[New Thread 0xb65f16c0 (LWP 9035)]
[KCrash handler]
#6  0xb6fa1c59 in QPixmap::QPixmap () from /usr/lib/libqt-mt.so.3
#7  0xb70499ae in QLabel::setPixmap () from /usr/lib/libqt-mt.so.3
#8  0xb7bfd4ce in KoRecentDocumentsPane::selectionChanged (this=0xa10a6a0, 
    item=0xa114480)
    at /build/buildd/koffice-1.6.3/./lib/kofficecore/KoDetailsPane.cpp:366
#9  0xb7c3ebe1 in KoRecentDocumentsPane::qt_invoke (this=0xa10a6a0, _id=48, 
    _o=0xbfa22764) at ./KoDetailsPane.moc:322
#10 0xb6f8df6d in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#11 0xb72cb581 in QListView::selectionChanged () from /usr/lib/libqt-mt.so.3
#12 0xb7067ede in QListView::setSelected () from /usr/lib/libqt-mt.so.3
#13 0xb7c3fbbd in KoRecentDocumentsPane (this=0xa10a6a0, parent=0xa0e76f8, 
    instance=0x9fef1a0)
    at /build/buildd/koffice-1.6.3/./lib/kofficecore/KoDetailsPane.cpp:347
#14 0xb7c45c5a in KoOpenPane::initRecentDocs (this=0xa0e76f8)
    at /build/buildd/koffice-1.6.3/./lib/kofficecore/KoOpenPane.cpp:173
#15 0xb7c4fb3d in KoOpenPane (this=0xa0e76f8, parent=0xa0a01e0, 
    instance=0x9fef1a0, [EMAIL PROTECTED])
    at /build/buildd/koffice-1.6.3/./lib/kofficecore/KoOpenPane.cpp:121
#16 0xb7c4fe2f in KoDocument::createOpenPane (this=0xa0267a0, 
    parent=0xa0a01e0, instance=0x9fef1a0, [EMAIL PROTECTED])
    at /build/buildd/koffice-1.6.3/./lib/kofficecore/KoDocument.cpp:2606
#17 0xb7c5036b in KoDocument::showStartUpWidget (this=0xa0267a0, 
    parent=0xa0890d0, alwaysShow=false)
    at /build/buildd/koffice-1.6.3/./lib/kofficecore/KoDocument.cpp:2561
#18 0xb7c58212 in KoApplication::start (this=0xbfa22ebc)
    at /build/buildd/koffice-1.6.3/./lib/kofficecore/KoApplication.cpp:143
#19 0xb7ee3f21 in kdemain (argc=1, argv=0xbfa23054)
    at /build/buildd/koffice-1.6.3/./kword/main.cpp:38
#20 0x080484b2 in main (argc=) at kword.la.cpp:2



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

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

Versions of packages kword depends on:
ii  kdelibs4c2a 4:3.5.9.dfsg.1-4 core libraries and binaries for al
ii  koffice-libs1:1.6.3-5+b2 common libraries and binaries for 
ii  kspread 1:1.6.3-5+b2 a spreadsheet for the KDE Office S
ii  kword-data  1:1.6.3-5data files for KWord word processo
ii  libc6   2.7-11   GNU C Library: Shared libraries
ii  libgcc1 1:4.3.0-5GCC support library
ii  libpaper1   1.1.23   library for handling paper charact
ii  libstdc++6  4.3.0-5  The GNU Standard C++ Library v3
ii  libwpd8c2a  0.8.14-1 Library for handling WordPerfect d
ii  libwv2-1c2  0.2.3-2  a library for accessing Microsoft 

Versions of packages kword recommends:
ii  khelpce 4:4.0.0.really.3.5.9.dfsg.1-2+b1 help center for KDE
ii  koffice 1:1.6.3-5KDE Office Suite documentation in 
ii  libksca 4:3.5.9-1+b2 scanner library for KDE

-- no debconf information



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



Bug#428954: texlive-lang-german: Using packages german and mathdesign together results in an error

2008-05-27 Thread Michael Kaaden
  Hi Hilmar,

Hilmar Preusse schrieb:
 On 15.06.07 Ralf Stubner ([EMAIL PROTECTED]) wrote:
  Most likely the problem is that german.sty makes the  active, so
  that it no longer has its usual meaning. Not all LaTeX style
  packages can cope with that. Even bm.sty, which is an official
  package from the tools collection, does not like this (there is a
  long standing bug report in the LaTeX BTS about this). Possible
  solutions are using babel via
  
  \usepackage[german]{babel}
  
  insead of german.sty or switching the order of loading german.sty
  and mathdesign.sty.
  
 Does this solve your problem?

both workarounds do, in fact, work. TeXLive doesn't complain anymore.
But I'm not sure about side effects caused by using them.

Cheers,
  Michael
-- 
Michael Kaaden  [EMAIL PROTECTED]
  http://www.kaaden.net/
  If Bill Gates had a dime for every time a Windows box crashed...
   Oh, wait a minute, he already does.



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



Bug#478154: deborphan: orphaner removes non-orphaned packages

2008-05-27 Thread Carsten Hey
Hi,

Eric Doviak wrote:
 I was wondering what went wrong, so I appreciate your reply.

there was probably an error in a maintainer-script of initramfs-tools.
Feel free to check http://bugs.debian.org/initramfs-tools if you really
want to know.

 Jörg Sommer wrote:
  This is really easy. We can drop the -y option of apt-get and you get
  prompted by apt-get if it is okay to remove the packages.

Instead of dropping the -y option we decided to check if apt-get tries
to remove packages not requested by deborphan by simply counting them
and exiting if the numbers do not match.

This fixes one part of this bug, orphaner removes non-orphaned
packages.  The other part deborphan detects too much packages as
orphans when the status file is boken is already reported in Debian bug
#391317, so this bug will be closed with the next upload.


Carsten



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



Bug#482587: setting package to devscripts, tagging 482587, tagging 483030

2008-05-27 Thread Adam D . Barratt
# Automatically generated email from bts, devscripts version 2.10.27
#
# devscripts (2.10.29) UNRELEASED; urgency=low
#
#  * mass-bug:
#+ Allow the component parts of a version number to be used in the template,
#  as #EPOCH#, #UPSTREAM_VERSION# and #REVISION# (Closes: #482587)
#+ Add a command-line option to specify that the generated e-mails should
#  not be wrapped to 70 characters (Closes: #483030)
#+ Allow the sendmail command to begin with a tilde
#

package devscripts
tags 482587 + pending
tags 483030 + pending




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



Bug#482587: [mass-bug] provide #UPSTREAM_VERSION# #REVISION# #EPOCH#)

2008-05-27 Thread Adam D. Barratt
On Fri, 2008-05-23 at 22:03 +0200, Raphael Hertzog wrote:
 retitle 482587 [mass-bug] provide patterns for epoch, upstream version and 
 debian revision
 tags 482587 + patch
 thanks
 
 Please find attached a patch for this and a new --no-wrap option. The
 word-wrapping sucks when you want to give a command-line output in the
 template.

Applied; thanks. (With a small tweak to ensure that $epoch and $revision
are always defined).

Regards,

Adam



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



Bug#418404: Patch for the 2.2.12-0.7.3-2.3 NMU of shaper

2008-05-27 Thread Christian Perrier

Dear maintainer of shaper,

On Friday, May 16, 2008 I sent you a notice announcing my intent to upload a
NMU of your package to fix its pending l10n issues, after an initial
notice sent on Monday, May 05, 2008.

You either agreed for this NMU or did not respond to my notices.

I will now upload this NMU to DELAYED/2-DAY.

The NMU patch is attached to this mail.

The NMU changelog is:


Source: shaper
Version: 2.2.12-0.7.3-2.3
Distribution: unstable
Urgency: low
Maintainer: Christian Perrier [EMAIL PROTECTED]
Date: Mon, 05 May 2008 18:52:17 +0200
Closes: 418404 481452 481537 482119
Changes: 
 shaper (2.2.12-0.7.3-2.3) unstable; urgency=low
 .
   * Non-maintainer upload to fix pending l10n issues.
   * Debconf translations:
 - Dutch. Closes: #418404
 - Basque. Closes: #481452
 - Galician. Closes: #481537
 - Finnish. Closes: #482119
   * [Lintian] Set debhelper compatibility level in debian/compat

-- 


diff -Nru shaper-2.2.12-0.7.3.old/debian/changelog shaper-2.2.12-0.7.3/debian/changelog
--- shaper-2.2.12-0.7.3.old/debian/changelog	2008-05-04 22:22:56.760553339 +0200
+++ shaper-2.2.12-0.7.3/debian/changelog	2008-05-27 20:34:53.041920418 +0200
@@ -1,3 +1,15 @@
+shaper (2.2.12-0.7.3-2.3) unstable; urgency=low
+
+  * Non-maintainer upload to fix pending l10n issues.
+  * Debconf translations:
+- Dutch. Closes: #418404
+- Basque. Closes: #481452
+- Galician. Closes: #481537
+- Finnish. Closes: #482119
+  * [Lintian] Set debhelper compatibility level in debian/compat
+
+ -- Christian Perrier [EMAIL PROTECTED]  Mon, 05 May 2008 18:52:17 +0200
+
 shaper (2.2.12-0.7.3-2.2) unstable; urgency=low
 
   * Non-maintainer upload to fix pending l10n issues.
diff -Nru shaper-2.2.12-0.7.3.old/debian/compat shaper-2.2.12-0.7.3/debian/compat
--- shaper-2.2.12-0.7.3.old/debian/compat	1970-01-01 01:00:00.0 +0100
+++ shaper-2.2.12-0.7.3/debian/compat	2008-05-27 20:34:26.805918983 +0200
@@ -0,0 +1 @@
+4
diff -Nru shaper-2.2.12-0.7.3.old/debian/po/cs.po shaper-2.2.12-0.7.3/debian/po/cs.po
--- shaper-2.2.12-0.7.3.old/debian/po/cs.po	2008-05-04 22:22:56.576555024 +0200
+++ shaper-2.2.12-0.7.3/debian/po/cs.po	2008-05-16 08:19:53.473931185 +0200
@@ -14,8 +14,8 @@
 msgid 
 msgstr 
 Project-Id-Version: shaper\n
-Report-Msgid-Bugs-To: [EMAIL PROTECTED]
-POT-Creation-Date: 2006-10-24 14:19+0200\n
+Report-Msgid-Bugs-To: [EMAIL PROTECTED]
+POT-Creation-Date: 2008-05-16 08:19+0200\n
 PO-Revision-Date: 2005-02-13 14:13+0100\n
 Last-Translator: Miroslav Kure [EMAIL PROTECTED]\n
 Language-Team: Czech [EMAIL PROTECTED]\n
@@ -23,15 +23,15 @@
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
 
-#. Type: note
+#. Type: error
 #. Description
-#: ../shaper.templates:3
+#: ../shaper.templates:1001
 msgid shaper needs some kernel modules
 msgstr shaper vyžaduje některé moduly jádra
 
-#. Type: note
+#. Type: error
 #. Description
-#: ../shaper.templates:3
+#: ../shaper.templates:1001
 msgid 
 In order to use the programs in this package, you need the shaper, sch_cbq, 
 sch_tbf, sch_sfq, sch_prio, cls_fw, cls_u32, and cls_route kernel modules. 
@@ -52,9 +52,9 @@
 nebo si budete muset jádro sestavit sami. Podrobnosti naleznete v /usr/share/
 doc/shaper/README.Debian.
 
-#. Type: note
+#. Type: error
 #. Description
-#: ../shaper.templates:3
+#: ../shaper.templates:1001
 msgid 
 Once again, if you have these features compiled directly into your kernel, 
 then please ignore this note.
diff -Nru shaper-2.2.12-0.7.3.old/debian/po/de.po shaper-2.2.12-0.7.3/debian/po/de.po
--- shaper-2.2.12-0.7.3.old/debian/po/de.po	2008-05-04 22:22:56.576555024 +0200
+++ shaper-2.2.12-0.7.3/debian/po/de.po	2008-05-16 08:19:53.533931363 +0200
@@ -13,8 +13,8 @@
 msgid 
 msgstr 
 Project-Id-Version: shaper_2.2.12-0.7.3-1_de\n
-Report-Msgid-Bugs-To: [EMAIL PROTECTED]
-POT-Creation-Date: 2006-10-24 14:19+0200\n
+Report-Msgid-Bugs-To: [EMAIL PROTECTED]
+POT-Creation-Date: 2008-05-16 08:19+0200\n
 PO-Revision-Date: 2004-11-12 22:53+0100\n
 Last-Translator: Erik Schanze [EMAIL PROTECTED]\n
 Language-Team: German [EMAIL PROTECTED]\n
@@ -24,15 +24,15 @@
 X-Generator: KBabel 1.3.1\n
 Plural-Forms:  nplurals=2; plural=(n != 1);\n
 
-#. Type: note
+#. Type: error
 #. Description
-#: ../shaper.templates:3
+#: ../shaper.templates:1001
 msgid shaper needs some kernel modules
 msgstr shaper braucht einige Kernel-Module
 
-#. Type: note
+#. Type: error
 #. Description
-#: ../shaper.templates:3
+#: ../shaper.templates:1001
 msgid 
 In order to use the programs in this package, you need the shaper, sch_cbq, 
 sch_tbf, sch_sfq, sch_prio, cls_fw, cls_u32, and cls_route kernel modules. 
@@ -55,9 +55,9 @@
 nehmen. Mehr Informationen finden Sie in der Datei /usr/share/doc/shaper/
 README.Debian.
 
-#. Type: note
+#. Type: error
 #. Description
-#: ../shaper.templates:3
+#: ../shaper.templates:1001
 msgid 
 Once again, if you have these features compiled directly into your kernel, 
 then please ignore this note.
diff -Nru 

Bug#412733: Patch for the 0.5-5.5 NMU of iterm

2008-05-27 Thread Christian Perrier

Dear maintainer of iterm,

On Sunday, May 18, 2008 I sent you a notice announcing my intent to upload a
NMU of your package to fix its pending l10n issues, after an initial
notice sent on Wednesday, May 07, 2008.

You either agreed for this NMU or did not respond to my notices.

I will now upload this NMU to DELAYED/2-DAY.

The NMU patch is attached to this mail.

The NMU changelog is:


Source: iterm
Version: 0.5-5.5
Distribution: unstable
Urgency: low
Maintainer: Christian Perrier [EMAIL PROTECTED]
Date: Wed, 07 May 2008 07:56:13 +0200
Closes: 412733 423411 481814 482129
Changes: 
 iterm (0.5-5.5) unstable; urgency=low
 .
   * Non-maintainer upload to fix pending l10n issues.
   * Debconf translations:
 - Czech. Closes: #412733
 - Portuguese. Closes: #423411
 - Galician. Closes: #481814
 - Basque. Closes: #482129
   * [Lintian] Use Applications/Shells for the menu entry
   * [Lintian] Add copyright information to debian/copyright
   * [Lintian] No longer ignore errors from make clean calls
   * [Lintian] Replace obsolete ${Source-Version} substvars
 by ${binary:Version}

-- 


diff -Nru iterm-0.5.old/debian/changelog iterm-0.5/debian/changelog
--- iterm-0.5.old/debian/changelog	2008-05-06 19:57:51.281071113 +0200
+++ iterm-0.5/debian/changelog	2008-05-27 18:52:23.121921261 +0200
@@ -1,3 +1,19 @@
+iterm (0.5-5.5) unstable; urgency=low
+
+  * Non-maintainer upload to fix pending l10n issues.
+  * Debconf translations:
+- Czech. Closes: #412733
+- Portuguese. Closes: #423411
+- Galician. Closes: #481814
+- Basque. Closes: #482129
+  * [Lintian] Use Applications/Shells for the menu entry
+  * [Lintian] Add copyright information to debian/copyright
+  * [Lintian] No longer ignore errors from make clean calls
+  * [Lintian] Replace obsolete ${Source-Version} substvars 
+by ${binary:Version}
+
+ -- Christian Perrier [EMAIL PROTECTED]  Wed, 07 May 2008 07:56:13 +0200
+
 iterm (0.5-5.4) unstable; urgency=low
 
   * Non-maintainer upload to fix longstanding l10n issues
diff -Nru iterm-0.5.old/debian/control iterm-0.5/debian/control
--- iterm-0.5.old/debian/control	2008-05-06 19:57:51.276447471 +0200
+++ iterm-0.5/debian/control	2008-05-08 07:28:26.081411515 +0200
@@ -24,7 +24,7 @@
 Package: libiterm-dev
 Section: libdevel
 Architecture: any
-Depends: libiterm1 (= ${Source-Version}), libfribidi-dev, libc6-dev | libc-dev
+Depends: libiterm1 (= ${binary:Version}), libfribidi-dev, libc6-dev | libc-dev
 Description: internationalized terminal emulator, development files
  libiterm is the next generation, platform-independent framework for
  making Internationalized Virtual Terminal Emulator.  Implementing the
@@ -52,7 +52,7 @@
 Package: libxiterm-dev
 Section: libdevel
 Architecture: any
-Depends: libxiterm1 (= ${Source-Version}), libiterm-dev (= ${Source-Version}), libc6-dev | libc-dev
+Depends: libxiterm1 (= ${binary:Version}), libiterm-dev (= ${binary:Version}), libc6-dev | libc-dev
 Description: internationalized terminal emulator, X widget development files
  libXiterm provides the X11 Athena widget for the Internationalized
  Terminal Emulator (iterm) framework, created by the OpenI18N Advanced
diff -Nru iterm-0.5.old/debian/copyright iterm-0.5/debian/copyright
--- iterm-0.5.old/debian/copyright	2008-05-06 19:57:51.281071113 +0200
+++ iterm-0.5/debian/copyright	2008-05-08 07:24:12.197408862 +0200
@@ -9,7 +9,7 @@
 Jiro SEKIBA [EMAIL PROTECTED]
 OpenI18N Advanced Level Utility Development subgroup
 
-Copyright:
+Copyright © 2002 International Business Machines Corporation
 
  Common Public License Version 0.5 
 
diff -Nru iterm-0.5.old/debian/po/cs.po iterm-0.5/debian/po/cs.po
--- iterm-0.5.old/debian/po/cs.po	2008-05-06 19:57:51.176546289 +0200
+++ iterm-0.5/debian/po/cs.po	2008-05-07 08:09:30.240399000 +0200
@@ -13,11 +13,11 @@
 #
 msgid 
 msgstr 
-Project-Id-Version: iterm 0.5-4\n
+Project-Id-Version: iterm 0.5-5.4\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2006-11-30 07:36+0100\n
-PO-Revision-Date: 2005-07-09 17:59+0200\n
-Last-Translator: Martin Sin [EMAIL PROTECTED]\n
+PO-Revision-Date: 2007-02-27 11:06+0100\n
+Last-Translator: Martin Sin [EMAIL PROTECTED]\n
 Language-Team: Czech [EMAIL PROTECTED]\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
@@ -43,24 +43,21 @@
 #. Type: boolean
 #. Description
 #: ../fbiterm.templates:1001
-#, fuzzy
 msgid 
 This can open security concerns: fbiterm may contain undiscovered security 
 flaws which malicious users may exploit if fbiterm is set SUID root.
 msgstr 
-Samozřejmě, existuje zde určité bezpečnostní riziko! fbiterm může obsahovat 
+Samozřejmě, existuje zde určité bezpečnostní riziko: fbiterm může obsahovat 
 neprozkoumané bezpečnostní chyby, kterých mohou škodolibí uživatelé využít 
 obzvláště, je-li fbiterm spuštěn s SUID roota.
 
 #. Type: boolean
 #. Description
 #: ../fbiterm.templates:1001
-#, fuzzy
 msgid 
 You should install fbiterm with SUID bit set unless you do not intend to use 
 it 

Bug#435298: Patch for the 2.9.9d+e-pre2-11.1 NMU of sl-modem

2008-05-27 Thread Christian Perrier

Dear maintainer of sl-modem,

On Sunday, May 18, 2008 I sent you a notice announcing my intent to upload a
NMU of your package to fix its pending l10n issues, after an initial
notice sent on Saturday, May 17, 2008.

You either agreed for this NMU or did not respond to my notices.

I will now upload this NMU to DELAYED/2-DAY.

The NMU patch is attached to this mail.

The NMU changelog is:


Source: sl-modem
Version: 2.9.9d+e-pre2-11.1
Distribution: unstable
Urgency: low
Maintainer: Christian Perrier [EMAIL PROTECTED]
Date: Sat, 17 May 2008 14:47:32 +0200
Closes: 435298 481803 482080 482340 482434 482437
Changes: 
 sl-modem (2.9.9d+e-pre2-11.1) unstable; urgency=low
 .
   * Non-maintainer upload to fix pending l10n issues.
   * Debconf translations:
 - Portuguese. Closes: #435298
 - Galician. Closes: #481803
 - Russian. Closes: #482080
 - Basque. Closes: #482340
 - Czech. Closes: #482434
 - Finnish. Closes: #482437
   * [Lintian] Run debconf-updatepo in the clean target
   * [Lintian] No longer ignore erros from make clean

-- 


diff -Nru sl-modem-2.9.9d+e-pre2.old/debian/changelog sl-modem-2.9.9d+e-pre2/debian/changelog
--- sl-modem-2.9.9d+e-pre2.old/debian/changelog	2008-05-17 14:46:28.183115593 +0200
+++ sl-modem-2.9.9d+e-pre2/debian/changelog	2008-05-27 20:42:24.213920022 +0200
@@ -1,3 +1,18 @@
+sl-modem (2.9.9d+e-pre2-11.1) unstable; urgency=low
+
+  * Non-maintainer upload to fix pending l10n issues.
+  * Debconf translations:
+- Portuguese. Closes: #435298
+- Galician. Closes: #481803
+- Russian. Closes: #482080
+- Basque. Closes: #482340
+- Czech. Closes: #482434
+- Finnish. Closes: #482437
+  * [Lintian] Run debconf-updatepo in the clean target
+  * [Lintian] No longer ignore erros from make clean
+
+ -- Christian Perrier [EMAIL PROTECTED]  Sat, 17 May 2008 14:47:32 +0200
+
 sl-modem (2.9.9d+e-pre2-11) unstable; urgency=high
 
   * Working around broken grep -v return code in the init script (bug#454690)
diff -Nru sl-modem-2.9.9d+e-pre2.old/debian/control sl-modem-2.9.9d+e-pre2/debian/control
--- sl-modem-2.9.9d+e-pre2.old/debian/control	2008-05-17 14:46:28.179126697 +0200
+++ sl-modem-2.9.9d+e-pre2/debian/control	2008-05-17 14:54:34.483118100 +0200
@@ -2,7 +2,7 @@
 Section: non-free/misc
 Priority: optional
 Maintainer: Eduard Bloch [EMAIL PROTECTED]
-Build-Depends: debhelper (=4), bzip2, libasound2-dev ( 1.0.6) [i386], lib32asound2-dev [amd64], libc6-dev-i386 [amd64] | lib32c-dev [amd64], gcc-multilib [amd64]
+Build-Depends: debhelper (=4), bzip2, libasound2-dev ( 1.0.6) [i386], lib32asound2-dev [amd64], libc6-dev-i386 [amd64] | lib32c-dev [amd64], gcc-multilib [amd64], po-debconf
 Standards-Version: 3.7.2
 
 Package: sl-modem-source
diff -Nru sl-modem-2.9.9d+e-pre2.old/debian/po/cs.po sl-modem-2.9.9d+e-pre2/debian/po/cs.po
--- sl-modem-2.9.9d+e-pre2.old/debian/po/cs.po	2008-05-17 14:46:28.179126697 +0200
+++ sl-modem-2.9.9d+e-pre2/debian/po/cs.po	2008-05-22 22:18:04.57477 +0200
@@ -14,33 +14,42 @@
 msgid 
 msgstr 
 Project-Id-Version: sl-modem\n
-Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2006-09-09 14:17-0600\n
-PO-Revision-Date: 2004-07-19 21:18+0200\n
-Last-Translator: Miroslav Jezbera [EMAIL PROTECTED]\n
-Language-Team: Czech [EMAIL PROTECTED]\n
+Report-Msgid-Bugs-To: [EMAIL PROTECTED]
+POT-Creation-Date: 2008-05-17 14:53+0200\n
+PO-Revision-Date: 2008-05-22 18:07+0200\n
+Last-Translator: Miroslav Kure [EMAIL PROTECTED]\n
+Language-Team: Czech [EMAIL PROTECTED]\n
 MIME-Version: 1.0\n
-Content-Type: text/plain; charset=ISO-8859-2\n
+Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
 
 #. Type: select
-#. Choices
+#. Default
 #: ../sl-modem-daemon.templates:1001
-msgid _list_
-msgstr _list_
+msgid USA
+msgstr USA
 
 #. Type: select
 #. Description
+#. Translators: Enter the country (in uppercase and in English) where your
+#. language is mostly spoken, for example FRANCE for French or GERMANY for
+#. German
 #: ../sl-modem-daemon.templates:1002
-msgid Location of the modem
-msgstr Geografická poloha modemu
+msgid Location of the modem:
+msgstr Geografická poloha modemu:
 
 #. Type: select
 #. Description
+#. Translators: Enter the country (in uppercase and in English) where your
+#. language is mostly spoken, for example FRANCE for French or GERMANY for
+#. German
 #: ../sl-modem-daemon.templates:1002
 msgid 
 In which country is your modem located? Please select the telephone system 
 used in your country.
 msgstr 
-Ve které zemi je tento modem pou¾íván? Vyberte prosím telefonní systém 
-pou¾ívaný ve va¹í zemi.
+Ve které zemi je tento modem používán? Vyberte prosím telefonní systém 
+používaný ve vaší zemi.
+
+#~ msgid _list_
+#~ msgstr _list_
diff -Nru sl-modem-2.9.9d+e-pre2.old/debian/po/da.po sl-modem-2.9.9d+e-pre2/debian/po/da.po
--- sl-modem-2.9.9d+e-pre2.old/debian/po/da.po	2008-05-17 14:46:28.179126697 +0200
+++ sl-modem-2.9.9d+e-pre2/debian/po/da.po	2008-05-17 14:53:58.995114488 +0200
@@ 

  1   2   3   >