Re: [d-i] remaining packages uploads

2018-08-13 Thread Cyril Brulebois
Hi Holger,

Holger Wansing  (2018-08-13):
> Hi Cyril, hi all,
> 
> now that I have did some uploads for d-i packages, mostly with l10n updates,
> there are some packages left for uploading, which I'm unsure about or which
> I left out by intend:
> 
> 
> - arcboot-installer   build fails. "no binary artefacts"
> - s390-dasd   build fails. "no binary artefacts"
> - s390-netdevice  build fails. "no binary artefacts"
> - zipl-installer  build fails. "no binary artefacts"

Indeed, I see how one can be surprised at first. It happened to me too a
few years ago! ;)

Those are only useful (therefore built) on a few architectures. You can
see that in the Architecture field of their debian/control file. If
you're looking at l10n changes, (source-)uploading looks good. But maybe
keep an eye on the build logs to make sure there are no new FTBFSes
(failure to build from source):

  https://buildd.debian.org/status/package.php?p=arcboot-installer
  https://buildd.debian.org/status/package.php?p=s390-dasd
  etc.

It's a good idea to do so for things you've built locally, but it can
be a bit of a burden to check all packages… I'll end up seeing what
packages don't migrate on the long run, so I'll notice anyway. Anyone
can, looking at the udebs (second part) with an old age:

  https://d-i.debian.org/testing-summary.html

> - cdebconf-terminal   when comparing 0.33.dsc against 0.34.dsc, there are 
>   masses of deletions (not declared in the changelog file;
>   and I cannot find any commit that could have caused 
> this;
>   so this is most probably a wrong way of building the
>   package or the like ?)

Sometimes the previous uploader has an unclean git tree, and include
some extraneous files, which then show up as deletions. Rebuilding a
source package from the 0.33 git tag, I see these changes when compared
against the one in the archive:

 aclocal.m4   |  171 --
 config.guess | 1530 --
 config.sub   | 1782 --
 configure| 4035 ---
 4 files changed, 7518 deletions(-)

… which you can in turn ignore.

> - choose-mirror   For the next buster d-i alpha release to happen, there 
> seems 
>   to be one more upload needed anyway (to update from 
>   mirrors.masterlist). So I did not upload just for l10n.

Right, I can do that.

> - console-setup   non-trivial changings included

Feel free to upload that one.

> - flash-kernelnon-trivial changings included

Not an expert here, I'd check with Vagrant.

> - lilo-installer  non-trivial changes ? (source.lintian-overrides)

Is that the right package?

kibi@armor:~/debian-installer/packages/lilo-installer$ git diff --stat 1.57..
 debian/changelog |  6 ++
 debian/control   |  4 ++--
 debian/po/he.po  |  4 ++--
 debian/po/sv.po  | 25 ++---
 4 files changed, 24 insertions(+), 15 deletions(-)

Either way, we don't really support lilo, so… ;)

> - preseed additional changes (mark 'checksum error' strings as
>   translatable, which have been introduced in Stretch
>   development cycle)

I'd defer to l10n-knowledgeable people for that one. :)

> - tasksel many other, non-trivial changings included

Right package?

kibi@armor:~/debian-installer/packages/tasksel$ git diff --stat 3.44..
 debian/changelog   | 7 +++
 debian/po/de.po| 8 +---
 debian/po/pt_BR.po | 8 
 3 files changed, 16 insertions(+), 7 deletions(-)


Cheers,
-- 
Cyril Brulebois (k...@debian.org)
D-I release manager -- Release team member -- Freelance Consultant


signature.asc
Description: PGP signature


[d-i] remaining packages uploads

2018-08-13 Thread Holger Wansing
Hi Cyril, hi all,

now that I have did some uploads for d-i packages, mostly with l10n updates,
there are some packages left for uploading, which I'm unsure about or which
I left out by intend:


- arcboot-installer build fails. "no binary artefacts"

- cdebconf-terminal when comparing 0.33.dsc against 0.34.dsc, there are 
masses of deletions (not declared in the changelog file;
and I cannot find any commit that could have caused 
this;
so this is most probably a wrong way of building the
package or the like ?)

- choose-mirror For the next buster d-i alpha release to happen, there 
seems 
to be one more upload needed anyway (to update from 
mirrors.masterlist). So I did not upload just for l10n.

- console-setup non-trivial changings included

- flash-kernel  non-trivial changings included

- lilo-installernon-trivial changes ? (source.lintian-overrides)

- preseed   additional changes (mark 'checksum error' strings as
translatable, which have been introduced in Stretch
development cycle)

- s390-dasd build fails. "no binary artefacts"

- s390-netdevicebuild fails. "no binary artefacts"

- tasksel   many other, non-trivial changings included

- zipl-installerbuild fails. "no binary artefacts"


What do you think? 
Is there some room for me to do some of these uploads? At least for the ones
with "no binary artefacts" it seems, I just used the wrong procedere?

Or someone else should upload those?


Holger


-- 
Holger Wansing 
PGP-Finterprint: 496A C6E8 1442 4B34 8508  3529 59F1 87CA 156E B076



Bug#875989: Bug exists in stretch, too

2018-08-13 Thread Holger Mickler

Hi there,

the bug also exists in current stable release stretch (console-setup ver 1.164).

$ dpkg -l console-setup
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name  Version 
Architecture  Description

+++-=-=-=-
ii  console-setup 1.164 all 
 console font and keymap setup program



It will be triggered by running "dpkg-reconfigure console-setup":


$ cat /etc/console-setup/cached_setup_keyboard.sh
#!/bin/sh

if [ -f /run/console-setup/keymap_loaded ]; then
rm /run/console-setup/keymap_loaded
exit 0
fi
kbd_mode '-u' < '/dev/tty1'
kbd_mode '-u' < '/dev/tty2'
kbd_mode '-u' < '/dev/tty3'
kbd_mode '-u' < '/dev/tty4'
kbd_mode '-u' < '/dev/tty5'
kbd_mode '-u' < '/dev/tty6'
loadkeys '/etc/console-setup/cached_UTF-8_del.kmap.gz' > '/dev/null'

$ dpkg-reconfigure console-setup

$ cat /etc/console-setup/cached_setup_keyboard.sh
#!/bin/sh

if [ -f /run/console-setup/keymap_loaded ]; then
rm /run/console-setup/keymap_loaded
exit 0
fi
kbd_mode '-u' < '/dev/tty1'
kbd_mode '-u' < '/dev/tty2'
kbd_mode '-u' < '/dev/tty3'
kbd_mode '-u' < '/dev/tty4'
kbd_mode '-u' < '/dev/tty5'
kbd_mode '-u' < '/dev/tty6'
loadkeys '/tmp/tmpkbd.mIOxhT' > '/dev/null'

$ setupcon --save-only

$ cat /etc/console-setup/cached_setup_keyboard.sh
#!/bin/sh

if [ -f /run/console-setup/keymap_loaded ]; then
rm /run/console-setup/keymap_loaded
exit 0
fi
kbd_mode '-u' < '/dev/tty1'
kbd_mode '-u' < '/dev/tty2'
kbd_mode '-u' < '/dev/tty3'
kbd_mode '-u' < '/dev/tty4'
kbd_mode '-u' < '/dev/tty5'
kbd_mode '-u' < '/dev/tty6'
loadkeys '/etc/console-setup/cached_UTF-8_del.kmap.gz' > '/dev/null'


Regards,
Holger



net-retriever_1.49_source.changes ACCEPTED into unstable

