~ubuntu-branches/debian/sid/shiboken/sid

« back to all changes in this revision

Viewing changes to generator/headergenerator.cpp

  • Committer: Package Import Robot
  • Author(s): Didier Raboud
  • Date: 2011-10-26 10:56:09 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20111026105609-w7ribe58f5u884em
Tags: 1.0.9-1
* New 1.0.9 upstream release.
* Bump B-Ds:
  - on generatorrunner to 0.6.14;
  - on apiextractor to 0.10.8.

* Add 12 new symbols for 1.0.9.
* Update packaging to 1.0.9:
  - Refresh patches, add pythonversionindep.patch to allow picking a
    specific python version.
  - Make sure the picked pkg-config file is the default one.
  - Update the cmake configuration calls.

Show diffs side-by-side

added added

removed removed

Lines of Context:
422
422
        s << "#define protected public" << endl << endl;
423
423
    }
424
424
 
425
 
    s << "#include <Python.h>" << endl;
 
425
    s << "#include <sbkpython.h>" << endl;
426
426
    s << "#include <conversions.h>" << endl;
427
427
    s << "#include <sbkenum.h>" << endl;
428
428
    s << "#include <basewrapper.h>" << endl;