Bug#501851: zsh: Completion fails if a directory name contains '(', ')' and 'Ą '.

2008-10-19 Thread Morita Sho
On 10/19/2008 03:48 AM, Peter Stephenson wrote:
 Thanks, this tells me that the compfiles utility isn't handling Meta
 characters properly when performing matching.  Luckily this seems to be
 a local problem within that command that I think the patch addresses.

I can confirm that the completion problem has been solved on cvs head.
Thanks for your work!


-- 
Morita Sho [EMAIL PROTECTED]



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



Bug#419600: mondo: Fails to create images larger than 1000MB when archiving to hard disk

2008-10-19 Thread Andree Leidenfrost
Hi Simon,

Sorry for the very late response!

From the mondo-archive.log I can see that mkisofs failed to create the
ISO image. I think this may be because of a problem with creating larger
files on the Iomega Rev drive. Could you try manually creating a file
larger than 1000MB, e.g. with 3380MB size directly on the mounted Iomega
Rev drive to see whether that works, e.g. by doing this:

dd if=/dev/zero of=/mnt/rev/test.dat bs=1M count=4380

I use 4380MB image size all the time with mondoarchive and I have not
experienced this problem. However, if this is still an issue for you, it
would be great if you could then also try the latest package version
(1:2.2.7-1 at the moment).

Given that you reported this quite some time ago, this may not be an
issue for you anymore. It would be great if you could give your feedback
either way. (I'll close the bug in four weeks time if I don't hear
anything, but active confirmation from your end would be most welcome.)

Thanks a lot  best regards,
Andree


On Mon, 2007-04-16 at 21:56 +0100, Simon Brown wrote:
 Package: mondo
 Version: 2.20-1.1
 Severity: normal
 
 When archiving to hard disk using the GUI, the process fails to write a disk 
 image larger than about 1000 MB. It creates the image correctly but when 
 writing it to disk, in this case an Iomega Rev drive, it fails after writing 
 about 1000 MB. I had set the disk image size to be 4380. I have just 
 sucessfully archived with an Image size of 1000 MB.
 
 -- Package-specific info:
 /var/log/mindi.log and /var/log/mondo-archive.log provided in attachment.
 
 
 =
 Fileystem information not included as per user request.
 
 -- System Information:
 Debian Release: lenny/sid
   APT prefers testing
   APT policy: (1001, 'testing')
 Architecture: amd64 (x86_64)
 
 Kernel: Linux 2.6.18-4-amd64 (SMP w/2 CPU cores)
 Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/bash
 
 Versions of packages mondo depends on:
 ii  afio2.5-4archive file manipulation program
 ii  buffer  1.19-9   Buffering/reblocking program for 
 t
 ii  cdrecord9:1.1.4-1Dummy transition package for 
 wodim
 ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
 ii  libfribidi0 0.10.7-4 Free Implementation of the 
 Unicode
 ii  libnewt0.52 0.52.2-10Not Erik's Windowing Toolkit - 
 tex
 ii  lzop1.01-4   fast compression program
 ii  mindi   2.20-2   creates boot/root disks based on 
 y
 
 Versions of packages mondo recommends:
 ii  dvd+rw-tools  7.0-7  DVD+-RW/R tools
 
 Versions of packages mindi depends on:
 ii  binutils  2.17-3 The GNU assembler, linker and 
 bina
 ii  bzip2 1.0.3-6high-quality block-sorting file 
 co
 ii  dosfstools2.11-2.1   Utilities to create and check 
 MS-D
 ii  file  4.20-4 Determines file type using 
 magic
 ii  gawk  1:3.1.5.dfsg-4 GNU awk, a pattern scanning and 
 pr
 ii  mindi-busybox 1.2.1-2Collection of shell utilities in 
 a
 ii  mkisofs   9:1.1.4-1  Dummy transition package for 
 genis
 ii  module-init-tools 3.3-pre4-2 tools for managing Linux kernel 
 mo
 ii  ms-sys2.1.0-1Write a Microsoft compatible 
 boot 
 ii  nano  2.0.3-1free Pico clone with some new 
 feat
 ii  parted1.7.1-5.1  The GNU Parted disk partition 
 resi
 ii  syslinux  1:3.31-4   Bootloader for Linux/i386 using 
 MS
 
 -- no debconf information
-- 
Andree Leidenfrost
Sydney - Australia



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


Bug#502623: patch second try... Bug#502623: grub-installer

2008-10-19 Thread Osamu Aoki
Hi,

For 502623: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=502623

Here is updated patch which takes care odd partition offset of grub
legacy.  Around frdev, I may have been too aggressive

Osamu

diff -Nru grub-installer-1.35/debian/changelog grub-installer-1.35+nmu2/debian/changelog
--- grub-installer-1.35/debian/changelog	2008-09-30 03:31:13.0 +0900
+++ grub-installer-1.35+nmu2/debian/changelog	2008-10-19 15:08:37.0 +0900
@@ -1,3 +1,17 @@
+grub-installer (1.35+nmu2) experimental; urgency=low
+
+  * more hacking ... this should fix boot partition calculation
+but it may be over correction for some RAID thingy. 
+
+ -- Osamu Aoki [EMAIL PROTECTED]  Sun, 19 Oct 2008 15:07:24 +0900
+
+grub-installer (1.35+nmu1) experimental; urgency=low
+
+  * Non-maintainer upload. (I will not do it)
+  * support grub2 with correct message on device name convention
+
+ -- Osamu Aoki [EMAIL PROTECTED]  Sun, 19 Oct 2008 12:00:26 +0900
+
 grub-installer (1.35) unstable; urgency=low
 
   * Add support for MMC/SD card devices (mmcblkX).
diff -Nru grub-installer-1.35/debian/grub-installer.templates grub-installer-1.35+nmu2/debian/grub-installer.templates
--- grub-installer-1.35/debian/grub-installer.templates	2008-04-28 17:38:06.0 +0900
+++ grub-installer-1.35+nmu2/debian/grub-installer.templates	2008-10-19 10:52:13.0 +0900
@@ -95,6 +95,26 @@
 your third drive (SCSI here);
   - (fd0) or /dev/fd0 will install GRUB to a floppy.
 
+Template: grub-installer/bootdev2
+Type: string
+# :sl2:
+_Description: Device for boot loader installation:
+ You need to make the newly installed system bootable, by installing
+ the GRUB boot loader on a bootable device. The usual way to do this is to
+ install GRUB on the master boot record of your first hard drive. If you
+ prefer, you can install GRUB elsewhere on the drive, or to another drive,
+ or even to a floppy.
+ .
+ The device can be specified using GRUB's (hdn,m) notation, or as a device
+ in /dev. Below are some examples:
+  - (hd0) or /dev/hda will install GRUB to the master boot record
+of your first hard drive (IDE);
+  - (hd0,2) or /dev/hda2 will use the second partition of your
+first IDE drive;
+  - (hd2,5) or /dev/sdc5 will use the first extended partition of
+your third drive (SCSI here);
+  - (fd0) or /dev/fd0 will install GRUB to a floppy.
+
 Template: grub-installer/password
 Type: password
 # :sl2:
diff -Nru grub-installer-1.35/grub-installer grub-installer-1.35+nmu2/grub-installer
--- grub-installer-1.35/grub-installer	2008-09-30 03:24:48.0 +0900
+++ grub-installer-1.35+nmu2/grub-installer	2008-10-19 15:16:43.0 +0900
@@ -148,14 +148,14 @@
 		# GRUB's syntax
 		case $host_os in
 		linux*)