2018-08-13 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 13 Aug 2018 22:08:37 +0200
Source: net-retriever
Binary: net-retriever download-installer
Architecture: source
Version: 1.49
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Description:
 download-installer - Download installer components (udeb)
 net-retriever - Fetch modules from the Internet (udeb)
Changes:
 net-retriever (1.49) unstable; urgency=medium
 .
   * Team upload
 .
   [ Cyril Brulebois ]
   * Update Vcs-{Browser,Git} to point to salsa (alioth's replacement).
 .
   [ Updated translations ]
   * Finnish (fi.po) by Arto Keiski
Checksums-Sha1:
 6377fee67c4a6bdd37bfe434edc090c42a96db21 1767 net-retriever_1.49.dsc
 ca435d607b5276632a97c9ca9e865479d6f67c9a 42148 net-retriever_1.49.tar.xz
 be318ccb49dfbe53ee713381510e6e3fbe1abd4d 5684 
net-retriever_1.49_amd64.buildinfo
Checksums-Sha256:
 0129375a3964ff4eefd0e7cbe9b20d775e82fb09512b72906a861deb0efa5158 1767 
net-retriever_1.49.dsc
 0c145395eb4ac587b1045d43f7be8ed49337854f91eb1d1ca0276029a935b51f 42148 
net-retriever_1.49.tar.xz
 8578d4cbf4c73d2f577f221c97172928b8f0f524dd7b090ec0c41f22da8ba34c 5684 
net-retriever_1.49_amd64.buildinfo
Files:
 91695f1cc7569dc42b7a09539cfa6ad0 1767 debian-installer optional 
net-retriever_1.49.dsc
 79990d1ad7c2f2663022a4032bbbe8aa 42148 debian-installer optional 
net-retriever_1.49.tar.xz
 76aa8d7f2400a830571465129b624a17 5684 debian-installer optional 
net-retriever_1.49_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAltx5zIACgkQWfGHyhVu
sHYYHw//ao8QkuSwyh8QWx/D2C3rMGKMwMaIkg8YsCEIdXainsZn3Dr5JTOXgmhT
EtORXVzVtoSInqfo1UL5xAoE4rVjD2zbSqdjD2BuH9jCCQgP2tcLtFpy2YsgGWaQ
jhxtfjIT61n6vTwrRJiIxtxXgX6I468vosE09JJ/oXPTRu8lTVxKnfP+bsysUNQY
2Qrqia4Eq6YRCOQD/Vjbym0iHiONAGtYb4Na5qk/tcIJ2C67lxDmxUBk0ep/B1eA
cWSXWqN1QLHPPOYkbQn30ECH7bsaM4hXXmMINWlUJZYCAqJgn2FdaYcY8yFktrCK
F8BK8PLmI6eVGZvSDLokzuPYToykyrJcp6ECFlQETOSAlEeqwDvdXbsgEoAYWExJ
aI4NPkYueTdCgAhRAz9qLmrFUMz8gnAFxy2qptoNMdk0nl1PxieFSJ64lEuvevjM
bh2DAEELlfBxo3vue3mn0ob6tn5EUWbwi1UMTlMa2suPC8Q4rk3Hej50Q787x+Pq
AURA2SiIWK/CaC197ZhV/hTU60VyELt/3k2HJA7PK1XUhQEtm0UGqlnxJMGkgQXq
qPgaZd/0W9LBzw5ZL/Qs8lj2av/FtNN5IDh1HAqP5JWOUkz5h5l6Fb68h8yu2EGk
k+RMlUTjTbSSZZ+qpt9uNIVJFlOMVwA2DVJG//itp5RwidEmXE8=
=7ta5
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



grub-installer_1.156_source.changes ACCEPTED into unstable

2018-08-13 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 13 Aug 2018 21:46:22 +0200
Source: grub-installer
Binary: grub-installer
Architecture: source
Version: 1.156
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Description:
 grub-installer - Install GRUB on a hard disk (udeb)
Changes:
 grub-installer (1.156) unstable; urgency=medium
 .
   * Team upload
 .
   [ Updated translations ]
   * Finnish (fi.po) by Arto Keiski
Checksums-Sha1:
 e1066e95602bcf43a32f940f6a1b5b2b103a45e5 2032 grub-installer_1.156.dsc
 c1beef028dca606cf55f22954c57f2b618eb54f3 219336 grub-installer_1.156.tar.xz
 e258a63bcfac740fa20b0042488eaba9dce542e3 5981 
grub-installer_1.156_amd64.buildinfo
Checksums-Sha256:
 7ddfcf3f2fabccf281f14af7b4b2e7930e09d9ed17b2c8b6f83966aea26249a2 2032 
grub-installer_1.156.dsc
 923e2fb0f58b97b2cbbd2b69339002f430ddb4853a415938f66af5dec3dc0b6e 219336 
grub-installer_1.156.tar.xz
 a6469b9d8820756121059e83a26e8ad244b21026b4565fbd8e7aa2f23bf24fb0 5981 
grub-installer_1.156_amd64.buildinfo
Files:
 235f8ec9a09e637bde9a00c45aa4fe5f 2032 debian-installer standard 
grub-installer_1.156.dsc
 7ad03947001d9e49afb0d8c9440907c1 219336 debian-installer standard 
grub-installer_1.156.tar.xz
 50440ddc3179e553344009adedc55d62 5981 debian-installer standard 
grub-installer_1.156_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAltx45QACgkQWfGHyhVu
sHadsRAAsh9gUVlCuIOdSRTca7rBLiaqnAGI4kJos8chtnahNPC0csGS6MMOvPuY
8DUtEGd09X2B8NuFK/vEjVS/OGzp1C17vjiWy48P8k4+3ml9ZqLGPhqeDtKbQpCi
3idFY8BMBd12NSuomUC9SBLijbXnOuVNEY0f2Xb9RsCOuov02qYPmEASKSrePZu5
78HajIdcYrZyfenN7bq2WzFR/kZIDABu4vdHhtBtPXSl/hgMww0tHm3eIoyeTGHn
nIJayvgpMOGEzFzyZ/loSmOSYN+9LJR3uVyYnWy/kcXjbxz18CXpMb+tq8NhuN4X
gLS32p4XthtPaFdvvyURiPNqZTnxDtvvjh5Jh8HNC+LzCGEQf2AERSb7ZrLHV+rO
Eft6JhNU9+AQEnYApELUHLGqfIdgFpkffLyOE5KF7G1V1wdrjxHSpSK0HzUrswa0
HTL7RZSoeOIWYPDbKrDzOdWZz7NXRNvi/lUmkUwKtYKTD1itEsse7g8EMc/+0Gcn
Kx1npbeZHy0B+S34ZHrkXpg8SMexhoOWgjX18Pm+t5O3TfuJNkUQYQxhmbmsUXJN
UE3bJ05mOgEroxujpld3KYcqTBKoxMLoiKGrLjQ4kmP6pflvUJb+YleSvWdDux1C
0kdv9Corf5FUAkFSm0F8M122NCcPuCJBanwt2ziSlzN7J+4ZrXM=
=lDJV
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of net-retriever_1.49_source.changes

2018-08-13 Thread Debian FTP Masters
net-retriever_1.49_source.changes uploaded successfully to localhost
along with the files:
  net-retriever_1.49.dsc
  net-retriever_1.49.tar.xz
  net-retriever_1.49_amd64.buildinfo

Greetings,

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



Re: Fw: Re: [installation-guide] convert xml-based translation to po format

2018-08-13 Thread Holger Wansing
Hi,

Holger Wansing  wrote:
> Hi,
> 
> what do you think about the xml-to-po conversion?
> Would that be a sensible solution for you?

I got not answer from Miroslav regarding this issue, so what to do about this?

Apparently it seems to be a solution for translators, to leave everything as
is. 

Miroslav has already quoted, there is no problem for him, he quoted:
"There is no problem for me, as I keep copy of the last translated
version of the files, so I can easily diff with trunk and translate
what was changed since the last time, not relying on the SVN numbers."


As a consequence, in the future we can not judge if Czech translation is 
up-to-date and we need to rely on Miroslav.

However, I don't want to loose Miroslav as Czech translator (he is a 
longstanding
Debian contributor and Czech translator !!! )



