Bug#785588: marked as done (Plug computer images don't boot)

2015-07-18 Thread Debian Bug Tracking System
Your message dated Sat, 18 Jul 2015 06:19:18 +
with message-id e1zglsw-0008s0...@franck.debian.org
and subject line Bug#785588: fixed in debian-installer 20150718
has caused the Debian Bug report #785588,
regarding Plug computer images don't boot
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.)


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

SheevaPlug and GuruPlug images in jessie (and later) don't boot with
this error:

| Error: unrecognized/unsupported machine ID (r1 = 0x0831).

See https://lists.debian.org/debian-user/2015/05/msg00590.html

The problem is that the way these machines are handled in the kernel
has changed.  We now have to append a device tree blob (DTB) to the
kernel image in d-i.

I'll commit a patch soon.

-- 
Martin Michlmayr
http://www.cyrius.com/
---End Message---
---BeginMessage---
Source: debian-installer
Source-Version: 20150718

We believe that the bug you reported is fixed in the latest version of
debian-installer, which is due to be installed in the Debian FTP archive.

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

Debian distribution maintenance software
pp.
Cyril Brulebois k...@debian.org (supplier of updated debian-installer 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 18 Jul 2015 07:53:17 +0200
Source: debian-installer
Binary: debian-installer
Architecture: source
Version: 20150718
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Cyril Brulebois k...@debian.org
Description:
 debian-installer - Debian Installer documentation
Closes: 485586 768427 783773 785588 786369 786882
Changes:
 debian-installer (20150718) unstable; urgency=medium
 .
   [ Didier Raboud ]
   * jessie is released! The next target is stretch; update those files
 accordingly:
 - build/boot/x86/xen/debian.cfg
 - build/config/common
 - doc/devel/internals/building.xml
 - debian/rules
   * In the syslinux menu tree:
 - Drop default64 statements that have not been working since Squeeze
 - Reorder alternatives to put the gtk option first
 - Default to graphical install, reorder and rephrase the help texts
   (Closes: #485586)
 - Swap amd64 and i386 to let the first be the norm, and the latter be the
   special case, rename labels
   * Bump linux kernel version from 3.16.0-4 to 4.0.0-1
 .
   [ Steven Chamberlain]
   * Slightly reduce kfreebsd-amd64 MFSROOT to 68 MiB, reducing total
 memory requirement to 160 MiB and leaving about 4 MiB safety margin.
 (Closes: #783773)
   * For kfreebsd, override /etc/default-release to unstable, and use
 jessie-kfreebsd as the default stable release, as used by
 choose-mirror.
 .
   [ Aurelien Jarno ]
   * Use mklibs-copy instead of mklibs, as discussed on the mailing list.
 .
   [ Martin Michlmayr ]
   * Append DTB for SheevaPlug, SheevaPlug eSATA and GuruPlug. (Closes:
 #785588)
   * Add image for Seagate DockStar.
   * Drop kirkwood/netboot-gtk image since it's never been used.
   * Append DTB for OpenRD Base, Client and Ultimate.
   * Append DTB for LaCie NAS devices.
   * Remove D-Link DNS-323 / Conceptronic CH3SNAS image since this device
 is no longer supported in the Debian kernel due do size limitations.
   * Append DTB for QNAP NAS devices.
   * Determine the CPU variant on QNAP NAS devices in order to use the
 right DTB.
 .
   [ Cyril Brulebois ]
   * Adjust u-boot-image-config, thanks to Vagrant Cascadian
 (Closes: #786369):
 - MX6_Cubox-i is now upstream, under a different name, with support
   for hummingboard-i1 and hummingboard-i2ex.
 - Wandboard now supports all three variants (Solo, Dual-Lite, and
   Quad), instead of just the Quad one.
 - PandaBoard: use u-boot.img instead of u-boot.bin
   * Bump linux kernel version from 4.0.0-1 to 4.0.0-2
   * Update partman-auto-raid-recipe.txt to mention support for extra-args,
 thanks to partman-md and partman-auto-raid patches by Philipp Hahn
 (See: #790941

Bug#783773: marked as done (debian-installer: supporting low-memory kfreebsd installs)

2015-07-18 Thread Debian Bug Tracking System
Your message dated Sat, 18 Jul 2015 06:19:18 +
with message-id e1zglsw-0008ru...@franck.debian.org
and subject line Bug#783773: fixed in debian-installer 20150718
has caused the Debian Bug report #783773,
regarding debian-installer: supporting low-memory kfreebsd installs
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.)


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

To follow shortly are some patches in the jessie-kfreebsd branch that
should be applicable to sid also.

Reducing MFSROOT size very slightly allows the kfreebsd-amd64 installer
to work again on systems with 144 MiB total memory.  Whether using the
GTK or non-GTK image, it will run in low-memory text mode.

There seems to be enough free memory to run in GTK mode even on 256 MiB
systems, so I've enabled that.  This is highly desirable, since GTK mode
enables many more locales than are available in text mode.

256 MiB is probably the smallest amount of memory that will be found in
a real amd64 machine.  Virtual machines will typically have much more
than this, but a notable exception is qemu-system-x84_64 in wheezy,
which defaults to 128 MiB;  there is no way we can support that in
jessie-kfreebsd.

The most memory-hungry thing is ZFS.  Giving only 128 MiB swap, a GTK
install can be completed to ZFS with only 256 MiB total memory.  partman
does already prompt users to create swap *and* recommend 512 MiB memory
to use ZFS.  (Without any swap, install to ZFS will fail even in text
mode and with 512 MiB memory, so using GTK mode has no detriment on
ZFS installs).

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

Kernel: kFreeBSD 9.0-2-amd64-xenhvm-ipsec
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
---End Message---
---BeginMessage---
Source: debian-installer
Source-Version: 20150718

We believe that the bug you reported is fixed in the latest version of
debian-installer, which is due to be installed in the Debian FTP archive.

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

Debian distribution maintenance software
pp.
Cyril Brulebois k...@debian.org (supplier of updated debian-installer 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 18 Jul 2015 07:53:17 +0200
Source: debian-installer
Binary: debian-installer
Architecture: source
Version: 20150718
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Cyril Brulebois k...@debian.org
Description:
 debian-installer - Debian Installer documentation
Closes: 485586 768427 783773 785588 786369 786882
Changes:
 debian-installer (20150718) unstable; urgency=medium
 .
   [ Didier Raboud ]
   * jessie is released! The next target is stretch; update those files
 accordingly:
 - build/boot/x86/xen/debian.cfg
 - build/config/common
 - doc/devel/internals/building.xml
 - debian/rules
   * In the syslinux menu tree:
 - Drop default64 statements that have not been working since Squeeze
 - Reorder alternatives to put the gtk option first
 - Default to graphical install, reorder and rephrase the help texts
   (Closes: #485586)
 - Swap amd64 and i386 to let the first be the norm, and the latter be the
   special case, rename labels
   * Bump linux kernel version from 3.16.0-4 to 4.0.0-1
 .
   [ Steven Chamberlain]
   * Slightly reduce kfreebsd-amd64 MFSROOT to 68 MiB, reducing total
 memory requirement to 160 MiB and leaving about 4 MiB safety margin.
 (Closes: #783773)
   * For kfreebsd, override /etc/default-release to unstable, and use
 jessie-kfreebsd as the default stable release, as used by
 choose-mirror.
 .
   [ Aurelien Jarno ]
   * Use mklibs-copy instead of mklibs, as discussed on the mailing list.
 .
   [ Martin Michlmayr ]
   * Append DTB for SheevaPlug, SheevaPlug eSATA and GuruPlug. (Closes:
 #785588

Bug#786882: marked as done (debian-installer: FTBFS on arm64: can't find dtbs)

2015-07-18 Thread Debian Bug Tracking System
Your message dated Sat, 18 Jul 2015 06:19:18 +
with message-id e1zglsw-0008sc...@franck.debian.org
and subject line Bug#786882: fixed in debian-installer 20150718
has caused the Debian Bug report #786882,
regarding debian-installer: FTBFS on arm64: can't find dtbs
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.)


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

Hi,

The daily build FTBFS this way on arm64:
| # These files are used to build special kernel images for some
| # subarchitectures. Move them out of the way.
| if [ -d ./tmp/device-tree/tree/usr/lib/kernel-image-4.0.0-1-arm64 ]; then mv 
./tmp/device-tree/tree/usr/lib/kernel-image-4.0.0-1-arm64 
./tmp/device-tree/lib; fi; if [ -d 
./tmp/device-tree/tree/usr/lib/linux-image-4.0.0-1-arm64 ]; then mv 
./tmp/device-tree/tree/usr/lib/linux-image-4.0.0-1-arm64 ./tmp/device-tree/lib; 
fi;
| # Move the kernel image out of the way.
| mv -f ./tmp/device-tree/tree/boot/vmlinuz ./tmp/device-tree/vmlinuz;
| test -e ./tmp/device-tree/tree/boot/zfs || rmdir ./tmp/device-tree/tree/boot/
| # Create an lsb release file.
| if [ ! -e ./tmp/device-tree/tree/etc/lsb-release ]; then \
|   set -e; \
|   mkdir -p ./tmp/device-tree/tree/etc; \
|   echo 'DISTRIB_ID=Debian'  ./tmp/device-tree/tree/etc/lsb-release; \
|   echo 'DISTRIB_DESCRIPTION=Debian GNU/Linux installer'  
./tmp/device-tree/tree/etc/lsb-release; \
|   echo 'DISTRIB_RELEASE=9 (stretch) - installer build 20150526-09:48' 
 ./tmp/device-tree/tree/etc/lsb-release; \
|   echo 'X_INSTALLATION_MEDIUM=device-tree'  
./tmp/device-tree/tree/etc/lsb-release; \
| fi
| mkdir -p ./dest/device-tree/
| set -ex ; for dtb in ./tmp/device-tree/lib/*.dtb ; do \
|   tgt=./dest/device-tree/$(basename $dtb); \
|   cp $dtb $tgt ; \
|   update-manifest $tgt Device Tree Blob: $(basename $dtb);\
| done
| + basename ./tmp/device-tree/lib/*.dtb
| + tgt=./dest/device-tree/*.dtb
| + cp ./tmp/device-tree/lib/*.dtb ./dest/device-tree/*.dtb
| cp: cannot stat './tmp/device-tree/lib/*.dtb': No such file or directory
| Makefile:772: recipe for target 'dest/device-tree/README' failed
| make[2]: *** [dest/device-tree/README] Error 1
| Makefile:284: recipe for target '_build' failed
| make[1]: *** [_build] Error 2
| Makefile:278: recipe for target 'build_device-tree' failed
| make: *** [build_device-tree] Error 2

There seems to be some dtb dance here, and I think the src:linux's
having relocated the dtbs under subdirectories is responsible for the
FTBFS. Comparing some recent kernels:
| kibi@wodi:/tmp/linux-kernel$ debdiff 
binary-kernel-image-3.16.0-4-arm64-di/kernel-image-3.16.0-4-arm64-di_3.16.7-ckt9-2_arm64.udeb
 
binary-kernel-image-4.0.0-1-arm64-di/kernel-image-4.0.0-1-arm64-di_4.0.2-1_arm64.udeb
| [The following lists of changes regard files as different if they have
| different names, permissions or owners.]
| 
| Files in second .deb but not in first
| -
| -rw-r--r--  root/root   /lib/modules/4.0.0-1-arm64/modules.builtin
| -rw-r--r--  root/root   /lib/modules/4.0.0-1-arm64/modules.order
| -rw-r--r--  root/root   /usr/lib/linux-image-4.0.0-1-arm64/apm/apm-mustang.dtb
| -rw-r--r--  root/root   
/usr/lib/linux-image-4.0.0-1-arm64/arm/foundation-v8.dtb
| -rw-r--r--  root/root   /usr/lib/linux-image-4.0.0-1-arm64/arm/juno.dtb
| -rw-r--r--  root/root   
/usr/lib/linux-image-4.0.0-1-arm64/arm/rtsm_ve-aemv8a.dtb
| 
| Files in first .deb but not in second
| -
| -rw-r--r--  root/root   /lib/modules/3.16.0-4-arm64/modules.builtin
| -rw-r--r--  root/root   /lib/modules/3.16.0-4-arm64/modules.order
| -rw-r--r--  root/root   /usr/lib/linux-image-3.16.0-4-arm64/apm-mustang.dtb
| -rw-r--r--  root/root   /usr/lib/linux-image-3.16.0-4-arm64/foundation-v8.dtb
| -rw-r--r--  root/root   /usr/lib/linux-image-3.16.0-4-arm64/rtsm_ve-aemv8a.dtb

→ Besides the ABI bump, one can see apm/ and arm/ being introduced here.
  src:debian-installer likely needs to learn how to handle this.

(Letting debian-arm@ know through x-d-cc.)

Mraw,
KiBi.
---End Message---
---BeginMessage---
Source: debian-installer
Source-Version: 20150718

We believe that the bug you reported is fixed in the latest version of
debian-installer, which is due to be installed in the Debian FTP archive.

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

Bug#786369: marked as done (debian-installer: Updates for cubox-i/wandboard with u-boot 2015.04+)

2015-07-18 Thread Debian Bug Tracking System
Your message dated Sat, 18 Jul 2015 06:19:18 +
with message-id e1zglsw-0008s6...@franck.debian.org
and subject line Bug#786369: fixed in debian-installer 20150718
has caused the Debian Bug report #786369,
regarding debian-installer: Updates for cubox-i/wandboard with u-boot 2015.04+
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.)


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

The version of u-boot in experimental requires some changes for
debian-installer to generate appropriate u-boot images.

The mx6_cubox-i target which was not previously upstream, is now named
mx6cuboxi upstream; I've updated the u-boot package accordingly with
patches from mainline u-boot. It also supports the hummingboard-i1 and
hummingboard-i2ex, not sure how to make that clear.  The new version
also uses a different offset for the SD card.

I also intend to include patches for Wandboard which includes all
three variants (solo, dual-lite, quad) with a single u-boot build, and
requires a different configuration for the SD offsets as well.


diff --git a/build/boot/arm/u-boot-image-config 
b/build/boot/arm/u-boot-image-config
index 7e59b38..b409eb3 100644
--- a/build/boot/arm/u-boot-image-config
+++ b/build/boot/arm/u-boot-image-config
@@ -5,8 +5,8 @@
 #
 # Images from u-boot-imx
 MX53LOCO /usr/lib/u-boot/mx53loco/u-boot.imx 2
-MX6_Cubox-i /usr/lib/u-boot/mx6_cubox-i/SPL 2 
/usr/lib/u-boot/mx6_cubox-i/u-boot.img 84
-Wandboard_Quad /usr/lib/u-boot/wandboard_quad/u-boot.imx 2
+MX6_Cubox-i /usr/lib/u-boot/mx6cuboxi/SPL 2 
/usr/lib/u-boot/mx6cuboxi/u-boot.img 138
+Wandboard /usr/lib/u-boot/wandboard/SPL 2 /usr/lib/u-boot/wandboard/u-boot.img 
138
 #
 # Images from u-boot-omap
 BeagleBoneBlack /usr/lib/u-boot/am335x_boneblack/MLO 256 
/usr/lib/u-boot/am335x_boneblack/u-boot.img 768


The update to debian-installer and u-boot 2015.04+ uploaded to
unstable should be coordinated to minimize the time that the daily
builds for armhf fail...

Let me know how you'd like me to proceed!


live well,
  vagrant


signature.asc
Description: PGP signature
---End Message---
---BeginMessage---
Source: debian-installer
Source-Version: 20150718

We believe that the bug you reported is fixed in the latest version of
debian-installer, which is due to be installed in the Debian FTP archive.

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

Debian distribution maintenance software
pp.
Cyril Brulebois k...@debian.org (supplier of updated debian-installer 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 18 Jul 2015 07:53:17 +0200
Source: debian-installer
Binary: debian-installer
Architecture: source
Version: 20150718
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Cyril Brulebois k...@debian.org
Description:
 debian-installer - Debian Installer documentation
Closes: 485586 768427 783773 785588 786369 786882
Changes:
 debian-installer (20150718) unstable; urgency=medium
 .
   [ Didier Raboud ]
   * jessie is released! The next target is stretch; update those files
 accordingly:
 - build/boot/x86/xen/debian.cfg
 - build/config/common
 - doc/devel/internals/building.xml
 - debian/rules
   * In the syslinux menu tree:
 - Drop default64 statements that have not been working since Squeeze
 - Reorder alternatives to put the gtk option first
 - Default to graphical install, reorder and rephrase the help texts
   (Closes: #485586)
 - Swap amd64 and i386 to let the first be the norm, and the latter be the
   special case, rename labels
   * Bump linux kernel version from 3.16.0-4 to 4.0.0-1
 .
   [ Steven Chamberlain]
   * Slightly reduce kfreebsd-amd64 MFSROOT to 68 MiB, reducing total
 memory requirement to 160 MiB and leaving about 4 MiB safety margin.
 (Closes: #783773)
   * For kfreebsd, override /etc/default-release to unstable, and use
 jessie-kfreebsd as the default stable release, as used by
 choose-mirror.
 .
   [ Aurelien

Re: Please dak copy-installer 20150718 hint it into testing

2015-07-18 Thread Ansgar Burchardt
Cyril Brulebois k...@debian.org writes:
 FTPmasters, please sync the installer from sid to testing:

   dak copy-installer 20150718

Done.

Ansgar


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/87r3o53ox4@deep-thought.43-1.org



debian-installer_20150718_source.changes ACCEPTED into unstable

2015-07-18 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 18 Jul 2015 07:53:17 +0200
Source: debian-installer
Binary: debian-installer
Architecture: source
Version: 20150718
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Cyril Brulebois k...@debian.org
Description:
 debian-installer - Debian Installer documentation
Closes: 485586 768427 783773 785588 786369 786882
Changes:
 debian-installer (20150718) unstable; urgency=medium
 .
   [ Didier Raboud ]
   * jessie is released! The next target is stretch; update those files
 accordingly:
 - build/boot/x86/xen/debian.cfg
 - build/config/common
 - doc/devel/internals/building.xml
 - debian/rules
   * In the syslinux menu tree:
 - Drop default64 statements that have not been working since Squeeze
 - Reorder alternatives to put the gtk option first
 - Default to graphical install, reorder and rephrase the help texts
   (Closes: #485586)
 - Swap amd64 and i386 to let the first be the norm, and the latter be the
   special case, rename labels
   * Bump linux kernel version from 3.16.0-4 to 4.0.0-1
 .
   [ Steven Chamberlain]
   * Slightly reduce kfreebsd-amd64 MFSROOT to 68 MiB, reducing total
 memory requirement to 160 MiB and leaving about 4 MiB safety margin.
 (Closes: #783773)
   * For kfreebsd, override /etc/default-release to unstable, and use
 jessie-kfreebsd as the default stable release, as used by
 choose-mirror.
 .
   [ Aurelien Jarno ]
   * Use mklibs-copy instead of mklibs, as discussed on the mailing list.
 .
   [ Martin Michlmayr ]
   * Append DTB for SheevaPlug, SheevaPlug eSATA and GuruPlug. (Closes:
 #785588)
   * Add image for Seagate DockStar.
   * Drop kirkwood/netboot-gtk image since it's never been used.
   * Append DTB for OpenRD Base, Client and Ultimate.
   * Append DTB for LaCie NAS devices.
   * Remove D-Link DNS-323 / Conceptronic CH3SNAS image since this device
 is no longer supported in the Debian kernel due do size limitations.
   * Append DTB for QNAP NAS devices.
   * Determine the CPU variant on QNAP NAS devices in order to use the
 right DTB.
 .
   [ Cyril Brulebois ]
   * Adjust u-boot-image-config, thanks to Vagrant Cascadian
 (Closes: #786369):
 - MX6_Cubox-i is now upstream, under a different name, with support
   for hummingboard-i1 and hummingboard-i2ex.
 - Wandboard now supports all three variants (Solo, Dual-Lite, and
   Quad), instead of just the Quad one.
 - PandaBoard: use u-boot.img instead of u-boot.bin
   * Bump linux kernel version from 4.0.0-1 to 4.0.0-2
   * Update partman-auto-raid-recipe.txt to mention support for extra-args,
 thanks to partman-md and partman-auto-raid patches by Philipp Hahn
 (See: #790941).
   * Drop all build-dep bits that are specific to ia64, as this architecture has
 been discontinued for a while. This notably removes the reference to elilo
 (Closes: #768427).
   * Update translation-status for the release.
   * Mention documentation in short description, fixing description-is-pkg-name
 lintian tag and reflecting the current contents of the .deb package.
 .
   [ Ian Campbell ]
   * Adjust build to handle DTBs in subdirectories, currently the case on arm64
 (Closes: #786882).
Checksums-Sha1:
 127b11f304e4b6015d3974f099eda0e323188269 3491 debian-installer_20150718.dsc
 91496ff41932d56181eaf2dff78c95d00a508f55 1381322 
debian-installer_20150718.tar.gz
Checksums-Sha256:
 706c07eef8b57b4c63240e9eca55a7b6ee1d39b12168405a8caf3060f402449a 3491 
debian-installer_20150718.dsc
 d4c4d9d0f99aca8ab9df334edd799a1f5f689bcc03aa615f520a43fa6ff6c9f2 1381322 
debian-installer_20150718.tar.gz
Files:
 74267e2a9ebe99119ab63439b97b01d6 3491 devel optional 
debian-installer_20150718.dsc
 60195cbc7676d126e99608b9d4e6 1381322 devel optional 
debian-installer_20150718.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJVqe2JAAoJEP+RSvDCs1Uge8YQALLxx5Sn/cxSNYkN+PJt0VBH
gRm1fc+16IwaQ/42nNW7ehdO7TVxQob5TXV4C3wbSsX691NinNIIaJUwCF5UA5vG
WDTyYnRxFwQX0g6vOWAyKIRsr4uhveJWVqjXi0u8JGmZ1GTBsZKYr69wTdm/7Hkr
F27ibm0Dp4NZA9CFWAEsNDzuoXgNw98wrGyiV8/o7J+QrYFx6IpphzGwZ1xufPCy
i9NveO+cV5d/+4QMxOHAB8Lqgd0sh9u6cQrBCNRt+kcKcvGW+PeDcVCHPFt8uHXQ
JD7Q2gxaWlTPOJLr1erZe2MmKDKg1oVFQxtcdCttTVitcrqXbKQyiCoQMh0LmRJk
SS3fx+tPk/UJB8rhrXZ63jqSkcR+J1vMxM8hQ5t25chAio6zlALsM2/x3DlfKIg7
jqGh/DPBzPYD9+UMya/jdfPKceDGb75S+kV12Tl01qAGSeYhTfp7FjFLKcKI3eus
g+4DOWKxPzD5zuv9dcD/ZRe4Kkn+pm7isJyG/qtxVRew5LGaNqKhJLjkvOtSWzW6
154usa+kIJCynxoJ0o6P27jyVg9Wo9HB5mHTgN18cmqw56l83PjB++DdD9epubRR
RsdD74LtAI4m0+aFmu5c9ZJsSA+894OG8knagQ5X5w5QbilQKT4Ek1cTaRLuc4VA
rqiDo9OV4FBV4bLkDAu0
=FNns
-END PGP SIGNATURE-


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
Archive: https://lists.debian.org

Processing of debian-installer_20150718_source.changes

2015-07-18 Thread Debian FTP Masters
debian-installer_20150718_source.changes uploaded successfully to localhost
along with the files:
  debian-installer_20150718.dsc
  debian-installer_20150718.tar.gz

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1zglnz-0007g2...@franck.debian.org



Bug#768427: marked as done (debian-installer: build-depends: elilo [ia64], with elilo gone away)

2015-07-18 Thread Debian Bug Tracking System
Your message dated Sat, 18 Jul 2015 06:19:18 +
with message-id e1zglsw-0008ro...@franck.debian.org
and subject line Bug#768427: fixed in debian-installer 20150718
has caused the Debian Bug report #768427,
regarding debian-installer: build-depends: elilo [ia64], with elilo gone away
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.)


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

We're still build-depending on elilo on ia64, while this package got
removed (#755509); since ia64 is quite unmaintained, it might make sense
to actually drop this build dependency and let release people know that
they can drop this package from the d-i not-a-real package.

Trying to avoid using French words,
KiBi.
---End Message---
---BeginMessage---
Source: debian-installer
Source-Version: 20150718

We believe that the bug you reported is fixed in the latest version of
debian-installer, which is due to be installed in the Debian FTP archive.

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

Debian distribution maintenance software
pp.
Cyril Brulebois k...@debian.org (supplier of updated debian-installer 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 18 Jul 2015 07:53:17 +0200
Source: debian-installer
Binary: debian-installer
Architecture: source
Version: 20150718
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Cyril Brulebois k...@debian.org
Description:
 debian-installer - Debian Installer documentation
Closes: 485586 768427 783773 785588 786369 786882
Changes:
 debian-installer (20150718) unstable; urgency=medium
 .
   [ Didier Raboud ]
   * jessie is released! The next target is stretch; update those files
 accordingly:
 - build/boot/x86/xen/debian.cfg
 - build/config/common
 - doc/devel/internals/building.xml
 - debian/rules
   * In the syslinux menu tree:
 - Drop default64 statements that have not been working since Squeeze
 - Reorder alternatives to put the gtk option first
 - Default to graphical install, reorder and rephrase the help texts
   (Closes: #485586)
 - Swap amd64 and i386 to let the first be the norm, and the latter be the
   special case, rename labels
   * Bump linux kernel version from 3.16.0-4 to 4.0.0-1
 .
   [ Steven Chamberlain]
   * Slightly reduce kfreebsd-amd64 MFSROOT to 68 MiB, reducing total
 memory requirement to 160 MiB and leaving about 4 MiB safety margin.
 (Closes: #783773)
   * For kfreebsd, override /etc/default-release to unstable, and use
 jessie-kfreebsd as the default stable release, as used by
 choose-mirror.
 .
   [ Aurelien Jarno ]
   * Use mklibs-copy instead of mklibs, as discussed on the mailing list.
 .
   [ Martin Michlmayr ]
   * Append DTB for SheevaPlug, SheevaPlug eSATA and GuruPlug. (Closes:
 #785588)
   * Add image for Seagate DockStar.
   * Drop kirkwood/netboot-gtk image since it's never been used.
   * Append DTB for OpenRD Base, Client and Ultimate.
   * Append DTB for LaCie NAS devices.
   * Remove D-Link DNS-323 / Conceptronic CH3SNAS image since this device
 is no longer supported in the Debian kernel due do size limitations.
   * Append DTB for QNAP NAS devices.
   * Determine the CPU variant on QNAP NAS devices in order to use the
 right DTB.
 .
   [ Cyril Brulebois ]
   * Adjust u-boot-image-config, thanks to Vagrant Cascadian
 (Closes: #786369):
 - MX6_Cubox-i is now upstream, under a different name, with support
   for hummingboard-i1 and hummingboard-i2ex.
 - Wandboard now supports all three variants (Solo, Dual-Lite, and
   Quad), instead of just the Quad one.
 - PandaBoard: use u-boot.img instead of u-boot.bin
   * Bump linux kernel version from 4.0.0-1 to 4.0.0-2
   * Update partman-auto-raid-recipe.txt to mention support for extra-args,
 thanks to partman-md and partman-auto-raid patches by Philipp Hahn
 (See: #790941).
   * Drop all build-dep bits that are specific to ia64, as this architecture has
 been

Bug#485586: marked as done (debian-installer: Default to graphical install)

2015-07-18 Thread Debian Bug Tracking System
Your message dated Sat, 18 Jul 2015 06:19:17 +
with message-id e1zglsv-0008ri...@franck.debian.org
and subject line Bug#485586: fixed in debian-installer 20150718
has caused the Debian Bug report #485586,
regarding debian-installer: Default to graphical install
to be marked as done.

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

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


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

Hi, 

In my humble opinion, with the stability (and the beauty) of the graphical 
installer, the
graphical menu (under i386 and amd64) should default to the graphical
installer.

Obviously, the change has to be done with care and only on arches where
applicable, but would be a good step forward (with the classical text
installer staying as fallback).

Regards, 

Didier

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

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


---End Message---
---BeginMessage---
Source: debian-installer
Source-Version: 20150718

We believe that the bug you reported is fixed in the latest version of
debian-installer, which is due to be installed in the Debian FTP archive.

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

Debian distribution maintenance software
pp.
Cyril Brulebois k...@debian.org (supplier of updated debian-installer 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 18 Jul 2015 07:53:17 +0200
Source: debian-installer
Binary: debian-installer
Architecture: source
Version: 20150718
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Cyril Brulebois k...@debian.org
Description:
 debian-installer - Debian Installer documentation
Closes: 485586 768427 783773 785588 786369 786882
Changes:
 debian-installer (20150718) unstable; urgency=medium
 .
   [ Didier Raboud ]
   * jessie is released! The next target is stretch; update those files
 accordingly:
 - build/boot/x86/xen/debian.cfg
 - build/config/common
 - doc/devel/internals/building.xml
 - debian/rules
   * In the syslinux menu tree:
 - Drop default64 statements that have not been working since Squeeze
 - Reorder alternatives to put the gtk option first
 - Default to graphical install, reorder and rephrase the help texts
   (Closes: #485586)
 - Swap amd64 and i386 to let the first be the norm, and the latter be the
   special case, rename labels
   * Bump linux kernel version from 3.16.0-4 to 4.0.0-1
 .
   [ Steven Chamberlain]
   * Slightly reduce kfreebsd-amd64 MFSROOT to 68 MiB, reducing total
 memory requirement to 160 MiB and leaving about 4 MiB safety margin.
 (Closes: #783773)
   * For kfreebsd, override /etc/default-release to unstable, and use
 jessie-kfreebsd as the default stable release, as used by
 choose-mirror.
 .
   [ Aurelien Jarno ]
   * Use mklibs-copy instead of mklibs, as discussed on the mailing list.
 .
   [ Martin Michlmayr ]
   * Append DTB for SheevaPlug, SheevaPlug eSATA and GuruPlug. (Closes:
 #785588)
   * Add image for Seagate DockStar.
   * Drop kirkwood/netboot-gtk image since it's never been used.
   * Append DTB for OpenRD Base, Client and Ultimate.
   * Append DTB for LaCie NAS devices.
   * Remove D-Link DNS-323 / Conceptronic CH3SNAS image since this device
 is no longer supported in the Debian kernel due do size limitations.
   * Append DTB for QNAP NAS devices.
   * Determine the CPU variant on QNAP NAS devices in order to use the
 right DTB.
 .
   [ Cyril Brulebois ]
   * Adjust u-boot-image-config, thanks to Vagrant Cascadian
 (Closes: #786369):
 - MX6_Cubox-i is now upstream, under a different name, with support
   for hummingboard-i1 and hummingboard-i2ex.
 - Wandboard now supports all three variants (Solo

Bug#770854: marked as done (drop elilo from jessie (and d-i))

2015-07-18 Thread Debian Bug Tracking System
Your message dated Sat, 18 Jul 2015 06:19:18 +
with message-id e1zglsw-0008ro...@franck.debian.org
and subject line Bug#768427: fixed in debian-installer 20150718
has caused the Debian Bug report #768427,
regarding drop elilo from jessie (and d-i)
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.)


-- 
768427: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=768427
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
package: debian-installer
x-debbugs-cc: debian-rele...@lists.debian.org

Hi,

according to #755509 RM: elilo -- RoQA; Orphaned since a year, replaced by 
better options d-i only used elilo for ia64, which is not supported anymore, 
so it seems elilo could also be removed from jessie?

 elilo |3.12-4 |  oldstable | source, amd64, i386, ia64
 elilo |3.14-2 | stable | source, amd64, i386, ia64
 elilo |3.14-3 |testing | source, amd64, i386

elilo is not in sid anymore.

According to #debian-release elilo is on the keep these packages in testing 
for d-i's purposes list and needs to be removed there by the debian installer 
team, thus this bug.


cheers,
Holger


signature.asc
Description: This is a digitally signed message part.
---End Message---
---BeginMessage---
Source: debian-installer
Source-Version: 20150718

We believe that the bug you reported is fixed in the latest version of
debian-installer, which is due to be installed in the Debian FTP archive.

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

Debian distribution maintenance software
pp.
Cyril Brulebois k...@debian.org (supplier of updated debian-installer 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 18 Jul 2015 07:53:17 +0200
Source: debian-installer
Binary: debian-installer
Architecture: source
Version: 20150718
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Cyril Brulebois k...@debian.org
Description:
 debian-installer - Debian Installer documentation
Closes: 485586 768427 783773 785588 786369 786882
Changes:
 debian-installer (20150718) unstable; urgency=medium
 .
   [ Didier Raboud ]
   * jessie is released! The next target is stretch; update those files
 accordingly:
 - build/boot/x86/xen/debian.cfg
 - build/config/common
 - doc/devel/internals/building.xml
 - debian/rules
   * In the syslinux menu tree:
 - Drop default64 statements that have not been working since Squeeze
 - Reorder alternatives to put the gtk option first
 - Default to graphical install, reorder and rephrase the help texts
   (Closes: #485586)
 - Swap amd64 and i386 to let the first be the norm, and the latter be the
   special case, rename labels
   * Bump linux kernel version from 3.16.0-4 to 4.0.0-1
 .
   [ Steven Chamberlain]
   * Slightly reduce kfreebsd-amd64 MFSROOT to 68 MiB, reducing total
 memory requirement to 160 MiB and leaving about 4 MiB safety margin.
 (Closes: #783773)
   * For kfreebsd, override /etc/default-release to unstable, and use
 jessie-kfreebsd as the default stable release, as used by
 choose-mirror.
 .
   [ Aurelien Jarno ]
   * Use mklibs-copy instead of mklibs, as discussed on the mailing list.
 .
   [ Martin Michlmayr ]
   * Append DTB for SheevaPlug, SheevaPlug eSATA and GuruPlug. (Closes:
 #785588)
   * Add image for Seagate DockStar.
   * Drop kirkwood/netboot-gtk image since it's never been used.
   * Append DTB for OpenRD Base, Client and Ultimate.
   * Append DTB for LaCie NAS devices.
   * Remove D-Link DNS-323 / Conceptronic CH3SNAS image since this device
 is no longer supported in the Debian kernel due do size limitations.
   * Append DTB for QNAP NAS devices.
   * Determine the CPU variant on QNAP NAS devices in order to use the
 right DTB.
 .
   [ Cyril Brulebois ]
   * Adjust u-boot-image-config, thanks to Vagrant Cascadian
 (Closes: #786369):
 - MX6_Cubox-i is now upstream, under a different name, with support
   for hummingboard-i1 and hummingboard-i2ex.
 - Wandboard now supports all three variants (Solo, Dual-Lite, and
   Quad), instead

Please dak copy-installer 20150718 hint it into testing

2015-07-18 Thread Cyril Brulebois
Hi,

FTPmasters, please sync the installer from sid to testing:

  dak copy-installer 20150718


Release team, please hint it into testing:

  urgent debian-installer/20150718


Thanks for your time.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#451535: Still reproduces in 2015

2015-07-18 Thread Jayson Willson
This bug still reproduces in Jessie. Any plans to fix it?


Re: Please dak copy-installer 20150718 hint it into testing

2015-07-18 Thread Jonathan Wiltshire
On Sat, Jul 18, 2015 at 09:23:32AM +0200, Cyril Brulebois wrote:
 Release team, please hint it into testing:
 
   urgent debian-installer/20150718

Hint added.

-- 
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51



signature.asc
Description: Digital signature


good afternoon

2015-07-18 Thread fmcaglaem
Hi
samsung s6,280euro,
imac,nikon,samsung products
site:  isgayre. com


Bug#792823: keyboard-configuration: keymap variant unsupported by debian-installer should be use for the installed system

2015-07-18 Thread Daniel Dehennin
Package: keyboard-configuration
Version: 1.130
Severity: normal

Dear Maintainer,

Hello,

I'm trying to preseed Jessie installation and I have issue with the
keyboard.

#+begin_src preseed
# Locale sets language and country.
# critical
d-i debian-installer/locale string fr_FR.UTF-8

# The values can also be preseeded individually for greater flexibility.
d-i debian-installer/language   string fr
d-i debian-installer/countrystring FR

# Disable automatic (interactive) keymap detection.
d-i console-setup/ask_detectboolean false
#d-ikeyboard-configuration/xkb-keymap   select  fr(oss)
#+end_src

My keyboard finish in “us”.

According to the preseed documentation[1]:

“Only basic keymap variants are available during installation.”

So, if I switch the “fr(oss)” to “fr(latin9)”, my installed system have
the “fr(latin9)” keymap.

I think the keyboard-configuration preseed should not be reset during
the installation if the variant is not supported by debian-installer.

A better solution could be to configure the default variant for the
debian-installer and use the preseed values for the installed system.

This way, we have:

- debian-installer: use default variant for the “fr” layout, do not
  touch the preseed values

- during the system install: get the keymap from the preseed, the “oss”
  variant is then used by the system.

Regards.

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

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages keyboard-configuration depends on:
ii  debconf 1.5.56
ii  initscripts 2.88dsf-59.2
ii  liblocale-gettext-perl  1.05-9

keyboard-configuration recommends no packages.

keyboard-configuration suggests no packages.

Versions of packages console-setup depends on:
ii  console-setup-linux  1.130
ii  debconf  1.5.56
ii  xkb-data 2.14-1

Versions of packages console-setup suggests:
ii  locales   2.19-18
ii  lsb-base  4.1+Debian13+nmu1

Versions of packages console-setup-linux depends on:
ii  kbd  1.15.5-2

Versions of packages console-setup-linux suggests:
ii  console-setup  1.130

Versions of packages keyboard-configuration is related to:
ii  console-common  0.7.88
ii  console-data2:1.12-5
pn  console-tools   none
ii  kbd 1.15.5-2

-- debconf information:
  keyboard-configuration/store_defaults_in_debconf_db: true
  keyboard-configuration/unsupported_config_options: true
  console-setup/store_defaults_in_debconf_db: true
* keyboard-configuration/layout: France
  keyboard-configuration/unsupported_options: true
  keyboard-configuration/unsupported_layout: true
* keyboard-configuration/variant: Français - Français (Bépo, ergonomique, façon 
Dvorak)
* console-setup/codeset47: # Latin1 and Latin5 - western Europe and Turkic 
languages
* keyboard-configuration/ctrl_alt_bksp: true
  console-setup/guess_font:
  keyboard-configuration/toggle: No toggling
  console-setup/codesetcode: Lat15
* console-setup/fontface47: Fixed
* console-setup/charmap47: UTF-8
  keyboard-configuration/other:
  keyboard-configuration/layoutcode: fr
  keyboard-configuration/unsupported_config_layout: true
  console-setup/use_system_font:
  keyboard-configuration/variantcode: bepo
  keyboard-configuration/switch: No temporary switch
  debian-installer/console-setup-udeb/title:
  console-setup/framebuffer_only:
  keyboard-configuration/xkb-keymap: fr(bepo)
  console-setup/fontsize: 8x16
* keyboard-configuration/compose: Menu key
* console-setup/fontsize-fb47: 8x16
  keyboard-configuration/modelcode: pc105
  console-setup/fontsize-text47: 8x16
* keyboard-configuration/altgr: The default for the keyboard layout
  keyboard-configuration/optionscode: compose:menu,terminate:ctrl_alt_bksp
* keyboard-configuration/model: PC générique 105 touches (intl)


Footnotes: 
[1]  https://www.debian.org/releases/stable/amd64/apbs04.html.en

-- 
Daniel Dehennin
Récupérer ma clef GPG: gpg --recv-keys 0xCC1E9E5B7A6FE2DF
Fingerprint: 3E69 014E 5C23 50E8 9ED6  2AAD CC1E 9E5B 7A6F E2DF


signature.asc
Description: PGP signature


Bug#792829: task-kde-desktop: KDE5 transition: switch dependecy kdm = sddm

2015-07-18 Thread Achim Schaefer
Package: task-kde-desktop
Version: 3.32
Severity: normal

Dear Maintainer,

with the current transition from kde4 to kde5 the task-kde-desktop 
should switch as well to the new kdm: sddm.

Thanks

Achim

-- System Information:
Debian Release: stretch/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), 
(500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.0.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages task-kde-desktop depends on:
ii  kde-standard  5:86
ii  kdm   4:4.11.13-2
ii  task-desktop  3.32
ii  tasksel   3.32

Versions of packages task-kde-desktop recommends:
pn  appernone
ii  dragonplayer 4:4.14.0-1
ii  gimp 2.8.14-1+b1
ii  hunspell-en-us   20070829-6
ii  hyphen-en-us 2.8.8-2
ii  iceweasel38.1.0esr-3
ii  k3b  2.0.2-8
ii  k3b-i18n 2.0.2-8
ii  kdeaccessibility 4:4.12+5.86
ii  kdesudo  3.4.2.4-2
ii  libqtcore4-perl  4.8.4-1.2
ii  libqtgui4-perl   4.8.4-1.2
ii  libreoffice  1:5.0.0~rc2-1
ii  libreoffice-help-en-us   1:5.0.0~rc1-1
ii  libreoffice-kde  1:5.0.0~rc2-1
ii  mythes-en-us 1:3.3.0-4
ii  plasma-widget-networkmanagement  0.9.3.6-1
ii  system-config-printer1.4.6-1

task-kde-desktop suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20150718233508.1638.79877.report...@data.zuhause.xx