diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2025-03-18 13:50:15 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2025-03-18 13:50:15 -0300 |
commit | 60148a76d2c75089c0c90ee55e93c6db21345734 (patch) | |
tree | bd655b1ea73061c2c3836083967533f53086fa92 /docs/packaging | |
parent | 361e01187706fc4f3cadba947edf770ddadaf696 (diff) | |
download | debian-master.tar.gz debian-master.tar.bz2 |
Diffstat (limited to 'docs/packaging')
-rw-r--r-- | docs/packaging/building.md | 7 | ||||
-rw-r--r-- | docs/packaging/testing.md | 14 |
2 files changed, 21 insertions, 0 deletions
diff --git a/docs/packaging/building.md b/docs/packaging/building.md index e29e742..dcfa8ad 100644 --- a/docs/packaging/building.md +++ b/docs/packaging/building.md @@ -2,8 +2,15 @@ ## Standard build +With `cowbuilder`: + DIST=bookworm sudo -E cowbuilder --build $package*.dsc +With `sbuild`: + +* [sbuild - Debian Package Tracker](https://tracker.debian.org/pkg/sbuild) +* [sbuild - Debian Wiki](https://wiki.debian.org/sbuild) + ## Signing To sign both the `.dsc` and the `.changes` files: diff --git a/docs/packaging/testing.md b/docs/packaging/testing.md new file mode 100644 index 0000000..61b0625 --- /dev/null +++ b/docs/packaging/testing.md @@ -0,0 +1,14 @@ +# Testing + +## autopkgtest + +* [autopkgtest - Debian Package Tracker](https://tracker.debian.org/pkg/autopkgtest) +* [ContinuousIntegration/autopkgtest - Debian Wiki](https://wiki.debian.org/ContinuousIntegration/autopkgtest) +* [Autopkgtest - Defining tests for Debian packages](https://people.debian.org/~eriberto/README.package-tests.html) +* [autopkgtest](https://perl-team.pages.debian.net/autopkgtest.html) +* [autopkgtest — Debian LTS team documentation](https://lts-team.pages.debian.net/wiki/TestSuites/autopkgtest.html) + * [autodep8(1) — autodep8 — Debian unstable — Debian Manpages](https://manpages.debian.org/unstable/autodep8/autodep8.1.en.html) + +## piuparts + +* [piuparts(1) — piuparts 0.98 documentation](https://piuparts.debian.org/doc/html/piuparts/piuparts.1.html#cmdoption-piuparts-i) |