Processed: Patch

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

> tags 533797 patch upstream
Bug #533797 [busybox] (busybox_1:1.13.3-1/avr32): FTBFS: 
util-linux/fdisk_osf.c:59 #error unknown architecture
Added tag(s) upstream and patch.
> forwarded 533797 https://bugs.busybox.net/show_bug.cgi?id=555
Bug #533797 [busybox] (busybox_1:1.13.3-1/avr32): FTBFS: 
util-linux/fdisk_osf.c:59 #error unknown architecture
Set Bug forwarded-to-address to 'https://bugs.busybox.net/show_bug.cgi?id=555'.
> 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#533797: Patch

2009-08-08 Thread Daniel Moerner
tags 533797 patch upstream
forwarded 533797 https://bugs.busybox.net/show_bug.cgi?id=555
thanks

Hi,

The attached patch adds the avr32 definitions, as committed in upstream
util-linux in:

http://git.kernel.org/?p=utils/util-linux-ng/util-linux-ng.git;a=commit;h=b0c72ff87dcd7614c2ac6169f88e9283ed03213e

I have also forwarded the patch upstream.

Regards,
Daniel
Add avr32 definitions to fdisk, these definitions exist in current
util-linux sources.

Index: busybox-1.14.2/util-linux/fdisk_osf.c
===
--- busybox-1.14.2.orig/util-linux/fdisk_osf.c	2009-08-08 21:12:19.0 -0700
+++ busybox-1.14.2/util-linux/fdisk_osf.c	2009-08-08 21:13:36.0 -0700
@@ -45,7 +45,7 @@
 
 #if defined(i386) || defined(__sparc__) || defined(__arm__) \
  || defined(__m68k__) || defined(__mips__) || defined(__s390__) \
- || defined(__sh__) || defined(__x86_64__)
+ || defined(__sh__) || defined(__x86_64__) || defined(__avr32__)
 #define BSD_LABELSECTOR   1
 #define BSD_LABELOFFSET   0
 #elif defined(__alpha__) || defined(__powerpc__) || defined(__ia64__) \


signature.asc
Description: OpenPGP digital signature


Re: [stable] Adding bnx2x driver in 5.0.3

2009-08-08 Thread dann frazier
On Sat, Aug 08, 2009 at 03:18:53PM +0200, Luk Claes wrote:
> Otavio Salvador wrote:
> > Hello dann,
> > 
> > On Sun, Jul 26, 2009 at 4:04 PM, dann frazier wrote:
> >> The bnx2x driver was disabled in lenny due to its use of non-free
> >> firmware. I have put together a patch that would reenable this driver
> >> in lenny's 2.6.26 kernel, making use of the firmware split-out patch
> >> that has gone upstream in Linux 2.6.31-rc releases (and is currently
> >> in use in the linux-2.6 2.6.30 packages in sid).
> > 
> > Really good news :-)
> > 
> >> I'd like to see if we can enable the use of this driver in 5.0.3.
> >> As far as I can tell, the necessary steps would be:
> >>
> >>  - Update the kernel (obviously) - planned for a p-u upload this week
> >>  - Backport the necessary changes for firmware-nonfree from sid to add
> >>   the firmware-bnx2x package
> 
> AFAICS both above are done?

yep.

> >>  - Update kernel-wedge/stable to include bnx2x if available (are there
> >>   space issues here?)
> > 
> > The space usage is neglitable and I think it can be done with a very
> > small risk of regressions.
> > 
> > Be sure to use the kernel-wedge of lenny for building it since we've
> > changed kernel-wedge a lot during the 2.6.30 migration and it is not
> > suitable for the lenny usage.
> 
> What's the status here?

I can get this done tomorrow.

> >>  - Update d-i in 5.0.3 to incorporate this driver
> > 
> > Yes, you got the picture right.
> > 
> > I offer help if required.
> 
> This can probably be done already when kernel-wedge is updated? Please
> don't delay when unnecessary, TIA.

Do we have an estimate for 5.0.3 yet? Reason I ask is that there is
typically always some kernel changes queued - security or
otherwise. I do understand wanting to have p-u in an always-releasable
state, but it can be a lot of throwaway work given that a security
update would force us to do a complete rebuild. If we have a target
date in mind I could work up a schedule (w/ buffer room) to make sure
that all the pieces are in place ahead of time.

Thanks Luk.

-- 
dann frazier


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



Re: UUID in fstab for device mapper devices?

2009-08-08 Thread Ferenc Wagner
Guido Günther  writes:

> On Fri, Aug 07, 2009 at 04:28:46PM +0200, Max Vozeler wrote:
> 
>> we recently changed d-i (partman-target, to be precise) to use 
>> UUIDs in fstab in order to get stable device naming. [...]
>> Since then, we concluded that it is preferable to go back to plain
>> /dev/mapper/ paths for LVM LVs because those already provide stable 
>> device naming (and are more descriptive).

And filesystem UUIDs are pretty useless as soon as you start using LVM
snapshots, dd backups or multipath for example.

> ENV{DM_UUID}=="mpath-*", \
>   SYMLINK+="disk/by-id/$env{DM_TYPE}-$env{DM_NAME}"
> [...]
>
> This is what should idealy be used in d-i for multipath device naming.
> We could then start to remove the hacks that use /dev/mapper/mpath* to
> reference multipath devices then.

My limited experience shows that multipath uses unique /dev/mapper/
device names by default, or the configured name, as Bastian mentioned.
Is that because I'm lucky, and other types of multipaths don't behave
so nice?  Also, I haven't seen mpath-names apart from an obscure
multipath.conf option...

Anyway, an unfortunate multipath/LVM interaction should also be
considered: without special configuration in lvm.conf, the PV scan
finds the LVM metadata on the individual paths as well as on the
multipath device, then tries to create mappings straight onto the
first path, skipping the multipath layer.  Of course it fails, because
that device isn't available any more, but the error is rather hard to
diagnose from the initramfs prompt.
-- 
Regards,
Feri.


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



busybox_1.14.2-1_amd64.changes ACCEPTED

2009-08-08 Thread Archive Administrator

Accepted:
busybox-static_1.14.2-1_amd64.deb
  to pool/main/b/busybox/busybox-static_1.14.2-1_amd64.deb
busybox-udeb_1.14.2-1_amd64.udeb
  to pool/main/b/busybox/busybox-udeb_1.14.2-1_amd64.udeb
busybox_1.14.2-1.diff.gz
  to pool/main/b/busybox/busybox_1.14.2-1.diff.gz
busybox_1.14.2-1.dsc
  to pool/main/b/busybox/busybox_1.14.2-1.dsc
busybox_1.14.2-1_amd64.deb
  to pool/main/b/busybox/busybox_1.14.2-1_amd64.deb
busybox_1.14.2.orig.tar.gz
  to pool/main/b/busybox/busybox_1.14.2.orig.tar.gz


Override entries for your package:
busybox-static_1.14.2-1_amd64.deb - extra shells
busybox-udeb_1.14.2-1_amd64.udeb - extra debian-installer
busybox_1.14.2-1.dsc - source utils
busybox_1.14.2-1_amd64.deb - optional utils

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


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#531572: marked as done (busybox: mkswap should generate UUIDs)

2009-08-08 Thread Debian Bug Tracking System

Your message dated Sat, 08 Aug 2009 19:47:05 +
with message-id 
and subject line Bug#531572: fixed in busybox 1:1.14.2-1
has caused the Debian Bug report #531572,
regarding busybox: mkswap should generate UUIDs
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.)


-- 
531572: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531572
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: busybox
Version: 1:1.13.3-1
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch karmic

Since the rest of the installer is moving to UUIDs by default, busybox
mkswap needs to generate swap areas containing UUIDs in order that they
can be used. I've attached a patch to take care of this. (Yes, printing
the UUID to stdout is intentional, mirroring util-linux's mkswap.) Most
of the necessary code was already there.

Thanks,

-- 
Colin Watson   [cjwat...@ubuntu.com]
diff -u busybox-1.13.3/debian/patches/series busybox-1.13.3/debian/patches/series
--- busybox-1.13.3/debian/patches/series
+++ busybox-1.13.3/debian/patches/series
@@ -6,0 +7 @@
+mkswap-uuid.patch
only in patch2:
unchanged:
--- busybox-1.13.3.orig/debian/patches/mkswap-uuid.patch
+++ busybox-1.13.3/debian/patches/mkswap-uuid.patch
@@ -0,0 +1,77 @@
+Description: Set UUIDs on swap areas.
+
+Index: b/e2fsprogs/old_e2fsprogs/uuid/Kbuild
+===
+--- a/e2fsprogs/old_e2fsprogs/uuid/Kbuild
 b/e2fsprogs/old_e2fsprogs/uuid/Kbuild
