Bug#293643: my chance

2006-04-29 Thread Scott
Hi there lovely,
I was searching the net few days ago. I am new to athis thing.
and saw your profile. I decided to email you cause I found 
you attractive. I might come down to your city in few weeks.
Let me know if we can meet each other in person.
I am attractive girl. I am sure you won't regret it.
Reply to my personal email at [EMAIL PROTECTED]




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



Bug#365315: missing directory after x-ttcidfont-config update?

2006-04-29 Thread Francesco Paolo Lovergine
Package: defoma
Version: 0.11.8-0.1
Severity: important

This is after the recent x-ttcidfont-conf update. After this tt fonts are 
missing in xlsfonts
and unusable in programs like xterm for instance.
Not sure if this needs to be reassigned to x-ttcidfont-conf or defoma needs 
some update...


(frankie:~)$ sudo defoma-reconfigure
Updating font configuration of fontconfig...
Cleaning up category cid..
Cleaning up category truetype..
Cleaning up category type1..
Updating category type1..
Updating category truetype..
Updating category cid..
Updating font configuration of gs...
Cleaning up category psprint..
Cleaning up category cmap..
Cleaning up category cid..
Cleaning up category truetype..
Cleaning up category gsfontderivative..
Cleaning up category type3..
Cleaning up category type1..
Updating category type1..
Updating category type3..
Updating category gsfontderivative..
Updating category truetype..
Updating category cid..
Updating category cmap..
Updating category psprint..
Updating font configuration of libwmf0.2-7...
Cleaning up category type1..
Cleaning up category truetype..
Updating category truetype..
Updating category type1..
Updating font configuration of pango...
Cleaning up category xfont..
Updating category xfont..
Updating font configuration of psfontmgr...
Cleaning up category postscript..
Cleaning up category xfont..
Cleaning up category type1..
Cleaning up category pspreview..
Updating category pspreview..
Updating category type1..
Updating category xfont..
Updating category postscript..
Updating font configuration of x-ttcidfont-conf...
Cleaning up category cmap..
Cleaning up category cid..
Cleaning up category truetype..
Updating category truetype..
Updating category cid..
Updating category cmap..
opendir: No such file or directory



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages defoma depends on:
ii  dialog1.0-20060221-1 Displays user-friendly dialog boxe
ii  file  4.17-1 Determines file type using "magic"
ii  perl  5.8.8-4Larry Wall's Practical Extraction 
ii  whiptail  0.52.2-4   Displays user-friendly dialog boxe

Versions of packages defoma recommends:
ii  libft-perl1.2-16 Perl module for the FreeType libra

-- no debconf information


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



Bug#365314: CVE-2006-2016: multiple xss vulnerabilities in phpldapadmin

2006-04-29 Thread Stefan Fritsch
Package: egroupware-phpldapadmin
Severity: important
Tags: security

CVE-2006-2016:
Multiple cross-site scripting (XSS) vulnerabilities in phpLDAPadmin
0.9.8 and earlier allow remote attackers to inject arbitrary web
script or HTML via the (1) dn parameter in (a) compare_form.php, (b)
copy_form.php, (c) rename_form.php, (d) template_engine.php, and (e)
delete_form.php; (2) scope parameter in (f) search.php; and (3)
Container DN, (4) Machine Name, and (5) UID Number fields in (g)
template_engine.php.

See: 
http://pridels.blogspot.com/2006/04/phpldapadmin-multiple-vuln.html


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



Bug#365313: CVE-2006-2016: multiple xss vulnerabilities in phpldapadmin

2006-04-29 Thread Stefan Fritsch
Package: phpldapadmin
Severity: important
Tags: security

CVE-2006-2016:
Multiple cross-site scripting (XSS) vulnerabilities in phpLDAPadmin
0.9.8 and earlier allow remote attackers to inject arbitrary web
script or HTML via the (1) dn parameter in (a) compare_form.php, (b)
copy_form.php, (c) rename_form.php, (d) template_engine.php, and (e)
delete_form.php; (2) scope parameter in (f) search.php; and (3)
Container DN, (4) Machine Name, and (5) UID Number fields in (g)
template_engine.php.

See: 
http://pridels.blogspot.com/2006/04/phpldapadmin-multiple-vuln.html


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



Bug#325877: Feedback Sought: RAID mdadm support for Mondo Rescue

2006-04-29 Thread Andree Leidenfrost
Hi Bruno,

Please find attached a patch that implements mdadm support whilst fully
retaining raidtools2 support. With the changes detailed in the patch, I
have just successfully archived and restored a RAID1 and a RAID0 array
consisting of two drives each on Debian sid amd64, but I expect all
Linux distribution with mdadm to work as well (famous last words ;-) ).

A few notes and remarks:

After much going back and forth I have decided to extend what is already
there rather than recode much of the RAID functionality. The reasons are
mainly that I have only limited time and wanted results rather sooner
than later but even more so that I didn't want to change the raidtools2
side of things because I can't/won't test this and I didn't want to
spend any effort on raidtools2 because it's officially deprecated (cf.
http://people.redhat.com/mingo/raidtools/).

