[Python-modules-commits] [sip4] 01/01: Document two new options in sip.1 manpage.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Tue Apr 26 12:59:47 UTC 2016


This is an automated email from the git hooks/post-receive script.

mitya57 pushed a commit to branch master
in repository sip4.

commit ea11bb48bce4d61f6cd6a02fdabe1b8216bb8baa
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Tue Apr 26 15:59:41 2016 +0300

    Document two new options in sip.1 manpage.
---
 debian/changelog      |  6 ++++++
 debian/manpages/sip.1 | 12 +++++++++---
 2 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 77de04f..9d44928 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+sip4 (4.18+dfsg-2) UNRELEASED; urgency=medium
+
+  * Document two new options in sip.1 manpage.
+
+ -- Dmitry Shachnev <mitya57 at debian.org>  Tue, 26 Apr 2016 15:58:52 +0300
+
 sip4 (4.18+dfsg-1) unstable; urgency=medium
 
   [ Scott Kitterman ]
diff --git a/debian/manpages/sip.1 b/debian/manpages/sip.1
index 9be4666..193cac8 100644
--- a/debian/manpages/sip.1
+++ b/debian/manpages/sip.1
@@ -2,14 +2,14 @@
 .\" Created by Ricardo Cardenes Medina <ricardo at conysis.com>
 .\" for the Debian 'sip' package
 .\"
-.TH SIP 1 "2015/05/06"
+.TH SIP 1 "2016/04/26"
 .SH NAME
 sip \- generates C++/Python bindings
 .SH SYNOPSIS
 .B sip
-[\-h] [\-V] [\-a\~file] [\-b\~file] [\-B\~tag] [\-c\~dir] [\-d\~file] [\-e] [\-g]
+[\-h] [\-V] [\-a\~file] [\-b\~file] [\-B\~tag] [\-c\~dir] [\-d\~file] [\-e] [\-f] [\-g]
 [\-I\~dir] [\-j\~number] [\-k] [\-m\~file] [\-o] [\-p\~module] [\-P] [\-r] [\-s\~suffix]
-[\-t\~tag] [\-w] [\-x\~feature] [\-X\~id:file] [\-z\~file] [@file] [file]
+[\-t\~tag] [\-w] [\-x\~feature] [\-X\~id:file] [\-y\~file] [\-z\~file] [@file] [file]
 .SH DESCRIPTION
 .B sip
 takes a set of specification files and generates C++ code, documentation and build files.
@@ -45,6 +45,9 @@ If not indicated, no documentation will be generated.
 .B \-e
 Enable support for exceptions. Disabled by default.
 .TP
+.B \-f
+Handle warnings as errors.
+.TP
 .B \-g
 Always release and reacquire the GIL.
 .TP
@@ -88,6 +91,9 @@ Disable a feature.
 .B \-X id:file
 Create the extracts for an \fIid\fR in a \fIfile\fR.
 .TP
+.B \-y file
+The name of the .pyi stub file to generate. If not indicated, it will not be generated.
+.TP
 .B \-z file
 The name of a file containing additional command line flags.
 This option is deprecated, use \fI at file\fR instead.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sip4.git



More information about the Python-modules-commits mailing list