+@@ -8,6 +8,7 @@
+ NEEDED-$(CONFIG_FSCK) = y
+ NEEDED-$(CONFIG_MKE2FS) = y
+ NEEDED-$(CONFIG_TUNE2FS) = y
++NEEDED-$(CONFIG_MKSWAP) = y
+ 
+ lib-y:=
+ lib-$(NEEDED-y) += compare.o gen_uuid.o pack.o parse.o unpack.o unparse.o \
+Index: b/util-linux/Kbuild
+===
+--- a/util-linux/Kbuild
 b/util-linux/Kbuild
+@@ -4,6 +4,8 @@
+ #
+ # Licensed under the GPL v2, see the file LICENSE in this tarball.
+ 
++CFLAGS_mkswap.o = -I$(srctree)/e2fsprogs/old_e2fsprogs
++
+ lib-y:=
+ lib-$(CONFIG_BLKID) += blkid.o
+ lib-$(CONFIG_DMESG) += dmesg.o
+Index: b/util-linux/mkswap.c
+===
+--- a/util-linux/mkswap.c
 b/util-linux/mkswap.c
+@@ -6,6 +6,7 @@
+  * Licensed under GPL version 2, see file LICENSE in this tarball for details.
+  */
+ 
++#include "uuid/uuid.h"
+ #include "libbb.h"
+ 
+ #if ENABLE_SELINUX
+@@ -51,6 +52,17 @@
+ #define mkswap_selinux_setcontext(fd, path) ((void)0)
+ #endif
+ 
++static void mkswap_generate_uuid(void *buf)
++{
++	uuid_t uuid_dat;
++	char uuid_string[37];
++
++	uuid_generate(uuid_dat);
++	memcpy(buf, uuid_dat, sizeof(uuid_dat));
++	uuid_unparse(uuid_dat, uuid_string);
++	printf("UUID=%s\n", uuid_string);
++}
++
+ #if 0 /* from Linux 2.6.23 */
+ /*
+  * Magic header for a swap area. The first part of the union is
+@@ -113,6 +125,7 @@
+ 	// Make a header. hdr is zero-filled so far...
+ 	hdr[0] = 1;
+ 	hdr[1] = (len / pagesize) - 1;
++	mkswap_generate_uuid(&hdr[3]);
+ 
+ 	// Write the header.  Sync to disk because some kernel versions check
+ 	// signature on disk (not in cache) during swapon.
+Index: b/Makefile
+===
+--- a/Makefile
 b/Makefile
+@@ -450,6 +450,7 @@
+ 		coreutils/libcoreutils/ \
+ 		debianutils/ \
+ 		e2fsprogs/ \
++		e2fsprogs/old_e2fsprogs/uuid/ \
+ 		editors/ \
+ 		findutils/ \
+ 		init/ \
--- End Message ---
--- Begin Message ---
Source: busybox
Source-Version: 1:1.14.2-1

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

busybox-static_1.14.2-1_amd64.deb
  to pool/main/b/busybox/busybox-static_1.14.2-1_amd64.deb
busybox-udeb_1.14.2-1_amd64.udeb
  to pool/main/b/busybox/busybox-udeb_1.14.2-1_amd64.udeb
busybox_1.14.2-1.diff.gz
  to pool/main/b/busybox/busybox_1.14.2-1.diff.gz
busybox_1.14.2-1.dsc
  to pool/main/b/busybox/busybox_1.14.2-1.dsc
busybox_1.14.2-1_amd64.deb
  to pool/main/b/busybox/busybox_1.14.2-1_amd64.deb
busybox_1.14.2.orig.tar.gz
  to pool/main/b/busybox/busybox_1.14.2.orig.tar.gz



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 531...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bastian Blank  (supplier of up

Processing of busybox_1.14.2-1_amd64.changes

2009-08-08 Thread Archive Administrator
busybox_1.14.2-1_amd64.changes uploaded successfully to localhost
along with the files:
  busybox_1.14.2-1.dsc
  busybox_1.14.2.orig.tar.gz
  busybox_1.14.2-1.diff.gz
  busybox-static_1.14.2-1_amd64.deb
  busybox_1.14.2-1_amd64.deb
  busybox-udeb_1.14.2-1_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



Re: [d-i on kfreebsd] quick status report

2009-08-08 Thread Robert Millan
On Fri, Aug 07, 2009 at 08:53:06AM +0200, Felix Zielcke wrote:
> --- grub-installer(revision 60026)
> +++ grub-installer(working copy)
> @@ -115,7 +115,7 @@ convert () {
>   tmp_disk=$(echo "$1" | sed 's%\([sh]d[0-9]*\).*%\1%')
>   tmp_part=$(echo "$1" | sed "s%$tmp_disk%%")
>   ;;
> - freebsd*)
> + freebsd*|gnu/kfreebsd*)
>   tmp_disk=$(echo "$1" | sed 's%r\{0,1\}\([saw]d[0-9]*\).*$%r\1%' 
> | \
>   sed 's%r\{0,1\}\(da[0-9]*\).*$%r\1%')
>   tmp_part=$(echo "$1" | \
> @@ -166,7 +166,7 @@ convert () {
>   fi
>   echo "$tmp_drive"
>   ;;
> - freebsd*)
> + freebsd*|gnu/kfreebsd*)
>   if echo $tmp_part | grep "^s" >/dev/null; then
>   tmp_pc_slice=$(echo $tmp_part | \
>   sed "s%s\([0-9]*\)[a-h]*$%\1%")

I think the convert() function is only used for GRUB Legacy.

-- 
Robert Millan

  The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and
  how) you may access your data; but nobody's threatening your freedom: we
  still allow you to remove your data and not access it at all."


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



Re: [d-i on kfreebsd] quick status report

2009-08-08 Thread Robert Millan
On Fri, Aug 07, 2009 at 12:54:52PM +0200, Luca Favatella wrote:
> Aug  7 10:20:03 main-menu[102]: INFO: Menu item 'grub-installer' selected
> Aug  7 10:20:03 main-menu[102]: INFO: Falling back to the package description 
> fo
> r os-prober-udeb
> Aug  7 10:20:03 main-menu[102]: INFO: Falling back to the package description 
> fo
> r os-prober-udeb
> Aug  7 10:20:03 grub-installer: info: architecture: kfreebsd-i386/generic
> Aug  7 10:20:04 main-menu[102]: WARNING **: Configuring 'grub-installer' 
> failed
> with error code 1
> Aug  7 10:20:04 main-menu[102]: WARNING **: Menu item 'grub-installer' failed.

Try changing the shebang to use -x, or run grub-installer from
command-line.

-- 
Robert Millan

  The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and
  how) you may access your data; but nobody's threatening your freedom: we
  still allow you to remove your data and not access it at all."


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



Bug#503510: marked as done (Please add mozvoikko to the finnish-desktop task)

2009-08-08 Thread Debian Bug Tracking System

Your message dated Sat, 08 Aug 2009 18:47:44 +
with message-id 
and subject line Bug#503510: fixed in tasksel 2.80
has caused the Debian Bug report #503510,
regarding Please add mozvoikko to the finnish-desktop task
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.)


-- 
503510: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=503510
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: tasksel
Version: 2.75
Severity: wishlist
Tags: patch

Please add mozvoikko to the finnish-desktop task.

Mozvoikko is a Finnish spell-checker extension for Iceweasel. It uses
Voikko, a free high-quality spell checker for the Finnish language.
Voikko is already installed in the finnish-desktop task.

It is also easy to make mozvoikko work with Icedove 3 when Icedove 3
will be released.

All of these pacakges are included in sid.

Attached patch adds mozvoikko to the finnish-desktop task.

Thanks,
Heikki Mäntysaari
diff -u -r tasksel-old/tasks/finnish-desktop tasksel-new/tasks/finnish-desktop
--- tasksel-old/tasks/finnish-desktop	2008-10-17 15:45:57.0 +0300
+++ tasksel-new/tasks/finnish-desktop	2008-10-26 16:28:10.0 +0200
@@ -9,3 +9,4 @@
  openoffice.org-l10n-fi
  openoffice.org-voikko
  iceweasel-l10n-fi
+ mozvoikko
--- End Message ---
--- Begin Message ---
Source: tasksel
Source-Version: 2.80

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

task-overrides_2.80_all.tar.gz byhand
tasksel-data_2.80_all.deb
  to pool/main/t/tasksel/tasksel-data_2.80_all.deb
tasksel_2.80.dsc
  to pool/main/t/tasksel/tasksel_2.80.dsc
tasksel_2.80.tar.gz
  to pool/main/t/tasksel/tasksel_2.80.tar.gz
tasksel_2.80_all.deb
  to pool/main/t/tasksel/tasksel_2.80_all.deb



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

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

Debian distribution maintenance software
pp.
Joey Hess  (supplier of updated tasksel 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: Sat, 08 Aug 2009 14:26:59 -0400
Source: tasksel
Binary: tasksel tasksel-data
Architecture: source all
Version: 2.80
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team 
Changed-By: Joey Hess 
Description: 
 tasksel- Tool for selecting tasks for installation on Debian systems
 tasksel-data - Official tasks used for installation of Debian systems
Closes: 399840 452388 503510 507424 507425 519458 536549 538902 539656 539864
Changes: 
 tasksel (2.80) unstable; urgency=low
 .
   [ Christian Perrier ]
   * Add kannada-gnome-desktop, kannada-desktop and kannada-kde-desktop tasks
 Closes: #536549
   * Add albanian-desktop. Closes: #507425
   * Add marathi and marathi-desktop tasks. Closes: #507424
   * Add mozvoikko to finnish-desktop. Closes: #503510
   * Fix "tasksel --help shows \t instead of tabs" by
 fixing tabs escaping in Spanish translation. Closes: #519458
   * Revamp the description of standard and desktop tasks in
 an attempt to make them clearer. Closes: #452388
   * Add an SSH server task. Closes: #399840
   * Adapt tasks to packages that are really in unstable:
 - bosnian-kde-desktop dropped (no more kde-i18n-bs)
 - chinput dropped from chinese-s-desktopo
 - croatian-gnome-desktop dropped (no more sylpheed-claws-gtk2-i18n)
 - ttf-thryomanes dropped from cyrillic-desktop
 - openoffice.org-l10n-sr-cs dropped from cyrillic-desktop
 - esperanto-kde-desktop dropped (no more kde-i18n-eo)
 - ttf-unicode dropped from hungarian-desktop
 - apt-howto-it dropped from italian
 - manpages-ko dropped from korean
 - lxtasks dropped from lxde-desktop
 - northern-sami-kde-desktop dropped (no more kde-i18n-se)
 - persian-kde-desktop dropped (no more kde-i18n-fa)
 - fonty dropped from polish
 - serbian-gnome-desktop dropped (no more sylpheed-claws-gtk2-i18n)
 - fonty dropped from slovak
 - tamil-kde-desktop dropped (no more kde-i18n-ta)
 - kde-i18n-te dropped from telugu-kde-desktop
 - apt-howto-uk dropped from ukrainian
 - iceweasel-locale-uk droppe dfrom ukrainian-desktop
 - welsh-kde-desktop dropped (no more kde-i18n-cy)
   * Remove localisati

Bug#507425: marked as done (tasksel: Please add an Albanian desktop task)

2009-08-08 Thread Debian Bug Tracking System

Your message dated Sat, 08 Aug 2009 18:47:44 +
with message-id 
and subject line Bug#507425: fixed in tasksel 2.80
has caused the Debian Bug report #507425,
regarding tasksel: Please add an Albanian desktop task
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.)


-- 
507425: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507425
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: tasksel
Severity: wishlist

There is at least one localisation package for albanian:

iceweasel-l10n-sq - Shqip (Albanian) language package for Iceweasel


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

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

Versions of packages tasksel depends on:
ii  aptitude 0.4.11.11-1 terminal-based package manager
ii  debconf [debconf-2.0]1.5.24  Debian configuration management sy
ii  liblocale-gettext-perl   1.05-4  Using libc functions for internati
pn  tasksel-data   (no description available)

tasksel recommends no packages.

tasksel suggests no packages.


--- End Message ---
--- Begin Message ---
Source: tasksel
Source-Version: 2.80

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

task-overrides_2.80_all.tar.gz byhand
tasksel-data_2.80_all.deb
  to pool/main/t/tasksel/tasksel-data_2.80_all.deb
tasksel_2.80.dsc
  to pool/main/t/tasksel/tasksel_2.80.dsc
tasksel_2.80.tar.gz
  to pool/main/t/tasksel/tasksel_2.80.tar.gz
tasksel_2.80_all.deb
  to pool/main/t/tasksel/tasksel_2.80_all.deb



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

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

Debian distribution maintenance software
pp.
Joey Hess  (supplier of updated tasksel 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: Sat, 08 Aug 2009 14:26:59 -0400
Source: tasksel
Binary: tasksel tasksel-data
Architecture: source all
Version: 2.80
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team 
Changed-By: Joey Hess 
Description: 
 tasksel- Tool for selecting tasks for installation on Debian systems
 tasksel-data - Official tasks used for installation of Debian systems
Closes: 399840 452388 503510 507424 507425 519458 536549 538902 539656 539864
Changes: 
 tasksel (2.80) unstable; urgency=low
 .
   [ Christian Perrier ]
   * Add kannada-gnome-desktop, kannada-desktop and kannada-kde-desktop tasks
 Closes: #536549
   * Add albanian-desktop. Closes: #507425
   * Add marathi and marathi-desktop tasks. Closes: #507424
   * Add mozvoikko to finnish-desktop. Closes: #503510
   * Fix "tasksel --help shows \t instead of tabs" by
 fixing tabs escaping in Spanish translation. Closes: #519458
   * Revamp the description of standard and desktop tasks in
 an attempt to make them clearer. Closes: #452388
   * Add an SSH server task. Closes: #399840
   * Adapt tasks to packages that are really in unstable:
 - bosnian-kde-desktop dropped (no more kde-i18n-bs)
 - chinput dropped from chinese-s-desktopo
 - croatian-gnome-desktop dropped (no more sylpheed-claws-gtk2-i18n)
 - ttf-thryomanes dropped from cyrillic-desktop
 - openoffice.org-l10n-sr-cs dropped from cyrillic-desktop
 - esperanto-kde-desktop dropped (no more kde-i18n-eo)
 - ttf-unicode dropped from hungarian-desktop
 - apt-howto-it dropped from italian
 - manpages-ko dropped from korean
 - lxtasks dropped from lxde-desktop
 - northern-sami-kde-desktop dropped (no more kde-i18n-se)
 - persian-kde-desktop dropped (no more kde-i18n-fa)
 - fonty dropped from polish
 - serbian-gnome-desktop dropped (no more sylpheed-claws-gtk2-i18n)
 - fonty dropped from slovak
 - tamil-kde-desktop dropped (no more kde-i18n-ta)
 - kde-i18n-te dropped from telugu-kde-desktop
 - apt-howto-uk dropped from ukrainian
 - iceweasel-locale-uk droppe dfrom ukrainian-desktop
 - welsh-kde-desktop dropped (no more kde-i18n-cy)
   * Remove localisation *-g

Bug#519458: marked as done (tasksel --help shows \t instead of tabs)

2009-08-08 Thread Debian Bug Tracking System

Your message dated Sat, 08 Aug 2009 18:47:44 +
with message-id 
and subject line Bug#519458: fixed in tasksel 2.80
has caused the Debian Bug report #519458,
regarding tasksel --help shows \t instead of tabs
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.)


-- 
519458: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519458
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Subject: tasksel --help shows \t instead of tabs
Package: tasksel
Version: 2.78
Severity: minor

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

fresh lenny install. ssia.

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

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

Versions of packages tasksel depends on:
ii  aptitude  0.4.11.11-1~lenny1 terminal-based package manager
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  liblocale-gettext-per 1.05-4 Using libc functions for internati
ii  tasksel-data  2.78   Official tasks used for installati

tasksel recommends no packages.

tasksel suggests no packages.

-- debconf information:
  tasksel/title:
  tasksel/desktop: gnome
  tasksel/first: Standard system
  tasksel/tasks:


--- End Message ---
--- Begin Message ---
Source: tasksel
Source-Version: 2.80

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

task-overrides_2.80_all.tar.gz byhand
tasksel-data_2.80_all.deb
  to pool/main/t/tasksel/tasksel-data_2.80_all.deb
tasksel_2.80.dsc
  to pool/main/t/tasksel/tasksel_2.80.dsc
tasksel_2.80.tar.gz
  to pool/main/t/tasksel/tasksel_2.80.tar.gz
tasksel_2.80_all.deb
  to pool/main/t/tasksel/tasksel_2.80_all.deb



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

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

Debian distribution maintenance software
pp.
Joey Hess  (supplier of updated tasksel 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: Sat, 08 Aug 2009 14:26:59 -0400
Source: tasksel
Binary: tasksel tasksel-data
Architecture: source all
Version: 2.80
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team 
Changed-By: Joey Hess 
Description: 
 tasksel- Tool for selecting tasks for installation on Debian systems
 tasksel-data - Official tasks used for installation of Debian systems
Closes: 399840 452388 503510 507424 507425 519458 536549 538902 539656 539864
Changes: 
 tasksel (2.80) unstable; urgency=low
 .
   [ Christian Perrier ]
   * Add kannada-gnome-desktop, kannada-desktop and kannada-kde-desktop tasks
 Closes: #536549
   * Add albanian-desktop. Closes: #507425
   * Add marathi and marathi-desktop tasks. Closes: #507424
   * Add mozvoikko to finnish-desktop. Closes: #503510
   * Fix "tasksel --help shows \t instead of tabs" by
 fixing tabs escaping in Spanish translation. Closes: #519458
   * Revamp the description of standard and desktop tasks in
 an attempt to make them clearer. Closes: #452388
   * Add an SSH server task. Closes: #399840
   * Adapt tasks to packages that are really in unstable:
 - bosnian-kde-desktop dropped (no more kde-i18n-bs)
 - chinput dropped from chinese-s-desktopo
 - croatian-gnome-desktop dropped (no more sylpheed-claws-gtk2-i18n)
 - ttf-thryomanes dropped from cyrillic-desktop
 - openoffice.org-l10n-sr-cs dropped from cyrillic-desktop
 - esperanto-kde-desktop dropped (no more kde-i18n-eo)
 - ttf-unicode dropped from hungarian-desktop
 - apt-howto-it dropped from italian
 - manpages-ko dropped from korean
 - lxtasks dropped from lxde-desktop
 - northern-sami-kde-desktop dropped (no more kde-i18n-se)
 - persian-kde-desktop dropped (no more kde-i18n-fa)
 - fonty dropped from polish
 - serbian-gnome-desktop dropped (no more sylpheed-claws-gtk2-i18n)
 - fonty dropped from slovak
 - tamil-kde-desktop dropped (no more kde-i18n-ta)
 - kde-i18n-te dropped from telugu-kde-desktop
 - apt-howto-uk dropped from ukrainian
 - iceweasel

Bug#452388: marked as done ("Standard system" is confusing)

2009-08-08 Thread Debian Bug Tracking System

Your message dated Sat, 08 Aug 2009 18:47:44 +
with message-id 
and subject line Bug#452388: fixed in tasksel 2.80
has caused the Debian Bug report #452388,
regarding "Standard system" is confusing
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.)


-- 
452388: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=452388
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: tasksel
Version: 2.70
Severity: wishlist
Tags: patch

Policy describes the "standard" priority level as:

  "These packages provide a reasonably small but not too limited character-mode
   system. This is what will be installed by default if the user doesn't select
   anything else. It doesn't include many large applications."

which means that in the context of Policy s.2.5, the word "standard" implies
command-line interface.  However, word has it that some of our users (those
heretics! :-)) haven't studied Policy throughtfuly, and might think that
"standard" means something like "must-have" [1].

... which obviously it isn't when you're setting up a GUI-only system for a
command-line-impaired user (or even, when the user himself is).  In that case
you'll most likely want to avoid this task completely, specially since it
contains packages (at, exim4, nfs-common, portmap) that launch system daemons,
increasing boot time and overall memory usage.

I would suggest:

--- tasksel-2.70/tasks/standard~2007-10-20 03:32:28.0 +0200
+++ tasksel-2.70/tasks/standard 2007-11-22 15:08:43.0 +0100
@@ -1,6 +1,6 @@
 Task: standard
 Section: user
-Description: Standard system
+Description: Command-line environment
  This task installs a reasonably small character-mode system.
 Packages: standard
 Test-new-install: mark skip

-- System Information:
Debian Release: lenny/sid
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-amd64
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)


--- End Message ---
--- Begin Message ---
Source: tasksel
Source-Version: 2.80

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

task-overrides_2.80_all.tar.gz byhand
tasksel-data_2.80_all.deb
  to pool/main/t/tasksel/tasksel-data_2.80_all.deb
tasksel_2.80.dsc
  to pool/main/t/tasksel/tasksel_2.80.dsc
tasksel_2.80.tar.gz
  to pool/main/t/tasksel/tasksel_2.80.tar.gz
tasksel_2.80_all.deb
  to pool/main/t/tasksel/tasksel_2.80_all.deb



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

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

Debian distribution maintenance software
pp.
Joey Hess  (supplier of updated tasksel 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: Sat, 08 Aug 2009 14:26:59 -0400
Source: tasksel
Binary: tasksel tasksel-data
Architecture: source all
Version: 2.80
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team 
Changed-By: Joey Hess 
Description: 
 tasksel- Tool for selecting tasks for installation on Debian systems
 tasksel-data - Official tasks used for installation of Debian systems
Closes: 399840 452388 503510 507424 507425 519458 536549 538902 539656 539864
Changes: 
 tasksel (2.80) unstable; urgency=low
 .
   [ Christian Perrier ]
   * Add kannada-gnome-desktop, kannada-desktop and kannada-kde-desktop tasks
 Closes: #536549
   * Add albanian-desktop. Closes: #507425
   * Add marathi and marathi-desktop tasks. Closes: #507424
   * Add mozvoikko to finnish-desktop. Closes: #503510
   * Fix "tasksel --help shows \t instead of tabs" by
 fixing tabs escaping in Spanish translation. Closes: #519458
   * Revamp the description of standard and desktop tasks in
 an attempt to make them clearer. Closes: #452388
   * Add an SSH server task. Closes: #399840
   * Adapt tasks to packages that are really in unstable:
 - bosnian-kde-desktop dropped (no more kde-i18n-bs)
 - chinput dropped from chinese-s-desktopo
 - croatian-gnome-desktop dropped (no more sylpheed-claws-gtk2-i18n)
 - ttf-thryomanes dropped from cyrillic-desktop
 - openoffice.org-l10n-sr-cs dropped from cyrillic-desktop
 - esperanto-kde-d

Bug#536549: marked as done (Add Kannada language tasks to tasksel)

2009-08-08 Thread Debian Bug Tracking System

Your message dated Sat, 08 Aug 2009 18:47:44 +
with message-id 
and subject line Bug#536549: fixed in tasksel 2.80
has caused the Debian Bug report #536549,
regarding Add Kannada language tasks to tasksel
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.)


-- 
536549: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=536549
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: tasksel
Severity: normal
X-Debbugs-CC: debian-in-work...@lists.alioth.debian.org

Hi,

Please add kannada language task to tasksel.

- Praveen
-- 
പ്രവീണ്‍ അരിമ്പ്രത്തൊടിയില്‍
 I know my rights; I want my phone call!
 What use is a phone call, if you are unable to speak?
(as seen on /.)
Join The DRM Elimination Crew Now!
http://fci.wikia.com/wiki/Anti-DRM-Campaign
Task: kannada-desktop
Section: l10n
Description: Kannada desktop
 This task localises the desktop in Kannada.
Key: 
 ttf-kannada-fonts
 scim-tables-additional
 iceweasel-l10n-kn
Enhances: desktop
Packages: task-fields
Test-lang: kn

Task: kannada-gnome-desktop
Section: l10n
Description: Kannada GNOME desktop
 This task localises the GNOME desktop in Kannada.
Enhances: gnome-desktop, kannada-desktop
Packages: task-fields

Task: kannada-kde-desktop
Section: l10n
Description: Kannada KDE desktop
 This task localises the KDE desktop in Kannada.
Key:
 kde-l10n-kn
Enhances: kde-desktop, kannada-desktop
Packages: task-fields

--- End Message ---
--- Begin Message ---
Source: tasksel
Source-Version: 2.80

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

task-overrides_2.80_all.tar.gz byhand
tasksel-data_2.80_all.deb
  to pool/main/t/tasksel/tasksel-data_2.80_all.deb
tasksel_2.80.dsc
  to pool/main/t/tasksel/tasksel_2.80.dsc
tasksel_2.80.tar.gz
  to pool/main/t/tasksel/tasksel_2.80.tar.gz
tasksel_2.80_all.deb
  to pool/main/t/tasksel/tasksel_2.80_all.deb



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

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

Debian distribution maintenance software
pp.
Joey Hess  (supplier of updated tasksel 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: Sat, 08 Aug 2009 14:26:59 -0400
Source: tasksel
Binary: tasksel tasksel-data
Architecture: source all
Version: 2.80
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team 
Changed-By: Joey Hess 
Description: 
 tasksel- Tool for selecting tasks for installation on Debian systems
 tasksel-data - Official tasks used for installation of Debian systems
Closes: 399840 452388 503510 507424 507425 519458 536549 538902 539656 539864
Changes: 
 tasksel (2.80) unstable; urgency=low
 .
   [ Christian Perrier ]
   * Add kannada-gnome-desktop, kannada-desktop and kannada-kde-desktop tasks
 Closes: #536549
   * Add albanian-desktop. Closes: #507425
   * Add marathi and marathi-desktop tasks. Closes: #507424
   * Add mozvoikko to finnish-desktop. Closes: #503510
   * Fix "tasksel --help shows \t instead of tabs" by
 fixing tabs escaping in Spanish translation. Closes: #519458
   * Revamp the description of standard and desktop tasks in
 an attempt to make them clearer. Closes: #452388
   * Add an SSH server task. Closes: #399840
   * Adapt tasks to packages that are really in unstable:
 - bosnian-kde-desktop dropped (no more kde-i18n-bs)
 - chinput dropped from chinese-s-desktopo
 - croatian-gnome-desktop dropped (no more sylpheed-claws-gtk2-i18n)
 - ttf-thryomanes dropped from cyrillic-desktop
 - openoffice.org-l10n-sr-cs dropped from cyrillic-desktop
 - esperanto-kde-desktop dropped (no more kde-i18n-eo)
 - ttf-unicode dropped from hungarian-desktop
 - apt-howto-it dropped from italian
 - manpages-ko dropped from korean
 - lxtasks dropped from lxde-desktop
 - northern-sami-kde-desktop dropped (no more kde-i18n-se)
 - persian-kde-desktop dropped (no more kde-i18n-fa)
 - fonty dropped from polish
 - serbian-gnome-desktop dropped (no more sylpheed-claws-gtk2-i18n)
 - fonty dropped from slovak
 - tamil-kde-desktop dropped (no more kde-i18n-ta)
 - kde-i18n-te dropped from telugu-kde-desktop
 - apt-howto-uk dropped from ukrai

Bug#399840: marked as done (tasksel: request for ssh-server task)

2009-08-08 Thread Debian Bug Tracking System

Your message dated Sat, 08 Aug 2009 18:47:44 +
with message-id 
and subject line Bug#399840: fixed in tasksel 2.80
has caused the Debian Bug report #399840,
regarding tasksel: request for ssh-server task
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.)


-- 
399840: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=399840
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: tasksel
Severity: wishlist

Op 21-11-2006 om 00:57 schreef Holger Levsen:
> I know the task-menu is a difficult topic but I just wondered if a task "ssh 
> server" wouldn't be really useful. I never install (and would install) the 
> mail, web & print-server tasks (as I prefer to do that with more 
> control/finetuning anyway) but I would very very often select the 
> "ssh-server" task...

For me would a "ssh server" task also very usefull.
I also prefer it above "print-server" and "server where you don't known
which MTA or database engine you get"


Cheers
Geert Stappers

--- End Message ---
--- Begin Message ---
Source: tasksel
Source-Version: 2.80

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

task-overrides_2.80_all.tar.gz byhand
tasksel-data_2.80_all.deb
  to pool/main/t/tasksel/tasksel-data_2.80_all.deb
tasksel_2.80.dsc
  to pool/main/t/tasksel/tasksel_2.80.dsc
tasksel_2.80.tar.gz
  to pool/main/t/tasksel/tasksel_2.80.tar.gz
tasksel_2.80_all.deb
  to pool/main/t/tasksel/tasksel_2.80_all.deb



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

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

Debian distribution maintenance software
pp.
Joey Hess  (supplier of updated tasksel 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: Sat, 08 Aug 2009 14:26:59 -0400
Source: tasksel
Binary: tasksel tasksel-data
Architecture: source all
Version: 2.80
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team 
Changed-By: Joey Hess 
Description: 
 tasksel- Tool for selecting tasks for installation on Debian systems
 tasksel-data - Official tasks used for installation of Debian systems
Closes: 399840 452388 503510 507424 507425 519458 536549 538902 539656 539864
Changes: 
 tasksel (2.80) unstable; urgency=low
 .
   [ Christian Perrier ]
   * Add kannada-gnome-desktop, kannada-desktop and kannada-kde-desktop tasks
 Closes: #536549
   * Add albanian-desktop. Closes: #507425
   * Add marathi and marathi-desktop tasks. Closes: #507424
   * Add mozvoikko to finnish-desktop. Closes: #503510
   * Fix "tasksel --help shows \t instead of tabs" by
 fixing tabs escaping in Spanish translation. Closes: #519458
   * Revamp the description of standard and desktop tasks in
 an attempt to make them clearer. Closes: #452388
   * Add an SSH server task. Closes: #399840
   * Adapt tasks to packages that are really in unstable:
 - bosnian-kde-desktop dropped (no more kde-i18n-bs)
 - chinput dropped from chinese-s-desktopo
 - croatian-gnome-desktop dropped (no more sylpheed-claws-gtk2-i18n)
 - ttf-thryomanes dropped from cyrillic-desktop
 - openoffice.org-l10n-sr-cs dropped from cyrillic-desktop
 - esperanto-kde-desktop dropped (no more kde-i18n-eo)
 - ttf-unicode dropped from hungarian-desktop
 - apt-howto-it dropped from italian
 - manpages-ko dropped from korean
 - lxtasks dropped from lxde-desktop
 - northern-sami-kde-desktop dropped (no more kde-i18n-se)
 - persian-kde-desktop dropped (no more kde-i18n-fa)
 - fonty dropped from polish
 - serbian-gnome-desktop dropped (no more sylpheed-claws-gtk2-i18n)
 - fonty dropped from slovak
 - tamil-kde-desktop dropped (no more kde-i18n-ta)
 - kde-i18n-te dropped from telugu-kde-desktop
 - apt-howto-uk dropped from ukrainian
 - iceweasel-locale-uk droppe dfrom ukrainian-desktop
 - welsh-kde-desktop dropped (no more kde-i18n-cy)
   * Remove localisation *-gnome-desktop files that were empty
   * Add an Openoffice.org thesaurus to languages that have one:
 - French
 - Hungarian
 - Nepali
 - Polish
 - Russian
   * Add KDE l10n tasks for language that have a kde-i18n-* package:
 - Kazakh
   * Add kde

Bug#539864: marked as done ([INTL:ast] Asturian tasksel updated translation)

2009-08-08 Thread Debian Bug Tracking System

Your message dated Sat, 08 Aug 2009 18:47:44 +
with message-id 
and subject line Bug#539864: fixed in tasksel 2.80
has caused the Debian Bug report #539864,
regarding [INTL:ast] Asturian tasksel updated translation
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.)


-- 
539864: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=539864
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: tasksel
Version: N/A
Severity: wishlist
Tags: l10n patch

Please find attached the Asturian update translation of the tasksel
package (only "tasksel-tasks").

Thanks very much!


tasksel_tasks_po_ast.po.gz
Description: GNU Zip compressed data
--- End Message ---
--- Begin Message ---
Source: tasksel
Source-Version: 2.80

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

task-overrides_2.80_all.tar.gz byhand
tasksel-data_2.80_all.deb
  to pool/main/t/tasksel/tasksel-data_2.80_all.deb
tasksel_2.80.dsc
  to pool/main/t/tasksel/tasksel_2.80.dsc
tasksel_2.80.tar.gz
  to pool/main/t/tasksel/tasksel_2.80.tar.gz
tasksel_2.80_all.deb
  to pool/main/t/tasksel/tasksel_2.80_all.deb



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

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

Debian distribution maintenance software
pp.
Joey Hess  (supplier of updated tasksel 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: Sat, 08 Aug 2009 14:26:59 -0400
Source: tasksel
Binary: tasksel tasksel-data
Architecture: source all
Version: 2.80
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team 
Changed-By: Joey Hess 
Description: 
 tasksel- Tool for selecting tasks for installation on Debian systems
 tasksel-data - Official tasks used for installation of Debian systems
Closes: 399840 452388 503510 507424 507425 519458 536549 538902 539656 539864
Changes: 
 tasksel (2.80) unstable; urgency=low
 .
   [ Christian Perrier ]
   * Add kannada-gnome-desktop, kannada-desktop and kannada-kde-desktop tasks
 Closes: #536549
   * Add albanian-desktop. Closes: #507425
   * Add marathi and marathi-desktop tasks. Closes: #507424
   * Add mozvoikko to finnish-desktop. Closes: #503510
   * Fix "tasksel --help shows \t instead of tabs" by
 fixing tabs escaping in Spanish translation. Closes: #519458
   * Revamp the description of standard and desktop tasks in
 an attempt to make them clearer. Closes: #452388
   * Add an SSH server task. Closes: #399840
   * Adapt tasks to packages that are really in unstable:
 - bosnian-kde-desktop dropped (no more kde-i18n-bs)
 - chinput dropped from chinese-s-desktopo
 - croatian-gnome-desktop dropped (no more sylpheed-claws-gtk2-i18n)
 - ttf-thryomanes dropped from cyrillic-desktop
 - openoffice.org-l10n-sr-cs dropped from cyrillic-desktop
 - esperanto-kde-desktop dropped (no more kde-i18n-eo)
 - ttf-unicode dropped from hungarian-desktop
 - apt-howto-it dropped from italian
 - manpages-ko dropped from korean
 - lxtasks dropped from lxde-desktop
 - northern-sami-kde-desktop dropped (no more kde-i18n-se)
 - persian-kde-desktop dropped (no more kde-i18n-fa)
 - fonty dropped from polish
 - serbian-gnome-desktop dropped (no more sylpheed-claws-gtk2-i18n)
 - fonty dropped from slovak
 - tamil-kde-desktop dropped (no more kde-i18n-ta)
 - kde-i18n-te dropped from telugu-kde-desktop
 - apt-howto-uk dropped from ukrainian
 - iceweasel-locale-uk droppe dfrom ukrainian-desktop
 - welsh-kde-desktop dropped (no more kde-i18n-cy)
   * Remove localisation *-gnome-desktop files that were empty
   * Add an Openoffice.org thesaurus to languages that have one:
 - French
 - Hungarian
 - Nepali
 - Polish
 - Russian
   * Add KDE l10n tasks for language that have a kde-i18n-* package:
 - Kazakh
   * Add kde-i18n-th to formerly empty thai-kde-desktop
   * Add Openoffice.org l10n packages for language that have an
 openoffice.org-l10n-* package:
 - Basque
   * Add south-african-english-desktop with openoffice.org-l10n-en-za
   * Add Openoffice.org help packages for language that have an
 openoffice.org-help-* package

Bug#538902: marked as done (tasksel-data: localisation tasks mix spelling gujarati and gujurati)

2009-08-08 Thread Debian Bug Tracking System

Your message dated Sat, 08 Aug 2009 18:47:44 +
with message-id 
and subject line Bug#538902: fixed in tasksel 2.80
has caused the Debian Bug report #538902,
regarding tasksel-data: localisation tasks mix spelling gujarati and gujurati
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.)


-- 
538902: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538902
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: tasksel-data
Version: 2.79
Severity: normal
Tags: l10n


Hi

The tasks gujurati-gnome-desktop and gujurati-kde-desktop both extend 
gujurati-desktop which, does not exist.

gujarati-desktop does exist.

I don't know which is the correct spelling, but one must be wrong (from a 
packaging point of view, not a linguistic one).

Also, there is no package called just guj[au]rati, and there is a test-lang 
test on gujarati-desktop.  I don't know if this is wrong too.

HTH HAND


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

Kernel: Linux 2.6.26-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages tasksel-data depends on:
ii  tasksel   2.79   Tool for selecting tasks for insta

Versions of packages tasksel-data recommends:
ii  laptop-detect 0.13.7 attempt to detect a laptop

tasksel-data suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: tasksel
Source-Version: 2.80

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

task-overrides_2.80_all.tar.gz byhand
tasksel-data_2.80_all.deb
  to pool/main/t/tasksel/tasksel-data_2.80_all.deb
tasksel_2.80.dsc
  to pool/main/t/tasksel/tasksel_2.80.dsc
tasksel_2.80.tar.gz
  to pool/main/t/tasksel/tasksel_2.80.tar.gz
tasksel_2.80_all.deb
  to pool/main/t/tasksel/tasksel_2.80_all.deb



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

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

Debian distribution maintenance software
pp.
Joey Hess  (supplier of updated tasksel 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: Sat, 08 Aug 2009 14:26:59 -0400
Source: tasksel
Binary: tasksel tasksel-data
Architecture: source all
Version: 2.80
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team 
Changed-By: Joey Hess 
Description: 
 tasksel- Tool for selecting tasks for installation on Debian systems
 tasksel-data - Official tasks used for installation of Debian systems
Closes: 399840 452388 503510 507424 507425 519458 536549 538902 539656 539864
Changes: 
 tasksel (2.80) unstable; urgency=low
 .
   [ Christian Perrier ]
   * Add kannada-gnome-desktop, kannada-desktop and kannada-kde-desktop tasks
 Closes: #536549
   * Add albanian-desktop. Closes: #507425
   * Add marathi and marathi-desktop tasks. Closes: #507424
   * Add mozvoikko to finnish-desktop. Closes: #503510
   * Fix "tasksel --help shows \t instead of tabs" by
 fixing tabs escaping in Spanish translation. Closes: #519458
   * Revamp the description of standard and desktop tasks in
 an attempt to make them clearer. Closes: #452388
   * Add an SSH server task. Closes: #399840
   * Adapt tasks to packages that are really in unstable:
 - bosnian-kde-desktop dropped (no more kde-i18n-bs)
 - chinput dropped from chinese-s-desktopo
 - croatian-gnome-desktop dropped (no more sylpheed-claws-gtk2-i18n)
 - ttf-thryomanes dropped from cyrillic-desktop
 - openoffice.org-l10n-sr-cs dropped from cyrillic-desktop
 - esperanto-kde-desktop dropped (no more kde-i18n-eo)
 - ttf-unicode dropped from hungarian-desktop
 - apt-howto-it dropped from italian
 - manpages-ko dropped from korean
 - lxtasks dropped from lxde-desktop
 - northern-sami-kde-desktop dropped (no more kde-i18n-se)
 - persian-kde-desktop dropped (no more kde-i18n-fa)
 - fonty dropped from polish
 - serbian-gnome-desktop dropped (no more sylpheed-claws-gtk2-i18n)
 - fonty dropped from slovak
 - tamil-kde-desktop dropped (no more kde-

Bug#507424: marked as done (tasksel: Please add a Marathi desktop task)

2009-08-08 Thread Debian Bug Tracking System

Your message dated Sat, 08 Aug 2009 18:47:44 +
with message-id 
and subject line Bug#507424: fixed in tasksel 2.80
has caused the Debian Bug report #507424,
regarding tasksel: Please add a Marathi desktop task
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.)


-- 
507424: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507424
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: tasksel
Severity: wishlist

A quick search finds the following language packages for Marathi:

iceweasel-l10n-mr - Marathi language package for Iceweasel
openoffice.org-l10n-mr-in - Marathi language package for OpenOffice.org


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

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

Versions of packages tasksel depends on:
ii  aptitude 0.4.11.11-1 terminal-based package manager
ii  debconf [debconf-2.0]1.5.24  Debian configuration management sy
ii  liblocale-gettext-perl   1.05-4  Using libc functions for internati
pn  tasksel-data   (no description available)

tasksel recommends no packages.

tasksel suggests no packages.


--- End Message ---
--- Begin Message ---
Source: tasksel
Source-Version: 2.80

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

task-overrides_2.80_all.tar.gz byhand
tasksel-data_2.80_all.deb
  to pool/main/t/tasksel/tasksel-data_2.80_all.deb
tasksel_2.80.dsc
  to pool/main/t/tasksel/tasksel_2.80.dsc
tasksel_2.80.tar.gz
  to pool/main/t/tasksel/tasksel_2.80.tar.gz
tasksel_2.80_all.deb
  to pool/main/t/tasksel/tasksel_2.80_all.deb



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

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

Debian distribution maintenance software
pp.
Joey Hess  (supplier of updated tasksel 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: Sat, 08 Aug 2009 14:26:59 -0400
Source: tasksel
Binary: tasksel tasksel-data
Architecture: source all
Version: 2.80
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team 
Changed-By: Joey Hess 
Description: 
 tasksel- Tool for selecting tasks for installation on Debian systems
 tasksel-data - Official tasks used for installation of Debian systems
Closes: 399840 452388 503510 507424 507425 519458 536549 538902 539656 539864
Changes: 
 tasksel (2.80) unstable; urgency=low
 .
   [ Christian Perrier ]
   * Add kannada-gnome-desktop, kannada-desktop and kannada-kde-desktop tasks
 Closes: #536549
   * Add albanian-desktop. Closes: #507425
   * Add marathi and marathi-desktop tasks. Closes: #507424
   * Add mozvoikko to finnish-desktop. Closes: #503510
   * Fix "tasksel --help shows \t instead of tabs" by
 fixing tabs escaping in Spanish translation. Closes: #519458
   * Revamp the description of standard and desktop tasks in
 an attempt to make them clearer. Closes: #452388
   * Add an SSH server task. Closes: #399840
   * Adapt tasks to packages that are really in unstable:
 - bosnian-kde-desktop dropped (no more kde-i18n-bs)
 - chinput dropped from chinese-s-desktopo
 - croatian-gnome-desktop dropped (no more sylpheed-claws-gtk2-i18n)
 - ttf-thryomanes dropped from cyrillic-desktop
 - openoffice.org-l10n-sr-cs dropped from cyrillic-desktop
 - esperanto-kde-desktop dropped (no more kde-i18n-eo)
 - ttf-unicode dropped from hungarian-desktop
 - apt-howto-it dropped from italian
 - manpages-ko dropped from korean
 - lxtasks dropped from lxde-desktop
 - northern-sami-kde-desktop dropped (no more kde-i18n-se)
 - persian-kde-desktop dropped (no more kde-i18n-fa)
 - fonty dropped from polish
 - serbian-gnome-desktop dropped (no more sylpheed-claws-gtk2-i18n)
 - fonty dropped from slovak
 - tamil-kde-desktop dropped (no more kde-i18n-ta)
 - kde-i18n-te dropped from telugu-kde-desktop
 - apt-howto-uk dropped from ukrainian
 - iceweasel-locale-uk droppe dfrom ukrainian-desktop
 - welsh-

tasksel_2.80_i386.changes ACCEPTED

2009-08-08 Thread Archive Administrator

Accepted:
task-overrides_2.80_all.tar.gz byhand
tasksel-data_2.80_all.deb
  to pool/main/t/tasksel/tasksel-data_2.80_all.deb
tasksel_2.80.dsc
  to pool/main/t/tasksel/tasksel_2.80.dsc
tasksel_2.80.tar.gz
  to pool/main/t/tasksel/tasksel_2.80.tar.gz
tasksel_2.80_all.deb
  to pool/main/t/tasksel/tasksel_2.80_all.deb
Changes: tasksel (2.80) unstable; urgency=low
 .
  [ Christian Perrier ]
  * Add kannada-gnome-desktop, kannada-desktop and kannada-kde-desktop tasks
Closes: #536549
  * Add albanian-desktop. Closes: #507425
  * Add marathi and marathi-desktop tasks. Closes: #507424
  * Add mozvoikko to finnish-desktop. Closes: #503510
  * Fix "tasksel --help shows \t instead of tabs" by
fixing tabs escaping in Spanish translation. Closes: #519458
  * Revamp the description of standard and desktop tasks in
an attempt to make them clearer. Closes: #452388
  * Add an SSH server task. Closes: #399840
  * Adapt tasks to packages that are really in unstable:
- bosnian-kde-desktop dropped (no more kde-i18n-bs)
- chinput dropped from chinese-s-desktopo
- croatian-gnome-desktop dropped (no more sylpheed-claws-gtk2-i18n)
- ttf-thryomanes dropped from cyrillic-desktop
- openoffice.org-l10n-sr-cs dropped from cyrillic-desktop
- esperanto-kde-desktop dropped (no more kde-i18n-eo)
- ttf-unicode dropped from hungarian-desktop
- apt-howto-it dropped from italian
- manpages-ko dropped from korean
- lxtasks dropped from lxde-desktop
- northern-sami-kde-desktop dropped (no more kde-i18n-se)
- persian-kde-desktop dropped (no more kde-i18n-fa)
- fonty dropped from polish
- serbian-gnome-desktop dropped (no more sylpheed-claws-gtk2-i18n)
- fonty dropped from slovak
- tamil-kde-desktop dropped (no more kde-i18n-ta)
- kde-i18n-te dropped from telugu-kde-desktop
- apt-howto-uk dropped from ukrainian
- iceweasel-locale-uk droppe dfrom ukrainian-desktop
- welsh-kde-desktop dropped (no more kde-i18n-cy)
  * Remove localisation *-gnome-desktop files that were empty
  * Add an Openoffice.org thesaurus to languages that have one:
- French
- Hungarian
- Nepali
- Polish
- Russian
  * Add KDE l10n tasks for language that have a kde-i18n-* package:
- Kazakh
  * Add kde-i18n-th to formerly empty thai-kde-desktop
  * Add Openoffice.org l10n packages for language that have an
openoffice.org-l10n-* package:
- Basque
  * Add south-african-english-desktop with openoffice.org-l10n-en-za
  * Add Openoffice.org help packages for language that have an
openoffice.org-help-* package:
- Catalan
  * Add Openoffice.org thesaurus packages for language that have an
openoffice.org-thesaurus-* package:
- French
  * Add Iweweasel l10n packages for language that have an
iceweasel-l10n-* package:
- Belarusian
- Bengali
- Dzongkha
- Esperanto
- Estonian
- Galician
- Georgian
- Hindi
- Icelandic
- Indonesian
- Latvian
- Nepali
- Persian
- Portuguese
- Serbian
- Telugu
- Thai
- Ukrainian
- Welsh
  * Add aspell packages for languages that have one:
- Arabic (added aspell-ar-large)
- Basque (adds a basque task)
- Esperanto (adds an esperanto task)
- Finnish
- German (along with aspell-de-alt)
- Greek
- Gujarati (adds a gujarati task)
- Latvian (adds a latvian task)
- Malayalam (adds a latvian task)
- Polish
- Russian
  * Remove language-env for languages not supported by the package:
Amharic, Arabic, Bengali, Brazilian Portuguese, cyrillic, Greek, Hindi
Italian, Norwegian, Persian, Polish, Punjabi, Romanian, Tamil,
Telugu, Turkish
  * Add manpages-* packages for languages that have one:
- Czech
 .
  [ Otavio Salvador ]
  * Fixes a typo in Gujarati language tasks. Closes: #538902
 .
  [ Translations of tasks ]
  * French updated.
  * Esperanto updated. Closes: #539656
  * Asturian updated. Closes: #539864


Override entries for your package:
tasksel-data_2.80_all.deb - important admin
tasksel_2.80.dsc - source admin
tasksel_2.80_all.deb - important admin

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 399840 452388 503510 507424 507425 519458 536549 538902 539656 
539864 


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



Processing of tasksel_2.80_i386.changes

2009-08-08 Thread Archive Administrator
tasksel_2.80_i386.changes uploaded successfully to localhost
along with the files:
  tasksel_2.80.dsc
  tasksel_2.80.tar.gz
  tasksel_2.80_all.deb
  tasksel-data_2.80_all.deb
  task-overrides_2.80_all.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



Re: Install from ISO for Xen guest

2009-08-08 Thread Ian Campbell
On Sat, 2009-08-08 at 20:21 +0200, Frans Pop wrote:
> On Friday 07 August 2009, Ian Campbell wrote:
> > Below is a patch for debian-installer to build cdrom-xen variants for
> > i386 and amd64. If nobody objects I would like to commit this to the
> > d-i repository.
> 
> I'd like to test it first. The fan of my notebook needs replacing, so that 
> may take a few days.

No problem, thanks.

A few other things are also needed to get a final result which is
actually usable. I wasn't bothering about these explicitly since they
will happen in the routine course of things.

Firstly the i386 and amd64 kernel udebs need to be rebuilt against a
kernel package >= 2.6.30-4 in order to pick up a bug fix which prevents
the kernel from booting under Xen.

Secondly an updated udev package is needed in order for d-i to detect
the CD correctly. Marco is working on a new upstream which includes this
and says it'll be done in a few weeks. I've been using a rebuild of the
current version in sid with the necessary patches applied, debdiff is
below.

Ian.

diff -u udev-0.141/rules/debian/50-udev.rules 
udev-0.141/rules/debian/50-udev.rules
--- udev-0.141/rules/debian/50-udev.rules
+++ udev-0.141/rules/debian/50-udev.rules
@@ -6,6 +6,8 @@
IMPORT{program}="cdrom_id --export $tempnode"
 KERNEL=="sr[0-9]*", ACTION=="add|change", \
IMPORT{program}="cdrom_id --export $tempnode"
+KERNEL=="xvd*", ACTION=="add|change", \
+   IMPORT{program}="cdrom_id --export $tempnode"
 
 # workarounds for devices which do not report media changes
 SUBSYSTEMS=="ide",  KERNEL=="hd[a-z]", ATTR{removable}=="1", \
diff -u udev-0.141/rules/debian/60-persistent-storage.rules 
udev-0.141/rules/debian/60-persistent-storage.rules
--- udev-0.141/rules/debian/60-persistent-storage.rules
+++ udev-0.141/rules/debian/60-persistent-storage.rules
@@ -22,9 +22,6 @@
 # ignore partitions that span the entire disk
 TEST=="whole_disk",GOTO="persistent_storage_end"
 
-# skip xen virtual hard disks
-DRIVERS=="vbd",GOTO="no_hardware_id"
-
 # workaround for kernels < 2.6.25-rc1
 ENV{DEVTYPE}!="?*", ATTR{range}=="?*", ENV{DEVTYPE}="disk"
 ENV{DEVTYPE}!="?*", ATTR{start}=="?*", ENV{DEVTYPE}="partition"
diff -u udev-0.141/debian/changelog udev-0.141/debian/changelog
--- udev-0.141/debian/changelog
+++ udev-0.141/debian/changelog
@@ -1,3 +1,9 @@
+udev (0.141-1.0.hellion0) UNRELEASED; urgency=low
+
+  * Allow Xen vbd's to be probed.
+
+ -- Ian Campbell   Wed, 13 May 2009 08:31:33 +0100
+
 udev (0.141-1) unstable; urgency=high
 
   * New upstream release. Fixes:
diff -u udev-0.141/debian/patches/series udev-0.141/debian/patches/series
--- udev-0.141/debian/patches/series
+++ udev-0.141/debian/patches/series
@@ -8,2 +8,4 @@
 dont-build-some-helpers
+path_id-xen-vbd
+cdrom_id-xen-vbd
 
only in patch2:
unchanged:
--- udev-0.141.orig/debian/patches/path_id-xen-vbd
+++ udev-0.141/debian/patches/path_id-xen-vbd
@@ -0,0 +1,51 @@
+commit 09b2999210c6843a2a3de529dd316b741261e31c
+Author: Ian Campbell 
+Date:   Thu Apr 16 22:46:18 2009 +0200
+
+path_id: support identification of Xen virtual block devices
+
+diff --git a/extras/path_id/path_id b/extras/path_id/path_id
+index d21dea7..7b4973f 100755
+--- a/extras/path_id/path_id
 b/extras/path_id/path_id
+@@ -129,6 +129,30 @@ handle_platform () {
+   RESULT=0
+ }
+ 
++handle_xen () {
++  local DEV=$1
++  cd -P $1
++  vbd_id=${DEV##*/}
++  host_dev_path=$DEV
++  while [ ! -z "$host_dev_path" ] ; do
++  case "$host_dev_path" in
++  */vbd*)
++  host_dev_path=${host_dev_path%/*}
++  ;;
++  *)
++  break
++  ;;
++  esac
++  done
++  if [ "$d" ]; then
++  d="xen-$vbd_id-$d"
++  else
++  d="xen-$vbd_id"
++  fi
++  D="$host_dev_path"
++  RESULT=0
++}
++
+ handle_serio () {
+   local DEV=$1
+   cd -P $1
+@@ -532,6 +556,9 @@ handle_device () {
+   */platform/*)
+   handle_platform "$D"
+   ;;
++  */vbd-[0-9]*)
++  handle_xen "$D"
++  ;;
+   */devices)
+   D=
+   ;;
only in patch2:
unchanged:
--- udev-0.141.orig/debian/patches/cdrom_id-xen-vbd
+++ udev-0.141/debian/patches/cdrom_id-xen-vbd
@@ -0,0 +1,35 @@
+commit 55d8f5e208396589476583dad8f2a7f2db3e2ef5
+Author: Kay Sievers 
+Date:   Fri Apr 17 00:29:56 2009 +0200
+
+cdrom_id: add Xen cdrom support
+
+diff --git a/extras/cdrom_id/60-cdrom_id.rules 
b/extras/cdrom_id/60-cdrom_id.rules
+index 12fbf63..a3e8e3c 100644
+--- a/extras/cdrom_id/60-cdrom_id.rules
 b/extras/cdrom_id/60-cdrom_id.rules
