[Python-modules-commits] r32604 - in packages/sip4/trunk/debian (changelog manpages/sip.1)

mitya57 at users.alioth.debian.org mitya57 at users.alioth.debian.org
Wed May 6 18:13:01 UTC 2015


    Date: Wednesday, May 6, 2015 @ 18:12:59
  Author: mitya57
Revision: 32604

Update sip.1 manpage, some options changed since last update.

Modified:
  packages/sip4/trunk/debian/changelog
  packages/sip4/trunk/debian/manpages/sip.1

Modified: packages/sip4/trunk/debian/changelog
===================================================================
--- packages/sip4/trunk/debian/changelog	2015-05-06 00:53:20 UTC (rev 32603)
+++ packages/sip4/trunk/debian/changelog	2015-05-06 18:12:59 UTC (rev 32604)
@@ -4,6 +4,7 @@
   * Be verbose when renaming extension files.
   * Add a temporary hack to use upstream stylesheet when building the
     documentation with Sphinx 1.2.
+  * Update sip.1 manpage, some options changed since last update.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Sat, 02 May 2015 19:22:59 +0300
 

Modified: packages/sip4/trunk/debian/manpages/sip.1
===================================================================
--- packages/sip4/trunk/debian/manpages/sip.1	2015-05-06 00:53:20 UTC (rev 32603)
+++ packages/sip4/trunk/debian/manpages/sip.1	2015-05-06 18:12:59 UTC (rev 32604)
@@ -2,12 +2,14 @@
 .\" Created by Ricardo Cardenes Medina <ricardo at conysis.com>
 .\" for the Debian 'sip' package
 .\"
-.TH SIP 1 "2014/09/13"
+.TH SIP 1 "2015/05/06"
 .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] [\-I dir] [\-j number] [\-k] [\-m file] [\-o] [\-p module] [\-P] [\-r] [\-s suffix] [\-t tag] [\-T] [\-w] [\-x feature] [\-X id:file] [\-z file] [file]
+[\-h] [\-V] [\-a\~file] [\-b\~file] [\-B\~tag] [\-c\~dir] [\-d\~file] [\-e] [\-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]
 .SH DESCRIPTION
 .B sip
 takes a set of specification files and generates C++ code, documentation and build files.
@@ -77,9 +79,6 @@
 .B \-t tag
 The version/platform to generate code for.
 .TP
-.B \-T
-Disable the timestamp in the header of generated files.
-.TP
 .B \-w
 Enable warning messages.
 .TP
@@ -91,7 +90,11 @@
 .TP
 .B \-z file
 The name of a file containing additional command line flags.
+This option is deprecated, use \fI at file\fR instead.
 .TP
+.B @file
+The name of a file containing more command line flags.
+.TP
 .B file
 The name of the file containing the specification. If you skip it,
 sip will expect to be fed by stdin.




More information about the Python-modules-commits mailing list