summaryrefslogtreecommitdiff
path: root/doc/developer/packaging-debian.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/developer/packaging-debian.rst')
-rw-r--r--doc/developer/packaging-debian.rst16
1 files changed, 5 insertions, 11 deletions
diff --git a/doc/developer/packaging-debian.rst b/doc/developer/packaging-debian.rst
index 1ace8f5f78..8745bf9063 100644
--- a/doc/developer/packaging-debian.rst
+++ b/doc/developer/packaging-debian.rst
@@ -31,21 +31,15 @@ buster.)
sudo mk-build-deps --install debian/control
-5. Run ``bootstrap.sh``:
-
- (This step should be omitted if you are using a "debian" branch, as opposed
- to the "master", a "stable/X.X" or any other non-"debian" branch.)
+5. Run ``tools/tarsource.sh -V``:
.. code-block:: shell
- ./bootstrap.sh
- ./configure --with-pkg-extra-version=-MyDebPkgVersion
-
- .. note::
+ ./tools/tarsource.sh -V
- Configure parameters are not important for the Debian Package building -
- except the `with-pkg-extra-version` if you want to give the Debian
- package a specific name to mark your own unoffical build.
+ This script sets up the `debian/changelog-auto` file with proper version
+ information. If you want to append a local build identifier, look at the
+ `-e` option.
6. Build Debian Package