[Python-modules-commits] r14228 - in packages/pyside/tags (3 files)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Thu Aug 19 16:39:21 UTC 2010
Date: Thursday, August 19, 2010 @ 16:39:06
Author: piotr
Revision: 14228
[svn-buildpackage] Tagging pyside 0.4.0-1
Added:
packages/pyside/tags/0.4.0-1/
packages/pyside/tags/0.4.0-1/debian/changelog
(from rev 14227, packages/pyside/trunk/debian/changelog)
Deleted:
packages/pyside/tags/0.4.0-1/debian/changelog
Deleted: packages/pyside/tags/0.4.0-1/debian/changelog
===================================================================
--- packages/pyside/trunk/debian/changelog 2010-08-19 10:07:27 UTC (rev 14224)
+++ packages/pyside/tags/0.4.0-1/debian/changelog 2010-08-19 16:39:06 UTC (rev 14228)
@@ -1,175 +0,0 @@
-pyside (0.4.0-1) UNRELEASED; 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at openbossa.org> Mon, 17 Aug 2009 16:21:54 -0300
-
Copied: packages/pyside/tags/0.4.0-1/debian/changelog (from rev 14227, packages/pyside/trunk/debian/changelog)
===================================================================
--- packages/pyside/tags/0.4.0-1/debian/changelog (rev 0)
+++ packages/pyside/tags/0.4.0-1/debian/changelog 2010-08-19 16:39:06 UTC (rev 14228)
@@ -0,0 +1,175 @@
+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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at openbossa.org> Mon, 17 Aug 2009 16:21:54 -0300
+
More information about the Python-modules-commits
mailing list