-			echo $tmp_drive | sed s%)$%,`expr $tmp_part - 1`)%
+			echo $tmp_drive | sed s%)$%,`expr $tmp_part - $grub_part_offset`)%
 			;;
 		gnu*)
 			if echo $tmp_part | grep ^s /dev/null; then
 tmp_pc_slice=$(echo $tmp_part | \
 	sed s%s\([0-9]*\)[a-g]*$%\1%)
 tmp_drive=$(echo $tmp_drive | \
-	sed s%)%,\`expr $tmp_pc_slice - 1\`)%)
+	sed s%)%,\`expr $tmp_pc_slice - $grub_part_offset\`)%)
 fi
 			if echo $tmp_part | grep [a-g]$ /dev/null; then
 tmp_bsd_partition=$(echo $tmp_part | \
@@ -170,7 +170,7 @@
 tmp_pc_slice=$(echo $tmp_part | \
 	sed s%s\([0-9]*\)[a-h]*$%\1%)
 tmp_drive=$(echo $tmp_drive | \
-	sed s%)%,\`expr $tmp_pc_slice - 1\`)%)
+	sed s%)%,\`expr $tmp_pc_slice - $grub_part_offset\`)%)
 			fi
 			if echo $tmp_part | grep [a-h]$ /dev/null; then
 tmp_bsd_partition=$(echo $tmp_part | \
@@ -279,7 +279,6 @@
 		if echo $disc_offered | grep -q /$frdisk[0-9]\+; then
 			frdev=/dev/mapper/$frdisk
 			frbootpart=${disc_offered#$frdev}
-			frgrubroot=$(($frbootpart - 1))
 			frtype=sataraid
 			break
 		fi
@@ -292,7 +291,6 @@
 			grep -q ^/dev/mapper/${frdisk}-part[0-9]\+; then
 			frdev=/dev/mapper/$frdisk
 			frbootpart=${disc_offered#$frdev}
-			frgrubroot=$((${frbootpart#-part} - 1))
 			frtype=multipath
 			break
 		fi
@@ -369,10 +367,12 @@
 grub)
 	grub_version=grub
 	menu_file=menu.lst
+	grub_part_offset=1
 	;;
 *)
 	grub_version=grub2
 	menu_file=grub.cfg
+	grub_part_offset=0
 	;;
 esac
 
@@ -477,7 +477,7 @@
 
 if [ $frdev ]; then
 	if [ -e $ROOT$frdev ]  [ -e $ROOT$frdev$frbootpart ]  \
-	   [ $frgrubroot -ge 0 ]; then
+	   [ $frgrubroot -ge 1 ]; then
 		db_subst grub-installer/$frtype GRUBROOT $ROOT$frdev$frbootpart
 		q=grub-installer/$frtype
 	else
@@ -512,7 +512,11 @@
 			state=2
 		fi
 	else
-		db_input critical grub-installer/bootdev || true
+		case $grub_version in
+			grub)	db_input critical grub-installer/bootdev || true ;;
+			grub2)	db_input critical grub-installer/bootdev2 || true ;;
+			*)	db_progress STOP ; exit 10 ;;
+		esac
 		if ! db_go; then
 			if [ $q ]; then
 state=1
@@ -522,7 +526,11 @@
 exit 10
 			fi
 		else
-			db_get grub-installer/bootdev
+			case $grub_version in
+grub)	db_get grub-installer/bootdev || 

Bug#497738: Creating other types of images with kernel-package

2008-10-19 Thread Manoj Srivastava
On Sat, Oct 18 2008, Rogério Brito wrote:

 make all creates:

 * a vmlinux in the root directory of the kernel tree
 * a zImage in arch/powerpc/boot/
 * a uImage in arch/powerpc/boot/ 

Hmm. I think kernel-package will migrate to running make
 all. And then all we really need to do is convey to make-kpkg that
 extra things might need to be installed.

manoj
-- 
There is brutality and there is honesty.  There is no such thing as
brutal honesty.
Manoj Srivastava [EMAIL PROTECTED] http://www.debian.org/~srivasta/  
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C



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



Bug#441868: mondo: ext2 initrd fails to get mounted / unmounted

2008-10-19 Thread Andree Leidenfrost
Hi Björn,

Sorry for taking so long to get back to you!

Thank you also for your detailed analysis of the issue.

I have not seen this behaviour before other than in the context of
something actually being wrong with loop devices, so this is a bit
weird. However, I may be mistaken but I think mindi is not trying to
mount an ext2 here but a floppy image which would be (v)fat. The system
can't find the default codepage 437 and therefore the mount fails.

It would be great if you could try again with a stock Debian kernel
rather than a custom kernel. If that does indeed show the same issue, it
would also be great if you could try with the latest version (mondo
1:2.2.7-1 atm).

Given that you reported this quite some time ago, this may not be an
issue for you anymore. It would be great if you could give your feedback
either way. (I'll close the bug in four weeks time if I don't hear
anything, but active confirmation from your end would be most welcome.)

Thanks a lot  best regards,
Andree
-- 
Andree Leidenfrost
Sydney - Australia



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


Bug#491940: Announce of the upcoming NMU for the clamav-data package

2008-10-19 Thread Christian Perrier
Dear maintainer of clamav-data and Debian translators,

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

I announced the intent to build and possibly upload a non-maintainer upload
for this package in order to fix this long-time pending localization
bug as well as all other pending translations.

The package maintainer agreed for the NMU or did not respond in two
weeks, so I will proceed with the NMU.

The full planned schedule is available at the end of this mail.

The package is currently translated to: 
cs da de fr it ja nl pt pt_BR ru sv vi

Among these, the following translations are incomplete: nl pt_BR vi

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

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

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

The POT file is attached to this mail.

If the maintainer objects to this process I will immediately abort my NMU
and send him/her all updates I receive.

Otherwise the following will happen (or already has):

 Tuesday, October 14, 2008   : send the first intent to NMU notice to
 the package maintainer.
 Sunday, October 19, 2008   : send this notice
 Saturday, October 25, 2008   : (midnight) deadline for receiving 
translation updates
 Sunday, October 26, 2008   : build the package and upload it to 
DELAYED/2-day
 send the NMU patch to the BTS
 Tuesday, October 28, 2008   : NMU uploaded to incoming

Thanks for your efforts and time.

-- 


-- 


#
#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.
#
#, fuzzy
msgid 
msgstr 
Project-Id-Version: PACKAGE VERSION\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2007-01-20 07:08+0100\n
PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n
Last-Translator: FULL NAME [EMAIL PROTECTED]\n
Language-Team: LANGUAGE [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=CHARSET\n
Content-Transfer-Encoding: 8bit\n

#. Type: boolean
#. Description
#: ../templates:1001
msgid Generate daily warning e-mails on outdated data files?
msgstr 

#. Type: boolean
#. Description
#: ../templates:1001
msgid 
This package contains a _static_ database of virus patterns for clamav. 
Since this can be leading to a false sense of security, the package can 
generate warnings out of cron.daily if the static databases are older than 
two months.
msgstr 


signature.asc
Description: Digital signature


Bug#491937: Patch for the l10n upload of backuppc

2008-10-19 Thread Christian Perrier

Dear maintainer of backuppc,

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

We finally agreed that you would do the update yourself at the end of
the l10n update round.

That time has come.

To help you out, here's the patch which I would have used for an NMU.
Please feel free to use all of it...or only the l10n part of it.

The corresponding changelog is:


Source: backuppc
Version: 3.1.0-3.1
Distribution: UNRELEASED
Urgency: low
Maintainer: Christian Perrier [EMAIL PROTECTED]
Date: Tue, 07 Oct 2008 07:36:12 +0200
Closes: 491937 501756 501934 501977 502076 502463
Changes: 
 backuppc (3.1.0-3.1) UNRELEASED; urgency=low
 .
   * Non-maintainer upload.
   * Fix pending l10n issues. Debconf translations:
   * Swedish. Closes: #491937
   * Russian. Closes: #501756
   * Finnish. Closes: #501934
   * Ukrainian. Closes: #501977
   * Basque. Closes: #502076
   * Italian. Closes: #502463

-- 


diff -Nru backuppc-3.1.0.old/debian/changelog backuppc-3.1.0/debian/changelog
--- backuppc-3.1.0.old/debian/changelog	2008-10-06 22:21:41.976282593 +0200
+++ backuppc-3.1.0/debian/changelog	2008-10-17 07:27:49.882618790 +0200
@@ -1,3 +1,16 @@
+backuppc (3.1.0-3.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Fix pending l10n issues. Debconf translations:
+  * Swedish. Closes: #491937
+  * Russian. Closes: #501756
+  * Finnish. Closes: #501934
+  * Ukrainian. Closes: #501977
+  * Basque. Closes: #502076
+  * Italian. Closes: #502463
+
+ -- Christian Perrier [EMAIL PROTECTED]  Tue, 07 Oct 2008 07:36:12 +0200
+
 backuppc (3.1.0-3) unstable; urgency=low
 
   * Added backuppc to /etc/aliases. Closes: #438331
diff -Nru backuppc-3.1.0.old/debian/po/cs.po backuppc-3.1.0/debian/po/cs.po
--- backuppc-3.1.0.old/debian/po/cs.po	2008-10-06 22:21:41.972282374 +0200
+++ backuppc-3.1.0/debian/po/cs.po	2008-10-12 12:34:29.616663741 +0200
@@ -3,8 +3,8 @@
 msgid 
 msgstr 
 Project-Id-Version: backuppc 2.1.1-2\n
-Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2007-02-16 04:30+0100\n
+Report-Msgid-Bugs-To: [EMAIL PROTECTED]
+POT-Creation-Date: 2008-10-12 12:34+0200\n
 PO-Revision-Date: 2007-02-27 10:55+0100\n
 Last-Translator: Martin Sin [EMAIL PROTECTED]\n
 Language-Team: Czech [EMAIL PROTECTED]\n
@@ -69,8 +69,8 @@
 Remember that in order to activate the new configuration the webservers have 
 to be restarted.
 msgstr 
-Pamatujte, že je nutné pro načtení nové konfigurace restartovat také 
-webový server.
+Pamatujte, že je nutné pro načtení nové konfigurace restartovat také webový 
+server.
 
 #~ msgid Add aliases for /backuppc/ to your apache config files ?
 #~ msgstr 
diff -Nru backuppc-3.1.0.old/debian/po/de.po backuppc-3.1.0/debian/po/de.po
--- backuppc-3.1.0.old/debian/po/de.po	2008-10-06 22:21:41.972282374 +0200
+++ backuppc-3.1.0/debian/po/de.po	2008-10-12 12:34:29.672675630 +0200
@@ -14,8 +14,8 @@
 msgid 
 msgstr 
 Project-Id-Version: backuppc_3.0.0-2_de\n
-Report-Msgid-Bugs-To: [EMAIL PROTECTED],debian.org\n
-POT-Creation-Date: 2007-02-16 04:30+0100\n
+Report-Msgid-Bugs-To: [EMAIL PROTECTED]
+POT-Creation-Date: 2008-10-12 12:34+0200\n
 PO-Revision-Date: 2007-02-22 22:18+0100\n
 Last-Translator: Erik Schanze [EMAIL PROTECTED]\n
 Language-Team: German [EMAIL PROTECTED]\n
@@ -50,8 +50,8 @@
 backuppc/htpasswd backuppc'.
 msgstr 
 Dafür wurde ein Benutzer namens »backuppc« mit »${pass}« als Passwort 
-eingerichtet. Sie können dieses Passwort durch das 
-Kommando 'htpasswd /etc/backuppc/htpasswd backuppc' ändern.
+eingerichtet. Sie können dieses Passwort durch das Kommando 'htpasswd /etc/
+backuppc/htpasswd backuppc' ändern.
 
 #. Type: multiselect
 #. Description
@@ -82,6 +82,5 @@
 Remember that in order to activate the new configuration the webservers have 
 to be restarted.
 msgstr 
-Denken Sie daran, dass die Webserver neu gestartet werden müssen, 
-damit die neuen Einstellungen wirksam werden.
-
+Denken Sie daran, dass die Webserver neu gestartet werden müssen, damit die 
+neuen Einstellungen wirksam werden.
diff -Nru backuppc-3.1.0.old/debian/po/es.po backuppc-3.1.0/debian/po/es.po
--- backuppc-3.1.0.old/debian/po/es.po	2008-10-06 22:21:41.972282374 +0200
+++ backuppc-3.1.0/debian/po/es.po	2008-10-12 12:34:29.724665380 +0200
@@ -27,8 +27,8 @@
 msgid 
 msgstr 
 Project-Id-Version: backuppc\n
-Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2007-02-13 10:56+0100\n
+Report-Msgid-Bugs-To: [EMAIL PROTECTED]
+POT-Creation-Date: 2008-10-12 12:34+0200\n
 PO-Revision-Date: 2005-10-05 18:56+0100\n
 Last-Translator: César Gómez Martín [EMAIL PROTECTED]\n
 Language-Team: Debian l10n spanish [EMAIL PROTECTED]\n
@@ -41,13 +41,13 @@
 
 #. Type: note
 #. Description
-#: ../backuppc.templates:3
+#: ../backuppc.templates:1001
 msgid Web administration default user created
 msgstr Se ha creado un usuario por omisión para la administración web.
 
 #. Type: note
 #. 

Bug#491496: Announce of the upcoming NMU for the silc-server package

2008-10-19 Thread Christian Perrier
Dear maintainer of silc-server and Debian translators,

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

I announced the intent to build and possibly upload a non-maintainer upload
for this package in order to fix this long-time pending localization
bug as well as all other pending translations.

The package maintainer agreed for the NMU or did not respond in two
weeks, so I will proceed with the NMU.

The full planned schedule is available at the end of this mail.

The package is currently translated to: 
cs de es fi fr gl nl pt ru sv tr vi

Among these, the following translations are incomplete: none

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

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

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

The POT file is attached to this mail.

If the maintainer objects to this process I will immediately abort my NMU
and send him/her all updates I receive.

Otherwise the following will happen (or already has):

 Tuesday, October 14, 2008   : send the first intent to NMU notice to
 the package maintainer.
 Sunday, October 19, 2008   : send this notice
 Saturday, October 25, 2008   : (midnight) deadline for receiving 
translation updates
 Sunday, October 26, 2008   : build the package and upload it to 
DELAYED/2-day
 send the NMU patch to the BTS
 Tuesday, October 28, 2008   : NMU uploaded to incoming

Thanks for your efforts and time.

-- 


-- 


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

#. Type: string
#. Description
#: ../templates:2001
msgid SILC server name:
msgstr 

#. Type: string
#. Description
#: ../templates:2001
msgid Please enter the name of the SILC server (e.g. \Our SILC server\).
msgstr 

#. Type: string
#. Description
#: ../templates:3001
msgid SILC server hostname:
msgstr 

#. Type: string
#. Description
#: ../templates:3001
msgid 
Please enter the hostname (or the IP address) of the SILC server (e.g. silc.
example.org).
msgstr 

#. Type: string
#. Description
#: ../templates:4001
msgid SILC server administrator real name:
msgstr 

#. Type: string
#. Description
#: ../templates:4001
msgid 
Please enter the real name of the operator running the SILC server (e.g. 
\J. Random Operator\).
msgstr 

#. Type: string
#. Description
#. Type: string
#. Description
#. Type: string
#. Description
#. Type: string
#. Description
#: ../templates:4001 ../templates:5001 ../templates:6001 ../templates:7001
msgid This field may be left empty.
msgstr 

#. Type: string
#. Description
#: ../templates:5001
msgid SILC server administrator email address:
msgstr 

#. Type: string
#. Description
#: ../templates:5001
msgid 
Please enter the email address of the operator running the SILC server (e.g. 
[EMAIL PROTECTED]).
msgstr 

#. Type: string
#. Description
#: ../templates:6001
msgid SILC server organization name:
msgstr 

#. Type: string
#. Description
#: ../templates:6001
msgid 
Please enter the name of the organization running the SILC server (e.g. 
\Our Organization\).
msgstr 

#. Type: string
#. Description
#: ../templates:7001
msgid SILC server location:
msgstr 

#. Type: string
#. Description
#: ../templates:7001
msgid Please enter the name of the country where the SILC server is located.
msgstr 

#. Type: string
#. Description
#: ../templates:8001
msgid SILC server administrator nickname:
msgstr 

#. Type: string
#. Description
#: ../templates:8001
msgid Please enter the nickname of the administrator of the SILC server.
msgstr 

#. Type: string
#. Description
#: ../templates:8001
msgid The administrator will use it for identification on the server.
msgstr 

#. Type: password
#. Description
#: ../templates:9001
msgid SILC administrator passphrase:
msgstr 

#. Type: password
#. Description
#: ../templates:9001
msgid Please enter the passphrase for the SILC server administrator.
msgstr 

#. Type: password
#. Description
#: ../templates:9001
msgid 
The administrator will need to use this passphrase in order to authenticate.
msgstr 

#. Type: 

Bug#493682: Announce of the upcoming NMU for the iterm package

2008-10-19 Thread Christian Perrier
Dear maintainer of iterm and Debian translators,

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

I announced the intent to build and possibly upload a non-maintainer upload
for this package in order to fix this long-time pending localization
bug as well as all other pending translations.

The package maintainer agreed for the NMU or did not respond in two
weeks, so I will proceed with the NMU.

The full planned schedule is available at the end of this mail.

The package is currently translated to: 
cs da de dz eu fr gl ja nl pt ru sv vi zh_CN zh_TW

Among these, the following translations are incomplete: da nl zh_CN zh_TW

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

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

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

The POT file is attached to this mail.

If the maintainer objects to this process I will immediately abort my NMU
and send him/her all updates I receive.

Otherwise the following will happen (or already has):

 Tuesday, October 14, 2008   : send the first intent to NMU notice to
 the package maintainer.
 Sunday, October 19, 2008   : send this notice
 Saturday, October 25, 2008   : (midnight) deadline for receiving 
translation updates
 Sunday, October 26, 2008   : build the package and upload it to 
DELAYED/2-day
 send the NMU patch to the BTS
 Tuesday, October 28, 2008   : NMU uploaded to incoming

Thanks for your efforts and time.

-- 


-- 


#
#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.
#
#, fuzzy
msgid 
msgstr 
Project-Id-Version: PACKAGE VERSION\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2006-11-30 07:36+0100\n
PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n
Last-Translator: FULL NAME [EMAIL PROTECTED]\n
Language-Team: LANGUAGE [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=CHARSET\n
Content-Transfer-Encoding: 8bit\n

#. Type: boolean
#. Description
#: ../fbiterm.templates:1001
msgid Do you want /usr/bin/fbiterm to be installed SUID root?
msgstr 

#. Type: boolean
#. Description
#: ../fbiterm.templates:1001
msgid 
You have the option of installing the /usr/bin/fbiterm binary with the SUID 
bit set.  By setting 'SUID root', non-root users may run fbiterm directly.
msgstr 

#. Type: boolean
#. Description
#: ../fbiterm.templates:1001
msgid 
This can open security concerns: fbiterm may contain undiscovered security 
flaws which malicious users may exploit if fbiterm is set SUID root.
msgstr 

#. Type: boolean
#. Description
#: ../fbiterm.templates:1001
msgid 
You should install fbiterm with SUID bit set unless you do not intend to use 
it regularly.  You may change this setting by running \dpkg-reconfigure 
fbiterm\.
msgstr 


signature.asc
Description: Digital signature


Bug#493018: Patch for the 3.7.3-4.2 NMU of ddclient

2008-10-19 Thread Christian Perrier

Dear maintainer of ddclient,

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

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

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

The NMU patch is attached to this mail.

The NMU changelog is:


Source: ddclient
Version: 3.7.3-4.2
Distribution: unstable
Urgency: low
Maintainer: Christian Perrier [EMAIL PROTECTED]
Date: Sun, 19 Oct 2008 08:44:34 +0200
Closes: 493018 501979 502464
Changes: 
 ddclient (3.7.3-4.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix pending l10n issues. Debconf translations:
 - Swedish. Closes: #493018
 - Ukrainian. Closes: #501979
 - Italian. Closes: #502464

-- 


diff -Nru ddclient-3.7.3.old/debian/changelog ddclient-3.7.3/debian/changelog
--- ddclient-3.7.3.old/debian/changelog	2008-10-06 22:21:50.040281314 +0200
+++ ddclient-3.7.3/debian/changelog	2008-10-19 08:44:37.276404284 +0200
@@ -1,3 +1,13 @@
+ddclient (3.7.3-4.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix pending l10n issues. Debconf translations:
+- Swedish. Closes: #493018
+- Ukrainian. Closes: #501979
+- Italian. Closes: #502464
+
+ -- Christian Perrier [EMAIL PROTECTED]  Sun, 19 Oct 2008 08:44:34 +0200
+
 ddclient (3.7.3-4.1) unstable; urgency=low
 
   * Non-maintainer upload to fix pending l10n issues.
diff -Nru ddclient-3.7.3.old/debian/po/it.po ddclient-3.7.3/debian/po/it.po
--- ddclient-3.7.3.old/debian/po/it.po	1970-01-01 01:00:00.0 +0100
+++ ddclient-3.7.3/debian/po/it.po	2008-10-17 07:27:01.234602000 +0200
@@ -0,0 +1,225 @@
+# Italian TRANSLATION OF DDCLIENT'S.PO-DEBCONF FILE
+# Copyright (C) 2007 THE DDCLIENT'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the ddclient package.
+#
+# Vincenzo Campanella [EMAIL PROTECTED], 2008.
+msgid 
+msgstr 
+Project-Id-Version: it\n
+Report-Msgid-Bugs-To: [EMAIL PROTECTED]
+POT-Creation-Date: 2007-08-17 01:08+0100\n
+PO-Revision-Date: 2008-10-12 11:21+0200\n
+Last-Translator: Vincenzo Campanella [EMAIL PROTECTED]\n
+Language-Team: Italian [EMAIL PROTECTED]\n
+MIME-Version: 1.0\n
+Content-Type: text/plain; charset=UTF-8\n
+Content-Transfer-Encoding: 8bit\n
+X-Generator: KBabel 1.11.4\n
+
+#. Type: select
+#. Choices
+#: ../ddclient.templates:1001
+msgid www.dyndns.com
+msgstr www.dyndns.com
+
+#. Type: select
+#. Choices
+#: ../ddclient.templates:1001
+msgid www.easydns.com
+msgstr www.easydns.com
+
+#. Type: select
+#. Choices
+#: ../ddclient.templates:1001
+msgid www.dslreports.com
+msgstr www.dslreports.com
+
+#. Type: select
+#. Choices
+#: ../ddclient.templates:1001
+msgid www.zoneedit.com
+msgstr www.zoneedit.com
+
+#. Type: select
+#. Choices
+#: ../ddclient.templates:1001
+msgid other
+msgstr altro
+
+#. Type: select
+#. Description
+#: ../ddclient.templates:1002
+msgid Dynamic DNS service provider:
+msgstr Fornitore del servizio DNS dinamico:
+
+#. Type: select
+#. Description
+#: ../ddclient.templates:1002
+msgid 
+Please select the dynamic DNS service you are using. If the service you use 
+is not listed, choose \other\ and you will be asked for the protocol and 
+the server name.
+msgstr 
+Selezionare il servizio dinamico DNS in uso. Se il servizio che si utilizza 
+non è incluso nell'elenco, scegliere \altro\ e verranno richiesti il 
+protocollo e il nome del server.
+
+#. Type: string
+#. Description
+#: ../ddclient.templates:2001
+msgid Dynamic DNS server:
+msgstr Server DNS dinamico:
+
+#. Type: string
+#. Description
+#: ../ddclient.templates:2001
+msgid 
+Enter the name of the server which is providing you with dynamic DNS service 
+(example: members.dyndns.org).
+msgstr 
+Inserire il nome del server che fornisce il servizio DNS dinamico (per 
+esempio: members.dyndns.org).
+
+#. Type: select
+#. Description
+#: ../ddclient.templates:3001
+msgid Dynamic DNS update protocol:
+msgstr Protocollo di aggiornamento del servizio DNS dinamico:
+
+#. Type: select
+#. Description
+#: ../ddclient.templates:3001
+msgid 
+Select the dynamic DNS update protocol used by your dynamic DNS service 
+provider.
+msgstr 
+Selezionare il protocollo di aggiornamento del servizio DNS dinamico 
+utilizzato dal proprio fornitore di servizio DNS dinamico.
+
+#. Type: string
+#. Description
+#: ../ddclient.templates:4001
+msgid DynDNS fully qualified domain names:
+msgstr Nomi completi di dominio non ambigui (FQDN) DynDNS:
+
+#. Type: string
+#. Description
+#: ../ddclient.templates:4001
+msgid 
+Enter the list of fully qualified domain names for your host (like \myname.
+dyndns.org\ if you have only one host or \myname1.dyndns.org,myname2.
+dyndns.org\ for two hosts).
+msgstr 
+Inserire l'elenco dei FQDN per il proprio host (come \mionome.dyndns.org\, 
+se si ha un solo host, o \mionome1.dyndns.org,mionome2.dyndns.org\ per 2 
+host).
+
+#. Type: string
+#. Description
+#: 

Bug#490719: Patch for the 0.4.10+nmu2 NMU of debsecan

2008-10-19 Thread Christian Perrier

Dear maintainer of debsecan,

On Sunday, October 12, 2008 I sent you a notice announcing my intent to upload a
NMU of your package to fix its pending l10n issues, after an initial
notice sent on Sunday, September 28, 2008.

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

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

The NMU patch is attached to this mail.

The NMU changelog is:


Source: debsecan
Version: 0.4.10+nmu2
Distribution: unstable
Urgency: low
Maintainer: Christian Perrier [EMAIL PROTECTED]
Date: Sat, 18 Oct 2008 07:26:48 +0200
Closes: 490719
Changes: 
 debsecan (0.4.10+nmu2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix pending l10n bugs. Debconf translations:
 - Turkish. Closes: #490719

-- 


diff -Nru debsecan-0.4.10+nmu2.old/debian/changelog debsecan-0.4.10+nmu2/debian/changelog
--- debsecan-0.4.10+nmu2.old/debian/changelog	2008-09-26 06:09:35.985500559 +0200
+++ debsecan-0.4.10+nmu2/debian/changelog	2008-10-18 07:26:56.036404837 +0200
@@ -1,3 +1,11 @@
+debsecan (0.4.10+nmu2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix pending l10n bugs. Debconf translations:
+- Turkish. Closes: #490719
+
+ -- Christian Perrier [EMAIL PROTECTED]  Sat, 18 Oct 2008 07:26:48 +0200
+
 debsecan (0.4.10+nmu1) unstable; urgency=low
 
   * Non-maintainer upload with maintainer approval.
diff -Nru debsecan-0.4.10+nmu2.old/debian/po/ca.po debsecan-0.4.10+nmu2/debian/po/ca.po
--- debsecan-0.4.10+nmu2.old/debian/po/ca.po	2008-09-26 06:09:35.985500559 +0200
+++ debsecan-0.4.10+nmu2/debian/po/ca.po	2008-10-12 14:38:44.728665402 +0200
@@ -9,8 +9,8 @@
 msgid 
 msgstr 
 Project-Id-Version: 0.4.4\n
-Report-Msgid-Bugs-To: [EMAIL PROTECTED]
-POT-Creation-Date: 2007-02-18 16:50+0100\n
+Report-Msgid-Bugs-To: [EMAIL PROTECTED]
+POT-Creation-Date: 2008-10-12 14:38+0200\n
 PO-Revision-Date: 2007-02-21 19:04+0100\n
 Last-Translator: Jordà Polo [EMAIL PROTECTED]\n
 Language-Team: Català [EMAIL PROTECTED]\n
diff -Nru debsecan-0.4.10+nmu2.old/debian/po/cs.po debsecan-0.4.10+nmu2/debian/po/cs.po
--- debsecan-0.4.10+nmu2.old/debian/po/cs.po	2008-09-26 06:09:35.985500559 +0200
+++ debsecan-0.4.10+nmu2/debian/po/cs.po	2008-10-12 14:38:44.992665679 +0200
@@ -6,8 +6,8 @@
 msgid 
 msgstr 
 Project-Id-Version: debsecan\n
-Report-Msgid-Bugs-To: [EMAIL PROTECTED]
-POT-Creation-Date: 2007-02-18 16:50+0100\n
+Report-Msgid-Bugs-To: [EMAIL PROTECTED]
+POT-Creation-Date: 2008-10-12 14:38+0200\n
 PO-Revision-Date: 2007-02-19 22:02+0100\n
 Last-Translator: Miroslav Kure [EMAIL PROTECTED]\n
 Language-Team: Czech [EMAIL PROTECTED]\n
diff -Nru debsecan-0.4.10+nmu2.old/debian/po/de.po debsecan-0.4.10+nmu2/debian/po/de.po
--- debsecan-0.4.10+nmu2.old/debian/po/de.po	2008-09-26 06:09:36.029500292 +0200
+++ debsecan-0.4.10+nmu2/debian/po/de.po	2008-10-12 14:38:45.068665510 +0200
@@ -6,8 +6,8 @@
 msgid 
 msgstr 
 Project-Id-Version: debsecan 0.4.3.2\n
-Report-Msgid-Bugs-To: [EMAIL PROTECTED]
-POT-Creation-Date: 2007-02-18 16:50+0100\n
+Report-Msgid-Bugs-To: [EMAIL PROTECTED]
+POT-Creation-Date: 2008-10-12 14:38+0200\n
 PO-Revision-Date: 2007-02-18 21:41-0500\n
 Last-Translator: Matthias Julius [EMAIL PROTECTED]\n
 Language-Team: German [EMAIL PROTECTED]\n
@@ -73,10 +73,10 @@
 configuration, information about fixed and obsolete packages will be 
 included in email reports.
 msgstr 
-Falls Sie »GENERIC« (Voreinstellung) angeben, ist nur die 
-Basisfunktionalität von debsecan verfügbar. Falls Sie die Release angeben, 
-die zu Ihrer souces.list-Konfiguration passt, werden die Email-Berichte 
-Informationen bezüglich aktualisierter und veralteter Pakete enthalten.
+Falls Sie »GENERIC« (Voreinstellung) angeben, ist nur die Basisfunktionalität 
+von debsecan verfügbar. Falls Sie die Release angeben, die zu Ihrer souces.
+list-Konfiguration passt, werden die Email-Berichte Informationen bezüglich 
+aktualisierter und veralteter Pakete enthalten.
 
 #. Type: string
 #. Description
@@ -96,4 +96,3 @@
 Ihr System nicht mit dem Internet verbunden ist, können Sie die URL eines 
 lokalen Spiegel-Servers hier angeben. Falls Sie diese Einstellung leer 
 lassen, wird eine voreingestellte URL verwendet.
-
diff -Nru debsecan-0.4.10+nmu2.old/debian/po/es.po debsecan-0.4.10+nmu2/debian/po/es.po
--- debsecan-0.4.10+nmu2.old/debian/po/es.po	2008-09-26 06:09:36.029500292 +0200
+++ debsecan-0.4.10+nmu2/debian/po/es.po	2008-10-12 14:38:45.224665801 +0200
@@ -28,12 +28,11 @@
 # Si tiene dudas o consultas sobre esta traducción consulte con el último
 # traductor (campo Last-Translator) y ponga en copia a la lista de
 # traducción de Debian al español ([EMAIL PROTECTED])
-
 msgid 
 msgstr 
 Project-Id-Version: debsecan 0.4.4\n
-Report-Msgid-Bugs-To: [EMAIL PROTECTED]
-POT-Creation-Date: 2007-02-18 16:50+0100\n
+Report-Msgid-Bugs-To: [EMAIL PROTECTED]
+POT-Creation-Date: 2008-10-12 14:38+0200\n
 PO-Revision-Date: 2007-02-25 13:29+0100\n
 Last-Translator: Manuel Porras Peralta «Venturi» [EMAIL PROTECTED]\n
 

Bug#492061: Patch for the l10n upload of torrentflux

2008-10-19 Thread Christian Perrier

Dear maintainer of torrentflux,

On Sunday, October 12, 2008 I sent you a notice announcing my intent to upload a
NMU of your package to fix its pending l10n issues, after an initial
notice sent on Friday, October 10, 2008.

We finally agreed that you would do the update yourself at the end of
the l10n update round.

That time has come.

To help you out, here's the patch which I would have used for an NMU.
Please feel free to use all of it...or only the l10n part of it.

The corresponding changelog is:


Source: torrentflux
Version: 2.4-2.1
Distribution: UNRELEASED
Urgency: low
Maintainer: Christian Perrier [EMAIL PROTECTED]
Date: Fri, 10 Oct 2008 18:53:40 +0200
Closes: 492061 501943 502250
Changes: 
 torrentflux (2.4-2.1) UNRELEASED; urgency=low
 .
   * Non-maintainer upload.
   * Fix pending l10n issues. Debconf translations:
   * Swedish. Closes: #492061
   * Finnish. Closes: #501943
   * Basque. Closes: #502250

-- 


diff -Nru torrentflux-2.4.old/debian/changelog torrentflux-2.4/debian/changelog
--- torrentflux-2.4.old/debian/changelog	2008-10-09 22:28:50.866745730 +0200
+++ torrentflux-2.4/debian/changelog	2008-10-15 06:40:43.402777686 +0200
@@ -1,3 +1,13 @@
+torrentflux (2.4-2.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Fix pending l10n issues. Debconf translations:
+  * Swedish. Closes: #492061
+  * Finnish. Closes: #501943
+  * Basque. Closes: #502250
+
+ -- Christian Perrier [EMAIL PROTECTED]  Fri, 10 Oct 2008 18:53:40 +0200
+
 torrentflux (2.4-2) unstable; urgency=medium
 
   * Upgrade the dependency on bittornado for the UPnP change.
diff -Nru torrentflux-2.4.old/debian/po/eu.po torrentflux-2.4/debian/po/eu.po
--- torrentflux-2.4.old/debian/po/eu.po	1970-01-01 01:00:00.0 +0100
+++ torrentflux-2.4/debian/po/eu.po	2008-10-15 06:42:06.890773000 +0200
@@ -0,0 +1,90 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# pi,,, [EMAIL PROTECTED], 2008
+msgid 
+msgstr 
+Project-Id-Version: PACKAGE VERSION\n
+Report-Msgid-Bugs-To: [EMAIL PROTECTED]
+POT-Creation-Date: 2008-05-02 16:29-0700\n
+PO-Revision-Date: 2008-10-15 00:28+0200\n
+Last-Translator: pi,,, [EMAIL PROTECTED]\n
+Language-Team: [EMAIL PROTECTED]
+MIME-Version: 1.0\n
+Content-Type: text/plain; charset=UTF-8\n
+Content-Transfer-Encoding: 8bit\n
+Plural-Forms: nplurals=2; plural=(n != 1);\n
+X-Generator: Virtaal 0.2-rc1\n
+
+#. Type: boolean
+#. Description
+#: ../torrentflux.templates:1001
+msgid Should ${webserver} be restarted?
+msgstr ${webserver} berrabiarazi egin behar al da?
+
+#. Type: boolean
+#. Description
+#: ../torrentflux.templates:1001
+msgid 
+Remember that in order to activate the new configuration ${webserver} has to 
+be restarted. You can also restart ${webserver} by manually executing invoke-
+rc.d ${webserver} restart.
+msgstr 
+Kontutan izan konfigruazio berrriak eragin izan dezan ${webserver} 
+berrabiarazi egin behar dela. Baita ${webserver} eskuz berrabiarazi dezakezu 
+'invoke-rc.d ${webserver} start' exekutatuaz.
+
+#. Type: note
+#. Description
+#: ../torrentflux.templates:2001
+msgid Upgrading to 2.1 reverts configuration to default
+msgstr 2.1-era bertsio-berritzeak konfigurazio lehenepenetara itzuliko du
+
+#. Type: note
+#. Description
+#: ../torrentflux.templates:2001
+msgid 
+You are upgrading from a pre-2.1 version of torrentflux to a 2.1 or later 
+version. A major change in version 2.1 is that the configuration is now 
+stored in the database. This upgrade will update the database using default 
+values, and any changes you have made to the configuration file /etc/
+torrentflux/config.php will NOT be used. This file will be saved so that you 
+can reference it later. After the upgrade is complete, you can adjust the 
+settings inside the program by logging in as an admin, and clicking on 
+\admin\ and then \settings\.
+msgstr 
+2.1 aurreko torrentflux bertsio batetatik 2.1 ondorengo batetara bertsio-
+berritzen ari zara. 2.1 bertsioaren aldaketa naguseneteko bat bere 
+konfigurazioa datu-base batetan gordetzera pasa dela da. Bertsio-berritze 
+honek datu-basea lehenetsiko balioekin beteko du eta aurretik /etc/
+torrentflux/config-php fitxategian eginiko edozein aldaketa EZ da erabiliko. 
+Fitxategi hori gorde egingo da gero erabili dezazun. Bein bertsio-berritzea 
+osatzen denean programa barneko ezarpenak aldatu ditzakezu admin gisa saioa 
+abiarazi hor \admin\ eta gero \settings\ sakatuaz.
+
+#. Type: note
+#. Description
+#: ../torrentflux.templates:3001
+msgid No supported webserver was found
+msgstr Onartzen ez den web zerbitzari bat aurkitu da
+
+#. Type: note
+#. Description
+#: ../torrentflux.templates:3001
+msgid 
+A supported webserver was not found to automatically configure. This package 
+can only automatically configure apache webservers to use the program. If 
+you are using a different webserver, you will need to point it to the 
+torrentflux files in 

Bug#502686: ncurses-base: Overwrites files from libncurses5

2008-10-19 Thread Sven Joachim
Package: ncurses-base
Version: 5.6+20081012-1
Severity: serious

,
| % ls -ld /usr/share/doc/*ncurses*
| drwxr-xr-x 2 root root 4096 19. Okt 08:31 /usr/share/doc/libncurses5
| drwxr-xr-x 4 root root 4096 19. Okt 08:31 /usr/share/doc/libncurses5-dev
| drwxr-xr-x 2 root root 4096 19. Okt 08:31 /usr/share/doc/libncursesw5
| drwxr-xr-x 2 root root 4096 19. Okt 08:31 /usr/share/doc/libncursesw5-dev
| lrwxrwxrwx 1 root root   11 13. Jun 10:03 /usr/share/doc/ncurses-base - 
libncurses5
| drwxr-xr-x 2 root root 4096 19. Okt 08:31 /usr/share/doc/ncurses-bin
| lrwxrwxrwx 1 root root   11 13. Jun 10:03 /usr/share/doc/ncurses-term - 
libncurses5
`

