[Python-modules-commits] r10719 - in packages/boostpythongenerator/trunk/debian (15 files)

odyx-guest at users.alioth.debian.org odyx-guest at users.alioth.debian.org
Wed Dec 9 13:28:53 UTC 2009


    Date: Wednesday, December 9, 2009 @ 13:28:52
  Author: odyx-guest
Revision: 10719

Finalize the source split to boostpythongenerator

Added:
  packages/boostpythongenerator/trunk/debian/source/
  packages/boostpythongenerator/trunk/debian/source/format
Modified:
  packages/boostpythongenerator/trunk/debian/changelog
  packages/boostpythongenerator/trunk/debian/control
  packages/boostpythongenerator/trunk/debian/rules
  packages/boostpythongenerator/trunk/debian/watch
Deleted:
  packages/boostpythongenerator/trunk/debian/README.source
  packages/boostpythongenerator/trunk/debian/docgenerator.install
  packages/boostpythongenerator/trunk/debian/docgenerator.manpages
  packages/boostpythongenerator/trunk/debian/generatorrunner.install
  packages/boostpythongenerator/trunk/debian/generatorrunner.manpages
  packages/boostpythongenerator/trunk/debian/libgenrunner-dev.install
  packages/boostpythongenerator/trunk/debian/libgenrunner0.3.1.install
  packages/boostpythongenerator/trunk/debian/patches/fix_manpages.patch
  packages/boostpythongenerator/trunk/debian/patches/series

Deleted: packages/boostpythongenerator/trunk/debian/README.source
===================================================================
--- packages/boostpythongenerator/trunk/debian/README.source	2009-12-08 18:13:24 UTC (rev 10718)
+++ packages/boostpythongenerator/trunk/debian/README.source	2009-12-09 13:28:52 UTC (rev 10719)
@@ -1,11 +0,0 @@
-This package uses quilt for upstream source code patch management. Please read
-/usr/share/doc/quilt/README.source for more information how to apply, unapply,
-add, modify or remove patches.
-
-Please note that /usr/share/doc/quilt/README.source is only available in quilt
-version 0.46-4.1 or later.
-
-To use quilt with dh:
- - add debhelper (>= 7.2.14) build dependency
- - add quilt (>= 0.46-7) build dependency
- - use quilt addon (e.g. dh --with quilt $@)

Modified: packages/boostpythongenerator/trunk/debian/changelog
===================================================================
--- packages/boostpythongenerator/trunk/debian/changelog	2009-12-08 18:13:24 UTC (rev 10718)
+++ packages/boostpythongenerator/trunk/debian/changelog	2009-12-09 13:28:52 UTC (rev 10719)
@@ -1,3 +1,11 @@
+boostpythongenerator (0.3.2-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+    - Upstream source split between generatorrunner and boostpythongenerator.
+  * Convert to Source format 3.0 (quilt)
+
+ -- Didier Raboud <didier at raboud.com>  Tue, 03 Nov 2009 15:44:39 +0100
+
 generatorrunner (0.3.1-1) unstable; urgency=low
 
   * Initial Debian release (Closes: #543719)

Modified: packages/boostpythongenerator/trunk/debian/control
===================================================================
--- packages/boostpythongenerator/trunk/debian/control	2009-12-08 18:13:24 UTC (rev 10718)
+++ packages/boostpythongenerator/trunk/debian/control	2009-12-09 13:28:52 UTC (rev 10719)
@@ -1,67 +1,18 @@
-Source: generatorrunner
+Source: boostpythongenerator
 Section: devel
 Priority: extra
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Didier Raboud <didier at raboud.com>
-Build-Depends: debhelper (>= 7.3.12), quilt (>= 0.46-7), libapiextractor-dev (>= 0.3.1), libqt4-dev (>= 4.5), cmake (>= 2.6.0)
+Build-Depends: debhelper (>= 7.3.12), libapiextractor-dev (>= 0.3.1), libqt4-dev (>= 4.5), cmake (>= 2.6.0)
 Standards-Version: 3.8.3
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/generatorrunner/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/generatorrunner/?op=log
 Homepage: http://www.pyside.org/home-binding/binding-generator/
 
-Package: libgenrunner0.3.1
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Recommends: generatorrunner (=${binary:Version}) 
-Description: generatorrunner dedicated library
- Generatorrunner is a plugin-based application to run apiextractor-based
- generators.
- .
- This package contains its dedicated library.
-
-Package: libgenrunner-dev
-Architecture: any
-Section: libdevel
-Depends: libgenrunner0.3.1 (= ${binary:Version}), libapiextractor-dev (>= 0.3.1), ${shlibs:Depends}, ${misc:Depends}
-Description: generatorrunner dedicated library headers
- Generatorrunner is a plugin-based application to run apiextractor-based
- generators.
- .
- This package contains its dedicated library headers
-
-Package: generatorrunner
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Recommends: docgenerator, boostpythongenerator
-Description: Plugin-based application to run apiextractor-based generators
- Runs generator plugins, such as docgenerator or boostpythongenerator.
- .
- 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.
-
-Package: docgenerator
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends},
-         generatorrunner (= ${binary:Version})
-Description: Generator plugin for python bindings documentation
- Generates documentation for C++ library bindings using sphinx.
- .
- 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.
-
 Package: boostpythongenerator
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends},
-         generatorrunner (= ${binary:Version})
+         generatorrunner (>= 0.3.2a)
 Description: Binding source code generator for Boost::Python
  Generates Boost::Python-based bindings for qt based libraries.
  .