Holger


> Holger Wansing  wrote:
> > Mail did not make it to the list, because of the attachment size ...
> > Po files sent to Miroslav.
> > 
> > 
> > 
> > 
> > Date: Mon, 21 May 2018 12:13:40 +0200
> > From: Holger Wansing 
> > To: Miroslav Kure 
> > Cc: debian-boot 
> > Subject: Re: [installation-guide] convert xml-based translation to po format
> > 
> > 
> > Hi,
> > 
> > Holger Wansing  wrote:
> > > Hi,
> > > 
> > > Miroslav Kure  wrote:
> > > > > The workflow for xml-based translation is based on the svn revision 
> > > > > numbers, 
> > > > > which are no longer available now, since the repository has been 
> > > > > moved to git.
> > > > > Because of that, there is now a problem to get this workflow running 
> > > > > again
> > > > > for git.
> > > > 
> > > > There is no problem for me, as I keep copy of the last translated
> > > > version of the files, so I can easily diff with trunk and translate
> > > > what was changed since the last time, not relying on the SVN numbers.
> > > > 
> > > > > Do you have any objections against the conversion to po format for 
> > > > > Czech?
> > > > > For po format we have a possible way to get the workflow running 
> > > > > again.
> > > > 
> > > > I am not too fond of having longer texts in PO format, but I guess you
> > > > can try to run the conversion script so we can see how much work it
> > > > would require to clean up after the conversion.
> > 
> > I have completed the conversion now.
> > The resulting po files are attached.
> > The manual builds fine based on that files.
> > 
> > The xml version was partly not in exact sync with English, so the automatic
> > conversion did not work at all for some chapters.
> > This all results in several fuzzies and untranslated strings.
> > Please update the attached files.
> > 
> > Thanks
> > Holger
> > 
> > 
> > 
> > -- 
> > 
> > Created with Sylpheed 3.5.1 under 
> > D E B I A N   L I N U X   9   " S T R E T C H " .
> > 
> > Registered Linux User #311290 - https://linuxcounter.net/
> > 
> > 
> 
> 
> -- 
> 
> Created with Sylpheed 3.5.1 under 
>   D E B I A N   L I N U X   9   " S T R E T C H " .
> 
> Registered Linux User #311290 - https://linuxcounter.net/
> 
> 


-- 

Created with Sylpheed 3.5.1 under 
D E B I A N   L I N U X   9   " S T R E T C H " .

Registered Linux User #311290 - https://linuxcounter.net/




Bug#286180: marked as done (debian-installation-manual: manual could reflect debconf serverity level)

2018-08-13 Thread Debian Bug Tracking System
Your message dated Mon, 13 Aug 2018 22:26:16 +0200
with message-id <20180813222616.cd41d308a0e8a748c06b9...@wansing-online.de>
and subject line Re: Bug#286180: [installation-guide] manual could reflect 
debconf serverity level
has caused the Debian Bug report #286180,
regarding debian-installation-manual: manual could reflect debconf serverity  
level
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.)


-- 
286180: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=286180
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: debian-installation-manual
Version: N/A
Severity: wishlist

Since it is possible to run debian installer at different debconf severity 
levels (and make versions of d-i that run in those levels by defaults) it 
would be cool if the debian-installation-manual was structured in such a way 
that you could build different guides for the different levels. This way a 
user at less than priority low could follow the install and not be confused by 
explainations of questions they aren't being asked.

Ideally there would be a way to tag things in the XML to do this, but if 
something like that isn't possible then the document _could_ be restructured 
to separate sections and then have a Makefile sort it all out.

This would be cool but would probably take some work both initially and 
on-going as the manual was maintained. Filing at severity wishlist.

Thanks,

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



--- End Message ---
--- Begin Message ---
Hi,

Holger Wansing  wrote:
> 
> Matt Taggart  wrote:
> > Since it is possible to run debian installer at different debconf severity 
> > levels (and make versions of d-i that run in those levels by defaults) it 
> > would be cool if the debian-installation-manual was structured in such a 
> > way 
> > that you could build different guides for the different levels. This way a 
> > user at less than priority low could follow the install and not be confused 
> > by 
> > explainations of questions they aren't being asked.
> > 
> > Ideally there would be a way to tag things in the XML to do this, but if 
> > something like that isn't possible then the document _could_ be 
> > restructured 
> > to separate sections and then have a Makefile sort it all out.
> > 
> > This would be cool but would probably take some work both initially and 
> > on-going as the manual was maintained. Filing at severity wishlist.
> 
> Introducing different variants of the manual could also add some irritation
> or complexity to users, when they use the wrong variant, and cannot find a
> said chapter, or the like.
> 
> Given the age of this bug (2004) and the manpower in the team, I would close 
> this as wont-fix.
> 
> Objections?

No objections, so I close this bug.


-- 

Created with Sylpheed 3.5.1 under 
D E B I A N   L I N U X   9   " S T R E T C H " .

Registered Linux User #311290 - https://linuxcounter.net/
--- End Message ---


Bug#401889: marked as done (memory requirements for powerpc)

2018-08-13 Thread Debian Bug Tracking System
Your message dated Mon, 13 Aug 2018 22:24:45 +0200
with message-id <20180813222445.667f97e6723afa6f84202...@wansing-online.de>
and subject line Re: Bug#401889: [installation-guide] memory requirements for 
powerpc
has caused the Debian Bug report #401889,
regarding memory requirements for powerpc
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.)


-- 
401889: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=401889
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: debian-installer-manual
severity: wishlist

Hi,

the following memory requirements for powerpc should be documented in the 
manual, because booting with too little memory results in strange effects / 
error messages, which especially people new to powerpc will not understand, 
and therefor think the installer is broken for there machine.

d-i: recommended is 48mb, might work with less, but on newworld it sureley 
doesnt boot with 32mb. (tested with daily cd from 2006-12-04). 64mb is still 
low-mem.

d-i: recommended is 128mb. works with 96mb, but partioning is buggy then. (it 
crashes and comes back, so it's usable, but really not recommended. With 96mb 
the main partition would "reliably" have no mount point set, with 160 mb this 
is no problem.)

If you point me to the proper file, I'm happy to submit a patch for this bug.


regards,
Holger


pgpvDFtHNjJVN.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
Hi,

Holger Wansing  wrote:
> 
> Holger Levsen :
> > the following memory requirements for powerpc should be documented in the 
> > manual, because booting with too little memory results in strange effects / 
> > error messages, which especially people new to powerpc will not understand, 
> > and therefor think the installer is broken for there machine.
> > 
> > d-i: recommended is 48mb, might work with less, but on newworld it sureley 
> > doesnt boot with 32mb. (tested with daily cd from 2006-12-04). 64mb is 
> > still 
> > low-mem.
> > 
> > d-i: recommended is 128mb. works with 96mb, but partioning is buggy then. 
> > (it 
> > crashes and comes back, so it's usable, but really not recommended. With 
> > 96mb 
> > the main partition would "reliably" have no mount point set, with 160 mb 
> > this 
> > is no problem.)
> 
> Since powerpc is no longer a release-arch, and the things are most likely to 
> behave different with ppc64el, I would close this bug.
> 
> 
> Objections?