+@@ -1,3 +1,5 @@
+-# import optical drive properties
+

Re: Install from ISO for Xen guest

2009-08-08 Thread Frans Pop
On Friday 07 August 2009, Ian Campbell wrote:
> Below is a patch for debian-installer to build cdrom-xen variants for
> i386 and amd64. If nobody objects I would like to commit this to the
> d-i repository.

I'd like to test it first. The fan of my notebook needs replacing, so that 
may take a few days.

Cheers,
FJP


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



Re: UUID in fstab for device mapper devices?

2009-08-08 Thread Max Vozeler
Hi all,

Attempt to summarize the discussion so far (please correct): 

 1) We should use /dev/mapper/ paths rather than UUID in the fstab 
entries for all device mapper devices.

 2) For some type of device mapper devices (multipath), using the 
/dev/disk/by-id/ symlinks would be better than /dev/mapper/.

If there is rough concensus about this, I would go ahead and make
the change to use /dev/mapper in partman-target.

I would like to do so soon, because the current use of UUIDs breaks
rootLV-on-cryptoPV ("Encrypted LVM") installs in d-i.

The /dev/disk/by-id/ improvement for specific types can then be 
considered and worked on separately.

Sounds good? Objections?

Max


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



Re: Bug#536312: Our stable release

2009-08-08 Thread Luk Claes
J.A. Bezemer wrote:
> Hi all,
> 
> We haven't had a properly installable stable release for a full month
> now, #536312. Applies to both CD/DVD and network installs. I don't see
> much activity to resolve this. Are we so busy with squeeze and sid, that
> we don't care about lenny any more?

