From e14fc7a09fe52d45dfa62f5383d4536d51b263ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 10 Jan 2022 16:52:44 +0100 Subject: DEB sip4-tqt: Update packaging after renaming binaries to sip-tqt. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- .../sip4-tqt/debian/manpages/sip-tqt.1 | 86 ++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 debian/_base/dependencies/sip4-tqt/debian/manpages/sip-tqt.1 (limited to 'debian/_base/dependencies/sip4-tqt/debian/manpages/sip-tqt.1') diff --git a/debian/_base/dependencies/sip4-tqt/debian/manpages/sip-tqt.1 b/debian/_base/dependencies/sip4-tqt/debian/manpages/sip-tqt.1 new file mode 100644 index 000000000..ef824974f --- /dev/null +++ b/debian/_base/dependencies/sip4-tqt/debian/manpages/sip-tqt.1 @@ -0,0 +1,86 @@ +.\" +.\" Created by Ricardo Cárdenes Medina +.\" for the Debian 'sip-tqt' package +.\" +.TH SIP-TQT 1 "2010/02/02" +.SH NAME +sip-tqt \- generates C++/Python bindings +.SH SYNOPSIS +.B sip-tqt +[\fI-h\fR] [\fI-V\fR] [\fI-a file\fR] [\fI-c dir\fR] [\fI-d file\fR] [\fI-e\fR] [\fI-g\fR] [\fI-I dir\fR] [\fI-j #\fR] [\fI-k\fR] [\fI-m file\fR] [\fI-o\fR] [\fI-p module\fR] [\fI-P\fR] [\fI-r\fR] [\fI-s suffix\fR] [\fI-t tag\fR] [\fI-w\fR] [\fI-x feature\fR] [\fI-z file\fR] [\fIfile\fR] +.SH DESCRIPTION +.B sip-tqt +takes a set of specification files and generates C++ code, documentation and build files. + +The format of the needed specification file is similar to a C++ header. +sip-tqt includes run-time support for the generated code. +.SH OPTIONS +.TP +.B \-h +Show summary of options. +.TP +.B \-V +Display the sip-tqt version number +.TP +.B \-a file +The name of the QScintilla API file. If not indicated, it will not +be generated. +.TP +.B \-b file +The name of the build file. If not indicated, it will not be generated. +.TP +.B \-c dir +The name of the directory where generated source file will be put. +If not indicated, no code will be generated. +.TP +.B -d file +The name of the documentation file. If not indicated, no documentation will be generated. +.TP +.B -e +Enable support for exceptions. Disabled by default. +.TP +.B -g +Always release and reaquire the GIL. +.TP +.B -I dir +Directory where sip-tqt can search for included files. +.TP +.B -j number +Splits the generated code in \fInumber\fR files (1 by default). This +flag was added for parallel compilation on SMP machines. +.TP +.B -m file +The name of the XML export file. If not indicated, the file will not be generated. +.TP +.B -p module +Give the name of the consolidated module this module should be a part of. +.TP +.B -P +Enable the protected/public hack. +.TP +.B -r +Enable tracing on generated code. +.TP +.B -s suffix +The suffix used for generated C or C++ files (".c" or ".cpp" if none specified) +.TP +.B -t tag +The primary version to tag generate code for. You only can specify those +defined with a %Timeline directive. If you don't specify one, sip-tqt +will generate the latest available. +.TP +.B -w +Enable warning messages +.TP +.B -x feature +Disable a feature +.TP +.B -z file +The name of a file containing additional command line flags +.TP +.B file +The name of the file containing the specification. If you skip it, +sip-tqt will expect to be fed by stdin. +.SH AUTHOR +This manual page was written by Ricardo Javier Cardenes Medina and Torsten Marek , +for the Debian GNU/Linux system (but may be used by others). -- cgit v1.2.1