[Python-modules-commits] r9503 - in packages/boostpythongenerator/boostpythongenerator/trunk (10 files)

odyx-guest at users.alioth.debian.org odyx-guest at users.alioth.debian.org
Wed Aug 26 15:46:30 UTC 2009


    Date: Wednesday, August 26, 2009 @ 15:46:29
  Author: odyx-guest
Revision: 9503

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/boostpythongenerator/boostpythongenerator/trunk/debian/
  packages/boostpythongenerator/boostpythongenerator/trunk/debian/boostpythongenerator.1
  packages/boostpythongenerator/boostpythongenerator/trunk/debian/boostpythongenerator.manpages
  packages/boostpythongenerator/boostpythongenerator/trunk/debian/changelog
  packages/boostpythongenerator/boostpythongenerator/trunk/debian/cmake.mk
  packages/boostpythongenerator/boostpythongenerator/trunk/debian/compat
  packages/boostpythongenerator/boostpythongenerator/trunk/debian/control
  packages/boostpythongenerator/boostpythongenerator/trunk/debian/copyright
  packages/boostpythongenerator/boostpythongenerator/trunk/debian/rules
Modified:
  packages/boostpythongenerator/boostpythongenerator/trunk/docgenerator.cpp


Property changes on: packages/boostpythongenerator/boostpythongenerator/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/boostpythongenerator/boostpythongenerator/trunk/debian/boostpythongenerator.1
===================================================================
--- packages/boostpythongenerator/boostpythongenerator/trunk/debian/boostpythongenerator.1	                        (rev 0)
+++ packages/boostpythongenerator/boostpythongenerator/trunk/debian/boostpythongenerator.1	2009-08-26 15:46:29 UTC (rev 9503)
@@ -0,0 +1,49 @@
+.TH BOOSTPYTHONGENERATOR 1 "JULY 2009" Linux "User Manuals"
+.SH NAME
+boostpythongeneator \- generator of python bindings
+.SH SYNOPSIS
+.B boostpythongenerator [options] header\-file typesystem\-file
+.B ...
+.SH DESCRIPTION
+.B boostpythongenerator
+is a utility that parses a collection of C++
+headers and typesystem files, generating
+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 -?
+Prints the usage message.
+.IP --no-supress-warnings
+Show all warnings.
+.IP --output-directory=\fI[dir]\fR
+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.
+.IP --typesytem-paths=\fI<path>[:path:..]\fR
+The directories where the generator will search the
+external typesystems referred by the main one.
+.IP --print-stdout
+Print to stdout instead of stderr.
+.IP --qt-source-dir
+Define the qt source directory.
+.IP --documentation-data-dir=\fI[dir]\fR
+Directory with documentation xml extracted from
+qt source by qdoc3.
+.IP --documentation-out-dir=\fI[dir]\fR
+Output directory for documentation files.
+.IP --documentation-code-snippets-dir=\fI[dir]\fR
+Directory with code snippets for documentation.
+.IP --documentation-only
+Only generates the documentation.
+.IP --license-file=\fI[licensefile]\fR
+Template for copyright headers of generated files.
+.IP --disable-named-arg
+Drops support for named args.
+.SH AUTHOR
+Lauro Moura <lauro.neto at openbossa dot org>
+

Added: packages/boostpythongenerator/boostpythongenerator/trunk/debian/boostpythongenerator.manpages
===================================================================
--- packages/boostpythongenerator/boostpythongenerator/trunk/debian/boostpythongenerator.manpages	                        (rev 0)
+++ packages/boostpythongenerator/boostpythongenerator/trunk/debian/boostpythongenerator.manpages	2009-08-26 15:46:29 UTC (rev 9503)
@@ -0,0 +1 @@
+debian/boostpythongenerator.1