FTP Masters: is it possible to fix this without a point release? If so
what can we do to help in fixing it?

Note that for the squeeze tasksel overrides, the unstable ones could be
used for the moment.

Cheers

Luk


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



Bugs in the latest Debian Sid installer

2009-08-08 Thread Uwe Bugla
Hi everybody,

using the Debian testing installer from 4th August I stumbled over the 
follwing bugs:

1. console-data is missing in the list of necessary dependencies when you 
install the basic system:
The consequence is:
You are trapped if you owe a non-American keyboard with a qwertz layout.
That complicates the installation process enourmously instead of simplifying 
it.

2. At the point where the keyboard is being adjusted to the UTF-8 locale the 
script of the non-graphical installer (expert installation chosen in that 
specific case) hangs up the whole installation process. Only the graphical 
expert installation oversteps that installation step successively.

3. This is quite an old bug, and I really wonder why noone complained 
mentioning this one:

It is impossible to set up a server / router with this installer containing 
more than one NIC, no matter if you chose graphical or non-graphical 
installer:

In my personal example eth0 is connected to a highspeed modem. That's why I 
chose automatic DHCP configuration for the first NIC.
Eth1 is configured staticallly by my own choice, that means DHCP with fixed 
addresses for the server and the workstations.

The installer is incapable to handle more than one NIC, which is a mess!
For my personal usage that means that I am forced to completely ignore the 
second NIC during the installation process. When installation is complete I am 
forced to reconfigure the whole network part of my server / router manually, i. 
e. using an ordinary editor.
This state is quite insufficient and thus unacceptable.

