Debian
I contribute officially to Debian packaging, in the mean time I maintain some packages on my side. If you need to contact me please refer to the contact page.
I maintain these repositories:
- debian-backports amd64/arm64/source
- raspbian-backports armhf/source
Release file are digitally signed.
You must add the signing key in your system.
Add gpg key manually: kaliko@debian.org 0x065FE53932DC551D:
wget -O /usr/share/keyrings/deb.kaliko.me.gpg https://kaliko.me/kaliko.gpg
Or, preferably, use the package:
wget -O /tmp/kaliko-keyring.deb https://deb.kaliko.me/kaliko-archive-keyring.deb
apt install /tmp/kaliko-keyring.deb
Sources list.
Then add the source list, for instance in /etc/apt/sources.list.d/kaliko.list
, here is an example:
# /etc/apt/sources.list.d/deb.kaliko.me.list
# DEBIAN BOOKWORM BACKPORTS amd64 and arm64
deb [signed-by=/usr/share/keyrings/deb.kaliko.me.gpg] https://deb.kaliko.me/debian-backports/ bookworm-backports main
#deb-src [signed-by=/usr/share/keyrings/deb.kaliko.me.gpg] http://deb.kaliko.me/debian-backports/ bookworm-backports main
# Raspberry Pi OS BULLSEYE BACKPORTS armhf
#deb [signed-by=/usr/share/keyrings/deb.kaliko.me.gpg] https://deb.kaliko.me/raspbian-backports/ bookworm-backports main
#deb-src [signed-by=/usr/share/keyrings/deb.kaliko.me.gpg] http://deb.kaliko.me/raspbian-backports/ bookworm-backports main
Automagically generate the sources list:
distribution=$(lsb_release -si|tr '[:upper:]' '[:lower:]')
release=$(lsb_release -sc)
echo "deb [signed-by=/usr/share/keyrings/deb.kaliko.me.gpg] \
https://deb.kaliko.me/${distribution}-backports/ ${release}-backports main" \
> /etc/apt/sources.list.d/deb.kaliko.me.list
page last updated: Sun 28 Mar 2021