Change logs for pyside source package in Natty

  • pyside (1.0.1-1ubuntu0.1) natty-proposed; urgency=low
    
      * debian/patches/remove_opengl_detection_restriction.patch:
        - Remove the restriction of detecting QtOpenGL module just when gl.h is
          available at the system (LP: #707794)
     -- Ricardo Salveti de Araujo <email address hidden>   Wed, 11 May 2011 08:06:30 +0200
  • 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.
    
    pyside (1.0.0-2) unstable; urgency=low
    
      * Upload to unstable
    
    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 <email address hidden>   Mon,  04 Apr 2011 13:21:11 +0000
  • 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.
    
    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.
     -- Jani Monoses <email address hidden>   Mon,  21 Feb 2011 11:36:07 +0000
  • 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.
     -- Artur Rona <email address hidden>   Sat,  20 Nov 2010 11:11:07 +0000
  • pyside (0.4.1-0ubuntu1) maverick; urgency=low
    
      * New 0.4.1 upstream release. (LP: #648612)
        - Add some 0.4.1 symbols.
    
      * 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.
    
    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
    
    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.
    
    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 <email address hidden>   Mon, 27 Sep 2010 21:01:06 +0200