[ubuntu/oneiric] qt4-x11 4:4.7.3-1ubuntu1 (Accepted)

Felix Geyer debfx-pkg at fobos.de
Tue May 31 14:11:24 UTC 2011


qt4-x11 (4:4.7.3-1ubuntu1) oneiric; urgency=low

  * Merge from Debian unstable, remaining changes:
    - Do not package ibase/firebird package, remove from debian/rules and
      debian/control
    - libqt4-sql-ibase not recommend for libqt4-sql
    - build with -no-phonon
    - do not build libqt4-phonon, disable in debian/control
    - Build packages with lzma compression using the dh addon from pkg-kde-tools
    - Rules to remove po dir in clean
    - Add MessagesQt.sh
    - Rules to create Messages.sh link to MessagesQt.sh and rules to create po
      dir and exectue extract-messages.sh in common-install-prehook-impl
    - Make libqt4-dev depend on libx11-dev
    - In debian/rules: configure with "-arch armv6" option on armel
    - Add and install Trolltech.conf in libqtcore4.install
    - Build QtWebkit and use it only for QtAssistant
      + Rule to put qt_webkit_version.pri in mkspecs/modules
      + Rule to remove libQtWebKit* after build
      + Exclude usr/bin/assistant-qt4 from dh_shlibdeps
    - Fix Lucid upgrades: libqt4-help breaks/replaces libqtcore4 (<< 4:4.7.0)
    - Change OpenGL backend from GL to GLES 2 for ARM
      + Build-depend and make libqt4-opengl-dev depend on libgles2-mesa-dev
        instead of libgl1-mesa-dev and libglu1-mesa-dev
      + Pass "-opengl es2" to configure
  * Drop kubuntu_23_syncqt_no_timestamp_change.diff, replaced by
    02_syncqt_sane_timestamp_for_nonexisting_headers.diff.
  * Drop kubuntu_02_neon_flags.patch, replaced by 95_neon_flags.patch.
  * Disable x-0003-Use-GCC-intrinsics-for-armv6-atomic-operations.patch as
    we use kubuntu_23_arm_memory_barriers.patch instead.
  * Drop appmenu-qt from libqtgui4's Recommends since indicator-appmenu
    recommends it.
  * Drop kubuntu_30_blacklist_ssl_certificates.diff, applied upstream.
  * Update Vcs links as the branch is owned by kubuntu-packagers now.

