/[pkg-kde]/people/chrsmrtn/qt-x11-free/debian/changelog
ViewVC logotype

Contents of /people/chrsmrtn/qt-x11-free/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.5