Log of /tags/packages/qt-x11-free/qt-x11-free-3.3.4-5
Directory Listing
Revision
1359 -
Directory Listing
Modified
Sun Jul 24 10:35:23 2005 UTC
(7 years, 9 months ago)
by
adeodato
Original Path:
trunk/packages/qt-x11-free
- remove libxi-dev from build-depends for now.
- note in the changelog the addition of libxi-dev to the dependencies of
libqt3-dev and libqt3-mt-dev.
Revision
1352 -
Directory Listing
Modified
Fri Jul 22 23:05:20 2005 UTC
(7 years, 9 months ago)
by
adeodato
Original Path:
trunk/packages/qt-x11-free
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.
Revision
1349 -
Directory Listing
Modified
Thu Jul 21 22:40:50 2005 UTC
(7 years, 9 months ago)
by
chrsmrtn-guest
Original Path:
trunk/packages/qt-x11-free
Add new libxi-dev to the build-depends, dev package depends.
Since this is needed for other KDE packages, having this pulled in is handy.
In Qt, required for (at the very least) tablet support.
Revision
1347 -
Directory Listing
Modified
Thu Jul 21 22:23:14 2005 UTC
(7 years, 9 months ago)
by
chrsmrtn-guest
Original Path:
trunk/packages/qt-x11-free
Merge some really, really minor changes from my experimental Qt.
Re-order some build-deps/dev-package-deps (for neatness), and
re-word a package description to avoid triggering a linda warning.
Revision
1337 -
Directory Listing
Modified
Wed Jul 20 00:08:33 2005 UTC
(7 years, 10 months ago)
by
adeodato
Original Path:
trunk/packages/qt-x11-free
Disable InterBase support because it hasn't done the C++ ABI transition
yet (and can't because the package FTBFS with g++ 4.0).
Revision
1326 -
Directory Listing
Modified
Tue Jul 19 01:07:11 2005 UTC
(7 years, 10 months ago)
by
adeodato
Original Path:
trunk/packages/qt-x11-free
There we go, whee.
* Transition to the new C++ ABI. Rename all the library packages as
necessary: every libqt3c102-* goes back to libqt3-* now. Changes based in
the patch provided by Matthias Klose in Ubuntu Bug 10723.
+ debian/control:
- renamed library packages.
- add conflicts and replaces against the libqt3c102-* packages, or
change the existing libqt3-* ones.
- change the existing recommends and suggests on libqt3c102-* to
libqt3-*.
- adjusted descriptions where appropriate.
+ debian/rules:
- s/c102// in various places.
+ debian/*.install, debian/*.links:
- renamed as appropriate.
Revision
1324 -
Directory Listing
Modified
Mon Jul 18 08:51:01 2005 UTC
(7 years, 10 months ago)
by
adeodato
Original Path:
trunk/packages/qt-x11-free
Included from Christopher's changes:
* Include createcw source for qt3-designer. (Closes: #305919)
Revision
1321 -
Directory Listing
Modified
Mon Jul 18 08:02:48 2005 UTC
(7 years, 10 months ago)
by
adeodato
Original Path:
trunk/packages/qt-x11-free
Included from Christopher's changes, with a small adition to the
changelog entry:
* Add missing qvfbhdr.h. (Closes: #182366, the qinterlacestyle.h
mentioned in this bug report was already included in recent versions.)
Revision
1299 -
Directory Listing
Modified
Wed Jul 13 22:18:21 2005 UTC
(7 years, 10 months ago)
by
adeodato
Original Path:
trunk/packages/qt-x11-free
* Overhaul arch detection in debian/rules:
- use DEB_HOST_ARCH instead of DEB_BUILD_GNU_CPU to detect arm.
Revision
1291 -
Directory Listing
Modified
Wed Jul 13 14:26:23 2005 UTC
(7 years, 10 months ago)
by
adeodato
Original Path:
trunk/packages/qt-x11-free
Resort the configure options, and add some of them. Configure output
remains constant. Double checked.
Revision
1290 -
Directory Listing
Modified
Wed Jul 13 14:07:56 2005 UTC
(7 years, 10 months ago)
by
adeodato
Original Path:
trunk/packages/qt-x11-free
OK, I really needed this:
- debian/rules: put each option in CONFIGURE_OPTS in its own line.
The set of options remains the same and in the same order; in the next
commit I'll sort them a bit, and add some so that every possible option
is specified (i.e., we say -no-tablet even if that's the default).
Please let me know if you disagree with this for some reason.
Revision
1289 -
Directory Listing
Modified
Wed Jul 13 13:58:41 2005 UTC
(7 years, 10 months ago)
by
adeodato
Original Path:
trunk/packages/qt-x11-free
Finish the x.org transition. Some notes:
- libxkbfile-dev is not needed in the dependencies of the *-dev
packages since other -dev libs depend on it; it's put on the
build-depends only because "you must build-depend on everything you
use".
- libxrandr-dev was already in the build-depends.
- libxi-dev is only needed for tablet support, so better add it when
we enable it and note it in the appropriate changelog hunk.
Revision
1287 -
Directory Listing
Modified
Wed Jul 13 01:26:11 2005 UTC
(7 years, 10 months ago)
by
adeodato
Original Path:
trunk/packages/qt-x11-free
* Transition to the new X.org packages:
+ debian/control:
- build-depend in libglu1-xorg-dev instead of xlibmesa-glu-dev; make the
same change in the dependencies of libqt3-dev and libqt3-mt-dev.
Revision
1285 -
Directory Listing
Modified
Tue Jul 12 23:57:12 2005 UTC
(7 years, 10 months ago)
by
adeodato
Original Path:
trunk/packages/qt-x11-free
* 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.
Revision
1277 -
Directory Listing
Modified
Tue Jul 12 20:46:53 2005 UTC
(7 years, 10 months ago)
by
adeodato
Original Path:
trunk/packages/qt-x11-free
Included from Christopher's changes:
* Add sundry fixes from KDE's qt-copy. (Closes: #303065)
Revision
1274 -
Directory Listing
Modified
Tue Jul 12 20:29:37 2005 UTC
(7 years, 10 months ago)
by
adeodato
Original Path:
trunk/packages/qt-x11-free
Included from Christopher's changes:
* Many minor changes to improve lintian compliance.
Revision
1273 -
Directory Listing
Modified
Tue Jul 12 20:22:20 2005 UTC
(7 years, 10 months ago)
by
adeodato
Original Path:
trunk/packages/qt-x11-free
Included from Christopher's changes:
* Add linguist manpage. Thanks to Jeremy Laine. (Closes: #268882)
Revision
1272 -
Directory Listing
Modified
Tue Jul 12 20:18:00 2005 UTC
(7 years, 10 months ago)
by
adeodato
Original Path:
trunk/packages/qt-x11-free
Included from Christopher's changes:
* Don't duplicate the information in the qvfb manpage. (Closes: #282217)
Revision
1271 -
Directory Listing
Modified
Tue Jul 12 20:15:37 2005 UTC
(7 years, 10 months ago)
by
adeodato
Original Path:
trunk/packages/qt-x11-free
Included from Christopher's changes:
* Fix qt3-designer's appearance in the KDE menu. (Closes: #290402)
Revision
1270 -
Directory Listing
Modified
Tue Jul 12 20:10:45 2005 UTC
(7 years, 10 months ago)
by
adeodato
Original Path:
trunk/packages/qt-x11-free
* Don't modify debian/control at build time, since doing it in the clean
target it's a release critical bug now:
+ debian/rules: don't invoke type-handling to generate debian/control.
+ debian/control.in: removed.
+ debian/control:
- adjust the list of *-i386 ports to list only the non-dead ones.
- don't build depend on type-handling.
(This stanza can go if we don't ship firebird support.)