If you got further questions or do need further info please ask.
Otherwise please do your best to fix those bugs.

All the other parts of the installer do run fine, and I am very thankful for 
that good work!

An additional menu point to adjust /etc/apt/sources.list to one's own personal 
needs would be very helpful as a part of such an installer.

Regards

Uwe


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



Re: [stable] Adding bnx2x driver in 5.0.3

2009-08-08 Thread Luk Claes
Otavio Salvador wrote:
> Hello dann,
> 
> On Sun, Jul 26, 2009 at 4:04 PM, dann frazier wrote:
>> The bnx2x driver was disabled in lenny due to its use of non-free
>> firmware. I have put together a patch that would reenable this driver
>> in lenny's 2.6.26 kernel, making use of the firmware split-out patch
>> that has gone upstream in Linux 2.6.31-rc releases (and is currently
>> in use in the linux-2.6 2.6.30 packages in sid).
> 
> Really good news :-)
> 
>> I'd like to see if we can enable the use of this driver in 5.0.3.
>> As far as I can tell, the necessary steps would be:
>>
>>  - Update the kernel (obviously) - planned for a p-u upload this week
>>  - Backport the necessary changes for firmware-nonfree from sid to add
>>   the firmware-bnx2x package

AFAICS both above are done?

>>  - Update kernel-wedge/stable to include bnx2x if available (are there
>>   space issues here?)
> 
> The space usage is neglitable and I think it can be done with a very
> small risk of regressions.
> 
> Be sure to use the kernel-wedge of lenny for building it since we've
> changed kernel-wedge a lot during the 2.6.30 migration and it is not
> suitable for the lenny usage.