With this said, the patch utilises existing capabilities for
parsing /proc/mdstat and for reading and writing /etc/raidtab. mdadm
works without a config file and even 'mdadm --detail --scan --verbose'
does not give all the (relevant) information that can be gathered from
mdstat. I could have come up with a new file (format), but I think
raidtab is fine (it shouldn't be in /etc really). I am introducing a new
function create_raid_device_via_mdadm() that will create a single RAID
array using mdadm and that gets called in format_device() in case mkraid
cannot be found. Same goes for 'mdadm -S' versus raidstop. An equivalent
for raidstart is not really required as 'mdadm --create' starts the
array straight away.

There are limitations (pre-existing, not introduced by my changes):
- chunk size is hard coded to 4k
- spare devices are ignored
- the parity algorithm is ignored
- multipath is not supported

To overcome these limitations, I will need to change some data
structures and expand the mdstat parser - in fact, I have already
written an experimental stand-alone parser for this purpose. I'm not
sure whether multipath is worth it; it is not even really a RAID level.

Further, I had to include a few more modules for RAID in mindi and init
needed a little change.

Finally, device mapper is not supported. I understand you are working on
this, so I haven't looked into it.

It would be great if you could let me know what you think, in particular
whether you'd be sufficiently happy for this to go into the next stable
version.

Cheers,
Andree
-- 
Andree Leidenfrost
Sydney - Australia



RAIDpatch#325877v1.tar.gz
Description: Binary data


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


Bug#365101: debian-installer: No support for initrd-based kernels (stable!)

2006-04-29 Thread Olaf Mandel
Tags 365101 fixed

Quoting Frans Pop <[EMAIL PROTECTED]>:

> On Thursday 27 April 2006 18:19, Olaf Mandel wrote:
-Snipp-
>
> Please try a current daily build.
>

Done,

installing stable from a USB-stick to a i386 machine works with these
versions:

http://people.debian.org/~joeyh/d-i/images/2006-04-28/hd-media/boot.img.gz
http://cdimage.debian.org/cdimage/daily-builds/daily/20060427/i386/iso-cd/debian-testing-i386-businesscard.iso

Thanks,
Olaf Mandel




Bug#365316: kaudiocreator: Missing dependency on libkcddb1

2006-04-29 Thread Christian Marillat
Package: kaudiocreator
Version: 4:3.5.2-2+b1
Severity: grave
Justification: renders package unusable

Hi,

When I launch kaudiocreator :

kaudiocreator: error while loading shared libraries: libkcddb.so.1: cannot open 
shared object file: No such file or directory

Installing libkcddb1 solve this problem.


Christian

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (900, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages kaudiocreator depends on:
ii  kdelibs4c2a 4:3.5.2-2+b1 core libraries for all KDE applica
ii  kdemultimedia-kio-plugins   4:3.5.2-2+b1 enables the browsing of audio CDs 
ii  libartsc0   1.5.2-1  aRts sound system C support librar
ii  libasound2  1.0.11-3 ALSA library
ii  libc6   2.3.6-7  GNU C Library: Shared libraries
ii  libgcc1 1:4.1.0-1+b1 GCC support library
ii  libglib2.0-02.10.2-2 The GLib library of C routines
ii  libqt3-mt   3:3.3.6-2Qt GUI Library (Threaded runtime v
ii  libstdc++6  4.1.0-1+b1   The GNU Standard C++ Library v3

Versions of packages kaudiocreator recommends:
pn  flac   (no description available)
ii  vorbis-tools  1.1.1-5several Ogg Vorbis tools

-- no debconf information


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



Bug#362722: please rebuild it again

2006-04-29 Thread Hongzheng Wang

Hi,

It seems that a new typo appears in the up to date package of
libfontenc1.  The correct path, mentioned by Daniel Stone and Xin Liu,
is `${datadir}/fonts/X11/encodings', not the current one in the rules
`${datadir}/fonts/X11/fonts/encodings'.  The duplicated `font' should
be omitted.

Please rebuild it soon.  Thanks.

--
Hongzheng Wang



Bug#365318: mozilla-firefox-adblock: should be named 'firefox-adblock'

2006-04-29 Thread M Jared Finder
Package: mozilla-firefox-adblock
Severity: normal

I think the subject is self explanitory. ;)

  -- MJF

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


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



Bug#365319: installation-guide: install-methods.po

2006-04-29 Thread Clytie Siddall

Package: installation-guide
Version:
Severity: minor
Tags: l10n, patch

Here are some typos etc. from the file install-methods.po
___

1.
.po:29
reference:  ⑤   install-methods.xml:263
flag:   ⑤   no-c-format
auto:   ⑤   Tag: para
Original:	⌘0	If you can't boot (IPL) from the CD-ROM and you are not  
using VM you need to create an IPL tape first. This is described in  
section 3.4.3 in the http://www.redbooks.ibm.com/pubs/ 
pdfs/redbooks/sg246264.pdf\"> Linux for IBM eServer zSeries and S/ 
390: Distributions Redbook. The files you need to write to  
the tape are (in this order): kernel.debian,  
parmfile.debian and initrd.debianfilename>. The files can be downloaded from the tapefilename> sub-directory, see ,


This para. ends with a comma. Is that correct?


2.
po:32
reference:  ⑤   install-methods.xml:293
flag:   ⑤   no-c-format
auto:   ⑤   Tag: para
Original:	⌘0	Floppy disk booting reportedly fails on Mac USB floppy  
drives.


.po:33
reference:  ⑤   install-methods.xml:297
flag:   ⑤   no-c-format
auto:   ⑤   Tag: para
Original:	⌘0	Floppy disk booting is not supported on Amigas or 68k  
Macs.


In both these cases, I think you need to say:

- Floppy disk booting
+ Floppy-disk booting Debian

because other translators and users might read that, as I did, that  
these machines don't support booting from floppy disks _at all_.


And I know that's not true, because I've had 68k Macs, and you can  
boot the MacOS from floppies. In fact, in the early ones, you have  
to! The earlier ones didn't come with a CD-drive.


If you're using nouns as adjectives, i.e. to describe other nouns,  
it's best to use a hyphen to indicate that.


I have an orange juice-glass.
I have an orange-juice glass.


3.
po:35
reference:  ⑤   install-methods.xml:313
flag:   ⑤   no-c-format
auto:   ⑤   Tag: para
Original:	⌘0	There are different techniques for creating floppies  
from disk images, which depend on your platform. This section  
describes how to create floppies from disk images on different  
platforms.


You're saying the same thing twice, here.

- This section describes how to create floppies from disk images on  
different platforms.

+ This section describes some of these platform-specific techniques.


4.
po:67
reference:  ⑤   install-methods.xml:586
flag:   ⑤   no-c-format
auto:   ⑤   Tag: para
Original:	⌘0	For preparing the USB stick you will need a system  
where GNU/Linux is already running and where USB is supported. You  
should ensure that the usb-storage kernel module is loaded  
(modprobe usb-storage) and try to find out  
which SCSI device the USB stick has been mapped to (in this example  
/dev/sda is used). To write to your stick, you  
will probably have to turn off its write protection switch.


- For preparing the USB stick you
+ To prepare the USB stick, you

- turn off its write protection switch.
+ disable its write protection switch.


5.
po:68
reference:  ⑤   install-methods.xml:596
flag:   ⑤   no-c-format
auto:   ⑤   Tag: para
Original:	⌘0	Note, that the USB stick should be at least 128 MB in  
size (smaller setups are possible if you follow copy-flexible\"/>).


- Note, that
+ Note that


6.
.po:80
reference:  ⑤   install-methods.xml:667
flag:   ⑤   no-c-format
auto:   ⑤   Tag: para
Original:	⌘0	Since most USB sticks come pre-configured with a single  
FAT16 partition, you probably won't have to repartition or reformat  
the stick. If you have to do that anyway, use cfdiskcommand> or any other partitioning tool for creating a FAT16  
partition and then create the filesystem using:


-  If you have to do that anyway, use cfdisk or  
any other partitioning tool for creating a FAT16 partition and then  
create the filesystem
+  If you have to do that anyway, use cfdisk or  
any other partitioning tool for creating a FAT16 partition, and then  
create the filesystem

OR
+  If you have to do that anyway, use cfdisk or  
any other partitioning tool to create a FAT16 partition, and then  
create the filesystem


These don't mean the same thing. The first + item means that the  
partitioning tools are _for_ creating FAT16 partitions, not that you  
are explictly supposed to do so. The second item says you are  
explicitly supposed to create that partition, using one of those  
tools. Currently, the meaning of the sentence is unclear.



7.
.po:96
reference:  ⑤   install-methods.xml:844
flag:   ⑤   no-c-format
auto:   ⑤   Tag: para
Original:	⌘0	Now you should put any Debian ISO image (businesscard,  
netinst or even a full one) onto your stick (if it fits). The file  
name of such an image must end in .iso.


- Now you should put any Debian ISO image
+ Now, put a Debian ISO image

The article "a" indicates any image you choose.

- The file name of such an image
+ The filename of this image


8.
po:125
reference:  ⑤   install-methods.xml:1046
flag:   ⑤   no-c-format
a

Bug#365317: lablgtk2: remove the dependency on OpenGL

2006-04-29 Thread Emmanuel Beffara
Package: lablgtk2
Severity: wishlist


It would be really nice to move the OpenGL part of LablGtk into a separate
package, so that the liblablgtk2 packages don't depend on them. In the current
state of things, installing liblablgtk2-ocaml-dev requires installing Mesa
libraries. Also, liblablgtk2-ocaml-dev depends on liblablgl-ocaml-dev, which
in turn requires Tcl/Tk development packages. On the whole, on my system with
an OpenGL-free Xorg 7 installed, installing lablgtk2 requires 52Mb of useless
dependencies.

I don't know if GtkGL support can be built into a package by itself, but maybe
providing two versions of the package, one with GL and one without, would be
enough.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-k7
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)


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



Bug#365308: Example of what happens when entering non ASCII characters in a select field

2006-04-29 Thread Christian Perrier
Attached is a snapshot of what's displayed when I enter "Christian
Périer" as user's full name in user-setup (I used full name rather
than login name so that I can see what happens later when the user is
created and whether the right encoding is used in what's passed ao useradd)).

Please note that "" is the code for "é" in ISO-8859-1. So it
barely seems that the keyboard input is interpreted as encoded in ISO
and not UTF-8.

If I alter run "debconf-get user-fullname" in VT2, I get "Christian
Périer" properly displayed (aka exactly what I entered)


-- 






broken-input.png
Description: PNG image


signature.asc
Description: Digital signature


Bug#365320: xscreensaver: [manual] Suggest to use -merge with xrdb call

2006-04-29 Thread Jari Aalto
Package: xscreensaver
Version: 4.24-3
Severity: minor

Manual reads

  CONFIGURATION

   If you change a setting in your X resource database,  or  if  you  want
   xscreensaver  to  notice  your  changes immediately instead of the next
   time it wakes up, then you will need to reload  your  .Xdefaults  file,
   and  then tell the running xscreensaver process to restart itself, like
   so:

xrdb < ~/.Xdefaults
xscreensaver-command -restart

Perhaps it would be better to suggest to use:

xrdb -merge < ~/.Xdefaults

Which would be more safer:

   -merge  This option indicates that the input should be merged and lexi-
   cographically  sorted  with,  instead of replacing, the current
   contents of the specified properties.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.12-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)

Versions of packages xscreensaver depends on:
ii  libatk1.0-0  1.11.4-1The ATK accessibility toolkit
ii  libc62.3.6-7 GNU C Library: Shared libraries
ii  libcairo21.0.4-2 The Cairo 2D vector graphics libra
ii  libfontconfig1   2.3.2-5.1   generic font configuration library
ii  libglade2-0  1:2.5.1-2   library to load .glade files at ru
ii  libglib2.0-0 2.10.2-1The GLib library of C routines
ii  libgtk2.0-0  2.8.17-1The GTK+ graphical user interface 
ii  libice6  1:1.0.0-3   X11 Inter-Client Exchange library
ii  libjpeg626b-12   The Independent JPEG Group's JPEG 
ii  libpam0g 0.79-3.1Pluggable Authentication Modules l
ii  libpango1.0-01.12.1-2Layout and rendering of internatio
ii  libsm6   1:1.0.0-4   X11 Session Management library
ii  libx11-6 2:1.0.0-6   X11 client-side library
ii  libxcursor1  1.1.5.2-5   X cursor management library
ii  libxext6 1:1.0.0-4   X11 miscellaneous extension librar
ii  libxfixes3   1:3.0.1.2-4 X11 miscellaneous 'fixes' extensio
ii  libxi6   1:1.0.0-5   X11 Input extension library
ii  libxinerama1 1:1.0.1-4   X11 Xinerama extension library
ii  libxml2  2.6.23.dfsg.2-3 GNOME XML library
ii  libxmu6  1:1.0.1-3   X11 miscellaneous utility library
ii  libxpm4  1:3.5.4.2-3 X11 pixmap library
ii  libxrandr2   2:1.1.0.2-4 X11 RandR extension library
ii  libxrender1  1:0.9.0.2-4 X Rendering Extension client libra
ii  libxt6   1:1.0.0-4   X11 toolkit intrinsics library
ii  libxxf86misc11:1.0.0-4   X11 XFree86 miscellaneous extensio
ii  libxxf86vm1  1:1.0.0-4   X11 XFree86 video mode extension l
ii  zlib1g   1:1.2.3-11  compression library - runtime

Versions of packages xscreensaver recommends:
pn  libjpeg-progs  (no description available)
pn  miscfiles | wordlist   (no description available)
ii  perl [perl5]  5.8.8-4Larry Wall's Practical Extraction 
ii  xloadimage4.1-16 Graphics file viewer under X11

-- no debconf information


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



Bug#365279: krusader: viewer crashes on special occasions

2006-04-29 Thread Frank Schoolmeesters

Hi Jiří,

Thanks for reporting this bug.
I can reproduce the crash with krusader current cvs (29 april 2006).
I'm afraid this is a kde issue, and not a krusader issue, the viewer uses a lot
of kde services.
The problem is that i currently can't produce a usefull backtrace,
that would provide us more info.

I'm using Debian Testing/Etch btw.

kind regards,

Frank Schoolmeesters
http://www.krusader.org

On 4/29/06, Jiří Paleček <[EMAIL PROTECTED]> wrote:

Package: krusader
Version: 1.70.0-1
Severity: normal

Hello,

I have found that krusader creashis when viewing a file with
different part than which was originally created for the tab.

To reproduce:

1. Open a directory in the viewer
To do this, you have to search for the name of the directory, then F3
2. Click on a file in the directory
3. Hit Esc - krusader crashes

Regards
Jiri Palecek
--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/





Bug#365321: star: typo in man page

2006-04-29 Thread Aleksey I Zavilohin
Package: star
Version: 1.5a67-1
Severity: wishlist


I think this typo

  STAR_FIFOSIZE_MAX
 Sets the maximum size of the FIFO (see also fs=# option).
 Setting STAR_FIFOSIZE_MAX in /etc/default/star allows  to
 overwrite  global values from backup scripts for machines
 with less memory.

>  archive0=

>  archive2=

  archive3=

  archive4=

  archive5=

  archive6=

  archive7=

>  archive0=
 Archive entries for the -[0..7] option.

I think list must start at
archive1
archive2
..
archive7
archive0

or

archive0
archive1
...
archive7

thanks

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (900, 'stable'), (500, 'testing'), (99, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages star depends on:
ii  libacl1   2.2.36-1   Access control list shared library
ii  libattr1  2.4.32-1   Extended attribute shared library
ii  libc6 2.3.6-7GNU C Library: Shared libraries

star recommends no packages.

-- debconf-show failed


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



Bug#325877: mdadm : wrong uuid on RAID root filesystem

2006-04-29 Thread Andree Leidenfrost
Salut Gaillaume,

I've finally started to work on mdadm support, in fact I've just send a
patch with explanations to #325877. (My main objective is to get this
into upstream, so I have to retain raidtools2 support.) Sorry it took so
long!

I do have two questions though, and it would be great if you could
answer them:

First, I noticed your patch explicitly zeroes the superblock in a
separate step before creating the RAID arrays. I have found that 'mdadm
--create --force --run' will ignore existing superblocks. Am I missing
anything here?

Second, you provide scripting for updating the uuid in intird images. I
can restore and on reboot the RAID arrays are started automatically
(using a stock 2.6.16 kernel), which is what I would expect. What is the
uuid update needed for?

Best regards & thanks a lot,
Andree
-- 
Andree Leidenfrost
Sydney - Australia



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


Bug#365275: tailor: baz import fails because of spurious command line option

2006-04-29 Thread Lele Gaifax

Teemu Ikonen wrote:

Import from arch repositories using baz fails, because baz does not like
the '-f' option to the 'missing' command (the option is implicitly included
in baz).

The attached patch prevents tailor from using this option with baz.


Thank you, I applied an equivalent fix. It will be in 0.9.22, that I 
will release over the weekend.


ciao, lele.


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



Bug#364834: quilt pop -a doesn't work if .pc is a symlink

2006-04-29 Thread Eugene Konev

On Thu, 27 Apr 2006 02:55:07 +0200
Martin Quinson wrote:

 MQ> Actually, unless I'm wrong, there is a lot much stuff broken if .pc is a
 MQ> symlink:

 MQ> [EMAIL PROTECTED]:/tmp$ mkdir D
 MQ> [EMAIL PROTECTED]:/tmp$ cd D/
 MQ> [EMAIL PROTECTED]:/tmp/D$ mkdir patches
 MQ> [EMAIL PROTECTED]:/tmp/D$ mkdir PC
 MQ> [EMAIL PROTECTED]:/tmp/D$ ln -s PC .pc
 MQ> [EMAIL PROTECTED]:/tmp/D$ quilt new AZE
 MQ> The working tree was created by an older version of quilt. Please
 MQ> run 'quilt upgrade'.
  ^

Will fix the issue :)

 MQ> I cannot even create a patch in such condition. Could you please give some
 MQ> more details on how you managed to use symlinked .pc so far?

And you can easily create symlink, if "patches" dir already initialized and
has patches in it. Xorg packages build system has been symlinking .pc
into stampdir for more than half a year.



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



Bug#201157: lintian should have a check for progs under /(s)bin using libs from /usr/lib

2006-04-29 Thread Russ Allbery
> lintian should have a check that gives an error if a program under
> /(s)bin uses a library under /usr/lib since this doesn't make sense.

Unfortunately, there's no way for lintian to check this since the
information in the binary itself only contains the SONAME, not the path to
the library.  It would need to know where in the file system those
libraries would install, which requires information from other packages
than the one being checked, which is therefore outside the scope of
lintian.

Tagged wontfix but kept around since the wontfix bugs against lintian are
largely a great collection of ideas for whole-archive checks that can use
more information than lintian has available to it.

-- 
Russ Allbery ([EMAIL PROTECTED])   


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



Bug#365322: tlsmgr regularly writes to /etc/postfix

2006-04-29 Thread Michael Tautschnig
Package: postfix
Version: 2.2.10-1

Due to 
tls_random_exchange_name = ${config_directory}/prng_exch
tlsmgr regularly writes /etc/postfix/prng_exch. I suggest using
/var/spool/postfix or something similar instead.

Regards,
Michael



signature.asc
Description: Digital signature


Bug#365324: please add pango markup support

2006-04-29 Thread Michal Čihař
Package: sdcv
Version: 0.4.1-1
Severity: wishlist
Tags: patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi

stardict format allows text to be in pango markup. However sdcv doesn't
handle this at all. There is upstream bug for this [1], where author
provided patch for this issue. As he doesn't plan to make new release
soon, could this patch be included in Debian package? I'm attaching
dpatch ready for inclusion in source package.

1. 
https://sourceforge.net/tracker/?func=detail&atid=694731&aid=1467316&group_id=122858

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


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

Versions of packages sdcv depends on:
ii  libc6   2.3.6-7  GNU C Library: Shared libraries
ii  libgcc1 1:4.1.0-1+b1 GCC support library
ii  libglib2.0-02.10.2-1 The GLib library of C routines
ii  libreadline55.1-7GNU readline and history libraries
ii  libstdc++6  4.1.0-1+b1   The GNU Standard C++ Library v3
ii  zlib1g  1:1.2.3-11   compression library - runtime

sdcv recommends no packages.

- -- no debconf information

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

iD8DBQFEUyP03DVS6DbnVgQRAmSmAKDee8bod6Mi82vTYT3xRtlIENoPugCdG35Y
W+v7YbNwkMJeOSOc+S9swqQ=
=PH0B
-END PGP SIGNATURE-


02_pango.dpatch
Description: application/shellscript


Bug#278026: Other bug

2006-04-29 Thread Vincent Lönngren
See also bug #364545
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=364545
-- 
Vincent Lönngren <[EMAIL PROTECTED]>



Bug#365323: typo in debian-policy

2006-04-29 Thread Miguel Gea Milvaques
Package: debian-policy
Version: 3.7.0.0
Severity: minor

In 10.9.1. The use of `dpkg-statoverride'
Says:
 "Care must be taken during upgrades to not iverride an existing setting."
And must say "override"

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

-- no debconf information


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



Bug#364545: Further investigation

2006-04-29 Thread Vincent Lönngren
It seems that when no server arguments are given in /etc/gdm/gdm.conf,
the default arguments include -dpi 96 instead of just leaving it up to
the xserver to decide the dpi. That means the only way to have the
xserver use the values of xorg.conf, or the values read from the
monitor, is to specify the arguments to the server and leave out -dpi.
The arguments need to be specified with 0=/path/to/X something -dpi 78
-something, and not with command= like earlier.

I think it's a bad thing that the default behaviour when there are no
specified arguments is to give a dpi value to the server. If I'm wrong
and this is indeed a good thing, then it should at least be more clearly
documented.

Since this is a gdm problem, I believe this bug report should be moved
to gdm.
-- 
Vincent Lönngren <[EMAIL PROTECTED]>



Bug#362857: ivtv-source: tarball should be /usr/src/ivtv.tar.bz2

2006-04-29 Thread Ian Campbell
severity minor
thanks

Thanks for your report.

Packages seem to use foo-source.tar.* vs foo.tar.* fairly arbitrarily. I
see a roughly one third to two thirds split[0].

If there is a general move towards probably dropping the -source then
I'll do it at some point but I don't have time right now. The tools
which use these things appear to handle either form fine.

Ian.

[0]
$ apt-file search /usr/src/ | egrep 'usr/src/[^/]+\.tar\..+$' | wc -l
72
$ apt-file search /usr/src/ | egrep 'usr/src/[^/]+-source\.tar\..+$' | wc -l
17
$ apt-file search /usr/src/ | egrep 'usr/src/[^/]+-modules\.tar\..+$' | wc -l
4
-- 
Ian Campbell

Afternoon, n.:
That part of the day we spend worrying about how we wasted the morning.


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


Bug#278026: New information

2006-04-29 Thread Vincent Lönngren
Some of the information in this bug report is no longer true. The
default dpi is no 96 instead of 75. More importantly, the syntax is no
"0=" rather than "command=".

Also, if no -dpi is given in the gdm.conf file, gdm will still pass the
-dpi 96 argument. That means the only way to have X use the DisplaySize
value of the xorg.conf file, or information from the screen, is to
specify the arguments in gdm.conf but to leave out -dpi. I think this
should be clearly documented, preferably in the gdm.conf file itself
since it doesn't even contain a "0=" line by default.
-- 
Vincent Lönngren <[EMAIL PROTECTED]>



Bug#364638: Invalid characters in short user name need reboot

2006-04-29 Thread Helmut Wollmersdorfer
[sorry for maybe breaking the thread reference, but gmane is not working 
for me at the moment]


Christian Perrier wrote:


[...] Does not handle non ASCII input properly



I'm first reassigning this to cdebconf even though I'm not sure this
really belongs to that package.


With my little knowledge of d-i source I assume it somewhere in 
SVN/packages/cdebconf/src/modules/frontend as the gtk-plugin does not 
have this behaviour.



Indeed, at any point in the installer, all non ASCII input in select
questions is unproperly handled.


You mean 'string questions'? In 'select questions' the non ASCII keys do 
not work too, but do not have a bad side-effect. E.g. in one of the last 
dialogs of the partitioner there is a choice in the German version 
beginning with a non ASCII 'Änderungen auf Platte schreiben' and jumping 
to this choice does not work by clicking the key 'ä' or 'Ä'.


HTH

Helmut Wollmersdorfer


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



Bug#364930: Didn't quite work for me...

2006-04-29 Thread Shai Berger
I just installed the package in an Etch system, and the installation just did 
not install a flush plugin. At first, I thought this had to do with the fact 
that I installed this package together with the browsers (mozilla-browser and 
firefox), and APT chose to install it first (so no browsers were installed 
when it was set up), so I reinstalled it alone, and still it did not install 
a plugin.

I only got a flash plugin installed after I manually ran the 
update-flashplugin command. There, too, I got no output saying it was doing 
something (I expect a program that goes out to the web to say something, 
like, where it's going to download stuff, and when the download is over 1MB, 
some progress indication), but when it was done, I did have a working flash 
plugin installed.


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



Bug#365325: dokuwiki: Call to undefined function: auth_getuserdata()

2006-04-29 Thread Guus Sliepen
Package: dokuwiki
Version: 0.0.20060309-3
Severity: important

After upgrading I noticed that some pages in the wiki I have set up did
not display anymore. The header would be shown, but the body and the
footer were missing. The error log from Apache showed the following:

[Sat Apr 29 10:33:30 2006] [error] [client 145.97.223.163] PHP Fatal
error:  Call to undefined function:  auth_getuserdata() in
/usr/share/dokuwiki/lib/plugins/content/syntax.php on line 117

Downgrading to 0.0.20050922-4 solved the problem.


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

Versions of packages dokuwiki depends on:
ii  debconf [debconf-2.0] 1.5.0  Debian configuration management sy
ii  php4  4:4.4.2-1  server-side, HTML-embedded scripti
ii  ucf   2.009  Update Configuration File: preserv

Versions of packages dokuwiki recommends:
ii  apache2-mpm-prefork [httpd-cg 2.0.55-4   traditional model for Apache2

-- debconf information excluded


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



Bug#364545: Further investigation

2006-04-29 Thread Michel Dänzer
reassign 364545 gdm
kthxbye

On Sat, 2006-04-29 at 10:19 +0200, Vincent Lönngren wrote:
> It seems that when no server arguments are given in /etc/gdm/gdm.conf,
> the default arguments include -dpi 96 instead of just leaving it up to
> the xserver to decide the dpi. That means the only way to have the
> xserver use the values of xorg.conf, or the values read from the
> monitor, is to specify the arguments to the server and leave out -dpi.
> The arguments need to be specified with 0=/path/to/X something -dpi 78
> -something, and not with command= like earlier.
> 
> I think it's a bad thing that the default behaviour when there are no
> specified arguments is to give a dpi value to the server. If I'm wrong
> and this is indeed a good thing, then it should at least be more clearly
> documented.
> 
> Since this is a gdm problem, I believe this bug report should be moved
> to gdm.

Indeed, reassigning.


-- 
Earthling Michel Dänzer  | Debian (powerpc), X and DRI developer
Libre software enthusiast|   http://svcs.affero.net/rm.php?r=daenzer



Bug#364930: Also, EULA was never presented

2006-04-29 Thread Shai Berger
And I suspect this may be a legal issue. I read the FAQ at 
http://macromedia.rediris.es/faq.html, where item 1 says I should have 
run /usr/lib/flash-plugin/setup, except that there is no such file; the only 
files in /usr/lib/flashplugin-nonfree are the .so file and the .xpt file.


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



Bug#365278: more info

2006-04-29 Thread Flavio Stanchina
Same problem here. The bug is quite obvious: the backup file name is
generated *after* the warning is printed.

Here's an excerpt of xserver-xorg.postinst around line 1685:

warn "$XORGCONFIG has been customized, but we need to make updates. \
Backing up your config to $BACKUP_XORGCONFIG. If we screw something up, \
restore using this file."
  BACKUP_XORGCONFIG="$XORGCONFIG.$(date '+%Y%m%d%H%M%S')"
  cp "$XORGCONFIG" "$BACKUP_XORGCONFIG"

-- 
Ciao, Flavio



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



Bug#365326: ITP: magic-7.4.14 --a venerable VLSI layout tool

2006-04-29 Thread Aanjhan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: wnpp
Severity: wishlist


Magic is a venerable VLSI layout tool, written in the 1980's at
Berkeley by John Ousterhout, now famous primarily for writing the
scripting interpreter language Tcl. Due largely in part to its liberal
Berkeley open-source license, magic has remained popular with
universities and small companies. The open-source license has allowed
VLSI engineers with a bent toward programming to implement clever
ideas and help magic stay abreast of fabrication technology. However,
it is the well thought-out core algorithms which lend to magic the
greatest part of its popularity. Magic is widely cited as being the
easiest tool to use for circuit layout, even for people who ultimately
rely on commercial tools for their product design flow.


License : GNU GPL
Link: http://www.opencircuitdesign.com/magic/index.html

Regards,
Aanjhan
- --
a.k.a Tuxmaniac
CyberHome: http://www.tuxmaniac.com, http://launchpad.net/people/aanjhan
- --
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFEUyqGw+59qCMIjB4RAvNrAKCFJGPlNOZ+dWpwrOfoGa3h8lOa9wCaApTs
ch4RX98JkTOvSn0jDl+1Dvo=
=RKpP
-END PGP SIGNATURE-



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



Bug#365308: Example of what happens when entering non ASCII characters in a select field

2006-04-29 Thread Helmut Wollmersdorfer

Christian Perrier wrote:

Attached is a snapshot of what's displayed when I enter "Christian
Périer" as user's full name in user-setup (I used full name rather
than login name so that I can see what happens later when the user is
created and whether the right encoding is used in what's passed ao useradd)).



Please note that "" is the code for "é" in ISO-8859-1. So it
barely seems that the keyboard input is interpreted as encoded in ISO
and not UTF-8.


As I develop a test robot and OCR (Optical Character Recognition) is 
ready, I attached screen shots in plain text.


They contain the keystrokes of the German keyboard in the order 1st row 
left to right , next combined with , next combined with 
, next row ...


Helmut Wollmersdorfer

Please press Enter to activate this console.


BusyBox v1.01 (Debian 1:1.01-4) Built-in shell (ash)
Enter ´help´ for a list of built-in commands. 
  

~ # ^1234567890ß´ °!"§$%&/()=?` ²�{[]}\ qwertzuiopü+ QWERTZUIOPÜ* 
@wertzuiop~ as
dfghjklöä# ASDFGHJKLÖÄ´ asdfghjkl YXCVBNM;:_ |yxcvbnµ �























string is
GETTING HELP  F9


If you can´t install Debian, don´t despair! The Debian team is ready to   
  
help you! We are especially interested in hearing about installation
problems, because in general they don´t happen to only one person. 
 
We´ve either already heard about your particular problem and can dispense a
 
quick fix, or we would like to hear about it and work through it with you,  
and the next user who comes up with the same problem will profit from your  
experience! 

See the Installation Manual or the FAQ for more information; both   
documents are available at the Debian web site, http://www.debian.org/  









 

Bug#365292: xbase-clients: xmore crashes immediately

2006-04-29 Thread Michel Dänzer
On Fri, 2006-04-28 at 20:49 -0400, Justin Pryzby wrote:
> Package: xbase-clients
> Version: 1:7.0.0-5
> Severity: normal
> 
> $ xmore /dev/null 
> Segmentation fault

Please run it in gdb and provide a backtrace.


-- 
Earthling Michel Dänzer  | Debian (powerpc), X and DRI developer
Libre software enthusiast|   http://svcs.affero.net/rm.php?r=daenzer



Bug#360171: ftp.debian.org: Request to add debian-installer sections for experimental and non-free

2006-04-29 Thread Frans Pop
severity 360171 important
thanks

> To prepare for this please add new debian-installer sections for:
> - experimental/main
> - experimental/non-free
> - unstable/non-free
> - testing/non-free

This request is now a month old without any reply. I'm raising severity as 
not having these sections is starting to hurt us in our planning.

Cheers,
FJP


pgp4eT1oYS5Ni.pgp
Description: PGP signature


Bug#365074: support for kFreeBSD

2006-04-29 Thread Robert Millan
On Fri, Apr 28, 2006 at 10:18:44PM +0200, Frans Pop wrote:
> On Thursday 27 April 2006 20:38, Robert Millan wrote:
> > I'm attaching a patch that adds support for kernel of FreeBSD.
> >
> > It's very non-intrusive.  Only two scripts are modified minimaly.
> 
> There's two things I think should be improved.
> - in commands/copy-modules an if statement is added without increasing the
>   indentation of lines between the if and fi
> - in commands/install-files the current "else" condition is changed into
>   an "elseif" and the kfreebsd case is left as a cach-all "else" case;
>   it seems more logical to me to have the kfreebsd case as a special
>   condition instead or maybe have all cases specified and to throw an
>   error if none of them match

Ok.  Here's a new patch.

-- 
Robert Millan
Index: commands/copy-modules
===
--- commands/copy-modules   (revision 36777)
+++ commands/copy-modules   (working copy)
@@ -56,7 +56,7 @@
# Prefer modules in the kernel subdir, but failing
# that search the whole thing, to find third-party,
# etc modules.
-   match="$(find $moddir/kernel $moddir \
+   match="$(find `ls -d $moddir/kernel 2>/dev/null` 
$moddir \
-name $module.o -or -name $module.ko \
| head -n 1 | sed "s!$moddir/!!")"

@@ -78,6 +78,7 @@
 flavour=$2
 installedname=$3
 arch=$(dpkg-architecture -qDEB_HOST_ARCH)
+os=$(dpkg-architecture -qDEB_HOST_ARCH_OS)
 home=$PWD
 
 trap 'rm -rf $tmpdir' EXIT
@@ -105,29 +106,31 @@
modlistdir=modules/$arch
 fi
 
-if [ ! -e "$moddir/modules.dep" ]; then
-   echo "no $moddir/modules.dep. This file is required by kernel-wedge" >&2
-   exit 1
-fi
+if [ "$os" = "linux" ] ; then
+   if [ ! -e "$moddir/modules.dep" ]; then
+   echo "no $moddir/modules.dep. This file is required by 
kernel-wedge" >&2
+   exit 1
+   fi
 
-# get module dependencies from modules.dep
-# sort it by field 2
-perl -lne '
-   @words=split(" ");
-   s!'/lib/modules/$installedname'/!! foreach (@words);
-   if ($words[0] =~ /:$/) {
-   $words[0]=~s/:$//;
-   $module=shift @words;
-   }
-   foreach (@words) {
-   print "$module\t$_" unless $_ eq "\\";
-   }
-' $moddir/modules.dep | sort -k 2,2 > $tmpdir/deps
-
-if [ ! -s $tmpdir/deps ] && [ ! -e $home/no-modules ]; then
-   echo "No module interdependencies found. This probably means your 
modules.dep is broken." >&2
-   echo "If this is intentional, touch $home/no-modules" >&2
-   exit 1
+   # get module dependencies from modules.dep
+   # sort it by field 2
+   perl -lne '
+   @words=split(" ");
+   s!'/lib/modules/$installedname'/!! foreach (@words);
+   if ($words[0] =~ /:$/) {
+   $words[0]=~s/:$//;
+   $module=shift @words;
+   }
+   foreach (@words) {
+   print "$module\t$_" unless $_ eq "\\";
+   }
+   ' $moddir/modules.dep | sort -k 2,2 > $tmpdir/deps
+   
+   if [ ! -s $tmpdir/deps ] && [ ! -e $home/no-modules ]; then
+   echo "No module interdependencies found. This probably means 
your modules.dep is broken." >&2
+   echo "If this is intentional, touch $home/no-modules" >&2
+   exit 1
+   fi
 fi
 
 mkdir $tmpdir/module-deps $tmpdir/module-list
Index: commands/install-files
===
--- commands/install-files  (revision 36777)
+++ commands/install-files  (working copy)
@@ -44,11 +44,19 @@
"$sourcedir/boot/vmlinux-$installedname",

"debian/kernel-image-$kernelversion-$flavour-di/boot/vmlinux$extraname");
}
-   else {
+   elsif (-e "$sourcedir/boot/vmlinuz-$installedname") {
doit("install", "-D", "-m", 644,
"$sourcedir/boot/vmlinuz-$installedname",

"debian/kernel-image-$kernelversion-$flavour-di/boot/vmlinuz$extraname");
}
+   elsif (-e "$sourcedir/boot/kfreebsd-$installedname.gz") {
+   doit("install", "-D", "-m", 644,
+   "$sourcedir/boot/kfreebsd-$installedname.gz",
+   
"debian/kernel-image-$kernelversion-$flavour-di/boot/kfreebsd$extraname.gz");
+   }
+   else {
+   die "could not find kernel image";
+   }
doit("install", "-D", "-m", 644,
"$sourcedir/boot/System.map-$installedname",

"debian/kernel-image-$kernelversion-$flavour-di/boot/System.map$extraname")
Index: modules/kfreebsd/floppy-modules
=

Bug#365271: dpkg -S /usr/bin/[ does not find coreutils

2006-04-29 Thread Nicolas François
Hello,

On Sat, Apr 29, 2006 at 12:19:42AM +0200, Brice Goglin wrote:
>
> [EMAIL PROTECTED]:~$ dpkg -S /usr/bin/\[
> dpkg: /usr/bin/[ not found.
> 
> dpkg -S does not like special characters ?

I don't think dpkg can do much in that case.
Your shell is providing /usr/bin/[ to dpkg, not /usr/bin/\[

The following search works:
dpkg -S '/usr/bin/\['

Do you think we can close this bug?

Kind Regards,
-- 
Nekral


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



Bug#364638: Bug#365308: Example of what happens when entering non ASCII characters in a select field

2006-04-29 Thread Helmut Wollmersdorfer

Helmut Wollmersdorfer wrote:


ready, I attached screen shots in plain text.


Sorry, I didn't switch the header to UTF-8.
The attached files of the previous post are best viewed with a UTF-8 
capable editor - e.g. kedit works nice.


Helmut Wollmersdorfer


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



Bug#365288: xfaces: please update for X11R7

2006-04-29 Thread Hakan Ardo

Hi,
thanx for the patch, I'll apply it later today.

On 4/29/06, Aaron M. Ucko <[EMAIL PROTECTED]> wrote:

Package: xfaces
Version: 3.3-25
Severity: grave
Tags: patch
Justification: renders package unusable

Greetings.

As you may have heard, Debian is in the midst of a transition to
X11R7.  One aspect of this is moving out of the /usr/X11R6 hierarchy;
recent versions of x11-common enforce such a move by conflicting with
existing versions of packages such as xfaces that install into
/usr/X11R6/bin, which is now a symlink to /usr/bin.

Because xfaces uses imake, rebuilding against a recent version of
xutils-dev will get it most of the way there, but it's not quite
sufficient; the attached patch addresses the remaining issues.

Could you please apply it, or authorize an NMU?

Thanks!

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

Versions of packages xfaces depends on:
ii  libaudio21.7-8   The Network Audio System (NAS). (s
ii  libc62.3.6-7 GNU C Library: Shared libraries
ii  libcompfaceg11:1.5.2-3   Compress/decompress images for mai
ii  libice6  1:1.0.0-3   X11 Inter-Client Exchange library
ii  libsm6   1:1.0.0-4   X11 Session Management library
ii  libx11-6 2:1.0.0-6   X11 client-side library
ii  libxaw7  1:1.0.1-5   X11 Athena Widget library
ii  libxext6 1:1.0.0-4   X11 miscellaneous extension librar
ii  libxmu6  1:1.0.1-3   X11 miscellaneous utility library
ii  libxpm4  1:3.5.4.2-3 X11 pixmap library
ii  libxt6   1:1.0.0-4   X11 toolkit intrinsics library

xfaces recommends no packages.

-- no debconf information






--
Håkan Ardö



Bug#323670: config-*-linux

2006-04-29 Thread Robert Millan

Ok, I didn't notice that there's already support for handling this.  I'm
attaching a patch that removes Linux-specific options in
config-{udeb,deb,static}.  It does also add CONFIG_TTY in config-udeb (see
patch comment).

(you're expected to copy config-{udeb,static} to config-{udeb,static}-linux
before applying)

As for the upstream part, unless you want to apply the upstream patch directly,
I'll try to merge it in upstream first.

-- 
Robert Millan
diff -ur busybox-1.01.old/debian/config-deb busybox-1.01/debian/config-deb
--- busybox-1.01.old/debian/config-deb  2006-04-29 10:41:01.0 +0200
+++ busybox-1.01/debian/config-deb  2006-04-29 11:01:41.0 +0200
@@ -178,15 +178,15 @@
 #
 # Console Utilities
 #
-CONFIG_CHVT=y
-CONFIG_CLEAR=y
-CONFIG_DEALLOCVT=y
-CONFIG_DUMPKMAP=y
-CONFIG_LOADFONT=y
-CONFIG_LOADKMAP=y
-CONFIG_OPENVT=y
-CONFIG_RESET=y
-CONFIG_SETKEYCODES=y
+# CONFIG_CHVT is not set
+# CONFIG_CLEAR is not set
+# CONFIG_DEALLOCVT is not set
+# CONFIG_DUMPKMAP is not set
+# CONFIG_LOADFONT is not set
+# CONFIG_LOADKMAP is not set
+# CONFIG_OPENVT is not set
+# CONFIG_RESET is not set
+# CONFIG_SETKEYCODES is not set
 
 #
 # Debian Utilities
@@ -273,7 +273,7 @@
 #
 # Miscellaneous Utilities
 #
-CONFIG_ADJTIMEX=y
+# CONFIG_ADJTIMEX is not set
 # CONFIG_CROND is not set
 # CONFIG_CRONTAB is not set
 CONFIG_DC=y
@@ -281,7 +281,7 @@
 CONFIG_LAST=y
 # CONFIG_HDPARM is not set
 # CONFIG_MAKEDEVS is not set
-CONFIG_MT=y
+# CONFIG_MT is not set
 # CONFIG_RX is not set
 CONFIG_STRINGS=y
 CONFIG_TIME=y
@@ -294,7 +294,7 @@
 CONFIG_MODUTILS_OBJ=y
 CONFIG_MODUTILS_OBJ_2_6=y
 # CONFIG_DEPMOD is not set
-CONFIG_INSMOD=y
+# CONFIG_INSMOD is not set
 CONFIG_FEATURE_2_4_MODULES=y
 CONFIG_FEATURE_2_6_MODULES=y
 # CONFIG_FEATURE_INSMOD_VERSION_CHECKING is not set
@@ -309,7 +309,7 @@
 # Networking Utilities
 #
 CONFIG_FEATURE_IPV6=y
-CONFIG_ARPING=y
+# CONFIG_ARPING is not set
 CONFIG_FTPGET=y
 CONFIG_FTPPUT=y
 CONFIG_HOSTNAME=y
@@ -322,15 +322,15 @@
 # CONFIG_FEATURE_HTTPD_CONFIG_WITH_MIME_TYPES is not set
 # CONFIG_FEATURE_HTTPD_CGI is not set
 # CONFIG_FEATURE_HTTPD_ENCODE_URL_STR is not set
-CONFIG_IFCONFIG=y
-CONFIG_FEATURE_IFCONFIG_STATUS=y
-CONFIG_FEATURE_IFCONFIG_SLIP=y
-CONFIG_FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ=y
-CONFIG_FEATURE_IFCONFIG_HW=y
-CONFIG_FEATURE_IFCONFIG_BROADCAST_PLUS=y
+# CONFIG_IFCONFIG is not set
+# CONFIG_FEATURE_IFCONFIG_STATUS is not set
+# CONFIG_FEATURE_IFCONFIG_SLIP is not set
+# CONFIG_FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ is not set
+# CONFIG_FEATURE_IFCONFIG_HW is not set
+# CONFIG_FEATURE_IFCONFIG_BROADCAST_PLUS is not set
 # CONFIG_IFUPDOWN is not set
 # CONFIG_INETD is not set
-CONFIG_IP=y
+# CONFIG_IP is not set
 CONFIG_FEATURE_IP_ADDRESS=y
 
 #
@@ -341,7 +341,7 @@
 #
 #   link (forced enabled for iplink)
 #
-CONFIG_FEATURE_IP_ROUTE=y
+# CONFIG_FEATURE_IP_ROUTE is not set
 
 #
 #   route (forced enabled for iproute)
@@ -353,19 +353,19 @@
 #
 CONFIG_IPCALC=y
 CONFIG_FEATURE_IPCALC_FANCY=y
-CONFIG_IPADDR=y
-CONFIG_IPLINK=y
-CONFIG_IPROUTE=y
-CONFIG_IPTUNNEL=y
-CONFIG_NAMEIF=y
+# CONFIG_IPADDR is not set
+# CONFIG_IPLINK is not set
+# CONFIG_IPROUTE is not set
+# CONFIG_IPTUNNEL is not set
+# CONFIG_NAMEIF is not set
 CONFIG_NC=y
-CONFIG_NETSTAT=y
+# CONFIG_NETSTAT is not set
 CONFIG_NSLOOKUP=y
-CONFIG_PING=y
+# CONFIG_PING is not set
 CONFIG_FEATURE_FANCY_PING=y
-CONFIG_PING6=y
+# CONFIG_PING6 is not set
 CONFIG_FEATURE_FANCY_PING6=y
-CONFIG_ROUTE=y
+# CONFIG_ROUTE is not set
 CONFIG_TELNET=y
 CONFIG_FEATURE_TELNET_TTYPE=y
 CONFIG_FEATURE_TELNET_AUTOLOGIN=y
@@ -376,8 +376,8 @@
 CONFIG_FEATURE_TFTP_PUT=y
 CONFIG_FEATURE_TFTP_BLOCKSIZE=y
 CONFIG_FEATURE_TFTP_DEBUG=y
-CONFIG_TRACEROUTE=y
-CONFIG_FEATURE_TRACEROUTE_VERBOSE=y
+# CONFIG_TRACEROUTE is not set
+# CONFIG_FEATURE_TRACEROUTE_VERBOSE is not set
 # CONFIG_VCONFIG is not set
 CONFIG_WGET=y
 CONFIG_FEATURE_WGET_STATUSBAR=y
@@ -387,9 +387,9 @@
 #
 # udhcp Server/Client
 #
-CONFIG_UDHCPD=y
-CONFIG_UDHCPC=y
-CONFIG_DUMPLEASES=y
+# CONFIG_UDHCPD is not set
+# CONFIG_UDHCPC is not set
+# CONFIG_DUMPLEASES is not set
 CONFIG_FEATURE_UDHCP_SYSLOG=y
 CONFIG_FEATURE_UDHCP_DEBUG=y
 
@@ -404,7 +404,7 @@
 CONFIG_RENICE=y
 CONFIG_TOP=y
 FEATURE_CPU_USAGE_PERCENTAGE=y
-CONFIG_UPTIME=y
+# CONFIG_UPTIME is not set
 # CONFIG_SYSCTL is not set
 
 #
@@ -449,12 +449,12 @@
 # System Logging Utilities
 #
 # CONFIG_SYSLOGD is not set
-CONFIG_LOGGER=y
+# CONFIG_LOGGER is not set
 
 #
 # Linux System Utilities
 #
-CONFIG_DMESG=y
+# CONFIG_DMESG is not set
 # CONFIG_FBSET is not set
 # CONFIG_FDFLUSH is not set
 # CONFIG_FDFORMAT is not set
@@ -466,16 +466,16 @@
 CONFIG_GETOPT=y
 CONFIG_HEXDUMP=y
 # CONFIG_HWCLOCK is not set
-CONFIG_LOSETUP=y
+# CONFIG_LOSETUP is not set
 # CONFIG_MKSWAP is not set
 CONFIG_MORE=y
 CONFIG_FEATURE_USE_TERMIOS=y
 # CONFIG_PIVOT_ROOT is not set
 CONFIG_RDATE=y
-CONFIG_SWAPONOFF=y
-CONFIG_MOUNT=y
+# CONFIG_SWAPONOFF is not set
+# CONFIG_MOUNT is not set
 CONFIG_NFSMOUNT=y
-CONFIG_UMOUNT=y
+# CONFIG_UMOUNT is not 

Bug#365329: libcamel1.2-6: Evolution at 100% CPU usage while waiting for GnuPG

2006-04-29 Thread Tilman Koschnick
Package: libcamel1.2-6
Version: 1.4.2.1-2
Severity: normal

Hi,

while signing/verifying/en- or decrypting mails, Evolution consumes all CPU
ressources until gpg is finished.

Cheers, Til

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

Versions of packages libcamel1.2-6 depends on:
ii  libc6 2.3.6-7GNU C Library: Shared libraries
hi  libcamel1.2-6 1.4.2.1-2  The Evolution MIME message handlin
ii  libcomerr21.38+1.39-WIP-2006.04.09-1 common error description library
ii  libedataserve 1.4.2.1-2  Utility library for evolution data
ii  libegroupwise 1.4.2.1-2  Client library for accessing group
ii  libglib2.0-0  2.10.2-1   The GLib library of C routines
ii  libgnutls11   1.0.16-14+b1   GNU TLS library - runtime library
ii  libkrb53  1.4.3-6MIT Kerberos runtime libraries
ii  libnss3   2:1.7.12-1.1   Network Security Service Libraries
ii  libsoup2.2-8  2.2.92-1   an HTTP library implementation in 
ii  libxml2   2.6.23.dfsg.2-3GNOME XML library
ii  zlib1g1:1.2.3-11 compression library - runtime

libcamel1.2-6 recommends no packages.

-- no debconf information


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



Bug#365327: libcamel1.2-6: Evolution hangs when accessing GPG keys from a SmartCard

2006-04-29 Thread Tilman Koschnick
Package: libcamel1.2-6
Version: 1.4.2.1-2
Severity: normal
Tags: patch

Hi,

Evolution currently doesn't know how to handle GPG keys that are stored
on a smartcard device. See

for a description of how to use smartcards.

gpg sends slightly different status messages when dealing with keys on
card rather than on disk.

A decryption session with an on-disk key:

gpg: armor header: Version: GnuPG v1.4.1 (GNU/Linux)
gpg: public key is F7619739
[GNUPG:] ENC_TO C6D28EC0F7619739 16 0
gpg: using subkey F7619739 instead of primary key E6AB2957
[GNUPG:] USERID_HINT C6D28EC0F7619739 Tilman Koschnick <[EMAIL PROTECTED]>
[GNUPG:] NEED_PASSPHRASE C6D28EC0F7619739 AD4EE47FE6AB2957 16 0
gpg: using subkey F7619739 instead of primary key E6AB2957
[GNUPG:] GET_HIDDEN passphrase.enter

[GNUPG:] GOT_IT
[GNUPG:] GOOD_PASSPHRASE
gpg: NOTE: key has been revoked
gpg: encrypted with 2048-bit ELG-E key, ID F7619739, created 2004-09-02
  "Tilman Koschnick <[EMAIL PROTECTED]>"
[GNUPG:] BEGIN_DECRYPTION
gpg: AES256 encrypted data
gpg: original file name=''
[GNUPG:] PLAINTEXT 62 1145882071
[GNUPG:] DECRYPTION_OKAY
[GNUPG:] GOODMDC
[GNUPG:] END_DECRYPTION

A decryption session with an on-card key:

gpg: public key is 151CC8CF
[GNUPG:] ENC_TO E34C72B0151CC8CF 1 0
gpg: using subkey 151CC8CF instead of primary key E6AB2957
gpg: reader slot 0: using ccid driver
gpg: slot 0: ATR=3B FA 13 00 FF 81 31 80 45 00 31 C1 73 C0 01 00 00 90
00 B1
gpg: AID: D2 76 00 01 24 01 01 01 00 01 00 00 08 DE 00 00
[GNUPG:] CARDCTRL 3 D276000124010101000108DE
[GNUPG:] NEED_PASSPHRASE_PIN OPENPGP 1
[GNUPG:] GET_HIDDEN passphrase.pin.ask
***
[GNUPG:] GOT_IT
gpg: using subkey 151CC8CF instead of primary key E6AB2957
gpg: encrypted with 1024-bit RSA key, ID 151CC8CF, created 2006-04-28
  "Tilman Koschnick <[EMAIL PROTECTED]>"
[GNUPG:] BEGIN_DECRYPTION
gpg: AES256 encrypted data
gpg: original file name='evolution.log'
[GNUPG:] PLAINTEXT 62 1146267806 evolution.log
[GNUPG:] PLAINTEXT_LENGTH 11448510
[GNUPG:] DECRYPTION_OKAY
[GNUPG:] GOODMDC
[GNUPG:] END_DECRYPTION

The crucial lines are 

[GNUPG:] NEED_PASSPHRASE C6D28EC0F7619739 AD4EE47FE6AB2957 16 0
[GNUPG:] GET_HIDDEN passphrase.enter

vs.

[GNUPG:] NEED_PASSPHRASE_PIN OPENPGP 1
[GNUPG:] GET_HIDDEN passphrase.pin.ask

The attached patch was done against evolution-data-server-1.4.2.1, but
at least applies cleanly against evolution-data-server-1.7.1 as well.
The approach is a bit simplistic - copy & paste, change some strings -
but works.

Cheers, Til


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

Versions of packages libcamel1.2-6 depends on:
ii  libc6 2.3.6-7GNU C Library: Shared libraries
hi  libcamel1.2-6 1.4.2.1-2  The Evolution MIME message handlin
ii  libcomerr21.38+1.39-WIP-2006.04.09-1 common error description library
ii  libedataserve 1.4.2.1-2  Utility library for evolution data
ii  libegroupwise 1.4.2.1-2  Client library for accessing group
ii  libglib2.0-0  2.10.2-1   The GLib library of C routines
ii  libgnutls11   1.0.16-14+b1   GNU TLS library - runtime library
ii  libkrb53  1.4.3-6MIT Kerberos runtime libraries
ii  libnss3   2:1.7.12-1.1   Network Security Service Libraries
ii  libsoup2.2-8  2.2.92-1   an HTTP library implementation in 
ii  libxml2   2.6.23.dfsg.2-3GNOME XML library
ii  zlib1g1:1.2.3-11 compression library - runtime

libcamel1.2-6 recommends no packages.
--- camel-gpg-context.c.orig	2005-09-02 16:37:43.0 +0200
+++ camel-gpg-context.c	2006-04-29 10:58:19.580018429 +0200
@@ -775,6 +775,20 @@
 		
 		g_free (gpg->need_id);
 		gpg->need_id = userid;
+	} else if (!strncmp (status, "NEED_PASSPHRASE_PIN ", 20)) {
+		char *userid;
+		
+		status += 20;
+		
+		status = next_token (status, &userid);
+		if (!userid) {
+			camel_exception_set (ex, CAMEL_EXCEPTION_SYSTEM,
+	 _("Failed to parse gpg passphrase request."));
+			return -1;
+		}
+		
+		g_free (gpg->need_id);
+		gpg->need_id = userid;
 	} else if (!strncmp (status, "GET_HIDDEN passphrase.enter", 27)) {
 		char *prompt, *passwd;
 		const char *name;
@@ -809,6 +823,40 @@
 		g_free (passwd);
 		
 		gpg->send_passwd = TRUE;
+	} else if (!strncmp (status, "GET_HIDDEN passphrase.pin.ask", 29)) {
+		char *prompt, *passwd;
+		const char *name;
+		
+		name = g_hash_table_lookup (gpg->userid_hint, gpg->need_id);
+		if (!name)
+			name = gpg->need_id;
+		
+		prompt = g_strdup_printf (_("You need a PIN to unlock the key on\n"
+	"SmartCard: \"%s\""), name);
+		
+		if ((passwd = camel_session

Bug#365328: classpath: SCALE_SMOOTH not implemented in java.awt.Image.getScaledInstance()

2006-04-29 Thread Petter Reinholdtsen

Package: classpath
Version: 0.90

When trying to run openjump with jamvm using the Graphics2D gtk awt
peer, I find that SCALE_SMOOTH isn't implemented in
java.awt.Image.getScaledInstance().  This blocks openjump from working
with classpath.

I am testing with the CVS version of classpath, but the problem is in
version 0.90 as well.

% JAVACMD=/usr/bin/jamvm \
  JAVA_ARGS="-Dgnu.java.awt.peer.gtk.Graphics=Graphics2D" openjump
[EMAIL PROTECTED]:~/src/classpath$ fireChangedUpdate not implemented
JUMP: Warning: Properties file does not exist: 
/usr/share/openjump/workbench-properties.xml
JUMP: Warning: Extensions directory does not exist: /usr/share/openjump/ext
java.lang.Error: SCALE_SMOOTH: not implemented
   at java.awt.Image.getScaledInstance(Image.java:195)
   at com.vividsolutions.jump.workbench.ui.GUIUtil.resize(GUIUtil.java:679)
   at com.vividsolutions.jump.workbench.ui.GUIUtil.toSmallIcon(GUIUtil.java:686)
   at 
com.vividsolutions.jump.workbench.JUMPConfiguration.configureMainMenus(JUMPConfiguration.java:529)
   at 
com.vividsolutions.jump.workbench.JUMPConfiguration.setup(JUMPConfiguration.java:248)
   at 
com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:234)
   at 
com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:200)

At this point a dialog box reporting the exception is shown.  When I
press 'OK' to keep going, no progress is made and the program seem to
hang.


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



Bug#365296: alsa-base: Run 'alsactl names' on device add/remove

2006-04-29 Thread Elimar Riesebieter
On Sat, 29 Apr 2006 the mental interface of
Sam Morris told:

> Package: alsa-base
> Version: 1.0.11-1
> Severity: wishlist
> 
> While trying to find out what the best/official way for an audio
> application to discover what devices are available on the system, I
> stumbled upen a thread on alsa-devel [0] that states that the
> right way to do this is to call the snd_names_list function, present
> since ALSA 1.0.9.
> 
> This file relies on the existance of /etc/asound.names, which can be
> generated by running 'alsactl names'. I suggest doing this whenever
> an ALSA device is added to or removed from the system, thereby keeping
> the file up to date at all times.
> 
> In case the administrator wants to modify the file, I suggest running
> something like 'alsactl --file=/var/lib/alsa/asound.names' and having
> /etc/asound.names be a symlink to that file; the link can be replaced
> by a regular file if the admin wants to maintain it himself.

Could you please explain what has to be done in alsa-base then? I
can't find a bug there.

Elimar


-- 
  Alles was viel bedacht wird ist bedenklich!;-)
 Friedrich Nietzsche


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



Bug#365330: writing_udev_rules uses non-Debian /etc/udev/rules.d/50-udev.rules

2006-04-29 Thread Osamu Aoki
Package: udev
Version: 0.091-1
Severity: normal
Tags: patch

Although it clearly states that this writing_udev_rule is not exactly
applicable to non-Gentoo system, there is no reason not to match file
reference in this document to the correct Debian situation since this is
a part of Debian package.

Debian uses /etc/udev/rules.d/udev.rules as default script.

I hereby submit patch to fix this for both English and Japanese file :-)

(In order to avoid this UTF-8 encoded Japanese file to be re-encoded in
JIS 7 bit japanese e-mail style, I gzipped diff file.)

Diff was taken on between updated contents of upstream tarball and original 
upstream tarball contents in the source tree after "tar xjvf ...".

-- Package-specific info:
-- /etc/udev/rules.d/:
/etc/udev/rules.d/:
total 12
lrwxrwxrwx 1 root root  20 2006-04-24 16:30 020_permissions.rules -> 
../permissions.rules
lrwxrwxrwx 1 root root  12 2006-04-24 16:58 050_hal-plugdev.rules -> 
../hal.rules
lrwxrwxrwx 1 root root  15 2006-04-24 17:04 85-pcmcia.rules -> ../pcmcia.rules
-rw-r--r-- 1 root root  82 2006-03-06 07:14 90-hal.rules
lrwxrwxrwx 1 root root  13 2006-04-24 16:30 udev.rules -> ../udev.rules
lrwxrwxrwx 1 root root  25 2006-04-24 16:30 z20_persistent-input.rules -> 
../persistent-input.rules
lrwxrwxrwx 1 root root  19 2006-04-24 16:30 z20_persistent.rules -> 
../persistent.rules
-rw-r--r-- 1 root root 526 2006-04-24 08:10 z25_persistent-cd.rules
-rw-r--r-- 1 root root 479 2006-04-27 07:08 z25_persistent-net.rules
lrwxrwxrwx 1 root root  33 2006-04-27 07:05 z45_persistent-net-generator.rules 
-> ../persistent-net-generator.rules
lrwxrwxrwx 1 root root  12 2006-04-24 16:30 z50_run.rules -> ../run.rules
lrwxrwxrwx 1 root root  16 2006-04-24 16:30 z55_hotplug.rules -> 
../hotplug.rules
lrwxrwxrwx 1 root root  19 2006-04-24 17:01 z60_alsa-utils.rules -> 
../alsa-utils.rules
lrwxrwxrwx 1 root root  15 2006-04-24 08:36 z60_hdparm.rules -> ../hdparm.rules
lrwxrwxrwx 1 root root  17 2006-04-24 16:30 z70_hotplugd.rules -> 
../hotplugd.rules
lrwxrwxrwx 1 root root  29 2006-04-24 16:30 z75_cd-aliases-generator.rules -> 
../cd-aliases-generator.rules

-- /sys/:
/sys/block/hda/dev
/sys/block/hda/hda1/dev
/sys/block/hda/hda2/dev
/sys/block/hda/hda5/dev
/sys/block/hda/hda6/dev
/sys/block/hdc/dev
/sys/block/ram0/dev
/sys/block/ram10/dev
/sys/block/ram11/dev
/sys/block/ram12/dev
/sys/block/ram13/dev
/sys/block/ram14/dev
/sys/block/ram15/dev
/sys/block/ram1/dev
/sys/block/ram2/dev
/sys/block/ram3/dev
/sys/block/ram4/dev
/sys/block/ram5/dev
/sys/block/ram6/dev
/sys/block/ram7/dev
/sys/block/ram8/dev
/sys/block/ram9/dev
/sys/block/sda/dev
/sys/block/sdb/dev
/sys/block/sdb/sdb1/dev
/sys/block/sdc/dev
/sys/block/sdc/sdc1/dev
/sys/class/drm/card0/dev
/sys/class/input/input0/event0/dev
/sys/class/input/input1/event1/dev
/sys/class/input/input1/mouse0/dev
/sys/class/input/input1/ts0/dev
/sys/class/input/input2/event2/dev
/sys/class/input/input2/mouse1/dev
/sys/class/input/input2/ts1/dev
/sys/class/input/input3/event3/dev
/sys/class/input/input4/event4/dev
/sys/class/input/input4/mouse2/dev
/sys/class/input/input5/event5/dev
/sys/class/input/mice/dev
/sys/class/misc/agpgart/dev
/sys/class/misc/device-mapper/dev
/sys/class/misc/hpet/dev
/sys/class/misc/hw_random/dev
/sys/class/misc/psaux/dev
/sys/class/misc/rtc/dev
/sys/class/misc/sonypi/dev
/sys/class/sound/adsp/dev
/sys/class/sound/audio1/dev
/sys/class/sound/audio/dev
/sys/class/sound/controlC0/dev
/sys/class/sound/controlC1/dev
/sys/class/sound/dsp1/dev
/sys/class/sound/dsp/dev
/sys/class/sound/mixer1/dev
/sys/class/sound/mixer/dev
/sys/class/sound/pcmC0D0c/dev
/sys/class/sound/pcmC0D0p/dev
/sys/class/sound/pcmC0D1c/dev
/sys/class/sound/pcmC1D0c/dev
/sys/class/sound/pcmC1D0p/dev
/sys/class/sound/timer/dev
/sys/class/usb_device/usbdev1.1/dev
/sys/class/usb_device/usbdev1.2/dev
/sys/class/usb_device/usbdev2.1/dev
/sys/class/usb_device/usbdev3.1/dev
/sys/class/usb_device/usbdev3.2/dev
/sys/class/usb_device/usbdev4.1/dev
/sys/class/usb_device/usbdev4.3/dev
/sys/class/usb_device/usbdev4.4/dev
/sys/class/usb_device/usbdev5.1/dev
/sys/class/usb_device/usbdev6.1/dev

-- Kernel configuration:


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

Versions of packages udev depends on:
ii  initscripts  2.86.ds1-14 Scripts for initializing and shutt
ii  libc62.3.6-7 GNU C Library: Shared libraries
ii  libselinux1  1.30-1  SELinux shared libraries
ii  libvolume-id00.091-1 libvolume_id shared library
ii  lsb-base 3.1-4   Linux Standard Base 3.1 init scrip
ii  makedev  2.3.1-81creates device files in /dev
ii  sed  4.1.4-7 The GNU sed stream editor

udev recommends no packa

Bug#365327: libcamel1.2-6: Evolution hangs when accessing GPG keys from a SmartCard

2006-04-29 Thread Tilman Koschnick
forwarded 365327 http://bugzilla.gnome.org/show_bug.cgi?id=335386
thanks

I found a corresponding bug report in upstream's bugzilla:



and forwarded my patch to it.



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



Bug#365331: bittorrent: Please package latest release 4.4.0

2006-04-29 Thread Alessandro Polverini
Package: bittorrent
Severity: wishlist

Can you please package latest release?

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (50, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-amd64-k8-smp
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


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



Bug#350843: New patch including update of help page

2006-04-29 Thread Karsten Schoelzel
Hello,

this patch includes also the update to the help page to display the
keybinding. 

Sorry forgot patch in last mail :-(

-- 
Karsten Schölzel| Email:  [EMAIL PROTECTED]
Väderleden 9 4:98   | Jabber: [EMAIL PROTECTED]
97633 Luleå | VoIP:   sip:[EMAIL PROTECTED]
Sweden  | sip:[EMAIL PROTECTED]
| Tel:+4918015855857712
| Mobile: +46706725974
Add SHIFT-TAB as keybinding for PREV_LINK including update of the help
page.

---
commit 0b05c3e3ab1178dfa874f1bd99ecafab0a6d6da0
tree 3a2f0c4e670120dbf0aa4335dc8538d16dfe2cb8
parent fae1a0f892f5705f565c5e44da34b3b6befcd155
author Karsten Schoelzel <[EMAIL PROTECTED]> Sat, 29 Apr 2006 11:47:10 +0200
committer Karsten Schoelzel <[EMAIL PROTECTED]> Sat, 29 Apr 2006 11:47:10 +0200

 doc-jp/keymap.default |1 +
 doc/keymap.default|1 +
 keybind.c |2 +-
 3 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/doc-jp/keymap.default b/doc-jp/keymap.default
index c57bcea..0ecf14f 100644
--- a/doc-jp/keymap.default
+++ b/doc-jp/keymap.default
@@ -132,6 +132,7 @@ keymap  LEFTMOVE_LEFT
 
 keymap M-[EMENU
 keymap M-[LMENU
+keymap M-[ZPREV_LINK
 
 keymap M-[1~   BEGIN
 keymap M-[2~   MENU
diff --git a/doc/keymap.default b/doc/keymap.default
index c57bcea..0ecf14f 100644
--- a/doc/keymap.default
+++ b/doc/keymap.default
@@ -132,6 +132,7 @@ keymap  LEFTMOVE_LEFT
 
 keymap M-[EMENU
 keymap M-[LMENU
+keymap M-[ZPREV_LINK
 
 keymap M-[1~   BEGIN
 keymap M-[2~   MENU
diff --git a/keybind.c b/keybind.c
index 6224b44..c6db4a2 100644
--- a/keybind.c
+++ b/keybind.c
@@ -99,7 +99,7 @@ unsigned char EscBKeymap[128] = {
 /*  P   Q   R   S   T   U   V   W*/
 nulcmd, nulcmd, nulcmd, nulcmd, nulcmd, nulcmd, nulcmd, nulcmd,
 /*  X   Y   Z   [   \   ]   ^   _*/
-nulcmd, nulcmd, nulcmd, nulcmd, nulcmd, nulcmd, nulcmd, nulcmd,
+nulcmd, nulcmd, prevA, nulcmd, nulcmd, nulcmd, nulcmd, nulcmd,
 /*  `   a   b   c   d   e   f   g*/
 nulcmd, nulcmd, nulcmd, nulcmd, nulcmd, nulcmd, nulcmd, nulcmd,
 /*  h   i   j   k   l   m   n   o*/


Bug#365334: dpkg: [INTL:ja] updated Japanese message catalog

2006-04-29 Thread Kenshi Muto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: dpkg
Version: 2006-04-29
Severity: wishlist
Tags: l10n patch

Hi,

I updated Japanese translation of program messages (po/ja.po) for current
SVN trunk version.
Please apply this.

Thanks,
- -- 
Kenshi Muto
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8+ 

iEYEARECAAYFAkRTOiwACgkQQKW+7XLQPLH6nQCgr09KnyJ4Bs2yEt486l+um4bz
yocAn1AF5nTWo9bOl5+sraie9BZxXWaD
=OevQ
-END PGP SIGNATURE-


ja.po.gz
Description: Binary data


Bug#365127: Further information

2006-04-29 Thread Hongzheng Wang

the output of xvinfo before running totem is:

X-Video Extension version 2.2
screen #0
 Adaptor #0: "Intel(R) Video Overlay"
   number of ports: 1
   port base: 73
   operations supported: PutImage
   supported visuals:
 depth 24, visualID 0x23
 depth 24, visualID 0x24
 depth 24, visualID 0x25
 depth 24, visualID 0x26
 depth 24, visualID 0x27
 depth 24, visualID 0x28
 depth 24, visualID 0x29
 depth 24, visualID 0x2a
   number of attributes: 10
 "XV_COLORKEY" (range 0 to 16777215)
 client settable attribute
 client gettable attribute (current value is 66046)
 "XV_BRIGHTNESS" (range -128 to 127)
 client settable attribute
 client gettable attribute (current value is 0)
 "XV_CONTRAST" (range 0 to 255)
 client settable attribute
 client gettable attribute (current value is 64)
 "XV_DOUBLE_BUFFER" (range 0 to 1)
 client settable attribute
 client gettable attribute (current value is 1)
 "XV_GAMMA0" (range 0 to 16777215)
 client settable attribute
 client gettable attribute (current value is 526344)
 "XV_GAMMA1" (range 0 to 16777215)
 client settable attribute
 client gettable attribute (current value is 1052688)
 "XV_GAMMA2" (range 0 to 16777215)
 client settable attribute
 client gettable attribute (current value is 2105376)
 "XV_GAMMA3" (range 0 to 16777215)
 client settable attribute
 client gettable attribute (current value is 4210752)
 "XV_GAMMA4" (range 0 to 16777215)
 client settable attribute
 client gettable attribute (current value is 8421504)
 "XV_GAMMA5" (range 0 to 16777215)
 client settable attribute
 client gettable attribute (current value is 12632256)
   maximum XvImage size: 1920 x 1088
   Number of image formats: 4
 id: 0x32595559 (YUY2)
   guid: 59555932--0010-8000-00aa00389b71
   bits per pixel: 16
   number of planes: 1
   type: YUV (packed)
 id: 0x32315659 (YV12)
   guid: 59563132--0010-8000-00aa00389b71
   bits per pixel: 12
   number of planes: 3
   type: YUV (planar)
 id: 0x30323449 (I420)
   guid: 49343230--0010-8000-00aa00389b71
   bits per pixel: 12
   number of planes: 3
   type: YUV (planar)
 id: 0x59565955 (UYVY)
   guid: 55595659--0010-8000-00aa00389b71
   bits per pixel: 16
   number of planes: 1
   type: YUV (packed)


But when totem is started for at least once, the output of xvinfo is

X-Video Extension version 2.2
screen #0
 Adaptor #0: "Intel(R) Video Overlay"
   number of ports: 1
   port base: 73
   operations supported: PutImage
   supported visuals:
 depth 24, visualID 0x23
 depth 24, visualID 0x24
 depth 24, visualID 0x25
 depth 24, visualID 0x26
 depth 24, visualID 0x27
 depth 24, visualID 0x28
 depth 24, visualID 0x29
 depth 24, visualID 0x2a
   number of attributes: 10
 "XV_COLORKEY" (range 0 to 16777215)
 client settable attribute
 client gettable attribute (current value is 66046)
 "XV_BRIGHTNESS" (range -128 to 127)
 client settable attribute
 client gettable attribute (current value is 0)
 "XV_CONTRAST" (range 0 to 255)
 client settable attribute
 client gettable attribute (current value is 64)
 "XV_DOUBLE_BUFFER" (range 0 to 1)
 client settable attribute
 client gettable attribute (current value is 1)
 "XV_GAMMA0" (range 0 to 16777215)
 client settable attribute
 client gettable attribute (current value is 1052563)
 "XV_GAMMA1" (range 0 to 16777215)
 client settable attribute
 client gettable attribute (current value is 1052688)
 "XV_GAMMA2" (range 0 to 16777215)
 client settable attribute
 client gettable attribute (current value is 4210627)
 "XV_GAMMA3" (range 0 to 16777215)
 client settable attribute
 client gettable attribute (current value is 4210752)
 "XV_GAMMA4" (range 0 to 16777215)
 client settable attribute
 client gettable attribute (current value is 12632131)
 "XV_GAMMA5" (range 0 to 16777215)
 client settable attribute
 client gettable attribute (current value is 12632256)
   maximum XvImage size: 1920 x 1088
   Number of image formats: 4
 id: 0x32595559 (YUY2)
   guid: 59555932--0010-8000-00aa00389b71
   bits per pixel: 16
   number of planes: 1
   type: YUV (packed)
 id: 0x32315659 (YV12)
   guid: 59563132--0010-8000-00aa00389b71
   bits per pixel: 12
   number of planes: 3
   type: YUV (planar)
 id: 0x30323449 (I420)
   guid: 49343230--0010-8000-00aa00389b71
   bits per pixe

Bug#350843: New patch including update of help page

2006-04-29 Thread Karsten Schoelzel
Hello,

this patch includes also the update to the help page to display the
keybinding.

-- 
Karsten Schölzel| Email:  [EMAIL PROTECTED]
Väderleden 9 4:98   | Jabber: [EMAIL PROTECTED]
97633 Luleå | VoIP:   sip:[EMAIL PROTECTED]
Sweden  | sip:[EMAIL PROTECTED]
| Tel:+4918015855857712
| Mobile: +46706725974


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



Bug#365333: cryptsetup incompatibility

2006-04-29 Thread Walter Hofmann
Package: cryptsetup
Version: 2:1.0.2+1.0.3-rc3-1
Severity: important

I want to report on an incompatibility in cryptsetup which prevents me
from using the current version. This is possibly related to bug #364529,
but I cannot tell for sure.

I use cryptsetup to create an encrypted mapping with the following
command line

 cryptsetup -c aes-cbc-plain -s 256 create 'root' '/dev/hda1' 

Bug#365332: undefined symbol: UDFFindFile

2006-04-29 Thread Harald Dunkel
Package: dvdbackup
Version: 0.1.1-5

Running dvdbackup for a not encrypted DVD I get an immediate
error message saying

# dvdbackup -i /dev/cdrom -M -o /tmp
dvdbackup: symbol lookup error: dvdbackup: undefined symbol: UDFFindFile
#

Regards

Harri



signature.asc
Description: OpenPGP digital signature


Bug#365271: dpkg -S /usr/bin/[ does not find coreutils

2006-04-29 Thread Brice Goglin

Nicolas François wrote:

Hello,

On Sat, Apr 29, 2006 at 12:19:42AM +0200, Brice Goglin wrote:
  

[EMAIL PROTECTED]:~$ dpkg -S /usr/bin/\[
dpkg: /usr/bin/[ not found.

dpkg -S does not like special characters ?



I don't think dpkg can do much in that case.
Your shell is providing /usr/bin/[ to dpkg, not /usr/bin/\[

The following search works:
dpkg -S '/usr/bin/\['
  


Oh right, and dpkg -S /usr/bin/\\\[ works too.


Do you think we can close this bug?
  


Yes, that's fine.

Thanks,
Brice





Bug#364972: not fixed yet

2006-04-29 Thread Harald Dunkel
I get the same problem using

% dpkg -l libdvdread3 dvdbackup
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  dvdbackup  0.1.1-5tool to rip DVD's from the command line
ii  libdvdread30.9.5-3library for reading DVDs

Regards

Harri



signature.asc
Description: OpenPGP digital signature


Bug#365327: libcamel1.2-6: Evolution hangs when accessing GPG keys from a SmartCard

2006-04-29 Thread Heikki Henriksen
severity 365327 wishlist
forwarded 365327 http://bugzilla.gnome.org/show_bug.cgi?id=335386
thanks

lør, 29,.04.2006 kl. 11.24 +0200, skrev Tilman Koschnick:
> Evolution currently doesn't know how to handle GPG keys that are
stored 
> on a smartcard device.

Thanks for your patch. Upstream plan to do some major(?) work on the
handling of GPG keys in the road to evo 2.8, but we'll consider
including your patch in the debian-packages of evo 2.6.

Cheers :)
 Heikki





Bug#365335: mozilla-firefox-adblock: does not install

2006-04-29 Thread Norbert Tretkowski
Package: mozilla-firefox-adblock
Severity: grave

Setting up mozilla-firefox-adblock (0.5.2.039-4) ...
/var/lib/dpkg/info/mozilla-firefox-adblock.postinst: line 8: 
update-mozilla-firefox-chrome: command not found
dpkg: error processing mozilla-firefox-adblock (--configure):
 subprocess post-installation script returned error exit status 127
Errors were encountered while processing:
 mozilla-firefox-adblock
E: Sub-process /usr/bin/dpkg returned an error code (1)


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



Bug#357623: An update, please?

2006-04-29 Thread Alexander Sack - Debian Bugmail
On Fri, Apr 28, 2006 at 09:53:55PM -0400, Daniel Kahn Gillmor wrote:
> Hi there--
> 
> This bug (and its merged fellow) appears to be the only thing keeping
> Thunderbird 1.5 out of etch.  It has now been tagged pending since 19
> March, which is well over a month ago.  Can we expect a version with
> this simple dependency change to go into sid soon?  If there are other
> things delaying the update (e.g. other serious/grave bugs which you
> feel need fixing before the next upload), could you please file them
> with the bts, so that it's clear what the package is really waiting
> on?
> 

Waitin' on 1.5.0.2-1 which is in queue new and which fixes about
20 security issues.

I will wait another day to see if ftpmaster let it in or upload
a package without those changes that need ftpmaster interaction.

Sorry for the delay.


 - Alexander

 p.s. please take care that the bug is listed as To: or CC: when 
  replying to this mail (e.g. /reply-all/). 
-- 
 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#365327: libcamel1.2-6: Evolution hangs when accessing GPG keys from a SmartCard

2006-04-29 Thread Heikki Henriksen
tags 365327 pending
thanks

lør, 29,.04.2006 kl. 11.24 +0200, skrev Tilman Koschnick:
> Evolution currently doesn't know how to handle GPG keys that are stored
> on a smartcard device. 

Heh... I tried to check your patch with e-d-s 1.6.1, and it's already
included :) Will close this bug when that's uploaded.

Cheers
 Heikki





Bug#365128: Seen here also..

2006-04-29 Thread Romain Beauxis
Hi!

I have experienced exactly the same issue here, with a NVIDIA card.
Unfortunatly I don't have any log, I will try to get some.

But the strange bit for me was that I can still launch a new server via a 
command line, it's only crashing with the "open new session" from kde system 
menu.

Is it the same for you?


Romain
-- 
Took us away from civilization
Brought us to slave in this big plantation
Fussing and fighting, among ourselves
Nothing to achieve this way, it's worser than hell, I say



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



Bug#365327: libcamel1.2-6: Evolution hangs when accessing GPG keys from a SmartCard

2006-04-29 Thread Heikki Henriksen
lør, 29,.04.2006 kl. 11.52 +0200, skrev Tilman Koschnick:
> forwarded 365327 http://bugzilla.gnome.org/show_bug.cgi?id=335386
> thanks
> I found a corresponding bug report in upstream's bugzilla:
> 
> and forwarded my patch to it.

Thanks :)

http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/?rev=354&sc=1







Bug#365336: Sarg logrotate typo

2006-04-29 Thread jan gregor
Package: sarg
Version: 2.1-4

Hello,

i foud a typo weekly <-> monthly in logrotate files of sarg.
Linux:/etc# cat cron.weekly/sarg 
#!/bin/sh

if [ -x /usr/sbin/sarg-reports ]; then
  /usr/sbin/sarg-reports monthly
fi

Linux:/etc# cat cron.monthly/sarg 
#!/bin/sh

if [ -x /usr/sbin/sarg-reports ]; then
  /usr/sbin/sarg-reports weekly
fi

Fix for this is simple - switch these two files.


Best regards,

Jan Gregor


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



Bug#365328: classpath: SCALE_SMOOTH not implemented in java.awt.Image.getScaledInstance()

2006-04-29 Thread Petter Reinholdtsen
I found this problem reported upstream in
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24023>.


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



Bug#365337: gs-gpl: "gdi" driver missing

2006-04-29 Thread Martin Dickopp
Package: gs-gpl
Version: 8.50-1.1
Severity: normal

Hi,

gs-gpl no longer contains the "gdi" driver used for some Samsung
printers. This driver was contained in earlier versions on the package.

Cheers,
Martin


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (200, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.16-1-amd64-k8
Locale: LANG=C, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages gs-gpl depends on:
ii  gs-common 0.3.9  Common files for different Ghostsc
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libice6   1:1.0.0-3  X11 Inter-Client Exchange library
ii  libpaper1 1.1.14-7   Library for handling paper charact
ii  libsm61:1.0.0-4  X11 Session Management library
ii  libx11-6  2:1.0.0-6  X11 client-side library
ii  libxext6  1:1.0.0-4  X11 miscellaneous extension librar
ii  libxt61:1.0.0-4  X11 toolkit intrinsics library

Versions of packages gs-gpl recommends:
ii  gsfonts   8.14+v8.11+urw-0.2 Fonts for the Ghostscript interpre
ii  psfontmgr 0.11.8-0.1 PostScript font manager -- part of

-- no debconf information


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



Bug#365332: undefined symbol: UDFFindFile

2006-04-29 Thread Stephen Gran
reopen 364972
reassign 365332 libdvdread3
severity 365332 grave
merge 365332 364972
kthxbye

This one time, at band camp, Harald Dunkel said:
> Running dvdbackup for a not encrypted DVD I get an immediate
> error message saying
> 
>   # dvdbackup -i /dev/cdrom -M -o /tmp
>   dvdbackup: symbol lookup error: dvdbackup: undefined symbol: UDFFindFile

Yes, this is bug #364972, which you appear to have found 10 minutes
after filing this bug.  I am going to reassign and merge them.  It is
clearly not fixed:

[EMAIL PROTECTED]:~$ dpkg -l libdvdread3 dvdbackup
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ NameVersion  Description
+++-===--=
ii  dvdbackup   0.1.1-5  tool to rip DVD's from the command line
ii  libdvdread3 0.9.5-3  library for reading DVDs
[EMAIL PROTECTED]:~$ objdump -T /usr/lib/libdvdread.so.3 | grep UDF
39a0 gDF .text  00a5  BaseDVDUDFVolumeInfo
26b0 gDF .text  0021  BaseDVDUDFCacheLevel

This version still doesn't export the symbol for some reason.  Dan, can 
I be of assistance here in any way?  Let me know if you need me to do
some whacking on libdvdread to make it export the symbol again.

Thanks all,
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Bug#363165: [PROPOSAL] drop version number from jar installations

2006-04-29 Thread Thomas Girard

Barry Hawkins wrote:
[...]

I think you make some excellent points here.  In your initial message, I thought
you were advocating the dropping of version numbers and not trying to do 
anything
else, which I would consider reckless and unwise.  Adopting a solution for 
languages
that have a longer history in Debian with some proven solutions seems like a 
wise
approach to me.  So, Debian Java Maintainers, let's hear from you on this!  We
have to work this topic out if we are going to get a decent Java policy ready at
any point in the near future. 


How about using the `Specification-Version:' in the Jar Manifest[0] ? As
described in [1], it would be possible to define within each Jar file
wich specification version is provided by a Jar file. I think this
addresses the problem discussed here.

But that would be a burden on packagers, since AFAIK not many Java
developpers use this field...

Thomas

[0] 
http://java.sun.com/j2se/1.5.0/docs/guide/versioning/spec/versioning2.html#wp91706
[1] 
http://java.sun.com/j2se/1.5.0/docs/guide/versioning/spec/versioningTOC.html





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



Bug#365074: support for kFreeBSD

2006-04-29 Thread Robert Millan
On Fri, Apr 28, 2006 at 08:44:41PM -0400, Joey Hess wrote:
> Frans Pop wrote:
> > On Thursday 27 April 2006 20:38, Robert Millan wrote:
> > > I'm attaching a patch that adds support for kernel of FreeBSD.
> > >
> > > It's very non-intrusive.  Only two scripts are modified minimaly.
> > 
> > There's two things I think should be improved.
> > - in commands/copy-modules an if statement is added without increasing the
> >   indentation of lines between the if and fi
> > - in commands/install-files the current "else" condition is changed into
> >   an "elseif" and the kfreebsd case is left as a cach-all "else" case;
> >   it seems more logical to me to have the kfreebsd case as a special
> >   condition instead or maybe have all cases specified and to throw an
> >   error if none of them match
> 
> Agreed. Also, I don't understand this part of the patch:
> 
> -   match="$(find $moddir/kernel $moddir \
> +   match="$(find `ls -d $moddir/kernel 2>/dev/null` 
> $moddir \

We don't have $moddir/kernel, so find(1) failed with:

  find: /lib/modules/6.0-1-486/kernel: No such file or directory

This blurb detects wether it exists first.  Perhaps you'd prefer:

`if test -d $moddir/kernel ; then echo $moddir/kernel ; fi` ?

it's a bit longer but more readable imho.

-- 
Robert Millan


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



Bug#365102: synfigstudio: Segmentation fault

2006-04-29 Thread Kurt Roeckx
Hi,

I get a simular error message when starting it, but it ends like
this for me:
synfig(29704): info: dock_book_list.size()=1
synfig(29704): info: dock_book_list.size()=2
synfig(29704): info: dock_book_list.size()=3
synfig(29704): warning: Caught exception when attempting to load settings.


However, I can also make it crash (abort).  If I select to the
file->dialogs->Canvas History  menu, I get:
glibmm-ERROR **:
unhandled exception (type std::exception) in signal handler:
what: St9bad_alloc

aborting...
Aborted (core dumped)


Core was generated by `synfigstudio'.
Program terminated with signal 6, Aborted.
Reading symbols from /usr/lib/libsynfigapp.so.0...Reading symbols
from /usr/lib/debug/usr/lib/libsynfigapp.so.0.0.0...done.
done.
Loaded symbols for /usr/lib/libsynfigapp.so.0
Reading symbols from /usr/lib/libsynfig.so.0...done.
Loaded symbols for /usr/lib/libsynfig.so.0
Reading symbols from /usr/lib/libIlmImf.so.2...done.
[...]
Reading symbols from
/usr/lib/synfig/modules/libmod_yuv420p.so.0...done.
Loaded symbols for /usr/lib/synfig/modules/libmod_yuv420p.so.0
#0  0x2e60dde0 in raise () from /lib/libc.so.6
#1  0x2e60f290 in abort () from /lib/libc.so.6
#2  0x2dfe430f in g_logv () from /usr/lib/libglib-2.0.so.0
#3  0x2dfe4393 in g_log () from /usr/lib/libglib-2.0.so.0
#4  0x2c789168 in Glib::exception_handlers_invoke ()
   from /usr/lib/libglibmm-2.4.so.1
#5  0x2c78e44a in Glib::SignalProxyNormal::slot0_void_callback ()
   from /usr/lib/libglibmm-2.4.so.1
#6  0x2db73910 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#7  0x2db82e8f in g_signal_stop_emission ()
   from /usr/lib/libgobject-2.0.so.0
#8  0x2db83fcc in g_signal_emit_valist ()
   from /usr/lib/libgobject-2.0.so.0
#9  0x2db84383 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#10 0x2c40ed4a in gtk_widget_activate ()
   from /usr/lib/libgtk-x11-2.0.so.0
#11 0x2c33f488 in gtk_menu_shell_activate_item ()
   from /usr/lib/libgtk-x11-2.0.so.0
#12 0x2c33f7ba in gtk_menu_shell_activate_item ()
   from /usr/lib/libgtk-x11-2.0.so.0
#13 0x2c330410 in _gtk_marshal_BOOLEAN__BOXED ()
   from /usr/lib/libgtk-x11-2.0.so.0
#14 0x2db73910 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#15 0x2db82c9d in g_signal_stop_emission ()
   from /usr/lib/libgobject-2.0.so.0
#16 0x2db83d0c in g_signal_emit_valist ()
   from /usr/lib/libgobject-2.0.so.0
#17 0x2db84383 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#18 0x2c40ef15 in gtk_widget_activate ()
   from /usr/lib/libgtk-x11-2.0.so.0
#19 0x2c32e81b in gtk_propagate_event ()
   from /usr/lib/libgtk-x11-2.0.so.0
#20 0x2c32ec97 in gtk_main_do_event ()
   from /usr/lib/libgtk-x11-2.0.so.0
#21 0x2c9f42ac in _gdk_events_queue ()
   from /usr/lib/libgdk-x11-2.0.so.0
#22 0x2dfdbadd in g_main_context_dispatch ()
   from /usr/lib/libglib-2.0.so.0
#23 0x2dfdeda5 in g_main_context_check ()
   from /usr/lib/libglib-2.0.so.0
#24 0x2dfdf06a in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#25 0x2c32e082 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#26 0x00587098 in main (argc=0, argv=0x7f91d6f8) at main.cpp:86


Also, when starting there is a window with "Navigator,
Info, ..." in the caption.  It seems there are 3 parts to
that form, but the second and the second seems to be 1 or
2 pixels high by default, so is completly covered by the
third, you just see some funny looking buttons
overlapping.  You can drag it to be bigger, and then
things look normal.


Kurt



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



Bug#365338: manpages-dev: [trivial] ppoll(2) symlinks to itself instead of poll(2)

2006-04-29 Thread Rémi Denis-Courmont
Package: manpages-dev
Version: 2.26-1
Severity: minor


Hello,

# man ppoll
man: can't resolve /usr/share/man/man2/ppoll.2.gz: Too many levels of
symbolic links
No manual entry for ppoll
# ls -l /usr/share/man/man2/ppoll.2.gz
lrwxrwxrwx 1 root root 10 Apr 29 10:12 /usr/share/man/man2/ppoll.2.gz ->
ppoll.2.gz

The fix should be obvious :) poll(2) also documents ppoll. 

Regards,

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.16.9
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages manpages-dev depends on:
ii  manpages  2.26-1 Manual pages about using a GNU/Lin

manpages-dev recommends no packages.

-- no debconf information



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



Bug#363483: FTBFS on kfreebsd-i386 and kfreebsd-amd64

2006-04-29 Thread Michael Banck
retitle 363483 xutils-dev: FTBFS on k*bsd and hurd-i386: Wrong manpage suffixes
thanks

Hi,

the same changes are needed for GNU/Hurd, a patch has been filed
upstream at
https://bugs.freedesktop.org/show_bug.cgi?id=6782

I've attached a unified patch for both #6654 and #6782, please apply
and rerun aclocal as this one patches xorg-macros.m4 rather than
aclocal.m4.


thanks,

Michael
--- util-macros-1.0.1/xorg-macros.m42006-04-16 01:11:55.0 +0200
+++ util-macros-1.0.1/xorg-macros.m4.new2006-04-29 13:22:16.0 
+0200
@@ -1,4 +1,4 @@
-dnl $Id: xorg-macros.m4,v 1.8 2005/12/09 15:28:41 kem Exp $
+dnl $Id: xorg-macros.m4,v 1.9 2006/04/21 22:47:13 alanc Exp $
 dnl
 dnl Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
 dnl 
@@ -79,40 +79,40 @@
 
 if test x$APP_MAN_SUFFIX = x; then
 case $host_os in
-   linux*) APP_MAN_SUFFIX=1x ;;
+   linux* | gnu* | k*bsd*-gnu) APP_MAN_SUFFIX=1x ;;
*)  APP_MAN_SUFFIX=1  ;;
 esac
 fi
 if test x$APP_MAN_DIR = x; then
 case $host_os in
-   linux*) APP_MAN_DIR='$(mandir)/man1' ;;
+   linux* | gnu* | k*bsd*-gnu) APP_MAN_DIR='$(mandir)/man1' ;;
*)  APP_MAN_DIR='$(mandir)/man$(APP_MAN_SUFFIX)' ;;
 esac
 fi
 
 if test x$LIB_MAN_SUFFIX = x; then
 case $host_os in
-   linux*) LIB_MAN_SUFFIX=3x ;;
+   linux* | gnu* | k*bsd*-gnu) LIB_MAN_SUFFIX=3x ;;
*)  LIB_MAN_SUFFIX=3  ;;
 esac
 fi
 if test x$LIB_MAN_DIR = x; then
 case $host_os in
-   linux*) LIB_MAN_DIR='$(mandir)/man3' ;;
+   linux* | gnu* | k*bsd*-gnu) LIB_MAN_DIR='$(mandir)/man3' ;;
*)  LIB_MAN_DIR='$(mandir)/man$(LIB_MAN_SUFFIX)' ;;
 esac
 fi
 
 if test x$FILE_MAN_SUFFIX = x; then
 case $host_os in
-   linux*) FILE_MAN_SUFFIX=5x ;;
+   linux* | gnu* | k*bsd*-gnu) FILE_MAN_SUFFIX=5x ;;
solaris*)   FILE_MAN_SUFFIX=4  ;;
*)  FILE_MAN_SUFFIX=5  ;;
 esac
 fi
 if test x$FILE_MAN_DIR = x; then
 case $host_os in
-   linux*) FILE_MAN_DIR='$(mandir)/man5' ;;
+   linux* | gnu* | k*bsd*-gnu) FILE_MAN_DIR='$(mandir)/man5' ;;
*)  FILE_MAN_DIR='$(mandir)/man$(FILE_MAN_SUFFIX)' ;;
 esac
 fi