No objections, so closing this bug.


-- 

Created with Sylpheed 3.5.1 under 
D E B I A N   L I N U X   9   " S T R E T C H " .

Registered Linux User #311290 - https://linuxcounter.net/
--- End Message ---


Processing of grub-installer_1.156_source.changes

2018-08-13 Thread Debian FTP Masters
grub-installer_1.156_source.changes uploaded successfully to localhost
along with the files:
  grub-installer_1.156.dsc
  grub-installer_1.156.tar.xz
  grub-installer_1.156_amd64.buildinfo

Greetings,

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



Re: Bug#401889: [installation-guide] memory requirements for powerpc

2018-08-13 Thread Holger Wansing
Hi,

Holger Wansing  wrote:
> 
> Holger Levsen :
> > the following memory requirements for powerpc should be documented in the 
> > manual, because booting with too little memory results in strange effects / 
> > error messages, which especially people new to powerpc will not understand, 
> > and therefor think the installer is broken for there machine.
> > 
> > d-i: recommended is 48mb, might work with less, but on newworld it sureley 
> > doesnt boot with 32mb. (tested with daily cd from 2006-12-04). 64mb is 
> > still 
> > low-mem.
> > 
> > d-i: recommended is 128mb. works with 96mb, but partioning is buggy then. 
> > (it 
> > crashes and comes back, so it's usable, but really not recommended. With 
> > 96mb 
> > the main partition would "reliably" have no mount point set, with 160 mb 
> > this 
> > is no problem.)
> 
> Since powerpc is no longer a release-arch, and the things are most likely to 
> behave different with ppc64el, I would close this bug.
> 
> 
> Objections?

no objections, so I close this bug.


-- 

Created with Sylpheed 3.5.1 under 
D E B I A N   L I N U X   9   " S T R E T C H " .

Registered Linux User #311290 - https://linuxcounter.net/




Re: Bug#286180: [installation-guide] manual could reflect debconf serverity level

2018-08-13 Thread Holger Wansing
Hi,

Holger Wansing  wrote:
> 
> Matt Taggart  wrote:
> > Since it is possible to run debian installer at different debconf severity 
> > levels (and make versions of d-i that run in those levels by defaults) it 
> > would be cool if the debian-installation-manual was structured in such a 
> > way 
> > that you could build different guides for the different levels. This way a 
> > user at less than priority low could follow the install and not be confused 
> > by 
> > explainations of questions they aren't being asked.
> > 
> > Ideally there would be a way to tag things in the XML to do this, but if 
> > something like that isn't possible then the document _could_ be 
> > restructured 
> > to separate sections and then have a Makefile sort it all out.
> > 
> > This would be cool but would probably take some work both initially and 
> > on-going as the manual was maintained. Filing at severity wishlist.
> 
> Introducing different variants of the manual could also add some irritation
> or complexity to users, when they use the wrong variant, and cannot find a
> said chapter, or the like.
> 
> Given the age of this bug (2004) and the manpower in the team, I would close 
> this as wont-fix.
> 
> Objections?

No objections, so I close this bug.


-- 

Created with Sylpheed 3.5.1 under 
D E B I A N   L I N U X   9   " S T R E T C H " .

Registered Linux User #311290 - https://linuxcounter.net/




Re: Bug#401889: [installation-guide] memory requirements for powerpc

2018-08-13 Thread Holger Wansing
Hi,

Holger Wansing  wrote:
> 
> Holger Levsen :
> > the following memory requirements for powerpc should be documented in the 
> > manual, because booting with too little memory results in strange effects / 
> > error messages, which especially people new to powerpc will not understand, 
> > and therefor think the installer is broken for there machine.
> > 
> > d-i: recommended is 48mb, might work with less, but on newworld it sureley 
> > doesnt boot with 32mb. (tested with daily cd from 2006-12-04). 64mb is 
> > still 
> > low-mem.
> > 
> > d-i: recommended is 128mb. works with 96mb, but partioning is buggy then. 
> > (it 
> > crashes and comes back, so it's usable, but really not recommended. With 
> > 96mb 
> > the main partition would "reliably" have no mount point set, with 160 mb 
> > this 
> > is no problem.)
> 
> Since powerpc is no longer a release-arch, and the things are most likely to 
> behave different with ppc64el, I would close this bug.
> 
> 
> Objections?

No objections, so closing this bug.


-- 

Created with Sylpheed 3.5.1 under 
D E B I A N   L I N U X   9   " S T R E T C H " .

Registered Linux User #311290 - https://linuxcounter.net/




cdrom-retriever_1.44_source.changes ACCEPTED into unstable

2018-08-13 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 13 Aug 2018 20:14:41 +0200
Source: cdrom-retriever
Binary: cdrom-retriever load-cdrom
Architecture: source
Version: 1.44
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Description:
 cdrom-retriever - Fetch modules from a CDROM (udeb)
 load-cdrom - Load installer components from CD (udeb)