What's the status here?

>>  - Update d-i in 5.0.3 to incorporate this driver
> 
> Yes, you got the picture right.
> 
> I offer help if required.

This can probably be done already when kernel-wedge is updated? Please
don't delay when unnecessary, TIA.

Cheers

Luk


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



Unblock glib2.0

2009-08-08 Thread Emilio Pozuelo Monfort
Hi,

glib2.0 has been in unstable for 41 days, according to [1]

Could it be unblocked so that it migrates to testing?

Thanks,
Emilio

[1] http://qa.debian.org/excuses.php?package=glib2.0



signature.asc
Description: OpenPGP digital signature


Processed: raising severity for python-xml-removal reports

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

> severity 468590 serious
Bug #468590 [gdeskcal] python-xml removal: please drop/replace (build) 
dependencies
Severity set to 'serious' from 'important'

> severity 468604 serious
Bug #468604 [memaid-pyqt] python-xml removal: please drop/replace (build) 
dependencies
Severity set to 'serious' from 'important'

> severity 468605 serious
Bug #468605 [mmpython] python-xml removal: please drop/replace (build) 
dependencies
Severity set to 'serious' from 'important'

> severity 468615 serious
Bug #468615 [pyragua] python-xml removal: please drop/replace (build) 
dependencies
Severity set to 'serious' from 'important'

