pyside (1.0.1-1) unstable; urgency=low

  * New 1.0.1 upstream release
    - Bump the B-D chain versions:
      + generatorrunner to 0.6.8.
      + shiboken to 1.0.1.
 
  * Move phonon-backend-gstreamer B-D earlier in the list to help the
    aptitude-based resolver (thanks to the pkg-kde team for the help!)
  * Use dh_python2, hence get the debug files at the correct place.

 -- Didier Raboud <odyx@debian.org>  Fri, 01 Apr 2011 15:21:05 +0200

pyside (1.0.0-2) unstable; urgency=low

  * Upload to unstable

 -- Didier Raboud <odyx@debian.org>  Thu, 10 Mar 2011 15:19:32 +0100

pyside (1.0.0-1) experimental; urgency=low

  * New 1.0.0 upstream release
    - Bump the B-D chain versions:
      + generatorrunner to 0.6.7.
      + shiboken to 1.0.0.

 -- Didier Raboud <odyx@debian.org>  Fri, 04 Mar 2011 16:25:21 +0100

pyside (1.0.0~rc1-1) experimental; urgency=low

  * New 1.0.0~rc1 upstream release
    - Bump the B-D chain versions:
      + apiextractor to 0.10.0-2~
      + generatorrunner to 0.6.6
      + shiboken to 1.0.0~rc1
  * Update patches to ~rc1.
  * debian/watch: update to handle Release Candidates too.
  * Bump XS-Python-Version to >= 2.6.

 -- Didier Raboud <odyx@debian.org>  Fri, 18 Feb 2011 18:01:00 +0100

pyside (1.0.0~beta5-1) experimental; urgency=low

  * New 1.0.0~beta5 upstream release
    - Bump the B-D chain versions:
      + apiextractor to 0.9.4
      + generatorrunner to 0.6.5
      + shiboken to 1.0.0~beta5
      + Qt to 4:4.7.0
    - Bump libpyside SONAME to 1.0
  * Add libgl1-mesa-dri Build-Dependency to enable the GLX extension to
    the Xvfb server (useful for some OpenGL build-tests)
  * Make the libpyside SOVERSION configurable in debian/rules.
  * Patches:
    - Update all patches to ~beta5
    - Add allowMultiplePySideVersions.patch to allow the
      selection of the desired python flavour
  * Make sure the private.py is installed in QtCore module.
  * Fix the QtGui->QtCore modules dependencies.
  * debian/watch: Update to handle more versions.

  * Rewrite completely the symbols handling:
    - Split them to track them across various distributions and gcc versions.
    - Generate the symbols files for the concerned python versions

  * Use my @d.o address and remove the DMUA flag.

 -- Didier Raboud <odyx@debian.org>  Mon, 14 Feb 2011 17:37:41 +0100

pyside (0.4.2-1) experimental; urgency=low

  * New 0.4.2 upstream release.
    - Add some 0.4.1 and 0.4.2 symbols.
    - Bump apiextractor and shiboken B-D versions.
    - Update patches.
    - Update debian/dh_pycmakedeps to work with new upstream coding style.

  * Patches:
    - u_c130273_fix_py25_QtScript_property.patch
      Remove, was from upstream.
    - u_20e226b_fix_missing_qcoreapplication_arguments_method.patch
      Remove, was from upstream.
    - u_268bf77_fixed_signal_signature_parser.patch
      Remove, was from upstream.
    + libPythonVersionPostfix.patch: Refresh
    + usePySpecificShiboken.patch: Refresh
    + lessBuildVerbosity.patch: Refresh
 
  * Bump the B-D chain versions.
  * Make sure the private.py is installed in QtCore module.
  * Build against Qt 4.7.
    - Add libqtwebkit-dev
    - Drop QtMultimedia module.
    - Add the QtDeclarative package.

 -- Didier Raboud <didier@raboud.com>  Tue, 19 Oct 2010 22:52:14 +0200

