Upstream Snapshots

This repository contains packages from sid for which it is possible to automatically merge in a new upstream version.

These packages are currently only available for amd64.

Warning

The packages in this repository were created automatically, without review from a human.

Using the repository

To use the apt repository, run something like:

echo deb "[arch=amd64 signed-by=/etc/apt/keyrings/debian-janitor.gpg]" https://janitor.debian.net/ fresh-snapshots main | \
    sudo tee /etc/apt/sources.list.d/fresh-snapshots.list
sudo curl -o /etc/apt/keyrings/debian-janitor.gpg https://janitor.debian.net/archive-keyring.gpg
apt update

The repository is marked as experimental, meaning that apt won’t automatically update to packages in them unless explicitly requested to do so. To e.g. install the version of cifs-utils that’s in this repository, run:

apt install -t fresh-snapshots cifs-utils

The packages are also versioned in such a way that if the new upstream version gets uploaded to the official Debian APT repository, it will replace the package in this archive.

Pinning

Optionally, if you want to track a given package so upgrades happen automatically, add the following to /etc/apt/preferences (and see the documentation about apt preferences):

Package: cifs-utils
Pin: release a=fresh-snapshots
Pin-Priority: 800

Package Status

Package list

The following source packages with new upstream snapshots merged are currently available:

No packages available.