/[pkg-kde]/trunk/packages/qt4-x11/debian/changelog
ViewVC logotype

Contents of /trunk/packages/qt4-x11/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2770 - (hide annotations) (download)
Sat Jan 7 18:53:56 2006 UTC (7 years, 4 months ago) by pyro
File size: 7947 byte(s)
  * debian/patches/13_arm_ftbfs_fixes.dpatch: renamed, added a fix for the
    new build failure due to a poorly defined qreal
1 pyro 2760 qt4-x11 (4.1.0-2) UNRELEASED; urgency=low
2    
3     * debian/patches/12_mips_atomic_ops.dpatch: Updated patch to account for
4     2 new functions, q_atomic_test_and_set_acquire_int and
5     q_atomic_test_and_set_release_int, that were added in this release.
6     This should again fix the build failures on mips.
7    
8 pyro 2770 * debian/patches/13_arm_ftbfs_fixes.dpatch: renamed, added a fix for the
9     new build failure due to a poorly defined qreal
10 pyro 2760
11 pyro 2770 -- Brian Nelson <pyro@debian.org> Sat, 7 Jan 2006 13:53:43 -0500
12    
13 pyro 2745 qt4-x11 (4.1.0-1) unstable; urgency=low
14 pyro 2629
15 pyro 2705 * New upstream release
16 pyro 2736 - Fixes missing QBitArray operators (Closes: #341658)
17    
18     * Added the new QTestLib unit testing framework to the libqt4-core
19     package
20 pyro 2705
21 pyro 2736 * Added the new QtSvg module to the libqt4-gui package
22 pyro 2738
23 pyro 2629 * debian/patches/13_arm_gcc4.dpatch: new patch from Jeremy Laine to fix
24     FTBFS on arm (Closes: #343176)
25    
26 pyro 2630 * debian/patches/14_kfreebsd_build_fix.dpatch: new patch from Petr
27     Salinger to fix FTBFS on GNU/kFreeBSD (Closes: #343191)
28 pyro 2629
29 pyro 2736 * Split the qtconfig tool out of libqt4-gui and into a separate
30     qt4-qtconfig package, due to its linkage against libqt4-qt3support and
31     hence ridiculous dependency chain.
32 pyro 2630
33 pyro 2741 * debian/rules: improved/cleaned up the clean target
34 pyro 2736
35 pyro 2745 -- Brian Nelson <pyro@debian.org> Wed, 4 Jan 2006 12:56:23 -0800
36 pyro 2741
37 pyro 2319 qt4-x11 (4.0.1-6) unstable; urgency=low
38    
39     * Added a target to automatically install lintian overrides, stolen from
40     debian-qt-kde.mk
41    
42     * Added a bunch of lintian overrides for stuff that should be ignored
43    
44     -- Brian Nelson <pyro@debian.org> Sat, 19 Nov 2005 01:17:03 -0800
45    
46 pyro 2314 qt4-x11 (4.0.1-5) unstable; urgency=low
47 pyro 2131
48     * debian/control: made libqt4-gui replace libqt4-core (<< 4.0.1-3), for
49     the plugins move (Closes: #336492)
50    
51 pyro 2136 * debian/control: removed the mention of a qt4-examples package that
52     doesn't actually exist from the qt4-doc package description
53 pyro 2131
54 pyro 2311 * debian/rules: remove all *.so files under
55     examples/tools/plugandpaint/plugins/ in the clean target
56     (Closes: #339674)
57 pyro 2136
58 pyro 2312 * Removed the menu entry for designer-qt4 from qt4-dev-tools.menu, and
59     added it to a new qt4-designer.menu
60 pyro 2311
61 pyro 2312 * Added a tarball of the examples to qt4-doc (Closes: #336832)
62    
63 pyro 2314 -- Brian Nelson <pyro@debian.org> Fri, 18 Nov 2005 10:27:03 -0800
64 pyro 2312
65 pyro 2125 qt4-x11 (4.0.1-4) unstable; urgency=low
66 pyro 2099
67     * debian/control: changed qt4-designer's section to "devel"
68    
69 pyro 2122 * Added a patch from Thiemo Seufer to fix the FTBFS on mips/mipsel
70     (Closes: #335831)
71 pyro 2099
72 pyro 2125 -- Brian Nelson <pyro@debian.org> Wed, 26 Oct 2005 00:13:40 -0700
73 pyro 2122
74 pyro 2090 qt4-x11 (4.0.1-3) unstable; urgency=low
75 pyro 1823
76     * debian/libqt4-core.install: only install the non-debug codecs, since
77     the debug ones pull in a gratuitous dependency on libqt4-debug
78 pyro 1826 (Closes: #328913)
79 pyro 1823
80     * debian/libqt4-debug.install: install the debug codecs here instead
81    
82 pyro 1838 * debian/control: replaced obsolete xlibs-dev dependency with the
83     required split packages (Closes: #329302)
84 pyro 1823
85 pyro 2089 * Completely disabled SQLite support since it's too fubar in this
86     version to be usable. The build fails with SQLite2 support, and
87     SQLite3 is only supported by linking staticly with a version
88     distributed in the Qt source. Meh.
89 pyro 1838
90 pyro 2087 * Renamed libqt4-designer to qt4-designer, merged in the designer binary
91 pyro 2089 from qt4-dev-tools, and added a dependency on libqt4-dev
92     (Closes: #330094)
93 pyro 2086
94 pyro 2090 * Moved the plugins installed in libqt4-core to libqt4-gui, since they
95     link against the GUI library. Otherwise a circular libqt4-core <->
96     libqt4-gui dependency results.
97 pyro 2087
98 pyro 2090 -- Brian Nelson <pyro@debian.org> Fri, 21 Oct 2005 00:28:53 -0700
99    
100 pyro 1780 qt4-x11 (4.0.1-2) unstable; urgency=low
101 pyro 1617
102     * debian/patches/10_qmake_use_qt4_tools.dpatch: new patch that modifies
103     qmake.conf so that qmake generates Makefiles that use the -qt4 tools.
104     This way, it can cope with systems that have alternatives set to use
105     the -qt3 versions.
106 pyro 1618
107     * Increased the conflicting Qt3 package versions to <= 3.3.4-7, since
108     the Qt3 packages still don't use the alternatives system as needed to
109     coexist with Qt4.
110 pyro 1619
111     * debian/libqt4-core.install: added /usr/lib/qt4/plugins/codecs
112 pyro 1617
113 pyro 1765 * debian/patches/11_launch_assistant-qt4: new patch that modifies the
114     QAssistantClient class to launch Qt Assistant as "assistant-qt4" to
115     cope with the alternatives system (Closes: #327294)
116 pyro 1617
117 pyro 1766 * debian/control: Upgraded libqt4-dev's dependencies on the modules
118     libqt4-sql and libqt4-qt3support from suggests to depends, and added
119     libpq-dev and libmysqlclient14-dev | libmysqlclient-dev as
120     dependencies. These dependencies are apparently required to make
121     building pkg-config-using packages happy. (Closes: #327618)
122 pyro 1765
123 pyro 1766 * debian/control: corrected libqt4-sql to suggest libmysqlclient14-dev,
124     not libmysqlclient12-dev which is deprecated
125    
126 pyro 1767 * debian/copyright: updated FSF snailmail address
127 pyro 1766
128 pyro 1779 * debian/libqt4-debug.install: removed the libqt3supportwidgets_debug.so
129     designer plugin, since for some reason having this installed breaks
130     designer (Closes: #325782)
131 pyro 1767
132 pyro 1780 -- Brian Nelson <pyro@debian.org> Mon, 12 Sep 2005 12:32:53 -0700
133 pyro 1779
134 pyro 1586 qt4-x11 (4.0.1-1) unstable; urgency=low
135 pyro 1433
136 pyro 1497 * New upstream release
137    
138     * Install changes-4.0.1 as upstream changelog
139    
140 pyro 1433 * debian/manpages/assistant-qt4.1: new manpage written from scratch
141     based on the output of "assistant -help"
142    
143     * debian/manpages/designer-qt4.1, debian/manpages/linguist-qt4.1:
144     manpages stolen from the Qt3 packages and trivially adapted for Qt4
145     (Closes: #322403)
146    
147     * debian/manpages/moc-qt4.1: escape some '-' characters
148    
149     * debian/qt4-dev-tools.manpages: install the new assistant-qt4.1,
150     designer-qt4.1, and linguist-qt4.1 manpages
151    
152 pyro 1454 * debian/control: made qt4-dev-tools recommend qt4-doc, since assisant
153     needs it to be useful (Closes: #323251)
154 pyro 1433
155 pyro 1544 * Removed the FAQ from qt4-doc.docs, since it's no longer included in
156     4.0.1, and was useless anyway
157 pyro 1454
158 pyro 1547 * Build-depend on libmysqlclient14-dev since libmysqlclient12-dev is
159     scheduled to be removed
160 pyro 1544
161 pyro 1548 * debian/libqt4-dev.install: work around TT's broken "install" target in
162     this release so that the pkgconfig files are installed in
163     /usr/lib/pkgconfig instead of directly in /usr/lib. Grrrr.
164 pyro 1547
165 pyro 1586 -- Brian Nelson <pyro@debian.org> Thu, 25 Aug 2005 19:28:35 -0700
166 pyro 1548
167 pyro 1353 qt4-x11 (4.0.0-3) unstable; urgency=low
168    
169     * debian/control: changed the xlibs-pic dependency to xlibs-static-pic
170     for the X.org transition (Closes: #319586)
171    
172 pyro 1354 * Added manpages for lrelease, lupdate, moc, qtconfig, and uic, stolen
173     from the Qt3 upstream tarball, and wrote a manpage for qmake from
174     scratch. Since now manpages are included for all executables using
175     the alternatives, the symlinks to them no longer dangle.
176     (Closes: #319456)
177    
178 pyro 1415 * debian/libqt4-core.install: added
179     usr/lib/qt4/plugins/imageformats/libqjpeg.so to include the jpeg
180     plugin (Closes: #321582)
181 pyro 1353
182 pyro 1415 * debian/libqt4-debug.install: added the libqjpeg_debug.so plugin
183    
184     * debian/rules: don't hardcode the /usr/include/postgresql/8.0 path,
185     instead of the output of `pg_config --includedir`, stolen from Qt3
186     packages
187    
188     * debian/libqt4-gui.install: added the OpenGL module library so that it
189     actually gets included in a package (Closes: #321874)
190    
191     * debian/control: updated the package descriptions to note that the
192     Network and XML modules are included in the libqt4-core package, and
193     the OpenGL module is included in the libqt4-gui package
194    
195     -- Brian Nelson <pyro@debian.org> Mon, 8 Aug 2005 08:58:10 -0700
196    
197 pyro 1331 qt4-x11 (4.0.0-2) unstable; urgency=low
198    
199     * libqt4-dev: added /usr/bin/uic3 (Closes: #318451)
200    
201     * Transition to the new X.org packages:
202     + (Build-)depend on libglu1-xorg-dev instead of xlibmesa-gl-dev
203     + (Build-)depend on libxinerama-dev (Closes: #318682)
204    
205 pyro 1339 -- Brian Nelson <pyro@debian.org> Tue, 19 Jul 2005 21:28:19 -0700
206 pyro 1331
207 pyro 1254 qt4-x11 (4.0.0-1) unstable; urgency=low
208    
209     * Initial release (Closes: #306694)
210    
211     -- Brian Nelson <pyro@debian.org> Tue, 5 Jul 2005 19:42:18 -0700

  ViewVC Help
Powered by ViewVC 1.1.5