@@ -121,14 +121,14 @@
 # LinuxDebian, not other Linuxes, so we leave it unchanged here
 if test x$MISC_MAN_SUFFIX = x; then
 case $host_os in
-#  linux*) MISC_MAN_SUFFIX=7x ;;
+#  linux* | gnu* | k*bsd*-gnu) MISC_MAN_SUFFIX=7x ;;
solaris*)   MISC_MAN_SUFFIX=5  ;;
*)  MISC_MAN_SUFFIX=7  ;;
 esac
 fi
 if test x$MISC_MAN_DIR = x; then
 case $host_os in
-#  linux*) MISC_MAN_DIR='$(mandir)/man7' ;;
+#  linux* | gnu* | k*bsd*-gnu) MISC_MAN_DIR='$(mandir)/man7' ;;
*)  MISC_MAN_DIR='$(mandir)/man$(MISC_MAN_SUFFIX)' ;;
 esac
 fi
@@ -137,14 +137,14 @@
 # LinuxDebian, not other Linuxes, so we leave it unchanged here
 if test x$DRIVER_MAN_SUFFIX = x; then
 case $host_os in
-#  linux*) DRIVER_MAN_SUFFIX=4x ;;
+#  linux* | gnu* | k*bsd*-gnu) DRIVER_MAN_SUFFIX=4x ;;
solaris*)   DRIVER_MAN_SUFFIX=7  ;;
*)  DRIVER_MAN_SUFFIX=4  ;;
 esac
 fi
 if test x$DRIVER_MAN_DIR = x; then
 case $host_os in