Changes:
 cdrom-retriever (1.44) unstable; urgency=medium
 .
   * Team upload
 .
   [ Cyril Brulebois ]
   * Update Vcs-{Browser,Git} to point to salsa (alioth's replacement).
 .
   [ Updated translations ]
   * Finnish (fi.po) by Arto Keiski
Checksums-Sha1:
 6de721e65d092522e92505383a83061b44959540 1755 cdrom-retriever_1.44.dsc
 d8b1a5149104752b7b570d9bb65b4245f63f0b12 36588 cdrom-retriever_1.44.tar.xz
 414b3f68710b4471487803c8fd051fdc12a956fd 5672 
cdrom-retriever_1.44_amd64.buildinfo
Checksums-Sha256:
 441cbebbed360b552db80eb15201e43d9318e891f32afa4b48c15db49091f0fa 1755 
cdrom-retriever_1.44.dsc
 6de73a1bbc7f4f2ec7c71e2581431908f82b85406cf14697a04ee9ffa361 36588 
cdrom-retriever_1.44.tar.xz
 b0219bed452c796113573f01390aa8587faa8d2293d0dda05187429d578e72a6 5672 
cdrom-retriever_1.44_amd64.buildinfo
Files:
 48e05d5a319a77e5ca392ac3ce83c97f 1755 debian-installer optional 
cdrom-retriever_1.44.dsc
 d94abc88dae25b04eb454e57c3841a7f 36588 debian-installer optional 
cdrom-retriever_1.44.tar.xz
 3e1308c377fc24f6eb2cfd1bc1c4315c 5672 debian-installer optional 
cdrom-retriever_1.44_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAltxzIMACgkQWfGHyhVu
sHbRWxAArTUuh4nGHpzccZlw0ZviMlNEcix1eZiJw46hAKlQfJU9X9m1xhC7Hw8h
GNLM0HURsSixkyP2bYVT6vnzHb3lSczVB1D1vkAH9DRZRbuoz1+t7xNIwnBZm5zl
ExcI3NBiKLVV8CCPuOR+TkHwsDmAnI2zA9udLPNKRR7r1rrLbHc2OGJqLC3ddwHn
RyfLm38T97dD7A/K20WntG7hRau6tepdEH9o8sz1JsKJN487YuBRLaxHa7ziXKe9
bd9Li0bb5Y1gd1nSodDjKUYNkt106yQoSbf3dUVhJ8IrKzSAdmolnMVWUSebWVN5
Jh5gjlhOpilxQDsN8d1k4t2V15AmnLTXWScod1RiPOmK8dXwFGCunpvooa2mUC/e
lKu/PVOLPEQQIhj29dlLZl31MyxHRIkC6liw35zS+u++4uXaynzrZMf7byZv8A7H
OBsqGypknWehnSbzISGRgorS5U2rd1PqseCd9x7FjBJRvSvShXFGneIVR0LZMbF1
R7oatNnMX7Rm0SQaVlvp5VMFnKeuhyk4iFL4so58Pn7aBtN8BT+MpfE2EjHG4blL
+ZfUmCmXn+nITwaQfo7qvOZf7qN8CJXzjqWZbo1JRoGg6y16NXMw+9kDoL3XZF+m
xQay/RPVkYrYQjUFZo//8qKjBqsNqwgbUHNJ0CKl4VwNjMOTtHA=
=qho2
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of cdrom-retriever_1.44_source.changes

2018-08-13 Thread Debian FTP Masters
cdrom-retriever_1.44_source.changes uploaded successfully to localhost
along with the files:
  cdrom-retriever_1.44.dsc
  cdrom-retriever_1.44.tar.xz
  cdrom-retriever_1.44_amd64.buildinfo

Greetings,

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



user-setup_1.78_source.changes ACCEPTED into unstable

2018-08-13 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 13 Aug 2018 19:47:12 +0200
Source: user-setup
Binary: user-setup-udeb user-setup
Architecture: source
Version: 1.78
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Description:
 user-setup - Set up initial user and password
 user-setup-udeb - Set up users and passwords (udeb)
Changes:
 user-setup (1.78) unstable; urgency=medium
 .
   * Team upload
 .
   [ Cyril Brulebois ]
   * Update Vcs-{Browser,Git} to point to salsa (alioth's replacement).
 .
   [ Updated translations ]
   * German (de.po) by Holger Wansing
   * Hebrew (he.po) by Yaron Shahrabani
   * Telugu (te.po) by Praveen Illa
Checksums-Sha1:
 b279695fc587c107ed522161488d3017c16c868b 1792 user-setup_1.78.dsc
 ed9548699bf4a406df093f01ad5ae9b13351fc6d 147972 user-setup_1.78.tar.xz
 c7ec93a7d0c8e224c68acfbed196347f6828 5648 user-setup_1.78_amd64.buildinfo
Checksums-Sha256:
 bfc981c021ba2e4a5313e854c68d2fa774f804e465bddac47be8bfc8931530c9 1792 
user-setup_1.78.dsc
 db43b0ee061863939c6bcbdf7e038ca7e7c14db3d9d2a14bc51e46ca04546386 147972 
user-setup_1.78.tar.xz
 6f186357e214c1b054c09c4610ba6489c8b318315db9f8dfa9e212b26eb69c58 5648 
user-setup_1.78_amd64.buildinfo
Files:
 691f872dad1c5716c7b0bf7829089955 1792 debian-installer extra 
user-setup_1.78.dsc
 fba1fab9707697e59c31089af071ca31 147972 debian-installer extra 
user-setup_1.78.tar.xz
 33a4af65c786a63c46e320b3f579479a 5648 debian-installer extra 
user-setup_1.78_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAltxxd4ACgkQWfGHyhVu
sHbQIA//SP0e0lGVXWj5tJzni/E0Fpzecytk2jI6jJNnk5lsueJ/KatE/9LAVXg7
5M+UzPCITD8APadAxBzgBHn0iprbU8Ayqs66072KSPW0YDn2C3TZCg7jRuUI0EjZ
aF+mHA6LLRsaesXJFvX/Duxn9wXuW0UOSzpZnfeprLS4wVkyuEC5qohtPT58eege
a385qv88xY//iIl1/ZPfTc96vz4PHtjmLdBX5QzOiJd+6k/5XpxrJBvl41u2NPaO
Eu97w5D3/Votc0CEI8JnYUxAyD6ymdOo8+QsucHpRxZI81X3bU01ybRMHgMMBcJi
utAwGPhNqN9rcW0ZE9HyVZqVlw6EddOCtl5+P5sGK0K1gwj6t5v+pt1TOroFS896
7eO3/KkiV6zSdYw4fnME7RLzct29OL4aaskekq62nQMBrZLeB+7XcPaWEdxZ/IpJ
s/3IUWmYxirI+Mk949om8wpU4WXjb7BrF4b4qNWE0t/CJ/jXuqUh82wsX1QGVNSF
4AlbuWD7KPzc64Gabmpeh75kA3VBVB9VzWLLWMIKF2OlWgLxSYegX4Sp4qrqxQ3x
sUa1YQJxBcvCsiThlEIxiQ6KLbRbr7HHBJqnSNl945IC4WWcmSB+TzIv5Wgaqsy1
Dvzc2NiLfJnVgys3pDU1MGv3WnyIOy7ZwK3J2WOljwCSX3pc2SE=
=i7vt
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of user-setup_1.78_source.changes

2018-08-13 Thread Debian FTP Masters
user-setup_1.78_source.changes uploaded successfully to localhost
along with the files:
  user-setup_1.78.dsc
  user-setup_1.78.tar.xz
  user-setup_1.78_amd64.buildinfo

Greetings,

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



tzsetup_0.107_source.changes ACCEPTED into unstable

2018-08-13 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 13 Aug 2018 19:16:31 +0200
Source: tzsetup
Binary: tzsetup-udeb
Architecture: source
Version: 1:0.107
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Description:
 tzsetup-udeb - choose time zone (udeb)
Changes:
 tzsetup (1:0.107) unstable; urgency=medium
 .
   [ Cyril Brulebois ]
   * Update Vcs-{Browser,Git} to point to salsa (alioth's replacement).
 .
   [ Updated translations ]
   * Belarusian (be.po) by Viktar Siarheichyk
   * Finnish (fi.po) by Arto Keiski
   * Hebrew (he.po) by Yaron Shahrabani
   * Korean (ko.po) by Changwoo Ryu
   * Dutch (nl.po) by Frans Spiesschaert
   * Swedish (sv.po) by Anders Jonsson
   * Simplified Chinese (zh_CN.po) by Boyuan Yang
Checksums-Sha1:
 ffdc69df26188f1cf5ad54b8bd23583a88745873 1646 tzsetup_0.107.dsc
 75a96a3ba6a985cb739b5dcf83cf208e546cae26 110888 tzsetup_0.107.tar.xz
 90bec55ce208860deb95a26b9bdd255b95054260 5517 tzsetup_0.107_amd64.buildinfo
Checksums-Sha256:
 d6e704ad3ba7a508815fa0ac3928eb7ece6821fc036adf1b889b16dc38818dd5 1646 
tzsetup_0.107.dsc
 5a1b799a30821cb245cfd40f212007651be9b4f9565d90400502a2c9236a8ce9 110888 
tzsetup_0.107.tar.xz
 a130b31682e09e5f0b1989d2332a820cb233ed3c97144f35f0a44b58c80c2efe 5517 
tzsetup_0.107_amd64.buildinfo
Files:
 269d1ceed7e2f1eede5286002fe816e9 1646 debian-installer optional 
tzsetup_0.107.dsc
 07fe4be7b8ac67acc01e9101f3df9672 110888 debian-installer optional 
tzsetup_0.107.tar.xz
 688fd5cee7e9d062ac2f87bf6d4aa7aa 5517 debian-installer optional 
tzsetup_0.107_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAltxwVgACgkQWfGHyhVu
sHbOaA/+Px3V/II34BSlXmAeqrJACkXCx5mGzyeDoUAepbk4EJsW2ABigKUkU3u5
gvjJTdSARBHKfAsjgstW6UbzLNwnW7zubhqu/V/CCJzUpdIAwaIAyV/9t3VbjVSG
vDLa/u67IHAnC9b63gqw8DdFgo/UUvzeP9FedQeA+dSStcYjE8QI2cA1GRAd+aRE
ibd/Z7uYoO/9q6bxgbGGIXc0Tmy71nr/JAy8jGy/18NAphtTEEg9ZHYzgYZ7tcwb
tQV5A0B2CmJ1HpTgB4BxUc+VLm0HlRdgLRpH+pqHfdhcCxgtdzsRq/odVQ1ajq3P
dztDkeh85zkfecPEhkJuJcw0Qr3hLdoT1Y23ZhfiaCuQSv3JQqtBTMIzQRfyUyuz
mSbUOjJe1G4eONhfkDOuW05xP7c/koWAj88S4KeWBow8o9u47tSahtueRWsKDgEa
H39rgTBngG3s4mo5s2bkHdVnwWfjI56chTm12O/NNLawwYtdIj7HBD/af8gPiYWS
UmpSMds47/L6+Nu3pOXacxSi6k415yBRztEik/0QzNhQzmRfoJiaHEVHOOmLsIvk
iFnVrjrjmWajuiYtvMBNhWL3TwRENf4Ws4r71N5/jK1MY3aFXS/X/V9ChvJUZq2/
MrZdLxO5KHH8y5xJNNLPGZ8HApQjZcBLLziyV+xGXOmC3lC+Uoc=
=y81e
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of tzsetup_0.107_source.changes

2018-08-13 Thread Debian FTP Masters
tzsetup_0.107_source.changes uploaded successfully to localhost
along with the files:
  tzsetup_0.107.dsc
  tzsetup_0.107.tar.xz
  tzsetup_0.107_amd64.buildinfo

Greetings,

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



rescue_1.73_source.changes ACCEPTED into unstable

2018-08-13 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 13 Aug 2018 18:48:04 +0200
Source: rescue
Binary: rescue-check rescue-mode
Architecture: source
Version: 1.73
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Description:
 rescue-check - enter d-i rescue mode if requested (udeb)
 rescue-mode - mount requested partition and start a rescue shell (udeb)
Changes:
 rescue (1.73) unstable; urgency=medium
 .
   * Team upload
 .
   [ Cyril Brulebois ]
   * Update Vcs-{Browser,Git} to point to salsa (alioth's replacement).
 .
   [ Updated translations ]
   * Finnish (fi.po) by Juhani Numminen
   * Simplified Chinese (zh_CN.po) by Boyuan Yang
Checksums-Sha1:
 83b87de910d7674f0ec2bda6e514f72297f4a46a 1682 rescue_1.73.dsc
 6c2b358f27feaf31c263f4d304e5d3ef0af6eec0 139648 rescue_1.73.tar.xz
 4b701820bb6ee1dfbb259e9aefc87ca44af0cf13 5627 rescue_1.73_amd64.buildinfo
Checksums-Sha256:
 10ee416eeae2ebc23721cf369ddc23fad6cdac0d799c452f1dc0323ccc49ec22 1682 
rescue_1.73.dsc
 c8e4d56bba289fb70c135a75537fe6ac226853ced16bde17b004bb3ddc6b6585 139648 
rescue_1.73.tar.xz
 42c554c92a1423a4336a93de475cb7dbf1c537eb85c1e97182ef3bd9746cb066 5627 
rescue_1.73_amd64.buildinfo
Files:
 d0cedaefe5170368b5fa55b7cc7d8940 1682 debian-installer optional rescue_1.73.dsc
 25e15c63ca09704331626b3f8485dd49 139648 debian-installer optional 
rescue_1.73.tar.xz
 09483c6a52f4f2f5b62e4f508ea73f09 5627 debian-installer optional 
rescue_1.73_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAltxt8UACgkQWfGHyhVu
sHbdgg//cWzSUS9ERCzs7rgMwVd/2aGq7qWlSd/+rYgba42uO6NV2Bd2rbnjkZxO
NAyirFFJxuqSEVWVQfauOOHZfvpHhuuVQAIXK2u9G0H1Hd2/BiBjCGy/bvcwpXTl
DmuhzZ7o7NaGBBZht79qwa4du8W6F1PN3xU+ys85cvrjVAMSeJF8+H/WehpTE4F6
kTh5510FzIzdSHV6JMWz0U1vHw++4MeNWazOtedEKRuFmXhTWBYOzSwEnaq+U3l5
XOacgeDzHBXdgrTapXiByHDt8dpfQfeOpMxe0c8THyc0wyuBwto6m05t0F4MfVmu
WojErL+n2+HxcJtTp7ksgXKvAyaru5+YtRKfPk9jzb53FMC3DIQUWCqM6G9BAkQi
ZFrOTQGoDnjUNoi1FXCeEd+AySDZh+//UXwU4A6OuQwJ46iywwYWs6oyrrOUdsVH
nbT29nsTrzJoW7vBfiAGHmflWrJiYbgek84qfxMix8ePpWpdY89/tyv+RzaaOtgE
i0b0YK/wMDU6XDVxhpruj6TpmxFkNT/M17fotFtM+8ctVSfoSzdDUg6C24cWC3tu
kH0DvEacohnCVc7HCR+XKKUpuHBWrv0cx4OJUFPQ5e7SFXSnzvYudX7oBv0Y0JMD
ELIEtH8QXqJt3dRqtPdIm/EMNPcClk7/h3t5SNR1QTWkL+D2V7s=
=6lAs
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of rescue_1.73_source.changes

2018-08-13 Thread Debian FTP Masters
rescue_1.73_source.changes uploaded successfully to localhost
along with the files:
  rescue_1.73.dsc
  rescue_1.73.tar.xz
  rescue_1.73_amd64.buildinfo

Greetings,

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



pkgsel_0.58_source.changes ACCEPTED into unstable

2018-08-13 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 13 Aug 2018 17:17:02 +0200
Source: pkgsel
Binary: pkgsel
Architecture: source
Version: 0.58
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Description:
 pkgsel - Select and install packages (udeb)
Changes:
 pkgsel (0.58) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Updated translations ]
   * Estonian (et.po) by Kristjan Räts
   * Finnish (fi.po) by Arto Keiski
   * Hebrew (he.po) by Yaron Shahrabani
   * Hungarian (hu.po) by Dr. Nagy Elemér Károly
   * Korean (ko.po) by Changwoo Ryu
   * Portuguese (Brazil) (pt_BR.po) by Adriano Rafael Gomes
   * Telugu (te.po) by Praveen Illa
Checksums-Sha1:
 eee14fc703c899bb8fccda06aafc22038fd52444 1591 pkgsel_0.58.dsc
 cc7efad3c5dd8c7b83fd26cfa3162834c2d0288d 47620 pkgsel_0.58.tar.xz
 dbf647dff0162cd7ad4a7d0bcc7055d8bda0b468 5339 pkgsel_0.58_amd64.buildinfo
Checksums-Sha256:
 783e183f683d917049ceed7ffb08277c36493809f439ef41cbdfa2175557d7e7 1591 
pkgsel_0.58.dsc
 8d6c6a589aad71af2829a8c2d220e94900d94ce41330303c8cdd5cd6c6d39e6b 47620 
pkgsel_0.58.tar.xz
 36ba8f097c66cadbdced57aacdf97bd54c8a213ab0e05b6eaa69e90e267562fa 5339 
pkgsel_0.58_amd64.buildinfo
Files:
 da641b087f730e3e6e840ad45bc1c0d0 1591 debian-installer standard pkgsel_0.58.dsc
 77d845657aea036ea9685433e91fcc0a 47620 debian-installer standard 
pkgsel_0.58.tar.xz
 28bd580aa49da739c46e5df67a73002a 5339 debian-installer standard 
pkgsel_0.58_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAltxpuUACgkQWfGHyhVu
sHZGWg/+IKF6xvR1zSaCR9oqpuinDGAD2hcdlikMFoOF5FPWp9npAIH53bMVVJWn
oHzLLqpUDceeTy3R8b6OMI4lj1l0U9pHTH6Tw6tXABuPLcXXNMNa2h7WNGtLREOR
JGNiEkY+Yb4JEHcIzDJaLGip+qMgMKRP84dyizNS+vLWKjYt1iC8rXPqJdNRBAoD
YlZRu59SgvBlUcrOC2nlRJrD9YukXL9Qe7+0mk3midZP5qO5+1EAiOVPM+sMWYEw
dvMQ3pts4mWSyBAQrYCBoh3KDHzkDBgkJj8Ur3DtajDyaXNjLjbUXmbRvOuksbkE
1zSOA10x/r7VKPDtQzESwP5N1Z33q+2bOCD5NIUdwkJcvGpqr6CROrKa1f6Lmc/U
SrkpupwPQddK6/9ejy9QjWp8HOlvfMbjtGZHZj39ZsPRsKuiTairc/gvCDjJTZMa
5/23btrGnSrcLoBanNwZtn84oXtqw2v8iFGfJSP03U4hzMOzIbufVO2pS40BbDS0
GgvEuVgzHqnIXGa7ladukxRB8rts7Of3MXzKUxfvySHrpBkziNCXgbxd/8vc7hJq
E9170FhiJrwIf2pbeeIHX+he0SoWtnDoWJkVOOVv22eb37Ta/ZvOsn91sNCvFeFF
tyfK58KTgTtwOTcTJBNyDQhAOSD6ZvR82tZNNpgd32MzyVIWKas=
=Silh
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of pkgsel_0.58_source.changes

2018-08-13 Thread Debian FTP Masters
pkgsel_0.58_source.changes uploaded successfully to localhost
along with the files:
  pkgsel_0.58.dsc
  pkgsel_0.58.tar.xz
  pkgsel_0.58_amd64.buildinfo

Greetings,

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



Bug#905965: debian-installer: preseeding language fails

2018-08-13 Thread Samuel Thibault
Josua Mayer, le lun. 13 août 2018 17:08:35 +0200, a ecrit:
> That piece is actually magic. Changing from plain auto to auto=true
> makes these first two questions go away as expected!
> Thank you very much for this pointer.
> 
> I couldn't find any mention of this on the wiki,

Well, the documentation for the installer is the debian installation
manual :)

If other documentations exist, they need to be fixed, or perhaps better,
point to the manual.

Samuel



Bug#905965: debian-installer: preseeding language fails

2018-08-13 Thread Josua Mayer
Hi Phil,

Am 13.08.2018 um 16:08 schrieb Philip Hands:
> Ben Hutchings  writes:
>
>> On Sun, 2018-08-12 at 13:11 +, Josua Mayer wrote:
>>> Package: debian-installer
>>> Severity: normal
>>>
>>> Dear Maintainer,
>>>
>>> I have been trying to fully automate installing debian on the SolidRun 
>>> Clearfog through a preseed file.
>>> However I cannot seem to skip the first two questions:
>>> [!!] Select a language --> English
>>> [!!] Select your location --> United Kingdom
>> [...]
>>
>> Depending on where the preseed file is, these questions may be asked
>> before the installer is able to load it.
>>
>> You can put the answers to these two questions on the kernel command
>> line.  See
>> .
Didn't try this yet so idk if it helps. I find auto=true to be much more
practical!
> Alternatively, if you're providing the preseed via a url (and I think
> for a least some of the other options for preseeding) you can specify
> auto=true, which delays these questions until after the preseed file is
> available, and thus makes your preseeding work -- this is the purpose of
> the various "Automatic Install" options in the boot menus.  They just add
> "auto=true" to the default kernel command line.
That piece is actually magic. Changing from plain auto to auto=true
makes these first two questions go away as expected!
Thank you very much for this pointer.

I couldn't find any mention of this on the wiki, and as I am only
hacking on arm devices of course I never got to see the boot menus.
>
> Cheers, Phil.
br
Josua



Bug#905965: debian-installer: preseeding language fails

2018-08-13 Thread Philip Hands
Ben Hutchings  writes:

> On Sun, 2018-08-12 at 13:11 +, Josua Mayer wrote:
>> Package: debian-installer
>> Severity: normal
>> 
>> Dear Maintainer,
>> 
>> I have been trying to fully automate installing debian on the SolidRun 
>> Clearfog through a preseed file.
>> However I cannot seem to skip the first two questions:
>> [!!] Select a language --> English
>> [!!] Select your location --> United Kingdom
> [...]
>
> Depending on where the preseed file is, these questions may be asked
> before the installer is able to load it.
>
> You can put the answers to these two questions on the kernel command
> line.  See
> .

Alternatively, if you're providing the preseed via a url (and I think
for a least some of the other options for preseeding) you can specify
auto=true, which delays these questions until after the preseed file is
available, and thus makes your preseeding work -- this is the purpose of
the various "Automatic Install" options in the boot menus.  They just add
"auto=true" to the default kernel command line.

