Bug#320653: [nv] XVideo output fails at 1800x1440, works at 1600x1200 (BadAlloc 141)

2007-06-16 Thread thunder7
From: Brice Goglin <[EMAIL PROTECTED]>
Date: Sat, Jun 16, 2007 at 11:59:49PM +0200
> Hi,
> 
> About 2 years ago, you reported a bug to the Debian BTS regarding XVideo
> not working in 1800x1440 on the nv driver.
> Did you reproduce this problem recently? With Xorg/Etch? With latest
> xserver-xorg-core and driver in unstable? If not, I will close this bug
> in the next weeks.
> 
I can confirm that this bug is (probably long) gone in the latest
unstable on amd64.

Kind regards,
Jurriaan
-- 
"Windows?", said Pooh. "I want a computer, not a house."
Pooh buys himself a 'Puter.
Debian (Unstable) GNU/Linux 2.6.22-rc2-mm1 2x2010 bogomips load load 0.41
the Jack Vance Integral Edition: http://www.integralarchive.org


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



Bug#429319: sid - apache2 segmentation fault(negotiation.load)

2007-06-16 Thread Antano Solar

Package:  apache2.2-common
Version:  2.2.3-5
Severity: Important




The module negotiation.load is causing segmentation fault in apache2.

child pid 4660 exit signal Segmentation fault (11)


Bug#429320: sid - apache2 segmentation fault (negotiation.load)

2007-06-16 Thread Antano Solar

Package:  apache2.2-common
Version:  2.2.3-5
Severity: Important




The module negotiation.load is causing segmentation fault in apache2.

child pid 4660 exit signal Segmentation fault (11)


Bug#353165: Bug#342199: xserver-xorg: upgrade forgets XkbOptions

2007-06-16 Thread Erwan David
Le Sun 17/06/2007, Brice Goglin disait
> Hi,
> 
> About a year ago, you both reported a bug in the Debian BTS regarding
> Xorg upgrade forgetting about your xkboptions. Did any of you guys
> reproduce this problem recently? With Xorg/Etch? With latest
> xserver-xorg packages in unstable? If not, I will close this bug in the
> next weeks.

I thought it was already closed. Last week I had an upgrade on lenny which kept 
my options.

-- 
Erwan


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



Bug#429318: debhelper: a little mistake in dh_installdir on-line manual

2007-06-16 Thread Joao Eriberto Mota Filho
Package: debhelper
Version: 5.0.42
Severity: minor

The on-line manual of dh_installdir says:

A file named debian/package.dirs can list directories to be created.  Separate
the directory names with whitespace.

I suggest to change it to:

A file named debian/dirs can list directories to be created.  Put one directory
name per line.

Cheers,

Eriberto - Brazil


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

Versions of packages debhelper depends on:
ii  binutils 2.17-3  The GNU assembler, linker and bina
ii  coreutils5.97-5.3The GNU core utilities
ii  dpkg-dev 1.13.25 package building tools for Debian
ii  file 4.17-5etch1 Determines file type using "magic"
ii  html2text1.3.2a-3An advanced HTML to text converter
ii  perl 5.8.8-7 Larry Wall's Practical Extraction 
ii  po-debconf   1.0.8   manage translated Debconf template

debhelper recommends no packages.

-- no debconf information


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



Bug#382647: pyinotify_0.5.2-1.1(hppa/unstable): FTBFS: hppa inotify syscalls missing from internal include file

2007-06-16 Thread JMC Alonzo
Mikhail Gusarov <[EMAIL PROTECTED]> writes:

> Thanks. Gnome-tracker? Did they copy-paste pyinotify? Sigh.

I suppose so. 

> debian-hppa guys are very quiet, so I've looked into kernel sources and patch
> seems ok, so added it to the upcoming 0.0.8-2

Sweet. I'm glad it helped.


Cheers,

Jan

-- 
The folly of mistaking a paradox for a discovery, a metaphor for a proof, a
torrent of verbiage for a spring of capital truths, and oneself for an
oracle, is inborn in us. -Paul Valery, poet and philosopher (1871-1945)


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



Bug#382647: pyinotify: hppa syscalls

2007-06-16 Thread Mikhail Gusarov

Twas brillig at 12:41:27 17.06.2007 UTC+07 when Mikhail Gusarov did gyre and 
gimble:

 MG> attached is the patch for adding support for hppa inotify syscalls.

Oops. I've wrecked the patch. But you've got the idea ;)

 MG> +# define __NR_inotify_init269
 MG> +# define __NR_inotify_add_watch270
 MG> +# define __NR_inotify_rm_watch271

-- 
JID: [EMAIL PROTECTED]


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



Bug#382647: pyinotify: hppa syscalls

2007-06-16 Thread Mikhail Gusarov
Hi,

attached is the patch for adding support for hppa inotify syscalls.

-- 
JID: [EMAIL PROTECTED]
Index: pyinotify-0.7.0/src/pyinotify/inotify_syscalls.h
===
--- pyinotify-0.7.0.orig/src/pyinotify/inotify_syscalls.h	2007-06-17 12:20:28.0 +0700
+++ pyinotify-0.7.0/src/pyinotify/inotify_syscalls.h	2007-06-17 12:23:32.0 +0700
@@ -42,9 +42,9 @@
 # define __NR_inotify_add_watch		319
 # define __NR_inotify_rm_watch		320
 #elif defined (__hppa__)
-# define __NR_inotify_init  269
-# define __NR_inotify_add_watch 270
-# define __NR_inotify_rm_watch  271
+# define __NR_inotify_init		269
+# define __NR_inotify_add_watch		270
+# define __NR_inotify_rm_watch		271
 #elif defined (__mips__)
 # define _MIPS_SIM_ABI32		1
 # define _MIPS_SIM_NABI32		2


Bug#427875: Unmarked dependency?

2007-06-16 Thread Drake Wilson
Okay, I just installed libmysqlclient15-dev 5.0.41-2, and now I can
load clsql-mysql just fine (or at least it looks that way from a few
rudimentary tests of connecting and listing tables and such).

So it looks like this is a failure to depend on libmysqlclient15-dev
when it's actually necessary for the cl-sql-mysql package to work.
Does this replicate for anyone else?

   ---> Drake Wilson


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



Bug#382647: pyinotify_0.5.2-1.1(hppa/unstable): FTBFS: hppa inotify syscalls missing from internal include file

2007-06-16 Thread Mikhail Gusarov

Twas brillig at 11:10:01 17.06.2007 UTC+10 when Jan Michael C. Alonzo did gyre 
and gimble:

 JMCA> hi! I searched for pyinotify hppa and I found a patch for this bug in the
 JMCA> gnome-tracker list.

Thanks. Gnome-tracker? Did they copy-paste pyinotify? Sigh.

 JMCA> It includes other architectures that's already been included in
 JMCA> inotify_syscalls.h so just grab the hppa bits I suppose. It would be nice
 JMCA> if someone from debian-hppa can check its validity though.

debian-hppa guys are very quiet, so I've looked into kernel sources and patch
seems ok, so added it to the upcoming 0.0.8-2

-- 
JID: [EMAIL PROTECTED]


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



Bug#428617: gdm: Autologin with screen locked

2007-06-16 Thread Josh Triplett
Josselin Mouette wrote:
> forwarded 428617 http://bugzilla.gnome.org/show_bug.cgi?id=448345
> thanks
> 
> Le mardi 12 juin 2007 à 16:23 -0700, Josh Triplett a écrit :
>> My laptop has only one user: myself.  Autologin would improve convenience, 
>> but
>> I want the security of requiring a password.  If gdm had an option to 
>> pre-fill
>> the login name and just prompt for a password, that would save some time.
>> However, it would save even more time to autologin but lock the screen before
>> starting any programs.  This would allow GNOME to load while I type in my
>> password; it would also mean that if I started up the system and walked away,
>> it would have GNOME fully loaded when I came back, rather than just waiting
>> for me to log in.
> 
> As this request requires integration between several components (the
> screensaver, the session manager and maybe gdm), I have forwarded it
> upstream. You can follow its progress there.

Thanks for forwarding this upstream.

- Josh Triplett



signature.asc
Description: OpenPGP digital signature


Bug#429317: ITP: inspircd -- InspIRCd is a modular C++ IRC Daemon (ircd) for Linux

2007-06-16 Thread Darren

Package: wnpp
Severity: wishlist
Owner: Darren Blaber <[EMAIL PROTECTED]>


* Package name: inspircd
 Version : 1.1.8
 Upstream Author : Craig Edwards (Brain), Craig McLure, w00t, burlex, 
Om, Special, pippijn, peavey and others

* URL : http://www.inspircd.org/
* License : GPL
 Programming Lang: C++
 Description : InspIRCd is a modular C++ IRC Daemon (ircd) for Linux
InspIRCd is a modular C++ IRC Daemon (ircd) for Linux, BSD and Windows 
systems created to provide a stable, modern, lightweight irc server from
scratch and provide a vast number of features in a modularised form 
using an advanced module API. By keeping the functionality of the main 
core to
a minimum we hope to increase the stability and speed of our project and 
make it customisable to the needs of many users. InspIRCd is designed
primarily to be a custom irc server for the chatspike irc network 
(irc.chatspike.net) but we are releasing it into the public domain under 
GPL so
that you may benefit yourself from our work. The project is written from 
scratch, avoiding the inherent instability under large loads which can be

seen in many other irc server distributions which have the same featureset.

A package was created by me, and I am waiting for a sponsor.  
http://mentors.debian.net/debian/pool/main/i/inspircd/



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



Bug#240215: X11 dependency is annoying

2007-06-16 Thread Trent Buck
Package: gs-esp
Version: 8.15.3.dfsg.1-1
Followup-For: Bug #240215

When installing the CUPS server, the gs-esp dependency further causes
X11 packages to be installed.  This means one must step through
annoying and pointless questions about whether console users should be
allowed to start X, what kind of autohinting should be used in X, and
so on.  For a headless server, this is a (brief) source of annoyance
and confusion.

If gs-esp can be produced in a -nox variant or cupsys can be made to
support other flavours of gs, this issue would go away.
-- 
Trent Buck


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



Bug#393289: sdcc debian

2007-06-16 Thread Ramakrishnan Muthukrishnan

On 6/15/07, Miriam Ruiz <[EMAIL PROTECTED]> wrote:


I'm interested in it, I'm finishing packaging it, expect a new upload in the
next days.

You're welcome to help maintaining it if you want, I plan to maintain it in a
SVN server.


Hi,

Thanks. I am interested to help maintain it. We can perhaps
co-maintain the packages. Do let me know when you get the SVN
repositories ready.

thanks
--
 Ramakrishnan - VU3RDD


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



Bug#253381:

2007-06-16 Thread Andres Mejia

Ok, I understand now that it was bad on my part to just close this
bug, without even asking anything about it.

I looked into this bug. I read the mission statement. I even read the
"comm" talk about this mission. When I saw the purple ships flying
around dragging around those orbs I immediately thought "those are the
pods and I need to free them."

In other words, it seemed obvious to me. But how about if the mission
statement said "Collect 6 Cargo Pods By Freeing Them"? Maybe we could
patch the mission02.dat in the .pak archive.

