one last DLA import
Workflow hasn't kicked in yet, still need another import, but hopefully the last.
This was done with:
cd english/lts/security/
rsync -vPa master.debian.org:/home/debian/lists/debian-lts-announce .
cd debian-lts-announce
xzcat *.xz > ../giant.mbox
cat debian-lts-announce.201710 debian-lts-announce.201902 >> ../giant.mbox
cd ../
mbox2maildir giant.mbox debian-lts-announce.d
for mail in debian-lts-announce.d/new/*; do ./parse-dla.pl $mail; done
git add 2019/
git commit -m'one last DLA import'
history
git commit --amend