Cheers, Phil.
-- 
|)|  Philip Hands  [+44 (0)20 8530 9560]  HANDS.COM Ltd.
|-|  http://www.hands.com/http://ftp.uk.debian.org/
|(|  Hugo-Klemm-Strasse 34,   21075 Hamburg,GERMANY


signature.asc
Description: PGP signature


Bug#904184: Acknowledgement (Partman(-lvm) claims all disk when it shouldn't)

2018-08-13 Thread Sven Mueller
I also realize that this seems to be a duplicate of
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=515607
(from early 2009)

Am So., 22. Juli 2018 um 05:23 Uhr schrieb Sven Mueller <
sven.muelle...@gmail.com>:

> I created a pull request on salsa for this:
> https://salsa.debian.org/installer-team/partman-auto-lvm/merge_requests/1
> Am So., 22. Juli 2018 um 11:01 Uhr schrieb Sven Mueller
> :
> >
> > As far as the feature request goes, the submits I found in Ubuntu to
> > implement guided_size (i.e. limiting the space in the VG that gets
> > used) were:
> >
> https://bazaar.launchpad.net/~ubuntu-branches/ubuntu/trusty/partman-auto-lvm/trusty/revision/19
> >
> https://bazaar.launchpad.net/~ubuntu-branches/ubuntu/trusty/partman-auto-lvm/trusty/revision/21
> >
> > However, I do consider it a bug that (a) maximum size is exceeded and
> > (b) the last partition/LV gets all remaining space, irrespective of
> > priorities.
>


Re: Status and open questions for debian-installer with backports support

2018-08-13 Thread Steve McIntyre
On Mon, Aug 13, 2018 at 01:44:48PM +0200, Julien Cristau wrote:
>On 08/13/2018 01:57 AM, Steve McIntyre wrote:
>> On Thu, Aug 02, 2018 at 10:56:59AM +0200, Cyril Brulebois wrote:
>>> => Question: should we restrict architectures we build images for?
>> 
>> Probably. I'm only thinking x86, arm64 and maybe armhf. Wait for
>> people to ask for others and add on a case-by-case basis.
>> 
>I'd even suggest s/x86/amd64/
>
>New 32-bit x86 hardware shouldn't be a huge use case nowadays.

That's a fair point, yes.

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
"You can't barbecue lettuce!" -- Ellie Crane



Re: Status and open questions for debian-installer with backports support

2018-08-13 Thread Julien Cristau
On 08/13/2018 01:57 AM, Steve McIntyre wrote:
> On Thu, Aug 02, 2018 at 10:56:59AM +0200, Cyril Brulebois wrote:
>> => Question: should we restrict architectures we build images for?
> 
> Probably. I'm only thinking x86, arm64 and maybe armhf. Wait for
> people to ask for others and add on a case-by-case basis.
> 
I'd even suggest s/x86/amd64/

New 32-bit x86 hardware shouldn't be a huge use case nowadays.

Cheers,
Julien



Re: Status and open questions for debian-installer with backports support

2018-08-13 Thread Cyril Brulebois
John Paul Adrian Glaubitz  (2018-08-13):
> Can we also add the patches for choose-mirror and net-retriever to support
> Debian Ports at some point? We have lots of users that are confused that
> debian-installer does not provide a mirror list from where they can choose
> but rather have to type in the mirror information manually.
> 
> > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879145 
> > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879130
> 
> There is also:
> 
> > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879147 
> > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879151

I'm aware of these issues, but it seems to make sense to concentrate
on release architectures, which have a huge user base, and which need
improved hardware support.

There are enough moving parts as it is to avoid adding ports-specific
issues to the mix (as already mentioned in my reply to one of those
bug reports). Please let us figure out how to deal with release archs
and backports first.


Cheers,
-- 
Cyril Brulebois (k...@debian.org)
D-I release manager -- Release team member -- Freelance Consultant


signature.asc
Description: PGP signature


Processed: Bug #905962 in flash-kernel marked as pending

2018-08-13 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #905962 [flash-kernel] flash-kernel: Support HummingBoard variants 
HummingBoard 2 and SoM version 1.5
Added tag(s) pending.

-- 
905962: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=905962
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: Bug #905002 in flash-kernel marked as pending

2018-08-13 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #905002 [flash-kernel] flash-kernel: please add Raspberry Pi Model B+ (note 
the plus)
Added tag(s) pending.

