Bug#534587: debian-installer: Please set /etc/inittab to gracefully handle 8bit (UTF-8) environments

2009-06-27 Thread Helge Kreutzmann
Hello Christian,
On Fri, Jun 26, 2009 at 10:27:17AM +0200, Christian Perrier wrote:
 Quoting Helge Kreutzmann (deb...@helgefjell.de):
  Package: debian-installer
  Severity: wishlist
  Tags: l10n
  
  When you enter umlauts or other 8bit characters in the login prompt,
  strange effects may appear. This can be avoided by setting a parameter
  in /etc/inittab. See #221290 for the grory details, especially message #229.
  
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=221290#229
  
  Please reassign if this file (i.e. its default version) is not handled by 
  d-i but
  by some other program.
 
 Sad that you didn't paste the duggestion from that bug report as.I
 could have loooked deeper while travelling (without net access).

Here it is:
 At last I discovered that bug report :) I indeed noticed the strange
 behavior and was never able to reproduce it reliably.  So now it's done,
 and now I understand.

 This is not a bug, this is a feature: as said in manual, getty detects
 tty parity and control characters, which is quite nice in many
 situations, but not 8bit ones.  Here, the umlauted letter you type is
 considered as a 7bit character with a 8th bit parity.  The 7 lower bits
 are then interpreted (wrong).

 So detection is really not reliable in 8bit environments (be it utf-8 or
 not).  What I suggest then is the attached patch: just adding a -8
 option that makes agetty assume that the tty is 8bits and hence disable
 parity detection.  Adding that option in /etc/inittab for new installs
 should then be fine:

 1:2345:respawn:/sbin/getty -8 38400 tty1
 etc.

 Note: with this patch, 8bit characters are just silently dropped (that's
 the expected getty behavior), this is quite neat since you then don't
 even need to backspace your 8bit characters :)

 Anyway, that very certainly belongs to finish-install where we doo all
 such magic about inittab.

Thanks for reassigning.

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


Compile problems

2009-06-27 Thread Kostas Kontaxis


_
Windows Live™: Keep your life in sync. Check it out!
http://windowslive.com/explore?ocid=TXT_TAGLM_WL_t1_allup_explore_012009

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



Re: Bug#531292: WARNING: Undefined kernel key code for

2009-06-27 Thread Anton Zinoviev
On Fri, Jun 26, 2009 at 10:53:55PM +0200, Samuel Thibault wrote:
 Anton Zinoviev, le Fri 26 Jun 2009 22:34:32 +0300, a écrit :
  On Tue, Jun 23, 2009 at 12:14:10AM +0200, Samuel Thibault wrote:
   
   So, these are due to missing matching between X keycodes and Linux
   scancodes.  I'm wondering, however: shouldn't console-setup just use
   the evdev keycodes instead of the xfree86 keycodes, as the former map
   trivially to Linux scancodes?
  
  This is determined not by console-setup but by 
  /usr/share/X11/xkb/rules/xorg.
 
 Errr, but couldn't we not use xorg and directly evdev instead?  Xorg
 actually usually uses evdev nowadays.

Do you mean Xorg uses /usr/share/X11/xkb/rules/evdev?

In any case it is easier to use rules/xorg instead rules/evdev because 
with rules/evdev all keyboard models use evdev keycodes and the support 
for atari, amiga, sun and old mac keyboards in console-setup becomes 
difficult.

Anton Zinoviev


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



Re: Bug#531292: WARNING: Undefined kernel key code for

2009-06-27 Thread Samuel Thibault
Anton Zinoviev, le Sat 27 Jun 2009 12:29:17 +0300, a écrit :
 On Fri, Jun 26, 2009 at 10:53:55PM +0200, Samuel Thibault wrote:
  Anton Zinoviev, le Fri 26 Jun 2009 22:34:32 +0300, a écrit :
   On Tue, Jun 23, 2009 at 12:14:10AM +0200, Samuel Thibault wrote:

So, these are due to missing matching between X keycodes and Linux
scancodes.  I'm wondering, however: shouldn't console-setup just use
the evdev keycodes instead of the xfree86 keycodes, as the former map
trivially to Linux scancodes?
   
   This is determined not by console-setup but by 
   /usr/share/X11/xkb/rules/xorg.
  
  Errr, but couldn't we not use xorg and directly evdev instead?  Xorg
  actually usually uses evdev nowadays.
 
 Do you mean Xorg uses /usr/share/X11/xkb/rules/evdev?

When using the evdev driver instead of the legacy kbd driver yes.

Samuel


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



Re: please allow ltsp 5.1.76-1 into testing

2009-06-27 Thread Luk Claes
Vagrant Cascadian wrote:
 ltsp 5.1.76-1 is blocked from migrating into testing, due to the
 ltsp-client-builder udeb, though this udeb is not used by debian-installer by
 default, and has no changes since the previous version.
 
 it has been in unstable for 8 days without introducing new problems.

unblocked

Cheers

Luk


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

2009-06-27 Thread Anton Zinoviev
On Fri, Jun 26, 2009 at 09:28:05PM +0300, Anton Zinoviev wrote:
 On Thu, Jun 18, 2009 at 02:53:42PM +0100, Colin Watson wrote:
   
   This is expected because the installer doesn't have setfont utility (but 
   if the d-i team decides to put there setfont, then no change in 
   console-setup is required in order to make all consoles configured).
  
  Really? kbd-udeb contains setfont. What has the d-i team done to stop
  kbd-udeb from being present? console-setup-udeb depends on kbd-udeb so I
  don't see what the problem could be here.
 
 Hmm.  I have forgotten this.  Then I don't know why the font was not 
 loaded on the text consoles.

This was because setfont can not load compressed fonts without gzip. I 
changed console-setup-fonts-udeb to include uncompressed fonts. 
Console-setup-fonts-udeb is not required so if the space is tight it can 
be dropped.

Anton Zinoviev


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



installation-guide_20081208lenny1_amd64.changes INSTALLED into Stable

2009-06-27 Thread Archive Administrator

Installing:
installation-guide-alpha_20081208lenny1_all.deb
  to 
pool/main/i/installation-guide/installation-guide-alpha_20081208lenny1_all.deb
installation-guide-amd64_20081208lenny1_all.deb
  to 
pool/main/i/installation-guide/installation-guide-amd64_20081208lenny1_all.deb
installation-guide-arm_20081208lenny1_all.deb
  to 
pool/main/i/installation-guide/installation-guide-arm_20081208lenny1_all.deb
installation-guide-hppa_20081208lenny1_all.deb
  to 
pool/main/i/installation-guide/installation-guide-hppa_20081208lenny1_all.deb
installation-guide-i386_20081208lenny1_all.deb
  to 
pool/main/i/installation-guide/installation-guide-i386_20081208lenny1_all.deb
installation-guide-ia64_20081208lenny1_all.deb
  to 
pool/main/i/installation-guide/installation-guide-ia64_20081208lenny1_all.deb
installation-guide-mips_20081208lenny1_all.deb
  to 
pool/main/i/installation-guide/installation-guide-mips_20081208lenny1_all.deb
installation-guide-mipsel_20081208lenny1_all.deb
  to 
pool/main/i/installation-guide/installation-guide-mipsel_20081208lenny1_all.deb
installation-guide-powerpc_20081208lenny1_all.deb
  to 
pool/main/i/installation-guide/installation-guide-powerpc_20081208lenny1_all.deb
installation-guide-s390_20081208lenny1_all.deb
  to 
pool/main/i/installation-guide/installation-guide-s390_20081208lenny1_all.deb
installation-guide-sparc_20081208lenny1_all.deb
  to 
pool/main/i/installation-guide/installation-guide-sparc_20081208lenny1_all.deb
installation-guide_20081208lenny1.dsc
  to pool/main/i/installation-guide/installation-guide_20081208lenny1.dsc
installation-guide_20081208lenny1.tar.gz
  to pool/main/i/installation-guide/installation-guide_20081208lenny1.tar.gz


Override entries for your package:
installation-guide-alpha_20081208lenny1_all.deb - optional doc
installation-guide-amd64_20081208lenny1_all.deb - optional doc
installation-guide-arm_20081208lenny1_all.deb - optional doc
installation-guide-hppa_20081208lenny1_all.deb - optional doc
installation-guide-i386_20081208lenny1_all.deb - optional doc
installation-guide-ia64_20081208lenny1_all.deb - optional doc
installation-guide-mips_20081208lenny1_all.deb - optional doc
installation-guide-mipsel_20081208lenny1_all.deb - optional doc
installation-guide-powerpc_20081208lenny1_all.deb - optional doc
installation-guide-s390_20081208lenny1_all.deb - optional doc
installation-guide-sparc_20081208lenny1_all.deb - optional doc
installation-guide_20081208lenny1.dsc - source doc

Announcing to debian-chan...@lists.debian.org
Closing bugs: 509371 509372 518018 519508 520582 


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



linux-kernel-di-armel-2.6_1.32lenny3_multi.changes INSTALLED into Stable

2009-06-27 Thread Archive Administrator

Installing:
ata-modules-2.6.26-2-ixp4xx-di_1.32lenny3_armel.udeb
  to 
pool/main/l/linux-kernel-di-armel-2.6/ata-modules-2.6.26-2-ixp4xx-di_1.32lenny3_armel.udeb
cdrom-core-modules-2.6.26-2-iop32x-di_1.32lenny3_armel.udeb
  to 
pool/main/l/linux-kernel-di-armel-2.6/cdrom-core-modules-2.6.26-2-iop32x-di_1.32lenny3_armel.udeb
core-modules-2.6.26-2-iop32x-di_1.32lenny3_armel.udeb
  to 
pool/main/l/linux-kernel-di-armel-2.6/core-modules-2.6.26-2-iop32x-di_1.32lenny3_armel.udeb
core-modules-2.6.26-2-ixp4xx-di_1.32lenny3_armel.udeb
  to 
pool/main/l/linux-kernel-di-armel-2.6/core-modules-2.6.26-2-ixp4xx-di_1.32lenny3_armel.udeb
core-modules-2.6.26-2-orion5x-di_1.32lenny3_armel.udeb
  to 
pool/main/l/linux-kernel-di-armel-2.6/core-modules-2.6.26-2-orion5x-di_1.32lenny3_armel.udeb
core-modules-2.6.26-2-versatile-di_1.32lenny3_armel.udeb
  to 
pool/main/l/linux-kernel-di-armel-2.6/core-modules-2.6.26-2-versatile-di_1.32lenny3_armel.udeb
crc-modules-2.6.26-2-iop32x-di_1.32lenny3_armel.udeb
  to 
pool/main/l/linux-kernel-di-armel-2.6/crc-modules-2.6.26-2-iop32x-di_1.32lenny3_armel.udeb
crc-modules-2.6.26-2-ixp4xx-di_1.32lenny3_armel.udeb
  to 
pool/main/l/linux-kernel-di-armel-2.6/crc-modules-2.6.26-2-ixp4xx-di_1.32lenny3_armel.udeb
crc-modules-2.6.26-2-orion5x-di_1.32lenny3_armel.udeb
  to 
pool/main/l/linux-kernel-di-armel-2.6/crc-modules-2.6.26-2-orion5x-di_1.32lenny3_armel.udeb
crc-modules-2.6.26-2-versatile-di_1.32lenny3_armel.udeb
  to 
pool/main/l/linux-kernel-di-armel-2.6/crc-modules-2.6.26-2-versatile-di_1.32lenny3_armel.udeb
crypto-core-modules-2.6.26-2-iop32x-di_1.32lenny3_armel.udeb
  to 
pool/main/l/linux-kernel-di-armel-2.6/crypto-core-modules-2.6.26-2-iop32x-di_1.32lenny3_armel.udeb
crypto-core-modules-2.6.26-2-ixp4xx-di_1.32lenny3_armel.udeb
  to 
pool/main/l/linux-kernel-di-armel-2.6/crypto-core-modules-2.6.26-2-ixp4xx-di_1.32lenny3_armel.udeb
crypto-core-modules-2.6.26-2-orion5x-di_1.32lenny3_armel.udeb
  to 
pool/main/l/linux-kernel-di-armel-2.6/crypto-core-modules-2.6.26-2-orion5x-di_1.32lenny3_armel.udeb
crypto-core-modules-2.6.26-2-versatile-di_1.32lenny3_armel.udeb
  to 
pool/main/l/linux-kernel-di-armel-2.6/crypto-core-modules-2.6.26-2-versatile-di_1.32lenny3_armel.udeb
crypto-dm-modules-2.6.26-2-iop32x-di_1.32lenny3_armel.udeb
  to 
pool/main/l/linux-kernel-di-armel-2.6/crypto-dm-modules-2.6.26-2-iop32x-di_1.32lenny3_armel.udeb
crypto-dm-modules-2.6.26-2-ixp4xx-di_1.32lenny3_armel.udeb
  to 
pool/main/l/linux-kernel-di-armel-2.6/crypto-dm-modules-2.6.26-2-ixp4xx-di_1.32lenny3_armel.udeb
crypto-dm-modules-2.6.26-2-orion5x-di_1.32lenny3_armel.udeb
  to 
pool/main/l/linux-kernel-di-armel-2.6/crypto-dm-modules-2.6.26-2-orion5x-di_1.32lenny3_armel.udeb
crypto-dm-modules-2.6.26-2-versatile-di_1.32lenny3_armel.udeb
  to 
pool/main/l/linux-kernel-di-armel-2.6/crypto-dm-modules-2.6.26-2-versatile-di_1.32lenny3_armel.udeb
crypto-modules-2.6.26-2-iop32x-di_1.32lenny3_armel.udeb
  to 
pool/main/l/linux-kernel-di-armel-2.6/crypto-modules-2.6.26-2-iop32x-di_1.32lenny3_armel.udeb
crypto-modules-2.6.26-2-ixp4xx-di_1.32lenny3_armel.udeb
  to 
pool/main/l/linux-kernel-di-armel-2.6/crypto-modules-2.6.26-2-ixp4xx-di_1.32lenny3_armel.udeb
crypto-modules-2.6.26-2-orion5x-di_1.32lenny3_armel.udeb
  to 
pool/main/l/linux-kernel-di-armel-2.6/crypto-modules-2.6.26-2-orion5x-di_1.32lenny3_armel.udeb
crypto-modules-2.6.26-2-versatile-di_1.32lenny3_armel.udeb
  to 
pool/main/l/linux-kernel-di-armel-2.6/crypto-modules-2.6.26-2-versatile-di_1.32lenny3_armel.udeb
ext2-modules-2.6.26-2-iop32x-di_1.32lenny3_armel.udeb
  to 
pool/main/l/linux-kernel-di-armel-2.6/ext2-modules-2.6.26-2-iop32x-di_1.32lenny3_armel.udeb
ext2-modules-2.6.26-2-ixp4xx-di_1.32lenny3_armel.udeb
  to 
pool/main/l/linux-kernel-di-armel-2.6/ext2-modules-2.6.26-2-ixp4xx-di_1.32lenny3_armel.udeb
ext2-modules-2.6.26-2-orion5x-di_1.32lenny3_armel.udeb
  to 
pool/main/l/linux-kernel-di-armel-2.6/ext2-modules-2.6.26-2-orion5x-di_1.32lenny3_armel.udeb
ext2-modules-2.6.26-2-versatile-di_1.32lenny3_armel.udeb
  to 
pool/main/l/linux-kernel-di-armel-2.6/ext2-modules-2.6.26-2-versatile-di_1.32lenny3_armel.udeb
ext3-modules-2.6.26-2-iop32x-di_1.32lenny3_armel.udeb
  to 
