[Python-modules-commits] r9523 - in packages/boostpythongenerator/trunk/debian (6 files)

odyx-guest at users.alioth.debian.org odyx-guest at users.alioth.debian.org
Thu Aug 27 08:47:29 UTC 2009


    Date: Thursday, August 27, 2009 @ 08:47:29
  Author: odyx-guest
Revision: 9523

boostpythongenerator: WIP

  * debian/control
    - Update description                                                      
  * debian/boostpythongenerator.1                                             
    - Fix "hyphens-as-minuses" and various other fixes?\226?\128?\166                       
  * debian/copyright: Update.

Added:
  packages/boostpythongenerator/trunk/debian/TODO
  packages/boostpythongenerator/trunk/debian/watch
Modified:
  packages/boostpythongenerator/trunk/debian/boostpythongenerator.1
  packages/boostpythongenerator/trunk/debian/changelog
  packages/boostpythongenerator/trunk/debian/control
  packages/boostpythongenerator/trunk/debian/copyright

Added: packages/boostpythongenerator/trunk/debian/TODO
===================================================================
--- packages/boostpythongenerator/trunk/debian/TODO	                        (rev 0)
+++ packages/boostpythongenerator/trunk/debian/TODO	2009-08-27 08:47:29 UTC (rev 9523)
@@ -0,0 +1,3 @@
+TODO for BoostPythonGenerator:
+
+* Merge the manpage upstream

Modified: packages/boostpythongenerator/trunk/debian/boostpythongenerator.1
===================================================================
--- packages/boostpythongenerator/trunk/debian/boostpythongenerator.1	2009-08-27 08:21:49 UTC (rev 9522)
+++ packages/boostpythongenerator/trunk/debian/boostpythongenerator.1	2009-08-27 08:47:29 UTC (rev 9523)
@@ -8,14 +8,14 @@
 .B boostpythongenerator
 is a utility that parses a collection of C++
 headers and typesystem files, generating
-boost::python-based wrappers, making the C++
+boost::python\-based wrappers, making the C++
 classes available for Python developers.
 .SH OPTIONS
 .IP --debug-level=[sparse|medium|full]
 The amount of messages displayed.
 .IP --silent
 Avoid printing any message.
-.IP --help, -h or -?
+.IP --help\,\ \-h\ or\ ?
 Prints the usage message.
 .IP --no-supress-warnings
 Show all warnings.
@@ -23,7 +23,7 @@
 The directory where the generated files will be written.
 .IP --include-paths=\fI<path>[:path:..]\fR
 The directories where the generator will search the
-headers. Works like gcc -I flag.
+headers. Works like gcc \-I flag.
 .IP --typesytem-paths=\fI<path>[:path:..]\fR
 The directories where the generator will search the
 external typesystems referred by the main one.

Modified: packages/boostpythongenerator/trunk/debian/changelog
===================================================================
--- packages/boostpythongenerator/trunk/debian/changelog	2009-08-27 08:21:49 UTC (rev 9522)
+++ packages/boostpythongenerator/trunk/debian/changelog	2009-08-27 08:47:29 UTC (rev 9523)
@@ -10,8 +10,10 @@
     - Update Maintainer to Debian Python Modules Team
     - Add myself to Uploaders
     - Add Homepage and Vcs-* fields
-  #    - Update descriptions
-  #  * debian/copyright: Update.
+    - Update description
+  * debian/boostpythongenerator.1
+    - Fix "hyphens-as-minuses" and various other fixes…
+  * debian/copyright: Update.
   * Bump Standards to 3.8.3
 
  -- Didier Raboud <didier at raboud.com>  Wed, 26 Aug 2009 13:30:00 +0200

Modified: packages/boostpythongenerator/trunk/debian/control
===================================================================
--- packages/boostpythongenerator/trunk/debian/control	2009-08-27 08:21:49 UTC (rev 9522)
+++ packages/boostpythongenerator/trunk/debian/control	2009-08-27 08:47:29 UTC (rev 9523)
@@ -13,5 +13,10 @@
 Package: boostpythongenerator
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Generates Python bindings for qt based libraries
- Generates Boost::Python-based bindings for qt based libraries.
+Description: Binding source code generator for Boost::Python
+ The Binding Generator is a utility that parses the headers for a given C/C++
+ library and modifies this data with the information and guides from XML files
+ (called typesystem files) containing complementar semantic information,
+ modifications, renamings, etc, in order to generate binding source code (or
+ documentation, or anything you want) for the target language for which it was
+ written.

Modified: packages/boostpythongenerator/trunk/debian/copyright
===================================================================
--- packages/boostpythongenerator/trunk/debian/copyright	2009-08-27 08:21:49 UTC (rev 9522)
+++ packages/boostpythongenerator/trunk/debian/copyright	2009-08-27 08:47:29 UTC (rev 9523)
@@ -26,9 +26,13 @@
     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 
     On Debian systems, the complete text of the GNU General Public License
-    can be found in `/usr/share/common-licenses/GPL'.
+    can be found in `/usr/share/common-licenses/GPL-2'.
 
 
-The Debian packaging is (C) 2009, Nokia Corporation and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+The Debian packaging is
 
+    Copyright (C) 2009, Nokia Corporation and
+    Copyright (C) 2009, Didier Raboud
+
+is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'.
+

Added: packages/boostpythongenerator/trunk/debian/watch
===================================================================
--- packages/boostpythongenerator/trunk/debian/watch	                        (rev 0)
+++ packages/boostpythongenerator/trunk/debian/watch	2009-08-27 08:47:29 UTC (rev 9523)
@@ -0,0 +1,2 @@
+version=3
+http://www.pyside.org/files/boostpythongenerator-([\d\.]*).tar.bz2




More information about the Python-modules-commits mailing list