summaryrefslogtreecommitdiff
path: root/index.md
blob: 90c5a05b0e43725b2087e9f492bb3c4a3a35dc40 (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
[[!meta title="Debian packaging effort!"]]

In the past, we used to be [heavy slackware users](https://simplepkg.fluxo.info) when we just
had a few boxes to manage. Then we had to change our whole packaging paradigm when we switched
to Debian.

These notes are mainly references to the detailed Debian/Ubuntu documentations we're using in
the course of learning the intricacies of Debian packaging.

Grab this repository using

    git clone --recursive https://git.fluxo.info/debian

Index
-----

* [Basics](basics).
* [Environment](env).
* [Checking sources](checking).
* [Building](building).
* [Repositories](repositories).
* [Cross compilation](cross).
* [References](references).
* [Local ITP](itp).
* [TODO](todo).
* Custom procedures:
  * [LEAP](leap).
  * [Python](python).
  * [Ruby](ruby).