Added: packages/boostpythongenerator/boostpythongenerator/trunk/debian/changelog
===================================================================
--- packages/boostpythongenerator/boostpythongenerator/trunk/debian/changelog	                        (rev 0)
+++ packages/boostpythongenerator/boostpythongenerator/trunk/debian/changelog	2009-08-26 15:46:29 UTC (rev 9503)
@@ -0,0 +1,12 @@
+boostpythongenerator (0.2-0ubuntu2) jaunty; urgency=low
+
+  * Build for Ubuntu 9.04.
+  * Remove unused header from docgenerator.cpp.
+
+ -- Anderson Lizardo <anderson.lizardo at openbossa.org>  Tue, 18 Aug 2009 08:27:33 -0400
+
+boostpythongenerator (0.2-0maemo1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Anderson Lizardo <anderson.lizardo at openbossa.org>  Thu, 16 Jul 2009 09:34:42 -0400

Added: packages/boostpythongenerator/boostpythongenerator/trunk/debian/cmake.mk
===================================================================
--- packages/boostpythongenerator/boostpythongenerator/trunk/debian/cmake.mk	                        (rev 0)
+++ packages/boostpythongenerator/boostpythongenerator/trunk/debian/cmake.mk	2009-08-26 15:46:29 UTC (rev 9503)
@@ -0,0 +1,55 @@
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright © 2006 Peter Rockai <me at mornfall.net>
+# Copyright © 2006 Fathi Boudra <fboudra at free.fr>
+# Copyright © 2007 Peter Eisentraut <petere at debian.org>
+# Description: A class for cmake packages
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2, or (at
+# your option) any later version.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+# 02111-1307 USA.
+
+_cdbs_scripts_path ?= /usr/lib/cdbs
+_cdbs_rules_path ?= /usr/share/cdbs/1/rules
+_cdbs_class_path ?= /usr/share/cdbs/1/class
+
+ifndef _cdbs_class_cmake
+_cdbs_class_cmake = 1
+
+include $(_cdbs_class_path)/makefile.mk$(_cdbs_makefile_suffix)
+
+ifdef _cdbs_tarball_dir
+DEB_BUILDDIR = $(_cdbs_tarball_dir)/obj-$(DEB_BUILD_GNU_TYPE)
+else
+DEB_BUILDDIR = obj-$(DEB_BUILD_GNU_TYPE)
+endif
+
+# Overriden from makefile-vars.mk
+# We pass CFLAGS and friends to cmake, so no need to pass them to make
+DEB_MAKE_INVOKE = $(DEB_MAKE_ENVVARS) $(MAKE) -C $(DEB_BUILDDIR)
+
+DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DEB_DESTDIR)
+
+CMAKE = cmake
+DEB_CMAKE_INSTALL_PREFIX = /usr
+DEB_CMAKE_NORMAL_ARGS = -DCMAKE_INSTALL_PREFIX="$(DEB_CMAKE_INSTALL_PREFIX)" -DCMAKE_C_COMPILER:FILEPATH="$(CC)" -DCMAKE_CXX_COMPILER:FILEPATH="$(CXX)" -DCMAKE_C_FLAGS="$(CFLAGS)" -DCMAKE_CXX_FLAGS="$(CXXFLAGS)" -DCMAKE_SKIP_RPATH=ON -DCMAKE_VERBOSE_MAKEFILE=ON
+
+common-configure-arch common-configure-indep:: common-configure-impl
+common-configure-impl:: $(DEB_BUILDDIR)/CMakeCache.txt
+$(DEB_BUILDDIR)/CMakeCache.txt:
+	cd $(DEB_BUILDDIR) && $(CMAKE) $(CURDIR)/$(DEB_SRCDIR) $(DEB_CMAKE_NORMAL_ARGS) $(DEB_CMAKE_EXTRA_FLAGS)
+
+cleanbuilddir::
+	-$(if $(call cdbs_streq,$(DEB_BUILDDIR),$(DEB_SRCDIR)),,rm -rf $(DEB_BUILDDIR))
+
+endif

Added: packages/boostpythongenerator/boostpythongenerator/trunk/debian/compat
===================================================================
--- packages/boostpythongenerator/boostpythongenerator/trunk/debian/compat	                        (rev 0)
+++ packages/boostpythongenerator/boostpythongenerator/trunk/debian/compat	2009-08-26 15:46:29 UTC (rev 9503)
@@ -0,0 +1 @@
+5

Added: packages/boostpythongenerator/boostpythongenerator/trunk/debian/control
===================================================================
--- packages/boostpythongenerator/boostpythongenerator/trunk/debian/control	                        (rev 0)
+++ packages/boostpythongenerator/boostpythongenerator/trunk/debian/control	2009-08-26 15:46:29 UTC (rev 9503)
@@ -0,0 +1,12 @@
+Source: boostpythongenerator
+Section: devel
+Priority: extra
+Maintainer: PySide team <contact at pyside.org>
+Build-Depends: cdbs, debhelper (>= 5), libapiextractor-dev (>= 0.1), libqt4-dev (>= 4.5), cmake (>= 2.6.0)
+Standards-Version: 3.7.3
+
+Package: boostpythongenerator
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libapiextractor (>= 0.1)
+Description: Generates Python bindings for qt based libraries
+ Generates Boost::Python-based bindings for qt based libraries.

Added: packages/boostpythongenerator/boostpythongenerator/trunk/debian/copyright
===================================================================
--- packages/boostpythongenerator/boostpythongenerator/trunk/debian/copyright	                        (rev 0)
+++ packages/boostpythongenerator/boostpythongenerator/trunk/debian/copyright	2009-08-26 15:46:29 UTC (rev 9503)
@@ -0,0 +1,34 @@
+This package was debianized by Lauro Moura <lauro.neto at indt.org.br> on
+Tue, 03 Feb 2009 19:44:19 -0300.
+
+Upstream Author:
+
+    PySide team <contact at pyside.org>
+
+Copyright:
+
+    Copyright (C) 2009 Nokia Corporation and/or its subsidiary(ies)
+
+License:
+
+    This package is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This package is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this package; if not, write to the Free Software
+    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'.
+
+
+The Debian packaging is (C) 2009, Nokia Corporation and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+

Added: packages/boostpythongenerator/boostpythongenerator/trunk/debian/rules
===================================================================
--- packages/boostpythongenerator/boostpythongenerator/trunk/debian/rules	                        (rev 0)
+++ packages/boostpythongenerator/boostpythongenerator/trunk/debian/rules	2009-08-26 15:46:29 UTC (rev 9503)
@@ -0,0 +1,19 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+# workaround for missing cmake.mk in older CDBS versions
+ifneq (,$(realpath /usr/share/cdbs/1/class/cmake.mk))
+include /usr/share/cdbs/1/class/cmake.mk
+else
+include debian/cmake.mk
+endif
+
+# Add here any variable or target overrides you need.
+
+DEB_CMAKE_EXTRA_FLAGS=-DCMAKE_MODULE_PATH=/usr/share/cmake-2.6/Modules
+
+# borrowed from python2.5 debian/rules
+COMMA = ,
+ifneq (,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS))))
+  DEB_MAKE_ENVVARS := MAKEFLAGS=-j$(subst parallel=,,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS))))
+endif


Property changes on: packages/boostpythongenerator/boostpythongenerator/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Modified: packages/boostpythongenerator/boostpythongenerator/trunk/docgenerator.cpp
===================================================================
--- packages/boostpythongenerator/boostpythongenerator/trunk/docgenerator.cpp	2009-08-26 15:46:21 UTC (rev 9502)
+++ packages/boostpythongenerator/boostpythongenerator/trunk/docgenerator.cpp	2009-08-26 15:46:29 UTC (rev 9503)
@@ -30,7 +30,6 @@
 #include <QtCore/QXmlStreamReader>
 #include <QtCore/QFile>
 #include <QtCore/QDir>
-#include <boost/graph/graph_concepts.hpp>
 
 static Indentor INDENT;
 




More information about the Python-modules-commits mailing list