qt4-x11 (4.5.1-1ubuntu6) karmic; urgency=low

  * Add patches from qt-copy
   - 0281-syncqt-create-phonon-global.diff
   - 0282-fix-qpixmapcache-leak.diff
   - 0283-do-not-deduce-scrollbar-extent-twice.diff
   - 0285-qgv-dontshowchildren.diff

 -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 17 Jun 2009 15:36:39 +0100

qt4-x11 (4.5.1-1ubuntu5) karmic; urgency=low

  * Add kubuntu_05_multi_line_cookies.diff from 4.5 branch, fix
    multi-line cookies (we need our facebook)

 -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 15 Jun 2009 17:11:33 +0100

qt4-x11 (4.5.1-1ubuntu4) karmic; urgency=low

  * Fix debian/control file, it helps if packages have the right name

 -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 06 May 2009 14:08:20 +0000

qt4-x11 (4.5.1-1ubuntu3) karmic; urgency=low

  * Move phonon files to libqt4-phonon and libqt4-phonon-dev, version trickery 
    doesn't work currently due to depends.

 -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 06 May 2009 10:06:19 +0000

qt4-x11 (4.5.1-1ubuntu2) karmic; urgency=low

  [ Jonathan Thomas ]
  * Merge with Debian unstable, remaining changes:
    - Do not package firebird and ibase packages, remove from debian/rules
      and debian/control
    - Use our custom -dbg setup
    - libqt4-dev depends on a load of -dev packages
    - Install various extra headers in libqt4-opengl-dev.install and
      libqt4-dev.install
    - Keep kubuntu_03_use_bash_in_configure.diff
    - Build packages with lzma compression
    - Add links from /usr/share/qt4/lib/ to /usr/lib for Qt libraries
      needed for Qt Jambi in debian/rules
  * Remove unused kubuntu_08_fix_systemtray.diff
  * Update KUBUNTU-DEBIAN-DIFFERENCES
  * Add -opensource flag to config target in debian/rules to work around an               
    upstream bug in the configure script

  [ Jonathan Riddell ]
  * Add 0280-deserialization-custom-dbus-properties.diff from qt-copy
  * Build phonon from Qt and set rules to set the version number

 -- Jonathan Thomas <echidnaman@kubuntu.org>  Wed, 29 Apr 2009 09:17:18 -0400