-- 
905002: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=905002
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: Bug #899096 in flash-kernel marked as pending

2018-08-13 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 pending
Bug #899096 [flash-kernel] flash-kernel: update Raspberry Pi 3 Model B
Added tag(s) pending.

-- 
899096: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=899096
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Re: Status and open questions for debian-installer with backports support

2018-08-13 Thread John Paul Adrian Glaubitz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 08/02/2018 10:56 AM, Cyril Brulebois wrote:
> It's been a while since my first proof of concept (demonstrated at the 2014 
> mini-DebConf in Paris), but I think I've managed to reach a point where I'm
> rather content and ready to get bits and pieces merged where they belong. 
> That doesn't mean I have everything figured out, that's why I'm reaching out 
> to
> both the installer & images team!

Can we also add the patches for choose-mirror and net-retriever to support
Debian Ports at some point? We have lots of users that are confused that
debian-installer does not provide a mirror list from where they can choose
but rather have to type in the mirror information manually.

> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879145 
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879130

There is also:

> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879147 
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879151

Thanks,
Adrian

- -- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913
-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEYv+KdYTgKVaVRgAGdCY7N/W1+RMFAltxXXoACgkQdCY7N/W1
+ROgbg//dxJC1qX7Jfa3qzbqnjQ7pUh68/1OwEF6xwQj4NrkFgDchVVTASvzEwul
goKx+tELK3LVfy+ncchRrD2vImT1aY4iBpywCLSi/T9bE+z/15SOEZlb1QZw2bxp
1vw4HW13HzOBrR7TK+lu7QeAcWMKanWMO+T53IT47/NeQXhbtyCeJ1AP3+mPwqjR
GmR4rsnFX/kjYfIXDLEI9ByMbd3NQ/IQNEbibxxIYiHrW3Tat4xBfw0vwMplySdt
PDo11uqrrbbuhBXTVnxEilqC2Td+Yr9uglEZ6hJ4+RPDBLcCInnLgw5GCvfQq80v
6igQIQp+nJkZPohFawffX6grEzmxvuOSUZSfuyjAioKuBWevBggV2W4/LiplALA1
pUTvYW6RvDjtaCfpVrCH1uUcQMCvZorwl35R9UXRxKHwcCq/nWHNi5ym0g7bfdKK
gX8LkdjtnYiT+7pJDK3tw1dCMzYsys9BUmBprkjCtfvHkfQSvyJKVng+xOwCvfX5
KKj9ohCYjTBcpe9cHbu0ZlvR8moW7OlpWcS5HyKK1PR37BNWfPjV+O6KX+ovUnIT
cUjyGZMYoxfeusr/MY9OF02iSLaogtGVFJySlAppJoJ4ERCbeQNDuqZ71zWMD1QM
rCR3qlzbq1umVxjQE7nlTm2eTvOT92R7mR2ijKDz4kVMFreX/rM=
=8M/T
-END PGP SIGNATURE-