@@ -72,11 +23,13 @@
  documentation, or anything you want) for the target language for which it was
  written.
 
-Package: generatorrunner-dbg
+Package: boostpythongenerator-dbg
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, generatorrunner (>= ${binary:Version}), docgenerator (>= ${binary:Version}), boostpythongenerator (>= ${binary:Version}), libgenrunner0.3.1 (>= ${binary:Version})
+Depends: boostpythongenerator (>= ${binary:Version})
+Replaces: generatorrunner-dbg (< 0.3.2)
+Conflicts: generatorrunner-dbg (< 0.3.2)
 Section: debug
-Description: Debugging symbols for generatorrunner, and its brothers
+Description: Debugging symbols for boostpythongenerator
  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,
@@ -84,5 +37,4 @@
  documentation, or anything you want) for the target language for which it was
  written.
  .
- This package contains the debugging symbols for generatorrunner, docgenerator,
- boostpythongenerator and libgenrunner0.3.1.
+ This package contains the debugging symbols for boostpythongenerator.

Deleted: packages/boostpythongenerator/trunk/debian/docgenerator.install
===================================================================
--- packages/boostpythongenerator/trunk/debian/docgenerator.install	2009-12-08 18:13:24 UTC (rev 10718)
+++ packages/boostpythongenerator/trunk/debian/docgenerator.install	2009-12-09 13:28:52 UTC (rev 10719)
@@ -1,2 +0,0 @@
-usr/bin/docgenerator
-usr/lib/generatorrunner/libqtdoc_generator.so

Deleted: packages/boostpythongenerator/trunk/debian/docgenerator.manpages
===================================================================
--- packages/boostpythongenerator/trunk/debian/docgenerator.manpages	2009-12-08 18:13:24 UTC (rev 10718)
+++ packages/boostpythongenerator/trunk/debian/docgenerator.manpages	2009-12-09 13:28:52 UTC (rev 10719)
@@ -1 +0,0 @@
-docgenerator.1

Deleted: packages/boostpythongenerator/trunk/debian/generatorrunner.install
===================================================================
--- packages/boostpythongenerator/trunk/debian/generatorrunner.install	2009-12-08 18:13:24 UTC (rev 10718)
+++ packages/boostpythongenerator/trunk/debian/generatorrunner.install	2009-12-09 13:28:52 UTC (rev 10719)
@@ -1 +0,0 @@
-usr/bin/generatorrunner