-#  linux*) DRIVER_MAN_DIR='$(mandir)/man4' ;;
+#  linux* | gnu* | k*bsd*-gnu) DRIVER_MAN_DIR='$(mandir)/man4' ;;
*)  DRIVER_MAN_DIR='$(mandir)/man$(DRIVER_MAN_SUFFIX)' ;;
 esac
 fi


Bug#365028: xbase-clients: setxbmap man page at odds with /usr/lib/X11/xkb/README.config

2006-04-29 Thread Daniel Stone
On Thu, Apr 27, 2006 at 01:28:43PM +0100, Reuben Thomas wrote:
> The man page for setxkbmap says "Only one layout is permitted." for
> -layout. But /usr/lib/X11/xkb/README.config has examples like: -layout
> "us,cz,de". One of them must be wrong.

Only one layout option is permitted (e.g. -layout us -layout cz -layout
de), is invalid.  So it's technically right, but yeah.  Very clunky.


signature.asc
Description: Digital signature


Bug#365126: HELP!! Re: Bug#365126: wmrack - FTBFS: error: WMRack needs X Windows!!!

2006-04-29 Thread Daniel Stone
On Sat, Apr 29, 2006 at 08:55:16AM +0200, Andreas Metzler wrote:
> AC_PATH_X searches[1] for [Xt],[X11/Intrinsic.h],[XtMalloc (0)] by
> default, so this shouldn't have worked[2], as you do not build-depend on
> libxt-dev. Try purging libxt-dev and rebuild after
> dpkg-source -x.

