| 1 |
qt4-x11 (4.1.0-3) UNRELEASED; urgency=low
|
| 2 |
|
| 3 |
* Moved *_debug.prl and *_debug.la support files to the libqt4-debug-dev
|
| 4 |
package
|
| 5 |
|
| 6 |
* Updated to debhelper v5 compatibility
|
| 7 |
|
| 8 |
* debian/qt4-dev-tools.install: removed the /usr/share/qt4/templates
|
| 9 |
entry, which no longer contains anything
|
| 10 |
|
| 11 |
* Added gif support (Closes: #348092)
|
| 12 |
|
| 13 |
-- Brian Nelson <pyro@debian.org> Sat, 14 Jan 2006 12:11:32 -0800
|
| 14 |
|
| 15 |
qt4-x11 (4.1.0-2) unstable; urgency=low
|
| 16 |
|
| 17 |
* debian/patches/12_mips_atomic_ops.dpatch: Updated patch to account for
|
| 18 |
2 new functions, q_atomic_test_and_set_acquire_int and
|
| 19 |
q_atomic_test_and_set_release_int, that were added in this release.
|
| 20 |
This should again fix the build failures on mips. (Closes: #335831)
|
| 21 |
|
| 22 |
* debian/patches/13_arm_ftbfs_fixes.dpatch: renamed, added a fix for the
|
| 23 |
new build failure due to a poorly defined qreal (Closes: #347360)
|
| 24 |
|
| 25 |
* debian/control: build against libmysqlclient15, and updated all
|
| 26 |
dependencies to libmysqlclient15-dev (Closes: #346586)
|
| 27 |
|
| 28 |
* debian/control: added explicit dependencies for libqt4-dev on the
|
| 29 |
Source-Version packages libqt4-core, libqt4-gui, libqt4-sql, and
|
| 30 |
libqt4-qt3support. These dependencies were accidentally dropped in
|
| 31 |
the last version. Also removed some unneeded dependencies.
|
| 32 |
|
| 33 |
* Split the *_debug.so symlinks out of libqt4-dev and into a separate
|
| 34 |
libqt4-debug-dev package. Made the libqt4-debug-dev package depend on
|
| 35 |
the Source-Version of libqt4-debug. This way, the symlinks won't be
|
| 36 |
dangling if libqt4-debug isn't installed and prevents failed linking
|
| 37 |
due to version mismatches. (Closes: #346603, #346605)
|
| 38 |
|
| 39 |
* Re-enabled sqlite3 support. It's still statically linked, however,
|
| 40 |
but that'll have to do because I really don't want to futz with the
|
| 41 |
build system. (Closes: #330976)
|
| 42 |
|
| 43 |
* Enabled sqlite2 support
|
| 44 |
|
| 45 |
* debian/patches/15_alpha_ftbfs_fix.dpatch: new patch to rename
|
| 46 |
q_atomic_test_and_set_release_ptr to q_atomic_test_and_set_ptr, as
|
| 47 |
suggested by Isaac Clerencia <isaac@debian.org>, to fix a FTBFS on
|
| 48 |
alpha. (Closes: #347353)
|
| 49 |
|
| 50 |
* debian/patches/10_qmake_for_debian: renamed from
|
| 51 |
10_qmake_use_qt4_tools, and updated to remove the "link_prl" from the
|
| 52 |
default qmake CONFIG line. This disables the recursive linkage
|
| 53 |
against all indirectly-used libraries. (Closes: #343190)
|
| 54 |
|
| 55 |
-- Brian Nelson <pyro@debian.org> Tue, 10 Jan 2006 19:29:52 -0800
|
| 56 |
|
| 57 |
qt4-x11 (4.1.0-1) unstable; urgency=low
|
| 58 |
|
| 59 |
* New upstream release
|
| 60 |
- Fixes missing QBitArray operators (Closes: #341658)
|
| 61 |
- Fixes qmake problem with including bad build path (Closes: #327359)
|
| 62 |
|
| 63 |
* Added the new QTestLib unit testing framework to the libqt4-core
|
| 64 |
package
|
| 65 |
|
| 66 |
* Added the new QtSvg module to the libqt4-gui package
|
| 67 |
|
| 68 |
* debian/patches/13_arm_gcc4.dpatch: new patch from Jeremy Laine to fix
|
| 69 |
FTBFS on arm (Closes: #343176)
|
| 70 |
|
| 71 |
* debian/patches/14_kfreebsd_build_fix.dpatch: new patch from Petr
|
| 72 |
Salinger to fix FTBFS on GNU/kFreeBSD (Closes: #343191)
|
| 73 |
|
| 74 |
* Split the qtconfig tool out of libqt4-gui and into a separate
|
| 75 |
qt4-qtconfig package, due to its linkage against libqt4-qt3support and
|
| 76 |
hence ridiculous dependency chain.
|
| 77 |
|
| 78 |
* debian/rules: improved/cleaned up the clean target
|
| 79 |
|
| 80 |
-- Brian Nelson <pyro@debian.org> Wed, 4 Jan 2006 12:56:23 -0800
|
| 81 |
|
| 82 |
qt4-x11 (4.0.1-6) unstable; urgency=low
|
| 83 |
|
| 84 |
* Added a target to automatically install lintian overrides, stolen from
|
| 85 |
debian-qt-kde.mk
|
| 86 |
|
| 87 |
* Added a bunch of lintian overrides for stuff that should be ignored
|
| 88 |
|
| 89 |
-- Brian Nelson <pyro@debian.org> Sat, 19 Nov 2005 01:17:03 -0800
|
| 90 |
|
| 91 |
qt4-x11 (4.0.1-5) unstable; urgency=low
|
| 92 |
|
| 93 |
* debian/control: made libqt4-gui replace libqt4-core (<< 4.0.1-3), for
|
| 94 |
the plugins move (Closes: #336492)
|
| 95 |
|
| 96 |
* debian/control: removed the mention of a qt4-examples package that
|
| 97 |
doesn't actually exist from the qt4-doc package description
|
| 98 |
|
| 99 |
* debian/rules: remove all *.so files under
|
| 100 |
examples/tools/plugandpaint/plugins/ in the clean target
|
| 101 |
(Closes: #339674)
|
| 102 |
|
| 103 |
* Removed the menu entry for designer-qt4 from qt4-dev-tools.menu, and
|
| 104 |
added it to a new qt4-designer.menu
|
| 105 |
|
| 106 |
* Added a tarball of the examples to qt4-doc (Closes: #336832)
|
| 107 |
|
| 108 |
-- Brian Nelson <pyro@debian.org> Fri, 18 Nov 2005 10:27:03 -0800
|
| 109 |
|
| 110 |
qt4-x11 (4.0.1-4) unstable; urgency=low
|
| 111 |
|
| 112 |
* debian/control: changed qt4-designer's section to "devel"
|
| 113 |
|
| 114 |
* Added a patch from Thiemo Seufer to fix the FTBFS on mips/mipsel
|
| 115 |
(Closes: #335831)
|
| 116 |
|
| 117 |
-- Brian Nelson <pyro@debian.org> Wed, 26 Oct 2005 00:13:40 -0700
|
| 118 |
|
| 119 |
qt4-x11 (4.0.1-3) unstable; urgency=low
|
| 120 |
|
| 121 |
* debian/libqt4-core.install: only install the non-debug codecs, since
|
| 122 |
the debug ones pull in a gratuitous dependency on libqt4-debug
|
| 123 |
(Closes: #328913)
|
| 124 |
|
| 125 |
* debian/libqt4-debug.install: install the debug codecs here instead
|
| 126 |
|
| 127 |
* debian/control: replaced obsolete xlibs-dev dependency with the
|
| 128 |
required split packages (Closes: #329302)
|
| 129 |
|
| 130 |
* Completely disabled SQLite support since it's too fubar in this
|
| 131 |
version to be usable. The build fails with SQLite2 support, and
|
| 132 |
SQLite3 is only supported by linking staticly with a version
|
| 133 |
distributed in the Qt source. Meh.
|
| 134 |
|
| 135 |
* Renamed libqt4-designer to qt4-designer, merged in the designer binary
|
| 136 |
from qt4-dev-tools, and added a dependency on libqt4-dev
|
| 137 |
(Closes: #330094)
|
| 138 |
|
| 139 |
* Moved the plugins installed in libqt4-core to libqt4-gui, since they
|
| 140 |
link against the GUI library. Otherwise a circular libqt4-core <->
|
| 141 |
libqt4-gui dependency results.
|
| 142 |
|
| 143 |
-- Brian Nelson <pyro@debian.org> Fri, 21 Oct 2005 00:28:53 -0700
|
| 144 |
|
| 145 |
qt4-x11 (4.0.1-2) unstable; urgency=low
|
| 146 |
|
| 147 |
* debian/patches/10_qmake_use_qt4_tools.dpatch: new patch that modifies
|
| 148 |
qmake.conf so that qmake generates Makefiles that use the -qt4 tools.
|
| 149 |
This way, it can cope with systems that have alternatives set to use
|
| 150 |
the -qt3 versions.
|
| 151 |
|
| 152 |
* Increased the conflicting Qt3 package versions to <= 3.3.4-7, since
|
| 153 |
the Qt3 packages still don't use the alternatives system as needed to
|
| 154 |
coexist with Qt4.
|
| 155 |
|
| 156 |
* debian/libqt4-core.install: added /usr/lib/qt4/plugins/codecs
|
| 157 |
|
| 158 |
* debian/patches/11_launch_assistant-qt4: new patch that modifies the
|
| 159 |
QAssistantClient class to launch Qt Assistant as "assistant-qt4" to
|
| 160 |
cope with the alternatives system (Closes: #327294)
|
| 161 |
|
| 162 |
* debian/control: Upgraded libqt4-dev's dependencies on the modules
|
| 163 |
libqt4-sql and libqt4-qt3support from suggests to depends, and added
|
| 164 |
libpq-dev and libmysqlclient14-dev | libmysqlclient-dev as
|
| 165 |
dependencies. These dependencies are apparently required to make
|
| 166 |
building pkg-config-using packages happy. (Closes: #327618)
|
| 167 |
|
| 168 |
* debian/control: corrected libqt4-sql to suggest libmysqlclient14-dev,
|
| 169 |
not libmysqlclient12-dev which is deprecated
|
| 170 |
|
| 171 |
* debian/copyright: updated FSF snailmail address
|
| 172 |
|
| 173 |
* debian/libqt4-debug.install: removed the libqt3supportwidgets_debug.so
|
| 174 |
designer plugin, since for some reason having this installed breaks
|
| 175 |
designer (Closes: #325782)
|
| 176 |
|
| 177 |
-- Brian Nelson <pyro@debian.org> Mon, 12 Sep 2005 12:32:53 -0700
|
| 178 |
|
| 179 |
qt4-x11 (4.0.1-1) unstable; urgency=low
|
| 180 |
|
| 181 |
* New upstream release
|
| 182 |
|
| 183 |
* Install changes-4.0.1 as upstream changelog
|
| 184 |
|
| 185 |
* debian/manpages/assistant-qt4.1: new manpage written from scratch
|
| 186 |
based on the output of "assistant -help"
|
| 187 |
|
| 188 |
* debian/manpages/designer-qt4.1, debian/manpages/linguist-qt4.1:
|
| 189 |
manpages stolen from the Qt3 packages and trivially adapted for Qt4
|
| 190 |
(Closes: #322403)
|
| 191 |
|
| 192 |
* debian/manpages/moc-qt4.1: escape some '-' characters
|
| 193 |
|
| 194 |
* debian/qt4-dev-tools.manpages: install the new assistant-qt4.1,
|
| 195 |
designer-qt4.1, and linguist-qt4.1 manpages
|
| 196 |
|
| 197 |
* debian/control: made qt4-dev-tools recommend qt4-doc, since assisant
|
| 198 |
needs it to be useful (Closes: #323251)
|
| 199 |
|
| 200 |
* Removed the FAQ from qt4-doc.docs, since it's no longer included in
|
| 201 |
4.0.1, and was useless anyway
|
| 202 |
|
| 203 |
* Build-depend on libmysqlclient14-dev since libmysqlclient12-dev is
|
| 204 |
scheduled to be removed
|
| 205 |
|
| 206 |
* debian/libqt4-dev.install: work around TT's broken "install" target in
|
| 207 |
this release so that the pkgconfig files are installed in
|
| 208 |
/usr/lib/pkgconfig instead of directly in /usr/lib. Grrrr.
|
| 209 |
|
| 210 |
-- Brian Nelson <pyro@debian.org> Thu, 25 Aug 2005 19:28:35 -0700
|
| 211 |
|
| 212 |
qt4-x11 (4.0.0-3) unstable; urgency=low
|
| 213 |
|
| 214 |
* debian/control: changed the xlibs-pic dependency to xlibs-static-pic
|
| 215 |
for the X.org transition (Closes: #319586)
|
| 216 |
|
| 217 |
* Added manpages for lrelease, lupdate, moc, qtconfig, and uic, stolen
|
| 218 |
from the Qt3 upstream tarball, and wrote a manpage for qmake from
|
| 219 |
scratch. Since now manpages are included for all executables using
|
| 220 |
the alternatives, the symlinks to them no longer dangle.
|
| 221 |
(Closes: #319456)
|
| 222 |
|
| 223 |
* debian/libqt4-core.install: added
|
| 224 |
usr/lib/qt4/plugins/imageformats/libqjpeg.so to include the jpeg
|
| 225 |
plugin (Closes: #321582)
|
| 226 |
|
| 227 |
* debian/libqt4-debug.install: added the libqjpeg_debug.so plugin
|
| 228 |
|
| 229 |
* debian/rules: don't hardcode the /usr/include/postgresql/8.0 path,
|
| 230 |
instead of the output of `pg_config --includedir`, stolen from Qt3
|
| 231 |
packages
|
| 232 |
|
| 233 |
* debian/libqt4-gui.install: added the OpenGL module library so that it
|
| 234 |
actually gets included in a package (Closes: #321874)
|
| 235 |
|
| 236 |
* debian/control: updated the package descriptions to note that the
|
| 237 |
Network and XML modules are included in the libqt4-core package, and
|
| 238 |
the OpenGL module is included in the libqt4-gui package
|
| 239 |
|
| 240 |
-- Brian Nelson <pyro@debian.org> Mon, 8 Aug 2005 08:58:10 -0700
|
| 241 |
|
| 242 |
qt4-x11 (4.0.0-2) unstable; urgency=low
|
| 243 |
|
| 244 |
* libqt4-dev: added /usr/bin/uic3 (Closes: #318451)
|
| 245 |
|
| 246 |
* Transition to the new X.org packages:
|
| 247 |
+ (Build-)depend on libglu1-xorg-dev instead of xlibmesa-gl-dev
|
| 248 |
+ (Build-)depend on libxinerama-dev (Closes: #318682)
|
| 249 |
|
| 250 |
-- Brian Nelson <pyro@debian.org> Tue, 19 Jul 2005 21:28:19 -0700
|
| 251 |
|
| 252 |
qt4-x11 (4.0.0-1) unstable; urgency=low
|
| 253 |
|
| 254 |
* Initial release (Closes: #306694)
|
| 255 |
|
| 256 |
-- Brian Nelson <pyro@debian.org> Tue, 5 Jul 2005 19:42:18 -0700
|