qt4-x11 (4.5.1-1) unstable; urgency=low

  * New upstream release:
    - QHostAddress: Fixed compilation by adding a missing QPair include.
      (Closes: #524944)
  * Bump Standards-Version to 3.8.1 (no changes needed).
  * Use section debug for -dbg packages.
  * Update Qt homepage.
  * Add patches:
    - 89_powerpc_opts.diff
      Build with -fno-optimize-sibling-calls on powerpc, since it causes a
      build failure with GCC 4.3. Thanks to Colin Watson.
    - 90_ia64_boilerplate.diff
      Don't try to use special hand assembly for printing the boilerplate
      message on ia64, since it causes a build failure due to undefined
      symbols. Thanks to Steve Langasek.
    - 0279-svg-rendering-regression.diff
      This patch fix the regression introduced in 4.5.1 with SVG rendering.
      The problem appear when a gradient reference an another gradient which
      is after in the svg. Plasma cache should be cleared.
  * Remove qt-copy patches:
    - 0245-fix-randr-changes-detecting.diff - Fixed upstream.
    - 0275-qtconcurrent-threadcount.diff - Fixed upstream.
    - 0276-webkit-pedantic.diff - Fixed upstream.
    - 0278-X11-Use-legacy-LCD-filtering-if-specified-in-font-c.diff - Fixed
      upstream.

 -- Fathi Boudra <fabo@debian.org>  Thu, 23 Apr 2009 14:23:06 +0200

qt4-x11 (4.5.0-0ubuntu4) jaunty; urgency=low

  * debian/patches/90_ia64_boilerplate.diff: don't try to use special
    hand assembly for printing the boilerplate message on ia64, since it
    causes a build failure due to undefined symbols.

 -- Steve Langasek <steve.langasek@ubuntu.com>  Sun, 05 Apr 2009 08:44:43 +0000

qt4-x11 (4.5.0-0ubuntu3) jaunty; urgency=low

  * Fix debug packages according to LP #261380
  * Reinstantiating explicit debug packages (LP #261380 comment #26 by
    Jonathan Thomas).
  * Leaving out lintian overrides for packages (comment #24).
  * Listing DEB_DBG_PACKAGE_* explicitely, as implicit logic doesn't seem to
    work as I would have expected.

 -- Martin von Gagern <Martin.vGagern@gmx.net>  Wed, 18 Mar 2009 16:07:10 +0100

qt4-x11 (4.5.0-0ubuntu2) jaunty; urgency=low

  * kubuntu_09_powerpc_opts.patch: Build with
    -fno-optimize-sibling-calls on powerpc, until such time as we start
    using GCC 4.4 (LP: #342335).

 -- Colin Watson <cjwatson@ubuntu.com>  Sat, 14 Mar 2009 13:33:52 +0000

qt4-x11 (4.5.0-2) experimental; urgency=low

  * Add qt-copy patches:
    - 0275-qtconcurrent-threadcount.diff
      Calling idealThreadCount() calls sysconfig in every run, as well as
      ignoring the configured number of threads for the main thread pool.
    - 0276-webkit-pedantic.diff
      Fix playground/base/plasma/applet/welcome compile with -pedantic.
    - 0278-X11-Use-legacy-LCD-filtering-if-specified-in-font-c.diff
      If Freetype is built without subpixel rendering, we should use
      the Qt 3 intrapixel filter instead of the bitmap convolution
      when the Legacy LCD filter is chosen. (Closes: #448555)

 -- Fathi Boudra <fabo@debian.org>  Mon, 16 Mar 2009 11:59:24 +0100

qt4-x11 (4.5.0-1) experimental; urgency=low

  * New upstream released:
    - Fix knode 4.2.x crash. (Closes: #516740)
  * Update copyright:
    - Add LGPL license support.
    - Add a sentence about QPL license dropped from Qt 4.4.0.
      (Closes: #508190, #500905)
  * Remove patches:
    - 20_fix_ftbfs_callgrindChildExitCode.diff - Merged upstream.
    - 21_fix_ppc_build.diff - Reverted upstream.
    - 22_fix_qiconvcodec.diff - Merged upstream.
  * Add qt-copy patches:
    - 0274-shm-native-image-fix.diff
      This patch makes the raster graphics system use shared images instead of
      shared pixmaps.

 -- Fathi Boudra <fabo@debian.org>  Tue, 03 Mar 2009 16:40:52 +0100

qt4-x11 (4.5.0-0ubuntu1) jaunty; urgency=low

  * New upstream release
  * Use lzma compression
  * Add 0274-shm-native-image-fix.diff from qt-copy

 -- Jonathan Riddell <jriddell@ubuntu.com>  Tue, 03 Mar 2009 13:31:00 +0000

qt4-x11 (4.5.0~rc1-2) experimental; urgency=low

  * Fix shlibs version. It should be 4.5.0~rc1.
  * Update debian/rules:
    - Build with -phonon and -no-phonon-backend configure options.
    - Remove built phonon and use system phonon.
  * Update debian/control:
    - Add libphonon-dev build dependency.

 -- Fathi Boudra <fabo@debian.org>  Fri, 20 Feb 2009 21:32:16 +0100

qt4-x11 (4.5.0~+rc1-0ubuntu1) jaunty; urgency=low

  * New upstream release candidate (rc1)

  * Fixed libqt4-dbg.install (dup entry)
    - remove usr/lib/libQtXmlPatterns.so.4.5.0.debug, which is also in libqt4-xmlpatterns-dbg.install

  * Added in files from list-missing to appropriate places.

  * Removed patches (applied upstream or obsolete)
    - 0167-fix-group-reading.diff
    - 0203-qtexthtmlparser-link-color.diff
    - 0224-fast-qpixmap-fill.diff
    - 0226-qtreeview-column_resize_when_needed.diff
    - 0238-fix-qt-qttabbar-size.diff
    - 0248-fix-qwidget-scroll-slowness.diff
    - 0249-webkit-stale-frame-pointer.diff
    - 0254-fix-qgraphicsproxywidget-deletion-crash.diff
    - 0256-fix-recursive-backingstore-sync-crash.diff
    - 0257-qurl-validate-speedup.diff
    - 0260-fix-qgraphicswidget-deletionclearFocus.diff
    - 0261-sync-before-reset-errorhandler.patch
    - 0262-fix-treeview-animation-crash.diff
    - 07_trust_dpkg-arch_over_uname-m.diff
    - 12_fix_qmake_pkgconfig.diff
    - 20_mips_atomic_ops.diff
   
  * Merge changes from debian
    - Update install files
    - Update lintian files
    - Refresh patches from debian
      - 02, 03, 04, 05, 09, 14, 15, 16, 17, 30, 40, 41, 50, 71, 80.
    - Refresh qt-copy patches
      - 0180, 0195, 0209, 0216, 0225, 0234, 0245, 0255.
    - Update SHLIBSVERSION to 4.5.0
    - QGtkStyle is part of Qt 4.5 release. (Closes: #507143)
    - Fix useless warning flood when sockets > 1024. (Closes: #511700)
    - Add libgtk2.0-dev build dependency to enable GTK theme support.
    - Add package libqt4-scripttools: The QtScriptTools module provides
      additional components for applications that use Qt Script.
    - Clean up the prl postprocessing.
    - Build documentations if current version is a snapshot.
    - Update *.install and *.lintian files.
    - Move mkspecs in qt4-qmake package to use qt4-qmake standalone.
    - Add qdoc3 to qt4-dev-tools package.
    - Add Debian patches:
      - 18_enable_qt3support_qtwebkit_debug_info.diff
        On Qt >= 4.5, debug info are disabled for Qt3Support and QtWebkit.
        This patch enable them.
      - 19_install_qdoc3.diff
        Install qdoc3 binary. It is used by Qt Creator.
      - 20_fix_ftbfs_callgrindChildExitCode.diff
        Fix ftfbs on qtestcase.cpp. Stolen from snapshot 20090206.
    - Remove Debian patches:
      - 07_trust_dpkg-arch_over_uname-m.diff - Fixed upstream.
      - 12_fix_qmake_pkgconfig.diff
      - 20_mips_atomic_ops.diff - Fixed upstream.

  * Build with -phonon and -no-phonon-backend
   - add rule to remove built phonon and use system phonon
	
 -- Roderick B. Greening <roderick.greening@gmail.com>  Thu, 19 Feb 2009 12:04:00 -0330

qt4-x11 (4.5.0~rc1-1) experimental; urgency=low

  * New upstream release:
    - QGtkStyle is part of Qt 4.5 release. (Closes: #507143)
    - Fix useless warning flood when sockets > 1024. (Closes: #511700)
  * Add libgtk2.0-dev build dependency to enable GTK theme support.
  * Add package libqt4-scripttools: The QtScriptTools module provides
    additional components for applications that use Qt Script.
  * Clean up the prl postprocessing.
  * Build documentations if current version is a snapshot.
  * Update *.install and *.lintian files.
  * Move mkspecs in qt4-qmake package to use qt4-qmake standalone.
  * Add qdoc3 to qt4-dev-tools package.
  * Add Debian patches:
    - 18_enable_qt3support_qtwebkit_debug_info.diff
      On Qt >= 4.5, debug info are disabled for Qt3Support and QtWebkit.
      This patch enable them.
    - 19_install_qdoc3.diff
      Install qdoc3 binary. It is used by Qt Creator.
    - 20_fix_ftbfs_callgrindChildExitCode.diff
      Fix ftfbs on qtestcase.cpp. Stolen from snapshot 20090206.
  * Remove Debian patches:
    - 07_trust_dpkg-arch_over_uname-m.diff - Fixed upstream.
    - 12_fix_qmake_pkgconfig.diff
    - 20_mips_atomic_ops.diff - Fixed upstream.
      In memory of Thiemo Seufer.
      Thanks for his invaluable help on MIPS. He will be missed.
  * Update Debian patches:
    - 02, 03, 04, 05, 09, 14, 15, 16, 17, 30, 40, 41, 50, 71, 80.
  * Remove qt-copy patches:
    - 0167-fix-group-reading.diff - Merged upstream.
    - 0203-qtexthtmlparser-link-color.diff - Merged upstream.
    - 0224-fast-qpixmap-fill.diff - Fixed upstream.
    - 0226-qtreeview-column_resize_when_needed.diff - Fixed upstream.
    - 0238-fix-qt-qttabbar-size.diff - Merged upstream.
    - 0248-fix-qwidget-scroll-slowness.diff - Fixed upstream.
    - 0249-webkit-stale-frame-pointer.diff - Merged upstream.
    - 0254-fix-qgraphicsproxywidget-deletion-crash.diff - Merged upstream.
    - 0256-fix-recursive-backingstore-sync-crash.diff - Fixed upstream.
    - 0257-qurl-validate-speedup.diff - Fixed upstream.
    - 0260-fix-qgraphicswidget-deletionclearFocus.diff - Merged upstream.
    - 0261-sync-before-reset-errorhandler.patch - Merged upstream.
    - 0262-fix-treeview-animation-crash.diff - Merged upstream.
  * Refresh qt-copy patches:
    0180, 0195, 0209, 0216, 0225, 0234, 0245, 0255.

 -- Fathi Boudra <fabo@debian.org>  Fri, 06 Feb 2009 10:03:16 +0100

qt4-x11 (4.4.3-2ubuntu1) jaunty; urgency=low

  * Merge from debian unstable, remaining changes:
    - Fix binary-post-install/libqt4-dev:: to install to debian/libqt4-dev
    - Add missing depends to libqt4-dev
    - kubuntu_03_use_bash_in_configure.diff
    - kubuntu_08_systray_fix.diff
    - Not using firebird (ibase)
    - Add links from /usr/share/qt4/lib/ to /usr/lib for Qt libraries
      needed for Qt Jambi

 -- Scott Kitterman <scott@kitterman.com>  Sun, 21 Dec 2008 00:27:50 -0500

qt4-x11 (4.4.3-2) unstable; urgency=low

  +++ Changes by Armin Berres:

  * Fix offsets in all patches.
  * Add qt-copy patches:
    - 0255-qtreeview-selection-columns-hidden.diff
    - 0256-fix-recursive-backingstore-sync-crash.diff
    - 0257-qurl-validate-speedup.diff
    - 0260-fix-qgraphicswidget-deletionclearFocus.diff
    - 0261-sync-before-reset-errorhandler.patch
    - 0262-fix-treeview-animation-crash.diff

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Wed, 03 Dec 2008 00:54:18 +0100

qt4-x11 (4.4.3-1ubuntu5) jaunty; urgency=low

  * Add 0260-fix-qgraphicswidget-deletionclearFocus.diff from KDE's qt-copy
    Fixes KDE bug 168278 observable in the file watcher plasmoid (LP: #272399)

 -- Jonathan Thomas <echidnaman@kubuntu.org>  Wed, 03 Dec 2008 18:54:29 -0500

qt4-x11 (4.4.3-1ubuntu4) jaunty; urgency=low

  * Fix binary-post-install/libqt4-dev:: to install to debian/libqt4-dev

 -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 20 Nov 2008 17:57:14 +0000

qt4-x11 (4.4.3-1ubuntu3) jaunty; urgency=low

  * Add 0256-fix-recursive-backingstore-sync-crash.diff from KDE's qt-copy
    Fixes KDE bug 174065 in kmail (new mailing list)
    "Random crashes deep in Qt painting code"

 -- Jonathan Riddell <jriddell@ubuntu.com>  Tue, 11 Nov 2008 21:41:30 +0000

qt4-x11 (4.4.3-1ubuntu2) jaunty; urgency=low

  * Add missing depends to libqt4-dev

 -- Jonathan Riddell <jriddell@ubuntu.com>  Sat, 08 Nov 2008 16:38:28 +0000

qt4-x11 (4.4.3-1ubuntu1) jaunty; urgency=low

  * Merge with Debian, remaining changes
   - kubuntu_03_use_bash_in_configure.diff
   - kubuntu_08_systray_fix.diff
  * Not using firebird (ibase)
  * Add links from /usr/share/qt4/lib/ to /usr/lib for Qt libraries 
    needed for Qt Jambi

 -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 05 Nov 2008 14:20:44 +0000

qt4-x11 (4.4.3-1) unstable; urgency=low

  * New upstream release:
    It includes updated copyright headers, as well as updated application icons
    and other graphics to reflect the look and feel of the new Qt brand.

  +++ Changes by Fathi Boudra:

  * Update copyright.
  * Remove Debian patches:
    - 60_m68k_inotify_fix.diff (merged upstream)

  +++ Changes by Sune Vuorela:

  * Bump shlibs to 4.4.3. Upstream had apparantly by mistake added at least
    one symbol to 4.4.1 that wasn't in 4.4.0, but no way to fix it.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Mon, 29 Sep 2008 19:10:52 +0200

qt4-x11 (4.4.2-2) unstable; urgency=low

  +++ Changes by Fathi Boudra:

  * Add missing Replaces to qt4-qmake.
  * Add qt-copy patches:
    - 0254-fix-qgraphicsproxywidget-deletion-crash.diff
      Fix deletion of a qgraphicsproxywidget if it is in a layout.
      It Will be included in Qt 4.4.4.

  +++ Changes by Ana Beatriz Guerrero Lopez:

  * Small updates in debian/control:
    - Use always Qt 4 instead of Qt4.
    - Remove architectures that are not being worked on anymore.
    - Some typo.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Tue, 23 Sep 2008 10:19:36 +0200

qt4-x11 (4.4.2-1) unstable; urgency=low

  * New upstream release.

  +++ Changes by Fathi Boudra:

  * Remove upstream patches:
    - 0002_https_lowercase.diff
  * Add Debian patches:
    - 17_add_postgresql_8.3_support.diff
  * Remove Debian patches:
    - 72_generic_arch_atomic_header_fix.diff
  * Sync qt-copy patches:
    * Add:
      - 0245-fix-randr-changes-detecting.diff
      - 0248-fix-qwidget-scroll-slowness.diff
      - 0249-webkit-stale-frame-pointer.diff (fix CVE-2008-3632)
    * Remove:
      - 0214-fix-qgraphicsproxywidget-tab-crash.diff
      - 0230-qtextcontrol-selectnextword.diff
      - 0232-fix-qdesktopwidget-screen-merge.diff
      - 0233-fix-q3textbrowser-image.diff
      - 0235-qdbus-dispatch-async-timeout.diff
      - 0236-qtoolbararealayout-restore.diff
      - 0241-fix-null-stylesheet-warning.diff
  * Add missing QHelpGlobal include in libqt4-dev package.
  * Remove doxygen build dependency.
    It is useless to generate a tag file as Qt is shipped with qt.tags file.
  * Split qmake in its own qt4-qmake package. (Closes: #437354)

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Thu, 18 Sep 2008 18:22:04 +0200

qt4-x11 (4.4.1-1) experimental; urgency=low

  * New upstream release. (Closes: #483790)

  +++ Changes by Fathi Boudra:

  * Bump Standards-Version to 3.8.0 (no changes needed).
  * Add 0241-fix-null-stylesheet-warning.diff from qt-copy.
  * Update libqt4-dev.install: windows related files are not installed anymore.
  * Update Qt 4 designer short descriptions. (Closes: #493379)
  * Replace libcupsys2-dev build dependency by libcups2-dev.

  +++ Changes by Sune Vuorela:

  * Remove watchfile. it doesn't work.
  * mention qmake-qt4 in description of libqt4-dev. (Closes: 415816)
  * Apply patch from friendly hurd porters. (Closes: 485931)
  * Make the rules file parallel build safe.

  +++ Changes by Modestas Vainius:

  * Resync our qt-copy patches with KDE svn:
    * add:
      - 0232-fix-qdesktopwidget-screen-merge.diff
    * removed from qt-copy KDE svn:
      - 0210-fix-crash-q3stylesheet-font-size.diff
      - 0220-no-x-recursion-in-xerrhandler.diff
      - 0223-fix-qpixmap-hasalpha.diff
      - 0227-qdatastream-regression.diff
      - 0228-qsortfilterproxymodel-invalidate-noscroll.diff
    * refresh:
      0167, 0180, 0195, 0203, 0209, 0214, 0216,
      0224, 0226, 0230, 0233, 0235, 0236.
    * other qt-copy patches are in 4.4.1.
  * Resync our patches:
    * remove, merged (stolen from) upstream:
      - 0001_webkit_backround_in_scrollbars_webkit-5b0ea6b840a6e25e97b886e185...
      - 21_qprintdialog_honour_fileprintersadded.diff
      - 73_from4.4.1_no_AAAA_when_ipv6_disabled.diff
      - 90_gcc43.diff
    * partially merged upstream, leave unmerged parts:
      - 71_hppa_unaligned_access_fix_458133.diff
    * refresh:
      - 05_append_qt4_target.diff
      - 14_add_libraries_to_gui_build_where_actually_needed.diff
      - 20_mips_atomic_ops.diff
      - 50_kfreebsd_build_fix.diff
  * Leave shlibs at (>= 4.4.0) since 4.4.1 is supposed to be backwards and
    forward compatible with 4.4.0.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Sat, 02 Aug 2008 22:49:17 +0300

qt4-x11 (4.4.0-4) unstable; urgency=low

  +++ Changes by Sune Vuorela:

  * Get patch from 4.4.2 (yes!) to fix painting of scrollbars in webkit with
    some styles.
  * Get patch from 4.4.2 to allow Https to be treated as https in -network.
  * Fix some unaligned access issues that makes any webkit using application
    crash (SIGBUS) on archs where this isn't allowed. Patch by Mike Hommey.
    See #487745 for details.
  * Don't make the std:: symbols in webkit public. Solution based on the work
    of Mike Hommey in the gtk webkit package.
  * Add 0235-qdbus-dispatch-async-timeout.diff from qt copy. Acked in qt-copy
    by Thiago.
  * Add 0236-qtoolbararealayout-restore.diff to fix a regression in qt4.4.
    Patch from Trolltech.
  * Add 0003_tab_text_cutoff.diff patch to fix rendering of text in tabs.
    Patch available in qt4.5.
  * Add 0234-fix-mysql-threaded.diff from qt-copy to fix usage of qt with
    mysql in multithreaded environments

  +++ Changes by Modestas Vainius:

  * Add 21_qprintdialog_honour_fileprintersadded.diff patch to fix the problem
    with QPrintDialog misdetecting some normal printers as virtual file printers
    on dialog exec and when PrintToFile is disabled (TT #214505).
  * Add 0233-fix-q3textbrowser-image.diff patch from qt copy.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Wed, 09 Jul 2008 02:53:33 +0200

qt4-x11 (4.4.3-0ubuntu1) intrepid; urgency=low

  * New Upstream Release - bump config from ubuntu 4.4.2 deb
  * Update copyright info from debian copyright
  * Re-sync with Debian svn
    - Add following qt-copy patches:
      0245-fix-randr-changes-detecting.diff
      0248-fix-qwidget-scroll-slowness.diff
      0249-webkit-stale-frame-pointer.diff
      0254-fix-qgraphicsproxywidget-deletion-crash.diff
    - Remove following qt-copy patches (prev disabled):
      0214-fix-qgraphicsproxywidget-tab-crash.diff
      0220-no-x-recursion-in-xerrhandler.diff
      0223-fix-qpixmap-hasalpha.diff
      0227-qdatastream-regression.diff
      0228-qsortfilterproxymodel-invalidate-noscroll.diff
      0237-printdialog-assert.diff
      0240-printdialog-print-into-real-printer.diff
    - Remove following Debian patches (prev disabled):
      90_gcc43.diff
    - Add following debian patches:
      16_hide_std_symbols_on_qtwebkit.diff
      17_add_postgresql_8.3_support.diff
      30_webkit_unaligned_access.diff
      71_hppa_unaligned_access_fix_458133.diff
      81_hurd_more_max_path.diff
    - Cosmetic cleanup in control
      replace Qt4 with Qt 4 as per Debian
      some grammer clean-up in comments/notes
    - libqt4-dev.install (insert missing help - usr/include/qt4/QtHelp/QHelpGlobal)
    - Updated some patches (line numbering changed - cosmetic only)
      0167-fix-group-reading.diff
      0180-window-role.diff
      0195-compositing-properties.diff
      0203-qtexthtmlparser-link-color.diff
      0216-allow-isystem-for-headers.diff
      0224-fast-qpixmap-fill.diff
      0226-qtreeview-column_resize_when_needed.diff
      0234-fix-mysql-threaded.diff
      0238-fix-qt-qttabbar-size.diff
      05_append_qt4_target.diff
      50_kfreebsd_build_fix.diff
    - Patches with some re-write changes/fixes (non-cosmetic):
      14_add_libraries_to_gui_build_where_actually_needed.diff
      20_mips_atomic_ops.diff

 -- Roderick B. Greening <roderick.greening@gmail.com>  Mon, 29 Sep 2008 13:59:56 -0230

qt4-x11 (4.4.2-0ubuntu2) intrepid; urgency=low

  * Add links from /usr/share/qt4/lib/ to /usr/lib for Qt libraries 
    needed for Qt Jambi

 -- Jonathan Riddell <jriddell@ubuntu.com>  Tue, 23 Sep 2008 00:28:36 +0100

qt4-x11 (4.4.2-0ubuntu1) intrepid; urgency=low

  * New Upstream Release - bump config from ubuntu 4.4.1 deb
  * Removed the following patches (resolved upstream)
    - 0230-qtextcontrol-selectnextword.diff
    - 0233-fix-q3textbrowser-image.diff
    - 0235-qdbus-dispatch-async-timeout.diff
    - 0236-qtoolbararealayout-restore.diff
    - 0241-fix-null-stylesheet-warning.diff
    - 60_m68k_inotify_fix.diff
    - 72_generic_arch_atomic_header_fix.diff
  * Updated broken patch (code changes upstream)
    - 10_config_tests_fixes.diff
  * Removed unknown header file refs in debian/libqt4-dev.install
    - qatomic_windows.h/qatomic_windowsce.h

 -- Roderick B. Greening <roderick.greening@gmail.com>  Fri, 19 Sep 2008 17:54:57 -0230

qt4-x11 (4.4.1-0ubuntu2) intrepid; urgency=low

  * Add kubuntu_08_systray_fix.diff, should fix systray not showing icons

 -- Jonathan Riddell <jriddell@ubuntu.com>  Tue, 05 Aug 2008 11:23:23 +0100

qt4-x11 (4.4.1-0ubuntu1) intrepid; urgency=low

  * New upstream release

 -- Jonathan Riddell <jriddell@ubuntu.com>  Fri, 01 Aug 2008 11:30:30 +0100

qt4-x11 (4.4.0-3ubuntu2) intrepid; urgency=low

  * Make libqt4-dev depend on the necessary -dev packages again

 -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 18 Jun 2008 11:08:14 +0100

qt4-x11 (4.4.0-3ubuntu1) intrepid; urgency=low

  * Merge with Debian, remaining changes:
   - remove ibase and firebird from debian/control and debian/rules
   - patches

 -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 11 Jun 2008 15:01:30 +0000

qt4-x11 (4.4.0-3) unstable; urgency=low

  +++ Changes by Sune Vuorela:

  * Fix generic atomic header. (Closes: #475767)
    This is enough to fix building of kdelibs, but there should be a proper
    hppa fix modelled over the other "real" archs.

  +++ Changes by Fathi Boudra:

  * Add qt-copy patch:
    * 0230-qtextcontrol-selectnextword
      Fix Ctrl+Shift+Right in a khtml textarea when having more than one tab
      open: QTextEdit should react to ShortcutOverride for the keys it handles
      (was already partly done).

  +++ Changes by Modestas Vainius:

  * Steal 73_from4.4.1_no_AAAA_when_ipv6_disabled.diff patch from 4.4.1
    snapshot, which disables IPv6 DNS queries (AAAA) when IPv6 is disabled on
    the system.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Sun, 08 Jun 2008 13:17:02 +0300

qt4-x11 (4.4.0-2) unstable; urgency=low

  +++ Changes by Fathi Boudra:

  * Split html documentation in qt4-doc-html package.
  * Merge Ubuntu patches:
    * Add lpia architecture in trusted dpkg-arch over uname.
    * Add sqlite3 workaround in config tests fixes.
  * Add qt-copy patch:
    * 0227-qdatastream-regression
      Fix a bug that causes all Qt3/2 applications to crash or hang under KDE4.

  +++ Changes by Modestas Vainius:

  * Add 16_qsortfilterproxymodel_invalidate_noscroll.diff patch which stops
    scrolling to the current item/index on QSortFilterProxyModel::invalidate()
    This patch has been scheduled for Qt 4.4.1 (TT #204403).
  * Add missing Replaces:
    - libqt4-opengl-dev replaces libqt4-dev (<< 4.4.0-2) due to obvious
      reasons.
    - libqt4-dev replaces libqt4-opengl-dev (<< 4.4.0-2) (due to qglobal.h
      misplace).

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Fri, 09 May 2008 23:35:16 +0300

qt4-x11 (4.4.0-1ubuntu5) intrepid; urgency=low

  * Remove pkgconfig directory from libqt4-dev.install, it installed
    files that were in other packages

 -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 19 May 2008 12:52:59 +0100

qt4-x11 (4.4.0-1ubuntu4) intrepid; urgency=low

  * Add depends to libqt4-dev removed in 4.4.0~rc1-3, causes build
    problems in backports, closes LP: #229813

 -- Jonathan Riddell <jriddell@ubuntu.com>  Sat, 17 May 2008 15:56:45 +0100

qt4-x11 (4.4.0-1ubuntu3) intrepid; urgency=low

  * Add kubuntu_08_sqlite_undefined.diff, for some reason we need to 
    add -ldl

 -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 08 May 2008 22:13:44 +0100

qt4-x11 (4.4.0-1ubuntu2) intrepid; urgency=low

  * libqt4-opengl-dev replaces old libqt4-dev
  * move usr/include/qt4/Qt/qglobal.h to libqt4-dev
  * libqt4-dev replaces old libqt4-opengl-dev for the above

 -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 08 May 2008 13:04:47 +0100

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

 -- Jonathan Riddell <jriddell@ubuntu.com>  Tue, 06 May 2008 12:39:31 +0100

qt4-x11 (4.4.0-1) unstable; 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.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Tue, 06 May 2008 17:37:49 +0200

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.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Sun, 27 Apr 2008 04:15:28 +0300

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.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Tue, 15 Apr 2008 23:48:31 +0200

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)

 -- Fathi Boudra <fabo@debian.org>  Sat, 12 Apr 2008 07:48:37 +0200

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.

 -- Fathi Boudra <fabo@debian.org>  Wed, 09 Apr 2008 09:40:00 +0200

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.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Mon, 07 Apr 2008 01:36:54 -0400

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.

 -- Fathi Boudra <fabo@debian.org>  Thu, 13 Mar 2008 22:34:45 +0100

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.

 -- Fathi Boudra <fabo@debian.org>  Sat, 08 Mar 2008 10:09:02 +0100

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.

 -- Fathi Boudra <fabo@debian.org>  Tue, 26 Feb 2008 18:38:27 +0100

qt4-x11 (4.3.4-0ubuntu3) hardy; urgency=low

  * Add LPIA support to
    07_trust_dpkg-arch_over_uname-m.diff (renamed to
    kubuntu_07_trust_dpkg-arch_over_uname-m.diff) (LP: #207863)

 -- Steve Magoun <steve.magoun@canonical.com>  Thu, 27 Mar 2008 15:58:25 -0400

qt4-x11 (4.3.4-0ubuntu2) hardy; urgency=low

  * Don't build odbc, fails on amd64.
  * Sync qt-copy patches with Debian

 -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 28 Feb 2008 14:19:52 +0000

qt4-x11 (4.3.4-0ubuntu1) hardy; urgency=low

  * New upstream releaes

 -- Jonathan Riddell <jriddell@ubuntu.com>  Tue, 26 Feb 2008 16:32:56 +0000

qt4-x11 (4.3.3-2) unstable; urgency=low

  * Update 0203-qtexthtmlparser-link-color qt-copy patch:
    Add qt-bugs@ issue and Trolltech task ID.
  * Add 0204-fix-tulip-aliasing qt-copy patch:
    Fix KDE4 RC2 crashing on startup due to Qt 4.3.3 update.
  * Downgrade libqt4-dev dependency to qt4-dev-tools from Recommends to
    Suggests.
  * Add semicolon at the end of the MimeType key. Thanks to Pino Toscano.
  * Remove 91_qmake_ldflags_as-needed patch:
    It breaks other packages. (Closes: #457038, #457284)
  * Add 91_qmake_lflags_no-undefined patch:
    By default, qmake adds --no-undefined linker flag.

 -- Fathi Boudra <fabo@debian.org>  Sun, 30 Dec 2007 23:29:09 +0100

qt4-x11 (4.3.3-1) unstable; urgency=low

  * New upstream release.

  [Adeodato Simó]

  * Do not depend or build-depend on the transitional package xlibmesa-gl-dev,
    but on libgl1-mesa-dev instead. Ditto for libglu1-xorg-dev/libglu1-mesa-dev.

  [Fathi Boudra]

  * Bump Standards-Version to 3.7.3.
  * Fix description contains homepage lintian warning.
  * Merge Kubuntu load ssl patch. Thanks to Jonathan Riddell.
  * Add CDDL exception to debian/copyright.
  * Add 21_assume_no_fpu_for_embedded_devices patch. Thanks to Thiemo Seufer
    and Bradley Hughes. Not Enabled yet: It breaks ABI on mips.
    We will keep it for later (> 4.3.3-1).
  * Add 91_qmake_ldflags_as-needed patch. Build with --as-needed linker flag.
  * Remove qt-copy patches:
    * 0163-fix-gcc43-support.
    * 0185-fix-format-strings.
    * 0188-fix-moc-parser-same-name-header.
    * 0189-fix-q3toolbar-qcombobox-signal-slot.
    * 0193-qtreeview-division-by-zero.diff.
  * Add qt-copy patches:
    * 0200-fix-qsslsocket-waitfor.
      Fixes some QSslSocket::waitFor$X methods.
    * 0203-qtexthtmlparser-link-color.
      Links are assigned a foreground color according to the system current
      color scheme.

 -- Fathi Boudra <fabo@debian.org>  Thu, 06 Dec 2007 22:06:46 +0100

qt4-x11 (4.3.3-0ubuntu3) hardy; urgency=low

  * Added build-dep on unixodbc-dev
  * Added kubuntu_03_use_bash_in_configure.diff to fix detection of
    available plugins for libQtSql
  * Added package libqt4-plugin-odbc for odbc support (LP: #179261)

 -- Terence Simpson <tsimpson@ubuntu.com>  Thu, 07 Feb 2008 19:23:31 +0000

qt4-x11 (4.3.3-0ubuntu2) hardy; urgency=low

  * Add kubuntu_02_no_undefined.diff as used upstream in Qt 4.4,
    ensures no undefined symbols

 -- Jonathan Riddell <jriddell@ubuntu.com>  Tue, 18 Dec 2007 16:23:03 +0000

qt4-x11 (4.3.3-0ubuntu1) hardy; urgency=low

  * New upstream release
  * Added back 0172-prefer-xrandr-over-xinerama.diff, updated by dirk
  * Updated 0178-transparency-window-types.diff
  * Removed 0193-qtreeview-division-by-zero.diff, applied upstream
  * Add CDDL exception to debian/copyright
  * Add 0203-qtexthtmlparser-link-color.diff from qt-copy

 -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 05 Dec 2007 16:55:12 +0000

qt4-x11 (4.3.2-1ubuntu1) hardy; urgency=low

  * Merge with Debian, remaining changes:
   - qt4-dev-tools conflicts on qdbusviewer
   - Add kubuntu_01_load_ssl.diff, LP: #155784

 -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 05 Nov 2007 17:20:28 +0000

qt4-x11 (4.3.2-1) unstable; urgency=low

  * New upstream release.

  [Fathi Boudra]
  * Update desktop files categories.
  * Add desktop files icons. (Closes: #433581)
  * Update patches to Qt4.3.2.
  * Add 90_qmake_cxxflags_fpermissive patch.
  * Remove 0186-fix-component-alpha-text patch. Merged upstream.
  * Add qt-copy patches:
    * 0188-fix-moc-parser-same-name-header
    * 0189-fix-q3toolbar-qcombobox-signal-slot
    * 0191-listview-alternate-row-colors
    * 0192-itemdelegate-palette-state
    * 0193-qtreeview-division-by-zero
    * 0194-fix-moveonly-dnd-in-itemviews
    * 0195-compositing-properties
  * Update qt4-dev-tools long description.
  * Update copyright:
    * Update Trolltech GPL exception to v1.1.
    * Add Trolltech GPL exception addenum.
  * Update rules:
    * Build with -fpermissive.
    * Introduce QTVERSION.
  * Fix qt4-config menu section. (Closes: 444896)

  [Sune Vuorela]
  * Have strict interdependencies between packages with a shlibs.local file.
    (Closes: #438746)
  * Don't trust uname in generating the qt build key. This has bitten us in
    qt3, but will soon bite us in qt4 as qt4 becomes more popular.

  [Ana Beatriz Guerrero Lopez]
  * Add desktop files icons uuencoded and update rules to install them uudecoded.
  * Add sharutils build dependency.

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Sat, 06 Oct 2007 07:00:54 +0200

qt4-x11 (4.3.1-2) unstable; urgency=low

  * There is a large difference between 8 spaces and a tab.

 -- Sune Vuorela <debian@pusling.com>  Fri, 10 Aug 2007 22:20:45 +0200

qt4-x11 (4.3.1-1) unstable; urgency=low

  * New upstream release.

  [Fathi Boudra]
  * Switch to quilt patch system.
  * Update copyright. Add Trolltech GPL Exception.
  * Update section in Debian menu files.
  * Update patches for Qt4.3.1.
  * Remove 51_kfreebsd_mkspecs patch. Moved in rules.
  * Add 0187-fix-font-fixed-pitch patch:
    This patch works around broken QFontInfo::fixedPitch by always using a
    glyph metrics comparison test to guess the information. This has the
    property of both ignoring (bad) and not relying on (good) any information
    that might be provided by the OS's font facility. For Mac OS X only.
  * Remove patches merged upstream:
    * 0177-qurl-clear-fix
    * 0183-qprocess-corruption
    * 42_alpha_fetch_and_add
  * Disable:
    * 0172-prefer-xrandr-over-xinerama patch. (Closes: #433931)
    * 0181-qdnd-x11-fix patch.

  [Sune Vuorela]
  * Add a quick and dirty test to make build on hppa fail if a current
    getdents kernel bug is detected.

 -- Fathi Boudra <fboudra@free.fr>  Wed, 08 Aug 2007 15:08:11 +0200

qt4-x11 (4.3.2-0ubuntu3) gutsy; urgency=low

  * Disable 00_0172-prefer-xrandr-over-xinerama.dpatch, causes menus
    to appear on the primary screen even when app is on a second screen
    Closes LP: #135882

 -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 08 Oct 2007 12:51:57 +0100

qt4-x11 (4.3.2-0ubuntu2) gutsy; urgency=low

  * Remove excessive categories from debian/desktop/qt4config.desktop
    Closes LP: #136425

 -- Jonathan Riddell <jriddell@ubuntu.com>  Thu, 04 Oct 2007 16:21:06 +0100

qt4-x11 (4.3.2-0ubuntu1) gutsy; urgency=low

  * New upstream bugfix release

 -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 03 Oct 2007 17:04:56 +0100

qt4-x11 (4.3.1-0ubuntu3) gutsy; urgency=low

  * SECURITY UPDATE: unterminated UTF8 strings could lead to 2 byte
    overflow that may allow arbitrary code execution.
  * Add debian/patches/kubuntu_01_CVE_2007_4137.dpatch: upstream fixes.
  * References
    CVE-2007-4137
    http://trolltech.com/company/newsroom/announcements/press.2007-09-03.7564032119

 -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 01 Oct 2007 22:23:19 +0100

qt4-x11 (4.3.1-0ubuntu2) gutsy; urgency=low

  * Build with -fpermissive when building with g++-4.3. LP: #138646.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 13 Sep 2007 17:08:20 +0000

qt4-x11 (4.3.1-0ubuntu1) gutsy; urgency=low

  * Merge with Debian
  * New upstream release
  * Update copyright file
  * Remove qdbusviewer package, now in qt4-dev-tools

 -- Jonathan Riddell <jriddell@ubuntu.com>  Tue, 07 Aug 2007 12:02:01 +0100

qt4-x11 (4.3.0-5) unstable; urgency=low

  [Fathi Boudra]
  * Update 01_qmake_for_debian patch. Add DEFINES += QT_SHARED in qmake.conf
    along with the removal of link_prl. (Closes: #434019)
  * Apply qt-copy patches:
    * 00_0185-fix-format-strings: This patch fixes various code issues with
      handling format strings. None of them seem to be exceptionally bad,
      but its better safe than sorry. It is related to CVE-2007-3388.
      TT claims the problem is not present in any version of Qt 4. Dirk Muller
      disagrees and believes that some of them are possible to exploit.
    * 00_0186-fix-component-alpha-text: This patch fixes component alpha
      (LCD hinted) text when it's drawn on a non-opaque background. Qt doesn't
      initialize the alpha channel in the glyph masks, which causes problems
      in Konsole when transparency is enabled, and in other situations where
      the background isn't fully opaque.

 -- Fathi Boudra <fboudra@free.fr>  Mon, 30 Jul 2007 21:36:25 +0200

qt4-x11 (4.3.0-4ubuntu1) gutsy; urgency=low

  * Sync with Debian, no changes except .orig md5sum
   - Closes https://bugs.launchpad.net/bugs/126766
  * Add package qdbusviewer, replaces dbus-viewer

 -- Jonathan Riddell <jriddell@ubuntu.com>  Wed, 18 Jul 2007 15:43:24 +0100

qt4-x11 (4.3.0-4) unstable; urgency=low

  [Fathi Boudra]
  * Add 42_alpha_fetch_and_add patch to fix broken threading on alpha, hangs
    uselessly on startup. fetch-and-add is supposed to return the original
    value before the addition. Thanks to Steve Langasek and Bradley Hughes.
    (Closes: #433031)
  * Update control: Replace ${source:Version} by ${binary:Version}.
    Make the package binNMU safe. Thanks to Lior Kaplan. (Closes: #433548)

 -- Fathi Boudra <fboudra@free.fr>  Mon, 16 Jul 2007 21:32:01 +0200

qt4-x11 (4.3.0-3) unstable; urgency=low

  [Fathi Boudra]
  * Update control: Replace deprecated ${Source-Version} by ${source:Version}.
  * Update rules:
    * Add bindir and libdir configure options.
    * Replace common-install-arch target. Replaced by build system patches and
      a fix for pkgconfig files. (Closes: #401807)
  * Add patches:
    * 04_launch_uic-qt4: call uic-qt4 binary.
    * 05_append_qt4_target: append -qt4 when needed. It fixes moc-location and
      uic_location are properly in pkgconfig files. (See bug #401807)
    * 06_qtdemo_destdir: remove QT_BUILD_TREE in qtdemo DESTDIR target.
      (Closes: #408639)
  * Revert Qt handling argb visuals on X11 patch. There are dependencies
    not fixed in Qt. They cause a few regressions when this patch is applied.
    (Closes: #430907, #431436, #431943)
  * Update Qt support for new window types used for compositing patch.
    Fix crashes when 'w' is null. (Closes: #431322)
  * Apply qt-copy patches:
    * 00_0172-prefer-xrandr-over-xinerama: only trust libxinerama if it is not
      the emulated information coming from xrandr 1.2.
    * 00_0177-qurl-clear-fix: fix QUrl::clear(). Applied upstream.
    * 00_0183-qprocess-corruption: fix plain data loss bug. Applied Upstream.

 -- Fathi Boudra <fboudra@free.fr>  Fri, 29 Jun 2007 08:15:23 +0200

qt4-x11 (4.3.0-2ubuntu1) gutsy; urgency=low

  * Sync with Debian, no diff except .orig md5sum

 -- Jonathan Riddell <jriddell@ubuntu.com>  Mon, 09 Jul 2007 10:04:03 +0000

qt4-x11 (4.3.0-2) unstable; urgency=low

  [Brian Nelson]
  * Changed dist back to unstable.
  * Tightened qt4-dev-tools's dependency on libqt4-core to
    (= ${Source-Version}), since it uses internal (non-public) classes in
    Qt whose ABI can change. (Closes: #429817)
  * Added a build-dependency on libxi-dev to enable tablet support.
  * Constrict the hack to clean all binary files to the bin, config.tests,
    and qmake directories to drastically improve its speed

  [Fathi Boudra]
  * Qt4 demos builds properly in Qt4.3. (Closes: #408639)
  * Apply qt-copy patches:
    * 00_0178-transparency-window-types: adds Qt support for new window types
      used for compositing.
    * 00_0179-transient-hack: workaround that makes setting of WM_TRANSIENT_FOR
      work with some window types.
    * 00_0180-window-role: several problems with Qt's support for the
      WM_WINDOW_ROLE property.
    * 00_0181-qdnd-x11-fix: makes the find_child algorithm in qdnd look at
      _all_ widgets that contain the QPoint.
    * 00_0182-argb-visuals-default: Qt handling argb visuals on X11.

 -- Brian Nelson <pyro@debian.org>  Wed, 27 Jun 2007 00:02:07 -0400

qt4-x11 (4.3.0-1) experimental; urgency=low

  * New upstream release.
    * Fixes a QListView issue. (Closes: #419654)

  * Update uploaders. Add Ana, Sune and Fathi.

  [Sune Vuorela]
  * Remove 04_utf8_bug_fix: Merged upstream.
  * Update libqt4-dev.install. Upstream installs pkgconfig files the right place.
  * Update libqt4-core.install. Add libQtScript.
  * Update rules:
    * Add utils.mk to use list-missing.
    * Cleaning seems to fail a bit. Trying to hack around that in clean::
      target.

  [Fathi Boudra]
  * Redo 30_arm_ftbfs_fixes to fix another FTBFS. Add arm target to configure
    script. Thanks to Sune Vuorela and Aurelien Jarno. (Closes: #426129)
  * Remove 71_hppa_inotify_fix: Merged upstream.
  * Update patches:
    * 02_launch_assistant-qt4
    * 03_launch_moc-qt4
    * 50_kfreebsd_build_fix
    * 80_hurd_max_path
  * Apply qt-copy patches:
    * 00_0163-fix-gcc43-support: Various fixes to get Qt 4.3 without hundreds
      of warnings compiling.
    * 00_0167-fix-group-reading: In big user environments, getgrgid_r() needs
      more memory than sysconf() returns.
    * 00_0175-fix-s390-qatomic: Fix s390(x) build.
    * 00_0176-coverity-fixes: Fix various obvious memory leaks.
  * Rename disable opengl visibility patch. It is not alpha architecture only.
  * Add desktop files to support Desktop Environments. (Closes: #378915)
  * Update qt4-dev-tools.install. Add qdbusviewer and pixeltool.
    Thanks to Benjamin Meyer for the reminder.
  * Update libqt4-dev.install. Remove qtdemo binary as we provide a tarball of the
    demos directory. qtdemo is useless, it can't launch anything without demos
    builded. It can only show screenshots and short description of demos,
    users have it in Qt assistant.
  * Update rules:
    * Remove -debug-and-release option. Deprecated.
    * Add configure options:
      * -no-exceptions
      * -debug
      * -qdbus
      * -pch
      * -nomake examples
      * -nomake demos

 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>  Sat, 09 Jun 2007 00:25:41 +0200

qt4-x11 (4.2.3-1) unstable; urgency=low

  * New upstream release
    - Fixes build failures when QT_NO_DEBUG_OUTPUT defined
      (Closes: #418832)
    - Fixes broken signal/slot connection in QSvgRenderer
      (Closes: #411292)

 -- Brian Nelson <pyro@debian.org>  Thu, 12 Apr 2007 12:38:06 -0400

qt4-x11 (4.2.2-2) unstable; urgency=high

  * debian/patches/04_utf8_bug_fix.dpatch: new patch to fix the "UTF-8
    overlong sequence decoding vulnerability" [CVE-2007-0242]

 -- Brian Nelson <pyro@debian.org>  Fri, 30 Mar 2007 11:04:20 -0400

qt4-x11 (4.2.2-1) unstable; urgency=low

  * New upstream release (Closes: #410862)

  * debian/rules: set the sysconfdir to /etc/xdg instead of /etc/qt4 to
    match the QSettings documentation (Closes: #407297)

  * Added Riku Voipio's patch for ARM EABI (Closes: #408813)

  * debian/patches/22_launch_moc-qt4.dpatch: new patch to ensure the Qt4
    version of moc is launched by qdbuscpp2xml (Closes: #399049)

  * Added a doc-base file for qt4-doc (Closes: #403290)

  * debian/qt4-designer.links: added a link /usr/share/qt4/bin/designer ->
    /usr/bin/designer-qt4 (Closes: #410885)

  * Re-arranged patches to group them by arch so that they're easier to
    deal with

  * Applied new patches for kFreeBSD and Hurd support
    (Closes: #380097, #402007)

  * debian/libqt4-gui.install: added the codecs plugins, somehow these got
    accidentally dropped (Closes: #409228)

 -- Brian Nelson <pyro@debian.org>  Sun,  4 Mar 2007 13:50:39 -0500

qt4-x11 (4.2.1-2) unstable; urgency=low

  * debian/patches/20_hppa_inotify_fix.dpatch: new patch that should fix
    the FTBFS on hppa due to missing defines (Closes: #394953)

  * Added patches for hurd support (Closes: #380097)

  * debian/patches/10_qmake_for_debian.dpatch: restored the modification
    to remove link_prl from the CONFIG line, which fixes problems with
    unnecessary linkage (Closes: #394836)

 -- Brian Nelson <pyro@debian.org>  Tue, 31 Oct 2006 02:42:02 -0500

qt4-x11 (4.2.1-1) unstable; urgency=high

  * New upstream release
    - Fixes integer overflow in pixmap handling [CVE-2006-4811]
      (Closes: #394192)

  * Install the libqtaccessiblecompatwidgets.so plugin into
    libqt4-qt3support, so that libqt4-gui does not circularly depend on
    libqt4-qt3support (Closes: #394351, #394629)

 -- Brian Nelson <pyro@debian.org>  Mon, 23 Oct 2006 11:59:52 -0400

qt4-x11 (4.2.0-2) unstable; urgency=low

  * debian/control: added a dependency on libglib2.0-dev for libqt4-dev
    (Closes: #392797, #392173)

  * Added a bunch of plugins and their debugging symbols to be installed

  * debian/patches/19_m68k_inotify_fix.dpatch: new patch to fix FTBFS on
    m68k (Closes: #391902)

  * Imported Ubuntu fixes, thanks to Jonathan Riddell for the tip
    - Fix typo in debian/rules -qt-sql-slite to -qt-sql-sqlite
      (Closes: #392808)
    - Install usr/bin/qdbus usr/bin/qdbusxml2cpp and usr/bin/qdbuscpp2xml
      (Closes: #391726)

  * debian/control: added a libqt4-dev dependency on libsqlite0-dev
    (Closes: #392558)

 -- Brian Nelson <pyro@debian.org>  Tue, 17 Oct 2006 23:44:31 -0400

qt4-x11 (4.2.0-1) unstable; urgency=low

  * New upstream release
    - No longer includes "CONFIG = ... debug" in the mkspecs/qconfig.pri
      (Closes: #357136)
    - Fixes QFontDialog assert() failures (Closes: #380418)
    
  * debian/control: made libqt4-gui conflict/replace libqt4-designer, to
    ensure that old package is removed (Closes: #380253)

  * Enable Qt's new support for using the system's SQLite 3 library
    (Closes: #382238)

  * debian/rules: removed the PostgreSQL and MySQL include hacks from the
    configure arguments, since the configure script now autodetects them
    itself

  * debian/patches/10_qmake_for_debian.dpatch: updated for new upstream

  * debian/patches/13_arm_ftbfs_fixes.dpatch: updated for new upstream

  * debian/patches/19_s390_atomic.dpatch: removed, since it appears to be
    obsolete

  * debian/libqt4-debug.install: changed the wildcards to match the new
    debug lib names.  What was once *_debug.so.* is now *.debug.  Ick.

  * debian/control: removed libqt4-debug-dev since now that the _debug
    libs have been removed and debugging symbols are shipped in their
    place, this package is no longer needed

  * Tar up the demos directory and include it in qt4-doc.  Also added the
    qtdemo binary to libqt4-dev. (Closes: #390925)

  * debian/rules: add -DQT_QLOCALE_USES_FCVT to the configure arguments
    when building on arm, like Qt3, to fix a uic problem (Closes: #386460)

  * debian/libqt4-gui.install: added usr/lib/libQtAssistantClient.so.*,
    since it's now shipped as a shared library; previously it was a static
    library

  * Added build-deps on libdbus-1-dev and libglib2.0-dev, and added
    libQtDBus to the libqt4-core package

 -- Brian Nelson <pyro@debian.org>  Fri,  6 Oct 2006 23:16:46 -0400

qt4-x11 (4.1.4-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Reintroduce the libpq-dev dependency, which seems to have been removed by
    mistake in 4.1.0-2. (Closes: #327618)

 -- Steinar H. Gunderson <sesse@debian.org>  Tue, 29 Aug 2006 01:10:59 +0200

qt4-x11 (4.1.4-1) unstable; urgency=low

  * New upstream release (Closes: #378443)

  * Moved usr/lib/libQtDesigner.so.* and
    usr/lib/libQtDesignerComponents.so.* from qt4-designer to libqt4-gui
    so there the libqt4-dev package won't contain dangling symlinks
    (Closes: #374612)

 -- Brian Nelson <pyro@debian.org>  Sun, 16 Jul 2006 15:39:29 -0700

qt4-x11 (4.1.3-3) unstable; urgency=low

  * debian/patches/19_s390_atomic: patch from Bastian Blank to fix
    including of s390 specific atomic header. (Closes: #370241)

  * debian/patches/18_disable_opengl_visibility.dpatch: regenerated so
    that it applies correctly for me

 -- Brian Nelson <pyro@debian.org>  Sun, 25 Jun 2006 11:42:57 -0700

qt4-x11 (4.1.3-2) unstable; urgency=high

  * patches/18_disable_opengl_visibility: disable -fvisibility-inlines-hidden
    for src/opengl/opengl.pro as it makes gcc ICE on alpha.
    (Closes: #368883)

  * urgency set to high so that qt4-x11 stops blocking half of unstable out of
    testing.

 -- Pierre Habouzit <madcoder@debian.org>  Mon,  5 Jun 2006 10:28:29 +0200

qt4-x11 (4.1.3-1) unstable; urgency=high

  * New upstream release

  * debian/patches/16_hppa_ldcw_fix.dpatch: new patch from Ubuntu to
    properly support hppa

  * debian/patches/17_alpha_ice.dpatch: new patch from Steve Langasek to
    fix FTBFS on alpha (Closes: #368883)
    (urgency set to high for that fix).

  * Dropped the .la files since they pull in too many unneeded
    dependencies (Closes: #360802)

  * debian/libqt4-debug.install: removed
    usr/lib/qt4/plugins/codecs/*_debug.so since those aren't included
    upstream anymore

  * Increased standards version to 3.7.2

 -- Brian Nelson <pyro@debian.org>  Sat,  3 Jun 2006 17:56:32 -0700

qt4-x11 (4.1.2-2) unstable; urgency=low

  * debian/libqt4-debug-dev.install, debian/libqt4-dev.install: added
    wildcards to install .a static libraries so that the libQtUiTools and
    libQtAssistantClient libraries are included (Closes: #358224, #355902)

 -- Brian Nelson <pyro@debian.org>  Sun, 14 May 2006 10:03:40 -0700

qt4-x11 (4.1.2-1) unstable; urgency=low

  * New upstream release

  * debian/control: removed dependencies on xlibs-static-dev and
    xlibs-static-pic to transition to building against modular X
    (Closes: #362262)

  * debian/control: changed x-dev dependencies to x11proto-core-dev, for
    modular X transition (Closes: #362053)

 -- Brian Nelson <pyro@debian.org>  Thu, 13 Apr 2006 10:35:28 -0700

qt4-x11 (4.1.1-1) unstable; urgency=low

  * New upstream release
    - Fixes the broken debug-and-release build and a load of resulting
      bugs (Closes: #337764, #337847, #341807, #338380, #354993, #347251)
    - debian/patches/15_alpha_ftbfs_fix.dpatch: removed, integrated upstream

  * debian/control: updated libqt4-debug-dev priority to match that of the
    override file

  * debian/libqt4-dev.links: added a symlink /usr/share/qt4/bin/rcc to
    /usr/bin/rcc (Closes: #349438)

  * debian/libqt4-gui.install: added libqmng.so and libqgif.so plugins
    (Closes: #354266)

 -- Brian Nelson <pyro@debian.org>  Mon,  6 Mar 2006 10:20:47 -0800

qt4-x11 (4.1.0-3) unstable; urgency=low

  * Moved *_debug.prl and *_debug.la support files to the libqt4-debug-dev
    package

  * Updated to debhelper v5 compatibility

  * debian/qt4-dev-tools.install: removed the /usr/share/qt4/templates
    entry, which no longer contains anything

  * Added gif support (Closes: #348092)

  * debian/patches/12_mips_atomic_ops.dpatch: applied fixes from Isaac
    Clerencia <isaac@debian.org>, as the last patch was not good enough to
    fix the FTBFS bug (Closes: #335831)

 -- Brian Nelson <pyro@debian.org>  Tue, 17 Jan 2006 09:49:11 -0800

qt4-x11 (4.1.0-2) unstable; urgency=low

  * debian/patches/12_mips_atomic_ops.dpatch: Updated patch to account for
    2 new functions, q_atomic_test_and_set_acquire_int and
    q_atomic_test_and_set_release_int, that were added in this release.
    This should again fix the build failures on mips. (Closes: #335831)

  * debian/patches/13_arm_ftbfs_fixes.dpatch: renamed, added a fix for the
    new build failure due to a poorly defined qreal (Closes: #347360)

  * debian/control: build against libmysqlclient15, and updated all
    dependencies to libmysqlclient15-dev (Closes: #346586)

  * debian/control: added explicit dependencies for libqt4-dev on the
    Source-Version packages libqt4-core, libqt4-gui, libqt4-sql, and
    libqt4-qt3support.  These dependencies were accidentally dropped in
    the last version.  Also removed some unneeded dependencies.

  * Split the *_debug.so symlinks out of libqt4-dev and into a separate
    libqt4-debug-dev package.  Made the libqt4-debug-dev package depend on
    the Source-Version of libqt4-debug.  This way, the symlinks won't be
    dangling if libqt4-debug isn't installed and prevents failed linking
    due to version mismatches.  (Closes: #346603, #346605)

  * Re-enabled sqlite3 support.  It's still statically linked, however,
    but that'll have to do because I really don't want to futz with the
    build system. (Closes: #330976)

  * Enabled sqlite2 support

  * debian/patches/15_alpha_ftbfs_fix.dpatch: new patch to rename
    q_atomic_test_and_set_release_ptr to q_atomic_test_and_set_ptr, as
    suggested by Isaac Clerencia <isaac@debian.org>, to fix a FTBFS on
    alpha. (Closes: #347353)

  * debian/patches/10_qmake_for_debian: renamed from
    10_qmake_use_qt4_tools, and updated to remove the "link_prl" from the
    default qmake CONFIG line.  This disables the recursive linkage
    against all indirectly-used libraries. (Closes: #343190)

 -- Brian Nelson <pyro@debian.org>  Tue, 10 Jan 2006 19:29:52 -0800

qt4-x11 (4.1.0-1) unstable; urgency=low

  * New upstream release
    - Fixes missing QBitArray operators (Closes: #341658)
    - Fixes qmake problem with including bad build path (Closes: #327359)
  
  * Added the new QTestLib unit testing framework to the libqt4-core
    package

  * Added the new QtSvg module to the libqt4-gui package

  * debian/patches/13_arm_gcc4.dpatch: new patch from Jeremy Laine to fix
    FTBFS on arm (Closes: #343176)

  * debian/patches/14_kfreebsd_build_fix.dpatch: new patch from Petr
    Salinger to fix FTBFS on GNU/kFreeBSD (Closes: #343191)

  * Split the qtconfig tool out of libqt4-gui and into a separate
    qt4-qtconfig package, due to its linkage against libqt4-qt3support and
    hence ridiculous dependency chain.

  * debian/rules: improved/cleaned up the clean target

 -- Brian Nelson <pyro@debian.org>  Wed,  4 Jan 2006 12:56:23 -0800

qt4-x11 (4.0.1-6) unstable; urgency=low

  * Added a target to automatically install lintian overrides, stolen from
    debian-qt-kde.mk

  * Added a bunch of lintian overrides for stuff that should be ignored

 -- Brian Nelson <pyro@debian.org>  Sat, 19 Nov 2005 01:17:03 -0800

qt4-x11 (4.0.1-5) unstable; urgency=low

  * debian/control: made libqt4-gui replace libqt4-core (<< 4.0.1-3), for
    the plugins move (Closes: #336492)

  * debian/control: removed the mention of a qt4-examples package that
    doesn't actually exist from the qt4-doc package description

  * debian/rules: remove all *.so files under
    examples/tools/plugandpaint/plugins/ in the clean target
    (Closes: #339674)

  * Removed the menu entry for designer-qt4 from qt4-dev-tools.menu, and
    added it to a new qt4-designer.menu

  * Added a tarball of the examples to qt4-doc (Closes: #336832)

 -- Brian Nelson <pyro@debian.org>  Fri, 18 Nov 2005 10:27:03 -0800

qt4-x11 (4.0.1-4) unstable; urgency=low

  * debian/control: changed qt4-designer's section to "devel"

  * Added a patch from Thiemo Seufer to fix the FTBFS on mips/mipsel
    (Closes: #335831)

 -- Brian Nelson <pyro@debian.org>  Wed, 26 Oct 2005 00:13:40 -0700

qt4-x11 (4.0.1-3) unstable; urgency=low

  * debian/libqt4-core.install: only install the non-debug codecs, since
    the debug ones pull in a gratuitous dependency on libqt4-debug
    (Closes: #328913)

  * debian/libqt4-debug.install: install the debug codecs here instead

  * debian/control: replaced obsolete xlibs-dev dependency with the
    required split packages (Closes: #329302)

  * Completely disabled SQLite support since it's too fubar in this
    version to be usable.  The build fails with SQLite2 support, and
    SQLite3 is only supported by linking staticly with a version
    distributed in the Qt source.  Meh.

  * Renamed libqt4-designer to qt4-designer, merged in the designer binary
    from qt4-dev-tools, and added a dependency on libqt4-dev
    (Closes: #330094)

  * Moved the plugins installed in libqt4-core to libqt4-gui, since they
    link against the GUI library.  Otherwise a circular libqt4-core <->
    libqt4-gui dependency results.

 -- Brian Nelson <pyro@debian.org>  Fri, 21 Oct 2005 00:28:53 -0700

qt4-x11 (4.0.1-2) unstable; urgency=low

  * debian/patches/10_qmake_use_qt4_tools.dpatch: new patch that modifies
    qmake.conf so that qmake generates Makefiles that use the -qt4 tools.
    This way, it can cope with systems that have alternatives set to use
    the -qt3 versions.
  
  * Increased the conflicting Qt3 package versions to <= 3.3.4-7, since
    the Qt3 packages still don't use the alternatives system as needed to
    coexist with Qt4.
  
  * debian/libqt4-core.install: added /usr/lib/qt4/plugins/codecs

  * debian/patches/11_launch_assistant-qt4: new patch that modifies the
    QAssistantClient class to launch Qt Assistant as "assistant-qt4" to
    cope with the alternatives system (Closes: #327294)

  * debian/control: Upgraded libqt4-dev's dependencies on the modules
    libqt4-sql and libqt4-qt3support from suggests to depends, and added
    libpq-dev and libmysqlclient14-dev | libmysqlclient-dev as
    dependencies.  These dependencies are apparently required to make
    building pkg-config-using packages happy. (Closes: #327618)

  * debian/control: corrected libqt4-sql to suggest libmysqlclient14-dev,
    not libmysqlclient12-dev which is deprecated

  * debian/copyright: updated FSF snailmail address

  * debian/libqt4-debug.install: removed the libqt3supportwidgets_debug.so
    designer plugin, since for some reason having this installed breaks
    designer (Closes: #325782)

 -- Brian Nelson <pyro@debian.org>  Mon, 12 Sep 2005 12:32:53 -0700

qt4-x11 (4.0.1-1) unstable; urgency=low

  * New upstream release

  * Install changes-4.0.1 as upstream changelog
  
  * debian/manpages/assistant-qt4.1: new manpage written from scratch
    based on the output of "assistant -help"

  * debian/manpages/designer-qt4.1, debian/manpages/linguist-qt4.1:
    manpages stolen from the Qt3 packages and trivially adapted for Qt4
    (Closes: #322403)

  * debian/manpages/moc-qt4.1: escape some '-' characters

  * debian/qt4-dev-tools.manpages: install the new assistant-qt4.1,
    designer-qt4.1, and linguist-qt4.1 manpages

  * debian/control: made qt4-dev-tools recommend qt4-doc, since assisant
    needs it to be useful (Closes: #323251)

  * Removed the FAQ from qt4-doc.docs, since it's no longer included in
    4.0.1, and was useless anyway

  * Build-depend on libmysqlclient14-dev since libmysqlclient12-dev is
    scheduled to be removed

  * debian/libqt4-dev.install: work around TT's broken "install" target in
    this release so that the pkgconfig files are installed in
    /usr/lib/pkgconfig instead of directly in /usr/lib.  Grrrr.

 -- Brian Nelson <pyro@debian.org>  Thu, 25 Aug 2005 19:28:35 -0700

qt4-x11 (4.0.0-3) unstable; urgency=low

  * debian/control: changed the xlibs-pic dependency to xlibs-static-pic
    for the X.org transition (Closes: #319586)

  * Added manpages for lrelease, lupdate, moc, qtconfig, and uic, stolen
    from the Qt3 upstream tarball, and wrote a manpage for qmake from
    scratch.  Since now manpages are included for all executables using
    the alternatives, the symlinks to them no longer dangle.
    (Closes: #319456)

  * debian/libqt4-core.install: added
    usr/lib/qt4/plugins/imageformats/libqjpeg.so to include the jpeg
    plugin (Closes: #321582)

  * debian/libqt4-debug.install: added the libqjpeg_debug.so plugin
  
  * debian/rules: don't hardcode the /usr/include/postgresql/8.0 path,
    instead of the output of `pg_config --includedir`, stolen from Qt3
    packages

  * debian/libqt4-gui.install: added the OpenGL module library so that it
    actually gets included in a package (Closes: #321874)

  * debian/control: updated the package descriptions to note that the
    Network and XML modules are included in the libqt4-core package, and
    the OpenGL module is included in the libqt4-gui package

 -- Brian Nelson <pyro@debian.org>  Mon,  8 Aug 2005 08:58:10 -0700

qt4-x11 (4.0.0-2) unstable; urgency=low

  * libqt4-dev: added /usr/bin/uic3 (Closes: #318451)

  * Transition to the new X.org packages:
    + (Build-)depend on libglu1-xorg-dev instead of xlibmesa-gl-dev
    + (Build-)depend on libxinerama-dev (Closes: #318682)

 -- Brian Nelson <pyro@debian.org>  Tue, 19 Jul 2005 21:28:19 -0700

qt4-x11 (4.0.0-1) unstable; urgency=low

  * Initial release (Closes: #306694)

 -- Brian Nelson <pyro@debian.org>  Tue,  5 Jul 2005 19:42:18 -0700

