Re: Teléfono Samsung: no puedo borrar el idioma Alemán

2024-04-21 Thread Holger Wansing
Could this guy be blacklisted from Debian lists, please?



Am 21. April 2024 22:23:10 MESZ schrieb Jose Luis Alarcon Sanchez 
:
>On abr. 21 2024, at 10:02 pm, José Luis González González
> wrote:
>
>> En mi teléfono móvil Samsung Galaxy A13 no puedo borrar ahora el
>> idioma Alemán del telclado y la corrección ortográfica.
>>  
>
>Y que puede tener esto que ver con Debian o con Linux???. Llévalo a un
>punto de Servicio Técnico de Samsung.
>

-- 
Sent from /e/ OS on Fairphone3



Re: Bug#932957: Please migrate Release Notes to reStructuredText

2023-05-28 Thread Holger Wansing
Hi,

Stéphane Blondon  wrote (Sun, 28 May 2023 13:16:24 
+0200):
> > > Richard Lewis  wrote (Fri, 19 May
> > 2023 00:58:26 +0100):
> >
> > > - are the red hyphens in eg the 'deb...' line near the top of
> > > >
> > https://people.debian.org/~holgerw/release-notes_sphinx/en/html/issues.html
> > > > meant to be red? (maybe it is a syntax error?)
> > >
> 
> 
> 
> Sphinx uses Pygments to highlight source code. I guess no language is
> defined so Sphinx uses a wrong lexer. We should force Sphinx to use
> 'SourceListLexer' with:
> .. code-block :: sources.list