qt4-x11 (4:4.7.3-1) unstable; urgency=low

  * New upstream release.
  * Remove blacklist_fraudulent_comodo_certificates.diff - stolen upstream.
  * Add patches cherry-picked upstream:
    - Fix_GL_problems_on_stock_1.4_SGX_drivers.patch
    - Fixed_missing_text_when_using_static_text_items_in_GL_2_engine.patch
    - Update_createwindow_in_qgl_x11egl.patch
    - Improve-performance-of-partial-updates-in-raster-win.patch
    - Fix_transformIsSimple_in_QGraphicsScene.patch
    - Micro-optimization_for_QSpanData.patch
    - Some_Optimizations_for_the_gray_raster.patch
    - Make_use_of_the_fast_image_paths.patch
    - Add_support_for_QT_USE_DRAG_DISTANCE_env_var.patch
    - Prevent_recursion_when_creating_window_surface.patch

  [ Pino Toscano ]
  * Build depend on libssl-dev. (Closes: #623596)

  [ Modestas Vainius ]
  * Build with system compiler on s390 (which is 4.6 now). However, in order to
    avoid #606079, build depend >= g++ 4:4.5 on s390.
  * Bump Standards-Version to 3.9.2: no changes needed.
  * Drop blacklist_fraudulent_comodo_certificates.diff patch, upstream.
  * Refresh patches.
  * Build depend on g++-4.6 (>= 4.6.0-7~) [armel] and make libqt4-dev break
    g++-4.6 (<< 4.6.0-7~). (Closes: #625825)
  * Drop 91_s390_use_gstabs.diff patch. It's no longer needed as webkit is not
    built from Qt sources anymore.
  * Drop 89_powerpc_opts.diff patch. No longer needed with gcc 4.4 or later.
  * Build designer library with -gstabs on powerpc to avoid gcc 4.6 dwarf2 ICE,
    which makes the package FTBFS (patch powerpc_designer_gstabs.diff).

qt4-x11 (4:4.7.2-4) unstable; urgency=low

  [ José Manuel Santamaría Lema ]
  * Blacklist a set of fraudulent ssl certificates with the patch
    blacklist_fraudulent_comodo_certificates.diff.
  * Fix CVE-2010-3170 (browser wildcard cerficate validation weakness) with
    cve_2010_3170_ssl_certificates_wildcard.diff. This problem affects the Arora
    web browser.

  [ Pino Toscano ]
  * FireBird/ibase:
    - rules: enable the ibase plugin only if the libqt4-sql-ibase package is
      enabled for the current architecture (this allows to get rid of an
      hardcoded list of architectures in rules).
    - control: synchronize the list of architectures of libqt4-sql-ibase
      to be the same as the one of the firebird2.1-dev build dependency.
      This should make libqt4-sql-ibase available to few more architectures.
    - control: add sh4 to the architectures for libqt4-sql-ibase.
      (Closes: #623282)
  * Add patches:
    - powerpcspe.diff: identify PowerPCSPE as PowerPC. (Closes: #623185)
    - sh.diff: identify correctly sh4 CPUs. (Closes: #623281)
  * Update debian/control:
    - qt4-dev-tools: suggest qt-assistant-compat instead of qt4-dev-tools,
      as the former now contains the old assistant with uses HTML documentation.
  * debian/qt4-qmake.links:
    - stop forcing the "default" symlink of the mkspecs to linux-g++, just let
      Qt create it according to the platform.

  [ Modestas Vainius ]
  * Add patch kfreebsd_monotonic_clock.diff which fixes monotonic clock
    detection on kFreeBSD. This should unbreak QProcess::waitForFinished().
    (Closes: #624679)
  * Update symbol files for all debian arches.
  * Update symbol files for gcc 4.6 on amd64.

qt4-x11 (4:4.7.2-3) unstable; urgency=low

  [ Pino Toscano ]
  * Change the directory used for the hppa readdir test from doc/html (which
    gets removed in clean) to doc/src/images.
  * Set earlier the compiler for s390. (really closes: #606079)
  * Update Homepage.

qt4-x11 (4:4.7.2-2) unstable; urgency=low

  [ Konstantinos Margaritis ]
  * armhf support. (Closes: #618670)
    backport from Ubuntu:
    * http://launchpadlibrarian.net/66374974/x-0003-Use-GCC-intrinsics-for-armv6-atomic-operations.patch

  [ Sune Vuorela ]
  * Use gcc4.5 on s390 (Closes: #606079)
  * Make qt4-dev-tools conflict with qt3-dev-tools-embedded (due to
    qvfb). Closes: 617579

qt4-x11 (4:4.7.2-1) unstable; urgency=low

  * New upstream release.

  [ Modestas Vainius ]
  * Confirm symbol files on hurd-i386, kfreebsd-amd64, kfreebsd-i386, mips.
  * Clean up #MISSING symbols because they didn't reappear on any arch.

  [ Fathi Boudra ]
  * Update installed files.
  * Remove patches:
    - 0001_backport_e3f1268_alsa_buffer_overrun.diff - stolen upstream.
    - 0002_backport_6ae84f1_fix_QTextEdit_selectAll_crash.diff - stolen
      upstream.
    - 17_add_postgresql_8.3_support.diff - fixed upstream.
    - 22_use___GLIBC__.diff - merged upstream.
  * Add patches:
    - qtdebug_syslog.patch - send Q_ASSERT, qDebug, qWarning and qFatal
      messages to syslog.
    - buildable_appchooser_states_demos.patch - images files aren't shipped
      (Closes: #616500)
  * Update symbols files.
  * Update debian/rules:
    - remove catalan translation, obsolete and should have been contributed
      upstream.
    - pass -opengl desktop and -no-egl configure options. (Closes: #616391)
  * Update debian/control:
    - Suggests/Recommends QML plugin packages to libqt4-declarative and
      qt4-demos packages. (Closes: #597900)

  [ Pino Toscano ]
  * Add a -qt4 suffix for the shipped icons of assistant, designer, linguist,
    and qtconfig.
  * Rename qt4config.desktop to qtconfig-qt4.desktop.

Date: Tue, 31 May 2011 15:48:58 +0200
Changed-By: Felix Geyer <debfx-pkg at fobos.de>
Maintainer: Kubuntu Developers <kubuntu-devel at lists.ubuntu.com>
Signed-By: Felix Geyer <debfx at fobos.de>
https://launchpad.net/ubuntu/oneiric/+source/qt4-x11/4:4.7.3-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 31 May 2011 15:48:58 +0200
Source: qt4-x11
Binary: libqtcore4 libqt4-core libqtgui4 libqt4-gui libqt4-network libqt4-opengl libqt4-script libqt4-scripttools libqt4-sql libqt4-sql-mysql libqt4-sql-odbc libqt4-sql-psql libqt4-sql-sqlite libqt4-sql-sqlite2 libqt4-sql-tds libqt4-svg libqt4-webkit libqt4-xml libqt4-xmlpatterns libqt4-dbus libqt4-qt3support libqt4-designer libqt4-help libqt4-assistant libqt4-test libqt4-declarative libqt4-declarative-folderlistmodel libqt4-declarative-gestures libqt4-declarative-particles libqt4-dev libqt4-opengl-dev libqt4-dbg libqt4-webkit-dbg libqt4-xmlpatterns-dbg qt4-demos-dbg qt4-designer qt4-dev-tools qt4-qmake qt4-qtconfig qt4-demos qt4-qmlviewer qt4-doc qt4-doc-html
Architecture: source
Version: 4:4.7.3-1ubuntu1
Distribution: oneiric
Urgency: low
Maintainer: Kubuntu Developers <kubuntu-devel at lists.ubuntu.com>
Changed-By: Felix Geyer <debfx-pkg at fobos.de>
Description: 
 libqt4-assistant - transitional package for Qt 4 assistant module
 libqt4-core - transitional package for Qt 4 core non-GUI runtime libraries
 libqt4-dbg - Qt 4 library debugging symbols
 libqt4-dbus - Qt 4 D-Bus module
 libqt4-declarative - Qt 4 Declarative module
 libqt4-declarative-folderlistmodel - Qt 4 folderlistmodel QML plugin
 libqt4-declarative-gestures - Qt 4 gestures QML plugin
 libqt4-declarative-particles - Qt 4 particles QML plugin
 libqt4-designer - Qt 4 designer module
 libqt4-dev - Qt 4 development files
 libqt4-gui - transitional package for Qt 4 GUI runtime libraries
 libqt4-help - Qt 4 help module
 libqt4-network - Qt 4 network module
 libqt4-opengl - Qt 4 OpenGL module
 libqt4-opengl-dev - Qt 4 OpenGL library development files
 libqt4-qt3support - Qt 3 compatibility library for Qt 4
 libqt4-script - Qt 4 script module
 libqt4-scripttools - Qt 4 script tools module
 libqt4-sql - Qt 4 SQL module
 libqt4-sql-mysql - Qt 4 MySQL database driver
 libqt4-sql-odbc - Qt 4 ODBC database driver
 libqt4-sql-psql - Qt 4 PostgreSQL database driver
 libqt4-sql-sqlite - Qt 4 SQLite 3 database driver
 libqt4-sql-sqlite2 - Qt 4 SQLite 2 database driver
 libqt4-sql-tds - Qt 4 FreeTDS database driver
 libqt4-svg - Qt 4 SVG module
 libqt4-test - Qt 4 test module
 libqt4-webkit - transitional package for Qt 4 WebKit module
 libqt4-webkit-dbg - transitional package for Qt 4 WebKit debugging symbols
 libqt4-xml - Qt 4 XML module
 libqt4-xmlpatterns - Qt 4 XML patterns module
 libqt4-xmlpatterns-dbg - Qt 4 XML patterns library debugging symbols
 libqtcore4 - Qt 4 core module
 libqtgui4  - Qt 4 GUI module
 qt4-demos  - Qt 4 examples and demos
 qt4-demos-dbg - Qt 4 examples and demos debugging symbols
 qt4-designer - graphical designer for Qt 4 applications
 qt4-dev-tools - Qt 4 development tools
 qt4-doc    - Qt 4 API documentation
 qt4-doc-html - Qt 4 API documentation (HTML format)
 qt4-qmake  - Qt 4 qmake Makefile generator tool
 qt4-qmlviewer - Qt 4 QML viewer
 qt4-qtconfig - Qt 4 configuration tool
Closes: 597900 606079 616391 616500 617579 618670 623185 623281 623282 623596 624679 625825
Changes: 
 qt4-x11 (4:4.7.3-1ubuntu1) oneiric; urgency=low
 .
   * Merge from Debian unstable, remaining changes:
     - Do not package ibase/firebird package, remove from debian/rules and
       debian/control
     - libqt4-sql-ibase not recommend for libqt4-sql
     - build with -no-phonon
     - do not build libqt4-phonon, disable in debian/control
     - Build packages with lzma compression using the dh addon from pkg-kde-tools
     - Rules to remove po dir in clean
     - Add MessagesQt.sh
     - Rules to create Messages.sh link to MessagesQt.sh and rules to create po
       dir and exectue extract-messages.sh in common-install-prehook-impl
     - Make libqt4-dev depend on libx11-dev
     - In debian/rules: configure with "-arch armv6" option on armel
     - Add and install Trolltech.conf in libqtcore4.install
     - Build QtWebkit and use it only for QtAssistant
       + Rule to put qt_webkit_version.pri in mkspecs/modules
       + Rule to remove libQtWebKit* after build
       + Exclude usr/bin/assistant-qt4 from dh_shlibdeps
     - Fix Lucid upgrades: libqt4-help breaks/replaces libqtcore4 (<< 4:4.7.0)
     - Change OpenGL backend from GL to GLES 2 for ARM
       + Build-depend and make libqt4-opengl-dev depend on libgles2-mesa-dev
         instead of libgl1-mesa-dev and libglu1-mesa-dev
       + Pass "-opengl es2" to configure
   * Drop kubuntu_23_syncqt_no_timestamp_change.diff, replaced by
     02_syncqt_sane_timestamp_for_nonexisting_headers.diff.
   * Drop kubuntu_02_neon_flags.patch, replaced by 95_neon_flags.patch.
   * Disable x-0003-Use-GCC-intrinsics-for-armv6-atomic-operations.patch as
     we use kubuntu_23_arm_memory_barriers.patch instead.
   * Drop appmenu-qt from libqtgui4's Recommends since indicator-appmenu
     recommends it.
   * Drop kubuntu_30_blacklist_ssl_certificates.diff, applied upstream.
   * Update Vcs links as the branch is owned by kubuntu-packagers now.
 .
 qt4-x11 (4:4.7.3-1) unstable; urgency=low
 .
   * New upstream release.
   * Remove blacklist_fraudulent_comodo_certificates.diff - stolen upstream.
   * Add patches cherry-picked upstream:
     - Fix_GL_problems_on_stock_1.4_SGX_drivers.patch
     - Fixed_missing_text_when_using_static_text_items_in_GL_2_engine.patch
     - Update_createwindow_in_qgl_x11egl.patch
     - Improve-performance-of-partial-updates-in-raster-win.patch
     - Fix_transformIsSimple_in_QGraphicsScene.patch
     - Micro-optimization_for_QSpanData.patch
     - Some_Optimizations_for_the_gray_raster.patch
     - Make_use_of_the_fast_image_paths.patch
     - Add_support_for_QT_USE_DRAG_DISTANCE_env_var.patch
     - Prevent_recursion_when_creating_window_surface.patch
 .
   [ Pino Toscano ]
   * Build depend on libssl-dev. (Closes: #623596)
 .
   [ Modestas Vainius ]
   * Build with system compiler on s390 (which is 4.6 now). However, in order to
     avoid #606079, build depend >= g++ 4:4.5 on s390.
   * Bump Standards-Version to 3.9.2: no changes needed.
   * Drop blacklist_fraudulent_comodo_certificates.diff patch, upstream.
   * Refresh patches.
   * Build depend on g++-4.6 (>= 4.6.0-7~) [armel] and make libqt4-dev break
     g++-4.6 (<< 4.6.0-7~). (Closes: #625825)
   * Drop 91_s390_use_gstabs.diff patch. It's no longer needed as webkit is not
     built from Qt sources anymore.
   * Drop 89_powerpc_opts.diff patch. No longer needed with gcc 4.4 or later.
   * Build designer library with -gstabs on powerpc to avoid gcc 4.6 dwarf2 ICE,
     which makes the package FTBFS (patch powerpc_designer_gstabs.diff).
 .
 qt4-x11 (4:4.7.2-4) unstable; urgency=low
 .
   [ José Manuel Santamaría Lema ]
   * Blacklist a set of fraudulent ssl certificates with the patch
     blacklist_fraudulent_comodo_certificates.diff.
   * Fix CVE-2010-3170 (browser wildcard cerficate validation weakness) with
     cve_2010_3170_ssl_certificates_wildcard.diff. This problem affects the Arora
     web browser.
 .
   [ Pino Toscano ]
   * FireBird/ibase:
     - rules: enable the ibase plugin only if the libqt4-sql-ibase package is
       enabled for the current architecture (this allows to get rid of an
       hardcoded list of architectures in rules).
     - control: synchronize the list of architectures of libqt4-sql-ibase
       to be the same as the one of the firebird2.1-dev build dependency.
       This should make libqt4-sql-ibase available to few more architectures.
     - control: add sh4 to the architectures for libqt4-sql-ibase.
       (Closes: #623282)
   * Add patches:
     - powerpcspe.diff: identify PowerPCSPE as PowerPC. (Closes: #623185)
     - sh.diff: identify correctly sh4 CPUs. (Closes: #623281)
   * Update debian/control:
     - qt4-dev-tools: suggest qt-assistant-compat instead of qt4-dev-tools,
       as the former now contains the old assistant with uses HTML documentation.
   * debian/qt4-qmake.links:
     - stop forcing the "default" symlink of the mkspecs to linux-g++, just let
       Qt create it according to the platform.
 .
   [ Modestas Vainius ]
   * Add patch kfreebsd_monotonic_clock.diff which fixes monotonic clock
     detection on kFreeBSD. This should unbreak QProcess::waitForFinished().
     (Closes: #624679)
   * Update symbol files for all debian arches.
   * Update symbol files for gcc 4.6 on amd64.
 .
 qt4-x11 (4:4.7.2-3) unstable; urgency=low
 .
   [ Pino Toscano ]
   * Change the directory used for the hppa readdir test from doc/html (which
     gets removed in clean) to doc/src/images.
   * Set earlier the compiler for s390. (really closes: #606079)
   * Update Homepage.
 .
 qt4-x11 (4:4.7.2-2) unstable; urgency=low
 .
   [ Konstantinos Margaritis ]
   * armhf support. (Closes: #618670)
     backport from Ubuntu:
     * http://launchpadlibrarian.net/66374974/x-0003-Use-GCC-intrinsics-for-armv6-atomic-operations.patch
 .
   [ Sune Vuorela ]
   * Use gcc4.5 on s390 (Closes: #606079)
   * Make qt4-dev-tools conflict with qt3-dev-tools-embedded (due to
     qvfb). Closes: 617579
 .
 qt4-x11 (4:4.7.2-1) unstable; urgency=low
 .
   * New upstream release.
 .
   [ Modestas Vainius ]
   * Confirm symbol files on hurd-i386, kfreebsd-amd64, kfreebsd-i386, mips.
   * Clean up #MISSING symbols because they didn't reappear on any arch.
 .
   [ Fathi Boudra ]
   * Update installed files.
   * Remove patches:
     - 0001_backport_e3f1268_alsa_buffer_overrun.diff - stolen upstream.
     - 0002_backport_6ae84f1_fix_QTextEdit_selectAll_crash.diff - stolen
       upstream.
     - 17_add_postgresql_8.3_support.diff - fixed upstream.
     - 22_use___GLIBC__.diff - merged upstream.
   * Add patches:
     - qtdebug_syslog.patch - send Q_ASSERT, qDebug, qWarning and qFatal
       messages to syslog.
     - buildable_appchooser_states_demos.patch - images files aren't shipped
       (Closes: #616500)
   * Update symbols files.
   * Update debian/rules:
     - remove catalan translation, obsolete and should have been contributed
       upstream.
     - pass -opengl desktop and -no-egl configure options. (Closes: #616391)
   * Update debian/control:
     - Suggests/Recommends QML plugin packages to libqt4-declarative and
       qt4-demos packages. (Closes: #597900)
 .
   [ Pino Toscano ]
   * Add a -qt4 suffix for the shipped icons of assistant, designer, linguist,
     and qtconfig.
   * Rename qt4config.desktop to qtconfig-qt4.desktop.
Checksums-Sha1: 
 6e59a2f0996f159ba9178f9218afa60adbfbfd0f 3612 qt4-x11_4.7.3-1ubuntu1.dsc
 765eb70d9779f93fefddddda5e6ddb33f4c0b71e 213659173 qt4-x11_4.7.3.orig.tar.gz
 7f2ebc60abfe99f32c16671b1e1b7cc2de07b960 432070 qt4-x11_4.7.3-1ubuntu1.debian.tar.gz
Checksums-Sha256: 
 1c4264c5c6f276abbf1ca3c1bea1d64c02fec0ca6eb0428c42870deceaba2c25 3612 qt4-x11_4.7.3-1ubuntu1.dsc
 d02b6fd69d089c01f4a787aa18175d074ccaecf8980a5956e328c2991905937e 213659173 qt4-x11_4.7.3.orig.tar.gz
 a6936373dce9810287208c6a2a946277d02ba33ef9d3290a53d0ad65492e94f4 432070 qt4-x11_4.7.3-1ubuntu1.debian.tar.gz
Files: 
 a16128b005dbce25f22e41ee1fa3c6ee 3612 libs optional qt4-x11_4.7.3-1ubuntu1.dsc
 49b96eefb1224cc529af6fe5608654fe 213659173 libs optional qt4-x11_4.7.3.orig.tar.gz
 03325ed8339d0500f8514c4df1636d3b 432070 libs optional qt4-x11_4.7.3-1ubuntu1.debian.tar.gz
Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJN5PV2AAoJEP4ixv2DE11FHTQP/RUnooaEoRqjB7czB21vdtz6
3po62lOlQirXzVtc76dUtSLtN7oxJfrILv+93SUFbTNWVnJsFSQh+hnP910tuFM2
1gdSgjqvnfUt8DDALg6StlxBkKTAzT5LL7ZjGEfWcneQcvlJO0C6ncPoOQP2wb82
qqkCVMgBdmcZEZcnYmo1Tl5AnfkKizzp25e4Q96e92UdStG66IVQf3I19PSNOLX1
WNqwsJHXKpw0euP1/TFS4ORtOH3y0zXAwAhYm/fN8ZcjGkP/xF6HNaVuH29T3014
NKLOEDQo1vq4mIfVgN/HuLYIb+wSSWsQNwbHYQSqAyWjHCMc2D4xC76sCl3Gf9Tu
D82Kj7JJHXHPIYBqgSHc1Him1gXZLy8yGkuT+OuIIErz361ILbfpoE4iKE3JEGko
qUoMOMg3xFwYUO4HDh1SM3cX5MVx6dbz44PQHMQ1QQArFTxD+qLpFC5tUz8c1F+Y
b/HYs+lURuRfl10MT8i09/a8EbfAYCrPM5ShNLMo9Ed+vHmb4QcNXPFr+BKf6DX+
wTBw5vkVJj+AadPbH/gC4CTm80+VqkgDz2dtdWLdIVZ/wOnXZl2Yi3aTafoetUKi
4e5faNMibDFL7qXEIpNyYB19YUwpdakH65Brhgzixf0JIdI2jYmbwEuRG3Tkb0+E
i8/t66GmBP2jB9rnEjk2
=9nU4
-----END PGP SIGNATURE-----


More information about the Oneiric-changes mailing list