pool/main/l/linux-kernel-di-armel-2.6/ext3-modules-2.6.26-2-iop32x-di_1.32lenny3_armel.udeb
ext3-modules-2.6.26-2-ixp4xx-di_1.32lenny3_armel.udeb
  to 
pool/main/l/linux-kernel-di-armel-2.6/ext3-modules-2.6.26-2-ixp4xx-di_1.32lenny3_armel.udeb
ext3-modules-2.6.26-2-orion5x-di_1.32lenny3_armel.udeb
  to 
pool/main/l/linux-kernel-di-armel-2.6/ext3-modules-2.6.26-2-orion5x-di_1.32lenny3_armel.udeb
ext3-modules-2.6.26-2-versatile-di_1.32lenny3_armel.udeb
  to 
pool/main/l/linux-kernel-di-armel-2.6/ext3-modules-2.6.26-2-versatile-di_1.32lenny3_armel.udeb
fat-modules-2.6.26-2-iop32x-di_1.32lenny3_armel.udeb
  to 
pool/main/l/linux-kernel-di-armel-2.6/fat-modules-2.6.26-2-iop32x-di_1.32lenny3_armel.udeb
fat-modules-2.6.26-2-ixp4xx-di_1.32lenny3_armel.udeb
  to 

linux-kernel-di-hppa-2.6_1.38lenny3_multi.changes INSTALLED into Stable

2009-06-27 Thread Archive Administrator

Installing:
cdrom-core-modules-2.6.26-2-parisc-di_1.38lenny3_hppa.udeb
  to 
pool/main/l/linux-kernel-di-hppa-2.6/cdrom-core-modules-2.6.26-2-parisc-di_1.38lenny3_hppa.udeb
cdrom-core-modules-2.6.26-2-parisc64-di_1.38lenny3_hppa.udeb
  to 
pool/main/l/linux-kernel-di-hppa-2.6/cdrom-core-modules-2.6.26-2-parisc64-di_1.38lenny3_hppa.udeb
crypto-core-modules-2.6.26-2-parisc-di_1.38lenny3_hppa.udeb
  to 
pool/main/l/linux-kernel-di-hppa-2.6/crypto-core-modules-2.6.26-2-parisc-di_1.38lenny3_hppa.udeb
crypto-core-modules-2.6.26-2-parisc64-di_1.38lenny3_hppa.udeb
  to 
pool/main/l/linux-kernel-di-hppa-2.6/crypto-core-modules-2.6.26-2-parisc64-di_1.38lenny3_hppa.udeb
crypto-dm-modules-2.6.26-2-parisc-di_1.38lenny3_hppa.udeb
  to 
pool/main/l/linux-kernel-di-hppa-2.6/crypto-dm-modules-2.6.26-2-parisc-di_1.38lenny3_hppa.udeb
crypto-dm-modules-2.6.26-2-parisc64-di_1.38lenny3_hppa.udeb
  to 
pool/main/l/linux-kernel-di-hppa-2.6/crypto-dm-modules-2.6.26-2-parisc64-di_1.38lenny3_hppa.udeb
crypto-modules-2.6.26-2-parisc-di_1.38lenny3_hppa.udeb
  to 
pool/main/l/linux-kernel-di-hppa-2.6/crypto-modules-2.6.26-2-parisc-di_1.38lenny3_hppa.udeb
crypto-modules-2.6.26-2-parisc64-di_1.38lenny3_hppa.udeb
  to 
pool/main/l/linux-kernel-di-hppa-2.6/crypto-modules-2.6.26-2-parisc64-di_1.38lenny3_hppa.udeb
ext3-modules-2.6.26-2-parisc-di_1.38lenny3_hppa.udeb
  to 
pool/main/l/linux-kernel-di-hppa-2.6/ext3-modules-2.6.26-2-parisc-di_1.38lenny3_hppa.udeb
ext3-modules-2.6.26-2-parisc64-di_1.38lenny3_hppa.udeb
  to 
pool/main/l/linux-kernel-di-hppa-2.6/ext3-modules-2.6.26-2-parisc64-di_1.38lenny3_hppa.udeb
ide-modules-2.6.26-2-parisc-di_1.38lenny3_hppa.udeb
  to 
pool/main/l/linux-kernel-di-hppa-2.6/ide-modules-2.6.26-2-parisc-di_1.38lenny3_hppa.udeb
ide-modules-2.6.26-2-parisc64-di_1.38lenny3_hppa.udeb
  to 
pool/main/l/linux-kernel-di-hppa-2.6/ide-modules-2.6.26-2-parisc64-di_1.38lenny3_hppa.udeb
input-modules-2.6.26-2-parisc-di_1.38lenny3_hppa.udeb
  to 
pool/main/l/linux-kernel-di-hppa-2.6/input-modules-2.6.26-2-parisc-di_1.38lenny3_hppa.udeb
input-modules-2.6.26-2-parisc64-di_1.38lenny3_hppa.udeb
  to 
pool/main/l/linux-kernel-di-hppa-2.6/input-modules-2.6.26-2-parisc64-di_1.38lenny3_hppa.udeb
ipv6-modules-2.6.26-2-parisc-di_1.38lenny3_hppa.udeb
  to 
pool/main/l/linux-kernel-di-hppa-2.6/ipv6-modules-2.6.26-2-parisc-di_1.38lenny3_hppa.udeb
ipv6-modules-2.6.26-2-parisc64-di_1.38lenny3_hppa.udeb
  to 
pool/main/l/linux-kernel-di-hppa-2.6/ipv6-modules-2.6.26-2-parisc64-di_1.38lenny3_hppa.udeb
kernel-image-2.6.26-2-parisc-di_1.38lenny3_hppa.udeb
  to 
pool/main/l/linux-kernel-di-hppa-2.6/kernel-image-2.6.26-2-parisc-di_1.38lenny3_hppa.udeb
kernel-image-2.6.26-2-parisc64-di_1.38lenny3_hppa.udeb
  to 
pool/main/l/linux-kernel-di-hppa-2.6/kernel-image-2.6.26-2-parisc64-di_1.38lenny3_hppa.udeb
linux-kernel-di-hppa-2.6_1.38lenny3.dsc
  to 
pool/main/l/linux-kernel-di-hppa-2.6/linux-kernel-di-hppa-2.6_1.38lenny3.dsc
linux-kernel-di-hppa-2.6_1.38lenny3.tar.gz
  to 
pool/main/l/linux-kernel-di-hppa-2.6/linux-kernel-di-hppa-2.6_1.38lenny3.tar.gz
loop-modules-2.6.26-2-parisc-di_1.38lenny3_hppa.udeb
  to 
pool/main/l/linux-kernel-di-hppa-2.6/loop-modules-2.6.26-2-parisc-di_1.38lenny3_hppa.udeb
loop-modules-2.6.26-2-parisc64-di_1.38lenny3_hppa.udeb
  to 
pool/main/l/linux-kernel-di-hppa-2.6/loop-modules-2.6.26-2-parisc64-di_1.38lenny3_hppa.udeb
md-modules-2.6.26-2-parisc-di_1.38lenny3_hppa.udeb
  to 
pool/main/l/linux-kernel-di-hppa-2.6/md-modules-2.6.26-2-parisc-di_1.38lenny3_hppa.udeb
md-modules-2.6.26-2-parisc64-di_1.38lenny3_hppa.udeb
  to 
pool/main/l/linux-kernel-di-hppa-2.6/md-modules-2.6.26-2-parisc64-di_1.38lenny3_hppa.udeb
multipath-modules-2.6.26-2-parisc-di_1.38lenny3_hppa.udeb
  to 
pool/main/l/linux-kernel-di-hppa-2.6/multipath-modules-2.6.26-2-parisc-di_1.38lenny3_hppa.udeb
multipath-modules-2.6.26-2-parisc64-di_1.38lenny3_hppa.udeb
  to 
pool/main/l/linux-kernel-di-hppa-2.6/multipath-modules-2.6.26-2-parisc64-di_1.38lenny3_hppa.udeb
nic-modules-2.6.26-2-parisc-di_1.38lenny3_hppa.udeb
  to 
pool/main/l/linux-kernel-di-hppa-2.6/nic-modules-2.6.26-2-parisc-di_1.38lenny3_hppa.udeb
nic-modules-2.6.26-2-parisc64-di_1.38lenny3_hppa.udeb
  to 
pool/main/l/linux-kernel-di-hppa-2.6/nic-modules-2.6.26-2-parisc64-di_1.38lenny3_hppa.udeb
ppp-modules-2.6.26-2-parisc-di_1.38lenny3_hppa.udeb
  to 
pool/main/l/linux-kernel-di-hppa-2.6/ppp-modules-2.6.26-2-parisc-di_1.38lenny3_hppa.udeb
ppp-modules-2.6.26-2-parisc64-di_1.38lenny3_hppa.udeb
  to 
pool/main/l/linux-kernel-di-hppa-2.6/ppp-modules-2.6.26-2-parisc64-di_1.38lenny3_hppa.udeb
scsi-modules-2.6.26-2-parisc-di_1.38lenny3_hppa.udeb
  to 
pool/main/l/linux-kernel-di-hppa-2.6/scsi-modules-2.6.26-2-parisc-di_1.38lenny3_hppa.udeb
scsi-modules-2.6.26-2-parisc64-di_1.38lenny3_hppa.udeb
  to 
pool/main/l/linux-kernel-di-hppa-2.6/scsi-modules-2.6.26-2-parisc64-di_1.38lenny3_hppa.udeb
usb-modules-2.6.26-2-parisc-di_1.38lenny3_hppa.udeb
  to 

linux-kernel-di-i386-2.6_1.76lenny3_i386.changes INSTALLED into Stable

2009-06-27 Thread Archive Administrator

Installing:
acpi-modules-2.6.26-2-486-di_1.76lenny3_i386.udeb
  to 
pool/main/l/linux-kernel-di-i386-2.6/acpi-modules-2.6.26-2-486-di_1.76lenny3_i386.udeb
acpi-modules-2.6.26-2-686-bigmem-di_1.76lenny3_i386.udeb
  to 
pool/main/l/linux-kernel-di-i386-2.6/acpi-modules-2.6.26-2-686-bigmem-di_1.76lenny3_i386.udeb
ata-modules-2.6.26-2-486-di_1.76lenny3_i386.udeb
  to 
pool/main/l/linux-kernel-di-i386-2.6/ata-modules-2.6.26-2-486-di_1.76lenny3_i386.udeb
ata-modules-2.6.26-2-686-bigmem-di_1.76lenny3_i386.udeb
  to 
pool/main/l/linux-kernel-di-i386-2.6/ata-modules-2.6.26-2-686-bigmem-di_1.76lenny3_i386.udeb
cdrom-core-modules-2.6.26-2-486-di_1.76lenny3_i386.udeb
  to 
pool/main/l/linux-kernel-di-i386-2.6/cdrom-core-modules-2.6.26-2-486-di_1.76lenny3_i386.udeb
cdrom-core-modules-2.6.26-2-686-bigmem-di_1.76lenny3_i386.udeb
  to 
pool/main/l/linux-kernel-di-i386-2.6/cdrom-core-modules-2.6.26-2-686-bigmem-di_1.76lenny3_i386.udeb
core-modules-2.6.26-2-486-di_1.76lenny3_i386.udeb
  to 
pool/main/l/linux-kernel-di-i386-2.6/core-modules-2.6.26-2-486-di_1.76lenny3_i386.udeb
core-modules-2.6.26-2-686-bigmem-di_1.76lenny3_i386.udeb
  to 
pool/main/l/linux-kernel-di-i386-2.6/core-modules-2.6.26-2-686-bigmem-di_1.76lenny3_i386.udeb
crc-modules-2.6.26-2-486-di_1.76lenny3_i386.udeb
  to 
pool/main/l/linux-kernel-di-i386-2.6/crc-modules-2.6.26-2-486-di_1.76lenny3_i386.udeb
crc-modules-2.6.26-2-686-bigmem-di_1.76lenny3_i386.udeb
  to 
pool/main/l/linux-kernel-di-i386-2.6/crc-modules-2.6.26-2-686-bigmem-di_1.76lenny3_i386.udeb
crypto-core-modules-2.6.26-2-486-di_1.76lenny3_i386.udeb
  to 
pool/main/l/linux-kernel-di-i386-2.6/crypto-core-modules-2.6.26-2-486-di_1.76lenny3_i386.udeb
crypto-core-modules-2.6.26-2-686-bigmem-di_1.76lenny3_i386.udeb
  to 
pool/main/l/linux-kernel-di-i386-2.6/crypto-core-modules-2.6.26-2-686-bigmem-di_1.76lenny3_i386.udeb
crypto-dm-modules-2.6.26-2-486-di_1.76lenny3_i386.udeb
  to 
pool/main/l/linux-kernel-di-i386-2.6/crypto-dm-modules-2.6.26-2-486-di_1.76lenny3_i386.udeb
crypto-dm-modules-2.6.26-2-686-bigmem-di_1.76lenny3_i386.udeb
  to 
pool/main/l/linux-kernel-di-i386-2.6/crypto-dm-modules-2.6.26-2-686-bigmem-di_1.76lenny3_i386.udeb
crypto-modules-2.6.26-2-486-di_1.76lenny3_i386.udeb
  to 
pool/main/l/linux-kernel-di-i386-2.6/crypto-modules-2.6.26-2-486-di_1.76lenny3_i386.udeb
crypto-modules-2.6.26-2-686-bigmem-di_1.76lenny3_i386.udeb
  to 
pool/main/l/linux-kernel-di-i386-2.6/crypto-modules-2.6.26-2-686-bigmem-di_1.76lenny3_i386.udeb
efi-modules-2.6.26-2-486-di_1.76lenny3_i386.udeb
  to 
pool/main/l/linux-kernel-di-i386-2.6/efi-modules-2.6.26-2-486-di_1.76lenny3_i386.udeb
efi-modules-2.6.26-2-686-bigmem-di_1.76lenny3_i386.udeb
  to 
pool/main/l/linux-kernel-di-i386-2.6/efi-modules-2.6.26-2-686-bigmem-di_1.76lenny3_i386.udeb
ext2-modules-2.6.26-2-486-di_1.76lenny3_i386.udeb
  to 
pool/main/l/linux-kernel-di-i386-2.6/ext2-modules-2.6.26-2-486-di_1.76lenny3_i386.udeb
ext2-modules-2.6.26-2-686-bigmem-di_1.76lenny3_i386.udeb
  to 
pool/main/l/linux-kernel-di-i386-2.6/ext2-modules-2.6.26-2-686-bigmem-di_1.76lenny3_i386.udeb
ext3-modules-2.6.26-2-486-di_1.76lenny3_i386.udeb
  to 
pool/main/l/linux-kernel-di-i386-2.6/ext3-modules-2.6.26-2-486-di_1.76lenny3_i386.udeb
ext3-modules-2.6.26-2-686-bigmem-di_1.76lenny3_i386.udeb
  to 
pool/main/l/linux-kernel-di-i386-2.6/ext3-modules-2.6.26-2-686-bigmem-di_1.76lenny3_i386.udeb
fat-modules-2.6.26-2-486-di_1.76lenny3_i386.udeb
  to 
pool/main/l/linux-kernel-di-i386-2.6/fat-modules-2.6.26-2-486-di_1.76lenny3_i386.udeb
fat-modules-2.6.26-2-686-bigmem-di_1.76lenny3_i386.udeb
  to 
