summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 10:23:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 10:23:10 +0000
commite88c37d2cd900bd7e75067fcb6a1c00f7522848c (patch)
tree70db772dfe3d91998909fcb585b671e5661d72b5 /debian/control
parentMerging upstream version 0.1.47. (diff)
downloaddebputy-e88c37d2cd900bd7e75067fcb6a1c00f7522848c.tar.xz
debputy-e88c37d2cd900bd7e75067fcb6a1c00f7522848c.zip
Merging debian version 0.1.47.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/control12
1 files changed, 9 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 47dab2d..ee86276 100644
--- a/debian/control
+++ b/debian/control
@@ -77,9 +77,15 @@ Description: Manifest style Debian-based package builder (debhelper integration)
Package builder that provides a declarative manifest for building Debian-based
packages.
.
- This version integrates with the debhelper sequencer dh and will replace
- several of debhelper's tools that are covered by debputy.
- .
The debputy package builder aims to reduce cognitive load for the packager
and provide better introspection to packagers, linters and the Debian
janitor.
+ .
+ This version integrates with the debhelper sequencer dh. Multiple integration
+ modes are possible with dh. The most trivial integration mode is
+ dh-sequence-zz-debputy-rrr, which is a mostly standard dh sequence with very
+ few changes aimed entirely at removing the need for fakeroot when assmebling
+ the .deb.
+ .
+ For more information on all integration modes and what they do, please see
+ https://salsa.debian.org/debian/debputy/-/blob/main/INTEGRATION-MODES.md