pyside (0.4.0-2) experimental; urgency=low

  [ Didier Raboud ]
  * Bump shiboken B-D to 0.4.0-1~exp1 and add libapiextractor-dev 0.7.0-1~exp2
    as it fixes a test segfault (upstream bug: #243).

  * Patches:
   - u_20e226b_fix_missing_qcoreapplication_arguments_method.patch
      Import from upstream to fix a missing method in QtCore.
      (upstream bug: #303)
   - u_268bf77_fixed_signal_signature_parser.patch
      Import from upstream to fix the incorrect signal signatures
      (upstream bug: #311)

  * debian/rules: Make sure libpyside0.4 and libpyside-dev get the correctly
    versioned symlinks
  * debian/control: Vcs-Browser: Use viewsvn instead of wsvn.
  * Add debian/dh_pycmakedeps to automagically compute the module
    dependencies.

  [ Piotr Ożarowski ]
  * Set DMUA flag to yes

 -- Didier Raboud <didier@raboud.com>  Sun, 05 Sep 2010 12:33:37 +0200

pyside (0.4.0-1) experimental; urgency=low

  * New 0.4.0 upstream release (Closes: #591981)
    - Various QtGui fixes (Closes: #588556, #588558)
    - Bump generatorrunner B-D to 0.6.0
    - Bump shiboken B-D to 0.4.0
    - libpyside SONAME bumped to 0.4, update symbols file

  * Patches:
    - u_5ce7c94_fix_qtnetwork_udpsocket_test.patch
       Drop, was from upstream
    - u_86d0f67_fix_debug_build.patch
       Drop, was from upstream
    - fixTests.patch
       Drop as upstream changed the tests handling completely
    + u_c130273_fix_py25_QtScript_property.patch
       Import from upstream to fix the QtScript_property test on python2.5
       (upstream bug #284)
    × Refresh the others

  * Remove custom cmake files in favour of cmake-data's.
   - Remove debian/cmake/*.
   - Bump cmake B-D to 2.8.2
   - Bump libshiboken-dev B-D to 0.3.2-3
   - Adapt debian/rules.
   - Remove mentions of the BSD license of cmake in debian/copyright
  * Remove debian/pyversions, which duplicates information from
    debian/control.
  * Put the cmake config and pkg-config file in libpyside-dev, add necessary
    Breaks/Replaces.
  * Install the typesystem files in libpyside-dev.
  * Bump Standards to 3.9.1.0 without changes needed.

 -- Didier Raboud <didier@raboud.com>  Tue, 17 Aug 2010 21:03:14 +0200

pyside (0.3.2-3) unstable; urgency=low

  * Patches:
    + u_5ce7c94_fix_qtnetwork_udpsocket_test.patch (upstream)
      This fixes the QtNetwork_udpsocket test to work on offline
      machines, like our buildds.
    + u_86d0f67_fix_debug_build.patch (upstream)
      This fixes the debug build.
    + usePySpecificShiboken.patch
      This ensures that the correct python version is used consistantly.
    × Refresh lessBuildVerbosity.patch
    × Refresh fixTests.patch to remove the meaningless testnumbers.

  * Add shiboken-dbg version-specific B-D.

 -- Didier Raboud <didier@raboud.com>  Fri, 25 Jun 2010 16:41:32 +0200

pyside (0.3.2-2) unstable; urgency=low

  * Run all tests but don't make them critical.
    - Update fixTests.patch to allow all tests.
  
  * Reduce the build log size by forcing CMAKE_VERBOSE_MAKEFILE to OFF
    - Add lessBuildVerbosity.patch to add --silent option to
      generatorrunner.
    Closes: #586305

 -- Didier Raboud <didier@raboud.com>  Fri, 18 Jun 2010 09:22:05 +0200

pyside (0.3.2-1) unstable; urgency=low

  * New 0.3.2 upstream release
    - Bump B-D on generatorrunner and shiboken
    - Update symbols

  * Patches:
    - Remove all upstream patches that got merged upstream:
      u_fixConvenienceSymlinks_792456c.patch
      u_fixDebugPostfix_d9b1898.patch
      u_fixLinking_4326368.patch
      u_fixtestQtWebkitTest_17d9eed.patch
    × Refresh the others

  * Blacklist some failing tests (reported upstream).
  * Don't run the tests for the debug flavour (they fail).  
  * Override lintian warnings for the -dbg package.

 -- Didier Raboud <didier@raboud.com>  Wed, 16 Jun 2010 11:36:59 +0200

pyside (0.3.1-2) unstable; urgency=low

  * Testsuite:
    - Blacklist qtnetwork_udpsocket that fails on the buildds

  * Patches:
    - Import those that got merged upstream
      × fix_Linking.patch
        -> u_fixLinking_4326368.patch
      × fixDebugPostfix.patch
        -> u_fixConvenienceSymlinks_792456c.patch
        -> u_fixDebugPostfix_d9b1898.patch
    - Fix the qtwebkit tests by importing
      + u_fixtestQtWebkitTest_17d9eed.patch from upstream

 -- Didier Raboud <didier@raboud.com>  Sat, 29 May 2010 15:00:37 +0200

pyside (0.3.1-1) unstable; urgency=low

  * New 0.3.1 upstream release
    - Moves away from boost to fly with shiboken

  * debian/rules
    - dh_install now lists missing files.
    - Multiple python versions tweak with custom cmake.
  * debian/cmake/
    - Include patched FindPython*.cmake from #569321
  * debian/control
    - Update Build-Depends list
  * debian/copyright
    - Document new files
  * Rename library to libpyside0.3
    - Add lintian override to be able to ship python specific files.
    - Ship proper (c++) symbols
  * Update binary package list in debian/control and all .install files.
    - Add QtMultimedia
  * Patches: remove all previous (new codebase), add new:
    + fixDebugPostix.patch: include debug postfix'ed files
    + libPythonVersionPostfix.patch: append -py* to the libraries
    + fixTests.patch: Correct LD_PRELOAD_PATH and blacklist some tests
    + fixLinking.patch: Get coherent linking troughout the plugins
  * Re-enable -dbg build.

  * Bump Standards to 3.8.4. No changes needed.

 -- Didier Raboud <didier@raboud.com>  Tue, 11 May 2010 14:28:32 +0200

pyside (0.2.3-1) unstable; urgency=low

  * Initial release to Debian (Closes: #543636)
    - Use the Ubuntu packaging as starting point.
    - Convert to dh 7.
  * debian/copyright: Update
  * debian/control:
    - Change the library name to libpysidebase0.
    - Simplify Depends.
    - Set Debian Python Modules Team as Maintainer.
    - Add myself to Uploaders.
    - Add Vcs-* and Homepage fields.
    - Change binary packages names from pyside-$module to
      python-pyside.qt$module to fit with Debian Python Policy.
  * debian/rules
    - Add tweaks to get multiple python versions built. It does not build on
      python 2.4, but is ready for 2.6.
    - Allow parallel build.
  * debian/patches: 
    - multiple_python_versions.patch: Add
    - use_cmake_no_config.patch     : Add
    - debug_build_add_postfix.patch : Add
    - spelling_error_in_binary.patch: Add
  * debian/watch: Add.
  * Bump Standards to 3.8.3 - No changes needed.
  * Use 3.0 (quilt) source format.

  * -dbg build is disabled for now.

 -- Didier Raboud <didier@raboud.com>  Wed, 26 Aug 2009 11:38:40 +0200

pyside (0.1.4.5-0ubuntu2) jaunty; urgency=low

  * Build for Ubuntu 9.04.
  * Remove pyside-tests package (not applicable to Ubuntu).

 -- Anderson Lizardo <anderson.lizardo@openbossa.org>  Tue, 18 Aug 2009 09:19:21 -0400

pyside (0.1.4.5-0maemo1) unstable; urgency=low

  * Initial Release 

 -- Lauro Moura <lauro.neto@openbossa.org>  Mon, 17 Aug 2009 16:21:54 -0300