> severity 468622 serious
Bug #468622 [zsi] python-xml removal: please drop/replace (build) dependencies
Severity set to 'serious' from 'important'

> severity 468624 serious
Bug #468624 [discover-data] python-xml removal: please drop/replace (build) 
dependencies
Severity set to 'serious' from 'important'

> severity 468646 serious
Bug #468646 [bk2site] python-xml removal: please drop/replace (build) 
dependencies
Severity set to 'serious' from 'important'

> severity 468610 serious
Bug #468610 [pyslide] python-xml removal: please drop/replace (build) 
dependencies
Severity set to 'serious' from 'wishlist'

> severity 468586 serious
Bug #468586 [freevo] python-xml removal: please drop/replace (build) 
dependencies
Severity set to 'serious' from 'important'

> severity 502889 serious
Bug #502889 [moin] python-xml removal: please drop/replace (build) 
dependencies/recommends
Severity set to 'serious' from 'important'

> severity 468602 serious
Bug #468602 [ll-xist] python-xml removal: please drop/replace (build) 
dependencies
Severity set to 'serious' from 'important'

> 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: UUID in fstab for device mapper devices?

2009-08-08 Thread Bastian Blank
On Fri, Aug 07, 2009 at 04:28:46PM +0200, Max Vozeler wrote:
> Since then, we concluded that it is preferable to go back to plain
> /dev/mapper/ paths for LVM LVs because those already provide stable 
> device naming (and are more descriptive).

UUID is completely unusable in case of snapshots. Also the real name
is needed to use such a device as root for the initramfs.

> What about your types of devices? (dmraid, multipath)

All device-mapper names should be stable enough. For multipath its
either the WWNN or similar id, which is used to correlate the single
devices together, or the configured name.

Bastian

-- 
Men of peace usually are [brave].
-- Spock, "The Savage Curtain", stardate 5906.5


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