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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876
|
=encoding UTF-8
=head1 NAME
debputy - Manifest style Debian-based package builder
=head1 SYNOPSIS
B<debputy> [S<I<< general options >> >] B<command ...> [S< I<< command options >> >]
B<debputy> B<migrate-from-dh> [B<--apply-changes>] [B<--acceptable-migration-issues=>I<issue>[,I<issue>,...]]
B<debputy> B<lint> [B<--auto-fix>]
B<debputy> B<reformat> [B<--no-auto-fix>]
B<debputy> B<check-manifest> [B<--debputy-manifest=>I<path/to/debputy.manifest>]
B<debputy> B<lsp> B<editor-config> [I<NAME>]
B<debputy> B<lsp> B<server> [B<--tcp|--ws> [B<--host> I<BIND-ADDRESS>] [B<--port> I<PORT>]]
=head1 DESCRIPTION
The B<debputy> program is a manifest style Debian-based package builder. This man page documents some of the
user facing commands.
If you are using B<debputy> with a screen reader, consider setting the environment variable
B<OPTIMIZE_FOR_SCREEN_READER> to 1. This will make many B<debputy> commands remove a lot of
irrelevant visual rendering. Especially ASCII art style rendering that will just be annoying
to listen to. Additionally, some output will be described with text to replace the visual
rendering.
=head2 Commands
=over 4
=item check-manifest
The B<check-manifest> command will cause B<debputy> to parse the manifest and examine it for obvious mistakes.
Note that the command will I<not> catch all mistakes as some problems can only be detected during a build. As
an example, B<check-manifest> can detect mistyped manifest variables but not typos in path names for
installation rules.
=item migrate-from-dh
The B<migrate-from-dh> command will attempt to migrate the current package to B<debputy>.
For this command to be successful, it must be run from the root of an unpacked Debian source package and the
package should be using the B<dh> sequencer.
If you are looking to migrate to B<debputy> from B<dh>, you may want to have a look at the
B<GETTING-STARTED-WITH-dh-debputy.md> file (in the source root or in F</usr/share/doc/>). That document
is a how-to guide that as extended advice on migration from B<dh>.
The migration can rerun with newer version of B<debputy> that might provide more features since the previous
one even inside the same level of adoption. As an example, B<debputy/0.1.21> added support for automatic
relationship substvars. Re-running the migrator for an already migrated package can be used to detect any
unnecessary explicit relationship substvars as unnecessary.
The default migration target is based on existing features in the packaging where present. As an example,
a build-dependency on B<dh-sequence-zz-debputy-rrr> will make the migration tool only run migrators relevant
for B<dh-sequence-zz-debputy-rrr> (assuming no other markers are present). If the migration cannot identify
any target markers, it has a built-in default target. The default target will change over time as
B<debputy> and the migrator mature. The B<--migration-target> option can be used to overrule this automatic
detection. This can be useful both to expand on the migration level without performing any changes or to
choose a non default initial migration level.
Generally, the migration tool can take you from "less adoption" towards "more adoption" of B<debputy> but
not the inverse. As an example, migrating from B<dh-sequence-zz-debputy-rrr> towards B<dh-sequence-zz-debputy>
is supported, but the reverse is not. Use of version control is recommended for undoing transition if
necessary.
If any migrations involve creating a new or changing an existing F<debian/debputy.manifest>, the migration
tool will first write a draft to F<debian/debputy.manifest.new>. From there, it may be renamed to
F<debian/debputy.manifest> automatically depending on B<--apply-changes> or B<--no-apply-changes>.
It supports the following options:
=over 4
=item B<--migration-target> I<TARGET-NAME>
Explicitly define how far the migration should go. This will override the detected or built-in default as
the desired migration target.
See L</INTEGRATION LEVELS> for details about the concrete levels of integration that can be used.
=item B<--acceptable-migration-issues> I<NAME[,...,NAME]>, B<--acceptable-migration-issues=ALL>
The migration may detect unsupported features in the package. Some, but not all, of these can be reduced to
a warning by passing B<--acceptable-migration-issues> with the name of the issue as provided in the error
message. The special value B<ALL> in all upper case will cause all issues that can be reduced to a warning
to be reduced to a warning.
This is only useful to reduce issues to warnings if you are reasonable sure that you can remove the feature
or convert it to something that B<debputy> supports.
In some cases, it might be helpful to comment out the offending feature and re-run the migration rather
than using B<--acceptable.migration-issues>. As an example, if a single line of F<debian/install> file
is problematic, commenting it out will have B<debputy> migrate the rest of the file for you leaving you
only to manually migrate a single line.
=item B<--apply-changes>, B<--no-act>, B<--no-apply-changes>
These options decide whether the migration tool should perform destructive actions such as overwriting the
existing B<debian/debputy.manifest> and deleting packaging files that have successfully migrated.
The default depends one whether the package is maintained in a supported version control system. If the
package is in a supported version control system, then B<--apply-changes> will be default and the changes
will be registered with the version control system. Otherwise, B<--no-apply-changes> is the default.
The default is currently to not perform destructive actions as the migration tool does not detect version
control systems. If support for detecting version control systems is added, this default may change.
Note that the migration may replace B<debian/debputy.manifest.new> regardless of this option as that is its
output for the updated draft manifest.
The B<--no-act> is an alias of B<--no-apply-changes> to match the name that B<debhelper> commands use.
=item B<--ignore-vcs>
Since 0.1.73, B<debputy> will check if the package is maintained in a supported version control
systems (B<git>). If it is, then B<debputy> will first ensure the repo is in a clean enough state to continue
and any changes performed will staged for a commit.
If B<debputy> finds a supported version control system but version control system or repo is in an unsupported
configuration, then B<debputy> will ask you to explicitly provide this option to avoid surprises.
This option causes B<debputy> to assume no version control system is used.
=back
=item reformat
I<< Note: This subcommand needs optional dependencies to work from B<Recommends> or B<Suggests> >>
Apply the formatting style on the packaging files.
This is the same style that B<debputy lsp server> would have applied if requested to reformat the files.
The B<debputy> tool reacts to having a B<X-Style> field in F<debian/control> from where you can pick
a named style. The recommended style is B<black>, which is named such to match the B<black> code formatter
for B<Python> (which imposes a style that evolves over time).
For packages that does not have the B<X-Style> field, B<debputy> will result to looking up the maintainer
(and possibly co-maintainers) for known style preferences in its built-in configuration. If B<debputy>
can derive a style that all parties would agree too (or the team style for packaging teams), then that
style will be used.
The B<black> style started as similar to that of B<wrap-and-sort -ast>, since that was one of the most
common styles according to L<https://bugs.debian.org/895570>, but the style is expected to evolve over
time and the two styles may diverge over time.
The command accepts the following options:
=over 4
=item B<--style=black>
Override the package style and use the B<black> style. Any auto-detection or B<X-Style> setting will
be ignored.
=item B<--write-style>
With B<--style>, the chosen style will be written into the reformatted F<debian/control> if it is
not already present as-if this updated B<X-Style> field was a formatting change (that is, it is
subject to B<--auto-fix> vs. B<--no-auto-fix>).
This option requires B<--style> and will cause an error if that option is missing.
This option requires B<debputy/0.1.70> or later.
=item B<--auto-fix>, B<--no-auto-fix>
Decide whether any changes should be fixed automatically.
Either way, a difference (B<diff -u>) is displayed to stdout if any changes were detected.
=item B<--linter-exit-code>, B<--no-linter-exit-code>
There is a convention among linter tools to return a non-zero exit code for "issues". The
B<--linter-exit-code> will enforce this behavior while the B<--no-linter-exit-code> will disable
it.
The B<debputy> program will use exit code B<2> for "issues" as a "linter exit code" when
linting based exit codes are active.
Not having a linter based exit code can be useful if you want to run the tool programmatically
to perform the action and you only want the exit code to tell whether there was a problem
providing the results.
If you rely on the exit code, you are recommended to explicitly pass the relevant variant of the
flag even if the current default matches your wishes.
=item B<--unknown-or-unsupported-style-is-ok>, B<--missing-style-is-ok>
By default, B<debputy reformat> will exit with an error when it cannot determine which style to
use. This is generally what you want for "per package" CI or other lint checks to inform you that
the reformatting will not work.
However, for "cross package" pipelines, like the default Debian Salsa CI pipeline, having
B<debputy reformat> automatically work when a style is set and doing nothing otherwise is
preferable, since the pipeline can then provide a B<debputy reformat> job for all consumers
without worrying about breaking their pipelines.
It can also be useful for scripts or automated mass-edits where you want B<debputy> to fixup
the changes you did if there is a known style without being hampered by the packages that
have no known style.
The B<--missing-style-is-ok> is a deprecated name since it does not correctly imply that
unsupported styles are also considered ok.
=item B<--supported-style-is-required>
Exit with an error if no supported style can be found. This is the default behavior but
this option can be used to override settings to disable it. The error does not distinguish
between no style found or an unsupported style found (both lead to an error).
If you rely on the exit code, please set this option explicitly.
=back
=item lint
I<< Note: This subcommand needs optional dependencies to work from B<Recommends> or B<Suggests> >>
Run the linting tooling for Debian packaging files. This will run a linter to check the Debian packaging
files. This command is useful for CI or for when you cannot use the language server feature. It provides
the same diagnostics as B<debputy lsp server> would but without requiring an LSP capable editor as intermediate.
The output is only intended for human consumption. Machine readable is not a goal at this time.
The B<debputy lint> command is a form of static analysis and will not load nor execute code from the
code it is scanning. It is a security bug for B<debputy lint> to violate this principle directly
or indirectly. Therefore, B<debputy> can only provide diagnostics from libraries and tools that takes
this principle seriously. It also means that B<debputy> will likely have false-positives for self-hosting
code, since it is not allowed to load the self-hosted code.
Note that at the time of writing, the B<debputy.manifest> file is only B<partially> supported. If you
have F<debian/debputy.manifest>, please also run B<debputy check-manifest> to get more thorough checks
for that file for now. The B<lint> command will inform you about this issue in the output if a
F<debian/debputy.manifest> file is detected.
Some relevant options for this subcommand include:
=over 4
=item B<--auto-fix>
If B<debputy> is aware of one "obvious" solution to the issue, just apply it. This will apply the
changes directly to the file. Use of version control for the Debian packaging is recommended when
using this option in case you want to undo the result.
=item B<--spellcheck>
Include spellchecking in the linting results. These are by default omitted, since they are slower
and there are often false-positives.
I<Caveat>: Before version 0.1.55 of B<debputy>, B<--auto-fix> with B<--spellcheck> would auto-correct
all spelling mistakes with a single correction available. This can be suboptimal behavior in some
cases. As of 0.1.55, B<debputy> no longer automatically applies typo fixes for free text fields
when B<--auto-fix --spellcheck>. Instead, they will be reported as not being fixable automatically
(but instead have a "[LSP interactive quickfix]" tag associated with them).
=item B<--linter-exit-code>, B<--no-linter-exit-code>
There is a convention among linter tools to return a non-zero exit code for "severe issues". The
B<--linter-exit-code> will enforce this behavior while the B<--no-linter-exit-code> will disable
it.
The B<debputy> program will use exit code B<2> for "severe issue" as a "linter exit code" when
linting based exit codes are active.
Not having a linter based exit code can be useful if you want to run the tool programmatically
to display the results and you only want the exit code to tell whether there was a problem
providing the results.
If you rely on the exit code, you are recommended to explicitly pass the relevant variant of the
flag even if the current default matches your wishes.
=item B<--lint-report-format> I<term|junit-xml>
Choose the output format of the resulting report. The B<term> report is a terminal output report.
The B<junit-xml> writes the output to an XML in a JUnit 4 format (should be compatible with
the xunit2 family of JUnit4 style input). This is useful for GitLab CI pipelines to get the
results imported via GitLab's B<junit> CI pipeline feature.
=item B<--report-output> I<DEST>
For reports that generate file system artifacts, choose where the output should be placed.
Ignored with a warning for formats that do not generate file system outputs such as the
B<term> report format.
=item B<--warn-about-check-manifest>, B<--no-warn-about-check-manifest>
Whether B<debputy lint> should remind you that it has short comings in regards to validating
the B<debian/debputy.manifest> file. The warning will only appear if the manifest file exists.
That is, the options have no effect either way when the file is not present.
The B<--no-warn-about-check-manifest> is mostly used for generic pipelines that separately
call B<debputy check-manifest> to ensure that the manifest is also validated or for cases
where the limitation is known and accepted.
=back
A short comparison of B<debputy lint> vs. other tools:
=over 4
=item B<debputy lsp server>
The language server feature from B<debputy lsp server> provides an interactive and online version of the linting
from B<debputy lint> directly in any LSP capable editor with the proper glue configuration. The LSP
feature gives you instant gratification, some additional editor-only features and interactive choices of
available quickfixes.
The "downside" of the B<debputy lsp server> feature is that it requires a LSP capable editor and each editor has
their own glue configuration. Since the B<debputy> language server is new, almost no editor has built-in
glue configuration meaning it has a steeper learning curve to get started. Additionally, some times
you want the checks for CI checks or the current state of the package without having to open each
file in an editor. Here B<debputy lint> covers the same issues without the need for anything else.
=item B<lintian>
The primary difference between the B<debputy> linter and B<lintian> is that B<lintian> works on "binary"
artifacts. Even the source checks of B<lintian> checks the packaged version of the source rather than
the files you are directly working. This means that you have to do a package "build" for lintian to spot
any changes, which causes slow feedback loops. Additionally, B<debputy lint> can provide feedback regardless
of whether your package can currently build. Accordingly, you can get help and hints even for problems
that would prevent a package build. By nature of how B<lintian> works, you can only get hints from lintian
on matters that does not break the package build.
On the flip side, because B<lintian> is checking the assembled artifacts, it can check for issues that
are only visible after a package build. Additionally, B<lintian> also checks for issues in the upstream
sources to some extent. Checking upstream artifacts and the resulting Debian packages are not in scope for
B<debputy lint> as the B<debputy lint> is intended to be a mirror of the language server diagnostics.
In summary: Use B<debputy lint> (or B<debputy lsp server>) for short feedback loops. Use B<lintian> for
slower but more thorough checks on resulting packages.
=item B<lintian-brush>
The B<lintian-brush> has a broader scope than B<debputy lint>. If you are a happy B<lintian-brush> user,
odds are that B<debputy lint> will not do a lot for you. Though, B<debputy lsp server> might still be relevant
as the language server provides additional editor related features.
=back
=item lsp server
I<< Note: This subcommand needs optional dependencies to work from B<Recommends> or B<Suggests> >>
Start the B<debputy> language server (per B<Language Server Protocol> specification).
Many modern editors can delegate language support to a B<Language Server> or indirectly via other
features like supporting B<youcompleteme> (which in turn can delegate to a language server). The
B<debputy> tool provides one for many common packaging formats via the B<lsp server> subcommand for file
formats such as B<debian/control>, B<debian/changelog> and B<debian/copyright> (DEP-5).
You will often need some editor specific glue configuration to link a given file format or name
to the language server. The B<debputy lsp editor-config> might provide an example glue snippet for
your editor. In that glue configuration, you will need to provide a command. Often,
B<debputy lsp server> will suffice (using the stdio transport). See B<debputy lsp server --help>
for other integration options such as TCP (B<--tcp>) or websocket (B<--ws>) plus related supporting
options.
The B<debputy lsp server> command provides several features including a form of static analysis in the
form of "as-you-type" diagnostics. For the diagnostics, is B<debputy lsp server> not allowed load nor
execute code from the code it is scanning. It is a security bug for B<debputy lsp server> to violate
this principle directly or indirectly. Therefore, B<debputy> can only provide diagnostics from libraries
and tools that takes this principle seriously. It also means that B<debputy> will likely have
false-positives for self-hosting code, since it is not allowed to load the self-hosted code.
This security principle also applies to hover docs, completion suggestions and other trivial code editing
or viewing features. However, it is not universal, since certain LSP features are deliberately designed
to run the code you are viewing. As an example, B<debputy lsp server> can provide a "code lens" (LSP term)
for building the current package. On activation of the code lens, B<debputy> will trigger code from the
package to be run and that is expected. The critical points here are that the user must explicitly
trigger the feature and it must use terms commonly associated with running code such as B<build>,
B<run> or B<execute> (non-exhaustive list).
If you need to debug an issue with the language server, the TCP integration (B<--tcp>) can be
quite helpful. In this mode, you run B<debputy lsp server --tcp> in a terminal before starting your
editor. This means you have direct and unfiltered access to the B<debputy> command and its output.
Remember to update your editor to use TCP integration rather than stdio integration (and remember
to swap back when you are done). Check the B<debputy lsp server --help> if you need a different
bind address for the language server.
If you can choose the language ID for a given file, you are recommended to use the file name
relative to the source root (such as B<debian/control>). The service does account for some
known variations such as B<debian-control> (as used by B<eglot> from B<emacs>) and
B<debcontrol> (as used by B<vim>). See B<debputy lsp features> for a list of known language IDs
along with their aliases.
When properly set up, the language server will offer a variety of features such as completion
suggestions, hover documentation, "as you type" diagnostics, quickfixes, etc. Please see
B<debputy lsp features> for the full list of features per format. That command will also
help identify mandatory and optional dependencies for the B<debputy lsp server> command.
Note many of the features are subject to the editor supporting them, correct language IDs being
passed to B<debputy>, etc.
Options for this subcommand
=over 4
=item B<--ignore-language-ids>
When provided, B<debputy> will ignore any language ID that the editor provides for any file. Instead, B<debputy>
will only rely on the file name for determining how to interpret the file content.
Since B<debputy> supports multiple file formats, it is needs to know what kind of file it is working with. The
editor is supposed to provide this via a "Language ID" attribute. This enables you as a user in the editor
to override the file format and have proper editor support no matter the filename. Unfortunately, most Debian
packaging files do not have a language ID assigned in the LSP specification, so editors either provide a
custom language ID or no custom language ID at all (that is, an empty string).
When the editor does not provide a language ID for file, B<debputy> will since 0.1.25 automatically attempt
to derive the language from the filename. With this option (introduced in 0.1.29), B<debputy> will always
derive the language from the filename even if the editor provided a language ID. This can be helpful if your
editor is providing language IDs that B<debputy> does not recognize.
As an example, in B<emacs> with B<eglot> the language ID is derived from the name of the buffer's major mode. If
you tried to use B<debputy lsp server> with a major mode that B<debputy> does not recognize then without this
option, B<debputy> would "silently" do nothing. With this option, it would have worked provided the filename
matched B<debputy>'s expectation no matter the major mode.
On the downside, B<debputy> will not provide correct advice unless the paths matches F<< .../debian/I<filename> >>.
This can provide issues with some setups where the debian directory is implicit such as some "packaging-only" repos
or some editor scratch pads.
=item B<--force-locale=XX>
When provided, B<debputy> will always use the provided locale code for deciding the localization.
By default, the editor I<may> provide a locale, which is then used. Alternatively, B<debputy> will attempt to
guess the desired localization from defaults (like the B<LC_ALL> variable). With this option, you can override
both of these and instead directly pick the locale you want.
Note that B<debputy> will default to using US English for strings that are not translated into the desired
locale (no matter how that locale was chosen). If you still see untranslated strings with this options,
check you have the relevant translations installed and that the locale code is correct.
=item B<--tcp> or B<--ws>
By default, the B<debputy> language server will use B<stdio> for communication with the editor. These options provide
either the TCP integration mode (B<--tcp>) or the websocket integration mode (B<--ws>). In this mode, the B<--host>
and B<--port> options can be used to choose the bind address.
These options are mutually exclusive.
The B<--ws> option requires B<python3-websockets> Debian package.
=item B<--host> I<HOSTNAME>, B<--port> I<PORT>
With B<--tcp> or B<--ws>, these option determines the bind address. The default is 127.0.0.1 for host and 2087 for
the port.
In integration modes that does not need a bind address (such as the B<stdio> mode), this option is ignored.
=back
=item lsp editor-config [EDITOR]
Provide an example configuration glue for using the B<debputy lsp server> with the given editor
if known. If I<EDITOR> is not provided, then list the names of editors that B<debputy> knows
about.
The snippets are maintained on a best effort basis for editors without built-in config glue
for the B<debputy lsp server>. Please file an issue (or a merge request) at
L<https://salsa.debian.org/debian/debputy> if a snippet needs to be updated, added or removed.
=item lsp features
List in a human readable format details about what language IDs are handled by the
B<debputy lsp server> along with what features are provided for each file format/language ID.
The command can also be used to determine if all the relevant dependencies have been installed
for the language server and linting features. It will also check for optional dependencies that
can enhance the feature set.
=item tool-support
These commands are intended for other tools to consume the output. Output is generally JSON by default or
supported via B<--output-format=json>.
=over 4
=item export-reference-data [DATASET]
The B<export-reference-data> command export reference data. If provided, only the named dataset will be exported.
Otherwise, all datasets will be exported.
The reference data includes descriptions of the keywords used in the data set, which is helpful to understand the
data.
=item supports-tool-command <COMMAND>
Tests whether B<debputy> knows about the named command. Returns successfully if known and unsuccessfully if not
known.
=item annotate-debian-directory
The B<annotate-debian-directory> command will make B<debputy> scan the F<debian/> directory for known
packaging files and annotate them with information.
Identifying known packaging files is done on a best effort basis and B<debputy> has the following
sources of information:
=over 4
=item Data from plugins
Any installed B<debputy> plugin can provide data about known packaging files. Most of B<debputy>'s "built-in"
rules are stored in the B<debputy-documentation> or the B<debhelper-documentation> plugin. These are installed
in F</usr/share/debputy/debputy/plugins/> by default. If any of the data in there is wrong,
please file a bug or a bug against the package providing the data (often B<debputy> or B<debhelper>).
If the plugin provides the relevant data, B<debputy> will expose B<install-pattern> and B<install-path>, which
are best-effort guesses for the file is installed (or where files listed in it will be installed). Please check
the B<config-features> and B<file-categories> for the file to see when these field are applicable (and which
case it is).
Note that some files can be matched multiple times. As an example F<debian/changelog> and F<debian/copyright>
will generally appear once per package, because they are installed in each package.
=item Dynamic data from L<debhelper(7)> (via L<dh_assistant(1)>>)
Additionally, B<debputy> will ask B<dh_assistant> to resolve all relevant helper commands and their relevant
config snippets. This data will be cross referenced with the plugin provided data where possible. This will
detect files that B<debputy> (and its plugins) does not know about, but it cannot provide any additional
information.
This part requires B<< debhelper (>= 13.12~) >> to work fully. With older versions, the output will include an
B<issues> attribute denoting that B<dh_assistant> returned non-zero. Additionally, with B<< debhelper (>= 13.16~) >>
the command will also provide data about files associated with some B<dh_>-commands not active with the
current set of B<dh> addons.
When B<dh_assistant list-guessed-dh-config-files> is missing a file, it is typically because the command
that uses that config file is not introspectable. Typically, that can be fixed by patching the command
to include a command line a la:
# INTROSPECTABLE: CONFIG-FILES pkgfile(foo)
Assuming the command uses B<pkgfile($package, "foo")> from L<Debian::Debhelper::Dh_Lib> to look up the
config file.
Notable case that will likely not work is F<debian/foo.service> where there is no B<foo> package in
F<debian/control> but F<debian/rules> calls B<dh_installsystemd --name foo>. This holds equally for
all debhelper config files and related commands. Here, the resulting file (if detected at all) might
be associated with the wrong package.
=back
=back
=item plugin list [I<TOPIC>]
=item plugin show B<TOPIC> B<identifier>
These commands provides access to features that are provided by plugins (Note: many B<debputy> features are
plugin provided, so these commands also covers a lot of "built-in" features).
These commands will access features of all plugins B<available> even if the current package will not activate
all of these plugins. Unless otherwise stated, all output is intended to be human readable rather than machine
readable. Formatting may change between any version.
Many of the B<list> subcommands also provide a csv format. Note this output is B<not> intended for scripting
as the output is subject to change - both in form of format availability and content. The csv output is
intended as an aid to users of screen readers for which csv files are easier to deal with than visually
rendered tables. If you need a stable format of some particular output, please file a feature request
at L<https://salsa.debian.org/debian/debputy/-/issues> or via B<reportbug debputy>.
You can use B<debputy plugin list --help> and B<debputy plugin show --help> to see which topics are applicable
for each subcommand.
Noteworthy topics include:
=over 4
=item plugins
This topic provides a listing of all plugins that B<debputy> is aware of.
This topic can only used with B<plugin list> and not with B<plugin show>.
=item pluggable-manifest-rules (aliases: pmr, p-m-r)
The B<debputy> manifest provides a number of places where the packager can provide a number of different rules
such as B<install> vs. B<install-doc> vs. B<install-examples> under B<installations:>. These are called
pluggable manifest rules and this topic provides insights to which rules are available where.
When used with B<list>, B<debputy> will list all pluggable manifest rules available. When used with B<show>,
a rule name must be provided and B<debputy> will then provide details about the rule. These details include
attributes available (where applicable) and any reference documentation provided by the plugin.
As an example, here is how you get the details about the install rule:
debputy plugin show pluggable-manifest-rules install
When a rule name is ambiguous, B<debputy> will ask that you use B<rule-type::rule-name> instead of just B<rule-name>.
As an example:
debputy plugin show pluggable-manifest-rules TransformationRule::remove
debputy plugin show pluggable-manifest-rules DpkgMaintscriptHelperCommand::remove
Note the type names (such as B<TransformationRule>) are currently an implementation detail and may change in the
future.
=item packager-provided-files (aliases: ppf, p-p-f)
This topic provides details about all "packager provided files". Packager provided files can be put into F<debian>
from where B<debputy> will pick them up and install them somewhere in the package. While this command shows all
possible variants (by their stems), the B<used-packager-provided-files> topic will B<list> real files matched.
When used with B<list>, B<debputy> will list all the packager provided files that B<debputy> knows about. When
used with B<show>, some additional details will be given.
In a few cases, the packager provided file will be processed first (as an example F<debian/symbols> will be passed
to B<dpkg-gensymbols> and the processed version will then be installed instead).
=item used-packager-provided-files (aliases: uppf, u-p-p-f)
This topic provides a list of all packager provided files used in this source package. This topic differs from
B<packager-provided-files> in that it only shows files in actual use whereas the other topic lists all known
stems.
The listing will potentially include files that B<debputy> could have picked up, but will not do so during a
package build because the relevant plugin is not explicitly requested (typically via a Build-Depends). These
cases are placed in a separate table and will be clearly marked.
This topic can only used with B<plugin list> and not with B<plugin show>.
This topic only works when the command is run from the root of an unpacked Debian source package (as
B<debputy> needs to read F<debian/control> and scan the F<debian/> directory).
=item metadata-detectors
This topic provides a listing of all "metadata detectors". These are plugin provided code snippets that scan the
final form of the package and add substvars (for B<dpkg-gencontrol>), generate maintscript snippets, or/and
declare triggers.
This topic can only used with B<plugin list> and not with B<plugin show>.
=item manifest-variables
This topic covers B<plugin provided> manifest variables. The listing will list the common manifest variables by
default along with their values in source context (if possible). Some of the special case manifest variables are
hidden by default (use B<debputy plugin list manifest-variables --help> to see the filter options).
When used with B<show VARIABLE>, B<debputy> will list the reference documentation (if provided by the plugin)
related to the value along with a few other details.
As implied above, this will only show B<plugin provided> variables. Any manifest variables provided directly
in the manifest is B<not> covered by these commands.
=item automatic-discard-rules
This topic covers automatic discard rules, which are rules that automatically filters out (discards) sources
from installation rules by default. The listing will list all the available automatic discard rules. The
B<show RULE> command will show reference documentation and an example of what the rule reacts to (if these
have been provided by the plugin).
As an example:
debputy plugin show automatic-discard-rules la-files
=item type-mappings
This topic cover type mappings that explains how some non-trivial types are interpreted. These covers
types like B<FileSystemMatchRule> and B<FileSystemMode>, which are used by other features such as
pluggable manifest rules.
When used with B<show NAME>, any plugin provided documentation and example inputs will be displayed
for that rule.
=back
=item autopkgtest-test-runner
The B<autopkgtest-test-runner> command is intended to be used by B<autodep8> or from autopkgtests to run the
tests of plugins in installed mode.
=item internal-command
This is for internal-only usage only. Any subcommand under B<internal-command> may disappear or change options
between any release without any warning.
=back
=head1 GENERAL OPTIONS
The following options general options or root level options are available.
=over 4
=item B<-h>, B<--help>
Print usage information and exits.
The information printed depends on which subcommands appear prior to this option.
=item B<--version>
Prints version information and exists.
Cannot be used with subcommands.
=item B<-d>, B<--debug>
Enable debug logging and raw stack traces on errors.
Some warnings become errors as a consequence.
It is also possible to set the environment variable B<DEBPUTY_DEBUG> to B<1>, which
also enable debug logging. In general, the two methods are the same. However, there
may be some subtle differences involving early initialization, where the two might
differ. Note that B<DEBPUTY_DEBUG> must be set to exactly B<1> to enable debug
logging that matches B<--debug>.
=item B<--no-pager>
Some subcommands will in their default output format pipe it to a pager to give you a more pleasant
experience if standard out is a terminal. Examples include many of the B<plugin list> commands. This
option will disable the pager feature.
Most option formats via B<--output-format> will imply B<--no-pager> as well for subcommands that
support that option.
Note: Assuming the environment has no pager configuration at all, B<debputy> will use L<less(1)>
with the B<LESS> environment variable set to B<-FRMQSX>. Notable, the B<-F> option will cause B<less> to
immediately terminate if the output fits on the screen.
=item B<--plugin> I<REQUIRED_PLUGIN>
This option causes I<REQUIRED_PLUGIN> to be loaded as a part of the commands execution if the command needs
to load plugin data. For commands that load all plugins by default, this option causes the command to fail
if I<REQUIRED_PLUGIN> cannot be loaded. For commands that are restrictive about which plugins are loaded,
subcommand will load I<REQUIRED_PLUGIN> in addition other plugins that would normally be loaded.
The I<REQUIRED_PLUGIN> can either be a plugin name or a filename. The B<debputy> program considers parameter
with a forward slash as a filename. Otherwise, the parameter is interpreted as a plugin name. When given a
plugin name, B<debputy> will search for the plugin in its plugin search path and load it from there. When
given a file name, B<debputy> will read that file as a plugin and use the basename minus any B<.json> or
B<.json.in> extension as the plugin name.
For packages that need a plugin that they provide themselves during their build process, this option can
be useful to tell B<debputy> about it. For the build itself, usually you want to use
B<dh_debputy --plugin path/to/plugin.json>. But this option can still be useful for B<debputy check-manifest>
etc.
The other use-case is to load a plugin not installed into the plugin search directories. Notably, you can
use this to shadow an existing plugin, which can be useful for debugging and developing your plugin changes.
This option cannot be used with bundled plugins. As an example, both B<--plugin debputy> and
B<--plugin path/to/a/debputy.json> will result in an error.
=item B<--debputy-manifest> F<FILE>
If the command needs to parse a manifest, have it read F<FILE> instead of B<debian/debputy.manifest>.
Note this is mostly for testing as other features might not work correctly if the manifest is not aligned
with the current working directory.
=back
=head1 FILES
=over 4
=item F<debian/debputy.manifest>
Please see F</usr/share/doc/dh-debputy/MANIFEST-FORMAT.md.gz> for details on the format.
If you are converting your first package, you may want to read
F</usr/share/doc/dh-debputy/GETTING-STARTED-WITH-dh-debputy.md.gz> first.
Unlike most debhelper like tools, this file is per source package rather than
per binary package. Therefore, you I<cannot> use F<< debian/I<package>.debputy.manifest >>
to provide a specialized manifest for I<package>. Instead, all the needed parts
should be written into the manifest itself.
The B<--debputy-manifest> option can be used to have B<debputy> process manifest other
than F<debian/debputy.manifest>, which may be useful for testing or running
B<debputy check-manifest> but not much else.
=back
=head1 INTEGRATION LEVELS
The B<debputy> has multiple levels of integrations, which defines how much of the packaging
that B<debputy> is handling relative to the default B<dh> sequence. The following integrations
levels are available:
=over 4
=item dh-sequence-zz-debputy-rrr
This integration level replaces the minimal number of commands necessary to provide B<Rules-Requires-Root: no>
support for B<any> package (even those needing static ownership). The sequence is often compatible with
other B<debhelper> sequences. To use this B<debputy> integration level, any custom file ownership and
mode I<should> be migrated to the B<debian/debputy.manifest>. Custom binary package version (B<-v> to
B<dpkg-gencontrol>) is supported via the manifest.
This migration level corresponds to a B<Build-Depends> on B<dh-sequence-zz-debputy-rrr>.
The following debhelper commands are removed:
=over 4
=item -
dh_fixperms
=item -
dh_shlibdeps
=item -
dh_gencontrol
=item -
dh_md5sums
=item -
dh_builddeb
=back
Note the following B<debputy> features are disabled in this integration mode:
=over 4
=item -
Installation rule (the B<installations> keyword in the manifest). Any installation of content
that should go resulting B<.deb> or B<.udeb> should happen via B<debhelper>'s mechanisms such
as B<dh_install>.
=item -
Metadata detectors from plugins. Instead, substvars, maintscripts and triggers are handled and generated
per B<debhelper> conventions.
=back
=item dh-sequence-zz-debputy
With this integration level, B<debputy> will take over all installation of files into the packages.
This will replace basically all commands after the B<dh_auto_install> command in the standard B<dh> sequence.
This also makes the integration level incompatible with many debhelper add-ons, since they expect to run after
B<dh_auto_install> and assume contents will be materialized into F<< debian/I<package> >>.
This migration level corresponds to a B<Build-Depends> on B<dh-sequence-debputy> or B<dh-sequence-zz-debputy>.
=back
=head1 REPORTING BUGS
If you found a bug, please report it at L<https://salsa.debian.org/debian/debputy/-/issues>. For Debian users,
you can also use B<report debputy> if you prefer using the Debian Bug Tracker.
=head1 SEE ALSO
L<dh_debputy(1)>
=head1 AUTHOR
Niels Thykier <niels@thykier.net>
=cut
|