Accepted: qt4-x11 4.4.0-1ubuntu1 (source)
Jonathan Riddell
jriddell at ubuntu.com
Tue May 6 17:01:04 BST 2008
Accepted:
OK: qt4-x11_4.4.0.orig.tar.gz
OK: qt4-x11_4.4.0-1ubuntu1.diff.gz
OK: qt4-x11_4.4.0-1ubuntu1.dsc
-> Component: main Section: libs
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Tue, 06 May 2008 12:39:31 +0100
Source: qt4-x11
Binary: libqtcore4 libqt4-core libqtgui4 libqt4-gui libqt4-network libqt4-opengl libqt4-script libqt4-sql libqt4-sql-mysql libqt4-sql-odbc libqt4-sql-psql libqt4-sql-sqlite libqt4-sql-sqlite2 libqt4-svg libqt4-webkit libqt4-xml libqt4-xmlpatterns libqt4-dbus libqt4-qt3support libqt4-designer libqt4-help libqt4-assistant libqt4-test libqt4-dev libqt4-opengl-dev libqt4-dbg libqt4-webkit-dbg libqt4-xmlpatterns-dbg qt4-designer qt4-dev-tools qt4-qtconfig qt4-demos qt4-doc
Architecture: source
Version: 4.4.0-1ubuntu1
Distribution: intrepid
Urgency: high
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Jonathan Riddell <jriddell at ubuntu.com>
Description:
libqt4-assistant - 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-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-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-svg - Qt 4 SVG module
libqt4-test - Qt 4 test module
libqt4-webkit - Qt 4 WebKit module
libqt4-webkit-dbg - Qt 4 WebKit library 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-designer - Qt 4 Designer
qt4-dev-tools - Qt 4 development tools
qt4-doc - Qt 4 API documentation
qt4-qtconfig - Qt 4 configuration tool
Closes: 457570 458133 459822 469783 470572 473348 473348 473658 475324 475340 475402 476608 476986 478264 478694
Changes:
qt4-x11 (4.4.0-1ubuntu1) intrepid; urgency=low
.
* Sync with debian, remaining changes:
- patches
kubuntu_01_load_ssl.diff
kubuntu_02_no_undefined.diff
kubuntu_03_use_bash_in_configure.diff
kubuntu_07_trust_dpkg-arch_over_uname-m.diff
- remove ibase and firebird from debian/control and debian/rules
.
qt4-x11 (4.4.0-1) UNRELEASED; urgency=low
.
* New upstream release.
.
+++ Changes by Modestas Vainius:
.
* Split OpenGL headers from libqt4-dev to libqt4-opengl-dev:
- Update install files.
- Make libqt4-opengl-dev depend on X OpenGL headers, hence remove the
latter from libqt4-dev Recommends.
- Add libqt4-opengl-dev to libqt4-dev Recommends.
- Remove libq4-opengl from libqt4-dev Depends.
* Explicitly add libqtcore4 to libqt4-dev (was implicit before).
* Rename libqt4-gui to libqtgui4 (new package).
* Make libqt4-gui a transitional package (Closes: #478694) depending on
libqtgui4, libqt4-opengl (Closes: #478264), libqt4-sql, libqt4-designer,
libqt4-assistant.
* Use ${binary:Version} instead of ${source:Version} in dependencies of
libqt4-core and libqt4-gui transitional packages.
* Require just libqtcore4 to install libqt4-dbg instead of libqt4-gui.
* Resync patches:
- 05_append_qt4_target.diff - fix offsets.
- 11_qdbus_to_dbus_fix.diff - remove, merged upstream.
- Revert to "runtime" configuration for xcursor, xinerama, xfixes and drop
16_always_init_qt_x11data_ptrx.diff patch. Fixed upstream.
.
+++ Changes by Fathi Boudra:
.
* Update libqt4-dev and libqt4-opengl-dev install to use complete files
list instead of wildcard.
* Update installed files: new qt help and assistant translations.
* Add qt-copy patch:
* 0226-qtreeview-column_resize_when_needed
This patch assures that if no header is shown, or if we only have one
column (so no other columns become shrinked), the contents will be
visible.
.
qt4-x11 (4.4.0~rc1-5) unstable; urgency=high
.
+++ Changes by Fathi Boudra:
.
* Add libqt4-sql-sqlite dependency to qt4-dev-tools. Qt Assistant and
qhelpgenerator use the sqlite plugin. (Closes: #476986)
* Remove qt-copy patches 0191 and 0192. The relevant code has changed
such that neither patch seems to have any effect (although listviews
still do not use active/inactive roles correctly).
* Add qt-copy patches:
* 0223-fix-qpixmap-hasalpha
Fix a performance regression in QPixmap::hasAlpha() in Qt 4.4.
* 0224-fast-qpixmap-fill
This patch avoids the expensive image->pixmap conversion by discarding
the old pixmap, creating a new one with the correct format, and doing
the fill server side.
* 0225-invalidate-tabbar-geometry-on-refresh
Fix problem where Konsole's tab bar is not shown immediately on startup.
.
+++ Changes by Modestas Vainius:
.
* Downgrade libqt4-dev *gl*-dev dependencies to Recommends.
They pull in half of X11 development headers and are rarely needed.
What's more, OpenGL apps will probably depend on them explicitly anyway.
* Add development packages of the SQL plugins to libqt4-dev Suggests.
* Make libqt4-sql recommend its plugins. Depends does not do us any good
because we don't know which plugin a user is going to use anyway. Moreover
installation of the libqt4-sql package does not necessarily imply usage of
the specific plugin(s). Finally, this resolves circular dependencies among
libqt4-sql and its plugins.
* Add myself to Uploaders.
* Add 16_always_init_qt_x11data_ptrx.diff, which ensures that X11->ptrX*
are properly initialized when Xcursor, Xinerama, Xfixes are not available
in default "runtime" configuration (Closes: #476608).
* Pass -xfixes -xcursor -xinerama to configure because default "runtime"
configuration requires a user to have libxfixes-dev, libxcursor-dev and
libxinerama-dev installed to enable features requires respective X
libraries (QLibrary simply searches for "lib*.so"). This change in
configuration makes 16 patch irrelevant for Debian, but I'm leaving it
as it's still the fix for the crashes which might occur on default Qt 4.4
configutions.
* Optimize qmake: pass -optimized-qmake to configure.
.
qt4-x11 (4.4.0~rc1-4) unstable; urgency=low
.
+++ Changes by Sune Vuorela:
.
* Have libqt4-dev conflict/replace libqtwebkit-dev.
* Fix qmake to generate a bit better pkg-config files. Those should usually
not be generated - as it ends up being crackful. After a bit of patching
they are a bit less crackful though. (Closes: 457570)
* Postprocess prl files to remove the same crack as in the pc files.
(Closes: 470572)
* Do a bit nicer linking when needed instead of relying on crackfulness from
prl and pc files.
* Add a disabled patch to generate better prl files, but unfortunately too
much of qt4 build process relies on on it and is not yet fixed, but it is
saved for later use.
* Fix qmake makefile generation - should not add double slashes to
makefiles.
* Make libqt4-core transitional package arch:any. It doesn't bloat the
archive too much, but it helps on installability.
.
+++ Changes by Matthew Rosewarne:
.
* Add Recommends: qt4-doc to qt4-demos.
* Add watch file.
.
qt4-x11 (4.4.0~rc1-3) unstable; urgency=low
.
+++ Changes by Sune Vuorela:
.
* Clean up a bit in the dependencies of libqt4-dev. Removed dependencies:
libqt4-sql-mysql, libqt4-sql-odbc, libqt4-sql-psql, libqt4-sql-sqlite,
libqt4-sql-sqlite2, libqt4-sql-ibase, firebird2.0-dev, libaudio-dev,
libcupsys2-dev, libdbus-1-dev, libfreetype6-dev, libglib2.0-dev,
libice-dev, libiodbc2-dev, libjpeg62-dev, libmng-dev, libmysqlclient15-dev,
libpam0g-dev, libpng12-dev, libpq-dev, libreadline5-dev, libsm-dev,
libsqlite0-dev, libsqlite3-dev, libtiff4-dev, libx11-dev, libxcursor-dev,
libxext-dev, libxft-dev, libxi-dev, libxinerama-dev, libxmu-dev,
libxrandr-dev, libxrender-dev, libxslt1-dev, libxt-dev, x11proto-core-dev,
zlib1g-dev
.
+++ Changes by Fathi Boudra:
.
* Add libqt4-svg dependency to libqt4-gui. It helps for the transition as
libQtSvg.so.4 was previously in libqt4-gui package. (Closes: #475324)
* Replace libqcncodecs.so in libqt4-gui (<< 4.4.0~beta1-1). (Closes: #475340)
* Update 20_mips_atomic_ops patch. Qt4.4 introduced two new atomic operations
without the necessary assembler .set directives.
Thanks to Thiemo Seufer. (Closes: #475402)
.
qt4-x11 (4.4.0~rc1-2) unstable; urgency=low
.
* Add patch for Explicit template specialization cannot have a storage class
with gcc-4.3. Specializations of templates cannot explicitly specify
a storage class, and have the same storage as the primary template.
.
qt4-x11 (4.4.0~rc1-1) unstable; urgency=low
.
* New upstream release. (Closes: #469783)
.
+++ Changes by Modestas Vainius:
.
* Refresh qt-copy patches:
* 0167-fix-group-reading.diff - adjust offsets.
* 0180-window-role.diff - adjust offsets.
* 0195-compositing-properties.diff - adjust offsets.
* 0203-qtexthtmlparser-link-color.diff - adjust offsets.
* 0209-prevent-qt-mixing.diff - adjust offsets.
* 0214-fix-qgraphicsproxywidget-tab-crash.diff - adjust offsets.
* 0216-allow-isystem-for-headers.diff - adjust offsets.
* Remove qt-copy patches:
* 0172-prefer-xrandr-over-xinerama.diff - merged upstream.
* 0178-transparency-window-types.diff - merged upstream.
* 0215-compile-with-Xcursor-linkage.diff - merged upstream.
* 0217-qurl-isempty-regression.diff - merged upstream.
* 0218-qassert-macro-fix.diff - merged upstream.
* fix-qt_bootstrapped-typo.diff - merged upstream.
* Add qt-copy patches:
* 0220-no-x-recursion-in-xerrhandler.diff - adjust offsets.
* Refresh Debian patches:
* 02_launch_assistant-qt4.diff - adjust offsets.
* 05_append_qt4_target.diff - adopt to upstream changes. lrelease and
lupdate have been moved to tools/linguist/, adjust offsets.
* 50_kfreebsd_build_fix.diff - adjust offsets.
* 80_hurd_max_path.diff - adjust offsets.
* Remove Debian patches:
* 08_load_ssl.diff - different fix applied upstream.
* Update *.install files:
* qt4-dev-tools.install: a few renames of the language files,
s/assistant-qt3/assistant-qt4/, add usr/bin/xmlpatterns
* Add libqt4-core transitional package. (Closes: #473658)
* Add debian/not-installed to document files which are deliberately not
installed
* Avoid calling ./configure repeatedly during build/install: tie ./configure
to config.status
.
+++ Changes by Fathi Boudra:
.
* Re-introduce LD_LIBRARY_PATH workaround to use lrelease.
* Remove Conflicts against libqt4-core.
* Reorder libqt4-sql dependencies to have packages available on all
architectures listed first. (Closes: #473348)
* Add architectures availability list to libqt4-sql-ibase package.
(Closes: #473348)
* Add patch to fix unaligned access on hppa. Thanks to Bernhard R. Link.
(Closes: #458133)
* Add patch to replace remaining qdbus by dbus. Fix libqtscriptdbus build.
* Update configure options:
* Replace -qdbus by -dbus.
* Add -svg.
.
+++ Changes by Matthew Rosewarne:
.
* Rewrite clean rule to remove remaining build cruft.
.
qt4-x11 (4.4.0~beta1-1) experimental; urgency=low
.
* New upstream release.
.
* Add build dependencies: doxygen, firebird2.0-dev, libiodbc2-dev,
libpam0g-dev, libreadline5-dev, libxslt1-dev.
* Split libqt4-gui and libqt4-core packages.
* Create package for each Qt module.
* Enable all SQL drivers as plugins and add related packages:
libqt4-sql-ibase, libqt4-sql-mysql, libqt4-sql-odbc, libqt4-sql-psql,
libqt4-sql-sqlite, libqt4-sql-sqlite2.
* Add packages: libqt4-assistant, libqt4-dbus, libqt4-designer, libqt4-help,
libqt4-network, libqt4-opengl, libqt4-script, libqt4-svg, libqt4-test,
libqt4-webkit, libqt4-xml, libqt4-xmlpatterns and qt4-demos.
* Replace libqt4-core by libqtcore4 package.
* Rename libqt4-debug to libqt4-dbg like other debug packages in Debian.
* Update .lintian override files.
* Update .install files.
* Move translations files in their respective packages.
* Disable DEB_INSTALL_CHANGELOGS_ALL.
* Build ibase sql plugin on supported architectures only.
* Enable demos, examples, WebKit and XmlPatterns.
* Enable exceptions. It is a dependency to XmlPatterns module.
* Add qtdemo help collection file.
* Split WebKit and XmlPatterns debug packages from libqt4-dbg.
* Generate Doxygen tagfile in libqt4-dev. Thanks to Matthew Rosewarne.
* Examples and Demos are not shipped compressed anymore.
* Refresh qt-copy patches:
* 0167-fix-group-reading
* 0172-prefer-xrandr-over-xinerama
* 0178-transparency-window-types
* 0180-window-role
* 0191-listview-alternate-row-colors
* 0192-itemdelegate-palette-state
* 0195-compositing-properties
* 0203-qtexthtmlparser-link-color
* 0209-prevent-qt-mixing
* 0210-fix-crash-q3stylesheet-font-size
* Remove qt-copy patches:
* 0175-fix-s390-qatomic
* 0176-coverity-fixes
* 0179-transient-hack
* 0187-fix-font-fixed-pitch
* 0194-fix-moveonly-dnd-in-itemviews
* 0200-fix-qsslsocket-waitfor
* 0205-fast-qpixmap-fill
* 0211-q3action-crash
* Add qt-copy patches:
* 0214-fix-qgraphicsproxywidget-tab-crash
* 0215-compile-with-Xcursor-linkage
* 0216-allow-isystem-for-headers
* 0217-qurl-isempty-regression
* 0218-qassert-macro-fix
* fix-qt_bootstrapped-typo
* Refresh Debian patches:
* 01_qmake_for_debian
* 02_launch_assistant-qt4
* 03_launch_moc-qt4
* 04_launch_uic-qt4
* 05_append_qt4_target
* 08_load_ssl
* 10_config_tests_fixes
* 40_alpha_ice
* 41_disable_opengl_visibility
* 50_kfreebsd_build_fix
* 60_m68k_inotify_fix
* 80_hurd_max_path
* Remove Debian patches:
* 06_qtdemo_destdir. Useless as we ship qtdemo again.
* 30_arm_ftbfs_fixes. Merged upstream.
* 31_arm_eabi_fix. Upstream changed arm architecture handling.
This patch doesn't apply as it is.
* 91_qmake_lflags_no-undefined. Merged upstream.
.
qt4-x11 (4.3.4-2) unstable; urgency=low
.
* Add patches:
* 09_qmake_lflags_as-needed
workaround as LDFLAGS isn't honored by configure script.
we set --as-needed flag for Qt build only.
* 10_config_tests_fixes.diff
configuration test fixes for Interbase/Firebird and ODBC sql drivers.
* Update 01_qmake_for_debian patch:
* re-introduce link_prl and drop QT_SHARED workaround.
* Update rules:
* Remove exported LDFLAGS.
* Remove DEB_CONFIGURE_SCRIPT_ENV.
* Exclude debug files from dh_shlibdeps using DEB_DH_SHLIBDEPS_ARGS_ALL.
* Update configure options to use libtiff from system.
* Remove debug configure option to build with -02.
* Update common-install-arch target to fix wrong path in pkconfig and prl files.
* Add libtiff4-dev build dependency.
* Update libqt4-dev dependencies.
.
qt4-x11 (4.3.4-1) unstable; urgency=low
.
* New upstream release:
* This version adds the GNU General Public License (GPL) version 3
to all Qt Open Source editions. The GPL Exception version 1.1
applies to both versions of the GPL license.
.
* Add qt-copy patches:
* 0205-fast-qpixmap-fill
Fix a performance issue in QPixmap::fill()
* 0209-prevent-qt-mixing
This patch changes QObjectPrivateVersion, thus preventing mixing parts
of upstream Qt and qt-copy.
* 0210-fix-crash-q3stylesheet-font-size
This patch fixes crashs in q3stylesheet
(it was possible to use a qfont size < 1)
* 0211-q3action-crash
During porting qt3to4 port QGroupAction to Q3GroupAction but not QAction
to Q3Action (which is logical) But it crashs when it's not a q3action.
* Refresh and enable 0172-prefer-xrandr-over-xinerama patch.
* Remove 0204-fix-tulip-aliasing patch. Merged upstream.
* Remove 90_qmake_cxxflags_fpermissive patch.
* Add ${shlibs:Depends} to libqt4-dev. See missing shared library
dependencies thread on debian-devel mailing list.
* Add catalan translation. Thanks to Javier Serrano Polo. (Closes: #459822)
* Update copyright file. Add GPL version 3.
* Remove -fpermissive.
Files:
763e0150ffadaae589b1d28fa8bfd874 2087 libs optional qt4-x11_4.4.0-1ubuntu1.dsc
f13ad0aa75efad314715930e663bad55 108161188 libs optional qt4-x11_4.4.0.orig.tar.gz
4f037a7f8af2eea6dba62b898cac92f4 102450 libs optional qt4-x11_4.4.0-1ubuntu1.diff.gz
Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFIIHMSpQbm1N1NUIgRAg/pAJ9ITDbzgeriuk+MWHZPOXBOz9B5FgCg8i3W
KERcNhP7Dt5qoYQKDcrBOh8=
=vlnm
-----END PGP SIGNATURE-----
More information about the Intrepid-changes
mailing list