Er, no, that's AC_PATH_XTRA.  AC_PATH_X searches for
[X11],[X11/Xlib.h],[XrmInitialize ()].

Unfortunately a lot of people use AC_PATH_XTRA when they only need
AC_PATH_X, but this is not one of those cases, AFAICT.

Cheers,
Daniel


signature.asc
Description: Digital signature


Bug#365028: xbase-clients: setxbmap man page at odds with /usr/lib/X11/xkb/README.config

2006-04-29 Thread Reuben Thomas

On Thu, 27 Apr 2006, Daniel Stone wrote:


On Thu, Apr 27, 2006 at 01:28:43PM +0100, Reuben Thomas wrote:

The man page for setxkbmap says "Only one layout is permitted." for
-layout. But /usr/lib/X11/xkb/README.config has examples like: -layout
"us,cz,de". One of them must be wrong.


Only one layout option is permitted (e.g. -layout us -layout cz -layout
de), is invalid.  So it's technically right, but yeah.  Very clunky.


In that case, you need to correct /usr/lib/X11/xkb/README.config. Also, 
you could clarify the man page to indicate that you can use -layout 
multiple times.


--
http://rrt.sc3d.org/ | The only person worth beating is yourself


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



Bug#359177: logwatch: fail2ban logwatch scripts