Bug#905965: debian-installer: preseeding language fails

2018-08-13 Thread Ben Hutchings
On Sun, 2018-08-12 at 13:11 +, Josua Mayer wrote:
> Package: debian-installer
> Severity: normal
> 
> Dear Maintainer,
> 
> I have been trying to fully automate installing debian on the SolidRun 
> Clearfog through a preseed file.
> However I cannot seem to skip the first two questions:
> [!!] Select a language --> English
> [!!] Select your location --> United Kingdom
[...]

Depending on where the preseed file is, these questions may be asked
before the installer is able to load it.

You can put the answers to these two questions on the kernel command
line.  See
.

Ben.

-- 
Ben Hutchings
The Peter principle: In a hierarchy, every employee tends to rise to
their level of incompetence.


signature.asc
Description: This is a digitally signed message part


Re: Status and open questions for debian-installer with backports support

2018-08-13 Thread john doe

On 8/13/2018 1:57 AM, Steve McIntyre wrote:

Apologies for taking a while to get back to you here... :-/

Also adding a CC to the -kernel list.

On Thu, Aug 02, 2018 at 10:56:59AM +0200, Cyril Brulebois wrote:


It's probably a good idea to consider building matching unofficial
image(s) with firmwares embedded. I'm not an expert regarding debian-cd
so help is much welcome. Tweaks might be needed to get firmwares
installed and/or upgraded from the backports repository, be it to embed
them on the image, or to make them available to the installed system.


Ah, good catch. The code to force firmware inclusion will also need an
update to also use backports firmware when a backports kernel is
included. That should be really easy. In terms of config, we're
already building netinst and DVD#1 versions with firmware. We'll keep
that same config.


=> Choice: support unofficial firmware-enabled image(s)?


Yes, people will need them.



I'm one of those people which needs from time to time "unofficial 
firmware-enabled image", so thanks for keeping that available.


--
John Doe