Bug#517644: [amd64][lenny] since lenny release, unable to install 'etch' via 'lenny' installer

2009-04-04 Thread Jérémy Bobbio
tags 517644 + patch
thanks

On Mon, Mar 02, 2009 at 01:23:23PM -0300, Otavio Salvador wrote:
> > On Sunday 01 March 2009, Jérémy Bobbio wrote:
> >> I am not tagging the bug "+patch" because the problem probably needs to
> >> be solved by a different patch in Lenny and in the main branch, see
> >> below.  I also lack the time to do proper testing (and also to 1prepare
> >> the needed stable updates).
> >
> > I'm not sure this is the preferred patch. Maybe we should have a patch 
> > instead that only accepts oldstale if it matches the requested suite 
> > (i.e. instead of making it a generally accepted value).
> 
> Yes; I agree with that and it also avoids the translation issue.
> 
> Even for sid I belive it should be an "exception", not a generally
> accepted value.

Attached is a patch that implements this.  No thorough tests, but
"etch-support" was correctly selected by the installer.

If someone else can confirm that this works, it would be good to have it
in r1, IMHO.  It'll be hard for me to find the time to properly prepare
an upload though, so please step up if you can.

Cheers,
-- 
Jérémy Bobbio.''`. 
lu...@debian.org: :Ⓐ  :  # apt-get install anarchism
`. `'` 
  `-   
diff -Nru choose-mirror-2.28lenny1/choose-mirror.c choose-mirror-2.28lenny2/choose-mirror.c
--- choose-mirror-2.28lenny1/choose-mirror.c	2008-10-27 12:32:03.0 +0100
+++ choose-mirror-2.28lenny2/choose-mirror.c	2009-04-04 11:37:46.0 +0200
@@ -320,6 +320,11 @@
 }
 
 static int choose_suite(void) {
+	/* Skip question if installation of oldstable has been preseeded. */
+	debconf_get(debconf, DEBCONF_BASE "suite");
+	if (strcmp(debconf->value, "oldstable") == 0) {
+		return 0;
+	}
 	/* If the base system can be installed from CD, don't allow to
 	 * select a different suite
 	 */
diff -Nru choose-mirror-2.28lenny1/debian/changelog choose-mirror-2.28lenny2/debian/changelog
--- choose-mirror-2.28lenny1/debian/changelog	2009-01-06 19:38:45.0 +0100
+++ choose-mirror-2.28lenny2/debian/changelog	2009-04-04 11:08:31.0 +0200
@@ -1,3 +1,9 @@
+choose-mirror (2.28lenny2) UNRELEASED; urgency=low
+
+  * Accept "oldstable" as a correct preseed for mirror/suite.
+
+ -- Jérémy Bobbio   Sat, 04 Apr 2009 11:07:57 +0200
+
 choose-mirror (2.28lenny1) unstable; urgency=low
 
   * Rebuilt using updated Mirrors.masterlist


signature.asc
Description: Digital signature


Re: [PATCH,RFC] Fetch c-s translations from xkeyboard-config.

2009-04-04 Thread Samuel Thibault
Samuel Thibault, le Wed 01 Apr 2009 11:31:24 +0200, a écrit :
> I've just tested within the debian installer.  Some things I assumed
> were available actually aren't, so here is a fixed patch.  However the
> keyboard layout doesn't get changed, I haven't investigated why yet.

Nothing to do with my patch, the problem is just
that console-setup.config finishes by exit 0 while
console-setup-udeb.postinst sources it, and thus the postinst exits
without writing /etc/default/console-setup and calling setupcon...

Is there are reason for sourcing the config script instead of running it
with sh?  (it seems to work)

Also, "which" is not available in d-i, type should be used instead.

See attached patch.

I've put a resulting x86_64 mini.iso on
http://dept-info.labri.fr/~thibault/tmp/mini.iso

Samuel
Index: debian/console-setup.postinst
===
--- debian/console-setup.postinst   (révision 58053)
+++ debian/console-setup.postinst   (copie de travail)
@@ -28,7 +28,7 @@
 
 # In d-i the config script is not executed automatically
 if [ -f /usr/share/console-setup-mini/console-setup.config ]; then
-. /usr/share/console-setup-mini/console-setup.config
+sh /usr/share/console-setup-mini/console-setup.config
 fi
 
 CONFIGDIR=/etc/console-setup
Index: debian/config.proto
===
--- debian/config.proto (révision 58053)
+++ debian/config.proto (copie de travail)
@@ -221,7 +221,7 @@
 guess_arch () {
 local arch subarch line
 
-if which archdetect >/dev/null; then
+if type archdetect >/dev/null; then
archdetect
return 0
 fi
@@ -309,7 +310,7 @@
sed 's/[*].*//'
 }
 
-if which locale >/dev/null; then
+if type locale >/dev/null; then
 eval `locale`
 fi
 
@@ -974,7 +987,7 @@
 elif [ "$locale" = C ]; then
 default_charmap=UTF-8
 charmap_priority=high
-elif which locale >/dev/null; then
+elif type locale >/dev/null; then
 default_charmap=`locale charmap`
 else
 default_charmap=unknown
@@ -1168,7 +1181,7 @@
 fi
 
 # Get default layout from xorg.conf if available
-if [ -f /etc/X11/xorg.conf ] && which awk >/dev/null; then
+if [ -f /etc/X11/xorg.conf ] && type awk >/dev/null; then
 awk_expr='
 {
 $0 = tolower($0);


Processed: Re: Bug#517644: [amd64][lenny] since lenny release, unable to install 'etch' via 'lenny' installer

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

> tags 517644 + patch
Bug#517644: [amd64][lenny] since lenny release, unable to install 'etch' via 
'lenny' installer
There were no tags set.
Tags added: patch

> 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



Bug#522534: console-setup: [INTL:th] Updated Thai debconf template translation

2009-04-04 Thread Theppitak Karoonboonyanan
Package: console-setup
Version: 1.30
Severity: wishlist

Please update Thai debconf template translation with the attached PO.


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

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

Versions of packages console-setup depends on:
ii  console-terminus  4.26-2.1   Fixed-width fonts for fast reading
ii  debconf [debconf-2.0] 1.5.26 Debian configuration management sy
ii  xkb-data  1.5-2  X Keyboard Extension (XKB) configu

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

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

-- debconf information excluded
# Thai translation of console-setup.
# Copyright (C) 2008-2009 Software in the Public Interest, Inc.
# This file is distributed under the same license as the console-setup package.
# Theppitak Karoonboonyanan , 2008-2009.
#
msgid ""
msgstr ""
"Project-Id-Version: console-setup\n"
"Report-Msgid-Bugs-To: console-se...@packages.debian.org\n"
"POT-Creation-Date: 2009-03-19 18:29+0100\n"
"PO-Revision-Date: 2009-04-04 23:13+0700\n"
"Last-Translator: Theppitak Karoonboonyanan \n"
"Language-Team: Thai \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: text
#. Description
#. Main menu item. Please keep below 55 columns
#: ../console-setup.templates:2001
msgid "Configure the keyboard"
msgstr "ตั้งค่าผังแป้นพิมพ์"

#. Type: select
#. Choices
#: ../console-setup.templates:3001
msgid ". Arabic"
msgstr ". อารบิก"

#. Type: select
#. Choices
#: ../console-setup.templates:3001
msgid "# Armenian"
msgstr "# อาร์เมเนีย"

#. Type: select
#. Choices
#: ../console-setup.templates:3001
msgid "# Cyrillic - KOI8-R and KOI8-U"
msgstr "# ซีริลลิก - KOI8-R และ KOI8-U"

#. Type: select
#. Choices
#: ../console-setup.templates:3001
msgid "# Cyrillic - non-Slavic languages"
msgstr "# ซีริลลิก - ภาษาที่ไม่ใช่ตระกูลสลาฟ"

#. Type: select
#. Choices
#: ../console-setup.templates:3001
msgid "# Cyrillic - Slavic languages (also Bosnian and Serbian Latin)"
msgstr "# ซีริลลิก - ภาษาตระกูลสลาฟ (รวมถึงบอสเนียและละตินเซอร์เบีย)"

#. Type: select
#. Choices
#: ../console-setup.templates:3001
msgid ". Ethiopic"
msgstr ". เอธิโอเปีย"

#. Type: select
#. Choices
#: ../console-setup.templates:3001
msgid "# Georgian"
msgstr "# จอร์เจีย"

#. Type: select
#. Choices
#: ../console-setup.templates:3001
msgid "# Greek"
msgstr "# กรีก"

#. Type: select
#. Choices
#: ../console-setup.templates:3001
msgid "# Hebrew"
msgstr "# ฮีบรู"

#. Type: select
#. Choices
#: ../console-setup.templates:3001
msgid "# Lao"
msgstr "# ลาว"

#. Type: select
#. Choices
#: ../console-setup.templates:3001
msgid "# Latin1 and Latin5 - western Europe and Turkic languages"
msgstr "# ละติน 1 และ ละติน 5 - ยุโรปตะวันตกและภาษาตระกูลเติร์ก"

#. Type: select
#. Choices
#: ../console-setup.templates:3001
msgid "# Latin2 - central Europe and Romanian"
msgstr "# ละติน 2 - ยุโรปตอนกลางและโรมาเนีย"

#. Type: select
#. Choices
#: ../console-setup.templates:3001
msgid "# Latin3 and Latin8 - Chichewa; Esperanto; Irish; Maltese and Welsh"
msgstr "# ละติน 3 และ ละติน 8 - ชิเชวา; เอสเปรันโต; ไอริช; มอลตา และเวลส์"

#. Type: select
#. Choices
#: ../console-setup.templates:3001
msgid "# Latin7 - Lithuanian; Latvian; Maori and Marshallese"
msgstr "# ละติน 7 - ลิทัวเนีย; ลัตเวีย; เมารี และมาร์แชลล์"

#. Type: select
#. Choices
#: ../console-setup.templates:3001
msgid ". Latin - Vietnamese"
msgstr ". ละติน - เวียดนาม"

#. Type: select
#. Choices
#: ../console-setup.templates:3001
msgid "# Thai"
msgstr "# ไทย"

#. Type: select
#. Choices
#: ../console-setup.templates:3001
msgid ". Combined - Latin; Slavic Cyrillic; Hebrew; basic Arabic"
msgstr ". ผสม - ละติน; ซีริลลิกตระกูลสลาฟ; ฮีบรู; อารบิกพื้นฐาน"

#. Type: select
#. Choices
#: ../console-setup.templates:3001
msgid ". Combined - Latin; Slavic Cyrillic; Greek"
msgstr ". ผสม - ละติน; ซีริลลิกตระกูลสลาฟ; กรีก"

#. Type: select
#. Choices
#: ../console-setup.templates:3001
msgid ". Combined - Latin; Slavic and non-Slavic Cyrillic"
msgstr ". ผสม - ละติน; ซีริลลิกตระกูลสลาฟและที่ไม่ใช่สลาฟ"

#. Type: select
#. Description
#: ../console-setup.templates:3002
msgid "Character set to support:"
msgstr "ชุดอักขระที่จะรองรับ:"

#. Type: select
#. Description
#: ../console-setup.templates:3002
msgid ""
"Please choose the character set that should be supported by the console font."
msgstr "กรุณาเลือกชุดอักขระที่แบบอักษรสำหรับคอนโซลควรรองรับ"

#. Type: select
#. Description
#: ../console-setup.templates:3002
msgid ""
"If you don't use a fr

Processing of choose-mirror_2.28lenny2_amd64.changes

2009-04-04 Thread Archive Administrator
choose-mirror_2.28lenny2_amd64.changes uploaded successfully to 
ftp.upload.debian.org
along with the files:
  choose-mirror_2.28lenny2.dsc
  choose-mirror_2.28lenny2.tar.gz
  choose-mirror_2.28lenny2_all.udeb
  choose-mirror-bin_2.28lenny2_amd64.udeb

Greetings,

Your Debian queue daemon


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



Processing of choose-mirror_2.28lenny3_amd64.changes

2009-04-04 Thread Archive Administrator
choose-mirror_2.28lenny3_amd64.changes uploaded successfully to 
ftp.upload.debian.org
along with the files:
  choose-mirror_2.28lenny3.dsc
  choose-mirror_2.28lenny3.tar.gz
  choose-mirror_2.28lenny3_all.udeb
  choose-mirror-bin_2.28lenny3_amd64.udeb

Greetings,

Your Debian queue daemon


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



Incomplete upload found in Debian upload queue

2009-04-04 Thread Archive Administrator
Probably you are the uploader of the following file(s) in
the Debian upload queue directory:
  debian-installer_20090404etch4.dsc
  debian-installer_20090404etch4.tar.gz
  debian-installer_20090404etch4_amd64.deb
This looks like an upload, but a .changes file is missing, so the job
cannot be processed.

If no .changes file arrives within 22:11:37, the files will be deleted.

If you didn't upload those files, please just ignore this message.

Greetings,

Your Debian queue daemon


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



Processing of choose-mirror_2.28lenny2_amd64.changes

2009-04-04 Thread Archive Administrator
choose-mirror_2.28lenny2_amd64.changes uploaded successfully to localhost
along with the files:
  choose-mirror_2.28lenny2.dsc
  choose-mirror_2.28lenny2.tar.gz
  choose-mirror_2.28lenny2_all.udeb
  choose-mirror-bin_2.28lenny2_amd64.udeb

Greetings,

Your Debian queue daemon


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



Processing of choose-mirror_2.28lenny3_amd64.changes

2009-04-04 Thread Archive Administrator
choose-mirror_2.28lenny3_amd64.changes uploaded successfully to localhost
along with the files:
  choose-mirror_2.28lenny3.dsc
  choose-mirror_2.28lenny3.tar.gz
  choose-mirror_2.28lenny3_all.udeb
  choose-mirror-bin_2.28lenny3_amd64.udeb

Greetings,

Your Debian queue daemon


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



Processing of debian-installer_20090404etch4_amd64.changes

2009-04-04 Thread Archive Administrator
debian-installer-images_20090404etch4_amd64.tar.gz has incorrect size; deleting 
it
Due to the errors above, the .changes file couldn't be processed.
Please fix the problems for the upload to happen.

Greetings,

Your Debian queue daemon


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



Processing of debian-installer_20090404etch4_amd64.changes

2009-04-04 Thread Archive Administrator
debian-installer-images_20090404etch4_amd64.tar.gz doesn't exist
Due to the errors above, the .changes file couldn't be processed.
Please fix the problems for the upload to happen.

Greetings,

Your Debian queue daemon


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



choose-mirror_2.28lenny2_amd64.changes ACCEPTED

2009-04-04 Thread Debian Installer

Accepted:
choose-mirror-bin_2.28lenny2_amd64.udeb
  to pool/main/c/choose-mirror/choose-mirror-bin_2.28lenny2_amd64.udeb
choose-mirror_2.28lenny2.dsc
  to pool/main/c/choose-mirror/choose-mirror_2.28lenny2.dsc
choose-mirror_2.28lenny2.tar.gz
  to pool/main/c/choose-mirror/choose-mirror_2.28lenny2.tar.gz
choose-mirror_2.28lenny2_all.udeb
  to pool/main/c/choose-mirror/choose-mirror_2.28lenny2_all.udeb


Override entries for your package:
choose-mirror-bin_2.28lenny2_amd64.udeb - extra debian-installer
choose-mirror_2.28lenny2.dsc - source debian-installer
choose-mirror_2.28lenny2_all.udeb - extra debian-installer

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


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#517644: marked as done ([amd64][lenny] since lenny release, unable to install 'etch' via 'lenny' installer)

2009-04-04 Thread Debian Bug Tracking System

Your message dated Sat, 04 Apr 2009 21:33:47 +
with message-id 
and subject line Bug#517644: fixed in choose-mirror 2.28lenny2
has caused the Debian Bug report #517644,
regarding [amd64][lenny] since lenny release, unable to install 'etch' via 
'lenny' installer
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.)


-- 
517644: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=517644
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: installation-reports
Severity: normal

Boot method: network (PXE/DHCP)
Image version:
 
http://ftp.au.debian.org/lenny/dists/lenny/main/installer-amd64/current/images/netboot/
 The installer image files are marked
   This is a Debian 5.0 (lenny) installation netboot image.
   It was built on 20090123.
 in debian-installer/amd64/boot-screens/f1.txt
Date: 2009-02-24

Machine: Dell PowerEdge 2950
Processor: dual Intel Xeon X5460 (EMT64 on)
Memory: 16Gb
Partitions:
# fdisk -l /dev/sda
Disk /dev/sda: 749.6 GB, 749606010880 bytes
255 heads, 63 sectors/track, 91134 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000cd87f

   Device Boot  Start End  Blocks   Id  System
   /dev/sda1   *   1 124  995998+  83  Linux
   /dev/sda2 125   91134   731037825   8e  Linux LVM

# df
Filesystem   1k-blocks  Used Available Use% Mounted on
tmpfs  823589644   8235852   0% /dev
/dev/sda1   980308136940793572  15% /target
/dev/mapper/newbox-local 983704 17628916108   2% /target/local
/dev/mapper/newbox-srv 651409064202076 618117248   0% /target/srv
/dev/mapper/newbox-tmp 1967440 35732   1831768   2% /target/tmp
/dev/mapper/newbox-usr 4918588402248   4266484   9% /target/usr
/dev/mapper/newbox-usr+local 4918588141000   4527732   3% /target/usr/local
/dev/mapper/newbox-var 3934888298936   3436068   8% /target/var
/dev/mapper/newbox-var+log 3934888 73628   3661376   2% /target/var/log
/dev/sda1   980308136940793572  15% /dev/.static/dev
tmpfs  823589644   8235852   0% /target/dev
/dev/sdc1 15754176   3172776  12581400  20% /mnt


Output of lspci -knn (or lspci -nn):
n/a

Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [o]
Detect network card:[o]
Configure network:  [o]
Detect CD:  [o]
Load installer modules: [o]
Detect hard drives: [o]
Partition hard drives:  [o]
Install base system:[e]
Clock/timezone setup:   [ ]
User/password setup:[ ]
Install tasks:  [ ]
Install boot loader:[ ]
Overall install:[ ]

Comments/Problems:

I attempted to install 'etch' on this system using the 'lenny' installer.
I did this via the preseeding method, passing the
  suite="etch"
option to the boot line of the installer kernel.
The system then proceeds to install 'lenny'.
This appears to be a regression relative to the situation before release,
when I was able to successfully "cross-install" etch via the lenny installer.

In the preseed I have set the "etch" distribution as well
% grep -w etch /var/lib/preseed/log
d-i mirror/suite select etch
d-i preseed/url string 
http://installserver/./preseed/debian/etch/amd64/server-lenny.cfg
d-i mirror/suitestring etch
d-i mirror/codename string etch

These are the mirror parameters set in the preseed
d-i mirror/http/hostnamestring aptproxy:
d-i apt-setup/services-selectmultiselect  security
d-i apt-setup/security_host  string  aptproxy:/security
d-i apt-setup/contribboolean  true
d-i apt-setup/non-free   boolean  true


I verified in the syslog that the boot line was being seen correctly
Feb 24 02:56:32 kernel: [0.00] Command line: auto=true 
priority=critical vga=normal suite="etch" 
initrd=debian/lenny/amd64/debian-installer/amd64/initrd.gz 
url=http://installserver/./preseed/debian/etch/amd64/server-lenny.cfg --

I think I can see the syslog where things go off track:
  Feb 24 02:58:35 choose-mirror[7455]: DEBUG: command: wget -q 
http://aptproxy:/debian//dists/etch/Release -O - | grep ^Suite: | cut -d' ' 
-f 2
  Feb 24 02:58:35 choose-mirror[7455]: DEBUG: command: wget -q 
http://aptproxy:/debian//dists/stable/Release -O - | grep ^Codename: | cut 
-d' ' -f 2
ie the installer is not setting Codename to 'etch' because it has changed
Suite to 'stable' instead of 'oldstable'.

I happen to use an apt-proxy but I don't think that i

Processing of debian-installer_20090404etch4_amd64.changes

2009-04-04 Thread Archive Administrator
debian-installer_20090404etch4_amd64.changes uploaded successfully to 
ftp.upload.debian.org
along with the files:
  debian-installer_20090404etch4.dsc
  debian-installer_20090404etch4.tar.gz
  debian-installer_20090404etch4_amd64.deb
  debian-installer-images_20090404etch4_amd64.tar.gz

Greetings,

Your Debian queue daemon


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



Processing of debian-installer_20090404etch4_amd64.changes

2009-04-04 Thread Archive Administrator
debian-installer_20090404etch4_amd64.changes uploaded successfully to localhost
along with the files:
  debian-installer_20090404etch4.dsc
  debian-installer_20090404etch4.tar.gz
  debian-installer_20090404etch4_amd64.deb
  debian-installer-images_20090404etch4_amd64.tar.gz

Greetings,

Your Debian queue daemon


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



debian-installer_20090404etch4_amd64.changes REJECTED

2009-04-04 Thread Debian Installer

Mapping oldstable to oldstable-proposed-updates.
Rejected: debian-installer_20090404etch4_amd64.deb: old version (20090123) in 
unstable <= new version (20090404etch4) targeted at oldstable-proposed-updates.
Rejected: debian-installer_20090404etch4_amd64.deb: old version (20090123) in 
testing <= new version (20090404etch4) targeted at oldstable-proposed-updates.
Rejected: debian-installer_20090404etch4_amd64.deb: old version (20090123) in 
stable <= new version (20090404etch4) targeted at oldstable-proposed-updates.
Rejected: debian-installer_20090404etch4.dsc: old version (20090123) in testing 
<= new version (20090404etch4) targeted at oldstable-proposed-updates.
Rejected: debian-installer_20090404etch4.dsc: old version (20090123) in 
unstable <= new version (20090404etch4) targeted at oldstable-proposed-updates.
Rejected: debian-installer_20090404etch4.dsc: old version (20090123) in stable 
<= new version (20090404etch4) targeted at oldstable-proposed-updates.


===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


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



Bug#522565: [INTL:eu] console-setup debconf templates Basque translation update

2009-04-04 Thread Piarres Beobide
Package: console-setup
Severity: wishlist
Tags: l10n patch

Hi

Attached console-setup debconf templates Basque translation update, we hope 
that in time, 
please commit it.


thx



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

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

Versions of packages console-setup depends on:
pn  console-terminus   (no description available)
ii  debconf [debconf-2.0] 1.5.26 Debian configuration management sy
ii  xkb-data  1.5-2  X Keyboard Extension (XKB) configu

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

Versions of packages console-setup suggests:
ii  lsb-base  3.2-22 Linux Standard Base 3.2 init scrip
# translation of eu.po to Euskara
# translation of console-setup debconf template to Euskara
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Piarres Beobide , 2008, 2009.
# Xabier Bilbao , 2008.
msgid ""
msgstr ""
"Project-Id-Version: eu\n"
"Report-Msgid-Bugs-To: console-se...@packages.debian.org\n"
"POT-Creation-Date: 2009-03-19 18:29+0100\n"
"PO-Revision-Date: 2009-04-05 00:28+0200\n"
"Last-Translator: Piarres Beobide \n"
"Language-Team: Euskara \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"

#. Type: text
#. Description
#. Main menu item. Please keep below 55 columns
#: ../console-setup.templates:2001
msgid "Configure the keyboard"
msgstr "Konfiguratu teklatua"

#. Type: select
#. Choices
#: ../console-setup.templates:3001
msgid ". Arabic"
msgstr ". Arabiarra"

#. Type: select
#. Choices
#: ../console-setup.templates:3001
msgid "# Armenian"
msgstr "# Armeniarra"

#. Type: select
#. Choices
#: ../console-setup.templates:3001
msgid "# Cyrillic - KOI8-R and KOI8-U"
msgstr "# Zirilikoa - KOI8-R eta KOI8-U"

#. Type: select
#. Choices
#: ../console-setup.templates:3001
msgid "# Cyrillic - non-Slavic languages"
msgstr "# Zirilikoa - hizkuntza ez-eslaviarrak"

#. Type: select
#. Choices
#: ../console-setup.templates:3001
msgid "# Cyrillic - Slavic languages (also Bosnian and Serbian Latin)"
msgstr "# Zirilikoa - Hizkuntza eslaviarrak (Bosnia eta Serbiar Latina barne)"

#. Type: select
#. Choices
#: ../console-setup.templates:3001
msgid ". Ethiopic"
msgstr ". Etiopiarra"

#. Type: select
#. Choices
#: ../console-setup.templates:3001
msgid "# Georgian"
msgstr "# Georgiarra"

#. Type: select
#. Choices
#: ../console-setup.templates:3001
msgid "# Greek"
msgstr "# Grekoa"

#. Type: select
#. Choices
#: ../console-setup.templates:3001
msgid "# Hebrew"
msgstr "# Hebreera"

#. Type: select
#. Choices
#: ../console-setup.templates:3001
msgid "# Lao"
msgstr "# Laosera"

#. Type: select
#. Choices
#: ../console-setup.templates:3001
msgid "# Latin1 and Latin5 - western Europe and Turkic languages"
msgstr "# Latin1 eta Latin5 - mendebaldeko Europa eta turkiar hizkuntzak"

#. Type: select
#. Choices
#: ../console-setup.templates:3001
msgid "# Latin2 - central Europe and Romanian"
msgstr "# Latin2 - erdiko Europa eta errumaniera"

#. Type: select
#. Choices
#: ../console-setup.templates:3001
msgid "# Latin3 and Latin8 - Chichewa; Esperanto; Irish; Maltese and Welsh"
msgstr ""
"# Latin3 eta Latin8 - Chichewa; Esperantoa; Irlandako gaelikoa; Maltera eta "
"Galesa"

#. Type: select
#. Choices
#: ../console-setup.templates:3001
msgid "# Latin7 - Lithuanian; Latvian; Maori and Marshallese"
msgstr "# Latin7 - Lituaniera; Letoniera; Maoriera eta Marshallera"

#. Type: select
#. Choices
#: ../console-setup.templates:3001
msgid ". Latin - Vietnamese"
msgstr ". Latina - Vietnamera"

#. Type: select
#. Choices
#: ../console-setup.templates:3001
msgid "# Thai"
msgstr "# Thailandiarra"

#. Type: select
#. Choices
#: ../console-setup.templates:3001
msgid ". Combined - Latin; Slavic Cyrillic; Hebrew; basic Arabic"
msgstr ". Askotarikoa - Latina; Eslaviar Zirilikoa; Hebreera; Arabiera soila"

#. Type: select
#. Choices
#: ../console-setup.templates:3001
msgid ". Combined - Latin; Slavic Cyrillic; Greek"
msgstr ". Askotarikoa - Latina; Eslaviar zirilikoa; Grekoa"

#. Type: select
#. Choices
#: ../console-setup.templates:3001
msgid ". Combined - Latin; Slavic and non-Slavic Cyrillic"
msgstr ". Askotarikoa - Latina; Eslaviar eta ez-eslaviar Zirilikoa"

#. Type: select
#. Description
#: ../console-setup.templates:3002
msgid "Character set to support:"
msgstr "Onartuko den karaktere multzoa:"

#. Type: select
#. Description
#: ../console-setup.templates:3002
#| msgid "Set of characters that should be supported by the console font:"
msgid "Please choose t

Processed: setting package to cdebconf-gtk-udeb cdebconf-slang-udeb cdebconf-text-udeb cdebconf cdebconf-udeb cdebconf-newt-udeb libdebconfclient0-dev cdebconf-priority libdebconfclient0 libdebconfcli

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

> #cdebconf (0.140) UNRELEASED; urgency=low
> #
> #  * Fix the computation and usage of the window's height. If the height is 
> not
> #computed correctly, the newt frontend may decide to put the input box and
> #the explanatory text on the same window, but the text will overlap on the
> #input box, which renders the input impossible.
> #Closes: #508042, #507372, #343119
> #
> package cdebconf-gtk-udeb cdebconf-slang-udeb cdebconf-text-udeb cdebconf 
> cdebconf-udeb cdebconf-newt-udeb libdebconfclient0-dev cdebconf-priority 
> libdebconfclient0 libdebconfclient0-udeb
Ignoring bugs not assigned to: cdebconf-slang-udeb cdebconf-gtk-udeb cdebconf 
cdebconf-text-udeb cdebconf-udeb cdebconf-newt-udeb libdebconfclient0-dev 
cdebconf-priority libdebconfclient0-udeb libdebconfclient0

> tags 343119 + pending
Bug#343119: cdebconf: Display bug for notes templates in some situations
There were no tags set.
Tags added: pending

> tags 507372 + pending
Bug#507372: cdebconf-newt-udeb: does not show enough choices for long 
descriptions
There were no tags set.
Tags added: pending

> tags 508042 + pending
Bug#508042: newt frontent have inefficient use of screen real estate 
(multiselect)
Tags were: patch
Tags added: pending

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



please approve / unblock pciutils/1:3.1.2-3 (udeb)

2009-04-04 Thread Aníbal Monsalve Salazar
Please approve / unblock pciutils/1:3.1.2-3 (udeb).

Changes:

pciutils (1:3.1.2-3) unstable; urgency=medium

  * Update pci.ids with snapshot dated 2009-03-29 03:15:02 
  * Fix shlibs; closes: #521176

pciutils (1:3.1.2-2) unstable; urgency=low

  * Update pci.ids with snapshot dated 2009-03-19 03:15:02
  * Fix "FTBFS on GNU/kFreeBSD"; patch by Petr Salinger; closes: #520343
  * Standards version is 3.8.1

pciutils (1:3.1.2-1) unstable; urgency=low

  * New upstream version
  * Update pci.ids with snapshot dated 2009-02-20 03:15:01


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