Re: [D-I] Please test Debian Installer with console-setup (2nd version)

2009-07-07 Thread Anton Zinoviev
On Mon, Jul 06, 2009 at 11:29:53PM +0200, Christian Perrier wrote:
 A *second version* of test D-I images with console-setup replacing
 kbdchooser has been built.

Please do not test this image yet.  There are two seriour bugs in it:

1. the config script of console-setup is not executed because I forgot 
that it is renamed

2. For some reason the image includes amiga keymaps instead of pc keymaps

I will prepare a new version of console-setup in the next few hours.  
Additionaly, this new version will simplify the keymap question (as 
requested by d-i team).

Anton Zinoviev


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#535444: marked as done (debian-installer: squeeze installer does not detect raid partitions)

2009-07-07 Thread Debian Bug Tracking System

Your message dated Tue, 07 Jul 2009 12:59:30 +0200
with message-id e1mo8oy-0006py...@www1.emo.freenet-rz.de
and subject line fixed in most recent squeeze build
has caused the Debian Bug report #535444,
regarding debian-installer: squeeze installer does not detect raid partitions
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
535444: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=535444
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: debian-installer
Version: 
Severity: normal

Hello,

I just tried to install debian from squeeze build of 02-Jul-2009 05:48
(netinst). Although I partitioned the individual
partitions of my harddrives as 'physical volume for RAID' the installer
can't see the partitions when trying to configure the Software RAID (it states 
that
there are no partitions marked as raid autodetect).

Anyway, in order to reconfirm this issue I tried the lenny installer which
is working and thus does not have this issue.


