diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/developer/packaging-debian.rst | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/developer/packaging-debian.rst b/doc/developer/packaging-debian.rst index 1cca5758f..0bc3700cb 100644 --- a/doc/developer/packaging-debian.rst +++ b/doc/developer/packaging-debian.rst @@ -44,7 +44,7 @@ buster.) 5. (optional) Append a distribution identifier if needed (see below under :ref:`multi-dist`.) -6. Build Debian Package: +6. Build Debian Binary and/or Source Packages: .. code-block:: shell @@ -78,6 +78,14 @@ buster.) (git builds of the `master` or `stable/X.X` branches won't be signed by default since their target release is set to ``UNRELEASED``.) + * the ``--build=type`` accepts following options (see ``dpkg-buildpackage`` manual page): + + * ``source`` builds the source package + * ``any`` builds the architecture specific binary packages + * ``all`` build the architecture independent binary packages + * ``binary`` build the architecture specific and independent binary packages (alias for ``any,all``) + * ``full`` builds everything (alias for ``source,any,all``) + 7. Done! If all worked correctly, then you should end up with the Debian packages in |