Both the ncurses-base and ncurses-term packages in etch shipped a
symlink to libncurses in /usr/share/doc.  They do no longer since
version 5.6+20080907-1, but the symlink needs to be removed in the
preinst scripts to avoid overwriting files belonging to libncurses5.


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

Kernel: Linux 2.6.26.5-core2 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ncurses-base depends on:
ii  libncurses5   5.6+20081012-1 shared libraries for terminal hand

ncurses-base recommends no packages.

ncurses-base suggests no packages.

-- no debconf information



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



Bug#492181: spong: [INTL:it] Italian translation of the debconf templates

2008-10-19 Thread Christian Perrier
Quoting vince ([EMAIL PROTECTED]):
 Package: spong
 Severity: wishlist
 Tags: l10n patch
 
 Enclosed please find the Italian translation of the Debconf template.
 


Pendant que j'y pense: pourrais-tu envoyer tes traductions sous forme
d'un fichier it.po plutôt qu'un tar contenant ledit fichier ?

Le tar demande une manip de plus au mainteneur (et à moi quand je fais
un NMU) et est en fait relativement inutile...:-)



signature.asc
Description: Digital signature


Bug#491940: Announce of the upcoming NMU for the clamav-data package

2008-10-19 Thread Christian Perrier
Quoting Christian Perrier ([EMAIL PROTECTED]):
 Dear maintainer of clamav-data and Debian translators,
 
 Some days ago, I sent a notice to the maintainer of the clamav-data Debian
 package, mentioning the status of at least one old po-debconf translation 
 update in the BTS.
 
 I announced the intent to build and possibly upload a non-maintainer upload
 for this package in order to fix this long-time pending localization
 bug as well as all other pending translations.


Hmmm, I now realise that clamav-data is somewhat special and it
probably makes no sense in NMU'ing it. Am I correct ?



signature.asc
Description: Digital signature


Bug#502687: usbmount: include support for firewire

2008-10-19 Thread Rogério Brito
Package: usbmount
Version: 0.0.15.1
Severity: wishlist

/etc/udev/usbmount.rules for that
TODO: which driver is used by the new ieee1394 stack of the kernel?
TODO: Any other kind of hotpluggable device???

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

Kernel: Linux 2.6.27-rc8-2 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=C, LC_CTYPE=pt_BR (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages usbmount depends on:
ii  lockfile-progs0.1.11-0.1 Programs for locking and unlocking
ii  udev  0.125-7/dev/ and hotplug management daemo

usbmount recommends no packages.

usbmount suggests no packages.

-- no debconf information

-- 
Rogério Brito : [EMAIL PROTECTED],ime.usp}.br : GPG key 1024D/7C2CAEB8
http://www.ime.usp.br/~rbrito : http://meusite.mackenzie.com.br/rbrito
Projects: algorithms.berlios.de : lame.sf.net : vrms.alioth.debian.org
# Rules for USBmount -*- conf -*-

KERNEL==sd*, DRIVERS==sbp2, ACTION==add,  
RUN+=/usr/share/usbmount/usbmount add
KERNEL==sd*, BUS==usb,  ACTION==add,  
RUN+=/usr/share/usbmount/usbmount add
KERNEL==ub*, BUS==usb,  ACTION==add,  
RUN+=/usr/share/usbmount/usbmount add
KERNEL==sd*,  ACTION==remove, 
RUN+=/usr/share/usbmount/usbmount remove
KERNEL==ub*,  ACTION==remove, 
RUN+=/usr/share/usbmount/usbmount remove


Bug#431871: mondo 2.22: vi again + grub fails loop

2008-10-19 Thread Andree Leidenfrost
Hello Hugo,

Sorry for taking so long to get back to you.

Sorry also that we had a regression in regards to the use of
find_my_editor() as described by yourself below.

The latest version (1:2.2.7-1) does have the correct code, so this
should be resolved.

Also, I have /etc/grub.conf as symbolic link to /boot/grub/menu.lst:

lrwxrwxrwx 1 root root 19 2006-05-27 21:57 /etc/grub.conf
- /boot/grub/menu.lst

and this is working with no problems for me.

It would be great if you could try again and let me know if the two
problems persist or are resolve. I would most appreciate your feedback
either way. (I'll close the bug in four weeks time if I don't hear
anything, but active confirmation from your end would be most welcome.)

Thanks a lot  best regards,
Andree


On Sun, 2007-07-08 at 10:59 -0500, hugo vanwoerkom wrote: 
 mondo-rstr-tools.c line=1663 in run_grub() has vi hardcoded:
 
 strcpy(editor, vi);   // find_my_editor() );
 
 if you change that to:
 
 strcpy(editor, find_my_editor());
 
 then we're in business again.
 
 Also if you change grub.conf from a symlink in /etc to a real file, a
 copy of /boot/grub/menu.lst then the grub fail loop disappears.
 
 This is when grub is installed as bootloader and you indicate you want
 to use it, in Debian Sid.
 
 I submitted exactly the same solution in bug #416092 for mondo
 2.20-1.1 back in March. No doubt we'll see this again.
 
 Regards,
 
 Hugo Vanwoerkom

-- 
Andree Leidenfrost
@ Debian Developer
Sydney - Australia



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


Bug#502688: man page less useful than fbpager -h

2008-10-19 Thread Diego Ongaro
Package: fbpager
Version: 0.1.4-5.1
Severity: minor


The man page of fbpager shows:
OPTIONS
   -h Show summary of options.
   -v Show version of program
   -rc resource file
  Specify the resource file to use
   -display
  Show version of program
   -w Withdrawn state (for the Fluxbox slit)
   -srDisplay the resources
   -s ?

fbpager -h shows:
Arguments:
  -display displayname
  -w  withdrawn state (i.e in the Slit)
  -rc filename  resource file (default: ~/.fluxbox/fbpager)
  -sr show resources
  -s screen number (default: 0)
  -v  show version
  -h  show this help

The man page appears simply wrong on -display and indicates that it
takes no argument.

The man page has no information for -s and indicates that it takes no
arguments.