pool/main/l/linux-kernel-di-i386-2.6/fat-modules-2.6.26-2-686-bigmem-di_1.76lenny3_i386.udeb
fb-modules-2.6.26-2-486-di_1.76lenny3_i386.udeb
  to 
pool/main/l/linux-kernel-di-i386-2.6/fb-modules-2.6.26-2-486-di_1.76lenny3_i386.udeb
fb-modules-2.6.26-2-686-bigmem-di_1.76lenny3_i386.udeb
  to 
pool/main/l/linux-kernel-di-i386-2.6/fb-modules-2.6.26-2-686-bigmem-di_1.76lenny3_i386.udeb
firewire-core-modules-2.6.26-2-486-di_1.76lenny3_i386.udeb
  to 
pool/main/l/linux-kernel-di-i386-2.6/firewire-core-modules-2.6.26-2-486-di_1.76lenny3_i386.udeb
firewire-core-modules-2.6.26-2-686-bigmem-di_1.76lenny3_i386.udeb
  to 
pool/main/l/linux-kernel-di-i386-2.6/firewire-core-modules-2.6.26-2-686-bigmem-di_1.76lenny3_i386.udeb
floppy-modules-2.6.26-2-486-di_1.76lenny3_i386.udeb
  to 
pool/main/l/linux-kernel-di-i386-2.6/floppy-modules-2.6.26-2-486-di_1.76lenny3_i386.udeb
floppy-modules-2.6.26-2-686-bigmem-di_1.76lenny3_i386.udeb
  to 
pool/main/l/linux-kernel-di-i386-2.6/floppy-modules-2.6.26-2-686-bigmem-di_1.76lenny3_i386.udeb
ide-core-modules-2.6.26-2-486-di_1.76lenny3_i386.udeb
  to 
pool/main/l/linux-kernel-di-i386-2.6/ide-core-modules-2.6.26-2-486-di_1.76lenny3_i386.udeb
ide-core-modules-2.6.26-2-686-bigmem-di_1.76lenny3_i386.udeb
  to 
pool/main/l/linux-kernel-di-i386-2.6/ide-core-modules-2.6.26-2-686-bigmem-di_1.76lenny3_i386.udeb
ide-modules-2.6.26-2-486-di_1.76lenny3_i386.udeb
  to 

linux-kernel-di-amd64-2.6_1.53lenny3_multi.changes INSTALLED into Stable

2009-06-27 Thread Archive Administrator

Installing:
acpi-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
  to 
pool/main/l/linux-kernel-di-amd64-2.6/acpi-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
ata-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
  to 
pool/main/l/linux-kernel-di-amd64-2.6/ata-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
cdrom-core-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
  to 
pool/main/l/linux-kernel-di-amd64-2.6/cdrom-core-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
core-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
  to 
pool/main/l/linux-kernel-di-amd64-2.6/core-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
crc-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
  to 
pool/main/l/linux-kernel-di-amd64-2.6/crc-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
crypto-core-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
  to 
pool/main/l/linux-kernel-di-amd64-2.6/crypto-core-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
crypto-dm-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
  to 
pool/main/l/linux-kernel-di-amd64-2.6/crypto-dm-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
crypto-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
  to 
pool/main/l/linux-kernel-di-amd64-2.6/crypto-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
ext2-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
  to 
pool/main/l/linux-kernel-di-amd64-2.6/ext2-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
ext3-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
  to 
pool/main/l/linux-kernel-di-amd64-2.6/ext3-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
fat-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
  to 
pool/main/l/linux-kernel-di-amd64-2.6/fat-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
fb-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
  to 
pool/main/l/linux-kernel-di-amd64-2.6/fb-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
firewire-core-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
  to 
pool/main/l/linux-kernel-di-amd64-2.6/firewire-core-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
floppy-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
  to 
pool/main/l/linux-kernel-di-amd64-2.6/floppy-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
ide-core-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
  to 
pool/main/l/linux-kernel-di-amd64-2.6/ide-core-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
ide-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
  to 
pool/main/l/linux-kernel-di-amd64-2.6/ide-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
input-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
  to 
pool/main/l/linux-kernel-di-amd64-2.6/input-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
ipv6-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
  to 
pool/main/l/linux-kernel-di-amd64-2.6/ipv6-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
irda-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
  to 
pool/main/l/linux-kernel-di-amd64-2.6/irda-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
isofs-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
  to 
pool/main/l/linux-kernel-di-amd64-2.6/isofs-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
jfs-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
  to 
pool/main/l/linux-kernel-di-amd64-2.6/jfs-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
kernel-image-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
  to 
pool/main/l/linux-kernel-di-amd64-2.6/kernel-image-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
linux-kernel-di-amd64-2.6_1.53lenny3.dsc
  to 
pool/main/l/linux-kernel-di-amd64-2.6/linux-kernel-di-amd64-2.6_1.53lenny3.dsc
linux-kernel-di-amd64-2.6_1.53lenny3.tar.gz
  to 
pool/main/l/linux-kernel-di-amd64-2.6/linux-kernel-di-amd64-2.6_1.53lenny3.tar.gz
loop-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
  to 
pool/main/l/linux-kernel-di-amd64-2.6/loop-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
md-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
  to 
pool/main/l/linux-kernel-di-amd64-2.6/md-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
mmc-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
  to 
pool/main/l/linux-kernel-di-amd64-2.6/mmc-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
mouse-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
  to 
pool/main/l/linux-kernel-di-amd64-2.6/mouse-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
multipath-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
  to 
pool/main/l/linux-kernel-di-amd64-2.6/multipath-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
nic-extra-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
  to 
pool/main/l/linux-kernel-di-amd64-2.6/nic-extra-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
nic-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
  to 
pool/main/l/linux-kernel-di-amd64-2.6/nic-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
nic-pcmcia-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
  to 
pool/main/l/linux-kernel-di-amd64-2.6/nic-pcmcia-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
nic-shared-modules-2.6.26-2-amd64-di_1.53lenny3_amd64.udeb
  to 

linux-kernel-di-alpha-2.6_0.37lenny3_multi.changes INSTALLED into Stable

2009-06-27 Thread Archive Administrator

Installing:
ata-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/ata-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
cdrom-core-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/cdrom-core-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
core-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/core-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
crc-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/crc-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
crypto-core-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/crypto-core-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
crypto-dm-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/crypto-dm-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
crypto-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/crypto-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
ext3-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/ext3-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
fat-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/fat-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
fb-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/fb-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
ide-core-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/ide-core-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
ide-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/ide-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
ipv6-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/ipv6-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
isofs-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/isofs-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
jfs-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/jfs-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
kernel-image-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/kernel-image-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
linux-kernel-di-alpha-2.6_0.37lenny3.dsc
  to 
pool/main/l/linux-kernel-di-alpha-2.6/linux-kernel-di-alpha-2.6_0.37lenny3.dsc
linux-kernel-di-alpha-2.6_0.37lenny3.tar.gz
  to 
pool/main/l/linux-kernel-di-alpha-2.6/linux-kernel-di-alpha-2.6_0.37lenny3.tar.gz
md-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/md-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
multipath-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/multipath-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
nic-extra-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/nic-extra-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
nic-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/nic-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
nic-shared-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/nic-shared-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
nic-wireless-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/nic-wireless-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
nls-core-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/nls-core-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
parport-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/parport-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
plip-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/plip-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
ppp-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/ppp-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
reiserfs-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
  to 
pool/main/l/linux-kernel-di-alpha-2.6/reiserfs-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
rtc-modules-2.6.26-2-alpha-generic-di_0.37lenny3_alpha.udeb
  to 

linux-kernel-di-arm-2.6_1.37lenny4_multi.changes INSTALLED into Stable

2009-06-27 Thread Archive Administrator

Installing:
ata-modules-2.6.26-2-ixp4xx-di_1.37lenny4_arm.udeb
  to 
pool/main/l/linux-kernel-di-arm-2.6/ata-modules-2.6.26-2-ixp4xx-di_1.37lenny4_arm.udeb
cdrom-core-modules-2.6.26-2-footbridge-di_1.37lenny4_arm.udeb
  to 
pool/main/l/linux-kernel-di-arm-2.6/cdrom-core-modules-2.6.26-2-footbridge-di_1.37lenny4_arm.udeb
cdrom-core-modules-2.6.26-2-iop32x-di_1.37lenny4_arm.udeb
  to 
pool/main/l/linux-kernel-di-arm-2.6/cdrom-core-modules-2.6.26-2-iop32x-di_1.37lenny4_arm.udeb
core-modules-2.6.26-2-footbridge-di_1.37lenny4_arm.udeb
  to 
pool/main/l/linux-kernel-di-arm-2.6/core-modules-2.6.26-2-footbridge-di_1.37lenny4_arm.udeb
core-modules-2.6.26-2-iop32x-di_1.37lenny4_arm.udeb
  to 
pool/main/l/linux-kernel-di-arm-2.6/core-modules-2.6.26-2-iop32x-di_1.37lenny4_arm.udeb
core-modules-2.6.26-2-ixp4xx-di_1.37lenny4_arm.udeb
  to 
pool/main/l/linux-kernel-di-arm-2.6/core-modules-2.6.26-2-ixp4xx-di_1.37lenny4_arm.udeb
core-modules-2.6.26-2-orion5x-di_1.37lenny4_arm.udeb
  to 
pool/main/l/linux-kernel-di-arm-2.6/core-modules-2.6.26-2-orion5x-di_1.37lenny4_arm.udeb
crc-modules-2.6.26-2-footbridge-di_1.37lenny4_arm.udeb
  to 
pool/main/l/linux-kernel-di-arm-2.6/crc-modules-2.6.26-2-footbridge-di_1.37lenny4_arm.udeb
crc-modules-2.6.26-2-iop32x-di_1.37lenny4_arm.udeb
  to 
pool/main/l/linux-kernel-di-arm-2.6/crc-modules-2.6.26-2-iop32x-di_1.37lenny4_arm.udeb
crc-modules-2.6.26-2-ixp4xx-di_1.37lenny4_arm.udeb
  to 
pool/main/l/linux-kernel-di-arm-2.6/crc-modules-2.6.26-2-ixp4xx-di_1.37lenny4_arm.udeb
crc-modules-2.6.26-2-orion5x-di_1.37lenny4_arm.udeb
  to 
pool/main/l/linux-kernel-di-arm-2.6/crc-modules-2.6.26-2-orion5x-di_1.37lenny4_arm.udeb
crypto-core-modules-2.6.26-2-footbridge-di_1.37lenny4_arm.udeb
  to 
pool/main/l/linux-kernel-di-arm-2.6/crypto-core-modules-2.6.26-2-footbridge-di_1.37lenny4_arm.udeb
crypto-core-modules-2.6.26-2-iop32x-di_1.37lenny4_arm.udeb
  to 
pool/main/l/linux-kernel-di-arm-2.6/crypto-core-modules-2.6.26-2-iop32x-di_1.37lenny4_arm.udeb
crypto-core-modules-2.6.26-2-ixp4xx-di_1.37lenny4_arm.udeb
  to 
pool/main/l/linux-kernel-di-arm-2.6/crypto-core-modules-2.6.26-2-ixp4xx-di_1.37lenny4_arm.udeb
crypto-core-modules-2.6.26-2-orion5x-di_1.37lenny4_arm.udeb
  to 
pool/main/l/linux-kernel-di-arm-2.6/crypto-core-modules-2.6.26-2-orion5x-di_1.37lenny4_arm.udeb
crypto-dm-modules-2.6.26-2-footbridge-di_1.37lenny4_arm.udeb
  to 
pool/main/l/linux-kernel-di-arm-2.6/crypto-dm-modules-2.6.26-2-footbridge-di_1.37lenny4_arm.udeb
crypto-dm-modules-2.6.26-2-iop32x-di_1.37lenny4_arm.udeb
  to 
pool/main/l/linux-kernel-di-arm-2.6/crypto-dm-modules-2.6.26-2-iop32x-di_1.37lenny4_arm.udeb
crypto-dm-modules-2.6.26-2-ixp4xx-di_1.37lenny4_arm.udeb
  to 
pool/main/l/linux-kernel-di-arm-2.6/crypto-dm-modules-2.6.26-2-ixp4xx-di_1.37lenny4_arm.udeb
crypto-dm-modules-2.6.26-2-orion5x-di_1.37lenny4_arm.udeb
  to 
pool/main/l/linux-kernel-di-arm-2.6/crypto-dm-modules-2.6.26-2-orion5x-di_1.37lenny4_arm.udeb
crypto-modules-2.6.26-2-footbridge-di_1.37lenny4_arm.udeb
  to 
pool/main/l/linux-kernel-di-arm-2.6/crypto-modules-2.6.26-2-footbridge-di_1.37lenny4_arm.udeb
crypto-modules-2.6.26-2-iop32x-di_1.37lenny4_arm.udeb
  to 
pool/main/l/linux-kernel-di-arm-2.6/crypto-modules-2.6.26-2-iop32x-di_1.37lenny4_arm.udeb
crypto-modules-2.6.26-2-ixp4xx-di_1.37lenny4_arm.udeb
  to 
pool/main/l/linux-kernel-di-arm-2.6/crypto-modules-2.6.26-2-ixp4xx-di_1.37lenny4_arm.udeb
crypto-modules-2.6.26-2-orion5x-di_1.37lenny4_arm.udeb
  to 
pool/main/l/linux-kernel-di-arm-2.6/crypto-modules-2.6.26-2-orion5x-di_1.37lenny4_arm.udeb
ext2-modules-2.6.26-2-iop32x-di_1.37lenny4_arm.udeb
  to 
pool/main/l/linux-kernel-di-arm-2.6/ext2-modules-2.6.26-2-iop32x-di_1.37lenny4_arm.udeb
ext2-modules-2.6.26-2-ixp4xx-di_1.37lenny4_arm.udeb
  to 
pool/main/l/linux-kernel-di-arm-2.6/ext2-modules-2.6.26-2-ixp4xx-di_1.37lenny4_arm.udeb
ext2-modules-2.6.26-2-orion5x-di_1.37lenny4_arm.udeb
  to 
pool/main/l/linux-kernel-di-arm-2.6/ext2-modules-2.6.26-2-orion5x-di_1.37lenny4_arm.udeb
ext3-modules-2.6.26-2-iop32x-di_1.37lenny4_arm.udeb
  to 
pool/main/l/linux-kernel-di-arm-2.6/ext3-modules-2.6.26-2-iop32x-di_1.37lenny4_arm.udeb
ext3-modules-2.6.26-2-ixp4xx-di_1.37lenny4_arm.udeb
  to 
pool/main/l/linux-kernel-di-arm-2.6/ext3-modules-2.6.26-2-ixp4xx-di_1.37lenny4_arm.udeb
ext3-modules-2.6.26-2-orion5x-di_1.37lenny4_arm.udeb
  to 
pool/main/l/linux-kernel-di-arm-2.6/ext3-modules-2.6.26-2-orion5x-di_1.37lenny4_arm.udeb
fat-modules-2.6.26-2-footbridge-di_1.37lenny4_arm.udeb
  to 
pool/main/l/linux-kernel-di-arm-2.6/fat-modules-2.6.26-2-footbridge-di_1.37lenny4_arm.udeb
fat-modules-2.6.26-2-iop32x-di_1.37lenny4_arm.udeb
  to 
pool/main/l/linux-kernel-di-arm-2.6/fat-modules-2.6.26-2-iop32x-di_1.37lenny4_arm.udeb
fat-modules-2.6.26-2-ixp4xx-di_1.37lenny4_arm.udeb
  to 
