[neon/forks/sip6/Neon/release] debian: Document the --abi-version option in the manpages.
Dmitry Shachnev
null at kde.org
Sun Aug 17 07:48:50 BST 2025
Git commit bdc6f469dcd2c62e0d54ada123d65e6eca901514 by Dmitry Shachnev.
Committed on 02/02/2025 at 18:22.
Pushed by carlosdem into branch 'Neon/release'.
Document the --abi-version option in the manpages.
M +1 -0 debian/changelog
M +6 -0 debian/manpages/sip-build.1
M +6 -0 debian/manpages/sip-install.1
M +6 -0 debian/manpages/sip-wheel.1
https://invent.kde.org/neon/forks/sip6/-/commit/bdc6f469dcd2c62e0d54ada123d65e6eca901514
diff --git a/debian/changelog b/debian/changelog
index 28c68dd..cb8b928 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ sip6 (6.10.0-1) UNRELEASED; urgency=medium
* New upstream release.
* Refresh patches for the new release.
* Pass write_tables=False to yacc to fix runtime warnings.
+ * Document the --abi-version option in the manpages.
-- Dmitry Shachnev <mitya57 at debian.org> Fri, 13 Dec 2024 12:18:51 +0300
diff --git a/debian/manpages/sip-build.1 b/debian/manpages/sip-build.1
index 679d2d9..f3ed129 100644
--- a/debian/manpages/sip-build.1
+++ b/debian/manpages/sip-build.1
@@ -26,6 +26,12 @@ All progress messages are disabled.
.B \-\-verbose
Verbose progress messages are enabled.
.TP
+.B \-\-abi\-version M[.N]
+The version number of the ABI of the \fBsip\fP module to target is
+\fBM.N\fP\&. By default the latest major version is used. If the minor
+version is not specified then the latest minor version of the major version
+is used.
+.TP
.B \-\-api\-dir DIR
A QScintilla \fB\&.api\fP file is created in \fBDIR\fP\&.
.TP
diff --git a/debian/manpages/sip-install.1 b/debian/manpages/sip-install.1
index 58a80ef..8a92bd2 100644
--- a/debian/manpages/sip-install.1
+++ b/debian/manpages/sip-install.1
@@ -25,6 +25,12 @@ All progress messages are disabled.
.B \-\-verbose
Verbose progress messages are enabled.
.TP
+.B \-\-abi\-version M[.N]
+The version number of the ABI of the \fBsip\fP module to target is
+\fBM.N\fP\&. By default the latest major version is used. If the minor
+version is not specified then the latest minor version of the major version
+is used.
+.TP
.B \-\-api\-dir DIR
A QScintilla \fB\&.api\fP file is created in \fBDIR\fP\&.
.TP
diff --git a/debian/manpages/sip-wheel.1 b/debian/manpages/sip-wheel.1
index bb5bb01..414f06e 100644
--- a/debian/manpages/sip-wheel.1
+++ b/debian/manpages/sip-wheel.1
@@ -26,6 +26,12 @@ All progress messages are disabled.
.B \-\-verbose
Verbose progress messages are enabled.
.TP
+.B \-\-abi\-version M[.N]
+The version number of the ABI of the \fBsip\fP module to target is
+\fBM.N\fP\&. By default the latest major version is used. If the minor
+version is not specified then the latest minor version of the major version
+is used.
+.TP
.B \-\-api\-dir DIR
A QScintilla \fB\&.api\fP file is created in \fBDIR\fP\&. This must be a name
relative to the directory where the wheel will be installed.
More information about the Neon-commits
mailing list