Both references seem to have picked an arbitrary order in which to
present the arguments. The man page should probably be consistent with
fbpager -h or use alphabetical ordering.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (900, 'testing'), (700, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages fbpager depends on:
ii  libc6 2.7-14 GNU C Library: Shared libraries
ii  libgcc1   1:4.3.2-1  GCC support library
ii  libice6   2:1.0.4-1  X11 Inter-Client Exchange library
ii  libsm62:1.0.3-2  X11 Session Management library
ii  libstdc++64.3.2-1The GNU Standard C++ Library v3
ii  libx11-6  2:1.1.5-2  X11 client-side library
ii  libxrender1   1:0.9.4-2  X Rendering Extension client libra

fbpager recommends no packages.

fbpager suggests no packages.

-- no debconf information



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



Bug#502686: ncurses-base: Overwrites files from libncurses5

2008-10-19 Thread Daniel Baumann
severity 502686 important
tags 502686 +pending
thanks

Sven Joachim wrote:
 Both the ncurses-base and ncurses-term packages in etch shipped a
 symlink to libncurses in /usr/share/doc.

in general, direct upgrades from stable to unstable are not supported.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#502689: evolution-data-server: wrong time zone handling

2008-10-19 Thread Paul Menzel
Subject: evolution-data-server: wrong time zone handling
Package: evolution-data-server
Version: 2.22.3-1
Severity: important

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

Dear DDs,


this morning the red time line in the calender was one hour behind. I
think this bug is similar to Debian bug #415585 [1]. If it is, could you
please update the time zone.

Under preferences Calender the time zone is Europe/Berlin and Adapt to
daylight saving is checked.


Thanks,

Paul


PS: If chances are high that that will happen again, maybe this part
should go into a separate package which than could be updated over
Debian volatile when Lenny will be released. At least that is what I
understand what volatile is for.

PPS: How should I insert the times for my dates right now? As in the
system time or that it fits with the time line? Are the dates saved in
UTC format?


[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=415585

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

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

Versions of packages evolution-data-server depends on:
ii  evolution-data-server 2.22.3-1   architecture independent files for
ii  libbonobo2-0  2.22.0-1   Bonobo CORBA interfaces library
ii  libc6 2.7-15 GNU C Library: Shared libraries
ii  libcamel1.2-112.22.3-1   The Evolution MIME message handlin
ii  libcomerr21.41.3-1   common error description library
ii  libdb4.6  4.6.21-11  Berkeley v4.6 Database Libraries [
ii  libebook1.2-9 2.22.3-1   Client library for evolution addre
ii  libecal1.2-7  2.22.3-1   Client library for evolution calen
ii  libedata-book1.2-22.22.3-1   Backend library for evolution addr
ii  libedata-cal1.2-6 2.22.3-1   Backend library for evolution cale
ii  libedataserver1.2-9   2.22.3-1   Utility library for evolution data
ii  libegroupwise1.2-13   2.22.3-1   Client library for accessing group
ii  libgconf2-4   2.22.0-1   GNOME configuration database syste
ii  libgdata-google1.2-1  2.22.3-1   Client library for accessing Googl
ii  libgdata1.2-1 2.22.3-1   Client library for accessing Googl
ii  libglib2.0-0  2.16.6-1   The GLib library of C routines
ii  libgnome2-0   2.20.1.1-1 The GNOME 2 library - runtime file
ii  libgnomevfs2-01:2.22.0-5 GNOME Virtual File System (runtime
ii  libkrb53  1.6.dfsg.4~beta1-4 MIT Kerberos runtime libraries
ii  libldap-2.4-2 2.4.11-1   OpenLDAP libraries
ii  libnspr4-0d   4.7.1-4NetScape Portable Runtime Library
ii  libnss3-1d3.12.0-5   Network Security Service libraries
ii  liborbit2 1:2.14.13-0.1  libraries for ORBit2 - a CORBA ORB
ii  libpopt0  1.14-4 lib for parsing cmdline parameters
ii  libsoup2.4-1  2.4.1-2an HTTP library implementation in 
ii  libxml2   2.6.32.dfsg-4  GNOME XML library
ii  zlib1g1:1.2.3.3.dfsg-12  compression library - runtime

evolution-data-server recommends no packages.

Versions of packages evolution-data-server suggests:
ii  evolution 2.22.3.1-1 groupware suite with mail client a
ii  evolution-data-server-dbg 2.22.3-1   evolution database backend server 

-- no debconf information


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#502691: ITP: tiled -- generic tile map editor

2008-10-19 Thread Ying-Chun Liu (PaulLiu)
Package: wnpp
Severity: wishlist
Owner: Ying-Chun Liu (PaulLiu) [EMAIL PROTECTED]

* Package name:   tiled
 Version : 0.7.1
  Upstream Authors : Adam Turk, Bjorn Lindeijer
* URL : http://mapeditor.org/
* License : GPLv2+
  Programming Lang: Java
  Description: generic tile map editor
 Tiled is a general purpose tile map editor. It's built to be easy to use,
 yet capable of catering to a host of varying game engines, whether your
game
 is an RPG, platformer or Breakout clone. Tiled supports plugins to read and
 write map formats, in addition to its map format, to support map formats in
 use by engines.

-- 
PaulLiu(劉穎駿)
E-mail address: [EMAIL PROTECTED]



signature.asc
Description: OpenPGP digital signature


Bug#468793: tokyocabinet - FTBFS: pthread_mutex_lock.c:71: __pthread_mutex_lock: Assertion `mutex-__data.__owner == 0' failed.

2008-10-19 Thread Hideki Yamane
On Sat, 18 Oct 2008 17:55:29 +0200
Pierre Habouzit [EMAIL PROTECTED] wrote:
   It is likely to _not_ be a tokyocabinet bug but a libc one.
  
  According to http://buildd.debian.org/pkg.cgi?pkg=tokyocabinet tokyocabinet
  has been built on s390 now:
  
  s3901.2.1-1 Installed 2008 Oct 
  16 11:54:52
  
  Has this been fixed by changes inside glibc? Can this bug be closed?
 
 Not that I'm aware of (with my glibc-packager hat on).

 That sounds good thing! :)
 # and apologize to you for making some noise.


 And is there any porter machine for non-DD (upstream)?


-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/iijmio-mail.jp
 http://wiki.debian.org/HidekiYamane



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



Bug#502690: jwchat: [INTL:fr] French debconf templates translation update

2008-10-19 Thread Christian Perrier
Package: jwchat
Version: N/A
Severity: wishlist
Tags: patch l10n

Please find attached the french debconf templates update, proofread by the
debian-l10n-french mailing list contributors.

If you do not already use it, you might consider using the
podebconf-report-po utility, which helps warning translators about
changes when you modify some debconf templates in your packages.

The usual policy when using it is sending a warning to translators
when you plan to upload a version of your package with debconf
templates changes (even typo corrections). Then leave about one week
for them to update their files (several translation teams have a QA
process which requires time).

podebconf-report-po will take care of sending the translators the
needed material as well as getting the translators adresses from the
PO files. All you have to do is just using the utility..:-)

Example use (from your package build tree):

$ podebconf-report-po

This will go through debian/po/*.po files, find those needing an
update, extract the translators data from these files and prepare a
mail to send to these translators (you can also use the
--languageteam switch to also mail the mail addresses listed in
Language-Team field).

You can also use this utility to request for new translations:

$ podebconf-report-po --call

This will send a mail to [EMAIL PROTECTED] with all the
needed information and material for new translators to add new
languages to your supported languages.

If you apply this policy, please forget about these remarks, of
courseThis message is generic..:-)


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

Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Florentin Duneau [EMAIL PROTECTED], 2006.
msgid 
msgstr 
Project-Id-Version: jwchat\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2008-10-18 11:40+0200\n
PO-Revision-Date: 2006-07-28 17:47+0200\n
Last-Translator: Florentin Duneau [EMAIL PROTECTED]\n
Language-Team: French [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.11.2\n
Plural-Forms:  nplurals=2; plural=(n  1);\n

#. Type: string
#. Description
#: ../templates:1001
msgid The name of apache's virtual server used for jwchat:
msgstr Nom du serveur virtuel Apache utilisé pour jwchat :

#. Type: string
#. Description
#: ../templates:1001
msgid 
The automatic apache2 configuration needs a name for a virtual server that 
is used exclusively by jwchat. If you do not want any automatic 
configuration, please answer 'none' here (without quotes).
msgstr 
La configuration automatique d'Apache2 nécessite de configurer un serveur 
virtuel qui n'est utilisé que par jwchat. Veuillez répondre « none » (sans 
les guillemets) si vous ne souhaitez pas configurer automatiquement Apache2.

#. Type: string
#. Description
#: ../templates:2001
msgid The URL of your jabber server:
msgstr URL du serveur Jabber :

#. Type: string
#. Description
#: ../templates:2001
msgid 
Please enter the address where your jabber server can be reached. Usually 
you can leave the default value unchanged if you have installed ejabberd 
locally.
msgstr 
Veuillez indiquer l'adresse du serveur Jabber. En général, la valeur par 
défaut convient si vous avez installé ejabberd.


Bug#496329: All translations broken by this fix

2008-10-19 Thread Christian Perrier
Logical consequence of the fix for #496429all translations have
been fuzzied.

Even more, I think that the chosen wording does not even fit the
commonly accept writing style for short descriptions of debconf
templates: no leading article.

The correct wording should have been:

Name of Apache's virtual server used for jwchat:

While at it, you could of course have fixed the other template:

URL of the jabber server:

(dropping the leading the and avoiding possesive form)

*Then*, *before uploading*, sending a call for translation updates
would have been appreciated:

podebconf-report-po --call --withtranslators --languageteam

with something liek a 10 days delay.

Instead of this, one of jwchat templates is currently no longer
translated...except in German. Sad.


-- 




signature.asc
Description: Digital signature


Bug#502686: ncurses-base: Overwrites files from libncurses5

2008-10-19 Thread Sven Joachim
On 2008-10-19 09:05 +0200, Daniel Baumann wrote:

 severity 502686 important
 tags 502686 +pending
 thanks

 Sven Joachim wrote:
 Both the ncurses-base and ncurses-term packages in etch shipped a
 symlink to libncurses in /usr/share/doc.

 in general, direct upgrades from stable to unstable are not supported.

The symlinks are also in the Lenny packages, and I've been tracking
unstable for more than three years.  Anyway, I won't argue over the
severity, assuming you fix the bug with your usual rapid speed.

Cheers,
   Sven



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



Bug#492181: spong: [INTL:it] Italian translation of the debconf templates

2008-10-19 Thread vince
Il giorno dom, 19/10/2008 alle 08.56 +0200, Christian Perrier ha
scritto:

 Pendant que j'y pense: pourrais-tu envoyer tes traductions sous forme
 d'un fichier it.po plutôt qu'un tar contenant ledit fichier ?
 
 Le tar demande une manip de plus au mainteneur (et à moi quand je fais
 un NMU) et est en fait relativement inutile...:-)

Salut Christian

Bien entendu, pas de problèmes.

Bonne dimanche
vince





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



Bug#502623: patch second try... Bug#502623: grub-installer

2008-10-19 Thread Felix Zielcke
Am Sonntag, den 19.10.2008, 15:33 +0900 schrieb Osamu Aoki:
 Hi,
 
 For 502623: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=502623
 
 Here is updated patch which takes care odd partition offset of grub
 legacy.  Around frdev, I may have been too aggressive

Hello,

I think you wanted to send this mail to #502446 which is the bug on
grub-installer instead of #502623 which is the bug for grub-pc package.




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



Bug#502686: ncurses-base: Overwrites files from libncurses5

2008-10-19 Thread Daniel Baumann
Sven Joachim wrote:
 The symlinks are also in the Lenny packages, and I've been tracking
 unstable for more than three years.

in lenny, there are strict inter dependencies that prevent it.
etch-lenny is fine, lenny-sid is fine, only etch-sid isn't.

 Anyway, I won't argue over the
 severity, assuming you fix the bug with your usual rapid speed.

already uploaded couple of minutes ago...

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#497738: Creating other types of images with kernel-package

2008-10-19 Thread Rogério Brito
Hi, Manoj.

On Oct 19 2008, Manoj Srivastava wrote:
 On Sat, Oct 18 2008, Rogério Brito wrote:
 
  make all creates:
 
  * a vmlinux in the root directory of the kernel tree
  * a zImage in arch/powerpc/boot/
  * a uImage in arch/powerpc/boot/ 
 
 Hmm. I think kernel-package will migrate to running make
  all. And then all we really need to do is convey to make-kpkg that
  extra things might need to be installed.

Here are the core files (besides the modules) that I'm copying into
boot (from a slightly updated version of the script that I sent):

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
cp System.map   /tmp/kernel/boot/System.map-$VERSION
cp arch/powerpc/boot/uImage /tmp/kernel/boot/uImage-$VERSION
cp .config  /tmp/kernel/boot/config-$VERSION
cp arch/powerpc/boot/dts/kuroboxHD.dtb  /tmp/kernel/boot/kuroboxHD.dtb-$VERSION
cp arch/powerpc/boot/dts/kuroboxHG.dtb  /tmp/kernel/boot/kuroboxHG.dtb-$VERSION
cd /tmp/kernel/boot
ln -sf uImage-$VERSION  uImage
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Of course, the symlink there should be installed by postinst, since dpkg
complains that we are trying to overwrite files from other packages.


Regards, Rogério Brito.

-- 
Rogério Brito : [EMAIL PROTECTED],ime.usp}.br : GPG key 1024D/7C2CAEB8
http://www.ime.usp.br/~rbrito : http://meusite.mackenzie.com.br/rbrito
Projects: algorithms.berlios.de : lame.sf.net : vrms.alioth.debian.org



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



Bug#493940: status?

2008-10-19 Thread Thomas Viehmann
Hi Russel,

on #493940 you stated that you would upload a new version on 2008-10-10
and expect the recompile that is involved to fix that bug.
So far nothing to that end has happened. As RC bugs are on the radar of
quite a lot of people these days, what is your plan here?
Note also that we're in a phase of the release where the release team
prefers to see targeted fixes uploaded to unstable.

Kind regards

T.
-- 
Thomas Viehmann, http://thomas.viehmann.net/



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



Bug#492187: Swedish translation truncated in #492187

2008-10-19 Thread Christian Perrier
Martin, you know the drill..:-)


-- 




signature.asc
Description: Digital signature


Bug#491962: Patch for the 1:0.2.6-5.2 NMU of zhcon

2008-10-19 Thread Christian Perrier

Dear maintainer of zhcon,

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

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

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

The NMU patch is attached to this mail.

The NMU changelog is:


Source: zhcon
Version: 1:0.2.6-5.2
Distribution: unstable
Urgency: low
Maintainer: Christian Perrier [EMAIL PROTECTED]
Date: Sun, 19 Oct 2008 08:51:48 +0200
Closes: 491962 501936 501978 502251 502474
Changes: 
 zhcon (1:0.2.6-5.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix pending l10n issues. Debconf translations:
 - Swedish. Closes: #491962
 - Finnish. Closes: #501936
 - Ukrainian. Closes: #501978
 - Unfuzzied Catalan and Vietnamese translations
 - Basque. Closes: #502251
 - Italian. Closes: #502474

-- 


diff -Nru zhcon-0.2.6.old/debian/changelog zhcon-0.2.6/debian/changelog
--- zhcon-0.2.6.old/debian/changelog	2008-10-06 22:22:05.500281791 +0200
+++ zhcon-0.2.6/debian/changelog	2008-10-19 08:51:59.04200 +0200
@@ -1,3 +1,16 @@
+zhcon (1:0.2.6-5.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix pending l10n issues. Debconf translations:
+- Swedish. Closes: #491962
+- Finnish. Closes: #501936
+- Ukrainian. Closes: #501978
+- Unfuzzied Catalan and Vietnamese translations
+- Basque. Closes: #502251
+- Italian. Closes: #502474
+
+ -- Christian Perrier [EMAIL PROTECTED]  Sun, 19 Oct 2008 08:51:48 +0200
+
 zhcon (1:0.2.6-5.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru zhcon-0.2.6.old/debian/po/ca.po zhcon-0.2.6/debian/po/ca.po
--- zhcon-0.2.6.old/debian/po/ca.po	2008-10-06 22:22:05.500281791 +0200
+++ zhcon-0.2.6/debian/po/ca.po	2008-10-13 07:21:04.053895241 +0200
@@ -6,8 +6,8 @@
 msgid 
 msgstr 
 Project-Id-Version: zhcon_1_0.2.3-7_templates\n
-Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2006-03-08 23:08+0100\n
+Report-Msgid-Bugs-To: [EMAIL PROTECTED]
+POT-Creation-Date: 2008-10-12 09:11+0200\n
 PO-Revision-Date: 2004-03-05 19:46GMT\n
 Last-Translator: Aleix Badia i Bosch [EMAIL PROTECTED]\n
 Language-Team: Catalan [EMAIL PROTECTED]\n
@@ -17,16 +17,16 @@
 
 #. Type: note
 #. Description
-#: ../templates:3
-msgid You MUST rebuild the kernel with framebuffer support
+#: ../templates:1001
+msgid You MUST rebuild kernel with framebuffer support.
 msgstr Heu de tornar a muntar el nucli amb el suport de framebuffer.
 
 #. Type: note
 #. Description
-#: ../templates:3
+#: ../templates:1001
 msgid 
-Please read README.Debian and README. zhcon needs a kernel supporting the 
-framebuffer. You have to build it by yourself.
+Please read README.Debian and README. zhcon need a kernel supporting 
+framebuffer, you have to build it by yourself.
 msgstr 
 Llegiu el fitxer README.Debian i el README. El zhcon necessita un nucli que 
 suporti framebuffer i caldrà que el munteu vosaltres.
diff -Nru zhcon-0.2.6.old/debian/po/cs.po zhcon-0.2.6/debian/po/cs.po
--- zhcon-0.2.6.old/debian/po/cs.po	2008-10-06 22:22:05.500281791 +0200
+++ zhcon-0.2.6/debian/po/cs.po	2008-10-12 09:11:16.364664442 +0200
@@ -14,8 +14,8 @@
 msgid 
 msgstr 
 Project-Id-Version: zhcon\n
-Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2006-09-09 14:10-0600\n
+Report-Msgid-Bugs-To: [EMAIL PROTECTED]
+POT-Creation-Date: 2008-10-12 09:11+0200\n
 PO-Revision-Date: 2006-09-24 13:50+0200\n
 Last-Translator: Miroslav Kure [EMAIL PROTECTED]\n
 Language-Team: Czech [EMAIL PROTECTED]\n
diff -Nru zhcon-0.2.6.old/debian/po/da.po zhcon-0.2.6/debian/po/da.po
--- zhcon-0.2.6.old/debian/po/da.po	2008-10-06 22:22:05.500281791 +0200
+++ zhcon-0.2.6/debian/po/da.po	2008-10-12 09:11:16.372664738 +0200
@@ -3,8 +3,8 @@
 msgid 
 msgstr 
 Project-Id-Version: zhcon 0.2.6-4\n
-Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2006-10-19 01:46+0200\n
+Report-Msgid-Bugs-To: [EMAIL PROTECTED]
+POT-Creation-Date: 2008-10-12 09:11+0200\n
 PO-Revision-Date: 2006-12-04 23:23+0100\n
 Last-Translator: Morten Bo Johansen [EMAIL PROTECTED]\n
 Language-Team: Danish [EMAIL PROTECTED]\n
diff -Nru zhcon-0.2.6.old/debian/po/de.po zhcon-0.2.6/debian/po/de.po
--- zhcon-0.2.6.old/debian/po/de.po	2008-10-06 22:22:05.500281791 +0200
+++ zhcon-0.2.6/debian/po/de.po	2008-10-12 09:11:16.44428 +0200
@@ -6,8 +6,8 @@
 msgid 
 msgstr 
 Project-Id-Version: zhcon 1:0.2.6-4\n
-Report-Msgid-Bugs-To: [EMAIL PROTECTED]
-POT-Creation-Date: 2006-10-19 01:46+0200\n
+Report-Msgid-Bugs-To: [EMAIL PROTECTED]
+POT-Creation-Date: 2008-10-12 09:11+0200\n
 PO-Revision-Date: 2006-12-12 20:54+0100\n
 Last-Translator: Helge Kreutzmann [EMAIL PROTECTED]\n
 Language-Team: German [EMAIL PROTECTED]\n
@@ -19,8 +19,7 @@
 #. Description
 #: ../templates:1001
 msgid You MUST rebuild kernel with framebuffer support.
-msgstr 
-Sie MÜSSEN den Kernel mit Framebuffer-Unterstützung neu bauen.
+msgstr Sie MÜSSEN den Kernel mit Framebuffer-Unterstützung 

Bug#500807: Looking at the backtrace ...

2008-10-19 Thread Michael Casadevall
I took a quick glance at the backtraces. The first problem looks like
Icedove got a piece of mail with an invalid MINE type which is
crashing Icedove, which is a bug that should be sent upstream. If you
can isolate the email thats causing that crash, that would be vastly
helpful. The second one just seems to be that Icedove stalled
downloading a large attachment; if you had left it running, it likely
would have finished (although I agree a progress bar would have been
nice).

Icedove 2.0.0.17 was just uploaded to unstable today, it may fix your
issue. If you can test with that version, it would be greatly
appreciated.
Michael



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



Bug#500128: Truncated Swedish translation for destar

2008-10-19 Thread Christian Perrier
Another one, Martin..:-)

-- 




signature.asc
Description: Digital signature


Bug#491940: Announce of the upcoming NMU for the clamav-data package

2008-10-19 Thread Marc Haber
On Sun, Oct 19, 2008 at 09:02:24AM +0200, Christian Perrier wrote:
 Hmmm, I now realise that clamav-data is somewhat special and it
 probably makes no sense in NMU'ing it. Am I correct ?

It is. Additionally, the swedish translation of clamav-data is
incomplete in the sense that the translator never replied to my
request given in bug #491940 to look at clamav-getfiles' translations
as well. It makes sense to update -data and -getfiles together and I
won't do double work, so the swedish translation is going to stay out
until I definetely know that swedish clamav-getfiles is up-to-date as
well.

You might want to go ahead with the clamav-data NMU, but it will be
overridden with the automatic version on the next maintainer upload.

So the correct way to do things is not to ignore the package's
maintainer and to actually answer his questions.

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 3221 2323190



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



Bug#491957: Swedish translation truncated for sn

2008-10-19 Thread Christian Perrier
Martin, yet another one..:-)


-- 




signature.asc
Description: Digital signature


Bug#493940: binNMU on amd64 solves conspy RC bug

2008-10-19 Thread Thomas Viehmann
Hi Stuart, release team,

as a mere recompile on AMD64 solves #493940 (I have verified this),
let's just have that (and get it into / do it also on lenny):
conspy_1.4-1, miscompilation RC bug #493940, 1, amd64

Then the bug is fixed already without interfering with Russel's plans,
I'll take care of closing the bug as soon as this has happened.

Kind regards

T.
-- 
Thomas Viehmann, http://thomas.viehmann.net/



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



Bug#462917: tagging 462917

2008-10-19 Thread Trent W . Buck
# Automatically generated email from bts, devscripts version 2.10.35
# fixed upstream in 2.1.0.
tags 462917 + pending




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



Bug#497134: closing 497134

2008-10-19 Thread Trent W . Buck
# Automatically generated email from bts, devscripts version 2.10.35
# wontfixed by upstream, and I don't care enough to leave it open here
close 497134 




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



Bug#458629: tagging 458629

2008-10-19 Thread Trent W . Buck
# Automatically generated email from bts, devscripts version 2.10.35
# fixed upstream in 2.1.0.
tags 458629 + pending




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



Bug#494109: tagging 494109

2008-10-19 Thread Trent W . Buck
# Automatically generated email from bts, devscripts version 2.10.35
# fixed upstream in 2.1.0.
tags 494109 + pending




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



Bug#502480: apt-cacher: Keep getting 400 No Request Recieved

2008-10-19 Thread Mark Hindley
On Thu, Oct 16, 2008 at 11:32:34AM -0700, Sebastien Delafond wrote:
 Package: apt-cacher
 Version: 1.6.5
 Severity: normal
 Tags: patch
 
 I'm seeing the same exact bug as this one:
 
   https://bugs.launchpad.net/ubuntu/+source/apt-cacher/+bug/219095

I have taken a look at this and I have to admit I can't see how the
incomplete request line is getting through the existing
getRequestLine(). Do you have debug output which shows what is going on?
I can't reproduce the bug. If you could set debug=1 in the config file,
trigger the bug and send the relevant parts of
/var/log/apt-cacher/error.log that would be a great help.

I think the comments in that function are actually incorrect. The call
to sysread doesn't actually have to contain at least one complete line.
If it doesn't, it is all stored in $reqTail and then reused on the next
iteration.

Cheers,

Mark



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



Bug#445848: tomcat5.5: configuration folder permissions

2008-10-19 Thread Javier Serrano Polo
 * A directory symlink in postinst is removed...

aka #498487 fix included in 5.5.26-5. Updating the patch accordingly.


private_users_2.diff.gz
Description: GNU Zip compressed data


Bug#502692: clamav-getfiles: [INTL:de] Encoding problems in german debconf translations

2008-10-19 Thread Christian Perrier
Package: clamav-getfiles
Severity: normal
Tags: l10n

Hi,

During a discussion with clamav-getfiles maintainer, we discovered that
there seem to be encoding problems in the german debconf translation (file
attached).

Would some of the German translators have a look at this file, fix it (mayeb
review it as well) and send it back to this bug report?

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

Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to fr_FR.UTF-8)
Shell: /bin/sh linked to /bin/dash
#
#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.
# Erik Schanze [EMAIL PROTECTED], 2004.
# Marc Haber [EMAIL PROTECTED], 2004.
#
msgid 
msgstr 
Project-Id-Version: clamav-getfiles_0.3-4_templates\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2006-07-23 15:39+0200\n
PO-Revision-Date: 2004-05-25 23:39+0200\n
Last-Translator: Erik Schanze [EMAIL PROTECTED], Marc Haber mh+debian-
[EMAIL PROTECTED]\n
Language-Team: German [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.3.1\n
Plural-Forms:  nplurals=2; plural=(n != 1);\n

#. Type: boolean
#. Description
#: ../templates:1001
msgid Do you want to download eicar.com from the Internet?
msgstr Wollen Sie eicar.com aus dem Internet herunterladen?

#. Type: boolean
#. Description
#: ../templates:1001
msgid 
To verify the integrity of the downloaded databases, clamav-getfiles uses 
clamav-testfiles. It can additionally use the Eicar Anti-Virus Test File, 
which unfortunately has a non-free license and cannot thus be in Debian 
proper.
msgstr 
Um die Integrität der heruntergeladenen Virusdefinitionen zu prüfen,  nutzt 
clamav-getfiles Testpattern aus clamav-testfiles. Es kann  außerdem noch das 
Eicar Anti-Virus Test File benutzen, das leider  nicht unter einer freien 
Lizenz steht und deswegen nicht in Debian  integriert werden kann.

#. Type: boolean
#. Description
#: ../templates:1001
msgid 
The clean way to solve this would be a Debian package eicar-testfile which 
downloads the real Eicar Anti-Virus Test File from the Internet on 
installation. Such a package has been prepared and uploaded, but it was 
rejected by the Debian ftp-masters in June 2003. See the RFP/ITP bug #198311.
msgstr 
Es sollte ein Debian-Paket eicar-testfile geben, das bei der Installationdas 
wirkliche Eicar Anti-Virus Test File aus dem Internet herunterlädt. Dieses 
ein Paket existiert bereits, wurde aber von den Debian ftp-mastern im Juni 
2003 abgelehnt. Weitere Informationen liegen im RFP/ITP-Bug-Report #198311.

#. Type: boolean
#. Description
#: ../templates:1001
msgid 
Since Debian officially declined to have the Eicar Anti-Virus Test File in a 
single location, packages needing that file need to replicate the work 
locally.
msgstr 
Da Debian offiziell ablehnt, das Eicar Anti-Virus Test File an einer 
einzigen definierten Stelle in der Distribution zu haben, müssen Pakete, die 
diese Datei benötigen sie selbst herunterladen.

#. Type: boolean
#. Description
#: ../templates:1001
msgid 
Please choose if you want to download the non-free Eicar Anti-Virus Test 
File from the Internet to improve the integrity test of the downloaded 
clamav databases.
msgstr 
Soll die nichtfreie Eicar Anti-Virus Test-Datei aus dem Internet 
heruntergeladen werden, um die Überprüfung der heruntergeladenen clamav-
Datenbasen zu verbessern?


Bug#502618: partman: /dev/mapper/vg0-home is apparently in use by the system

2008-10-19 Thread Marc Haber
On Sun, Oct 19, 2008 at 12:20:34AM +0200, Marc Haber wrote:
 On Sat, Oct 18, 2008 at 06:01:12PM +0200, Jeroen Dekkers wrote:
  I currently have the same problem. The reason the logical volume is in
  use seems to be that when you finish partitioning and partman goes to
  the stage of creating the filesystems, the system has suddenly created
  partitions on top of the volumes. That means there is a
  /dev/mapper/vg0-homep1, which uses /dev/mapper/vg0-home and makes it
  impossible to create a filesystem there.
 
 Yes, that's exactly the situation on my system. I tried installing
 twice today, and in the first attempt it even showed the homep1 LV in
 the partition list in the Installer. In the second attempt, it didn't,
 but the homep1 LV was there when I looked in /dev/mapper.

So far, it looks like the partitions are generated when one says
Write changes to disk, but they don't show up when one uses fdisk to
look into the LVs. Strange.

A workaround is to partition with the Debian installer, abort and
reboot into a live CD (I used grml, which I highly recommend for all
rescue operations), format the file systems from there, restart the
installer and partitioner, tell it the intended mount points, but
forbid it to format the partitions, tell it _NOT_ to use the swap
partition and ignore the resulting error message. After that, the
installation is able to continue.

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#502696: aptitude: Updated Spanish help file

2008-10-19 Thread Javier Fernández-Sanguino Peña

Package: aptitude
Version: 0.4.11.10-1
Priority: wishlist
Tags: l10n patch

I've reviewed the changes introduced to the help.txt file since the help file
was last translated into Spanish. Attached is a diff that updates the Spanish
translation with all the changes introduced in the English version.

Thanks for including it in the next package upload,

Javier


signature.asc
Description: Digital signature


Bug#475958: where to post the updated procedure ?

2008-10-19 Thread W. Martin Borgert
On 2008-10-18 16:45, Giovanni Rapagnani wrote:
 you can find in attachment the patch to apply to  
 manuals/branches/release-notes/lenny/en/upgrading.dbk rev.5421 in order 
 to include the corrections proposed by Andrei Popescu.

OK, your changes are now in rev. 5422. Many thanks!

(Btw. for some reason all  and  were replaced with lt; and
gt; in your attachment. Maybe some evil HTML mailer?)



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



Bug#502613: Bug#501662: [Pkg-utopia-maintainers] Bug#501662: hal: incorrect upgrade management for removal of runlevel links

2008-10-19 Thread Martin Pitt
Michael Biebl [2008-10-18 14:09 +0200]:
 Kel Modderman wrote:
  if dpkg --compare-versions $installed lt-nl $version; then
  rm -f /etc/rc[06].d/K??$script
  fi

That looks okay. One could even go as far as replacing the ?? with the
default priority, but I don't think it should be done.

 This would work for insserv and sysv-rc, but not file-rc (but I don't
 care too much about file-rc, tbh. And the popcon stats of file-rc do not
 justify any special treatment of file-rc imho).

Agreed. Since this is purely an optimization step, not having an
effect with file-rc is nothing to be concerned about.

 It also doesn't take into account any local modifications to the stop
 priorities (when using sysv-rc alone). We are thus not 100% policy
 compliant,  but I think we can ignore that in that special case.

Right, see what I wrote above. But since we don't need stop priorities
at all in these cases, removing them is valid on upgrades IMHO.

 The major complain I got on debian-release (when we discussed the same
 topic for avahi-daemon) was, that the update-rc.d remove approach
 didn't preserve disabled services, which the above method would do (i.e.
 services which were disabled before the upgrade were enabled again
 afterwards).

Right, I never accepted those either.

 So in summary, I think the suggested method above would indeed be the
 best we can do atm.

I agree.

Thanks,

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


signature.asc
Description: Digital signature


Bug#502696: Acknowledgement (aptitude: Updated Spanish help file)

2008-10-19 Thread Javier Fernández-Sanguino Peña

The bug report was missing the attachment. It is included now.

Regards

Javier
--- help-es.txt.orig	2008-10-19 10:59:38.0 +0200
+++ help-es.txt	2008-10-19 11:09:22.0 +0200
@@ -14,14 +14,28 @@
 
   Arriba o k: Mover arriba la marca de selección.
   Abajo o j:  Mover abajo la marca de selección.
+  Pag Arriba o
+  Control-b:Mover la selección hacia arriba una pantalla.
+  Pag Abajo o
+  Control-f:Mover la selección hacia abajo una pantalla.
+  Inicio o 
+  Control-a:Mueve la seleccion al primer paquete de la lista.
+  Fin o 
+  control-e:Mueve la selección al último paquete de la lista.
   ^:  Mover la selección al padre del elemento actual.
   Enter:Expandir o contraer un grupo de paquetes.
   [:  Expandir un grupo de paquetes y todos sus subgrupos.
   ]:  Contraer un grupo de paquetes y todos sus subgrupos.
 
+  Control-t:Activa o desactiva el menú.
+  F6: Mueve a la siguiente pestaña en la vista principal.
+  F7: Mueve a la pestaña anterior en la vista principal.
+
+
   Enter:Ver información de un paquete.
   C:  Ver el registro de cambios de un paquete.
-  +:  Instalar o actualizar un paquete, o eliminar su estado de bloqueo.
+  +:  Instalar o actualizar un paquete, o eliminar su estado 
+de bloqueo.
   -:  Eliminar un paquete.
   =:  Bloquear un paquete en su versión actual para evitar 
   		actualizaciones.
@@ -29,10 +43,11 @@
   		bloqueo, no previene futuras actualizaciones.
   _:  Eliminar un paquete con todos sus conffiles (N.T.ficheros de
   		configuración).
-  L:  Reinstalar un paquete.
-  M:		Marcar un paquete como si hubiese sido instalado automáticamente.
-		Los paquetes instalados automáticamente se eliminan si ningún
-  		paquete instalado manualmente lo necesita.
+  L:  Solicitar la reinstalación de un paquete.
+  M:		Marcar un paquete como si hubiese sido instalado 
+automáticamente. Los paquetes instalados automáticamente se
+eliminan si no los necesita ningún paquete instalado 
+manualmente.
   m:		Marcar un paquete como instalado manualmente.
   F:		Prohibir que un paquete se actualice a una versión específica.
   		Las versiones posteriores se instalarán automáticamente.
@@ -43,9 +58,12 @@
   		actualizaciones pendientes.
 
   Control-u:Deshacer la última acción o conjunto de acciones.
-  /:  Buscar. (Por el nombre del paquete de forma predeterminada, lea
-  		el README/Manual de usuario para más información).
-  \:  Repetir la última búsqueda.
+  /:  Realizar una búsqueda. (Por el nombre del paquete de forma
+predeterminada, lea el README/Manual de usuario para 
+más información).
+  \:  Realizar una búsqueda hacia atrás.
+  n:  Repetir la última búsqueda.
+  N:  Repetir la última búsqueda, pero en la dirección opuesta.
   b:  Buscar el siguiente paquete roto.
 
   v:  Mostrar todas las versiones disponibles de un paquete.
@@ -55,8 +73,30 @@
   D:  Mostrar u ocultar el área de información de los paquetes.
   a:		Desplazar hacia arriba el área de infomación de los paquetes.
   z:		Desplazar hacia abajo el área de información de los paquetes.
-  i:  Mostrar de forma sucesiva las distintas vistas de información de
-  		los paquetes.
+  i:  Mostrar de forma sucesiva las distintas vistas de información 
+de los paquetes.
+
+  ,:  View the previous dependency solution.
+  .:  View the next dependency solution, generating a new solution
+if necessary.
+  :  View the first dependency solution.
+  :  View the last dependency solution.
+
+In the interactive resolver:
+  a:  Approve an action, causing it to always be chosen over
+alternatives, or cancel an approval.
+  r:  Reject an action, causing it to never be chosen, or
+cancel a rejection.
+
+  Los paquetes en la lista de paquetes se muestran así por omision:
+idA   libsmbclient -2220kB 3.0.25a-1  3.0.25a-2
+
+  Los tres primeros caracteres a la izquierda de la línea muestran el estado
+actual del paquete. La primera letra es la marca de estado, la segunda
+letra es la marca de acción y la tercera letra es la marca automática.
+A esta información le sigue el nombre del paquete, los cambios de espacio 
+en disco atribuídos a este y, por último, las versiones actualmente instaladas
+y disponibles del paquete.
 
   La marca de «estado» mostrada para cada paquete tiene los siguientes valores
 posibles.
@@ -82,3 +122,12 @@
r - reinstalar
u - actualizar
F - la actualización disponible ha sido prohibida mediante «F»
+
+  Si existe, la marca automática es A. Esta marca indica que el paquete
+se instaló automáticamente y se eliminará cuando nada dependa 

Bug#502698: dh-make: [PATCH] replace obsolete dh_clean -k with dh_prep

2008-10-19 Thread jaalto
Package: dh-make
Version: 0.46
Severity: minor
Tags: patch


dh_clan(1) reads:

   OPTIONS
   -k, --keep
   This is deprecated, use dh_prep(1) instead.

The attached patch replaces 'dh_clean -k' calls with 'dh_prep'.

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

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

Versions of packages dh-make depends on:
ii  debhelper 7.0.15 helper programs for debian/rules
ii  dpkg-dev  1.14.22Debian package development tools
ii  make  3.81-5 The GNU version of the make util
ii  perl  5.10.0-15  Larry Wall's Practical Extraction 

dh-make recommends no packages.

Versions of packages dh-make suggests:
ii  build-essential   11.4   Informational list of build-essent

-- no debconf information
From 084438e9f856fd020fb7b838b7bd0b55a9066842 Mon Sep 17 00:00:00 2001
From: Jari Aalto [EMAIL PROTECTED]
Date: Sun, 19 Oct 2008 12:24:29 +0300
Subject: [PATCH] lib/debian*/rules: replace obsolete  dh_clean -k with dh_prep

Signed-off-by: Jari Aalto [EMAIL PROTECTED]
---
 lib/debiank/rules |6 +++---
 lib/debianl/rules |2 +-
 lib/debianm/rules |4 ++--
 lib/debians/rules |2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/lib/debiank/rules b/lib/debiank/rules
index 4fbf273..e451d38 100755
--- a/lib/debiank/rules
+++ b/lib/debiank/rules
@@ -81,7 +81,7 @@ build-arch-stamp: #PATCH_STAMP#
 # during a normal build
 binary-modules:
dh_testroot
-   dh_clean -k
+   dh_prep
dh_installdirs lib/modules/$(KVERS)/misc
 
# Build the module
@@ -98,7 +98,7 @@ binary-modules:
dh_gencontrol -- -v$(VERSION)
dh_md5sums
dh_builddeb --destdir=$(DEB_DESTDIR)
-   dh_clean -k
+   dh_prep
 
 build-indep: #CONFIG_STATUS# #CONFIGURE_STAMP# build-indep-stamp
 build-indep-stamp: #PATCH_STAMP#
@@ -127,7 +127,7 @@ install: DH_OPTIONS=
 install: build
dh_testdir
dh_testroot
-   dh_clean -k
+   dh_prep
dh_installdirs
 
# Create the directories to install the source into
diff --git a/lib/debianl/rules b/lib/debianl/rules
index 2656cdd..7bc391b 100755
--- a/lib/debianl/rules
+++ b/lib/debianl/rules
@@ -47,7 +47,7 @@ clean: #PATCH_CLEAN#
 install: build
dh_testdir
dh_testroot
-   dh_clean -k#PRESERVE#
+   dh_prep #PRESERVE#
dh_installdirs
 
# Add here commands to install the package into debian/tmp
diff --git a/lib/debianm/rules b/lib/debianm/rules
index 9042e2d..ce4978a 100755
--- a/lib/debianm/rules
+++ b/lib/debianm/rules
@@ -54,7 +54,7 @@ install: install-indep install-arch
 install-indep:
dh_testdir
dh_testroot
-   dh_clean -k -i#PRESERVE#
+   dh_prep -i#PRESERVE#
dh_installdirs -i
 
# Add here commands to install the indep part of the package into
@@ -66,7 +66,7 @@ install-indep:
 install-arch:
dh_testdir
dh_testroot
-   dh_clean -k -s#PRESERVE#
+   dh_prep -s#PRESERVE#
dh_installdirs -s
 
# Add here commands to install the arch part of the package into
diff --git a/lib/debians/rules b/lib/debians/rules
index aba5cb0..94f0e53 100755
--- a/lib/debians/rules
+++ b/lib/debians/rules
@@ -39,7 +39,7 @@ clean: #PATCH_CLEAN#
 install: build
dh_testdir
dh_testroot
-   dh_clean -k#PRESERVE#
+   dh_prep #PRESERVE#
dh_installdirs
 
# Add here commands to install the package into debian/#PACKAGE#.
-- 
1.6.0.2



Bug#254243: (no subject)

2008-10-19 Thread Olaf van der Spek

I think it should be merged with #222324
I'm willing to continue work on my patch from 2005 if Luk and Martin agree.



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



Bug#502693: ipppd: must depend on makedev

2008-10-19 Thread Luca Bruno
Package: ipppd
Severity: important

Setting up ipppd (1:3.9.20060704-3.5) ...
Note: running MAKEDEV to create ISDN devices in /dev...
/var/lib/dpkg/info/ipppd.postinst: line 22: ./MAKEDEV: No such file or
directory
dpkg: error processing ipppd (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 ipppd
E: Sub-process /usr/bin/dpkg returned an error code (1)

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

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

-- 
http://syx.googlecode.com - Smalltalk YX
http://lethalman.blogspot.com - Thoughts about computer technologies
http://www.debian.org - The Universal Operating System


signature.asc
Description: Digital signature


Bug#492181: spong: [INTL:it] Italian translation of the debconf templates

2008-10-19 Thread Christian Perrier
Quoting vince ([EMAIL PROTECTED]):
 Il giorno dom, 19/10/2008 alle 08.56 +0200, Christian Perrier ha
 scritto:
 
  Pendant que j'y pense: pourrais-tu envoyer tes traductions sous forme
  d'un fichier it.po plutôt qu'un tar contenant ledit fichier ?
  
  Le tar demande une manip de plus au mainteneur (et à moi quand je fais
  un NMU) et est en fait relativement inutile...:-)
 
 Salut Christian
 
 Bien entendu, pas de problèmes.


Sorry, dear BTS. I realized that we left you in the middle of the
discussion in French

I was just asking Vincenzo to send files as it.po and not it.tar.gz
and he agreed...



signature.asc
Description: Digital signature


Bug#502697: aptitude: Spanish translation for the Minesweeper game

2008-10-19 Thread Javier Fernández-Sanguino Peña

Package: aptitude
Version: 0.4.11.10-1
Priority: wishlist
Tags: l10n patch

Attached is the translation for the src/mine/mine-help.txt file available in
aptitude.

Thanks for including it in the next package upload,

Javier
  Buscaminas Curses

  En el busca minas se le muestra un tablero que contiene un número
determinado de minas. En cada turno debe descubrir uno o más recuadros para
mostrar sus contenidos. Para poder ganar debe deducir la ubicación de cada
mina sin mostrar ninguna. Puede poner banderas en el tablero para recordarse
a sí mismo dónde están las minas. No se mostrarán los recuadros hasta que se 
elimine la bandera. Vd. gana cuando ha descubierto todos los recuadros que
no contienen minas.

  Si descubre un recuadro que contiene una mina perderá el juego de forma
inmediata. Si descubre un recuadro que no contiene una mina se le mostrará
su contenido: un número que indica cuántas minas hay adyacentes a ese
recuadro. Se descubrirán de forma automática todos los recuadros adjuntos si
no hay ninguna mina adyacente al recuadro.

  Puede utilizar los cursores para moverse dentro del tablero. Si pulsa
f podrá colocar o eliminar una bandera en la posición del cursor. Si pulsa
Intro sobre un recuadro cubierto lo descubrirá. Si pulsa intro en un
recuadro cubierto que tiene exactamente tantas banderas adyacentes a él como
minas se mostrarán de forma automática todos los recuadros que lo rodean
(tenga en cuenta que si se ha equivocado colocando las banderas perderá el
juego al hacer esto).

  Pulse n para empezar un nuevo juego.

  Puede guardar y recuperar un juego pulsando s y L respectivamente,
indicando a continuación el nombre de fichero donde quiere guardar o desde
donde quiere cargar.

  Para terminar pulse q.


signature.asc
Description: Digital signature


Bug#502611: (no subject)

2008-10-19 Thread Eugene V. Lyubimkin
I would be also pleased if this feature have been implemented.
Without it I cannot use package at all :(

-- 
Eugene V. Lyubimkin aka JackYF, Ukrainian C++ developer.



signature.asc
Description: OpenPGP digital signature


Bug#493940: binNMU on amd64 solves conspy RC bug

2008-10-19 Thread Adeodato Simó
* Thomas Viehmann [Sun, 19 Oct 2008 10:25:06 +0200]:

 Hi Stuart, release team,

 as a mere recompile on AMD64 solves #493940 (I have verified this),
 let's just have that (and get it into / do it also on lenny):
 conspy_1.4-1, miscompilation RC bug #493940, 1, amd64

 Then the bug is fixed already without interfering with Russel's plans,
 I'll take care of closing the bug as soon as this has happened.

binNMU scheduled in unstable, if it gets caught up by some shlib bump,
I'll schedule another in testing.

Thanks,

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
 Listening to: Ana Torroja - Te he querido tanto




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



Bug#474947: unreproducible APT bug

2008-10-19 Thread A Mennucc
tag 474947 +unreproducible
thanks

hi,

I tried this bug and I cannot reproduce it.

I have copied all sources from this bug report into my
 /etc/apt/sources.list and removed duplicates, and deleted non-US
 entries (they are obsolete); the resulting file is attached.

I then run 
  apt-get update
and also 
  apt-get -o APT::Cache-File=2 update
and it went smoothly.

Maybe it was a transient bug (a corruption in a mirror? faulty HW ?
an incompatible library and then APT was rebuilt by binNMU?)

a.
deb http://debian.oregonstate.edu/debian/ stable main contrib non-free
deb http://security.debian.org stable/updates main contrib non-free
deb http://www.debian-multimedia.org stable main
deb http://volatile.debian.org/debian-volatile stable/volatile main contrib 
non-free
deb http://debian.oregonstate.edu/debian/ testing main contrib non-free



deb-src http://debian.oregonstate.edu/debian/ stable main contrib non-free
deb-src http://security.debian.org stable/updates main contrib non-free
deb-src http://www.debian-multimedia.org stable main
deb-src http://volatile.debian.org/debian-volatile stable/volatile main contrib 
non-free
deb-src http://debian.oregonstate.edu/debian/ testing main contrib non-free


#-

deb http://ftp.egr.msu.edu/debian/ unstable main contrib
deb-src http://ftp.egr.msu.edu/debian/ unstable main contrib

deb http://ftp.us.debian.org/debian/ unstable main contrib non-free
deb-src http://ftp.us.debian.org/debian/ unstable main contrib non-free


deb http://ftp.us.debian.org/debian/ etch main contrib non-free
deb http://ftp.us.debian.org/debian/ lenny main contrib non-free

deb-src http://mentors.debian.net/debian unstable main contrib

#
deb ftp://ftp.nz.debian.org/debian etch main non-free contrib
deb-src http://ftp.nz.debian.org/debian stable main non-free contrib
deb http://ftp.nz.debian.org/debian lenny main contrib non-free
deb http://ftp.nz.debian.org/debian unstable main contrib
deb http://www.debian-multimedia.org etch main


deb ftp://ftp.au.debian.org/debian etch main non-free contrib
deb-src http://ftp.au.debian.org/debian etch main non-free contrib

deb-src http://ftp.nz.debian.org/debian testing main contrib non-free

deb ftp://ftp.nerim.net/debian/ stable main contrib non-free



signature.asc
Description: Digital signature


Bug#502700: [bacula-doc] please do not depend on bacula-common

2008-10-19 Thread Tobias Frost
Package: bacula-doc
Version: 2.4.2-1
Severity: wishlist

I think, it should be possible to install the docs without the package: In my 
case, bacula is running on a different machine, and I only need the doc package 
as refernce. 

Thank you!

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

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

Versions of packages bacula-doc depends on:
ii  bacula-common 2.4.2-3.1  network backup, recovery and verif

bacula-doc recommends no packages.

bacula-doc suggests no packages.

-- no debconf information



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



Bug#502527: texlive-bin: Clean up Recommends (dvi2tty not in testing)

2008-10-19 Thread Martin Pitt
Hilmar Preuße [2008-10-18 21:03 +0200]:
 On 17.10.08 Martin Pitt ([EMAIL PROTECTED]) wrote:
  texlive-extra-utils currently recommends dvi2tty and dvidvi. IMHO
  they should be dropped to Suggests:, since LaTeX defaults and
  encourages using PDF now.
 
 I'm not sure if the discussion already ended. IMHO some people still
 use dvi and have some good reasons to do it.

Right, that's true. It just seems to me that even for people who do,
these tools are not really essential, they are merely an added feature
(which is what Suggests is for).

  Especially the former package needs to go, since dvi2tty is
  orphaned and not in testing (thus Lenny would have an unresolvable
  Recommends:). For that reason I mark the bug as important.
  
 OK, fine. We'll fix that.

Thanks. That's in fact the only thing I'm concerned about for Lenny,
since Recommends: is essentially Depends: now. The rest are merely
suggestions for avoiding bloat (well, not that it matters too much,
given the size of texlive :-) ).

  Similarly, texlive-base-bin's Recommends: perl-tk seems too strong
  to me. I am a fairly regular LaTeX user and have never ever needed
  it.
  
 texdoctk needs it, and fails to start if it is not installed. Calling
 the command on the CLI causes and error message and from a menu it
 calls xmessage to tell about the missing lib. 

Ah, thanks for the explanation (I never used texdoctk either, it
seems).

 This was implemented about 2003 and we could lower the dep to
 recommend. Should we further lower to Suggests?

Lowering to Suggests: would essentially preserve the semantics of
earlier Debian releases (where Recommends: wasn't installed by
default).

I have the usual texlive stuff installed, but not perl-tk. The failure
mode seems to be exemplary good:

$ texdoctk 
texdoctk: you must have the perl-tk package installed
to use this script
BEGIN failed--compilation aborted at /usr/bin/texdoctk line 34.

So it tells you exactly what's missing.

Thanks,

Martin

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


signature.asc
Description: Digital signature


Bug#502699: False positives in clickjacking detection

2008-10-19 Thread Florian Weimer
Package: mozilla-noscript
Version: 1.8.2.1-1

Several web sites incorrectly report clickjacking attempts.  This happens
with the POSIX spec at http://www.opengroup.org/onlinepubs/009695399/,
but it is somewhat difficult to reproduce.

It's easier with http://www.tecgraf.puc-rio.br/iup/; just clicking on
Copyright/License in the left navigation field suffices.

In all cases, I haven't granted Javascript permissions to those web
sites.



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



Bug#502701: ld.so.preload-manager: underdocumented

2008-10-19 Thread Marc Haber
Package: ld.so.preload-manager
Version: 0.3.3-3
Severity: wishlist

Please add more docs and example code to the package. This is
important since there is a lot to be done wrong with the script and it
modifies things in a very important location.

Greetings
Marc

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

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



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



Bug#500468: Rebuilt and working

2008-10-19 Thread Emilio Pozuelo Monfort

Version: 2:2.24.0.1-2

Rob Bradford wrote:

When that goes through we should
be able to upload the fixed Anjuta.


Anjuta has now been built everywhere. The x86 build has finished a few hours ago 
and should reach mirrors soon, so I'm closing this bug.


Cheers,
Emilio



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



Bug#502634: acpi-support: Last update fixed the issue

2008-10-19 Thread Ivan Vilata i Balaguer
Package: acpi-support
Followup-For: Bug #502634


I wonder why, but it looks that the very last kernel, acpi-support or another
related package update (from the last few days) fixed the issue, i.e. waking up
from hibernation doesn't proceed to suspend to RAM.

This is what happens when suspend to RAM works, rebooting the system gets very
rare. ;)  Sorry for the noise.

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

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

Versions of packages acpi-support depends on:
ii  acpi-support-base 0.109-9scripts for handling base ACPI eve
ii  acpid 1.0.6-14   Utilities for using ACPI power man
ii  dmidecode 2.9-1  Dump Desktop Management Interface 
ii  finger0.17-12user information lookup program
ii  hdparm8.9-2  tune hard disk parameters for high
ii  laptop-detect 0.13.7 attempt to detect a laptop
ii  libc6 2.7-15 GNU C Library: Shared libraries
ii  lsb-base  3.2-20 Linux Standard Base 3.2 init scrip
ii  powermgmt-base1.30+nmu1  Common utils and configs for power
ii  vbetool   1.0-3  run real-mode video BIOS code to a
ii  x11-xserver-utils 7.3+5  X server utilities

Versions of packages acpi-support recommends:
ii  dbus  1.2.1-3simple interprocess messaging syst
ii  hal   0.5.11-5   Hardware Abstraction Layer
ii  nvclock   0.8b3-1Allows you to overclock your nVidi
ii  pm-utils  1.1.2.4-1  utilities and scripts for power ma
ii  radeontool1.5-5  utility to control ATI Radeon back
ii  toshset   1.73-2 Access much of the Toshiba laptop 

Versions of packages acpi-support suggests:
pn  laptop-mode-tools none (no description available)

-- no debconf information



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



Bug#502702: chm2pdf is nowhere close to releasable

2008-10-19 Thread Thomas Viehmann
X-Debbugs-RC: [EMAIL PROTECTED]
Package: chm2pdf
Severity: grave
Justification: is between unusable and dangerous for non-trivial chm files
Version: 0.9-2

Hi,

I've been looking at chm2pdf's RC bug.
There are so much more problems that releasing lenny seems totally out of 
question for
quality reasons.
Some items in addition to the tempfile RC bug (only the ones that have turned 
up in the
attempt to get it to convert some chm to pdf, I have not specifically looked at 
anything):
- the calls to subprograms using os.system are not using proper
  escaping, this is a security hazard (Raphael's patch proposed to fix the
  rm -f, the the rest is just as bad),
- the code looses perfectly good data in a way that cannot be turned off (note 
that the
  typical chm files I found that related to free software were api docs which 
are loosing
  a big deal without links to the right place on the page in per-module lists of
  functions):
  # Replace links of the form somefile.html#894 with somefile0206.html
  # The following will match anchors like 'a href=temp0206.html#894' and 
will store the
  # 'temp0206.html' in backreference 1.
  # The replace string will then replace it with 'a href=temp0206.html', 
i.e. it will
  # take away the '#894' part.
  # This is because the numbers after the '#' are often wrong or non-existent. 
It is
  # better to link to an existing chapter than to a non-existent part of an 
existing
  # chapter.
- The implementation is inacceptably inefficient: The convert_to_pdf function's 
uses
  the following (match_strings and replace_garbled_strings are of length = 
number of
  pages) and this in in a loop over all pages. This is completely bogus (in 
terms of
  what they lengthily explain to try to achieve) and unacceptably inefficient, 
this can
  readily be implemented in linear time without effort.

 # Substitutions in 1st pass: we replace the original filenames with their
 # corresponding garbled equivalents.
for match_string in  match_strings:
replace_string = 
replace_garbled_strings[match_strings.index(match_string)]
page = re.sub(match_string, replace_string, page)
 # Substitutuions in the 2nd pass: we replace the garbled filenames with 
the correct
 # ones.
for match_string in  replace_garbled_strings:
replace_string = 
replace_strings[replace_garbled_strings.index(match_string)]
page = re.sub(match_string, replace_string, page)

chm2pdf never has been in a Debian release and it should not be before it gets 
better.
Please remove it from lenny.

Kind regards

T.
-- 
Thomas Viehmann, http://thomas.viehmann.net/



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



Bug#254243: (no subject)

2008-10-19 Thread Luk Claes
Olaf van der Spek wrote:
 I think it should be merged with #222324
 I'm willing to continue work on my patch from 2005 if Luk and Martin agree.

It's a bit unclear to me what Bernd's objections are and what he
intended to incorporate, so I kind of decided to delay this till after
lenny. But I don't see a reason to not go forward with this once it's
clear to me what Bernd's opinion is...

Cheers

Luk



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



Bug#502608: Bug#502607: apt-xapian-index: Weekly cron job fails after package removal

2008-10-19 Thread Luk Claes
Enrico Zini wrote:
 On Sat, Oct 18, 2008 at 12:38:28PM +0200, Luk Claes wrote:
 
 While this is certainly something ugly that needs to be fixed, I don't
 think it's time to promote these kind of bugs to release critical. These
 bugs are in a lot of packages, but can be easily worked around by
 purging the package instead of just removing it.
 
 It's actually my fault: as the maintainer, I'd consider those bugs to
 be RC for my packages, in the sense that I wouldn't want to be such bugs
 in lenny for my packages, and I said this to Frans when he first told me
 about the bugs.
 
 Since you are of different opinion, let me know if a package with a fix
 for this could be granted a freeze exception or not, so that I know if I
 should prepare the upload or if it would be wasted time.

Well, the maintainer's opinion is indeed also a reason for RC and the
bugs are ugly enough that I would grant a freeze exception. I just don't
want a pile of extra RC bugs that were not considered RC up to now...

Cheers

Luk



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



Bug#502704: acpid is not started at boot

2008-10-19 Thread Anders Lagerås
Package: acpid
Version: 1.0.6-14
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

acpid is not started automatically any more after installing the 2.6.26-9 linux 
image.
And therefor are not powersaved either loaded.
Acpid can be manually started after login.

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

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=sv_SE (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages acpid depends on:
ii  libc6 2.7-15 GNU C Library: Shared libraries
ii  lsb-base  3.2-20 Linux Standard Base 3.2 init scrip
ii  module-init-tools 3.4-1  tools for managing Linux kernel mo

acpid recommends no packages.

acpid suggests no packages.

- -- no debconf information

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

iEYEARECAAYFAkj7Dm4ACgkQw5UvgfnzqGq5aQCfZxOIjmO42oDtLEapYSKu13HZ
q00AniBuNNNgleGe9rDCPNYbW+m1w2qv
=nGLp
-END PGP SIGNATURE-



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



Bug#502703: 'git init' should accept a path

2008-10-19 Thread Daniel Watkins
Package: git-core
Version: 1:1.5.6.5-1
Severity: wishlist

I should be able to do 'git init --bare mytab.git' rather than
'mkdir mytab.git  cd mytab.git  git init --bare'.

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

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

Versions of packages git-core depends on:
ii  libc6  2.7-15GNU C Library: Shared libraries
ii  libcurl3-gnutls7.18.2-7  Multi-protocol file transfer libra
ii  libdigest-sha1-perl2.11-2+b1 NIST SHA-1 message digest algorith
ii  liberror-perl  0.17-1Perl module for error/exception ha
ii  libexpat1  2.0.1-4   XML parsing C library - runtime li
ii  perl-modules   5.10.0-16 Core Perl modules
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages git-core recommends:
ii  less  418-1  Pager program similar to more
ii  openssh-client [ssh-client]   1:5.1p1-3  secure shell client, an rlogin/rsh
ii  patch 2.5.9-5Apply a diff file to an original
ii  rsync 3.0.4-3fast remote file copy program (lik

Versions of packages git-core suggests:
pn  git-arch none  (no description available)
pn  git-cvs  none  (no description available)
pn  git-daemon-run   none  (no description available)
pn  git-doc  none  (no description available)
pn  git-emailnone  (no description available)
ii  git-gui  1:1.5.6.5-1 fast, scalable, distributed revisi
pn  git-svn  none  (no description available)
ii  gitk 1:1.5.6.5-1 fast, scalable, distributed revisi
pn  gitweb   none  (no description available)

-- no debconf information



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



Bug#502672: [tiger] bashism ($UID) in check_patches

2008-10-19 Thread Javier Fernández-Sanguino Peña
On Sat, Oct 18, 2008 at 07:11:10PM -0500, Corey Wright wrote:
 Package: tiger
 Version: 1:3.2.2-6
 Severity: normal
 Tags: patch
 
 i finally tired of the [: 121: Illegal number:  emails from cron and did
 something about it...

Actually, the fix is more straightforward. The 'config' script already sets
the UUID variable for this same reason. Changing UID to UUID in that script
should fix the issue.

Regards

Javier


signature.asc
Description: Digital signature


Bug#502692: clamav-getfiles: [INTL:de] Encoding problems in german debconf translations

2008-10-19 Thread Frederik Schwarzer
Hi,

this file should handle that.
I opened it in utf-8, edited the broken umlauts and saved it as utf-8 again.
I also did some proofreading and wording stuff. Please review.

Regards
#
#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.
# Erik Schanze [EMAIL PROTECTED], 2004.
# Marc Haber [EMAIL PROTECTED], 2004.
#
msgid 
msgstr 
Project-Id-Version: clamav-getfiles_0.3-4_templates\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2006-07-23 15:39+0200\n
PO-Revision-Date: 2004-05-25 23:39+0200\n
Last-Translator: Erik Schanze [EMAIL PROTECTED], Marc Haber mh+debian-
[EMAIL PROTECTED]\n
Language-Team: German [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.3.1\n
Plural-Forms:  nplurals=2; plural=(n != 1);\n

#. Type: boolean
#. Description
#: ../templates:1001
msgid Do you want to download eicar.com from the Internet?
msgstr Wollen Sie eicar.com aus dem Internet herunterladen?

#. Type: boolean
#. Description
#: ../templates:1001
msgid 
To verify the integrity of the downloaded databases, clamav-getfiles uses 
clamav-testfiles. It can additionally use the Eicar Anti-Virus Test File, 
which unfortunately has a non-free license and cannot thus be in Debian 
proper.
msgstr 
Um die Integrität der heruntergeladenen Virusdefinitionen zu prüfen, benutzt 
clamav-getfiles Testpattern aus clamav-testfiles. Es kann außerdem noch die 
Eicar-Anti-Virus-Testdatei benutzen, die leider nicht unter einer freien 
Lizenz steht und deswegen nicht in Debian integriert werden kann.

#. Type: boolean
#. Description
#: ../templates:1001
msgid 
The clean way to solve this would be a Debian package eicar-testfile which 
downloads the real Eicar Anti-Virus Test File from the Internet on 
installation. Such a package has been prepared and uploaded, but it was 
rejected by the Debian ftp-masters in June 2003. See the RFP/ITP bug #198311.
msgstr 
Es sollte ein Debian-Paket eicar-testfile geben, das bei der Installation die 
eigentliche Eicar-Anti-Virus-Testdatei aus dem Internet herunterlädt. Dieses 
Paket existiert bereits, wurde aber von den Debian-ftp-mastern im Juni 
2003 abgelehnt. Weitere Informationen liegen im RFP/ITP-Bug-Report #198311.

#. Type: boolean
#. Description
#: ../templates:1001
msgid 
Since Debian officially declined to have the Eicar Anti-Virus Test File in a 
single location, packages needing that file need to replicate the work 
locally.
msgstr 
Da Debian offiziell ablehnt, die Eicar-Anti-Virus-Testdatei an einer 
einzigen definierten Stelle in der Distribution zu haben, müssen Pakete, die 
diese Datei benötigen, sie selbst herunterladen.

#. Type: boolean
#. Description
#: ../templates:1001
msgid 
Please choose if you want to download the non-free Eicar Anti-Virus Test 
File from the Internet to improve the integrity test of the downloaded 
clamav databases.
msgstr 
Soll die nichtfreie Eicar-Anti-Virus-Testdatei aus dem Internet 
heruntergeladen werden, um die Überprüfung der heruntergeladenen clamav-
Datenbanken zu verbessern?


Bug#502707: ttf-{atarismall,beteckna,goudybookletter,okolaks,radisnoir,tiresias }: installation fails: needs to depend on defoma

2008-10-19 Thread Lucas Nussbaum
Package: 
ttf-atarismall,ttf-beteckna,ttf-goudybookletter,ttf-okolaks,ttf-radisnoir,ttf-tiresias
Severity: serious
User: [EMAIL PROTECTED]
Usertags: piuparts piuparts-20081019

Hi,

While testing packages with Debian, I discovered the following problem with
your package, which can also be reproduced by installing it in a clean lenny
chroot (cleaned up using debfoster -o MaxPriority=required -o UseRecommends=no
-f -n apt debfoster).

Setting up ttf-tiresias (0.1-1) ...
+ FILE=/etc/defoma/hints/ttf-tiresias.hints
+ '[' configure = configure ']'
+ test -x /usr/bin/defoma-font
dpkg: error processing ttf-tiresias (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 ttf-tiresias
E: Sub-process /usr/bin/dpkg returned an error code (1)

You need to depend on defoma in those packages.

Please clone the bug yourself if you prefer.
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |



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



Bug#502705: fspd: installation fails: update-inetd: command not found

2008-10-19 Thread Lucas Nussbaum
Package: fspd
Version: 2.81.b24-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: piuparts piuparts-20081019

Hi,

While testing packages with Debian, I discovered the following problem with
your package, which can also be reproduced by installing it in a clean lenny
chroot (cleaned up using debfoster -o MaxPriority=required -o UseRecommends=no
-f -n apt debfoster).

  Setting up fspd (2.81.b24-2) ...
  /var/lib/dpkg/info/fspd.postinst: line 52: update-inetd: command not found
  dpkg: error processing fspd (--configure):
   subprocess post-installation script returned error exit status 127
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |



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



Bug#502708: vde2: Installation fails: /sbin/MAKEDEV not found

2008-10-19 Thread Lucas Nussbaum
Package: vde2
Version: 2.2.2-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: piuparts piuparts-20081019

Hi,

While testing packages with Debian, I discovered the following problem with
your package, which can also be reproduced by installing it in a clean lenny
chroot (cleaned up using debfoster -o MaxPriority=required -o UseRecommends=no
-f -n apt debfoster).

I modified the postinst script to do set -x.

Setting up vde2 (2.2.2-1) ...
+ '[' configure = configure ']'
+ getent passwd vde2-net
+ '[' -d /var/run/vde2 ']'
+ dpkg-statoverride --list /var/run/vde2
+ chown vde2-net:vde2-net /var/run/vde2
+ chmod 2770 /var/run/vde2
+ '[' '!' -e /dev/.devfsd ']'
+ '[' '!' -e /dev/net/tun ']'
+ '[' -x /sbin/MAKEDEV ']'
dpkg: error processing vde2 (--configure):
 subprocess post-installation script returned error exit status 1


-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |



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



Bug#502706: Installation fails: /var/lib/dpkg/tmp.ci/preinst: line 23: update-inetd: command not found

2008-10-19 Thread Lucas Nussbaum
Package: xtell
Version: 2.10.5+nmu1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: piuparts piuparts-20081019

Hi,

While testing packages with Debian, I discovered the following problem with
your package, which can also be reproduced by installing it in a clean lenny
chroot (cleaned up using debfoster -o MaxPriority=required -o UseRecommends=no
-f -n apt debfoster).

Unpacking xtell (from .../xtell_2.10.5+nmu1_i386.deb) ...
/var/lib/dpkg/tmp.ci/preinst: line 23: update-inetd: command not found
dpkg: error processing /var/cache/apt/archives/xtell_2.10.5+nmu1_i386.deb 
(--unpack):
 subprocess pre-installation script returned error exit status 127
Errors were encountered while processing:
 /var/cache/apt/archives/xtell_2.10.5+nmu1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |



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



Bug#502710: ~/.gqcamrc gets corrupted if gqcam closed with Alt+F4

2008-10-19 Thread Németh Márton
Package: gqcam
Version: 0.9.1-5
Severity: important

If gqcam is closed with Alt+F4 and not with File/Quit menu item then
the ~/.gqcamrc will be corrupted.

How to reproduce: first apply the attached debug patch then compile and
run gqcam. Press Alt+F4 to close gqcam.

$ rm ~/.gqcamrc
$ gqcam-0.9.1/gqcam -v /dev/video0
gqcam.c:459: camera=0x8058640
frontend.c:605: camera=0x8058640
frontend.c:653: camera=0x8058640
camera-inputtype=0x0
Error reading image...
camera-inputtype=0x0
Error reading image...
camera-inputtype=0x0
Error reading image...
camera-inputtype=0x0
Error reading image...
camera-inputtype=0x0
Error reading image...
camera-inputtype=0x0
Error reading image...
camera-inputtype=0x0
Error reading image...
camera-inputtype=0x0
Error reading image...
camera-inputtype=0x0
Error reading image...
camera-inputtype=0x0
Error reading image...
camera-inputtype=0x0
gqcam.c:400: camera=0x8458798
gqcam.c:401: camera-inputtype=0x845A908
preferences.c:205: camera=0x8458798
Error reading image...
$ cat ~/.gqcamrc
autobrightness 0
swaprgb 4
inputtype 138782984

As you can see the camera pointer at gqcam.c:delete_event() is already wrong
(0x8458798 instead of 0x8058640) which means that the saved .gqcamrc file will
be corrupted.
diff -upr gqcam-0.9.1.orig/frontend.c gqcam-0.9.1/frontend.c
--- gqcam-0.9.1.orig/frontend.c	2008-10-19 12:35:45.0 +0200
+++ gqcam-0.9.1/frontend.c	2008-10-19 12:38:52.0 +0200
@@ -443,6 +443,8 @@ void dock_controls(GtkWidget *widget, st
 camera-controlwindow = gtk_window_new(GTK_WINDOW_DIALOG);
 gtk_container_add (GTK_CONTAINER(camera-controlwindow), camera-controltop);
 gtk_window_set_title(GTK_WINDOW (camera-controlwindow), Gqcam - Control Panel);
+
+printf(%s:%u: camera=%p\n, __FILE__, __LINE__, camera);
 gtk_signal_connect (GTK_OBJECT (camera-controlwindow), delete_event,
 			GTK_SIGNAL_FUNC (close_controls), camera);
 gtk_widget_show(camera-controlwindow);
@@ -599,6 +601,8 @@ int create_frontend(struct Camera *camer
   window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
   gtk_window_set_title (GTK_WINDOW (window), title);
   gtk_window_set_policy(GTK_WINDOW(window), FALSE, TRUE, TRUE);
+
+  printf(%s:%u: camera=%p\n, __FILE__, __LINE__, camera);
   gtk_signal_connect (GTK_OBJECT (window), delete_event,
 		  GTK_SIGNAL_FUNC (delete_event), camera);
 
@@ -645,6 +649,8 @@ int create_frontend(struct Camera *camer
 
   quititem = gtk_menu_item_new_with_label(Quit);
   gtk_menu_append(GTK_MENU(filemenu), quititem);
+
+  printf(%s:%u: camera=%p\n, __FILE__, __LINE__, camera);
   gtk_signal_connect(GTK_OBJECT (quititem), activate,
 		 GTK_SIGNAL_FUNC (delete_event),
 		 camera);
diff -upr gqcam-0.9.1.orig/gqcam.c gqcam-0.9.1/gqcam.c
--- gqcam-0.9.1.orig/gqcam.c	2008-10-19 12:35:45.0 +0200
+++ gqcam-0.9.1/gqcam.c	2008-10-19 12:42:15.0 +0200
@@ -287,6 +287,8 @@ void grab_image(struct Camera *camera)
   while ( !plsquit ) {
 // order matters! the sem_waits MUST be before the mutex lock
 
+printf(camera-inputtype=0x%X\n, camera-inputtype);
+
 if( !sem_wait( s_grab1 )  ( camera-speed_fastest || !sem_wait( s_grab2 ) )  !pthread_mutex_lock( camera-freeze_mutex )  !pthread_mutex_lock( camera-iscam_mutex )){
 
   pthread_mutex_lock( camera-pref_mutex );
@@ -395,6 +397,9 @@ void delete_event(GtkWidget *widget, str
   char * savefile;
   char * path = /.gqcamrc;
 
+  printf(%s:%u: camera=%p\n, __FILE__, __LINE__, camera);
+  printf(%s:%u: camera-inputtype=0x%X\n, __FILE__, __LINE__, camera-inputtype);
+
   if((home = getenv(HOME)) != NULL  (savefile = malloc(strlen(home)
   + strlen(path) + 1)) != NULL)
   {
@@ -451,6 +456,7 @@ int main(int argc, char *argv[])
   int done = 0;
   FILE *preffile;
 
+  printf(%s:%u: camera=%p\n, __FILE__, __LINE__, camera);
   init_cam(camera);
 /*
   g_thread_init(NULL);
diff -upr gqcam-0.9.1.orig/preferences.c gqcam-0.9.1/preferences.c
--- gqcam-0.9.1.orig/preferences.c	2005-04-04 03:25:09.0 +0200
+++ gqcam-0.9.1/preferences.c	2008-10-19 12:22:33.0 +0200
@@ -65,6 +65,7 @@ void pref_dialog(GtkWidget *widget, stru
   GtkWidget *label;
   */
 
+  printf(%s:%u: camera=%p\n, __FILE__, __LINE__, camera);
   camera-pref_dialog.prefdialog = gtk_dialog_new();
 
   camera-pref_dialog.prefnotebook = gtk_notebook_new();
@@ -180,6 +181,7 @@ void read_pref_file(FILE *input, struct 
   char buff[1024], command[1024];  
   int val=0;
   
+  printf(%s:%u: camera=%p\n, __FILE__, __LINE__, camera);
   while(fgets(buff, sizeof(buff), input) != NULL){
 if((buff[0] != '#')  (buff[0] != '\n'))
   {
@@ -200,6 +202,7 @@ void read_pref_file(FILE *input, struct 
 
 void save_pref_file(FILE *output, struct Camera *camera)
 {
+  printf(%s:%u: camera=%p\n, __FILE__, __LINE__, camera);
   fprintf(output, autobrightness %d\n, camera-autobright);
   fprintf(output, swaprgb %d\n, camera-swapcolors);
   fprintf(output, inputtype %d\n, camera-inputtype);
@@ -207,6 +210,7 @@ void 

Bug#502711: Changelog/Copyright links broken (missing category in the path)

2008-10-19 Thread Daniel Leidert
Package: qa.debian.org
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The packages.qa.debian.org/$(pkg) sites contain broken links to the
changelog and copyright files. The links miss the category.

Regards, Daniel


- -- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (850, 'unstable'), (700, 'testing'), (550, 'stable'), (110, 
'experimental')
Architecture: i386 (i686)

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

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

iEYEARECAAYFAkj7FG0ACgkQm0bx+wiPa4zakACgsAGBlgefb8Zxk7vSSpTRNZ87
hPMAoJ0RZ2emc2nYyQMsFdQFo5bqTtmX
=ql//
-END PGP SIGNATURE-



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



Bug#502134: Bug 502134

2008-10-19 Thread Carsten Grohmann
Please contact debian-release to let 0.98.1-1+lenny2 enter testing cause the 
package isn't usable on my lenny.

Thanks,
Carsten



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



Bug#502180: means to jump to a page without toolbar

2008-10-19 Thread Emilio Pozuelo Monfort

forwarded 502180 http://bugzilla.gnome.org/show_bug.cgi?id=556937

martin f krafft wrote:

I wish there was a way to jump to a page using e.g. g5enter, or
a control box that would pop open asking me for a page number. It
could also focus the box in the toolbar, temporarily showing the
toolbar if it's hidden.


I've forwarded your wish upstream.

Cheers,
Emilio



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



Bug#502713: snoopy: description contains homepage

2008-10-19 Thread Marc Haber
Package: snoopy
Severity: minor

Snoopy's description still contains a Homepage reference _on_ _purpose_.

This can be removed post-lenny, together with the lintian override.

Greetings
Marc

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

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

Versions of packages snoopy depends on:
ii  debconf   1.5.23 Debian configuration management sy
pn  ld.so.preload-manager none (no description available)
ii  libc6 2.7-14 GNU C Library: Shared libraries

snoopy recommends no packages.

snoopy suggests no packages.



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



Bug#499582: upgrade-reports: upgrade etch to lenny (remove some paquets + problem with xorg.conf)

2008-10-19 Thread Nethanel Elzas
Hi,

I've run into a similar problem: after upgrading from etch to lenny,
the gui would get stuck after the login: I would get a blank screen
with nothing moving. I was a little stressed so I didn't think much
and I downloaded the CD1 ISO of the lenny full install, and
reinstalled and now I don't get the graphical login at all instead I
get a moving box that says:
Not Optimum Mode
Recommended Mode:
1280x1024 60Hz
I've googled for the first line of text and found a few people with
Samsung SyncMaster screens (I have a 710v in that series), but didn't
found a solution for me.
The xorg.conf file after all this is similar to the one posted by the
bug opener in his first mail (before the replacement). But I didn't
kept the xorg.conf file from my etch install (unlike the bug opener),
so I wonder what I'll do now (I can reinstall etch temporarily just to
get that file but I'll see what I get with Knoppix).
I have Intel Pentium D820, Asus P5VD2-MX and graphic card Via P4M890.
kernel 2.6.24-1-amd64.
I'm not sure what other information is needed, please tell me how to get it.

Also since I know French I can translate approximately the other
problem he had: Once he had a grey screen and the mouse wasn't moving,
he used Ctrl+Alt+F1 to switch to terminal mode and then back to
graphic mode with Ctrl+Alt+F7 and then all mas normal. With Etch he
never had things like that.

Thanks,
Nethanel



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



Bug#502709: tz-brasil: support for restarting services

2008-10-19 Thread Pedro Zorzenon Neto
Package: tz-brasil
Version: 0.8
Severity: wishlist

Hi,

  I could implement in tz-brasil a method for restarting the services
that are affected by timezone changes. It could have some directory like
/etc/ppp/ip-up.d/ where other packages could put scripts that should be
executed when timezone changes.

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

Versions of packages tz-brasil depends on:
ii  fping   2.4b2-to-ipv6-14 sends ICMP ECHO_REQUEST packets to
ii  wget1.10.2-2 retrieves files from the web

Versions of packages tz-brasil recommends:
ii  cron  3.0pl1-100 management of regular background p

-- no debconf information



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



Bug#502716: linux32: should be removed, it's replaced by util-linux

2008-10-19 Thread Lucas Nussbaum
Package: linux32
Version: 1-3
Severity: serious
User: [EMAIL PROTECTED]
Usertags: piuparts piuparts-20081019

Hi,

util-linux ships /usr/bin/linux32, and is prio: required.

The linux32 package should be removed, and replaced by a linux32 dummy
package in the util-linux package (so that upgrades will work fine).
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |



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



Bug#416278: ITA: pyzor -- spam-catcher using a collaborative filtering network

2008-10-19 Thread Tobias Klauser
retitle 416278 ITA: pyzor -- spam-catcher using a collaborative filtering 
network
owner 416278 !
thanks

I intend to adopt pyzor but I have to get more familiar with python
packaging first. Co-maintainers welcome!

Cheers, Tobias



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



Bug#502718: Motion binary does not run on 486

2008-10-19 Thread Janusz Jurski
Package: motion
Version: 3.2.3-2.1

I have an old computer with Cirix CPU, detected as 486 by the current 
debian kernel (Etch, stable). I have just installed motion (binary, 
using apt, version 3.2.3-2.1). It crashes with Illegal instruction 
error:

[EMAIL PROTECTED]:~$ motion -n -ddd
Illegal instruction
[EMAIL PROTECTED]:~$ motion -n
Illegal instruction
[EMAIL PROTECTED]:~$ motion
Illegal instruction

I believe, it may be because of some CPU instructions not supported by 
my CPU. In my opinion, there shall be perhaps a special version of 
motion package for 486 CPUs. Or maybe the same package shall include two 
sub-binaries - one for 486 CPUs? Or maybe here are other ways to cope 
with it.

Note that I have just compiled motion from sources and I get no such 
error.

I am using the Debian kernel for my CPU: 2.6.18-6-486 and libc6 version 
2.3.6.ds1-13etch7.

Regards,
JJ


Casting: 'Wyginaj Śmiało Ciało', a Twój głos znajdzie
się w filmie 'MADAGASKAR 2'
Klik: http://klik.wp.pl/?adr=www.madagaskar2.wp.plsid=520





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



Bug#501630: gnupg: breaks symlink for secret keyring

2008-10-19 Thread Peter Palfrader
On Wed, 08 Oct 2008, Ian Zimmerman wrote:

 The GNU Privacy Handbook says:
 
 Safely storing your private key is important, but there is a cost.
 Ideally, you would keep the private key on a removable, 
 write-protected
 disk such as a floppy disk, and you would use it on a single-user
 machine not connected to a network.
 
 However, it turns out gpg makes following this advice hard.  If 
 ~/.gnupg/secring.gpg
 is a symlink (in my case, to a file on a USB fob), and the keyring changes
 (for example, deleting a public-private key pair), gpg breaks the symlink and 
 creates
 a new file where the symlink was, instead of modifying the target of the 
 symlink.

That's probably a side-effect of safely updating keyrings:  write to a
temporary file, then move the now consistent new keyring in its proper
place.  If you want to have your secret keyring some place else you
should use the --secret-keyring option (or secret-keyring in your gpg
config file).

-- 
   |  .''`.  ** Debian GNU/Linux **
  Peter Palfrader  | : :' :  The  universal
 http://www.palfrader.org/ | `. `'  Operating System
   |   `-http://www.debian.org/



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



Bug#502714: New upstream version 1.0.0 available

2008-10-19 Thread Daniel Leidert
Package: libquantum
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I would like to request an update of the library to the recently
released version 1.0.0 of the library.

Regards, Daniel


- -- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (850, 'unstable'), (700, 'testing'), (550, 'stable'), (110, 
'experimental')
Architecture: i386 (i686)

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

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

iEYEARECAAYFAkj7GbIACgkQm0bx+wiPa4z5NACgolGNSYOYRcrH6IcrESHZf77p
V74AniXkalBgDhfQjG/DldPzzkeBEysB
=v06j
-END PGP SIGNATURE-



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



Bug#502715: acidlab: can be installed without a controlling tty

2008-10-19 Thread Lucas Nussbaum
Package: acidlab
Version: 0.9.6b20-23
Severity: serious
User: [EMAIL PROTECTED]
Usertags: piuparts piuparts-20081019

Hi,

While testing packages with piuparts, I discovered the following problem with
your package, which can also be reproduced by installing it in a clean lenny
chroot (cleaned up using debfoster -o MaxPriority=required -o UseRecommends=no
-f -n apt debfoster).

Setting up acidlab (0.9.6b20-23) ...
/var/lib/dpkg/info/acidlab.postinst: line 101: /dev/tty: No such
device or address
dpkg: error processing acidlab (--configure):
subprocess post-installation script returned error exit status 1

from postinst:
  /usr/bin/ucf --sum-file /etc/acidlab/acid_conf.php.md5sum \
  /etc/acidlab/acid_conf.php.$$ \
  /etc/acidlab/acid_conf.php /dev/tty /dev/tty

That looks wrong.
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |



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



Bug#502654: hunspell-fr: French dictionary is not working for locales outside of France

2008-10-19 Thread Rene Engelhard
Francois Marier wrote:
 On 2008-10-19 at 03:22:32, Rene Engelhard wrote:
   They apparently use the myspell dictionaires in /usr/share/myspell/dicts/
   and since hunspell-fr (rightfully) conflicts on myspell-fr, then the
   necessary dictionaires are missing in these other apps. Installing this
   patched hunspell-fr package fixes the problems.
  
  myspell-fr and hunspell-fr come from different authors/source packages
  etc.
 
 Sure, but hunspell-fr conflicts on myspell-fr and myspell-fr-gut so it has
 to provide the same dictionaries otherwise non-France users will be missing
 a dictionary.

Where did hunspell-fr claim it's drop-in replacement for myspell-fr? It
simply conflicts due to the filename.

 I should have been explained myself better here. The languages are so
 similar (same spelling and all) that the paper-based dictionaries from
 France are also used in other countries as well. The differences lie mostly

OK. That I wondered.

 Also, if you look at myspell-fr and myspell-fr-gut, they both use the same
 dictionary for all 5 locales [0]. So I think that it's fine for hunspell-fr
 to do the same.

Already done so with the 3.0.0 packages, will add it to 2.4, too, but
getting the freeze exception is your job I guess ;)

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  [EMAIL PROTECTED] | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73




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



Bug#502712: move library to /lib/snoopy

2008-10-19 Thread Marc Haber
Package: snoopy
Severity: normal

Lintian says that snoopy.so needs to move out of /lib, and it's
coorect. That won't happen for lenny though, so this bug is a reminder.

Preliminary, untested patch:
Index: debian/changelog
===
--- debian/changelog(revision 1414)
+++ debian/changelog(working copy)
@@ -11,8 +11,10 @@
 or we risk leaving a preload entry without the corresponding library.
 So we abort if we are not sure about this.
   * Add -e to postinst and config
+  * move snoopy.so to /lib/snoopy (hoping that this doesn't make
+things explode)

- -- Marc Haber [EMAIL PROTECTED]  Sun, 19 Oct 2008 12:17:52 +0200
+ -- Marc Haber [EMAIL PROTECTED]  Sun, 19 Oct 2008 12:30:54 +0200

 snoopy (1.3-14.1) unstable; urgency=low

Index: debian/dirs
===
--- debian/dirs (revision 1407)
+++ debian/dirs (working copy)
@@ -1 +1 @@
-lib
+lib/snoopy
Index: debian/install
===
--- debian/install  (revision 1412)
+++ debian/install  (working copy)
@@ -1,2 +1,2 @@
 debian/overrides/lintian/snoopy usr/share/lintian/overrides
-debian/tmp/lib/snoopy.so lib
+debian/tmp/lib/snoopy.so lib/snoopy



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



Bug#502093: evince: register MIME-type djvu during installation

2008-10-19 Thread Emilio Pozuelo Monfort

Frank Lehmann wrote:
I would suggest registering evince as application, that can handle djvu-files during installation. Would make life a bit easier for some 
newbies, probably. Hope, this is the right place to report at. 


Evince supports image/vnd.djvu files. Can you run 'file -i myfile' in your djvu 
file and tell us the output?


Thanks



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



Bug#264719: Free proxy forum

2008-10-19 Thread Dolloresa

-Hign anon proxies
Hign anon proxies!!
Anononynous proxies
-Socks 5
Socks' 4
IRC\ and\ SSL\ proxies\ +
* * Tutorials and proxy tools

http://DCSPROXYLIST44.TK




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



Bug#502694: ikiwiki: French debconf templates translation

2008-10-19 Thread Geoffroy Youri
Package: ikiwiki
Version: N/A
Severity: wishlist
Tags: patch l10n



*** /home/mxjeff/src/debian/translation/po-debconf/patch-translate.txt
Please find attached the French debconf templates translation, proofread by the
debian-l10n-french mailing list contributors.

This file should be put as debian/po/fr.po in your package build tree.


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

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
# ikiwiki, French program tranlation.
# Copyright (C) 2007 Free Soft Software Foundation, Inc
# This file is distributed under the same license as the ikiwiki package.
#
# Jean-Luc Coulon (f5ibh) [EMAIL PROTECTED], 2007.
# Christian Perrier [EMAIL PROTECTED], 2008.
# Cyril Brulebois [EMAIL PROTECTED], 2007.
msgid 
msgstr 
Project-Id-Version: \n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2008-10-05 19:11-0400\n
PO-Revision-Date: 2008-10-11 10:34+0200\n
Last-Translator: Julien Patriarca [EMAIL PROTECTED]\n
Language-Team: French [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.11.4\n

#: ../IkiWiki/CGI.pm:113
msgid You need to log in first.
msgstr Vous devez d'abord vous identifier.

#: ../IkiWiki/CGI.pm:145
msgid login failed, perhaps you need to turn on cookies?
msgstr 
Échec de l'identification, vous devriez peut-être autoriser les cookies.

#: ../IkiWiki/CGI.pm:163 ../IkiWiki/Plugin/editpage.pm:350
msgid Your login session has expired.
msgstr Session d'authentification expirée.

#: ../IkiWiki/CGI.pm:184
msgid Login
msgstr S’identifier

#: ../IkiWiki/CGI.pm:185
msgid Preferences
msgstr Préférences

#: ../IkiWiki/CGI.pm:186
msgid Admin
msgstr Administrateur

#: ../IkiWiki/CGI.pm:253
msgid Preferences saved.
msgstr Les préférences ont été enregistrées.

#: ../IkiWiki/CGI.pm:271
msgid You are banned.
msgstr Vous avez été banni.

#: ../IkiWiki/CGI.pm:385 ../IkiWiki/CGI.pm:386 ../IkiWiki.pm:1166
msgid Error
msgstr Erreur

#: ../IkiWiki/Plugin/aggregate.pm:80
msgid Aggregation triggered via web.
msgstr Agrégation déclenchée via Internet

#: ../IkiWiki/Plugin/aggregate.pm:89
msgid Nothing to do right now, all feeds are up-to-date!
msgstr Rien à faire pour le moment, tous les flux sont à jour!

#: ../IkiWiki/Plugin/aggregate.pm:216
#, perl-format
msgid missing %s parameter
msgstr Paramètre %s manquant

#: ../IkiWiki/Plugin/aggregate.pm:250
msgid new feed
msgstr Nouveau flux

#: ../IkiWiki/Plugin/aggregate.pm:264
msgid posts
msgstr Articles

#: ../IkiWiki/Plugin/aggregate.pm:266
msgid new
msgstr Nouveau

#: ../IkiWiki/Plugin/aggregate.pm:429
#, perl-format
msgid expiring %s (%s days old)
msgstr Fin de validité de %s (date de %s jours)

#: ../IkiWiki/Plugin/aggregate.pm:436
#, perl-format
msgid expiring %s
msgstr Fin de validité de %s

#: ../IkiWiki/Plugin/aggregate.pm:463
#, perl-format
msgid processed ok at %s
msgstr A été correctement traité à %s

#: ../IkiWiki/Plugin/aggregate.pm:467
#, perl-format
msgid checking feed %s ...
msgstr Vérification du flux %s...

#: ../IkiWiki/Plugin/aggregate.pm:472
#, perl-format
msgid could not find feed at %s
msgstr Impossible de trouver de flux à %s

#: ../IkiWiki/Plugin/aggregate.pm:487
msgid feed not found
msgstr Flux introuvable 

#: ../IkiWiki/Plugin/aggregate.pm:498
#, perl-format
msgid (invalid UTF-8 stripped from feed)
msgstr (chaîne UTF-8 non valable supprimée du flux)

#: ../IkiWiki/Plugin/aggregate.pm:504
#, perl-format
msgid (feed entities escaped)
msgstr (échappement des entités de flux)

#: ../IkiWiki/Plugin/aggregate.pm:510
msgid feed crashed XML::Feed!
msgstr Plantage du flux XML::Feed !

#: ../IkiWiki/Plugin/aggregate.pm:590
#, perl-format
msgid creating new page %s
msgstr Création de la nouvelle page %s

#: ../IkiWiki/Plugin/amazon_s3.pm:31
#, fuzzy
msgid deleting bucket..
msgstr suppression du compartiment (« bucket »)...

#: ../IkiWiki/Plugin/amazon_s3.pm:38 ../ikiwiki.in:199
msgid done
msgstr Terminé

#: ../IkiWiki/Plugin/amazon_s3.pm:97
#, perl-format
msgid Must specify %s
msgstr Vous devez spécifier %s

#: ../IkiWiki/Plugin/amazon_s3.pm:136
#, fuzzy
msgid Failed to create bucket in S3: 
msgstr Échec lors de la création du compartiment sur S3 :

#: ../IkiWiki/Plugin/amazon_s3.pm:221
#, fuzzy
msgid Failed to save file to S3: 
msgstr Échec lors de la création du fichier sur S3 :

#: ../IkiWiki/Plugin/amazon_s3.pm:243
#, fuzzy
msgid Failed to delete file from S3: 
msgstr Échec lors de la suppression du fichier sur S3 :

#: ../IkiWiki/Plugin/attachment.pm:48
#, perl-format
msgid there is already a page named %s
msgstr il existe déjà une page nommée %s

#: ../IkiWiki/Plugin/attachment.pm:81
#, fuzzy
msgid prohibited by allowed_attachments
msgstr action interdite par allowed_attachments

#: ../IkiWiki/Plugin/attachment.pm:189
msgid bad attachment 

Bug#502717: gdebi: ships extra mimetype definition

2008-10-19 Thread Pino Toscano
Package: gdebi
Version: 0.3.11debian1+nmu1
Severity: normal

Hi,

as reported in the Launchpad bug #192341[1], gdebi ships an extra
definition of the application/x-deb mimetype via the
/usr/share/mime/packages/gdebi.xml file.
This is unuseful (as shared-mime-info provides it since years) and
can potentially conflict with the other definition (eg for
translations).

[1] https://bugs.launchpad.net/gdebi/+bug/192341

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

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

Versions of packages gdebi depends on:
ii  gdebi-core0.3.11debian1+nmu1 Simple tool to install deb files
ii  gksu  2.0.0-5graphical frontend to su
ii  gnome-icon-theme  2.22.0-1   GNOME Desktop icon theme
ii  python2.5.2-2An interactive high-level object-o
ii  python-central0.6.8  register and build utility for Pyt
ii  python-glade2 2.12.1-6   GTK+ bindings: Glade support
ii  python-gtk2   2.12.1-6   Python bindings for the GTK+ widge
ii  python-vte1:0.16.14-3Python bindings for the VTE widget

Versions of packages gdebi recommends:
ii  libgnome2-perl1.042-1+b1 Perl interface to the GNOME librar

gdebi suggests no packages.

-- no debconf information



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



Bug#502719: ITP: libwiki-toolkit-plugin-json-perl -- A Wiki::Toolkit plugin to output RecentChanges JSON

2008-10-19 Thread Dominic Hargreaves
Package: wnpp
Severity: wishlist
Owner: Dominic Hargreaves [EMAIL PROTECTED]

* Package name: libwiki-toolkit-plugin-json-perl
  Version : 0.01
  Upstream Author : Wiki::Toolkit team [EMAIL PROTECTED]
* URL : http://www.wiki-toolkit.org/download/
* License : Dual GPL/Artistic
  Programming Lang: Perl
  Description : A Wiki::Toolkit plugin to output RecentChanges JSON

Provides alternative access to the recent changes of a Wiki::Toolkit
wiki. This module outputs JSON.



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



Bug#502721: hugin: version 0.7 final is available

2008-10-19 Thread Stephan Klein
Package: hugin
Version: 0.7.0~svn3191+beta5-1ubuntu1
Severity: wishlist


Hugin 0.7 final was released on 2008-10-04. We currently carry a 
svn-snapshot from beta5.
Upstream home: http://hugin.sourceforge.net/
Release notes: http://hugin.sourceforge.net/releases/0.7.0/en.shtml

Please update debian packages accordingly to provide the new version (as 
it is considered stable by upstream).

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

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

Versions of packages hugin depends on:
ii  autopano-si 2.4-0.7  automatically create control point
ii  enblend 3.0.dfsg.1-0ubuntu6  Tool for compositing images
ii  hugin-tools 0.7.0~svn3191+beta5-1ubuntu1 CLI tools for Hugin
ii  libboost-th 1.34.1-11ubuntu1 portable C++ multi-threading
ii  libc6   2.8~20080505-0ubuntu7GNU C Library: Shared libraries
ii  libgcc1 1:4.3.2-1ubuntu10GCC support library
ii  libimage-ex 7.30-1   Library and program to read and wr
ii  libpano13-0 2.9.12.dfsg-2panorama tools library
ii  libstdc++6  4.3.2-1ubuntu10  The GNU Standard C++ Library v3
ii  libtiff43.8.2-11 Tag Image File Format (TIFF) libra
ii  libwxbase2. 2.6.3.2.2-2ubuntu5   wxBase library (runtime) - non-GUI
ii  libwxgtk2.6 2.6.3.2.2-2ubuntu5   wxWidgets Cross-platform C++ GUI t
ii  make3.81-5   The GNU version of the make util

hugin recommends no packages.

-- no debconf information



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



Bug#415528: I am seeing this behaviour too

2008-10-19 Thread Gareth Walters


Kde session hangs but gnome is ok.
I noticed this in /var/log/messages


kernel: [17854.427323] nautilus[4485]: segfault at 8 ip 7f8e7c8acc6d sp
7fff889fe7d0 error 4 in libglib-2.0.so.0.1600.6[7f8e7c857000+c1000]






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



Bug#502643: [Pkg-alsa-devel] Bug#502643: alsamixer: pressing Alt and any key causes a quit

2008-10-19 Thread Elimar Riesebieter
* Daniel Watkins [081018 22:30 +0200]
 Package: alsa-utils
 Version: 1.0.16-2
 Severity: minor
 
 Pressing Alt and a different key at the same time causes alsamixer to quit
 cleanly.  It should probably just ignore them.

Bug or feature? Anyway, this has to be filed upstream.

Elimar

-- 
  Talking much about oneself can also 
   be a means to conceal oneself.
 -Friedrich Nietzsche



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



Bug#491370: Please package new upstream version 3.2

2008-10-19 Thread Stephan Klein
With the recent final release of hugin 0.7 (a wishlist request for
upgrading it has been filed) it would be very welcome to have enblend
3.2 packaged as it contains enfuse with is required for some features in
hugin 0.7!


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


Bug#493940: status?

2008-10-19 Thread Russell Stuart
On Sun, 2008-10-19 at 09:57 +0200, Thomas Viehmann wrote:
 on #493940 you stated that you would upload a new version on 2008-10-10
 and expect the recompile that is involved to fix that bug.
 So far nothing to that end has happened. As RC bugs are on the radar of
 quite a lot of people these days, what is your plan here?
 Note also that we're in a phase of the release where the release team
 prefers to see targeted fixes uploaded to unstable.

My upload is done via a sponsor.  I passed version 1.5 
onto him a week or so ago, but not much has happened 
as yet. This may be because I did not explicitly tell
him what to do with it, but in any case I will give
him a prod.




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



Bug#502285: first upgrade fails, xserver-xorg-video-ati is removed

2008-10-19 Thread Rico Secada
On Sat, 18 Oct 2008 11:23:07 +0200
Julien Cristau [EMAIL PROTECTED] wrote:

 On Sat, Oct 18, 2008 at 09:33:00 +0200, Sven Joachim wrote:
 
  As you can see, I accepted the third solution which actually
  upgraded, not removed, xserver-xorg-video-all.  The actual upgrade
  then ran through without a hitch.

This was not the case in my upgrade. I used apt-get and not aptitude,
and I was faced with a removal of the ati driver too. I reinstalled the
driver, and then later when I upgraded the entire system again the ati
driver was removed. I had to manually reinstall it after the complete
upgrade.

Best regards.



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



  1   2   3   4   >