summaryrefslogtreecommitdiffstats
path: root/src/debputy/commands/deb_packer.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/debputy/commands/deb_packer.py')
-rw-r--r--src/debputy/commands/deb_packer.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/debputy/commands/deb_packer.py b/src/debputy/commands/deb_packer.py
index 8c61099..986a8fa 100644
--- a/src/debputy/commands/deb_packer.py
+++ b/src/debputy/commands/deb_packer.py
@@ -288,7 +288,7 @@ def parse_args() -> argparse.Namespace:
THIS IS A PROTOTYPE "dpkg-deb -b" emulator with basic manifest support
DO NOT USE THIS TOOL DIRECTLY. It has not stability guarantees and will be removed as
- soon as "dpkg-deb -b" grows support for the relevant features.
+ soon as "dpkg-deb -b" grows support for the relevant features.
This tool is a prototype "dpkg-deb -b"-like interface for compiling a Debian package
without requiring root even for static ownership. It is a temporary stand-in for
@@ -297,7 +297,7 @@ def parse_args() -> argparse.Namespace:
The tool operates on an internal JSON based manifest for now, because it was faster
than building an mtree parser (which is the format that dpkg will likely end up
using).
-
+
As the tool is not meant to be used directly, it is full of annoying paper cuts that
I refuse to fix or maintain. Use the high level tool instead.