/[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 1352 - (show annotations) (download)
Fri Jul 22 23:05:20 2005 UTC (7 years, 10 months ago) by adeodato
Original Path: trunk/packages/qt-x11-free/debian/changelog
File size: 70655 byte(s)
Fix buildkey when compiled with gcc4. From debian/changelog:
    + debian/patches/31_gcc4_buildkey.dpatch:
      - new patch picked from the Fedora Qt packages to ensure a stable
        buildkey accross compiler upgrades now that GCC 4 is the default.
        Kudos to Christopher Martin for finding about the existence of this
        patch.

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

  ViewVC Help
Powered by ViewVC 1.1.5