aboutsummaryrefslogtreecommitdiff
path: root/Debian Repo.wiki
blob: c9bf3755185eb291f8bedbaf8090059f864cee32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
= Debian Repo =

[[Debian Packages]]

[[adrift-space repository]]

Repos are easiest managed by reprepro.

=== Suites ===
stretch  :: Debian 9
buster   :: Debian 10
bullseye :: Debian 11
bookworm :: Debian 12
trixie   :: Debian 13
forky    :: Debian 14

xenial   :: Ubuntu 16
bionic   :: Ubuntu 18
focal    :: Ubuntu 20 & Mint 20
jammy    :: Ubuntu 22

una      :: Mint 20
vera     :: Mint 21.1

== Adding Packages ==

=== Deb ===
Binary packages.

{{{sh
reprepro -Vb /usr/net/repo/debian/ includedeb <suite> <path-to-deb>
}}}

== Dsc ==
Source packages.

This also include relevant `.debian.tar.xz` and `.orig.tar.gz`.
{{{sh
reprepro -Vb /usr/net/repo/debian/ includedsc una <path-to-dsc>
}}}