[Python-modules-commits] [sip4] 01/01: Document the new -D option in sip manpage.
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Wed Feb 15 19:48:55 UTC 2017
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch master
in repository sip4.
commit 73b31982bcf9a0d3556c444edb92f4e59de8ddf7
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Wed Feb 15 22:48:51 2017 +0300
Document the new -D option in sip manpage.
---
debian/changelog | 6 ++++++
debian/manpages/sip.1 | 7 +++++--
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ac360db..a47126f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+sip4 (4.19.1+dfsg-3) UNRELEASED; urgency=medium
+
+ * Document the new -D option in sip manpage.
+
+ -- Dmitry Shachnev <mitya57 at debian.org> Wed, 15 Feb 2017 22:48:16 +0300
+
sip4 (4.19.1+dfsg-2) experimental; urgency=medium
* Brown paper bag upload.
diff --git a/debian/manpages/sip.1 b/debian/manpages/sip.1
index 193cac8..83b5df4 100644
--- a/debian/manpages/sip.1
+++ b/debian/manpages/sip.1
@@ -2,12 +2,12 @@
.\" Created by Ricardo Cardenes Medina <ricardo at conysis.com>
.\" for the Debian 'sip' package
.\"
-.TH SIP 1 "2016/04/26"
+.TH SIP 1 "2017/02/15"
.SH NAME
sip \- generates C++/Python bindings
.SH SYNOPSIS
.B sip
-[\-h] [\-V] [\-a\~file] [\-b\~file] [\-B\~tag] [\-c\~dir] [\-d\~file] [\-e] [\-f] [\-g]
+[\-h] [\-V] [\-a\~file] [\-b\~file] [\-B\~tag] [\-c\~dir] [\-d\~file] [\-D] [\-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] [\-y\~file] [\-z\~file] [@file] [file]
.SH DESCRIPTION
@@ -42,6 +42,9 @@ If not indicated, no code will be generated.
The name of the documentation file (deprecated).
If not indicated, no documentation will be generated.
.TP
+.B \-D
+Generate code for a debug build of Python.
+.TP
.B \-e
Enable support for exceptions. Disabled by default.
.TP
--
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