pool/main/l/linux-kernel-di-arm-2.6/fat-modules-2.6.26-2-ixp4xx-di_1.37lenny4_arm.udeb
fat-modules-2.6.26-2-orion5x-di_1.37lenny4_arm.udeb
  to 

linux-kernel-di-sparc-2.6_1.41lenny3_multi.changes INSTALLED into Stable

2009-06-27 Thread Archive Administrator

Installing:
ata-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
  to 
pool/main/l/linux-kernel-di-sparc-2.6/ata-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
cdrom-core-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
  to 
pool/main/l/linux-kernel-di-sparc-2.6/cdrom-core-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
crypto-core-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
  to 
pool/main/l/linux-kernel-di-sparc-2.6/crypto-core-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
crypto-dm-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
  to 
pool/main/l/linux-kernel-di-sparc-2.6/crypto-dm-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
crypto-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
  to 
pool/main/l/linux-kernel-di-sparc-2.6/crypto-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
ext3-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
  to 
pool/main/l/linux-kernel-di-sparc-2.6/ext3-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
fat-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
  to 
pool/main/l/linux-kernel-di-sparc-2.6/fat-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
ide-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
  to 
pool/main/l/linux-kernel-di-sparc-2.6/ide-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
ipv6-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
  to 
pool/main/l/linux-kernel-di-sparc-2.6/ipv6-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
isofs-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
  to 
pool/main/l/linux-kernel-di-sparc-2.6/isofs-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
jfs-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
  to 
pool/main/l/linux-kernel-di-sparc-2.6/jfs-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
kernel-image-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
  to 
pool/main/l/linux-kernel-di-sparc-2.6/kernel-image-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
linux-kernel-di-sparc-2.6_1.41lenny3.dsc
  to 
pool/main/l/linux-kernel-di-sparc-2.6/linux-kernel-di-sparc-2.6_1.41lenny3.dsc
linux-kernel-di-sparc-2.6_1.41lenny3.tar.gz
  to 
pool/main/l/linux-kernel-di-sparc-2.6/linux-kernel-di-sparc-2.6_1.41lenny3.tar.gz
md-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
  to 
pool/main/l/linux-kernel-di-sparc-2.6/md-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
multipath-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
  to 
pool/main/l/linux-kernel-di-sparc-2.6/multipath-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
nic-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
  to 
pool/main/l/linux-kernel-di-sparc-2.6/nic-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
nls-core-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
  to 
pool/main/l/linux-kernel-di-sparc-2.6/nls-core-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
pata-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
  to 
pool/main/l/linux-kernel-di-sparc-2.6/pata-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
plip-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
  to 
pool/main/l/linux-kernel-di-sparc-2.6/plip-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
ppp-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
  to 
pool/main/l/linux-kernel-di-sparc-2.6/ppp-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
reiserfs-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
  to 
pool/main/l/linux-kernel-di-sparc-2.6/reiserfs-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
sata-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
  to 
pool/main/l/linux-kernel-di-sparc-2.6/sata-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
scsi-common-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
  to 
pool/main/l/linux-kernel-di-sparc-2.6/scsi-common-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
scsi-core-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
  to 
pool/main/l/linux-kernel-di-sparc-2.6/scsi-core-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
scsi-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
  to 
pool/main/l/linux-kernel-di-sparc-2.6/scsi-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
usb-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
  to 
pool/main/l/linux-kernel-di-sparc-2.6/usb-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
usb-storage-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
  to 
pool/main/l/linux-kernel-di-sparc-2.6/usb-storage-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
xfs-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
  to 
pool/main/l/linux-kernel-di-sparc-2.6/xfs-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
zlib-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb
  to 
pool/main/l/linux-kernel-di-sparc-2.6/zlib-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb


Override entries for your package:
ata-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb - extra debian-installer
cdrom-core-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb - standard 
debian-installer
crypto-core-modules-2.6.26-2-sparc64-di_1.41lenny3_sparc.udeb - extra 
debian-installer

linux-kernel-di-s390-2.6_0.37lenny3_multi.changes INSTALLED into Stable

2009-06-27 Thread Archive Administrator

Installing:
core-modules-2.6.26-2-s390-di_0.37lenny3_s390.udeb
  to 
pool/main/l/linux-kernel-di-s390-2.6/core-modules-2.6.26-2-s390-di_0.37lenny3_s390.udeb
crypto-core-modules-2.6.26-2-s390-di_0.37lenny3_s390.udeb
  to 
pool/main/l/linux-kernel-di-s390-2.6/crypto-core-modules-2.6.26-2-s390-di_0.37lenny3_s390.udeb
crypto-dm-modules-2.6.26-2-s390-di_0.37lenny3_s390.udeb
  to 
pool/main/l/linux-kernel-di-s390-2.6/crypto-dm-modules-2.6.26-2-s390-di_0.37lenny3_s390.udeb
crypto-modules-2.6.26-2-s390-di_0.37lenny3_s390.udeb
  to 
pool/main/l/linux-kernel-di-s390-2.6/crypto-modules-2.6.26-2-s390-di_0.37lenny3_s390.udeb
dasd-modules-2.6.26-2-s390-di_0.37lenny3_s390.udeb
  to 
pool/main/l/linux-kernel-di-s390-2.6/dasd-modules-2.6.26-2-s390-di_0.37lenny3_s390.udeb
ext2-modules-2.6.26-2-s390-di_0.37lenny3_s390.udeb
  to 
pool/main/l/linux-kernel-di-s390-2.6/ext2-modules-2.6.26-2-s390-di_0.37lenny3_s390.udeb
ext3-modules-2.6.26-2-s390-di_0.37lenny3_s390.udeb
  to 
pool/main/l/linux-kernel-di-s390-2.6/ext3-modules-2.6.26-2-s390-di_0.37lenny3_s390.udeb
fat-modules-2.6.26-2-s390-di_0.37lenny3_s390.udeb
  to 
pool/main/l/linux-kernel-di-s390-2.6/fat-modules-2.6.26-2-s390-di_0.37lenny3_s390.udeb
kernel-image-2.6.26-2-s390-di_0.37lenny3_s390.udeb
  to 
pool/main/l/linux-kernel-di-s390-2.6/kernel-image-2.6.26-2-s390-di_0.37lenny3_s390.udeb
kernel-image-2.6.26-2-s390-tape-di_0.37lenny3_s390.udeb
  to 
pool/main/l/linux-kernel-di-s390-2.6/kernel-image-2.6.26-2-s390-tape-di_0.37lenny3_s390.udeb
linux-kernel-di-s390-2.6_0.37lenny3.dsc
  to 
pool/main/l/linux-kernel-di-s390-2.6/linux-kernel-di-s390-2.6_0.37lenny3.dsc
linux-kernel-di-s390-2.6_0.37lenny3.tar.gz
  to 
pool/main/l/linux-kernel-di-s390-2.6/linux-kernel-di-s390-2.6_0.37lenny3.tar.gz
md-modules-2.6.26-2-s390-di_0.37lenny3_s390.udeb
  to 
pool/main/l/linux-kernel-di-s390-2.6/md-modules-2.6.26-2-s390-di_0.37lenny3_s390.udeb
multipath-modules-2.6.26-2-s390-di_0.37lenny3_s390.udeb
  to 
pool/main/l/linux-kernel-di-s390-2.6/multipath-modules-2.6.26-2-s390-di_0.37lenny3_s390.udeb
nic-modules-2.6.26-2-s390-di_0.37lenny3_s390.udeb
  to 
pool/main/l/linux-kernel-di-s390-2.6/nic-modules-2.6.26-2-s390-di_0.37lenny3_s390.udeb
scsi-core-modules-2.6.26-2-s390-di_0.37lenny3_s390.udeb
  to 
pool/main/l/linux-kernel-di-s390-2.6/scsi-core-modules-2.6.26-2-s390-di_0.37lenny3_s390.udeb
scsi-modules-2.6.26-2-s390-di_0.37lenny3_s390.udeb
  to 
pool/main/l/linux-kernel-di-s390-2.6/scsi-modules-2.6.26-2-s390-di_0.37lenny3_s390.udeb
xfs-modules-2.6.26-2-s390-di_0.37lenny3_s390.udeb
  to 
pool/main/l/linux-kernel-di-s390-2.6/xfs-modules-2.6.26-2-s390-di_0.37lenny3_s390.udeb


Override entries for your package:
core-modules-2.6.26-2-s390-di_0.37lenny3_s390.udeb - standard debian-installer
crypto-core-modules-2.6.26-2-s390-di_0.37lenny3_s390.udeb - extra 
debian-installer
crypto-dm-modules-2.6.26-2-s390-di_0.37lenny3_s390.udeb - extra debian-installer
crypto-modules-2.6.26-2-s390-di_0.37lenny3_s390.udeb - extra debian-installer
dasd-modules-2.6.26-2-s390-di_0.37lenny3_s390.udeb - standard debian-installer
ext2-modules-2.6.26-2-s390-di_0.37lenny3_s390.udeb - standard debian-installer
ext3-modules-2.6.26-2-s390-di_0.37lenny3_s390.udeb - standard debian-installer
fat-modules-2.6.26-2-s390-di_0.37lenny3_s390.udeb - extra debian-installer
kernel-image-2.6.26-2-s390-di_0.37lenny3_s390.udeb - extra debian-installer
kernel-image-2.6.26-2-s390-tape-di_0.37lenny3_s390.udeb - extra debian-installer
linux-kernel-di-s390-2.6_0.37lenny3.dsc - source misc
md-modules-2.6.26-2-s390-di_0.37lenny3_s390.udeb - extra debian-installer
multipath-modules-2.6.26-2-s390-di_0.37lenny3_s390.udeb - extra debian-installer
nic-modules-2.6.26-2-s390-di_0.37lenny3_s390.udeb - standard debian-installer
scsi-core-modules-2.6.26-2-s390-di_0.37lenny3_s390.udeb - standard 
debian-installer
scsi-modules-2.6.26-2-s390-di_0.37lenny3_s390.udeb - standard debian-installer
xfs-modules-2.6.26-2-s390-di_0.37lenny3_s390.udeb - standard debian-installer

Announcing to debian-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



choose-mirror_2.28lenny3_amd64.changes INSTALLED into Stable

2009-06-27 Thread Archive Administrator

Installing:
choose-mirror-bin_2.28lenny3_amd64.udeb
  to pool/main/c/choose-mirror/choose-mirror-bin_2.28lenny3_amd64.udeb
choose-mirror_2.28lenny3.dsc
  to pool/main/c/choose-mirror/choose-mirror_2.28lenny3.dsc
choose-mirror_2.28lenny3.tar.gz
  to pool/main/c/choose-mirror/choose-mirror_2.28lenny3.tar.gz
choose-mirror_2.28lenny3_all.udeb
  to pool/main/c/choose-mirror/choose-mirror_2.28lenny3_all.udeb


Override entries for your package:
choose-mirror-bin_2.28lenny3_amd64.udeb - extra debian-installer
choose-mirror_2.28lenny3.dsc - source debian-installer
choose-mirror_2.28lenny3_all.udeb - extra debian-installer

Announcing to debian-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.138lenny3_amd64.changes INSTALLED into Stable

2009-06-27 Thread Archive Administrator

Installing:
cdebconf-gtk-udeb_0.138lenny3_amd64.udeb
  to pool/main/c/cdebconf/cdebconf-gtk-udeb_0.138lenny3_amd64.udeb
cdebconf-newt-udeb_0.138lenny3_amd64.udeb
  to pool/main/c/cdebconf/cdebconf-newt-udeb_0.138lenny3_amd64.udeb
cdebconf-priority_0.138lenny3_all.udeb
  to pool/main/c/cdebconf/cdebconf-priority_0.138lenny3_all.udeb
cdebconf-text-udeb_0.138lenny3_amd64.udeb
  to pool/main/c/cdebconf/cdebconf-text-udeb_0.138lenny3_amd64.udeb
cdebconf-udeb_0.138lenny3_amd64.udeb
  to pool/main/c/cdebconf/cdebconf-udeb_0.138lenny3_amd64.udeb
cdebconf_0.138lenny3.dsc
  to pool/main/c/cdebconf/cdebconf_0.138lenny3.dsc
cdebconf_0.138lenny3.tar.gz
  to pool/main/c/cdebconf/cdebconf_0.138lenny3.tar.gz
cdebconf_0.138lenny3_amd64.deb
  to pool/main/c/cdebconf/cdebconf_0.138lenny3_amd64.deb
libdebconfclient0-dev_0.138lenny3_amd64.deb
  to pool/main/c/cdebconf/libdebconfclient0-dev_0.138lenny3_amd64.deb
libdebconfclient0-udeb_0.138lenny3_amd64.udeb
  to pool/main/c/cdebconf/libdebconfclient0-udeb_0.138lenny3_amd64.udeb
libdebconfclient0_0.138lenny3_amd64.deb
  to pool/main/c/cdebconf/libdebconfclient0_0.138lenny3_amd64.deb


Override entries for your package:
cdebconf-gtk-udeb_0.138lenny3_amd64.udeb - optional debian-installer
cdebconf-newt-udeb_0.138lenny3_amd64.udeb - optional debian-installer
cdebconf-priority_0.138lenny3_all.udeb - standard debian-installer
cdebconf-text-udeb_0.138lenny3_amd64.udeb - optional debian-installer
cdebconf-udeb_0.138lenny3_amd64.udeb - standard debian-installer
cdebconf_0.138lenny3.dsc - source utils
cdebconf_0.138lenny3_amd64.deb - extra utils
libdebconfclient0-dev_0.138lenny3_amd64.deb - optional libdevel
libdebconfclient0-udeb_0.138lenny3_amd64.udeb - optional debian-installer
libdebconfclient0_0.138lenny3_amd64.deb - optional libs

Announcing to debian-chan...@lists.debian.org
Closing bugs: 343119 507372 508042 525209 


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#508042: marked as done (newt frontent have inefficient use of screen real estate (multiselect))

2009-06-27 Thread Debian Bug Tracking System

Your message dated Sat, 27 Jun 2009 16:04:18 +
with message-id e1mkao2-000118...@ries.debian.org
and subject line Bug#508042: fixed in cdebconf 0.138lenny3
has caused the Debian Bug report #508042,
regarding newt frontent have inefficient use of screen real estate (multiselect)
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.)


-- 
508042: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=508042
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package:  cdebconf-text-udeb
Version:  0.137
Severity: important
User: debian-...@lists.debian.org
UserTags: debian-edu
x-debbugs-cc: debian-...@lists.debian.org

The profile question in Debian Edu/Lenny do not look good.  The
multiselect question do not select all the four options, but only the
first three and a scroll bar, while the display have three blank lines
between the question text and the question itself.

See the attached image d-i-edu-danish-profile.png for an example.
This is the normal profile question in the debian-edu-install package.

The expert question have more options, and look even worse.  Here, the
text fill the entire screen, and instead of moving the multiselect
part of the question to another screen (which is done when not using
preformattet text), it display the question at the lower end, on top
of/below the button continue button.  See the attached image
d-i-edu-english-profile-expert.png.

The expert profile question is not usable (not able to see properly
the options to select them), while the normal profile is just
confusing to users.  Because of this, I set severity to important.

Happy hacking,
--
Petter Reinholdtsen


inline: d-i-edu-danish-profile.pnginlie: d-i-edu-english-profile-expert.png

pgpFLp7KxGr6E.pgp
Description: PGP signature
---End Message---
---BeginMessage---
Source: cdebconf
Source-Version: 0.138lenny3

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.138lenny3_amd64.udeb
  to pool/main/c/cdebconf/cdebconf-gtk-udeb_0.138lenny3_amd64.udeb