The highlighting feature is great, thanks for pointing this out!
However, we cannot use it here in most cases for sources.list entries,
since resolving substitutions does not work within such lines :-(
like in
   deb https://deb.debian.org/debian |RELEASENAME| main contrib


But in many cases the highlighting gives us a great benefit, so I will
merge your MR and adapt the rare cases, where it does not work.

Thanks again!

Holger



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



Re: #932957 Please migrate Release Notes to reStructuredText

2023-05-24 Thread Holger Wansing
[ Sending this to #932957 as well, as it contains valueable info on that topic ]


Jeremy Stanley  wrote (Wed, 24 May 2023 18:22:09 +):
> On 2023-05-24 19:40:56 +0200 (+0200), Agathe Porte wrote:
> [...]
> > Maybe the idea was to introduce %OLD_RELEASE_NAME% and to call sed to
> > replace this kind of strings in a build step, and not rely on sphinx
> > substitution at all.
> > 
> > I know that I have done this a few times and it works fine as a very
> > simple preprocessor.
> 
> Similar things can be done at sphinx-build time with a custom Sphinx
> extension (can be a trivial Python module). We do that for the
> published security advisories list upstream in OpenStack:
> 
> https://opendev.org/openstack/ossa/src/commit/136b24c/doc/source/conf.py#L31
> 
> https://opendev.org/openstack/ossa/src/commit/136b24c/doc/source/_exts/vmt.py
> 
> That's a more complex example because we generate a ton of content
> out of structured data (YAML) files by splatting the relevant fields
> into substitutions in a Jinja2 template, but for basic string
> substitution you could get away with something far simpler, or even
> use a canned one like (this was simply my first web search result):
> 
> https://pypi.org/project/Sphinx-Substitution-Extensions/
> 
> The examples in its readme look to be along the lines of the Debian
> Release Notes use case anyway. There's also basic substitutions
> support in the reStructuredText specification, which might be useful
> to reduce the amount of actual content you need to swap at build
> time:
> 
> https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#substitution-definitions

The above seem related to the issue in question, but the solution pointed
out by James Addison in
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=932957#90
(use parsed-literal ('.. parsed-literal::') blocks)
seems to be the easier one (at least for this document) and it works fine
here. So I would go for it.

Thanks anyway

Holger



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



Re: Bug#932957: Please migrate Release Notes to reStructuredText

2023-05-21 Thread Holger Wansing
[[ Replying to two mails in one ]]


Hi,

Holger Wansing  wrote (Sat, 20 May 2023 23:26:47 +0200):
> James Addison  wrote (Fri, 19 May 2023 23:28:55 +0100):
> > > Please note the  in the URL!
> > > I could not get this working with sphinx (if someone knows better, please
> > > contact me!)
> > 
> > Could the 'extlinks' feature[1] of Sphinx be helpful to migrate those?
> 
> Yes, thanks for the pointer! I used that now to get the manpage links fixed!
> 
> > (it allows defining URL pattern aliases, so for example :oldreleasenotes: 
> > could
> > map to https://www.debian.org/releases/bullseye/releasenotes and 
> > :releasenotes:
> > could map to https://www.debian.org/releases/bookworm/releasenotes for D12)
> > 
> > Parameters are supported too, and that could be useful for 
> > package-or-filepath
> > refs (re: grep -r '`.*<' source |grep -o '' | sort | uniq -c |sort 
> > -n)
> 
> The drawback is, it is not as flexible as the entities in docbook.
> For example, there is the following URL in this manual in docbook:
> 
> /debian/dists//main/binary-/...
> 
> You see, there are three entites in this URL!
> This seems to be not supported by extlinks :-((

I focused a bit too much on the URL front here.
There is also a problem using entities (or now called substitutions) in 
quoted lines like

deb https://deb.debian.org/debian RELEASENAME main contrib

or

# script -t 2>~/upgrade-RELEASENAMEstep.time -a 
~/upgrade-RELEASENAMEstep.script

These also do not work.
That's the biggest blocker in the upgrading chapter IMHO.


> > > Beside this, I need help to adapt the buildchain, to get the possibility 
> > > of
> > > building the release-notes for the different architectures.
> > > I have no python knowledge, so I will most likely not get this running 
> > > myself.
> > 
> > I'll try to take a look into that soon to see what I can find out.  Do you
> > know how the current docbook-based build varies by architecture?
> 
> There are some chapters, which are only visible for specific architectures, 
> like
> in installing.dbk:
> 
>   
> Cloud installations
> 
>   The cloud team publishes
>   Debian  for several popular cloud computing services
>   including:
> 
> 
> > Perhaps we can borrow some build scripting from developers-reference and/or
> > debian-policy.. but I suppose those don't have per-architecture output.
> 
> I think so, yes. That will be of no help, I fear...
> 
> > > And the last point is the integration into the debhelper tools: I don't 
> > > know
> > > if it is required, to have the release-notes fit for building as a whole
> > > package with sbuild or debuild or similar. Salsa tries to build it via CI
> > > at every push, but currently fails.
> > 
> > It's possible I've misunderstood, but would be the goals here to be to get
> > the release-notes documentation built by CI, and also for it to be 
> > distributed
> > as a Debian package itself?
> > 
> > (someone who knows more may correct me, but I think it would be great to 
> > have
> > the package available for install using apt in addition to the website)
> 
> That was my first thought as well, yes.





Hi,

Holger Wansing  wrote (Sat, 20 May 2023 23:10:59 +0200):
> Hi,
> 
> Richard Lewis  wrote (Fri, 19 May 2023 
> 00:58:26 +0100):
> > On Thu, 18 May 2023 22:39:11 +0200 Holger Wansing  
> > wrote:
> > Unfortunately, my first impression is that it the output has quite a
> > few issues which make it a lot harder to read than
> > the docbook version - which im sure is because it's still only a
> > prototype, but thought it might helpful to list the things that jumped
> > out at me:
> > - It is a lot more cluttered than the docbook version - it feels
> > off-putting and dense to read
> > - it's all a bit 'blue' - i'd suggest red is more on-brand for debian
> > - the "next"/"prev" links at the bottom-right are white on green  ---
> > I totally missed at first, and found hard to read
> 
> I copied style and font settings from developers-reference, another
> document, which has been migrated recently from docbook to sphinx.
> So I consider this as a quasi-standard at the moment.
> I copied it by intent, to get a consistent look for all manuals generated
> with sphinx.
> We can work on that later on, as Laura already pointed out there is even
> a bugreport for this.
> So will ignore this for now here.
> 
> > - i was a bit confused by the "12.1" version number at the bottom of
> > e

Re: #932957 Please migrate Release Notes to reStructuredText

2023-05-20 Thread Holger Wansing
Hi,

RL  wrote (Sat, 20 May 2023 12:52:25 
+0100):
> Holger Wansing  writes:
> 
> > However, I may have some objections against the migration at all:
> > as far as I know, sphinx/reStructuredText is still lacking some 
> > functionality,
> > which is heavily used in the release-notes.
> > That is the use of substitutions within URLs.
> > In docbook speach these were entities, and you could use them in URLs like 
> > this:
> >
> > Please follow the instructions in the  > 
> > url="https://www.debian.org/releases//releasenotes;>Release
> > Notes for   to upgrade to 
> >  first if needed.
> >
> > Please note the  in the URL!
> > I could not get this working with sphinx (if someone knows better, please
> > contact me!)
> 
> No idea about sphinx, but we could we just run a simple sed script to update

That will not work. 
You cannot replace all 'bullseye' by 'bookworm' for example. 
There are places, where the 'bullseye' needs to stay. 
So that needs to be done selective one-by-one.

> i've submitted several patches to release notes, and found the use of
> entities and XML more confusing than helpful (especially '' for
> 'Debian') - this is meant to be a document for people, and needs a
> decent proof-read anyway.

I dropped that  entity already in Sphinx for the release-notes :-)


Holger




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



Re: #932957 Please migrate Release Notes to reStructuredText

2023-05-18 Thread Holger Wansing
[[ debian-devel in CC, to get a wider audience regarding reStructuredText ]]


Hi,

I worked on this recently, and I have something like a prototype ready.
It can be found (as html) at
https://people.debian.org/~holgerw/release-notes_sphinx/
while the git repo containing the migration is at
https://salsa.debian.org/holgerw/release-notes


However, I may have some objections against the migration at all:
as far as I know, sphinx/reStructuredText is still lacking some functionality,
which is heavily used in the release-notes.
That is the use of substitutions within URLs.
In docbook speach these were entities, and you could use them in URLs like this:

Please follow the instructions in the https://www.debian.org/releases//releasenotes;>Release
Notes for   to upgrade to 
 first if needed.

Please note the  in the URL!
I could not get this working with sphinx (if someone knows better, please
contact me!)
In sphinx, I used hardcoded codenames like
https://www.debian.org/releases/bullseye/releasenotes instead, which means,
that there is much work to do to make the release-notes fit for the next 
release,
while with docbook you only need to change the entity in one place !!!
In sphinx you need to change every single occurence, and don't forget the 
translations !!!



Beside this, I need help to adapt the buildchain, to get the possibility of
building the release-notes for the different architectures.
I have no python knowledge, so I will most likely not get this running myself.

And the last point is the integration into the debhelper tools: I don't know
if it is required, to have the release-notes fit for building as a whole
package with sbuild or debuild or similar. Salsa tries to build it via CI
at every push, but currently fails.
However, there is no package "release-notes" in the archive, so currently
it is only a matter of building it on wolkenstein for www.debian.org, right?


Regards
Holger



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



Testing of LXDE live image

2023-03-19 Thread Holger Wansing
Hi,

Steve McIntyre  wrote (Sun, 19 Mar 2023 15:13:47 +):
> So, *builds* work fine but I've not *yet* tested actually
> booting/using one of these images in any way. I've just triggered a
> full build of "testing" live images now, please help test if you can
> once they're in place at [2] in a couple of hours from now.

Wow, that's great news!
Glad, that we seem to get live images for bookworm!
Thanks Roland and Steve!!!


I have started some testing with debian-live-testing-amd64-lxde.iso image
in a VM, and I'm happy to see that it does not look that bad:

- Testing of the menu entries of live-installer boot menu:
Looks good, as far as I tested. 

- Starting the debian-installer from the boot menu:
d-i starts as we know it; after some screens we get the message,
that no kernel modules are found.
Well, that's not a problem of the live system I guess, we know
that the daily/weekly builds tend to get outdated quite fast
sometimes.
I think this will settle down soon, at the latest with the next 
d-i release.

- Start-up the live system (LXDE environment):
Works fine. Good performance! (Well, that depends on hardware,
sure, and LXDE is lightweight, but hey, live system is fast, so what?
Big ups!)

- Testing some applications in the live system, adding a keyboard layout
  for German and switching between English and German; installing additional
  packages within the live system:
All fine.

- Starting the Calamares installer:
Works fine all together.
First got the message, that not enough RAM is available.
Then, installed one more chip into the VM, and here it goes :-)
Installation succeeds, system boots fine!


So, AFAICS: good job guys!!!

Thanks!
Holger


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



Re: Starting the weekly live images for Bookworm building again

2023-03-14 Thread Holger Wansing
Hi,

Steve McIntyre  wrote (Tue, 31 Jan 2023 15:36:53 +):
> On Mon, Jan 16, 2023 at 05:35:50PM +0100, Roland Clobus wrote:
> >* localechooser: A minor fix [A3]
> 
> No idea about that, leaving for somebody else.

A (small) change, that we want, I guess, to add Curaçao to Carribean region,
where it belongs, and skip no-longer existing country 'Netherlands Antilles' 
from the list.

Tested on a local build; works as it should.
Thus merged.


Holger


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



Re: Bug#934822: ath9k-htc free firmware still an issue in free software distributions

2023-01-28 Thread Holger Wansing
Hi,

Am 28. Januar 2023 17:27:28 MEZ schrieb Cyril Brulebois :
>Holger Wansing  (2023-01-28):
>> now that there's massive work on making non-free firmware to work easily
>> in debian-installer and the distribution, would it be possible, to bring
>> the topic of ath9k-htc free firmware forward?
>> 
>> There are some longstanding bugreports for this (and related, some in
>> CC); is there any chance to get this finally fixed for bookworm?
>> 
>> Wouldn't it be a shame, if non-free firmware works flawlessly, while
>> this free firmware still stays an issue?
>
>If you look around in hw-detect or debian-cd repositories, you'll see that
>I'm working on main & non-free & main-non-free-firmware, soon to become
>main & non-free-firmware (once the move is complete). I don't have such
>hardware to confirm what happens at runtime though.

I did not find any mention of ath9k-htc firmware
in the list of packages you identified for this apptoach,
which mad me ask for this.
Sorry for the noise


Holger



-- 
Sent from /e/ OS on Fairphone3



ath9k-htc free firmware still an issue in free software distributions

2023-01-28 Thread Holger Wansing
Hi all,

now that there's massive work on making non-free firmware to work easily in
debian-installer and the distribution, would it be possible, to bring the
topic of ath9k-htc free firmware forward?

There are some longstanding bugreports for this (and related, some in CC); is 
there any chance to get this finally fixed for bookworm?

Wouldn't it be a shame, if non-free firmware works flawlessly, while this
free firmware still stays an issue?



Regards

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



Fwd: holg...@debian.org Authentication/Restriction

2022-10-12 Thread Holger Wansing
Just received this.
This is to let others know of such attacks






 Ursprüngliche Nachricht 
Von: "debian.org Service" 
Gesendet: 12. Oktober 2022 18:41:11 MESZ
An: holg...@debian.org
Betreff: holg...@debian.org Authentication/Restriction

[ holg...@debian.org ] Account

Please confirm email account: [ holg...@debian.org  ] ownership to authenticate 
and continue usage. 

Some of your incoming messages have been blocked by debian.org due to 
authentication failure.

Authenticate Your E-mail Account 


Note: Please do not fail to authenticate your email account to avoid further 
email issues.
-- 
Sent from /e/ OS on Fairphone3



d-i alpha release?

2022-08-28 Thread Holger Wansing
Hi,

we have less than 5 months until the planned beginning of bookworm's freeze.

What about a d-i alpha/beta release?
(there was no d-i release since the release of bullseye)


Holger



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



Re: debian-faq in NEW - or: remove documentation from the archive at all

2022-04-06 Thread Holger Wansing
Hi,

Am 6. April 2022 06:40:54 MESZ schrieb "Joost van Baal-Ilić" 
:
>
>Luckily ftp-masters in the mean time did accept the faq upload.  Thanks!

Yes, That's great. Many thanks

Now I can look into activating the new Portuguese translation
on the website (which is one major point in this upload, and indeed the
reason, why this had to go through NEW).


Regards

Holger



-- 
Sent from /e/ OS on Fairphone3



debian-faq in NEW - or: remove documentation from the archive at all

2022-04-03 Thread Holger Wansing
Hi all,


debian-faq is waiting in NEW queue for more than 4 months now (upload is
from 23.11.2021), with no visible activity from ftp-masters (and even with no 
message at all!).
I pinged ftp-masters at the end of January, but got no reaction at all.

Again my question, if there is something wrong with this upload or this 
package???

There have been countless NEW processings since then, but this (in my opinion)
uncritical documentation-only package is still waiting.

Any comments on this?

If documentation is that unimportant, we could save a long of work and time,
if we remove all documentation packages from the archive and the website!!!


Holger
(being extremly sad about all this)




Holger Wansing  wrote (Sat, 29 Jan 2022 20:36:19 +0100):
> [Uploader in CC]
> 
> 
> Hi all,
> 
> I would like to see the 11.0 version of debian-faq accepted to unstable.
> 
> Are there any issues with this one?
> 
> Being this purely a documentation-only package, I had naively thought, it's 
> an 
> easy case for going through NEW, but I might be wrong here?
> 
> 
> Thanks for all your work
> Holger


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



Re: Lucy Wayland - FOSDEM beer night

2022-02-05 Thread Holger Wansing



Am 5. Februar 2022 11:47:54 MEZ schrieb marku...@net-c.com:
>
>I read the coroner's report published by the Debian community news, Lucy died 
>alone, an unpaid Debian volunteer who was alone working at night, drank too 
>much and fell down the stairs
>
>
>
>Lucy was lying in the morgue while many of us were at the FOSDEM beer night 
>(death: 28 January, beer night 31 January)

Hmm, in march 2019 Debian has announced the loss of Lucy Wayland:
https://www.debian.org/News/2019/20190308.en.html

What's this news now?
Another Debian member with the same name?
Fake news?


Holger



-- 
Sent from /e/ OS on Fairphone3



Re: Evolution

2021-12-31 Thread Holger Wansing
Hi,

Am 31. Dezember 2021 15:10:14 MEZ schrieb Devops PK Carlisle LLC 
:
>Just a quick question as to whether Evolution Mail is still
>supported/updated?
>
>Wikipedia and Gnome support pages don't have much information on it.

Looking at the package tracker under
https://tracker.debian.org/pkg/evolution
should give you a bright overview of latest updates.


Holger



-- 
Sent from /e/ OS on Fairphone3



Re: No network management in LXDE task

2021-09-25 Thread Holger Wansing
Hi,

Michael Biebl  wrote (Sat, 25 Sep 2021 22:17:48 +0200):
> Am 25.09.21 um 22:05 schrieb Holger Wansing:
> > A patch to address this issue for LXDE is attached.
> 
> 
> So now you have 3 network configuration systems involved:
> 
> - ifupdown, which is still installed by default
> - connman, which is pulled in by the lxde package (via connman-gtk)
> - network-manager(-gnome), which is pulled in via task-lxde-desktop
> 
> that doesn't sound like a good solution.

Hmm, as there are no Conflicts dependencies set for those, I assumed this
is no problem... ?


Holger

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



Re: No network management in LXDE task

2021-09-25 Thread Holger Wansing
Control: retitle -1 LXDE: Please include a user-friendly network management tool
Control: tags -1 + patch


[ Returning back to #988696 as the correct bug for this issue; dropping 994875 
from CC ]

Jaycee Santos  wrote (Thu, 23 Sep 2021 20:42:05 +):
> On Thursday, September 23rd, 2021 at 1:05 PM, Michael Biebl 
>  wrote:
> > Am 23.09.21 um 21:35 schrieb Jaycee Santos:
> > >  Is there a reason why to choose gnome-network-manager over something like
> > >  nm-tray for LXDE?
> >
> > I think nm-tray (being based on Qt5) is a reasonable choice for LXQT (which 
> > is also Qt5 based). LXDE on the other hand uses GTK, so I think 
> > network-manager-gnome is a better fit there. (both disk footprint and 
> > memory usage wise)
> 
> Ah. My apologies. I thought nm-applet was provided by nm-tray. I was wrong.
> I did not know that nm-applet was part of network-manager-gnome!
> 
> So I agree with network-manager-gnome being a better fit for LXDE.

Regarding LXQT: this DE already installs cmst by default (an Qt based
GUI for connman, which also has a system tray icon), and since there were
no complains so far from LXQT users related to the network management tool 
used, I would not touch LXQT for this.


A patch to address this issue for LXDE is attached.

Holger



diff --git a/debian/changelog b/debian/changelog
index 148cd82d..f4fba03e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,21 +1,22 @@
 tasksel (3.69) UNRELEASED; urgency=medium
 
   * Install CUPS for all *-desktop tasks, now that task-print-service is no
 longer existing. Closes: #993668
+  * Install network-manager-gnome in LXDE environment. Closes: #988696
 
  -- Holger Wansing   Wed, 08 Sep 2021 22:20:05 +0200
 
 tasksel (3.68) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 1f469e86..ec6ced7e 100644
--- a/debian/control
+++ b/debian/control
@@ -208,34 +208,36 @@ Package: task-lxde-desktop
 Architecture: all
 Description: LXDE
  This task package is used to install the Debian desktop, featuring
  the LXDE desktop environment, and with other packages that Debian users
  expect to have available on the desktop.
 Depends: ${misc:Depends},
task-desktop,
lightdm,
lxde,
 Recommends:
lxtask,
lxlauncher,
xsane,
 # libreoffice widgets using just gtk, and also accessibility needs the GTK 
frontend
libreoffice-gtk3,
 # Package management.
synaptic,
+# desktop network setup
+   network-manager-gnome,
 # libreoffice is the best word processor / office suite at the moment
libreoffice-writer,
libreoffice-calc,
libreoffice-impress,
 # make help menu work
libreoffice-help-en-us,
 # make thesaurus work
mythes-en-us,
 # make spellchecker work
hunspell-en-us,
 # make hyphenation work
hyphen-en-us,
 # gui for configuration of the print service
system-config-printer,
 # orca works with lxde, adding accessibility
orca,
 




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



Re: connman does not respect /etc/network/interfaces when upgrading from buster to bullseye and more general considerations

2021-09-23 Thread Holger Wansing
Hi,

Andreas Tille  wrote (Thu, 23 Sep 2021 07:20:57 +0200):
> On Wed, Sep 22, 2021 at 10:21:10PM +0200, Ervin Dine wrote:
> > I have not had any problems with conman in my LXDE Debian 11 install
> > but if I may give my suggestion, gnome-network-manager works fine with
> > LXDE and it has more features. Why not bundle that instead of conman?
> > Conman does not even have an icon in the status bar where you can
> > toggle wifi on and off or choose another connection. 

LXDE is one of the light-weighted desktops, and LXDE is not Gnome.
So, if you add gnome-network-manager to the LXDE task, how much of Gnome will
be pulled in via dependencies?
This might be an argument pro connman.

I have just installed an LXDE system to test this, and now adding 
network-manager-gnome, installs 24 new packages, taking 39 MB of additional
disk space, according to the apt-get output (the whole LXDE system having 
3,4 GB of disk space used).

I guess this would be worth it.


What do others think? LXDE people?



> 
> The missing icon in the status bar triggered bug #988696.  I personally
> consider this very unfriendly to new users.


Holger


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



Re: BTS not archiving Bcc: mails? [was: Re: inconsistent mailgraph settings]

2021-08-22 Thread Holger Wansing



Am 23. August 2021 07:19:26 MESZ schrieb Tomas Pospisek :
>
>The thing is, if you close a bug report via `Bcc: 
>-cl...@bugs.debian.org` then the mail that arrives at the 
>BTS does *not* have the -cl...@bugs.debian.org address in 
>the email header but only in the mail envelope - that is, when 
>connecting the sending MTA will tell the BTS MTA "RCPT TO: 
>-cl...@bugs.debian.org"
>and that's it. This will close the bug, but the address 
>-cl...@bugs.debian.org will not be visible in the email 
>that's archived...

Funny, just some minutes before your mail I have filed 
bug #992755 as a place to test and document this
behaviour.

It's indeed as you stated.

Thus, I will reopen and rename that bug accordingly.


Holger


-- 
Sent from /e/ OS on Fairphone3



Re: debian 11 Bullseye RC 1

2021-05-29 Thread Holger Wansing



Am 29. Mai 2021 18:33:34 MESZ schrieb "Andrew M.A. Cater" :
>Are you using the unoffcial non-free firmware .iso to install from?
>
>Are you installing firmware-amdgpu from the non-free repository if not?

Please note that there is no such package with name
"firmware-amdgpu" !
(You have already been told so in the past.)

It's named "firmware-amd-graphics".

Holger


-- 
Sent from /e/ OS on Fairphone3



Re: Making Debian available, non-free promotor

2021-01-29 Thread Holger Wansing
Hi,

Paul Sutton  wrote:
> 
> 
> On 29/01/2021 03:23, Yao Wei wrote:
> > Hi,
> > 
> > Could there be the way that, with installer unable to connect to the
> > internet, it detects the list of missing blobs, and generate a webpage
> > in the thumb drive, and let user plug in another flash drive to download
> > them.
> 
> I agree with this idea, it would be really helpful, in fact the step in 
> the installer that asks for a driver disk could perhaps be removed,  So 
> in terms of extra steps remove one, add this.

Again: a mechanism doing exactly this is already there, and it's documented 
here:
https://www.debian.org/releases/stable/amd64/ch06s04.en.html


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



Re: Making Debian available - patch for webwml

2021-01-28 Thread Holger Wansing
Hi,

Holger Wansing  wrote:
> > debian-www team: what do you think about adding some more hint/warning
> > banners pointing to firmware-including installation images?
> > 
> > We already have one at 
> > https://www.debian.org/releases/stable/debian-installer/
> > 
> > So we could also add it to other pages (and re-use the translations as 
> > well):
> > https://www.debian.org/distrib/
> > https://www.debian.org/distrib/netinst
> > https://www.debian.org/CD/http-ftp/
> > https://www.debian.org/CD/torrent-cd/
> > 
> > Of course it's not optimal to be forced to add it to so many pages,
> > but the restructuring of the download / "getting-debian" section is 
> > already on the agenda, so in the long term we can hopefully reduce the 
> > amount 
> > of pages with that warning back to a low number like 2 or 3?
> > 
> > The above is for stable.
> > We could also do similar for the testing firmware-including images
> > (that's probably the more important part, since there is no mention of such
> > images at all on the website).
> > 
> > 
> > Should I try to work out a proposal/patch?
> 
> First patch attached.

FYI: a patch has been applied in the meantime, adding such hint to nearly all
d.o pages, which have links to download images

www.debian.org/CD/http-ftp/
www.debian.org/CD/live/
www.debian.org/CD/netinst/
www.debian.org/CD/torrent-cd/
www.debian.org/distrib/
www.debian.org/distrib/netinst
www.debian.org/releases/bookworm/debian-installer/
www.debian.org/releases/bullseye/debian-installer/
www.debian.org/releases/buster/debian-installer/
www.debian.org/devel/debian-installer/

to make users aware of those images.


Holger

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



Re: Making Debian available

2021-01-26 Thread Holger Wansing
Hi,

Andrei POPESCU  wrote:
> On Lu, 25 ian 21, 19:35:25, Thomas Lange wrote:
> > Another very odd thing I found.
> > 
> > On https://www.debian.org/CD/faq/
> > there's no hint about images including non-free firmware. No hint
> > about firmware at all. And then this FAQ
> > 
> > 
> > Where is the CD image with non-free?
> >   .
> > Sometimes, someone is kind enough to create unofficial non-free CDs. If you 
> > cannot find any links on this website, you can try asking on the debian-cd 
> > mailing list.
> > 
> > 
> > So we do not tell our users that we (the CD team I guess) already
> > create these very usefull images including non-free firmware. And then
> > we tell the users to search the link themselves. Not very friendly.
> 
> As far as I recall that entry refers to CDs with the entire non-free 
> component of the archive, not just firmware packages (which were seldom 
> or even inexistent at the time the FAQ was written).

As it seems, some relicts of this can be found at the end of
./english/CD/http-ftp/index.wml


Holger

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



Re: Making Debian available

2021-01-24 Thread Holger Wansing

Hi again,

Am Sonntag, 24. Januar 2021 schrieb Alexis Murzeau: 
> > The installation image remains 100% free.  But at some point the
> > installer asks the user if they wish to add another media containing
> > software.  Users would then be able to put another CD or USB key (for
> > example) containing a bundle of non-free drivers.
> > 
> > Bundles of non-free drivers would be generated regularly and provided on
> > a webpage which clearly indicates the downsides of having non-free
> > software installed.  But it could give a clear tutorial on how to copy
> > the bundle to a USB key and how to tell the debian-installer to use it.
> > 
> 
> In fact, I think this already exists as stated here:
> https://www.debian.org/releases/stable/amd64/ch06s04.en.html
> 
> But the issue is probably just to make it more easy to find for users.

Yes. But another issue is that firmware for video cards is not
installed even it is provided on such stick.
See my proposal from end of december:
https://lists.debian.org/debian-boot/2020/12/msg00160.html


Holger

-- 
Sent from my Jolla phone
http://www.jolla.com/

Re: Making Debian available

2021-01-24 Thread Holger Wansing
 
> I personally think the main page could have also have a "Other downloads"
> link to one of the more complete download pages (like /distrib), so
> users not familiar with the wiki can find it one click away.
> 
> Maybe I can propose a patch for at least this small link to /distrib

Such link is already there:

"More: Further links to downloads and software"
That gives you a list, and the first entry points to -
ta-da  - distrib/
 
Holger 

-- 
Sent from my Jolla phone
http://www.jolla.com/

Re: Making Debian available

2021-01-24 Thread Holger Wansing
Hi,

Bjørn Mork  wrote:
> It has been documented in this thread it is possible to install Debian
> on such systems.  But the images which allow this without additional
> steps is well hidden. And the procedure supported the default images is
> so complicated that even expert longtime Debian users have a hard time
> using it.

FYI: we have a chapter in the installation-guide about that:
https://www.debian.org/releases/stable/amd64/ch06s04.en.html


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



Re: Making Debian available

2021-01-23 Thread Holger Wansing


Am Samstag, 23. Januar 2021 schrieb Emanuele Rocca:
> On 22/01 08:30, Jeremy Stanley wrote:
> > Taking away the choice for users who care about software freedom to
> > opt out of non-free content in the installer and find alternative
> > options would be a loss of freedom, in service of convenience for
> > users who aren't as invested in trying to minimize their use of
> > non-free software.
> 
> Having the option to opt-out firmware during the installation procedure
> seems reasonable to me, and I don't think anyone was suggesting
> otherwise.
> 
> The situation we are in today is very different though: we build a
> Defective by Design image that fails to install Debian on lots
> of computers because it does not include the firmware most WiFi cards need

In any case: if any of these ideas are wished to become reality, I fear 
someone will need to step in into the installer team and do some coding ...


Holger 

-- 
Sent from my Jolla phone
http://www.jolla.com/

Re: Making Debian available - patch for webwml v2

2021-01-19 Thread Holger Wansing
Hi,

Thomas Lange  wrote:
> >>>>> On Mon, 18 Jan 2021 12:37:37 +0100, Holger Wansing 
> >>>>>  said:
> 
> >> debian-www team: what do you think about adding some more hint/warning
> >> banners pointing to firmware-including installation images?
> I really like to have a hint, but warning is a too negative word.
> Having those non-official images can help our users.
> 
> > First patch attached.
> I would use admon-important.png or admon-tip.png, but not admon-warning.png.
> 
> Please let us treat non-free firmware as something positive, that our
> users need for certain hardware and not use FUD when talking about
> non-free firmware.

Sounds good.
I would vote for the 'important' class (the exclamation mark attracts more
attention IMO).

Patch updated.


Holger


-- 
Holger Wansing 
PGP-Fingerprint: 496A C6E8 1442 4B34 8508  3529 59F1 87CA 156E B076
diff --git a/english/CD/http-ftp/index.wml b/english/CD/http-ftp/index.wml
index d23e1c87bc8..9006f3e8bc6 100644
--- a/english/CD/http-ftp/index.wml
+++ b/english/CD/http-ftp/index.wml
@@ -28,6 +28,9 @@ download:
 
   Official CD/DVD images of the stable release
 
+  Unofficial CD/DVD images for stable with
+  non-free firmware included
+
   https://cdimage.debian.org/cdimage/weekly-builds/;>Official
   CD/DVD images of the testing distribution (regenerated
   weekly)
@@ -104,6 +107,26 @@ walkthrough of the installation process. Other useful documentation includes:
 
 
 
+Unofficial CD/DVD images with non-free firmware included
+
+
+
+If any of the hardware in your system requires non-free firmware to be
+loaded with the device driver, you can use one of the
+https://cdimage.debian.org/cdimage/unofficial/non-free/firmware/buster/current/;>\
+tarballs of common firmware packages or download an unofficial image
+including these non-free firmwares. Instructions how to use the tarballs
+and general information about loading firmware during an installation can
+be found in the Installation Guide.
+
+
+https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/current/;>unofficial
+installation images for stable with firmware included
+
+
+
+
+
 Registered mirrors of the debian-cd archive
 
 Note that some mirrors are not up to date 
diff --git a/english/CD/torrent-cd/index.wml b/english/CD/torrent-cd/index.wml
index e3e5e260432..5175bab8734 100644
--- a/english/CD/torrent-cd/index.wml
+++ b/english/CD/torrent-cd/index.wml
@@ -74,3 +74,19 @@ walkthrough of the installation process. Other useful documentation includes:
 If you can, please leave your client running after your download is complete,
 to help others download images faster!
 
+
+
+
+If any of the hardware in your system requires non-free firmware to be
+loaded with the device driver, you can use one of the
+https://cdimage.debian.org/cdimage/unofficial/non-free/firmware/buster/current/;>\
+tarballs of common firmware packages or download an unofficial image
+including these non-free firmwares. Instructions how to use the tarballs
+and general information about loading firmware during an installation can
+be found in the Installation Guide.
+
+
+https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/current/;>unofficial
+installation images for stable with firmware included
+
+
diff --git a/english/devel/debian-installer/index.wml b/english/devel/debian-installer/index.wml
index ef00806e51c..d531f47b4fa 100644
--- a/english/devel/debian-installer/index.wml
+++ b/english/devel/debian-installer/index.wml
@@ -172,14 +172,28 @@ available version of installer components.
 
 
 
+
 
-If any of the hardware in your system requires firmware to be
+If any of the hardware in your system requires non-free firmware to be
 loaded with the device driver, you can use one of the
 https://cdimage.debian.org/cdimage/unofficial/non-free/firmware/;>\
-tarballs of common firmware packages. Instructions how to use the tarballs
+tarballs of common firmware packages or download an unofficial image
+including these non-free firmwares. Instructions how to use the tarballs
 and general information about loading firmware during an installation can
-be found in the Installation Guide (see Documentation below).
+be found in the https://d-i.debian.org/manual/;>Installation Guide.
 
+
+https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/daily-builds/sid_d-i/current/;>unofficial
+images with firmware included - daily builds
+
+
+https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/weekly-builds/;>unofficial
+images with firmware included - weekly builds
+
+
+
+
+
 
 
 Notes
diff --git a/english/distrib/index.wml b/english/distrib/index.wml
index 527725adb23..317409e845d 100644
--- a/english/distrib/index.wml
+++ b/english/distrib/index.wml
@@ -109,3 +109,19 @@ And, the release notes can be found he

   
 
+
+
+
+If a

Re: Making Debian available - patch for webwml

2021-01-18 Thread Holger Wansing
[ Now added debian-boot to CC, since a page included in the attached patch is ]
[ under their responsibility ]



Holger Wansing  wrote:
> [ Adding debian-www to the loop ]
> 
> Hi,
> 
> Marc Haber  wrote:
> > On Sun, 17 Jan 2021 01:53:24 +, Paul Wise  wrote:
> > >On Sat, Jan 16, 2021 at 11:52 PM Russell Stuart wrote:
> > >
> > >> Testing doesn't produce netinst with non-free firmware
> > >
> > >There are both daily and weekly testing netinsts with firmware:
> > >
> > >https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/daily-builds/sid_d-i/current/amd64/iso-cd/
> > >https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/weekly-builds/amd64/iso-cd/
> > 
> > We should really at least mention them somewhere. We're losing
> > installations each day because they are so hard to find.
> 
> So, to turn this discussion into a real change:
> 
> debian-www team: what do you think about adding some more hint/warning
> banners pointing to firmware-including installation images?
> 
> We already have one at 
> https://www.debian.org/releases/stable/debian-installer/
> 
> So we could also add it to other pages (and re-use the translations as well):
> https://www.debian.org/distrib/
> https://www.debian.org/distrib/netinst
> https://www.debian.org/CD/http-ftp/
> https://www.debian.org/CD/torrent-cd/
> 
> Of course it's not optimal to be forced to add it to so many pages,
> but the restructuring of the download / "getting-debian" section is 
> already on the agenda, so in the long term we can hopefully reduce the amount 
> of pages with that warning back to a low number like 2 or 3?
> 
> The above is for stable.
> We could also do similar for the testing firmware-including images
> (that's probably the more important part, since there is no mention of such
> images at all on the website).
> 
> 
> Should I try to work out a proposal/patch?

First patch attached.

For an easy overview of how that might look like, I have uploaded some 
patched html pages to people.debian.org:

https://people.debian.org/~holgerw/webwml_non-free-firmware/english/distrib/index.en.html
https://people.debian.org/~holgerw/webwml_non-free-firmware/english/distrib/netinst.en.html
https://people.debian.org/~holgerw/webwml_non-free-firmware/english/CD/http-ftp/index.en.html
https://people.debian.org/~holgerw/webwml_non-free-firmware/english/CD/torrent-cd/index.en.html

https://people.debian.org/~holgerw/webwml_non-free-firmware/english/devel/debian-installer/index.en.html


(relative links inside of debian.org do not work there)


Holger


-- 
Holger Wansing 
PGP-Fingerprint: 496A C6E8 1442 4B34 8508  3529 59F1 87CA 156E B076
diff --git a/english/CD/http-ftp/index.wml b/english/CD/http-ftp/index.wml
index d23e1c87bc8..c535a0dfe07 100644
--- a/english/CD/http-ftp/index.wml
+++ b/english/CD/http-ftp/index.wml
@@ -28,6 +28,9 @@ download:
 
   Official CD/DVD images of the stable release
 
+  Unofficial CD/DVD images for stable with
+  non-free firmware included
+
   https://cdimage.debian.org/cdimage/weekly-builds/;>Official
   CD/DVD images of the testing distribution (regenerated
   weekly)
@@ -104,6 +107,26 @@ walkthrough of the installation process. Other useful documentation includes:
 
 
 
+Unofficial CD/DVD images with non-free firmware included
+
+
+
+If any of the hardware in your system requires non-free firmware to be
+loaded with the device driver, you can use one of the
+https://cdimage.debian.org/cdimage/unofficial/non-free/firmware/buster/current/;>\
+tarballs of common firmware packages or download an unofficial image
+including these non-free firmwares. Instructions how to use the tarballs
+and general information about loading firmware during an installation can
+be found in the Installation Guide.
+
+
+https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/current/;>unofficial
+installation images for stable with firmware included
+
+
+
+
+
 Registered mirrors of the debian-cd archive
 
 Note that some mirrors are not up to date 
diff --git a/english/CD/torrent-cd/index.wml b/english/CD/torrent-cd/index.wml
index e3e5e260432..78d174ada22 100644
--- a/english/CD/torrent-cd/index.wml
+++ b/english/CD/torrent-cd/index.wml
@@ -74,3 +74,19 @@ walkthrough of the installation process. Other useful documentation includes:
 If you can, please leave your client running after your download is complete,
 to help others download images faster!
 
+
+
+
+If any of the hardware in your system requires non-free firmware to be
+loaded with the device driver, you can use one of the
+https://cdimage.debian.org/cdimage/unofficial/non-free/firmware/buster/current/;>\
+tarballs of common firmware packages or download an unofficial image
+including these non-free firmw

Re: Making Debian available

2021-01-18 Thread Holger Wansing
Hi,

Timo Lindfors  wrote:
> 
> On Sun, 17 Jan 2021, Marc Haber wrote:
> > Absolutely. The Installation Experience is one of the first contacts
> > with the distribution for most people¹, and since we all know that the
> 
> Yep. I think using the live environment for installation could be more 
> user-friendly as the user is already familiar with how to use e.g. USB drive 
> or 
> browser during the installation if they need to search for help or copy 
> some additional firmware files. The number of people who know how to do 
> this in the current d-i images is much lower since you'd need to use the 
> command-line with a really restricted set of tools.

Hmm, AFAICS the calamares installer does not include functionality to
pull non-free firmware.
At least I cannot see a checkbox or similar, where to activate/deactivate
such feature / where to enable non-free...

Or did I miss something?


Holger


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



Re: Making Debian available

2021-01-17 Thread Holger Wansing
[ Adding debian-www to the loop ]

Hi,

Marc Haber  wrote:
> On Sun, 17 Jan 2021 01:53:24 +, Paul Wise  wrote:
> >On Sat, Jan 16, 2021 at 11:52 PM Russell Stuart wrote:
> >
> >> Testing doesn't produce netinst with non-free firmware
> >
> >There are both daily and weekly testing netinsts with firmware:
> >
> >https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/daily-builds/sid_d-i/current/amd64/iso-cd/
> >https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/weekly-builds/amd64/iso-cd/
> 
> We should really at least mention them somewhere. We're losing
> installations each day because they are so hard to find.

So, to turn this discussion into a real change:

debian-www team: what do you think about adding some more hint/warning
banners pointing to firmware-including installation images?

We already have one at 
https://www.debian.org/releases/stable/debian-installer/

So we could also add it to other pages (and re-use the translations as well):
https://www.debian.org/distrib/
https://www.debian.org/distrib/netinst
https://www.debian.org/CD/http-ftp/
https://www.debian.org/CD/torrent-cd/

Of course it's not optimal to be forced to add it to so many pages,
but the restructuring of the download / "getting-debian" section is 
already on the agenda, so in the long term we can hopefully reduce the amount 
of pages with that warning back to a low number like 2 or 3?

The above is for stable.
We could also do similar for the testing firmware-including images
(that's probably the more important part, since there is no mention of such
images at all on the website).


Should I try to work out a proposal/patch?
Or is there another plan for these issues already?

Holger



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



Re: Making Debian available

2021-01-12 Thread Holger Wansing
Hi,

Alexis Murzeau  wrote:
> 
> Maybe by adding a "Other" link under the big Download link pointing to other 
> places ?
> 
> For example see attachment with "Other architectures and options" linking to:
> https://www.debian.org/distrib/
> 
> And maybe add a link from https://www.debian.org/distrib/ to
> images with non-free firmwares

+1

By adding a hint/warning like that one we have at
https://www.debian.org/releases/buster/debian-installer/
for example.


Holger

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



Re: Debian Installer Bullseye Alpha 3 release

2020-12-31 Thread Holger Wansing
Hi,

Karl-Heinz Künzel  wrote:
> Downloaded alpha 3 from official source and put the iso on an USB stick.
> Disconnected all drives on my PC and connected a fresh SSD.
> 
> Ran graphic and standard installer. No fault, no errors.
> 
> After reboot, grub shows up and after count-down I get a black screen.
> 
> I used a clean HDD instead of the SSD. Same result. Removed Hauppauge TV
> vard and add. SATA card. Same result.
> 
> Made a post in German DEBIAN forum, but no one seams to be willing to do
> tests.
> 
> When choosing 'advance options', messages show up, but stops without any
> error message.

Maybe that's an issue of missing firmware for your graphics card.
Installing firmware-misc-nonfree (from non-free) might fix your problem.
(Because it's non-free software, it's not installed by default.)


Holger



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



Re: Bug#944713: www.debian.org: Developer Locations map empty

2020-06-01 Thread Holger Wansing
Hi,

Paul Wise  wrote:
> Control: tags -1 + pending
> 
> On Fri, May 1, 2020 at 11:14 PM Holger Wansing wrote:
> 
> > Hmm, I found
> > https://salsa.debian.org/dsa-team/mirror/userdir-ldap/-/blob/master/ud-xearth
> > Maybe it's related here?
> > But I can't get any further ...
> 
> This came up on IRC, I debugged it and fixed it in git. Next time we
> deploy the code it should get fixed on the site automatically.
> 
> https://salsa.debian.org/dsa-team/mirror/userdir-ldap/commit/274133ad8c512553620e6cb363fcb2a419a83cb4

Looks great now. Thanks!


Holger


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



Re: Bug#944713: www.debian.org: Developer Locations map empty

2020-05-01 Thread Holger Wansing
Hi,

Holger Wansing  wrote:
> Hi,
> 
> Uwe Kleine-König  wrote:
> > https://www.debian.org/devel/developers.loc shows a world map without
> > the usual markers for the coordinats where DDs live. Also
> > https://www.debian.org/devel/developers.coords is empty.
> 
> The '6map' cron script at wolkenstein relays on a so-called 'markers' file
> under /var/lib/misc/wolkenstein.debian.org/ and this file is empty too:
> 
> debwww@wolkenstein:/home/holgerw$ ls -la 
> /var/lib/misc/wolkenstein.debian.org/markers 
> -rw-r--r-- 1 root root 0 Mai  1 18:06 
> /var/lib/misc/wolkenstein.debian.org/markers
> 
> Therefore, no DD locations are added to the earth image.
> 
> I fail to see where exactly this markers file is populated from.
> 
> Any pointers?

Hmm, I found
https://salsa.debian.org/dsa-team/mirror/userdir-ldap/-/blob/master/ud-xearth
Maybe it's related here?
But I can't get any further ...


Holger


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



Re: Bug#944713: www.debian.org: Developer Locations map empty

2020-05-01 Thread Holger Wansing
Hi,

Uwe Kleine-König  wrote:
> https://www.debian.org/devel/developers.loc shows a world map without
> the usual markers for the coordinats where DDs live. Also
> https://www.debian.org/devel/developers.coords is empty.

The '6map' cron script at wolkenstein relays on a so-called 'markers' file
under /var/lib/misc/wolkenstein.debian.org/ and this file is empty too:

debwww@wolkenstein:/home/holgerw$ ls -la 
/var/lib/misc/wolkenstein.debian.org/markers 
-rw-r--r-- 1 root root 0 Mai  1 18:06 
/var/lib/misc/wolkenstein.debian.org/markers

Therefore, no DD locations are added to the earth image.

I fail to see where exactly this markers file is populated from.

Any pointers?


Holger


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



Re: PixelPlex listing inquiry (Debian consultants list)

2020-04-20 Thread Holger Wansing
Hello,

the following mail came to my notice, which showed there is an (old) copy of
the Debian website mirror'd at http://ftp2.pl.vim.org/pub/mirrors/debian-www/
(from 2008 as it seems).
Is there anything that needs to be done (and can be done) about this?
(and maybe more/other mirrors like this?)
On a first glance, visitors may be unable to detect, that it's not the
original site...

(Dejavu: 'uncensored' copy of debian planet comes to mind)


Holger




Date: Mon, 20 Apr 2020 12:16:05 +0300
From: "PixelPlex Inc." 
To: consulta...@debian.org
Subject: PixelPlex listing inquiry


Hello there,

I am writing to introduce our company — PixelPlex — and establish a
relationship with your platform. We would like to be listed on your Debian
consultants page
<http://ftp2.pl.vim.org/pub/mirrors/debian-www/consultants/>. Here is all
the required information about PixelPlex:

*Name*: Alex Dulub

*Company*: PixelPlex

*Address*: 520 West 28th St., Suite 31, New York, NY 10001, United States

*Phone*: + 1-646-490-0772

*Email*: i...@pixelplex.io

*URL*: https://pixelplex.io

*Rates*: Please contact for rates.

Thank you for your time and consideration. Hope to hear from you soon.



Best regards,
PixelPlex Team


email: i...@pixelplex.io
website: pixelplex.io


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



Accepted preseed 1.104 (source) into unstable

2020-01-28 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 28 Jan 2020 22:59:07 +0100
Source: preseed
Architecture: source
Version: 1.104
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Changes:
 preseed (1.104) unstable; urgency=medium
 .
   * Team upload
 .
   * Fix missing sublevelX declaration in templates files. Includes updating
 all po|pot files.
Checksums-Sha1:
 ecf8428dd9bdc58ea88997ef347bbc968836dc65 1903 preseed_1.104.dsc
 5dc402a2056807a5b4da60711ac01afdcc1a8e87 83564 preseed_1.104.tar.xz
 31ce6860197e5514d549eb84f1cbcfd61240c288 6650 preseed_1.104_amd64.buildinfo
Checksums-Sha256:
 3e86226a3ffa0c972765c8f51940751fc9c08e8c47bd64f018d2bdb388ad5455 1903 
preseed_1.104.dsc
 59d2b73048c7230308ecd2c45ca1faff6950d9b3a69b5a5976c00a816449bc2d 83564 
preseed_1.104.tar.xz
 e7d4c5e70503549570551e21d2f7acf97ab0f2f907aa5c8cc1b6973b96db9b65 6650 
preseed_1.104_amd64.buildinfo
Files:
 1d652554798651f84de02aec6ed5cbbd 1903 debian-installer optional 
preseed_1.104.dsc
 c7c091469b29b12ba826b852e8a34b04 83564 debian-installer optional 
preseed_1.104.tar.xz
 c00dc0be6bf86166e96fde093fa05c67 6650 debian-installer optional 
preseed_1.104_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCgAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl4wr6UVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2nsEQALiEuwi4n2fsJ5W+kwJB73WjdAJe
LkQIIah2X5bGrbThlP1LK6Mkc6OEzKmatTNuzRDdwXPBM+DtsUcY7DJZAlItXdCp
rSqCVNQIBUJNi45GGugMi67mjwq6JhXpw6cDD/L1rNI3p2iAqu0JIOZwHHqXwHni
Fj3FtDLGuhia6AGoH7kzVJPSSB8SU4MhSr0tpGkugzFs11WBKDzvJ+OrE/+oBXZO
CkhqiXbkZo16sisGnFqN7ER8D65jPWoehivh3aUAEb/voKOJima2JXTR/cHqfxKx
H5xFecruQWeutxLjDyZHNHI4ahzkox+X/MHg/UK4aJgeomp639sDHHgYnF39vRsS
fr+HCk0h6pBeoRoxJtrFBEXBSf55LNVQ0aXUI/CQldC7edSvMRU0tuTKhDsLShhD
9qLDkHKmqzq9psO/TF6npXzYdwYROzjE4voEEImrctDefR175V6x5pMePXj43TFr
9gpImQo4QJrg4UlINI8g2Tb8qmnN0YTZpEd+RITZ+x6SxVWzgcjp4q17Tzt4CSuh
S7l+p3LK33lYEnFqplc/iifyv5Dkj/9ADpTIdka10qFp5XlBLGzztUAdGj+ixxc0
J0bV2cAuFPdR5y0ceybfbQmE4GUiK007Gy4P34+p8ctub98vvKyASEECBH7SiPVR
oEEXrjboeq8AwWQR
=kwZz
-END PGP SIGNATURE-



Accepted partman-target 117 (source) into unstable

2020-01-28 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 28 Jan 2020 22:50:20 +0100
Source: partman-target
Architecture: source
Version: 117
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Changes:
 partman-target (117) unstable; urgency=medium
 .
   * Team upload
 .
   * Fix missing sublevelX declaration in templates file. Includes updating
 all po|pot files.
Checksums-Sha1:
 8d2c73fd7fabace58f65246bad4bec3b112b200e 1743 partman-target_117.dsc
 cf90035e3845aa6924f060c3afada24ae9412b53 126780 partman-target_117.tar.xz
 d26ae36e760ab350b396e08926eda08cd1ca4886 5659 
partman-target_117_amd64.buildinfo
Checksums-Sha256:
 d8e24bae2519363fbb8a87997125d96f8ba096b8335b6ce8d6431f48682d20ad 1743 
partman-target_117.dsc
 b5802a5f0418b0d8c08bf66b76a1c6a10c10fc23da955771eb4d2c5849c1 126780 
partman-target_117.tar.xz
 6787bb1ca7908517aacf8fcbd818e4ba42498992eb52b2f50d68ae81fced248a 5659 
partman-target_117_amd64.buildinfo
Files:
 c1a4942e1aa182ff6c3f0b60ebb217da 1743 debian-installer standard 
partman-target_117.dsc
 7e1e2bb8122e87b7a2640fbecb3edd82 126780 debian-installer standard 
partman-target_117.tar.xz
 bbb9826bb0bc27f8c2610b31aea30319 5659 debian-installer standard 
partman-target_117_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCgAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl4wrcYVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2ba0P/0s8tRZmjCH0pptiuohz8FFGiKG7
j6k16qMEGZ+qP2Zn0LYCPpPpiESRjvr1dsChuJymcJEiaq9mY6eOfdZx3LKTx6Cd
osqPsAE/pMQqHIXP6kYBm0b09T5j8UXuDWt0erzgAxFr/M6k2OTt/Js8AS7lxJt+
nq0FH93Zgfv9MWrZnFJgPuIVSDXLyrnOEfokdCVH0mPvW7NC0BUGIJy24LMwkIFg
bzYYzZch88XvW9tK+Tp8Q9NwSKQc0Njn6A/TIC7SmOPr9JZAUDG65a+BAIPhewJG
Kc4831PfdOpoCegGCZIpHqwoqYAZKXteyTXt9IY488UjtaVZLrOkKfA0/4HNM4Hx
s4uM1hb2R2o2fen94Avxi070mzacjGbQ9w1o5kMs8ZMUq5x0y5OusVZvI+UagQpl
JJ5XE0FYHPlZjA/Cpyqf0eVz15RDW+jrzvDSR5Mgkt8iq4zZTmdHHA198FRSXZRy
glW++Pa3iYL2ex759oTkBBSqrpCCFe9ZK+5ZQIxdc1PSys6ZngWteOfCD6SEr/lE
KcT5j8EfD0M93mptG8g8BZ1Y03Gy8+DM2ljzD4L6geoiY8h+VgeE7zAfXJjaPmDs
6S9SiswIRg2l9SfR3HDK2QpYqm8FsyjMj8sfJYhWb+fOSSNWfr6LZ+zrtkLPKXuS
EIArdjSBbFcpqJBH
=knv1
-END PGP SIGNATURE-



Accepted partman-iscsi 63 (source) into unstable

2020-01-28 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 28 Jan 2020 22:43:46 +0100
Source: partman-iscsi
Architecture: source
Version: 63
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Changes:
 partman-iscsi (63) unstable; urgency=medium
 .
   * Team upload
 .
   * Fix missing sublevelX declaration in templates file. Includes updating
 all po|pot files.
Checksums-Sha1:
 03e01eb2ac26d2da4462856270c18adbffa2dd08 1661 partman-iscsi_63.dsc
 e83a02b2026abf36c0ec4804ba7dbb6a38af39c2 74988 partman-iscsi_63.tar.xz
 ac5cdd804fcfdb8275ea0ce7ee59589a9c91c5e9 5641 partman-iscsi_63_amd64.buildinfo
Checksums-Sha256:
 719ed45229b58a8dfb9e46e16b6e79cea92a8a7bfbcfe823565da74dedd017a2 1661 
partman-iscsi_63.dsc
 a33bd5ba76d2683e4c2397f0447070417b265d8ab0d5c1e70f7ba86065169f47 74988 
partman-iscsi_63.tar.xz
 bc864b0e2cbe3422d890366375728cd2aea6b1bbca392e22157482075fb9daac 5641 
partman-iscsi_63_amd64.buildinfo
Files:
 2db5af3a6002d503e023c23aebb72cda 1661 debian-installer standard 
partman-iscsi_63.dsc
 509ee28eb5a8e12bdce0c3f2eaf1de96 74988 debian-installer standard 
partman-iscsi_63.tar.xz
 798ae485c556ba0dc5be73b47566f6a9 5641 debian-installer standard 
partman-iscsi_63_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCgAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl4wrHAVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB24dIP/A4aT5wVmCnnp+/ITW4QgJzss1b5
h/E8x8EwBj/0HbQGCaTkYKxV/naDL/ahcEidZu58W7yopSuHWBY5KmIGz/0aO5zz
5vzsMr7/qsONB5uJ5/LJeSnbbI2X4jfHT79wtHE3SL3mz90tOc0GUiosvZV6gD1V
VKQSZcw/tS8IvtNC8HB1Tcau9ZdsontGQTVW4AK4DFMN5u3uqqC45vq/49bw5kKs
U+FLOVoXQOxMZHcIJ/bQFBaRSCj3HubzsG0mKaSdboVKsPpyYXafWCs8Xzaki2pc
3hp5EqQmvP6oPM9ITUdNAdiYCl/i/4TKhGDoggdKdkV+ycIzz4NlYhP3s+55h/Bc
18q2OEhl0pmihEh6MXEG5oONTuDgPzr25Jw4XmcxY4TE3sDv6UP6h1PsincInL8e
gx6cBMVQFvM4XTkXtcAmy0gQKkLa9TmMeASAlLpEh+2BoLaULTBBANgH11upzfzd
jV/5SuZNJrPerhohQAK7wUq73SyzsDqg7Cxp2p9gmjHup8yqIzaPp1ab/paWJeHy
JH1WVfo95yxnSC9HhZd8a0HTsnwQa+Xfo/6yXgoIZwFO0CEktlbrlJ3hlPr+9pvl
qAPDm8S1ghmqxZMPsUUjDhFbCZCjB76WXQYdzhK11rz86ho27/D5apMO/eiEKGhY
QHb2s2ExIhg+B6Yg
=HdH2
-END PGP SIGNATURE-



Accepted partman-auto-raid 43 (source) into unstable

2020-01-28 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 28 Jan 2020 22:30:02 +0100
Source: partman-auto-raid
Architecture: source
Version: 43
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Changes:
 partman-auto-raid (43) unstable; urgency=medium
 .
   * Team upload
 .
   [ Holger Wansing ]
   * Fix missing package name in 'Project-Id-Version' header of template.pot
 file, to allow correct declaration in po|pot files.
Checksums-Sha1:
 24f5989b326dc1a9f17ea011e06976cb00459e4f 1690 partman-auto-raid_43.dsc
 6bab295a9590aaf4e303fabffa10e1188319ea1f 39416 partman-auto-raid_43.tar.xz
 7582314a2e1bb235be3199290bccdc7ab63edebf 5681 
partman-auto-raid_43_amd64.buildinfo
Checksums-Sha256:
 5fc5bfd31f3b325873c80d31e52012db034988a9aa65279424634292ddaf8826 1690 
partman-auto-raid_43.dsc
 f5039eda9aef7a67e544d7d727a7c46e6af9e91ca82f53b79074d94076330543 39416 
partman-auto-raid_43.tar.xz
 476c15c151a863e7a5592b852b148fcd4d2715911f2984ab3b54008b71e85104 5681 
partman-auto-raid_43_amd64.buildinfo
Files:
 7575b4fbabb4590698f5931b10d39769 1690 debian-installer standard 
partman-auto-raid_43.dsc
 0ce701c72292353ac86733ae7926f6ba 39416 debian-installer standard 
partman-auto-raid_43.tar.xz
 76bff0cc7f6fe05bdeac173726d948a3 5681 debian-installer standard 
partman-auto-raid_43_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCgAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl4wqUYVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2RlQP+wQ01UnZ0E9fX+FC3wU+zr9MbybY
rXTWbMUE92kHP78qKT7MA5FI0kDMOQ+3Ifn/tdn1luCoDEkEyv2SrbKFDRTPhedi
aIIgKX58qZPuicZTQ3/EH6ebDOJZDMLala9R8vO9cic15NNqTkB69C6Wg6jOoP5j
p6w4l598oFTYzJx79bHXojS+UVo5NIkCY+GW/3GJC48Yv4KppCjahAXoLF1UkHbp
q8SLG/ySdrK2PUx1iBk5Ug3kBEu+8yNG+cWjN+0sU3zGe7R/qA5SJRA2fUu18SMR
Df/0U4YlCmxflAvu35nfJZrlXg3sKn4Gr/NkGYgd2v1ukpOxbEMPQP1fbq5Q80ug
3ewzfMZtUDro4fBPoAcv4mVTI5P+hZfqPrt6nETloEarg2LWLHimEw23vJML7TLs
wtWaf6JaO920Rc1c4b30K+toRFRIcZX2fC+cCuERXAyFpBdRx5TgLPr1T/PoKktz
czrMQ/xrjXl+sEt5WqP/RJS3aLHefUffokpV3PDYdOxR+RLVC4fOQIYKBAUDKW97
sv1qsdN3VBUTOYWVYCyRErZ9Lheu8ucrjzDx0KlMWwpPoxNLCAMx69fkYxOnoqaP
QkORleIODaIqVDWbTMwg6/DRdNGzUWL1OXLezKN7/AnKcoSvwW8Dm7JWuN2gxQQ8
/hPWfRgF785/J/wj
=bXCO
-END PGP SIGNATURE-



Accepted net-retriever 1.53 (source) into unstable

2020-01-28 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 28 Jan 2020 22:24:13 +0100
Source: net-retriever
Architecture: source
Version: 1.53
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Changes:
 net-retriever (1.53) unstable; urgency=medium
 .
   * Team upload
 .
   * Fix missing sublevelX declaration in templates file. Includes updating
 all po|pot files.
Checksums-Sha1:
 bad1e9bda3970fde217e8e3462ce144497cf97a0 1759 net-retriever_1.53.dsc
 1050505f8bcdf8ac7c799029c9180f77d80da02f 42720 net-retriever_1.53.tar.xz
 7374af3380d08d49dca8ff3103ef9edee9b4a949 5917 
net-retriever_1.53_amd64.buildinfo
Checksums-Sha256:
 1a41dfe7c27e825859a1d5326c83a8601a12399ca606235c2a8ca571f157116f 1759 
net-retriever_1.53.dsc
 9fef2f9d2fbb9417943511e001d205f399cf3b2aca94d3468a3ff5de51751a25 42720 
net-retriever_1.53.tar.xz
 d6cca94960094e667b8224c086f4443594aa6e97d98258f2b825a23a32d0 5917 
net-retriever_1.53_amd64.buildinfo
Files:
 fd7fa5cb59bf0300b2ae39e0c61a4bf4 1759 debian-installer optional 
net-retriever_1.53.dsc
 7669ef1e3d35d73076f6296435b09c6a 42720 debian-installer optional 
net-retriever_1.53.tar.xz
 ace60ee5e1a8a6f009222d84f61a9bb2 5917 debian-installer optional 
net-retriever_1.53_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCgAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl4wp2wVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2yn4P/jMt5gyZDrTXhk7gS/Bzwg6L9C2/
fdlAg95tk+yhD6VfymhJ1asfsg7y6b3ElBYCClszWV66wWCKUoADYb4DneG9qdrn
2+lNYcAFtMA3HMFtAkjonS2PIZ6JDIA4dK5AGyo5DAWq+n0H1aGPyWD3EOs/siKZ
G/M1nlkJixJqZeo9YoiFVhyoO0tQ2K2odrvwG8V8RHj/tOxXdEup2PYhdY5YmoO9
Q3fK5SZ2eGzZL6eKvREGO/eDzft2SS+TxeogeY1lgdT7VNi0Ba9+DlXLAuCvRBhW
Y/hSq1fkqIb8LFMDwIL92uke0e4ZxchLIfB2Pf4XdErUpFo8RPq6FnaHaJQlH+pv
ZlTFanrrkV841kAIMeKOXAe9TJ9z+Bhffh4MJ46e/EsiuBjITaAgt3xkMl2IAACp
cQSHOtTsSNoJGibI1rZeZ0PZPngqCub3y/fBqNeGiQHg9gobizGra+pgcud5TpQw
6Ug6pR2UJdxmNMM0A5eTr3xEilERRnqeDeKqWhs9hy9IvoS5n5PQK49ksdW8r1X9
AS08I+G9FlRhJBeEjjJSrKkKSI53+Hg2M0V5kChNH7WKlN1OpK4O58XcUIUomoTy
sKP4dGGsytmHkUWTM8UBUw4LsoFiL5d3SgMTKpNXkGFnLdZPqiQrs+rLkvMHQCar
6vQlPRdtwB9clrhg
=Q1J6
-END PGP SIGNATURE-



Accepted rescue 1.78 (source) into unstable

2020-01-28 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 28 Jan 2020 22:05:32 +0100
Source: rescue
Architecture: source
Version: 1.78
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Changes:
 rescue (1.78) unstable; urgency=medium
 .
   * Team upload
 .
   [ Updated translations ]
   * Hebrew (he.po) by Yaron Shahrabani
   * Indonesian (id.po) by Andika Triwidada
   * Icelandic (is.po) by Sveinn í Felli
Checksums-Sha1:
 2c1388a37463408e05babc9ab5769ce26eb0403d 1671 rescue_1.78.dsc
 9b84b4e483b4b8ce92a71082c89322e8d7cf62d8 139464 rescue_1.78.tar.xz
 d1913b69e5294e26792722f44fff812e0c4a67e5 5861 rescue_1.78_amd64.buildinfo
Checksums-Sha256:
 64d64f8dd7fd77abc597dddcb42d9c0d4c8be85161df27226d14e30d7fd962e4 1671 
rescue_1.78.dsc
 68173c0fa239090301246e65c6fca195f79f0a75ab4806b79891d6a8db262378 139464 
rescue_1.78.tar.xz
 ca7dd920c0268308fd4ddd81a0d8cdc676d21d9dc2ffdfd3f07bfc743240f9ac 5861 
rescue_1.78_amd64.buildinfo
Files:
 bf4d524e69af52f44ca00c5c40829ee1 1671 debian-installer optional rescue_1.78.dsc
 93e74470790c0fa948be722a24dfca43 139464 debian-installer optional 
rescue_1.78.tar.xz
 dc9420e460a1f44ac38a3224fff8e508 5861 debian-installer optional 
rescue_1.78_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCgAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl4wo6gVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2TmEQAIlGiRMvuOkALBySulzgJlknNbx3
NDgpe+/xEKGozT0FW3HPr20MHcflQEYAVIonj4i87WETSw6OevJZrjC/bqQl8HzK
QWBTEIMzgPoa/Si3Yy0KwlmP/XkBBk/gtCRijg0AEhvUjhioy/GfUVpBftWoDHnm
ID6rY/Ju8NA5qMtHDkZDcLKZNCIArg5BclPro/RssVFB3hR1bHRErvb2/J0GbOB7
PTxDoecv+/J+3Zn2WxIH9N+qIXaWOgeLd/CG4kEliTdeMjoam9gMBluQu6oAtoom
YJ5gBZ1tAZxb66Rb/1bnCII9LWTJQ26enDTF4eU7EHayi1OMsyKeck1vvlib
zHYRy/248IrwjngQiG/fUVEGAdPp05Uc3pJ3oVuWcJLRd0wqL4RJv97M5u/HuB1D
FjHSS6ZwtiqLh57hty7P2vORpEEkmn8Ju7H7Sn79fYf6Ih2OriwDIwsPmycaeIR5
etBN7C/SynPLS7IkJZ26/bg3nUqf1IAoIOhWZ1AG7nkUjuzTeCOHSh5UNdxqhPe5
ffz5ImDH9mXMlolaSiiMtE3AqJvioivpaXNlXLFi0N8xlemLS3QPXT7hyhn/denS
LFdvbxbld+cYLYSn215miTq4SJDkyIrpsIxVJ/6P7SANhiSA9f2uVNT8PhDrKIzR
l26qnzU+76m/zMDo
=7jVZ
-END PGP SIGNATURE-



Accepted media-retriever 1.52 (source) into unstable

2020-01-28 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 28 Jan 2020 22:18:01 +0100
Source: media-retriever
Architecture: source
Version: 1.52
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Changes:
 media-retriever (1.52) unstable; urgency=medium
 .
   * Team upload
 .
   * Fix missing sublevelX declaration in templates file. Includes updating
 all po|pot files.
 .
   [ Updated translations ]
   * Czech (cs.po) by Miroslav Kure
   * Punjabi (Gurmukhi) (pa.po) by Aman ALam
Checksums-Sha1:
 26bb96d84303596c932a1897604e300f232e9290 1737 media-retriever_1.52.dsc
 9fdec676e0c64fd2b6b167f99451d317deda946c 71980 media-retriever_1.52.tar.xz
 1a19700425909fb165cf068592a2f6724ce54f7e 5908 
media-retriever_1.52_amd64.buildinfo
Checksums-Sha256:
 ec04f5f0ee74b712e2f09216469264256791bb93f312452009803ac1b583c25e 1737 
media-retriever_1.52.dsc
 c67b723fd6f540d3bb207c656f3fda234e5f7f892da687afc75fe9ffd638f0c4 71980 
media-retriever_1.52.tar.xz
 d68e3afd6b5aea8c6bb601c0a6053877c12e3f103f8e93d9bcb4e44e2a3fde8e 5908 
media-retriever_1.52_amd64.buildinfo
Files:
 8074a746da1bfb14f037615c723c3c29 1737 debian-installer optional 
media-retriever_1.52.dsc
 c4c97e7989fbc6c396e852d39c227e56 71980 debian-installer optional 
media-retriever_1.52.tar.xz
 c48f935f2fb115ffbdea96ddf115300f 5908 debian-installer optional 
media-retriever_1.52_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCgAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl4wpiIVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2HP8QAMPpa/OGGXmkTSJn08QvOtsnhnKH
JJ48bn11hxJzToulNZbWIsWnPyUt3IugNBMPfwN9VlSDJTfhGv6xnruipebPqfzV
4E5iRut30cUkxsp3Td4A437034CfwJ5r/5qDb9ZZLt8YVClPxILMjCS/HQMCIKFC
O2cK48cdilfEOqxhzqM4lpEBw8IDn7ABdkENXyw3N+vgG+UDAFQ4n6I7yrhf454M
AF0R+o8TzgSoKEtZdZKrMVaCImO1HjmMmXWTicz18p1pingmx/rwDcYEko2vW/dZ
4vHtqveW6BkcgMDZXG9KpVwBITYZ+VB7HcHtE26tNNaZ5McdO0KA8OHTX6OHEkNE
rPNfxPmwUrJSJBULV7KPuMek3EZ0iiGvH/D23t67Kb187BqgnHE6148O6g9ltXBW
sfHJIujup+W2fE3UBiAcxWHIl549QMbjCiqHi8yDesFbVB1JFXgqkr/c9HxGVnTk
KL4wew9ZGzhzRKR2OkNDi+p+fDZaTssL3sNhhriEhNl30PG+LJwI0nf7q5WBsmy5
AUqlPemPuVJQ4IUcqbVxtraxcMVJ6rI8Dwf1kY5x495T3vPbOHW4YkTjtvrhuqIT
WVVTB3wexIs2l/bKNjGR2D0SJ8E4CNmdAUQ3fpRWk8ROwwgeyQqzKEXKBWT5xEMx
XE5Dg9srrp6iO/4z
=ihlz
-END PGP SIGNATURE-



Accepted partman-efi 82 (source) into unstable

2020-01-28 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 28 Jan 2020 22:03:05 +0100
Source: partman-efi
Architecture: source
Version: 82
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Changes:
 partman-efi (82) unstable; urgency=medium
 .
   * Team upload
 .
   [ Updated translations ]
   * Czech (cs.po) by Miroslav Kure
   * Esperanto (eo.po) by Felipe Castro
   * Croatian (hr.po) by Milo Ivir
   * Indonesian (id.po) by Andika Triwidada
   * Icelandic (is.po) by Sveinn í Felli
   * Swedish (sv.po) by Anders Jonsson
   * Simplified Chinese (zh_CN.po) by 玉堂白鹤
Checksums-Sha1:
 5550a88e6a5d592400043078075a654417b58168 1725 partman-efi_82.dsc
 1838b75586dc9853546238cdd63f84abf65a 55296 partman-efi_82.tar.xz
 8b994babcbd128954ed896bc373764fa7c8811dc 5629 partman-efi_82_amd64.buildinfo
Checksums-Sha256:
 f8ac3f5ee636bcd64126cab45dd84b1811aa8e312bbfec641a68eafe5616c92c 1725 
partman-efi_82.dsc
 50b23fc8795cf29de3246b517b6145dbea98175d48034a72dcaa1c7d2a679705 55296 
partman-efi_82.tar.xz
 88fbe068d8fec41d4dcdb9d1da5f802702eb14241344c9ccab619c65e43ab7b5 5629 
partman-efi_82_amd64.buildinfo
Files:
 40a2036a8c7e570a40395ec0e2812300 1725 debian-installer standard 
partman-efi_82.dsc
 f3a18880be33a8ce2545fa0c467d40a4 55296 debian-installer standard 
partman-efi_82.tar.xz
 949db91966c2ad2c82cc400f265fe331 5629 debian-installer standard 
partman-efi_82_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCgAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl4wonwVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2D3YQAMGWseaBODZCI6hkkBRXyoooUASl
yHAgIHx+Dlq4idjl14AiGKebuzLBo0p05dMmqJ51RDthgbv8cpki5LNCjWaJgyr0
UGIkS8ee+CHP8eRXCbpV7ZbpGt36NT8w8OVYjZJPfdP95Ia4KsYZlHXrVWEb/a2B
FIi5Q6NUAKx9A2zWGWybwgioUSUSTBZ+TNcundpyr7b9sYyQQ72pS1+tOMOMYGzA
23Z7jg1PRPm6uJr3f2B/qtq9cqI8T7jKbNgorYajAKNgtWoCgZJhUjjEdBP0TaXj
NKYSDKH5oGFTi90mU5G0VTUpjRMBHnYDrzR8TE/MTxRD57ESSrf6ye2gv6Llhx0+
Pp4JRaU+Y7txe78sXiakRjsDMArgDEcY13eH7zgfp3B0Sd2vWRxTb+giNYJBO0O5
PC8iWVSFAP3ep0c+xYqmaccP45VFOaA+Ir7kEzhiE7kg+rygdrVBEwCcrG1pRcXr
HNgBHYIsngB0pM43KQsnZYeoIeDcN+UBijOlbuVgnqEAjidaHqan41KGCqQE7w7s
pXzVlKmImz1sSYcg1404dWmAgIKi3ibxjYlArw7dUzQLa7AbuYjfQwGwjrAQQfCL
y8VR4SwHkrJamrdpiTel89yP7hWgzq6cI5ziBEqu8ETCcMJ84BfIyMLf2IN43AwU
R6RD6Y933Gx+KSvV
=ALyL
-END PGP SIGNATURE-



Accepted netcfg 1.164 (source) into unstable

2020-01-28 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 28 Jan 2020 21:57:11 +0100
Source: netcfg
Architecture: source
Version: 1.164
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Changes:
 netcfg (1.164) unstable; urgency=medium
 .
   * Team upload
 .
   * Fix lower case use of "dhcp" in template.
   * Improve "Malformed IP address" template for simplification and
 consistency.
   * The points above include updating all po|pot files.
 .
   [ Updated translations ]
   * Czech (cs.po) by Miroslav Kure
   * German (de.po) by Holger Wansing
   * Esperanto (eo.po) by Felipe Castro
   * French (fr.po) by Baptiste Jammet
   * Hebrew (he.po) by Yaron Shahrabani
   * Croatian (hr.po) by Milo Ivir
   * Indonesian (id.po) by Andika Triwidada
   * Icelandic (is.po) by Sveinn í Felli
   * Dutch (nl.po) by Frans Spiesschaert
   * Punjabi (Gurmukhi) (pa.po) by Aman ALam
   * Portuguese (pt.po) by Miguel Figueiredo
   * Swedish (sv.po) by Anders Jonsson
   * Simplified Chinese (zh_CN.po) by 玉堂白鹤
Checksums-Sha1:
 f160167aa6b1c026b47743d7c81433443577650b 1903 netcfg_1.164.dsc
 c65b6b91084f9b99b0b6498049211c21a04512c8 389208 netcfg_1.164.tar.xz
 71edd28e19f353620933635cf20ba298ab6b7363 6140 netcfg_1.164_amd64.buildinfo
Checksums-Sha256:
 c1afc38762abbb8ff21af899606873669f3fad8a9936f5effa8d5c168d2905cd 1903 
netcfg_1.164.dsc
 2583204f9f350e603809a179e563746bd82e9b587dd9320e2529f68148d163d1 389208 
netcfg_1.164.tar.xz
 d5b70a36097d2b5005aa8a21f05700e71560e11c06b872770ae6a0bc8f66491a 6140 
netcfg_1.164_amd64.buildinfo
Files:
 a8d9dcaf65772753e6a513a321488319 1903 debian-installer optional 
netcfg_1.164.dsc
 ceb7c8304b27ac251f0860892643c6a5 389208 debian-installer optional 
netcfg_1.164.tar.xz
 ebde11d8e46aa21bc280e2d62e4f09f0 6140 debian-installer optional 
netcfg_1.164_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCgAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl4woWwVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2fa0P/2CkZxns2td6C1xJ/Fsw0Z5M15a0
3cnakDodMOuvcFi5aUDGY9fZ0Fetuj+v0LWZvdOqlpNxQRlYTK1N/bHmvCAznYs4
077X0+ydLcHWdyHwpS00v1q8A1jZVB7U8Fod06vAlcIrapp+bDmU/CojqxvY2j3f
dbYpCbKK9NUJW955Q32I1KXMpivYPBOsB3R3+voNVu6t8ajsXYfQZFykwUjn3Ads
xqty3aivrXfTonL6tMjBR46j1+QVn0StqKb8r85sEGoDKXjxJSZ57jgF5/g+1MPa
8iB1cyocXSsnJtWtCma7a1gD/hIP0Ts13s8BHonaRBm6rnx5J3U8ubVM1Gog+rA4
nhGLp+5giO2GBe5Tb9AKL8EK3qA5AmG1aKzd6Yx8VdU4TkJt3WJH3sm8xLTonPta
lw5KsL0dPkN2YQZ6ffsxR/OOBp1TZGF8567LWTREogumgowV7IZgRMQIHfuXUhP1
rTG/oncb9kfCt37eWTrN8/2SGz1LGG3Eoa7VCJtOOG/dmdthuvBp1o4tngLemoMU
S3rIa6hWhiav1ECE24GNtlSUJZoTFbInrwQah0kUXzP3b86cRv2UEy03gcLKugJh
luonxeZN23LDjXU9sA4sYpn6OW9h66D+TgTy0XlkdOobRUFn5NHN3EDOEKXOJq9u
J83soUPv7/Q12Bok
=A74W
-END PGP SIGNATURE-



Accepted cdebconf-terminal 0.38 (source) into unstable

2020-01-28 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 28 Jan 2020 21:47:25 +0100
Source: cdebconf-terminal
Architecture: source
Version: 0.38
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Changes:
 cdebconf-terminal (0.38) unstable; urgency=medium
 .
   * Team upload
 .
   [ Holger Wansing ]
   * Fix missing sublevelX declaration in templates file. Includes updating
 all po|pot files.
Checksums-Sha1:
 d5519f7233c2c2b9cbfe1bc7f9a4be2fc5eaaaee 1966 cdebconf-terminal_0.38.dsc
 7dda3fd53fbf442efc7e9b3112226145a377d7c4 36540 cdebconf-terminal_0.38.tar.xz
 9639b53e6e099dcc60593327f5f338c20ca299d5 11510 
cdebconf-terminal_0.38_amd64.buildinfo
Checksums-Sha256:
 5a8a24b64b95935ce557b57bab445cd564a4bdbb3ea12edab991330e63892ab3 1966 
cdebconf-terminal_0.38.dsc
 d8fa43c240cf624e34a65401d96467536833914c16dcf2f9546abd5208e38d81 36540 
cdebconf-terminal_0.38.tar.xz
 dbc664053cfce6b0a41ff0d7f7cb8240318a97fa1f1f3d7f3c2b5dccd1750c69 11510 
cdebconf-terminal_0.38_amd64.buildinfo
Files:
 8c74458f389f7948b3b302b04a0e9fa5 1966 debian-installer optional 
cdebconf-terminal_0.38.dsc
 89b28207fe272ecc27249856a4fa77f4 36540 debian-installer optional 
cdebconf-terminal_0.38.tar.xz
 a0b82377d991cc2c0b257e4c707b7e25 11510 debian-installer optional 
cdebconf-terminal_0.38_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCgAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl4woLwVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2OHgQAJ+1Zx5ZxuzHQDM44tFwrZBPnAsY
up0LMbhMmhjr0tfnl0MgImf2jHlER3uGHDLP8PAAuO+rXK2Ii8ezm6RpqiVVR6ls
p4Tlog8cSYYvE86tiUGwBZVm2nKxka3wZK/8P+fRgNFbtFMoX5PQrnN9aLL2+p94
owRKIct6IXwL+9H0Zf3PFd7zKsiLMzsIzvVPRnoR0IHXyYJcJ4i+xrXOMMiA9ooc
kaT/xOilZlRXBdbwMwpx7MucdzgFmWHPZLEXTtfqEFS6rFpjOT7iAYxV3xRiua51
JWPMysfS7Hh1y0ujKO0dAtSrpTG3jsYAvj1eYARrFVlB8tQX4WBi/wvhws4ZCy2t
NYCiyFAiZCIHFY3ciPqUWjqbx9vuAG0Xwp/2eHA27aTDG69QtC3jYbUqoMTqJkkF
cXKIP9nsZ+Up/hjGU4Htkw2xUhc/2VWF5dSiKBYWBmyne9ODUauAE0Ov7S7M7XRm
fQanqwIcwcayTV0X2oWtgSqw1Z4GAuxtYBYHKWFui9XX+r7SeGUL39Sjk1hKQB2j
gn+ebzfqvkvaje2MsP4KTf50qYMKX9OD5FZm+W8XX6TCA3CyishDzb8InPTvYYdu
B6x/IE6zXmPP5od/7p58H0AXBR3DKki/auQmss/PAAylJPOVvtERVG7vvXGjwbo9
zOr147OY0xpy27X6
=WTeA
-END PGP SIGNATURE-



Accepted apt-setup 1:0.155 (source) into unstable

2020-01-28 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 28 Jan 2020 21:25:38 +0100
Source: apt-setup
Architecture: source
Version: 1:0.155
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Changes:
 apt-setup (1:0.155) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Samuel Thibault ]
   * generators/50mirror: unreleased does not support sources yet.
 .
   [ Updated translations ]
   * Czech (cs.po) by Miroslav Kure
   * Esperanto (eo.po) by Felipe Castro
   * Hebrew (he.po) by Yaron Shahrabani
   * Croatian (hr.po) by Milo Ivir
   * Marathi (mr.po) by Prachi Joshi
   * Norwegian Bokmal (nb.po) by Petter Reinholdtsen
   * Punjabi (Gurmukhi) (pa.po) by Aman ALam
   * Serbian (sr.po) by Filipovic Dragan
   * Simplified Chinese (zh_CN.po) by 玉堂白鹤
Checksums-Sha1:
 0878f1f7e22b6ca45f9d8ebc220dce5a356ebcef 1823 apt-setup_0.155.dsc
 d3004543a5cb8ace7079259b88e259a477f0f7b7 253480 apt-setup_0.155.tar.xz
 51e40d9f9afcb6164f11a822be7bf5964f63c136 6178 apt-setup_0.155_amd64.buildinfo
Checksums-Sha256:
 e7f968aecdb2e38198065bb6e2fb2bb247b86cd07dadc4bea71ea6e92c8fde88 1823 
apt-setup_0.155.dsc
 6d41cb25790072b4df4defd8b6f384fd4fdb10f664cce537ad932b6bddb6129f 253480 
apt-setup_0.155.tar.xz
 7371c0bb1f66a480f92b363ef16dafd29e4a3286ffb9fefe2dda395d825b0108 6178 
apt-setup_0.155_amd64.buildinfo
Files:
 3b5775337dd17dca5e0760631c850f6f 1823 debian-installer optional 
apt-setup_0.155.dsc
 5206118898c1b3179956c1ab909a5df6 253480 debian-installer optional 
apt-setup_0.155.tar.xz
 28c9083bf8dc67b81a02c231bdc1427c 6178 debian-installer optional 
apt-setup_0.155_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCgAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl4wm4QVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2dJ0QAIvpd8b42vgu7n8uLkgHjqLE+vAd
fitDmLrrncTc0W2QXntspXfz0lv00Xuo+c6I4e8hMVvBYj+qNs+PoftsaN9TKDyk
VLdH1U5DdbnhQ94JH+kZujTP1gc5mxgn9/fd9oh91LTpV8qUfHcuYQIOJYLreTuJ
2niLxRYKoCKu6VmJjTuqMZqsEFsGUWVo3a+Ee4xcmJ8AV5WxM7gfPBzjI7j4oBfr
fdC1XSHqEjMQD8MXauJKFZ1KqbjZMOACal9zXLNP+qKYrnIKAWyvWLdK7DGa9PcQ
jDAwOF3ez0LxnuWOnQUzJXcB0YZeH0VrQuWYoCmJtHhAyt+91gOx0EAFislQNtg/
OLpnvKCtz8T+P96WpZec+hrdvcG2Oi1syQOytjcxm/XWjk6XMNPgbA4QMmg613go
0IWVHyCACTfEEREu4xTKzYKpTZ0IRapftJSnartCow5IlhxHEYotfbvyZozSh4ZQ
M0ydiNJfT3YsS6d8FEIjU21rg1+4TstGBgulc+0Yus3jEQQRXKcF6UROtPY2gb/p
2/M06kk/05Q9Jwpv3TjS/yixM0LfNn4KKWmUQ4EGNZwzFYtgETsWaL7nhNWWIaph
lHw0TUUONLVWRIUVvX6pH4FyTqcZOTfbcxgI83ccmNMNGD4LEPwQp6fnod5ybGJ3
0aD3LXXNdugpKXTS
=MONx
-END PGP SIGNATURE-



Accepted refcard 10.6 (source) into unstable

2020-01-19 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 19 Jan 2020 17:27:39 +0100
Source: refcard
Architecture: source
Version: 10.6
Distribution: unstable
Urgency: medium
Maintainer: Debian Documentation Project 
Changed-By: Holger Wansing 
Closes: 948801
Changes:
 refcard (10.6) unstable; urgency=medium
 .
   * Replace no-longer-existing pdfjoin and pdfnup by their corresponding
 pdfjam commands. (Closes: #948801)
Checksums-Sha1:
 eb92c0b1789375393090eb46c1e38b9ec1230e00 2191 refcard_10.6.dsc
 df63aa1d8147a4f8733edd183958594e740255d8 178732 refcard_10.6.tar.xz
 50a93575aa56d820150dc20496e90549bf2c2438 12276 refcard_10.6_amd64.buildinfo
Checksums-Sha256:
 4cfe959b616eff7ebbbc759dbd8e8568d7748b68f22eceab2e663849c6244511 2191 
refcard_10.6.dsc
 a4e3069a7473193ccefc73f7cf34e429e46c1cf28c72a004d2602a7cf59b46bf 178732 
refcard_10.6.tar.xz
 625837ffda7167460d0eb236e31f290e8e44234cc37ee9e5a32ffc82bedac425 12276 
refcard_10.6_amd64.buildinfo
Files:
 a1517e97302d24ab7d284dd06a3d81da 2191 doc optional refcard_10.6.dsc
 c0e831b81a8217a663b4e58bb2cb59cb 178732 doc optional refcard_10.6.tar.xz
 0ff223af620848e41540ba533cd35084 12276 doc optional 
refcard_10.6_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCgAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl4kkv0VHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2zc0P/Rl0VuPRAq9Qs1RgVQyplbFRhSc2
ws7DaDPemDlxgT+cyQi2kasqr7ceJ9G8PhkCf7vYLJty2aQoiNMn3BGzUT2IuoWZ
tiPWhi2HyNcjhOiHfuB0O8Hm1Z1vlaX5fOGK3h11JVzh6cQ0IKDrsbg56tF7s9Gd
j9crenpmqqUIYIgE8K8oIjh4Gq1mpI71+icP1yZWd1nr5dtogAsajXZg96dQYlw7
HHuaFGyC1UtF1cSdeefuOEpqjuJ9C4OQROiu2KEeVjp8DvvZOH40SDldYLPucJqm
TBW5b4170nj1ssDwJO7baaWfyfkMpfJ4d9GzvUx5VkN/onmIORg9ReYSmWNdnsut
VSFX/FYlpO6Scb2NCkBEAT+qrlusvMZqciHQmMgQ3996Kv/QBMKDrxCjFu8YY2f1
6R9DfONgiaHFmL2EnZD3A9wthWIHAgFwb6HnChxTXBez0rkytXjhhLUiLhKHsxYY
RHoCnce2cLZjbXpFQO6tzE7gMYWZpJwNg+l6Ng1B1eU7EsqFRMSH3R3l7cH/COre
ute5D4Kq7kQ0RxqY+HSz3wPdyUDbMnxUXzafGTvijgdWvijolEilQQGmOGWzE2WG
Loy/MYQwYF2awMYS0EhVRO4u0uyn9kozfLz0R3cfvQjzI2ctu4ocBACen8rtK7OS
bu/1+F0l6da+A0KC
=9gSN
-END PGP SIGNATURE-



Accepted tasksel 3.58 (source) into unstable

2020-01-01 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 01 Jan 2020 20:13:37 +0100
Source: tasksel
Architecture: source
Version: 3.58
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Closes: 944115 945846 946755
Changes:
 tasksel (3.58) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Raphaël Hertzog ]
   * Makefile improvement: don't hardcode the "tasks" directory, use the
 $(DESCDIR) variable.
   * Fix default desktop selection by using the tasksel/desktop debconf setting
 only if it's non empty.
 .
   [ Boyuan Yang ]
   * Drop recommendation to qt4-related packages. Closes: #944115
 .
   [ Holger Wansing ]
   * Use print-manager instead of system-config-printer for KDE installation 
task.
 Closes: #945846
   * Remove xfce4-mixer from xfce-desktop task (has been removed from the
 archive; successor is xfce4-pulseaudio-plugin). Closes: #946755
Checksums-Sha1:
 5e83bbd673bafc9f42474ca4895140a50e451983 17122 tasksel_3.58.dsc
 3775f2506bfd165204879ec57a0886fc4645dc68 290968 tasksel_3.58.tar.xz
 2070879c3009fc5e2371292dd40ea0924ad3edc5 65542 tasksel_3.58_amd64.buildinfo
Checksums-Sha256:
 284cb7448abbee1332f00920cc32d02f9a7c74f7451128653316ddeaf0a08849 17122 
tasksel_3.58.dsc
 ba33b8b0f7a24e69d23721b47914c3810dd2c9cdbe31d55fbb755eef84235dc6 290968 
tasksel_3.58.tar.xz
 f83e42cc69e9038bb448ab445c54aeaa3cfa3a7aca12169eb97fd603e1c613cc 65542 
tasksel_3.58_amd64.buildinfo
Files:
 eb36dcafc1eb2aaf366bfac2f8e993c9 17122 tasks optional tasksel_3.58.dsc
 718df5f472936bb8e99511e2742128af 290968 tasks optional tasksel_3.58.tar.xz
 654e05e3bd7b0e816e2cd12fa9d58825 65542 tasks optional 
tasksel_3.58_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCgAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl4M89YVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2Oc0QAMXGh8sZ0wm+anUAis5OHAxNPBgW
c5EoD3h+W98cUKoOi+ev1aT98XsbunEoaNWRQJD17otLz5pzLbVKR7FlUE8TudLG
xKHdS0GNltQjAKj5B2kOw7L3cmLIXzJlvrUXN7y838Q6maBgLy9MDSUgmkuV+pIg
xAsyhr9Y3GTAd0+0Uk/HDgHgu10BRL03i3n8b7juRao2d7PNlKeYh886vZqkAyhq
4LSz9wVPGwhihnBaIQUj7GTHnQJwvZW8KP1ezWcBrTVnzJRXZKtY46TG1egkY6bO
GAbCp2eCApx83hbaiAWWeLNyKXDLGwd909FNeG4E7C2ltNt+HOCBaeaTJZYC3IQi
fDr+Pe7F4luN8YjsfWtJpHRJUcDVUR62J8flwdhgumZMfR6kC1Y4+mi/EwI5kFL5
OTVyZ6z/DUF50c1Z0uIE9tC/oNPcV51K23Aku4HqIOi2bQu12svvLQEOc8dNIcOo
8RoCqNsUa1xoGT0w8y56dy1x0S1t5kgyDx1FVKxeAz4veYm1H3xwRj5dob/6D6VX
NftcUMZ71E5UJS/Fj7Yz1iHPx6G76lrmJ3wKLve9S0679XlBPcoQsYT5yV+lB+R+
RCiULKwhlrVVjXlx/57edkGZNETaEex8XMu77z/C3oO3xeOhX1Ld4JBfds48xCnl
2hu15K4brQROEW8D
=kkXm
-END PGP SIGNATURE-



Accepted installation-report 2.73 (source) into unstable

2019-12-23 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 23 Dec 2019 21:40:48 +0100
Source: installation-report
Architecture: source
Version: 2.73
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Changes:
 installation-report (2.73) unstable; urgency=medium
 .
   * Team upload
 .
   [ Holger Wansing ]
   * Fix missing sublevelX declaration in templates file.
 This updates all po|pot files.
 .
   [ Updated translations ]
   * Icelandic (is.po) by Sveinn í Felli
   * Dutch (nl.po) by Frans Spiesschaert
Checksums-Sha1:
 c4f2f3b89b877159049196926ee1875e846ac221 1777 installation-report_2.73.dsc
 ecbca64693de762d048df46d3c833b3b6cdcf83f 82928 installation-report_2.73.tar.xz
 620f6aafc1ad8ef6b1beb5bc773b6e82afbbfd01 5818 
installation-report_2.73_amd64.buildinfo
Checksums-Sha256:
 99a6a694193a6d425b066e26c5fc2d90bfb267cbad05d5a728a2291da783bdd7 1777 
installation-report_2.73.dsc
 d902e14371ef2aa8c233cf8c1dc98eedafed78ed6e5063c415b9b3350e13a255 82928 
installation-report_2.73.tar.xz
 8f46fc0d20f549d287084b4d0475c614ae6e145f3212344d387355b6f879588b 5818 
installation-report_2.73_amd64.buildinfo
Files:
 36d103d84a6a4f603f9c9482cedf958c 1777 debian-installer optional 
installation-report_2.73.dsc
 08e277560470b1ac1edd4925c289dfb2 82928 debian-installer optional 
installation-report_2.73.tar.xz
 6399b453b748eab7f94d6321c9971ae9 5818 debian-installer optional 
installation-report_2.73_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCgAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl4BKZYVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2UwoP/iKnDcbIZzKUr1VBiQYtMmxlpjqP
aSaHvn0vD3nRdvse0VRcWnlHWBx9oxCEBGJenJc1605hCpqFrybfrP+2ga3lX+FE
VszlAiamN8U3at+7/5PyP9VZSYfySMv8f0LvKPxra9dRkXhmDAmEwK9sK2PGKzMi
dO/eoQZGmkuiL18hX9I28X4K2uEAamf/XZGForIatIRAGu92W3PzW+Pies/T+25g
SkDi/fkfmugR7fTdQSMwhi1TBZ+mIkWkzQ/uMZC24Itk4BKda+PW2bBGE9CEg2QV
BlaJGwM0u5VKNZkDggKREJhyaCUnEeAGw2xr0+vjE5l/r8Bjy2egykuu9UJBmuFP
XSL9lGmfjsUzNyrQemwMOkdAV/WvcPKuttwx2sglNnOYtbYoe7mlEy9LeNtmY9H+
k1q9z5hPzMwzq+aVCi+5w/gnN+ZroxdHuEId0XYrTTSj37AkkO4SzM9ZaNSaD0qn
JBeqo3oCq01VVKA7EhrQnx36LQVIaB82NOAXRrGi65CP6OQyOVoRoHBcWVrxtg70
2JdWscQL17BHpBf7K2WSg/nEeqOdBOKa5Hn6r/So7WWxzYBUAGrCtVH3FPFG/Q3w
pZK4uEHnL0xYuYkGPZTL+lUaNv26xi45Z4sAhfgCWAeg2qS9rD2XC0v/Mzdy9Ywq
7dHzS2TwES3ls12W
=Ic5l
-END PGP SIGNATURE-



Accepted iso-scan 1.78 (source) into unstable

2019-12-23 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 23 Dec 2019 21:55:50 +0100
Source: iso-scan
Architecture: source
Version: 1.78
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Changes:
 iso-scan (1.78) unstable; urgency=medium
 .
   * Team upload
 .
   [ Holger Wansing ]
   * Fix missing sublevelX declaration in templates file.
 This updates all po|pot files.
 .
   [ Updated translations ]
   * Norwegian Bokmal (nb.po) by Petter Reinholdtsen
Checksums-Sha1:
 1c2f1215442e49eabaaeeac6f0e5584cba6e54b9 1657 iso-scan_1.78.dsc
 6b2ef684b190acc1378d5776a68b84febb0c0898 115988 iso-scan_1.78.tar.xz
 5c9c4417c99495e3216b7789617b618ec67426c3 5704 iso-scan_1.78_amd64.buildinfo
Checksums-Sha256:
 42f87262c5b0cae28e81ba652c974309371c2b413392ec897bd361081eff1079 1657 
iso-scan_1.78.dsc
 de749bb2f69fcf947f7f76a69ccf1e22d726079ddfb7b253c58dd8d9731582c1 115988 
iso-scan_1.78.tar.xz
 290a577f41f906e0379b767dbe8211bb65a8d5f9b6fdbfba88b34762c1eac66e 5704 
iso-scan_1.78_amd64.buildinfo
Files:
 aff3cf42ec8bd63fa03acf3cfd16820f 1657 debian-installer optional 
iso-scan_1.78.dsc
 1d1629d7e89e3484c57df29b4b83a9a9 115988 debian-installer optional 
iso-scan_1.78.tar.xz
 73533e2ac2ddd515d12f2ef1284b0708 5704 debian-installer optional 
iso-scan_1.78_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCgAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl4BK4EVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2GHkP/15glHs9pA2FKEdepMhD1TrUMxZM
JzvYgpOVXUWIM2h65Od7yWJdU/dBOL1kABNwFZZ/EbIcCj6wkprNEpT8s9UJwHYl
hkQY2nDME6f+gDv7Zm/1L6eQ1W2nlX9cU4kKyeDu4l69F9qbQ2A1h3rra4CkodEo
PzQbPbIg1PRQykCSX+fZanKh9W12JV2ptjnJlHfq6i+m3m43Bc2Ha5sMmREsRnhp
k0W+Ug4yDuXUD0KKOeisVrdkjHBNC/Yg6Rs8NWKLra0HsR7oRlcOGuamJTrQvLYW
wPF7ZBpUKw5gUDRY6xwJaF1g1wVj2kd2pZLSu3TMmV6ibVt6t9mQ+LlC++UnB2b8
JQmfKpZgAuGkx7snRY+kChp10PLKkbZ0eGCjZ2ahyDx0yYSyuQ8zQrgHEXqALDE7
bOyJk1h37yZZQWQSIp7MCC1TvTO9oIMXqZe8RhBAFa305nPKkxBaQYdPPtbcnDR6
HdZ6JAiFiRuWOfGtsIndDIpSz+eCxySLgfrMxKRDLX0V7LEqmyb+Aaz6F+PjtJAN
Ez51QVuAEuy7Fqst2yZJhpRAQwsOOoe20PdXYndxeY4gfzPjQ+0LEJbtpUgxLM8f
RBH8lOrx+IjRxVK00+1zP7SqRIOtU8nMgmBQZwkelJRzwNLPM/hkuOOATDMY6pYX
/tGrc7MoiIp3RXcE
=mBY3
-END PGP SIGNATURE-



Accepted tasksel 3.57 (source all) into unstable, unstable

2019-12-23 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 19 Nov 2019 19:46:56 +0100
Source: tasksel
Binary: task-albanian-desktop task-amharic task-amharic-desktop 
task-amharic-kde-desktop task-arabic task-arabic-desktop 
task-arabic-kde-desktop task-asturian task-asturian-desktop task-basque 
task-basque-desktop task-basque-kde-desktop task-belarusian 
task-belarusian-desktop task-belarusian-kde-desktop task-bengali 
task-bengali-desktop task-bengali-kde-desktop task-bosnian task-bosnian-desktop 
task-bosnian-kde-desktop task-brazilian-portuguese 
task-brazilian-portuguese-desktop task-brazilian-portuguese-kde-desktop 
task-british-desktop task-british-kde-desktop task-bulgarian 
task-bulgarian-desktop task-bulgarian-kde-desktop task-catalan 
task-catalan-desktop task-catalan-kde-desktop task-chinese-s 
task-chinese-s-desktop task-chinese-s-kde-desktop task-chinese-t 
task-chinese-t-desktop task-chinese-t-kde-desktop task-cinnamon-desktop 
task-croatian task-croatian-desktop task-croatian-kde-desktop task-cyrillic 
task-cyrillic-desktop task-cyrillic-kde-desktop task-czech
 task-czech-desktop task-czech-kde-desktop task-danish task-danish-desktop 
task-danish-kde-desktop task-desktop task-dutch task-dutch-desktop 
task-dutch-kde-desktop task-dzongkha-desktop task-dzongkha-kde-desktop 
task-english task-esperanto task-esperanto-desktop task-esperanto-kde-desktop 
task-estonian task-estonian-desktop task-estonian-kde-desktop task-finnish 
task-finnish-desktop task-finnish-kde-desktop task-french task-french-desktop 
task-french-kde-desktop task-galician task-galician-desktop 
task-galician-kde-desktop task-georgian-desktop task-german task-german-desktop 
task-german-kde-desktop task-gnome-desktop task-greek task-greek-desktop 
task-greek-kde-desktop task-gujarati task-gujarati-desktop 
task-gujarati-kde-desktop task-hebrew task-hebrew-desktop 
task-hebrew-gnome-desktop task-hebrew-kde-desktop task-hindi task-hindi-desktop 
task-hindi-kde-desktop task-hungarian task-hungarian-desktop 
task-hungarian-kde-desktop task-icelandic task-icelandic-desktop
 task-icelandic-kde-desktop task-indonesian-desktop task-indonesian-kde-desktop 
task-irish task-irish-desktop task-irish-kde-desktop task-italian 
task-italian-desktop task-italian-kde-desktop task-japanese 
task-japanese-desktop task-japanese-gnome-desktop task-japanese-kde-desktop 
task-kannada-desktop task-kannada-kde-desktop task-kazakh task-kazakh-desktop 
task-kazakh-kde-desktop task-kde-desktop task-khmer task-khmer-desktop 
task-khmer-kde-desktop task-korean task-korean-desktop 
task-korean-gnome-desktop task-korean-kde-desktop task-kurdish 
task-kurdish-desktop task-kurdish-kde-desktop task-laptop task-latvian 
task-latvian-desktop task-latvian-kde-desktop task-lithuanian 
task-lithuanian-desktop task-lithuanian-kde-desktop task-lxde-desktop 
task-lxqt-desktop task-macedonian task-macedonian-desktop 
task-macedonian-kde-desktop task-malayalam task-malayalam-desktop 
task-malayalam-gnome-desktop task-malayalam-kde-desktop task-marathi 
task-marathi-desktop
 task-mate-desktop task-nepali-desktop task-nepali-kde-desktop 
task-northern-sami task-northern-sami-desktop task-norwegian 
task-norwegian-desktop task-norwegian-kde-desktop task-persian 
task-persian-desktop task-persian-kde-desktop task-polish task-polish-desktop 
task-polish-kde-desktop task-portuguese task-portuguese-desktop 
task-portuguese-kde-desktop task-print-server task-print-service task-punjabi 
task-punjabi-desktop task-punjabi-kde-desktop task-romanian 
task-romanian-desktop task-romanian-kde-desktop task-russian 
task-russian-desktop task-russian-kde-desktop task-serbian task-serbian-desktop 
task-serbian-kde-desktop task-sinhala-desktop task-sinhala-kde-desktop 
task-slovak task-slovak-desktop task-slovak-kde-desktop task-slovenian 
task-slovenian-desktop task-slovenian-kde-desktop 
task-south-african-english-desktop task-spanish task-spanish-desktop 
task-spanish-kde-desktop task-ssh-server task-swedish task-swedish-desktop 
task-swedish-kde-desktop task-tagalog
 task-tamil task-tamil-desktop task-tamil-gnome-desktop task-telugu 
task-telugu-desktop task-telugu-gnome-desktop task-telugu-kde-desktop task-thai 
task-thai-desktop task-thai-gnome-desktop task-thai-kde-desktop task-turkish 
task-turkish-desktop task-turkish-kde-desktop task-ukrainian 
task-ukrainian-desktop task-ukrainian-kde-desktop task-uyghur-desktop 
task-uyghur-kde-desktop task-vietnamese-desktop task-vietnamese-kde-desktop 
task-web-server task-welsh task-welsh-desktop task-xfce-desktop 
task-xhosa-desktop task-xhosa-kde-desktop tasksel
 tasksel-data
Architecture: source all
Version: 3.57
Distribution: unstable
Urgency: medium
Maintainer: Anton Zinoviev 
Changed-By: Holger Wansing 
Description:
 task-albanian-desktop - Albanian desktop
 task-amharic - Amharic environment
 task-amharic-desktop - Amharic desktop
 task-amharic-kde-desktop - Amharic KDE Plasma desktop
 task-arabic - Arabic environment

Accepted grub-installer 1.167 (source) into unstable

2019-12-21 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 21 Dec 2019 22:43:52 +0100
Source: grub-installer
Architecture: source
Version: 1.167
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Changes:
 grub-installer (1.167) unstable; urgency=medium
 .
   * Team upload
 .
   [ Holger Wansing ]
   * Change template, to clarify definition of the just installed Debian
 system. Includes updating all po|pot files.
 .
   [ Updated translations ]
   * German (de.po) by Holger Wansing
   * French (fr.po) by Baptiste Jammet
   * Hebrew (he.po) by Yaron Shahrabani
   * Indonesian (id.po) by Andika Triwidada
   * Icelandic (is.po) by Sveinn í Felli
   * Norwegian Bokmal (nb.po) by Petter Reinholdtsen
   * Dutch (nl.po) by Frans Spiesschaert
   * Punjabi (Gurmukhi) (pa.po) by Aman ALam
   * Portuguese (pt.po) by Miguel Figueiredo
   * Serbian (sr.po) by Filipovic Dragan
   * Simplified Chinese (zh_CN.po) by Boyuan Yang
Checksums-Sha1:
 45fca9858e2bec98a32b4113d2787d2a2a186aa9 2054 grub-installer_1.167.dsc
 184da3f9a90e47f86d01577d360cac16adb39835 221600 grub-installer_1.167.tar.xz
 f2ae12500411395283f4d39885c4fde77bdc4e15 6062 
grub-installer_1.167_amd64.buildinfo
Checksums-Sha256:
 a7d10849b8dbaf39a5f23c75b40e64be5d03b78eb202abbe706d3a486909d414 2054 
grub-installer_1.167.dsc
 32e0db8aec97107063828a49669184ecc28677ecbe16d8854acc78805ec17bb6 221600 
grub-installer_1.167.tar.xz
 6dc2bfa6cd180b2cd4eafd9aee3d981a86040704c08525462e0a82eb9ac9008e 6062 
grub-installer_1.167_amd64.buildinfo
Files:
 5f0dd4a173bd9a30bde93301fe7a4179 2054 debian-installer standard 
grub-installer_1.167.dsc
 45216ef5920a7989f0311adce6dd251b 221600 debian-installer standard 
grub-installer_1.167.tar.xz
 0a0ed8768342a741b7ef4e6e89cbebd6 6062 debian-installer standard 
grub-installer_1.167_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCgAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl3+lMMVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2IwMP/RgErLFhzHepu1GeoXolkFerR04z
+vACkHeSzLN3xn9qi0KXK5yrI0mY27eLwPSVKOgmXtMje8fA+DrrSLo/4U8avVM+
9RfPD9NDiZyo+ie4DXOFrjlyVwNbkVmNVD3uoj3vMvA6AJk6X/q8GehBzd1WLdGq
Wi1AncKvH63hGUa5epy8P1yW52MXXSVpC6jIBr0CGOVp63QOQequU3Vbb3VP7yc5
Wlt0YIvxh3cNadL+RvneJGGscF8b9cvgJ6i/jXH5GPnhQJDDi3L8JhgTAEdQ410U
JeumTW+6toK5HwWFZefc7EGwXmaR1w7sdJDGG/cZvfb52KFTEvNO0ULB1ho4tN4l
PsI01QITr8pzIcW/iWFT4gtEUcq3GQjzZmIAgywzDu5daFfxvSHLApnXy17JjTsh
W6YD+lITPpMdx4Vz3zNaRTW4qz4UXwv08RdY9LGxuzA92lu6xkA8u/7SwryyDGgc
XdFS3sbZHQGeBmX1g8kYibk8mGQNvD6PRyeD7JRjA63MR0RSoR1aL9Nj+sISP61o
7//G3SB3E24hHFJCRq0hdSQj4Ew21RKOhtPtq1Wn8/PUs7j8aaId7mmsZpTKZdSa
Fh5RYISNBN2g1snrBFzoZd9f4+QfV5wosgHQMx6IV1B1Q3ZxWD2nTFhXBm4MVvmR
jYPb0URe92jTMb/x
=9YbG
-END PGP SIGNATURE-



Accepted partman-basicfilesystems 150 (source) into unstable

2019-12-20 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 20 Dec 2019 19:47:52 +0100
Source: partman-basicfilesystems
Architecture: source
Version: 150
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Changes:
 partman-basicfilesystems (150) unstable; urgency=medium
 .
   * Team upload
 .
   [ Updated translations ]
   * Latvian (lv.po) by Tranzistors
   * Portuguese (pt.po) by Miguel Figueiredo
Checksums-Sha1:
 1fe279f8a326a4bf480d3753c798e883d4cb3183 1794 partman-basicfilesystems_150.dsc
 7a9f3e7629d19ef205ab52391811caa29cd53b19 190352 
partman-basicfilesystems_150.tar.xz
 c3924f3237818dd6d646eab4c3d2e45cea212e0b 5647 
partman-basicfilesystems_150_amd64.buildinfo
Checksums-Sha256:
 ba8dfa7bda6f25b443dbd2325b33bebee0a2aafe66bf6bc92abaf5f35616e864 1794 
partman-basicfilesystems_150.dsc
 34c4d7071dc23c97244f4c5b54550c7cc5bc7d79c749f08981eb1d9205b7c92f 190352 
partman-basicfilesystems_150.tar.xz
 87250d0a65770928b96c026679204ade651bb78940e8cd91dd61ef9046276397 5647 
partman-basicfilesystems_150_amd64.buildinfo
Files:
 de556af077af8cb8d0fdc7ee9386e271 1794 debian-installer standard 
partman-basicfilesystems_150.dsc
 a5d78c071085bedf866a3e0b6b7382ba 190352 debian-installer standard 
partman-basicfilesystems_150.tar.xz
 f4009a83f287a5be139659443d760b63 5647 debian-installer standard 
partman-basicfilesystems_150_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCgAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl39GG0VHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2BuEP/ixTFdSbauhy+rXhefAniRtAoiES
0aKOLwD0sSpuoqg4OQoAPxAtp8r0oFgx0xz/rW7M/oBkj358tXgPdra1robxP63Z
SOCWON9zOxlpqVS/8GUox4uLfTbn5rq0XmOa7meOGJcszIrrzk/ZpTN5/BYpr2CL
3RFucg+VocJDSdK0CVyCqPbSRNRLO/iKKA+Qmij4Ut3ZbxXnRlhnboLs+ONyi8Ft
yNH3p4uvfed/ezsoF7KcsCu3ADr7POQNUcqGMxJJlyeS1xDXokpgfHqLTHBpprql
EoRE0+kDo6BiMIjMQ8mhImaf2Ve8j3rHcJ92/vaosDEfD8T0EY4CSd9q2SZxm26S
k6Xq4eNa85flMXsFatYzxyHNRbEVwgFFeMKePZpkVqpggV0xvBy9aILjRh2zUhP/
GLwj4GLjuP3ggZ3qbGc3zRfzA2dbP2Hpc1SBw/EZsGsAolkrtIDTI71whsdM30fA
iISksVxNWamMnPTpXDt3LvTCF3q/Y0A+M2dpzx7YE4M3DYkFYgKfZ+t1ZW8+E1ag
nyaW/tPKJPb93RnH8QuLt2YNhCQ6YVcpteR4aFrVE2q3csfw5F7hvLj2Oumu816A
yZVPABeOzguX9W6lQXikLxfl5u0PEeEL94t8n7TZ14Uge0XcKJulHiqgOWJrbGug
//jyIG5qQ6wwtNlM
=8e91
-END PGP SIGNATURE-



Accepted network-console 1.83 (source) into unstable

2019-12-20 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 20 Dec 2019 19:40:32 +0100
Source: network-console
Architecture: source
Version: 1.83
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Changes:
 network-console (1.83) unstable; urgency=medium
 .
   * Team upload
 .
   [ Holger Wansing ]
   * Fix missing package name in 'Project-Id-Version' header of template.pot
 file, to allow correct declaration in po|pot files.
 .
   [ Updated translations ]
   * Dutch (nl.po) by Frans Spiesschaert
Checksums-Sha1:
 efcc1d2cc69abb8d102641353633d46a467a46c9 1674 network-console_1.83.dsc
 55826bbe1d28940610bc9b67c32795944aa512be 98356 network-console_1.83.tar.xz
 80cf3f847c254266bc317d8fb522e5a7a54a4795 5547 
network-console_1.83_amd64.buildinfo
Checksums-Sha256:
 a3c0a8a3a3d8ec7221efb947146e2fd326061606404bf2e4b24bb41743f06925 1674 
network-console_1.83.dsc
 0069b067a5ee0eab15d5b60060d3840868088f24cec0998f0b539d5f524ca3ca 98356 
network-console_1.83.tar.xz
 1f0a10de08977f1b8cb123f5f30b36792d1dcd2aa13c5688cfdc6325473b93aa 5547 
network-console_1.83_amd64.buildinfo
Files:
 7d7a8f6034ff76f0133fb991bc1fb7fa 1674 debian-installer optional 
network-console_1.83.dsc
 934822d8a616b20cf08cd946f10f22fa 98356 debian-installer optional 
network-console_1.83.tar.xz
 461d82398c943c47f64d7a52c9e01a47 5547 debian-installer optional 
network-console_1.83_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCgAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl39FtwVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB22QAP/3BLlfcctnB+5MO/1K55EBLeIlzt
FiGgciMOvDU9B+1Kqwq8BmUWIVx+8lrwPV2JW8lQjM8uEDXFnbl+NQnTc7futSum
uJ8b95Q12lJ4INK9w3C5lLRxmkZDML6+tBrYfGkMF1q0yNuraI5IPgLKRuCCEI0l
BdTCAwB4DEuZapNfHqaycfEymPAYb3NVx9XO6bUf4MZTE/9w+nkH8R6w1b+yg7ec
BEc95YEaoK88UcXyE50TqgN+RLdjjcFdCtypsoXKSlgQbWTzaCtMKl+3cCCyC3vE
y7Uck9ekJH5pNnQ15IGhoHJIXGB6PUTLU+YWfIx1r+dH3LlS2dhGyRZFQgM/wnj7
7pGKCvOz7l0a9ujRUFBAKAqVj+u9qKHVJ14IP3LMUERDklQ9iE6T8tRIjdSi2wMg
rhMBemr2MmKqKuX47nF3VfOhbRGsUix2gGEwXM5/KGTGyArfPaHh5yN4vNF2yoY7
YCw2RF3v5OtRhmDA7zeMcmM6nhKrYu21k1T/C7L7NwhrkkKI1/Zs2a6uvlXIWtNz
IW2s5NXckV5OORVW/CQTVGHTqe68roPyUgMYVK/hoAj1IIhNUPHlgg9hIS5l5hG7
WYll8vYaG5glpedHk/PwzHwjaTo2iKIAMG0ABAFGdVbwUVZJ0v5RCEuUV7XhSIRq
n1PNLyxPY0tHEZ1F
=CQj9
-END PGP SIGNATURE-



Accepted partman-auto-lvm 78 (source) into unstable

2019-12-20 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 20 Dec 2019 17:36:43 +0100
Source: partman-auto-lvm
Architecture: source
Version: 78
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Changes:
 partman-auto-lvm (78) unstable; urgency=medium
 .
   * Team upload
 .
   [ Holger Wansing ]
   * Fix missing package name in 'Project-Id-Version' header of template.pot
 file, to allow correct declaration in po|pot files.
 .
   [ Updated translations ]
   * Portuguese (pt.po) by Miguel Figueiredo
Checksums-Sha1:
 bc7c3a6607a33c5da69ea0b6d41da711c88aa1bc 1703 partman-auto-lvm_78.dsc
 735aaa83ee186aee73a1ab58250b7d6d3c2b6f31 120128 partman-auto-lvm_78.tar.xz
 b8cb18ac321936d740db50918c9f1adbf93df732 5548 
partman-auto-lvm_78_amd64.buildinfo
Checksums-Sha256:
 dd540194e91522ef900a4e311dc362ed6ca8f3689f708b8ed1dec4ebafde21ce 1703 
partman-auto-lvm_78.dsc
 1d01aa86e2e50c9fdbe19b929af81b7ccea6383ce655988f3a604b6d6418f886 120128 
partman-auto-lvm_78.tar.xz
 5d14f76121441cdbbf13aad766aaef884ffa8c0e0ec6709ec6b4bf877eec60bc 5548 
partman-auto-lvm_78_amd64.buildinfo
Files:
 4245c1a53da204fb3a1fc94683e7461e 1703 debian-installer optional 
partman-auto-lvm_78.dsc
 ac8718ae47778a1afcc0717cd1a1455e 120128 debian-installer optional 
partman-auto-lvm_78.tar.xz
 6eaef09863952619d32a9a3c77425734 5548 debian-installer optional 
partman-auto-lvm_78_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCgAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl38+iIVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2eB8QAKpm/CR8dh2mhQERo54TYVXzJZIY
jHsCs3erFmt7Yi5iq9eJe/z4oloMqjSArFFLUQzwtUmJlrbY17ucxhVWAr8DqGO2
4KWpHjTCItYumWI5fcrMmjCy+lScWBYNVZvuKfP129XVqWK8ggiqs/zDhTwt/d68
BWopkbqO23mP2n939Cq+UgH3W5/OYKo8zvvmDGukOLUe9ZjYBywqsc8DLJFJ5SRp
a2cXj2Z8/4m2F+fxAmwUqTfW0AdpSiImcHFjtuqll5mixRLErIu2yMfyRg4oLvWg
HP8gGAY5rC/uIPf62UAZNFRA/L4keQgfKTpRO/biYiSujD7vg4jPPg0BPUOTuc9A
utEa6arbGXwqW/rVDh1Phn4fnKtLLtv2Mx63jEs0iXZjl6OF69i+L+SdN7EZ5WmM
RyYTAd0hbuANmVNRQ5u9pA6Vxsi2cUrLtzoGFSHlbUluVlAkagMOtZ0lElIxkPxw
RIADwM1HeIIIyDQZ35QADTLVnk4bBJVdUOdxSV5uLe3FLmUUP8yD+WSD8LIzn0qr
hQEi8u9Garxw/Z+2wCWK2fvcd5Wdi/g28kdPjoZKfm6C1rVvrfm2vPB+n03Y0x6H
aJ0fok6nqooq29T2OfWyWk9Vk3K4NBWTSd2QWUKtoUoB6kASuQdJhapV+5dk0y6U
u2gmniXGmGwVIRtF
=GphH
-END PGP SIGNATURE-



Accepted partman-md 92 (source) into unstable

2019-12-20 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 20 Dec 2019 17:26:03 +0100
Source: partman-md
Architecture: source
Version: 92
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Changes:
 partman-md (92) unstable; urgency=medium
 .
   * Team upload
 .
   [ Holger Wansing ]
   * Fix missing package name in 'Project-Id-Version' header of template.pot
 file, to allow correct declaration in po|pot files.
 Includes updating all po|pot files.
 .
   [ Updated translations ]
   * Portuguese (pt.po) by Miguel Figueiredo
Checksums-Sha1:
 6b1542373643d263708b15a0df3b2a944b0a4f7b 1668 partman-md_92.dsc
 e2b4bf87bad0b6dfaef9fbd423cf9ecab11672d1 182624 partman-md_92.tar.xz
 ccbbe1e01c1a1969c86e8ce93553bf45fab6c279 5491 partman-md_92_amd64.buildinfo
Checksums-Sha256:
 543af020c156107e1b5d2b5611c0237560a075d2187f868919c634b6a4cc87db 1668 
partman-md_92.dsc
 7b67fdc453ee233e4c0136101bad3f9a8176ff8298f4a25cd10bb9c4e2674631 182624 
partman-md_92.tar.xz
 fc6467585840648d0c01442bc795e3370851635e3b9bed36d671cf8c99a42bec 5491 
partman-md_92_amd64.buildinfo
Files:
 d1cdec37b7c65d0da3caa000f33f71fc 1668 debian-installer standard 
partman-md_92.dsc
 e960302d6b9756aefd4549cf6e766cad 182624 debian-installer standard 
partman-md_92.tar.xz
 e5c45f5089bbc78fedd1f9232949ee7d 5491 debian-installer standard 
partman-md_92_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCgAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl389/EVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2Ma4P/RnoNZilcENTPbfGTY2hbV5pvJPm
HG9QFlU+W0aBNd2mr1SMS3NEuzP+gjczZNgLTBYbxCfpHnGmZaU6HQdFCIil0mDz
w9sc2ex5WZpbTpRVdGD/33rMHrG1pH9hG0ZKhvcC3o7ULsXK2gIi4LW+P2xt9dmr
dg792zTS8jN+v7fKh+fl6PCKhfugub1ksXEaT52OO9tUKQVb6zeUvScyS1Uw7SNA
awVXYoSVhk/a41t+PuyysluaZqgfafuOIlkHa1u/UydK1/FekYUT4JHwcsx+9hgZ
K5zU7jKTS/6qpYyQZP5nltakysOBRDX+KFlf2rPXUIwaNgTZh33NQQY1d/+fbJcU
rIIwwDQQkYafNFUmsejMdBmLvX3IS47dghoj7AaAc8XazfS1ovahxW7JGqPpzoJM
yLKQuEQ5WeF3oHK9cybQWAtd5djLxJcof47CpW+pXg+gpaBaPpryUHczNMVbXo1R
lC8lC2q+Q8Bmi3EgrZOxbV1L4RweUkRVxlrHdgwA4PJNYk2RRkbKSr43rWIxDn+C
yHPpbwhKIMgQvkmXPEex+62zV8EudohWJLEEfvtAfn6d+w9azqVcctI2DnU3rmYM
lu03VYfSF2t/QldnzkTdlJ4wM0zaMcHsB17XRWHj/AzF73Mcs7bvAore99f6JYIv
HSZvLV8Vuw6cl9/h
=eU89
-END PGP SIGNATURE-



Accepted netcfg 1.163 (source) into unstable

2019-12-20 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 20 Dec 2019 17:19:26 +0100
Source: netcfg
Architecture: source
Version: 1.163
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Changes:
 netcfg (1.163) unstable; urgency=medium
 .
   * Team upload
 .
   [ Updated translations ]
   * French (fr.po) by Baptiste Jammet
   * Dutch (nl.po) by Frans Spiesschaert
   * Punjabi (Gurmukhi) (pa.po) by Aman ALam
   * Serbian (sr.po) by Filipovic Dragan
   * Swedish (sv.po) by Mattias Münster
Checksums-Sha1:
 eb0ec601cca040538913601e9201ab2938389974 1903 netcfg_1.163.dsc
 838a85c2649f864f56ad7e573bbe7c487e172146 394268 netcfg_1.163.tar.xz
 1ebd2042fe95eabeb8e9cd4d90e97351ce089140 6017 netcfg_1.163_amd64.buildinfo
Checksums-Sha256:
 92aa0ebe9dbd82d79995b5cbc3a8d6da769e8aa0b3965824d4be8df5c7d6dd1b 1903 
netcfg_1.163.dsc
 3c91c91006b6873cf83c1f1c0e7e4b4e779fba5609ad385a81fd86ef81b7ddc8 394268 
netcfg_1.163.tar.xz
 7393bdfa496c57fcfb1ca01542e5c9e6dcbd7b2dee5fd972a0df02a4137acc46 6017 
netcfg_1.163_amd64.buildinfo
Files:
 77f2f8e085d817b73b613c9eb0ef85d3 1903 debian-installer optional 
netcfg_1.163.dsc
 fa48ec08b48cc9628230db1c381bc706 394268 debian-installer optional 
netcfg_1.163.tar.xz
 886c287b32d087b88e04c0b8708f82b7 6017 debian-installer optional 
netcfg_1.163_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCgAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl389foVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2sYkQAKbgb4DOLqCaXSGwDM1IdonJR9G/
y0KzjdQzSFNSzV6x95h6ZDcEXEUCXiqVEAGxoTvt+NOKipmFJD5nMBPHrg5QOGIw
0javMPiSwiWi/ctWK+lqZb/iGppPPP7F9VKRO3T6GBE2+pJ75VkFFQkH9PCFrqXw
xOB+TJmyLEFIM8yklrADDpOoaFNdQ6bQb7nRNWCYPEqdEDINUTUQSQ8l5Er9B/v7
qSIkLfyJFnAdD9YqGjUxkfs2UQ4und+1Z614LatkO6AuQh4GYbqILP1uUV8gmz4S
b9AenfuMPri4WsHnyKnbh1MIpEPgad9ReXR+DDzv+u1v7WVvr6HU0Iy/nN5rZVhV
a+pMU2aRvu2bSjhZCSXKS60DZRDFyQCo96k6y6mKwV68W28dWBoZYg6h/vzAv9QV
63nileahC4bYSoAwVXoVoztRnzL8q1JJPxYHwkm3wUvXjB6xM2lOyO+YNyqB0/Yp
FxogF7j5GmpgQg+IdR2i7U4RAx9DrAk8rhH+kAhmiiP9JHjXOT/Xn/ugb7KKUAfc
tCVv9HQdf0IY42q5q+boTZD8PX4W+EGYiyXCmRv4jz9RgkTkCn+CNxv/1csgQzcP
yJZsLicIMqh1gf5p0kEIQoNSyNVXRtk40NfEPRDXdb1F/dUSluRgYO6mwIYF1FOw
BLsnJtLM+H4O3j3M
=ECCm
-END PGP SIGNATURE-



Accepted cdrom-retriever 1.47 (source) into unstable

2019-12-20 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 20 Dec 2019 17:13:13 +0100
Source: cdrom-retriever
Architecture: source
Version: 1.47
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Changes:
 cdrom-retriever (1.47) unstable; urgency=medium
 .
   * Team upload
 .
   [ Updated translations ]
   * French (fr.po) by Baptiste Jammet
   * Hebrew (he.po) by Yaron Shahrabani
   * Icelandic (is.po) by Sveinn í Felli
   * Marathi (mr.po) by Prachi Joshi
   * Norwegian Bokmal (nb.po) by Deleted User
   * Dutch (nl.po) by Frans Spiesschaert
   * Punjabi (Gurmukhi) (pa.po) by Aman ALam
   * Portuguese (pt.po) by Miguel Figueiredo
   * Serbian (sr.po) by Filipovic Dragan
   * Swedish (sv.po) by Mattias Münster
Checksums-Sha1:
 804fc13362858c176c8401e5030df53a9182c519 1737 cdrom-retriever_1.47.dsc
 1728fbdf6f8d9b86a7180f06a529a8958c7f09d8 41276 cdrom-retriever_1.47.tar.xz
 5d3aaf9eb6c335ee517b03b2ab37ec04f8976b66 5779 
cdrom-retriever_1.47_amd64.buildinfo
Checksums-Sha256:
 1b0c78c238d4d55dfa3529abe50b927a4d701fa0cff0926186962e4618146b84 1737 
cdrom-retriever_1.47.dsc
 8c03f371636e8c2c8710a6dde1773ec45569200010aba4ce9b35aa9600cbb07b 41276 
cdrom-retriever_1.47.tar.xz
 fa30900a0f6bbd6f41aaf0e2467d3cf8cda6016f5e097f7eada208f28156 5779 
cdrom-retriever_1.47_amd64.buildinfo
Files:
 020b3b7c4adcc1c69be1b6b7f82dd110 1737 debian-installer optional 
cdrom-retriever_1.47.dsc
 717762231b2d8570846dac36ddc82eee 41276 debian-installer optional 
cdrom-retriever_1.47.tar.xz
 1cce38f8439ada704bc494f6f4557e72 5779 debian-installer optional 
cdrom-retriever_1.47_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCgAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl389FwVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2bnUQAL144pMNmpIH4++s44LyEdUHRVsu
UhVfRzSoe7+tIKrnauBBYptMFx2x3xxh9BJai8E/sSWSRCuwYYGy/W/HNIp2kgYQ
VQkArDca4zVYJTPj5JhPQ/XAZjSPCwfyfWxjJ676rPqZ5auGjoULSzIPr3X+9q98
un1zvq3KoXaauyLymHtarwxhJ6oes2ygIIgYGHAM8u+0WwT+zSOcvK4CoivAaUI1
0tT374/4BTVdUT5gX2GmyoHuBiOvUeyi/EC5mYYagv3Q2r+Mee/R4SWjgHC7fdQD
D+8830UY0dWOOS+YuhJQ9BmJSoXjkGPD1JV7rBC1wy0iJcRT608mYSkHIoFjXeT1
B6DI2dRjTqHV+dKZ5ndzGCazDjV2mDBQUdudIYPxRB/6ZFy9JKG5XHDdaQCN5XCX
9lBCojsq4uDY2hAr51Yy5dwakHglQxGjv0YZLRHF6VLBGQRHZp5UQkzfXnx6gNzJ
peVj7DNgA2hxPXSeZpsZqWye+O8zPsdBM5JT6aitQFDOsL5UfhDhTO4MfYPfbnU5
hPZVT+TfpcxuvWLOFcsyv9dMOFWnvArnI1oUHE9e0F1wyyD1d57A8CQljKAj3KSB
dKS1nMEU7DzLKAWYCOlVULiIuH0gWBVfF1e0rBofbzB3NAfE1tDMhA8h+n3Ih3tJ
1NfK39MGSqQWz+Bi
=qrnt
-END PGP SIGNATURE-



Accepted cdrom-detect 1.86 (source) into unstable

2019-12-20 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 20 Dec 2019 17:07:22 +0100
Source: cdrom-detect
Architecture: source
Version: 1.86
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Changes:
 cdrom-detect (1.86) unstable; urgency=medium
 .
   * Team upload
 .
   [ Updated translations ]
   * French (fr.po) by Baptiste Jammet
   * Hebrew (he.po) by Yaron Shahrabani
   * Icelandic (is.po) by Sveinn í Felli
   * Marathi (mr.po) by Prachi Joshi
   * Norwegian Bokmal (nb.po) by Petter Reinholdtsen
   * Dutch (nl.po) by Frans Spiesschaert
   * Punjabi (Gurmukhi) (pa.po) by Aman ALam
   * Portuguese (pt.po) by Miguel Figueiredo
   * Serbian (sr.po) by Filipovic Dragan
   * Swedish (sv.po) by Anders Jonsson
Checksums-Sha1:
 49e305e613eae5f51bf6019924f40cc880843133 1652 cdrom-detect_1.86.dsc
 253740e5bc848d00fdeaa3a74fd7b79ef542e1db 129732 cdrom-detect_1.86.tar.xz
 921a1d6d8065d06c4c67281f4ed6479620177aaa 5509 cdrom-detect_1.86_amd64.buildinfo
Checksums-Sha256:
 f05f7b0e7674d17619cf7bba5ffa6fb82464c663ad7ffc9e87e40aed1e3737b5 1652 
cdrom-detect_1.86.dsc
 11367c671df66c7a842e237fda0031bbd5c34b8e509111e436f351390bf31976 129732 
cdrom-detect_1.86.tar.xz
 03b0b7851100e94cfefd8058d39fa29b817c149f3607b3fe46f1de6f91458bf8 5509 
cdrom-detect_1.86_amd64.buildinfo
Files:
 d09b46363c7dd6b0507f00b41d03f89c 1652 debian-installer optional 
cdrom-detect_1.86.dsc
 4a3fb2cd3a092c02f3ba70ec2850dd73 129732 debian-installer optional 
cdrom-detect_1.86.tar.xz
 7337334970ae4c4a7dedf916db775391 5509 debian-installer optional 
cdrom-detect_1.86_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCgAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl388vMVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2C90QALQJS0zYIrEpYW9MkyCHUCrJN3Kj
eMevwpc/xwJh0umEYHKCLkdp9HwIPMUcVNB+buCVu4RYAa2lCsAVLfXb2keBfef8
5QGBybIEdZ7kH7bt49jiKFS50qo8cDj+Q4/NIno0Nwe649K7BMA2suCZJnJMl06n
s3PNtJhDW/2qP2C6OmcMLwGFZX3z/ARDKiipLewntpFiRcMSNeF3SXGUivIqIhbw
+BKNTL53CPSnmHOaW7AoPHJ6P59Q5aECB15qvrDOoatt+9KKJvDjwecXibWwz97c
4t/fmUx+rOmcz7vTMJEqA6BL4SIgZFjynPOD/oStVoFve7fEiA0D5SfKfMQVFJm6
59EVABHCPV8YpggwuRgq8IedvxuhuyDPqV/hSgDIFgjIZkfQkQlHcWwO+O7NzRGc
SfHOLj0SzeB+OWGGWANKyZa7LD5RJDZbcPRMATTGVoXTyJbicSszEnr+tiFXrxLT
8MA3PGqm385n0e063nuqvXufXOpcX+Cb6ELjXlOfGElnLbp9okaQV0kDMri+KPt2
DYZk4sshzymoOZxkQGXXYWXPzHZLtcy3klnbAYMofTgNifFsRhGW5X7/h77rS3Mf
Td4AKHu4aa/92GCUzXzel1EDR4RBOahD8DMJVx5Bzd+fk52Qc3zZbUncx0epjTpj
oFlkERqOQOKl+a4i
=A13K
-END PGP SIGNATURE-



Accepted base-installer 1.192 (source) into unstable

2019-12-20 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 20 Dec 2019 16:45:48 +0100
Source: base-installer
Architecture: source
Version: 1.192
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Changes:
 base-installer (1.192) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Updated translations ]
   * French (fr.po) by Baptiste Jammet
   * Latvian (lv.po) by Tranzistors
   * Norwegian Bokmal (nb.po) by Petter Reinholdtsen
   * Dutch (nl.po) by Frans Spiesschaert
   * Punjabi (Gurmukhi) (pa.po) by Aman ALam
   * Serbian (sr.po) by Filipovic Dragan
   * Swedish (sv.po) by Mattias Münster
Checksums-Sha1:
 a98e16e051c8c9565825f70f5d9da991ec34fa8d 1942 base-installer_1.192.dsc
 ded6df81b1582511e7057ca15793aa85f9f9b632 256576 base-installer_1.192.tar.xz
 d15ab58271b5744930e2896fffb496dc8cfb0523 5960 
base-installer_1.192_amd64.buildinfo
Checksums-Sha256:
 1d071bf5dfddcfa613b13887a6c8cef5900d2c5b8d3877ef15564de1bf855190 1942 
base-installer_1.192.dsc
 abb754d8ed3ab8cfdd25281b65e9a585659a075c14faf1da3abc14f49a795748 256576 
base-installer_1.192.tar.xz
 92326e3be116cda25146a020981dd2fb662b85f4ef5f0b7c60c3d5696b3ec762 5960 
base-installer_1.192_amd64.buildinfo
Files:
 703fbec358821dc3f59f402747a66be2 1942 debian-installer required 
base-installer_1.192.dsc
 caad4bd026efe43613ba6043de4bf592 256576 debian-installer required 
base-installer_1.192.tar.xz
 d1ece7804c0b1b6b4fa036c892e9b829 5960 debian-installer required 
base-installer_1.192_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCgAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl3876UVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2AH4P/A4XhvBoaUxsKhZm+Dp6E+koLAjV
f9qE7LtCPMcYZ2qkEhPUwa72doSKxzeHPhNVLBPY6UYmxDmheGGlzPpH9ImJs3yW
5XJHUVrtx4ot1K+dZdjCusAMg4zVadMEpdcMqggYEgKDi+vaQeVXADb+Rrrdbfn/
QiSRety+rLitrMURPaESq6PYwScEMKj897kL7ceF4R6k2EHw5Xb98tT7sSTbmPX4
NUgXVHRjwuDp418n395tDDQZx8MfqxVbyJhweGO0+GolsGLANUrqd9kguxSYKsum
YJzB14QLod76+XR35MThm6cRuxk9whSFgaRFFjWNvQmQMxEC7wpbZTiD7qJEJaxM
NhJh3dYGoJZ2tQTDYWBvN2uKlJ+uY9hFyqgLxJjGXksWWf9Z60mDhunb1XRTY6cG
iBhbBegr0XPzI9xo6Y61aSH8/r8mZClMluH7VeH+cfLyeGHVSEYltoXQLor4g351
tJUFpCjNFcHaYyG/ZptXEuVxxB2jvLEdV1/w/uUf6WQATbNmhKu+XNFqYBtNPHL4
oTa/EmOrm4yxOqNbcUKCHph2Zh8CMd5zVlD494OFR2tzJ5Ul+XpDtNR4vb57kSyZ
noZEu+xLYrgsjJWgq/XB81KrJXqO/0b/xMi07/6bghWTDw3oVnnAfw3kJKd+r6ZK
xB1ES7j8jDbmcrCu
=HHyW
-END PGP SIGNATURE-



Accepted cdrom-checker 1.44 (source) into unstable

2019-12-20 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 20 Dec 2019 17:01:44 +0100
Source: cdrom-checker
Architecture: source
Version: 1.44
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Changes:
 cdrom-checker (1.44) unstable; urgency=medium
 .
   * Team upload
 .
   [ Updated translations ]
   * French (fr.po) by Baptiste Jammet
   * Norwegian Bokmal (nb.po) by Petter Reinholdtsen
   * Dutch (nl.po) by Frans Spiesschaert
   * Punjabi (Gurmukhi) (pa.po) by Aman ALam
   * Serbian (sr.po) by Filipovic Dragan
   * Swedish (sv.po) by Mattias Münster
Checksums-Sha1:
 0343813e8fa6df2e126d12fa24454ca4d8d4dbdc 1685 cdrom-checker_1.44.dsc
 3633d0e989b8ac824e3069000ed053b0446339a1 73072 cdrom-checker_1.44.tar.xz
 0e29b35b8ccbdb89dc75ae365b4aec39bde5dec2 5670 
cdrom-checker_1.44_amd64.buildinfo
Checksums-Sha256:
 25eab046914f5bae09997932b17db76c864c812f69cd8a97bafc51c857d91e38 1685 
cdrom-checker_1.44.dsc
 fa6f1725297aac68445f16e26e848b23802b5890c4f80b894d9feced5af38158 73072 
cdrom-checker_1.44.tar.xz
 98e0e9c6a17bc6d68060263b4dbf5f58d14aa180c31137304fb8e962d67b559a 5670 
cdrom-checker_1.44_amd64.buildinfo
Files:
 9bd49a57ad9db25c4e49ccee50284f92 1685 debian-installer optional 
cdrom-checker_1.44.dsc
 fb5fb27930a8c99dc3ae89b3481fe94c 73072 debian-installer optional 
cdrom-checker_1.44.tar.xz
 dc0fff51697b39b89b5dc9ec31dd4786 5670 debian-installer optional 
cdrom-checker_1.44_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCgAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl388aAVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2EggQAKwULDCjxeWJaN586GmwNIhPtkfX
D8Iusoklg15KmsCAzcpYHiMSQZiifLa4i93xTXxToShO5bJaVkAMXNnnzPsK+/C9
nfJnjC0yd7m5ctWNnsdZA8yG5GwKQgveZRNm7qAqSAQj6gzBGsNGgQexsHVyjDs+
M4a+aZwrE93bb3yvtG3Sb6FO2QM2UUh7Y2Gw5EHS7cZMGuSgc1InLZQ4MJ2QzRag
atYRXUTzqJ5e7EnNkvseQma0SjLHEaIOZVZJClExjvWF6ub+ON0+gmecVG4/CR4n
+BbvF+Y4vONkd8Gt1bfRyVw6cP5RSvj9LF/BMtCB4cYHFp8B9yHbRkRWiiSMvXKc
SCeWvEFObbWhWyUmDK33g76kHWskulr9up9HI+0ir/M95wh8oy94rFbi+nTpnZBL
HhGZiD252ctPmlJiGdfpEq3/D3HmcGlhz5XY1GiS6QOgQEonmyA1T6T+ZaQ5/ubH
zOBdIWmS78cbfc3Iaa21Y/FRN6OqRPmB+jgnJEoZIuK3l1D9p63wrkEV700v2wRM
5A1D3CeHgJRNk0XL6NSiFo6oxIMKNwytOB4+zFmQfoEgyj1zu7KW6cRAjg7wVF2b
YIy2bGr0kE9et/vvFJqr8eFtfQcRNk7KclXdj7ugWI9aUYFQ0irI1AZNHbAtuxHw
qEr74Vbstv3wawiW
=XCgk
-END PGP SIGNATURE-



Accepted partman-efi 81 (source) into unstable

2019-12-20 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 20 Dec 2019 16:36:16 +0100
Source: partman-efi
Architecture: source
Version: 81
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Closes: 927572
Changes:
 partman-efi (81) unstable; urgency=medium
 .
   * Team upload
 .
   [ Cyril Brulebois ]
   * Remove Christian Perrier from Uploaders, with many thanks for all
 his contributions over the years! (Closes: #927572)
 .
   [ Holger Wansing ]
   * Remove trailing whitespaces from changelog file, to fix lintian tag.
   * Adapt sublevel defintions for template strings; also mark an ia64-only
 string as not-translatable (no need for translators to work on this
 dropped arch).
 Includes udating all po|pot files.
 .
   [ Updated translations ]
   * German (de.po) by Holger Wansing
   * French (fr.po) by Baptiste Jammet
   * Hebrew (he.po) by Yaron Shahrabani
   * Indonesian (id.po) by Andika Triwidada
   * Icelandic (is.po) by Sveinn í Felli
   * Dutch (nl.po) by Frans Spiesschaert
   * Punjabi (Gurmukhi) (pa.po) by Aman ALam
   * Portuguese (pt.po) by Miguel Figueiredo
   * Serbian (sr.po) by Filipovic Dragan
Checksums-Sha1:
 24fe32772ee241f2c45de9aaa4722b0c106da8d4 1725 partman-efi_81.dsc
 7f7ddf906ff4512a62218be05bb3b6e4804f721e 54396 partman-efi_81.tar.xz
 05fa29fc8d2a3b6238d73fec4b79970b6dc435cd 5506 partman-efi_81_amd64.buildinfo
Checksums-Sha256:
 45d6bd796a578d617a0c250a961cf7d0a89ae53611f052971c1c310a7a9438b0 1725 
partman-efi_81.dsc
 eb17509def80236e525d10002483b7669c980d93f6f4af18e86fbcc166b6c20e 54396 
partman-efi_81.tar.xz
 001fb7056e7f073ccce3ca889d23e99f323c4a69f5e47a0184ef74d5001ff34a 5506 
partman-efi_81_amd64.buildinfo
Files:
 e709fc9e8e94bc8733ff52cdbd7d259f 1725 debian-installer standard 
partman-efi_81.dsc
 a857df61bb9937f9d25aef284084d962 54396 debian-installer standard 
partman-efi_81.tar.xz
 bfa273d6a41fbf1528c00fc4e9123b44 5506 debian-installer standard 
partman-efi_81_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCgAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl387CYVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB26zUQAL31vdcqSkonnwRXJ6oUV2tTR9gi
hECt9ZF4DWwcBiQLVFY/Csv5DgPCQbuuYrUeS1JiJPIQ+LQHHXZPKQNvdNUpfEGJ
A0ogIasemTl91hVBogOYcjQql17+KK6kAPI5Q8lyzczkbg65qXBv8VnQGwKFb6Gt
qV6Ld925GPqfiSJDSKgTW+sYp5YeL1lDtS+jmlmMOan4MOnC6MogvjIKkkm/l5nI
PqgIlw6VrD70VjyoflAZ4lpt0mSImzVEFbkfRtJxDWRuCkdsKITWHX93op1mOv+q
fUIKf9YPOznxXm4xVOS1xeCFgqA1rbOhq7P3yTLw/4h57FJA+AXJ9kk0z5d1ArBW
EZgVZD+G6g8XK7XV6MVm1hRzDTZc9JCraK1lTLJxkwQa4D+pQ2uzFi8IZG2Greqn
5U6jQxDBVNnx6C6FJBFz/etp0isuKUb5PcuHUgDfNKMNgfktCsgHoWf3uymU/VJO
jRCSJ5f+5rGJ29pQbWw0gqK9soUoGY/whd9npRXLJfcUbQ3mhm90vfQvv55Jl8UH
5UyRzOL7Vo/0NYn9qxsV9ZSn/JYoIRazc2kRTNBebJhCGZY/wyXavNUF2qO9fUEq
jnO0rTrHVZ3Q6XNASOp/w4pP/qyub9bzawpqg61rMC0CkI08YyEyUv6jEj+ejaq1
zLnPPkh/x1lTzuMP
=56LO
-END PGP SIGNATURE-



Accepted clock-setup 0.143 (source) into unstable

2019-12-20 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 20 Dec 2019 15:37:57 +0100
Source: clock-setup
Architecture: source
Version: 0.143
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Changes:
 clock-setup (0.143) unstable; urgency=medium
 .
   * Team upload
 .
   [ Holger Wansing ]
   * Rephrase template about the benefit of a correctly set up clock.
 Includes updating all po|pot files.
 .
   [ Updated translations ]
   * German (de.po) by Holger Wansing
   * French (fr.po) by Baptiste Jammet
   * Hebrew (he.po) by Yaron Shahrabani
   * Indonesian (id.po) by Andika Triwidada
   * Icelandic (is.po) by Sveinn í Felli
   * Dutch (nl.po) by Frans Spiesschaert
   * Punjabi (Gurmukhi) (pa.po) by Aman ALam
   * Portuguese (pt.po) by Miguel Figueiredo
   * Serbian (sr.po) by Filipovic Dragan
   * Swedish (sv.po) by Mattias Münster
Checksums-Sha1:
 96276663af287bb1e68347032dafdd230b7cda5b 1593 clock-setup_0.143.dsc
 ba68bf27bb7608517e6e5ed5588785ce8d04e2cb 77492 clock-setup_0.143.tar.xz
 84ad04ee5d86ba6d8ab110f15cb7f4df6d69a1d2 5515 clock-setup_0.143_amd64.buildinfo
Checksums-Sha256:
 51a3081d43c3d3c3b44eba43ec997675245883b18aea8f1cb6c5b3089ab9e1aa 1593 
clock-setup_0.143.dsc
 6ec5899bf11446acfb194875871c58a0e3219f6ef4072a85a12cf2cd62da9828 77492 
clock-setup_0.143.tar.xz
 b7b08330546b9fd06188170600d4d7ff0dcb35fbb98eb16c59fecaf13ee54528 5515 
clock-setup_0.143_amd64.buildinfo
Files:
 de73ac54667a9583857c97eff30148dd 1593 debian-installer standard 
clock-setup_0.143.dsc
 d15e9da09b87c821b3adf0e1d263792b 77492 debian-installer standard 
clock-setup_0.143.tar.xz
 ecebadb65a3b3a822359dc41c926d87c 5515 debian-installer standard 
clock-setup_0.143_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCgAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl383qoVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2ZBoQAInlLfq4f90BEb5Fxx1g2YqEvi/E
7BiQISZdSS5Uu796w2uGNty73BgoNTk9FSrvK+wQ31LYLDvxwH7dUiZD9JIrdLhF
Bgo2/A2aFC1FK6mw2MdO6kudgFM7EkW5dbQpz41cqRVBHHC+c6KfN6X/RDwv7nhF
J8lknPFrAKdy64Qgi5aEqAQ48Ak00ntz2xnoO0kLZ4Me/mkVg/O2Xf+lMKTmU61P
i07KRM1gUvvy0UlVuYOdfYB4iWH9P1MZ/1yzl1w8GINZKk41fjsjOUe3to1xZJlQ
144q93LQhoBnlsd7MFgU4BlH/qAeJw9vJhJk5gA8rFa+SBv66WGKrNq6e0tQNyZ1
KraKpls1DhqTHgPSWzMlrHsZW1BxTEi4cTdehG0KBh491XcBsDkvnWZmutsoyYB7
OK21UegxtHsnQrqGXv3LYa7O8R1BA9PfwfoaxK0SDnjAOCt7xoKfRmhSGVFTfQqk
tNJ1f9uj14yAMCZOAOYYz25EFHxJj50ThAxrHBKwjxLTMf2rFCIv4SEQJRsb8zJv
dRYpSH7tiewXmCgP9B9MQuTrDKDxzt1Y3V9A0agFM7ge7s4r6jyi+hmeTb1fKbEY
Uo5HB04i7I0oQwhN9EdLHotRi+oFU4ujA3+17zXuwiIeLSumILrig8eMT7eBWBH4
hvqF6Dfyc0X1i/aZ
=JRue
-END PGP SIGNATURE-



Accepted anna 1.73 (source) into unstable

2019-12-19 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 19 Dec 2019 23:44:26 +0100
Source: anna
Architecture: source
Version: 1.73
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Closes: 367515 749991
Changes:
 anna (1.73) unstable; urgency=medium
 .
   * Team upload
 .
   [ Holger Wansing ]
   * Change template, to give a senseful message to the user, when no kernel
 modules can be found.
 Also, turn that from a question into an error message, since continuing
 isn't possible without kernel modules anyway.
 Includes updating all po|pot files.
 Closes: #749991, #367515.
 .
   [ Stefanos Chaliasos ]
   * Fix missing input of util.h in Makefile.
 .
   [ Updated translations ]
   * German (de.po) by Holger Wansing
   * French (fr.po) by Baptiste Jammet
   * Hebrew (he.po) by Yaron Shahrabani
   * Indonesian (id.po) by Andika Triwidada
   * Icelandic (is.po) by Sveinn í Felli
   * Norwegian Bokmal (nb.po) by Deleted User
   * Dutch (nl.po) by Frans Spiesschaert
   * Punjabi (Gurmukhi) (pa.po) by Aman ALam
   * Portuguese (pt.po) by Miguel Figueiredo
   * Serbian (sr.po) by Filipovic Dragan
   * Swedish (sv.po) by Mattias Münster
Checksums-Sha1:
 9303cfcc2c91470d40ee3c51e1f0070ef4ce3b6b 1657 anna_1.73.dsc
 a83d97f69295e14737944923588636696506ecb9 86528 anna_1.73.tar.xz
 21de9e487060ee4e5d3a4a01c6e531c897d68bab 5580 anna_1.73_amd64.buildinfo
Checksums-Sha256:
 39a1e2b876f2d463cbece6c2fa99850511cd36bdb563291a799d3a6ab03af3c9 1657 
anna_1.73.dsc
 0339d7ec220a9da7ea9e5f669a3989ba625e7504234f3f06f68cc33740c54ef3 86528 
anna_1.73.tar.xz
 45117a6a32b86c5e00501410255aee803e6a990d6cc35232fd6afd744e2ad73e 5580 
anna_1.73_amd64.buildinfo
Files:
 fd5e473c9c66797a4dd299626c9a1614 1657 debian-installer standard anna_1.73.dsc
 02c80229275588246792edea9e8e159c 86528 debian-installer standard 
anna_1.73.tar.xz
 c29d4fcbaf21b033032a0a4bab4404ad 5580 debian-installer standard 
anna_1.73_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCgAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl38AisVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2cXUQAKu/zJdA7esPUg3/1QT09r6BPvQM
FubSOI3zluMFWPRwpB6+SG1io8o6pBZ15vHt/8Xg7vWL6b35IRNqbt03FKexcMtc
5p16OEJXF0buyqPdv+Xv/M9mVt5R8DSYZKm8NpmKw8dDG/Vl2E//Llqza3YhOctL
bxVaq7YLmNiYckLMxRrTDKezGXPbr5QgmEEIRHvXOlw8XS0rl7bq/KwlSXl33/lm
rZ5KKX1DkrAxi4CfIXG9B3SQvdhJdIHaYAGHJAJEcM3qwPwBqGIozJH+1+ApqTbp
+NgsuyB8ejy3LDY2ZfZR0weQKHCl2Q+6KZAHFB77hqU6ndkNwOgH8PwKsmYcMYqv
s8KRYS0yEttfDzv9iimutd2Idjj/aIf4EC55kEAsY7Z8hVKW4HBS0exS+mh/TJvy
tOMdVzq6NxHey67Cwf81p17unMqaODYSgqbbhTo6KDVu4K04dH1ze27PjIuMXu5L
XHLLsrTsFf8uN590r48X85+2JKK1hKYbwJY0Qcs/V9fubbNx6bx/RScc37s54GNf
KYUFJIbF5RuVnUBow0zk331mdDpZQBYjkY01flNdLhrYeDn1qdErtvG7WH9zP9FC
Aq3TOweGdUYh48D9vz54zuOGSFYuGDqoH1sLJ9EoLccVJi/IbUqzluF4Y3aaho2K
ed3dGBJvcR7A6p+T
=CgRw
-END PGP SIGNATURE-



Re: Debian Daily build installation fails with choosing language..

2019-12-18 Thread Holger Wansing
Hi,

Steve McIntyre  wrote:
> On Fri, Dec 13, 2019 at 04:19:19PM +0100, André Verwijs wrote:
> >
> >
> >Debian Daily build (2019-12-13 10:46) installation fails with choosing
> >language. (first question). please take a look at it before next build.
> 
> ACK, thanks for reporting. Confirmed here. In the syslog, copied out
> by hand:
> 
> main-menu[247]: WARNING **: Deep recursion configuring package libc6-udeb 
> (dep loop?)
> main-menu[247]: WARNING **: Menu item 'localechooser' failed.
> 
> If I try to save logs, that also fails:
> 
> main-menu[247]: WARNING **: Deep recursion configuring package libcrypt1-udeb 
> (dep loop?)
> main-menu[247]: WARNING **: Menu item 'save-logs' failed.

Based on the daily built netboot mini.iso's from 
https://d-i.debian.org/daily-images/amd64/
it turns out, that until 20191207 everything looks fine, and starting with 
20191208
it fails.

But I wasn't able to find out, what changed in between...

And building the netboot mini.iso image locally here, creates a working
installer. Hmmm


Holger


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



Accepted pkgsel 0.68 (source) into unstable

2019-11-17 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 17 Nov 2019 23:58:04 +0100
Source: pkgsel
Architecture: source
Version: 0.68
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Changes:
 pkgsel (0.68) unstable; urgency=medium
 .
   * Team upload
 .
   [ Updated translations ]
   * Norwegian Bokmal (nb.po) by Deleted User
   * Portuguese (pt.po) by Miguel Figueiredo
   * Tajik (tg.po) by Victor Ibragimov
Checksums-Sha1:
 d852f960da6f221fe10426547f5149974e18bca0 1570 pkgsel_0.68.dsc
 bb1a941e0e58b8392c2d08a50ea6f37013318caa 57160 pkgsel_0.68.tar.xz
 cb9084126b39d3f104335fdb3149136b4aeeb8d3 5422 pkgsel_0.68_amd64.buildinfo
Checksums-Sha256:
 05c167a4df4c4834a3d174d03a5f329a9fd0dac975b9d3e36311011d4982edb5 1570 
pkgsel_0.68.dsc
 80ca3ee98f7360b915db9975f9d43784f8701ea7b60e0387d046b2392042cb95 57160 
pkgsel_0.68.tar.xz
 2357f734a3ed6ad721d44c7d91f80a09b7982b0535a2819e1421664a6f909bfd 5422 
pkgsel_0.68_amd64.buildinfo
Files:
 cd16ebb2ffae66cba6ed33f6b3cdeb22 1570 debian-installer standard pkgsel_0.68.dsc
 ec67191485d3bc3bbc989834cd569cc2 57160 debian-installer standard 
pkgsel_0.68.tar.xz
 6eeed625eefbbaabb39e6a102f60bd98 5422 debian-installer standard 
pkgsel_0.68_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCgAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl3R0WYVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2fZ0P/0HWaALBP+YUytGQF/3Ty0gneRB+
R4sTX1QmVi52nrcG9gVBVgGU2WNrYBzm2aygOYNB0rxb3Smjxxm/SggL+9B4S/Vo
EnSVpBHFgf7WuwjUASYFx+0OxZa99D47HmjBN+Rsu0RVha9Lzsj2AZTgL1obaXOB
GeK8EfNqMa6bvnf8Ffh/iN5k2qFPYKQkA3XUI6cP3v8OdPNSKGfhrwytHNJqshYw
gpBoemDLv+66qeOFTRL898TK3BR8sxfP0yGU5dWKOV5sOlfBH8ktBp2mihm+vBAo
IvikAtckiLhX0ajsRxPGbWj8d2BrBUClZ1/5kxDC9owWVIrXEZzutl9i5LgPcjNf
sVK+5c7896pHHrzvVdmTdZ52F/PGL/AxXq2EL1GlA7gvzF194FwPBoNJ77KwUfg0
OFoScGMtlBtqjTUO8Oluq8VTVCK5oGP/Y6xAQHYCa3HbJndL0eo7h+9zucpMPWnW
GkYpSeP/5VZdi9MENyxIEOaAabG6j3jPvVAtwbKrKUUznad0MszmMNY/JamVQ15N
BqWpGlBW26DSo8rUI6WIuQcBYSCxlgHuGlPHyHraGtZ06ex4Jt9hgB+HzpeYAweE
On1Y+MTeyjRhTt9nIJyS/u8T1xTwR4Oaz1EwGcN7qp4LpIvU6vHBgsksFG/QTBFV
OhNkFLcdmgCs7Z/l
=Y3hY
-END PGP SIGNATURE-



Accepted partman-crypto 105 (source) into unstable

2019-11-17 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 17 Nov 2019 23:47:19 +0100
Source: partman-crypto
Architecture: source
Version: 105
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Changes:
 partman-crypto (105) unstable; urgency=medium
 .
   * Team upload
 .
   [ Updated translations ]
   * Tibetan (bo.po) by leela
   * Bosnian (bs.po) by leela
   * Macedonian (mk.po) by leela
   * Dutch (nl.po) by Frans Spiesschaert
   * Portuguese (pt.po) by Miguel Figueiredo
Checksums-Sha1:
 37daca84033a4011ca96f51a336e7f031023ed2d 1803 partman-crypto_105.dsc
 4e4c728369a18ac04cdc0a19b6042034007c5a1b 266048 partman-crypto_105.tar.xz
 ff71dd99829047fa0b674295fc9d4e7704314a54 5792 
partman-crypto_105_amd64.buildinfo
Checksums-Sha256:
 14f3f4e939702100b78d295b8fe4cd6a6c147b5db9ba75e74cdd575b0066801d 1803 
partman-crypto_105.dsc
 293106a69a197fd0d7ae32540ed458da86a2098bb922d177f0b5574f7d3acb10 266048 
partman-crypto_105.tar.xz
 b9c2f3b1980140dcbc45c7b5418b30e44adc373f710a950fd75de426e32fce48 5792 
partman-crypto_105_amd64.buildinfo
Files:
 5f271f6abfbdf90eeaf4d616521093f6 1803 debian-installer optional 
partman-crypto_105.dsc
 f06bcd356f5dba96e2bc42392b925e08 266048 debian-installer optional 
partman-crypto_105.tar.xz
 6dc48125a7268933650c6b55222f2c45 5792 debian-installer optional 
partman-crypto_105_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCgAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl3Rz8YVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2V8UQAKQlhwrDShyJ2o4BBvq9Mrk2wr5e
TeLm7kxkSvZWsN3k7jpeXzd48p3dwHN/WLTa6UfSi3R/mISL2tAXSFXpsuav2XYW
SqtpUJalVN9d0tgUrh06H1cTsY9OLj6IXu7bszn7U0BxO4OsCJ0Mv6VFRgvFU5gt
wxw2T6fMUKVDhWTT4W5cVVDPPNuKdxxtc4/KXjpnjXFmt16KpAWb4Gxd7wNRGp1A
JQ4KrVAnLwv8Gu8ke51gYLZSbJ6y9MdxEFjWdXOxS+A+NUA2YcplT30a9ZAeCpa7
X2/5abSCPF/HOuBeyYAJRO6UEoR2R0jzSl/TnRr0v+S4uBXw8EXhf6RnVZ72wgty
mqV8oM8AjNmGAcal6Y/FuUC5ZUBgSGaNPbBzZQjLGX6klCs7lEOnE0mAOCnz1By5
Dswwt3qwrF6UV+IUbBuXBYwH59VOV8SvuJZ93qfyhZm2J9syCgLsQ7f+x8b6zXHW
SPwMleXnvzzzKoUzaYXlW8B32GHQXjOzo4+jpqZg++5FQSiIw0/+xmIuFkOtg83v
YAKgxRB6tP+gJ2AFeYYZIl0Wzmt/KBYxuyGDGPjJbKy2kZiuYEltNL816Wun/OMB
2HBGLdVXp6cud1YwxC+EK8ML7pM6+WTma0/fW6Kbq46VAK3XLfMkIP1KwiJNRpsR
+jwS+DNqdqNdxYp9
=nMmU
-END PGP SIGNATURE-



Accepted localechooser 2.86 (source) into unstable

2019-11-17 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 17 Nov 2019 23:35:38 +0100
Source: localechooser
Architecture: source
Version: 2.86
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Changes:
 localechooser (2.86) unstable; urgency=medium
 .
   * Team upload
 .
   [ Updated translations ]
   * Tibetan (bo.po) by leela
   * German (de.po) by Holger Wansing
   * Portuguese (pt.po) by Miguel Figueiredo
   * Tajik (tg.po) by Victor Ibragimov
   * Simplified Chinese (zh_CN.po) by Boyuan Yang
Checksums-Sha1:
 92b90332ed9d7b8c32184be5884b4919c3a8cc3a 1693 localechooser_2.86.dsc
 6beb88d91038607a99f26c7ef7619783c6a101a3 177736 localechooser_2.86.tar.xz
 286c22074ae889365db49694ea2829cd1a6c8aa1 5663 
localechooser_2.86_amd64.buildinfo
Checksums-Sha256:
 914129304280b82be4d04f0eeae3fab6414191c83acff025f5dd1a80a8dd0885 1693 
localechooser_2.86.dsc
 0925aace43d2ffda1c77c26d86d7c3d0afc617373e91f325c1904e0e8794b5e6 177736 
localechooser_2.86.tar.xz
 72994b5d867d64b01c19af7ab7668fd21cc8cef2c5e15d4b2f42fbaf89f9b78d 5663 
localechooser_2.86_amd64.buildinfo
Files:
 71ace6361c78076f421b462a45d98e99 1693 debian-installer optional 
localechooser_2.86.dsc
 e1a0433a2fab9679db92088b19e0c85b 177736 debian-installer optional 
localechooser_2.86.tar.xz
 2eab0919763f8e4a8942123293c52aa9 5663 debian-installer optional 
localechooser_2.86_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCgAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl3RzX8VHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2Ud4P/1qsj5YqA2GD8mQlhh+U4GOTFoEs
wGPwyaErVxePEUU+NKysvuaVjEneX2M41na9v8r+w6+Wqf9EFLIHaqteP2Z0Msfd
7qQ9Qy41vyOc7232CE7gPURAI1bs8qd7AC4j6+mm31vkgA9Aq4Ojoo9IO2EDOYBU
1lE63L3tgiT3Uq34OyaF/N3TgdQ+WUfUXiZi4FisuJN+2crIw5FRESv17YehkMiL
hTT9trjzuXMxbfaNqisoXBrFtUeiCQjPV2I3+p5QqrS41VP3k4xc8CoDngUhFFtt
GsJbKmxFu1MgvPciJEXidCTXTUFeoJ5Q5vkyjgDajLVSKOVQeMD0o/vY+chctL/X
57S1e3neXyueK6+e4FhRiXixJTGSo+fpt23TDlroUUtmbbDm7JCi5NvDsw5qVZDX
i6fcIm29rymbhzr1VkI7CPn6uNf4Wior2CIkxCHyfSUCsQlrSxIrSMDImuA4rJOm
qPFsb2PhmRwMBsvgjpoy4IrmHPbUDmAeEaKiqNpIjabo8OiVr/f6k+sMT9gB4bdy
gEze7BMdJpu92KUddvXt7aZSNYz8TcW6vYVEtT78/dFB6/hrWn6kPZKmb+Ebt73q
Tr2rFUjW3NWQtAdG8hooWUw88Juk4ZWg5P8j95Ggtrv5eAOcfs8od6TgRxBWGfBQ
arMf1p8fnX5LkxYw
=5YxS
-END PGP SIGNATURE-



Accepted console-setup 1.194 (source) into unstable

2019-11-17 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 17 Nov 2019 22:42:11 +0100
Source: console-setup
Architecture: source
Version: 1.194
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Changes:
 console-setup (1.194) unstable; urgency=medium
 .
   * Team upload
 .
   [ Julien Cristau ]
   * keyboard_present: don't check for Linux 1.x.  Thanks, Ansgar!
 .
   [ Updated translations ]
   * Portuguese (pt.po) by Miguel Figueiredo
   * Tamil (ta.po) by leela
   * Traditional Chinese (zh_TW.po) by Walter Cheuk
Checksums-Sha1:
 0b9466340332f1d61bce3a351506b3a520f64672 3320 console-setup_1.194.dsc
 233fe6ce81a9d90f305c47a43d6f16b8cfacf1d4 1650964 console-setup_1.194.tar.xz
 2bcffb01a75704d392994c144b8144b00e2e27d9 11718 
console-setup_1.194_amd64.buildinfo
Checksums-Sha256:
 4d28b777ad27d352835a239e544e1ba0c70ea874a54181426243768a1e28dbeb 3320 
console-setup_1.194.dsc
 3a3b94a9546f517282cba97a1dd45f40559f8b49b7bdbe22d286041f4797bd25 1650964 
console-setup_1.194.tar.xz
 675ea1297ddd729977b1f12203aef67697ddd0b62b7c6331db7f33e9cfc5a2eb 11718 
console-setup_1.194_amd64.buildinfo
Files:
 2681f85a7c89179177985cb55f445111 3320 utils optional console-setup_1.194.dsc
 66339a7c02097e2d2f1047c1a4d6f032 1650964 utils optional 
console-setup_1.194.tar.xz
 3627467a1c840aff2f7ebc72c50c 11718 utils optional 
console-setup_1.194_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCgAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl3RyxYVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2IPAQAMDATUwPhd1n8EZIYqKsYj9ZKJbm
ZcxtNdkjACjTbv8bnLzBxRefJWGO08mCX3QG0E/wCZHYLiqvG4o4JlOZo/N8iVcb
nFZaN0A/Ibcp8orVAMY3xohLnmkCnVMMNOk9NRMMKcsnS3TpQt8F2n0t2vc0IYVj
GrAwVN5ACGaBEi7umOjQ+BBdl6sCuS4XwKTYqRXq7Db44dKwjQ/8efDt3ShJxVd2
6H3Cgr/d0WbtJvi85TJ+qZi25DRRVFBU97zNj5FCGPA/vtv7ejbLrDO3qc29S8qz
WzPTUaFy08FG+DaIhzho/sYOJGSoONOclLSBEqkPe221j6TKmSYKILvA7t5RHFvq
xhuT2XSsRtMnr7xX/Wt9NK7nHNmlXgVEi2dNfpWsRakamBZA2vrSkpCK39vSHzUt
U5nYvkSpMtXVb4hjX674T3KcA4PzJxDBXMXwZSygUIAMw7xI5yQIA2gjFSk8COCl
uePA+8jWXbxkZmpEv9L/Yrr1ncaX+MTxj4WrbdwVP3Jb+fxmwcjUTAfcP/PgeeIT
LbHL8eci0K7G4RPAispobncGpWI1H+ndZE1NHYOp5Pt+qBWLUX3XdomXLyMSrFL7
0OpS7BrB9I0cx2vZ1RjAEFLgUiSYByQtUGWMrNqfewZ0S26QtzAecv/Lc3HSVQyk
pPOqnPtugioRaqaB
=r/To
-END PGP SIGNATURE-



Accepted s390-dasd 0.0.65 (source) into unstable

2019-11-15 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 13 Nov 2019 23:43:24 +0100
Source: s390-dasd
Architecture: source
Version: 0.0.65
Distribution: sid
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Changes:
 s390-dasd (0.0.65) unstable; urgency=medium
 .
   * Team upload
 .
   [ Updated translations ]
   * Croatian (hr.po) by gogogogi
   * Portuguese (pt.po) by Miguel Figueiredo
Checksums-Sha1:
 745ea2d47a37328758bc39f6f8cabd866be9fdb4 1755 s390-dasd_0.0.65.dsc
 060ef55e02a3e24c0642ea167a5cde45fdc7ac90 65392 s390-dasd_0.0.65.tar.xz
 0a1b91440d588d118b44926ecc2a6ec7452ca847 5572 s390-dasd_0.0.65_s390x.buildinfo
Checksums-Sha256:
 01790e8c9d74b4233475e621419d1273e469c357c50571763700a25bb55ad3bf 1755 
s390-dasd_0.0.65.dsc
 c20ffeed75a286dfb424d78589d6820fa9b539179956fdb570d7a6e3af568d81 65392 
s390-dasd_0.0.65.tar.xz
 71a3b2a063a5c7a937cb774164b71b4a7d634d6b08de3d5f37cf7ddaeac198c8 5572 
s390-dasd_0.0.65_s390x.buildinfo
Files:
 a3d0f54d8c3d3a77063cac14a0147a8d 1755 debian-installer standard 
s390-dasd_0.0.65.dsc
 5ef77292332231204042e28a9b5845d4 65392 debian-installer standard 
s390-dasd_0.0.65.tar.xz
 7f777f76f08d71eca91a531c74610f2e 5572 debian-installer standard 
s390-dasd_0.0.65_s390x.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCgAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl3PEngVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB20QEP/1uiARYk5FRyxo8qXlT11aFnHx32
tOWnUFYGKD3Sd7FPK68A5o/b9TcFUkbISuikUTzbFLIhy62wo4pF5pDimcexcD6u
7r9jjT69H727I3+C4FHU5LJp2a9MxP6dD5ANuNfHhfyG81I8pLCJAqoXTuwgrkjg
TQmyq04aYyz4p5dszovb2yqArpWC4fApgEwDWOrvpavZ3q3iaBp8SbnLVKCX4l9g
nFqduTasl7nujUvvyyI4XVb0ReUmE0xabHPg1LX7T1VKcRpGdU+vtR5GfNmQxnD7
h5YXHGvHFTysAg7jV5ZmKICYOByvzmcI3zbmuwTWFwFSbwg1f+mQCVCaYErNUnwo
XBx2Ze+V/hLRNrXppB3iLsO1h0eQRtBxR78q46sZBwWPgmf7Ve0UjFLBeDWe903o
WHZtxB0+ZVtvNm+kBiS3fdYSUPrw61UBQ2cK6q0CwlSUAjONqEY+6j28jipXRULA
uqDnfszK36vPnduWI6O2+cCQeaoEvWToB9fEv34thSASExLIHnuxTjQmaN4tqfp9
ImwJnSSBAZ9Wvm/IL3ztiLlrcWO1HTiEPyTPBFSRxliEqYL1ksXj/QYGGZSw8brO
F+a2jr/YUNMqOXb/a9ZlRDDelr9RqRNXzgB5FCBCYTmgSkF/3fjx61oeBLZ0VauD
BTmE4zL91ZN+Y3Lp
=n+to
-END PGP SIGNATURE-



Accepted partman-btrfs 50 (source) into unstable

2019-11-13 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 13 Nov 2019 23:25:46 +0100
Source: partman-btrfs
Architecture: source
Version: 50
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Changes:
 partman-btrfs (50) unstable; urgency=medium
 .
   * Team upload
 .
   [ Updated translations ]
   * Asturian (ast.po) by leela
   * Croatian (hr.po) by gogogogi
   * Kannada (kn.po) by leela
Checksums-Sha1:
 fa1c228debed08dd9d1c7293ff1e309c47b25352 1663 partman-btrfs_50.dsc
 16b63e55a4500b235c1f71b74ee8c61046bc8590 45672 partman-btrfs_50.tar.xz
 13dc4a5700bd23564ef6eba9c61f8409b92ed391 5480 partman-btrfs_50_amd64.buildinfo
Checksums-Sha256:
 40a64afcdbc6af61fe5a22a9e28f11fe3e93c7b5f4aa3155e6e1dd845495059e 1663 
partman-btrfs_50.dsc
 052033171b816d5b12db6c46713fe774f21c099c3cfdef86524b8c14542febe5 45672 
partman-btrfs_50.tar.xz
 a57dd4825743778a6c2933c65bbf7b7fff126439155b4fd5e29ef3f227e7660e 5480 
partman-btrfs_50_amd64.buildinfo
Files:
 41a7c906356b572ba7ddea9d6155d47d 1663 debian-installer standard 
partman-btrfs_50.dsc
 e79a38ab655ae19f85b853ed59e31e6e 45672 debian-installer standard 
partman-btrfs_50.tar.xz
 672c926e15166bd2e3c1bfb76bb15956 5480 debian-installer standard 
partman-btrfs_50_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCAAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl3MhhgVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2CpQP/iTFW6gZA7p9x+VtFmhI1llki2EN
h0sXUKOhtmmJhQQv7WW2WVSzuiOyq6eHZQ4CVgqC+9ur34bj1z99Z+Pz64bIjjWf
dkTQt87Fa3Tm9ii3Qr/dkKRj2o6pvz4ToWRd7oTxXIquDWIlWbX1E8aGdl2ma5VQ
oITB9FNOu1ucQwtCzqkw70sXkTQ2PdLSBHYK0onkAnVFSCkyruSA7cBcib+oFn8n
Zlar8nohcdmCshK6xBf2WkYNjWAk9fwHnSeNpcXXXbgas8r7k+XFw2O7ieqpx+RN
pfcuBRIwApq5HE/W63ZA9yrgUsIuWycDqfnZSxHm8NJwZshsg6b4vT1nkG2bt5qb
MnUS5DK+VgW4+ECrHufOVZICWqEEYexi7hYNhcDdrwpYELZTVmc3n8r67McliUL9
K1XxL0rTGFrhJHAXIj2IxB/Iyv95/5mb/k1jwDxAHmvUErxNiF0IbkH6usX7l/mF
EdxJH6p6OP+ZNTlCDserwMU5iBaGbP3NdxSj5a3nExoEmz/icC62jIRNqbdgryGS
pXVXFN5RubTOl+axgHZsxnIKodyzq02sAJvDqWYW/9vGx6lU8PsquWrv6HwNSour
SkSBwGhM2DrjdRR5NOJK1zNt/aV9iT+8/lWkKJwlHENRLQWLYeyKNlvyAprsFrhT
bpJoYWbis1QUX11b
=dJiF
-END PGP SIGNATURE-



Accepted partman-auto 150 (source) into unstable

2019-11-13 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 13 Nov 2019 22:37:57 +0100
Source: partman-auto
Architecture: source
Version: 150
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Changes:
 partman-auto (150) unstable; urgency=medium
 .
   * Team upload
 .
   [ Updated translations ]
   * Croatian (hr.po) by gogogogi
   * Portuguese (pt.po) by Miguel Figueiredo
Checksums-Sha1:
 dfa9fd62b39cd8fe47d1c98f0615ca86c6695f84 1717 partman-auto_150.dsc
 1cb9c673fcffef51e69322fbda0a5ae9378acaea 108356 partman-auto_150.tar.xz
 54f6b953bee6ddeb8f0be5fa5b1d0b1087a07664 5486 partman-auto_150_amd64.buildinfo
Checksums-Sha256:
 0c9acd6775c4334c82bc972d0008b0d7aa7f0553c1b5757c1e9e6b29f60048e8 1717 
partman-auto_150.dsc
 2ba7aba8c345149752436da03e60f7a29cd717991eba487d65882291616ac680 108356 
partman-auto_150.tar.xz
 13f8ee41be8c7ba4b8793fe876208cd56a724269d713dcb4f8ada018350fc8be 5486 
partman-auto_150_amd64.buildinfo
Files:
 ac57154478be14ea31f473b53cfeaa36 1717 debian-installer standard 
partman-auto_150.dsc
 cc9f5cb16a2ba53c1bc3a4d5245091f4 108356 debian-installer standard 
partman-auto_150.tar.xz
 37d88e774d1d0392ada4bf3be479de5c 5486 debian-installer standard 
partman-auto_150_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCAAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl3MejwVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2AjwP/RG23LKQVSzQpjcRLBdzptOdgflD
nfYfLNmaFr2kefe0jpsG4pHIfc6jkmoZiE30xZMLfdiWM+d0Jx6sUXH0CW9svQl6
5vUDyYXOwL3pr/ieST0AJzDQlajVWFTCxOyYbYgcGb5j4cgrNfb9C6YazR2PulFx
RK0tTISfqhOR7WmwApePC4hv2UVF9BUy+oJLn4wLMaUQ0X74z3XCiScGmRCTZabz
3j/keP0rCCU5KOeDv8Zt/kGwz+PGZn8fLsm2IEC3sChlxSy/xIXpQGBtzE5ZiHuP
eP8ps0Q8jcwr/06/tVhstaArFgGFpr20Ov7j6ycLmg+ZypJKwmMU7lJH3+OVKWaU
JxK6n8dWTOCXFJEH8LqNgBYm/HO+WfU/656nBwgxzX1jjB/HEQt+64kYHy2NzoYg
3Qk4LcQt9/d5dmsIVyqoRMK2fhGHs6yFluQ6kgZw14Iu/q8x5oJe6D2niY2AQ55G
0ELNsM4SxVKItaKcNlv6qRazq9a8pQsknfTMXogQslTjb2Vw4ID/fe+s231GNkTD
fOLv/hr9Zdz2erdp/gmEOwM0axf7DE4pJugTUlF1UoLlYc9jjibqyQNjWC7ffOPO
AzAi66Vks9rktqxfKmJxrR51CF6B4lApud3eYVRMnO5Cp+2Se7JzD4bCt0ALxBF7
1N0W7S3Bqe9vX0Wu
=RkeW
-END PGP SIGNATURE-



Accepted debian-installer-utils 1.133 (source) into unstable

2019-11-13 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 13 Nov 2019 22:18:44 +0100
Source: debian-installer-utils
Architecture: source
Version: 1.133
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Changes:
 debian-installer-utils (1.133) unstable; urgency=medium
 .
   * Team upload
 .
   [ Updated translations ]
   * Amharic (am.po) by leela
   * Croatian (hr.po) by gogogogi
Checksums-Sha1:
 c9a2c8b49b5e4cc835d06577ac25387bd1eb412f 2231 debian-installer-utils_1.133.dsc
 bde203b2156e82479e4a4a00d2c68cf50b5c021e 99316 
debian-installer-utils_1.133.tar.xz
 51eb4eac49c79116e842757bf821950f549a8e4c 7067 
debian-installer-utils_1.133_amd64.buildinfo
Checksums-Sha256:
 1ead7c7ff0f421cd9dff5aee69a9ff04f3a26e187fa3c88ca33a54e873a72e82 2231 
debian-installer-utils_1.133.dsc
 d5d4e1b5cfe72a581361e0fa21203e74906b3e3c9f780ad299a7d686a6fc1c98 99316 
debian-installer-utils_1.133.tar.xz
 4baa2ddd849ac6ce8ca9e13189eda733b4c82e2efe1bf6c7b33d8ac6514c90f7 7067 
debian-installer-utils_1.133_amd64.buildinfo
Files:
 505acfd0717c79c6dbd9893c0bb41ae8 2231 debian-installer standard 
debian-installer-utils_1.133.dsc
 50790e12c37b9de8b3af289665610b6c 99316 debian-installer standard 
debian-installer-utils_1.133.tar.xz
 6c3db8ba7efa9e8ee75f1e3668f61733 7067 debian-installer standard 
debian-installer-utils_1.133_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCAAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl3MdcQVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2NBAP/RW3z4zwjRfOhy7Dydrq14aEy6BZ
OnUkDYUpmb9ZK80ggLdDyti7MnsOK7IjDCc+MuvRg+bimRQi6P74GqJNeDlNxHY2
oMr99KtQQEvb5oxrwXXHj5KEo1R2xvE0oGQxXpDFOoerZm9bk5Qm7sOgbk2IUL1U
v/qY1fjSlesz0pZwz3mdQCEr4VO/js/dTNjbe7g6cBrsATtHwj/fwEoabDMWbuXm
5Ok8sjv7pvNiXjuaRiPYua6ffiJtA1peIthPTxDfUqVkQNrypzzcigIq4R1xULzy
tC1WKCvBiN1BkipBVdICqiZZBPRyRZAGVcNRvL7G1NbFqK/4/2rhX3XIlThUBaHU
tEAoROF1uwPQQIGpNrcxSsdn5eHuaGirjDFvfQ9Bs4r6khyDMeQrtz+zKkMF/cgl
BO0Mm7xps0soXMviFILRhc3KXhQByCmMfbY7n8Yx49bvhzSGRV7woWgXQdvSV75x
gUtOU4pzGAQsymm5HeujIbwJ23poSMieN/va4PfzB87xNfm46E//JcAN681sTXAa
IYGTVrSTj6yNoatC7IG3Q9gwlFU37F/B6mgvQBnyDfEOjN7Zd0q+us+lBiNpx6bD
4iz9yYEfXCQdy37nF0vt+Kz49/E+eePJjOsocETAIsoJGxif1rDJQJ4Qaomi4D+X
6BusE4mrMx8PPa9P
=cWhH
-END PGP SIGNATURE-



Accepted refcard 10.5 (source) into unstable

2019-10-25 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 26 Oct 2019 00:19:16 +0200
Source: refcard
Architecture: source
Version: 10.5
Distribution: unstable
Urgency: medium
Maintainer: Debian Documentation Project 
Changed-By: Holger Wansing 
Changes:
 refcard (10.5) unstable; urgency=medium
 .
   * Get rid of Build-Depend: dia (add a static refcard.png to the repo,
 while removing the 'dia' call).
   * Updated translations:
  * Italian (Dionisio E Alonso)
Checksums-Sha1:
 4a20f321f0ddeadc9238a37b098acbed0b5789e9 2191 refcard_10.5.dsc
 cfcedbfcc08239e991deccda7bed71e94ee5e452 178688 refcard_10.5.tar.xz
 ff09f26a6c6d842bc6318171b88abdeff1e0abce 12116 refcard_10.5_amd64.buildinfo
Checksums-Sha256:
 3ffcdf8f1d0db860b59af8fddcab07996ff8a142e389afbd62e52eb2c32ff676 2191 
refcard_10.5.dsc
 fc8e1c4409135eff6c74ced71f0c35b4295e5862192414d82b1ef252207610b3 178688 
refcard_10.5.tar.xz
 81ce4ea8c658e2b1b16371d268324e77e73a87fdea03913238f678447f5b5fca 12116 
refcard_10.5_amd64.buildinfo
Files:
 ff7b4d2ada0a75f93e309d189ca8c0f2 2191 doc optional refcard_10.5.dsc
 e28ddaffc6609cebea6d0621c7df1a05 178688 doc optional refcard_10.5.tar.xz
 d753a0532bb71e64b28c7cce87618107 12116 doc optional 
refcard_10.5_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCAAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl2zexwVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2GK8P/RiOfrQDMmvhyGM2xHHCk0WpyvDT
8wuOzaRwquADf31EIiKcw/dLYIBYQfOPsnJVF9Z3ClIDyhXHrkYebfz8bVyb22il
DO1nRqyDY7ERSwX1Df7qS80aFD0+SkxNGvZiR4hmuDbojiwDu4JQUW+oWUZcHR+i
DCnpkzzZXcfKgaeTkXdFOb13LyAOxdGJaXWi5aT6fB04LC6U/aiCFDvBEnJ2FtaF
2AzW+TmBbqx/071073wHcD8+/QiLvLIvRG14nqtByKuIiUU/21+ZO/RUayTYIxT7
6bo4yq2T5w7shKF9rbvGBJ4dSTJ+28CZ3z4iosyMuhQa06p02UudHUs9CTV6elpq
T1v/fDFrW9+L9rzBByiMEi7X1tLRqzCOy65NZExZEeQmyJjQlcATzwQmTLoNUYnM
x80kwaCwj9v0zEYDFdsFfOcBl35RkibRs/cm3wLwhOSFyF52fIaa7Ntk13XxJBAG
X6+IuPDnV28qP2GG88HXLIAHpXPEILsuMzD8KYk0PhrH1I691AUhWrjv6sTl8xem
CouTLokLqjE73NVXuWp4zH+7zk57Cc1l/UciE/Re4t9iXiBvW1AyvYKZL/UhvrZa
7EPDDTIblBHN+sqMECQqQ/UXu8HceR8ycgJmuA3P4+L3QGLPHcLU3QUjN8kEf7g2
D4EsEFNfsgWwwtqM
=6Vo/
-END PGP SIGNATURE-



Accepted partman-iscsi 62 (source) into unstable

2019-10-20 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 20 Oct 2019 22:35:46 +0200
Source: partman-iscsi
Architecture: source
Version: 62
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Closes: 927495
Changes:
 partman-iscsi (62) unstable; urgency=medium
 .
   * Team upload
 .
   [ Cyril Brulebois ]
   * Remove Christian Perrier from Uploaders, with many thanks for all
 his contributions over the years! (Closes: #927495)
 .
   [ Updated translations ]
   * Croatian (hr.po) by gogogogi
Checksums-Sha1:
 51c4510763394069913534e049cbbeaafba902b6 1661 partman-iscsi_62.dsc
 bb75ec6da5f6351affe38fcacf67a24aab3c8110 74988 partman-iscsi_62.tar.xz
 0b9cd4ac8259e77a2f1f8d44b122ac5072008b66 5474 partman-iscsi_62_amd64.buildinfo
Checksums-Sha256:
 56cd7a852dfd628ba01186d4016f61d00b923a40b48a842e296f84f168a17b77 1661 
partman-iscsi_62.dsc
 400c93f52e860729e40dce7459b9ba23c95977d4f750a2e2b90c4e296f3c8c0a 74988 
partman-iscsi_62.tar.xz
 376b51fac2cb73564626c60dc1f93fec0201f45afc5697879e115dea51644dfa 5474 
partman-iscsi_62_amd64.buildinfo
Files:
 0717065e5ead4c734254b89b90ee1e93 1661 debian-installer standard 
partman-iscsi_62.dsc
 434d6a1eda008f4d4c13053091fcdb2c 74988 debian-installer standard 
partman-iscsi_62.tar.xz
 6289149a367d5be47fa324cdf5a9398b 5474 debian-installer standard 
partman-iscsi_62_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCAAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl2sxjUVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2jn4P/iFalNSWnjaEXm3OuIxo9BPEx/Xd
kg+mYNsPgsLhu96f8QIUEeDzTo6n8PNNy/LxBEIS+yNkOkB5o0aoa+PY3HYm5SbF
KXK3l7xCmIshoSs/3SG5FQrf0zKgkHfxVKlciMyTS9+2tXhJFMtTpH7rJyuC0mLF
O2x0fG35Mku6auPZpnstGjiUWF0VA8NNi/fTLReFW07tZdLVMMw0lhOMojzLecVM
TAfF9AJDLQmizpukE1qhlqNyhIxSUUSV5GtJQF4GBXaEfMie+CgrbWo2M+RZbPcZ
L+ue9P7a0FPGDaqYvLdyDpyqZY+hTeCesu/VhNzwliQYmV8hD9T9watIOhRjVT8A
eFQ5sYMQtL87k7+2EazxIdz5fbL51lIuN8t3RrfLG06mwlQ/H3EHgI/cV42hzxbe
QB9RAwsJKUeUgKoy0T66usThbXjKP4iaPNrMOxX4OM1WnV+2aLZ6Q5BhPIDMsc+A
Vjo/jEM63XxfkMya7MGlqMSeXX07LPw7wHLT/Ezv6P0V6frcklKGnOScaFEoVx2f
BRDiHs2x3BFvKTKrmp8H/r5tsFw7vugfpo8eCw57VvOsb4pwKg9oFJYe1Xx27vGt
vRt6r6QMSYhrDpRd+42ts4M8Rxs3xAU3MZyA61GLLHlrr1kYPT8LNEbG8Kb6Q+SD
BFODZB5DR3nkQGD9
=LRgC
-END PGP SIGNATURE-



Accepted partman-auto-raid 42 (source) into unstable

2019-10-20 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 20 Oct 2019 22:27:46 +0200
Source: partman-auto-raid
Architecture: source
Version: 42
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Closes: 927500
Changes:
 partman-auto-raid (42) unstable; urgency=medium
 .
   * Team upload
 .
   [ Cyril Brulebois ]
   * Remove Christian Perrier from Uploaders, with many thanks for all
 his contributions over the years! (Closes: #927500)
 .
   [ Updated translations ]
   * Croatian (hr.po) by gogogogi
Checksums-Sha1:
 7835db51e8f6e4ad07b017117d6b2dcf065f7fcd 1690 partman-auto-raid_42.dsc
 61f2b143edc089084c16191c756df97f26a4e53a 39404 partman-auto-raid_42.tar.xz
 1f30b2084d9a490e01cb2ca25964351a42caa2ae 5514 
partman-auto-raid_42_amd64.buildinfo
Checksums-Sha256:
 c426712d23e866f508a8dc3a037a16332993ba6cb91af7cc2199c10b9e4097fe 1690 
partman-auto-raid_42.dsc
 f2e842d6794916836764c34fdd8ed0d1cf238adeaa1ddcf445a5e27b9a9ff0bb 39404 
partman-auto-raid_42.tar.xz
 4094b69fd5212ab8e23272bdd971c79246e9e59e2c0da73c7407333d0690 5514 
partman-auto-raid_42_amd64.buildinfo
Files:
 0652b7d0111a6d2b41547f48a38236b7 1690 debian-installer standard 
partman-auto-raid_42.dsc
 03f39dbde946e9e85b991710ce52ee41 39404 debian-installer standard 
partman-auto-raid_42.tar.xz
 46769ed71c529c684dd8e1e030a1a493 5514 debian-installer standard 
partman-auto-raid_42_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJIBAEBCAAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl2sxFoVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2v9IP9ig3rCh7x4DzG4TJGE+eSFfciIWJ
MJAGHEHDNYg3+F0YAabSiMVmktlZrUkDvyBO1PAnol9EWr5gXp3kFRo95BvNbzLz
p7NV1/2MKXKgwCxrdqY2xKNGH/MDux+nlB/jAyeAJmPqZoOmfEs/3NLn4h3YFnzX
f1V+n3K7Tj/tRjUEu8k6+XOEE43wAB5pgtuw/mtlD2WLLHv74JYqH6l6nQ2+lkB2
1DkLXV9cJFDKHi4K0RFKjMDF060OMGcz4KlaasByX1XXyswxj8vxSjcAWl4vl+k9
zjPwogeo3h0XWp7hSR4vYwyZ/KoB5bRYSdHoUjBdTPj0HJSdvXV/RpnuGETtXJsH
bnMTazajRzDOy73TxQ1EE1oM0vLM0IyEXWTxWqbthhnpxiFXeUxHY0vdSWo+AFaH
ywKjzGkObtB4Aj/rWM2ElSjUaL0HiyPgBT9YQYYtGMhHv289RNt6ArNp3JtswqOV
eJwQTkrSjMEqDdFlidbE8vakHp5A11ipOL2L7hMSF+fTZkGZZJFL3krk9tiwdPm/
qaD7OumNvuSY77voIqqg98R/yIClxsyNXgmBklQgpzEjJQSVGEqjH9ZMVauy0ijt
h0xdIuXC28k5Y+87UqYBi8yk4eOenLVkzjwVED1bbY+mvuvgIo/49bP0eYT5Qskx
QEoxPdbqLYjFEJs=
=c/Wy
-END PGP SIGNATURE-



Accepted partman-jfs 58 (source) into unstable

2019-10-20 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 20 Oct 2019 22:40:55 +0200
Source: partman-jfs
Architecture: source
Version: 58
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Changes:
 partman-jfs (58) unstable; urgency=medium
 .
   * Team upload
 .
   [ Updated translations ]
   * Croatian (hr.po) by gogogogi
   * Portuguese (pt.po) by Miguel Figueiredo
Checksums-Sha1:
 228a1336d5bd3abcdabdc7822baf82e1781052ab 1645 partman-jfs_58.dsc
 790c7978cdd4aa0f2e9e84720fbab95face9fa14 45480 partman-jfs_58.tar.xz
 85dcc215c90d2058d04df08ddc3cdb3a80caa01a 5454 partman-jfs_58_amd64.buildinfo
Checksums-Sha256:
 43e87f9916dd2f81ac185620e520d27e93ef0cdabfec9b40a50405963f847787 1645 
partman-jfs_58.dsc
 425d049696ae96d58f2478c84116b869f066880c33b8457ff368d82f2ad129cc 45480 
partman-jfs_58.tar.xz
 301556f02c3ae6177030d1027ffbb93e6613edaab0fe3eadc4a7a695609c4e7a 5454 
partman-jfs_58_amd64.buildinfo
Files:
 269aa3503d15d7b4baa8909f30590a0e 1645 debian-installer standard 
partman-jfs_58.dsc
 8fe6a67db386289f5921b51e21653615 45480 debian-installer standard 
partman-jfs_58.tar.xz
 73df0554ffe46ecaeb8de2e890047059 5454 debian-installer standard 
partman-jfs_58_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCAAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl2sx08VHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB21ZkP+wUEJeZOf9eDF7NrgDr5u8IbQcDT
z1ZmgIYM9lx3sAn56B7fdFSh6lxMm9q1rm13P19y0hD1KqVUgaluXj+EmLAnudCN
Y+IoMLAnXg++Qoz6yqnm6wWYd2dkDwuqyAyblOs4G/7ZemUV6G5wvPOAk0S3E83F
I3Gl0QzIBnwC0u0dA1pHfaGPa2bCnVdtQ6a3ZRDa9tcHXnUBEX8kAMx+vT00P1TO
qKVYs1l+bn/DYKz6qNaS6UYolhpt316Cb8paqqnpmi19OBFSR8y+ekLBTJMbotQE
EvO76mClyHHMmuCOVxx4AwOhBBEBt4Pn82YS9fM8cT1Rl8Z/Yl94O74pBO1DARFr
C31b4s1osBuoQfmjw9gavUR6JqXyYbYE872NqxdtYsH0OJpCnEB9ceBLrUDmwth8
CtaP+6eYYmrxB4lduEOKz9nuWBcloQ0Y8yv9wrQl8iyrBlaDhUWjYLgtdISvn+3t
pk3F/4lOk1bKvsMcWKzrqlgNpECa8Ywf+lNgbJRhqqu4INepSwLWWJiKJox51Bq1
fnsJ0jFcCsvm4Rg792Bd5nGBYpaoyxsbxKc5MmU1UMYcQ2X+DQubUEw7PYb0dkkO
BwypIOdI73eoHS37hzVH4P55qvAKoN2NHgYn61K36KFMWfm4LHx9/qkvsfiYuI/J
lL/F99QTJ3p7TXx4
=QKgb
-END PGP SIGNATURE-



Accepted debian-installer-launcher 36 (source) into unstable

2019-10-20 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 20 Oct 2019 22:10:50 +0200
Source: debian-installer-launcher
Architecture: source
Version: 36
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Holger Wansing 
Changes:
 debian-installer-launcher (36) unstable; urgency=medium
 .
   * Team upload
 .
   [ Updated translations ]
   * Croatian (hr.po) by gogogogi
Checksums-Sha1:
 201addeceecb9830085aab82b327926d28351481 1689 debian-installer-launcher_36.dsc
 370737cf1be9c87c48d703a6d5ec62b2e8b1e686 44372 
debian-installer-launcher_36.tar.xz
 261534dcfb6c509f967c9459a644e364d30cd283 5576 
debian-installer-launcher_36_amd64.buildinfo
Checksums-Sha256:
 47a63f1276ff2864e74d676d5f7b1ad726f800aba28417db97a4df84e3daab7b 1689 
debian-installer-launcher_36.dsc
 c960cd6f93f2bcbc55c75b4966481fe60353944d77f6b666af5d85ff88902ecf 44372 
debian-installer-launcher_36.tar.xz
 edc32e1981d6c89d15d087b5f6e755f87044c8ac248c3365b1549fe7dc9aa6b9 5576 
debian-installer-launcher_36_amd64.buildinfo
Files:
 bb72ee6688089cb751e9fc55b65ebeee 1689 utils optional 
debian-installer-launcher_36.dsc
 216284860565b781251aa41dd75bae29 44372 utils optional 
debian-installer-launcher_36.tar.xz
 85a85307f3354891d573d9c693717ed8 5576 utils optional 
debian-installer-launcher_36_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCAAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl2swmsVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB29yYP/02QCFr6HG+KS1aXXHN8AmtfhZ9m
wLjzGioT4+cGaZMRBLvSeeR80goKkrYKtBzE3fWXlQDeYEPOhgg2D8XLv/y5olKp
Amzvzn4rA6ZgBDczz8hTQnmuo55ZiYdQuKUuYeI7d/rzGM+xFUYibryw2OYmXgkH
Lv0mQOn7AvJH2aJQLl7fFKi/ZYILV+Tp36RBrNmluEDtEXfGB555s4WnbH1ab8SV
6M7uty+++GwWN/5BLhKLZOvH/pzxoT9EbYm5P6JnCSeqSYP0C+Q+DZxUlWezqazX
NUxc5l0oWiDaNnKVFlIxLjEeIL3YoZIbieaFb/r82LPWRDLucOXsNNENuD+HOEj3
Mk/fJL3mLuQke6v/e0XFNw4Em3kpc542azdZPPo6lpI4eRWZ5vS4Td3wWSOrYMT8
d5z2rIFvJzBOofgr8yaJ26/w1NFmrqfIsbXG7h7QooSd8twPZtitQn/kKY6Xksk4
zFBYSdFE8ZcFbiXwCAg08wIHK4U/ZH1UMF6qE9aSjCNNfY9ld4A4KnEjQk51AGcl
RPhKGvL0SooNzo3gSdliKKsGVKhNQy8qbWRRjsLUmvqsR90GBkBKsjrtF9NXMuD3
X58PeqFo8iIp8kNZY1erleeOw2UWWtVe8z5sdUmHEtVPVJ+IalYQ3MyR0gXHnfSp
QC8NrXbLReqqErjA
=i9eW
-END PGP SIGNATURE-



Accepted partman-target 116 (source) into unstable

2019-10-19 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 20 Oct 2019 00:08:16 +0200
Source: partman-target
Architecture: source
Version: 116
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Changes:
 partman-target (116) unstable; urgency=medium
 .
   * Team upload
 .
   [ Holger Wansing ]
   * Remove trailing whitespace from changelog file, to fix lintian tag.
 .
   [ Updated translations ]
   * Croatian (hr.po) by gogogogi
   * Portuguese (pt.po) by Miguel Figueiredo
Checksums-Sha1:
 e73c0f4bfce761e0a89cd63869782a6cae8e1002 1743 partman-target_116.dsc
 9df6683c99f75ba994b0faf677d6bcf51788423e 126824 partman-target_116.tar.xz
 ed87987fd70ecbb19b25ffa5c21dcd2dfc3a7f4b 5492 
partman-target_116_amd64.buildinfo
Checksums-Sha256:
 abe0121fb578120f4babcaab77ce7e5b9c021a9685ce16980fdf8550234b70a2 1743 
partman-target_116.dsc
 342b10f68091ee6b972d29f7eaf0dd79b8fce0d09f9b7b1085e43a83028d9789 126824 
partman-target_116.tar.xz
 2c141818c7aa471f8969083f31f0e90762155e56f081e1eb5b0268a002738b31 5492 
partman-target_116_amd64.buildinfo
Files:
 c102a3dae950cdb249a7436355e62ae8 1743 debian-installer standard 
partman-target_116.dsc
 10bb7ebd421c9538727608e986f4e106 126824 debian-installer standard 
partman-target_116.tar.xz
 0695558a3e5cb4c63aaa0a234c078dea 5492 debian-installer standard 
partman-target_116_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCAAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl2rirMVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2xVoP/RZ8lscxC+YGUOTV1n2gS6s0euB8
zxtcbcBb1rzKLN1XINsZmlF1sbHerUlN0ZlwMGtC1zNE3dMRJCe5qiJtjuQysBLb
BY9z6LVKPrEjEgN4WT00Pu4d+NHiY2FKxsdgJrdhCPqxG/iQcdQc4jhxFcpImk5h
cZgOXUpRgpq6rLfdGnkyqfODobPzJ2QdNk5gpIoKhpSeSSVcOXWRgtLu+8SS2aWk
UEgTEnlLc3KxRmZvM0SrLIWYkEhb2zZS4dXpZ4n5wItgXYEUNNR20nf9cqzwQZZN
3CVmX0sJR+91yOuG8QlIh//VgiqjwxK3P9rQoW570tqbU7vHsRj+nNFFNpNyKcTm
RQj6G2oDPUzD2W5qWaZtGw/C8Vsr9aIzVKVzLd6Ft/3z68CpENQHgsJyujeILmAi
nkaFVJL2SvoRsoVlj1CrCYpXPa5+jIauvuWCizc/sAaSX4UvqH5hJaETwljZCXtN
Td0sqMB03DtQR3Dx9Zb5QIKQEVObxwYDngjynTEKx1wZPaELMdTnwHLjgomOhxjm
Trg9a2eOMN5c6pWsJmbdGYuMvlL1ny4ZR4DehChe+K0QHlMZ5esvmEE55FGurYoY
MBuCx1JKMB75+Ou1490napkIS4AbgFdOZo0sHPQJCCRjyyxDaesNueVvt29fW22Z
ECM0K8FknDxm29Ec
=jwzv
-END PGP SIGNATURE-



Accepted partman-nbd 0.61 (source) into unstable

2019-10-19 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 19 Oct 2019 23:56:56 +0200
Source: partman-nbd
Architecture: source
Version: 0.61
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Closes: 927507
Changes:
 partman-nbd (0.61) unstable; urgency=medium
 .
   * Team upload
 .
   [ Cyril Brulebois ]
   * Remove Christian Perrier from Uploaders, with many thanks for all
 his contributions over the years! (Closes: #927507)
 .
   [ Updated translations ]
   * Croatian (hr.po) by gogogogi
   * Portuguese (pt.po) by Miguel Figueiredo
Checksums-Sha1:
 bea3f451950940a8a278c6280c0f9e040839ab69 1643 partman-nbd_0.61.dsc
 d1a78006d32a8036efcc358d9ab9f3e6e50e7fd3 69648 partman-nbd_0.61.tar.xz
 7aa07af0370c653d864d179a1bdacc5aabafd42b 5470 partman-nbd_0.61_amd64.buildinfo
Checksums-Sha256:
 65930e48398be2704e79b7daad78225e4fee09b2ae8ecc08b3bc7958cb928259 1643 
partman-nbd_0.61.dsc
 c69637e4402e3df723347989a86a39019f4c9ef426d2a929f80a3ab071fd8687 69648 
partman-nbd_0.61.tar.xz
 021efc140a66d3bba29ece61a33980ebb7baa2713a8a2e7948da07a45b02da35 5470 
partman-nbd_0.61_amd64.buildinfo
Files:
 980936c5082d6613489dc2761169314a 1643 debian-installer optional 
partman-nbd_0.61.dsc
 c9d3354505d571949fc3a9d1f0386d6e 69648 debian-installer optional 
partman-nbd_0.61.tar.xz
 6ce2850018f3e9e5ef0126a9e3225325 5470 debian-installer optional 
partman-nbd_0.61_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCAAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl2riOkVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2ADQQAKRxA9ck6SYr42HCKs5hFzQ31lBb
wu0Aq18EwfmswRlgYNivDz1YIoOzxEwVxK6uywPcD+d7lVwcSoHfdFEID+FRacub
YkblxsPojnQMwfQecNfvQBRmbcakDDjvakkul3Nc3jYsNDT6Zs9+oZASxzNJiBv+
4R2NbrPjBnVYnM2g4HQ316bWCdw+5QswGogQqPtv8kEw3QVwmvcbC1fIRIupFGJ0
pU5hmdOy10vvg1RNOEKJW0wIZ6aJKaME4E930YPGuqyKI0qWJjLwI7k0VKzaUkl8
s474eC71HooN1gFC6HkM2gPrMvcnMC+hFDaraToGyTf1gs0sAyCq+vb5jGTrEtym
2ccbrGpTSsQ0jQ4Zw3gPDlTTtVtRmtczLoOTEYDOco+QVQ0Uuv2GDpu43N4reNYP
0RkI0kyzkD60K3S+wlvkeqj7DSggqMLIzWEhWyKO8+XqZnnhNObG/y+X6BAHj5I+
pdJXDriCL8v6LlfPiaL5OQPpiRX2dXe2bw56CTIzT95rGrcnRDzKXO2JVqD7/Rr8
vgJNHEhBQVsKFJ50dzvdYauDCJjCDx8mIzXNAXrIlgCyxR5OvlPTqXlmgxI2l6sN
euzyxWYSJVqXEYQvHQ22SR7UNjYfZwcpPM69vtXU+vbrfUYsVBxDdAas70lgdzzX
5ErtZNUn3WZX+P2C
=QVmA
-END PGP SIGNATURE-



Accepted partman-ext3 104 (source) into unstable

2019-10-19 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 19 Oct 2019 23:52:59 +0200
Source: partman-ext3
Architecture: source
Version: 104
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Changes:
 partman-ext3 (104) unstable; urgency=medium
 .
   * Team upload
 .
   [ John Paul Adrian Glaubitz ]
   * Remove obsolete workaround for Yaboot on powerpc
 .
   [ Updated translations ]
   * Croatian (hr.po) by gogogogi
   * Portuguese (pt.po) by Miguel Figueiredo
Checksums-Sha1:
 9298dc4dab9a873afee6e3da811b33cd45a47330 1611 partman-ext3_104.dsc
 9502c27d58bae28a180c61913afc1dbe04046207 87312 partman-ext3_104.tar.xz
 4dbe4870999eb48c3a16c2c01ee696f5f2654f8a 5472 partman-ext3_104_amd64.buildinfo
Checksums-Sha256:
 968cf9f781186774aebff65d154757cc2b5dd3b926b87c55230584936f322b25 1611 
partman-ext3_104.dsc
 321d0dc12b5ae83dabb07273de26cf002b6c80a634e7e328df9a1b8e4b669908 87312 
partman-ext3_104.tar.xz
 3a6782924a2e9ff731d1241c0bb9294a10d665fb62b1ed08d5a8bd08e34bc6d4 5472 
partman-ext3_104_amd64.buildinfo
Files:
 07492e58655f05ebbbe04e5d73bbc2a9 1611 debian-installer standard 
partman-ext3_104.dsc
 012cecf653f03201481507d9c5e0e1f0 87312 debian-installer standard 
partman-ext3_104.tar.xz
 aba6ac2cd34ed249f2e852c4e9e83bf5 5472 debian-installer standard 
partman-ext3_104_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCAAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl2rhzcVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2U9gP/35UDKVCditIr24BRtYxLzXOLGPv
G9BuFg31snH4x2IhxmhVjAWORMcwFnu6zi1SoaMSc7Nrb7RaMpknE3h1Q0gxOvmz
RGI57ju9Gcw5jJa8xbiMtdLY0ie1BmEhQ9gKXKMTQh4sN5u8jWWCuSIDFkBaqvut
UzNdCUHQWt8LymVfCLihPckMHyC6PnNSbjDdrPZU9pDDfzurDsMTrR/JOl5rANNa
uviqTa4QB+W/ENnWq3fAtfP9FLwRgi1M6oBFkuwRujuyQPwmMUoOIDTXaSVXRZRX
ml6iS751YH+u3dBmnVfN+3dzNC00cH3orRYlwG264se6mGl4gxgZQ+pcb+3mZUfl
elfcMRrP8MnqO8Z/o0pAo3m1r8dSt5/4xNZ7MOrj8l5N59B/TMYcxouZo0gs2pES
BYhMX+sHgkY2lxCYjvgwyfD0GgugjTBVAcLp/1z0V4I1uK31MTtNO+HakKtR6q/E
0XUJQi7A7xP5TwlQfp89RMpqI8x6VjqQkSMhiirS78OUtfv9unDcCWDlhwoAweJZ
G3TGqnPZpsNHIcfpr3YRLiIGtsgEmvKUAJabzM3gZhEp87bMS6+zh63mdqN+qb8s
0szPP+k6hEOL2gixX/URVer+S86LPyk15ccNVKmY0X6lLNwpuxtywdyFPkDTlDdb
5pNyl62n4XhqgUhg
=Rllg
-END PGP SIGNATURE-



Accepted partman-basicmethods 70 (source) into unstable

2019-10-19 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 19 Oct 2019 23:46:56 +0200
Source: partman-basicmethods
Architecture: source
Version: 70
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Closes: 927534
Changes:
 partman-basicmethods (70) unstable; urgency=medium
 .
   * Team upload
 .
   [ Cyril Brulebois ]
   * Remove Christian Perrier from Uploaders, with many thanks for all
 his contributions over the years! (Closes: #927534)
 .
   [ Holger Wansing ]
   * Remove trailing whitespaces from changelog file, to fix lintian tag.
 .
   [ Updated translations ]
   * Croatian (hr.po) by gogogogi
Checksums-Sha1:
 821307877cc7bb7380be6dadc8dd413d4b7f181c 1755 partman-basicmethods_70.dsc
 ce36161aeb5499bdcb4e7395bfb92793345e34b9 42800 partman-basicmethods_70.tar.xz
 56d3c12866faa5e200493e565a1cdd87ba396354 5544 
partman-basicmethods_70_amd64.buildinfo
Checksums-Sha256:
 989112543af2399e5014919ac597bc222a76b686ce56158ca8172465955687f4 1755 
partman-basicmethods_70.dsc
 4a80e6ed9d7482c80be6cda410f6e3dc35f1e03961016bbff43021edab616bdb 42800 
partman-basicmethods_70.tar.xz
 468e0884a4188832cd2e4889d4c5d023adb3c209062e534dba70b504ef69d64a 5544 
partman-basicmethods_70_amd64.buildinfo
Files:
 e8b0d7250b80e4f94e27266750942284 1755 debian-installer optional 
partman-basicmethods_70.dsc
 e984aabb369ee912a2e86ce01f2aedfb 42800 debian-installer optional 
partman-basicmethods_70.tar.xz
 f4ca2bca332cb3ec907677bcd2e4f09a 5544 debian-installer optional 
partman-basicmethods_70_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCAAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl2rhXcVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB22QUP/iDA1SLmed6tz8AZFlriR3CMtXbv
zCBSbWReYD6HB97AmaDvPpgc7zadoPJp0zJmwyBKluR+jTlXUgPrTV0c91fSAxcJ
cYedTthNHV8jrCJ0fmQ/p3c6NvZ7dZxoj/VsnRBNG2K1R9Lp+diIyOd8VETGKCYT
qGw/YNrLDAcmqa7/NkMeMSkNagHIiMzlZ5pGuM52eBG/uJvWBKYoKvrhnNluLoG7
ajB7jb2tPQLCVrHYPFj1iY1fdP/M8E7RyWGLOSPl363GsozeXmoDSheOtk0bU+4g
68ayX6Lb0lOanP2JUCEQbQtp+6Dd6J9ehqUns2AkludyzwUMmFVZIEARBluefCYc
x1GnJWh4lewgAMnWnDPJB5U+DsouYp8ZfTYnoWya5GEFoAEv82mrwSXvbuJqZ06l
3zAPUeyZt8mYHl8JFShcPekttsgzO7zd9aicFU6k5SRrvW6Va6xaHXmheGIrK3eQ
/HV5OysYv3KHlEmWzJUq7OAGQdFIkvnW+JO2Jsz+L2AiCcg5adwxqg7ZjeiS+lAC
skDJdFMx6vMwV0p0JP1/vghSyTTpYTdnIzscLF/Ejir1wfs4xifvIoVc58WPFI+P
QAJSlVmg+b8nmnR8qIar3G+LStVBoVpVDTqRVaDUmc3HNhPBABsv2Ga9ClxtLk1o
0D4T9TGGRwYilj51
=VLgZ
-END PGP SIGNATURE-



Accepted partman-auto-crypto 31 (source) into unstable

2019-10-19 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 19 Oct 2019 23:35:49 +0200
Source: partman-auto-crypto
Architecture: source
Version: 31
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Closes: 927571
Changes:
 partman-auto-crypto (31) unstable; urgency=medium
 .
   * Team upload
 .
   [ Cyril Brulebois ]
   * Remove Christian Perrier from Uploaders, with many thanks for all
 his contributions over the years! (Closes: #927571)
 .
   [ Holger Wansing ]
   * Remove trailing whitespace from changelog file, to fix lintian tag.
 .
   [ Updated translations ]
   * Croatian (hr.po) by gogogogi
Checksums-Sha1:
 ffb92c90d735911b663faad271647f3ea0635822 1703 partman-auto-crypto_31.dsc
 820d16b0693913e37c526c6eaed425ed49efd814 23588 partman-auto-crypto_31.tar.xz
 07536f88ecb85b5b755994557c81eda1b2f3fb6c 5531 
partman-auto-crypto_31_amd64.buildinfo
Checksums-Sha256:
 2fa637264b12fb2e678d2e74ba92b06fa2109cb2b6db2b97d7cacda9da08 1703 
partman-auto-crypto_31.dsc
 ce80174a342d28d11f84fbaeca3cd45a0bda4d05317665589d402630801e6692 23588 
partman-auto-crypto_31.tar.xz
 f8601e8391c8d30201e642b1663d159d136740e73e00131a13eb6554f7049042 5531 
partman-auto-crypto_31_amd64.buildinfo
Files:
 97e032103682feed81083c81314b4b53 1703 debian-installer optional 
partman-auto-crypto_31.dsc
 f6839bd5a3a7e7c9fd0107dc4e84829d 23588 debian-installer optional 
partman-auto-crypto_31.tar.xz
 4cbc05d8abb97c5ae15937f666b8d7ab 5531 debian-installer optional 
partman-auto-crypto_31_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCAAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl2rg8IVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2nEgP+wc5xsGv40n44UYWz7zElSbYOVxP
rsvBPzLREteNtMwCaxkGLU1lYVuWLxdgYqQob50E580ZrKAJd4lm5IoBtjHjhKnu
MLpydMbCmFJOaRzssMaJ1P8j1SWEtqw/f9+Cm/4ja22J4SEc49t77dLxCiHNJ2QL
KESmUTUWmEKuelCg69hGccwj8oAUN1DtYenIndZerPA7KFEspNVTZd9LTRabhTCE
z5xGLbRHD7aXVVQSDXGXGqbVb0XYUnSpRKdEospJG6sBp5V3h9J/+ebuFyQ5oH4m
4978Q1vF31BmTouKJ/F9/iUUwGgBg69hWQRdfqz/ZGzWuvt4bxqVm/TxbQURSsEG
yJpp0RK7FWu1/cAZWpEDUOimrW2sot1vOPvGzBBTmRC65N1W/IsQJ8PsWdKE197R
1VKBjsb1FFCRTI3a5d/UPL0k9tyZ8tBJ+ZYFFOoFUyi3CG6tDlYQNp8VV+JAmtak
xcTdcnPjyfl6rl+btuqCKYR7yYI8WJ1hSSCn6Hf9sjdjLM7RGbMWtDMjK/WWSlyg
s9+J+RcluOCYpEgZzYJxwsxCLu4a9ewdLFTWiEeLn3Z17rIrH4lmnTBnFdBQ8Rg8
BtNhmI7Mc8zMmj0XBM3C8xRZK7jxKzbOvu3S063bayw2wfikC8mlk+Q0BwGlnQ5a
6kRukEz4WKJglpuH
=0qvY
-END PGP SIGNATURE-



Accepted network-console 1.82 (source) into unstable

2019-10-19 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 19 Oct 2019 23:31:45 +0200
Source: network-console
Architecture: source
Version: 1.82
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Changes:
 network-console (1.82) unstable; urgency=medium
 .
   * Team upload
 .
   [ Holger Wansing ]
   * Remove trailing whitespaces from changelog file, to fix lintian tag.
 .
   [ Updated translations ]
   * Croatian (hr.po) by gogogogi
Checksums-Sha1:
 49e07800ae9550ce0b7992606430da7be9482545 1674 network-console_1.82.dsc
 63a5b08526237068ae2fba79b96c96044d0f8ef0 98308 network-console_1.82.tar.xz
 4a61a6f96535de71068e6bd7dd17aee70b5ebaa5 5503 
network-console_1.82_amd64.buildinfo
Checksums-Sha256:
 7a4827da70c2b989d8ec88d6ed961d607dacf8b6a5c5ae0381f6f459c1f975e5 1674 
network-console_1.82.dsc
 0c78d332c4ca65372ee281452393f600b83bc5af2ce7fe13effdd773a6bd059c 98308 
network-console_1.82.tar.xz
 86f1da5e093cc9cfa4c72660cb342e879a7228d9765b5a07812d06b9d5f4b7cd 5503 
network-console_1.82_amd64.buildinfo
Files:
 6f0e84f8f4073a94acefd2831a15af20 1674 debian-installer optional 
network-console_1.82.dsc
 c9fe83904cfbec6a468bae23a7a8c0f5 98308 debian-installer optional 
network-console_1.82.tar.xz
 b0e28eca4b049098612254b460177d2c 5503 debian-installer optional 
network-console_1.82_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCAAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl2rglEVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2EI0P/3ifb8HBAdrs4WrJnwkyKQ+aQS04
jTgdeWfwRgw4SxdmBdTouwNWKv1n0ZEf0jCNSgnQ+CM5QPVzhXPeNtjxXw6S3G90
lHrgecdvdV+KRXuSMhuqztqULRyZxRFhHUzEQtoAu9RHxUwSe1YV2arI8XKAhVlg
1QPV3tOmgYCYbvpaGs36l0DnTBuSsXkwazRRA4LSNM8dEkLspaNN52PR0ZcBIWbi
1sqtTRH8H4uYnmZc+fygAkGDrcnBF2Iuvu4z/s/jimlhZxzQmmHhW4IN3SXyGAl9
P0vQ3SXyVgmMBv2xOmMH+zo0nfbgM8JCnojkjBcOl7o3cgG471nDovIhZl1one0K
uU/JtQgtKzgfbu+VnXfpUjS9w1WL1T14aPJ49LjOKlCndyCJofMnXwE/0y8r1LFM
6H12sq4mSvsG9Jh7RqLQC5f5SPoCsyDdwFQGwdkQAZrpvQ26szzcxeznqzMmyN7T
soC0tnlH4sF5v5k2eEy5bMeH+VNl3g+XRTa7ltmWnhV5jJ5nIJaK884cS5X9gR+D
r64z2uE7REOHKJnDIe11FUMzOc/wkaDyTKf0z8mU++72X23qD9NkGvxQy3LZIjd1
tna3TjzytjHc5bJveif2dKGCIr6nBicD2MJ7AgaxlrtZ7gcQGactxL/7tuVKQldz
4xz7vk8cX/m3eL3L
=61iH
-END PGP SIGNATURE-



Accepted main-menu 1.58 (source) into unstable

2019-10-19 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 19 Oct 2019 23:20:33 +0200
Source: main-menu
Architecture: source
Version: 1.58
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Closes: 927525
Changes:
 main-menu (1.58) unstable; urgency=medium
 .
   * Team upload
 .
   [ Cyril Brulebois ]
   * Remove Christian Perrier from Uploaders, with many thanks for all
 his contributions over the years! (Closes: #927525)
 .
   [ Holger Wansing ]
   * Remove trailing whitespaces from changelog file, to fix lintian tag.
 .
   [ Updated translations ]
   * German (de.po) by Holger Wansing
   * Croatian (hr.po) by gogogogi
Checksums-Sha1:
 3461fe58426a9c1e6809401fde419698ee96911c 1674 main-menu_1.58.dsc
 9d09f58bd7a2afc8b602e934fac9e3f60a1f7330 52496 main-menu_1.58.tar.xz
 c170788d7d56b0a08ba9431f4d7cec89667229ad 5586 main-menu_1.58_amd64.buildinfo
Checksums-Sha256:
 4f919fad56b128dd97d58c8232da6dbe4df29010629df9cbe6317a3659c95a50 1674 
main-menu_1.58.dsc
 baa01dde5fa1d2b3b001b27a20b617a180bea23414525b65ac89d02293cf941c 52496 
main-menu_1.58.tar.xz
 8ed34b1899ce823236c9bde0c4d8836b90ce109c6e9987eecf7ea1c18cd32886 5586 
main-menu_1.58_amd64.buildinfo
Files:
 7fc476e94777881a0b5dc34ab23da973 1674 debian-installer standard 
main-menu_1.58.dsc
 16341e2523caa3a56505e4d9aca25406 52496 debian-installer standard 
main-menu_1.58.tar.xz
 92fa961161675dc09291b301cb8d10f5 5586 debian-installer standard 
main-menu_1.58_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCAAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl2rgFAVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2iiYQAIWdTH/qROaoLQZF2YwjHBgxKyK0
v/vjTbhyCXQnLtrYBGNWe/agOVbF2cQmxVoyCwG4MgfRkRxdtqHf0Ec/Qxu6tqah
C+VHXGkY1J9WfBitmc+HjMRgUx5rvc2cjDO0K8kKviIByV6e55yGQqc1KBymgZ5E
1Ca0gnsc+dvj4JZTgCXFDk/hRNBIaN/nNURjMemBus2s/Rdwyniue/0FL834W6wa
h7HySB+cjIPS3/iYamLKWLfUF7+xeMNJfVVCnHtPznx1ZILYgON/uzdjo1QtL7bq
Ivng8utGGjZRKE5/tRzmy2OOS9dc/3NmY8T6DvvA7rTEwbovqqN+9MLuMc80giYv
wXXwdLmigU29ihPz0LQ3thw+6AJOZErYp2BPSYn7f65jMCwvUNGicIVVZth/aO2P
EeiEAupL8I9Fn0x5qxE1RVgZ2O8SDUnyck5dXeMbEVMYeeAoe2pX+mzqqdFzLLfJ
R/1B3nE5IZpCXCvE5z/GmNefFsiejOZ2h4YZurIcmqI2KatnBsZK7yPCO33NL3b4
LlQXsNP8LVts4/9KXBqawKn6i6nb31s/nR3TSTTuVHxxk3BofxS690Eu4PZy77Ua
lX/qLkyPMg2i0wtoLCpy6Sa2xxeYKkw/pIvxz8MC3j5dyyG478Wqoa60sgMAqKwL
cIam4j+QT2extbO8
=k0N0
-END PGP SIGNATURE-



Accepted cdebconf 0.250 (source) into unstable

2019-10-19 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 19 Oct 2019 23:13:58 +0200
Source: cdebconf
Architecture: source
Version: 0.250
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Closes: 927505
Changes:
 cdebconf (0.250) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Cyril Brulebois ]
   * Remove Christian Perrier from Uploaders, with many thanks for all
 his contributions over the years! (Closes: #927505)
 .
   [ Holger Wansing ]
   * Remove trailing whitespaces from changelog and control file, to fix
 lintian tag.
 .
   [ Updated translations ]
   * Croatian (hr.po) by gogogogi
   * Tajik (tg.po) by Victor Ibragimov
Checksums-Sha1:
 3e45729f8f27cef38deaebc386ec7a23c390aab8 2743 cdebconf_0.250.dsc
 ee6febcb5bbd4afe453b3467a6499eea4051e187 275368 cdebconf_0.250.tar.xz
 1c7859786c7d87f75f39b6274aa5d10525c8c5f5 14248 cdebconf_0.250_amd64.buildinfo
Checksums-Sha256:
 d37550d424d809991347e5efa8df94df25ba0254967d720ca02307876755363e 2743 
cdebconf_0.250.dsc
 8c0565f158d9409be194621b2eaec894be4479ff051cee7cbbbe8e135629f1c1 275368 
cdebconf_0.250.tar.xz
 f021e0c8180ccae252b4269f13422105553126075961c59ae69b94be86b3e365 14248 
cdebconf_0.250_amd64.buildinfo
Files:
 e0d7382852886720965675831db2dfcb 2743 utils optional cdebconf_0.250.dsc
 b37afef7c57d763c5362365c8f9d65a3 275368 utils optional cdebconf_0.250.tar.xz
 f910d52168938ea61ec0e35aa6110173 14248 utils optional 
cdebconf_0.250_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCAAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl2rfzkVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2A0gP/0Gdh4CGPRz5MdqvhIYh1nR+9Qgo
l5e3e6h7qhNUJzGDbk9wo+gC/bMvrZCp07NnbIKTe9wdAx4t0tdyZI7AzuG+lGI1
o96PxmYRwdR0BLRGDonuraO+g/IbMYrAme4bvCYs2XZlADGzoZqzDBGCEIk/wBU8
lZDklD5YuB7Jw5p507ekfMgaWf2k3xxYNzs7i4k7tQApXOwa247JnmaOccKrluhp
VqVoAKGYydMO5o7L2ztlQqsrXcxpZWnfY8Dl1iTuEU605OxrYl9jZatXfjLvpOEQ
0aCySbxDOibAwShsqQQvGukoqoUH5IrZRBFqE2TnLujgvotJ2r+xtkyErTmHrq8o
LiEQcTyKjs0mpITLIVd+HusDIqK8NRC9CetOrPrQBqHsxYRYcf7W2H5kS6jyupVb
zzqUk4A3sDgtFlZuOoPA12PMHgfD3PIb3JSxff3q24V0Q0wGPWQlQyMRcioxBod1
GEdybNXRDfSfBG4qc3TA2eCrE4s1Od5ft+pnINOjPtrd7Z1Icn+wHIzuzzVQMeLX
2rxvXkSCBigUd83UejCtVsxbeHsRa/S70UOzM31IUTfkXhYgWQi/1PIZdePsKzNP
ZwH+xnkFtGteKUJlSmXZtrioX+VXTipCT2VbLZqAB7Ih4wihEEYR9pVRgvEx3oQN
8D7UKXN4bF8jsXkq
=7rGB
-END PGP SIGNATURE-



Accepted cdebconf-terminal 0.37 (source) into unstable

2019-10-19 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 19 Oct 2019 23:03:46 +0200
Source: cdebconf-terminal
Architecture: source
Version: 0.37
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Closes: 927529
Changes:
 cdebconf-terminal (0.37) unstable; urgency=medium
 .
   * Team upload
 .
   [ Cyril Brulebois ]
   * Remove Christian Perrier from Uploaders, with many thanks for all
 his contributions over the years! (Closes: #927529)
 .
   [ Updated translations ]
   * Croatian (hr.po) by gogogogi
Checksums-Sha1:
 63158ca56898f3b5348d5ea0da82920816c995fc 1966 cdebconf-terminal_0.37.dsc
 d1a3ca7e7ea1275ad86511f46be5f3098cbe4ee0 36468 cdebconf-terminal_0.37.tar.xz
 d1106344ea5e0863e7df4f2a18fbc58c1fde7c15 11333 
cdebconf-terminal_0.37_amd64.buildinfo
Checksums-Sha256:
 faa4c236593fb42ad7102fe7ed6118c9d5987bf7ea0482715824701ac4ed35a9 1966 
cdebconf-terminal_0.37.dsc
 b172376a75768e45bf9f0c2a609b8db85cb36cc978ef3575467ccfea1fc610cf 36468 
cdebconf-terminal_0.37.tar.xz
 180cad2fe81a7cc0386d6a5798f7abb8dfc75389cf2d3b7346fa918ea1885e39 11333 
cdebconf-terminal_0.37_amd64.buildinfo
Files:
 e6326333cae41a82e5c85c4107597f37 1966 debian-installer optional 
cdebconf-terminal_0.37.dsc
 a336833baadcc146cfd6fee57c775c94 36468 debian-installer optional 
cdebconf-terminal_0.37.tar.xz
 65f179300e165e505857135a0190297f 11333 debian-installer optional 
cdebconf-terminal_0.37_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCAAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl2rfDcVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2LFsP/11LxQ62oV+PlUK0+yZDIfwYIuV+
Cppqdcj4I8/dNn1CjM2C90R3nq7Oxf/x5KOS3aABUnialROVktRlQxO/B/LMLFPi
EKbN9RHeRByxMLvmB+kmLelR7BwdMYgivehjVIszCIRbM1d7j7o8qg+hA3mBdOwF
2290Ce+PFmfephS8poFTurjyUPFS+D3Gzebu01F5Rlxs/s2v9iZ38B0Eqwdj7Kal
rKjcgOwViM5qOwmx+aR3PhYScVoVXXFaIOf5xEZl2L31b8rflyrHTGsR03vqbADj
6DUqSSQKzLfRRm078PFLtpxuiyP3EqVWNu1qzuYKFDfF8DY8i3oapwU6VUA8hYsy
V80aOsFfk5GqpdSLdc4cVL4xoRZMxKFJMrIVvXGE8cHU44jgYshFz/orVQ6bagoN
eTIC2BFxMSTvVP90QZrE7UHYAqmpNIaOwEbkFakajMNeLZmhlohYnECx+A2wZw8P
HIjdVwZprM0eIbZeeU454YscEnjlF3c4HaFyaZAf+evVJIKwmbVBskl73E18tnwq
ZdRmdN/j8ow4OYeWRBlhigklNl+KaxaIwrZgdvJYb9Ss4W2/BX4jijSMDIwiqbZ1
AFPqf5EsLPZ9d87FUerLEFe4I1l8inKcZmCkwly1qD2w+5gVZzef8FkVfaykhOAi
YdNKUf1yzSQ+2K6x
=ekHL
-END PGP SIGNATURE-



Accepted anna 1.72 (source) into unstable

2019-10-19 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 19 Oct 2019 22:52:25 +0200
Source: anna
Architecture: source
Version: 1.72
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Closes: 927531
Changes:
 anna (1.72) unstable; urgency=medium
 .
   * Team upload
 .
   [ Cyril Brulebois ]
   * Remove Christian Perrier from Uploaders, with many thanks for all
 his contributions over the years! (Closes: #927531)
 .
   [ Updated translations ]
   * Croatian (hr.po) by gogogogi
Checksums-Sha1:
 f60553c2feff8bc55631db5decaf17953a2e0dbc 1657 anna_1.72.dsc
 d6e2ec605d97d406f87a182d1a95164053ee4c4d 90788 anna_1.72.tar.xz
 b4925d6da19f2fc93d395ee13035f571c6598bca 5536 anna_1.72_amd64.buildinfo
Checksums-Sha256:
 245709894d725e024f77318b7d66d3e44658263baf79bf7665b75d1911e4fa15 1657 
anna_1.72.dsc
 9b1743965e50396c5757523362694969c1ab3662609df8f9f95fbc5f489d0ab4 90788 
anna_1.72.tar.xz
 55347f83548d20bc0877f43a0fbef4a9f4e0ff91dea63bcdba17ca246e411712 5536 
anna_1.72_amd64.buildinfo
Files:
 034251171d19cbcdab85a809960d284a 1657 debian-installer standard anna_1.72.dsc
 5a3ff49e40a19ab8e0e8562f129bfcc3 90788 debian-installer standard 
anna_1.72.tar.xz
 7695c8138e77281f9e91e3f9f8f71d50 5536 debian-installer standard 
anna_1.72_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCAAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl2reMYVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2AoMP+wVn4UVRTVtpyrF2TsvWq2Ve1Zmk
OY1kGuHNxF68hQjv6mKX0Q6R8ma4TtTv0AKoOs/v6MpDHRMgNe2CIF5+y4mow6C/
Urem48r0NuGHSem1UQZcQ1Go5ULeBQVW2j29CtylzNu62wfl9r7JhFpFumbU6lXW
W+c8jkvuHjtCvGFuwk09erYB0isOiwYxM488PQvGprGPRVJDPpxGPLdO+GO3isRy
gxuC/OuSFpXZYiVvKZZEKb0Lp1Jxw1quu7CQ/w3F05lDVh1m5TEbHzAuoFDrEU0y
q59QrVzgyAEDWJSwDgs5TD3UQ6FNxk91BnttfBQLF59gAD08YfZdfWzcLwBKS+95
1wMRM/bO4oyvb7PRLcPpkvektnh1qwp3SafXkcdRD1qcNUu4HbBoOJdV0T6hV0qb
uxn9V015gQ62QfWdRwjxmnlGIJCla0nOLnWV55E9nPqfkzlg7Is3nH/tnw4pVVfu
TMQMAjjrDEgwZkJEVCbyH2QqdcW0fYLyakNP/NkA+TG3IVHaPU1OsE96vlf+H5uE
eWwdnPOTHnhFXUs225/Q+isy+wJBSzmzRgWJm1hnuuB8Y63tIMI7wgfL+9HrWM1v
jFH8lmkrtKHP2VMODz0bKbgcICAGdhHW758QYUWBVg8+uF1j8gFouyaH+yADD++S
fHN2lCdouFGltalf
=So3o
-END PGP SIGNATURE-



Accepted iso-scan 1.77 (source) into unstable

2019-10-18 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 18 Oct 2019 23:19:49 +0200
Source: iso-scan
Architecture: source
Version: 1.77
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Changes:
 iso-scan (1.77) unstable; urgency=medium
 .
   * Team upload
 .
   [ Holger Wansing ]
   * Add comment for translators, to keep main menu entry below a 55 columns
 limit. This updates all po|pot files.
 .
   [ Updated translations ]
   * French (fr.po) by Baptiste Jammet
   * Portuguese (pt.po) by Miguel Figueiredo
Checksums-Sha1:
 d9e31ec29258c6ba01f4e72e667badc672050f01 1657 iso-scan_1.77.dsc
 499e8f46c77df4c62f205d8a5446f348950b39bf 115928 iso-scan_1.77.tar.xz
 304741f2a7917d05706d7b1b501729622dec381b 5665 iso-scan_1.77_amd64.buildinfo
Checksums-Sha256:
 e321cfae6ba50e8005cd02609f2d27021ba5a9d52dd51347ebaabb8e9a827fec 1657 
iso-scan_1.77.dsc
 f507b676f7f4ba9d66890c87705d2f247aecddb72b05915e3c1d7de06aee74a3 115928 
iso-scan_1.77.tar.xz
 ffcac83ed99678911b1c39a4f15ceb436841d742b95db00417a12ec62ecd4e17 5665 
iso-scan_1.77_amd64.buildinfo
Files:
 fe3213f3c62d5aa51541ec01d2282c6d 1657 debian-installer optional 
iso-scan_1.77.dsc
 b04c4e48ed1225bb484bf883fbb11726 115928 debian-installer optional 
iso-scan_1.77.tar.xz
 5f9c6d7ffbdfeccd3c64b01392ce9c37 5665 debian-installer optional 
iso-scan_1.77_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCAAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl2qLsgVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2kg4P/A7NIuX5k0Y/DpoJjZiU7XM28y4m
vCWbFVrv85HVVeIdc/SrWcnM3gxCML64LtaC50AFn6yuiO09hDoHTSHUChKFPxzL
K0U7xIznH68BKOdjsBxFgh+zD7S1+o/mrAqDxyNHevmvJDPrepps95MOJB7M+42p
u3iiXz9UO4YMgxwxk7k8XKqmZYRH/nfaFhL5CLg6XELzd7MdbVC0cl4wK5uC7dTd
k5UdSy0o8EYKY6RgO+F6hZYaZfBVK6V9LOkG5o8kUPnlj6jSjE3zxei774lUiu0H
bUYkDl9eiN0yXofMZ8jLZSOCRs0s66WmDApIVHQH8YfNoiVc0VNzF67SyczyagKF
r8qPNyIXiahni41FBWNLmAfOEUnbCJJ4D21jle5v31YDQ3ff8O3QvrMVz+jHAd5y
Erc+UBZIpCYR0fMrI5asO3F6QTJWuCvXbNAMrMzxpxuKuM42Qku2WsDGa8+LSkaQ
zdoDut1RR19zXer4dN5QPLxfyo3KjcRPJIl2oOqodvVdxQBYPtUJWsbdbziXz9MB
yzQmMJ8SQyzMzjYNj0n5pXJzt6D7zkN9jaAQArutNCqB6usEJ7VOGO1E+TYZYO0l
HJnT34nQHkSr6fmJbbzLJdi4lrvz0rI/XxCeCX2UM5A//7I052F0ha62Rf4kBcMl
kEhS9fbUR9Yfoq3C
=rBEI
-END PGP SIGNATURE-



Accepted finish-install 2.102 (source) into unstable

2019-10-18 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 18 Oct 2019 23:31:15 +0200
Source: finish-install
Architecture: source
Version: 2.102
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Changes:
 finish-install (2.102) unstable; urgency=medium
 .
   * Team upload
 .
   [ Holger Wansing ]
   * Add comment for translators, to keep main menu entry below a 55 columns
 limit. This updates all po|pot files.
Checksums-Sha1:
 36b8bb977827df4632dd6b255591d4f1c8f3f326 1673 finish-install_2.102.dsc
 ec3e9b51ae0bac7ed9d6814bf4a7086ec2978201 57768 finish-install_2.102.tar.xz
 2c4fd35be2b3149914880422a3c11d342169 5498 
finish-install_2.102_amd64.buildinfo
Checksums-Sha256:
 87a156d193c27f8b65f377cf23c5d0497b51c989d27488a888180f6576ab469d 1673 
finish-install_2.102.dsc
 8183cdf7e9e4218090ecf0c7990e38cf729e5db6ace878b97c87356ee023b0a8 57768 
finish-install_2.102.tar.xz
 37463aab60cb43bbe37849feb8b185a979d147565e17171c5d486d4340de52c9 5498 
finish-install_2.102_amd64.buildinfo
Files:
 6dd2b3ea22551b95475b86f39e66bc73 1673 debian-installer required 
finish-install_2.102.dsc
 b3268f331d59e334d1efd1bd1cea2690 57768 debian-installer required 
finish-install_2.102.tar.xz
 961fe39ab7cd90528a74cfb9ebf00ad7 5498 debian-installer required 
finish-install_2.102_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCAAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl2qMOcVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2Hz0QAKdLsBuEw9WKYBu4QFTAT3mBS0Ik
Ffxb34ikt4VACNhFUHiqp1ccWWMjXBQ+3ZsdeVzH20ZMHuNYV2Bzocy1R0ZQ/V2a
g44d4dsEIqYARhsmwdSe70gSZZWP8Okuh6r1oAG9GXD1w4/BdtPw9ifmiCAVYU4m
WygZgm0v72Jaq55N2OyePGUDkRudtrJJ6SPSxFkWWheGkHa3u0G7EBiia0rsPEh1
fCHw1+0Mamx8612FejxzRmOitaXbBPkJ//cA0xKP69JUGAKkZ1fz7GFcLoGl4dMR
tBLd8+UsKfQDu3bt3T59+DxBYsNwJpB3SgoZWBNug2bg2EHmVsWFeO2kHNjWm9ZK
lFwoJqzmVp5wrdYTW8Iqpsh7azZfHeD+Cnn5U264P4M8SwnB7/iI+EpuAYcbMQ/q
aViJKB4j4tJ76wEu4BPty7EMzZAPOvGfCco4SjvAl6KihIMe8CEcXMMKRGsN4nnH
MQj8E87SWa0Vr2Pnvx2Lth9w8rRUQQmpl8b4OzpyUbgzgt8/F0hbt0zWfolavMzr
epnCvIut/UT5CELIAOyGMazw9/oCuy/SALgZ/20jheTXiNmeJY4fB8qn8W0YYWBq
C1YztMnwkKaGr0i3NaK5fyYhKIgGZ9nIrL74oT2nEyK0pvDJIwRgb8X4CXHNRFRi
FcNHNhg74+C9T38f
=gb8V
-END PGP SIGNATURE-



Accepted media-retriever 1.51 (source) into unstable

2019-10-18 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 18 Oct 2019 23:05:08 +0200
Source: media-retriever
Architecture: source
Version: 1.51
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Closes: 927523
Changes:
 media-retriever (1.51) unstable; urgency=medium
 .
   * Team upload
 .
   [ Cyril Brulebois ]
   * Remove Christian Perrier from Uploaders, with many thanks for all
 his contributions over the years! (Closes: #927523)
 .
   [ Holger Wansing ]
   * Add comment for translators, to keep main menu entry below a 55 columns
 limit. This updates all po|pot files.
 .
   [ Updated translations ]
   * Croatian (hr.po) by gogogogi
   * Traditional Chinese (zh_TW.po) by Walter Cheuk
Checksums-Sha1:
 ceb15ab445cdb7e837f6f632fe0f201fef624aec 1737 media-retriever_1.51.dsc
 18d26f0a4a29636657d29731517458e4f2f22948 71660 media-retriever_1.51.tar.xz
 a564799566b1cf2b55599bec83234c6ac84dca97 5746 
media-retriever_1.51_amd64.buildinfo
Checksums-Sha256:
 51a4cd1e46a48f1155c176b7a821fa7f430db662190a0c0de96e1741565711bc 1737 
media-retriever_1.51.dsc
 2deb4afa4f5627d65911753ac3e2910bb20c4e3e72102c4bc06153c4f5dac0c8 71660 
media-retriever_1.51.tar.xz
 f785d3a43537adffbc861ee8577cf795926f21077d2fd39043ca3dc1cd4d185f 5746 
media-retriever_1.51_amd64.buildinfo
Files:
 ab2315958cc36042e7d72770ea0ec8e1 1737 debian-installer optional 
media-retriever_1.51.dsc
 47980ef1c592c72e4749226596b89b82 71660 debian-installer optional 
media-retriever_1.51.tar.xz
 36fdddc012d78bfd5643172647ac6960 5746 debian-installer optional 
media-retriever_1.51_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCAAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl2qLAcVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2ddgQALfGkcRLboz26XqDd6hRPhiBFpiC
RXb5p1X1J83v0rpEkjfmygNA4g6tDAgIY3qsp591pc49JSC84TxqClXvfae96nUA
TbL+GTUU/yHgk5K3JxJdNThDbuL0q7Q/s5nokCkeTA58LS7gsuotzTVDQ4EnSnhL
P5JYYdxyAQUrvZ+W/kwstXeGnlSnDlLGdROk32nVyKqjJzf4u3Q41Nphk0I/59+u
ZuUjtsi2jNR+OOZulbp4e+UmCgFuFxdKcw5cZF9xLpKshsj2iSsOg1qIGhS5ew5T
y5ePEXUi9O+V3lFKgGsR657QV0hB7eMcuFjpFqHt1tYU7QH+fZgG4+vt/pIncpJk
tl6KYzoCq+OCs4it03LTPcNVTJvhGk1rNPjVzQsPzNKoNFCD/TmJgNOoKa6fux+i
ShypGJU3bpbwKWQqoRjc8Bf8KOLOFTSZSrGqYYkItIK3HQcwMbs4Fo9lsIp6l6tf
cP3+6P3bVgdamZlSS5z4OluU1J+i5zCf/L7z5gDcczCtUCnkAQdvEGqcfafsAfzM
NRmwOkMkdW8ZNpPMuWhzm1Y0cBI/K45t2Jv5zAKWAF0AZxDRwiTyxvwSXd5/P4Hr
/te0Fmn3JIQKDPaIOyDcpTPGOgaih2G5vZnf+SKk2jPgySeiphmIIxOuaK7fMgGF
N+1eOL6zX8jhprQH
=g/Tx
-END PGP SIGNATURE-



Accepted partman-lvm 132 (source) into unstable

2019-10-18 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 18 Oct 2019 22:47:32 +0200
Source: partman-lvm
Architecture: source
Version: 132
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Changes:
 partman-lvm (132) unstable; urgency=medium
 .
   * Team upload
 .
   [ Holger Wansing ]
   * Add comment for translators, to keep main menu entry below a 55 columns
 limit. This updates all po|pot files.
 .
   [ Updated translations ]
   * Latvian (lv.po) by Tranzistors
   * Portuguese (pt.po) by Miguel Figueiredo
Checksums-Sha1:
 e51ce5039eecc2727b8fd7568220b718c1c29eaa 1681 partman-lvm_132.dsc
 4d9ca3bd2ead31518af5febe7be64037f52330b1 251684 partman-lvm_132.tar.xz
 bd365da2db43303ff758ba35d4e385704ba96e9f 5470 partman-lvm_132_amd64.buildinfo
Checksums-Sha256:
 64bc51c021765892ea2df44b3a0e06e59503bd9a8128d71291e7f21873a7de8f 1681 
partman-lvm_132.dsc
 9150c435b8baa049e344b2ed2a9a0560bea38e1e61a0a1984cb1e7fead4d 251684 
partman-lvm_132.tar.xz
 e0851ace144c878e04eca75a89d7f7ee41720450c189da4914b15357f2adf61a 5470 
partman-lvm_132_amd64.buildinfo
Files:
 1d66ee9fa7baaf5adc78993256c6bc6f 1681 debian-installer optional 
partman-lvm_132.dsc
 8079896de80f9d399e60163c4b70a53e 251684 debian-installer optional 
partman-lvm_132.tar.xz
 dda60c48451b2076e63c37d1d03c3d42 5470 debian-installer optional 
partman-lvm_132_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCAAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl2qJp0VHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2wgUP/3UyQXwrcvzLFRf/83YCnAqLKF3U
1UyWcF43hMNt7jNIJaLnjd28ILkAw65cxaW33HiqWcqraURWZj5f/v4DpoBoDykv
JMFpqFErY7w+JiDXZMOjf4bE1Hxf0bMN8Dvd0l3+IJzfPuqAaswySAMqCte6U0W1
nz93CpIAMLi16zQJQ/uiBqiRs9Ft8sc3yOTN7BlldhBV0j/zw22CKafa/CeRcqth
fFEq8bW7ENkvwl1w3UewZH+cXlCWdCOG1JLEMA0PDPOYkhbFgpND45KKzFWH679a
hksFK0QjIRfxtZMWTlbNR3QbB/vHZhiL8E/nQ+JuhhtQUJ+6o6/YLRE96J9RRxHS
DiaRKsutW0jNdDIn7W1P1Gc3pi80iFQLELmIhfrmALuydeSdt5517W9YNsSlaUcp
WWQ+Xcsi+KM8Z5VB2R5Ce9JS0+R9NjVySnwftKkdp/x6oNEGRX08WBxvPpI2O/b1
02VzsATQbNd8ueuJUWJ6yV8+McKyuG0Wku5ja7eS7ZOhSebU14SXeiZj0drSXII8
9mNNgh3Xi14K4MjoJCtHs+HbsoiNL/7eOQ2MkY+YmyWS4Qdnuaplq4TmsZg8kWws
Qm1wJHZv9qdpq/pyPkeMsB6o8zr0Ptr7tKrsoCN+vF8x1SFtK3NaNw4mOMqwT0wR
j4c15l2S/TBQ8s5p
=8oZA
-END PGP SIGNATURE-



Accepted net-retriever 1.52 (source) into unstable

2019-10-18 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 18 Oct 2019 22:57:06 +0200
Source: net-retriever
Architecture: source
Version: 1.52
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Closes: 927540
Changes:
 net-retriever (1.52) unstable; urgency=medium
 .
   * Team upload
 .
   [ Cyril Brulebois ]
   * Remove Christian Perrier from Uploaders, with many thanks for all
 his contributions over the years! (Closes: #927540)
 .
   [ Holger Wansing ]
   * Add comment for translators, to keep main menu entry below a 55 columns
 limit. This updates all po|pot files.
   * Remove trailing whitespace from changelog file, to fix lintian tag.
 .
   [ Updated translations ]
   * Croatian (hr.po) by gogogogi
   * Portuguese (pt.po) by Miguel Figueiredo
Checksums-Sha1:
 deef057d9b70ea5541d78cd68e835d0658a799cd 1759 net-retriever_1.52.dsc
 9271d3850272cdb0e30435b6bfb6a121ea23995e 42680 net-retriever_1.52.tar.xz
 6d2f443691d2d1ddfc03a16dd6f7a9141c712dae 5755 
net-retriever_1.52_amd64.buildinfo
Checksums-Sha256:
 e5f8acccf2733f1b7703dba70423ad30dacb113defaa1a077b50050135061324 1759 
net-retriever_1.52.dsc
 2c18462ea018cd196f1184d34be30d09f6d78f8fad9a90b3ed1531ac49127c37 42680 
net-retriever_1.52.tar.xz
 df671950a22f7bfbb1700e40fcf3fe06ef16f225dffe8b3ab4a46a71bbdd2645 5755 
net-retriever_1.52_amd64.buildinfo
Files:
 b47010f87f7aa353f9afc8bd7d09e65a 1759 debian-installer optional 
net-retriever_1.52.dsc
 2823222462b0ec80b7ba0970ff6c790b 42680 debian-installer optional 
net-retriever_1.52.tar.xz
 1b31aaa11ceb3b33444e24f7c9cb7366 5755 debian-installer optional 
net-retriever_1.52_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCAAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl2qKJwVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2XIEQAL+YQAUW9mBoVavPEQYqXEzNintm
yPQ/J2dMzBlJk68zsf6diny5Dg1T4gmncDVZI0w9xISlCvdIxvDesMY1nW5JT978
vV5CyovT7/zAcNkFnt+M4GV71F26vOd+AbaAsMbuDTibldzE2Ex10pKLxcGeD5rf
EkrXhjGyo8ij1bLU54azK8jbuMkntaV+KwdFYTn+EoI42Krig1kMpHNVknQeMo1k
g0VWl3XvSSwfLnNzzmhQesOIjcd/eMs+bUXLfI+XP/G5jzy/4itwLefAfJLDC94x
qPRy3g+Dk66Asryetps/SSJPAvkuqQQ5ErtBeDtfnhgYrBUrd4eesnhAcwO87RO2
4Emgnv9plFCOUEiUJ6UjeFJEFiFE0yVT6RcGMDik4NYzKFmStgUOe40Htk8nfilG
HCrdmlGQxSCkgThGMRSmue2KgXPAUDZDld0s1TRHlEMJqauBEFMBpc+GCZgtE85A
otD+QLna5BDZMbdsDfKwSbddUkwnbwydQgzNPemwCvCuO8P4P3tEOkZOFNuRvQ7L
rOOd6HkZjZPCQGJ6YaPvVBEGd9DPVSoCiqMzdymM307ujGiP6dW6Cfbkkn8ghc5m
RIn0AtCiXWpVifKjQJjLBRqLvUFGbUS/hYjMWmWrke4vabsXQDY1xHnYhRbugWav
tmt+awCTHidEpHID
=J1rK
-END PGP SIGNATURE-



Accepted preseed 1.103 (source) into unstable

2019-10-18 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 18 Oct 2019 17:10:38 +0200
Source: preseed
Architecture: source
Version: 1.103
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Changes:
 preseed (1.103) unstable; urgency=medium
 .
   * Team upload
 .
   [ Holger Wansing ]
   * Add comment for translators, to keep main menu entry below a 55 columns
 limit. This updates all po|pot files.
 .
   [ Updated translations ]
   * Hebrew (he.po) by Yaron Shahrabani
   * Croatian (hr.po) by gogogogi
   * Portuguese (pt.po) by Miguel Figueiredo
Checksums-Sha1:
 686db7606cf409a664a12ec54118e4ecffc5dae0 1903 preseed_1.103.dsc
 d074976fad9a912d1009ca66b878eb2b28583b39 83544 preseed_1.103.tar.xz
 dfc13535bc59811ca00cc5025d5e6fb296f51c5f 6488 preseed_1.103_amd64.buildinfo
Checksums-Sha256:
 d7631a3b27d5486d172c8863cd545951e68bd5e73e47fcbe1466c4b84f06b090 1903 
preseed_1.103.dsc
 55b05a6e9e8232019d538602b19517c4bdf37a99d10638694e701c64b55c78a9 83544 
preseed_1.103.tar.xz
 005d923b7444887ae07b62690cc5e5205bba18d68a0a505bedd25cb92ce9c27f 6488 
preseed_1.103_amd64.buildinfo
Files:
 cfc0f5040866ed10ed2023580a78d3fa 1903 debian-installer optional 
preseed_1.103.dsc
 591b764f09bd43cbba9944f3d543495d 83544 debian-installer optional 
preseed_1.103.tar.xz
 bf344ce17bcd083b414c3edcc8843227 6488 debian-installer optional 
preseed_1.103_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCAAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl2qJCkVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2iKIP/21ohaV31Ya5i694xHRA2anDj4Yn
Bn7urVp34Df5AIrYevDvPH+//fl0bNuUrvHw/pvGmOo01/tbljtAuIzPDOBYS8XW
JnvW0/mHyjWSbZj6MWaRDZ/1kDim27vNxLTmYMnlJ83o2QZHNX9izmroMtvN7Ut0
QaKEPFy49KRZxtdT6pOTeJTWk1m+GsXBOOofYglif+/DCASRsiORV9FsaBJh/NTM
bUpu5wy5pR0pp5lJPbeME2yzAz3F10MeeRMoRsurG2nDhcOqqVXanTLfwTPQUj9y
pOE7yktA9bF6BV5mAvhZzXYUQ/TscAZm6n7YrZKxgqMGdk3XpTcB1QpL8881iAFp
4tMzpf2CTM8ijD6ffozeozxyEbXjpOpfsWgrEogbbwB2FhsIgBKe4y98PKTLFN7L
/Axaiz4e470zKAGDRfk82sr4RPCPRhupZIpUQGShQh4eLliXVvp0hwiFxDg3P0uG
N7GOKCgT61qkwvKEagp+MwzCNrVaYxYoFde86o8M7VYganmRNuFDZPedBhomrE+M
2GLY6lIRR6n20LzsC1tlEfuvZ0hDB9jjqti1J08Pc51UEgSiFFjHNVp7xBNEgCPL
gVhfSUQt8uoIgpyXkcyZkL2VFSk3j8bxNU9y5tEjWmc0QArRvIKr0CTuWfqcSOho
XoUtzD9f+zvpNT3V
=3qcS
-END PGP SIGNATURE-



Accepted zipl-installer 0.0.40 (source) into unstable

2019-10-13 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 13 Oct 2019 22:24:05 +0200
Source: zipl-installer
Architecture: source
Version: 0.0.40
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Closes: 927513
Changes:
 zipl-installer (0.0.40) unstable; urgency=medium
 .
   * Team upload
 .
   [ Cyril Brulebois ]
   * Remove Christian Perrier from Uploaders, with many thanks for all
 his contributions over the years! (Closes: #927513)
 .
   [ Holger Wansing ]
   * Add comment for translators, to keep main menu entry below a 55 columns
 limit. This updates all po|pot files.
 .
   [ Updated translations ]
   * Croatian (hr.po) by gogogogi
Checksums-Sha1:
 5434c70df95d779a0b0990714390207a05b1d21b 1700 zipl-installer_0.0.40.dsc
 f59e9d7522a44bd070b9224fb05fc2579dc8f4d3 23144 zipl-installer_0.0.40.tar.xz
 2f69212c283d6399db9cbb5046cd83ad2dff6275 5511 
zipl-installer_0.0.40_s390x.buildinfo
Checksums-Sha256:
 8aab3b44d64f6c90f6ccb47b9bd2ab142a399e24f62b6cb550d6ba589f848fb8 1700 
zipl-installer_0.0.40.dsc
 291bac3dee3ca6d03b54d1da0d7c8b3e619e214928e92ee26ad214128618f219 23144 
zipl-installer_0.0.40.tar.xz
 ebf54719f5c868539fd535fc63ae6fa01917d4fa1c15aa2ce7d43295007f65a1 5511 
zipl-installer_0.0.40_s390x.buildinfo
Files:
 1edcc75a0488cfc292a38c5c9b88a870 1700 debian-installer standard 
zipl-installer_0.0.40.dsc
 7306c295b13e6935d46ea6e9a8329cb6 23144 debian-installer standard 
zipl-installer_0.0.40.tar.xz
 12a28453569cc560bca2aece109475c9 5511 debian-installer standard 
zipl-installer_0.0.40_s390x.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCAAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl2jiX8VHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB23YEQALgwqxcQwEMbSMTqyDupX4WEgne2
ZMA6zDxar5COdN3WAP/I7cTjvD4OYWywOPoPKRW2UzSeMv0YZmP6B3A/0ig7lPgm
qsVUNRgynl79qz6dSSISTsM9xEr2Nqtw6zwlv0Nyq7HpDjkKJx+AOx9sP5qm2JOS
RoqVxwWZ1Dti+HavCDSiHmfKEvTmTn40WPiOWUCAq4pHATKoMZyS92Axw+TtLxPt
Rgh0NhoyAF1MXgcTOHNHzUvgdPq8HpSvm7gYYp1h2bzu/OiaFr13zbZ51YwesfaJ
qzd1GA3kILr5N7vsVWG3ovgrvPlJ1IXcwbDlFM3thk8s4T0CiqkUH2Ec9kbksdsX
kWueEnt3mhs6meB68USSql52P5DAj74rc517yDeaIsCYiQxUJUU7dvdETTgNjqm/
GLIVhRx8LpHZClmVGxpOJQ4bl4Rv4qEYJu/6DyV0Kf5tR5cYebSTEBaq18m8Hrzh
3oZjH9bSVVBoKrutvzidKacUSHOknm3UPP9nJll4kvLoDOqGTh8oAKMY6tt3/znZ
SKnIY6M4IexVXxFAntotCGT5NeTD2DzUiyOKhJ77CH17jRrFlJF4+MYR3faR7Oo3
puN5h9RkzmaxcC38gmvTqqCfIGlL/m9kmKJBWxITRIfnUk7FpheRVnglPLiWjn9O
wDV59rfHz8q/90a7
=UHu/
-END PGP SIGNATURE-



Accepted s390-netdevice 0.0.69 (source) into unstable

2019-10-13 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 13 Oct 2019 22:14:27 +0200
Source: s390-netdevice
Architecture: source
Version: 0.0.69
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Closes: 927506
Changes:
 s390-netdevice (0.0.69) unstable; urgency=medium
 .
   * Team upload
 .
   [ Cyril Brulebois ]
   * Remove Christian Perrier from Uploaders, with many thanks for all
 his contributions over the years! (Closes: #927506)
 .
   [ Holger Wansing ]
   * Add comment for translators, to keep main menu entry below a 55 columns
 limit. This updates all po|pot files.
 .
   [ Updated translations ]
   * Croatian (hr.po) by gogogogi
Checksums-Sha1:
 af60bc2f49a7fb12fb8319809e9cfdbe379c2449 1795 s390-netdevice_0.0.69.dsc
 45eddb4f1849ad658bf320c96dbec17cf7d9bddf 96292 s390-netdevice_0.0.69.tar.xz
 b96f9d7ad52a06c1a0ccf9a3e4c4f1e06114fc3e 5722 
s390-netdevice_0.0.69_s390x.buildinfo
Checksums-Sha256:
 f1ae89c2b85f5b5caf251c8316685187e99e9647c78c0edc6f90c16efe366714 1795 
s390-netdevice_0.0.69.dsc
 eed104b7742594addfc520e5a699f508f6080cd93bac3f5bdf6557e0f1e7f99c 96292 
s390-netdevice_0.0.69.tar.xz
 28251b08612cc94e73d9e56c5ac391e8309619b83ba436dfa606d76a4b20b3ae 5722 
s390-netdevice_0.0.69_s390x.buildinfo
Files:
 3cde3b210168c28b88dc70700385b16b 1795 debian-installer standard 
s390-netdevice_0.0.69.dsc
 49af6f6af80b8dc30aafc757b53e74e0 96292 debian-installer standard 
s390-netdevice_0.0.69.tar.xz
 24b5423672129ae78f00250885360b81 5722 debian-installer standard 
s390-netdevice_0.0.69_s390x.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCAAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl2jh1MVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2uicP/2/B43J7KH+EoeXDGZGwL31lywUC
XQRWtC9nw9uozdN4KJQ8NVxz5byerOmge011XyJ23uJV9wAZvp1aUxuLZDB6wRU5
YdXojHaknHnF6XvgVpG8DfYXYm6KbmNNubPrfj1QTvA045B+9iAsvR/eKkPYIF2u
4UtRzs1FPRKWFMQjy4j5MC7DqtdIDps+ltLn/FE05u1t6SiS/VKPVbxDNCllg0Ju
Tw7XwIZLwR5JYemBc9nusfGGVIoNIsNh2FWClrb3LuR59ORHFSUiHuibzNMbka6q
UInwo4b/UzOK2hG2occ2xxgMok/Df5rpKPHgCUYr+mftiSmZJd17LRJY+VOj2yIf
acaE8JsX8embBDQxWF+rqjC4btpCNArtVl00nlhg1FB+XwQmIvY00/JHRIWUcfZ8
YMLfCa6J3nbgZficIVVvycYE8btn7MG0ZlK2yYQ+mWIcRB3UghzquHh+O2iXHAPe
dCiXFzt0hfIzLrUhcW5cwnQTRPPY9S1QYKETSxugETzOGLXOED5VFMQNlXyKgaqy
qP8cnpFnSvqRyqesyKM/ZOD02lNmD9//fQi6IlxgaUyTqtZazb3S+jduiKS8NZtV
oFJ+4N7yctHiagMe/jL4SDT07YLj2aZREyc0FDzRKvIejflv+eU838XwYSrVpzY+
3K19BfVOALmUsscu
=6GZb
-END PGP SIGNATURE-



Accepted rescue 1.77 (source) into unstable

2019-10-13 Thread Holger Wansing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 13 Oct 2019 22:07:29 +0200
Source: rescue
Architecture: source
Version: 1.77
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Holger Wansing 
Closes: 927536
Changes:
 rescue (1.77) unstable; urgency=medium
 .
   * Team upload
 .
   [ Cyril Brulebois ]
   * Remove Christian Perrier from Uploaders, with many thanks for all
 his contributions over the years! (Closes: #927536)
 .
   [ Updated translations ]
   * Croatian (hr.po) by gogogogi
   * Icelandic (is.po) by Sveinn í Felli
   * Portuguese (pt.po) by Miguel Figueiredo
Checksums-Sha1:
 32c5bfba271c96e911f2a824d2fbbd398bafc36f 1671 rescue_1.77.dsc
 8dad7fe42fa5d44847539aa0960cadccf1aa724a 140096 rescue_1.77.tar.xz
 96e07138588dc503affb96697823a7b3c3c2c336 5691 rescue_1.77_amd64.buildinfo
Checksums-Sha256:
 86f290c126424ef36e386dc9f6d2a21489d510c22acdaf0f93f7faa573f5e8b8 1671 
rescue_1.77.dsc
 1b18a687064e22aa5dd6cfc1af395e65f6e4a94421d1785b6db34a452131a3c6 140096 
rescue_1.77.tar.xz
 dc4994093aa91ac3f5a1e216e631eb432a2b3ed4f6039cc965c862e8bb46932a 5691 
rescue_1.77_amd64.buildinfo
Files:
 60a79866bbe3aebd7c8b0b9636a33319 1671 debian-installer optional rescue_1.77.dsc
 fe1f35ee4410b9fdc4182e19e81b32e5 140096 debian-installer optional 
rescue_1.77.tar.xz
 32c0e88039dd382e2729c70dcabcdfcd 5691 debian-installer optional 
rescue_1.77_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJJBAEBCAAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl2jhTMVHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2PZUP/A9JXWTFYA+KQiZ7bJOgUHgB1Lfk
kPpB4gGDw9ngUmgHuUxFpURi3RUnth/Ch3nXZdkbe3el4XqJY+tPh91J5sSUMtRa
LGlRy9DRq+qX+WfcZBpUuUdpPxfFcbl9qpZABvcthgeQGh820RQH96qjlrcGUzS6
nayMbhu2aLKZ0ZofxhRGhYHCPVf2CSG9sLQT+huOytUYnQARW33aLbd8wTFaE/8+
F3ZpGM1un6te9CLpFERaY9FEeSEqv4pWq+Bz44e9t4I6fVnYLZjV1+F0sFRRmyPF
GdoDDBdDi+Qxa4VuZ+JXDe+DqcGUSqk3pAXmoRyxwogOXVwzFRBvG6grqR6j4gkq
QWWDEpqj7qq7w2Wf6hF/cvEaJhAIyy2//3k+HfzouhvKPOVPWDtAZ0rxa7Db9chQ
5Y3eE6IEcBgBUnXLCdcOgF+xcEyXpva6b7rNrIhvhGL5t1pN2fd5Nz484vupMPqz
aQKw3j5UvhdW2nu7GT4+1+UU0Da7OpCNeauqPgn4dgU9h5fxhWBLsL30yX4KzggN
OcR4ROz7e+JXpRI92HNe29qjhXcgH3DNzeIOlX6c0XuaT8YZZCGWLmBQH7JEjCsN
DLKq94vY2ryJIqNBm9UNGozReKoLCRuFbF5SAWZZGZbUa8f1wUrQDjh+8KUMluIF
EkWEV96yYiun3YT2
=aGcK
-END PGP SIGNATURE-



  1   2   3   4   5   >