-- System Information:
Debian Release: 5.0.2
  APT prefers stable
  APT policy: (650, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-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


---End Message---
---BeginMessage---
Hello,

according to buildd + squeeze installer build 07/04/2009 the issue has been 
fixed:

 partconf (1.31+b1) unstable; urgency=low
 .
   * Binary-only non-maintainer upload for i386; no source changes.
   * Rebuild against new parted

I only reconfirmed it by extracting the binary of find-partitions and having a 
look at the shared library dependencies which are valid now, hence we can close 
this.



regards,
Patrick





#adBox3 {display:none;}

---End Message---


Re: [patch] installer ufs initrd support (how to create a ufs filesystem as a normal user?)

2009-07-07 Thread Luca Favatella
On 07/07/2009, Thorsten Glaser t...@mirbsd.de wrote:
 Luca Favatella dixit:

This patch adds ufs initrd support.

 4.2FFS, UFS2, or both?

In the attached second version of the patch, I explicated UFS2.

UFS1 works too, but I chose to introduce only UFS2.
(I'll use UFS2 in kfreebsd-i386 commit in next days/weeks.
I think it is not good to add a feature and not use it.)
See http://svn.debian.org/viewsvn/d-i?view=revrevision=59261


 I would very much like to be able to install Debian GNU/kFreeBSD on
 4.2FFS (aka UFS1) filesystems, not just UFS2.

This patch is only about initrd (a.k.a. mfsroot).
I think (I didn't test) you can already install Debian GNU/kFreeBSD on
UFS1 with current hacked sysinstall
(http://glibc-bsd.alioth.debian.org/doc/installing.html).


 bye,
 //mirabilos

Thanks,
Luca Favatella
Index: build/Makefile
===
--- build/Makefile	(.../trunk/installer)	(revision 59247)
+++ build/Makefile	(.../branches/d-i/kfreebsd/installer)	(revision 59256)
@@ -119,6 +119,18 @@
   (cd $(TREE)  find . | cpio --quiet -o -H newc)  
 endef
 
+define mkfs.ufs2
+  fs=`mktemp` ; \
+  dd if=/dev/zero of=$${fs} bs=1M count=16 ; \
+  md=`mdconfig -a -t vnode -f $${fs}` ; \
+  mkfs.ufs -O2 /dev/$${md} ; \
+  mnt=`mktemp -d` ; mount /dev/$${md} $${mnt} ; \
+  cp -a $(TREE)/* $${mnt}/ ; \
+  umount $${mnt} ; rmdir $${mnt} ; \
+  mdconfig -d -u $${md} ; \
+  mv $${fs}
+endef
+
 define e2fsck
   e2fsck -fy
 endef
@@ -610,6 +622,10 @@
 	jffs2) \
 		$(mkjffs2) $(TEMP_INITRD); \
 	;; \
+	ufs2) \
+		$(mkfs.ufs2) $(TEMP)/initrd; \
+		gzip -v9f $(TEMP)/initrd; \
+	;; \
 	*) \
 		echo Unsupported filesystem type; \
 		exit 1 ;; \
Index: debian/changelog
===
--- debian/changelog	(.../trunk/installer)	(revision 59247)
+++ debian/changelog	(.../branches/d-i/kfreebsd/installer)	(revision 59256)
@@ -76,6 +76,7 @@
 
   [ Luca Favatella ]
   * Handle libc0.1 (GNU/kFreeBSD) and libc0.3 (GNU/Hurd) as libc6/libc6.1.
+  * Add ufs2 initrd support. Thanks to Robert Millan.
 
  -- Frans Pop f...@debian.org  Sat, 13 Jun 2009 16:35:46 +0200
 


Bug#533096: bdf2psf: make it possible to create unicode complement fonts

2009-07-07 Thread Anton Zinoviev
On Sun, Jun 14, 2009 at 10:28:13PM +0200, Samuel Thibault wrote:
 
 To generate the font I then used the attached symbol file, which could 
 be included in the bdf2psf package.

There are a lot of combining characters in this symbol file.  You can 
find attached a symbol file where I have removed these combining 
characters.  There are only 127 non-combining symbols so in principle it 
is possible to create a console font with them.  However, before 
Tibetian support can be added to console-setup, the following must be 
checked:

1. Are the non-combining characters enough in order to use Tibetian 
script?  If the answer is no, then it would not be very usefull to 
include Tibetian fonts with console-setup.

2. Is there a font that includes the Tibetian script and doesn't use 
double-width characters?  Unfortunately unifont.bdf has a lot of 
double-width characters so very few characters can be included in the 
console font.

Anton Zinoviev

U+0F00
# U+0F00:   TIBETAN SYLLABLE OM
U+0F01
# U+0F01:   TIBETAN MARK GTER YIG MGO TRUNCATED A
U+0F02
# U+0F02:   TIBETAN MARK GTER YIG MGO -UM RNAM BCAD MA
U+0F03
# U+0F03:   TIBETAN MARK GTER YIG MGO -UM GTER TSHEG MA
U+0F04
# U+0F04:   TIBETAN MARK INITIAL YIG MGO MDUN MA
U+0F05
# U+0F05:   TIBETAN MARK CLOSING YIG MGO SGAB MA
U+0F06
# U+0F06:   TIBETAN MARK CARET YIG MGO PHUR SHAD MA
U+0F07
# U+0F07:   TIBETAN MARK YIG MGO TSHEG SHAD MA
U+0F08
# U+0F08:   TIBETAN MARK SBRUL SHAD
U+0F09
# U+0F09:   TIBETAN MARK BSKUR YIG MGO
U+0F0A
# U+0F0A:   TIBETAN MARK BKA- SHOG YIG MGO
U+0F0B
# U+0F0B:   TIBETAN MARK INTERSYLLABIC TSHEG
U+0F0C
# U+0F0C:   TIBETAN MARK DELIMITER TSHEG BSTAR
U+0F0D
# U+0F0D:   TIBETAN MARK SHAD
U+0F0E
# U+0F0E:   TIBETAN MARK NYIS SHAD
U+0F0F
# U+0F0F:   TIBETAN MARK TSHEG SHAD
U+0F10
# U+0F10:   TIBETAN MARK NYIS TSHEG SHAD
U+0F11
# U+0F11:   TIBETAN MARK RIN CHEN SPUNGS SHAD
U+0F12
# U+0F12:   TIBETAN MARK RGYA GRAM SHAD
U+0F13
# U+0F13:   TIBETAN MARK CARET -DZUD RTAGS ME LONG CAN
U+0F14
# U+0F14:   TIBETAN MARK GTER TSHEG
U+0F15
# U+0F15:   TIBETAN LOGOTYPE SIGN CHAD RTAGS
U+0F16
# U+0F16:   TIBETAN LOGOTYPE SIGN LHAG RTAGS
U+0F17
# U+0F17:   TIBETAN ASTROLOGICAL SIGN SGRA GCAN -CHAR RTAGS
U+0F1A
# U+0F1A:   TIBETAN SIGN RDEL DKAR GCIG
U+0F1B
# U+0F1B:   TIBETAN SIGN RDEL DKAR GNYIS
U+0F1C
# U+0F1C:   TIBETAN SIGN RDEL DKAR GSUM
U+0F1D
# U+0F1D:   TIBETAN SIGN RDEL NAG GCIG
U+0F1E
# U+0F1E:   TIBETAN SIGN RDEL NAG GNYIS
U+0F1F
# U+0F1F:   TIBETAN SIGN RDEL DKAR RDEL NAG
U+0F20
# U+0F20:   TIBETAN DIGIT ZERO
U+0F21
# U+0F21:   TIBETAN DIGIT ONE
U+0F22
# U+0F22:   TIBETAN DIGIT TWO
U+0F23
# U+0F23:   TIBETAN DIGIT THREE
U+0F24
# U+0F24:   TIBETAN DIGIT FOUR
U+0F25
# U+0F25:   TIBETAN DIGIT FIVE
U+0F26
# U+0F26:   TIBETAN DIGIT SIX
U+0F27
# U+0F27:   TIBETAN DIGIT SEVEN
U+0F28
# U+0F28:   TIBETAN DIGIT EIGHT
U+0F29
# U+0F29:   TIBETAN DIGIT NINE
U+0F2A
# U+0F2A:   TIBETAN DIGIT HALF ONE
U+0F2B
# U+0F2B:   TIBETAN DIGIT HALF TWO
U+0F2C
# U+0F2C:   TIBETAN DIGIT HALF THREE
U+0F2D
# U+0F2D:   TIBETAN DIGIT HALF FOUR
U+0F2E
# U+0F2E:   TIBETAN DIGIT HALF FIVE
U+0F2F
# U+0F2F:   TIBETAN DIGIT HALF SIX
U+0F30
# U+0F30:   TIBETAN DIGIT HALF SEVEN
U+0F31
# U+0F31:   TIBETAN DIGIT HALF EIGHT
U+0F32
# U+0F32:   TIBETAN DIGIT HALF NINE
U+0F33
# U+0F33:   TIBETAN DIGIT HALF ZERO
U+0F34
# U+0F34:   TIBETAN MARK BSDUS RTAGS
U+0F36
# U+0F36:   TIBETAN MARK CARET -DZUD RTAGS BZHI MIG CAN
U+0F38
# U+0F38:   TIBETAN MARK CHE MGO
U+0F3A
# U+0F3A:   TIBETAN MARK GUG RTAGS GYON
U+0F3B
# U+0F3B:   TIBETAN MARK GUG RTAGS GYAS
U+0F3C
# U+0F3C:   TIBETAN MARK ANG KHANG GYON
U+0F3D
# U+0F3D:   TIBETAN MARK ANG KHANG GYAS
U+0F40
# U+0F40:   TIBETAN LETTER KA
U+0F41
# U+0F41:   TIBETAN LETTER KHA
U+0F42
# U+0F42:   TIBETAN LETTER GA
U+0F43
# U+0F43:   TIBETAN LETTER GHA
U+0F44
# U+0F44:   TIBETAN LETTER NGA
U+0F45
# U+0F45:   TIBETAN LETTER CA
U+0F46
# U+0F46:   TIBETAN LETTER CHA
U+0F47
# U+0F47:   TIBETAN LETTER JA
U+0F49
# U+0F49:   TIBETAN LETTER NYA
U+0F4A
# U+0F4A:   TIBETAN LETTER TTA
U+0F4B
# U+0F4B:   TIBETAN LETTER TTHA
U+0F4C
# U+0F4C:   TIBETAN LETTER DDA
U+0F4D
# U+0F4D:   TIBETAN LETTER DDHA
U+0F4E
# U+0F4E:   TIBETAN LETTER NNA
U+0F4F
# U+0F4F:   TIBETAN LETTER TA
U+0F50
# U+0F50:   TIBETAN LETTER THA
U+0F51
# U+0F51:   TIBETAN LETTER DA
U+0F52
# U+0F52:   TIBETAN LETTER DHA
U+0F53
# U+0F53:   TIBETAN LETTER NA
U+0F54
# U+0F54:   TIBETAN LETTER PA
U+0F55
# U+0F55:   TIBETAN LETTER PHA
U+0F56
# U+0F56:   TIBETAN LETTER BA
U+0F57
# U+0F57:   TIBETAN LETTER BHA
U+0F58
# U+0F58:   TIBETAN LETTER MA
U+0F59
# U+0F59:   TIBETAN LETTER TSA
U+0F5A
# U+0F5A:   TIBETAN LETTER TSHA
U+0F5B
# U+0F5B:   TIBETAN LETTER DZA
U+0F5C
# U+0F5C:   TIBETAN LETTER DZHA
U+0F5D
# U+0F5D:   TIBETAN LETTER WA
U+0F5E
# U+0F5E:   TIBETAN LETTER ZHA
U+0F5F
# U+0F5F:   TIBETAN LETTER ZA
U+0F60
# U+0F60:   TIBETAN LETTER -A
U+0F61
# U+0F61:   TIBETAN LETTER YA
U+0F62
# U+0F62:   TIBETAN LETTER RA
U+0F63
# U+0F63:   TIBETAN LETTER LA
U+0F64
# U+0F64:   TIBETAN LETTER SHA
U+0F65
# U+0F65:   

Bug#511175: How to Make Your Upcoming Daate As Happy As Possible -- Use These Moves to Awww Your Mate

2009-07-07 Thread Fiorelli Armlin
How to Make Your Upcomding Date As Happy As Possible -- Use These Moves to Awww 
Your Mate www. cu28. com. Hunted oDwwn



-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processing of cdebconf_0.144_i386.changes

2009-07-07 Thread Archive Administrator
cdebconf_0.144_i386.changes uploaded successfully to localhost
along with the files:
  cdebconf_0.144.dsc
  cdebconf_0.144.tar.gz
  cdebconf-priority_0.144_all.udeb
  cdebconf_0.144_i386.deb
  libdebconfclient0_0.144_i386.deb
  libdebconfclient0-dev_0.144_i386.deb
  cdebconf-udeb_0.144_i386.udeb
  libdebconfclient0-udeb_0.144_i386.udeb
  cdebconf-newt-udeb_0.144_i386.udeb
  cdebconf-text-udeb_0.144_i386.udeb
  cdebconf-gtk-udeb_0.144_i386.udeb
  cdebconf-gtk_0.144_i386.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processing of partconf_1.32_i386.changes

2009-07-07 Thread Archive Administrator
partconf_1.32_i386.changes uploaded successfully to localhost
along with the files:
  partconf_1.32.dsc
  partconf_1.32.tar.gz
  partconf-find-partitions_1.32_i386.udeb
  partconf-mkfstab_1.32_i386.udeb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#532842: console-setup: [INTL:de] updated German debconf translation

2009-07-07 Thread Helge Kreutzmann
Hello Anton,
On Mon, Jul 06, 2009 at 09:29:01PM +0300, Anton Zinoviev wrote:
 Version: 1.37
 
 I believe the recent versions of console-setup included your translation 
 so I am closing this bug.

It looks like, although some strings have been removed. But one change
I do not appreciate, although it is comments only:

-# translation of po-debconf template to German
-# Copyright (C) 2006, the console-setup package'c copyright holder
-# Copyright (C) 2006, Matthias Julius
-# Copyright (C) 2007-2009 Helge Kreutzmann
-# This file is distributed under the same license as the console-setup package.
...
+# German messages for debian-installer.
+# Copyright (C) 2003 Software in the Public Interest, Inc.
+# This file is distributed under the same license as debian-installer.
+#
+# Holger Wansing li...@wansing-online.de, 2008.
+# Jens Seidel jenssei...@users.sf.net, 2005, 2006, 2007, 2008.
+# Dennis Stampfer se...@debian.org, 2003, 2004, 2005.
+# Alwin Meschede amesch...@gmx.de, 2003, 2004.
+# Bastian Blank wa...@debian.org, 2003.
+# Jan Luebbe jlue...@lasnet.de, 2003.
+# Thorsten Sauter tsau...@gmx.net, 2003.
+#
+# This file is maintained by Jens Seidel jenssei...@users.sf.net

Please re-add Matthias and me to the copyright holders. I can't say
much about the others. Also I would appreciate if not only the names
could be listed, but the reason given as well, i.e. that they added to
the translation.

Also I assume that there was no license change (from console-setup
license to debian-installer license)?

I CC'ed Christian Perrier who just asked on debian-i18n for testing of
an image containing the translation.

Greetings

 Helge
-- 
  Dr. Helge Kreutzmann deb...@helgefjell.de
   Dipl.-Phys.   http://www.helgefjell.de/debian.php
64bit GNU powered gpg signed mail preferred
   Help keep free software libre: http://www.ffii.de/


signature.asc
Description: Digital signature


Processed: tagging 480899

2009-07-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny3
 tags 480899 pending
Bug#480899: incomplete split prevents installation of cdebconf-gtk
Tags were: patch
Tags added: pending


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



partconf_1.32_i386.changes ACCEPTED

2009-07-07 Thread Archive Administrator

Accepted:
partconf-find-partitions_1.32_i386.udeb
  to pool/main/p/partconf/partconf-find-partitions_1.32_i386.udeb
partconf-mkfstab_1.32_i386.udeb
  to pool/main/p/partconf/partconf-mkfstab_1.32_i386.udeb
partconf_1.32.dsc
  to pool/main/p/partconf/partconf_1.32.dsc
partconf_1.32.tar.gz
  to pool/main/p/partconf/partconf_1.32.tar.gz


Override entries for your package:
partconf-find-partitions_1.32_i386.udeb - optional debian-installer
partconf-mkfstab_1.32_i386.udeb - optional debian-installer
partconf_1.32.dsc - source debian-installer

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



cdebconf_0.144_i386.changes ACCEPTED

2009-07-07 Thread Archive Administrator

Accepted:
cdebconf-gtk-udeb_0.144_i386.udeb
  to pool/main/c/cdebconf/cdebconf-gtk-udeb_0.144_i386.udeb
cdebconf-gtk_0.144_i386.deb
  to pool/main/c/cdebconf/cdebconf-gtk_0.144_i386.deb
cdebconf-newt-udeb_0.144_i386.udeb
  to pool/main/c/cdebconf/cdebconf-newt-udeb_0.144_i386.udeb
cdebconf-priority_0.144_all.udeb
  to pool/main/c/cdebconf/cdebconf-priority_0.144_all.udeb
cdebconf-text-udeb_0.144_i386.udeb
  to pool/main/c/cdebconf/cdebconf-text-udeb_0.144_i386.udeb
cdebconf-udeb_0.144_i386.udeb
  to pool/main/c/cdebconf/cdebconf-udeb_0.144_i386.udeb
cdebconf_0.144.dsc
  to pool/main/c/cdebconf/cdebconf_0.144.dsc
cdebconf_0.144.tar.gz
  to pool/main/c/cdebconf/cdebconf_0.144.tar.gz
cdebconf_0.144_i386.deb
  to pool/main/c/cdebconf/cdebconf_0.144_i386.deb
libdebconfclient0-dev_0.144_i386.deb
  to pool/main/c/cdebconf/libdebconfclient0-dev_0.144_i386.deb
libdebconfclient0-udeb_0.144_i386.udeb
  to pool/main/c/cdebconf/libdebconfclient0-udeb_0.144_i386.udeb
libdebconfclient0_0.144_i386.deb
  to pool/main/c/cdebconf/libdebconfclient0_0.144_i386.deb


Override entries for your package:
cdebconf-gtk-udeb_0.144_i386.udeb - optional debian-installer
cdebconf-gtk_0.144_i386.deb - optional admin
cdebconf-newt-udeb_0.144_i386.udeb - optional debian-installer
cdebconf-priority_0.144_all.udeb - standard debian-installer
cdebconf-text-udeb_0.144_i386.udeb - optional debian-installer
cdebconf-udeb_0.144_i386.udeb - standard debian-installer
cdebconf_0.144.dsc - source utils
cdebconf_0.144_i386.deb - extra utils
libdebconfclient0-dev_0.144_i386.deb - optional libdevel
libdebconfclient0-udeb_0.144_i386.udeb - optional debian-installer
libdebconfclient0_0.144_i386.deb - optional libs

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 480899 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#480899: marked as done (incomplete split prevents installation of cdebconf-gtk)

2009-07-07 Thread Debian Bug Tracking System

Your message dated Tue, 07 Jul 2009 17:02:12 +
with message-id e1moe3y-00050j...@ries.debian.org
and subject line Bug#480899: fixed in cdebconf 0.144
has caused the Debian Bug report #480899,
regarding incomplete split prevents installation of cdebconf-gtk
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
480899: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=480899
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: cdebconf
Version: 0.130
Severity: normal

In order for cdebconf to replace debconf, cdebconf would need to be
installable in a basic Debian environment where gtk+ would be
unavailable. Installing cdebconf instead of debconf in such a situation
brings in intolerable numbers of dependencies, even if the gtk+ frontend
is not going to be used (e.g. on a buildd or chroot).

cdebconf needs a package split (or possibly more than one) so that the
gtk+ frontend is optional, along with it's dependencies.

This would produce:
Versions of packages cdebconf depends on:
ii  libc62.7-11  GNU C Library: Shared libraries
ii  libdebian-installer4 0.58Library of common debian-installer
ii  libnewt0.52  0.52.2-11.2 Not Erik's Windowing Toolkit - tex
ii  libtextwrap1 0.1-6   text-wrapping library with i18n -

Much better for a genuine debconf replacement.

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

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

Versions of packages cdebconf depends on:
ii  libatk1.0-0  1.22.0-1The ATK accessibility toolkit
ii  libc62.7-11  GNU C Library: Shared libraries
ii  libcairo21.6.4-1+b1  The Cairo 2D vector graphics libra
ii  libdebian-installer4 0.58Library of common debian-installer
pn  libdirectfb-0.9-25   none  (no description available)
ii  libglib2.0-0 2.16.3-2The GLib library of C routines
ii  libgtk-directfb-2.0-02.12.9-4The GTK+ graphical user interface 
ii  libgtk2.0-0  2.12.9-4The GTK+ graphical user interface 
ii  libnewt0.52  0.52.2-11.2 Not Erik's Windowing Toolkit - tex
ii  libpango1.0-01.20.2-2Layout and rendering of internatio
ii  libtextwrap1 0.1-6   text-wrapping library with i18n - 

cdebconf recommends no packages.


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Source: cdebconf
Source-Version: 0.144

We believe that the bug you reported is fixed in the latest version of
cdebconf, which is due to be installed in the Debian FTP archive:

cdebconf-gtk-udeb_0.144_i386.udeb
  to pool/main/c/cdebconf/cdebconf-gtk-udeb_0.144_i386.udeb
cdebconf-gtk_0.144_i386.deb
  to pool/main/c/cdebconf/cdebconf-gtk_0.144_i386.deb
cdebconf-newt-udeb_0.144_i386.udeb
  to pool/main/c/cdebconf/cdebconf-newt-udeb_0.144_i386.udeb
cdebconf-priority_0.144_all.udeb
  to pool/main/c/cdebconf/cdebconf-priority_0.144_all.udeb
cdebconf-text-udeb_0.144_i386.udeb
  to pool/main/c/cdebconf/cdebconf-text-udeb_0.144_i386.udeb
cdebconf-udeb_0.144_i386.udeb
  to pool/main/c/cdebconf/cdebconf-udeb_0.144_i386.udeb
cdebconf_0.144.dsc
  to pool/main/c/cdebconf/cdebconf_0.144.dsc
cdebconf_0.144.tar.gz
  to pool/main/c/cdebconf/cdebconf_0.144.tar.gz
cdebconf_0.144_i386.deb
  to pool/main/c/cdebconf/cdebconf_0.144_i386.deb
libdebconfclient0-dev_0.144_i386.deb
  to pool/main/c/cdebconf/libdebconfclient0-dev_0.144_i386.deb
libdebconfclient0-udeb_0.144_i386.udeb
  to pool/main/c/cdebconf/libdebconfclient0-udeb_0.144_i386.udeb
libdebconfclient0_0.144_i386.deb
  to pool/main/c/cdebconf/libdebconfclient0_0.144_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 480...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Colin Watson cjwat...@debian.org (supplier of updated cdebconf package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 07 Jul 2009 17:42:50 +0100

Processing of console-setup_1.40_i386.changes

2009-07-07 Thread Archive Administrator
console-setup_1.40_i386.changes uploaded successfully to localhost
along with the files:
  console-setup_1.40.dsc
  console-setup_1.40.tar.gz
  console-setup_1.40_all.deb
  console-setup-mini_1.40_all.deb
  bdf2psf_1.40_all.deb
  console-setup-udeb_1.40_all.udeb
  console-setup-amiga-ekmap_1.40_all.udeb
  console-setup-ataritt-ekmap_1.40_all.udeb
  console-setup-macintoshold-ekmap_1.40_all.udeb
  console-setup-pc-ekmap_1.40_all.udeb
  console-setup-sun4-ekmap_1.40_all.udeb
  console-setup-sun5-ekmap_1.40_all.udeb
  console-setup-fonts-udeb_1.40_all.udeb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



console-setup_1.40_i386.changes ACCEPTED

2009-07-07 Thread Archive Administrator

Accepted:
bdf2psf_1.40_all.deb
  to pool/main/c/console-setup/bdf2psf_1.40_all.deb
console-setup-amiga-ekmap_1.40_all.udeb
  to pool/main/c/console-setup/console-setup-amiga-ekmap_1.40_all.udeb
console-setup-ataritt-ekmap_1.40_all.udeb
  to pool/main/c/console-setup/console-setup-ataritt-ekmap_1.40_all.udeb
console-setup-fonts-udeb_1.40_all.udeb
  to pool/main/c/console-setup/console-setup-fonts-udeb_1.40_all.udeb
console-setup-macintoshold-ekmap_1.40_all.udeb
  to pool/main/c/console-setup/console-setup-macintoshold-ekmap_1.40_all.udeb
console-setup-mini_1.40_all.deb
  to pool/main/c/console-setup/console-setup-mini_1.40_all.deb
console-setup-pc-ekmap_1.40_all.udeb
  to pool/main/c/console-setup/console-setup-pc-ekmap_1.40_all.udeb
console-setup-sun4-ekmap_1.40_all.udeb
  to pool/main/c/console-setup/console-setup-sun4-ekmap_1.40_all.udeb
console-setup-sun5-ekmap_1.40_all.udeb
  to pool/main/c/console-setup/console-setup-sun5-ekmap_1.40_all.udeb
console-setup-udeb_1.40_all.udeb
  to pool/main/c/console-setup/console-setup-udeb_1.40_all.udeb
console-setup_1.40.dsc
  to pool/main/c/console-setup/console-setup_1.40.dsc
console-setup_1.40.tar.gz
  to pool/main/c/console-setup/console-setup_1.40.tar.gz
console-setup_1.40_all.deb
  to pool/main/c/console-setup/console-setup_1.40_all.deb


Override entries for your package:
bdf2psf_1.40_all.deb - optional utils
console-setup-amiga-ekmap_1.40_all.udeb - extra debian-installer
console-setup-ataritt-ekmap_1.40_all.udeb - extra debian-installer
console-setup-fonts-udeb_1.40_all.udeb - extra debian-installer
console-setup-macintoshold-ekmap_1.40_all.udeb - extra debian-installer
console-setup-mini_1.40_all.deb - extra utils
console-setup-pc-ekmap_1.40_all.udeb - extra debian-installer
console-setup-sun4-ekmap_1.40_all.udeb - extra debian-installer
console-setup-sun5-ekmap_1.40_all.udeb - extra debian-installer
console-setup-udeb_1.40_all.udeb - extra debian-installer
console-setup_1.40.dsc - source utils
console-setup_1.40_all.deb - optional utils

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 529649 533096 535908 535966 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#529649: marked as done (console-setup-udeb: Priority for the layout question should be high)

2009-07-07 Thread Debian Bug Tracking System

Your message dated Tue, 07 Jul 2009 17:47:07 +
with message-id e1moel1-0007j7...@ries.debian.org
and subject line Bug#529649: fixed in console-setup 1.40
has caused the Debian Bug report #529649,
regarding console-setup-udeb: Priority for the layout question should be high
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
529649: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=529649
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: console-setup-udeb
Severity: normal

The config script takes great care to provide sane defaults for the keyboard
layout, depending on language and/or language/country settings.

For that reason, I think that the priority of the  console-setup/layout
question should be high and not critical. Please note that kbd-config
already uses high for its own question about keymap.

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

Kernel: Linux 2.6.29-1-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


---End Message---
---BeginMessage---
Source: console-setup
Source-Version: 1.40

We believe that the bug you reported is fixed in the latest version of
console-setup, which is due to be installed in the Debian FTP archive:

bdf2psf_1.40_all.deb
  to pool/main/c/console-setup/bdf2psf_1.40_all.deb
console-setup-amiga-ekmap_1.40_all.udeb
  to pool/main/c/console-setup/console-setup-amiga-ekmap_1.40_all.udeb
console-setup-ataritt-ekmap_1.40_all.udeb
  to pool/main/c/console-setup/console-setup-ataritt-ekmap_1.40_all.udeb
console-setup-fonts-udeb_1.40_all.udeb
  to pool/main/c/console-setup/console-setup-fonts-udeb_1.40_all.udeb
console-setup-macintoshold-ekmap_1.40_all.udeb
  to pool/main/c/console-setup/console-setup-macintoshold-ekmap_1.40_all.udeb
console-setup-mini_1.40_all.deb
  to pool/main/c/console-setup/console-setup-mini_1.40_all.deb
console-setup-pc-ekmap_1.40_all.udeb
  to pool/main/c/console-setup/console-setup-pc-ekmap_1.40_all.udeb
console-setup-sun4-ekmap_1.40_all.udeb
  to pool/main/c/console-setup/console-setup-sun4-ekmap_1.40_all.udeb
console-setup-sun5-ekmap_1.40_all.udeb
  to pool/main/c/console-setup/console-setup-sun5-ekmap_1.40_all.udeb
console-setup-udeb_1.40_all.udeb
  to pool/main/c/console-setup/console-setup-udeb_1.40_all.udeb
console-setup_1.40.dsc
  to pool/main/c/console-setup/console-setup_1.40.dsc
console-setup_1.40.tar.gz
  to pool/main/c/console-setup/console-setup_1.40.tar.gz
console-setup_1.40_all.deb
  to pool/main/c/console-setup/console-setup_1.40_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 529...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Anton Zinoviev zinov...@debian.org (supplier of updated console-setup package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 07 Jul 2009 19:38:13 +0300
Source: console-setup
Binary: console-setup console-setup-mini bdf2psf console-setup-udeb 
console-setup-amiga-ekmap console-setup-ataritt-ekmap 
console-setup-macintoshold-ekmap console-setup-pc-ekmap 
console-setup-sun4-ekmap console-setup-sun5-ekmap console-setup-fonts-udeb
Architecture: source all
Version: 1.40
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Anton Zinoviev zinov...@debian.org
Description: 
 bdf2psf- font converter to generate console fonts from BDF source fonts
 console-setup - console font and keymap setup program
 console-setup-amiga-ekmap - encoded keyboard layouts for Amiga keyboards (udeb)
 console-setup-ataritt-ekmap - encoded keyboard layouts for Atari TT keyboards 
(udeb)
 console-setup-fonts-udeb - console fonts for Debian Installer (udeb)
 console-setup-macintoshold-ekmap - encoded keyboard layouts for old-style 
Macintosh keyboards (udeb)
 console-setup-mini - console font and keymap setup program - reduced version
 console-setup-pc-ekmap - encoded keyboard layouts for PC keyboards (udeb)
 console-setup-sun4-ekmap - encoded keyboard layouts for Sun4 keyboards (udeb)
 console-setup-sun5-ekmap - encoded keyboard layouts for Sun5 keyboards 

Bug#535966: marked as done (Complains about unsupported option on every upgrade.)

2009-07-07 Thread Debian Bug Tracking System

Your message dated Tue, 07 Jul 2009 17:47:07 +
with message-id e1moel1-0007jd...@ries.debian.org
and subject line Bug#535966: fixed in console-setup 1.40
has caused the Debian Bug report #535966,
regarding Complains about unsupported option on every upgrade.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
535966: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=535966
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: console-setup
Version: 1.39
Severity: normal

Hi:

Recently Xorg defaulted to Control-Alt-Backspace does nothing, so if
you want terminate server function to be avaliable via keycombo as in
the past, you have to add an option (debian bug report #531629 ). And
since then, upgrading console-setup complains about unknown options
for the configuration program (which?) while the config file clearly
marks them as X related (and they are perfectly supported where it
matters, X session ends if you press C-A-Backspace).

---8---
Configuring console-setup
-

The configuration file /etc/default/console-setup specifies options for the 
keyboard layout (lv3:ralt_switch_multikey,compose:menu,terminate:ctrl_alt_bksp) 
that are not supported by the configuration program.

Keep unsupported options 
(lv3:ralt_switch_multikey,compose:menu,terminate:ctrl_alt_bksp)?
---8---

Typing yes keeps the config, but every update it complains (this is
the second time, before it was with 1.37). So adding support for such
new function would be nice. Thanks.

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

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

Versions of packages console-setup depends on:
ii  console-terminus  4.28-1 Fixed-width fonts for fast reading
ii  debconf [debconf-2.0] 1.5.27 Debian configuration management sy
ii  xkb-data  1.6-1  X Keyboard Extension (XKB) configu

Versions of packages console-setup recommends:
ii  console-tools1:0.2.3dbs-65.1 Linux console and font utilities

Versions of packages console-setup suggests:
ii  locales   2.9-18 GNU C Library: National Language (
ii  lsb-base  3.2-22 Linux Standard Base 3.2 init scrip

-- debconf information:
* console-setup/variant: España
  console-setup/unsupported_options: true
  console-setup/modelcode: pc105
  console-setup/use_system_font:
  console-setup/fontsize: 16
  console-setup/unsupported_layout: true
  console-setup/layoutcode: es
  debian-installer/console-setup/title:
  console-setup/codesetcode: Lat15
  console-setup/altgr: No AltGr key
* console-setup/ttys: /dev/tty[1-6]
  console-setup/codeset: # Latin1 and Latin5 - western Europe and Turkic 
languages
  console-setup/toggle: No toggling
* console-setup/fontface: VGA
* console-setup/fontsize-text: 16
  console-setup/compose: Menu key
  debian-installer/console-setup-udeb/title:
  console-setup/switch: No temporary switch
  console-setup/unsupported_config_layout: true
  console-setup/charmap: UTF-8
  console-setup/optionscode: 
lv3:ralt_switch_multikey,compose:menu,terminate:ctrl_alt_bksp
* console-setup/unsupported_config_options: true
* console-setup/layout: España
  console-setup/variantcode:
* console-setup/model: PC genérico 105 teclas (intl)
  console-setup/fontsize-fb: 16


---End Message---
---BeginMessage---
Source: console-setup
Source-Version: 1.40

We believe that the bug you reported is fixed in the latest version of
console-setup, which is due to be installed in the Debian FTP archive:

bdf2psf_1.40_all.deb
  to pool/main/c/console-setup/bdf2psf_1.40_all.deb
console-setup-amiga-ekmap_1.40_all.udeb
  to pool/main/c/console-setup/console-setup-amiga-ekmap_1.40_all.udeb
console-setup-ataritt-ekmap_1.40_all.udeb
  to pool/main/c/console-setup/console-setup-ataritt-ekmap_1.40_all.udeb
console-setup-fonts-udeb_1.40_all.udeb
  to pool/main/c/console-setup/console-setup-fonts-udeb_1.40_all.udeb
console-setup-macintoshold-ekmap_1.40_all.udeb
  to pool/main/c/console-setup/console-setup-macintoshold-ekmap_1.40_all.udeb
console-setup-mini_1.40_all.deb
  to pool/main/c/console-setup/console-setup-mini_1.40_all.deb
console-setup-pc-ekmap_1.40_all.udeb
  to pool/main/c/console-setup/console-setup-pc-ekmap_1.40_all.udeb
console-setup-sun4-ekmap_1.40_all.udeb
  to 

Bug#535908: marked as done (console-setup: Add support for newer Xorg option)

2009-07-07 Thread Debian Bug Tracking System

Your message dated Tue, 07 Jul 2009 17:47:07 +
with message-id e1moel1-0007jb...@ries.debian.org
and subject line Bug#535908: fixed in console-setup 1.40
has caused the Debian Bug report #535908,
regarding console-setup: Add support for newer Xorg option
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
535908: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=535908
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: console-setup
Version: 1.39
Severity: normal

Hi:

Recently Xorg defaulted to Control-Alt-Backspace does nothing, so if
you want terminate server function to be avaliable via keycombo as in
the past, you have to add an option (debian bug report #531629 ). And
since then, upgrading console-setup complains about unknown options
for the configuration program (which?) while the config file clearly
marks them as X related (and they are perfectly supported where it
matters, X session ends if you press C-A-Backspace).

---8---
Configuring console-setup
-

The configuration file /etc/default/console-setup specifies options for the 
keyboard layout (lv3:ralt_switch_multikey,compose:menu,terminate:ctrl_alt_bksp) 
that are not supported by the configuration program.

Keep unsupported options 
(lv3:ralt_switch_multikey,compose:menu,terminate:ctrl_alt_bksp)?
---8---

Typing yes keeps the config, but every update it complains (this is
the second time, before it was with 1.37). So adding support for such
new function would be nice. Thanks.

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

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

Versions of packages console-setup depends on:
ii  console-terminus  4.28-1 Fixed-width fonts for fast reading
ii  debconf [debconf-2.0] 1.5.27 Debian configuration management sy
ii  xkb-data  1.6-1  X Keyboard Extension (XKB) configu

Versions of packages console-setup recommends:
ii  console-tools1:0.2.3dbs-65.1 Linux console and font utilities

Versions of packages console-setup suggests:
ii  locales   2.9-18 GNU C Library: National Language (
ii  lsb-base  3.2-22 Linux Standard Base 3.2 init scrip

-- debconf information:
* console-setup/variant: España
  console-setup/unsupported_options: true
  console-setup/modelcode: pc105
  console-setup/use_system_font:
  console-setup/fontsize: 16
  console-setup/unsupported_layout: true
  console-setup/layoutcode: es
  debian-installer/console-setup/title:
  console-setup/codesetcode: Lat15
  console-setup/altgr: No AltGr key
* console-setup/ttys: /dev/tty[1-6]
  console-setup/codeset: # Latin1 and Latin5 - western Europe and Turkic 
languages
  console-setup/toggle: No toggling
* console-setup/fontface: VGA
* console-setup/fontsize-text: 16
  console-setup/compose: Menu key
  debian-installer/console-setup-udeb/title:
  console-setup/switch: No temporary switch
  console-setup/unsupported_config_layout: true
  console-setup/charmap: UTF-8
  console-setup/optionscode: 
lv3:ralt_switch_multikey,compose:menu,terminate:ctrl_alt_bksp
* console-setup/unsupported_config_options: true
* console-setup/layout: España
  console-setup/variantcode:
* console-setup/model: PC genérico 105 teclas (intl)
  console-setup/fontsize-fb: 16


---End Message---
---BeginMessage---
Source: console-setup
Source-Version: 1.40

We believe that the bug you reported is fixed in the latest version of
console-setup, which is due to be installed in the Debian FTP archive:

bdf2psf_1.40_all.deb
  to pool/main/c/console-setup/bdf2psf_1.40_all.deb
console-setup-amiga-ekmap_1.40_all.udeb
  to pool/main/c/console-setup/console-setup-amiga-ekmap_1.40_all.udeb
console-setup-ataritt-ekmap_1.40_all.udeb
  to pool/main/c/console-setup/console-setup-ataritt-ekmap_1.40_all.udeb
console-setup-fonts-udeb_1.40_all.udeb
  to pool/main/c/console-setup/console-setup-fonts-udeb_1.40_all.udeb
console-setup-macintoshold-ekmap_1.40_all.udeb
  to pool/main/c/console-setup/console-setup-macintoshold-ekmap_1.40_all.udeb
console-setup-mini_1.40_all.deb
  to pool/main/c/console-setup/console-setup-mini_1.40_all.deb
console-setup-pc-ekmap_1.40_all.udeb
  to pool/main/c/console-setup/console-setup-pc-ekmap_1.40_all.udeb
console-setup-sun4-ekmap_1.40_all.udeb
  to 

Bug#533096: marked as done (bdf2psf: make it possible to create unicode complement fonts)

2009-07-07 Thread Debian Bug Tracking System

Your message dated Tue, 07 Jul 2009 17:47:07 +
with message-id e1moel1-0007j9...@ries.debian.org
and subject line Bug#533096: fixed in console-setup 1.40
has caused the Debian Bug report #533096,
regarding bdf2psf: make it possible to create unicode complement fonts
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
533096: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533096
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: bdf2psf
Version: 1.28
Severity: wishlist

Hello,

I wanted to generate a tibetan font for the console for a blind friend
of mine who is learning tibetan.  Unifont covers it so it was just a
matter of extracting the U+0Fxy part of it and load it as second font
in addition to his usual latin1 font.  However, bdf2psf assumes that we
want to convert a whole font, and for instance reserves 0x20 - 0x7e:

for my $c (0x20 ... 0x7e) {
$position_type[$c] = 0;
}

so I had to disable this code.  To generate the font I then used the
attached symbol file, which could be included in the bdf2psf package.

Samuel

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

Kernel: Linux 2.6.30 (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/bash

Versions of packages bdf2psf depends on:
ii  perl  5.10.0-22  Larry Wall's Practical Extraction 

bdf2psf recommends no packages.

bdf2psf suggests no packages.

-- no debconf information
U+0F00
U+0F01
U+0F02
U+0F03
U+0F04
U+0F05
U+0F06
U+0F07
U+0F08
U+0F09
U+0F0A
U+0F0B
U+0F0C
U+0F0D
U+0F0E
U+0F0F
U+0F10
U+0F11
U+0F12
U+0F13
U+0F14
U+0F15
U+0F16
U+0F17
U+0F18
U+0F19
U+0F1A
U+0F1B
U+0F1C
U+0F1D
U+0F1E
U+0F1F
U+0F20
U+0F21
U+0F22
U+0F23
U+0F24
U+0F25
U+0F26
U+0F27
U+0F28
U+0F29
U+0F2A
U+0F2B
U+0F2C
U+0F2D
U+0F2E
U+0F2F
U+0F30
U+0F31
U+0F32
U+0F33
U+0F34
U+0F35
U+0F36
U+0F37
U+0F38
U+0F39
U+0F3A
U+0F3B
U+0F3C
U+0F3D
U+0F3E
U+0F3F
U+0F40
U+0F41
U+0F42
U+0F43
U+0F44
U+0F45
U+0F46
U+0F47
U+0F48
U+0F49
U+0F4A
U+0F4B
U+0F4C
U+0F4D
U+0F4E
U+0F4F
U+0F50
U+0F51
U+0F52
U+0F53
U+0F54
U+0F55
U+0F56
U+0F57
U+0F58
U+0F59
U+0F5A
U+0F5B
U+0F5C
U+0F5D
U+0F5E
U+0F5F
U+0F60
U+0F61
U+0F62
U+0F63
U+0F64
U+0F65
U+0F66
U+0F67
U+0F68
U+0F69
U+0F6A
U+0F6B
U+0F6C
U+0F6D
U+0F6E
U+0F6F
U+0F70
U+0F71
U+0F72
U+0F73
U+0F74
U+0F75
U+0F76
U+0F77
U+0F78
U+0F79
U+0F7A
U+0F7B
U+0F7C
U+0F7D
U+0F7E
U+0F7F
U+0F80
U+0F81
U+0F82
U+0F83
U+0F84
U+0F85
U+0F86
U+0F87
U+0F88
U+0F89
U+0F8A
U+0F8B
U+0F8C
U+0F8D
U+0F8E
U+0F8F
U+0F90
U+0F91
U+0F92
U+0F93
U+0F94
U+0F95
U+0F96
U+0F97
U+0F98
U+0F99
U+0F9A
U+0F9B
U+0F9C
U+0F9D
U+0F9E
U+0F9F
U+0FA0
U+0FA1
U+0FA2
U+0FA3
U+0FA4
U+0FA5
U+0FA6
U+0FA7
U+0FA8
U+0FA9
U+0FAA
U+0FAB
U+0FAC
U+0FAD
U+0FAE
U+0FAF
U+0FB0
U+0FB1
U+0FB2
U+0FB3
U+0FB4
U+0FB5
U+0FB6
U+0FB7
U+0FB8
U+0FB9
U+0FBA
U+0FBB
U+0FBC
U+0FBD
U+0FBE
U+0FBF
U+0FC0
U+0FC1
U+0FC2
U+0FC3
U+0FC4
U+0FC5
U+0FC6
U+0FC7
U+0FC8
U+0FC9
U+0FCA
U+0FCB
U+0FCC
U+0FCD
U+0FCE
U+0FCF
U+0FD0
U+0FD1
U+0FD2
U+0FD3
U+0FD4
U+0FD5
U+0FD6
U+0FD7
U+0FD8
U+0FD9
U+0FDA
U+0FDB
U+0FDC
U+0FDD
U+0FDE
U+0FDF
U+0FE0
U+0FE1
U+0FE2
U+0FE3
U+0FE4
U+0FE5
U+0FE6
U+0FE7
U+0FE8
U+0FE9
U+0FEA
U+0FEB
U+0FEC
U+0FED
U+0FEE
U+0FEF
U+0FF0
U+0FF1
U+0FF2
U+0FF3
U+0FF4
U+0FF5
U+0FF6
U+0FF7
U+0FF8
U+0FF9
U+0FFA
U+0FFB
U+0FFC
U+0FFD
U+0FFE
U+0FFF
---End Message---
---BeginMessage---
Source: console-setup
Source-Version: 1.40

We believe that the bug you reported is fixed in the latest version of
console-setup, which is due to be installed in the Debian FTP archive:

bdf2psf_1.40_all.deb
  to pool/main/c/console-setup/bdf2psf_1.40_all.deb
console-setup-amiga-ekmap_1.40_all.udeb
  to pool/main/c/console-setup/console-setup-amiga-ekmap_1.40_all.udeb
console-setup-ataritt-ekmap_1.40_all.udeb
  to pool/main/c/console-setup/console-setup-ataritt-ekmap_1.40_all.udeb
console-setup-fonts-udeb_1.40_all.udeb
  to pool/main/c/console-setup/console-setup-fonts-udeb_1.40_all.udeb
console-setup-macintoshold-ekmap_1.40_all.udeb
  to pool/main/c/console-setup/console-setup-macintoshold-ekmap_1.40_all.udeb
console-setup-mini_1.40_all.deb
  to pool/main/c/console-setup/console-setup-mini_1.40_all.deb
console-setup-pc-ekmap_1.40_all.udeb
  to pool/main/c/console-setup/console-setup-pc-ekmap_1.40_all.udeb
console-setup-sun4-ekmap_1.40_all.udeb
  to pool/main/c/console-setup/console-setup-sun4-ekmap_1.40_all.udeb
console-setup-sun5-ekmap_1.40_all.udeb
  to pool/main/c/console-setup/console-setup-sun5-ekmap_1.40_all.udeb

Coordinating efforts to get a new kernel in testing?

2009-07-07 Thread Christian Perrier
During the last meeting of the D-I 'team' (ahem) which logs can be read
from http://wiki.debian.org/DebianInstaller/Meetings, the situation
of the kernel packages wrt testing transition was raised.

Apparently, having a new kernel in testing (whether this is 2.6.30 or
whatever other funky new version appears soon is not really relevant)
is quite hairy.

Indeed hairy enough for this to not have happened since the release of
lenny, 5 months ago.

Among other things, that is a blocker for a release of D-I, which is
otherwise nearly ready.

From what was said during the D-I meeting (but more details can be
bringed in by people who are more aware of this than me), a transition
for D-I packages is similar to a library transition.

http://release.debian.org/migration/testing.pl?package=linux-2.6

Could this be prioritized by the involved teams (mostly kernel and
release, I'd guess) or are there already some plans for this to
happen?

(please respect Reply-To as -release is not meant to be a discussion
list and the topic doesn't have much to do with D-I...except that we
need this to happen for a release to happen)


-- 





signature.asc
Description: Digital signature


[D-I Manual] Build log for en (07 Jul 2009)

2009-07-07 Thread Felipe Augusto van de Wiel
A build of the Debian Installer Manual was triggered by an update to SVN.

There were no errors during the build process.
The new version of the manual has been uploaded successfully.

A log of the build is available at:
- http://d-i.alioth.debian.org/manual/logs/en.log

===
It is possible to use RSS to track changes to the manual.
For more information, see:
http://d-i.alioth.debian.org/manual/translators.html
===
Note: PDF output is not yet supported for some languages; help
with this would be appreciated.
===
If you have any questions about the build or this message, feel
free to contact me at faw AT funlabs DOT org.
===

Updated files ('svn up')

Uen/appendix/chroot-install.xml
Updated to revision 59274.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: [D-I] Please test Debian Installer with console-setup (2nd version)

2009-07-07 Thread Christian Perrier
Quoting Anton Zinoviev (an...@lml.bas.bg):

 Please do not test this image yet.  There are two seriour bugs in it:
 
 1. the config script of console-setup is not executed because I forgot 
 that it is renamed

OK, I'll try to rebuild the image with the package you just uploaded.

Please stay tuned.

 
 2. For some reason the image includes amiga keymaps instead of pc keymaps


That's probably  a weird consequence of /me forgetting to explicitely
add console-setup-pc-ekmap to the list of included packages..:-(




signature.asc
Description: Digital signature


Re: [D-I] Please test Debian Installer with console-setup (2nd version)

2009-07-07 Thread Frans Pop
Christian Perrier wrote:
 That's probably  a weird consequence of /me forgetting to explicitely
 add console-setup-pc-ekmap to the list of included packages..:-(

Please also don't forget to drop console-keymaps-at this time.


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#532842: console-setup: [INTL:de] updated German debconf translation

2009-07-07 Thread Christian Perrier
Quoting Helge Kreutzmann (deb...@helgefjell.de):

 -# translation of po-debconf template to German
 -# Copyright (C) 2006, the console-setup package'c copyright holder
 -# Copyright (C) 2006, Matthias Julius
 -# Copyright (C) 2007-2009 Helge Kreutzmann
 -# This file is distributed under the same license as the console-setup 
 package.
 ...
 +# German messages for debian-installer.
 +# Copyright (C) 2003 Software in the Public Interest, Inc.
 +# This file is distributed under the same license as debian-installer.
 +#
 +# Holger Wansing li...@wansing-online.de, 2008.
 +# Jens Seidel jenssei...@users.sf.net, 2005, 2006, 2007, 2008.
 +# Dennis Stampfer se...@debian.org, 2003, 2004, 2005.
 +# Alwin Meschede amesch...@gmx.de, 2003, 2004.
 +# Bastian Blank wa...@debian.org, 2003.
 +# Jan Luebbe jlue...@lasnet.de, 2003.
 +# Thorsten Sauter tsau...@gmx.net, 2003.
 +#
 +# This file is maintained by Jens Seidel jenssei...@users.sf.net
 
 Please re-add Matthias and me to the copyright holders. I can't say
 much about the others. Also I would appreciate if not only the names
 could be listed, but the reason given as well, i.e. that they added to
 the translation.

That cannot be done on console-setup translation as the PO file is now
generated from the big D-I translation file.

So, adding this credit should be done by the person maintaining de.po
for D-I, namely Jens. He should do this in the master files of D-I.






signature.asc
Description: Digital signature