cdebconf-newt-udeb_0.138lenny3_amd64.udeb
  to pool/main/c/cdebconf/cdebconf-newt-udeb_0.138lenny3_amd64.udeb
cdebconf-priority_0.138lenny3_all.udeb
  to pool/main/c/cdebconf/cdebconf-priority_0.138lenny3_all.udeb
cdebconf-text-udeb_0.138lenny3_amd64.udeb
  to pool/main/c/cdebconf/cdebconf-text-udeb_0.138lenny3_amd64.udeb
cdebconf-udeb_0.138lenny3_amd64.udeb
  to pool/main/c/cdebconf/cdebconf-udeb_0.138lenny3_amd64.udeb
cdebconf_0.138lenny3.dsc
  to pool/main/c/cdebconf/cdebconf_0.138lenny3.dsc
cdebconf_0.138lenny3.tar.gz
  to pool/main/c/cdebconf/cdebconf_0.138lenny3.tar.gz
cdebconf_0.138lenny3_amd64.deb
  to pool/main/c/cdebconf/cdebconf_0.138lenny3_amd64.deb
libdebconfclient0-dev_0.138lenny3_amd64.deb
  to pool/main/c/cdebconf/libdebconfclient0-dev_0.138lenny3_amd64.deb
libdebconfclient0-udeb_0.138lenny3_amd64.udeb
  to pool/main/c/cdebconf/libdebconfclient0-udeb_0.138lenny3_amd64.udeb
libdebconfclient0_0.138lenny3_amd64.deb
  to pool/main/c/cdebconf/libdebconfclient0_0.138lenny3_amd64.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 508...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Otavio Salvador ota...@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, 09 Jun 2009 18:34:14 -0300
Source: cdebconf
Binary: cdebconf libdebconfclient0 libdebconfclient0-dev cdebconf-udeb 
cdebconf-priority libdebconfclient0-udeb cdebconf-slang-udeb cdebconf-newt-udeb 
cdebconf-text-udeb cdebconf-gtk-udeb
Architecture: source all amd64
Version: 0.138lenny3
Distribution: stable
Urgency: low
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Otavio Salvador ota...@debian.org
Description: 
 cdebconf   - Debian Configuration Management System (C-implementation)
 cdebconf-gtk-udeb - Gtk+ frontend for Debian Configuration Management System 
(udeb)
 cdebconf-newt-udeb - Newt frontend for Debian Configuration Management System 
(udeb)
 cdebconf-priority - Change debconf priority (udeb)
 cdebconf-slang-udeb - S-Lang frontend for Debian Configuration Management 
System (udeb)
 

Bug#507372: marked as done (cdebconf-newt-udeb: does not show enough choices for long descriptions)

2009-06-27 Thread Debian Bug Tracking System

Your message dated Sat, 27 Jun 2009 16:04:18 +
with message-id e1mkao2-000116...@ries.debian.org
and subject line Bug#507372: fixed in cdebconf 0.138lenny3
has caused the Debian Bug report #507372,
regarding cdebconf-newt-udeb: does not show enough choices for long descriptions
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.)


-- 
507372: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507372
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: cdebconf-newt-udeb
Severity: minor
Tags: patch

On Mon, Nov 24, 2008 at 09:12:58PM +0100, Ferenc Wagner wrote:
 I've pulled the netboot Xen variant and did a paravirtual
 installation.  It went all right, but I noticed a mysterious empty box
 on the APT setup screen: see http://apt.niif.hu/apt-config.png above
 the Continue button.  Is that maybe a degenerated scrollbar, where
 volatile is hiding?  It isn't included in sources.list after
 installation.  I can't test it until tomorrow, but it's unfortunate
 either way...

Indeed, the minimum size requirement for select/multiselect questions
was not computed maximum number of lines that could be used for the
description.

The attached patch fix this issue.  I have run an installation through
the end without any problem with the patch applied.