Andres Mejia


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



Bug#420089: randomize-lines: 'man rl' gives hazardous example. / more about color

2007-06-16 Thread A. Costa
AC said:
> This version works on the 'xterm' default bright white
> background:

>   for f in 1 2 22 ; do seq -f "$f;%g" 30 36 ; done | rl -rc $L | for f in 
> $S ; do read c ; /bin/echo -ne "\033[49;$c\155$f " ; done ; echo -e 
> "\033[0\155"

> I don't know how to make the background bright white, (when
> it wasn't to begin with), and settled for '49'.

Partial progress:

# color a fortune, on a bright white background.
S=`fortune`   L=`echo $S | wc -w` ; for f in 1 2 22 ; do seq -f "$f;%g" 
30 36 ; done | rl -rc $L | for f in $S ; do read c ; /bin/echo -ne 
"\033[107;$c\155$f " ; done ; echo -e "\033[0\155"

The magic number is '107' in the middle.  It works correctly on
'xterm', 'xfce4-terminal', 'gnome-terminal', 'rxvt', and 'konsole'.
Plain text console output is black background.  Output in 'eterm' is
gray background instead of bright white.  'xvt' output is white
background with just gray or black foreground colors.  'shelltool' has
no color, probably by design, and might not be relevant.  "Reasons why
'ncurses' was invented."

Opening 'xterm' should always work in X:

xterm -T "colors" -e 'S=`fortune`   L=`echo $S | wc -w` ; for f in 1 2 
22 ; do seq -f "$f;%g" 30 36 ; done | rl -rc $L | for f in $S ; do read c ; 
/bin/echo -ne "\033[107;$c\155$f " ; done ; echo -e "\033[0\155"; sleep 20s'

Suggestion:

1) Use more portable black background example. 
OR
2) Have two examples, one for console, (black bg), and another for X 
(white bg).

HTH...


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



Bug#429240: copyright file for package

2007-06-16 Thread Basil Shubin

Mikhail Gusarov wrote:

Twas brillig at 18:51:28 16.06.2007 UTC+07 when Basil Shubin did gyre and 
gimble:

 BS> Copyright file is outdated! Should includes information about current
 BS> developer/maintainer, check official page.

I'd propose adding AUTHORS file to the package, containing all copyrights for
contributors (not mentioning that source files should contain copyright
blurbs). Moreover, official page does not state copyright owners and authors.


AUTHORS file will be included in the next release and I will update 
official page also... soon.



I'll fix debian/copyright, but you're warned ;)


Thanks for warnings! ;-)


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



Bug#427946: No, can't use libcroco 0.6.1

2007-06-16 Thread Peter Moulder
libcroco-0.6.1 is not suitable for use in inkscape; the src/libcroco
directory has some modifications as explained in src/libcroco/README.

pjrm.


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



Bug#429316: ITP: libio-aio-perl -- pthreads-based asynchronous IO

2007-06-16 Thread Pascal Hakim
Package: wnpp
Severity: wishlist

* Package name: libio-aio-perl
  Version : 2.33
  Upstream Author : Marc Lehmann <[EMAIL PROTECTED]>
* URL : http://search.cpan.org/~mlehmann/IO-AIO-2.33/
http://software.schmorp.de/pkg/IO-AIO.html
* License : GPL / the "Artistic License" which comes with Perl.
* Description:

A Perl module that implements asynchronous I/O using pthreads. Apart
from AIO reading and writing, this module also allows asynchronous
stat, open, unlink (and more) calls, which often are a substantial
blocking problem.

-- 
Pascal Hakim
Do Not Bend


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



Bug#429315: /usr/i586-mingw32msvc/include/oaidl.h: Should include wtypes.h

2007-06-16 Thread Josh Triplett
Package: mingw32-runtime
Version: 3.12-1
Severity: important
File: /usr/i586-mingw32msvc/include/oaidl.h

oaidl.h defines SF_TYPE like this:
typedef enum tagSF_TYPE {
SF_ERROR=VT_ERROR,
SF_I1=VT_I1,
SF_I2=VT_I2,
SF_I4=VT_I4,
SF_I8=VT_I8,
SF_BSTR=VT_BSTR,
SF_UNKNOWN=VT_UNKNOWN,
SF_DISPATCH=VT_DISPATCH,
SF_VARIANT=VT_VARIANT
}SF_TYPE;

The VT_* constants used here, such as VT_ERROR, come from wtypes.h .  However,
oaidl.h does not include wtypes.h , and oleauto.h includes oaidl.h without
including wtypes.h .  This results in compiler errors due to a missing
definition for VT_ERROR.  Either oaidl.h should include wtypes.h, or oleauto.h
should include wtypes.h before including oaidl.h .  I suggest the former, as I
prefer to have self-contained header files.

- Josh Triplett

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

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

mingw32-runtime depends on no packages.

Versions of packages mingw32-runtime recommends:
ii  mingw32  3.4.5.20060117.1.dfsg-3 Minimalist GNU win32 (cross) compi

-- no debconf information


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



Bug#307071: O: laptop-netconf -- network detection and configuration program for laptops

2007-06-16 Thread Luis Uribe
retitle #307071 O: laptop-netconf -- network detection and configuration 
program for laptops
noowner 307071
thanks

I have neglected this package for far to long, my apologies.

I originally adopted it because i was using it in my laptop. Since i dont have
a laptop anymore i'm not the best person to maintain it.

The package needs to be changed in order to use libnet1-dev, the changes seems
to be trivial, but i don't know much about libnet right now.

I think that the best action to now is orphan it.

Thanks

-- 
 .''`.
 : :' :  Luis
 `. `'   http://eviled.org
   `-A proud debian user/maintainer



signature.asc
Description: Digital signature


Bug#429313: /usr/i586-mingw32msvc/include/sys/stat.h: Please define S_I{R,W,X}{GRP,OTH}

2007-06-16 Thread Josh Triplett
Package: mingw32-runtime
Version: 3.12-1
Severity: normal
File: /usr/i586-mingw32msvc/include/sys/stat.h

MinGW's sys/stat.h defines S_I{R,W,X}USR, but does not define
S_I{R,W,X}{GRP,OTH}.  This makes it more difficult to build software with
UNIX-like assumptions about stat.  Please define these constants.

- Josh Triplett

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

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

mingw32-runtime depends on no packages.

Versions of packages mingw32-runtime recommends:
ii  mingw32  3.4.5.20060117.1.dfsg-3 Minimalist GNU win32 (cross) compi

-- no debconf information


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



Bug#429314: texlive-context: missing dependency on lmodern

2007-06-16 Thread Sanjoy Mahajan
Package: texlive-context
Version: 2005.dfsg.3-1
Severity: important

This minimal test.tex ConTeXt example fails when run with
'texexec --pdf test.tex' (in Debian 'etch'):

  \starttext
  \input tufte
  \stoptext

Here is the first error (the remainder are similar):

  kpathsea: Running mktextfm ec-lmr12
  mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; 
input ec-lmr12
  This is METAFONT, Version 2.71828 (Web2C 7.5.5)

  kpathsea: Running mktexmf ec-lmr12
  ! I can't find file `ec-lmr12'.
  <*> ...ljfour; mag:=1; nonstopmode; input ec-lmr12

Installing 'lmodern' fixes the errors, because it provides those
missing tfm files.  So texlive-context should depend on lmodern, not
merely recommend lmodern.  Without lmodern, I think the package is
totally unusable.

My only worry about this bug report -- and the reason that I did not
mark it 'severe' -- is that it is /such/ a severe bug.  So I wonder
why I (or others) never noticed it before.  Did something change that
made lmodern required all of a sudden?  Or am I not understanding
something?

This machine runs Ubuntu feisty (i686), but I ran the above tests in a
pbuilder Debian 'etch' chroot.  I did 'sudo pbuilder login' (I think
it already had the etch security updates), then 'apt-get install
texlive-context'.  Then I ran that test file, found that it failed,
did 'apt-get install lmodern', and reran it with success.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20-16-generic
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages texlive-context depends on:
ii  libxml-parser-perl2.34-4.2   Perl module for parsing XML files
ii  perl-tk   1:804.027-7Perl module providing the Tk graph
ii  texlive-base  2005.dfsg.3-1  TeX Live: Essential programs and f
ii  texlive-common2005.dfsg.3-1  TeX Live: Base component
ii  texlive-metapost  2005.dfsg.2-12 TeX Live: MetaPost (and Metafont) 
ii  texlive-pdfetex   2005.dfsg.2-12 TeX Live: pdfTeX

texlive-context recommends no packages.

Versions of packages tex-common depends on:
ii  debconf [debconf-2.0] 1.5.11 Debian configuration management sy
ii  ucf   2.0020 Update Configuration File: preserv

Versions of packages texlive-context is related to:
pn  tetex-base (no description available)
pn  tetex-bin  (no description available)
pn  tetex-extra(no description available)

-- debconf information:
  tex-common/check_texmf_missing:
  tex-common/check_texmf_wrong:


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



Bug#292330: use UTF-8 by default

2007-06-16 Thread Peter Samuelson

[Thorsten Glaser]
> [...] a hypothetical "C.UTF-8" locale, which would have to be set via
> setlocale(3) anyway, and differ from "C" only in "LC_CTYPE" category.

I suggest a strategy of having locale.config (the script that prompts
you to generate locales at install time) automatically select any
locale which matches s/\..*/.UTF-8/ for the locales the user has
selected.

Of course, some users may be annoyed by the additional disk space
(what, another megabyte or so in /usr/lib/locale/locale-archive?) and
the additional CPU usage at install/upgrade time.


signature.asc
Description: Digital signature


Bug#406997: Use an other call then

2007-06-16 Thread Raphael

Version: 0.6.2-5


So, there is no reliable way to tell, when the screensaver has been

successfully activated.

dcop kdesktop KScreensaverIface isBlanked

When the screensaver has started it returns true, otherwise false.

--
Atomo64 - Raphael

Please avoid sending me Word, PowerPoint or Excel attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html


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



Bug#402696: xserver-xorg: Multihead Radeon X600 video card detection fails

2007-06-16 Thread James Bunton

On 17/06/2007, at 10:38 AM, Brice Goglin wrote:


Hi,

About 6 months ago, you reported a bug to the Debian BTS regarding
detection of a Radeon X600 failing. Did you reproduce this problem
recently? With Xorg/Etch? Could you try with latest
xserver-xorg-video-ati 6.6.192 in experimental? Does it help if you
replace "ati" with "radeon" in xorg.conf?

Thanks,
Brice



Yes, replacing ati with radeon did make it work, so I haven't tried  
recently.


I'll try with the current etch and latest experimental package and  
let you know.


---

James



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



Bug#322843: Support for JDK6 update 1

2007-06-16 Thread Pierre Métras
Hi,

To support Sun first update of JDK6, I had to add the following lines 
to /usr/share/java-package/sun-j2sdk.sh (sorry no patch, only 5 lines...)

"jdk-6u"[0-9]"-linux-i586.bin") # SUPPORTED
j2se_version=1.6.0+update${archive_name:6:1}
j2se_expected_min_size=62
found=true
;;