2006-04-29 Thread Willi Mann



Dear Debian Developer and Upstream Authors of the LogWatch,

Please find attached scripts/configs for including reports about
fail2ban(http://fail2ban.sourceforge.net/) activity.  As the starting
point I took configs provided by "Rarig, Harry" <[EMAIL PROTECTED]>
and logwatch ssh script and also had to generate a new apply*date
script, since the time format in fail2ban logs seems to be not covered
by any present in the shipped logwatch.

I am emailing both DD and upstream since version shipped by Debian (7.1)
seems to be not the most recent stable upstream, and I believe that if
you decide to include the scripts, they will be included just in the
development branch. Dear DD, I would really appreciate if you include
the scripts in logwatch package meanwhile -- quite a few users would
benefit from that.


This might be overcautious but: Please state somewhere in the files (at 
least in the scripts) that they are licensed by the same terms as 
logwatch itself. Otherwise I need to wait for an upstream tarball to be 
released with them.


Willi



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



Bug#365340: some errors in manpage

2006-04-29 Thread Michelle Konzack
Package: spamassassin
Version: 3.0.3-2
Severity: normal

Error description:

Hi Maintainer,

sorry if this is allready reported but I have not found anything
in my Folder "BTS_debian.s.spamassassin/" and I have no Internet
connection curently to check it out On-Line.

The "man 1p spamassassin" say:

8<--
   -W, --add-to-whitelist
   Add all email addresses, in the headers and body of the mail mes-
   sage read from STDIN, to the automatic whitelist.  Note that you
^^^
This is OK

   must be running "spamassassin" or "spamd" with the -a switch for
   this to work.  See the -a documentation for more information.

   --add-to-blacklist
   Add all email addresses, in the headers and body of the mail mes-
   sage read from STDIN, to the automatic whitelist with a high score
^^^
I do not want to whitlist People I do not like

   (ensuring they will be ''blacklisted'').  Note that you must be
   running "spamassassin" or "spamd" with the -a switch.  See the -a
   documentation for more information.

   -R, --remove-from-whitelist
   Remove all email addresses, in the headers and body of the mail
   message read from STDIN, from the automatic whitelist. STDIN must
 ^^^
 This is OK

   contain a full email message, so to remove a single address you
   should use --remove-addr-from-whitelist instead.

   Note that you must be running "spamassassin" or "spamd" with the -a
   switch.  See the -a documentation for more information.

   --add-addr-to-whitelist
   Add the named email address to the automatic whitelist.  Note that
  ^^^
 Again an error

   you must be running "spamassassin" or "spamd" with the -a switch.
   See the -a documentation for more information.

   --add-addr-to-blacklist
   Add the named email address to the automatic whitelist with a high
  ^^^
 And here the third one

   score (ensuring they will be ''blacklisted'').  Note that you must
   be running "spamassassin" or "spamd" with the -a switch.  See the
   -a documentation for more information.
8<--

Maybe the editor of the manpage should avoid using Copy-N-Past?



-- System Information
Debian Release: 3.1
Kernel Version: Linux michelle1.private 2.4.27-2-386 #1 Wed Aug 17 09:33:35 UTC 
2005 i686 GNU/Linux


Versions of the packages spamassassin depends on:



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



Bug#365317: lablgtk2: remove the dependency on OpenGL

2006-04-29 Thread Samuel Mimram
Hi Manu,

Emmanuel Beffara wrote:
> It would be really nice to move the OpenGL part of LablGtk into a separate
> package, so that the liblablgtk2 packages don't depend on them. In the current
> state of things, installing liblablgtk2-ocaml-dev requires installing Mesa
> libraries. Also, liblablgtk2-ocaml-dev depends on liblablgl-ocaml-dev, which
> in turn requires Tcl/Tk development packages. On the whole, on my system with
> an OpenGL-free Xorg 7 installed, installing lablgtk2 requires 52Mb of useless
> dependencies.
> 
> I don't know if GtkGL support can be built into a package by itself, but maybe
> providing two versions of the package, one with GL and one without, would be
> enough.

We've done it in the past to move away the gnome-specific dependencies
in liblablgtk2-gnome-ocaml, so it should not be so much of a problem.
I'll try to split the opengl dependencies in liblablgtk2-gl-ocaml in the
next few days.

Cheers,

Samuel.


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



Bug#365343: gnuhtml2latex: uses \chapter in article class

2006-04-29 Thread Alberto Maurizi
Package: gnuhtml2latex
Version: 0.3-1
Severity: important


It intepretes  as \chapter, regardless of the fact that defines
"article" as \documentclass.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages gnuhtml2latex depends on:
ii  libhtml-parser-perl   3.52-1 A collection of modules that parse
ii  perl  5.8.8-4Larry Wall's Practical Extraction 

gnuhtml2latex recommends no packages.

-- no debconf information


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



Bug#365339: make number of rotatelogs configurable

2006-04-29 Thread Michelle Konzack
Package: sysklogd
Version: 1.4.1-17
Severity: wishlist

Error description:

The script /etc/cron.daily/sysklogd use 

8<--
for LOG in `syslogd-listfiles`
do
   if [ -s $LOG ]; then
  savelog -g adm -m 640 -u root -c 7 $LOG >/dev/null
   fi
done
8<--

Please make the value of "-c" configurable via /etc/defaults/sysklogd

I find it not realy funny to edit /etc/cron.daily/sysklogd and after
an upgrade it is gone and I have to remember, that I need to edit the
script.

Greetings
Michelle


-- System Information
Debian Release: 3.1
Kernel Version: Linux michelle1.private 2.4.27-2-386 #1 Wed Aug 17 09:33:35 UTC 
2005 i686 GNU/Linux


Versions of the packages sysklogd depends on:
ii  klogd  1.4.1-17   Kernel Logging Daemon
ii  libc6  2.3.2.ds1-22   GNU C Library: Shared libraries and Timezone
klogd   Version: 1.4.1-17 (Provides virtual package linux-kernel-log-daemon)
ii  klogd  1.4.1-17   Kernel Logging Daemon
^^^ (Provides virtual package linux-kernel-log-daemon)



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



Bug#365344: ITP: kalign -- Global and progressive multiple sequence alignment

2006-04-29 Thread Charles Plessy
Package: wnpp
Severity: wishlist
Owner: Charles Plessy <[EMAIL PROTECTED]>


  Package name: kalign
  Version : 1.04
  Upstream Author : Timo Lassmann <[EMAIL PROTECTED]>
  URL : http://msa.cgb.ki.se/downloads/kalign-1.04.tgz
  License : GPL
  Description : Global and progressive multiple sequence alignment

  Kalign is a command line tool to perform multiple alignment of
  biological sequences. It employs the Wu-Manber string-matching
  algorithm, to improve both the accuracy and speed of the alignment.
  It uses global, progressive alignment approach, enriched by employing
  an approximate string-matching algorithm to calculate sequence
  distances and by incorporating local matches into the otherwise global
  alignment. In comparisons made by its authors, Kalign was about 10
  times faster than ClustalW and, depending on the alignment size, up to
  50 times faster than popular iterative methods. It has been published
  in Lassmann and Sonnhammer, BMC Bioinformatics 2005, 6:298.
.
  Homepage: http://msa.cgb.ki.se


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: powerpc (ppc64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16farm
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)


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



Bug#365341: xft: Neither package includes debug symbols.

2006-04-29 Thread Tim Johann
Package: xft
Version: 2.1.8.2
Severity: important
Tags: patch, etch, sid 


I needed to debug a problem involving a crash in libxft.so.2 
 (This seems not to be due to a bug in this library).
 
 But, it turns out, that:

1. The libxft2-dbg package does not contain any libraries.
2. According to the rules file the intention was to keep
   debugging symbols in the main package libxft2.
   Nevertheless, that is not the case.

   Even _after_changing_ the definition
PACKAGE = libxft1
   (in debian/rules), which causes a
dh_strip --dbg-package=libxft1
   , the resulting library gets stripped.

Solution(s)
   Either,
simply comment out the line
 dh_strip --dbg-package=$(PACKAGE)
making the definition of PACKAGE obsolete.
   Or,
put the debugging enabled libraries into the -dbg
package.  I guess there is something about that in the
policy, but I am too lazy to search for that.

   greets,
 t1m


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.5-upagupta
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB (charmap=ISO-8859-1)


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



Bug#365028: xbase-clients: setxbmap man page at odds with /usr/lib/X11/xkb/README.config

2006-04-29 Thread Reuben Thomas

On Sat, 29 Apr 2006, Daniel Stone wrote:


On Sat, Apr 29, 2006 at 12:34:32PM +0100, Reuben Thomas wrote:

On Thu, 27 Apr 2006, Daniel Stone wrote:

On Thu, Apr 27, 2006 at 01:28:43PM +0100, Reuben Thomas wrote:

The man page for setxkbmap says "Only one layout is permitted." for
-layout. But /usr/lib/X11/xkb/README.config has examples like: -layout
"us,cz,de". One of them must be wrong.


Only one layout option is permitted (e.g. -layout us -layout cz -layout
de), is invalid.  So it's technically right, but yeah.  Very clunky.


In that case, you need to correct /usr/lib/X11/xkb/README.config. Also,
you could clarify the man page to indicate that you can use -layout
multiple times.


Closing parenthesis was in the wrong place.

-layout us -layout cz -layout de, is invalid.
-layout us,cz,de is correct.


Right, so you can clarify that in the man page. "Only one layout option 
is permitted, but it can specify multiple comma-separated layouts, e.g. 
...". Something like that?



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



Bug#365327: libcamel1.2-6: Evolution hangs when accessing GPG keys from a SmartCard

2006-04-29 Thread Tilman Koschnick
On Sat, 2006-04-29 at 12:33 +0200, Heikki Henriksen wrote:
> lør, 29,.04.2006 kl. 11.52 +0200, skrev Tilman Koschnick:
> > forwarded 365327 http://bugzilla.gnome.org/show_bug.cgi?id=335386
> > thanks
> > I found a corresponding bug report in upstream's bugzilla:
> > 
> > and forwarded my patch to it.
> 
> Thanks :)
> 
> http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/?rev=354&sc=1

