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

Contents of /trunk/packages/qt-x11-free/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.5