I suppose there are similar updates for JRE and amd64...

-- Pierre Métras



Bug#428795: xpm2ps: Segmentation fault

2007-06-16 Thread Nicholas Breen
> How about provide a statiuc linked xpm2ps as a workaround?

If it's useful in the short term: http://magnet.ofb.net/tmp/xpm2ps.gz
(i386 binary, use at your own risk, etc.)

The root bug is, I believe, a GCC misoptimization somewhere in the
Gromacs libraries.  That appears to be the only unifying factor between
a few similar such bugs -- another example is the genion lockup that was
worked around in the 3.3.1-5 upload, which also did not occur on other
architectures _or_ when using either gcc-3.x or icc compilers on i386.
I'm hoping there's now enough evidence to identify that problem
directly, rather than continuing to patch the symptoms in the client
programs.


-- 
Nicholas Breen
[EMAIL PROTECTED]


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



Bug#373606: closed by David Moreno Garza <[EMAIL PROTECTED]> (WNPP bug closing)

2007-06-16 Thread Charles Plessy
For the reader's information:

I do not intend to reopen this bug unless somebody expresses interest
for SMS2. The package emboss-explorer provides a similar functionality,
and I have the impression that the source available for download is not
the real source, but some templates already processed.

If you want to see SMS2 in Debian, it would be great to contact the
upstream author and ask about this before reopening this bug.

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


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



Bug#428359: [pkg-ntp-maintainers] Bug#428359: ntpdate: runs multiple times on (re)starting network

2007-06-16 Thread Peter Eisentraut
Am Montag, 11. Juni 2007 10:15 schrieb Norbert Tretkowski:
> When (re)starting the network, ntpdate is called multiple times, once
> for each interface.

How do you suggest that this be addressed?  The information "he's restarting 
one interface, but he's going to restart the other ones very soon" isn't 
readily available, and the alternative of never running ntpdate on network 
events seems much less attractive.


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



Bug#382647: pyinotify_0.5.2-1.1(hppa/unstable): FTBFS: hppa inotify syscalls missing from internal include file

2007-06-16 Thread Jan Michael C. Alonzo

hi! I searched for pyinotify hppa and I found a patch for this bug in the
gnome-tracker list. Following is the URL:

http://mail.gnome.org/archives/tracker-list/2007-February/msg00104.html

It includes other architectures that's already been included in
inotify_syscalls.h so just grab the hppa bits I suppose. It would be nice if
someone from debian-hppa can check its validity though.

Cheers.

-- 
In this world, there are only two tragedies.  One is not getting
what one wants, and the other is getting it. - Oscar Wilde


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



Bug#422730: lbdb: Please allow mutt_ldap_query to use local UNIX domain socket