Oh, great! Thanks for the quick inclusion!

Cheers, Til




Bug#365028: xbase-clients: setxbmap man page at odds with /usr/lib/X11/xkb/README.config

2006-04-29 Thread Daniel Stone
On Sat, Apr 29, 2006 at 12:34:32PM +0100, Reuben Thomas wrote:
> On Thu, 27 Apr 2006, Daniel Stone wrote:
> >On Thu, Apr 27, 2006 at 01:28:43PM +0100, Reuben Thomas wrote:
> >>The man page for setxkbmap says "Only one layout is permitted." for
> >>-layout. But /usr/lib/X11/xkb/README.config has examples like: -layout
> >>"us,cz,de". One of them must be wrong.
> >
> >Only one layout option is permitted (e.g. -layout us -layout cz -layout
> >de), is invalid.  So it's technically right, but yeah.  Very clunky.
> 
> In that case, you need to correct /usr/lib/X11/xkb/README.config. Also, 
> you could clarify the man page to indicate that you can use -layout 
> multiple times.

Closing parenthesis was in the wrong place.

-layout us -layout cz -layout de, is invalid.
-layout us,cz,de is correct.

Cheers,
Daniel


signature.asc
Description: Digital signature


Bug#357978: adduser calls /usr/bin/chfn instead of invoking chfn from PATH

2006-04-29 Thread Marc Haber
tags #357978 confirmed
thanks

