#!/bin/sh
set -e -u

# scp shim-unsigned_14-1_amd64.deb shim-amd64-signed-template_14-1_amd64.deb shim_14-1.dsc shim_14-1.debian.tar.xz people.debian.org:public_html/packages/secure-boot/pool/main/s/shim/

find dists/unstable -type f -delete
apt-ftparchive generate apt-ftparchive.conf
rm -f apt-ftparchive dists/unstable//Release x
( cd dists/unstable && apt-ftparchive -o APT::FTPArchive::Release::Suite=unstable release . ) > x
mv x dists/unstable/Release