2007-06-16 Thread Roberto C . Sánchez
On Sat, Jun 16, 2007 at 08:33:06PM +0200, Roland Rosenfeld wrote:
> Hi Roberto!
> 
> On Mon, 07 May 2007, Roberto C. Sanchez wrote:
> 
> > Please update mutt_ldap_query to allow the use of a local UNIX domain
> > socket (i.e., ldapi:/// or /var/run/ldapi) for communication to the LDAP
> > server.
> 
> Such a feature was introduced with version 0.35.1 but not fully
> documented (the documentation only talks ablout ldaps://, but ldapi://
> should work in a similar way).  You can give an ldapi URI in hostname
> field.  According to Net::LDAP following should be possible there:
> 
Hmm.  I am using Etch on my machines, which has lbdb version 0.34.  If I
get some time this summer, I will backport the version from
unstable/testing and give it a try.

> You can also specify a URI, such as 'ldaps://127.0.0.1:666' or
> 'ldapi://%2fvar%2flib%2fldap_sock'. Note that '%2f's in the LDAPI
> socket path will be translated into '/'. This is to support LDAP query
> options like base, search etc. although the query part of the URI will
> be ignored in this context. If port was not specified in the URI, the
> default is either 389 or 636 for 'LDAP' and 'LDAPS' schemes
> respectively.
> 
> I don't haven an ldaps server available, so please try this out and
> tell me whether it works for you.
> 
Here is my config:

$ldap_server = 'ldaps://santiago.connexer.com';
$search_base = 'ou=Addressbook,dc=connexer,dc=com';
$ldap_search_fields = 'givenname sn cn mail';
$ldap_expected_answers = 'givenname sn cn mail';
$ldap_result_email = '${mail}';
$ldap_result_realname = '${givenname} ${sn}';
$ldap_result_comment = '(LDAP)';
$ignorant = 0;
$ldap_bind_dn = '';
$ldap_bind_password = '';

This works for me both on Sarge and on Etch.

Just to clarify, though, you are saying that with the new version I
should be able to specify 'ldapi://%2fvar%2frun%2fldapi' and have it
connect to a slapd running on the local host?

Regards,

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


signature.asc
Description: Digital signature


Bug#292330: use UTF-8 by default

2007-06-16 Thread Thorsten Glaser
Roger Leigh dixit:

>> Does a C.UTF-8 exist? If yes, then this is a sound proposal,
>> I think.
>
>I believe that the "C" locale is supposed to be US_ASCII only.

That applies to “C” but not to a hypothetical “C.UTF-8” locale,
which would have to be set via setlocale(3) anyway, and differ
from “C” only in “LC_CTYPE” category.

//mirabile
-- 
  “Using Lynx is like wearing a really good pair of shades: cuts out
   the glare and harmful UV (ultra-vanity), and you feel so-o-o COOL.”
 -- Henry Nelson, March 1999



Bug#407680: pixel corruption (overflow in pixel operations, maybe Matrox driver?)

2007-06-16 Thread Brice Goglin
Hi,

About 5 years ago, you reported a bug to the Debian BTS regarding some
pixel corruption with Xorg and a matrox driver. Did you reproduce this
problem recently? With Xorg/Etch? With latest xserver-xorg-core 1.3 and
xserver-xorg-video-mga 1.4.6.1 currently in unstable?
If not, I will close this bug in the next weeks. If so, could you send
the output of
/usr/share/bug/xserver-xorg/script 3>&1

Thanks,
Brice



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



Bug#355678: charset conversion added to rfc2047.c and (lbdb-)?fetchaddr

2007-06-16 Thread Tobias Schlemmer
Am Sa, 16. Jun 2007 08:41:20 +0200, schrieb Roland Rosenfeld:
> Tobias Schlemmer schrieb am Dienstag, den 07. März 2006:
> 
> Any help with this autoconf stuff is greatly appreciated...

The keyword ”real internationalization“ leeds to another hint:
the gettext package includes a file named ”iconv.m4“ which is meant to
deal with the charset problem. I'm not shure, but gettextizing may help
you.

Tobias.
-- 
   ,---,
  Tobias  /|
 Schlemmer   / Tel.: 01 62 / 7 63 94 35|
Dipl.-Math. / http://www.schlemmer.de.tt
-. /   [EMAIL PROTECTED]
  \   / GnuPG/PGP Public Keys:
   \ / 4A77CEF5 (RSA)  bzw. DF2A703C (DSA)
'   Jabber: [EMAIL PROTECTED]
-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-'-,-
  
Aristoteles beharrte darauf, daß Frauen weniger Zähne hätten als Männer.
Obwohl er zweimal verheiratet war, kam er nie auf den Gedanken, seine
Behauptung anhand einer Untersuchung der Münder seiner Frauen zu
überprüfen.

Bertrand Russel


PGP-Unterschrift.asc
Description: Digitale Unterschrift mit PGP/GnuPG


Bug#406358: xserver-xorg: Xorg does not work if kernel boots with vga=791 or vga=795

2007-06-16 Thread Brice Goglin
Hi,

About 5 months ago, you reported a bug to the Debian BTS regarding Xorg
and nv driver not working if the kernel boots with vga=791 or 795. Did
you reproduce this problem recently? With Xorg/Etch? With latest kernel,
xserver-xorg-core and nv driver in unstable? what do you exactly mean by
"X does not start"? Does it start with a unusable black screen? Or does
it crash?

If it crashes, please try to catch a backtrace, either at the end of
Xorg.0.log (or X.org.0.log) or by attaching gdb and running 'bt full'
after the crash.

Do you use something like a framebuffer console? If so, could you try
without it?

Thanks,
Brice



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



Bug#385531: Package: installation-reports

2007-06-16 Thread Brice Goglin
Hi,

About a year ago, you reported a bug to the Debian BTS regarding your
ATI Radeon X700 Pro board not being recognized by the ATI driver. Did
you reproduce this problem recently? With Xorg/Etch? Could you try with
xserver-xorg-video-ati 6.6.192 currently in experimental? Does it help
if you use "radeon" instead of "ati" in xorg.conf?

Thanks,
Brice



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



Bug#402696: xserver-xorg: Multihead Radeon X600 video card detection fails

2007-06-16 Thread Brice Goglin
Hi,

About 6 months ago, you reported a bug to the Debian BTS regarding
detection of a Radeon X600 failing. Did you reproduce this problem
recently? With Xorg/Etch? Could you try with latest
xserver-xorg-video-ati 6.6.192 in experimental? Does it help if you
replace "ati" with "radeon" in xorg.conf?

Thanks,
Brice



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



Bug#396234: XOrg graphic problems (Matrox Mystique MGA 1064SG)

2007-06-16 Thread Brice Goglin
Hi,

About 8 months ago, you reported a bug to the Debian BTS regarding some
rendering problems with Xorg on a Matrox Mystique 1064GS board. Did you
reproduce this problem recently? With Xorg/Etch? With latest
xserver-xorg-core 1.3 and mga driver 1.4.6.1 currently in unstable? If
not, I will close this bug in the next weeks.

Thanks,
Brice



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



Bug#382751: GDM failes to display correctly

2007-06-16 Thread Paul Wong

Hi,

After the RCs, the problem is gone. So Etch (and current testing) is
perfectly fine.
Sorry that I forgot to close the bug.

Best Regards,
Pui Lam Wong

2007/6/16, Brice Goglin <[EMAIL PROTECTED]>:


Hi,

About a year ago, you reported a bug to the Debian BTS regarding GDM and
X not displaying anything correct. Did you reproduce this problem
recently? With Xorg/Etch? With latest xserver-xorg-core and drivers in
unstable? Doesn't the trident driver work on this board?

Thanks,
Brice




Bug#385414: xserver-xorg: [s3virge] distortded display in default resolution

2007-06-16 Thread Brice Goglin
Hi,

About a year ago, you reported a bug to the Debian BTS regarding the
display being distorted in the default resolution with the s3virge
driver. Did you reproduce this problem recently? With Xorg/Etch? With
latest xserver-xorg-core and driver in unstable? If not, I will close
this bug in the next weeks.

Thanks,
Brice



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



Bug#382751: GDM failes to display correctly

2007-06-16 Thread Brice Goglin
Hi,

About a year ago, you reported a bug to the Debian BTS regarding GDM and
X not displaying anything correct. Did you reproduce this problem
recently? With Xorg/Etch? With latest xserver-xorg-core and drivers in
unstable? Doesn't the trident driver work on this board?

Thanks,
Brice



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



Bug#429312: debreaper: crashes with 'UnicodeDecodeError'

2007-06-16 Thread Gabriele Stilli
Package: debreaper
Version: 0.2
Severity: normal

Hi,

while trying to generate a bug report for an Iceweasel crash, debreaper
itself crashed in turn, giving the following error:

Traceback (most recent call last):
  File "/usr/share/debreaper/debreaper", line 70, in ?
report = generate_report (status[1], status[0], status[2], status[3], path,
gdbout)
  File "/usr/share/debreaper/bug_iface.py", line 25, in generate_report
return reportbug.generate_blank_report (package, pkgversion,
'important', None, depinfo, '', path, body="*** Please describe what
you were doing when the application crashed ***\n\n"+gdbout)
  File "/usr/share/reportbug/reportbug.py", line 791, in generate_blank_report
return u"""%s%s%s
UnicodeDecodeError: 'ascii' codec can't decode byte 0xa3 in position 7530:
ordinal not in range(128)

What can it be?

Cheers,
Gabriele :-)

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

Kernel: Linux 2.6.21camelot (PREEMPT)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
(ignored: LC_ALL set to it_IT.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages debreaper depends on:
ii  debconf [debconf 1.5.13  Debian configuration management sy
ii  emacs21 [mail-re 21.4a+1-5   The GNU Emacs editor
ii  gdb  6.4.90.dfsg-1   The GNU Debugger
ii  jed [mail-reader 1:0.99.18+dfsg.1-6  editor for programmers (textmode v
ii  libc62.5-9+b1GNU C Library: Shared libraries
ii  mailx [mail-read 1:8.1.2-0.20070424cvs-1 A simple mail user agent
ii  mutt [mail-reade 1.5.13-3text-based mailreader supporting M
ii  python   2.4.4-6 An interactive high-level object-o
ii  python-gtk2  2.10.4-2Python bindings for the GTK+ widge
ii  python-support   0.6.4   automated rebuilding support for p
ii  reportbug3.38reports bugs in the Debian distrib
ii  xdg-utils1.0.1-2 Desktop integration utilities from
ii  xterm [x-termina 225-1   X terminal emulator

debreaper recommends no packages.

-- debconf information:
* debreaper/use_viaticum: Entire system

-- 
http://poisson.phc.unipi.it/~stilli/   ICQ UIN: 159169930
[HT] Lothlorien F.C. (51042, IV.53)   #156 Club dei Mille
Meglio essere ottimisti e avere torto, che pessimisti e avere ragione
[Albert Einstein]


signature.asc
Description: Digital signature


Bug#366513: Cirrus driver produces unusable display

2007-06-16 Thread Brice Goglin
Hi,

About a year ago, you reported a bug to the Debian BTS regarding the
cirrus driver producing an unusable display. Did you reproduce this
problem recently? With Xorg/Etch? With latest xserver-xorg-core and
drivers in unstable? If not, I will close this bug in the next weeks. If
so, please send us the output of
/usr/share/bug/xserver-xorg/script 3>&1

Thanks,
Brice



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



Bug#361690: xserver-xorg: calcomp_drv.o has too short timeout

2007-06-16 Thread Brice Goglin
Hi,

About a year ago, you reported a bug to the Debian BTS regarding the
calcomp Xorg driver not detecting your tablet because its timeout is too
short. Did you reproduce this problem recently? With Xorg/Etch? With
latest xserver-xorg-core and driver? If not, I will close this bug in
the next weeks.

Thanks,
Brice



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



Bug#354542: xserver-xorg: tdfx crashes the xserver

2007-06-16 Thread Brice Goglin
Hi,

About a year ago, you reported a bug to the Debian BTS regarding a crash
of the Xorg server when using the tdfx driver. Did you reproduce this
problem recently? With Xorg/Etch? With latest xserver-xorg-core and
drivers in unstable? If not, I will close this bug in the next weeks.

Thanks,
Brice



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



Bug#352968: nv: garbage left on screen after moving objects

2007-06-16 Thread Brice Goglin
Hi,

About a year ago, you reported a bug to the Debian BTS regarding the nv
driver leading to garbage on screen after moving objects. Did you
reproduce this problem recently? With Xorg/Etch? With latest
xserver-xorg-core and nv driver in unstable? If not, I will close this
bug in the next weeks.

Thanks,
Brice



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



Bug#349412: xserver-xorg: vt switching problem: second display/screen is not restored correctly

2007-06-16 Thread Brice Goglin
Hi,

About a year ago, you reported a bug to the Debian BTS regarding the
second display not being restored correctly after VT switching with the
NV driver. Did you reproduce this problem recently? With Xorg/Etch? With
latest xserver-xorg-core and driver in unstable? If not, I will close
this bug in the next weeks.

Thanks,
Brice



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



Bug#352735: xserver-xorg: [glint] Won't start due to resource conflicts

2007-06-16 Thread Brice Goglin
Hi,

About a year ago, you reported a bug to the Debian BTS regarding Xorg
not starting anymore, possibly because of a resource conflicts in the
glint driver. Did you reproduce this problem recently? With Xorg/Etch?
With latest xserver-xorg-core and driver in unstable? If not, I will
close this bug in the next weeks.

Thanks,
Brice



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



Bug#366236: xserver-xorg: debconf should propose resolutions lower than 640x480

2007-06-16 Thread Samuel Thibault
About the underlying Xorg support, this is reported as 
https://bugs.freedesktop.org/show_bug.cgi?id=6848

That said, iirc in the past debian would put 320x200 modelines in the
default xf86.conf for implementing this.

Samuel


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



Bug#429165: [EMAIL PROTECTED]: Re: [Pkg-xfce-devel] Bug#429165: thunar: support writing iso files to cd on right-click menu]

2007-06-16 Thread Simon Huggins
These replies came up on the list but don't seem to have been sent to
you as the submitter or to the bug for a record.

I'm including them as attachments here for you.  Let us know if one of
these workarounds suits you in particular.

Please reply to the right place (i.e. the list or the bug) if anyone
wants to follow up.

Simon.

-- 
[ "I'm gonna eat you, little fishy!" - The Cat ]
Black Cat Networks.  http://www.blackcatnetworks.co.uk/
--- Begin Message ---
Hi Michael.

Michael Gilbert, 16.06.2007 04:29:
> i've gotten used to using nautilus's "write to cd" feature when i
> right-click on an iso file.  it would be great if thunar supported this
> capability as well.  perhaps it could just call the nautilus cd writing
> tool?

You can install Brasero for this.


Regards, Mathias

-- 
debian/rules



signature.asc
Description: OpenPGP digital signature
___
Pkg-xfce-devel mailing list
[EMAIL PROTECTED]
http://lists.alioth.debian.org/mailman/listinfo/pkg-xfce-devel--- End Message ---
--- Begin Message ---
On Sat, Jun 16, 2007 at 01:20:35PM +0200, Mathias Brodala wrote:
> Hi Michael.
> 
> Michael Gilbert, 16.06.2007 04:29:
> > i've gotten used to using nautilus's "write to cd" feature when i
> > right-click on an iso file.  it would be great if thunar supported this
> > capability as well.  perhaps it could just call the nautilus cd writing
> > tool?
> 
> You can install Brasero for this.

You can use the custom actions:

http://thunar.xfce.org/pwiki/documentation/custom_actions
http://thunar.xfce.org/pwiki/documentation/custom_actions#burn

A simple command like `wodim file.iso` for the command would also work.
Just make sure you insert a writable media before executing the command
:)

> 
> 
> Regards, Mathias
> 

Cheers,
Mike

___
Pkg-xfce-devel mailing list
[EMAIL PROTECTED]
http://lists.alioth.debian.org/mailman/listinfo/pkg-xfce-devel
--- End Message ---
--- Begin Message ---
On Sat, Jun 16, 2007 at 01:32:36PM +0200, mike wrote:
> You can use the custom actions:
> 
> http://thunar.xfce.org/pwiki/documentation/custom_actions
> http://thunar.xfce.org/pwiki/documentation/custom_actions#burn
> 
> A simple command like `wodim file.iso` for the command would also work.
> Just make sure you insert a writable media before executing the command
> :)

For the custom action it would be wodim %f

Mike

___
Pkg-xfce-devel mailing list
[EMAIL PROTECTED]
http://lists.alioth.debian.org/mailman/listinfo/pkg-xfce-devel
--- End Message ---


Bug#376828: manpage patch

2007-06-16 Thread Emmet Hikory

Tags: patch

   Please find attached a patch that makes the requested change to
the manpages.  This patch was prepared for an Ubuntu revision, and so
may not apply cleanly if -p is used.

--
Emmet HIKORY
diff -Nru /tmp/CXaJ1wJa2J/apt-file-2.0.8.2ubuntu1/apt-file.1 /tmp/RSIKtmRXkq/apt-file-2.0.8.2ubuntu2/apt-file.1
--- /tmp/CXaJ1wJa2J/apt-file-2.0.8.2ubuntu1/apt-file.1	2006-12-07 12:02:08.0 +0900
+++ /tmp/RSIKtmRXkq/apt-file-2.0.8.2ubuntu2/apt-file.1	2007-06-15 00:43:38.0 +0900
@@ -35,7 +35,7 @@
 \fBlist\fR
 List the contents of a package matching the
 \fBpattern\fR pattern. This action is very
-close to the \fBdpkg -S\fR command except the
+close to the \fBdpkg -L\fR command except the
 package does not need to be installed or fetched.
 .TP
 \fBshow\fR
diff -Nru /tmp/CXaJ1wJa2J/apt-file-2.0.8.2ubuntu1/apt-file.1.sgml /tmp/RSIKtmRXkq/apt-file-2.0.8.2ubuntu2/apt-file.1.sgml
--- /tmp/CXaJ1wJa2J/apt-file-2.0.8.2ubuntu1/apt-file.1.sgml	2006-03-02 08:03:51.0 +0900
+++ /tmp/RSIKtmRXkq/apt-file-2.0.8.2ubuntu2/apt-file.1.sgml	2007-06-15 00:43:47.0 +0900
@@ -81,7 +81,7 @@
 	  
 	List the contents of a package matching the
 	pattern pattern. This action is very
-	close to the dpkg -S command except the
+	close to the dpkg -L command except the
 	package does not need to be installed or fetched.
 	  
 	
diff -Nru /tmp/CXaJ1wJa2J/apt-file-2.0.8.2ubuntu1/apt-file.fr.1 /tmp/RSIKtmRXkq/apt-file-2.0.8.2ubuntu2/apt-file.fr.1
--- /tmp/CXaJ1wJa2J/apt-file-2.0.8.2ubuntu1/apt-file.fr.1	2004-06-29 17:51:33.0 +0900
+++ /tmp/RSIKtmRXkq/apt-file-2.0.8.2ubuntu2/apt-file.fr.1	2007-06-15 00:43:56.0 +0900
@@ -33,7 +33,7 @@
 \fBlist\fR
 Liste le contenu d'un paquet correspondant au motif
 motif. Cette action ressemble beaucoup à la commande
-\fBdpkg -S\fR sauf que les paquets n'ont pas besoin d'être
+\fBdpkg -L\fR sauf que les paquets n'ont pas besoin d'être
 installés ou récupérés.
 .TP
 \fBpurge\fR
diff -Nru /tmp/CXaJ1wJa2J/apt-file-2.0.8.2ubuntu1/apt-file.fr.1.sgml /tmp/RSIKtmRXkq/apt-file-2.0.8.2ubuntu2/apt-file.fr.1.sgml
--- /tmp/CXaJ1wJa2J/apt-file-2.0.8.2ubuntu1/apt-file.fr.1.sgml	2004-06-29 17:50:39.0 +0900
+++ /tmp/RSIKtmRXkq/apt-file-2.0.8.2ubuntu2/apt-file.fr.1.sgml	2007-06-15 00:44:06.0 +0900
@@ -70,7 +70,7 @@
 	  
 	Liste le contenu d'un paquet correspondant au motif
 	motif. Cette action ressemble beaucoup à la commande
-	dpkg -S sauf que les paquets n'ont pas besoin d'être
+	dpkg -L sauf que les paquets n'ont pas besoin d'être
 	installés ou récupérés.
 	  
 	


Bug#408309: Proposed apt-file postinst

2007-06-16 Thread Emmet Hikory

Please find attached a candidate postinst for apt-file, which should
run `apt-file update` on configuration only if the first host in
/etc/apt/sources.list is reachable over the network.  Note that this
postinst does not support /etc/apt/sources.list.d/.  While this
doesn't solve the problem, it may reduce the frequency with which it
is encountered.

--
Emmet HIKORY


apt-file.postinst
Description: Binary data


Bug#349053: X.org via driver crashes in multiple monitor mode wtih Acceleration turned on

2007-06-16 Thread Brice Goglin
Hi,

About a year ago, you reported a bug to the Debian BTS regarding the X
server crashing when enabling acceleration on multiple monitors. Did you
reproduce this problem recently? With Xorg/Etch? With latest
xserver-xorg-core and drivers in unstable? If not, I will close this bug
in the next weeks. If so, could you send the output of
/usr/share/bug/xserver-xorg/script 3>&1
right after the crash? You Xorg.log should contain a backtrace at the
end. If X already restarted, you should look at Xorg.0.log.old instead.

Thanks,
Brice



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



Bug#348831: xserver-xorg: matrox G550 w. 16-bit color now gets lots of painting errors. Mostly white stripes

2007-06-16 Thread Brice Goglin
Hi,

About a year ago, you reported a bug to the Debian BTS regarding white
stripes appearing in 16bits color with a Matrox G550 board. Did you
reproduce this problem recently? With Xorg/Etch? With latest
xserver-xorg-core and driver in unstable? If not, I will close this bug
in the next weeks.

Thanks,
Brice



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



Bug#336090: Unable to test

2007-06-16 Thread Bryan Donlan

Hi,

I no longer use the via driver, so I'm unable to test this. Feel free
to close the bug unless someone else can reproduce it still.

Thanks,

Bryan Donlan


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



Bug#429311: elinks: new upstream version 0.11.3 available

2007-06-16 Thread Michael Prokop
Package: elinks
Version: 0.11.1-1.4
Severity: wishlist


Quoting http://elinks.or.cz/

| The latest stable version is 0.11.3, released on 2007-04-15.

regards,
-mika-


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



Bug#429310: pidgin: Ignored IRC nicks aren't highlighted in any way (that I can see!)

2007-06-16 Thread Reuben Thomas
Package: pidgin
Version: 2.0.1-1
Severity: normal

In gaim, when I ignored a nick in IRC, a "no entry" sign or similar
was pasted over the icon column in the nick list. When I do it in
pidgin, I can't see any difference, so I can't see at a glance who
I've ignored.

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

Kernel: Linux 2.6.18-4-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 pidgin depends on:
ii  libavahi-compat-howl0 0.6.16-5   Avahi Howl compatibility library
ii  libc6 2.5-9+b1   GNU C Library: Shared libraries
ii  libcairo2 1.4.6-1.1  The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.0.2-1simple interprocess messaging syst
ii  libdbus-glib-1-2  0.73-2 simple interprocess messaging syst
ii  libfontconfig12.4.2-1.2  generic font configuration library
ii  libgstreamer0.10-00.10.13-1  Core GStreamer libraries and eleme
ii  libgtk2.0-0   2.10.12-2  The GTK+ graphical user interface 
ii  libgtkspell0  2.0.10-3+b1a spell-checking addon for GTK's T
ii  libice6   1:1.0.3-2  X11 Inter-Client Exchange library
ii  libncursesw5  5.6-3  Shared libraries for terminal hand
ii  libnspr4-0d   1.8.0.11-2 NetScape Portable Runtime Library
ii  libnss3-0d3.11.5-3   Network Security Service libraries
ii  libpango1.0-0 1.16.4-1   Layout and rendering of internatio
ii  libperl5.85.8.8-7Shared Perl library
ii  libsasl2-22.1.22.dfsg1-8 Authentication abstraction library
ii  libsasl2-modules  2.1.22.dfsg1-8 Pluggable Authentication Modules f
ii  libsm62:1.0.3-1  X11 Session Management library
ii  libstartup-notification0  0.9-1  library for program launch feedbac
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxcursor1   1:1.1.8-2  X cursor management library
ii  libxext6  1:1.0.3-2  X11 miscellaneous extension librar
ii  libxfixes31:4.0.3-2  X11 miscellaneous 'fixes' extensio
ii  libxi61:1.0.1-4  X11 Input extension library
ii  libxinerama1  1:1.0.2-1  X11 Xinerama extension library
ii  libxml2   2.6.28.dfsg-1  GNOME XML library
ii  libxrandr22:1.2.1-1  X11 RandR extension library
ii  libxrender1   1:0.9.2-1  X Rendering Extension client libra
ii  libxss1   1:1.1.2-1  X11 Screen Saver extension library
ii  pidgin-data   2.0.1-1multi-protocol instant messaging c

Versions of packages pidgin recommends:
ii  gstreamer0.10-plugins-base0.10.13-2  GStreamer plugins from the "base" 
ii  gstreamer0.10-plugins-good0.10.4-4   GStreamer plugins from the "good" 
ii  python-dbus   0.81.1-1   simple interprocess messaging syst

-- no debconf information


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



Bug#292330: use UTF-8 by default

2007-06-16 Thread Roger Leigh
martin f krafft <[EMAIL PROTECTED]> writes:

> also sprach Thorsten Glaser <[EMAIL PROTECTED]> [2007.06.16.1528 +0100]:
>> That's what I did, but the idea is not to have to do that. (Besides,
>> "C" is installed by default, so we need some kind of "C.UTF-8", whose
>> role is – for LC_CTYPE – usually fulfilled by en_US.UTF-8.)
>
> Please stop CCing debian-project.
>
> Does a C.UTF-8 exist? If yes, then this is a sound proposal,
> I think.

I believe that the "C" locale is supposed to be US_ASCII only.

Rationale:

ISO C99 §7.4 (ctype "functions that have locale-specific aspects only
when not in the "C" locale...)  Many of the constraints this section
for the various is* functions would restrict the "C" locale to
US_ASCII.  UTF-8 would break the constraints over e.g. whitespace
characters, digits, lowercase characters etc..

I'm not sure who would want to use C.UTF-8.  If you want a basic
non-Unicode locale with known behaviour on all platforms, the "C"
locale is useful, particularly when doing serialisation where
localisation would break file formats.  If you want Unicode, why would
you not just use the appropriate .UTF-8 locale for your
language/country?


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


pgpO8dUbwDBvA.pgp
Description: PGP signature


Bug#353165: Bug#342199: xserver-xorg: upgrade forgets XkbOptions

2007-06-16 Thread Brice Goglin
Hi,

About a year ago, you both reported a bug in the Debian BTS regarding
Xorg upgrade forgetting about your xkboptions. Did any of you guys
reproduce this problem recently? With Xorg/Etch? With latest
xserver-xorg packages in unstable? If not, I will close this bug in the
next weeks.

Thanks,
Brice



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



Bug#336090: xserver-xorg: [via] xvideo with high pre-scaling width has corruption on edges of video playback

2007-06-16 Thread Brice Goglin
Hi,

About a year ago, you reported a bug to the Debian BTS regarding
corruption on the edge a Xvideo playback on a Via board. Did you
reproduce this problem recently? With Xorg/Etch? With latest
xserver-xorg-core and drivers in unstable? If not, I will close this bug
in the next weeks.

Thanks,
Brice



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



Bug#429309: pidgin: Auto-saving messages to offline users as pounces causes a crash

2007-06-16 Thread Reuben Thomas
Package: pidgin
Version: 2.0.1-1
Severity: normal

If I turn on the "Offline Message Emulation" plugin, then try to send
a message to an offline, buddy, pidgin crashes. Let me know if you
need backtraces &c.

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

Kernel: Linux 2.6.18-4-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 pidgin depends on:
ii  libavahi-compat-howl0 0.6.16-5   Avahi Howl compatibility library
ii  libc6 2.5-9+b1   GNU C Library: Shared libraries
ii  libcairo2 1.4.6-1.1  The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.0.2-1simple interprocess messaging syst
ii  libdbus-glib-1-2  0.73-2 simple interprocess messaging syst
ii  libfontconfig12.4.2-1.2  generic font configuration library
ii  libgstreamer0.10-00.10.13-1  Core GStreamer libraries and eleme
ii  libgtk2.0-0   2.10.12-2  The GTK+ graphical user interface 
ii  libgtkspell0  2.0.10-3+b1a spell-checking addon for GTK's T
ii  libice6   1:1.0.3-2  X11 Inter-Client Exchange library
ii  libncursesw5  5.6-3  Shared libraries for terminal hand
ii  libnspr4-0d   1.8.0.11-2 NetScape Portable Runtime Library
ii  libnss3-0d3.11.5-3   Network Security Service libraries
ii  libpango1.0-0 1.16.4-1   Layout and rendering of internatio
ii  libperl5.85.8.8-7Shared Perl library
ii  libsasl2-22.1.22.dfsg1-8 Authentication abstraction library
ii  libsasl2-modules  2.1.22.dfsg1-8 Pluggable Authentication Modules f
ii  libsm62:1.0.3-1  X11 Session Management library
ii  libstartup-notification0  0.9-1  library for program launch feedbac
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxcursor1   1:1.1.8-2  X cursor management library
ii  libxext6  1:1.0.3-2  X11 miscellaneous extension librar
ii  libxfixes31:4.0.3-2  X11 miscellaneous 'fixes' extensio
ii  libxi61:1.0.1-4  X11 Input extension library
ii  libxinerama1  1:1.0.2-1  X11 Xinerama extension library
ii  libxml2   2.6.28.dfsg-1  GNOME XML library
ii  libxrandr22:1.2.1-1  X11 RandR extension library
ii  libxrender1   1:0.9.2-1  X Rendering Extension client libra
ii  libxss1   1:1.1.2-1  X11 Screen Saver extension library
ii  pidgin-data   2.0.1-1multi-protocol instant messaging c

Versions of packages pidgin recommends:
ii  gstreamer0.10-plugins-base0.10.13-2  GStreamer plugins from the "base" 
ii  gstreamer0.10-plugins-good0.10.4-4   GStreamer plugins from the "good" 
ii  python-dbus   0.81.1-1   simple interprocess messaging syst

-- no debconf information


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



Bug#335423: xserver-xorg: broken colours on S3 Savage

2007-06-16 Thread Brice Goglin
Hi,

About 2 years ago, you reported a bug to the Debian BTS regarding
colours being broken in 24bits depth on a savage board.
Did you reproduce this problem recently? With Xorg/Etch? With latest
xserver-xorg-core and drivers in unstable? If not, I will close this bug
in the next weeks.

Thanks,
Brice



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



Bug#327427: xserver-xorg: open gl apps only show an empty window

2007-06-16 Thread Brice Goglin
Hi,

About 2 years ago, you reported a bug to the Debian BTS regarding OpenGL
applications showing an empty window on a Sis board. Did you reproduce
this problem recently? With Xorg/Etch? With latest xserver-xorg-core and
driver in unstable? If not, I will close this bug in the next weeks.

Thanks,
Brice



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



Bug#428617: gdm: Autologin with screen locked

2007-06-16 Thread Josselin Mouette
forwarded 428617 http://bugzilla.gnome.org/show_bug.cgi?id=448345
thanks

Le mardi 12 juin 2007 à 16:23 -0700, Josh Triplett a écrit :
> My laptop has only one user: myself.  Autologin would improve convenience, but
> I want the security of requiring a password.  If gdm had an option to pre-fill
> the login name and just prompt for a password, that would save some time.
> However, it would save even more time to autologin but lock the screen before
> starting any programs.  This would allow GNOME to load while I type in my
> password; it would also mean that if I started up the system and walked away,
> it would have GNOME fully loaded when I came back, rather than just waiting
> for me to log in.

As this request requires integration between several components (the
screensaver, the session manager and maybe gdm), I have forwarded it
upstream. You can follow its progress there.

Cheers,
-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#327507: xserver-xorg: Xorg dies after switching to its vt

2007-06-16 Thread Brice Goglin
Hi,

About 2 years ago, you reported a bug to the Debian BTS regarding a
crash of Xorg after switching to VT on a Via board. Did you reproduce
this problem recently? With Xorg/Etch? With latest xserver-xorg-core and
drivers in unstable? If not, I will close this bug in the next weeks.

Thanks,
Brice



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



Bug#427119: marked as done (evince: not possible to use "Central Europe" characters in searches)

2007-06-16 Thread Josselin Mouette
Le samedi 16 juin 2007 à 17:39 +0200, Sven Arvidsson a écrit :
> The most relevant upstream bug I can find is #166285, which aims to
> disable search for these kinds of files.

This bug is not (only?) about completely unsearchable documents (those
using bitmap fonts). The original problem of the submitter is with
virtual fonts that generate a PDF by superposing two glyphs that create
a third one (e.g. e+´=é) or that generate direct vector or bitmap
objects for non-ascii characters. In these documents, ASCII text is
still searchable.

Cheers,
-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#429308: mondo: incorrectly guesses names for assembled RAID-1 devices during restore

2007-06-16 Thread Tim Freeman
Package: mondo
Version: 2.20-1.1
Severity: normal

I have a system with two raid devices, swap on /dev/md2 and the main
filesystem on /dev/md3.  I backed up a directory with the following
command:

mondoarchive -O -i -s 700m -k FAILSAFE -F -I /home/root -d /backup/isos

Then I wrote the CD image from /backup/isos to a CD, and booted from
it to see if the bits compared.  I said "compare" at the boot prompt.
During the boot it started /dev/md0 and /dev/md1 instead of /dev/md2
and /dev/md3.  The compare failed with the message "Could not mount
devices [sic.] /dev/md3 - shall I abort".  I did abort, and I refused
to run the cryptic and evil-sounding post-nuke script since I was just
doing a comparison.  This left me at a shell prompt, running from the
rescue CD.

The workaround was to give these commands:

   mdadm --stop /dev/md0
   mdadm --stop /dev/md1
   mdadm --assemble /dev/md3 /dev/hda3 /dev/hdc3
   mondoarchive

I think mondoarchive should save /etc/mdadm/mdadm.conf during the
backup and consult it during the restore so it can give the RAID
devices the same names they had during backup.

-- Package-specific info:

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

Versions of packages mondo depends on:
ii  afio2.5-4archive file manipulation program
ii  buffer  1.19-8   Buffering/reblocking program for t
ii  cdrecord9:1.1.2-1Dummy transition package for wodim
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libfribidi0 0.10.7-4 Free Implementation of the Unicode
ii  libnewt0.52 0.52.2-10Not Erik's Windowing Toolkit - tex
ii  lzop1.01-4   fast compression program
ii  mindi   2.20-2   creates boot/root disks based on y

Versions of packages mondo recommends:
pn  dvd+rw-tools   (no description available)

Versions of packages mindi depends on:
ii  binutils  2.17-3 The GNU assembler, linker and bina
ii  bzip2 1.0.3-6high-quality block-sorting file co
ii  dosfstools2.11-2.1+b1Utilities to create and check MS-D
ii  file  4.17-5etch1Determines file type using "magic"
ii  gawk  1:3.1.5.dfsg-4 GNU awk, a pattern scanning and pr
ii  mindi-busybox 1.2.1-2Collection of shell utilities in a
ii  mkisofs   9:1.1.2-1  Dummy transition package for genis
ii  module-init-tools 3.3-pre4-2 tools for managing Linux kernel mo
ii  ms-sys2.1.0-1Write a Microsoft compatible boot 
ii  nano  2.0.2-1free Pico clone with some new feat
ii  parted1.7.1-5.1  The GNU Parted disk partition resi
ii  syslinux  1:3.31-4   Bootloader for Linux/i386 using MS

-- no debconf information


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



Bug#429259: Solved

2007-06-16 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I upgraded my graphic card drivers and amarok stops crashing, so this
bug doesn't exists anymore.

But I don't understand yet why amarok crashes because of my graphic
drivers... Anyway, you can close this bug, sorry.

Jose Luis.
- --

ghostbar on Linux/Debian 'sid' i686 - #382503
Weblog: http://ghostbar.ath.cx/ - http://linuxtachira.org
http://debian.org.ve - irc.debian.org #debian-ve #debian-devel-es
San Cristóbal, Venezuela. http://chaslug.org.ve
Fingerprint = 3E7D 4267 AFD5 2407 2A37  20AC 38A0 AD5B CACA B118
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGdGTkOKCtW8rKsRgRAlMCAJ9tmGfJ/T50djESmffE7n5iraX2dQCgijlw
1pYN9wBdiPrq5zz9+qMDHew=
=rrLt
-END PGP SIGNATURE-


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



Bug#428647: mss problem.

2007-06-16 Thread Paul Gear
Zealot wrote:
> Package: shorewall
> Version: 3.2.6-2
> 
> Shorewall do not process mss= in interface properly. It not only 
> decrease mss, but also increase the mss
> ...
> May be this patch is helpful, it prevent shorewall from increasing the mss.
> ...

I forwarded this message to the Shorewall development mailing list, and
the author has included it in the latest Shorewall 4.0 Beta - see
http://shorewall.svn.sourceforge.net/viewvc/shorewall?view=rev&revision=6539
for details.

-- 
Paul

--
Did you know?  Using HTML email rather than plain text is less
efficient, taking anywhere from 2 to 20 times longer to download, and a
corresponding amount more space on disk.  Learn more about using email
efficiently at .



signature.asc
Description: OpenPGP digital signature


Bug#428402: iwatch: Please update to newer upstream version

2007-06-16 Thread Michael Prokop
* Reuben Thomas <[EMAIL PROTECTED]> [20070611 15:44]:

> Latest is 0.2.1.

JFYI: I worked on the package already but some issues (especially
regarding moving configuration file(s)) had to be investigated.

If you need the package in time: you can find my working tree online at:

  http://hg.grml.org/iwatch/

Version 0.2.1-1 should be OK and I'm just waiting for a sponsored
upload. Expect to find the new version in Debian's pool within the
next few days.

regards,
-mika-


signature.asc
Description: Digital signature


Bug#403998: Still there

2007-06-16 Thread Bdale Garbee
On Fri, 2007-06-15 at 17:50 +0200, Hilmar Preusse wrote:

> Looking into install-info, it looks as if *this* is the expected
> behaviour. I.e. install-info is not expected to recognize a gzip file
> if the .gz extension is not submitted on the command line. The
> postinst script however is generated, hence that could be a bug in
> dh_installinfo.

Perhaps.  I have been unable to duplicate the symptoms.  The postinst
content is indeed being generated by dh_installinfo, called this way:

dh_installinfo doc/gzip.info

No recent changes to that part of the packaging... so I'm not really
sure what the root cause of this problem might be.

Bdale



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



Bug#391895: xserver-xorg: incorrect display after X starts up (not always reproducible)

2007-06-16 Thread Vincent Lefevre
Hi Brice,

On 2007-06-16 16:56:57 +0200, Brice Goglin wrote:
> Does this problem about X sometimes giving an incorrect display after
> startup still occur nowadays? With latest xserver-xorg-core and drivers
> currently in unstable? If so, please send the output of
> /usr/share/bug/xserver-xorg/script 3>&1

I haven't had any problem for several months, but this doesn't mean
that the problem is fixed: I've been using the NVIDIA driver since
2006-10-20 (i.e. after I reported the bug). I'll have to do some
tests with the free driver (but not before Monday).

-- 
Vincent Lefèvre <[EMAIL PROTECTED]> - Web: 
100% accessible validated (X)HTML - Blog: 
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)



Bug#429060: seahorse-agent crashes when making a new ssh connection

2007-06-16 Thread Josselin Mouette
Le vendredi 15 juin 2007 à 18:48 +0200, Stefan Schoenleitner a écrit :
> Package: seahorse
> Version: 1.0.1-5
> Severity: grave
> 
> --- Please enter the report below this line. ---
> I'm on unstable and after upgrading seahorse, the seahorse-agent crashes if a
> new ssh connection is made.
> 
> 
> # ssh 
> [EMAIL PROTECTED]'s password:
> ...
> Last login: Fri Jun 15 18:01:50 2007
> 
> After that bug-buddy comes up and informs that seahorse-agent has crashed.
> 
> A more detailed report can be found here:
> http://bugzilla.gnome.org/show_bug.cgi?id=447931


Did it happen only right after upgrading, or is it always happening now
since the upgrade?

In the former case, please tell us what version you were upgrading from
(you can see that in /var/log/dpkg.log). In the latter case, please try
to obtain a better backtrace by installing the relevant debugging
libraries (and if possible rebuilding seahorse itself with debugging
symbols as explained in http://wiki.debian.org/HowToGetABacktrace).

Cheers,
-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#428565: xchat-gnome: the notification module fails

2007-06-16 Thread Sven Arvidsson
On Tue, 2007-06-12 at 18:47 +0200, giggz wrote:
> When I launch xchat-gnome, enable the notification module, this one
> appears in the notification area! then I quit xchat-gnome and when I
> launch it again...no more notification module... :'( I don't have any
> warning or error...

I can almost reproduce this, what happens for me is that the list of the
plugins does not show if they are enabled or disabled until I try to
connect. Does this happen for you too?

Also, make sure that the notification plugin is set to "Always display"
just to be sure, otherwise you'll only get the notification icon on
events.

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


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


Bug#429307: bacula-doc: vertical bars are horizontal in pdf

2007-06-16 Thread Ross Boylan
Package: bacula-doc
Version: 2.0.3-1
Severity: minor

P. 150 and later refer to vertical bars, but in the text (as opposed
to the examples) they appear as horizontal bars.  This gets
particularly confusing in the discussion of the vertical bar preceded
by a backslash (p 151): is the intent to say "\-|" or "\|"?  Almost
certainly the latter.


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

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

Versions of packages bacula-doc depends on:
ii  bacula-common 2.0.3-4Network backup, recovery and verif

bacula-doc recommends no packages.

-- no debconf information


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



Bug#326563: xserver-xorg: XVideo playback is unreliable with via driver

2007-06-16 Thread Brice Goglin
Hi,

About 2 years ago, you reported a bug to the Debian BTS regarding Xvideo
playback being unreliable with the via driver. Did you reproduce this
problem recently? With Xorg/Etch? With latest xserver-xorg-core and
drivers in unstable? If not, I will close this bug in the next weeks.

Thanks,
Brice



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



Bug#320653: [nv] XVideo output fails at 1800x1440, works at 1600x1200 (BadAlloc 141)

2007-06-16 Thread Brice Goglin
Hi,

About 2 years ago, you reported a bug to the Debian BTS regarding XVideo
not working in 1800x1440 on the nv driver.
Did you reproduce this problem recently? With Xorg/Etch? With latest
xserver-xorg-core and driver in unstable? If not, I will close this bug
in the next weeks.

Thanks,
Brice



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



Bug#319984: xserver-xorg: Aiptek driver doesn't throw proximity out events

2007-06-16 Thread Brice Goglin
Hi,

About 2 years ago, you reported a bug to the Debian BTS regarding the
aiptek driver not reporting proximity out events. Did you reproduce this
problem recently? With Xorg/Etch? With latest xserver-xorg-core and
driver in unstable? If not, I will close this bug in the next weeks.

Thanks,
Brice



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



Bug#429305: powertop: new upstream version available - 1.6

2007-06-16 Thread Krzysztof Burghardt
Package: powertop
Version: 1.5-2
Severity: normal

There is new upstream version - 1.6:
 http://www.linuxpowertop.org/download/powertop-1.6.tar.gz

Please update Debian package.

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

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

Versions of packages powertop depends on:
ii  libc6 2.5-9+b1   GNU C Library: Shared libraries
ii  libncursesw5  5.6-3  Shared libraries for terminal hand

powertop recommends no packages.

-- no debconf information


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



Bug#426939: split acpi-support into more than one package

2007-06-16 Thread Bart Samwel

Hi Martin,

> don't kill me, instead split acpi-support into acpi-support-ibm,
> acpi-support-toshiba, … please? :)

Sorry, I think I have to refuse this one (without killing you ;-) ). 
There are various reasons for not wanting this:


* The acpi-support package is intended to contain a library that 
associates laptop models and the required package behaviours. Many of 
the behaviours are not as clear-cut as "toshiba" vs. "ibm" versus "dell" 
versus "asus".


* apt cannot detect the specific laptop model, this detection is left to 
acpi-support. Therefore, acpi-support *must* be able to support all 
laptops out-of-the-box, *or* it must detect the laptops and install the 
additional packages automatically. But this would again require 
knowledge about the existing laptop models in the core package, which 
would defeat the entire purpose of splitting the package up!


* The split would yield a lot of *very* small packages, consisting only 
of a couple of settings and a tiny number of config files. This is 
probably overkill.


All in all, I think these are enough reasons to not want this. If you 
come up with a compelling case you can still change my mind of course, 
but for now I'm considering this a "wontfix".


Cheers,
Bart



Bug#429306: freejava-sdk: unmet Recommends on libgnujaxp-java

2007-06-16 Thread Luk Claes

Package: freejava-sdk
Severity: important
Version: 1.0-1
User: [EMAIL PROTECTED]
Usertag: goal-recommends

Hi

Your package recommends libgnujaxp-java which is not available (anymore) in 
unstable.


Cheers

Luk


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



Bug#426939: split acpi-support into more than one package

2007-06-16 Thread Raphael Hertzog
On Sat, 16 Jun 2007, Bart Samwel wrote:
> All in all, I think these are enough reasons to not want this. If you 
> come up with a compelling case you can still change my mind of course, 
> but for now I'm considering this a "wontfix".

FWIW, I agree.

Bart, BTW I receive the discussion on bug reports via the PTS so you don't
need to put me in copy (unless you really want special attention from me).
I guess it's the same for Loïc.

Cheers,
-- 
Raphaël Hertzog

Premier livre français sur Debian GNU/Linux :
http://www.ouaza.com/livre/admin-debian/



Bug#429302: eagle-usb-data: unmet Recommends on eagle-usb-modules

2007-06-16 Thread Luk Claes

Package: eagle-usb-data
Severity: important
Version: 2.1.1-3
User: [EMAIL PROTECTED]
Usertag: goal-recommends

Hi

Your package recommends eagle-usb-modules which is not available (anymore) on 
unstable.


Cheers

Luk


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



Bug#429273: syslog-ng fails to create pid file on boot

2007-06-16 Thread David Geier
Hi,

here is the information you asked for (as you can see, /var is part of the 
root partition ;-)):

/etc/fstab:

/dev/hda1 /mnt/hda1 vfat noauto,users,exec 0  0
/dev/hda2 /mnt/hda2 vfat noauto,users,exec 0  0
/dev/hda6  /  ext3  defaults,errors=remount-ro  0  1
/dev/hda5  none  swap  sw  0  0
proc  /proc  proc  defaults  0  0
sysfs /sys sysfs rw,nosuid,nodev,noexec 0  0
/dev/hdb  /dvdrom  iso9660  defaults,ro,users,noexec,noauto  0  0
/dev/hdc  /cdrom  iso9660  defaults,ro,users,noexec,noauto  0  0
/dev/pktcdvd/0 /mnt/cdrw udf sync,noauto,noatime,rw,users 0  0
/dev/sda1 /mnt/usbstick auto sync,noauto,users,exec 0  0

/proc/mounts:

rootfs / rootfs rw 0 0
none /sys sysfs rw,nosuid,nodev,noexec 0 0
none /proc proc rw,nosuid,nodev,noexec 0 0
udev /dev tmpfs rw 0 0
/dev/root / ext3 rw,data=ordered 0 0
/dev/root /dev/.static/dev ext3 rw,data=ordered 0 0
tmpfs /lib/init/rw tmpfs rw,nosuid 0 0
usbfs /proc/bus/usb usbfs rw,nosuid,nodev,noexec 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
devpts /dev/pts devpts rw,nosuid,noexec 0 0

Directory listing:

/etc/rc2.d/K00aumix
/etc/rc2.d/K00bootsplash
/etc/rc2.d/K00clamav-daemon
/etc/rc2.d/K00smartmontools
/etc/rc2.d/K00ssh
/etc/rc2.d/K00winbind
/etc/rc2.d/S05vbesave
/etc/rc2.d/S10syslog-ng
/etc/rc2.d/S12samba
/etc/rc2.d/S12sl-modem-daemon
/etc/rc2.d/S20acpid
/etc/rc2.d/S20bootclean
/etc/rc2.d/S20cpufrequtils
/etc/rc2.d/S20cupsys
/etc/rc2.d/S20dbus
/etc/rc2.d/S20firestarter
/etc/rc2.d/S20gpm
/etc/rc2.d/S20i8kbuttons
/etc/rc2.d/S20i8kmon
/etc/rc2.d/S20lirc
/etc/rc2.d/S20lisa
/etc/rc2.d/S20makedev
/etc/rc2.d/S20openbsd-inetd
/etc/rc2.d/S20powernowd
/etc/rc2.d/S20udftools
/etc/rc2.d/S20xprint
/etc/rc2.d/S89cron
/etc/rc2.d/S99acpi-support
/etc/rc2.d/S99cups
/etc/rc2.d/S99kdm
/etc/rc2.d/S99rc.local
/etc/rc2.d/S99rmnologin
/etc/rc2.d/S99stop-bootlogd
/etc/rc2.d/S99timidity

Regards,
David


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



Bug#429030: libmarc-charset-perl

2007-06-16 Thread Niko Tyni
On Fri, Jun 15, 2007 at 09:53:45PM +0200, gregor herrmann wrote:
> On Fri, 15 Jun 2007 22:04:08 +0300, Niko Tyni wrote:

> > The problem is that libmarc-charset-perl contains architecture-dependent
> > SDBM files but is Architecture:all. 

> > The obvious fix is to switch to Architecture:any. I believe this should
> > be fixed in stable too.

Now that I think of it, the SDBM files also need to be installed under
/usr/lib instead of /usr/share . The easiest way to do that is to
force everything to /usr/lib/perl5:

% perl Makefile.PL INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5

The alternative is to install the SDBM files into a separate
directory, eg.  /usr/lib/libmarc-charset-perl, and add symlinks under
/usr/share/perl5. This should give a cleaner result, as the files don't
really belong under either of the perl5 directories.

> Sounds reasonable.
> Can you image to fix this bug; I'm not totally sure how to go about
> changing the version in stable ...

The procedure is given in the Developer's Reference, section 5.5.1. 
The important thing is getting approval from debian-release before
uploading. I suppose we should use something like branches/etch for
this in the SVN repository.

I hope I can find the time to prepare uploads tomorrow night, but 
I'm quite happy if somebody else wants to take it over from here :)

Cheers,
-- 
Niko Tyni   [EMAIL PROTECTED]


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



Bug#429296: usplash-theme-debian should include a 1280x1024 version

2007-06-16 Thread Julian Andres Klode
Package: usplash-theme-debian
Version: 2
Severity: wishlist

Please include an image with resolution 1280x1024 in usplash-theme-debian.
This looks better, if /etc/usplash.conf gets generated with xres=1280 and 
yres=1024.

PS: I am using a backported version on Etch

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

Versions of packages usplash-theme-debian depends on:
ii  libc62.3.6.ds1-13GNU C Library: Shared libraries
ii  usplash  0.4-43-3~etch.1 Userspace bootsplash utility

usplash-theme-debian recommends no packages.

-- no debconf information

-- 
Julian Andres Klode

IRC Nickname:   juliank (Debian/OFTC)
Fellow of FSFE: https://www.fsfe.org/en/fellows/jak (No. 1049)
Debian Wiki:http://wiki.debian.org/JulianAndresKlode
Packages Overv: http://qa.debian.org/[EMAIL PROTECTED]



signature.asc
Description: OpenPGP digital signature


Bug#429301: education-astronomy: unmet Recommends on stars

2007-06-16 Thread Luk Claes

Package: education-astronomy
Severity: important
Version: 0.815
User: [EMAIL PROTECTED]
Usertag: goal-recommends

Hi

Your package recommends stars which is not available in unstable anymore.

Cheers

Luk


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



Bug#429304: gnochm: unmet Recommends on python-cjkcodecs

2007-06-16 Thread Luk Claes

Package: gnochm
Severity: important
Version: 0.9.8-1.1
User: [EMAIL PROTECTED]
Usertag: goal-recommends

Hi

Your package recommends python-cjkcodecs which is not available (anymore) in 
unstable.


Cheers

Luk


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



Bug#429297: swi-prolog isn't in etch. why docs?

2007-06-16 Thread Joseph Neal
Package: swi-prolog-doc
Version: 5.6.17-1
Severity: normal

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

When the other swi-prolog packages were removed from etch, the docs stuck 
around.

Is this a bug or just annoying?


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



Bug#429303: python-feedparser: unmet Recommends on python-iconvcodec

2007-06-16 Thread Luk Claes

Package: python-feedparser
Severity: important
Version: 4.1-7
User: [EMAIL PROTECTED]
Usertag: goal-recommends

Hi

Your package recommends python-iconvcodec which is not available (anymore) in 
unstable.


Cheers

Luk


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



Bug#427198: binNMU for vflib3 due to #426006

2007-06-16 Thread Lior Kaplan

Hi,

As libkpathsea-dev dropped the .la file (see #426006), it will cause 
other packages to create a different .la files them selves. Example from 
a rebuilt vflib3-dev:


--- /usr/lib/libVFlib3.la   2006-10-28 11:37:04.0 +0100
+++ debian/vflib3-dev/usr/lib/libVFlib3.la  2007-06-16 
21:16:39.0 +0100

@@ -14,7 +14,7 @@
 old_library='libVFlib3.a'

 # Libraries that this one depends upon.
-dependency_libs=' /usr/lib/libttf.la /usr/lib/libt1.la 
/usr/lib/libkpathsea.la -L/usr/lib -lnsl -lm'
+dependency_libs=' /usr/lib/libttf.la /usr/lib/libt1.la -lkpathsea 
-L/usr/lib -lnsl -lm'


 # Version information for libVFlib3.
 current=9

Thanks.

--
Kaplan


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



Bug#429300: bluez-utils: unmet Recommends on bluez-passkey-gnome

2007-06-16 Thread Luk Claes

Package: bluez-utils
Severity: important
Version: 3.7-1
User: [EMAIL PROTECTED]
Usertag: goal-recommends

Hi

Your package recommends bluez-passkey-gnome which is not available in main.

Cheers

Luk


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



Bug#429299: bzr-builddeb: Dies with Python traceback

2007-06-16 Thread Mark Brown
Package: bzr-builddeb
Version: 0.16.2
Severity: important

When invoked with no arguments in a clean checkout of revision 36 of

  http://bzr.debian.org/bzr/pkg-nis/nis/debian

bzr-buildpackage dies with a Python traceback, apparently due to trying to
parse one of the historical changelog entries at the foot of the NIS
changelog which are in a non-standard format.

This isn't a great feature of the source package but none of the other
Debian tools mind and there's no need for the program to be parsing these
historical entries.  Obviously the error reporting for the parse error isn't
ideal either.

$ bzr-buildpackage 
Building branch from revision [EMAIL PROTECTED]
bzr: ERROR: debian_bundle.changelog.ChangelogParseError: Could not parse 
changelog: * nis-1.20-2 Tue Jul  2 11:28:30 MET DST 1996

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/bzrlib/commands.py", line 718, in 
run_bzr_catch_errors
return run_bzr(argv)
  File "/usr/lib/python2.4/site-packages/bzrlib/commands.py", line 679, in 
run_bzr
ret = run(*run_argv)
  File "/usr/lib/python2.4/site-packages/bzrlib/commands.py", line 375, in 
run_argv_aliases
return self.run(**all_cmd_args)
  File "/usr/lib/python2.4/site-packages/bzrlib/plugins/builddeb/__init__.py", 
line 223, in run
(changelog, larstiq) = find_changelog(t, merge)
  File "/usr/lib/python2.4/site-packages/bzrlib/plugins/builddeb/util.py", line 
116, in find_changelog
changelog = Changelog(contents)
  File "/var/lib/python-support/python2.4/debian_bundle/changelog.py", line 
226, in __init__
raise ChangelogParseError(line)
ChangelogParseError: Could not parse changelog: * nis-1.20-2 Tue Jul  2 
11:28:30 MET DST 1996

bzr 0.17.0candidate1 on python 2.4.4.final.0 (linux2)
arguments: ['/usr/bin/bzr', 'builddeb']

** please send this report to [EMAIL PROTECTED]

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

Kernel: Linux 2.6.21-1-powerpc
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 bzr-builddeb depends on:
ii  bzr   0.17~rc1-1 Bazaar, the next-generation distri
ii  dpkg-dev  1.14.4 package building tools for Debian
ii  fakeroot  1.7.1  Gives a fake root environment
ii  python2.4.4-6An interactive high-level object-o
ii  python-central0.5.14 register and build utility for Pyt
ii  python-deb822 0.3Read and manipulate RFC822-like fi
ii  python-debian 0.1.2  python modules to work with Debian

bzr-builddeb recommends no packages.

-- no debconf information


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



Bug#429202: icedove: Certificate list is empty

2007-06-16 Thread Alexander Sack - Debian Bugmail
On Sat, Jun 16, 2007 at 11:53:54AM +0200, Laurent Grawet wrote:
> Package: icedove
> Version: 2.0.0.0-4
> Severity: normal
> 
> Hi,
> 
> Certificate list is empty (ca-certificates-20070303 installed).

the ca-certificates package is not (yet) considered by iceapps ... can
you show me a screenshot of the list you refer to?


 - Alexander

-- 
 GPG messages preferred.   |  .''`.  ** Debian GNU/Linux **
 Alexander Sack| : :' :  The  universal
 [EMAIL PROTECTED]   | `. `'  Operating System
 http://www.asoftsite.org  |   `-http://www.debian.org/


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



Bug#429298: ttf-kannada-fonts: Kedage is missing glyph for U+25CC

2007-06-16 Thread Samuel Thibault
Package: ttf-kannada-fonts
Version: 1:0.4.9
Severity: normal

Hi,

In gucharmap with the Kedage font, U+0CBE shows an ugly U+25CC box
instead of a dotted circle.  According to Microsoft:
http://www.microsoft.com/typography/OpenTypeDevGlyphs.mspx#complex
the font should provide it.

Samuel

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

Kernel: Linux 2.6.21
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages ttf-kannada-fonts depends on:
ii  defoma   0.11.10-0.1 Debian Font Manager -- automatic f

ttf-kannada-fonts recommends no packages.

-- no debconf information

-- 
Samuel Thibault <[EMAIL PROTECTED]>
What's this script do?
unzip ; touch ; finger ; mount ; gasp ; yes ; umount ; sleep
Hint for the answer: not everything is computer-oriented. Sometimes you're
in a sleeping bag, camping out.
(Contributed by Frans van der Zande.)


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



Bug#429294: fontconfig: missing man pages for /usr/bin/fc-*

2007-06-16 Thread Norman Ramsey
Package: fontconfig
Version: 2.4.2-1.2
Severity: normal

There are no man pages for the commands in /usr/bin/fc-*.
The old (resolved) bug # 370706 may be relevant.

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

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

Versions of packages fontconfig depends on:
ii  defoma   0.11.10-0.1 Debian Font Manager -- automatic f
ii  fontconfig-config2.4.2-1.2   generic font configuration library
ii  libc62.5-9+b1GNU C Library: Shared libraries
ii  libexpat11.95.8-3.4  XML parsing C library - runtime li
ii  libfontconfig1   2.4.2-1.2   generic font configuration library
ii  libfreetype6 2.2.1-6 FreeType 2 font engine, shared lib
ii  zlib1g   1:1.2.3-15  compression library - runtime

fontconfig recommends no packages.

-- debconf information:
* fontconfig/rendering_type: Subpixel rendering (LCD screens)
  fontconfig/subpixel_rendering: Automatic
  fontconfig/enable_bitmaps: false
  fontconfig/hinting_type: Native


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



Bug#429293: ITP: libset-scalar-perl -- set for scalar operations

2007-06-16 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: wnpp
Severity: wishlist
Owner: Jose Luis Rivas <[EMAIL PROTECTED]>


* Package name: libset-scalar-perl
  Version : 1.20
  Upstream Author : Jarkko Hietaniemi <[EMAIL PROTECTED]>
* URL : http://search.cpan.org/dist/Set-Scalar/
* License : GPL/Artistic
  Programming Lang: Perl
  Description : set for scalar operations

 This perl module set scalar operations as creating, modying,
 displaying, deriving, comparing, etc.
 .
 This module provides: Set::Scalar::Base, Set::Scalar::Null,
 Set::Scalar::Real, Set::Scalar::Universe, Set::Scalar::Valued,
 Set::Scalar::ValuedUniverse, Set::Scalar::Virtual.
 .
  Homepage: http://search.cpan.org/dist/Set-Scalar/
- --

ghostbar on Linux/Debian 'sid' i686 - #382503
Weblog: http://ghostbar.ath.cx/ - http://linuxtachira.org
http://debian.org.ve - irc.debian.org #debian-ve #debian-devel-es
San Cristóbal, Venezuela. http://chaslug.org.ve
Fingerprint = 3E7D 4267 AFD5 2407 2A37  20AC 38A0 AD5B CACA B118
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGdETnOKCtW8rKsRgRAjjxAJ9QfjoiXduRtUq7qTE/dO9GldYjpwCfay09
L+ZxKGfXDfbFmtV9hxAa4B0=
=ZbQR
-END PGP SIGNATURE-


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



Bug#379565: client option to set default gw

2007-06-16 Thread Alberto Gonzalez Iniesta
On Mon, Jul 24, 2006 at 11:19:45AM +0100, martin f krafft wrote:
> Package: openvpn
> Version: 2.0.6-2
> Severity: wishlist
> 
> For certain configurations, it definitely makes sense to have the
> OpenVPN "Server" enforce the default gateway on "Clients". However,
> that's not always the case, and so far I've only ever encountered
> situations where the client wanted to have the default route via the
> tunnel set some but not all of the time.
> 
> Thus, I would suggest to add an option to the client configuration
> that would automatically configure the routing table to route via
> the tunnel is specified.


Isn't that '--redirect-gateway'? You may specify it in the clients,
instead of pushing it from the server.

Regards,

Alberto


-- 
Alberto Gonzalez Iniesta| Formación, consultoría y soporte técnico
agi@(inittab.org|debian.org)| en GNU/Linux y software libre
Encrypted mail preferred| http://inittab.com

Key fingerprint = 9782 04E7 2B75 405C F5E9  0C81 C514 AF8E 4BA4 01C3



Bug#396847: also interested

2007-06-16 Thread Jack Bates
I'm also interested in this package, is it available to online somewhere
to try?

Thanks, Jack


signature.asc
Description: Digital signature


  1   2   3   4   >