Cheers,
-- 
Jérémy Bobbio.''`. 
lu...@debian.org: :Ⓐ  :  # apt-get install anarchism
`. `'` 
  `-   
diff --git a/packages/cdebconf/src/modules/frontend/newt/newt.c b/packages/cdebconf/src/modules/frontend/newt/newt.c
index 71dd5c3..4137ff7 100644
--- a/packages/cdebconf/src/modules/frontend/newt/newt.c
+++ b/packages/cdebconf/src/modules/frontend/newt/newt.c
@@ -118,6 +118,7 @@ struct newtColors newtAltColorPalette = {
 typedef int (newt_handler)(struct frontend *obj, struct question *q);
 
 static void newt_progress_stop(struct frontend *obj);
+static char *get_full_description(struct frontend *obj, struct question *q);
 
 #include cdebconf_newt.h
 
@@ -255,11 +256,11 @@ min_window_height(struct frontend *obj, struct question *q, int win_width)
 {
 int height = 3;
 char *type = q-template-type;
-char *q_ext_text;
+char *full_description;
 
-q_ext_text = q_get_extended_description(obj, q);
-if (q_ext_text != NULL)
-height = cdebconf_newt_get_text_height(q_ext_text, win_width) + 1;
+full_description = get_full_description(obj, q);
+if (full_description != NULL)
+height = cdebconf_newt_get_text_height(full_description, win_width) + 1;
 if (strcmp(type, multiselect) == 0 || strcmp(type, select) == 0)
 height += 4; // at least three lines for choices + blank line
 else if (strcmp(type, string) == 0 || strcmp(type, password) == 0)


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

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.138lenny3_amd64.udeb
  to pool/main/c/cdebconf/cdebconf-gtk-udeb_0.138lenny3_amd64.udeb
cdebconf-newt-udeb_0.138lenny3_amd64.udeb
  to pool/main/c/cdebconf/cdebconf-newt-udeb_0.138lenny3_amd64.udeb
cdebconf-priority_0.138lenny3_all.udeb
  to pool/main/c/cdebconf/cdebconf-priority_0.138lenny3_all.udeb
cdebconf-text-udeb_0.138lenny3_amd64.udeb
  to pool/main/c/cdebconf/cdebconf-text-udeb_0.138lenny3_amd64.udeb
cdebconf-udeb_0.138lenny3_amd64.udeb
  to pool/main/c/cdebconf/cdebconf-udeb_0.138lenny3_amd64.udeb
cdebconf_0.138lenny3.dsc
  to pool/main/c/cdebconf/cdebconf_0.138lenny3.dsc
cdebconf_0.138lenny3.tar.gz
  to pool/main/c/cdebconf/cdebconf_0.138lenny3.tar.gz
cdebconf_0.138lenny3_amd64.deb
  to pool/main/c/cdebconf/cdebconf_0.138lenny3_amd64.deb
libdebconfclient0-dev_0.138lenny3_amd64.deb
  to pool/main/c/cdebconf/libdebconfclient0-dev_0.138lenny3_amd64.deb
libdebconfclient0-udeb_0.138lenny3_amd64.udeb
  to pool/main/c/cdebconf/libdebconfclient0-udeb_0.138lenny3_amd64.udeb
libdebconfclient0_0.138lenny3_amd64.deb
  to pool/main/c/cdebconf/libdebconfclient0_0.138lenny3_amd64.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 507...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Otavio Salvador ota...@debian.org (supplier of updated cdebconf package)


debian-installer_20090123lenny3_ia64.changes INSTALLED into Stable

2009-06-27 Thread Archive Administrator

Installing:
debian-installer_20090123lenny3.dsc
  to pool/main/d/debian-installer/debian-installer_20090123lenny3.dsc
debian-installer_20090123lenny3.tar.gz
  to pool/main/d/debian-installer/debian-installer_20090123lenny3.tar.gz
debian-installer_20090123lenny3_ia64.deb
  to pool/main/d/debian-installer/debian-installer_20090123lenny3_ia64.deb


Override entries for your package:
debian-installer_20090123lenny3.dsc - source devel
debian-installer_20090123lenny3_ia64.deb - optional devel

Announcing to debian-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



Bug#343119: marked as done (cdebconf: Display bug for notes templates in some situations)

2009-06-27 Thread Debian Bug Tracking System

Your message dated Sat, 27 Jun 2009 16:04:18 +
with message-id e1mkao2-000114...@ries.debian.org
and subject line Bug#343119: fixed in cdebconf 0.138lenny3
has caused the Debian Bug report #343119,
regarding cdebconf: Display bug for notes templates in some situations
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.)


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

This bugs only seems to happen in rare situations. To experience it, one has
to run an install in Bosnian, for instance.

The bug can be seen on the cdebconf Change questions priority screen. So,
to reproduce it, you first need running the initial parts of the install, up
to Lad installer components step.

Then Change debconf questions priority appears in the main menu: Promjeni
debconf nivo prioritera.

When choosing it, the select screen for priority is displayed. Lilke for
many languages, this screen does not fit on one screen. However, contrary to
these other languages, the screen does not display a first screen with an
OK button, followed by the choices list.

In contrary, the screen has no widget at all, only the text of the template.
Moving the arrow keys up and down shows that the cursor virtually moves
through choices, without any of these displayed.

I suspect this is more a newt bug than a cdebconf bugplease reassign
where appropriate.

I should anyway urge translators to *reduce* the size of this screen...which
is what I did for French.

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

---End Message---
---BeginMessage---
Source: cdebconf
Source-Version: 0.138lenny3

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.138lenny3_amd64.udeb
  to pool/main/c/cdebconf/cdebconf-gtk-udeb_0.138lenny3_amd64.udeb
cdebconf-newt-udeb_0.138lenny3_amd64.udeb
  to pool/main/c/cdebconf/cdebconf-newt-udeb_0.138lenny3_amd64.udeb
cdebconf-priority_0.138lenny3_all.udeb
  to pool/main/c/cdebconf/cdebconf-priority_0.138lenny3_all.udeb
cdebconf-text-udeb_0.138lenny3_amd64.udeb
  to pool/main/c/cdebconf/cdebconf-text-udeb_0.138lenny3_amd64.udeb
cdebconf-udeb_0.138lenny3_amd64.udeb
  to pool/main/c/cdebconf/cdebconf-udeb_0.138lenny3_amd64.udeb
cdebconf_0.138lenny3.dsc
  to pool/main/c/cdebconf/cdebconf_0.138lenny3.dsc
cdebconf_0.138lenny3.tar.gz
  to pool/main/c/cdebconf/cdebconf_0.138lenny3.tar.gz
cdebconf_0.138lenny3_amd64.deb
  to pool/main/c/cdebconf/cdebconf_0.138lenny3_amd64.deb
libdebconfclient0-dev_0.138lenny3_amd64.deb
  to pool/main/c/cdebconf/libdebconfclient0-dev_0.138lenny3_amd64.deb
libdebconfclient0-udeb_0.138lenny3_amd64.udeb
  to pool/main/c/cdebconf/libdebconfclient0-udeb_0.138lenny3_amd64.udeb
libdebconfclient0_0.138lenny3_amd64.deb
  to pool/main/c/cdebconf/libdebconfclient0_0.138lenny3_amd64.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 343...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Otavio Salvador ota...@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, 09 Jun 2009 18:34:14 -0300
Source: cdebconf
Binary: cdebconf libdebconfclient0 libdebconfclient0-dev cdebconf-udeb 
cdebconf-priority libdebconfclient0-udeb cdebconf-slang-udeb cdebconf-newt-udeb 
cdebconf-text-udeb cdebconf-gtk-udeb
Architecture: source all amd64
Version: 0.138lenny3
Distribution: stable
Urgency: low
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Otavio Salvador ota...@debian.org
Description: 
 cdebconf   - Debian Configuration Management System (C-implementation)
 cdebconf-gtk-udeb - Gtk+ frontend for Debian Configuration Management System 
(udeb)
 cdebconf-newt-udeb - Newt frontend for Debian Configuration Management System 
(udeb)
 cdebconf-priority - Change debconf priority (udeb)
 

linux-kernel-di-ia64-2.6_1.42lenny3_multi.changes INSTALLED into Stable

2009-06-27 Thread Archive Administrator

Installing:
ata-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
  to 
pool/main/l/linux-kernel-di-ia64-2.6/ata-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
cdrom-core-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
  to 
pool/main/l/linux-kernel-di-ia64-2.6/cdrom-core-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
core-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
  to 
pool/main/l/linux-kernel-di-ia64-2.6/core-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
crc-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
  to 
pool/main/l/linux-kernel-di-ia64-2.6/crc-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
crypto-core-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
  to 
pool/main/l/linux-kernel-di-ia64-2.6/crypto-core-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
crypto-dm-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
  to 
pool/main/l/linux-kernel-di-ia64-2.6/crypto-dm-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
crypto-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
  to 
pool/main/l/linux-kernel-di-ia64-2.6/crypto-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
efi-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
  to 
pool/main/l/linux-kernel-di-ia64-2.6/efi-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
ext3-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
  to 
pool/main/l/linux-kernel-di-ia64-2.6/ext3-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
fat-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
  to 
pool/main/l/linux-kernel-di-ia64-2.6/fat-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
fb-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
  to 
pool/main/l/linux-kernel-di-ia64-2.6/fb-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
firewire-core-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
  to 
pool/main/l/linux-kernel-di-ia64-2.6/firewire-core-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
ide-core-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
  to 
pool/main/l/linux-kernel-di-ia64-2.6/ide-core-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
ide-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
  to 
pool/main/l/linux-kernel-di-ia64-2.6/ide-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
input-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
  to 
pool/main/l/linux-kernel-di-ia64-2.6/input-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
ipv6-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
  to 
pool/main/l/linux-kernel-di-ia64-2.6/ipv6-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
irda-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
  to 
pool/main/l/linux-kernel-di-ia64-2.6/irda-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
isofs-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
  to 
pool/main/l/linux-kernel-di-ia64-2.6/isofs-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
jfs-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
  to 
pool/main/l/linux-kernel-di-ia64-2.6/jfs-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
kernel-image-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
  to 
pool/main/l/linux-kernel-di-ia64-2.6/kernel-image-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
linux-kernel-di-ia64-2.6_1.42lenny3.dsc
  to 
pool/main/l/linux-kernel-di-ia64-2.6/linux-kernel-di-ia64-2.6_1.42lenny3.dsc
linux-kernel-di-ia64-2.6_1.42lenny3.tar.gz
  to 
pool/main/l/linux-kernel-di-ia64-2.6/linux-kernel-di-ia64-2.6_1.42lenny3.tar.gz
loop-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
  to 
pool/main/l/linux-kernel-di-ia64-2.6/loop-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
md-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
  to 
pool/main/l/linux-kernel-di-ia64-2.6/md-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
mouse-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
  to 
pool/main/l/linux-kernel-di-ia64-2.6/mouse-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
multipath-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
  to 
pool/main/l/linux-kernel-di-ia64-2.6/multipath-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
nic-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
  to 
pool/main/l/linux-kernel-di-ia64-2.6/nic-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
nic-shared-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
  to 
pool/main/l/linux-kernel-di-ia64-2.6/nic-shared-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
nic-usb-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
  to 
pool/main/l/linux-kernel-di-ia64-2.6/nic-usb-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
nls-core-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
  to 
pool/main/l/linux-kernel-di-ia64-2.6/nls-core-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
ntfs-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
  to 
pool/main/l/linux-kernel-di-ia64-2.6/ntfs-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
parport-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
  to 
pool/main/l/linux-kernel-di-ia64-2.6/parport-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
pcmcia-modules-2.6.26-2-itanium-di_1.42lenny3_ia64.udeb
  to 

linux-kernel-di-mips-2.6_1.9lenny3_multi.changes INSTALLED into Stable

2009-06-27 Thread Archive Administrator

Installing:
cdrom-core-modules-2.6.26-2-4kc-malta-di_1.9lenny3_mips.udeb
  to 
pool/main/l/linux-kernel-di-mips-2.6/cdrom-core-modules-2.6.26-2-4kc-malta-di_1.9lenny3_mips.udeb
cdrom-core-modules-2.6.26-2-sb1-bcm91250a-di_1.9lenny3_mips.udeb
  to 
pool/main/l/linux-kernel-di-mips-2.6/cdrom-core-modules-2.6.26-2-sb1-bcm91250a-di_1.9lenny3_mips.udeb
cdrom-core-modules-2.6.26-2-sb1a-bcm91480b-di_1.9lenny3_mips.udeb
  to 
pool/main/l/linux-kernel-di-mips-2.6/cdrom-core-modules-2.6.26-2-sb1a-bcm91480b-di_1.9lenny3_mips.udeb
crypto-core-modules-2.6.26-2-r4k-ip22-di_1.9lenny3_mips.udeb
  to 
pool/main/l/linux-kernel-di-mips-2.6/crypto-core-modules-2.6.26-2-r4k-ip22-di_1.9lenny3_mips.udeb
crypto-core-modules-2.6.26-2-r5k-ip32-di_1.9lenny3_mips.udeb
  to 
pool/main/l/linux-kernel-di-mips-2.6/crypto-core-modules-2.6.26-2-r5k-ip32-di_1.9lenny3_mips.udeb
crypto-dm-modules-2.6.26-2-4kc-malta-di_1.9lenny3_mips.udeb
  to 
pool/main/l/linux-kernel-di-mips-2.6/crypto-dm-modules-2.6.26-2-4kc-malta-di_1.9lenny3_mips.udeb
crypto-dm-modules-2.6.26-2-r4k-ip22-di_1.9lenny3_mips.udeb
  to 
pool/main/l/linux-kernel-di-mips-2.6/crypto-dm-modules-2.6.26-2-r4k-ip22-di_1.9lenny3_mips.udeb
crypto-dm-modules-2.6.26-2-r5k-ip32-di_1.9lenny3_mips.udeb
  to 
pool/main/l/linux-kernel-di-mips-2.6/crypto-dm-modules-2.6.26-2-r5k-ip32-di_1.9lenny3_mips.udeb
crypto-dm-modules-2.6.26-2-sb1-bcm91250a-di_1.9lenny3_mips.udeb
  to 
pool/main/l/linux-kernel-di-mips-2.6/crypto-dm-modules-2.6.26-2-sb1-bcm91250a-di_1.9lenny3_mips.udeb
crypto-dm-modules-2.6.26-2-sb1a-bcm91480b-di_1.9lenny3_mips.udeb
  to 
pool/main/l/linux-kernel-di-mips-2.6/crypto-dm-modules-2.6.26-2-sb1a-bcm91480b-di_1.9lenny3_mips.udeb
crypto-modules-2.6.26-2-4kc-malta-di_1.9lenny3_mips.udeb
  to 
pool/main/l/linux-kernel-di-mips-2.6/crypto-modules-2.6.26-2-4kc-malta-di_1.9lenny3_mips.udeb
crypto-modules-2.6.26-2-r4k-ip22-di_1.9lenny3_mips.udeb
  to 
pool/main/l/linux-kernel-di-mips-2.6/crypto-modules-2.6.26-2-r4k-ip22-di_1.9lenny3_mips.udeb
crypto-modules-2.6.26-2-r5k-ip32-di_1.9lenny3_mips.udeb
  to 
pool/main/l/linux-kernel-di-mips-2.6/crypto-modules-2.6.26-2-r5k-ip32-di_1.9lenny3_mips.udeb
crypto-modules-2.6.26-2-sb1-bcm91250a-di_1.9lenny3_mips.udeb
  to 
pool/main/l/linux-kernel-di-mips-2.6/crypto-modules-2.6.26-2-sb1-bcm91250a-di_1.9lenny3_mips.udeb
crypto-modules-2.6.26-2-sb1a-bcm91480b-di_1.9lenny3_mips.udeb
  to 
pool/main/l/linux-kernel-di-mips-2.6/crypto-modules-2.6.26-2-sb1a-bcm91480b-di_1.9lenny3_mips.udeb
fat-modules-2.6.26-2-4kc-malta-di_1.9lenny3_mips.udeb
  to 
pool/main/l/linux-kernel-di-mips-2.6/fat-modules-2.6.26-2-4kc-malta-di_1.9lenny3_mips.udeb
fat-modules-2.6.26-2-sb1-bcm91250a-di_1.9lenny3_mips.udeb
  to 
pool/main/l/linux-kernel-di-mips-2.6/fat-modules-2.6.26-2-sb1-bcm91250a-di_1.9lenny3_mips.udeb
fat-modules-2.6.26-2-sb1a-bcm91480b-di_1.9lenny3_mips.udeb
  to 
pool/main/l/linux-kernel-di-mips-2.6/fat-modules-2.6.26-2-sb1a-bcm91480b-di_1.9lenny3_mips.udeb
fb-modules-2.6.26-2-sb1-bcm91250a-di_1.9lenny3_mips.udeb
  to 
pool/main/l/linux-kernel-di-mips-2.6/fb-modules-2.6.26-2-sb1-bcm91250a-di_1.9lenny3_mips.udeb
fb-modules-2.6.26-2-sb1a-bcm91480b-di_1.9lenny3_mips.udeb
  to 
pool/main/l/linux-kernel-di-mips-2.6/fb-modules-2.6.26-2-sb1a-bcm91480b-di_1.9lenny3_mips.udeb
ide-modules-2.6.26-2-4kc-malta-di_1.9lenny3_mips.udeb
  to 
pool/main/l/linux-kernel-di-mips-2.6/ide-modules-2.6.26-2-4kc-malta-di_1.9lenny3_mips.udeb
ide-modules-2.6.26-2-sb1-bcm91250a-di_1.9lenny3_mips.udeb
  to 
pool/main/l/linux-kernel-di-mips-2.6/ide-modules-2.6.26-2-sb1-bcm91250a-di_1.9lenny3_mips.udeb
ide-modules-2.6.26-2-sb1a-bcm91480b-di_1.9lenny3_mips.udeb
  to 
pool/main/l/linux-kernel-di-mips-2.6/ide-modules-2.6.26-2-sb1a-bcm91480b-di_1.9lenny3_mips.udeb
input-modules-2.6.26-2-4kc-malta-di_1.9lenny3_mips.udeb
  to 
pool/main/l/linux-kernel-di-mips-2.6/input-modules-2.6.26-2-4kc-malta-di_1.9lenny3_mips.udeb
input-modules-2.6.26-2-sb1-bcm91250a-di_1.9lenny3_mips.udeb
  to 
pool/main/l/linux-kernel-di-mips-2.6/input-modules-2.6.26-2-sb1-bcm91250a-di_1.9lenny3_mips.udeb
input-modules-2.6.26-2-sb1a-bcm91480b-di_1.9lenny3_mips.udeb
  to 
pool/main/l/linux-kernel-di-mips-2.6/input-modules-2.6.26-2-sb1a-bcm91480b-di_1.9lenny3_mips.udeb
ipv6-modules-2.6.26-2-4kc-malta-di_1.9lenny3_mips.udeb
  to 
pool/main/l/linux-kernel-di-mips-2.6/ipv6-modules-2.6.26-2-4kc-malta-di_1.9lenny3_mips.udeb
ipv6-modules-2.6.26-2-r4k-ip22-di_1.9lenny3_mips.udeb
  to 
pool/main/l/linux-kernel-di-mips-2.6/ipv6-modules-2.6.26-2-r4k-ip22-di_1.9lenny3_mips.udeb
ipv6-modules-2.6.26-2-r5k-ip32-di_1.9lenny3_mips.udeb
  to 
pool/main/l/linux-kernel-di-mips-2.6/ipv6-modules-2.6.26-2-r5k-ip32-di_1.9lenny3_mips.udeb
ipv6-modules-2.6.26-2-sb1-bcm91250a-di_1.9lenny3_mips.udeb
  to 
pool/main/l/linux-kernel-di-mips-2.6/ipv6-modules-2.6.26-2-sb1-bcm91250a-di_1.9lenny3_mips.udeb
ipv6-modules-2.6.26-2-sb1a-bcm91480b-di_1.9lenny3_mips.udeb
  to 

linux-kernel-di-powerpc-2.6_1.48lenny3_multi.changes INSTALLED into Stable

2009-06-27 Thread Archive Administrator

Installing:
affs-modules-2.6.26-2-powerpc-di_1.48lenny3_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/affs-modules-2.6.26-2-powerpc-di_1.48lenny3_powerpc.udeb
affs-modules-2.6.26-2-powerpc64-di_1.48lenny3_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/affs-modules-2.6.26-2-powerpc64-di_1.48lenny3_powerpc.udeb
ata-modules-2.6.26-2-powerpc-di_1.48lenny3_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/ata-modules-2.6.26-2-powerpc-di_1.48lenny3_powerpc.udeb
ata-modules-2.6.26-2-powerpc64-di_1.48lenny3_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/ata-modules-2.6.26-2-powerpc64-di_1.48lenny3_powerpc.udeb
cdrom-core-modules-2.6.26-2-powerpc-di_1.48lenny3_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/cdrom-core-modules-2.6.26-2-powerpc-di_1.48lenny3_powerpc.udeb
cdrom-core-modules-2.6.26-2-powerpc64-di_1.48lenny3_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/cdrom-core-modules-2.6.26-2-powerpc64-di_1.48lenny3_powerpc.udeb
core-modules-2.6.26-2-powerpc-di_1.48lenny3_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/core-modules-2.6.26-2-powerpc-di_1.48lenny3_powerpc.udeb
core-modules-2.6.26-2-powerpc64-di_1.48lenny3_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/core-modules-2.6.26-2-powerpc64-di_1.48lenny3_powerpc.udeb
crypto-core-modules-2.6.26-2-powerpc-di_1.48lenny3_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/crypto-core-modules-2.6.26-2-powerpc-di_1.48lenny3_powerpc.udeb
crypto-core-modules-2.6.26-2-powerpc64-di_1.48lenny3_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/crypto-core-modules-2.6.26-2-powerpc64-di_1.48lenny3_powerpc.udeb
crypto-dm-modules-2.6.26-2-powerpc-di_1.48lenny3_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/crypto-dm-modules-2.6.26-2-powerpc-di_1.48lenny3_powerpc.udeb
crypto-dm-modules-2.6.26-2-powerpc64-di_1.48lenny3_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/crypto-dm-modules-2.6.26-2-powerpc64-di_1.48lenny3_powerpc.udeb
crypto-modules-2.6.26-2-powerpc-di_1.48lenny3_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/crypto-modules-2.6.26-2-powerpc-di_1.48lenny3_powerpc.udeb
crypto-modules-2.6.26-2-powerpc64-di_1.48lenny3_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/crypto-modules-2.6.26-2-powerpc64-di_1.48lenny3_powerpc.udeb
ext2-modules-2.6.26-2-powerpc-di_1.48lenny3_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/ext2-modules-2.6.26-2-powerpc-di_1.48lenny3_powerpc.udeb
ext2-modules-2.6.26-2-powerpc64-di_1.48lenny3_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/ext2-modules-2.6.26-2-powerpc64-di_1.48lenny3_powerpc.udeb
ext3-modules-2.6.26-2-powerpc-di_1.48lenny3_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/ext3-modules-2.6.26-2-powerpc-di_1.48lenny3_powerpc.udeb
ext3-modules-2.6.26-2-powerpc64-di_1.48lenny3_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/ext3-modules-2.6.26-2-powerpc64-di_1.48lenny3_powerpc.udeb
fancontrol-modules-2.6.26-2-powerpc64-di_1.48lenny3_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/fancontrol-modules-2.6.26-2-powerpc64-di_1.48lenny3_powerpc.udeb
fat-modules-2.6.26-2-powerpc-di_1.48lenny3_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/fat-modules-2.6.26-2-powerpc-di_1.48lenny3_powerpc.udeb
fat-modules-2.6.26-2-powerpc64-di_1.48lenny3_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/fat-modules-2.6.26-2-powerpc64-di_1.48lenny3_powerpc.udeb
firewire-core-modules-2.6.26-2-powerpc-di_1.48lenny3_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/firewire-core-modules-2.6.26-2-powerpc-di_1.48lenny3_powerpc.udeb
firewire-core-modules-2.6.26-2-powerpc64-di_1.48lenny3_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/firewire-core-modules-2.6.26-2-powerpc64-di_1.48lenny3_powerpc.udeb
floppy-modules-2.6.26-2-powerpc-di_1.48lenny3_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/floppy-modules-2.6.26-2-powerpc-di_1.48lenny3_powerpc.udeb
floppy-modules-2.6.26-2-powerpc64-di_1.48lenny3_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/floppy-modules-2.6.26-2-powerpc64-di_1.48lenny3_powerpc.udeb
hfs-modules-2.6.26-2-powerpc-di_1.48lenny3_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/hfs-modules-2.6.26-2-powerpc-di_1.48lenny3_powerpc.udeb
hfs-modules-2.6.26-2-powerpc64-di_1.48lenny3_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/hfs-modules-2.6.26-2-powerpc64-di_1.48lenny3_powerpc.udeb
hypervisor-modules-2.6.26-2-powerpc64-di_1.48lenny3_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/hypervisor-modules-2.6.26-2-powerpc64-di_1.48lenny3_powerpc.udeb
ide-modules-2.6.26-2-powerpc-di_1.48lenny3_powerpc.udeb
  to 
pool/main/l/linux-kernel-di-powerpc-2.6/ide-modules-2.6.26-2-powerpc-di_1.48lenny3_powerpc.udeb
ide-modules-2.6.26-2-powerpc64-di_1.48lenny3_powerpc.udeb
  to 

linux-kernel-di-mipsel-2.6_1.8lenny3_multi.changes INSTALLED into Stable

2009-06-27 Thread Archive Administrator

Installing:
cdrom-core-modules-2.6.26-2-4kc-malta-di_1.8lenny3_mipsel.udeb
  to 
pool/main/l/linux-kernel-di-mipsel-2.6/cdrom-core-modules-2.6.26-2-4kc-malta-di_1.8lenny3_mipsel.udeb
cdrom-core-modules-2.6.26-2-r5k-cobalt-di_1.8lenny3_mipsel.udeb
  to 
pool/main/l/linux-kernel-di-mipsel-2.6/cdrom-core-modules-2.6.26-2-r5k-cobalt-di_1.8lenny3_mipsel.udeb
cdrom-core-modules-2.6.26-2-sb1-bcm91250a-di_1.8lenny3_mipsel.udeb
  to 
pool/main/l/linux-kernel-di-mipsel-2.6/cdrom-core-modules-2.6.26-2-sb1-bcm91250a-di_1.8lenny3_mipsel.udeb
cdrom-core-modules-2.6.26-2-sb1a-bcm91480b-di_1.8lenny3_mipsel.udeb
  to 
pool/main/l/linux-kernel-di-mipsel-2.6/cdrom-core-modules-2.6.26-2-sb1a-bcm91480b-di_1.8lenny3_mipsel.udeb
crypto-core-modules-2.6.26-2-r5k-cobalt-di_1.8lenny3_mipsel.udeb
  to 
pool/main/l/linux-kernel-di-mipsel-2.6/crypto-core-modules-2.6.26-2-r5k-cobalt-di_1.8lenny3_mipsel.udeb
crypto-dm-modules-2.6.26-2-4kc-malta-di_1.8lenny3_mipsel.udeb
  to 
pool/main/l/linux-kernel-di-mipsel-2.6/crypto-dm-modules-2.6.26-2-4kc-malta-di_1.8lenny3_mipsel.udeb
crypto-dm-modules-2.6.26-2-r5k-cobalt-di_1.8lenny3_mipsel.udeb
  to 
pool/main/l/linux-kernel-di-mipsel-2.6/crypto-dm-modules-2.6.26-2-r5k-cobalt-di_1.8lenny3_mipsel.udeb
crypto-dm-modules-2.6.26-2-sb1-bcm91250a-di_1.8lenny3_mipsel.udeb
  to 
pool/main/l/linux-kernel-di-mipsel-2.6/crypto-dm-modules-2.6.26-2-sb1-bcm91250a-di_1.8lenny3_mipsel.udeb
crypto-dm-modules-2.6.26-2-sb1a-bcm91480b-di_1.8lenny3_mipsel.udeb
  to 
pool/main/l/linux-kernel-di-mipsel-2.6/crypto-dm-modules-2.6.26-2-sb1a-bcm91480b-di_1.8lenny3_mipsel.udeb
crypto-modules-2.6.26-2-4kc-malta-di_1.8lenny3_mipsel.udeb
  to 
pool/main/l/linux-kernel-di-mipsel-2.6/crypto-modules-2.6.26-2-4kc-malta-di_1.8lenny3_mipsel.udeb
crypto-modules-2.6.26-2-r5k-cobalt-di_1.8lenny3_mipsel.udeb
  to 
pool/main/l/linux-kernel-di-mipsel-2.6/crypto-modules-2.6.26-2-r5k-cobalt-di_1.8lenny3_mipsel.udeb
crypto-modules-2.6.26-2-sb1-bcm91250a-di_1.8lenny3_mipsel.udeb
  to 
pool/main/l/linux-kernel-di-mipsel-2.6/crypto-modules-2.6.26-2-sb1-bcm91250a-di_1.8lenny3_mipsel.udeb
crypto-modules-2.6.26-2-sb1a-bcm91480b-di_1.8lenny3_mipsel.udeb
  to 
pool/main/l/linux-kernel-di-mipsel-2.6/crypto-modules-2.6.26-2-sb1a-bcm91480b-di_1.8lenny3_mipsel.udeb
fat-modules-2.6.26-2-4kc-malta-di_1.8lenny3_mipsel.udeb
  to 
pool/main/l/linux-kernel-di-mipsel-2.6/fat-modules-2.6.26-2-4kc-malta-di_1.8lenny3_mipsel.udeb
fat-modules-2.6.26-2-r5k-cobalt-di_1.8lenny3_mipsel.udeb
  to 
pool/main/l/linux-kernel-di-mipsel-2.6/fat-modules-2.6.26-2-r5k-cobalt-di_1.8lenny3_mipsel.udeb
fat-modules-2.6.26-2-sb1-bcm91250a-di_1.8lenny3_mipsel.udeb
  to 
pool/main/l/linux-kernel-di-mipsel-2.6/fat-modules-2.6.26-2-sb1-bcm91250a-di_1.8lenny3_mipsel.udeb
fat-modules-2.6.26-2-sb1a-bcm91480b-di_1.8lenny3_mipsel.udeb
  to 
pool/main/l/linux-kernel-di-mipsel-2.6/fat-modules-2.6.26-2-sb1a-bcm91480b-di_1.8lenny3_mipsel.udeb
fb-modules-2.6.26-2-sb1-bcm91250a-di_1.8lenny3_mipsel.udeb
  to 
pool/main/l/linux-kernel-di-mipsel-2.6/fb-modules-2.6.26-2-sb1-bcm91250a-di_1.8lenny3_mipsel.udeb
fb-modules-2.6.26-2-sb1a-bcm91480b-di_1.8lenny3_mipsel.udeb
  to 
pool/main/l/linux-kernel-di-mipsel-2.6/fb-modules-2.6.26-2-sb1a-bcm91480b-di_1.8lenny3_mipsel.udeb
ide-modules-2.6.26-2-4kc-malta-di_1.8lenny3_mipsel.udeb
  to 
pool/main/l/linux-kernel-di-mipsel-2.6/ide-modules-2.6.26-2-4kc-malta-di_1.8lenny3_mipsel.udeb
ide-modules-2.6.26-2-sb1-bcm91250a-di_1.8lenny3_mipsel.udeb
  to 
pool/main/l/linux-kernel-di-mipsel-2.6/ide-modules-2.6.26-2-sb1-bcm91250a-di_1.8lenny3_mipsel.udeb
ide-modules-2.6.26-2-sb1a-bcm91480b-di_1.8lenny3_mipsel.udeb
  to 
pool/main/l/linux-kernel-di-mipsel-2.6/ide-modules-2.6.26-2-sb1a-bcm91480b-di_1.8lenny3_mipsel.udeb
input-modules-2.6.26-2-4kc-malta-di_1.8lenny3_mipsel.udeb
  to 
pool/main/l/linux-kernel-di-mipsel-2.6/input-modules-2.6.26-2-4kc-malta-di_1.8lenny3_mipsel.udeb
input-modules-2.6.26-2-sb1-bcm91250a-di_1.8lenny3_mipsel.udeb
  to 
pool/main/l/linux-kernel-di-mipsel-2.6/input-modules-2.6.26-2-sb1-bcm91250a-di_1.8lenny3_mipsel.udeb
input-modules-2.6.26-2-sb1a-bcm91480b-di_1.8lenny3_mipsel.udeb
  to 
pool/main/l/linux-kernel-di-mipsel-2.6/input-modules-2.6.26-2-sb1a-bcm91480b-di_1.8lenny3_mipsel.udeb
ipv6-modules-2.6.26-2-4kc-malta-di_1.8lenny3_mipsel.udeb
  to 
pool/main/l/linux-kernel-di-mipsel-2.6/ipv6-modules-2.6.26-2-4kc-malta-di_1.8lenny3_mipsel.udeb
ipv6-modules-2.6.26-2-r5k-cobalt-di_1.8lenny3_mipsel.udeb
  to 
pool/main/l/linux-kernel-di-mipsel-2.6/ipv6-modules-2.6.26-2-r5k-cobalt-di_1.8lenny3_mipsel.udeb
ipv6-modules-2.6.26-2-sb1-bcm91250a-di_1.8lenny3_mipsel.udeb
  to 
pool/main/l/linux-kernel-di-mipsel-2.6/ipv6-modules-2.6.26-2-sb1-bcm91250a-di_1.8lenny3_mipsel.udeb
ipv6-modules-2.6.26-2-sb1a-bcm91480b-di_1.8lenny3_mipsel.udeb
  to 
pool/main/l/linux-kernel-di-mipsel-2.6/ipv6-modules-2.6.26-2-sb1a-bcm91480b-di_1.8lenny3_mipsel.udeb
isofs-modules-2.6.26-2-4kc-malta-di_1.8lenny3_mipsel.udeb
  to 

please allow console-setup 1.36 into testing

2009-06-27 Thread Anton Zinoviev
console-setup is blocked due to its udebs.  These udebs however are not 
yet used by the installer.  The package has stayed about 40 days in 
unstable.

Xserver-xorg from unstable depends on the version of console-setup in 
unstable.  Because of this, in order to make sure that console-setup 
will not become a blocker of the migration of the new X from unstable to 
testing it will be good to move the current unstable console-setup to 
testing before I upload a new package in unstable.

Anton Zinoviev


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

2009-06-27 Thread Samuel Thibault
Anton Zinoviev, le Sat 27 Jun 2009 18:52:34 +0300, a écrit :
 This was because setfont can not load compressed fonts without gzip. I 
 changed console-setup-fonts-udeb to include uncompressed fonts. 
 Console-setup-fonts-udeb is not required so if the space is tight it can 
 be dropped.

Err, isn't it less costly to include gzip than to include uncompressed
fonts?

Samuel


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

2009-06-27 Thread Anton Zinoviev
On Sat, Jun 27, 2009 at 08:35:44PM +0200, Samuel Thibault wrote:
 Anton Zinoviev, le Sat 27 Jun 2009 18:52:34 +0300, a écrit :
  This was because setfont can not load compressed fonts without gzip. I 
  changed console-setup-fonts-udeb to include uncompressed fonts. 
  Console-setup-fonts-udeb is not required so if the space is tight it can 
  be dropped.
 
 Err, isn't it less costly to include gzip than to include uncompressed
 fonts?

Only if gzip is smaller than 90K.

But I think that the first version of d-i with c-s should go without 
console-setup-fonts-udeb, so these 90k are irrelevant.

Anton Zinoviev


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

2009-06-27 Thread Samuel Thibault
Anton Zinoviev, le Sat 27 Jun 2009 22:12:19 +0300, a écrit :
 On Sat, Jun 27, 2009 at 08:35:44PM +0200, Samuel Thibault wrote:
  Anton Zinoviev, le Sat 27 Jun 2009 18:52:34 +0300, a écrit :
   This was because setfont can not load compressed fonts without gzip. I 
   changed console-setup-fonts-udeb to include uncompressed fonts. 
   Console-setup-fonts-udeb is not required so if the space is tight it can 
   be dropped.
  
  Err, isn't it less costly to include gzip than to include uncompressed
  fonts?
 
 Only if gzip is smaller than 90K.

€ ls /bin/gzip -l
-rwxr-xr-x 1 root root 63K fév 28 03:59 /bin/gzip*

And it's not even a lightweight version :)

Samuel


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

2009-06-27 Thread Frans Pop
On Saturday 27 June 2009, Anton Zinoviev wrote:
 On Fri, Jun 26, 2009 at 09:28:05PM +0300, Anton Zinoviev wrote:
  On Thu, Jun 18, 2009 at 02:53:42PM +0100, Colin Watson wrote:
This is expected because the installer doesn't have setfont
utility (but if the d-i team decides to put there setfont, then
no change in console-setup is required in order to make all
consoles configured).
  
   Really? kbd-udeb contains setfont. What has the d-i team done to
   stop kbd-udeb from being present? console-setup-udeb depends on
   kbd-udeb so I don't see what the problem could be here.
 
  Hmm.  I have forgotten this.  Then I don't know why the font was not
  loaded on the text consoles.

 This was because setfont can not load compressed fonts without gzip. I
 changed console-setup-fonts-udeb to include uncompressed fonts.

However, as it only uses 'gzip -d' that could be fixed by replacing that 
with 'gunzip' (which _is_ supported in busybox-udeb), right?


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



Re: Review of console-setup wrt D-I

2009-06-27 Thread Frans Pop
On Wednesday 24 June 2009, Frans Pop wrote:
 TECHNICAL ISSUES
 

* The setupcon script uses a number of commands that are not supported in
  busybox shell. Examples: which, gzip.
  Not sure if that script is actually used (if not it should be dropped
  from the udeb), but possibly the same goes for other scripts.


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



Re: Review of console-setup wrt D-I

2009-06-27 Thread Anton Zinoviev
On Sat, Jun 27, 2009 at 10:14:29PM +0200, Frans Pop wrote:
 On Wednesday 24 June 2009, Frans Pop wrote:
  TECHNICAL ISSUES
  
 
 * The setupcon script uses a number of commands that are not supported in
   busybox shell. Examples: which, gzip.
   Not sure if that script is actually used (if not it should be dropped
   from the udeb), but possibly the same goes for other scripts.

Setupcon is actually used.  This script defines its own version of which 
and gzip is used only if it is installed (so it is not used in d-i).

Anton Zinoviev


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



Re: Review of console-setup wrt D-I [very long]

2009-06-27 Thread Frans Pop
On Friday 26 June 2009, Anton Zinoviev wrote:
 On Wed, Jun 24, 2009 at 08:40:12PM +0200, Frans Pop wrote:
  1. Package size - impact on initrd size and memory usage

 I suppose this is because of the way translations are currently
 implemented.  The keymaps of c-s require significantly less space than
 those of kbd-chooser.

Both the way they are implemented and the total number of strings.

  2. The totally insane /usr/share/c-s-mini/c-s.config file
  -
 The solution I am thinking is to have those strings compressed inside
 the config script.  The script can source itself and decompress the
 strings it needs on the fly.  This also automatically eliminates the
 problem with string duplication.

It still leaves the problem that several mechanisms D-I won't work. One of 
them is removal of particular languages *at build time* of installer 
images.

 I think the current implementation is both simple and easy to maintain.

IMO it's more important that c-s conforms to the normal way of handling 
templates, strings and translations.

 And if compression was used, the strings would ocupy less space than if
 they were in debconf database.

Only if you'd also _access_ the strings compressed. And you still have the 
problem of basic package and initrd size.

The only real solution is reduction of strings by focussing on 
functionality that is actually needed for an installation.

BTW, I'd still like to see a cdebconf database backend developed at some 
point that would allow the templates file as a whole to be compressed.

 I am not sure if Choices-C can be used by console-setup.  Is there
 Choices-C outside d-i?

debconf supports it as well (otherwise I would not have suggested it).

  3. Offers keymaps that not available?
  -
  In expert mode I see keyboard models for Amiga, Sun, Macintosh etc.
  But only the c-s-pc-ekmap udeb is included. How is that supposed to
  work?

 Yes, this is a (minor) bug and unfortunately I don't see an easy fix
 for it.

No, it is a major bug because if it were solved it would mean at least the 
strings and translations needed for keymaps that are not included would 
be excluded as well. This contributes significantly to the size problem.

Also, how can you call offering choices that are not supported and for 
which the installation of the keymap is going to fail a monir bug?

  * A script that gets sourced should not have a shebang.

 To which script are you refering?

/usr/share/c-s-mini/c-s.config is sourced from the postinst.

  2. Keyboard detection
  -
  But wouldn't it be nice if the correct keyboard layout could be
  autodetected? AFAIK a lot of keyboards, especially USB and maybe also
  SUN keyboards do advertise their layout.

 No detection of the model of the USB keyboards is done.  I can try to
 'steal' the detection code if you know what software does such
 detection.

I'm not sure how well it is supported or if there is existing software 
that uses it, but for USB some keyboards may support the 'bCountrycode' 
field:
Bus 001 Device 006: ID 05a4:9841 Ortek Technology, Inc.
Device Descriptor:
  idVendor   0x05a4 Ortek Technology, Inc.
  idProduct  0x9841
[...]
  iProduct1 USB Compliant Keyboard
[...]
Interface Descriptor:
[...]
  bInterfaceClass 3 Human Interface Device
  bInterfaceSubClass  1 Boot Interface Subclass
  bInterfaceProtocol  1 Keyboard
  iInterface  0
HID Device Descriptor:
[...]
  bCountryCode0 Not supported

 This is unavoidable (in expert mode).  Anyone who has installed Debian
 in expert mode knows that in most cases simple Enter is the the
 proper answer.  The questions of c-s don't change this at all.

Wrong. Expert mode is not a licence to just throw any random question at 
users. They still have to make sense in the context of D-I.
A number of the questions currently being asked IMO do not.

Also, masses of users who run D-I for the very first time will choose 
expert mode, even if they don't need it.
We can all thank M$ for that because with Windows and Office choosing 
export mode is in general the only way to make even basic selections of 
how you want stuff installed.

  What happened to the design principle of D-I that we aim for a solid
  but *basic* system installation and that if users want bells and
  whistles they should configure them after system installation?

 Please notice that any question you skip or simplify in the udeb will
 have to be (re)asked by the regular package so there is realy no gain
 for the end user.

Why is that? My point is that for most questions we can set correct 
defaults that will work for 99% of users and there is no need for them to 
see the other questions.
And obviously we'd need some mechanism that would ensure the questions 
would not get asked when the regular package gets installed later 

Re: Review of console-setup wrt D-I

2009-06-27 Thread Frans Pop
On Saturday 27 June 2009, Anton Zinoviev wrote:
 On Sat, Jun 27, 2009 at 10:14:29PM +0200, Frans Pop wrote:
  On Wednesday 24 June 2009, Frans Pop wrote:
   TECHNICAL ISSUES
   
 
  * The setupcon script uses a number of commands that are not
  supported in busybox shell. Examples: which, gzip.
Not sure if that script is actually used (if not it should be
  dropped from the udeb), but possibly the same goes for other scripts.

 Setupcon is actually used.  This script defines its own version of
 which and gzip is used only if it is installed (so it is not used in
 d-i).

Maybe, but you test for its existence using 'which'. D-I busybox does not 
have that = script errors.


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



Re: Review of console-setup wrt D-I

2009-06-27 Thread Anton Zinoviev
On Sat, Jun 27, 2009 at 11:09:39PM +0200, Frans Pop wrote:
  Setupcon is actually used.  This script defines its own version of
  which and gzip is used only if it is installed (so it is not used in
  d-i).
 
 Maybe, but you test for its existence using 'which'. D-I busybox does not 
 have that = script errors.

It is true that it is better to use 'type' instead of 'which' but the 
current method also works - setupcon defines 'which' as internal 
function so the external 'which' is never used even if it exists.

Anton Zinoviev


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

2009-06-27 Thread Anton Zinoviev
On Sat, Jun 27, 2009 at 10:10:29PM +0200, Frans Pop wrote:
 
 However, as it only uses 'gzip -d' that could be fixed by replacing that 
 with 'gunzip' (which _is_ supported in busybox-udeb), right?

I created a script /bin/gzip with the following contents

#!/bin/sh
gunzip $@

and this works - setupcon and setfont load font on the consoles.  

Anton Zinoviev


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



Bug#481653: marked as done (use relatime for default install)

2009-06-27 Thread Debian Bug Tracking System

Your message dated Sat, 27 Jun 2009 22:39:38 +0100
with message-id 20090627213938.ga13...@riva.ucam.org
and subject line Re: Bug#481653: debian-installer: relatime status?
has caused the Debian Bug report #481653,
regarding use relatime for default install
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.)


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

It is rumored that Colin Watson is working on adding support for using 
relatime  to d-i. I couldn't find anything in the bts, so I am filing this 
bug to track the progress of this support and namely using relatime for the 
_default_install_.

Here is the info I've been able to find on the subject

LWN summary of lkml thread
http://lwn.net/Articles/244829/

Kerneltrap summary of lkml thread
http://kerneltrap.org/node/14148

ubuntu installer work
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/199427

busybox relatime work
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=460824

relatime support was listed as added but broken in the lenny beta 1 
announcement
http://www.debian.org/devel/debian-installer/News/2008/20080317
and errata page
http://www.debian.org/devel/debian-installer/errata

mount support for relatime
http://lkml.org/lkml/2006/8/25/380

I'm not sure if the improved relatime patch is in upstream/debian kernels 
yet.

HTH,

-- 
Matt Taggart
tagg...@debian.org




---End Message---
---BeginMessage---
tags 481653 wontfix
thanks

On Wed, Oct 01, 2008 at 10:43:04AM +0200, Frans Pop wrote:
 On Wednesday 01 October 2008, Matt Taggart wrote:
  What is the status of having d-i install systems with relatime?
 
 Currently it is possible to use relatime as an optional mount option.
 Otherwise the status is still the same as stated in:
 http://bugs.debian.org/481653#10
 
 I think it's more a question for the kernel team or d-devel than for the 
 D-I team to decide whether we want relatime enabled by default for 
 Debian, either with or without the patch linked there. If we do want that 
 patch, then it will probably need to be pushed upstream for it to be 
 acceptable to the kernel team.
 
 Someone needs to pull the cart for this. You maybe, Matt?
 
 Enabling it by default in D-I seems post-lenny to me anyway. The changes 
 needed for that don't seem too complex.

This is the default in the kernel as of 2.6.30:

  
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=11ff6f05f1e836a6a02369a4c4b64757e484adc1
  
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=d0adde574b8487ef30f69e2d08bba769e4be513f
  
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=0a1c01c9477602ee8b44548a9405b2c1d587b5a2

See http://lkml.org/lkml/2009/3/26/260 and thread; it's been a bit
contentious, but Linus is being pretty firm about it so I doubt it will
change back. At this point I think that by procrastination we have
reached the point where there's no reason for d-i to bother setting the
relatime flag, as we'll surely be shipping something at least as new as
2.6.30 in squeeze, so I'm going to wontfix this bug. Let us know if
there's still some reason for action in the installer.

Thanks,

-- 
Colin Watson   [cjwat...@debian.org]

---End Message---


Processed: Re: Bug#481653: debian-installer: relatime status?

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

 tags 481653 wontfix
Bug#481653: use relatime for default install
There were no tags set.
Tags added: wontfix

 thanks
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



Re: [D-I] Please test Debian Installer with console-setup

2009-06-27 Thread Frans Pop
On Saturday 27 June 2009, Anton Zinoviev wrote:
 On Sat, Jun 27, 2009 at 10:10:29PM +0200, Frans Pop wrote:
  However, as it only uses 'gzip -d' that could be fixed by replacing
  that with 'gunzip' (which _is_ supported in busybox-udeb), right?

 I created a script /bin/gzip with the following contents

 #!/bin/sh
 gunzip $@

 and this works - setupcon and setfont load font on the consoles.

I don't think that's an acceptable solution as it suggests it's possible 
to also zip files in D-I, which is very simply not the case.

Also, won't setupcon now not think that gzip is available and start trying 
to gzip keyboard files?

Why not just change setupcon and setfont to use gunzip? Is there any 
technical reason to prefer 'gzip -d' over 'gunzip'?

Please try and keep things clean! This is a kludge. And an ugly one at 
that.

Cheers,
FJP

P.S. I had not seen that you had an internal function for which.


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



Re: Review of console-setup wrt D-I [very long]

2009-06-27 Thread Anton Zinoviev
On Sat, Jun 27, 2009 at 11:08:25PM +0200, Frans Pop wrote:

   1. Package size - impact on initrd size and memory usage
 
 Both the way they are implemented and the total number of strings.

 [...]

 It still leaves the problem that several mechanisms D-I won't work. One of 
 them is removal of particular languages *at build time* of installer 
 images.

Today I made some changes in c-s.  After compression the strings of c-s 
that are not maintained by Debconf are about 200K.  They are situated in 
a file that can be easily filtered at the build time of the d-i image to 
include only the translations that are required or it can be even 
completely removed.

  And if compression was used, the strings would ocupy less space than if
  they were in debconf database.
 
 Only if you'd also _access_ the strings compressed. And you still have the 
 problem of basic package and initrd size.

This is what is used:
x=`zcat strings.gz | grep $language`

 No, it is a major bug because if it were solved it would mean at least the 
 strings and translations needed for keymaps that are not included would 
 be excluded as well. This contributes significantly to the size problem.

 Also, how can you call offering choices that are not supported and for 
 which the installation of the keymap is going to fail a monir bug?

The contribution to the size problem is insignificant, but otherwise I 
agree that this bug needs a fix.

  This is unavoidable (in expert mode).  Anyone who has installed Debian
  in expert mode knows that in most cases simple Enter is the the
  proper answer.  The questions of c-s don't change this at all.
 
 Wrong. Expert mode is not a licence to just throw any random question at 
 users. They still have to make sense in the context of D-I.
 A number of the questions currently being asked IMO do not.

Random? :)

 Also, masses of users who run D-I for the very first time will choose 
 expert mode, even if they don't need it.
 We can all thank M$ for that because with Windows and Office choosing 
 export mode is in general the only way to make even basic selections of 
 how you want stuff installed.
 
   What happened to the design principle of D-I that we aim for a solid
   but *basic* system installation and that if users want bells and
   whistles they should configure them after system installation?
 
  Please notice that any question you skip or simplify in the udeb will
  have to be (re)asked by the regular package so there is realy no gain
  for the end user.
 
 Why is that? My point is that for most questions we can set correct 
 defaults that will work for 99% of users and there is no need for them to 
 see the other questions.

It is up to d-i team to make decisions about the installation process 
but my opinion is that to reduce the number of the questions in expert 
mode means to reduce the quality and the functionality of the installer.  
If users who don't need expert mode choose expert mode, then IMO this is 
a flaw in the design and documentation of the installer.

   7) character set (can't we just set a default based on selected
   language?)
 
  Unfortunately no default is good in expert mode.  For example for most
  languages there is the choice between 256 and 512 character fonts; for
  the people in Russia there are three different character sets and no
  good default, etc.
 
 But for 99% of users there _is_ a good default.

Isn't the expert mode created in order to support the other 1%?

 We don't display such a question *now* and I'm not convinced that we need 
 to.

We support only Russian language in Russia now.  And who knows how many 
other cases like this are there.  Console-setup provides support on the 
console for many languages that were otherwise unsupported.  There is a 
price to pay for this additional functionality.

   10) virtual consoles (this should IMO not even be a debconf question,
   but just be configurable through the config file)
 
  What is the benefit to make this configurable only through the config
  file?
 
 Question is very technical; almost nobody will want to change the default; 
 why confuse users with a question they are unlikely to understand.

OK, I agree.

Anton Zinoviev


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

2009-06-27 Thread Anton Zinoviev
On Sun, Jun 28, 2009 at 12:44:06AM +0200, Frans Pop wrote:
 
 Why not just change setupcon and setfont to use gunzip? Is there any 
 technical reason to prefer 'gzip -d' over 'gunzip'?
 
 Please try and keep things clean! This is a kludge. And an ugly one at 
 that.

:)

But ofcourse this was only a test!  I am not proposing this as an actual 
solution.

Setfont can be changed but I am not sure that this is realy needed.  To 
remove the fonts is the simplest solution.

Anton Zinoviev


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



Re: Review of console-setup wrt D-I [very long]

2009-06-27 Thread Colin Watson
On Fri, Jun 26, 2009 at 09:27:48PM +0300, Anton Zinoviev wrote:
 On Wed, Jun 24, 2009 at 08:40:12PM +0200, Frans Pop wrote:
  2. The totally insane /usr/share/c-s-mini/c-s.config file
  -
  With no disrespect intended to Anton or Samuel, but reading strings and 
  translations from a sourced script is very simply not an acceptable 
  technical solution. It violates the design principles of (c)debconf and 
  will be a maintenance nightmare for the future.
 
  It also contributes significantly to the size problem as all original 
  strings (or keys) are endlessly duplicated in the file, which they would 
  not be in the debconf database.
 
 The solution I am thinking is to have those strings compressed inside 
 the config script.  The script can source itself and decompress the 
 strings it needs on the fly.  This also automatically eliminates the 
 problem with string duplication.

I agree with Frans - this is just weird and this sort of thing belongs
in the debconf database. Note that cdebconf knows how to throw away
translations for languages it isn't using once it gets to a certain
point in the installer - there would be no sane and straightforward way
to do this if they're all embedded in a script.

If we desperately need to make the cdebconf database smaller after
adding console-setup translations to it, then we can look at doing that
centrally and benefit everything at once, rather than having it done
independently in console-setup. (For example, we could consider some
kind of interning of strings so that duplicates between languages only
need to be stored once; that would benefit localechooser too since
country name translations are often common to several languages.)

 I am not sure if Choices-C can be used by console-setup.  Is there 
 Choices-C outside d-i?

Yes, debconf has had this since version 1.5.5 (September 2006). There's
no excuse for avoiding Choices-C these days. :-)

  4. Other technical issues
  -
  In general I feel that the decision to keep the c-s udeb identical in 
  functionality to the regular c-s package is a bad choice: the installer 
  has different requirements than an installed system.
 
 This reduces the code that has to be maintained.  Imagine what nightmare 
 it would be if d-i team had to track all changes in the regular package 
 and to reimplement and debug these changes in the udeb.  How many bugs 
 would be fixed only in the regular package or only in the udeb without 
 realising that these bugs existed both in the regular package and in the 
 udeb.
 
 If d-i has different requirements they can be easily coded in the logic 
 of the scripts of c-s.  Moreover thanks to console-setup-mini the 
 implementation can be tested outside d-i too.

I agree; I wouldn't want to have to maintain a separate version of this.
One of d-i's highest design goals was always to share code with the
installed system, and we should think very carefully each time we
propose diverging from this.

I'm not sure Frans was actually suggesting a separate implementation,
though, rather than merely conditional behaviour.

  2. Keyboard detection
  -
  Does c-s detect if a keyboard is connected at all and what type it is?

Surely these days (2.6) the kernel maps them all to something vaguely
common. We shouldn't have to concern ourselves with the keyboard type in
any significant way any more, except for a small number of exceptions
(Brazilian, Japanese, special hotkeys, etc.) which wouldn't be
autodetectable anyway.

  But wouldn't it be nice if the correct keyboard layout could be 
  autodetected? AFAIK a lot of keyboards, especially USB and maybe also SUN 
  keyboards do advertise their layout.

This is utter wishful thinking, I'm afraid, at least for USB.

  http://lists.freedesktop.org/archives/xorg/2004-August/002472.html

Sure, it would be lovely to be able to do this. In practice, it just
doesn't work. Keyboard manufacturers are too cheap and the standard is
hopelessly inadequate anyway.

  * In expert mode kbd-chooser also offers an option to skip kbd config.
 
 One extra question to the already big list. ;-)
 
 Seriously, should I add such a question?  What would be its purpose?

I suggest a special choice in one of the existing questions (perhaps
layout or model). The purpose is to cope with situations such as serial
console installations where setting a keyboard layout is pointless and
IIRC may even fail; you might as well just leave things whatever way the
kernel sets them up.

  What happened to the design principle of D-I that we aim for a solid but 
  *basic* system installation and that if users want bells and whistles 
  they should configure them after system installation?
 
 Please notice that any question you skip or simplify in the udeb will 
 have to be (re)asked by the regular package so there is realy no gain 
 for the end user.

Some things could be got rid of on both sides, 

Re: Review of console-setup wrt D-I [very long]

2009-06-27 Thread Samuel Thibault
Hello,

Colin Watson, le Sat 27 Jun 2009 23:57:54 +0100, a écrit :
   If Netherlands is selected I get the layout question with:
  Netherlands
  Netherlands - Macintosh
  Netherlands - Standard
  Netherlands - Sun dead keys
   OK, the last 3 should probably not be there, but Netherlands 
   and Netherlands - standard? Is Netherlands not standard enough?
   Possibly Standard should be Sun Standard instead?
  
  I have no idea what the difference between Netherlands and 
  Netherlands - Standard is.  Such problems have to be reported 
  upstream.
 
 There are a fair number of differences between those two variants in
 /usr/share/X11/xkb/symbols/nl, albeit mostly at higher shift levels. I
 agree, this should be taken up with XKB upstream if it's an issue,
 rather than us carving out our own little silo.

It's not exactly this issue, but it's still related to Frans' concern
about origin of keyboards:
http://bugs.freedesktop.org/show_bug.cgi?id=21046
Bug 21046 – express that the us layout makes the majority in a bunch
of countries

In short, upstream agreed that the nl layout should have something like
a uk variant, however Sergey doesn't know how that should be called,
and neither do I. Could NL people comment on the bug?

Samuel


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