diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:23:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:23:10 +0000 |
commit | 401def0241bce74e3e093ea9dac16d141d818d43 (patch) | |
tree | f004a9eb89e1cd971db91d5409448f04598d3ed6 /GETTING-STARTED-WITH-dh-debputy.md | |
parent | Adding upstream version 0.1.46. (diff) | |
download | debputy-401def0241bce74e3e093ea9dac16d141d818d43.tar.xz debputy-401def0241bce74e3e093ea9dac16d141d818d43.zip |
Adding upstream version 0.1.47.upstream/0.1.47
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | GETTING-STARTED-WITH-dh-debputy.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/GETTING-STARTED-WITH-dh-debputy.md b/GETTING-STARTED-WITH-dh-debputy.md index 7b6796b..5825b49 100644 --- a/GETTING-STARTED-WITH-dh-debputy.md +++ b/GETTING-STARTED-WITH-dh-debputy.md @@ -44,10 +44,17 @@ your packaging. At the time of writing, your options are: converted at this time. Note that this mode does *not* interact well with most third-party `dh` addons. You are recommended to start with source packages without third-party `dh` addons. + 3) `full`: This mode exists but is beyond the scope of this guide. In this mode, `dh` and `debian/rules` + are removed from the build process. If `full` integration is your goal, using `dh-sequence-zz-debputy` + is a good starting point, as any actions needed for `dh-sequence-zz-debputy` will also be needed for + the `full` integration mode. + Since you can always migrate from "less integrated" to "more integrated", you are recommended to start with `dh-sequence-zz-debputy-rrr` first. If that works, you can re-run the migration with `dh-sequence-zz-debputy` as the target to see if further integration seems feasible / desirable. +For more details on integration modes, please see [INTEGRATION-MODES.md](INTEGRATION-MODES.md) + Note: More options may appear in the future. ## Step 2: Have `debputy` convert relevant `debhelper` files |