Deleted: packages/boostpythongenerator/trunk/debian/generatorrunner.manpages
===================================================================
--- packages/boostpythongenerator/trunk/debian/generatorrunner.manpages	2009-12-08 18:13:24 UTC (rev 10718)
+++ packages/boostpythongenerator/trunk/debian/generatorrunner.manpages	2009-12-09 13:28:52 UTC (rev 10719)
@@ -1 +0,0 @@
-generatorrunner.1

Deleted: packages/boostpythongenerator/trunk/debian/libgenrunner-dev.install
===================================================================
--- packages/boostpythongenerator/trunk/debian/libgenrunner-dev.install	2009-12-08 18:13:24 UTC (rev 10718)
+++ packages/boostpythongenerator/trunk/debian/libgenrunner-dev.install	2009-12-09 13:28:52 UTC (rev 10719)
@@ -1,4 +0,0 @@
-usr/include/*
-usr/lib/pkgconfig/*
-usr/share/cmake-2.6/*
-usr/lib/libgenrunner.so

Deleted: packages/boostpythongenerator/trunk/debian/libgenrunner0.3.1.install
===================================================================
--- packages/boostpythongenerator/trunk/debian/libgenrunner0.3.1.install	2009-12-08 18:13:24 UTC (rev 10718)
+++ packages/boostpythongenerator/trunk/debian/libgenrunner0.3.1.install	2009-12-09 13:28:52 UTC (rev 10719)
@@ -1 +0,0 @@
-usr/lib/lib*.so.*

Deleted: packages/boostpythongenerator/trunk/debian/patches/fix_manpages.patch
===================================================================
--- packages/boostpythongenerator/trunk/debian/patches/fix_manpages.patch	2009-12-08 18:13:24 UTC (rev 10718)
+++ packages/boostpythongenerator/trunk/debian/patches/fix_manpages.patch	2009-12-09 13:28:52 UTC (rev 10719)
@@ -1,101 +0,0 @@
-Description: Fixes the hyphens-used-as-minus lintian warning.
-Forwarded:   http://bugs.openbossa.org/78
-Author:      Didier Raboud <didier at raboud.com>
-Last-Update: 2009-10-13
-Index: generatorrunner-0.3.1/generatorrunner.1
-===================================================================
---- generatorrunner-0.3.1.orig/generatorrunner.1	2009-10-09 16:27:42.000000000 +0200
-+++ generatorrunner-0.3.1/generatorrunner.1	2009-10-09 16:31:38.000000000 +0200
-@@ -1,22 +1,22 @@
- .TH GENERATORRUNNER 1 "SEPTEMBER 2009" Linux "User Manuals"
- .SH NAME
--generatorrunner \- plugin-based code generator
-+generatorrunner - plugin-based code generator
- .SH SYNOPSIS
--.B generatorrunner --generatorSet=<plugin name> [options] header\-file typesystem\-file
-+.B generatorrunner \-\-generatorSet=<plugin name> [options] header-file typesystem-file
- .B ...
- .SH DESCRIPTION
- .B generatorrunner
- is a utility that uses the information taken from APIExtractor
- related to the provided C++ headers and typesystem files and execute
- generators using this information. Generators are plugins and you need
--to specify one using the --generatorSet parameter. At the moment there 
-+to specify one using the \-\-generatorSet parameter. At the moment there 
- are two generators available:
- 
- .B boostpython
- \- Generates Boost::Python-based wrappers that compound a Python binding
- for the library described in the typesystem, making the C++ classes available
- for Python developers. Can be called by supplying
--.B --generatorSet=boostpython
-+.B \-\-generatorSet=boostpython
- to 
- .B generatorrunner
- or by calling the convenience executable
-@@ -28,7 +28,7 @@
- documentation syntax, using the XML files created by the documentation tool 
- .B (qdoc3).
- Can be called supplying
--.B --generatorSet=qtdoc
-+.B \-\-generatorSet=qtdoc
- to 
- .B generatorrunner
- or by calling the convenience executable
-@@ -43,40 +43,40 @@
- 
- .SH OPTIONS
- .SS "General options"
--.IP --debug-level=[sparse|medium|full]
-+.IP \-\-debug-level=[sparse|medium|full]
- The amount of messages displayed.
--.IP --documentation-only
-+.IP \-\-documentation-only
- Only generates the documentation.
- .TP
--.BI --help \fR,\fP -h \fR,\fP  -?
-+.BI \-\-help \fR,\fP \-h \fR,\fP  -?
- Prints the usage message.
--.IP --include-paths=\fI<path>[:path:..]\fR
-+.IP \-\-include\-paths=\fI<path>[:path:..]\fR
- The directories where the generator will search for the
--headers. Works like gcc's -I flag.
--.IP --license-file=\fI[licensefile]\fR
-+headers. Works like gcc's \-I flag.
-+.IP \-\-license\-file=\fI[licensefile]\fR
- Template for copyright headers of generated files.
--.IP --no-supress-warnings
-+.IP \-\-no\-supress\-warnings
- Show all warnings.
--.IP --output-directory=\fI[dir]\fR
-+.IP \-\-output\-directory=\fI[dir]\fR
- The directory where the generated files will be written.
--.IP --silent
-+.IP \-\-silent
- Avoid printing any messages.
--.IP --typesytem-paths=\fI<path>[:path:..]\fR
-+.IP \-\-typesytem\-paths=\fI<path>[:path:..]\fR
- The directories where the generator will search for the
- external typesystems referred by the main one.
--.IP --version
-+.IP \-\-version
- Displays the current version.
- .SS "Specific to boostpython plugin"
--.IP --disable-named-arg
-+.IP \-\-disable\-named\-arg
- Drops support for named args.
- .SS "Specific to qtdoc plugin"
--.IP --documentation-code-snippets-dir
-+.IP \-\-documentation\-code\-snippets\-dir
- Directory used to search code snippets used by the documentation
--.IP --documentation-data-dir
-+.IP \-\-documentation\-data\-dir
- Directory with XML files generated by documentation tool (qdoc3 or Doxygen)
--.IP --documentation-out-dir
-+.IP \-\-documentation\-out\-dir
- The directory where the generated documentation files will be written
--.IP --library-source-dir
-+.IP \-\-library\-source\-dir
- Directory where library source code is located
- 
- .SH AUTHORS

Deleted: packages/boostpythongenerator/trunk/debian/patches/series
===================================================================
--- packages/boostpythongenerator/trunk/debian/patches/series	2009-12-08 18:13:24 UTC (rev 10718)
+++ packages/boostpythongenerator/trunk/debian/patches/series	2009-12-09 13:28:52 UTC (rev 10719)
@@ -1 +0,0 @@
-fix_manpages.patch

Modified: packages/boostpythongenerator/trunk/debian/rules
===================================================================
--- packages/boostpythongenerator/trunk/debian/rules	2009-12-08 18:13:24 UTC (rev 10718)
+++ packages/boostpythongenerator/trunk/debian/rules	2009-12-09 13:28:52 UTC (rev 10719)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with=quilt --buildsystem=cmake $@
+	dh --buildsystem=cmake $@
 
 override_dh_strip:
-	dh_strip --dbg-package=generatorrunner-dbg
+	dh_strip --dbg-package=boostpythongenerator-dbg

Added: packages/boostpythongenerator/trunk/debian/source/format
===================================================================
--- packages/boostpythongenerator/trunk/debian/source/format	                        (rev 0)
+++ packages/boostpythongenerator/trunk/debian/source/format	2009-12-09 13:28:52 UTC (rev 10719)
@@ -0,0 +1 @@
+3.0 (quilt)

Modified: packages/boostpythongenerator/trunk/debian/watch
===================================================================
--- packages/boostpythongenerator/trunk/debian/watch	2009-12-08 18:13:24 UTC (rev 10718)
+++ packages/boostpythongenerator/trunk/debian/watch	2009-12-09 13:28:52 UTC (rev 10719)
@@ -1,2 +1,2 @@
 version=3
-http://www.pyside.org/files/generatorrunner-([\d\.]*).tar.bz2
+http://www.pyside.org/files/boostpythongenerator-([\d\.]*).tar.bz2




More information about the Python-modules-commits mailing list