psha.org.ru Debian repository
=============================

How to use?
-----------

Add to ``sources.list``
~~~~~~~~~~~~~~~~~~~~~~~

Add to ``/etc/apt/sources.list`` (or ``/etc/apt/sources.list.d/psha.org.ru.list``)
following line

 ``deb http://psha.org.ru/debian/ NAME-OF-YOUR-DISTRIBUTION contrib``

Replace ``NAME-OF-YOUR-DISTRIBUTION`` with one of supported distributions.
Currently they are:

 * buster (debian12)
 * bullseye (debian11)
 * jammy (ubuntu22.04)
 * focal (ubuntu20.04)

``backports`` components can be used to fetch newer versions of packages used as build
dependencies.

Unsupported distributed preserved for historical reasons:

 * squeeze
 * precise (ubuntu12.04), currently only camunits packages,
 * lucid (ubuntu10.04)
 * hardy (ubuntu8.04), only small subset of packages

.. note::
    Sources are also available from this repo. Just replace ``deb`` with ``deb-src``

Load repository key 
~~~~~~~~~~~~~~~~~~~

.. code:: shell

    wget -O/etc/apt/trusted.gpg.d/psha.org.ru.gpg http://psha.org.ru/debian/pubkey.gpg
    apt update

.. note::

    Check fingerprint of downloaded key!

    Fingerprint: ``9A79 85A2 3793 1CD5 0D34  4C30 3716 56DF 6577 4D8D``

Update
~~~~~~

Run ``apt-get update``

Feedback
--------

Report bugs to debian@psha.org.ru
