/[pkg-kde]/tags/packages/qt-x11-free/qt-x11-free-3.3.4-8/debian/changelog
ViewVC logotype

Contents of /tags/packages/qt-x11-free/qt-x11-free-3.3.4-8/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1736 - (show annotations) (download)
Wed Sep 7 20:00:03 2005 UTC (7 years, 8 months ago) by chrsmrtn-guest
File size: 74368 byte(s)
Tagging Qt 3.3.4-8.
1 qt-x11-free (3:3.3.4-8) unstable; urgency=low
2
3 +++ Changes by Christopher Martin:
4
5 * Add a patch fixing the generation of PostScript, which was broken due to
6 a flaw in the code that only manifested itself with the GCC 4.0
7 transition. This should fix printing in all Qt and KDE applications, as
8 well as other glitches where nonsensical results were generated.
9 (Closes: #326833, #326990, #327021)
10
11 * No longer build non-threaded libraries. (Closes: #180326)
12 No package in the archive uses them, except a bogus qtdmm
13 build-dependency (#326627).
14
15 * Add a libqt3c102-mt-dbg package. (Closes: #235396, #322868)
16
17 * Make the Qt3 documentation available from /usr/share/doc/qt3-doc, and
18 therefore also usable in dwww and doc-central. (Closes: #185900, #284407,
19 #294630)
20
21 * Apply packaging patches from Brian Nelson to allow Qt3 to co-exist
22 with Qt4 packages. (Closes: #306879)
23
24 * Apply 06_disable_rpath to linux-g++-64/qmake.conf as too.
25
26 * Add the gtkstyle patch, in order to better support Bluecurve.
27 (Closes: #316108)
28
29 * Add more patches from qt-copy:
30 + 29_qtc_fix_rotated_randr: Improve height/width calculations for rotated
31 screens.
32 + 30_qtc_qtoolbar_77047: Fix for the toolbar extension menu.
33 + 33_qtc_qlistbox-crash: Fixes a crash that shows up in KHTML.
34 + 34_qtc_dnd_optimization: Massive DND speedups.
35 + 35_qtc_dnd_active_window_fix: Fixes DND when windows are changing focus.
36 + 36_qtc_dnd-timestamp-fix: Suppresses needless popups when using DND.
37 + 37_qtc_dragobject-dont-prefer-unknown: Fixes DND with some apps, like
38 Mozilla.
39 + 38_qtc_khotkeys_input_84434: Fixes keyboard input action in KHotKeys.
40 + 39_qtc_qpopup_has_mouse, 40_qtc_qpopup_ignore_mousepos: Fixes the mouse
41 movement and position affecting keyboard navigation with popups and
42 menus.
43
44 * Enable tablet support:
45 - pass -tablet to configure.
46 - add libxi-dev to Build-Depends.
47
48 * Build jpeg support into Qt, not as a plugin.
49
50 * Build the Qt styles as plugins. This does not affect the Qt buildkey,
51 so shouldn't affect other packages.
52
53 * Revamp the OpenGL linking patch. This fixes the loading of libXmu, a
54 problem which affected some screensavers. (Closes: #296661)
55
56 * Temporarily bump the libpq-dev build-depends to (>= 8.0.3-15), ensuring
57 that we build against a version where the headers are located as expected.
58
59 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Wed, 7 Sep 2005 11:23:55 -0400
60
61 qt-x11-free (3:3.3.4-7) unstable; urgency=low
62
63 * The "Mistakes happen; sadly, sometimes they happen all the same day" release.
64
65 +++ Changes by Adeodato Simó:
66
67 * Fix new arm FTBFS: in 08_arm_gcc4.dpatch, patch the original file, not the
68 symlink, since patch makes a copy.
69
70 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Thu, 11 Aug 2005 22:28:17 +0200
71
72 qt-x11-free (3:3.3.4-6) unstable; urgency=low
73
74 * The "If debussy had been up..." release.
75
76 +++ Changes by Adeodato Simó:
77
78 * Include in 08_arm_gcc4.dpatch an appropriate cast so that GCC 4.0 does not
79 barf. Patch stolen from SuSE, kudos to Isaac Clerencia for finding it.
80
81 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Thu, 11 Aug 2005 14:29:47 +0200
82
83 qt-x11-free (3:3.3.4-5) unstable; urgency=low
84
85 +++ Changes by Adeodato Simó:
86
87 * Fix FTBFS on arm due to incomplete compiler version check: teach qglobal.h
88 that GCC versions with major version != 3 exist. [08_arm_gcc4.dpatch]
89
90 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Wed, 10 Aug 2005 12:10:01 +0200
91
92 qt-x11-free (3:3.3.4-4) unstable; urgency=low
93
94 * The "Three transitions and one maintainer switch" release.
95
96 * Cope with the following ongoing transitions in unstable:
97 - C++ ABI transition.
98 - X.org transition.
99 - PostgreSQL 8.0 transition.
100
101 * Move the package to the Debian Qt/KDE team, as agreed with the
102 maintainer. Thanks to Martin Loschwitz for all his work over the
103 years.
104
105 +++ Changes by Adeodato Simó:
106
107 * Transition to the new C++ ABI. Rename all the library packages as
108 necessary: every libqt3c102-* goes back to libqt3-* now. Changes based
109 on the patch provided by Matthias Klose in Ubuntu Bug 10723.
110
111 + debian/control:
112 - renamed library packages.
113 - add conflicts and replaces against the libqt3c102-* packages, or
114 change the existing libqt3-* ones.
115 - change the existing recommends and suggests on libqt3c102-* to
116 libqt3-*.
117 - adjusted descriptions where appropriate.
118
119 + debian/rules:
120 - s/c102// in various places.
121
122 + debian/*.install, debian/*.links:
123 - renamed as appropriate.
124
125 + debian/patches/31_gcc4_buildkey.dpatch:
126 - new patch picked from the Fedora Qt packages to ensure a stable
127 buildkey accross compiler upgrades now that GCC 4 is the default.
128 Kudos to Christopher Martin for finding about the existence of this
129 patch.
130
131 The above solves trouble for users when using qt3-designer with g++ 4.0,
132 so this upload closes: #317768.
133
134 Also, disabling InterBase support has been necessary in this upload,
135 because nobody has cared to make firebird2 not FTBFS with g++ 4.0. Dropped
136 the libqt3-ibase and libqt3-mt-ibase packages, which can be reintroduced
137 as soon as #317314 gets fixed.
138
139 + debian/control:
140 - don't build-depend on firebird2-dev.
141
142 + debian/rules:
143 - unconditionally use -no-sql-ibase and -Nlibqt3{,-mt}-ibase.
144
145 * Transition to the new X.org packages:
146 + debian/control:
147 - build-depend in libglu1-xorg-dev instead of xlibmesa-glu-dev; make the
148 same change in the dependencies of libqt3-dev and libqt3-mt-dev.
149 - add libxinerama-dev and libxkbfile-dev to build-dependencies; add
150 libxinerama-dev to the dependencies of libqt3-dev and libqt3-mt-dev as
151 well (closes: #319305).
152 - add libxi-dev to the dependencies of libqt3-dev and libqt3-mt-dev. [cm]
153
154 * Transition to the new PostgreSQL 8.0 packaging (closes: #317500):
155 + debian/control: build-depend on libpq-dev instead of postgresql-dev.
156 + debian/rules: invoke pg_config to determine the include directory.
157
158 * Don't modify debian/control at build time, since doing it in the clean
159 target it's a release critical bug now:
160 + debian/rules: don't invoke type-handling to generate debian/control.
161 + debian/control.in: removed.
162 + debian/control:
163 - adjust the list of *-i386 ports to list only the non-dead ones.
164 - don't build depend on type-handling.
165
166 * Overhaul arch detection in debian/rules:
167 - use DEB_HOST_ARCH instead of DEB_BUILD_GNU_CPU to detect arm.
168 - use DEB_HOST_ARCH_CPU instead of DEB_BUILD_GNU_CPU to detect an i386 CPU
169 (needs the new dpkg).
170
171 +++ Changes by Christopher Martin:
172
173 * Add sundry fixes from KDE's qt-copy. (Closes: #303065)
174
175 * Fix qt3-designer's appearance in the KDE menu. (Closes: #290402)
176
177 * Don't use lib64 on amd64. (Closes: #311562)
178
179 * Don't duplicate the information in the qvfb manpage. (Closes: #282217)
180
181 While we're at it, realize that a whole bunch of manpages were suffering
182 the same, and fix them (designer, makeqpf, mergetr, findtr, msg2qm,
183 qtconfig, createcw, qembed, qt20fix). [dato]
184
185 * Add linguist manpage. Thanks to Jeremy Laine. (Closes: #268882)
186
187 * Include createcw source for qt3-designer. (Closes: #305919)
188
189 * Add missing qvfbhdr.h. (Closes: #182366, the qinterlacestyle.h
190 mentioned in this bug report was already included in recent versions.)
191
192 * Many minor changes to improve lintian compliance.
193
194 * Bump Standards-Version to 3.6.2 (no changes required).
195
196 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Tue, 26 Jul 2005 19:06:03 +0200
197
198 qt-x11-free (3:3.3.4-3) unstable; urgency=medium
199
200 * ML: Remove an utterly ugly symlink for linux-g++ that pointed to my
201 $HOME -- Trolltech strikes again!
202
203 -- Martin Loschwitz <madkiss@debian.org> Fri, 15 Apr 2005 15:17:00 +0200
204
205 qt-x11-free (3:3.3.4-2) unstable; urgency=medium
206
207 * ML: Try adding back the qt{-mt}.pc-files, let's see whether they work
208 * ML: No others changes but re-building to get this into Sarge
209
210 -- Martin Loschwitz <madkiss@debian.org> Sat, 2 Apr 2005 13:02:00 +0100
211
212 qt-x11-free (3:3.3.4-1) experimental; urgency=low
213
214 * ML: New upstream release Qt 3.3.4 packages for Debian (Closes: #292422)
215 * ML: patches/0048-qclipboard_hack_80072.patch: Fix the clipboard stuff
216 (Closes: #295828)
217 * ML: patches/0061-qscrollview-propagate-horizontal-wheelevent.patch: Fix
218 problems with horizontal scrollview
219 * ML: Took patch from BTS by Andreas Jochens to fix the FTBFS on the amd64
220 architecture (Closes: #288405)
221 * ML: patches/19_security_fixes.dpatch: Removed this patch, incorporated
222 into upstream now.
223 * ML: patches/20_qlocale_compile_arm.dpatch: Removed, incorporated into
224 upstream as well.
225 * ML: patches/17_fix_qfontdatabase_cpp.dpatch: Disabled for now, seems to
226 be fixed by upstream according to changelog
227
228 -- Martin Loschwitz <madkiss@debian.org> Fri, 18 Mar 2005 15:57:00 +0100
229
230 qt-x11-free (3:3.3.3-8) unstable; urgency=high
231
232 * ML: debian/control.in: Correct the Build-Depends: line to reflect latest
233 changes for libpng and libmysql (Closes: #284441)
234
235 -- Martin Loschwitz <madkiss@debian.org> Fri, 14 Jan 2005 12:17:00 +0100
236
237 qt-x11-free (3:3.3.3-7) unstable; urgency=high
238
239 * ML: debian/patches/21_fix_mips_mipsel.dpatch: To make it compile, even
240 define => QMAKE_CFLAGS += -Wa,-xgot -- thanks to Thiemo Seufer
241
242 -- Martin Loschwitz <madkiss@debian.org> Tue, 16 Nov 2004 19:37:00 +0100
243
244 qt-x11-free (3:3.3.3-6) unstable; urgency=high
245
246 * ML: Addedd debian/patches/21_fix_mips_mipsel.dpatch to make the beast
247 compile on MIPS/MIPSel again
248
249 -- Martin Loschwitz <madkiss@debian.org> Sun, 14 Nov 2004 16:44:00 +0100
250
251 qt-x11-free (3:3.3.3-5) unstable; urgency=high
252
253 * ML: Acknowledging NMU by Matthias Klose, thanks. (Closes: #270202)
254 * ML: patches/04_qsql_odbc.dpatch: Fix Compilation of the iodbc stuff,
255 breakage caused by invalid redefinitions of variables (Closes: #278781)
256 * debian/rules: Delete .obj-directories in the clean-Target as requested
257 by Fabio Massimo Di Nitto (thanks for noticing this)
258
259 -- Martin Loschwitz <madkiss@debian.org> Sun, 31 Oct 2004 10:51:00 +0100
260
261 qt-x11-free (3:3.3.3-4.1) unstable; urgency=high
262
263 * NMU, maintainer doesn't show any reaction.
264 * On arm-linux, configure using -DQT_QLOCALE_USES_FCVT. Seems to be a
265 known issue, mentioned in the 3.3.2 release notes, but nowhere in
266 the 3.3.3 sources. Great! Thanks to Paul Brook and Jan Niehusmann for
267 the investigations. Closes: #270202.
268 * Riku Voipio: Added patch: 20_qlocale_compile_arm.dpatch.
269 * debian/patches/00list: add 20_qlocale_compile_arm.dpatch.
270
271 -- Matthias Klose <doko@debian.org> Sat, 18 Sep 2004 17:01:16 +0200
272
273 qt-x11-free (3:3.3.3-4) unstable; urgency=high
274
275 * ML: Applied patch from Marcus Meissner to fix broken XPM DoS not yet
276 fixed upstream [src/kernel/qimage.cpp, CAN-2004-0692]
277 * ML: Applied patch forwarded by Marcus Meissner to fix broken GIF DoS
278 unfixed upstream [src/kernel/qasyncimageio.cpp, CAN-2004-0693]
279 * ML: urgency=high to get security fixes into sarge as quick as possible
280
281 -- Martin Loschwitz <madkiss@debian.org> Sun, 22 Aug 2004 11:48:00 +0200
282
283 qt-x11-free (3:3.3.3-3) unstable; urgency=high
284
285 * ML: Exchanged the dangling symlinks in /usr/share/qt3/lib with working
286 symlinks to /usr/lib (thanks to Aurelien Jarno) (Closes: #266284)
287
288 -- Martin Loschwitz <madkiss@debian.org> Tue, 17 Aug 2004 17:35:00 +0200
289
290 qt-x11-free (3:3.3.3-2) unstable; urgency=high
291
292 * ML: Bring back the goddamn qmake binary that silently disappeared (thank
293 you Trolltech for replacing it with a symlink) (Closes: #265958)
294
295 -- Martin Loschwitz <madkiss@debian.org> Mon, 16 Aug 2004 00:31:00 +0200
296
297 qt-x11-free (3:3.3.3-1) unstable; urgency=high
298
299 * ML: debian/control: Turned libqt3-headers and libqt3-compat-headers into
300 Architecture: any. This should avoid blocking packages from testing
301 * ML: debian/control: Added a patch by Robert Millan to add control.in to
302 fix breakage with iBase and OSes != Linux (Closes: #265413)
303 * ML: debian/patches/16_fix_opengl_check.dpatch: Make QLibrary search for
304 libGL.so.1, no dependency on libgl-dev packages (Closes: #264928)
305 * ML: debian/patches/17_fix_qfontdatabase_cpp.dpatch: A patch taken from
306 Lars Knoll via kde mailing list; fixes a problem with fond handling
307 * ML: Re-Build against the latest iodbc to get back shlibs of it; previous
308 version didn't have shlins accidentally (kudos to Adrian Bunk)
309 * ML: New Upstream Version (Qt 3.3.3), urgency is high to push this into
310 sarge as soon as possible (Qt 3.2 is not acceptable)
311
312 -- Martin Loschwitz <madkiss@debian.org> Sat, 14 Aug 2004 21:05:00 +0200
313
314 qt-x11-free (3:3.3.2-5) unstable; urgency=medium
315
316 * ML: debian/rules: Fixed the debhelper calls, dh tried to install the
317 iBase stuff (Architecture: i386) even on non-i386 architectures.
318 * ML: Enable iBase for all Operating Systems instead of only for Linux
319 on i386 (thanks to Robert Millan again)
320 * ML: Severity is medium to not hold up KDE and tiff transition
321
322 -- Martin Loschwitz <madkiss@debian.org> Sat, 08 Aug 2004 10:50:00 +0200
323
324 qt-x11-free (3:3.3.2-4) unstable; urgency=low
325
326 * ML: iBase seems to be similar to the black helicopters. Once they got
327 you there is no way to get rid of them. Disabled the iBase-Plugin
328 for all arches except x86 - hopefully.
329
330 -- Martin Loschwitz <madkiss@debian.org> Sat, 07 Aug 2004 22:13:00 +0200
331
332 qt-x11-free (3:3.3.2-3) unstable; urgency=low
333
334 * ML: debian/control: Switch from Firebird1 to Firebird2
335
336 -- Martin Loschwitz <madkiss@debian.org> Sat, 07 Aug 2004 16:33:00 +0200
337
338 qt-x11-free (3:3.3.2-2) unstable; urgency=low
339
340 * ML: Let's have another try, this time with the right target distribution
341
342 (verbatim copy of the 3:3.3.2-1 upload changelog follows)
343
344 * ML: New Upstream (Qt 3.3.2) fixes:
345 - Strange line /usr/lib/libqt-mt.la (Closes: #216063)
346 - The wishlist-bugreport for it can be closed (Closes: #235394)
347 * ML: Fixed the description of the following packages:
348 - libqt3c102-mt-psql (Closes: #209735)
349 - libqt3c102-mt-odbc (Closes: #209932)
350 - qt3-examples (Closes: #210046)
351 - libqt3c102-mt-mysql (Closes: #210097)
352 * ML: Made qt3-assistant depend on qt3-doc (Closes: #256183)
353 * ML: Adopted patches by Robert Millan to make Qt build on Hurd
354 - Added patches/15_unify_declarations_glibc.dpatch
355 - Fixed debian/rules to avoid E2BIG on Hurd
356 Thanks, Robert!
357 * ML: Use libmysqlclient12 instead of libmysqlclient10 (Closes: #188622)
358 * ML: Use the OpenGL-libraries via dlopen (Closes: #257705)
359
360 -- Martin Loschwitz <madkiss@debian.org> Sat, 07 Aug 2004 13:08:00 +0200
361
362 qt-x11-free (3:3.3.2-1) experimental; urgency=low
363
364 * ML: New Upstream (Qt 3.3.2) fixes:
365 - Strange line /usr/lib/libqt-mt.la (Closes: #216063)
366 - The wishlist-bugreport for it can be closed (Closes: #235394)
367 * ML: Fixed the description of the following packages:
368 - libqt3c102-mt-psql (Closes: #209735)
369 - libqt3c102-mt-odbc (Closes: #209932)
370 - qt3-examples (Closes: #210046)
371 - libqt3c102-mt-mysql (Closes: #210097)
372 * ML: Made qt3-assistant depend on qt3-doc (Closes: #256183)
373 * ML: Adopted patches by Robert Millan to make Qt build on Hurd
374 - Added patches/15_unify_declarations_glibc.dpatch
375 - Fixed debian/rules to avoid E2BIG on Hurd
376 Thanks, Robert!
377 * ML: Use libmysqlclient12 instead of libmysqlclient10 (Closes: #188622)
378 * ML: Use the OpenGL-libraries via dlopen (Closes: #257705)
379
380 -- Martin Loschwitz <madkiss@debian.org> Sat, 07 Aug 2004 09:50:00 +0200
381
382 qt-x11-free (3:3.3.2-0pre2) experimental; urgency=low
383
384 * ML: Added qaccessible.h to the list of headers
385 * ML: Removed unnecessary dependencies again
386 * ML: Added patch to fix KDE menu problem
387 * ML: Build and include the source in upload now
388
389 -- Martin Loschwitz <madkiss@debian.org> Mon, 14 Jun 2004 21:23:00 +0200
390
391 qt-x11-free (3:3.3.2-0pre1) experimental; urgency=low
392
393 * ML: First public version of packages for Qt 3.3
394 * ML: Added packages for ibase and SQLite RDBMSs
395 * ML: Necessary Adaptions from the Qt 3.2 to Qt 3.3 packages
396
397 -- Martin Loschwitz <madkiss@debian.org> Sat, 12 Jun 2004 21:09:00 +0200
398
399 qt-x11-free (3:3.2.3-3) unstable; urgency=low
400
401 * ML: Re-enabled STL support in Qt (Closes: #194475, #242633)
402 * ML: Enabled XRandr support (Closes: #253593)
403 * ML: Fixed FTBFS cursed by XCursor (Closes: #246198)
404 * ML: Split xlibs-dev dependencies (Closes: #253325)
405 * ML: Disabled the Xinerama_pic-hack (XFree 4.3 made it useless)
406
407 -- Martin Loschwitz <madkiss@debian.org> Thu, 10 Jun 2004 12:07:00 +0200
408
409
410 qt-x11-free (3:3.2.3-2) unstable; urgency=low
411
412 * ML: Rebuild to get back PIC-libs
413
414 -- Martin Loschwitz <madkiss@debian.org> Thu, 22 Jan 2004 15:23:00 +0100
415
416 qt-x11-free (3:3.2.3-1) unstable; urgency=low
417
418 * ML: New upstream release (Qt 3.2.3) (Closes: #218464)
419 * ML: Add Replaces: for libqt3-emb (<= 3:3.0.3-1) (Closes: #218290)
420 * ML: Tuned libqt3-i18n package description (Closes: #208904)
421 * ML: Tuned qt3-qtconfig package description (Closes: #209259)
422 * ML: Removed some patches that were merged by upstream (#1, #8, #9, #10)
423 * ML: Don't include any of the .pc files; they're unsupported now
424 * ML: Don't include any of the .la files: they're not working now
425
426 -- Martin Loschwitz <madkiss@debian.org> Tue, 06 Jan 2004 09:54:00 +0100
427
428 qt-x11-free (3:3.2.1-6) unstable; urgency=low
429
430 * ML: Added dependency to libqt3{-mt}-dev for xlibs-pic (Closes: #213855)
431 * ML: Sanify qmake.conf files to have existing paths instead of $(QTDIR)
432 * ML: Sanify qt{-mt}.pc files to have correct values
433 * ML: Bumped Standards-Version to 3.6.1 (No changes)
434 * ML: Added debian/compat
435 * ML: Added patch by Simon Hausmann to fix generation of pkgcof files
436
437 -- Martin Loschwitz <madkiss@debian.org> Sun, 05 Oct 2003 11:24:00 +0200
438
439 qt-x11-free (3:3.2.1-5) unstable; urgency=low
440
441 * ML: Let's build styles into the library, instead of as plugins
442 (Closes: #197157)
443 * ML: Added build dependency for libaudio-dev to libqt3{-mt}-dev
444 (Closes: #210628, #210994, #212530)
445 * ML: Removed broken patches for mips and mipsel
446 (Closes: #210366)
447 * ML: Added patch by Dirk Mueller to fix kdesktop and other applications
448
449 -- Martin Loschwitz <madkiss@debian.org> Mon, 29 Sep 2003 19:35:00 +0200
450
451 qt-x11-free (3:3.2.1-4) unstable; urgency=low
452
453 * ML: re-add the fontlist fix from previous versions
454 * ML: Added dependencies for libxft2-dev, libxrender-dev and libxcursor-dev
455 to the -dev packages (Closes: #208421)
456 * ML: Changed description of libqt3-plugins-headers package
457 * ML: Added patch by Lars Knoll to prevent generation of bogus mouse events
458 * RN: move unixmake2.cpp patch (approved by TT)
459 * RN: add qlineedit.cpp patch (approved by TT)
460 * RN: re-add pkg-config files
461
462 -- Martin Loschwitz <madkiss@debian.org> Wed, 3 Sep 2003 18:30:00 +0200
463
464 qt-x11-free (3:3.2.1-3) unstable; urgency=low
465
466 * ML: Added patches/01_fix_mips_mipsel.dpatch (hopefully fixes mips[el] build)
467 * ML: Merged the patch added in previous release with the above one
468 * ML: For -1: Pass --sysconfdir and --translationdir options to ./configure
469 * ML: Enable support for Xcursor in debian/rules (on Ralf's request)
470 * RN: Copy qmake.cache file to the appropriate location (/usr/share/qt3/)
471 * RN: Include fix for unixmake2.cpp (libtool and pkgconfig)
472
473 -- Martin Loschwitz <madkiss@debian.org> Sun, 31 Aug 2003 18:41:00 +0200
474
475 qt-x11-free (3:3.2.1-2) unstable; urgency=low
476
477 * ML: Build the qmake tool with -O2 as optimization flag (Closes: #207915)
478 * ML: Call dh_gencontrol with -a in debian/rules (Closes: #207917)
479
480 -- Martin Loschwitz <madkiss@debian.org> Sat, 30 Aug 2003 21:16:00 +0200
481
482 qt-x11-free (3:3.2.1-1) unstable; urgency=low
483
484 * ML: New upstream version (Qt 3.2.1) (Closes: #204650)
485 * ML: Include all icon files for the Qt designer -- hopefully
486
487 -- Martin Loschwitz <madkiss@debian.org> Fri, 29 Aug 2003 14:59:00 +0200
488
489 qt-x11-free (3:3.1.1-9) unstable; urgency=low
490
491 * ML: debian/control: Point out that libqt3-compat-headers might be of
492 importance (with Recommends and addition to package description,
493 Ben, I hope this satisfies you for now)
494 * ML: debian/rules Fix for-fork with patch from BTS (Closes: #188536)
495
496 -- Martin Loschwitz <madkiss@debian.org> Tue, 15 Jul 2003 19:45:00 +0200
497
498 qt-x11-free (3:3.1.1-8) unstable; urgency=low
499
500 * ML: Apply patch from Kevin Puetz to fix font listing (Closes: #189750)
501 * ML: Don't rely on /usr/share/doc, remove qtrc crap (Closes: #189755)
502 * ML: Give the qt3-things a higher priority than the qt2 ones (Closes: #189755)
503 * ML: debian/qt3-qtconfig.menu: Moved to Settings section (Closes: #183827)
504 * ML: debian/copyright: Mention Qt3.1 instead of Qt2.2 (Closes: #185161)
505 * ML: debian/libqt3-plugins-headers: Added qinterlacestyle.h (Closes: #182259)
506 * ML: Have libqt3-dev and libqt3-mt-dev in the libdevel section
507 * RN: debian/control: Add libxft2-dev as dependency for -dev-packages
508
509 -- Martin Loschwitz <madkiss@debian.org> Sat, 10 May 2003 14:55:00 +0200
510
511 qt-x11-free (3:3.1.1-7) unstable; urgency=low
512
513 * ML: The "Arg, can somebody purge typod please?"-release
514 - debian/control: Fixed corrupt Build-Depends: line
515 - debian/patches: Made the xinerama_pic patch i386-only
516 - debian/control: Removed unnecessary xlibs-pic Depends:
517
518 -- Martin Loschwitz <madkiss@debian.org> Fri, 07 Feb 2003 15:44:00 +0100
519
520 qt-x11-free (3:3.1.1-6) unstable; urgency=low
521
522 * ML: Build with lXinerama_pic (for -fPIC) (Closes: #176071, #175075)
523 * ML: debian/rules: Convert to dpatch package
524 * ML: debian/control: Change Maintainer Address
525 * ML: debian/control: Have fontconfig as Depends:
526 * ML: debian/control: Fix {Build-}Dependencies for GLU libs (Closes: #182184)
527
528 -- Martin Loschwitz <madkiss@debian.org> Tue, 06 Feb 2003 18:40:00 +0100
529
530 qt-x11-free (3:3.1.1-5) unstable; urgency=low
531
532 * ML: Added Build-Dependency for xlibmesa-glu-dev to fix FTBFS
533 * ML: Updated debian/patches/01 to reflect latest qt-copy changes
534 * ML: Removed patch for hppa (was needed to fix FTBFS)
535
536 -- Martin Loschwitz <madkiss@madkiss.org> Sat, 22 Feb 2003 08:47:00 +0100
537
538 qt-x11-free (3:3.1.1-4) unstable; urgency=low
539
540 * RN: debian/rules: remove byacc commands
541 * RN: debian/rules: Change back to srcdir = builddir mechanism
542 * RN: debian/patches: Help to remove some unused patches
543 * RN: debian/maintain: Help to get rid of copying qmake.conf files around
544 * RN: debian/rules: Clean up the 'clean' target, make it work again
545 * RN: debian/qt3-doc.links: Fix breakage for man-link
546 * RN: debian/libqt3{mt-dev,dev}: Create plugins symlink
547 * ML: debian/control: Remove xlibmesa-dev dependencies (Closes: #181202)
548 * ML: debian/control: Change libqt3-headers back to arch=all
549 * ML: debian/patches: Added patch to make sure hppa compiles as it should
550 * ML: Create seperate qconfig.h files for non-mt/mt (Conflicts for -dev!)
551
552 -- Martin Loschwitz <madkiss@madkiss.org> Tue, 18 Feb 2003 19:26:00 +0100
553
554 qt-x11-free (3:3.1.1-3) unstable; urgency=low
555
556 * RN: debian/libqt3-plugins-headers.install: Removed headers for codecs
557 * RN: debian/rules: Fix paths in .prl-files after build has finished
558 * RN: debian/libqt3-headers.install: Include some more includes files
559 * ML: Ship src/attic as .tar.gz in libqt3-compat-headers (it's obsolete, anyway)
560 * ML: Broke out qt3-examples package (saves place in -doc-package and makes sense)
561 * ML: debian/maintain/qmake*.conf: Applied patch by Brian Nelson (Closes: #180326)
562 * ML: Added debian/maintain/fixqc.sh to fix qmake.cache files during install
563
564 -- Martin Loschwitz <madkiss@madkiss.org> Wed, 12 Feb 2003 16:31:00 +0100
565
566 qt-x11-free (3:3.1.1-2pre3v1) unstable; urgency=low
567
568 * New package: libqt3-compat-headers (Thanks to Ralf Nolden again)
569 * debian/patches/01_qtcopy_20030206.dpatch: Updated to qtcopy from 20030206
570 * debian/libqt3-mt-dev.install: Move QGL classes here since QGL only works with mt
571 * debian/rules: Install .prl files to /usr/share/qt3/lib/
572 * debian/rules: Include logo32.png is every html-documentation
573 * debian/libqt3c102-mt.links: Symlinks for libqui
574 * debian/maintain/{qtconfig,assistant}.desktop: Fix section in menu file
575 * debian/rules: Include qmake documentation
576 * debian/rules: remove qwindowsxpstyle.h
577 * debian/rules: Moved README.Debian to -dev-packages (Closes: #179932)
578 * debian/README.Debian: New Version with max 75 chars per line (Closes: #179408)
579 * debian/control: Corrected Suggests: fields (Closes: #179838)
580 * deban/maintain/qtconfig.desktop: New Version, works Ok now (Closes: #179773)
581 * debian/control: libqt3c102-mt now conflicts with libqui1-emb (Closes: #179759)
582 * debian/control: qt3-dev-tools now conflicts with qte3-designer (Closes: #179761)
583 * debian/qt3-dev-tools.links: Make setting of QMAKESPEC unnecessary (Closes: #178296)
584 * debian/qt3-doc.doc-base: Finally, fix doc-base stuff (Closes: #155566)
585 * debian/control: libqt3c102 and -mt don't conflict with libqt (Closes: #179768)
586 * debian/control: Depend on xlibmesa-gl-dev | libgl-dev
587 * debian/control: Added Conflicts: for unofficial libqt3c-packages (Closes: #180078)
588 * debian/rules: Don't provide static libraries any longer (Waiting for policy approval!)
589 * debian/rules: Header-directory now is /usr/include/qt3
590 * debian/rules: build the -non-mt version before the -mt-version
591 * For 3:3.1.1-2: Added Conflicts: for qt3-dev-tools <-> uic (Closes: #179396)
592
593 -- Martin Loschwitz <madkiss@madkiss.org> Sat, 8 Feb 2003 09:34:00 +0100
594
595 qt-x11-free (3:3.1.1-2) unstable; urgency=low
596
597 * debian/qt3-dev-tools.install: Include mkspecs for qmake (Closes: #179410)
598 * debian/rules: Include logo32.png in qt3-docs (Closes: #179437)
599 * debian/control: qt3-dev-tools now has Conflicts: for libqt-dev (moc!)
600 * debian/control: Fix Build-Depends: to be xlibmesa-gl-dev instead of -glu-dev.
601 * debian/*.links: Readded symlinks for /usr/share/qt3/bin/ (Closes: #179411)
602 * debian/rules: Remove undocumented Symlinks (they are deprecated)
603 * -dev-packages should not depend on libqt3-plugins-headers (Closes: #179429)
604 * This was fixed in 3:3.1.1-1 (Closes: #179155)
605 * debian/maintain/qmake*.conf: Fix errors causing FTBFS on hppa/alpha (Closes: #179582)
606 * debian/control: Make libqt3-dev/-mt-dev depend on xlibmesa-gl-dev (Closes: #179573)
607
608 -- Martin Loschwitz <madkiss@madkiss.org> Mon, 3 Feb 2003 12:49:00 +0100
609
610 qt-x11-free (3:3.1.1-1) unstable; urgency=low
611
612 * The packages have been redesigned radically.
613 - New packages: libqt3-headers, libqt3-i18n, libqt3-plugins-headers,
614 qt3-apps-dev, qt3-assistant, qt3-designer, qt3-dev-tools-compat,
615 qt3-dev-tools-embedded, qt3-dev-tools, qt3-linguist, qt3-qtconfig (Closes: #178914)
616 - Please refer to package descriptions for more detailed informations.
617 - As you can see above, QtConfig was moved into its own package. (Closes: #153538)
618 - Also made sure that qt3-designer contains libcppeditor.so (Closes: #155792)
619 * Special Thanks for advising and help with this release goes to Ralf Nolden
620 * debian/control: Make libqt3/libqt3-mt depend on fontconfig (Closes: #174825, #173951)
621 * debian/control: Transist package to g++-3.2 (Closes: #159263, #135813, #178484, #176616)
622 * Package rebuilt, thus some bugs fixed. (Closes: #178698, #174959, #176827)
623 * debian/rules: Provide conv2ui, also qvfb was added back. (Closes: #173932)
624 * Bugs against packages in stable distribution don't make much sense.
625 Additionally, this is not a bug but a feature (Qt2 <-> Qt3 conflict) (Closes: #178660)
626 * Same as above. Additionally, please make sure to use libqt3-mt-dev instead
627 of libqt3-dev (Closes: #168317)
628 * This bug definetely can not happen anymore, since Qt3 takes care of
629 creation of debian/tmp-install (Closes: #163075)
630 * debian/README.Debian: Updated and extended by Ralf Nolden
631 * debian/patches/02_missing_manpages.dpatch: Don't apply against qt-copy
632 * debian/patches/10_qvfb_cpp.dpatch: Fix qvfb to meet our needs
633 * debian/patches/11_designer_fix.dpatch: Fix designer breakage
634 * debian/patches/12_plugins_fix.dpatch: Build all available plugins
635 * debian/patches/13_qtcopy_20030128.dpatch: Include qt-copy 20030128
636 * debian/*: Various other little fixes and cleanups
637 * debian/rules: Moved /usr/share/qt to be /usr/share/qt3
638
639 -- Martin Loschwitz <madkiss@madkiss.org> Wed, 29 Jan 2003 26:58:00 +0100
640
641 qt-x11-free (2:3.1.1+cvs.20021220-1) unstable; urgency=low
642
643 * New Upstream version (Qt 3.1.1, using qt-copy from KDE project)
644 * Special thanks goes to Kevin Puetz for support and work on this release
645 * debian/patches/: Removed patches 05 and 06 and added correct -I's to rules
646 * debian/rules: don't build unthreaded plugins with QT_THREAD_SUPPORT (Closes: #172793)
647 * debian/control: Fix description of libqt3-helper (Closes: #72754)
648 * debian/rules: Moved libqui to libqt3-helper (Closes: #173539, #173537)
649 * debian/libqt3-dev.install: Only include useful bits for qmake
650 * debian/maintain/qmake-hppa.conf: Added -ftemplate-depth-99 (Closes: #173086)
651 * debian/rules: Make sure OpenGL support is enabled on threaded builds
652 * debian/rules: Use new srcdir != builddir technology, large cleanup
653 * debian/rules: Fixed path for html-files (remove the double html)
654 * debian/control: Added Replaces: to libqt3-helper for libqt3 (Closes: #173288)
655 * debian/rules: Removed all those ugly wrapper scripts (bah!)
656 * debian/control: Added build-dependency for Xft2 - thus Xft2 enabled
657
658 -- Martin Loschwitz <madkiss@madkiss.org> Fri, 20 Dec 2002 17:53:00 +0100
659
660 qt-x11-free (2:3.1.0+cvs.20021205-1) unstable; urgency=low
661
662 * New Upstream version (Qt 3.1.0, using qt-copy from KDE project) (Closes: #167001)
663 * debian/control: Make libqt3-dev depending on correct packages (Closes: #167475)
664 * debian/rules: Enabled Qt support for cups
665 * debian/overrides/: Added overrides-files for various packages
666 * debian/control: depend on libaudio instead of nas-lib
667 * debian/control: Updated Standards-Version to 3.8.0
668 * debian/rules: Use DH_COMPAT=4
669 * debian/rules: Converted to dh_install
670
671 -- Martin Loschwitz <madkiss@madkiss.org> Thu, 05 Dec 2002 14:10:00 +0100
672
673 qt-x11-free (2:3.0.5-4) unstable; urgency=low
674
675 * debian/09_assistant.dpatch: Fix doc-dir-path for Qt-assistant (Closes: #148924)
676 * debian/10_sizet_64bit.dpatch: Fix for 64bit machines (Closes: #159364)
677 * debian/11_qsql_odbc.dpatch: build with libiodbc2-dev
678 * debian/control: Build-Depend on libiodbc2-dev (Closes: #161352, #161353)
679 * qt3-doc _should_ be Recommends (assistant/qt3-tools needs it) (Closes: #149428)
680 * debian/rules: Fixed the 'clean'-target (Closes: #159264)
681 * debian/libqt3-dev.links: Symlink for /usr/share/qt/lib (Closes: #152507, #152509)
682 * debian/control: Updates Standards-Version
683 * debian/control: Tried to solve the dependency hell a bit
684 * debian/control: Removed libqt3 Suggests for anti-aliasing-howto
685 * debian/rules: Re-enabled NAS (Network Audio System)
686 * Must be a local problem (there ARE files in libqt3-dev) (Closes: #159674)
687 * Not a Qt bug; has been fixed probably long time ago (Closes: #154976)
688
689 -- Martin Loschwitz <madkiss@madkiss.org> Thu, 15 Oct 2002 09:29:00 +0200
690
691 qt-x11-free (2:3.0.5-3) unstable; urgency=low
692
693 * Sometimes our buildds do strange things (Closes: #155258)
694 * debian/rules: added shlibdeps-path for libqt3-mt.
695 * debian/rules: libqt3-mysql, libqt3-odbc and libqt3-psql contain the
696 unthreaded plugins now (Closes: #152022)
697
698 -- Martin Loschwitz <madkiss@madkiss.org> Thu, 9 Aug 2002 22:18:00 +0200
699
700 qt-x11-free (2:3.0.5-2) unstable; urgency=low
701
702 * debian/control: qt3-dev and qt3-doc are "Priority: extra" now.
703 * debian/rules: Fix alpha and hppa build (Closes: #150917)
704
705 -- Martin Loschwitz <madkiss@madkiss.org> Thu, 2 Aug 2002 12:43:00 +0200
706
707 qt-x11-free (2:3.0.5-1) unstable; urgency=low
708
709 * debian/control: New Maintainer (Closes: #153534)
710 * debian/maintain: fix hppa build (qmake-hppa.conf) (Closes: #150917)
711 * debian/changelog: New upstream version 3.0.5 (Closes: #153266)
712 * debian/rules: We use dpatch now, thanks to Gergely Nagy
713 * Moved wrapper files and configs to debian/maintain/
714 * debian/maintain/assistant.sh: not include content double
715 * configure: Set "QT_INSTALL_PLUGINS" correct
716 * Changed some includes in the SQL-files to make them working
717 * debian/control: Fix some build dependencies
718 * debian/patches: All patches against upstream can be found here now.
719 * debian/control: Depend on libpng3-dev (Closes: #154234).
720
721 -- Martin Loschwitz <madkiss@madkiss.org> Sat, 27 Jul 2002 13:51:00 +0200
722
723 qt-x11-free (2:3.0.4-2) unstable; urgency=low
724
725 * Fix hppa build hopefully (Closes: #150917)
726 * Build cleanup
727
728 -- Ivan E. Moore II <rkrusty@debian.org> Wed, 26 Jun 2002 13:28:00 -0700
729
730 qt-x11-free (2:3.0.4-1) unstable; urgency=low
731
732 * New upstream version
733 * Fix qt-designer html access (Closes: #149505)
734 * Build postgresql modules
735 * This was fixed a while ago. (Closes: #134637)
736 * Build static libs again. yuk! Who the heck uses these anymore?
737 (Closes: #147084)
738
739 -- Ivan E. Moore II <rkrusty@debian.org> Sun, 16 Jun 2002 12:25:00 -0700
740
741 qt-copy (2:3.0.3-20020329-7) unstable; urgency=low
742
743 * move html files to html subdir...really...I mean it. (Closes: #149076)
744
745 -- Ivan E. Moore II <rkrusty@debian.org> Thu, 06 Jun 2002 11:31:00 -0700
746
747 qt-copy (2:3.0.3-20020329-6) unstable; urgency=low
748
749 * Remove unused doc dirs. (Closes: #148595)
750 * move html files to html subdir
751
752 -- Ivan E. Moore II <rkrusty@debian.org> Thu, 30 May 2002 22:58:00 -0700
753
754 qt-copy (2:3.0.3-20020329-5) unstable; urgency=low
755
756 * Fix assistant by providing a wrapper (Closes: #146255)
757
758 -- Ivan E. Moore II <rkrusty@debian.org> Wed, 08 May 2002 17:21:00 -0700
759
760 qt-copy (2:3.0.3-20020329-4) unstable; urgency=low
761
762 * Remove extra .'s from descriptions
763
764 -- Ivan E. Moore II <rkrusty@debian.org> Fri, 03 May 2002 23:20:00 -0700
765
766 qt-copy (2:3.0.3-20020329-3) unstable; urgency=low
767
768 * Fix priority (Closes: #145193)
769
770 -- Ivan E. Moore II <rkrusty@debian.org> Tue, 30 Apr 2002 00:27:00 -0700
771
772 qt-copy (2:3.0.3-20020329-2) unstable; urgency=low
773
774 * Fix overwrite issue (Closes: #141803, #141639)
775 * Re-add all the additional man pages
776
777 -- Ivan E. Moore II <rkrusty@debian.org> Tue, 23 Apr 2002 00:27:00 -0700
778
779 qt-copy (2:3.0.3-20020329-1) unstable; urgency=low
780
781 * Updated qt-copy to fix a few other bugs (Closes: #140462)
782
783 -- Ivan E. Moore II <rkrusty@debian.org> Fri, 29 Mar 2002 09:08:00 -0700
784
785 qt-copy (2:3.0.3-20020314-5) unstable; urgency=low
786
787 * Fix potential crash...thanks Daniel
788
789 -- Ivan E. Moore II <rkrusty@debian.org> Sat, 23 Mar 2002 02:30:00 -0700
790
791 qt-copy (2:3.0.3-20020314-4) unstable; urgency=low
792
793 * Don't build motif style as a plugin. It's pretty much the default so
794 let's have that builtin.
795 * Fix plugin pathing...actually this was a bug in the configure script
796 where it wasn't setting the proper items in the qconfig.h file
797 (Closes: #139449)
798
799 -- Ivan E. Moore II <rkrusty@debian.org> Fri, 22 Mar 2002 10:36:00 -0700
800
801 qt-copy (2:3.0.3-20020314-3) unstable; urgency=low
802
803 * Since this is still in incoming..change from a build-conflict to a
804 versioned depend
805
806 -- Ivan E. Moore II <rkrusty@debian.org> Sat, 16 Mar 2002 11:00:00 -0700
807
808 qt-copy (2:3.0.3-20020314-2) unstable; urgency=low
809
810 * Build-Conflict with libpng2-dev since it provides libpng-dev and we don't
811 want any of those problems.
812
813 -- Ivan E. Moore II <rkrusty@debian.org> Fri, 15 Mar 2002 20:00:00 -0700
814
815 qt-copy (2:3.0.3-20020314-1) unstable; urgency=low
816
817 * New upstream version.
818 * Includes updated zlib code
819
820 -- Ivan E. Moore II <rkrusty@debian.org> Thu, 14 Mar 2002 12:31:00 -0700
821
822 qt-copy (2:3.0.2-20020306-1) unstable; urgency=low
823
824 * New upstream version. Using qt-copy as it provides a bunch of fixes
825 for 3.0.2. (Closes: #135865)
826 * Fix suggests for libqt3-psql
827 * link to new png. Need this otherwise we are stuck with using the old
828 png library for quite some time.
829 * Fix cleanup (Closes: #135859)
830 * Include -mt versions of plugins.
831
832 -- Ivan E. Moore II <rkrusty@debian.org> Wed, 06 Mar 2002 23:37:00 -0700
833
834 qt-copy (2:3.0.0.0-4) unstable; urgency=low
835
836 * Fix qmake.cache inclusion (Closes: #118623)
837
838 -- Ivan E. Moore II <rkrusty@debian.org> Wed, 07 Nov 2001 11:37:00 -0700
839
840 qt-x11-free (2:3.0.0.0-3) unstable; urgency=low
841
842 * wrap uic so QTDIR is set for it...makes plugins happier
843
844 -- Ivan E. Moore II <rkrusty@debian.org> Wed, 31 Oct 2001 09:19:00 -0700
845
846 qt-x11-free (2:3.0.0.0-2) unstable; urgency=low
847
848 * Enable gl support. If it get's whacky like qt2 did we'll break it
849 off into it's own package. But until then we'll just do it this way.
850 * Fix wrapper (Closes: #116734)
851
852 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 22 Oct 2001 12:55:00 -0700
853
854 qt-x11-free (2:3.0.0.0-1) unstable; urgency=low
855
856 * New upstream version
857
858 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 15 Oct 2001 11:54:00 -0700
859
860 qt-x11-free (2:3.0.0-0beta6-4) unstable; urgency=low
861
862 * Don't compile in xinerama support...lets actually build on all archs
863
864 -- Ivan E. Moore II <rkrusty@debian.org> Tue, 09 Oct 2001 16:00:00 -0700
865
866 qt-x11-free (2:3.0.0-0beta6-3) unstable; urgency=low
867
868 * Properly include private include files
869 * Provide links from /usr/bin/ qt bins to /usr/share/qt/bin
870
871 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 08 Oct 2001 16:00:00 -0700
872
873 qt-x11-free (2:3.0.0-0beta6-2) unstable; urgency=low
874
875 * Properly include include files (Closes: #114357)
876 * Pass variables onto designer (Closes: #114271)
877 * Add new variable to qmake.sh (Closes: #113341)
878
879 -- Ivan E. Moore II <rkrusty@debian.org> Wed, 03 Oct 2001 16:11:00 -0700
880
881 qt-x11-free (2:3.0.0-0beta6-1) unstable; urgency=low
882
883 * New upstream beta
884
885 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 01 Oct 2001 11:04:00 -0700
886
887 qt-x11-free (2:3.0.0-0beta5-2) unstable; urgency=low
888
889 * Fix shlibs (Closes: #113055)
890
891 -- Ivan E. Moore II <rkrusty@debian.org> Sun, 23 Sep 2001 18:41:00 -0700
892
893 qt-x11-free (2:3.0.0-0beta5-1) unstable; urgency=low
894
895 * New upstream beta
896
897 -- Ivan E. Moore II <rkrusty@debian.org> Tue, 18 Sep 2001 09:56:00 -0700
898
899 qt-x11-free (2:3.0.0-0beta4-2) unstable; urgency=low
900
901 * Provide threaded QT library
902 * Cleanup deps
903 * Set shlibs files
904 * Remove -O2 from alpha build and add -mieee
905 * don't use gcc3 for alpha build anymore
906
907 -- Ivan E. Moore II <rkrusty@debian.org> Sat, 08 Sep 2001 09:57:00 -0700
908
909 qt-x11-free (2:3.0.0-0beta4-1) unstable; urgency=low
910
911 * New upstream beta
912 * Lintian error cleanup
913
914 -- Ivan E. Moore II <rkrusty@debian.org> Wed, 29 Aug 2001 20:52:00 -0700
915
916 qt-x11-free (2:3.0.0-0beta3-2) unstable; urgency=low
917
918 * Fix path issues for documentation (Closes: #109255)
919
920 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 19 Aug 2001 00:01:00 -0700
921
922 qt-x11-free (2:3.0.0-0beta3-1) unstable; urgency=low
923
924 * new upstream beta
925 * Include mkspecs bits for qmake
926 * include qmake wrapper
927
928 -- Ivan E. Moore II <rkrusty@debian.org> Fri, 27 Jul 2001 03:36:00 -0700
929
930 qt-x11-free (2:3.0.0-0beta2-3) unstable; urgency=low
931
932 * drop Optimization down for other archs
933 * *should* fix m68k build (Closes: #104043)
934
935 -- Ivan E. Moore II <rkrusty@debian.org> Tue, 17 Jul 2001 15:47:00 -0700
936
937 qt-x11-free (2:3.0.0-0beta2-2) unstable; urgency=low
938
939 * actually include libqxt.so so people can build packages against it
940 * Remove the suggests for anti-aliasing-howto from the plugin packages
941
942 -- Ivan E. Moore II <rkrusty@debian.org> Sun, 08 Jul 2001 03:50:00 -0700
943
944 qt-x11-free (2:3.0.0-0beta2-1) unstable; urgency=low
945
946 * New upstream beta
947 * Ok, now we break out libqxt0
948
949 -- Ivan E. Moore II <rkrusty@debian.org> Thu, 05 Jul 2001 12:46:00 -0700
950
951 qt-x11-free (3.0.0-0beta1-6) unstable; urgency=low
952
953 * Add missing build-depend for flex (Closes: #102978, #102984)
954 * Add conflict with libqxt0 (Closes: #102959)
955
956 -- Ivan E. Moore II <rkrusty@debian.org> Sun, 01 Jul 2001 08:32:00 -0700
957
958 qt-x11-free (3.0.0-0beta1-5) unstable; urgency=low
959
960 * ok..I'll get this stuff worked out soon. Fix gl build bits
961 (Closes: #102849)
962
963 -- Ivan E. Moore II <rkrusty@debian.org> Sat, 30 Jun 2001 00:27:00 -0700
964
965 qt-x11-free (3.0.0-0beta1-4) unstable; urgency=low
966
967 * Include qmake in libqt3-dev package
968 * Build database modules and provide seperate packages for them
969 * Build styles and provide them in libqt3 package
970 * Actually install designer plugins...guess that might help.
971 * More build cleanup...properly build all the tools/* modules
972 * Update build-depends
973 * Actually include linguist desktop file
974 * Include interface files as well
975
976 -- Ivan E. Moore II <rkrusty@debian.org> Thu, 28 Jun 2001 22:03:00 -0700
977
978 qt-x11-free (3.0.0-0beta1-3) unstable; urgency=low
979
980 * Fix libqui1 deps (Closes: #100804)
981 * Fix qmake symlink (Closes: #100964)
982
983 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 18 Jun 2001 19:40:00 -0700
984
985 qt-x11-free (3.0.0-0beta1-2) unstable; urgency=low
986
987 * Fix dependencies for libqt3-dev...grrr
988 * Fix description for qt3-tools
989
990 -- Ivan E. Moore II <rkrusty@debian.org> Thu, 07 Jun 2001 21:00:00 -0700
991
992 qt-x11-free (3.0.0-0beta1-1) unstable; urgency=low
993
994 * New upstream beta version
995
996 -- Ivan E. Moore II <rkrusty@debian.org> Sat, 26 May 2001 11:06:00 -0700
997
998 qt-x11 (2:2.3.0-final-5) unstable; urgency=low
999
1000 * Fix LD PATH problems due to new fakeroot routines (Closes: #98068)
1001 * Get rid of gl specific package and just build main package with gl support
1002
1003 -- Ivan E. Moore II <rkrusty@debian.org> Fri, 25 May 2001 00:25:00 -0700
1004
1005 qt-x11 (2:2.3.0-final-4) unstable; urgency=low
1006
1007 * Fix konsole accents (Closes: #96678)
1008
1009 -- Ivan E. Moore II <rkrusty@debian.org> Fri, 11 May 2001 10:27:00 -0700
1010
1011 qt-x11 (2:2.3.0-final-3) unstable; urgency=low
1012
1013 * More alpha tweaks (only remove optimization for CXXFLAGS)
1014 * Update bulid flags (Closes: #90334)
1015 * Updating shlibs to stop problem with people using old libqt2 packages
1016 * Several upstream fixes pulled out of the qt-copy CVS tree on KDE's
1017 CVS Repository
1018 * Build fixes for systems that do not have qt installed on them already
1019 * Remove old Xft build hacks since we are using x4.0.3 now
1020 * Update build-depends since we now require x4.0.3
1021 * Build libqt2-mt with opengl support (Closes: #91989)
1022 * Build static libs with opengl support as well
1023 * Remove old -dev provides which fixes buildd problems
1024 * Get rid of 2.2 dummy packages libqt2.2 and libqt2.2-gl
1025 * Update Build-Depends and other Depends that were pointing to provided or
1026 pseudo packages. Have them point to a real package | pseudo package.
1027 * Add new kde menu tag to qt-designer
1028 * Add new libqxt0 pacakge so that in the future we don't have a confliction
1029 with libqt3 and libqt2 since most likely libqxt soname won't change.
1030 * Adding in lintian overrides finally
1031 * Updating standards version
1032 * Remove old hacks in debian/rules
1033 * Should fix pure_virtual problems (Closes: #94676)
1034 * Apply i18n patches (qclipboard, qstring, xim)
1035 * Building with system png again
1036
1037 -- Ivan E. Moore II <rkrusty@debian.org> Tue, 01 May 2001 22:42:00 -0700
1038
1039 qt-x11 (2:2.3.0-final-2) unstable; urgency=low
1040
1041 * test build
1042
1043 -- Ivan E. Moore II <rkrusty@debian.org> Sun, 07 Mar 2001 13:26:00 -0700
1044
1045 qt-x11 (2:2.3.0-final-1) unstable; urgency=low
1046
1047 * New upstream version
1048 * Applied xft workaround patch
1049 * versioning the depends
1050 * Adding in alpha specific build code so that it will build out of the
1051 box.
1052
1053 -- Ivan E. Moore II <rkrusty@debian.org> Wed, 07 Mar 2001 13:26:00 -0700
1054
1055 qt-x11 (2:2.3.0-beta1-3) unstable; urgency=low
1056
1057 * Various patches applied from qt-copy branch of kde cvs. These include
1058 several upstream fixes that were done post beta-1 and will be a part of
1059 the next release.
1060 LANG=he_IL.iso8859-8 will work correctly now.
1061 .fontguess file now accepts quoted font names (so you can use font anmes
1062 with white space inside)
1063 * Konq's combobox works again
1064 * Include xt extension (Closes: #88147)
1065
1066 -- Ivan E. Moore II <rkrusty@debian.org> Thu, 01 Mar 2001 09:17:00 -0700
1067
1068 qt-x11 (2:2.3.0-beta1-2) unstable; urgency=low
1069
1070 * Fix grave bug with xft (Closes: #87758)
1071
1072 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 26 Feb 2001 23:22:00 -0700
1073
1074 qt-x11 (2:2.3.0-beta1-1) unstable; urgency=low
1075
1076 * New upstream version
1077 * Don't clean everything out of bin/ after each stage as some pieces are
1078 scripts that don't get built
1079 * Fix Depends for libqutil1
1080 * Change version for kde-designer replace/conflicts so that one can actually
1081 install kde-designer (Closes: #87223)
1082 * Change doc package to qt-doc
1083 * Let's go back to libqt2 and get away from libqt2.x. Providing migration
1084 packages as to not totally hose people up right away. These will go
1085 away prior to freeze.
1086 * Build with XFT support - Anti Aliasing
1087
1088 -- Ivan E. Moore II <rkrusty@debian.org> Fri, 23 Feb 2001 06:23:00 -0700
1089
1090 qt-x11 (2:2.2.4-5) unstable; urgency=low
1091
1092 * Fix qt-mt package (Closes: #85132)
1093 building of the tools cause the mt library to get hosed somehow
1094 * Fix -dev depends for mt-dev
1095
1096 -- Ivan E. Moore II <rkrusty@debian.org> Sat, 17 Feb 2001 00:42:00 -0700
1097
1098 qt-x11 (2:2.2.4-4) unstable; urgency=low
1099
1100 * Break out uic and libqutil. This allows for developers not to need
1101 qt-designer to build packages and also takes care of the fact that
1102 libqutil is common.
1103 * Changing dev packages to libqt-dev and libqt-mt-dev
1104
1105 -- Ivan E. Moore II <rkrusty@debian.org> Thu, 15 Feb 2001 02:30:00 -0700
1106
1107 qt-x11 (2:2.2.4-3) unstable; urgency=low
1108
1109 * Fix pathing for qt-designer for #85493
1110 * Change qt-designer's Depends on qt2.2-doc to Recommends (Closes: #85486)
1111 * Adding in Perl depends properly for libqt2.2-dev
1112
1113 -- Ivan E. Moore II <rkrusty@debian.org> Sat, 10 Feb 2001 17:30:00 -0700
1114
1115 qt-x11 (2:2.2.4-2) unstable; urgency=low
1116
1117 * Include findtr (Closes: 85439)
1118 * Build against new libmng
1119
1120 -- Ivan E. Moore II <rkrusty@debian.org> Fri, 09 Feb 2001 16:30:00 -0700
1121
1122 qt-x11 (2:2.2.4-1) unstable; urgency=low
1123
1124 * New upstream version
1125 On X11, popup menus do not grab the keyboard anymore, but rely on and
1126 enforce the application to have focus. This works around an X11 bug
1127 where deadkeys do not work while the keyboard is grabbed.
1128 See QT changelog for full list of updates
1129 * Installing ui templates so that Designer doesn't complain.
1130 * Adding in suggests for tmake
1131 * Moving libqutil and uic over to designer package where they belong
1132 * Moving away from /usr/lib/qt2 -
1133 /usr/share/qt would have links for include/docs/man
1134 it will also store all other pieces such as the ui templates for
1135 designer.
1136 * Cleaning up post/pre scripts, docs, etc. libqt2.2 package doesn't need
1137 development docs and information...move it into -dev package
1138 * Creating createcw and associated libs for use with designer
1139
1140 -- Ivan E. Moore II <rkrusty@debian.org> Fri, 02 Feb 2001 16:30:00 -0700
1141
1142 qt2.2 (2:2.2.3-12) unstable; urgency=low
1143
1144 * Only build designer once, using the shared libraries. This will cut
1145 down on build time.
1146 * Moving man pages into /usr/share/man tree
1147 * Do not duplicate header files for examples and tools.
1148 * Don't copy the tools/ directory tree since we build them already, if
1149 someone wants the source to them they can dl the orig.tar.gz
1150 * Don't remove the Makefile's during a clean so that we can include them
1151 with the examples and tutorial
1152 * Adding in a Debian menu entry for QT Designer
1153 * Cleaning up descriptions to show where man pages were (since they were
1154 still being referenced in the -dev package
1155 * Adding note in README.Debian on how to build the examples and tutorial
1156 * Compressing tutorial and examples to save on space by default. People
1157 can then uncompress them if them want to use them.
1158 * Cleaning up post/pre scripts
1159 * Cleaning up diff
1160 * Upstream patch applied for "dead keys" in qpopups - this is part of a
1161 fix for Bug 82967.
1162 * fix for setNamedColor parsing problem
1163
1164 -- Ivan E. Moore II <rkrusty@debian.org> Sat, 27 Jan 2001 07:25:00 -0700
1165
1166 qt2.2 (2:2.2.3-11) unstable; urgency=low
1167
1168 * Removing libpth-dev from depends
1169 * One more upstream crash/bug fix in qasyncimageio
1170
1171 -- Ivan E. Moore II <rkrusty@debian.org> Wed, 24 Jan 2001 18:41:00 -0700
1172
1173 qt2.2 (2:2.2.3-10) unstable; urgency=low
1174
1175 * Fixing libqt2.2-dev dependencies. Adding libz-dev, xlibs-dev, libpng2-dev,
1176 libjpeg62-dev, libmng-dev. (Closes: #83298)
1177 * Adding uic information to libqt2.2-dev's description
1178 * More crash fixes for graphics manipulation
1179
1180 -- Ivan E. Moore II <rkrusty@debian.org> Tue, 23 Jan 2001 14:13:00 -0700
1181
1182 qt2.2 (2:2.2.3-9) unstable; urgency=low
1183
1184 * Fix a crash problem with qimage
1185 * More i18n
1186
1187 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 22 Jan 2001 00:10:00 -0700
1188
1189 qt2.2 (2:2.2.3-8) unstable; urgency=low
1190
1191 * More upstream fixes...moving towards 2.2.4
1192 i18n work
1193 bug fixes
1194 * Removing old i18n patches
1195 * fixing qt-designer section
1196 * Build against new version of MNG
1197 * Update build-depends
1198
1199 -- Ivan E. Moore II <rkrusty@debian.org> Sat, 20 Jan 2001 01:28:00 -0700
1200
1201 qt2.2 (2:2.2.3-7) unstable; urgency=low
1202
1203 * Moving tools/ includes to /usr/share/doc/qt2.2-doc/tools/includes
1204 Apparantly they were causing problems with some apps
1205 * Updating build-depends
1206 * New upstream fixes
1207 printing when your display has a resolution != 75 dpi
1208 true type and type1 fonts will now get embedded into the document. This
1209 fixes printing in almost all 8bit locales, *if* you are using these
1210 fonts.
1211 OK button fix
1212
1213 -- Ivan E. Moore II <rkrusty@debian.org> Wed, 17 Jan 2001 16:05:00 -0700
1214
1215 qt2.2 (2:2.2.3-6) unstable; urgency=low
1216
1217 * New i18n patches - submitted upstream finally it seems
1218 * Cleanup of build-depends and depends.
1219 * Creating a non-kde designer package
1220 * Upstream i18n updates out of future 2.2.4 release.
1221 * Fix print dialog problem - thanks to Michael Lachmann <dirk@santafe.edu>
1222
1223 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 15 Jan 2001 15:30:00 -0700
1224
1225 qt2.2 (2:2.2.3-5) unstable; urgency=low
1226
1227 * Cleaning up depends/provides/conflicts
1228 We are the only qt package for unstable so lets act like it.
1229 * new i18n patch for qpsprinter
1230
1231 -- Ivan E. Moore II <rkrusty@debian.org> Wed, 10 Jan 2001 16:00:00 -0700
1232
1233 qt2.2 (2:2.2.3-4) unstable; urgency=low
1234
1235 * New i18n patches
1236 * More build fixes
1237
1238 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 01 Jan 2001 03:31:00 -0700
1239
1240 qt2.2 (2:2.2.3-3) unstable; urgency=low
1241
1242 * Applying Anti-Aliasing patch
1243 * Adjusting Build-Depends as we now must have the latest X4
1244 * Adding libfreetyp6-dev to Build-Depends
1245 * Fixing document links (Closes: #79876)
1246 * New i18n patch update for qpsprinter
1247
1248 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 18 Dec 2000 01:13:00 -0700
1249
1250 qt2.2 (2:2.2.3-2) unstable; urgency=low
1251
1252 * More build fixes...arggg...
1253 * Applying new i18n patches for 2.2.3 and removing old 2.2.2 hacks
1254
1255 -- Ivan E. Moore II <rkrusty@debian.org> Thu, 14 Dec 2000 16:27:00 -0700
1256
1257 qt2.2 (2:2.2.3-1) unstable; urgency=low
1258
1259 * New upstream version
1260 * Cleaning up build process
1261 * Removing Mesa specific GL code as before
1262 * Including new tools - qconfig, qvfb, makeqpf, and qembed
1263 * Applying qscrollview patch from QT via <j.w.greven@student.utwente.nl>
1264
1265 -- Ivan E. Moore II <rkrusty@debian.org> Wed, 13 Dec 2000 14:45:00 -0700
1266
1267 qt2.2 (2:2.2.2-12) unstable; urgency=low
1268
1269 * New ad hoc xim patch - amazing what happens when you have no other choice
1270 * Updating shlibs
1271 * More build-depends and depends work
1272
1273 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 11 Dec 2000 09:09:00 -0700
1274
1275 qt2.2 (2:2.2.2-11) unstable; urgency=low
1276
1277 * Removing xim patch since it's been weeks without a fix for the problems
1278 it causes
1279
1280 -- Ivan E. Moore II <rkrusty@debian.org> Sat, 09 Dec 2000 06:30:00 -0700
1281
1282 qt2.2 (2:2.2.2-10) unstable; urgency=low
1283
1284 * Friggen dependency loops.
1285
1286 -- Ivan E. Moore II <rkrusty@debian.org> Thu, 07 Dec 2000 01:00:00 -0700
1287
1288 qt2.2 (2:2.2.2-9) unstable; urgency=low
1289
1290 * Fixing broken shlibs...arggg
1291
1292 -- Ivan E. Moore II <rkrusty@debian.org> Sat, 02 Dec 2000 23:12:00 -0700
1293
1294 qt2.2 (2:2.2.2-8) unstable; urgency=low
1295
1296 * Creating libqt2.2-gl package. Recommendations from upstream folks to
1297 only compile in GL support as necessary due to stability issues and the
1298 fact that we do have users that require GL support in QT has led me to
1299 move GL support out of the main QT package. libqt2.2 conflicts/replaces
1300 libqt2.2-gl while libqt2.2-gl replaces libqt2.2.
1301 * Adding in missing build-depends
1302 * More build cleanup
1303
1304 -- Ivan E. Moore II <rkrusty@debian.org> Thu, 30 Nov 2000 15:15:00 -0700
1305
1306 qt2.2 (2:2.2.2-7) unstable; urgency=low
1307
1308 * New i18n patches
1309
1310 -- Ivan E. Moore II <rkrusty@debian.org> Wed, 29 Nov 2000 07:52:00 -0700
1311
1312 qt2.2 (2:2.2.2-6) unstable; urgency=low
1313
1314 * New i18n patches
1315 * Adding in a replaces for libqt1g-dev and qt1g-dev
1316
1317 -- Ivan E. Moore II <rkrusty@debian.org> Sat, 25 Nov 2000 03:40:00 -0700
1318
1319 qt2.2 (2:2.2.2-5) unstable; urgency=low
1320
1321 * Removing nas support per popular demand
1322
1323 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 20 Nov 2000 15:45:00 -0700
1324
1325 qt2.2 (2:2.2.2-4) unstable; urgency=low
1326
1327 * Moving threaded version of libqt to libqt2.2-mt to cut down on size of
1328 main package and still allow for those who need the threaded version to
1329 obtain it.
1330 * Fixing up dependencies for xlibs vs xlib6g for ports that do not have
1331 xlibs
1332 * Fixing shlibs
1333
1334 -- Ivan E. Moore II <rkrusty@debian.org> Sat, 18 Nov 2000 20:14:00 -0700
1335
1336 qt2.2 (2:2.2.2-4) unstable; urgency=low
1337
1338 * Fixing up thread support again
1339 * Fixing the last lintian error
1340
1341 -- Ivan E. Moore II <rkrusty@debian.org> Sat, 18 Nov 2000 08:30:00 -0700
1342
1343 qt2.2 (2:2.2.2-3.1) unstable; urgency=low
1344
1345 * Fixing QGLWidget problem (Closes: #77248)
1346
1347 -- Ivan E. Moore II <rkrusty@debian.org> Thu, 16 Nov 2000 21:30:00 -0700
1348
1349 qt2.2 (2:2.2.2-3) unstable; urgency=low
1350
1351 * Applying uic patch from upstream
1352 * Adding in versioned replace (Closes: #77147)
1353
1354 -- Ivan E. Moore II <rkrusty@debian.org> Thu, 16 Nov 2000 07:15:00 -0700
1355
1356 qt2.2 (2:2.2.2-2.1) unstable; urgency=low
1357
1358 * Removing thread support as it still seems unstable
1359
1360 -- Ivan E. Moore II <rkrusty@debian.org> Thu, 16 Nov 2000 07:15:00 -0700
1361
1362 qt2.2 (2:2.2.2-2) unstable; urgency=low
1363
1364 * contains new i18n patches
1365
1366 -- Ivan E. Moore II <rkrusty@debian.org> Thu, 16 Nov 2000 02:00:00 -0700
1367
1368 qt2.2 (2:2.2.2-1) unstable; urgency=low
1369
1370 * New upstream version
1371 * Does not contain any i18n patches
1372 * compiled with nas sound support
1373 * mesa specific GL code removed manually
1374
1375 -- Ivan E. Moore II <rkrusty@debian.org> Tue, 14 Nov 2000 20:00:00 -0700
1376
1377 qt2.2 (2:2.2.1-11) unstable; urgency=low
1378
1379 * Manually removing Mesa specific GL code from qt
1380 * New i18n patch
1381 * Cleaned up diff file
1382
1383 -- Ivan E. Moore II <rkrusty@debian.org> Sun, 12 Nov 2000 03:00:00 -0700
1384
1385 qt2.2 (2:2.2.1-10) unstable; urgency=low
1386
1387 * New i18n patches (Closes: #75830)
1388
1389 -- Ivan E. Moore II <rkrusty@debian.org> Wed, 08 Nov 2000 16:00:00 -0700
1390
1391 qt2.2 (2:2.2.1-9.2) unstable; urgency=low
1392
1393 * Fix to /usr/lib/qt2/man link problem (Closes: #75622)
1394
1395 -- Ivan E. Moore II <rkrusty@debian.org> Sun, 05 Nov 2000 22:00:00 -0700
1396
1397 qt2.2 (2:2.2.1-9.1) unstable; urgency=low
1398
1399 * Build against X4 libs
1400
1401 -- Ivan E. Moore II <rkrusty@debian.org> Sat, 04 Nov 2000 12:00:00 -0700
1402
1403 qt2.2 (2:2.2.1-9) unstable; urgency=low
1404
1405 * More opengl cleanup
1406 * Removing i18n patches as they are causing problems in some apps
1407
1408 -- Ivan E. Moore II <rkrusty@debian.org> Wed, 01 Nov 2000 23:00:00 -0700
1409
1410 qt2.2 (2:2.2.1-8) unstable; urgency=low
1411
1412 * Re-adding opengl support until another solution is created
1413
1414 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 23 Oct 2000 16:28:00 -0700
1415
1416 qt2.2 (2:2.2.1-7) unstable; urgency=low
1417
1418 * Round 42..heh...let's try the png fix again
1419
1420 -- Ivan E. Moore II <rkrusty@debian.org> Wed, 18 Oct 2000 23:54:00 -0700
1421
1422 qt2.2 (2:2.2.1-6) unstable; urgency=low
1423
1424 * Hopefully fix png image viewing crashing
1425 * adding in links for /usr/lib/qt2/man and /usr/lib/qt2/doc
1426 * Fixing compression of html files
1427
1428 -- Ivan E. Moore II <rkrusty@debian.org> Wed, 18 Oct 2000 00:15:00 -0700
1429
1430 qt2.2 (2:2.2.1-5) unstable; urgency=low
1431
1432 * Minor dependency fix for libqt2.2-dev's perl necessesity
1433
1434 -- Ivan E. Moore II <rkrusty@debian.org> Sat, 14 Oct 2000 01:00:00 -0700
1435
1436 qt2.2 (2:2.2.1-4) unstable; urgency=low
1437
1438 * Ok, I'm not sure what i did but somehow the i18n patches missed getting
1439 applied when I updated the source. Re-Applying them. (Closes: #74713)
1440
1441 -- Ivan E. Moore II <rkrusty@debian.org> Fri, 13 Oct 2000 23:30:00 -0700
1442
1443 qt2.2 (2:2.2.1-3) unstable; urgency=low
1444
1445 * Putting includes for examples into qt2.2-doc package (Closes: #74479)
1446 * adding in some build options recommended by upstream that will reduce
1447 the amount of memory used by apps linked against qt as well as reduce
1448 the size of the resulting library significantly
1449
1450 -- Ivan E. Moore II <rkrusty@debian.org> Wed, 11 Oct 2000 02:30:00 -0700
1451
1452 qt2.2 (2:2.2.1-2) unstable; urgency=low
1453
1454 * More build cleanup
1455
1456 -- Ivan E. Moore II <rkrusty@debian.org> Sun, 08 Oct 2000 03:45:00 -0700
1457
1458 qt2.2 (2:2.2.1-1) unstable; urgency=low
1459
1460 * Including new version of upstream source code (they buggered something)
1461 * Applying i18n patches for 2.2.1
1462
1463 -- Ivan E. Moore II <rkrusty@debian.org> Sat, 07 Oct 2000 22:00:00 -0700
1464
1465 qt2.2 (2:2.2.1-0) unstable; urgency=low
1466
1467 * New upstream version
1468 * Building with thread support turned on (Closes: #72994)
1469
1470 -- Ivan E. Moore II <rkrusty@debian.org> Thu, 05 Oct 2000 20:00:00 -0700
1471
1472 qt2.2 (2:2.2.0-20000906-9) unstable; urgency=low
1473
1474 * Fixing up some dependencies and build-depends
1475
1476 -- Ivan E. Moore II <rkrusty@debian.org> Tue, 26 Sep 2000 17:30:00 -0700
1477
1478 qt2.2 (2:2.2.0-20000906-8) unstable; urgency=low
1479
1480 * Appling font patch to fix infinate loop and XFree4 (Closes: #72374)
1481 * Fixing /usr/include/qt after removing alternatives
1482 * Adding in a conflict for libqt1g-dev
1483
1484 -- Ivan E. Moore II <rkrusty@debian.org> Sun, 24 Sep 2000 22:00:00 -0700
1485
1486 qt2.2 (2:2.2.0-20000906-7) unstable; urgency=low
1487
1488 * Finally adding in a fix for dangling manpage (Closes: #67375)
1489 * Getting rid of alternatives since this will be the only qt package
1490 * Adding libmng support
1491 * Fixing up build-depends
1492
1493 -- Ivan E. Moore II <rkrusty@debian.org> Sat, 23 Sep 2000 00:30:00 -0700
1494
1495 qt2.2 (2:2.2.0-20000906-6) unstable; urgency=low
1496
1497 * More cleanup of build process to better handle mergetr and msg2qm
1498 * Should fix problem with mesa linking (Closes: #71829)
1499 * Applying m17n patches (Closes: #71820)
1500
1501 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 18 Sep 2000 17:30:00 -0700
1502
1503 qt2.2 (2:2.2.0-20000906-5) unstable; urgency=low
1504
1505 * Fixing problem with missing mergetr and msg2qm
1506
1507 -- Ivan E. Moore II <rkrusty@debian.org> Tue, 12 Sep 2000 09:00:00 -0700
1508
1509 qt2.2 (2:2.2.0-20000906-4) unstable; urgency=low
1510
1511 * Building against utahglx instead of mesa to get around hardcoded Mesa
1512 items
1513
1514 -- Ivan E. Moore II <rkrusty@debian.org> Sun, 10 Sep 2000 19:00:00 -0700
1515
1516 qt2.2 (2:2.2.0-20000906-3) unstable; urgency=low
1517
1518 * Fixing src -> sub-src problem in rules file (should help alpha build)
1519
1520 -- Ivan E. Moore II <rkrusty@debian.org> Sat, 09 Sep 2000 15:15:00 -0700
1521
1522 qt2.2 (2:2.2.0-20000906-2) unstable; urgency=low
1523
1524 * Removing designer build pieces
1525
1526 -- Ivan E. Moore II <rkrusty@debian.org> Fri, 08 Sep 2000 00:15:00 -0700
1527
1528 qt2.2 (2:2.2.0-20000906-1) unstable; urgency=low
1529
1530 * Working out build issues
1531
1532 -- Ivan E. Moore II <rkrusty@debian.org> Thu, 07 Sep 2000 15:00:00 -0700
1533
1534 qt2.2 (2:2.2.0-20000906-0) unstable; urgency=low
1535
1536 * New upstream stable release
1537 * Includes designer and is under a dual license. QPL and GPL
1538
1539 -- Ivan E. Moore II <rkrusty@debian.org> Wed, 06 Sep 2000 07:45:00 -0700
1540
1541 qt2.2-copy (2:2.2.0-20000821-0.3) unstable; urgency=low
1542
1543 * Building other tools (mergetr, msg2qm, qconfig)
1544 * removing replace/conflict with libqt2.1
1545
1546 -- Ivan E. Moore II <rkrusty@debian.org> Tue, 05 Sep 2000 18:00:00 -0700
1547
1548 qt2.2-copy (2:2.2.0-20000821-0.2) unstable; urgency=low
1549
1550 * Fixing library issues when building designer
1551
1552 -- Ivan E. Moore II <rkrusty@debian.org> Fri, 01 Sep 2000 17:00:00 -0700
1553
1554 qt2.2-copy (2:2.2.0-20000821-0.1) unstable; urgency=low
1555
1556 * Updating version number to be higher than Debian one
1557
1558 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 28 Aug 2000 06:00:00 -0700
1559
1560 qt2.2-copy (2:2.2.0-20000821-0) unstable; urgency=low
1561
1562 * New upstream CVS version
1563 * Providing designer
1564
1565 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 21 Aug 2000 18:00:00 -0700
1566
1567 qt2.2-copy (2:2.2.0-1.copy.1) unstable; urgency=low
1568
1569 * New upstream beta version
1570
1571 -- Ivan E. Moore II <rkrusty@debian.org> Sun, 20 Aug 2000 00:30:00 -0700
1572
1573 qt2.2-beta1 (2:2.2.0-0.beta1.0) unstable; urgency=low
1574
1575 * New upstream beta version
1576
1577 -- Ivan E. Moore II <rkrusty@debian.org> Thu, 10 Aug 2000 02:30:00 -0700
1578
1579 qt2.1 (2:2.1.0-1.1) unstable; urgency=low
1580
1581 * Upping the epoch number since the upstream version changes made 2.1.0
1582 full release lower than the 2.1.0beta
1583
1584 -- Ivan E. Moore II <rkrusty@debian.org> Thu, 18 May 2000 08:30:00 -0700
1585
1586 qt2.1 (2.1.0-1.1) unstable; urgency=low
1587
1588 * Fixing qt_windows/mac.h include errors
1589 * Adding in build depends
1590
1591 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 15 May 2000 02:30:00 -0700
1592
1593 qt2.1 (2.1.0-1) unstable; urgency=low
1594
1595 * Applying patches for international support issues provided by
1596 Oliver Bolzer
1597
1598 -- Ivan E. Moore II <rkrusty@debian.org> Tue, 25 Apr 2000 17:45:00 -0700
1599
1600 qt2.1 (2.1.0-0) unstable; urgency=low
1601
1602 * New upstream version
1603
1604 -- Ivan E. Moore II <rkrusty@debian.org> Wed, 19 Apr 2000 05:30:00 -0700
1605
1606 qt2.1beta3 (2.1.0beta3-0) unstable; urgency=low
1607
1608 * New upstream beta version
1609
1610 -- Ivan E. Moore II <rkrusty@debian.org> Wed, 22 Mar 2000 18:00:00 -0700
1611
1612 qt2.1beta2 (2.1.0beta2-1.1) unstable; urgency=low
1613
1614 * Applying qsortedlist.h patch
1615
1616 -- Ivan E. Moore II <rkrusty@debian.org> Tue, 07 Mar 2000 10:30:00 -0700
1617
1618 qt2.1beta2 (2.1.0beta2-1) unstable; urgency=low
1619
1620 * New upstream beta version
1621 * Fixing prerm script
1622
1623 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 06 Mar 2000 00:30:00 -0700
1624
1625 qt2.1 (2.1.0-0.beta1.0) unstable; urgency=medium
1626
1627 * New upstream beta version
1628 * Taking over maintainership temporarily with permission from Heiko
1629 * Fixing alternatives issue (Closes: #56997)
1630
1631 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 28 Feb 2000 18:00:00 -0700
1632
1633 qt2 (2.0.2-0.7) unstable; urgency=medium
1634
1635 * Taking out old qt1g confliction (Closes: #54414)
1636 * Fixing problem with overwriting moc man pages (Closes: #53067)
1637 * NMU
1638
1639 -- Ivan E. Moore II <rkrusty@debian.org> Sun, 09 Jan 2000 12:15:23 -0700
1640
1641 qt2 (2.0.2-0.6) unstable; urgency=medium
1642
1643 * Compressing man pages (Closes: #51336)
1644 * Fixing self dependencies issue with resident qt libs
1645 * Adding in an alternative for -dev's libqt.so
1646 * NMU
1647
1648 -- Ivan E. Moore II <rkrusty@debian.org> Tue, 30 Nov 1999 23:15:23 -0400
1649
1650 qt2 (2.0.2-0.5) unstable; urgency=medium
1651
1652 * Adding in a conflict for qt1g..sorry.. (Closes #49507, #49347, #48827)
1653 * NMU
1654
1655 -- Ivan E. Moore II <rkrusty@debian.org> Wed, 03 Nov 1999 00:15:23 -0400
1656
1657 qt2 (2.0.2-0.4) unstable; urgency=medium
1658
1659 * Creating an alternative for /usr/include/qt
1660 * NMU
1661
1662 -- Ivan E. Moore II <rkrusty@debian.org> Wed, 03 Nov 1999 00:15:23 -0400
1663
1664 qt2 (2.0.2-0.3) unstable; urgency=medium
1665
1666 * Changing pathing for doc-base (Closes: #47583)
1667 * Setting sections properly in control file
1668 * NMU
1669
1670 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 1 Nov 1999 00:15:23 -0400
1671
1672 qt2 (2.0.2-0.2) unstable; urgency=medium
1673
1674 * Fixing self dependency (Closes: #48254)
1675 * Including msg2qm and mergetr (Closes: #47897)
1676 * Creating an alternative for moc between qt1 and qt2 (Closes: #44844)
1677 * Linking /usr/lib/qt2/include to /usr/include/qt2
1678 * Fixing up post/pre scripts to work with debian policy (doc linking stuff)
1679 * NMU
1680
1681 -- Ivan E. Moore II <rkrusty@debian.org> Mon, 25 Oct 1999 08:15:23 -0400
1682
1683 qt2 (2.0.2-0.1) unstable; urgency=medium
1684
1685 * New upstream version
1686 * Changing package names to meet policy (Closes: 46229)
1687 * NMU
1688
1689 -- Ivan E. Moore II <rkrusty@debian.org> Thu, 07 Oct 1999 08:15:23 -0400
1690
1691 qt2 (2.0.1-0.1) unstable; urgency=medium
1692
1693 * Rebuild with new gcc (2.95) libs
1694 * Changing requirement for -doc from recommends to suggests
1695 * Migrating to /usr/share/doc
1696 * NMU for the above changes
1697
1698 -- Ivan E. Moore II <rkrusty@debian.org> Sun, 12 Sep 1999 14:15:23 -0400
1699
1700 qt2 (2.0.1-0) unstable; urgency=medium
1701
1702 * bug fix release (new upstream)
1703
1704 -- Heiko Schlittermann <heiko@lotte.sax.de> Tue, 20 Jul 1999 09:15:23 +0200
1705
1706 qt2 (2.00-0) unstable; urgency=medium
1707
1708 * final release
1709
1710 -- Heiko Schlittermann <heiko@lotte.sax.de> Mon, 28 Jun 1999 18:08:19 +0200
1711
1712 qt2beta (2.00beta3-19990619-1) unstable; urgency=low
1713
1714 * new upstream
1715 * included below mentioned changes from J.M. Dassen
1716 * included extensions: imageio, opengl, xt
1717
1718 -- Heiko Schlittermann <heiko@lotte.sax.de> Sat, 19 Jun 1999 13:14:36 +0200
1719
1720 qt2beta (2.0-19990516-2.1) unstable; urgency=low
1721
1722 * UNRELEASED.
1723 * Bumped Standards-Version.
1724 * [debian/control] Updated descriptions.
1725 * [debian/rules] Strengthened 'clean' to produce better diffs.
1726 * [src/Makefile.in] Disabled building of the libraries in "3rdparty" and
1727 make use of the Debian libpng and libz packages instead.
1728 * [debian/TODO] New.
1729 * [debian/shlibs-dbg] Updated.
1730 * Added doc-base support.
1731 * Fixed a number of lintian complaints:
1732 * [debian/control] Section "x11", not "main/x11".
1733 * [debian/rules] Install changelogs.
1734 * [debian/rules] Correct permission of documentation files.
1735 * [debian/rules] Don't install LICENSE.QPL; it's in the copyright file
1736 already.
1737 * [debian/copyright.in] License is in LICENSE.QPL in the source
1738 distribution.
1739
1740 -- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> Fri, 21 May 1999 18:59:25 +0200
1741
1742 qt2beta (2.0-19990516-2) unstable; urgency=low
1743
1744 * skipping the man page steps entirely, since
1745 the source doesn't seem to contain manpages, does it?
1746 * built on a potato system
1747 Thanks to: "Ivan E. Moore II" <rkrusty@tdyc.com>
1748
1749 -- Heiko Schlittermann <heiko@lotte.sax.de> Mon, 17 May 1999 13:01:18 -0700
1750
1751 qt2beta (2.0-19990516-1) unstable; urgency=low
1752
1753 * new checkout.
1754 * gif enabled
1755
1756 -- Heiko Schlittermann <heiko@lotte.sax.de> Mon, 10 May 1999 15:57:05 +0200
1757
1758 qt2beta (2.0-19990406-1) unstable; urgency=low
1759
1760 * new checkout.
1761
1762 -- Heiko Schlittermann <heiko@lotte.sax.de> Tue, 6 Apr 1999 09:07:14 +0200
1763
1764 qt2beta (2.0-19990316-1) unstable; urgency=low
1765
1766 * new checkout.
1767
1768 -- Heiko Schlittermann <heiko@lotte.sax.de> Tue, 16 Mar 1999 23:35:59 +0100
1769
1770 qt2beta (2.0-19990308-1) unstable; urgency=low
1771
1772 * new checkout.
1773
1774 -- Heiko Schlittermann <heiko@lotte.sax.de> Tue, 9 Mar 1999 00:03:32 +0100
1775
1776 qt2beta (2.0-19990302-1) unstable; urgency=low
1777
1778 * new upstream beta ... (for coolo@kde.org)
1779
1780 -- Heiko Schlittermann <heiko@lotte.sax.de> Tue, 2 Mar 1999 16:08:30 +0100
1781
1782 qt1-snapshot (1.39.19980414-2) unstable; urgency=low
1783
1784 * insert the correct place (/usr/lib/qt1-snapshot/bin/moc)
1785 of moc into the example Makefiles.
1786
1787 -- Heiko Schlittermann <heiko@lotte.sax.de> Thu, 16 Apr 1998 17:45:00 +0200
1788
1789 qt1-snapshot (1.39.19980414-1) unstable; urgency=low
1790
1791 * new upstream
1792 * can now coexist with qt1
1793 * for further information read /usr/doc/qt1-snapshot/README.Debian
1794
1795 -- Heiko Schlittermann <heiko@lotte.sax.de> Wed, 15 Apr 1998 22:41:36 +0200
1796
1797 qt1 (1.39.19980406-2) unstable; urgency=low
1798
1799 * added the /usr/lib/qt dir w/ two symlinks
1800 -> /usr/include and ->/usr/X11R6/lib
1801 to make the QTDIR approach work (now
1802 you can set QTDIR=/usr/lib/qt)
1803
1804 -- Heiko Schlittermann <heiko@lotte.sax.de> Wed, 8 Apr 1998 11:18:16 +0200
1805
1806 qt1 (1.39.19980406-1) unstable; urgency=low
1807
1808 * new upstream, used to compile qtscape
1809
1810 -- Heiko Schlittermann <heiko@lotte.sax.de> Tue, 7 Apr 1998 11:22:02 +0200
1811
1812 qt1 (1.33-5) frozen; urgency=low
1813
1814 * correct include and lib dir for the mesa stuff
1815
1816 -- Heiko Schlittermann <heiko@lotte.sax.de> Mon, 6 Apr 1998 11:13:40 +0200
1817
1818 qt1 (1.33-4) frozen; urgency=low
1819
1820 * next try to upload it. Build with mesa2g-dev
1821 instead of the libc5 mesa libs.
1822 * /usr/doc/example/qt-doc removed (#16921)
1823
1824 -- Heiko Schlittermann <heiko@lotte.sax.de> Sun, 5 Apr 1998 13:58:13 +0200
1825
1826 qt1 (1.33-3) frozen; urgency=low
1827
1828 * shlibs files now mention the current verion of libqt
1829 * include libqgl (#16942, #14410)
1830 * include tutorial in qt-doc
1831
1832 -- Heiko Schlittermann <heiko@lotte.sax.de> Fri, 27 Mar 1998 13:07:30 +0100
1833
1834 qt1 (1.33-2) frozen; urgency=medium
1835
1836 * dependency on xlib6 removed (#15905)
1837 * include all .html files (#11567)
1838 * hopefully lintian proof
1839 * used the debhelper tools
1840
1841 -- Heiko Schlittermann <heiko@lotte.sax.de> Tue, 24 Mar 1998 23:30:38 +0100
1842
1843 qt1 (1.33-1) unstable; urgency=medium
1844
1845 * new upstream
1846
1847 -- Heiko Schlittermann <heiko@lotte.sax.de> Mon, 23 Mar 1998 20:06:31 +0100
1848
1849 qt1 (1.31-1.3) unstable; urgency=low
1850
1851 * -1.1 is not processed. maybe a new upload will work ?
1852 * non-maintainer release by Andreas Jellinghaus <aj@debian.org>.
1853
1854 -- Andreas Jellinghaus <aj@debian.org> Tue, 14 Oct 1997 10:47:14 +0200
1855
1856 qt1 (1.31-1.1) unstable; urgency=low
1857
1858 * libc6 version.
1859 * non-maintainer release by Andreas Jellinghaus <aj@debian.org>.
1860
1861 -- Andreas Jellinghaus <aj@debian.org> Tue, 14 Oct 1997 10:47:14 +0200
1862
1863 qt1 (1.31-1) unstable; urgency=medium
1864
1865 * new upstream release
1866
1867 -- Heiko Schlittermann <heiko@lotte.sax.de> Mon, 13 Oct 1997 08:55:58 +0200
1868
1869 qt1 (1.30-1) unstable; urgency=medium
1870
1871 * new upstream release
1872 * changes: examples/tetris/Makefile clean target changed to
1873 remove the *.moc file too
1874 * src/moc/Makefile touches y.tab.h after cleanup since the
1875 original source from troll tech contains it too (but
1876 is useless)
1877
1878 -- Heiko Schlittermann <heiko@lotte.sax.de> Tue, 30 Sep 1997 22:58:40 +0200
1879
1880 qt1 (1.2.1-1) stable unstable non-free; urgency=medium
1881
1882 * new upstream release (Bugfix only!)
1883
1884 -- Heiko Sclittermann <heiko@lotte.sax.de> Tue, 12 Aug 1997 21:26:13 +0200
1885
1886 qt1 (1.2-5) frozen non-free; urgency=low
1887
1888 * set the new moc location in the examples and
1889 tutorial makefiles.
1890
1891 -- Heiko Schlittermann <heiko@lotte.sax.de> Tue, 29 Apr 1997 12:09:03 +0200
1892
1893 qt1 (1.2-4) frozen non-free; urgency=low
1894
1895 * shlibs file lists version 1.2, since applications compiled
1896 agains 1.2 doesn't work with < 1.2
1897
1898 -- Heiko Schlittermann <heiko@lotte.sax.de> Fri, 25 Apr 1997 20:04:04 +0200
1899
1900 qt1 (1.2-3) non-free; urgency=low
1901
1902 * doc no longer depends on the library/binary package,
1903 it only suggests it
1904
1905 -- Heiko Schlittermann <heiko@lotte.sax.de> Mon, 21 Apr 1997 16:23:49 +0200
1906
1907 qt1 (1.2-2) non-free; urgency=low
1908
1909 * moc goes to /usr/bin instead of /usr/X11R6/bin
1910
1911 -- Heiko Schlittermann <heiko@lotte.sax.de> Thu, 17 Apr 1997 11:49:24 +0200
1912
1913 qt1 (1.2-1) non-free; urgency=medium
1914
1915 * new upstream version
1916 * bug8432 fixed: dependency on xlib6
1917 * New include dir is /usr/X11R6/include/qt (according to Xm, XmCxx, ...)
1918 * bug8449 fixed: (suggestion) symlink
1919 /usr/include/qt -> /usr/X11R6/include/qt (shouldn't do
1920 to much harm)
1921 * bug8507/8184 fixed: symlink in example dir
1922
1923 -- Heiko Schlittermann <heiko@lotte.sax.de> Fri, 11 Apr 1997 12:46:12 +0200
1924
1925 qt1 (1.1-2) non-free; urgency=low
1926
1927 * optional instead of extra ....
1928 * correctly replace old qt0-doc and old qt0-dev with
1929 qt-doc resp. qt-dev
1930
1931 -- Heiko Schlittermann <heiko@lotte.sax.de> Fri, 28 Feb 1997 17:08:02 +0100
1932
1933 qt1 (1.1-0) non-free; urgency=medium
1934
1935 * new upstream release out for about 3 months
1936
1937 -- Heiko Schlittermann <heiko@lotte.sax.de> Wed, 12 Feb 1997 09:18:40 +0100
1938
1939 qt1 (1.0-3) contrib; urgency=low
1940
1941 * should appear in non-free now
1942
1943 -- Heiko Schlittermann <heiko@lotte.sax.de> Wed, 11 Dec 1996 19:02:08 +0100
1944
1945 qt1 (1.0-2) frozen unstable; urgency=low
1946
1947 * nothing new unless distribution code and debian version
1948 number -- I hope this will finally place all *deb files
1949 in place on master.
1950
1951 -- Heiko Schlittermann <heiko@lotte.sax.de> Thu, 5 Dec 1996 09:40:14 +0100
1952
1953 qt1 (1.0-1) unstable; urgency=low
1954
1955 * new upstream version
1956 * dev and doc package are now installed as qt-dev and qt-doc,
1957 since only one qt-dev/qt-doc may exist at any time (but
1958 qt may exist as qt0 and qt1)
1959
1960 -- Heiko Schlittermann <heiko@lotte.sax.de> Fri, 18 Oct 1996 13:32:24 +0200
1961
1962 qt0 (0.99-1) unstable; urgency=low
1963
1964 * new upstream version
1965
1966 -- Heiko Schlittermann <heiko@lotte.sax.de> Mon, 9 Sep 1996 13:22:03 +0200
1967
1968 qt0 (0.98-1) unstable; urgency=low
1969
1970 * initial release
1971
1972 -- Heiko Schlittermann <heiko@lotte.sax.de> Sun, 8 Sep 1996 13:40:31 +0200

  ViewVC Help
Powered by ViewVC 1.1.5