On Mon, Mar 20, 2006 at 04:02:21PM +, Ian Jackson wrote:
> Can't exec "/usr/bin/chfn": No such file or directory at
> /usr/sbin/adduser line 892,  line 9.
> adduser: `/usr/bin/chfn naath' returned error code 16777215.
> Aborting.
> 
> # type chfn
> chfn is /usr/local/bin/chfn
> #
> 
> (I have diverted /usr/bin/chfn so that I can replace it with my own,
> which is a compatible replacement/wrapper.)

Hm. We are using hard-coded paths since we avoid using a shell for
subprocess invocation. We're going to change to a PATH-honoring setup
in one of the next versions, but we're going to set our own PATH on
startup to avoid privilege escalation issues. Most probably, the PATH
will be /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin,
so you'd really need to divert /usr/bin/chfn away to have
/usr/local/bin/chfn used.

Greetings
Marc

-- 
-
Marc Haber | "I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things."Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#365332: undefined symbol: UDFFindFile

2006-04-29 Thread Stephen Gran
On Sat, Apr 29, 2006 at 01:48:30PM +0200, Daniel Baumann said:
> Stephen Gran wrote:
> > This version still doesn't export the symbol for some reason.  Dan, can 
> > I be of assistance here in any way?  Let me know if you need me to do
> > some whacking on libdvdread to make it export the symbol again.
> 
> If you could provide a patch, I would be glad to add it. I fear that I
> will not be able to do it before next week.

OK, I'll try to look at it this weekend.  Just to be clear, UDFFindFile
should be an exported public symbol, so it should presumably also be in
the public headers as well, right?  I'll see if I cna't fix both issues
at the same time.

Take care,
-- 
 --
|  Stephen Gran  | Coming together is a beginning; |
|  [EMAIL PROTECTED] | keeping together is progress;   working |
|  http://www.lobefin.net/~steve | together is success.|
 --


signature.asc
Description: Digital signature


Bug#364776: [Pkg-texlive-maint] Bug#364776: texlive-lang-greek: documentation not available via texdoc

2006-04-29 Thread Norbert Preining
Finally I found a bit of time to read up all the emails ..., sometimes
it is perfect way of doing, because you sorted out already everything.

On Don, 27 Apr 2006, Frank Küster wrote:
> --- Debian-TeX-Policy.sgml(Revision 1244)
> +++ Debian-TeX-Policy.sgml(Arbeitskopie)
> @@ -372,7 +372,11 @@
>   texdoc.  This can be done be either installing
>   the files below /usr/share/doc/texmf, or by
>   providing symlinks from subdirectories of that location to the
> - actual documentation files.
> + actual documentation files.  To allow partial parallel
> + installation of different basic TeX packages, these always
> + install their documentation files into
> + /usr/share/doc/packagename and put
> + symlinks into their respective TEXMFSITE.
>   

Perfect with me.

Concerning the bug: I guess I will let all packages depend on
texlive-doc-base (if possible, I have to check) so one would
automatically get the necessary link.

Agree?

Best wishes

Norbert

---
Dr. Norbert Preining  Università di Siena
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
HUBY (n.)
A half-erection large enough to be a publicly embarrassing bulge in
the trousers, not large enough to be of any use to anybody.
--- Douglas Adams, The Meaning of Liff


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



Bug#360696: [exim] Bug#360696: Failed to get write lock for /var/spool/exim4/db/retry.lockfile:timedout

2006-04-29 Thread Andreas Metzler
On 2006-04-28 Michel Meyers <[EMAIL PROTECTED]> wrote:
> Philip Hazel wrote:
[...]
>> (gdb) where
>> #0  0xe410 in ?? ()
>> #1  0xbfd18ce8 in ?? ()
>> #2  0xb7ab6ff4 in ?? ()
>> #3  0xbfd18d0c in ?? ()
>> #4  0xb7a44313 in ?? ()
>> #5  0xb7e78cb0 in ?? () from /usr/lib/libdb-4.2.so
>> #6  0xbfd18d78 in ?? ()
>> #7  0xb7e5ffb2 in __memp_set_ftype_4002 () from /usr/lib/libdb-4.2.so
>> #8  0xb7e5ffb2 in __memp_set_ftype_4002 () from /usr/lib/libdb-4.2.so
>> #9  0xb7e459ce in __dbenv_set_flags_4002 () from /usr/lib/libdb-4.2.so
>> #10 0xb7e2cfff in __db_c_put_4002 () from /usr/lib/libdb-4.2.so
>> #11 0xb7e28990 in __db_pg_free_read_4002 () from /usr/lib/libdb-4.2.so
>> #12 0x080616b2 in dbfn_open (name=0x80f1ad1 "retry", flags=2,
>> dbblock=0x812d498, lof=1) at dbfn.c:166
>> #13 0x0809da66 in retry_update (addr_defer=0x810bf18, addr_failed=0x810bf14,
>> addr_succeed=0x810bf04) at retry.c:599
>> #14 0x0806b61d in deliver_message (id=0x81244d5 "1FYpIF-0006Rh-NB", forced=0,
>> give_up=0) at deliver.c:6086
>> #15 0x0808fc8a in queue_run (start_id=0x0, stop_id=0x0, recurse=0)
>> at queue.c:621
>> #16 0x08072c0e in main (argc=, cargv=0xbfd59bc4)
>> at exim.c:3878

>> If that backtrace is to be trusted, Exim's function dbfn_open() has
>> called the function __db_pg_free_read_4002() from the libdb library, and
>> somewhere in there is where things get stuck. Of course, Exim doesn't
>> call such a function by a name like that. It will be using the "open"
>> function pointer in the data structure it gets from db_create().

>> There have been several releases of libdb-4.2 (I'm running 4.2.52). I
>> wonder what you are running?

> I've got 4.2.52-23.1.

>> Anyway, this looks like something really horrid going on inside libdb. I
>> am not at all sure what we do now. Andreas?

> Good question. Either this is something wrong with my system (HDD
> corruption?) or the Debian bug needs to go to the maintainer of libdb4.2
> for further handling.

It might be a good idea to check whether the retry db is corrupted and
makes libdb break. - Moving away /var/spool/exim4/db/* (but not
deleteting them, they might be useful for debugging) would accomplish
that. If that failed the logical next step would be to check if e.g.
libdb 4.4 also shows the bug.

cu andreas
-- 
The 'Galactic Cleaning' policy undertaken by Emperor Zhark is a personal
vision of the emperor's, and its inclusion in this work does not constitute
tacit approval by the author or the publisher for any such projects,
howsoever undertaken.(c) Jasper Ffforde


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



Bug#365342: mpd: MPD should not bind to all IP addresses by default

2006-04-29 Thread Michael Berg
Package: mpd
Version: 0.11.5-6
Severity: wishlist

The mpd daemon currently binds to (and listens on) all active network
interfaces by default.

It would be good from a security viewpoint to either include the line

bind_to_address  "127.0.0.1"

in the default mpd.conf or to ask the user what interface they want
mpd to listen on when it is being configured
("any" being an option to allow the current behavior if desired).

Binding to only the localhost (127.0.0.1) interface by default is the
approach taken by many other daemons in Debian (such as CUPS).

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

Versions of packages mpd depends on:
ii  adduser  3.87Add and remove users and groups
ii  debconf [debconf-2.0]1.5.0   Debian configuration management sy
ii  libao2   0.8.6-4 Cross Platform Audio Output Librar
ii  libasound2   1.0.11-3ALSA library
ii  libaudiofile00.2.6-6 Open-source version of SGI's audio
ii  libc62.3.6-7 GNU C Library: Shared libraries
ii  libflac7 1.1.2-3.1   Free Lossless Audio Codec - runtim
ii  libid3tag0   0.15.1b-8   ID3 tag reading library from the M
ii  libmad0  0.15.1b-2.1 MPEG audio decoder library
ii  libmikmod2   3.1.11-a-6  A portable sound library
ii  libogg0  1.1.3-2 Ogg Bitstream Library
ii  libvorbis0a  1.1.2-1 The Vorbis General Audio Compressi
ii  libvorbisfile3   1.1.2-1 The Vorbis General Audio Compressi
ii  zlib1g   1:1.2.3-11  compression library - runtime

mpd recommends no packages.

-- debconf information excluded


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



Bug#364994: [EMAIL PROTECTED]: SMART error (OfflineUncorrectableSector) detected on host: country]

2006-04-29 Thread Wouter Verhelst
On Fri, Apr 28, 2006 at 10:53:24AM -0500, Bruce Allen wrote:
> Consider -U 0 or -C 0

That would totally turn of this reporting. That's not what I want; I do
appreciate being told if things break _more_. It's just that I would
like smartd to store which sectors it's already reported on (or what
number of sectors, if that isn't possible), and only report _if the
numbers change_.

-- 
Fun will now commence
  -- Seven Of Nine, "Ashes to Ashes", stardate 53679.4


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



Bug#365126: HELP!! Re: Bug#365126: wmrack - FTBFS: error: WMRack needs X Windows!!!

2006-04-29 Thread Andreas Metzler
On 2006-04-29 Daniel Stone <[EMAIL PROTECTED]> wrote:
> On Sat, Apr 29, 2006 at 08:55:16AM +0200, Andreas Metzler wrote:
> > AC_PATH_X searches[1] for [Xt],[X11/Intrinsic.h],[XtMalloc (0)] by
> > default, so this shouldn't have worked[2], as you do not build-depend on
> > libxt-dev. Try purging libxt-dev and rebuild after
> > dpkg-source -x.

> Er, no, that's AC_PATH_XTRA.  AC_PATH_X searches for
> [X11],[X11/Xlib.h],[XrmInitialize ()].
[...]

Only in Debian (yet) and only since since autoconf 2.59a-4 (#327655).

cu and- more detail in my last mil in the original thread on dx -reas

-- 
The 'Galactic Cleaning' policy undertaken by Emperor Zhark is a personal
vision of the emperor's, and its inclusion in this work does not constitute
tacit approval by the author or the publisher for any such projects,
howsoever undertaken.(c) Jasper Ffforde


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



Bug#365345: clock-setup: Please support the ppc64 architecture

2006-04-29 Thread Andreas Jochens
Package: clock-setup
Version: 0.9
Severity: wishlist
Tags: patch

Hello,

the attached patch adds 'ppc64' to the architecture line in debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/clock-setup-0.9/debian/control ./debian/control
--- ../tmp-orig/clock-setup-0.9/debian/control  2006-02-07 15:07:28.0 
+
+++ ./debian/control2006-04-29 12:01:16.0 +
@@ -7,7 +7,7 @@
 Standards-Version: 3.6.2
 
 Package: clock-setup
-Architecture: alpha amd64 arm armeb hppa i386 ia64 m68k mips mipsel powerpc 
sparc kfreebsd-i386
+Architecture: alpha amd64 arm armeb hppa i386 ia64 m68k mips mipsel powerpc 
ppc64 sparc kfreebsd-i386
 Depends: os-prober, tzsetup-udeb, mounted-partitions
 XC-Package-Type: udeb
 XB-Installer-Menu-Item: 62


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



Bug#365216: tetex-base: babel: 00readme.heb (hebrew documentation) is missing, only in tetex-src

2006-04-29 Thread Florent Rougon
Frank Küster <[EMAIL PROTECTED]> wrote:

> What do you think?

Well, I'd say it's up to you to decide whether it bothers you more to
upload 2 big packages or to create your missingfiles.tar.gz...

-- 
Florent



Bug#365334: dpkg: [INTL:ja] updated Japanese message catalog

2006-04-29 Thread Christian Perrier
> I updated Japanese translation of program messages (po/ja.po) for current
> SVN trunk version.
> Please apply this.

There seem to be some errors in it:

[EMAIL PROTECTED]:~/src/debian/dpkg/costa/trunk/po> LC_ALL=C msgfmt -o 
/dev/null -c ja.po
ja.po:2183: 'msgstr' is not a valid C format string, unlike 'msgid'. Reason: In 
the directive number 1, the character '$' is not a valid conversion specifier.
ja.po:2778: number of format specifications in 'msgid' and 'msgstr' does not 
match
ja.po:2790: number of format specifications in 'msgid' and 'msgstr' does not 
match
ja.po:2797: 'msgstr' is not a valid C format string, unlike 'msgid'. Reason: In 
the directive number 1, the character '$' is not a valid conversion specifier.
msgfmt: found 4 fatal errors




signature.asc
Description: Digital signature


Bug#365346: ssl-cert: [INTL:nl] Translation into Dutch available

2006-04-29 Thread Vincent Zweije
Package: ssl-cert
Version: 1.0-11
Severity: minor
Tags: patch l10n

Please find attached the Dutch po-debconf translation. This translation
has been vetted by the review process of the debian-l10n-dutch team.
Please add it to your next package revision, it should be inserted in
your package build-tree as debian/po/nl.po, TIA.

Feel free to mail me if this file needs updating at some future date.

Ciao.  Vincent.
-- 
Vincent Zweije <[EMAIL PROTECTED]>| "If you're flamed in a group you
  | don't read, does anybody get burnt?"
[Xhost should be taken out and shot] |-- Paul Tomblin on a.s.r.
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
#
msgid ""
msgstr ""
"Project-Id-Version: ssl-cert 1.0-11\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-01-07 16:12+\n"
"PO-Revision-Date: 2006-04-21 21:09+0100\n"
"Last-Translator: Vincent Zweije <[EMAIL PROTECTED]>\n"
"Language-Team: Debian-Dutch \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: string
#. Default
#: ../templates:3
msgid "GB"
msgstr "NL"

#. Type: string
#. Description
#: ../templates:4
msgid "Country Name"
msgstr "Naam van het land"

#. Type: string
#. Description
#: ../templates:4
msgid "The two letter code for your Country. (e.g. GB) (countryName)"
msgstr "De tweeletterige code van uw land, bijvoorbeeld NL. (countryName)"

#. Type: string
#. Default
#: ../templates:9
msgid "Some-State"
msgstr "Provincie of staat"

#. Type: string
#. Description
#: ../templates:10
msgid "State or Province Name"
msgstr "Naam van provincie of staat"

#. Type: string
#. Description
#: ../templates:10
msgid "Your state, county or province. (stateOrProvinceName)"
msgstr "Uw provincie, staat of gemeente. (stateOrProvinceName)"

#. Type: string
#. Default
#: ../templates:15
msgid "Some-Locality"
msgstr "Stad"

#. Type: string
#. Description
#: ../templates:16
msgid "Locality Name"
msgstr "Naam van de stad"

#. Type: string
#. Description
#: ../templates:16
msgid "The name of the city or town that you live in. (localityName)"
msgstr "De naam van de stad of het dorp waarin u woont. (localityName)"

#. Type: string
#. Default
#: ../templates:21
msgid "One Organization"
msgstr "Een organisatie"

#. Type: string
#. Description
#: ../templates:22
msgid "Organisation Name"
msgstr "Naam van de organisatie"

#. Type: string
#. Description
#: ../templates:22
msgid ""
"The name of the company or organisation the certificate is for. "
"(organisationName)"
msgstr ""
"De naam van het bedrijf of de organisatie waarvoor het certificaat is bedoeld. "
"(organisationName)"

#. Type: string
#. Default
#: ../templates:28
msgid "One Organization Unit"
msgstr "Afdeling"

#. Type: string
#. Description
#: ../templates:29
msgid "Organisational Unit Name"
msgstr "Naam van de afdeling van de organisatie"

#. Type: string
#. Description
#: ../templates:29
msgid ""
"The Division or section of the organisation the certificate is for. "
"(organisationalUnitName)"
msgstr ""
"De afdeling of sectie van de organisatie waarvoor het certificaat is bedoeld. "
"(organisationalUnitName)"

#. Type: string
#. Description
#: ../templates:36
msgid "Host Name"
msgstr "Computernaam"

#. Type: string
#. Description
#: ../templates:36
msgid ""
"The host name of the server the certificate is for. This must be filled in. "
"(commonName)"
msgstr ""
"De naam van de computer waarvoor het certificaat is bedoeld. Dit moet worden ingevuld. "
"(commonName)"

#. Type: string
#. Description
#: ../templates:43
msgid "Email Address"
msgstr "E-mailadres"

#. Type: string
#. Description
#: ../templates:43
msgid "The email address that should be associated with the certificate."
msgstr "Het e-mailadres dat met het certificaat moet worden verbonden."

#. Type: title
#. Description
#: ../templates:48
msgid "Configure an SSL Certificate."
msgstr "Een SSL certificaat samenstellen."


signature.asc
Description: Digital signature


Bug#364638: Invalid characters in short user name need reboot

2006-04-29 Thread Christian Perrier
> You mean 'string questions'? In 'select questions' the non ASCII keys do 

Yeah, string questions. My mistake.

> not work too, but do not have a bad side-effect. E.g. in one of the last 
> dialogs of the partitioner there is a choice in the German version 
> beginning with a non ASCII 'Änderungen auf Platte schreiben' and jumping 
> to this choice does not work by clicking the key 'ä' or 'Ä'.

Ah, probably another (minor) bug, imho...or maybe the same one that I
reassigned to cdebconf.

About #364638 and me trying to enter "Christian Périer" as full
name:

On the installed system, the created user has "Christian Périer" as
GECOS field...but the character is encoded in ISO-8859-1 instead of
UTF-8.

So, it definitely seems that the problem is more the keyboard input
not properly interpreted as UTF-8.







signature.asc
Description: Digital signature


Bug#364471: aptitude: [INTL:nl] Updated Dutch translation

2006-04-29 Thread Christian Perrier
Quoting Luk Claes ([EMAIL PROTECTED]):
> Package: aptitude
> Version: 0.4.1-1
> Severity: wishlist
> Tags: l10n, patch
> 
> Hi
> 
> Attached the updated Dutch translation of the po file Christian
> (bubulle) has sent me...

There are some errors  in it:

[EMAIL PROTECTED]:~/src/debian/aptitude/po> LC_ALL=C msgfmt -o /dev/null -c 
nl.po
nl.po:2022: end-of-line within string
nl.po:2022:13: parse error
nl.po:2023: end-of-line within string
msgfmt: found 3 fatal errors



signature.asc
Description: Digital signature


Bug#363445: libgtk2.0-dev: Should depend on version of libx11-dev that provides x11.pc

2006-04-29 Thread Sebastien Bacher
Le mercredi 19 avril 2006 à 15:01 +1000, Peter Moulder a écrit :

> I'd guess that an appropriate versioned Depends would be
> libx11-dev (>= 2:1.0.0).

libx11 should update its shlib rather, so libgtk2.0-0 will Depends on a
new libx11 and -dev which is in sync with lib will be correct too





Bug#365344: ITP: kalign -- Global and progressive multiple sequence alignment

2006-04-29 Thread Guus Sliepen
On Sat, Apr 29, 2006 at 09:00:03PM +0900, Charles Plessy wrote:

>   URL : http://msa.cgb.ki.se/downloads/kalign-1.04.tgz

I was about to say that an URL to the home page of this program would be
more useful than a link to the latest tarball, but I noticed that

>   Homepage: http://msa.cgb.ki.se

Produces a page that only contains broken links. If you have any
connections with the webmaster of that site or the upstream maintainer,
please tell them to fix their website.

-- 
Met vriendelijke groet / with kind regards,
Guus Sliepen <[EMAIL PROTECTED]>


signature.asc
Description: Digital signature


Bug#365070: tex-common: dh_installtex: upon removal, runs update-* even if not needed

2006-04-29 Thread Norbert Preining
Hi Frank!

On Don, 27 Apr 2006, Frank Küster wrote:
> Running update-updmap --quiet. This may take some time... done.
> Running update-language. This may take some time... done.
> Running update-fmtutil. This may take some time... done.
> 
> This is the new version which doesn't have any post* maintainer scripts
> of its own, only debhelper generated ones.

True, but do we really want to remove it? It might help in some cases
where *other* packages forgot to call in upon removal etc? 

>From postrm-tex:
It doesn't hurt to call all of them.
So is it only for aestethic reasons of the output, or are your seriously
concerned that these 3 programs are always called?

OTOH, the time intense stuff (updmap-sys, fmtutil-sys) is ONLY called if
necessary, only the three update-* are called unconditionally. 

BTW, they are also called in the postinst script, but there without the
error checking.

So let's rephrase it:
Wishlist: Create a new dhit_ function which calls the argument progs and
only in error case outputs something.

WOuld this be ok?

Best wishes

Norbert

---
Dr. Norbert Preining  Università di Siena
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
MAENTWROG (n. Welsh)
The height by which the top of a wave exceeds the heigh to which you
have rolled up your trousers.
--- Douglas Adams, The Meaning of Liff


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



  1   2   3   4   >