From 02dc85a95b228b7242b0d11ea35619faad96db03 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 10 Sep 2012 16:16:32 -0500 Subject: Split precise from maverick --- .../precise/dependencies/qt3/debian/README.Debian | 277 ++ ubuntu/precise/dependencies/qt3/debian/changelog | 2664 ++++++++++++++++++++ ubuntu/precise/dependencies/qt3/debian/compat | 1 + ubuntu/precise/dependencies/qt3/debian/control | 322 +++ ubuntu/precise/dependencies/qt3/debian/copyright | 145 ++ .../qt3/debian/libqt3-compat-headers.install | 54 + .../dependencies/qt3/debian/libqt3-headers.install | 271 ++ .../dependencies/qt3/debian/libqt3-i18n.install | 8 + .../dependencies/qt3/debian/libqt3-mt-dev.docs | 4 + .../dependencies/qt3/debian/libqt3-mt-dev.install | 9 + .../dependencies/qt3/debian/libqt3-mt-dev.links | 7 + .../qt3/debian/libqt3-mt-ibase.install | 1 + .../qt3/debian/libqt3-mt-mysql.install | 1 + .../dependencies/qt3/debian/libqt3-mt-odbc.install | 1 + .../dependencies/qt3/debian/libqt3-mt-psql.install | 1 + .../qt3/debian/libqt3-mt-sqlite.install | 1 + .../precise/dependencies/qt3/debian/libqt3-mt.docs | 4 + .../dependencies/qt3/debian/libqt3-mt.install | 6 + .../dependencies/qt3/debian/libqt3-mt.links | 5 + .../dependencies/qt3/debian/libqt3-mt.postrm | 9 + .../qt3/debian/maintain/assistant-qt3.desktop | 12 + .../qt3/debian/maintain/build-examples.sh | 36 + .../qt3/debian/maintain/designer-qt3.desktop | 77 + .../qt3/debian/maintain/linguist-qt3.desktop | 25 + .../dependencies/qt3/debian/maintain/mkpatch.sh | 3 + .../qt3/debian/maintain/qt3config.desktop | 12 + .../qt3/debian/patches/06_disable_rpath.diff | 26 + .../qt3/debian/patches/09_amd64_lib64.diff | 16 + ...2_dont_trust_uname-m_use_dpkg-arch_instead.diff | 50 + .../patches/kubuntu_06_fglrx_0_size_screen.diff | 32 + .../precise/dependencies/qt3/debian/patches/series | 4 + .../dependencies/qt3/debian/qt3-apps-dev.install | 7 + .../dependencies/qt3/debian/qt3-apps-dev.links | 8 + .../dependencies/qt3/debian/qt3-assistant.install | 3 + .../dependencies/qt3/debian/qt3-assistant.links | 1 + .../dependencies/qt3/debian/qt3-assistant.menu | 6 + .../dependencies/qt3/debian/qt3-assistant.postinst | 8 + .../dependencies/qt3/debian/qt3-assistant.prerm | 12 + .../dependencies/qt3/debian/qt3-designer.install | 8 + .../dependencies/qt3/debian/qt3-designer.links | 1 + .../dependencies/qt3/debian/qt3-designer.menu | 7 + .../dependencies/qt3/debian/qt3-designer.postinst | 10 + .../dependencies/qt3/debian/qt3-designer.prerm | 12 + .../qt3/debian/qt3-dev-tools-compat.install | 6 + .../qt3/debian/qt3-dev-tools-embedded.install | 2 + .../qt3/debian/qt3-dev-tools-embedded.links | 2 + .../dependencies/qt3/debian/qt3-dev-tools.install | 9 + .../dependencies/qt3/debian/qt3-dev-tools.links | 7 + .../dependencies/qt3/debian/qt3-dev-tools.postinst | 28 + .../dependencies/qt3/debian/qt3-dev-tools.prerm | 16 + .../dependencies/qt3/debian/qt3-doc.doc-base | 11 + .../precise/dependencies/qt3/debian/qt3-doc.docs | 2 + .../precise/dependencies/qt3/debian/qt3-doc.links | 2 + .../dependencies/qt3/debian/qt3-linguist.install | 4 + .../dependencies/qt3/debian/qt3-linguist.links | 1 + .../dependencies/qt3/debian/qt3-linguist.menu | 6 + .../dependencies/qt3/debian/qt3-linguist.postinst | 10 + .../dependencies/qt3/debian/qt3-linguist.prerm | 12 + .../dependencies/qt3/debian/qt3-qtconfig.install | 1 + .../dependencies/qt3/debian/qt3-qtconfig.links | 1 + .../dependencies/qt3/debian/qt3-qtconfig.menu | 8 + .../dependencies/qt3/debian/qt3-qtconfig.postinst | 10 + .../dependencies/qt3/debian/qt3-qtconfig.prerm | 12 + .../dependencies/qt3/debian/qt_plugins_3.3rc | 4 + ubuntu/precise/dependencies/qt3/debian/qtrc | 32 + ubuntu/precise/dependencies/qt3/debian/rules | 474 ++++ .../precise/dependencies/qt3/debian/source/format | 1 + .../precise/dependencies/qt3/debian/source/options | 6 + 68 files changed, 4834 insertions(+) create mode 100644 ubuntu/precise/dependencies/qt3/debian/README.Debian create mode 100644 ubuntu/precise/dependencies/qt3/debian/changelog create mode 100644 ubuntu/precise/dependencies/qt3/debian/compat create mode 100644 ubuntu/precise/dependencies/qt3/debian/control create mode 100644 ubuntu/precise/dependencies/qt3/debian/copyright create mode 100644 ubuntu/precise/dependencies/qt3/debian/libqt3-compat-headers.install create mode 100644 ubuntu/precise/dependencies/qt3/debian/libqt3-headers.install create mode 100644 ubuntu/precise/dependencies/qt3/debian/libqt3-i18n.install create mode 100644 ubuntu/precise/dependencies/qt3/debian/libqt3-mt-dev.docs create mode 100644 ubuntu/precise/dependencies/qt3/debian/libqt3-mt-dev.install create mode 100644 ubuntu/precise/dependencies/qt3/debian/libqt3-mt-dev.links create mode 100644 ubuntu/precise/dependencies/qt3/debian/libqt3-mt-ibase.install create mode 100644 ubuntu/precise/dependencies/qt3/debian/libqt3-mt-mysql.install create mode 100644 ubuntu/precise/dependencies/qt3/debian/libqt3-mt-odbc.install create mode 100644 ubuntu/precise/dependencies/qt3/debian/libqt3-mt-psql.install create mode 100644 ubuntu/precise/dependencies/qt3/debian/libqt3-mt-sqlite.install create mode 100644 ubuntu/precise/dependencies/qt3/debian/libqt3-mt.docs create mode 100644 ubuntu/precise/dependencies/qt3/debian/libqt3-mt.install create mode 100644 ubuntu/precise/dependencies/qt3/debian/libqt3-mt.links create mode 100644 ubuntu/precise/dependencies/qt3/debian/libqt3-mt.postrm create mode 100644 ubuntu/precise/dependencies/qt3/debian/maintain/assistant-qt3.desktop create mode 100644 ubuntu/precise/dependencies/qt3/debian/maintain/build-examples.sh create mode 100644 ubuntu/precise/dependencies/qt3/debian/maintain/designer-qt3.desktop create mode 100644 ubuntu/precise/dependencies/qt3/debian/maintain/linguist-qt3.desktop create mode 100644 ubuntu/precise/dependencies/qt3/debian/maintain/mkpatch.sh create mode 100644 ubuntu/precise/dependencies/qt3/debian/maintain/qt3config.desktop create mode 100644 ubuntu/precise/dependencies/qt3/debian/patches/06_disable_rpath.diff create mode 100644 ubuntu/precise/dependencies/qt3/debian/patches/09_amd64_lib64.diff create mode 100644 ubuntu/precise/dependencies/qt3/debian/patches/72_dont_trust_uname-m_use_dpkg-arch_instead.diff create mode 100644 ubuntu/precise/dependencies/qt3/debian/patches/kubuntu_06_fglrx_0_size_screen.diff create mode 100644 ubuntu/precise/dependencies/qt3/debian/patches/series create mode 100644 ubuntu/precise/dependencies/qt3/debian/qt3-apps-dev.install create mode 100644 ubuntu/precise/dependencies/qt3/debian/qt3-apps-dev.links create mode 100644 ubuntu/precise/dependencies/qt3/debian/qt3-assistant.install create mode 100644 ubuntu/precise/dependencies/qt3/debian/qt3-assistant.links create mode 100644 ubuntu/precise/dependencies/qt3/debian/qt3-assistant.menu create mode 100644 ubuntu/precise/dependencies/qt3/debian/qt3-assistant.postinst create mode 100644 ubuntu/precise/dependencies/qt3/debian/qt3-assistant.prerm create mode 100644 ubuntu/precise/dependencies/qt3/debian/qt3-designer.install create mode 100644 ubuntu/precise/dependencies/qt3/debian/qt3-designer.links create mode 100644 ubuntu/precise/dependencies/qt3/debian/qt3-designer.menu create mode 100644 ubuntu/precise/dependencies/qt3/debian/qt3-designer.postinst create mode 100644 ubuntu/precise/dependencies/qt3/debian/qt3-designer.prerm create mode 100644 ubuntu/precise/dependencies/qt3/debian/qt3-dev-tools-compat.install create mode 100644 ubuntu/precise/dependencies/qt3/debian/qt3-dev-tools-embedded.install create mode 100644 ubuntu/precise/dependencies/qt3/debian/qt3-dev-tools-embedded.links create mode 100644 ubuntu/precise/dependencies/qt3/debian/qt3-dev-tools.install create mode 100644 ubuntu/precise/dependencies/qt3/debian/qt3-dev-tools.links create mode 100644 ubuntu/precise/dependencies/qt3/debian/qt3-dev-tools.postinst create mode 100644 ubuntu/precise/dependencies/qt3/debian/qt3-dev-tools.prerm create mode 100644 ubuntu/precise/dependencies/qt3/debian/qt3-doc.doc-base create mode 100644 ubuntu/precise/dependencies/qt3/debian/qt3-doc.docs create mode 100644 ubuntu/precise/dependencies/qt3/debian/qt3-doc.links create mode 100644 ubuntu/precise/dependencies/qt3/debian/qt3-linguist.install create mode 100644 ubuntu/precise/dependencies/qt3/debian/qt3-linguist.links create mode 100644 ubuntu/precise/dependencies/qt3/debian/qt3-linguist.menu create mode 100644 ubuntu/precise/dependencies/qt3/debian/qt3-linguist.postinst create mode 100644 ubuntu/precise/dependencies/qt3/debian/qt3-linguist.prerm create mode 100644 ubuntu/precise/dependencies/qt3/debian/qt3-qtconfig.install create mode 100644 ubuntu/precise/dependencies/qt3/debian/qt3-qtconfig.links create mode 100644 ubuntu/precise/dependencies/qt3/debian/qt3-qtconfig.menu create mode 100644 ubuntu/precise/dependencies/qt3/debian/qt3-qtconfig.postinst create mode 100644 ubuntu/precise/dependencies/qt3/debian/qt3-qtconfig.prerm create mode 100644 ubuntu/precise/dependencies/qt3/debian/qt_plugins_3.3rc create mode 100644 ubuntu/precise/dependencies/qt3/debian/qtrc create mode 100755 ubuntu/precise/dependencies/qt3/debian/rules create mode 100644 ubuntu/precise/dependencies/qt3/debian/source/format create mode 100644 ubuntu/precise/dependencies/qt3/debian/source/options (limited to 'ubuntu/precise/dependencies/qt3') diff --git a/ubuntu/precise/dependencies/qt3/debian/README.Debian b/ubuntu/precise/dependencies/qt3/debian/README.Debian new file mode 100644 index 000000000..7cc02d1ec --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/README.Debian @@ -0,0 +1,277 @@ +Qt for Debian README +-------------------- + +1. Preface + +This README is intended to give developers and users exact information +about how the qt-x11-free package provided by TrollTech AS has been packaged +for Debian in case you either want to faciliate it for development +of applications and libraries or plugins using the Qt class library. With +qt-x11-3.1.1, the Debian packages have been massively restructured to get +the most out of theoriginal Qt package and spit the contents up into +several packages so that they make the most sensefor several groups of +users; developers, application users, translators of Qt-based +applications and Debian packagers who are packaging applications developed +with Qt.2. + +2. General Overview + +As Qt is a huge package that contains a complete environment for +developers, it needs to be split up into several packages that make it +easier for everyone else to handle it and not to require +unnecessary disk space for end-users. Additionally, Qt can be configured +in several ways - and therefore also used in several ways. Qt development +usually requires the environment variable QTDIR. As Debian is placing +libraries and header files in a quite specific filesystem order, this +usually breaks setting a single environment variable to meet the +requirements of packages. Therefore, symlinks are used to set up the system +to meet both, the Debian filesystem standard and the QTDIR variable. All of +Qt (so the QTDIR path) is available in /usr/share/qt3. If you need to set +QTDIR, do export QTDIR=/usr/share/qt3 + +As far as the common build configuration goes, we note explicitely that the +Debian package of Qt will in very rare cases break the compilation (most +likely the linking) of applications on Debian which use Qt, in particular +utilizing styles in an incorrect way by deriving from one of the styles +that ship with Qt. In case you are a Debian packager and encounter +problems, contact Debian Qt/KDE Maintainers (debian-qt-kde@lists.debian.org). +We will tell you why things don't work and what you should communicate on +with the programmers of your application that you are packaging. The build +configuration generally is intended to provide a Qt version that is as +small as possible in terms of the memory size it requires. Therefore, +everything inside Qt that can be compiled as plugins has been compiled that +way. This includes: + +- imageformats: jpeg and mng - codecs (for languages like arab, japanese + etc provided with Qt) +- sql drivers for databases (MySQL, ODBC and PostgreSQL) + +The only exception is the imageformat png which has been compiled built-in +due to the fact that there is literally no program that uses no icons at +all and icons are to be used preferrably in png format. The plugins are all +located under /usr/lib/qt3/plugins. This is also the install location you +should choose as a package maintainer for +qt-plugins so the user doesn't have to customize his library path for +loading Qt plugins. The only exception is that KDE delivers a set of Qt +plugins as well (mainly styles and designer plugins); those are placed in +/usr/lib/trinity/plugins. + +QMotif Extension: As this code is only available in commercial environments +(and produces a static library libqmotif.a anyway that those commercial +applications have to be linked against in addition to Qt), we left out all +header files of the libqt3-headers package that are belonging to this +QMotif extension. + +Oracle Database driver, Sybase & Microsoft SQL Server driver: Those drivers +are only available in a commercial version of Qt due to license +incompatibilities with the GPL. If you need to faciliate those drivers, +please visit http://www.trolltech.com and have a read at +http://doc.trolltech.com/3.0/sql-driver.html. + +3. Packages (End-User) + +The Qt built has been split up into several packages that allow for easy +installation for all types of users. The End-user usually only requires to +have the following packages installed to run an application that links +against Qt: + +Threaded version:libqt3-mt (the library libqt-mt.so.* and libqui.so.* for +loading designer-made user interfaces at runtime). + +Optionally depending on the program's requirements: + +libqt3-mt-odbc +libqt3-mt-mysql +libqt3-mt-psql + +In addition to the libraries, it may make sense to install the program +qtconfig to customize the look and behaviorof Qt programs. If you have KDE +installed, the KDE control center will take this task automatically in most +cases. qtconfig is available in the package qt3-qtconfig. + +Also, Qt programs can make use of the online-help tool that ships with Qt, +the Qt Assistant. The Assistant can be installed with the package +qt3-assistant. + +Qt Configuration files +---------------------- +Qt programs most often use QSettings to store their information in configuration +files. With Qt 3.2, the new option --sysconfdir has been introduced that allows +us to use /etc/qt3 as the system-wide location where qt-program specific global +configuration files can go. If you're a programmer that wants to get familiar with +that, please look at the examples, documentation and the code in designer or +assistant as well as qtconfig. + +4. Packages (Package maintainers) + +In addition to the library, a package maintainer will require an additional +set of packages to compile a package that requires Qt. Depending on the +version of the qt library, you will require a different set of packages; +the most common option should be to make your application link against the +multi-threaded version (-mt).Packages necessary for compiling Qt +applications from source: + +libqt3-mt-dev (use libqt3-dev for linking against -lqt, this package only + contains the .so files and the header file for libqui.so) + +libqt3-headers (header files for libqt and libqt-mt) + +qt3-dev-tools (this package contains the tools uic and moc as well as +qmake, required for building Qt applications) + +If, however, you encounter an older program not to compile with this set +read the FAQ at the end of this document. + +5. Packages (Developers) + +In addition to the packages that packagers require, a developer usually +will require the Qt API documentationas well as tools like the assistant, +linguist or designer. However, you should be fine with installing the API +documentation that you can browse with a webbrowser, optionally with the +assistant. They are available in /usr/share/doc/qt3-doc/html. +For a regular development environment, install qt3-designer and qt3-doc. + +For faciliating Qt's extended environment to write plugins for the Qt +Designer or extend the Designer as well as utilizing the Qt Assistant by +calling it from within your program, install qt3-apps-dev, which contains +the static libraries and header files required for this functionality. + +For Embedded Developers, the program qvfb (Qt Virtual Frambuffer) and +makeqpf (embedded fonts tool)have been packaged into +qt3-dev-tools-embedded. For developers that work on migrating their program +from any Qt version prior to Qt 3.x to the Qt 3.x platform you will find +additional tools in the qt3-dev-tools-compat. + +For using the QTranslator class and where to find the qm-file for qt as +well as where to place your translations,see the next section. + +If your program doesn't compile with those settings in case you have +started your project with Qt 1.x or 2.x, please read the FAQ section at the +end of this document. + +5. Packages (Translators) + +In order to translate a Qt program into any other language, the Qt 3 way to +do this is to let the developer create a ts-file containing the strings +that the program exposes on the user interface. The tools to create the +ts-file and to create the final qm (Q-message binary) file, lupdate and +lrelease, are included in qt3-dev-tools.The single translator that only +gets provided the ts file and has to return a translated ts file, it +is absolutely enough to install qt3-linguist; the package qt3-assistant can +be installed to access the online-help for the Qt Linguist itself. +In case you're converting an application using Qt prior to Qt 3, you may +want to uitilize the qt3-dev-tools-compat which include the necessary tools +to convert older qm files to the new ts file standard. + +Locations of message translations: + +Qt ships with a set of translations for the strings used inside Qt. Those +translations will be installed into /usr/share/qt3/translations (qm files +only), which equals $QTDIR/translations respectively +qInstallPath() + QString( "/translations" ). + +The configure option --translationdir has been set to /usr/share/qt3/translations +accordingly since it was introduced in Qt 3.2. + +To correctly enable your program to display the translations to the Qt +library and to load the translation of the program itself, we currently +suggest to either install your translations along with any other data files +into/usr/share//, translation files into the subdirectory +translations (that is /usr/share//translations) The code that your +application should use to load the Qt translation will have to look like +the following: + +int main( int argc, char **argv ) + { + QApplication app( argc, argv ); + + // translation file for Qt + QTranslator qt( 0 ); + qt.load( QString( "qt_" ) + QTextCodec::locale(), qInstallPath() + + QString( "/translations" ); + app.installTranslator( &qt ); + + // translation file for application strings + QTranslator myapp( 0 ); + myapp.load( QString( "myapp_" ) + QTextCodec::locale(), "." ); + // use a substitue for $prefix/share/appname/translations here + app.installTranslator( &myapp ); + +6. Frequently Asked Questions + +Using Qt for Debian as a developer or packager +---------------------------------------------- + +Q: I want to compile a source package that utilizes qmake to build the +Makefiles. What do I need to do to makeit work ? + +A: qmake requires two environment variables to be set, QTDIR and QMAKESPEC. +To make it work, do +export QTDIR=/usr/share/qt3 +export QMAKESPEC=linux-g++ + +Then run qmake -o Makefile .pro + +After that, the Makefile is correctly created to build your application on +Debian. As a packager, export thosetwo variables in the rules file before +calling qmake. + +Q: I have an application that when linking gives me symbol referencing +errors to Q*Style. Why does my applicationnot link correctly ? + +A: The author of the program is using the styles that ship with Qt directly +instead of using the QStylePlugin interface.If you are the author of the +program, change your program to use QStylePlugin. If you are a packager, +write to theauthor of the program that he is assuming that the styles +shipped with Qt are built-in to the library which is not the case on Debian +and that he please should fix this and use QStylePlugin. + +Q: Where are all the examples and tutorials ? And how do I build them ? + +A: Qt ships with examples and tutorials; so does the Linguist and Designer. +The tutorials and examples are compressed tarballs which you can unpack with +tar -zxvf into your home directory. Change into the qt3-examples directory +and run the provided ./build-examples script. All Qt examples and tutorials, +including those for designer and the linguist, will be compiled. You will +notice however, that those examples that inherit from style classes which +are not built-in into Qt but configured as a plugin will not compile due +to the fact that they can't link to the Qt library. + +Q: I'm writing a pure Qt application and I want to ship it with a default +configuration file. Where does that global configuration file go if I make +use of the QSettings class ? + +A: With qt-3.2.0, Trolltech has introduced a configure option to Qt called +--sysconfdir which we intentionally set to /etc/qt3 similar to /etc/trinity for +KDE programs. Install your application's system wide configuration file +to /etc/qt3. + +Q: I'm compiling a program and I have a compile error due to a missing +include. Why isn't that include not present in the Debian packages anymore +? It compiled with older versions of Debian packages of Qt ! + +A: This may be due to two reasons: either the package still uses the old +includes from Qt 1.x or 2.x that got basically renamed by Trolltech due to +the naming convention. The filenames are now all following the scheme + +ClassName -> classname.h. + +Therefore, if you are the developer of the affected program, change your +sources according to this scheme. Qt ships with two tools, qt20fix and +qtrename140, to help developers migrate their API to the Qt 3 version, +which can help you in the transition upgrade to Qt 3. + +If you are affected by this as a packager, notify upstream to fix those +problems and in the meanwhile use libqt3-compat-headers as a build +dependency which includes the compatibility headers that just include the +right files from the new API again. + +Q: I have a question not covered by this FAQ and README file. Who should I +turn to ? + +A: Please turn to Debian Qt/KDE Maintainers (debian-qt-kde@lists.debian.org) +for any questions regarding Qt on Debian. + + -- Ralf Nolden Sun, 26 Jan 2003 20:39:19 +0100 + -- Ralf Nolden Mon, 1 Sep 2003 19:24:16 +0200 + -- Modestas Vainius Fri, 22 Feb 2008 01:40:06 +0200 diff --git a/ubuntu/precise/dependencies/qt3/debian/changelog b/ubuntu/precise/dependencies/qt3/debian/changelog new file mode 100644 index 000000000..018cd497a --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/changelog @@ -0,0 +1,2664 @@ +qt-x11-free (3:3.3.8-d-0ubuntu0) maverick; urgency=low + + * Upload of 3.3.8d (working revision) from GIT + + -- Timothy Pearson Fri, 22 Jul 2011 16:40:00 -0600 + +qt-x11-free (3:3.3.8-c-0ubuntu0) maverick; urgency=low + + * Patch to 3.3.8c + + -- Timothy Pearson Wed, 09 Mar 2011 16:12:00 -0600 + +qt-x11-free (3:3.3.8-b-6ubuntu2) lucid; urgency=low + + * Fix locations in libqt3-mt.install file + + -- Jonathan Riddell Mon, 09 Nov 2009 17:26:38 +0000 + +qt-x11-free (3:3.3.8-b-6ubuntu1) lucid; urgency=low + + * Merge with Debian, remaining changes: + - Add kubuntu_06_fglrx_0_size_screen.dpatch work around fglrx reporting a 0 size screen. + Closes https://bugs.launchpad.net/ubuntu/+source/qt-x11-free/+bug/81686 + - Add kubuntu_09_flickerfree_qiconview.dpatch to add + double-buffering for the icon redraw - prevents flicker on window + redrawing (LP: #209227) + - No firebird/ibase build (remove build-dep, control entry, ibase + ./configure option), firebird is not in Ubuntu main + - Add debian/qt_plugins_3.3rc and debian/qtrc to set default style to plastique, edit libqt3-mt.install to install them + + -- Jonathan Riddell Mon, 09 Nov 2009 14:37:51 +0000 + +qt-x11-free (3:3.3.8b-6) unstable; urgency=low + + +++ Changes by Fathi Boudra: + + * Add firebird2-dev as alternative build-dependency for backports. + (Closes: #475251) + * Replace old libcupsys2-dev names by libcups2-dev in Build-Depends and + Depends. Thanks to Martin-Éric Racine. (Closes: #529965). + * Add missing build-dependency on cpio. (Closes: #536848) + + +++ Changes by Modestas Vainius: + + * Build depend on libmysqlclient-dev only. It is a virtual package in Lenny. + + +++ Changes by Sune Vuorela: + + * Add debian/patches/71_sparc_only_-O1.diff and use linux-g++-sparc: + - Build with -O1 on sparc as something is broken here. (Closes: #490999) + * Fix parallel build. Thanks Robert Millan. (Closes: 475333) + + -- Debian Qt/KDE Maintainers Wed, 26 Aug 2009 12:50:18 +0300 + +qt-x11-free (3:3.3.8-b-5ubuntu3) karmic; urgency=low + + * Build-depend on cpio (LP: #445582). + + -- Colin Watson Wed, 07 Oct 2009 18:00:08 +0100 + +qt-x11-free (3:3.3.8-b-5ubuntu2) karmic; urgency=low + + * Build against mysql 5.1 + + -- Jonathan Riddell Wed, 19 Aug 2009 21:22:20 +0100 + +qt-x11-free (3:3.3.8-b-5ubuntu1) intrepid; urgency=low + + * Merge with Debian, remaining changes: + - Add kubuntu_06_fglrx_0_size_screen.dpatch work around fglrx reporting a 0 size screen. + Closes https://bugs.launchpad.net/ubuntu/+source/qt-x11-free/+bug/81686 + - Add kubuntu_09_flickerfree_qiconview.dpatch to add + double-buffering for the icon redraw - prevents flicker on window + redrawing (LP: #209227) + - No firebird/ibase build (remove build-dep, control entry, ibase + ./configure option), firebird is not in Ubuntu main + - install qtrc and qt_plugins_3.3rc + - add /etc/ to libqt3-mt + + -- Jonathan Riddell Fri, 02 May 2008 11:30:32 +0100 + +qt-x11-free (3:3.3.8b-5) unstable; urgency=medium + + +++ Changes by Modestas Vainius: + + * The previous implemention of the hack was still incomplete solution for + restoration of [fl]?stat64 symbols on libqt-mt.so.3 compiled with -O2 + against glibc << 2.7. In such a case, [fl]?stat64 were still inlined and + not exported. Therefore, the hack implementation was extended to cover the + latter case as a well and as result it should be fully compatible with + m68k/unstable and backports. + * Cleanup README.Debian: remove old information about non-threaded version + of Qt3 and substitude contacts of previous maintainers with + Debian Qt/KDE Maintainers (debian-qt-kde@lists.debian.org). + * Drop 61_fcfontmatch_fontwidth_fix.diff patch. A bit different fix was + applied upstream. + * Add 61_eastern_asian_languagues.diff to fix font substitution for Eastern + Asian languages under other locales (Closes: #468430). + * Set urgency to medium because this revision fixes 3.3.8 regressions from + 3.3.7 and 3.3.8 has already entered testing. + + +++ Changes by Fathi Boudra: + + * Suggest qt3-apps-dev to qt3-examples. Thanks to Matthew Rosewarne. + + -- Debian Qt/KDE Maintainers Mon, 10 Mar 2008 17:10:24 +0200 + +qt-x11-free (3:3.3.8b-4) unstable; urgency=low + + +++ Changes by Modestas Vainius: + + * Make 01_export_stat64_symbols.diff hack glibc >=2.7 dependant instead of + build depending on libc6-dev (>=2.7-1) and its other incarnations. This + will restore Qt3 backports friendliness. Thanks to Pierre Habouzit for + this idea. + + -- Debian Qt/KDE Maintainers Thu, 21 Feb 2008 12:59:07 +0200 + +qt-x11-free (3:3.3.8b-3) unstable; urgency=low + + * The "Optimized Qt3" release. + + ++ Changes by Modestas Vainius: + + * Add 00_qmake_debian_compliant_release_target.diff patch to make 'qmake' + release target debian policy compliant: + - Use C(XX)FLAGS=-02 -g + - Prevent qmake from striping binaries. Debian has dh_strip for that. + - Patch configure script to build qmake itself with 'release' + configuration too. + * Build Qt3 using "release" build configuration. + * Remove 01_stat_extern_inline_hack.diff and use different way of exporting + [fl]?stat64 symbols because previous way is ineffective with -O2. Add + 01_export_stat64_symbols.diff patch for that. + * The hack above depends on libc6-dev (>= 2.7-1). Adjust Build-Depends. + * Add 73_configure_quilt_compat.diff patch to make ./configure script ignore + "project files" under quilt temporary directory (./.pc/). I think that + this problem was the cause of FTBFS on alpha & mips since *.pro files + under .pc had to be `found` last in order for ./configure to succeed. + Probably, this condition was not met on alpha & mips, but it was met on + other arches. + * Add myself to uploaders. + + -- Debian Qt/KDE Maintainers Thu, 21 Feb 2008 01:13:16 +0200 + +qt-x11-free (3:3.3.8b-2) unstable; urgency=medium + + * Re-add *stat64 symbols to Qt3 using 01_stat_extern_inline_hack patch: + + * the extern inlines from sys/stat.h are just gone, and that's just normal + in fact. + * /usr/lib/libc.so is a linker script that pulls /lib/libc-2.7.so _and_ + /usr/lib/libc_nonshared.a. + * the latter defines stat64 and friends as weak-symbols and alises to + __xstat64 and friends. + + That's how when you link something that uses fstat64 it finds the symbol at + link time, letting you the possibility to override it with your own + implementation. + + The fact that the extern inlines were used at some point in the past _was_ + a bug, and let qt3 divert those, which should have not happened in the + first place. Sadly, when you link against qt3, it picks those symbols + because it will always prefer symbols from a shared lib than from the .a + IIRC, or it's due to the link order, anyways, it's not relevant. + + Thanks to Pierre Habouzit and Modestas Vainius. (Closes: #465028) + + -- Fathi Boudra Sat, 16 Feb 2008 16:02:03 +0100 + +qt-x11-free (3:3.3.8b-1) unstable; urgency=low + + * New upstream release: + * This version adds the GNU Public License version 3 as a + possible choice for licenses to the Open Source releases of Qt 3. + * It includes the patch for CVE-2007-3388, a potential vulnerability in + QTextEdit, which might cause remote execution when parsing maliciously + crafted text from an unknown source. + + * Fix desktop files: + * Add semicolon at the end of the MimeType key. Thanks to Pino Toscano. + * Remove deprecated MapNotify key. + * Bump compat/debhelper to 6. + * Add myself in Uploaders field. + * Switch to quilt patch system. + * Add Homepage, Vcs-Browser and Vcs-Svn fields. + * Update copyright file. Add the GNU GPL 3 as a possible choice of licenses. + (Closes: #464613) + * Update libqt3-mt* links. + * Update rules: install upstream changelog changes-3.3.8 and changes-3.3.8b. + * Refresh patches. (Closes: #441580) + * Remove patches: + * 30_qtc_arabic_font_fixes.dpatch + * 49_immodule_inputcontext_fix.dpatch + * 62_bengali_charfix.dpatch + * 64_utf8-parsing-vulnerability.dpatch + * 69_CVE-2007-3388.dpatch + * Add patches: + * lubos lunak xinerama patch. It adds _net_wm_full_placement support. + * xinerama dialog placement fix. + * Use qt-copy patches original name. Don't use "xx_qtc_patch_name" scheme. + * Replace deprecated Source-Version by binary:Version. + * Update menu files to latest Debian menu policy. + * Install translations files with 644 permissions. + + -- Fathi Boudra Fri, 08 Feb 2008 11:01:58 +0100 + +qt-x11-free (3:3.3.8-b-0ubuntu3) hardy; urgency=low + + * Add 61_eastern_asian_languagues.diff from Debian, + closes LP: #94282 + "Qt program doesn't select Chinese font correctly" + + -- Jonathan Riddell Wed, 09 Apr 2008 16:56:29 +0100 + +qt-x11-free (3:3.3.8-b-0ubuntu2) hardy; urgency=low + + * Add debian/patches/kubuntu_09_flickerfree_qiconview.dpatch to add + double-buffering for the icon redraw - prevents flicker on window + redrawing (LP: #209227) + + -- Scott Kitterman Tue, 08 Apr 2008 09:24:36 -0400 + +qt-x11-free (3:3.3.8-b-0ubuntu1) hardy; urgency=low + + * New upstream release with GPL 3 licence + + -- Jonathan Riddell Mon, 21 Jan 2008 10:50:42 +0000 + +qt-x11-free (3:3.3.8really3.3.7-0ubuntu13) hardy; urgency=low + + * Remove kubuntu_05_gcc_hidden_visibility.dpatch, it breaks typing + composite keys. + + -- Jonathan Riddell Fri, 16 Nov 2007 11:40:40 +0000 + +qt-x11-free (3:3.3.8really3.3.7-0ubuntu12) hardy; urgency=low + + * Merge with Debian, remaining changes: + - No firebird/ibase build (remove build-dep, control entry, ibase ./configure option), firebird is not in Ubuntu main + - install qtrc (change rules, qtrc file) and qt_plugins_3.3rc + - add /etc/ to libqt3-mt + - Add kubuntu_04_xinerama.dpatch from http://ktown.kde.org/~seli/xinerama/ + - Add kubuntu_06_fglrx_0_size_screen.dpatch work around fglrx reporting a 0 size screen. + Closes https://bugs.launchpad.net/ubuntu/+source/qt-x11-free/+bug/81686 + - Add kubuntu_07_font_default_subst.dpatch from Dirk Muller, + should fix rendering of CKJ and other characters + * Add kubuntu_05_gcc_hidden_visibility.dpatch from + http://bugs.kde.org/attachment.cgi?id=13069&action=view + on http://bugs.kde.org/109386, I am promised GCC won't break things this time + + -- Jonathan Riddell Thu, 01 Nov 2007 15:59:56 +0000 + +qt-x11-free (3:3.3.7-9) unstable; urgency=low + + * Trust dpkg-architecture better than uname -m for the build key. Make + mappings to not break current binary compability. Add patch 72 for that. + Thanks to Bastian Blank for often changing uname -m on his buildds to + discover this bug. + + -- Sune Vuorela Wed, 26 Sep 2007 21:42:24 +0200 + +qt-x11-free (3:3.3.7-8) unstable; urgency=low + + * Add patch for utf8 parser decoder overflow. CVE-2007-4137 + (Closes: #442780). Thanks to Dirk Mueller for the patch and Stefan Fritsch + for noticing it. + + -- Sune Vuorela Sun, 16 Sep 2007 23:13:32 +0200 + +qt-x11-free (3:3.3.7-7) unstable; urgency=low + + * Updating Qt3 to build against firebird2. Many thanks to Damyan Ivanov for + his work on this! + - Build-Depend on firebird2.0-dev instead of firebird1.5-dev. + - Add powerpc to firebird-supported architectures. + - Add patch 70_bad_typecast_amd64 to fix bad typecast in + src/sql/drivers/ibase/qsql_ibase.cpp causing FTBFS on amd64. + * Update uploaders. + + -- Ana Beatriz Guerrero Lopez Thu, 23 Aug 2007 08:25:07 +0200 + +qt-x11-free (3:3.3.7-6) unstable; urgency=low + + * Patch for potential vulnerability in QTextEdit, which might cause remote + execution when parsing maliciously crafted text from an unknown source. + CVE-2007-3388 + + -- Ana Beatriz Guerrero Lopez Tue, 31 Jul 2007 13:34:00 +0200 + +qt-x11-free (3:3.3.7-5) unstable; urgency=low + + +++ Changes by Sune Vuorela: + + * Add fix to qbutton.h with gcc-4.2 and higher. (Closes: #409512) + * Add fix to compile with gcc-4.3 (Closes: 417499). Thanks to Martin + Michlmayr. + * Fix designer and assistant desktop files. Thanks Pino. + * Fix FTBFS with newer firebird. Thanks to Firebird maintainers for breaking + it. This requires to change -lgds to -lfbclient. (Closes: #427191) + * Add sparc to firebird archs. Thanks to Damyan Ivanov. + * Add armel support to qt3. Thanks to Riku Voipu and Lennert Beytenhek. + (Closes: 408814) + * Fix typo in some documentation. (Closes: 410968) + + -- Debian Qt/KDE Maintainers Tue, 29 May 2007 13:07:33 +0200 + +qt-x11-free (3:3.3.8really3.3.7-0ubuntu11.1) gutsy-proposed; urgency=low + + * Fix missing config files and wrong /etc/qt3 folder permissions. (LP: #145709) + + -- Saïvann Carignan Tue, 23 Oct 2007 18:02:50 -0400 + +qt-x11-free (3:3.3.8really3.3.7-0ubuntu11) gutsy; urgency=low + + * SECURITY UPDATE: unterminated UTF8 strings could lead to 2 byte + overflow that may allow arbitrary code execution. + * Add debian/patches/kubuntu_20_utf8_2_byte_overflow: upstream fixes. + * References + CVE-2007-4137 + http://trolltech.com/company/newsroom/announcements/press.2007-09-03.7564032119 + + -- Jonathan Riddell Mon, 01 Oct 2007 22:32:33 +0100 + +qt-x11-free (3:3.3.8really3.3.7-0ubuntu10) gutsy; urgency=low + + * Fix build failures with g++-4.3. LP: #138645. + + -- Matthias Klose Thu, 13 Sep 2007 15:24:47 +0000 + +qt-x11-free (3:3.3.8really3.3.7-0ubuntu9) gutsy; urgency=low + + * Build interbase support for lpia. + + -- Matthias Klose Tue, 07 Aug 2007 17:33:04 +0000 + +qt-x11-free (3:3.3.8really3.3.7-0ubuntu8) gutsy; urgency=low + + * SECURITY UPDATE: remote execution when parsing vulnerability + * Format string bugs were found in several Qt warning messages. + Applications using Qt for processing certain data types could + trigger them if the data caused Qt to print warnings. The bugs + potentially allow to execute arbitrary code via specially crafted + files. + * Added kubuntu_08_CVE-2007-3387.dpatch from http://www.trolltech.com/developer/download/170529.diff + sql/qdatatable.cpp + sql/qsqldatabase.cpp + sql/qsqlindex.cpp + sql/qsqlrecord.cpp + tools/qglobal.cpp + widgets/qtextedit.cpp + xml/qsvgdevice.cpp + Perform better checks when parsing SQL, QTextEdit HTML, SVG XML and qSystemWarning + * References + http://trolltech.com/company/newsroom/announcements/press.2007-07-27.7503755960 + CVE-2007-3388 + + -- Jonathan Riddell Thu, 02 Aug 2007 14:11:32 +0100 + +qt-x11-free (3:3.3.8really3.3.7-0ubuntu7) gutsy; urgency=low + + * Fix build failure with GCC-4.2 add kubuntu_08_gcc42_buildfix.dpatch + + -- Matthias Klose Sun, 27 May 2007 14:15:47 +0200 + +qt-x11-free (3:3.3.8really3.3.7-0ubuntu6) gutsy; urgency=low + + * Merge with Debian + * Add kubuntu_07_font_default_subst.dpatch from Dirk Muller, + should fix rendering of CKJ and other characters + + -- Jonathan Riddell Fri, 27 Apr 2007 14:47:19 +0100 + +qt-x11-free (3:3.3.7-4) unstable; urgency=high + + * Add patch to fix issue with utf8 parsing. + * Urgency high due to security fix. + + -- Debian Qt/KDE Maintainers Thu, 29 Mar 2007 23:25:24 +0200 + +qt-x11-free (3:3.3.8really3.3.7-0ubuntu5) feisty; urgency=low + + * SECURITY UPDATE: invalid UTF8 parsing could lead to overflows. + * Add kubuntu_07_utf8-fix.dpatch: upstream fixes. + * References + CVE-2007-0242 + + -- Kees Cook Mon, 9 Apr 2007 18:22:07 -0700 + +qt-x11-free (3:3.3.8really3.3.7-0ubuntu4) feisty; urgency=low + + * Add kubuntu_06_fglrx_0_size_screen.dpatch work around fglrx reporting a 0 size screen. + Closes https://bugs.launchpad.net/ubuntu/+source/qt-x11-free/+bug/81686 + + -- Jonathan Riddell Mon, 2 Apr 2007 20:13:18 +0100 + +qt-x11-free (3:3.3.8really3.3.7-0ubuntu3) feisty; urgency=low + + * Install config files in libqt3-mt + + -- Jonathan Riddell Fri, 30 Mar 2007 12:32:42 +0100 + +qt-x11-free (3:3.3.8really3.3.7-0ubuntu2) feisty; urgency=low + + * Use Sans Serif rather then DejaVu Sans in qtrc + + -- Jonathan Riddell Mon, 26 Mar 2007 18:23:21 +0100 + +qt-x11-free (3:3.3.8really3.3.7-0ubuntu1) feisty; urgency=low + + * Revert to Qt 3.3.7. 3.3.8 was not showing a lot of characters + from CKJ languages. + + -- Jonathan Riddell Mon, 26 Mar 2007 11:41:13 +0100 + +qt-x11-free (3:3.3.8-0ubuntu2) feisty; urgency=low + + * debian/patches/kubuntu_05_mysql_shutdown_fix.dpatch: from Dirk, + fix mysql to not use postProc for shutdown (LP: #90710). + + -- Kees Cook Sat, 17 Mar 2007 01:16:00 -0700 + +qt-x11-free (3:3.3.8-0ubuntu1) feisty; urgency=low + + * New upstream release + * 25_qtc_qpixmap_mitshm updated from qt-copy + * 26_qtc_qpixmap_constants updated from qt-copy + * 30_qtc_arabic_font_fixes removed, applied upstream + * 45_immodule_unified updated from SuSE + * 47_immodule_nodebug_fix updated + * 48_immodule_xim_fix updated + * 49_immodule_inputcontext_fix removed, applied in 45 + * 61_fcfontmatch_fontwidth_fix updated + * 62_bengali_charfix removed, applied upstream + + -- Jonathan Riddell Tue, 6 Mar 2007 13:11:10 +0000 + +qt-x11-free (3:3.3.7-3ubuntu3) feisty; urgency=low + + * Removed ibase .configure option, fixes FTBFS for i386 and amd64 + + -- Anthony Mercatante Sun, 18 Feb 2007 22:50:21 +0100 + +qt-x11-free (3:3.3.7-3ubuntu2) feisty; urgency=low + + * Removed build-dep firebird2-dev + + -- Anthony Mercatante Sun, 18 Feb 2007 16:59:47 +0100 + +qt-x11-free (3:3.3.7-3ubuntu1) feisty; urgency=low + + * Merged with debian, closing Malone #78209 + + -- Anthony Mercatante Sun, 18 Feb 2007 01:33:32 +0100 + +qt-x11-free (3:3.3.7-3) unstable; urgency=low + + +++ Changes by Ana Beatriz Guerrero Lopez: + + * Improved debian/copyright. + * Update Uploaders. + * Applied patch to avoid qmake segfaulting on GNU/Hurd when no output + file is specified. Thanks to Michael Banck. (Closes: #399984) + + +++ Changes by Sune Vuorela + + * Add fix to a bengali char: + Incorrect rendering of two special symbols (U0982) and (U0983) when + used after the consonant conjuncts comprising of the alphabet র (U09B0) + + + . + (fix mailed from upstream to distributions) + + -- Debian Qt/KDE Maintainers Fri, 12 Jan 2007 18:44:53 +0100 + +qt-x11-free (3:3.3.7-2) unstable; urgency=medium + + +++ Changes by Sune Vuorela: + + * Remove extra 's' in package description of qt3-designer. (Closes: #398883) + * Add gdb to qt3-x11-free-dbg - you can't create backtraces without + + +++ Changes by Modestas Vainius: + + * debian/patches/61_fcfontmatch_fontwidth_fix.dpatch + Fix font matching with fontconfig. This resolves inconsistency with + determining font width (e.g. Dejavu Sans "Condensed" may get selected + instead of "Book" for Sans Serif font) for default fonts (Sans Serif, + Serif and Monospace). This bug is very important because it makes + default KDE fonts look ugly in most cases. + + -- Debian Qt/KDE Maintainers Thu, 28 Dec 2006 22:37:21 +0200 + +qt-x11-free (3:3.3.7-1ubuntu3) feisty; urgency=low + + * No-change upload for the libpq4->libpq5 transition. + + -- Martin Pitt Mon, 15 Jan 2007 15:39:57 +0000 + +qt-x11-free (3:3.3.7-1ubuntu2) feisty; urgency=low + + * Remove kubuntu_05_gcc_hidden_visibility.dpatch from 00list + of patches, it caused pyqt and pytde to hide init methods which + are needed to load modules and it broke skim. + + -- Jonathan Riddell Mon, 4 Dec 2006 13:48:56 +0000 + +qt-x11-free (3:3.3.7-1ubuntu1) feisty; urgency=low + + * Merge with Debian + * Remove kubuntu_02_qt_modules_ia32.dpatch and + kubuntu_03_qt_private_confdir_ia32.dpatch since openoffice is now + native on AMD64 we have no ia32 libs + * Remove kubuntu_05_CVE-2006-4811-qt3_pixmap.dpatch, included in upstream + * Keep kubuntu_04_xinerama.dpatch + * Add kubuntu_05_gcc_hidden_visibility.dpatch from + http://bugs.kde.org/attachment.cgi?id=13069&action=view + on http://bugs.kde.org/109386 + * Other changes from Debian are no ibase build and install qtrc file + + -- Jonathan Riddell Tue, 14 Nov 2006 21:57:09 +0000 + +qt-x11-free (3:3.3.7-1) unstable; urgency=medium + + * New upstream release. Includes the fix to CVE-2006-4811, an integer + overflow that might (in theory) lead to the arbitrary execution of + code, particularly for those using KHTML (Konqueror's page rendering + engine). Urgency is medium as this is a security problem. + (Closes: #394313) + + * Add Hurd build patch, thanks to Cyril Brulebois. (Closes: #394195) + + -- Debian Qt/KDE Maintainers Sat, 21 Oct 2006 09:30:32 -0400 + +qt-x11-free (3:3.3.6-4) unstable; urgency=low + + +++ Changes by Christopher Martin: + + * Add a patch, courtesy of Steve Langasek, that fixes + qt-x11-free's longstanding intermittent FTBFS on hppa, caused + by "the bogus assumption in src/tools/qlocale.cpp that a + char[] can be cast to a double *." (Closes: #342545) + + -- Debian Qt/KDE Maintainers Thu, 24 Aug 2006 21:43:12 -0400 + +qt-x11-free (3:3.3.6-3) unstable; urgency=low + + +++ Changes by Christopher Martin + + * Add a patch (accepted upstream) that fixes the use of some fonts + with broken or atypical opentype tables. Some common Arabic fonts + are affected. + + * Make READMEs and other docs available with libqt3-mt (not just + libqt3-mt-dev). Also include the Immodule README. + (Closes: #370742, #370744) + + * Patch the 11_qt_rubberband patch, to fix a crash and a signal bug + affecting Kimdaba (and probably others). + (Closes: #341982, #352409, #362155) + + * Add a hack to rarely used QFontDatabase code that avoids a crash that + was causing KImageMapEditor to fail to start. (Closes: #369795) + + * Add /usr/share/qt3/bin links for linguist, assistant, qtconfig, and + designer (qt3-dev-tools' binaries already have this). + (Closes: #375888, #375887) + + * Include a /usr/share/qt3/lib symlink for libqt-mt.la. (Closes: #376954) + + * Now that binutils has fixed xgot support, we can drop the mips/mipsel xgot + patch and rebuild. (Closes: #374883) + + -- Debian Qt/KDE Maintainers Sun, 23 Jul 2006 09:29:55 -0400 + +qt-x11-free (3:3.3.6-2) unstable; urgency=low + + +++ Changes by Pierre Habouzit: + + * Update debian/control for new kfreebsd-amd64 port. (Closes: #361494) + + +++ Changes by Christopher Martin: + + * Remove obsolete xlibs-static-dev and x-dev build-depends. Also update the + Mesa build-depends for the new X.Org 7. (Closes: #363432) + + * Make libqt3-mt recommend OpenGL and related libraries, since they are + dlopened if available. + + -- Debian Qt/KDE Maintainers Sun, 23 Apr 2006 14:18:11 -0400 + +qt-x11-free (3:3.3.6-1) unstable; urgency=low + + * New upstream release. + + +++ Changes by Christopher Martin: + + * New release obsoletes patch #30, #33. Adapted the immodule patches to the + new release; please report regressions. + + * Add another small patch for immodule from Dirk Mueller, fixing an + inputcontext crash. + + * Build against libsqlite3-dev instead of libsqlite0-dev. + + * Temporarily version our build-depend on libxft-dev, to (>= 2.1.8.2-5.1), + ensuring that we build against a package with headers where we need them. + + -- Debian Qt/KDE Maintainers Thu, 23 Mar 2006 18:47:53 -0500 + +qt-x11-free (3:3.3.5-4) unstable; urgency=low + + +++ Changes by Christopher Martin: + + * Change build-depends from libmysqlclient12-dev to libmysqlclient15-dev. + (Closes: #350725) + + * Add a patch from Maksim Orlovich (provided by Bart Coppens), that should + resolve a crash in KMail when viewing exceedingly large mailboxes. + (Closes: #347392) + + * Incorporate the immodule patch (and sundry fixes for that patch). Some of + the packaging is borrowed from Ubuntu. + (Closes: #347377) + + -- Debian Qt/KDE Maintainers Thu, 23 Feb 2006 18:15:14 -0500 + +qt-x11-free (3:3.3.5-3) unstable; urgency=low + + +++ Changes by Christopher Martin: + + * Really add InterBase support to amd64. (Closes: #341614) + + * Add a patch for plugin loading when mixing-and-matching apps from + different Qt/KDE versions. + + -- Debian Qt/KDE Maintainers Thu, 1 Dec 2005 14:45:43 -0500 + +qt-x11-free (3:3.3.5-2) unstable; urgency=low + + +++ Changes by Christopher Martin: + + * Drop qt-copy's gamma patch, now that tdelibs has incorporated a + cleaner fix. (Closes: #333542) + + * Fix a new-for-3.3.5 QListView problem that was causing myriad random + crashes in KDE apps. (Closes: #338002) + + * Build the InterBase plugin on amd64, now that firebird2 works there. + + * Move all .desktop files from /usr/share/applnk to /usr/share/applications, + and ensure that they have Categories set. This cleanup also fixes the Qt3 + Assistant menu entry, which should now appear next to other Qt3 tools in + the menu. (Closes: #335465) + + * Bump DH_COMPAT to 5. No changes required, except that the debugging + package is renamed from libqt3-mt-dbg to qt-x11-free-dbg, and contains + debugging symbols for all binaries in all qt-x11-free packages. + + -- Debian Qt/KDE Maintainers Tue, 29 Nov 2005 08:17:59 -0500 + +qt-x11-free (3:3.3.5-1) unstable; urgency=low + + * New upstream release. Drop patches merged upstream, and sync those that + remain. + + * Add a patch disabling 3.3.5's new use of includehints, since the + implementation is still buggy and causing build problems for many + programs. + + +++ Changes by Christopher Martin: + + * Move documention from qt3-doc back to qt3-designer and qt3-linguist, since + the last upload centralized it all in qt3-doc. The reason for this + inadvertent change was a years-old bug (just now noticed and fixed) in + debian/rules, wherein portions of it would fail if sh where something + other than bash. Add all the appropriate Replaces to cope with these + moves. (Closes: #327291) + + * Revert the versioning of our build-depends on libpq-dev, since the fixed + package has now built on all architectures. + + * Add a patch from the "Improving KDE" set that tweaks KDE's default GUI, + changing some of the selection and highlight effects. + + * Revert the splitting out of the Qt style plugins, as this caused hassles + for developers trying to create their own styles, and also problems with + PyQt. (Closes: #327360, #328109) + + * Re-enable InterBase support, now that firebird2 has been built with gcc4. + + -- Debian Qt/KDE Maintainers Fri, 16 Sep 2005 11:21:52 -0400 + +qt-x11-free (3:3.3.4-8) unstable; urgency=low + + +++ Changes by Christopher Martin: + + * Add a patch fixing the generation of PostScript, which was broken due to + a flaw in the code that only manifested itself with the GCC 4.0 + transition. This should fix printing in all Qt and KDE applications, as + well as other glitches where nonsensical results were generated. + (Closes: #326833, #326990, #327021) + + * No longer build non-threaded libraries. (Closes: #180326) + No package in the archive uses them, except a bogus qtdmm + build-dependency (#326627). + + * Add a libqt3c102-mt-dbg package. (Closes: #235396, #322868) + + * Make the Qt3 documentation available from /usr/share/doc/qt3-doc, and + therefore also usable in dwww and doc-central. (Closes: #185900, #284407, + #294630) + + * Apply packaging patches from Brian Nelson to allow Qt3 to co-exist + with Qt4 packages. (Closes: #306879) + + * Apply 06_disable_rpath to linux-g++-64/qmake.conf as too. + + * Add the gtkstyle patch, in order to better support Bluecurve. + (Closes: #316108) + + * Add more patches from qt-copy: + + 29_qtc_fix_rotated_randr: Improve height/width calculations for rotated + screens. + + 30_qtc_qtoolbar_77047: Fix for the toolbar extension menu. + + 33_qtc_qlistbox-crash: Fixes a crash that shows up in KHTML. + + 34_qtc_dnd_optimization: Massive DND speedups. + + 35_qtc_dnd_active_window_fix: Fixes DND when windows are changing focus. + + 36_qtc_dnd-timestamp-fix: Suppresses needless popups when using DND. + + 37_qtc_dragobject-dont-prefer-unknown: Fixes DND with some apps, like + Mozilla. + + 38_qtc_khotkeys_input_84434: Fixes keyboard input action in KHotKeys. + + 39_qtc_qpopup_has_mouse, 40_qtc_qpopup_ignore_mousepos: Fixes the mouse + movement and position affecting keyboard navigation with popups and + menus. + + * Enable tablet support: + - pass -tablet to configure. + - add libxi-dev to Build-Depends. + + * Build jpeg support into Qt, not as a plugin. + + * Build the Qt styles as plugins. This does not affect the Qt buildkey, + so shouldn't affect other packages. + + * Revamp the OpenGL linking patch. This fixes the loading of libXmu, a + problem which affected some screensavers. (Closes: #296661) + + * Temporarily bump the libpq-dev build-depends to (>= 8.0.3-15), ensuring + that we build against a version where the headers are located as expected. + + -- Debian Qt/KDE Maintainers Wed, 7 Sep 2005 11:23:55 -0400 + +qt-x11-free (3:3.3.4-7) unstable; urgency=low + + * The "Mistakes happen; sadly, sometimes they happen all the same day" release. + + +++ Changes by Adeodato Simó: + + * Fix new arm FTBFS: in 08_arm_gcc4.dpatch, patch the original file, not the + symlink, since patch makes a copy. + + -- Debian Qt/KDE Maintainers Thu, 11 Aug 2005 22:28:17 +0200 + +qt-x11-free (3:3.3.4-6) unstable; urgency=low + + * The "If debussy had been up..." release. + + +++ Changes by Adeodato Simó: + + * Include in 08_arm_gcc4.dpatch an appropriate cast so that GCC 4.0 does not + barf. Patch stolen from SuSE, kudos to Isaac Clerencia for finding it. + + -- Debian Qt/KDE Maintainers Thu, 11 Aug 2005 14:29:47 +0200 + +qt-x11-free (3:3.3.4-5) unstable; urgency=low + + +++ Changes by Adeodato Simó: + + * Fix FTBFS on arm due to incomplete compiler version check: teach qglobal.h + that GCC versions with major version != 3 exist. [08_arm_gcc4.dpatch] + + -- Debian Qt/KDE Maintainers Wed, 10 Aug 2005 12:10:01 +0200 + +qt-x11-free (3:3.3.4-4) unstable; urgency=low + + * The "Three transitions and one maintainer switch" release. + + * Cope with the following ongoing transitions in unstable: + - C++ ABI transition. + - X.org transition. + - PostgreSQL 8.0 transition. + + * Move the package to the Debian Qt/KDE team, as agreed with the + maintainer. Thanks to Martin Loschwitz for all his work over the + years. + + +++ Changes by Adeodato Simó: + + * Transition to the new C++ ABI. Rename all the library packages as + necessary: every libqt3c102-* goes back to libqt3-* now. Changes based + on 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. + + + 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. + + The above solves trouble for users when using qt3-designer with g++ 4.0, + so this upload closes: #317768. + + Also, disabling InterBase support has been necessary in this upload, + because nobody has cared to make firebird2 not FTBFS with g++ 4.0. Dropped + the libqt3-ibase and libqt3-mt-ibase packages, which can be reintroduced + as soon as #317314 gets fixed. + + + debian/control: + - don't build-depend on firebird2-dev. + + + debian/rules: + - unconditionally use -no-sql-ibase and -Nlibqt3{,-mt}-ibase. + + * 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. + - add libxinerama-dev and libxkbfile-dev to build-dependencies; add + libxinerama-dev to the dependencies of libqt3-dev and libqt3-mt-dev as + well (closes: #319305). + - add libxi-dev to the dependencies of libqt3-dev and libqt3-mt-dev. [cm] + + * Transition to the new PostgreSQL 8.0 packaging (closes: #317500): + + debian/control: build-depend on libpq-dev instead of postgresql-dev. + + debian/rules: invoke pg_config to determine the include directory. + + * 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. + + * Overhaul arch detection in debian/rules: + - use DEB_HOST_ARCH instead of DEB_BUILD_GNU_CPU to detect arm. + - use DEB_HOST_ARCH_CPU instead of DEB_BUILD_GNU_CPU to detect an i386 CPU + (needs the new dpkg). + + +++ Changes by Christopher Martin: + + * Add sundry fixes from KDE's qt-copy. (Closes: #303065) + + * Fix qt3-designer's appearance in the KDE menu. (Closes: #290402) + + * Don't use lib64 on amd64. (Closes: #311562) + + * Don't duplicate the information in the qvfb manpage. (Closes: #282217) + + While we're at it, realize that a whole bunch of manpages were suffering + the same, and fix them (designer, makeqpf, mergetr, findtr, msg2qm, + qtconfig, createcw, qembed, qt20fix). [dato] + + * Add linguist manpage. Thanks to Jeremy Laine. (Closes: #268882) + + * Include createcw source for qt3-designer. (Closes: #305919) + + * Add missing qvfbhdr.h. (Closes: #182366, the qinterlacestyle.h + mentioned in this bug report was already included in recent versions.) + + * Many minor changes to improve lintian compliance. + + * Bump Standards-Version to 3.6.2 (no changes required). + + -- Debian Qt/KDE Maintainers Tue, 26 Jul 2005 19:06:03 +0200 + +qt-x11-free (3:3.3.4-3) unstable; urgency=medium + + * ML: Remove an utterly ugly symlink for linux-g++ that pointed to my + $HOME -- Trolltech strikes again! + + -- Martin Loschwitz Fri, 15 Apr 2005 15:17:00 +0200 + +qt-x11-free (3:3.3.4-2) unstable; urgency=medium + + * ML: Try adding back the qt{-mt}.pc-files, let's see whether they work + * ML: No others changes but re-building to get this into Sarge + + -- Martin Loschwitz Sat, 2 Apr 2005 13:02:00 +0100 + +qt-x11-free (3:3.3.4-1) experimental; urgency=low + + * ML: New upstream release Qt 3.3.4 packages for Debian (Closes: #292422) + * ML: patches/0048-qclipboard_hack_80072.patch: Fix the clipboard stuff + (Closes: #295828) + * ML: patches/0061-qscrollview-propagate-horizontal-wheelevent.patch: Fix + problems with horizontal scrollview + * ML: Took patch from BTS by Andreas Jochens to fix the FTBFS on the amd64 + architecture (Closes: #288405) + * ML: patches/19_security_fixes.dpatch: Removed this patch, incorporated + into upstream now. + * ML: patches/20_qlocale_compile_arm.dpatch: Removed, incorporated into + upstream as well. + * ML: patches/17_fix_qfontdatabase_cpp.dpatch: Disabled for now, seems to + be fixed by upstream according to changelog + + -- Martin Loschwitz Fri, 18 Mar 2005 15:57:00 +0100 + +qt-x11-free (3:3.3.3-8) unstable; urgency=high + + * ML: debian/control.in: Correct the Build-Depends: line to reflect latest + changes for libpng and libmysql (Closes: #284441) + + -- Martin Loschwitz Fri, 14 Jan 2005 12:17:00 +0100 + +qt-x11-free (3:3.3.3-7) unstable; urgency=high + + * ML: debian/patches/21_fix_mips_mipsel.dpatch: To make it compile, even + define => QMAKE_CFLAGS += -Wa,-xgot -- thanks to Thiemo Seufer + + -- Martin Loschwitz Tue, 16 Nov 2004 19:37:00 +0100 + +qt-x11-free (3:3.3.3-6) unstable; urgency=high + + * ML: Addedd debian/patches/21_fix_mips_mipsel.dpatch to make the beast + compile on MIPS/MIPSel again + + -- Martin Loschwitz Sun, 14 Nov 2004 16:44:00 +0100 + +qt-x11-free (3:3.3.3-5) unstable; urgency=high + + * ML: Acknowledging NMU by Matthias Klose, thanks. (Closes: #270202) + * ML: patches/04_qsql_odbc.dpatch: Fix Compilation of the iodbc stuff, + breakage caused by invalid redefinitions of variables (Closes: #278781) + * debian/rules: Delete .obj-directories in the clean-Target as requested + by Fabio Massimo Di Nitto (thanks for noticing this) + + -- Martin Loschwitz Sun, 31 Oct 2004 10:51:00 +0100 + +qt-x11-free (3:3.3.3-4.1) unstable; urgency=high + + * NMU, maintainer doesn't show any reaction. + * On arm-linux, configure using -DQT_QLOCALE_USES_FCVT. Seems to be a + known issue, mentioned in the 3.3.2 release notes, but nowhere in + the 3.3.3 sources. Great! Thanks to Paul Brook and Jan Niehusmann for + the investigations. Closes: #270202. + * Riku Voipio: Added patch: 20_qlocale_compile_arm.dpatch. + * debian/patches/00list: add 20_qlocale_compile_arm.dpatch. + + -- Matthias Klose Sat, 18 Sep 2004 17:01:16 +0200 + +qt-x11-free (3:3.3.3-4) unstable; urgency=high + + * ML: Applied patch from Marcus Meissner to fix broken XPM DoS not yet + fixed upstream [src/kernel/qimage.cpp, CAN-2004-0692] + * ML: Applied patch forwarded by Marcus Meissner to fix broken GIF DoS + unfixed upstream [src/kernel/qasyncimageio.cpp, CAN-2004-0693] + * ML: urgency=high to get security fixes into sarge as quick as possible + + -- Martin Loschwitz Sun, 22 Aug 2004 11:48:00 +0200 + +qt-x11-free (3:3.3.3-3) unstable; urgency=high + + * ML: Exchanged the dangling symlinks in /usr/share/qt3/lib with working + symlinks to /usr/lib (thanks to Aurelien Jarno) (Closes: #266284) + + -- Martin Loschwitz Tue, 17 Aug 2004 17:35:00 +0200 + +qt-x11-free (3:3.3.3-2) unstable; urgency=high + + * ML: Bring back the goddamn qmake binary that silently disappeared (thank + you Trolltech for replacing it with a symlink) (Closes: #265958) + + -- Martin Loschwitz Mon, 16 Aug 2004 00:31:00 +0200 + +qt-x11-free (3:3.3.3-1) unstable; urgency=high + + * ML: debian/control: Turned libqt3-headers and libqt3-compat-headers into + Architecture: any. This should avoid blocking packages from testing + * ML: debian/control: Added a patch by Robert Millan to add control.in to + fix breakage with iBase and OSes != Linux (Closes: #265413) + * ML: debian/patches/16_fix_opengl_check.dpatch: Make QLibrary search for + libGL.so.1, no dependency on libgl-dev packages (Closes: #264928) + * ML: debian/patches/17_fix_qfontdatabase_cpp.dpatch: A patch taken from + Lars Knoll via kde mailing list; fixes a problem with fond handling + * ML: Re-Build against the latest iodbc to get back shlibs of it; previous + version didn't have shlins accidentally (kudos to Adrian Bunk) + * ML: New Upstream Version (Qt 3.3.3), urgency is high to push this into + sarge as soon as possible (Qt 3.2 is not acceptable) + + -- Martin Loschwitz Sat, 14 Aug 2004 21:05:00 +0200 + +qt-x11-free (3:3.3.2-5) unstable; urgency=medium + + * ML: debian/rules: Fixed the debhelper calls, dh tried to install the + iBase stuff (Architecture: i386) even on non-i386 architectures. + * ML: Enable iBase for all Operating Systems instead of only for Linux + on i386 (thanks to Robert Millan again) + * ML: Severity is medium to not hold up KDE and tiff transition + + -- Martin Loschwitz Sat, 08 Aug 2004 10:50:00 +0200 + +qt-x11-free (3:3.3.2-4) unstable; urgency=low + + * ML: iBase seems to be similar to the black helicopters. Once they got + you there is no way to get rid of them. Disabled the iBase-Plugin + for all arches except x86 - hopefully. + + -- Martin Loschwitz Sat, 07 Aug 2004 22:13:00 +0200 + +qt-x11-free (3:3.3.2-3) unstable; urgency=low + + * ML: debian/control: Switch from Firebird1 to Firebird2 + + -- Martin Loschwitz Sat, 07 Aug 2004 16:33:00 +0200 + +qt-x11-free (3:3.3.2-2) unstable; urgency=low + + * ML: Let's have another try, this time with the right target distribution + + (verbatim copy of the 3:3.3.2-1 upload changelog follows) + + * ML: New Upstream (Qt 3.3.2) fixes: + - Strange line /usr/lib/libqt-mt.la (Closes: #216063) + - The wishlist-bugreport for it can be closed (Closes: #235394) + * ML: Fixed the description of the following packages: + - libqt3c102-mt-psql (Closes: #209735) + - libqt3c102-mt-odbc (Closes: #209932) + - qt3-examples (Closes: #210046) + - libqt3c102-mt-mysql (Closes: #210097) + * ML: Made qt3-assistant depend on qt3-doc (Closes: #256183) + * ML: Adopted patches by Robert Millan to make Qt build on Hurd + - Added patches/15_unify_declarations_glibc.dpatch + - Fixed debian/rules to avoid E2BIG on Hurd + Thanks, Robert! + * ML: Use libmysqlclient12 instead of libmysqlclient10 (Closes: #188622) + * ML: Use the OpenGL-libraries via dlopen (Closes: #257705) + + -- Martin Loschwitz Sat, 07 Aug 2004 13:08:00 +0200 + +qt-x11-free (3:3.3.2-1) experimental; urgency=low + + * ML: New Upstream (Qt 3.3.2) fixes: + - Strange line /usr/lib/libqt-mt.la (Closes: #216063) + - The wishlist-bugreport for it can be closed (Closes: #235394) + * ML: Fixed the description of the following packages: + - libqt3c102-mt-psql (Closes: #209735) + - libqt3c102-mt-odbc (Closes: #209932) + - qt3-examples (Closes: #210046) + - libqt3c102-mt-mysql (Closes: #210097) + * ML: Made qt3-assistant depend on qt3-doc (Closes: #256183) + * ML: Adopted patches by Robert Millan to make Qt build on Hurd + - Added patches/15_unify_declarations_glibc.dpatch + - Fixed debian/rules to avoid E2BIG on Hurd + Thanks, Robert! + * ML: Use libmysqlclient12 instead of libmysqlclient10 (Closes: #188622) + * ML: Use the OpenGL-libraries via dlopen (Closes: #257705) + + -- Martin Loschwitz Sat, 07 Aug 2004 09:50:00 +0200 + +qt-x11-free (3:3.3.2-0pre2) experimental; urgency=low + + * ML: Added qaccessible.h to the list of headers + * ML: Removed unnecessary dependencies again + * ML: Added patch to fix KDE menu problem + * ML: Build and include the source in upload now + + -- Martin Loschwitz Mon, 14 Jun 2004 21:23:00 +0200 + +qt-x11-free (3:3.3.2-0pre1) experimental; urgency=low + + * ML: First public version of packages for Qt 3.3 + * ML: Added packages for ibase and SQLite RDBMSs + * ML: Necessary Adaptions from the Qt 3.2 to Qt 3.3 packages + + -- Martin Loschwitz Sat, 12 Jun 2004 21:09:00 +0200 + +qt-x11-free (3:3.2.3-3) unstable; urgency=low + + * ML: Re-enabled STL support in Qt (Closes: #194475, #242633) + * ML: Enabled XRandr support (Closes: #253593) + * ML: Fixed FTBFS cursed by XCursor (Closes: #246198) + * ML: Split xlibs-dev dependencies (Closes: #253325) + * ML: Disabled the Xinerama_pic-hack (XFree 4.3 made it useless) + + -- Martin Loschwitz Thu, 10 Jun 2004 12:07:00 +0200 + + +qt-x11-free (3:3.2.3-2) unstable; urgency=low + + * ML: Rebuild to get back PIC-libs + + -- Martin Loschwitz Thu, 22 Jan 2004 15:23:00 +0100 + +qt-x11-free (3:3.2.3-1) unstable; urgency=low + + * ML: New upstream release (Qt 3.2.3) (Closes: #218464) + * ML: Add Replaces: for libqt3-emb (<= 3:3.0.3-1) (Closes: #218290) + * ML: Tuned libqt3-i18n package description (Closes: #208904) + * ML: Tuned qt3-qtconfig package description (Closes: #209259) + * ML: Removed some patches that were merged by upstream (#1, #8, #9, #10) + * ML: Don't include any of the .pc files; they're unsupported now + * ML: Don't include any of the .la files: they're not working now + + -- Martin Loschwitz Tue, 06 Jan 2004 09:54:00 +0100 + +qt-x11-free (3:3.2.1-6) unstable; urgency=low + + * ML: Added dependency to libqt3{-mt}-dev for xlibs-pic (Closes: #213855) + * ML: Sanify qmake.conf files to have existing paths instead of $(QTDIR) + * ML: Sanify qt{-mt}.pc files to have correct values + * ML: Bumped Standards-Version to 3.6.1 (No changes) + * ML: Added debian/compat + * ML: Added patch by Simon Hausmann to fix generation of pkgcof files + + -- Martin Loschwitz Sun, 05 Oct 2003 11:24:00 +0200 + +qt-x11-free (3:3.2.1-5) unstable; urgency=low + + * ML: Let's build styles into the library, instead of as plugins + (Closes: #197157) + * ML: Added build dependency for libaudio-dev to libqt3{-mt}-dev + (Closes: #210628, #210994, #212530) + * ML: Removed broken patches for mips and mipsel + (Closes: #210366) + * ML: Added patch by Dirk Mueller to fix kdesktop and other applications + + -- Martin Loschwitz Mon, 29 Sep 2003 19:35:00 +0200 + +qt-x11-free (3:3.2.1-4) unstable; urgency=low + + * ML: re-add the fontlist fix from previous versions + * ML: Added dependencies for libxft2-dev, libxrender-dev and libxcursor-dev + to the -dev packages (Closes: #208421) + * ML: Changed description of libqt3-plugins-headers package + * ML: Added patch by Lars Knoll to prevent generation of bogus mouse events + * RN: move unixmake2.cpp patch (approved by TT) + * RN: add qlineedit.cpp patch (approved by TT) + * RN: re-add pkg-config files + + -- Martin Loschwitz Wed, 3 Sep 2003 18:30:00 +0200 + +qt-x11-free (3:3.2.1-3) unstable; urgency=low + + * ML: Added patches/01_fix_mips_mipsel.dpatch (hopefully fixes mips[el] build) + * ML: Merged the patch added in previous release with the above one + * ML: For -1: Pass --sysconfdir and --translationdir options to ./configure + * ML: Enable support for Xcursor in debian/rules (on Ralf's request) + * RN: Copy qmake.cache file to the appropriate location (/usr/share/qt3/) + * RN: Include fix for unixmake2.cpp (libtool and pkgconfig) + + -- Martin Loschwitz Sun, 31 Aug 2003 18:41:00 +0200 + +qt-x11-free (3:3.2.1-2) unstable; urgency=low + + * ML: Build the qmake tool with -O2 as optimization flag (Closes: #207915) + * ML: Call dh_gencontrol with -a in debian/rules (Closes: #207917) + + -- Martin Loschwitz Sat, 30 Aug 2003 21:16:00 +0200 + +qt-x11-free (3:3.2.1-1) unstable; urgency=low + + * ML: New upstream version (Qt 3.2.1) (Closes: #204650) + * ML: Include all icon files for the Qt designer -- hopefully + + -- Martin Loschwitz Fri, 29 Aug 2003 14:59:00 +0200 + +qt-x11-free (3:3.1.1-9) unstable; urgency=low + + * ML: debian/control: Point out that libqt3-compat-headers might be of + importance (with Recommends and addition to package description, + Ben, I hope this satisfies you for now) + * ML: debian/rules Fix for-fork with patch from BTS (Closes: #188536) + + -- Martin Loschwitz Tue, 15 Jul 2003 19:45:00 +0200 + +qt-x11-free (3:3.1.1-8) unstable; urgency=low + + * ML: Apply patch from Kevin Puetz to fix font listing (Closes: #189750) + * ML: Don't rely on /usr/share/doc, remove qtrc crap (Closes: #189755) + * ML: Give the qt3-things a higher priority than the qt2 ones (Closes: #189755) + * ML: debian/qt3-qtconfig.menu: Moved to Settings section (Closes: #183827) + * ML: debian/copyright: Mention Qt3.1 instead of Qt2.2 (Closes: #185161) + * ML: debian/libqt3-plugins-headers: Added qinterlacestyle.h (Closes: #182259) + * ML: Have libqt3-dev and libqt3-mt-dev in the libdevel section + * RN: debian/control: Add libxft2-dev as dependency for -dev-packages + + -- Martin Loschwitz Sat, 10 May 2003 14:55:00 +0200 + +qt-x11-free (3:3.1.1-7) unstable; urgency=low + + * ML: The "Arg, can somebody purge typod please?"-release + - debian/control: Fixed corrupt Build-Depends: line + - debian/patches: Made the xinerama_pic patch i386-only + - debian/control: Removed unnecessary xlibs-pic Depends: + + -- Martin Loschwitz Fri, 07 Feb 2003 15:44:00 +0100 + +qt-x11-free (3:3.1.1-6) unstable; urgency=low + + * ML: Build with lXinerama_pic (for -fPIC) (Closes: #176071, #175075) + * ML: debian/rules: Convert to dpatch package + * ML: debian/control: Change Maintainer Address + * ML: debian/control: Have fontconfig as Depends: + * ML: debian/control: Fix {Build-}Dependencies for GLU libs (Closes: #182184) + + -- Martin Loschwitz Tue, 06 Feb 2003 18:40:00 +0100 + +qt-x11-free (3:3.1.1-5) unstable; urgency=low + + * ML: Added Build-Dependency for xlibmesa-glu-dev to fix FTBFS + * ML: Updated debian/patches/01 to reflect latest qt-copy changes + * ML: Removed patch for hppa (was needed to fix FTBFS) + + -- Martin Loschwitz Sat, 22 Feb 2003 08:47:00 +0100 + +qt-x11-free (3:3.1.1-4) unstable; urgency=low + + * RN: debian/rules: remove byacc commands + * RN: debian/rules: Change back to srcdir = builddir mechanism + * RN: debian/patches: Help to remove some unused patches + * RN: debian/maintain: Help to get rid of copying qmake.conf files around + * RN: debian/rules: Clean up the 'clean' target, make it work again + * RN: debian/qt3-doc.links: Fix breakage for man-link + * RN: debian/libqt3{mt-dev,dev}: Create plugins symlink + * ML: debian/control: Remove xlibmesa-dev dependencies (Closes: #181202) + * ML: debian/control: Change libqt3-headers back to arch=all + * ML: debian/patches: Added patch to make sure hppa compiles as it should + * ML: Create seperate qconfig.h files for non-mt/mt (Conflicts for -dev!) + + -- Martin Loschwitz Tue, 18 Feb 2003 19:26:00 +0100 + +qt-x11-free (3:3.1.1-3) unstable; urgency=low + + * RN: debian/libqt3-plugins-headers.install: Removed headers for codecs + * RN: debian/rules: Fix paths in .prl-files after build has finished + * RN: debian/libqt3-headers.install: Include some more includes files + * ML: Ship src/attic as .tar.gz in libqt3-compat-headers (it's obsolete, anyway) + * ML: Broke out qt3-examples package (saves place in -doc-package and makes sense) + * ML: debian/maintain/qmake*.conf: Applied patch by Brian Nelson (Closes: #180326) + * ML: Added debian/maintain/fixqc.sh to fix qmake.cache files during install + + -- Martin Loschwitz Wed, 12 Feb 2003 16:31:00 +0100 + +qt-x11-free (3:3.1.1-2pre3v1) unstable; urgency=low + + * New package: libqt3-compat-headers (Thanks to Ralf Nolden again) + * debian/patches/01_qtcopy_20030206.dpatch: Updated to qtcopy from 20030206 + * debian/libqt3-mt-dev.install: Move QGL classes here since QGL only works with mt + * debian/rules: Install .prl files to /usr/share/qt3/lib/ + * debian/rules: Include logo32.png is every html-documentation + * debian/libqt3c102-mt.links: Symlinks for libqui + * debian/maintain/{qtconfig,assistant}.desktop: Fix section in menu file + * debian/rules: Include qmake documentation + * debian/rules: remove qwindowsxpstyle.h + * debian/rules: Moved README.Debian to -dev-packages (Closes: #179932) + * debian/README.Debian: New Version with max 75 chars per line (Closes: #179408) + * debian/control: Corrected Suggests: fields (Closes: #179838) + * deban/maintain/qtconfig.desktop: New Version, works Ok now (Closes: #179773) + * debian/control: libqt3c102-mt now conflicts with libqui1-emb (Closes: #179759) + * debian/control: qt3-dev-tools now conflicts with qte3-designer (Closes: #179761) + * debian/qt3-dev-tools.links: Make setting of QMAKESPEC unnecessary (Closes: #178296) + * debian/qt3-doc.doc-base: Finally, fix doc-base stuff (Closes: #155566) + * debian/control: libqt3c102 and -mt don't conflict with libqt (Closes: #179768) + * debian/control: Depend on xlibmesa-gl-dev | libgl-dev + * debian/control: Added Conflicts: for unofficial libqt3c-packages (Closes: #180078) + * debian/rules: Don't provide static libraries any longer (Waiting for policy approval!) + * debian/rules: Header-directory now is /usr/include/qt3 + * debian/rules: build the -non-mt version before the -mt-version + * For 3:3.1.1-2: Added Conflicts: for qt3-dev-tools <-> uic (Closes: #179396) + + -- Martin Loschwitz Sat, 8 Feb 2003 09:34:00 +0100 + +qt-x11-free (3:3.1.1-2) unstable; urgency=low + + * debian/qt3-dev-tools.install: Include mkspecs for qmake (Closes: #179410) + * debian/rules: Include logo32.png in qt3-docs (Closes: #179437) + * debian/control: qt3-dev-tools now has Conflicts: for libqt-dev (moc!) + * debian/control: Fix Build-Depends: to be xlibmesa-gl-dev instead of -glu-dev. + * debian/*.links: Readded symlinks for /usr/share/qt3/bin/ (Closes: #179411) + * debian/rules: Remove undocumented Symlinks (they are deprecated) + * -dev-packages should not depend on libqt3-plugins-headers (Closes: #179429) + * This was fixed in 3:3.1.1-1 (Closes: #179155) + * debian/maintain/qmake*.conf: Fix errors causing FTBFS on hppa/alpha (Closes: #179582) + * debian/control: Make libqt3-dev/-mt-dev depend on xlibmesa-gl-dev (Closes: #179573) + + -- Martin Loschwitz Mon, 3 Feb 2003 12:49:00 +0100 + +qt-x11-free (3:3.1.1-1) unstable; urgency=low + + * The packages have been redesigned radically. + - New packages: libqt3-headers, libqt3-i18n, libqt3-plugins-headers, + qt3-apps-dev, qt3-assistant, qt3-designer, qt3-dev-tools-compat, + qt3-dev-tools-embedded, qt3-dev-tools, qt3-linguist, qt3-qtconfig (Closes: #178914) + - Please refer to package descriptions for more detailed informations. + - As you can see above, QtConfig was moved into its own package. (Closes: #153538) + - Also made sure that qt3-designer contains libcppeditor.so (Closes: #155792) + * Special Thanks for advising and help with this release goes to Ralf Nolden + * debian/control: Make libqt3/libqt3-mt depend on fontconfig (Closes: #174825, #173951) + * debian/control: Transist package to g++-3.2 (Closes: #159263, #135813, #178484, #176616) + * Package rebuilt, thus some bugs fixed. (Closes: #178698, #174959, #176827) + * debian/rules: Provide conv2ui, also qvfb was added back. (Closes: #173932) + * Bugs against packages in stable distribution don't make much sense. + Additionally, this is not a bug but a feature (Qt2 <-> Qt3 conflict) (Closes: #178660) + * Same as above. Additionally, please make sure to use libqt3-mt-dev instead + of libqt3-dev (Closes: #168317) + * This bug definetely can not happen anymore, since Qt3 takes care of + creation of debian/tmp-install (Closes: #163075) + * debian/README.Debian: Updated and extended by Ralf Nolden + * debian/patches/02_missing_manpages.dpatch: Don't apply against qt-copy + * debian/patches/10_qvfb_cpp.dpatch: Fix qvfb to meet our needs + * debian/patches/11_designer_fix.dpatch: Fix designer breakage + * debian/patches/12_plugins_fix.dpatch: Build all available plugins + * debian/patches/13_qtcopy_20030128.dpatch: Include qt-copy 20030128 + * debian/*: Various other little fixes and cleanups + * debian/rules: Moved /usr/share/qt to be /usr/share/qt3 + + -- Martin Loschwitz Wed, 29 Jan 2003 16:58:00 +0100 + +qt-x11-free (2:3.1.1+cvs.20021220-1) unstable; urgency=low + + * New Upstream version (Qt 3.1.1, using qt-copy from KDE project) + * Special thanks goes to Kevin Puetz for support and work on this release + * debian/patches/: Removed patches 05 and 06 and added correct -I's to rules + * debian/rules: don't build unthreaded plugins with QT_THREAD_SUPPORT (Closes: #172793) + * debian/control: Fix description of libqt3-helper (Closes: #72754) + * debian/rules: Moved libqui to libqt3-helper (Closes: #173539, #173537) + * debian/libqt3-dev.install: Only include useful bits for qmake + * debian/maintain/qmake-hppa.conf: Added -ftemplate-depth-99 (Closes: #173086) + * debian/rules: Make sure OpenGL support is enabled on threaded builds + * debian/rules: Use new srcdir != builddir technology, large cleanup + * debian/rules: Fixed path for html-files (remove the double html) + * debian/control: Added Replaces: to libqt3-helper for libqt3 (Closes: #173288) + * debian/rules: Removed all those ugly wrapper scripts (bah!) + * debian/control: Added build-dependency for Xft2 - thus Xft2 enabled + + -- Martin Loschwitz Fri, 20 Dec 2002 17:53:00 +0100 + +qt-x11-free (2:3.1.0+cvs.20021205-1) unstable; urgency=low + + * New Upstream version (Qt 3.1.0, using qt-copy from KDE project) (Closes: #167001) + * debian/control: Make libqt3-dev depending on correct packages (Closes: #167475) + * debian/rules: Enabled Qt support for cups + * debian/overrides/: Added overrides-files for various packages + * debian/control: depend on libaudio instead of nas-lib + * debian/control: Updated Standards-Version to 3.8.0 + * debian/rules: Use DH_COMPAT=4 + * debian/rules: Converted to dh_install + + -- Martin Loschwitz Thu, 05 Dec 2002 14:10:00 +0100 + +qt-x11-free (2:3.0.5-4) unstable; urgency=low + + * debian/09_assistant.dpatch: Fix doc-dir-path for Qt-assistant (Closes: #148924) + * debian/10_sizet_64bit.dpatch: Fix for 64bit machines (Closes: #159364) + * debian/11_qsql_odbc.dpatch: build with libiodbc2-dev + * debian/control: Build-Depend on libiodbc2-dev (Closes: #161352, #161353) + * qt3-doc _should_ be Recommends (assistant/qt3-tools needs it) (Closes: #149428) + * debian/rules: Fixed the 'clean'-target (Closes: #159264) + * debian/libqt3-dev.links: Symlink for /usr/share/qt/lib (Closes: #152507, #152509) + * debian/control: Updates Standards-Version + * debian/control: Tried to solve the dependency hell a bit + * debian/control: Removed libqt3 Suggests for anti-aliasing-howto + * debian/rules: Re-enabled NAS (Network Audio System) + * Must be a local problem (there ARE files in libqt3-dev) (Closes: #159674) + * Not a Qt bug; has been fixed probably long time ago (Closes: #154976) + + -- Martin Loschwitz Thu, 15 Oct 2002 09:29:00 +0200 + +qt-x11-free (2:3.0.5-3) unstable; urgency=low + + * Sometimes our buildds do strange things (Closes: #155258) + * debian/rules: added shlibdeps-path for libqt3-mt. + * debian/rules: libqt3-mysql, libqt3-odbc and libqt3-psql contain the + unthreaded plugins now (Closes: #152022) + + -- Martin Loschwitz Thu, 9 Aug 2002 22:18:00 +0200 + +qt-x11-free (2:3.0.5-2) unstable; urgency=low + + * debian/control: qt3-dev and qt3-doc are "Priority: extra" now. + * debian/rules: Fix alpha and hppa build (Closes: #150917) + + -- Martin Loschwitz Thu, 2 Aug 2002 12:43:00 +0200 + +qt-x11-free (2:3.0.5-1) unstable; urgency=low + + * debian/control: New Maintainer (Closes: #153534) + * debian/maintain: fix hppa build (qmake-hppa.conf) (Closes: #150917) + * debian/changelog: New upstream version 3.0.5 (Closes: #153266) + * debian/rules: We use dpatch now, thanks to Gergely Nagy + * Moved wrapper files and configs to debian/maintain/ + * debian/maintain/assistant.sh: not include content double + * configure: Set "QT_INSTALL_PLUGINS" correct + * Changed some includes in the SQL-files to make them working + * debian/control: Fix some build dependencies + * debian/patches: All patches against upstream can be found here now. + * debian/control: Depend on libpng3-dev (Closes: #154234). + + -- Martin Loschwitz Sat, 27 Jul 2002 13:51:00 +0200 + +qt-x11-free (2:3.0.4-2) unstable; urgency=low + + * Fix hppa build hopefully (Closes: #150917) + * Build cleanup + + -- Ivan E. Moore II Wed, 26 Jun 2002 13:28:00 -0700 + +qt-x11-free (2:3.0.4-1) unstable; urgency=low + + * New upstream version + * Fix qt-designer html access (Closes: #149505) + * Build postgresql modules + * This was fixed a while ago. (Closes: #134637) + * Build static libs again. yuk! Who the heck uses these anymore? + (Closes: #147084) + + -- Ivan E. Moore II Sun, 16 Jun 2002 12:25:00 -0700 + +qt-copy (2:3.0.3-20020329-7) unstable; urgency=low + + * move html files to html subdir...really...I mean it. (Closes: #149076) + + -- Ivan E. Moore II Thu, 06 Jun 2002 11:31:00 -0700 + +qt-copy (2:3.0.3-20020329-6) unstable; urgency=low + + * Remove unused doc dirs. (Closes: #148595) + * move html files to html subdir + + -- Ivan E. Moore II Thu, 30 May 2002 22:58:00 -0700 + +qt-copy (2:3.0.3-20020329-5) unstable; urgency=low + + * Fix assistant by providing a wrapper (Closes: #146255) + + -- Ivan E. Moore II Wed, 08 May 2002 17:21:00 -0700 + +qt-copy (2:3.0.3-20020329-4) unstable; urgency=low + + * Remove extra .'s from descriptions + + -- Ivan E. Moore II Fri, 03 May 2002 23:20:00 -0700 + +qt-copy (2:3.0.3-20020329-3) unstable; urgency=low + + * Fix priority (Closes: #145193) + + -- Ivan E. Moore II Tue, 30 Apr 2002 00:27:00 -0700 + +qt-copy (2:3.0.3-20020329-2) unstable; urgency=low + + * Fix overwrite issue (Closes: #141803, #141639) + * Re-add all the additional man pages + + -- Ivan E. Moore II Tue, 23 Apr 2002 00:27:00 -0700 + +qt-copy (2:3.0.3-20020329-1) unstable; urgency=low + + * Updated qt-copy to fix a few other bugs (Closes: #140462) + + -- Ivan E. Moore II Fri, 29 Mar 2002 09:08:00 -0700 + +qt-copy (2:3.0.3-20020314-5) unstable; urgency=low + + * Fix potential crash...thanks Daniel + + -- Ivan E. Moore II Sat, 23 Mar 2002 02:30:00 -0700 + +qt-copy (2:3.0.3-20020314-4) unstable; urgency=low + + * Don't build motif style as a plugin. It's pretty much the default so + let's have that builtin. + * Fix plugin pathing...actually this was a bug in the configure script + where it wasn't setting the proper items in the qconfig.h file + (Closes: #139449) + + -- Ivan E. Moore II Fri, 22 Mar 2002 10:36:00 -0700 + +qt-copy (2:3.0.3-20020314-3) unstable; urgency=low + + * Since this is still in incoming..change from a build-conflict to a + versioned depend + + -- Ivan E. Moore II Sat, 16 Mar 2002 11:00:00 -0700 + +qt-copy (2:3.0.3-20020314-2) unstable; urgency=low + + * Build-Conflict with libpng2-dev since it provides libpng-dev and we don't + want any of those problems. + + -- Ivan E. Moore II Fri, 15 Mar 2002 20:00:00 -0700 + +qt-copy (2:3.0.3-20020314-1) unstable; urgency=low + + * New upstream version. + * Includes updated zlib code + + -- Ivan E. Moore II Thu, 14 Mar 2002 12:31:00 -0700 + +qt-copy (2:3.0.2-20020306-1) unstable; urgency=low + + * New upstream version. Using qt-copy as it provides a bunch of fixes + for 3.0.2. (Closes: #135865) + * Fix suggests for libqt3-psql + * link to new png. Need this otherwise we are stuck with using the old + png library for quite some time. + * Fix cleanup (Closes: #135859) + * Include -mt versions of plugins. + + -- Ivan E. Moore II Wed, 06 Mar 2002 23:37:00 -0700 + +qt-copy (2:3.0.0.0-4) unstable; urgency=low + + * Fix qmake.cache inclusion (Closes: #118623) + + -- Ivan E. Moore II Wed, 07 Nov 2001 11:37:00 -0700 + +qt-x11-free (2:3.0.0.0-3) unstable; urgency=low + + * wrap uic so QTDIR is set for it...makes plugins happier + + -- Ivan E. Moore II Wed, 31 Oct 2001 09:19:00 -0700 + +qt-x11-free (2:3.0.0.0-2) unstable; urgency=low + + * Enable gl support. If it get's whacky like qt2 did we'll break it + off into it's own package. But until then we'll just do it this way. + * Fix wrapper (Closes: #116734) + + -- Ivan E. Moore II Mon, 22 Oct 2001 12:55:00 -0700 + +qt-x11-free (2:3.0.0.0-1) unstable; urgency=low + + * New upstream version + + -- Ivan E. Moore II Mon, 15 Oct 2001 11:54:00 -0700 + +qt-x11-free (2:3.0.0-0beta6-4) unstable; urgency=low + + * Don't compile in xinerama support...lets actually build on all archs + + -- Ivan E. Moore II Tue, 09 Oct 2001 16:00:00 -0700 + +qt-x11-free (2:3.0.0-0beta6-3) unstable; urgency=low + + * Properly include private include files + * Provide links from /usr/bin/ qt bins to /usr/share/qt/bin + + -- Ivan E. Moore II Mon, 08 Oct 2001 16:00:00 -0700 + +qt-x11-free (2:3.0.0-0beta6-2) unstable; urgency=low + + * Properly include include files (Closes: #114357) + * Pass variables onto designer (Closes: #114271) + * Add new variable to qmake.sh (Closes: #113341) + + -- Ivan E. Moore II Wed, 03 Oct 2001 16:11:00 -0700 + +qt-x11-free (2:3.0.0-0beta6-1) unstable; urgency=low + + * New upstream beta + + -- Ivan E. Moore II Mon, 01 Oct 2001 11:04:00 -0700 + +qt-x11-free (2:3.0.0-0beta5-2) unstable; urgency=low + + * Fix shlibs (Closes: #113055) + + -- Ivan E. Moore II Sun, 23 Sep 2001 18:41:00 -0700 + +qt-x11-free (2:3.0.0-0beta5-1) unstable; urgency=low + + * New upstream beta + + -- Ivan E. Moore II Tue, 18 Sep 2001 09:56:00 -0700 + +qt-x11-free (2:3.0.0-0beta4-2) unstable; urgency=low + + * Provide threaded QT library + * Cleanup deps + * Set shlibs files + * Remove -O2 from alpha build and add -mieee + * don't use gcc3 for alpha build anymore + + -- Ivan E. Moore II Sat, 08 Sep 2001 09:57:00 -0700 + +qt-x11-free (2:3.0.0-0beta4-1) unstable; urgency=low + + * New upstream beta + * Lintian error cleanup + + -- Ivan E. Moore II Wed, 29 Aug 2001 20:52:00 -0700 + +qt-x11-free (2:3.0.0-0beta3-2) unstable; urgency=low + + * Fix path issues for documentation (Closes: #109255) + + -- Ivan E. Moore II Mon, 19 Aug 2001 00:01:00 -0700 + +qt-x11-free (2:3.0.0-0beta3-1) unstable; urgency=low + + * new upstream beta + * Include mkspecs bits for qmake + * include qmake wrapper + + -- Ivan E. Moore II Fri, 27 Jul 2001 03:36:00 -0700 + +qt-x11-free (2:3.0.0-0beta2-3) unstable; urgency=low + + * drop Optimization down for other archs + * *should* fix m68k build (Closes: #104043) + + -- Ivan E. Moore II Tue, 17 Jul 2001 15:47:00 -0700 + +qt-x11-free (2:3.0.0-0beta2-2) unstable; urgency=low + + * actually include libqxt.so so people can build packages against it + * Remove the suggests for anti-aliasing-howto from the plugin packages + + -- Ivan E. Moore II Sun, 08 Jul 2001 03:50:00 -0700 + +qt-x11-free (2:3.0.0-0beta2-1) unstable; urgency=low + + * New upstream beta + * Ok, now we break out libqxt0 + + -- Ivan E. Moore II Thu, 05 Jul 2001 12:46:00 -0700 + +qt-x11-free (3.0.0-0beta1-6) unstable; urgency=low + + * Add missing build-depend for flex (Closes: #102978, #102984) + * Add conflict with libqxt0 (Closes: #102959) + + -- Ivan E. Moore II Sun, 01 Jul 2001 08:32:00 -0700 + +qt-x11-free (3.0.0-0beta1-5) unstable; urgency=low + + * ok..I'll get this stuff worked out soon. Fix gl build bits + (Closes: #102849) + + -- Ivan E. Moore II Sat, 30 Jun 2001 00:27:00 -0700 + +qt-x11-free (3.0.0-0beta1-4) unstable; urgency=low + + * Include qmake in libqt3-dev package + * Build database modules and provide seperate packages for them + * Build styles and provide them in libqt3 package + * Actually install designer plugins...guess that might help. + * More build cleanup...properly build all the tools/* modules + * Update build-depends + * Actually include linguist desktop file + * Include interface files as well + + -- Ivan E. Moore II Thu, 28 Jun 2001 22:03:00 -0700 + +qt-x11-free (3.0.0-0beta1-3) unstable; urgency=low + + * Fix libqui1 deps (Closes: #100804) + * Fix qmake symlink (Closes: #100964) + + -- Ivan E. Moore II Mon, 18 Jun 2001 19:40:00 -0700 + +qt-x11-free (3.0.0-0beta1-2) unstable; urgency=low + + * Fix dependencies for libqt3-dev...grrr + * Fix description for qt3-tools + + -- Ivan E. Moore II Thu, 07 Jun 2001 21:00:00 -0700 + +qt-x11-free (3.0.0-0beta1-1) unstable; urgency=low + + * New upstream beta version + + -- Ivan E. Moore II Sat, 26 May 2001 11:06:00 -0700 + +qt-x11 (2:2.3.0-final-5) unstable; urgency=low + + * Fix LD PATH problems due to new fakeroot routines (Closes: #98068) + * Get rid of gl specific package and just build main package with gl support + + -- Ivan E. Moore II Fri, 25 May 2001 00:25:00 -0700 + +qt-x11 (2:2.3.0-final-4) unstable; urgency=low + + * Fix konsole accents (Closes: #96678) + + -- Ivan E. Moore II Fri, 11 May 2001 10:27:00 -0700 + +qt-x11 (2:2.3.0-final-3) unstable; urgency=low + + * More alpha tweaks (only remove optimization for CXXFLAGS) + * Update bulid flags (Closes: #90334) + * Updating shlibs to stop problem with people using old libqt2 packages + * Several upstream fixes pulled out of the qt-copy CVS tree on KDE's + CVS Repository + * Build fixes for systems that do not have qt installed on them already + * Remove old Xft build hacks since we are using x4.0.3 now + * Update build-depends since we now require x4.0.3 + * Build libqt2-mt with opengl support (Closes: #91989) + * Build static libs with opengl support as well + * Remove old -dev provides which fixes buildd problems + * Get rid of 2.2 dummy packages libqt2.2 and libqt2.2-gl + * Update Build-Depends and other Depends that were pointing to provided or + pseudo packages. Have them point to a real package | pseudo package. + * Add new kde menu tag to qt-designer + * Add new libqxt0 pacakge so that in the future we don't have a confliction + with libqt3 and libqt2 since most likely libqxt soname won't change. + * Adding in lintian overrides finally + * Updating standards version + * Remove old hacks in debian/rules + * Should fix pure_virtual problems (Closes: #94676) + * Apply i18n patches (qclipboard, qstring, xim) + * Building with system png again + + -- Ivan E. Moore II Tue, 01 May 2001 22:42:00 -0700 + +qt-x11 (2:2.3.0-final-2) unstable; urgency=low + + * test build + + -- Ivan E. Moore II Sun, 07 Mar 2001 13:26:00 -0700 + +qt-x11 (2:2.3.0-final-1) unstable; urgency=low + + * New upstream version + * Applied xft workaround patch + * versioning the depends + * Adding in alpha specific build code so that it will build out of the + box. + + -- Ivan E. Moore II Wed, 07 Mar 2001 13:26:00 -0700 + +qt-x11 (2:2.3.0-beta1-3) unstable; urgency=low + + * Various patches applied from qt-copy branch of kde cvs. These include + several upstream fixes that were done post beta-1 and will be a part of + the next release. + LANG=he_IL.iso8859-8 will work correctly now. + .fontguess file now accepts quoted font names (so you can use font anmes + with white space inside) + * Konq's combobox works again + * Include xt extension (Closes: #88147) + + -- Ivan E. Moore II Thu, 01 Mar 2001 09:17:00 -0700 + +qt-x11 (2:2.3.0-beta1-2) unstable; urgency=low + + * Fix grave bug with xft (Closes: #87758) + + -- Ivan E. Moore II Mon, 26 Feb 2001 23:22:00 -0700 + +qt-x11 (2:2.3.0-beta1-1) unstable; urgency=low + + * New upstream version + * Don't clean everything out of bin/ after each stage as some pieces are + scripts that don't get built + * Fix Depends for libqutil1 + * Change version for kde-designer replace/conflicts so that one can actually + install kde-designer (Closes: #87223) + * Change doc package to qt-doc + * Let's go back to libqt2 and get away from libqt2.x. Providing migration + packages as to not totally hose people up right away. These will go + away prior to freeze. + * Build with XFT support - Anti Aliasing + + -- Ivan E. Moore II Fri, 23 Feb 2001 06:23:00 -0700 + +qt-x11 (2:2.2.4-5) unstable; urgency=low + + * Fix qt-mt package (Closes: #85132) + building of the tools cause the mt library to get hosed somehow + * Fix -dev depends for mt-dev + + -- Ivan E. Moore II Sat, 17 Feb 2001 00:42:00 -0700 + +qt-x11 (2:2.2.4-4) unstable; urgency=low + + * Break out uic and libqutil. This allows for developers not to need + qt-designer to build packages and also takes care of the fact that + libqutil is common. + * Changing dev packages to libqt-dev and libqt-mt-dev + + -- Ivan E. Moore II Thu, 15 Feb 2001 02:30:00 -0700 + +qt-x11 (2:2.2.4-3) unstable; urgency=low + + * Fix pathing for qt-designer for #85493 + * Change qt-designer's Depends on qt2.2-doc to Recommends (Closes: #85486) + * Adding in Perl depends properly for libqt2.2-dev + + -- Ivan E. Moore II Sat, 10 Feb 2001 17:30:00 -0700 + +qt-x11 (2:2.2.4-2) unstable; urgency=low + + * Include findtr (Closes: 85439) + * Build against new libmng + + -- Ivan E. Moore II Fri, 09 Feb 2001 16:30:00 -0700 + +qt-x11 (2:2.2.4-1) unstable; urgency=low + + * New upstream version + On X11, popup menus do not grab the keyboard anymore, but rely on and + enforce the application to have focus. This works around an X11 bug + where deadkeys do not work while the keyboard is grabbed. + See QT changelog for full list of updates + * Installing ui templates so that Designer doesn't complain. + * Adding in suggests for tmake + * Moving libqutil and uic over to designer package where they belong + * Moving away from /usr/lib/qt2 - + /usr/share/qt would have links for include/docs/man + it will also store all other pieces such as the ui templates for + designer. + * Cleaning up post/pre scripts, docs, etc. libqt2.2 package doesn't need + development docs and information...move it into -dev package + * Creating createcw and associated libs for use with designer + + -- Ivan E. Moore II Fri, 02 Feb 2001 16:30:00 -0700 + +qt2.2 (2:2.2.3-12) unstable; urgency=low + + * Only build designer once, using the shared libraries. This will cut + down on build time. + * Moving man pages into /usr/share/man tree + * Do not duplicate header files for examples and tools. + * Don't copy the tools/ directory tree since we build them already, if + someone wants the source to them they can dl the orig.tar.gz + * Don't remove the Makefile's during a clean so that we can include them + with the examples and tutorial + * Adding in a Debian menu entry for QT Designer + * Cleaning up descriptions to show where man pages were (since they were + still being referenced in the -dev package + * Adding note in README.Debian on how to build the examples and tutorial + * Compressing tutorial and examples to save on space by default. People + can then uncompress them if them want to use them. + * Cleaning up post/pre scripts + * Cleaning up diff + * Upstream patch applied for "dead keys" in qpopups - this is part of a + fix for Bug 82967. + * fix for setNamedColor parsing problem + + -- Ivan E. Moore II Sat, 27 Jan 2001 07:25:00 -0700 + +qt2.2 (2:2.2.3-11) unstable; urgency=low + + * Removing libpth-dev from depends + * One more upstream crash/bug fix in qasyncimageio + + -- Ivan E. Moore II Wed, 24 Jan 2001 18:41:00 -0700 + +qt2.2 (2:2.2.3-10) unstable; urgency=low + + * Fixing libqt2.2-dev dependencies. Adding libz-dev, xlibs-dev, libpng2-dev, + libjpeg62-dev, libmng-dev. (Closes: #83298) + * Adding uic information to libqt2.2-dev's description + * More crash fixes for graphics manipulation + + -- Ivan E. Moore II Tue, 23 Jan 2001 14:13:00 -0700 + +qt2.2 (2:2.2.3-9) unstable; urgency=low + + * Fix a crash problem with qimage + * More i18n + + -- Ivan E. Moore II Mon, 22 Jan 2001 00:10:00 -0700 + +qt2.2 (2:2.2.3-8) unstable; urgency=low + + * More upstream fixes...moving towards 2.2.4 + i18n work + bug fixes + * Removing old i18n patches + * fixing qt-designer section + * Build against new version of MNG + * Update build-depends + + -- Ivan E. Moore II Sat, 20 Jan 2001 01:28:00 -0700 + +qt2.2 (2:2.2.3-7) unstable; urgency=low + + * Moving tools/ includes to /usr/share/doc/qt2.2-doc/tools/includes + Apparantly they were causing problems with some apps + * Updating build-depends + * New upstream fixes + printing when your display has a resolution != 75 dpi + true type and type1 fonts will now get embedded into the document. This + fixes printing in almost all 8bit locales, *if* you are using these + fonts. + OK button fix + + -- Ivan E. Moore II Wed, 17 Jan 2001 16:05:00 -0700 + +qt2.2 (2:2.2.3-6) unstable; urgency=low + + * New i18n patches - submitted upstream finally it seems + * Cleanup of build-depends and depends. + * Creating a non-kde designer package + * Upstream i18n updates out of future 2.2.4 release. + * Fix print dialog problem - thanks to Michael Lachmann + + -- Ivan E. Moore II Mon, 15 Jan 2001 15:30:00 -0700 + +qt2.2 (2:2.2.3-5) unstable; urgency=low + + * Cleaning up depends/provides/conflicts + We are the only qt package for unstable so lets act like it. + * new i18n patch for qpsprinter + + -- Ivan E. Moore II Wed, 10 Jan 2001 16:00:00 -0700 + +qt2.2 (2:2.2.3-4) unstable; urgency=low + + * New i18n patches + * More build fixes + + -- Ivan E. Moore II Mon, 01 Jan 2001 03:31:00 -0700 + +qt2.2 (2:2.2.3-3) unstable; urgency=low + + * Applying Anti-Aliasing patch + * Adjusting Build-Depends as we now must have the latest X4 + * Adding libfreetyp6-dev to Build-Depends + * Fixing document links (Closes: #79876) + * New i18n patch update for qpsprinter + + -- Ivan E. Moore II Mon, 18 Dec 2000 01:13:00 -0700 + +qt2.2 (2:2.2.3-2) unstable; urgency=low + + * More build fixes...arggg... + * Applying new i18n patches for 2.2.3 and removing old 2.2.2 hacks + + -- Ivan E. Moore II Thu, 14 Dec 2000 16:27:00 -0700 + +qt2.2 (2:2.2.3-1) unstable; urgency=low + + * New upstream version + * Cleaning up build process + * Removing Mesa specific GL code as before + * Including new tools - qconfig, qvfb, makeqpf, and qembed + * Applying qscrollview patch from QT via + + -- Ivan E. Moore II Wed, 13 Dec 2000 14:45:00 -0700 + +qt2.2 (2:2.2.2-12) unstable; urgency=low + + * New ad hoc xim patch - amazing what happens when you have no other choice + * Updating shlibs + * More build-depends and depends work + + -- Ivan E. Moore II Mon, 11 Dec 2000 09:09:00 -0700 + +qt2.2 (2:2.2.2-11) unstable; urgency=low + + * Removing xim patch since it's been weeks without a fix for the problems + it causes + + -- Ivan E. Moore II Sat, 09 Dec 2000 06:30:00 -0700 + +qt2.2 (2:2.2.2-10) unstable; urgency=low + + * Friggen dependency loops. + + -- Ivan E. Moore II Thu, 07 Dec 2000 01:00:00 -0700 + +qt2.2 (2:2.2.2-9) unstable; urgency=low + + * Fixing broken shlibs...arggg + + -- Ivan E. Moore II Sat, 02 Dec 2000 23:12:00 -0700 + +qt2.2 (2:2.2.2-8) unstable; urgency=low + + * Creating libqt2.2-gl package. Recommendations from upstream folks to + only compile in GL support as necessary due to stability issues and the + fact that we do have users that require GL support in QT has led me to + move GL support out of the main QT package. libqt2.2 conflicts/replaces + libqt2.2-gl while libqt2.2-gl replaces libqt2.2. + * Adding in missing build-depends + * More build cleanup + + -- Ivan E. Moore II Thu, 30 Nov 2000 15:15:00 -0700 + +qt2.2 (2:2.2.2-7) unstable; urgency=low + + * New i18n patches + + -- Ivan E. Moore II Wed, 29 Nov 2000 07:52:00 -0700 + +qt2.2 (2:2.2.2-6) unstable; urgency=low + + * New i18n patches + * Adding in a replaces for libqt1g-dev and qt1g-dev + + -- Ivan E. Moore II Sat, 25 Nov 2000 03:40:00 -0700 + +qt2.2 (2:2.2.2-5) unstable; urgency=low + + * Removing nas support per popular demand + + -- Ivan E. Moore II Mon, 20 Nov 2000 15:45:00 -0700 + +qt2.2 (2:2.2.2-4) unstable; urgency=low + + * Moving threaded version of libqt to libqt2.2-mt to cut down on size of + main package and still allow for those who need the threaded version to + obtain it. + * Fixing up dependencies for xlibs vs xlib6g for ports that do not have + xlibs + * Fixing shlibs + + -- Ivan E. Moore II Sat, 18 Nov 2000 20:14:00 -0700 + +qt2.2 (2:2.2.2-4) unstable; urgency=low + + * Fixing up thread support again + * Fixing the last lintian error + + -- Ivan E. Moore II Sat, 18 Nov 2000 08:30:00 -0700 + +qt2.2 (2:2.2.2-3.1) unstable; urgency=low + + * Fixing QGLWidget problem (Closes: #77248) + + -- Ivan E. Moore II Thu, 16 Nov 2000 21:30:00 -0700 + +qt2.2 (2:2.2.2-3) unstable; urgency=low + + * Applying uic patch from upstream + * Adding in versioned replace (Closes: #77147) + + -- Ivan E. Moore II Thu, 16 Nov 2000 07:15:00 -0700 + +qt2.2 (2:2.2.2-2.1) unstable; urgency=low + + * Removing thread support as it still seems unstable + + -- Ivan E. Moore II Thu, 16 Nov 2000 07:15:00 -0700 + +qt2.2 (2:2.2.2-2) unstable; urgency=low + + * contains new i18n patches + + -- Ivan E. Moore II Thu, 16 Nov 2000 02:00:00 -0700 + +qt2.2 (2:2.2.2-1) unstable; urgency=low + + * New upstream version + * Does not contain any i18n patches + * compiled with nas sound support + * mesa specific GL code removed manually + + -- Ivan E. Moore II Tue, 14 Nov 2000 20:00:00 -0700 + +qt2.2 (2:2.2.1-11) unstable; urgency=low + + * Manually removing Mesa specific GL code from qt + * New i18n patch + * Cleaned up diff file + + -- Ivan E. Moore II Sun, 12 Nov 2000 03:00:00 -0700 + +qt2.2 (2:2.2.1-10) unstable; urgency=low + + * New i18n patches (Closes: #75830) + + -- Ivan E. Moore II Wed, 08 Nov 2000 16:00:00 -0700 + +qt2.2 (2:2.2.1-9.2) unstable; urgency=low + + * Fix to /usr/lib/qt2/man link problem (Closes: #75622) + + -- Ivan E. Moore II Sun, 05 Nov 2000 22:00:00 -0700 + +qt2.2 (2:2.2.1-9.1) unstable; urgency=low + + * Build against X4 libs + + -- Ivan E. Moore II Sat, 04 Nov 2000 12:00:00 -0700 + +qt2.2 (2:2.2.1-9) unstable; urgency=low + + * More opengl cleanup + * Removing i18n patches as they are causing problems in some apps + + -- Ivan E. Moore II Wed, 01 Nov 2000 23:00:00 -0700 + +qt2.2 (2:2.2.1-8) unstable; urgency=low + + * Re-adding opengl support until another solution is created + + -- Ivan E. Moore II Mon, 23 Oct 2000 16:28:00 -0700 + +qt2.2 (2:2.2.1-7) unstable; urgency=low + + * Round 42..heh...let's try the png fix again + + -- Ivan E. Moore II Wed, 18 Oct 2000 23:54:00 -0700 + +qt2.2 (2:2.2.1-6) unstable; urgency=low + + * Hopefully fix png image viewing crashing + * adding in links for /usr/lib/qt2/man and /usr/lib/qt2/doc + * Fixing compression of html files + + -- Ivan E. Moore II Wed, 18 Oct 2000 00:15:00 -0700 + +qt2.2 (2:2.2.1-5) unstable; urgency=low + + * Minor dependency fix for libqt2.2-dev's perl necessesity + + -- Ivan E. Moore II Sat, 14 Oct 2000 01:00:00 -0700 + +qt2.2 (2:2.2.1-4) unstable; urgency=low + + * Ok, I'm not sure what i did but somehow the i18n patches missed getting + applied when I updated the source. Re-Applying them. (Closes: #74713) + + -- Ivan E. Moore II Fri, 13 Oct 2000 23:30:00 -0700 + +qt2.2 (2:2.2.1-3) unstable; urgency=low + + * Putting includes for examples into qt2.2-doc package (Closes: #74479) + * adding in some build options recommended by upstream that will reduce + the amount of memory used by apps linked against qt as well as reduce + the size of the resulting library significantly + + -- Ivan E. Moore II Wed, 11 Oct 2000 02:30:00 -0700 + +qt2.2 (2:2.2.1-2) unstable; urgency=low + + * More build cleanup + + -- Ivan E. Moore II Sun, 08 Oct 2000 03:45:00 -0700 + +qt2.2 (2:2.2.1-1) unstable; urgency=low + + * Including new version of upstream source code (they buggered something) + * Applying i18n patches for 2.2.1 + + -- Ivan E. Moore II Sat, 07 Oct 2000 22:00:00 -0700 + +qt2.2 (2:2.2.1-0) unstable; urgency=low + + * New upstream version + * Building with thread support turned on (Closes: #72994) + + -- Ivan E. Moore II Thu, 05 Oct 2000 20:00:00 -0700 + +qt2.2 (2:2.2.0-20000906-9) unstable; urgency=low + + * Fixing up some dependencies and build-depends + + -- Ivan E. Moore II Tue, 26 Sep 2000 17:30:00 -0700 + +qt2.2 (2:2.2.0-20000906-8) unstable; urgency=low + + * Appling font patch to fix infinate loop and XFree4 (Closes: #72374) + * Fixing /usr/include/qt after removing alternatives + * Adding in a conflict for libqt1g-dev + + -- Ivan E. Moore II Sun, 24 Sep 2000 22:00:00 -0700 + +qt2.2 (2:2.2.0-20000906-7) unstable; urgency=low + + * Finally adding in a fix for dangling manpage (Closes: #67375) + * Getting rid of alternatives since this will be the only qt package + * Adding libmng support + * Fixing up build-depends + + -- Ivan E. Moore II Sat, 23 Sep 2000 00:30:00 -0700 + +qt2.2 (2:2.2.0-20000906-6) unstable; urgency=low + + * More cleanup of build process to better handle mergetr and msg2qm + * Should fix problem with mesa linking (Closes: #71829) + * Applying m17n patches (Closes: #71820) + + -- Ivan E. Moore II Mon, 18 Sep 2000 17:30:00 -0700 + +qt2.2 (2:2.2.0-20000906-5) unstable; urgency=low + + * Fixing problem with missing mergetr and msg2qm + + -- Ivan E. Moore II Tue, 12 Sep 2000 09:00:00 -0700 + +qt2.2 (2:2.2.0-20000906-4) unstable; urgency=low + + * Building against utahglx instead of mesa to get around hardcoded Mesa + items + + -- Ivan E. Moore II Sun, 10 Sep 2000 19:00:00 -0700 + +qt2.2 (2:2.2.0-20000906-3) unstable; urgency=low + + * Fixing src -> sub-src problem in rules file (should help alpha build) + + -- Ivan E. Moore II Sat, 09 Sep 2000 15:15:00 -0700 + +qt2.2 (2:2.2.0-20000906-2) unstable; urgency=low + + * Removing designer build pieces + + -- Ivan E. Moore II Fri, 08 Sep 2000 00:15:00 -0700 + +qt2.2 (2:2.2.0-20000906-1) unstable; urgency=low + + * Working out build issues + + -- Ivan E. Moore II Thu, 07 Sep 2000 15:00:00 -0700 + +qt2.2 (2:2.2.0-20000906-0) unstable; urgency=low + + * New upstream stable release + * Includes designer and is under a dual license. QPL and GPL + + -- Ivan E. Moore II Wed, 06 Sep 2000 07:45:00 -0700 + +qt2.2-copy (2:2.2.0-20000821-0.3) unstable; urgency=low + + * Building other tools (mergetr, msg2qm, qconfig) + * removing replace/conflict with libqt2.1 + + -- Ivan E. Moore II Tue, 05 Sep 2000 18:00:00 -0700 + +qt2.2-copy (2:2.2.0-20000821-0.2) unstable; urgency=low + + * Fixing library issues when building designer + + -- Ivan E. Moore II Fri, 01 Sep 2000 17:00:00 -0700 + +qt2.2-copy (2:2.2.0-20000821-0.1) unstable; urgency=low + + * Updating version number to be higher than Debian one + + -- Ivan E. Moore II Mon, 28 Aug 2000 06:00:00 -0700 + +qt2.2-copy (2:2.2.0-20000821-0) unstable; urgency=low + + * New upstream CVS version + * Providing designer + + -- Ivan E. Moore II Mon, 21 Aug 2000 18:00:00 -0700 + +qt2.2-copy (2:2.2.0-1.copy.1) unstable; urgency=low + + * New upstream beta version + + -- Ivan E. Moore II Sun, 20 Aug 2000 00:30:00 -0700 + +qt2.2-beta1 (2:2.2.0-0.beta1.0) unstable; urgency=low + + * New upstream beta version + + -- Ivan E. Moore II Thu, 10 Aug 2000 02:30:00 -0700 + +qt2.1 (2:2.1.0-1.1) unstable; urgency=low + + * Upping the epoch number since the upstream version changes made 2.1.0 + full release lower than the 2.1.0beta + + -- Ivan E. Moore II Thu, 18 May 2000 08:30:00 -0700 + +qt2.1 (2.1.0-1.1) unstable; urgency=low + + * Fixing qt_windows/mac.h include errors + * Adding in build depends + + -- Ivan E. Moore II Mon, 15 May 2000 02:30:00 -0700 + +qt2.1 (2.1.0-1) unstable; urgency=low + + * Applying patches for international support issues provided by + Oliver Bolzer + + -- Ivan E. Moore II Tue, 25 Apr 2000 17:45:00 -0700 + +qt2.1 (2.1.0-0) unstable; urgency=low + + * New upstream version + + -- Ivan E. Moore II Wed, 19 Apr 2000 05:30:00 -0700 + +qt2.1beta3 (2.1.0beta3-0) unstable; urgency=low + + * New upstream beta version + + -- Ivan E. Moore II Wed, 22 Mar 2000 18:00:00 -0700 + +qt2.1beta2 (2.1.0beta2-1.1) unstable; urgency=low + + * Applying qsortedlist.h patch + + -- Ivan E. Moore II Tue, 07 Mar 2000 10:30:00 -0700 + +qt2.1beta2 (2.1.0beta2-1) unstable; urgency=low + + * New upstream beta version + * Fixing prerm script + + -- Ivan E. Moore II Mon, 06 Mar 2000 00:30:00 -0700 + +qt2.1 (2.1.0-0.beta1.0) unstable; urgency=medium + + * New upstream beta version + * Taking over maintainership temporarily with permission from Heiko + * Fixing alternatives issue (Closes: #56997) + + -- Ivan E. Moore II Mon, 28 Feb 2000 18:00:00 -0700 + +qt2 (2.0.2-0.7) unstable; urgency=medium + + * Taking out old qt1g confliction (Closes: #54414) + * Fixing problem with overwriting moc man pages (Closes: #53067) + * NMU + + -- Ivan E. Moore II Sun, 09 Jan 2000 12:15:23 -0700 + +qt2 (2.0.2-0.6) unstable; urgency=medium + + * Compressing man pages (Closes: #51336) + * Fixing self dependencies issue with resident qt libs + * Adding in an alternative for -dev's libqt.so + * NMU + + -- Ivan E. Moore II Tue, 30 Nov 1999 23:15:23 -0400 + +qt2 (2.0.2-0.5) unstable; urgency=medium + + * Adding in a conflict for qt1g..sorry.. (Closes #49507, #49347, #48827) + * NMU + + -- Ivan E. Moore II Wed, 03 Nov 1999 00:15:23 -0400 + +qt2 (2.0.2-0.4) unstable; urgency=medium + + * Creating an alternative for /usr/include/qt + * NMU + + -- Ivan E. Moore II Wed, 03 Nov 1999 00:15:23 -0400 + +qt2 (2.0.2-0.3) unstable; urgency=medium + + * Changing pathing for doc-base (Closes: #47583) + * Setting sections properly in control file + * NMU + + -- Ivan E. Moore II Mon, 1 Nov 1999 00:15:23 -0400 + +qt2 (2.0.2-0.2) unstable; urgency=medium + + * Fixing self dependency (Closes: #48254) + * Including msg2qm and mergetr (Closes: #47897) + * Creating an alternative for moc between qt1 and qt2 (Closes: #44844) + * Linking /usr/lib/qt2/include to /usr/include/qt2 + * Fixing up post/pre scripts to work with debian policy (doc linking stuff) + * NMU + + -- Ivan E. Moore II Mon, 25 Oct 1999 08:15:23 -0400 + +qt2 (2.0.2-0.1) unstable; urgency=medium + + * New upstream version + * Changing package names to meet policy (Closes: 46229) + * NMU + + -- Ivan E. Moore II Thu, 07 Oct 1999 08:15:23 -0400 + +qt2 (2.0.1-0.1) unstable; urgency=medium + + * Rebuild with new gcc (2.95) libs + * Changing requirement for -doc from recommends to suggests + * Migrating to /usr/share/doc + * NMU for the above changes + + -- Ivan E. Moore II Sun, 12 Sep 1999 14:15:23 -0400 + +qt2 (2.0.1-0) unstable; urgency=medium + + * bug fix release (new upstream) + + -- Heiko Schlittermann Tue, 20 Jul 1999 09:15:23 +0200 + +qt2 (2.00-0) unstable; urgency=medium + + * final release + + -- Heiko Schlittermann Mon, 28 Jun 1999 18:08:19 +0200 + +qt2beta (2.00beta3-19990619-1) unstable; urgency=low + + * new upstream + * included below mentioned changes from J.M. Dassen + * included extensions: imageio, opengl, xt + + -- Heiko Schlittermann Sat, 19 Jun 1999 13:14:36 +0200 + +qt2beta (2.0-19990516-2.1) unstable; urgency=low + + * UNRELEASED. + * Bumped Standards-Version. + * [debian/control] Updated descriptions. + * [debian/rules] Strengthened 'clean' to produce better diffs. + * [src/Makefile.in] Disabled building of the libraries in "3rdparty" and + make use of the Debian libpng and libz packages instead. + * [debian/TODO] New. + * [debian/shlibs-dbg] Updated. + * Added doc-base support. + * Fixed a number of lintian complaints: + * [debian/control] Section "x11", not "main/x11". + * [debian/rules] Install changelogs. + * [debian/rules] Correct permission of documentation files. + * [debian/rules] Don't install LICENSE.QPL; it's in the copyright file + already. + * [debian/copyright.in] License is in LICENSE.QPL in the source + distribution. + + -- J.H.M. Dassen (Ray) Fri, 21 May 1999 18:59:25 +0200 + +qt2beta (2.0-19990516-2) unstable; urgency=low + + * skipping the man page steps entirely, since + the source doesn't seem to contain manpages, does it? + * built on a potato system + Thanks to: "Ivan E. Moore II" + + -- Heiko Schlittermann Mon, 17 May 1999 13:01:18 -0700 + +qt2beta (2.0-19990516-1) unstable; urgency=low + + * new checkout. + * gif enabled + + -- Heiko Schlittermann Mon, 10 May 1999 15:57:05 +0200 + +qt2beta (2.0-19990406-1) unstable; urgency=low + + * new checkout. + + -- Heiko Schlittermann Tue, 6 Apr 1999 09:07:14 +0200 + +qt2beta (2.0-19990316-1) unstable; urgency=low + + * new checkout. + + -- Heiko Schlittermann Tue, 16 Mar 1999 23:35:59 +0100 + +qt2beta (2.0-19990308-1) unstable; urgency=low + + * new checkout. + + -- Heiko Schlittermann Tue, 9 Mar 1999 00:03:32 +0100 + +qt2beta (2.0-19990302-1) unstable; urgency=low + + * new upstream beta ... (for coolo@kde.org) + + -- Heiko Schlittermann Tue, 2 Mar 1999 16:08:30 +0100 + +qt1-snapshot (1.39.19980414-2) unstable; urgency=low + + * insert the correct place (/usr/lib/qt1-snapshot/bin/moc) + of moc into the example Makefiles. + + -- Heiko Schlittermann Thu, 16 Apr 1998 17:45:00 +0200 + +qt1-snapshot (1.39.19980414-1) unstable; urgency=low + + * new upstream + * can now coexist with qt1 + * for further information read /usr/doc/qt1-snapshot/README.Debian + + -- Heiko Schlittermann Wed, 15 Apr 1998 22:41:36 +0200 + +qt1 (1.39.19980406-2) unstable; urgency=low + + * added the /usr/lib/qt dir w/ two symlinks + -> /usr/include and ->/usr/X11R6/lib + to make the QTDIR approach work (now + you can set QTDIR=/usr/lib/qt) + + -- Heiko Schlittermann Wed, 8 Apr 1998 11:18:16 +0200 + +qt1 (1.39.19980406-1) unstable; urgency=low + + * new upstream, used to compile qtscape + + -- Heiko Schlittermann Tue, 7 Apr 1998 11:22:02 +0200 + +qt1 (1.33-5) frozen; urgency=low + + * correct include and lib dir for the mesa stuff + + -- Heiko Schlittermann Mon, 6 Apr 1998 11:13:40 +0200 + +qt1 (1.33-4) frozen; urgency=low + + * next try to upload it. Build with mesa2g-dev + instead of the libc5 mesa libs. + * /usr/doc/example/qt-doc removed (#16921) + + -- Heiko Schlittermann Sun, 5 Apr 1998 13:58:13 +0200 + +qt1 (1.33-3) frozen; urgency=low + + * shlibs files now mention the current verion of libqt + * include libqgl (#16942, #14410) + * include tutorial in qt-doc + + -- Heiko Schlittermann Fri, 27 Mar 1998 13:07:30 +0100 + +qt1 (1.33-2) frozen; urgency=medium + + * dependency on xlib6 removed (#15905) + * include all .html files (#11567) + * hopefully lintian proof + * used the debhelper tools + + -- Heiko Schlittermann Tue, 24 Mar 1998 23:30:38 +0100 + +qt1 (1.33-1) unstable; urgency=medium + + * new upstream + + -- Heiko Schlittermann Mon, 23 Mar 1998 20:06:31 +0100 + +qt1 (1.31-1.3) unstable; urgency=low + + * -1.1 is not processed. maybe a new upload will work ? + * non-maintainer release by Andreas Jellinghaus . + + -- Andreas Jellinghaus Tue, 14 Oct 1997 10:47:14 +0200 + +qt1 (1.31-1.1) unstable; urgency=low + + * libc6 version. + * non-maintainer release by Andreas Jellinghaus . + + -- Andreas Jellinghaus Tue, 14 Oct 1997 10:47:14 +0200 + +qt1 (1.31-1) unstable; urgency=medium + + * new upstream release + + -- Heiko Schlittermann Mon, 13 Oct 1997 08:55:58 +0200 + +qt1 (1.30-1) unstable; urgency=medium + + * new upstream release + * changes: examples/tetris/Makefile clean target changed to + remove the *.moc file too + * src/moc/Makefile touches y.tab.h after cleanup since the + original source from troll tech contains it too (but + is useless) + + -- Heiko Schlittermann Tue, 30 Sep 1997 22:58:40 +0200 + +qt1 (1.2.1-1) stable unstable non-free; urgency=medium + + * new upstream release (Bugfix only!) + + -- Heiko Sclittermann Tue, 12 Aug 1997 21:26:13 +0200 + +qt1 (1.2-5) frozen non-free; urgency=low + + * set the new moc location in the examples and + tutorial makefiles. + + -- Heiko Schlittermann Tue, 29 Apr 1997 12:09:03 +0200 + +qt1 (1.2-4) frozen non-free; urgency=low + + * shlibs file lists version 1.2, since applications compiled + agains 1.2 doesn't work with < 1.2 + + -- Heiko Schlittermann Fri, 25 Apr 1997 20:04:04 +0200 + +qt1 (1.2-3) non-free; urgency=low + + * doc no longer depends on the library/binary package, + it only suggests it + + -- Heiko Schlittermann Mon, 21 Apr 1997 16:23:49 +0200 + +qt1 (1.2-2) non-free; urgency=low + + * moc goes to /usr/bin instead of /usr/X11R6/bin + + -- Heiko Schlittermann Thu, 17 Apr 1997 11:49:24 +0200 + +qt1 (1.2-1) non-free; urgency=medium + + * new upstream version + * bug8432 fixed: dependency on xlib6 + * New include dir is /usr/X11R6/include/qt (according to Xm, XmCxx, ...) + * bug8449 fixed: (suggestion) symlink + /usr/include/qt -> /usr/X11R6/include/qt (shouldn't do + to much harm) + * bug8507/8184 fixed: symlink in example dir + + -- Heiko Schlittermann Fri, 11 Apr 1997 12:46:12 +0200 + +qt1 (1.1-2) non-free; urgency=low + + * optional instead of extra .... + * correctly replace old qt0-doc and old qt0-dev with + qt-doc resp. qt-dev + + -- Heiko Schlittermann Fri, 28 Feb 1997 17:08:02 +0100 + +qt1 (1.1-0) non-free; urgency=medium + + * new upstream release out for about 3 months + + -- Heiko Schlittermann Wed, 12 Feb 1997 09:18:40 +0100 + +qt1 (1.0-3) contrib; urgency=low + + * should appear in non-free now + + -- Heiko Schlittermann Wed, 11 Dec 1996 19:02:08 +0100 + +qt1 (1.0-2) frozen unstable; urgency=low + + * nothing new unless distribution code and debian version + number -- I hope this will finally place all *deb files + in place on master. + + -- Heiko Schlittermann Thu, 5 Dec 1996 09:40:14 +0100 + +qt1 (1.0-1) unstable; urgency=low + + * new upstream version + * dev and doc package are now installed as qt-dev and qt-doc, + since only one qt-dev/qt-doc may exist at any time (but + qt may exist as qt0 and qt1) + + -- Heiko Schlittermann Fri, 18 Oct 1996 13:32:24 +0200 + +qt0 (0.99-1) unstable; urgency=low + + * new upstream version + + -- Heiko Schlittermann Mon, 9 Sep 1996 13:22:03 +0200 + +qt0 (0.98-1) unstable; urgency=low + + * initial release + + -- Heiko Schlittermann Sun, 8 Sep 1996 13:40:31 +0200 diff --git a/ubuntu/precise/dependencies/qt3/debian/compat b/ubuntu/precise/dependencies/qt3/debian/compat new file mode 100644 index 000000000..1e8b31496 --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/compat @@ -0,0 +1 @@ +6 diff --git a/ubuntu/precise/dependencies/qt3/debian/control b/ubuntu/precise/dependencies/qt3/debian/control new file mode 100644 index 000000000..e3961b65d --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/control @@ -0,0 +1,322 @@ +Source: qt-x11-free +Maintainer: Kubuntu Developers +XSBC-Original-Maintainer: Debian Qt/KDE Maintainers +Uploaders: Ana Beatriz Guerrero Lopez , Sune Vuorela , Fathi Boudra , Modestas Vainius +Build-Depends: debhelper (>= 5.0.31), quilt, cpio, libxext-dev (>= 4.3.0.dfsg.1-4), + libxrandr-dev (>= 4.3.0.dfsg.1-4), libsm-dev (>= 4.3.0.dfsg.1-4), + libxmu-dev (>= 4.3.0.dfsg.1-4), libice-dev (>= 4.3.0.dfsg.1-4), + libx11-dev (>= 4.3.0.dfsg.1-4), libxt-dev (>= 4.3.0.dfsg.1-4), libxrender-dev, + libxcursor-dev, libxinerama-dev, libxi-dev, zlib1g-dev, libjpeg62-dev, + libmng-dev (>= 1.0.3), libpng12-dev | libpng12-0-dev, libfontconfig1-dev, + libfreetype6-dev, libxft-dev, unixodbc-dev, uuid-dev, + libmysqlclient-dev, flex, libpq-dev, libaudio-dev, libcups2-dev, + libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libsqlite3-dev, + firebird2.1-dev [i386 kfreebsd-i386 kfreebsd-amd64 knetbsd-i386 netbsd-i386 amd64 sparc powerpc] | firebird2-dev [i386 amd64] +Section: libs +Priority: optional +Standards-Version: 3.7.3 +Homepage: http://trolltech.com +Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/trunk/packages/qt-x11-free +Vcs-Svn: svn://svn.debian.org/pkg-kde/trunk/packages/qt-x11-free + +Package: libqt3-mt +Architecture: any +Section: libs +Replaces: libqt3-mt (<< 4:14.0.0) +Breaks: libqt3-mt (<< 4:14.0.0) +Depends: ${shlibs:Depends}, fontconfig +Recommends: libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libxmu6 (>= 4.3.0.dfsg.1-4) +Conflicts: libqt3c102-mt, libqui1-emb, libqt3c-mt +Suggests: libqt3-mt-psql, libqt3-mt-mysql, libqt3-mt-odbc +Description: Qt GUI Library (Threaded runtime version), Version 3 + This is the Trolltech Qt library, version 3. It's necessary for + applications that link against the libqt-mt.so.3, e.g. all Trinity + applications. + +Package: libqt3-mt-mysql +Architecture: any +Section: libs +Replaces: libqt3-mt-mysql (<< 4:14.0.0) +Breaks: libqt3-mt-mysql (<< 4:14.0.0) +Depends: ${shlibs:Depends} +Conflicts: libqt3c102-mt-mysql, libqt3c-mt-mysql +Description: MySQL database driver for Qt3 (Threaded) + This package contains the threaded MySQL plugin for Qt3. Install it if + you intend to use or write Qt programs that are to access a MySQL DB. + +Package: libqt3-mt-odbc +Architecture: any +Section: libs +Replaces: libqt3-mt-odbc (<< 4:14.0.0) +Breaks: libqt3-mt-odbc (<< 4:14.0.0) +Depends: ${shlibs:Depends} +Conflicts: libqt3c102-mt-odbc, libqt3c-mt-odbc +Description: ODBC database driver for Qt3 (Threaded) + This package contains the threaded ODBC plugin for Qt3. Install it if + you intend to use or write Qt programs that are to access an ODBC DB. + +Package: libqt3-mt-psql +Architecture: any +Section: libs +Replaces: libqt3-mt-psql (<< 4:14.0.0) +Breaks: libqt3-mt-psql (<< 4:14.0.0) +Depends: ${shlibs:Depends} +Conflicts: libqt3c102-mt-psql, libqt3c-mt-psql +Description: PostgreSQL database driver for Qt3 (Threaded) + This package contains the threaded PostgreSQL plugin for Qt3. + Install it if you intend to use or write Qt programs that are + to access a PostgreSQL DB. + +Package: libqt3-mt-ibase +Architecture: i386 kfreebsd-i386 kfreebsd-amd64 knetbsd-i386 netbsd-i386 amd64 sparc powerpc +Section: libs +Depends: ${shlibs:Depends} +Conflicts: libqt3c102-mt-ibase +Replaces: libqt3c102-mt-ibase +Description: InterBase/FireBird database driver for Qt3 (Threaded) + This package contains the threaded InterBase/FireBird plugin + for Qt3. Install it if you intend to use or write Qt programs + that are to access an InterBase/FireBird DB. + +Package: libqt3-mt-sqlite +Architecture: any +Section: libs +Replaces: libqt3-mt-sqlite (<< 4:14.0.0) +Breaks: libqt3-mt-sqlite (<< 4:14.0.0) +Depends: ${shlibs:Depends} +Conflicts: libqt3c102-mt-sqlite +Description: SQLite database driver for Qt3 (Threaded) + This package contains the threaded SQLite plugin for Qt3. Install + it if you intend to use or write Qt programs that are to access an + SQLite DB. + +Package: libqt3-mt-dev +Architecture: any +Section: libdevel +Replaces: libqt3-mt-dev (<< 4:14.0.0) +Breaks: libqt3-mt-dev (<< 4:14.0.0) +Depends: libxext-dev (>= 4.3.0.dfsg.1-4), libxrandr-dev (>= 4.3.0.dfsg.1-4), + libsm-dev (>= 4.3.0.dfsg.1-4), libxmu-dev (>= 4.3.0.dfsg.1-4), + libice-dev (>= 4.3.0.dfsg.1-4), libx11-dev (>= 4.3.0.dfsg.1-4), + libxt-dev (>= 4.3.0.dfsg.1-4), libxrender-dev, libxcursor-dev, + libxinerama-dev, libxi-dev, zlib1g-dev, libjpeg62-dev, libmng-dev (>= 1.0.3), + libpng12-dev | libpng12-0-dev, libfontconfig1-dev, libfreetype6-dev, + libxft-dev, libaudio-dev, libcups2-dev, libgl1-mesa-dev | libgl-dev, + libglu1-mesa-dev | libglu-dev, libc6-dev, libqt3-mt (= ${binary:Version}), + libqt3-headers (= ${binary:Version}), qt3-dev-tools (= ${binary:Version}) +Conflicts: libqt-mt-dev, libqt3-emb (<= 3:3.0.3-1), libqt3-dev +Recommends: libqt3-compat-headers +Suggests: libqt3-i18n, qt3-doc +Description: Qt development files (Threaded) + Qt is a C++ class library optimized for graphical user interface + development. This package contains the libqt-mt.so symlink, necessary + for building threaded Qt applications as well as the libqui.so symlink + and the necessary header files for libqui.so. (See README.Debian and + the Qt Documentation for instructions on libqui.so) + . + WARNING: If you plan to build some older Qt3 applications, you will + most probably have to install the libqt3-compat-headers package. It + contains all the headers which are not part of the official Qt3 API + anymore but which are still used by some programs. So if you encounter + problems with missing header files, please install this package first + before you send a bugreport. + +Package: libqt3-headers +Architecture: any +Section: devel +Replaces: libqt3-headers (<< 4:14.0.0) +Breaks: libqt3-headers (<< 4:14.0.0) +Recommends: libqt3-mt-dev +Description: Qt3 header files + This package contains all header files for libqt and libqt-mt which come + with Qt3. If you want to compile or develop programs which use Qt3, you + have to install this package. + +Package: libqt3-compat-headers +Architecture: any +Section: devel +Replaces: libqt3-compat-headers (<< 4:14.0.0) +Breaks: libqt3-compat-headers (<< 4:14.0.0) +Depends: libqt3-headers (= ${binary:Version}) +Recommends: libqt3-mt-dev +Description: Qt 1.x and 2.x compatibility includes + This package contains header files that are intended for build + compatibility for applications that build with Qt3 but still use + deprecated includes. It is meant as an intermediate solution and + these header files are not part of the official Qt3 API. + All sourcecode that is still using the headers of this package is + subject to be changed to use the new header files which are in + libqt3-headers. + +Package: qt3-dev-tools +Architecture: any +Section: devel +Replaces: qt3-dev-tools (<< 4:14.0.0) +Breaks: qt3-dev-tools (<< 4:14.0.0) +Depends: ${shlibs:Depends} +Recommends: libqt3-mt-dev +Conflicts: libqt-dev (<< 3:2.3.2-10), uic (<= 3:2.3.2-9) +Description: Qt3 development tools + This package contains all tools that are necessary to build programs + that are written using Qt3. These are: qmake, uic and moc. + For Qt3 development, you most likely want to install this package. + +Package: qt3-designer +Architecture: any +Section: devel +Replaces: qt3-designer (<< 4:14.0.0) +Breaks: qt3-designer (<< 4:14.0.0) +Depends: ${shlibs:Depends} +Recommends: qt3-dev-tools +Suggests: qt3-assistant, qt3-doc +Conflicts: qt-designer (<= 3:2.3.2-9), qt-designer-doc +Description: Qt3 Designer + The Qt Designer is a GUI design program that interactively lets you + construct user interfaces for the Qt library. Additionally it lets you + create whole project and works together with the database drivers + provided by Qt to create applications with easy database access through + Qt. The resulting user interface files can then be converted to + C++ classes using the uic commandline utility which is usually done + automatically for the developer with a project management with qmake + or automake. + +Package: qt3-apps-dev +Architecture: any +Section: devel +Replaces: qt3-apps-dev (<< 4:14.0.0) +Breaks: qt3-apps-dev (<< 4:14.0.0) +Depends: libqt3-mt-dev +Description: Qt3 Developer applications development files + This package is intended for developers who want to develop applications + using the additional static libraries that ship with the applications + included with Qt; the Qt Designer and the Qt Assistant. + It allows integrating additional enhancements into the Qt Designer + respectively faciliate the Qt Assistant from within your Qt application + to interactively call the Assistant for displaying online help that the + developer includes with his application. + +Package: qt3-linguist +Architecture: any +Section: devel +Replaces: qt3-linguist (<< 4:14.0.0) +Breaks: qt3-linguist (<< 4:14.0.0) +Suggests: qt3-assistant +Depends: ${shlibs:Depends} +Description: The Qt3 Linguist + This package contains the Qt3 Linguist which provides translators a + tool perfect for translating any Qt-based application into other + languages and can be used and installed independently of any Qt + development files by the translator. + +Package: qt3-assistant +Architecture: any +Section: x11 +Replaces: qt3-assistant (<< 4:14.0.0) +Breaks: qt3-assistant (<< 4:14.0.0) +Depends: ${shlibs:Depends}, qt3-doc +Description: The Qt3 assistant application + This package contains the Qt3 Assistant, an easy to use frontend for + the complete Qt3 documentation and serves as an online help viewer for + any Qt program that wants to give the usesr access to online help. + Within the Qt tools it is used as the help viewer for the online help + for the Qt3 Designer and Linguist as well as qmake and the Qt 3 API + documentation. + . + Developers of Qt Application who want to faciliate the Qt Assistant for online + help display should refer to the README.Debian file for libqt3-mt-dev and + the package qt3-apps-dev. + +Package: qt3-qtconfig +Architecture: any +Section: x11 +Replaces: qt3-qtconfig (<< 4:14.0.0) +Breaks: qt3-qtconfig (<< 4:14.0.0) +Depends: ${shlibs:Depends} +Description: The Qt3 Configuration Application + The Qt Configuration program allows endusers to configure the look + and behavior of any Qt3 application. It is mostly only necessary + on systems which don't run KDE because the KDE control center already + covers this configuration automatically for the users Qt3 applications + according to his desktop settings in KDE. However, if you need to run + CJK-fonts or other non-latin scripts, you will most likely want to + install this package. + +Package: qt3-dev-tools-embedded +Architecture: any +Section: devel +Replaces: qt3-dev-tools-embedded (<< 4:14.0.0) +Breaks: qt3-dev-tools-embedded (<< 4:14.0.0) +Recommends: libqt3-mt-dev +Depends: ${shlibs:Depends} +Description: Tools to develop embedded Qt applications + This package contains applications only suitable for developing + applications with Qt Embedded and/or Qtopia. It provides the QVFB + program for simulating an embedded device desktop as well as makeqpf + for converting fonts to embedded fonts suitable for being utilized + by Qt Embedded applications. + +Package: qt3-dev-tools-compat +Architecture: any +Section: devel +Replaces: qt3-dev-tools-compat (<< 4:14.0.0) +Breaks: qt3-dev-tools-compat (<< 4:14.0.0) +Recommends: libqt3-mt-dev +Depends: ${shlibs:Depends} +Description: Conversion utilities for Qt3 development + This package contains some older Qt tools (namely qt20fix qtrename140, + qm2ts, mergetr, findtr and msg2qm). These tools are needed only by + application developers who need to migrate any Qt application written + for Qt 1.x or 2.x over to Qt 3.x. The purpose of the tools are to + help fixing the changes with include file renaming as well as migrating + the message file format of Qt 2 translation files or any gettext-based + translation system to the Qt 3 system. + +Package: libqt3-i18n +Architecture: all +Section: libs +Replaces: libqt3-i18n (<< 4:14.0.0) +Breaks: libqt3-i18n (<< 4:14.0.0) +Recommends: libqt3-mt +Description: i18n files for Qt3 library + This package contains the internationalization files for the Qt library. + Qt applications that are internationalized will need to depend on this package + for full internationalization support of the application towards the end user. + +Package: qt3-doc +Architecture: all +Section: doc +Replaces: qt3-doc (<< 4:14.0.0) +Breaks: qt3-doc (<< 4:14.0.0) +Priority: extra +Suggests: libqt3-headers, qt3-assistant | www-browser +Description: Qt3 API documentation + This package contains the complete API documentation for Qt3. + Examples to coding are in qt3-examples. The documentation is provided + in HTML and manpage format; the HTML version can be viewed in conjunction + with the Qt Assistant. + +Package: qt3-examples +Architecture: all +Section: doc +Replaces: qt3-examples (<< 4:14.0.0) +Breaks: qt3-examples (<< 4:14.0.0) +Priority: extra +Depends: libqt3-mt-dev (>= ${binary:Version}) +Suggests: qt3-apps-dev +Description: Examples for Qt3 + These are examples provided with Qt3. They may be especially useful for + you if you are learning to program in Qt as they cover quite a lot of + things that are possible with Qt3. + +Package: qt-x11-free-dbg +Section: libdevel +Architecture: any +Replaces: qt-x11-free-dbg (<< 4:14.0.0) +Breaks: qt-x11-free-dbg (<< 4:14.0.0) +Priority: extra +Depends: libqt3-mt (= ${binary:Version}), gdb +Conflicts: libqt3-mt-dbg +Description: debugging symbols for qt-x11-free binaries + This package contains the debugging symbols associated with qt-x11-free. + They will automatically be used by gdb for debugging Qt-related + issues. diff --git a/ubuntu/precise/dependencies/qt3/debian/copyright b/ubuntu/precise/dependencies/qt3/debian/copyright new file mode 100644 index 000000000..78872c85b --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/copyright @@ -0,0 +1,145 @@ +This is Debian GNU/Linux's prepackaged version of the Qt GUI Development +library. + +This package was put together originally by me, Heiko Schlittermann +, from the sources, which I obtained from +ftp.troll.no. The changes were very minimal to nothing, - merely +adding support for the Debian package maintenance scheme, by adding +various debian/* files and by changing the propagate script to fit the +Debian GNU/Linux filesystem structure. + +This package has since been temporarily taken over by Ivan Moore + until Heiko has time to work on it all again. + +In Jul 2002, Martin Loschwitz overtook the package +maintenance for the QT3-packages. + +This packaged is maintained inside the Debian Qt/KDE Maintainers Team + since Tue, 26 Jul 2005 19:06:03 +0200 + +Qt 3.3 is triple licensed under the QPL, GPL 2 and GPL 3. + +It was downloaded from ftp://ftp.troll.no/qt/source + + This file may be used under the terms of the GNU General + Public License versions 2.0 or 3.0 as published by the Free + Software Foundation and appearing in the files LICENSE.GPL2 + and LICENSE.GPL3 included in the packaging of this file. + Alternatively you may (at your option) use any later version + of the GNU General Public License if such license has been + publicly approved by Trolltech ASA (or its successors, if any) + and the KDE Free Qt Foundation. + +Please refer to /usr/share/common-licenses/GPL-2 for complete GPL 2 +licence and /usr/share/common-licenses/GPL-3 for complete GPL 3 +licence. + + THE Q PUBLIC LICENSE + version 1.0 + + Copyright (C) 1999-2000 Troll Tech AS, Norway. + Everyone is permitted to copy and + distribute this license document. + +The intent of this license is to establish freedom to share and change the +software regulated by this license under the open source model. + +This license applies to any software containing a notice placed by the +copyright holder saying that it may be distributed under the terms of +the Q Public License version 1.0. Such software is herein referred to as +the Software. This license covers modification and distribution of the +Software, use of third-party application programs based on the Software, +and development of free software which uses the Software. + + Granted Rights + +1. You are granted the non-exclusive rights set forth in this license + provided you agree to and comply with any and all conditions in this + license. Whole or partial distribution of the Software, or software + items that link with the Software, in any form signifies acceptance of + this license. + +2. You may copy and distribute the Software in unmodified form provided + that the entire package, including - but not restricted to - copyright, + trademark notices and disclaimers, as released by the initial developer + of the Software, is distributed. + +3. You may make modifications to the Software and distribute your + modifications, in a form that is separate from the Software, such as + patches. The following restrictions apply to modifications: + + a. Modifications must not alter or remove any copyright notices in + the Software. + + b. When modifications to the Software are released under this + license, a non-exclusive royalty-free right is granted to the + initial developer of the Software to distribute your modification + in future versions of the Software provided such versions remain + available under these terms in addition to any other license(s) of + the initial developer. + +4. You may distribute machine-executable forms of the Software or + machine-executable forms of modified versions of the Software, provided + that you meet these restrictions: + + a. You must include this license document in the distribution. + + b. You must ensure that all recipients of the machine-executable forms + are also able to receive the complete machine-readable source code + to the distributed Software, including all modifications, without + any charge beyond the costs of data transfer, and place prominent + notices in the distribution explaining this. + + c. You must ensure that all modifications included in the + machine-executable forms are available under the terms of this + license. + +5. You may use the original or modified versions of the Software to + compile, link and run application programs legally developed by you + or by others. + +6. You may develop application programs, reusable components and other + software items that link with the original or modified versions of the + Software. These items, when distributed, are subject to the following + requirements: + + a. You must ensure that all recipients of machine-executable forms of + these items are also able to receive and use the complete + machine-readable source code to the items without any charge + beyond the costs of data transfer. + + b. You must explicitly license all recipients of your items to use + and re-distribute original and modified versions of the items in + both machine-executable and source code forms. The recipients must + be able to do so without any charges whatsoever, and they must be + able to re-distribute to anyone they choose. + + + c. If the items are not available to the general public, and the + initial developer of the Software requests a copy of the items, + then you must supply one. + + Limitations of Liability + +In no event shall the initial developers or copyright holders be liable +for any damages whatsoever, including - but not restricted to - lost +revenue or profits or other direct, indirect, special, incidental or +consequential damages, even if they have been advised of the possibility +of such damages, except to the extent invariable law, if any, provides +otherwise. + + No Warranty + +The Software and this license document are provided AS IS with NO WARRANTY +OF ANY KIND, INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE. + Choice of Law + +This license is governed by the Laws of Norway. Disputes shall be settled +by Oslo City Court. + + The Qt GUI Toolkit is Copyright (C) 1994-2000 Trolltech AS. + + You may use, distribute and copy the Qt GUI Toolkit under the terms of + GNU General Public License version 2, which is display below. + diff --git a/ubuntu/precise/dependencies/qt3/debian/libqt3-compat-headers.install b/ubuntu/precise/dependencies/qt3/debian/libqt3-compat-headers.install new file mode 100644 index 000000000..d760342dd --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/libqt3-compat-headers.install @@ -0,0 +1,54 @@ +usr/include/qt3/q1xcompatibility.h +usr/include/qt3/qapp.h +usr/include/qt3/qarray.h +usr/include/qt3/qbitarry.h +usr/include/qt3/qbttngrp.h +usr/include/qt3/qchkbox.h +usr/include/qt3/qclipbrd.h +usr/include/qt3/qcollect.h +usr/include/qt3/qcollection.h +usr/include/qt3/qcombo.h +usr/include/qt3/qconnect.h +usr/include/qt3/qdatetm.h +usr/include/qt3/qdrawutl.h +usr/include/qt3/qdstream.h +usr/include/qt3/qfiledef.h +usr/include/qt3/qfiledlg.h +usr/include/qt3/qfileinf.h +usr/include/qt3/qfontinf.h +usr/include/qt3/qfontmet.h +usr/include/qt3/qgrpbox.h +usr/include/qt3/qintcach.h +usr/include/qt3/qiodev.h +usr/include/qt3/qlcdnum.h +usr/include/qt3/qlined.h +usr/include/qt3/qlist.h +usr/include/qt3/qmenudta.h +usr/include/qt3/qmetaobj.h +usr/include/qt3/qmlined.h +usr/include/qt3/qmsgbox.h +usr/include/qt3/qmultilinedit.h +usr/include/qt3/qobjcoll.h +usr/include/qt3/qobjdefs.h +usr/include/qt3/qpaintd.h +usr/include/qt3/qpaintdc.h +usr/include/qt3/qpdevmet.h +usr/include/qt3/qpmcache.h +usr/include/qt3/qpntarry.h +usr/include/qt3/qpopmenu.h +usr/include/qt3/qprndlg.h +usr/include/qt3/qprogbar.h +usr/include/qt3/qprogdlg.h +usr/include/qt3/qpsprn.h +usr/include/qt3/qpushbt.h +usr/include/qt3/qqueue.h +usr/include/qt3/qradiobt.h +usr/include/qt3/qrangect.h +usr/include/qt3/qscrbar.h +usr/include/qt3/qsocknot.h +usr/include/qt3/qstack.h +usr/include/qt3/qtabdlg.h +usr/include/qt3/qtstream.h +usr/include/qt3/qvector.h +usr/include/qt3/qwidcoll.h +usr/include/qt3/qwindefs.h diff --git a/ubuntu/precise/dependencies/qt3/debian/libqt3-headers.install b/ubuntu/precise/dependencies/qt3/debian/libqt3-headers.install new file mode 100644 index 000000000..2c789fcee --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/libqt3-headers.install @@ -0,0 +1,271 @@ +usr/include/qt3/private/* +usr/include/qt3/qabstractlayout.h +usr/include/qt3/qaccel.h +usr/include/qt3/qaccessible.h +usr/include/qt3/qaction.h +usr/include/qt3/qapplication.h +usr/include/qt3/qasciicache.h +usr/include/qt3/qasciidict.h +usr/include/qt3/qasyncimageio.h +usr/include/qt3/qasyncio.h +usr/include/qt3/qbig5codec.h +usr/include/qt3/qbitarray.h +usr/include/qt3/qbitmap.h +usr/include/qt3/qbrush.h +usr/include/qt3/qbuffer.h +usr/include/qt3/qbutton.h +usr/include/qt3/qbuttongroup.h +usr/include/qt3/qcache.h +usr/include/qt3/qcanvas.h +usr/include/qt3/qcdestyle.h +usr/include/qt3/qcheckbox.h +usr/include/qt3/qcleanuphandler.h +usr/include/qt3/qclipboard.h +usr/include/qt3/qcolor.h +usr/include/qt3/qcolordialog.h +usr/include/qt3/qcombobox.h +usr/include/qt3/qcommonstyle.h +usr/include/qt3/qcompactstyle.h +usr/include/qt3/qconnection.h +usr/include/qt3/qcstring.h +usr/include/qt3/qcursor.h +usr/include/qt3/qdatabrowser.h +usr/include/qt3/qdatastream.h +usr/include/qt3/qdatatable.h +usr/include/qt3/qdataview.h +usr/include/qt3/qdatetime.h +usr/include/qt3/qdatetimeedit.h +usr/include/qt3/qdeepcopy.h +usr/include/qt3/qdesktopwidget.h +usr/include/qt3/qdial.h +usr/include/qt3/qdialog.h +usr/include/qt3/qdict.h +usr/include/qt3/qdir.h +usr/include/qt3/qdns.h +usr/include/qt3/qdockarea.h +usr/include/qt3/qdockwindow.h +usr/include/qt3/qdom.h +usr/include/qt3/qdragobject.h +usr/include/qt3/qdrawutil.h +usr/include/qt3/qdropsite.h +usr/include/qt3/qeditorfactory.h +usr/include/qt3/qerrormessage.h +usr/include/qt3/qeucjpcodec.h +usr/include/qt3/qeuckrcodec.h +usr/include/qt3/qevent.h +usr/include/qt3/qeventloop.h +usr/include/qt3/qfeatures.h +usr/include/qt3/qfile.h +usr/include/qt3/qfiledialog.h +usr/include/qt3/qfileinfo.h +usr/include/qt3/qfocusdata.h +usr/include/qt3/qfont.h +usr/include/qt3/qfontdatabase.h +usr/include/qt3/qfontdialog.h +usr/include/qt3/qfontinfo.h +usr/include/qt3/qfontmetrics.h +usr/include/qt3/qframe.h +usr/include/qt3/qftp.h +usr/include/qt3/qgarray.h +usr/include/qt3/qgb18030codec.h +usr/include/qt3/qgbkcodec.h +usr/include/qt3/qgcache.h +usr/include/qt3/qgdict.h +usr/include/qt3/qgeneric.h +usr/include/qt3/qgif.h +usr/include/qt3/qglist.h +usr/include/qt3/qglobal.h +usr/include/qt3/qgplugin.h +usr/include/qt3/qgrid.h +usr/include/qt3/qgridview.h +usr/include/qt3/qgroupbox.h +usr/include/qt3/qguardedptr.h +usr/include/qt3/qgvector.h +usr/include/qt3/qhbox.h +usr/include/qt3/qhbuttongroup.h +usr/include/qt3/qheader.h +usr/include/qt3/qhgroupbox.h +usr/include/qt3/qhostaddress.h +usr/include/qt3/qhttp.h +usr/include/qt3/qiconset.h +usr/include/qt3/qiconview.h +usr/include/qt3/qimage.h +usr/include/qt3/qimageformatplugin.h +usr/include/qt3/qinputdialog.h +usr/include/qt3/qintcache.h +usr/include/qt3/qintdict.h +usr/include/qt3/qinterlacestyle.h +usr/include/qt3/qiodevice.h +usr/include/qt3/qjiscodec.h +usr/include/qt3/qjpegio.h +usr/include/qt3/qjpunicode.h +usr/include/qt3/qkeycode.h +usr/include/qt3/qkeysequence.h +usr/include/qt3/qlabel.h +usr/include/qt3/qlayout.h +usr/include/qt3/qlcdnumber.h +usr/include/qt3/qlibrary.h +usr/include/qt3/qlineedit.h +usr/include/qt3/qlistbox.h +usr/include/qt3/qlistview.h +usr/include/qt3/qlocale.h +usr/include/qt3/qlocalfs.h +usr/include/qt3/qmainwindow.h +usr/include/qt3/qmap.h +usr/include/qt3/qmemarray.h +usr/include/qt3/qmenubar.h +usr/include/qt3/qmenudata.h +usr/include/qt3/qmessagebox.h +usr/include/qt3/qmetaobject.h +usr/include/qt3/qmime.h +usr/include/qt3/qmngio.h +usr/include/qt3/qmotifstyle.h +usr/include/qt3/qmotifplusstyle.h +usr/include/qt3/qmovie.h +usr/include/qt3/qmultilineedit.h +usr/include/qt3/qmutex.h +usr/include/qt3/qnamespace.h +usr/include/qt3/qnetwork.h +usr/include/qt3/qnetworkprotocol.h +usr/include/qt3/qnp.h +usr/include/qt3/qobject.h +usr/include/qt3/qobjectcleanuphandler.h +usr/include/qt3/qobjectdefs.h +usr/include/qt3/qobjectdict.h +usr/include/qt3/qobjectlist.h +usr/include/qt3/qpaintdevice.h +usr/include/qt3/qpaintdevicedefs.h +usr/include/qt3/qpaintdevicemetrics.h +usr/include/qt3/qpainter.h +usr/include/qt3/qpair.h +usr/include/qt3/qpalette.h +usr/include/qt3/qpen.h +usr/include/qt3/qpicture.h +usr/include/qt3/qpixmap.h +usr/include/qt3/qpixmapcache.h +usr/include/qt3/qplatinumstyle.h +usr/include/qt3/qpngio.h +usr/include/qt3/qpoint.h +usr/include/qt3/qpointarray.h +usr/include/qt3/qpolygonscanner.h +usr/include/qt3/qpopupmenu.h +usr/include/qt3/qprintdialog.h +usr/include/qt3/qprinter.h +usr/include/qt3/qprocess.h +usr/include/qt3/qprogressbar.h +usr/include/qt3/qprogressdialog.h +usr/include/qt3/qptrcollection.h +usr/include/qt3/qptrdict.h +usr/include/qt3/qptrlist.h +usr/include/qt3/qptrqueue.h +usr/include/qt3/qptrstack.h +usr/include/qt3/qptrvector.h +usr/include/qt3/qpushbutton.h +usr/include/qt3/qradiobutton.h +usr/include/qt3/qrangecontrol.h +usr/include/qt3/qrect.h +usr/include/qt3/qregexp.h +usr/include/qt3/qregion.h +usr/include/qt3/qrtlcodec.h +usr/include/qt3/qscrollbar.h +usr/include/qt3/qscrollview.h +usr/include/qt3/qsemaphore.h +usr/include/qt3/qsemimodal.h +usr/include/qt3/qserversocket.h +usr/include/qt3/qsession.h +usr/include/qt3/qsessionmanager.h +usr/include/qt3/qsettings.h +usr/include/qt3/qsgistyle.h +usr/include/qt3/qshared.h +usr/include/qt3/qsignal.h +usr/include/qt3/qsignalmapper.h +usr/include/qt3/qsignalslotimp.h +usr/include/qt3/qsimplerichtext.h +usr/include/qt3/qsize.h +usr/include/qt3/qsizegrip.h +usr/include/qt3/qsizepolicy.h +usr/include/qt3/qsjiscodec.h +usr/include/qt3/qslider.h +usr/include/qt3/qsocket.h +usr/include/qt3/qsocketdevice.h +usr/include/qt3/qsocketnotifier.h +usr/include/qt3/qsortedlist.h +usr/include/qt3/qsound.h +usr/include/qt3/qspinbox.h +usr/include/qt3/qsplashscreen.h +usr/include/qt3/qsplitter.h +usr/include/qt3/qsql.h +usr/include/qt3/qsqlcursor.h +usr/include/qt3/qsqldatabase.h +usr/include/qt3/qsqldriver.h +usr/include/qt3/qsqldriverplugin.h +usr/include/qt3/qsqleditorfactory.h +usr/include/qt3/qsqlerror.h +usr/include/qt3/qsqlfield.h +usr/include/qt3/qsqlform.h +usr/include/qt3/qsqlindex.h +usr/include/qt3/qsqlpropertymap.h +usr/include/qt3/qsqlquery.h +usr/include/qt3/qsqlrecord.h +usr/include/qt3/qsqlresult.h +usr/include/qt3/qsqlselectcursor.h +usr/include/qt3/qstatusbar.h +usr/include/qt3/qstring.h +usr/include/qt3/qstringlist.h +usr/include/qt3/qstrlist.h +usr/include/qt3/qstrvec.h +usr/include/qt3/qstyle.h +usr/include/qt3/qstylefactory.h +usr/include/qt3/qstyleplugin.h +usr/include/qt3/qstylesheet.h +usr/include/qt3/qsyntaxhighlighter.h +usr/include/qt3/qt.h +usr/include/qt3/qtabbar.h +usr/include/qt3/qtabdialog.h +usr/include/qt3/qtable.h +usr/include/qt3/qtabwidget.h +usr/include/qt3/qtextbrowser.h +usr/include/qt3/qtextcodec.h +usr/include/qt3/qtextcodecfactory.h +usr/include/qt3/qtextcodecplugin.h +usr/include/qt3/qtextedit.h +usr/include/qt3/qtextstream.h +usr/include/qt3/qtextview.h +usr/include/qt3/qthread.h +usr/include/qt3/qthreadstorage.h +usr/include/qt3/qtimer.h +usr/include/qt3/qtl.h +usr/include/qt3/qtoolbar.h +usr/include/qt3/qtoolbox.h +usr/include/qt3/qtoolbutton.h +usr/include/qt3/qtooltip.h +usr/include/qt3/qtranslator.h +usr/include/qt3/qtsciicodec.h +usr/include/qt3/qurl.h +usr/include/qt3/qurlinfo.h +usr/include/qt3/qurloperator.h +usr/include/qt3/qutfcodec.h +usr/include/qt3/quuid.h +usr/include/qt3/qvalidator.h +usr/include/qt3/qvaluelist.h +usr/include/qt3/qvaluestack.h +usr/include/qt3/qvaluevector.h +usr/include/qt3/qvariant.h +usr/include/qt3/qvbox.h +usr/include/qt3/qvbuttongroup.h +usr/include/qt3/qvfbhdr.h +usr/include/qt3/qvgroupbox.h +usr/include/qt3/qwaitcondition.h +usr/include/qt3/qwhatsthis.h +usr/include/qt3/qwidget.h +usr/include/qt3/qwidgetintdict.h +usr/include/qt3/qwidgetlist.h +usr/include/qt3/qwidgetplugin.h +usr/include/qt3/qwidgetstack.h +usr/include/qt3/qwindowdefs.h +usr/include/qt3/qwindowsstyle.h +usr/include/qt3/qwinexport.h +usr/include/qt3/qwizard.h +usr/include/qt3/qwmatrix.h +usr/include/qt3/qworkspace.h +usr/include/qt3/qxml.h diff --git a/ubuntu/precise/dependencies/qt3/debian/libqt3-i18n.install b/ubuntu/precise/dependencies/qt3/debian/libqt3-i18n.install new file mode 100644 index 000000000..ac62f216d --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/libqt3-i18n.install @@ -0,0 +1,8 @@ +usr/share/qt3/translations/qt_ar.qm +usr/share/qt3/translations/qt_cs.qm +usr/share/qt3/translations/qt_de.qm +usr/share/qt3/translations/qt_es.qm +usr/share/qt3/translations/qt_fr.qm +usr/share/qt3/translations/qt_he.qm +usr/share/qt3/translations/qt_ru.qm +usr/share/qt3/translations/qt_sk.qm diff --git a/ubuntu/precise/dependencies/qt3/debian/libqt3-mt-dev.docs b/ubuntu/precise/dependencies/qt3/debian/libqt3-mt-dev.docs new file mode 100644 index 000000000..dbd9a5d19 --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/libqt3-mt-dev.docs @@ -0,0 +1,4 @@ +README +README.immodule +README-QT.TXT +PLATFORMS diff --git a/ubuntu/precise/dependencies/qt3/debian/libqt3-mt-dev.install b/ubuntu/precise/dependencies/qt3/debian/libqt3-mt-dev.install new file mode 100644 index 000000000..09432e016 --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/libqt3-mt-dev.install @@ -0,0 +1,9 @@ +usr/lib/libqt-mt.la +usr/lib/libqt-mt.prl +usr/lib/libqt-mt.so +usr/lib/libqui.prl +usr/lib/libqui.so +usr/lib/pkgconfig/qt-mt.pc +usr/include/qt3/qgl.h +usr/include/qt3/qglcolormap.h +usr/include/qt3/qwidgetfactory.h diff --git a/ubuntu/precise/dependencies/qt3/debian/libqt3-mt-dev.links b/ubuntu/precise/dependencies/qt3/debian/libqt3-mt-dev.links new file mode 100644 index 000000000..506e3e49b --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/libqt3-mt-dev.links @@ -0,0 +1,7 @@ +/usr/lib/libqt-mt.la /usr/share/qt3/lib/libqt-mt.la +/usr/lib/libqui.prl /usr/share/qt3/lib/libqui.prl +/usr/lib/libqui.so.1.0.0 /usr/share/qt3/lib/libqui.so +/usr/lib/libqt-mt.prl /usr/share/qt3/lib/libqt-mt.prl +/usr/lib/libqt-mt.so.3.3.8 /usr/share/qt3/lib/libqt-mt.so +/usr/include/qt3 /usr/share/qt3/include +/usr/lib/qt3/plugins /usr/share/qt3/plugins diff --git a/ubuntu/precise/dependencies/qt3/debian/libqt3-mt-ibase.install b/ubuntu/precise/dependencies/qt3/debian/libqt3-mt-ibase.install new file mode 100644 index 000000000..e7d5a549a --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/libqt3-mt-ibase.install @@ -0,0 +1 @@ +usr/lib/qt3/plugins/sqldrivers/libqsqlibase.so diff --git a/ubuntu/precise/dependencies/qt3/debian/libqt3-mt-mysql.install b/ubuntu/precise/dependencies/qt3/debian/libqt3-mt-mysql.install new file mode 100644 index 000000000..8fba7992f --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/libqt3-mt-mysql.install @@ -0,0 +1 @@ +usr/lib/qt3/plugins/sqldrivers/libqsqlmysql.so diff --git a/ubuntu/precise/dependencies/qt3/debian/libqt3-mt-odbc.install b/ubuntu/precise/dependencies/qt3/debian/libqt3-mt-odbc.install new file mode 100644 index 000000000..f06ddf32c --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/libqt3-mt-odbc.install @@ -0,0 +1 @@ +usr/lib/qt3/plugins/sqldrivers/libqsqlodbc.so diff --git a/ubuntu/precise/dependencies/qt3/debian/libqt3-mt-psql.install b/ubuntu/precise/dependencies/qt3/debian/libqt3-mt-psql.install new file mode 100644 index 000000000..f9914863f --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/libqt3-mt-psql.install @@ -0,0 +1 @@ +usr/lib/qt3/plugins/sqldrivers/libqsqlpsql.so diff --git a/ubuntu/precise/dependencies/qt3/debian/libqt3-mt-sqlite.install b/ubuntu/precise/dependencies/qt3/debian/libqt3-mt-sqlite.install new file mode 100644 index 000000000..1bdd0e354 --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/libqt3-mt-sqlite.install @@ -0,0 +1 @@ +usr/lib/qt3/plugins/sqldrivers/libqsqlite.so diff --git a/ubuntu/precise/dependencies/qt3/debian/libqt3-mt.docs b/ubuntu/precise/dependencies/qt3/debian/libqt3-mt.docs new file mode 100644 index 000000000..dbd9a5d19 --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/libqt3-mt.docs @@ -0,0 +1,4 @@ +README +README.immodule +README-QT.TXT +PLATFORMS diff --git a/ubuntu/precise/dependencies/qt3/debian/libqt3-mt.install b/ubuntu/precise/dependencies/qt3/debian/libqt3-mt.install new file mode 100644 index 000000000..325e87900 --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/libqt3-mt.install @@ -0,0 +1,6 @@ +usr/lib/libqt-mt.so.* +usr/lib/libqui.so.1.* +usr/lib/qt3/plugins/imageformats/libqmng.so +usr/lib/qt3/plugins/inputmethods/*.so +../../debian/qtrc etc/qt3/ +../../debian/qt_plugins_3.3rc etc/qt3/ diff --git a/ubuntu/precise/dependencies/qt3/debian/libqt3-mt.links b/ubuntu/precise/dependencies/qt3/debian/libqt3-mt.links new file mode 100644 index 000000000..d8375caef --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/libqt3-mt.links @@ -0,0 +1,5 @@ +/usr/lib/libqui.so.1.0.0 /usr/lib/libqui.so.1 +/usr/lib/libqui.so.1.0.0 /usr/share/qt3/lib/libqui.so.1 +/usr/lib/libqui.so.1.0.0 /usr/share/qt3/lib/libqui.so.1.0 +/usr/lib/libqt-mt.so.3.3.8 /usr/share/qt3/lib/libqt-mt.so.3 +/usr/lib/libqt-mt.so.3.3.8 /usr/share/qt3/lib/libqt-mt.so.3.3 diff --git a/ubuntu/precise/dependencies/qt3/debian/libqt3-mt.postrm b/ubuntu/precise/dependencies/qt3/debian/libqt3-mt.postrm new file mode 100644 index 000000000..5f09e318d --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/libqt3-mt.postrm @@ -0,0 +1,9 @@ +#!/bin/sh + +if [ "$1" = "purge" ]; then + if [ -d "/usr/share/doc/libqt3-mt/" ]; then + rm -rf /usr/share/doc/libqt3-mt/ + fi +fi + +#DEBHELPER# diff --git a/ubuntu/precise/dependencies/qt3/debian/maintain/assistant-qt3.desktop b/ubuntu/precise/dependencies/qt3/debian/maintain/assistant-qt3.desktop new file mode 100644 index 000000000..42a16e80e --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/maintain/assistant-qt3.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Encoding=UTF-8 +Exec=assistant-qt3 +Name=Qt3 Assistant +Name[de]=Qt3 Assistent +Comment=Qt3 Helpcenter +Comment[de]= Qt3 Hilfezentrum +MimeType=application/x-assistant; +Icon=assistant +Terminal=false +Type=Application +Categories=Qt;Development; diff --git a/ubuntu/precise/dependencies/qt3/debian/maintain/build-examples.sh b/ubuntu/precise/dependencies/qt3/debian/maintain/build-examples.sh new file mode 100644 index 000000000..b56d51e42 --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/maintain/build-examples.sh @@ -0,0 +1,36 @@ +#!/bin/sh + +BUILDDIR=$PWD +export QTDIR=/usr/share/qt3 + +# first copy over the libqt-mt.so build configuration of .qmake.cache +cp /usr/share/qt3/.qmake.cache ./.qmake.cache + +# Now compile the examples. The themes example +# won't work since qconfig.h is not really correct with the +# ifdef's for the QT_NO_xyz_STYLE, so we use make -k to continue +cd examples; qmake -o Makefile examples.pro; make -k + +# Now compile the tutorial. +cd $BUILDDIR/tutorial; qmake -o Makefile tutorial.pro; make + +# Then the designer examples. +cd $BUILDDIR/tools/designer/examples +for a in `find . -type d -maxdepth 1 -mindepth 1`; do + cd $a && qmake -o Makefile $a.pro; make; cd ..; +done + +# There is a bigger sql example in book/ with more subdirectories: +cd book +for a in `find . -type d -maxdepth 1 -mindepth 1`; do + cd $a && qmake -o Makefile $a.pro; make; cd ..; +done + +# Finally, build the linguist tutorials: +cd $BUILDDIR/tools/linguist/tutorial +for a in `find . -type d -maxdepth 1 -mindepth 1`; do + cd $a && qmake -o Makefile $a.pro; make; cd ..; +done + +# Return to the build directory +cd $BUILDDIR diff --git a/ubuntu/precise/dependencies/qt3/debian/maintain/designer-qt3.desktop b/ubuntu/precise/dependencies/qt3/debian/maintain/designer-qt3.desktop new file mode 100644 index 000000000..fc9f4394c --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/maintain/designer-qt3.desktop @@ -0,0 +1,77 @@ +[Desktop Entry] +Encoding=UTF-8 +Exec=designer-qt3 +Name=Qt3 Designer +Name[bg]=Qt3 Дизайнер +Name[br]=Ergrafer Qt3 +Name[ca]=Dissenyador Qt3 +Name[cs]=Qt3 designer +Name[de]=Qt3-Designer +Name[eo]=Qt3-Desegnilo +Name[es]=Diseñador Qt3 +Name[et]=Qt3 disainer +Name[eu]=Qt3 Diseinatzailea +Name[gl]=Deseñador de Qt3 +Name[he]=Qt בצעמ +Name[it]=Designer Qt3 +Name[ja]=Qtデザイナー +Name[ko]=Qt 디자이너 +Name[lv]=Qt3 Dizainers +Name[mk]=Qt дизајнер +Name[no]=Qt3-designer +Name[oc]=Dessinador Qt3 +Name[pl]=Projektant Qt3 +Name[sk]=Qt3 Dizajnér +Name[sl]=Snovalnik Qt3 +Name[ta]=Qt À¨¼ôÀ¡Ç÷ +Name[uk]=Дизайнер Qt +Name[zh_CN.GB2312]=Qt 设计者 +Name[zh_TW.Big5]=Qt 設計器 +Comment=Qt3 interface designer +Comment[az]=Qt3 axtar üz dizayn proqramı +Comment[bg]=Qt3 interface дизайнер +Comment[br]=Ergrafer etrefas Qt3 +Comment[ca]=Dissenyador d'interfícies Qt3 +Comment[cs]=Editor UI pro Qt3 +Comment[da]=Qt3 grænseflade designer +Comment[de]=Schnittstellen-Designer für Qt3 +Comment[el]=Σχεδιασμός περιβάλλοντων Qt +Comment[eo]=Qt3-Interfacdesegnilo +Comment[es]=Diseñador de interfaces de Qt3 +Comment[et]=Qt3 dialoogide redaktor +Comment[eu]=Qt3 interfaze diseinatzailea +Comment[fi]=Qt:n käyttöliittymäsuunnittelija +Comment[fr]=Conception d'interfaces avec Qt3 +Comment[gl]=Editor de interfaces de Qt3 +Comment[he]=Qt-ל םיקשממ בצעמ +Comment[hu]=Qt3 felülettervező +Comment[is]=Viðmótshönnunartól fyrir Qt3 +Comment[it]=Editor per le interfaccie Qt3 +Comment[ja]=Qtインターフェースデザイナー +Comment[ko]=Qt 인터페이스 디자이너 +Comment[lt]=Qt3 sąsajos redaktorius +Comment[lv]=Qt3 starsejas dizainers +Comment[mk]=Дизајнер на Qt дијалози +Comment[nl]=Qt3 interface-ontwerper +Comment[no]=Qt3-grensesnittdesigner +Comment[no_NY]=Redigering av Qt3-miljø +Comment[oc]=Dessinador d'interfacies Qt3 +Comment[pl]=Projektant interfejsu Qt3 +Comment[pt]=Editor de interfaces do Qt3 +Comment[pt_BR]=Designer de interface Qt3 +Comment[ro]=Dezvoltator de interfeţe Qt3 +Comment[ru]=редактор интерфейсов приложений Qt +Comment[sk]=Qt3 dizajnér rozhrania +Comment[sl]=Snovalnik vmesnikov za Qt3 +Comment[sr]=Dizajner Qt3 interfejsa +Comment[sv]=Editor för gränssnitt till Qt3 +Comment[ta]=Qt À¨¼ôÀ¡Ç÷ +Comment[tr]=Qt3 arayüz tasarım programı +Comment[uk]=Редактор інтерфейсу для Qt +Comment[zh_CN.GB2312]=Qt 界面设计程序 +Comment[zh_TW.Big5]=Qt 介面編輯器 +MimeType=application/x-designer; +Icon=designer +Terminal=false +Type=Application +Categories=Qt;Development; diff --git a/ubuntu/precise/dependencies/qt3/debian/maintain/linguist-qt3.desktop b/ubuntu/precise/dependencies/qt3/debian/maintain/linguist-qt3.desktop new file mode 100644 index 000000000..e0094dbd4 --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/maintain/linguist-qt3.desktop @@ -0,0 +1,25 @@ +[Desktop Entry] +Exec=linguist-qt3 +Name=Qt3 Linguist +Name[de]=Qt3-Linguist +Name[eo]=Qt3-Lingvisto +Name[es]=Lingüista Qt3 +Name[ko]=Qt 언어학자 +Name[lv]=Qt3 Lingvists +Comment=Tool for translating message catalogues of Qt3 based programs +Comment[da]=Redskab til at oversætte Qt3 baserede programmer +Comment[de]=Dienstprogramm zur Übersetzung von Programmen, die auf Qt3 basieren +Comment[eo]=Ilo por tradukado de mesaĝaroj de Qt3-bazitaj programoj +Comment[es]=Herramienta para la traducción de catálogos de mensajes de programas basados en Qt3 +Comment[he]=Qt תוססובמ תוינכות לש תועדוה יגולטק םוגרתל ילכ +Comment[hu]=Segédprogram a Qt3-alapú programok üzenetfájljainak lefordításához +Comment[ko]=Qt를 바탕으로 하는 프로그램에서 쓸 번역된 메세지 목록을 관리하는 도구 +Comment[lv]=Rīks ziņojumu katalogu tulkošanai uz Qt3 bāzētās programmās +Comment[pt]=Ferramenta para traduzir os catálogos de mensagens de programas do Qt3 +Comment[pt_BR]=Ferramenta para traduzir os catálogos de mensagens de programas do Qt3 +Comment[sv]=Verktyg för att översätta meddelandekataloger från Qt3-baserade program +MimeType=application/x-linguist; +Terminal=false +Icon=linguist +Type=Application +Categories=Qt;Development diff --git a/ubuntu/precise/dependencies/qt3/debian/maintain/mkpatch.sh b/ubuntu/precise/dependencies/qt3/debian/maintain/mkpatch.sh new file mode 100644 index 000000000..609a44bc1 --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/maintain/mkpatch.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +diff -Nru -x Makefile.cvs -x README.qt-copy -x upgrade_script.qt -x .cvsignore -x CVS -x include -x debian -x doc -x examples -x 3rdparty -x images -x mkspecs -I '^\*\*\( $\| \$Id\)' -I '^\#\( $\| \$Id\)' qt-x11-free-3.1.1.old/ qt-x11-free-3.1.1/ > qtcopy.diff diff --git a/ubuntu/precise/dependencies/qt3/debian/maintain/qt3config.desktop b/ubuntu/precise/dependencies/qt3/debian/maintain/qt3config.desktop new file mode 100644 index 000000000..22d0ca6a5 --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/maintain/qt3config.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Encoding=UTF-8 +Exec=qtconfig-qt3 +Name=Qt3 Configuration +Name[de]=Qt3 Konfiguration +Comment=A graphical configuration tool for programs using Qt 3 +Comment[de]=Ein grafisches Konfigurationstool für Qt3-Programme +MimeType=application/x-qtconfig; +Terminal=false +Icon=qtconfig +Type=Application +Categories=Qt;Settings; diff --git a/ubuntu/precise/dependencies/qt3/debian/patches/06_disable_rpath.diff b/ubuntu/precise/dependencies/qt3/debian/patches/06_disable_rpath.diff new file mode 100644 index 000000000..27fc1426c --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/patches/06_disable_rpath.diff @@ -0,0 +1,26 @@ +author: Martin Loschwitz + +Disables the rpath settings in qmake.conf + +--- a/mkspecs/linux-g++/qmake.conf ++++ b/mkspecs/linux-g++/qmake.conf +@@ -55,7 +55,7 @@ QMAKE_LFLAGS_SHLIB = -shared + QMAKE_LFLAGS_PLUGIN = $$QMAKE_LFLAGS_SHLIB + QMAKE_LFLAGS_SONAME = -Wl,-soname, + QMAKE_LFLAGS_THREAD = +-QMAKE_RPATH = -Wl,-rpath, ++QMAKE_RPATH = + + QMAKE_LIBS = + QMAKE_LIBS_DYNLOAD = -ldl +--- a/mkspecs/linux-g++-64/qmake.conf ++++ b/mkspecs/linux-g++-64/qmake.conf +@@ -58,7 +58,7 @@ QMAKE_LFLAGS_SHLIB = -shared + QMAKE_LFLAGS_PLUGIN = $$QMAKE_LFLAGS_SHLIB + QMAKE_LFLAGS_SONAME = -Wl,-soname, + QMAKE_LFLAGS_THREAD = +-QMAKE_RPATH = -Wl,-rpath, ++QMAKE_RPATH = + + QMAKE_LIBS = + QMAKE_LIBS_DYNLOAD = -ldl diff --git a/ubuntu/precise/dependencies/qt3/debian/patches/09_amd64_lib64.diff b/ubuntu/precise/dependencies/qt3/debian/patches/09_amd64_lib64.diff new file mode 100644 index 000000000..538e93044 --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/patches/09_amd64_lib64.diff @@ -0,0 +1,16 @@ +--- a/mkspecs/linux-g++-64/qmake.conf ++++ b/mkspecs/linux-g++-64/qmake.conf +@@ -43,11 +43,11 @@ QMAKE_CXXFLAGS_THREAD = $$QMAKE_CFLAGS_T + QMAKE_INCDIR = + QMAKE_LIBDIR = + QMAKE_INCDIR_X11 = /usr/X11R6/include +-QMAKE_LIBDIR_X11 = /usr/X11R6/lib64 ++QMAKE_LIBDIR_X11 = /usr/X11R6/lib + QMAKE_INCDIR_QT = $(QTDIR)/include + QMAKE_LIBDIR_QT = $(QTDIR)/lib64 + QMAKE_INCDIR_OPENGL = /usr/X11R6/include +-QMAKE_LIBDIR_OPENGL = /usr/X11R6/lib64 ++QMAKE_LIBDIR_OPENGL = /usr/X11R6/lib + + QMAKE_LINK = g++ + QMAKE_LINK_SHLIB = g++ diff --git a/ubuntu/precise/dependencies/qt3/debian/patches/72_dont_trust_uname-m_use_dpkg-arch_instead.diff b/ubuntu/precise/dependencies/qt3/debian/patches/72_dont_trust_uname-m_use_dpkg-arch_instead.diff new file mode 100644 index 000000000..b4e71d35b --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/patches/72_dont_trust_uname-m_use_dpkg-arch_instead.diff @@ -0,0 +1,50 @@ +author: Sune Vuorela + +--- a/configure ++++ b/configure +@@ -34,7 +34,44 @@ SUPPORTED= + #------------------------------------------------------------------------------- + + # need that throughout the script +-UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown ++DPKG_ARCH=`(dpkg-architecture -qDEB_HOST_ARCH) 2>/dev/null` || UNAME_MACHINE=unknown ++case $DPKG_ARCH in ++ amd64) ++ UNAME_MACHINE="x86_64" ++ ;; ++ arm) ++ UNAME_MACHINE="armv4l" ++ ;; ++ armel) ++ UNAME_MACHINE="armv5tel" ++ ;; ++ hppa) ++ UNAME_MACHINE="parisc64" ++ ;; ++ hurd-i386) ++ UNAME_MACHINE="i686-AT386" ++ ;; ++ i386) ++ UNAME_MACHINE="i686" ++ ;; ++ kfreebsd-amd64) ++ UNAME_MACHINE="x86_64" ++ ;; ++ kfreebsd-i386) ++ UNAME_MACHINE="i586" ++ ;; ++ mipsel) ++ UNAME_MACHINE="mips" ++ ;; ++ powerpc) ++ UNAME_MACHINE="ppc" ++ ;; ++ *) ++ UNAME_MACHINE="$DPKG_ARCH" ++ ;; ++ ++ ++esac + UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown + UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown + UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown diff --git a/ubuntu/precise/dependencies/qt3/debian/patches/kubuntu_06_fglrx_0_size_screen.diff b/ubuntu/precise/dependencies/qt3/debian/patches/kubuntu_06_fglrx_0_size_screen.diff new file mode 100644 index 000000000..3c6394f33 --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/patches/kubuntu_06_fglrx_0_size_screen.diff @@ -0,0 +1,32 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## kubuntu_06_fglrx_0_size_screen.diff.dpatch by +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad qt-x11-free-3.3.8really3.3.7~/src/kernel/qpaintdevice_x11.cpp qt-x11-free-3.3.8really3.3.7/src/kernel/qpaintdevice_x11.cpp +--- qt-x11-free-3.3.8really3.3.7~/src/kernel/qpaintdevice_x11.cpp 2007-04-02 20:06:28.000000000 +0100 ++++ qt-x11-free-3.3.8really3.3.7/src/kernel/qpaintdevice_x11.cpp 2007-04-02 20:12:10.000000000 +0100 +@@ -526,11 +526,16 @@ + Q_CHECK_PTR( dpisX ); + Q_CHECK_PTR( dpisY ); + for ( i = 0; i < screens; i++ ) { +- dpisX[ i ] = (DisplayWidth(dpy,i) * 254 + DisplayWidthMM(dpy,i)*5) +- +- / (DisplayWidthMM(dpy,i)*10); +- dpisY[ i ] = (DisplayHeight(dpy,i) * 254 + DisplayHeightMM(dpy,i)*5) +- / (DisplayHeightMM(dpy,i)*10); ++ if (DisplayWidthMM(dpy,i) < 1) ++ dpisX[ i ] = 75; // default the dpi to 75. ++ else ++ dpisX[ i ] = (DisplayWidth(dpy,i) * 254 + DisplayWidthMM(dpy,i)*5) ++ / (DisplayWidthMM(dpy,i)*10); ++ if (DisplayHeightMM(dpy,i) < 1) ++ dpisY[ i ] = 75; // default the dpi to 75. ++ else ++ dpisY[ i ] = (DisplayHeight(dpy,i) * 254 + DisplayHeightMM(dpy,i)*5) ++ / (DisplayHeightMM(dpy,i)*10); + } + } + diff --git a/ubuntu/precise/dependencies/qt3/debian/patches/series b/ubuntu/precise/dependencies/qt3/debian/patches/series new file mode 100644 index 000000000..7377c84c1 --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/patches/series @@ -0,0 +1,4 @@ +06_disable_rpath.diff +09_amd64_lib64.diff +72_dont_trust_uname-m_use_dpkg-arch_instead.diff +kubuntu_06_fglrx_0_size_screen.diff diff --git a/ubuntu/precise/dependencies/qt3/debian/qt3-apps-dev.install b/ubuntu/precise/dependencies/qt3/debian/qt3-apps-dev.install new file mode 100644 index 000000000..6912b6472 --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/qt3-apps-dev.install @@ -0,0 +1,7 @@ +usr/lib/libeditor.prl +usr/lib/libeditor.a +usr/lib/libdesignercore.prl +usr/lib/libdesignercore.a +usr/lib/libqassistantclient.prl +usr/lib/libqassistantclient.a +usr/include/qt3/qassistantclient.h diff --git a/ubuntu/precise/dependencies/qt3/debian/qt3-apps-dev.links b/ubuntu/precise/dependencies/qt3/debian/qt3-apps-dev.links new file mode 100644 index 000000000..6c031422f --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/qt3-apps-dev.links @@ -0,0 +1,8 @@ +/usr/lib/libeditor.prl /usr/share/qt3/lib/libeditor.prl +/usr/lib/libeditor.a /usr/share/qt3/lib/libeditor.a +/usr/lib/libdesignercore.prl /usr/share/qt3/lib/libdesignercore.prl +/usr/lib/libdesignercore.a /usr/share/qt3/lib/libdesignercore.a +/usr/lib/libqassistantclient.prl /usr/share/qt3/lib/libqassistantclient.prl +/usr/lib/libqassistantclient.a /usr/share/qt3/lib/libqassistantclient.a +/usr/include/qt3 /usr/share/qt3/tools/designer/editor +/usr/include/qt3 /usr/share/qt3/tools/designer/interfaces diff --git a/ubuntu/precise/dependencies/qt3/debian/qt3-assistant.install b/ubuntu/precise/dependencies/qt3/debian/qt3-assistant.install new file mode 100644 index 000000000..4ca90e4b7 --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/qt3-assistant.install @@ -0,0 +1,3 @@ +usr/bin/assistant +usr/share/qt3/doc/html/assistant*html +usr/share/qt3/doc/html/assistant*dcf diff --git a/ubuntu/precise/dependencies/qt3/debian/qt3-assistant.links b/ubuntu/precise/dependencies/qt3/debian/qt3-assistant.links new file mode 100644 index 000000000..6d9889d21 --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/qt3-assistant.links @@ -0,0 +1 @@ +/usr/bin/assistant-qt3 /usr/share/qt3/bin/assistant diff --git a/ubuntu/precise/dependencies/qt3/debian/qt3-assistant.menu b/ubuntu/precise/dependencies/qt3/debian/qt3-assistant.menu new file mode 100644 index 000000000..1b4c81243 --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/qt3-assistant.menu @@ -0,0 +1,6 @@ +?package(qt3-assistant):\ + needs="x11"\ + section="Applications/Programming"\ + hints="TDE"\ + title="Qt3 Assistant"\ + command="/usr/bin/assistant-qt3" diff --git a/ubuntu/precise/dependencies/qt3/debian/qt3-assistant.postinst b/ubuntu/precise/dependencies/qt3/debian/qt3-assistant.postinst new file mode 100644 index 000000000..137ecd777 --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/qt3-assistant.postinst @@ -0,0 +1,8 @@ +#!/bin/sh + +set -e + +update-alternatives --install \ + /usr/bin/assistant assistant "/usr/bin/assistant-qt3" "45" \ + +#DEBHELPER# diff --git a/ubuntu/precise/dependencies/qt3/debian/qt3-assistant.prerm b/ubuntu/precise/dependencies/qt3/debian/qt3-assistant.prerm new file mode 100644 index 000000000..9bcf8c713 --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/qt3-assistant.prerm @@ -0,0 +1,12 @@ +#!/bin/sh + +set -e + +case "$1" in + upgrade) ;; + remove|failed-upgrade|deconfigure) + update-alternatives --remove assistant "/usr/bin/assistant-qt3" + ;; +esac + +#DEBHELPER# diff --git a/ubuntu/precise/dependencies/qt3/debian/qt3-designer.install b/ubuntu/precise/dependencies/qt3/debian/qt3-designer.install new file mode 100644 index 000000000..ac0c0902b --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/qt3-designer.install @@ -0,0 +1,8 @@ +usr/bin/designer +usr/bin/createcw +usr/bin/conv2ui +usr/share/qt3/templates/* +usr/share/qt3/doc/html/designer*html +usr/share/qt3/doc/html/designer*dcf +usr/share/qt3/doc/html/designer*jpg +usr/lib/qt3/plugins/designer/* diff --git a/ubuntu/precise/dependencies/qt3/debian/qt3-designer.links b/ubuntu/precise/dependencies/qt3/debian/qt3-designer.links new file mode 100644 index 000000000..d25356b76 --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/qt3-designer.links @@ -0,0 +1 @@ +/usr/bin/designer-qt3 /usr/share/qt3/bin/designer diff --git a/ubuntu/precise/dependencies/qt3/debian/qt3-designer.menu b/ubuntu/precise/dependencies/qt3/debian/qt3-designer.menu new file mode 100644 index 000000000..9b15d7bb5 --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/qt3-designer.menu @@ -0,0 +1,7 @@ +?package(qt3-designer):\ + needs="x11"\ + section="Applications/Programming"\ + hints="TDE"\ + title="Qt3 Designer"\ + command="/usr/bin/designer-qt3" + diff --git a/ubuntu/precise/dependencies/qt3/debian/qt3-designer.postinst b/ubuntu/precise/dependencies/qt3/debian/qt3-designer.postinst new file mode 100644 index 000000000..147bf1bf8 --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/qt3-designer.postinst @@ -0,0 +1,10 @@ +#!/bin/sh + +set -e + +update-alternatives --install \ + /usr/bin/designer designer "/usr/bin/designer-qt3" "45" \ + --slave /usr/share/man/man1/designer.1.gz designer.1.gz \ + "/usr/share/man/man1/designer-qt3.1.gz" + +#DEBHELPER# diff --git a/ubuntu/precise/dependencies/qt3/debian/qt3-designer.prerm b/ubuntu/precise/dependencies/qt3/debian/qt3-designer.prerm new file mode 100644 index 000000000..c66496fd1 --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/qt3-designer.prerm @@ -0,0 +1,12 @@ +#!/bin/sh + +set -e + +case "$1" in + upgrade) ;; + remove|failed-upgrade|deconfigure) + update-alternatives --remove designer "/usr/bin/designer-qt3" + ;; +esac + +#DEBHELPER# diff --git a/ubuntu/precise/dependencies/qt3/debian/qt3-dev-tools-compat.install b/ubuntu/precise/dependencies/qt3/debian/qt3-dev-tools-compat.install new file mode 100644 index 000000000..838f6b827 --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/qt3-dev-tools-compat.install @@ -0,0 +1,6 @@ +usr/bin/qt20fix +usr/bin/qtrename140 +usr/bin/qm2ts +usr/bin/mergetr +usr/bin/findtr +usr/bin/msg2qm diff --git a/ubuntu/precise/dependencies/qt3/debian/qt3-dev-tools-embedded.install b/ubuntu/precise/dependencies/qt3/debian/qt3-dev-tools-embedded.install new file mode 100644 index 000000000..2954f7a4c --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/qt3-dev-tools-embedded.install @@ -0,0 +1,2 @@ +usr/bin/makeqpf +usr/bin/qvfb diff --git a/ubuntu/precise/dependencies/qt3/debian/qt3-dev-tools-embedded.links b/ubuntu/precise/dependencies/qt3/debian/qt3-dev-tools-embedded.links new file mode 100644 index 000000000..feacdd2c4 --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/qt3-dev-tools-embedded.links @@ -0,0 +1,2 @@ +/usr/bin/makeqpf /usr/share/qt3/bin/makeqpf +/usr/bin/qvfb /usr/share/qt3/bin/qvfb diff --git a/ubuntu/precise/dependencies/qt3/debian/qt3-dev-tools.install b/ubuntu/precise/dependencies/qt3/debian/qt3-dev-tools.install new file mode 100644 index 000000000..57f9636e5 --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/qt3-dev-tools.install @@ -0,0 +1,9 @@ +usr/share/qt3/mkspecs/* +usr/share/qt3/doc/html/qmake*html +usr/share/qt3/doc/html/qmake*dcf +usr/bin/qmake +usr/bin/lupdate +usr/bin/lrelease +usr/bin/uic +usr/bin/moc +usr/bin/qembed diff --git a/ubuntu/precise/dependencies/qt3/debian/qt3-dev-tools.links b/ubuntu/precise/dependencies/qt3/debian/qt3-dev-tools.links new file mode 100644 index 000000000..3a9ee784c --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/qt3-dev-tools.links @@ -0,0 +1,7 @@ +/usr/share/qt3/mkspecs/linux-g++ /usr/share/qt3/mkspecs/default +/usr/bin/qmake-qt3 /usr/share/qt3/bin/qmake +/usr/bin/lupdate-qt3 /usr/share/qt3/bin/lupdate +/usr/bin/lrelease-qt3 /usr/share/qt3/bin/lrelease +/usr/bin/uic-qt3 /usr/share/qt3/bin/uic +/usr/bin/moc-qt3 /usr/share/qt3/bin/moc +/usr/bin/qembed /usr/share/qt3/bin/qembed diff --git a/ubuntu/precise/dependencies/qt3/debian/qt3-dev-tools.postinst b/ubuntu/precise/dependencies/qt3/debian/qt3-dev-tools.postinst new file mode 100644 index 000000000..70ca043fe --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/qt3-dev-tools.postinst @@ -0,0 +1,28 @@ +#!/bin/sh + +set -e + +update-alternatives --install \ + /usr/bin/moc moc "/usr/bin/moc-qt3" "45" \ + --slave /usr/share/man/man1/moc.1.gz moc.1.gz \ + "/usr/share/man/man1/moc-qt3.1.gz" + +update-alternatives --install \ + /usr/bin/uic uic "/usr/bin/uic-qt3" "45" \ + --slave /usr/share/man/man1/uic.1.gz uic.1.gz \ + "/usr/share/man/man1/uic-qt3.1.gz" + +update-alternatives --install \ + /usr/bin/lupdate lupdate "/usr/bin/lupdate-qt3" "45" \ + --slave /usr/share/man/man1/lupdate.1.gz lupdate.1.gz \ + "/usr/share/man/man1/lupdate-qt3.1.gz" + +update-alternatives --install \ + /usr/bin/lrelease lrelease "/usr/bin/lrelease-qt3" "45" \ + --slave /usr/share/man/man1/lrelease.1.gz lrelease.1.gz \ + "/usr/share/man/man1/lrelease-qt3.1.gz" + +update-alternatives --install \ + /usr/bin/qmake qmake "/usr/bin/qmake-qt3" "45" \ + +#DEBHELPER# diff --git a/ubuntu/precise/dependencies/qt3/debian/qt3-dev-tools.prerm b/ubuntu/precise/dependencies/qt3/debian/qt3-dev-tools.prerm new file mode 100644 index 000000000..3db3df44b --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/qt3-dev-tools.prerm @@ -0,0 +1,16 @@ +#!/bin/sh + +set -e + +case "$1" in + upgrade) ;; + remove|failed-upgrade|deconfigure) + update-alternatives --remove moc "/usr/bin/moc-qt3" + update-alternatives --remove uic "/usr/bin/uic-qt3" + update-alternatives --remove lupdate "/usr/bin/lupdate-qt3" + update-alternatives --remove lrelease "/usr/bin/lrelease-qt3" + update-alternatives --remove qmake "/usr/bin/qmake-qt3" + ;; +esac + +#DEBHELPER# diff --git a/ubuntu/precise/dependencies/qt3/debian/qt3-doc.doc-base b/ubuntu/precise/dependencies/qt3/debian/qt3-doc.doc-base new file mode 100644 index 000000000..86f7e5798 --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/qt3-doc.doc-base @@ -0,0 +1,11 @@ +Document: qt3-doc +Title: Qt Reference Documentation +Author: Troll Tech +Abstract: Qt (TM) is a multi-platform C++ GUI toolkit. It is a product of + Troll Tech. It is supported on all major variants of Microsoft Windows and + Unix/X Windows. +Section: Apps/Programming + +Format: HTML +Index: /usr/share/doc/qt3-doc/html/index.html +Files: /usr/share/doc/qt3-doc/html/*.html diff --git a/ubuntu/precise/dependencies/qt3/debian/qt3-doc.docs b/ubuntu/precise/dependencies/qt3/debian/qt3-doc.docs new file mode 100644 index 000000000..f08fd0f02 --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/qt3-doc.docs @@ -0,0 +1,2 @@ +FAQ +README-QT.TXT diff --git a/ubuntu/precise/dependencies/qt3/debian/qt3-doc.links b/ubuntu/precise/dependencies/qt3/debian/qt3-doc.links new file mode 100644 index 000000000..e8b1a344c --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/qt3-doc.links @@ -0,0 +1,2 @@ +/usr/share/man/man3 /usr/share/qt3/doc/man/man3 +/usr/share/qt3/doc/html /usr/share/doc/qt3-doc/html diff --git a/ubuntu/precise/dependencies/qt3/debian/qt3-linguist.install b/ubuntu/precise/dependencies/qt3/debian/qt3-linguist.install new file mode 100644 index 000000000..ff9ac89a1 --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/qt3-linguist.install @@ -0,0 +1,4 @@ +usr/bin/linguist +usr/share/qt3/phrasebooks/* +usr/share/qt3/doc/html/linguist*html +usr/share/qt3/doc/html/linguist*dcf diff --git a/ubuntu/precise/dependencies/qt3/debian/qt3-linguist.links b/ubuntu/precise/dependencies/qt3/debian/qt3-linguist.links new file mode 100644 index 000000000..be3092258 --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/qt3-linguist.links @@ -0,0 +1 @@ +/usr/bin/linguist-qt3 /usr/share/qt3/bin/linguist diff --git a/ubuntu/precise/dependencies/qt3/debian/qt3-linguist.menu b/ubuntu/precise/dependencies/qt3/debian/qt3-linguist.menu new file mode 100644 index 000000000..ebd7e43b7 --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/qt3-linguist.menu @@ -0,0 +1,6 @@ +?package(qt3-linguist):\ + needs="x11"\ + section="Applications/Programming"\ + hints="TDE"\ + title="Qt3 Linguist"\ + command="/usr/bin/linguist-qt3" diff --git a/ubuntu/precise/dependencies/qt3/debian/qt3-linguist.postinst b/ubuntu/precise/dependencies/qt3/debian/qt3-linguist.postinst new file mode 100644 index 000000000..ed27c328b --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/qt3-linguist.postinst @@ -0,0 +1,10 @@ +#!/bin/sh + +set -e + +update-alternatives --install \ + /usr/bin/linguist linguist "/usr/bin/linguist-qt3" "45" \ + --slave /usr/share/man/man1/linguist.1.gz linguist.1.gz \ + "/usr/share/man/man1/linguist-qt3.1.gz" + +#DEBHELPER# diff --git a/ubuntu/precise/dependencies/qt3/debian/qt3-linguist.prerm b/ubuntu/precise/dependencies/qt3/debian/qt3-linguist.prerm new file mode 100644 index 000000000..74b010627 --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/qt3-linguist.prerm @@ -0,0 +1,12 @@ +#!/bin/sh + +set -e + +case "$1" in + upgrade) ;; + remove|failed-upgrade|deconfigure) + update-alternatives --remove linguist "/usr/bin/linguist-qt3" + ;; +esac + +#DEBHELPER# diff --git a/ubuntu/precise/dependencies/qt3/debian/qt3-qtconfig.install b/ubuntu/precise/dependencies/qt3/debian/qt3-qtconfig.install new file mode 100644 index 000000000..8fcee756b --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/qt3-qtconfig.install @@ -0,0 +1 @@ +usr/bin/qtconfig diff --git a/ubuntu/precise/dependencies/qt3/debian/qt3-qtconfig.links b/ubuntu/precise/dependencies/qt3/debian/qt3-qtconfig.links new file mode 100644 index 000000000..9a168aec4 --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/qt3-qtconfig.links @@ -0,0 +1 @@ +/usr/bin/qtconfig-qt3 /usr/share/qt3/bin/qtconfig diff --git a/ubuntu/precise/dependencies/qt3/debian/qt3-qtconfig.menu b/ubuntu/precise/dependencies/qt3/debian/qt3-qtconfig.menu new file mode 100644 index 000000000..c8b243496 --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/qt3-qtconfig.menu @@ -0,0 +1,8 @@ +?package(qt3-qtconfig):\ + needs="x11"\ + section="Applications/System/Administration"\ + title="Qt3 Config"\ + longtitle="Qt3 Configuration Utility"\ + hints="Qt3 config tool"\ + command="/usr/bin/qtconfig-qt3" + diff --git a/ubuntu/precise/dependencies/qt3/debian/qt3-qtconfig.postinst b/ubuntu/precise/dependencies/qt3/debian/qt3-qtconfig.postinst new file mode 100644 index 000000000..be89a0151 --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/qt3-qtconfig.postinst @@ -0,0 +1,10 @@ +#!/bin/sh + +set -e + +update-alternatives --install \ + /usr/bin/qtconfig qtconfig "/usr/bin/qtconfig-qt3" "45" \ + --slave /usr/share/man/man1/qtconfig.1.gz qtconfig.1.gz \ + "/usr/share/man/man1/qtconfig-qt3.1.gz" + +#DEBHELPER# diff --git a/ubuntu/precise/dependencies/qt3/debian/qt3-qtconfig.prerm b/ubuntu/precise/dependencies/qt3/debian/qt3-qtconfig.prerm new file mode 100644 index 000000000..3985383b4 --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/qt3-qtconfig.prerm @@ -0,0 +1,12 @@ +#!/bin/sh + +set -e + +case "$1" in + upgrade) ;; + remove|failed-upgrade|deconfigure) + update-alternatives --remove qtconfig "/usr/bin/qtconfig-qt3" + ;; +esac + +#DEBHELPER# diff --git a/ubuntu/precise/dependencies/qt3/debian/qt_plugins_3.3rc b/ubuntu/precise/dependencies/qt3/debian/qt_plugins_3.3rc new file mode 100644 index 000000000..9fb7f9711 --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/qt_plugins_3.3rc @@ -0,0 +1,4 @@ +[usr] +lib/trinity/plugins/styles/plastik.so=30306^e3^ei686 Linux g++-4.* full-config^e2006-09-29T20:06:31^e +lib/qt3/plugins/imageformats/libqmng.so=30306^e3^ei686 Linux g++-4.* full-config^e2006-08-25T18:22:18^e + diff --git a/ubuntu/precise/dependencies/qt3/debian/qtrc b/ubuntu/precise/dependencies/qt3/debian/qtrc new file mode 100644 index 000000000..3c977f4d1 --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/qtrc @@ -0,0 +1,32 @@ +[3.3] +libraryPath=/usr/lib/trinity/plugins/ + +[General] +GUIEffects=general^eanimatecombo^e +embedFonts=true +enableXft=true +font=Sans Serif,9,-1,5,50,0,0,0,0,0 +fontPath=\0 +useXft=true +style=Plastik + +[KDE] +contrast=7 +kdeAddedLibraryPaths=/usr/lib/trinity/plugins/^e + +[KWinPalette] +activeBackground=#1f26ad +activeBlend=#259bb8 +activeForeground=#ffffff +activeTitleBtnBg=#e6e6e6 +frame=#efefef +inactiveBackground=#cdcdcd +inactiveBlend=#ababab +inactiveForeground=#dddddd +inactiveFrame=#efefef +inactiveTitleBtnBg=#ebebeb + +[Palette] +active=#000000^e#dddfe4^e#ffffff^e#ffffff^e#555555^e#c7c7c7^e#000000^e#ffffff^e#000000^e#ffffff^e#efefef^e#000000^e#678db2^e#ffffff^e#0000ee^e#52188b^e +disabled=#808080^e#dddfe4^e#ffffff^e#ffffff^e#555555^e#c7c7c7^e#c7c7c7^e#ffffff^e#808080^e#ffffff^e#efefef^e#000000^e#567594^e#ffffff^e#0000ee^e#52188b^e +inactive=#000000^e#dddfe4^e#ffffff^e#ffffff^e#555555^e#c7c7c7^e#000000^e#ffffff^e#000000^e#ffffff^e#efefef^e#000000^e#678db2^e#ffffff^e#0000ee^e#52188b^e \ No newline at end of file diff --git a/ubuntu/precise/dependencies/qt3/debian/rules b/ubuntu/precise/dependencies/qt3/debian/rules new file mode 100755 index 000000000..09b237823 --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/rules @@ -0,0 +1,474 @@ +#!/usr/bin/make -f + +# build variables +export QTDIR=$(shell pwd) + +# re-set $(LD_LIBRARY_PATH) +OLD_LD_LIBRARY_PATH := $(LD_LIBRARY_PATH) +export LD_LIBRARY_PATH=$(QTDIR)/lib:$(OLD_LD_LIBRARY_PATH) + +# fix path +OLD_PATH := $(PATH) +export PATH=$(QTDIR)/bin:$(OLD_PATH) + +DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) +DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU) +DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) + +ifeq ($(DEB_HOST_ARCH_OS),hurd) + PLATFORM_ARG = hurd-g++ +else #hurd +ifeq ($(DEB_HOST_ARCH),sparc) + PLATFORM_ARG = linux-g++-sparc +else #sparc + PLATFORM_ARG = linux-g++ +endif #sparc +endif #hurd + +# quilt stuff +include /usr/share/quilt/quilt.make + +# build variables (directorys) +DEBIAN = $(shell pwd)/debian +P_LIBS = $(DEBIAN)/libqt3-mt +P_DOC = $(DEBIAN)/qt3-doc +P_APPSDEV = $(DEBIAN)/qt3-apps-dev +P_HEADERS = $(DEBIAN)/libqt3-headers +P_QTMTDEV = $(DEBIAN)/libqt3-mt-dev + +TMP_INSTALL = $(DEBIAN)/tmp-install + +CONFIGURE_OPTS = \ + -prefix "/usr" \ + -sysconfdir "/etc/qt3" \ + -datadir "/usr/share/qt3" \ + -headerdir "/usr/include/qt3" \ + -docdir "/usr/share/qt3/doc" \ + -plugindir "/usr/lib/qt3/plugins" \ + -translationdir "/usr/share/qt3/translations" \ + \ + -thread \ + -shared \ + -fast \ + -no-exceptions \ + -platform $(PLATFORM_ARG) \ + \ + -nis \ + -no-pch \ + -cups \ + -stl \ + -ipv6 \ + \ + -sm \ + -xshape \ + -xinerama \ + -xcursor \ + -xrandr \ + -xrender \ + -xft \ + -tablet \ + -xkb \ + \ + -system-zlib \ + -system-libpng \ + -system-libmng \ + -system-libjpeg \ + -system-nas-sound \ + \ + -enable-opengl \ + -dlopen-opengl \ + \ + -qt-gif \ + -qt-imgfmt-png \ + -qt-imgfmt-jpeg \ + -plugin-imgfmt-mng \ + \ + -plugin-sql-odbc \ + -plugin-sql-psql \ + -plugin-sql-mysql \ + -plugin-sql-ibase \ + -plugin-sql-sqlite \ + \ + -I/usr/include/mysql \ + -I/usr/include/freetype2 \ + -I`pg_config --includedir` \ + -L/usr/lib/$(DEB_HOST_MULTIARCH)\ + \ + -lfontconfig \ + -inputmethod \ + # End of CONFIGURE_OPTS + +interbase_archs := i386 amd64 sparc powerpc +ifneq ($(DEB_HOST_ARCH_CPU),$(findstring $(DEB_HOST_ARCH_CPU),$(interbase_archs))) + CONFIGURE_OPTS += -no-sql-ibase + IBASE = -Nlibqt3-mt-ibase +else + IBASE = +endif + +ifeq ($(DEB_HOST_ARCH_OS),hurd) + CONFIGURE_OPTS += -no-sql-ibase + IBASE = -Nlibqt3-mt-ibase +endif + +ifeq ($(DEB_HOST_ARCH),arm) + CONFIGURE_OPTS += -DQT_QLOCALE_USES_FCVT +endif + +build: libqt-thread-stamp + + touch build-stamp + +libqt-thread-stamp: $(QUILT_STAMPFN) + + @echo "QTDIR is ${QTDIR}" + + dh_testdir + + echo yes | ./configure $(CONFIGURE_OPTS) + + rm -rf include/qinputcontext.h include/qinputcontextfactory.h include/qinputcontextplugin.h + ln -s ../src/kernel/qinputcontext.h include/qinputcontext.h + ln -s ../src/inputmethod/qinputcontextfactory.h include/qinputcontextfactory.h + ln -s ../src/inputmethod/qinputcontextplugin.h include/qinputcontextplugin.h + + # proceed + $(MAKE) sub-src sub-plugins sub-tools + $(MAKE) -C src INSTALL_ROOT=$(TMP_INSTALL) install_target + $(MAKE) INSTALL_ROOT=$(TMP_INSTALL) install + $(MAKE) INSTALL_ROOT=$(TMP_INSTALL) plugins-install + + # archives get accidentally stripped by make install. Copy over unstripped ones for now. + cp lib/lib*.a $(TMP_INSTALL)/usr/lib/ + + cp bin/qtrename140 $(TMP_INSTALL)/usr/bin/ + cp bin/qt20fix $(TMP_INSTALL)/usr/bin/ + cp bin/findtr $(TMP_INSTALL)/usr/bin/ + + # build conv2ui + cd tools/designer/tools/conv2ui && $(MAKE) + cp bin/conv2ui $(TMP_INSTALL)/usr/bin/conv2ui + + # build qvfb + cd tools/qvfb/ && $(MAKE) + cp tools/qvfb/qvfb $(TMP_INSTALL)/usr/bin/qvfb + + # install qmake.cache file + install -d $(P_QTMTDEV)/usr/share/qt3/ + cat .qmake.cache | sed "s#$(QTDIR)#/usr/share/qt3#g" > $(P_QTMTDEV)/usr/share/qt3/.qmake.cache + + # install qconfig.h for the mt + install -m 644 -D include/qconfig.h $(P_QTMTDEV)/usr/include/qt3/qconfig.h + install -m 644 -D include/qmodules.h $(P_QTMTDEV)/usr/include/qt3/qmodules.h + + install -m 644 -D include/qinputcontext.h $(P_HEADERS)/usr/include/qt3/qinputcontext.h + install -m 644 -D include/qinputcontextfactory.h $(P_HEADERS)/usr/include/qt3/qinputcontextfactory.h + install -m 644 -D include/qinputcontextplugin.h $(P_HEADERS)/usr/include/qt3/qinputcontextplugin.h + + touch libqt-thread-stamp + +clean: unpatch + + dh_testdir + + -rm -rf debian/patched + -rm -rf build-stamp libqt-thread-stamp + + -chmod -R u+w * + -chmod a-x doc/html/layout?.png + + if [ -f "src/Makefile" ]; then \ + $(MAKE) -C src clean; $(MAKE) -C plugins/src distclean; $(MAKE) -C tools distclean; \ + $(MAKE) -C tools/makeqpf distclean; $(MAKE) -C tools/qconfig distclean; $(MAKE) -C tools/qvfb distclean; \ + $(MAKE) -C tools/msg2qm distclean; $(MAKE) -C tools/mergetr distclean; $(MAKE) -C tools/qembed distclean; \ + $(MAKE) -C tools/designer/tools/conv2ui distclean; $(MAKE) -C tools/designer/tools/createcw distclean; \ + $(MAKE) -C tools/designer/plugins/glade distclean; $(MAKE) -C tools/designer/plugins/qglwidget distclean; \ + $(MAKE) -C config.tests/unix/largefile distclean; $(MAKE) -C qmake distclean; \ + fi + + -rm -rf .qmake.cache src/.qmake.internal.cache tools/designer/designer/.qmake.internal.cache qmake/GNUmakefile \ + config.status bin/moc bin/qmake src/moc/*.o mkspecs/default lib/lib* `pwd`/debian/doc $(TMP_INSTALL) \ + src/tools/qconfig.cpp include/qconfig.h include/qmodules.h plugins/accessibleqtwidgets.prl \ + config.tests/unix/ipv6/ipv6test config.tests/unix/ipv6/ipv6test.o config.tests/unix/ptrsize/ptrsizetest.o \ + config.tests/unix/ptrsize/ptrsizetest config.tests/unix/endian/endiantest.o \ + config.tests/unix/endian/endiantest lib/qt-mt.pc extensions/nsplugin/examples/trivial/libtrivial.prl \ + extensions/nsplugin/examples/grapher/libgrapher.prl bin/designer + + rm -f qmake/*o + rm -rf include/qinputcontext.h include/qinputcontextfactory.h include/qinputcontextplugin.h + rm -f src/.obj/debug-shared-mt/*o plugins/src/inputmethods/imsw-multi/.obj/debug-shared-mt/*o plugins/inputmethods/*so + rm -f plugins/src/inputmethods/imsw-none/.obj/debug-shared-mt/*o plugins/src/inputmethods/simple/.obj/debug-shared-mt/*o plugins/src/inputmethods/xim/.obj/debug-shared-mt/*o + + # delete generated Makefiles but save the toplevel Makefile + -mv Makefile Makefile.save + for a in `find . -name 'Makefile'`; do rm -f "$$a"; done + -mv Makefile.save Makefile + + cd examples/ && find . -name '.obj' | xargs rm -rf + + dh_clean + +install: build + + dh_testdir + dh_testroot + + dh_clean -i + dh_installdirs + + # fix .prl files + for a in $(TMP_INSTALL)/usr/lib/*prl; do cat "$$a" | sed \ + "s#$(QTDIR)#/usr/share/qt3#g" > "$$a".new && mv "$$a".new "$$a"; done + + dh_install $(IBASE) --sourcedir=$(TMP_INSTALL) + + ## build qt3-doc package + # copy all docs there first + install -d $(P_DOC)/usr/share/qt3/doc/html/ + for a in `cd $(TMP_INSTALL)/usr/share/qt3/doc/html/ && find`; do cp $(TMP_INSTALL)/usr/share/qt3/doc/html/"$$a" $(P_DOC)/usr/share/qt3/doc/html/; done + #typo bugfix + sed -i -e 's/reveives/receives/' $(P_DOC)/usr/share/qt3/doc/html/qwidget.html + + ## build designer package documentation + # qt3-designer + install -d `pwd`/debian/qt3-designer/usr/share/qt3/doc/html/ + for a in `cat doc/html/designer*.html doc/html/designer*.dcf | grep png | sed 's/^.*src=\"\([^\"]+\)\".*$$/\1/' | \ + perl -pe 's#<\?p[^>]+>##' | tee outputfile | perl -ne '/]*(src=\"[^"]+\")/; print $$1' | \ + sed 's/src=//g' | sed 's/"/ /g'`; do cp doc/html/"$$a" `pwd`/debian/qt3-designer/usr/share/qt3/doc/html/ && \ + rm -rf $(P_DOC)/usr/share/qt3/doc/html/"$$a" || true; done + rm -rf outputfile `pwd`/debian/qt3-designer/usr/share/qt3/doc/html/logo32.png + rm -rf `pwd`/debian/qt3-doc/usr/share/qt3/doc/html/designer* + + ## build linguist package documentation + # qt3-linguist + install -d `pwd`/debian/qt3-linguist/usr/share/qt3/doc/html/ + for a in `cat doc/html/linguist*.html doc/html/linguist*.dcf | grep png | sed 's/^.*src=\"\([^\"]+\)\".*$$/\1/' | \ + perl -pe 's#<\?p[^>]+>##' | tee outputfile | perl -ne '/]*(src=\"[^"]+\")/; print $$1' | \ + sed 's/src=//g' | sed 's/"/ /g'`; do cp doc/html/"$$a" `pwd`/debian/qt3-linguist/usr/share/qt3/doc/html/ && \ + rm -rf $(P_DOC)/usr/share/qt3/doc/html/"$$a" || true; done + rm -rf outputfile `pwd`/debian/qt3-linguist/usr/share/qt3/doc/html/logo32.png + rm -rf `pwd`/debian/qt3-doc/usr/share/qt3/doc/html/linguist* + + ## qt3-assistant + # remove docs from qt3-doc for qt-assistant + rm -rf `pwd`/debian/qt3-doc/usr/share/qt3/doc/html/assistant* + + ## all packages + # install the overrides files + #for a in debian/overrides/*; do install -d debian/`echo "$$a" | sed 's/debian\/overrides\///g'`/usr/share/lintian/overrides; done + #for a in debian/overrides/*; do cp "$$a" debian/`echo "$$a" | sed 's/debian\/overrides\///g'`/usr/share/lintian/overrides/`echo "$$a" | sed 's/debian\/overrides\///g'`; done + + chmod 644 debian/qt3-dev-tools/usr/share/qt3/mkspecs/aix-g++-64/qplatformdefs.h + chmod 644 debian/qt3-dev-tools/usr/share/qt3/mkspecs/macx-pbuilder/Info.plist.app + +binary-indep: build install + + # Build architecture-independent files here. + dh_testdir + dh_testroot + + dh_installdocs -i -XREADME.Debian + dh_installchangelogs -i changes-3.3.8 + dh_installchangelogs -i changes-3.3.8b + + find doc/man -path \*/CVS -prune -o -print | cpio -pmd $(P_DOC)/usr/share/qt3/doc/ + + -rm -f `find $(P_DOC)/usr/share/qt3/doc/ -name "*.o"` + find $(P_DOC) -type f -perm +0100 | xargs --no-run-if-empty rm -f + + install -d $(P_DOC)/usr/share/man/man3/ + + for i in $(P_DOC)/usr/share/qt3/doc/doc/man/man3/* ; do mv $$i $(P_DOC)/usr/share/man/man3/ ; done + + -rm -rf $(P_DOC)/usr/share/qt3/doc/doc + + # other i18n files + for a in `cd translations/ && find . -name 'qt_*.qm' | sed 's/qt_//' | sed 's/\.qm//' | sed 's/\.\///g'`; do \ + install -m644 -D `pwd`/translations/qt_"$$a".qm `pwd`/debian/libqt3-i18n/usr/share/qt3/translations/qt_"$$a".qm; done + + # logo32.png + cp `pwd`/doc/html/logo32.png `pwd`/debian/qt3-doc/usr/share/qt3/doc/html/ + + # remove qmake html docu from qt3-doc + rm -rf `pwd`/debian/qt3-doc/usr/share/qt3/doc/html/qmake* + + # create examples package + install -d `pwd`/debian/doc/qt3-examples/tools/designer + install -d `pwd`/debian/doc/qt3-examples/tools/linguist + cp -ax examples `pwd`/debian/doc/qt3-examples + cp -ax tutorial `pwd`/debian/doc/qt3-examples + cp -ax tools/designer/examples `pwd`/debian/doc/qt3-examples/tools/designer/ + cp -ax tools/linguist/tutorial `pwd`/debian/doc/qt3-examples/tools/linguist/ + for a in `cd $(DEBIAN)/doc/qt3-examples/ && find $(DEBIAN)/doc/qt3-examples/ -name 'tt1'`; do rm -f "$$a"; done + for a in `cd $(DEBIAN)/doc/qt3-examples/ && find $(DEBIAN)/doc/qt3-examples/ -name 'tt2'`; do rm -f "$$a"; done + for a in `cd $(DEBIAN)/doc/qt3-examples/ && find $(DEBIAN)/doc/qt3-examples/ -name 'tt3'`; do rm -f "$$a"; done + for a in `cd $(DEBIAN)/doc/qt3-examples/ && find $(DEBIAN)/doc/qt3-examples/ -name '.moc'`; do rm -rf "$$a"; done + for a in `cd $(DEBIAN)/doc/qt3-examples/ && find $(DEBIAN)/doc/qt3-examples/ -name '.obj'`; do rm -rf "$$a"; done + for a in `cd $(DEBIAN)/doc/qt3-examples/ && find $(DEBIAN)/doc/qt3-examples/ -name 'Makefile'`; do rm -f "$$a"; done + install -D `pwd`/debian/maintain/build-examples.sh `pwd`/debian/doc/qt3-examples/build-examples + chmod 755 `pwd`/debian/doc/qt3-examples/build-examples + cd `pwd`/debian/doc/ && tar cvvfz qt3-examples.tar.gz qt3-examples/ + install -D `pwd`/debian/doc/qt3-examples.tar.gz `pwd`/debian/qt3-examples/usr/share/doc/qt3-examples/qt3-examples.tar.gz + + # proceed + dh_compress -i -Xhtml/ + dh_link -i + + dh_fixperms -i + dh_installdeb -i + + dh_perl -i + dh_shlibdeps -i + + # fix shlibdeps madness + for a in `find debian/ -name '*.substvars'`; do cat "$$a" | sed 's/, xlibs (>> 4.1.0)//g' > "$$a".new && mv "$$a.new" "$$a"; done + + dh_gencontrol -i + dh_md5sums -i + + dh_builddeb -i + +binary-arch: build install + + dh_testdir + dh_testroot + dh_installdirs -a + + ## create qt3-apps-dev-package + install -d $(P_APPSDEV)/usr/include/qt3/ + cp `pwd`/tools/designer/interfaces/*.h $(P_APPSDEV)/usr/include/qt3/ + cp `pwd`/tools/designer/editor/*.h $(P_APPSDEV)/usr/include/qt3/ + rm -rf `pwd`/debian/qt3-apps-dev/usr/include/qt3/preferences.ui.h + + ## qvfb package + install -m644 -D `pwd`/tools/qvfb/pda.skin `pwd`/debian/qt3-dev-tools-embedded/etc/qt3/qvfb/pda.skin + install -m644 -D `pwd`/tools/qvfb/pda_down.png `pwd`/debian/qt3-dev-tools-embedded/usr/share/qvfb/pda_down.png + install -m644 -D `pwd`/tools/qvfb/pda_up.png `pwd`/debian/qt3-dev-tools-embedded/usr/share/qvfb/pda_up.png + + # remove utterly ugle symlink + rm -rf `pwd`/debian/qt3-dev-tools//usr/share/qt3/mkspecs/linux-g++/linux-g++ + + # language file for linguist + install -d `pwd`/debian/qt3-linguist/usr/share/doc/qt3-linguist/ + cp translations/qt_untranslated.ts `pwd`/debian/qt3-linguist/usr/share/doc/qt3-linguist/ + + # fix that stupid friggin professional file + perl -pi -e 's{\$$\$$QT_SOURCE_TREE}{$(QTDIR)}' src/qt_professional.pri + + ## i18n files for designer, linguist and assistant + (cd `pwd`/tools/designer/designer/ && lrelease designer.pro) + for a in `cd tools/designer/designer/ && find . -name 'designer_*.qm' | sed 's/designer_//' | sed 's/\.qm//' | sed 's/\.\///g'`; do \ + install -m644 -D tools/designer/designer/designer_"$$a".qm `pwd`/debian/qt3-designer/usr/share/qt3/translations/designer_"$$a".qm; done + rm -rf `pwd`/tools/designer/designer/*.qm + + (cd `pwd`/tools/assistant/ && lrelease assistant.pro) + for a in `cd tools/assistant/ && find . -name 'assistant_*.qm' | sed 's/assistant_//' | sed 's/\.qm//' | sed 's/\.\///g'`; do \ + install -m644 -D tools/assistant/assistant_"$$a".qm `pwd`/debian/qt3-assistant/usr/share/qt3/translations/assistant_"$$a".qm; done + rm -rf `pwd`/tools/assistant/*.qm `pwd`/debian/libqt3-i18n/usr/share/qt3/translations/assistant_de.qm + + (cd `pwd`/tools/linguist/linguist/ && lrelease linguist.pro) + for a in `cd tools/linguist/linguist/ && find . -name 'linguist_*.qm' | sed 's/linguist_//' | sed 's/\.qm//' | sed 's/\.\///g'`; do \ + install -m644 -D tools/linguist/linguist/linguist_"$$a".qm `pwd`/debian/qt3-linguist/usr/share/qt3/translations/linguist_"$$a".qm; done + rm -rf `pwd`/tools/linguist/linguist/*.qm + + # desktop lnk files + install -m644 -D debian/maintain/designer-qt3.desktop `pwd`/debian/qt3-designer/usr/share/applications/designer-qt3.desktop + install -m644 -D debian/maintain/linguist-qt3.desktop `pwd`/debian/qt3-linguist/usr/share/applications/linguist-qt3.desktop + + install -m644 -D debian/maintain/assistant-qt3.desktop `pwd`/debian/qt3-assistant/usr/share/applications/assistant-qt3.desktop + install -m644 -D debian/maintain/qt3config.desktop `pwd`/debian/qt3-qtconfig/usr/share/applications/qt3config.desktop + + # include logo32 for every program + cd `pwd`/debian/qt3-designer/usr/share/qt3/doc/html && for a in `find . -name '*.html'`; \ + do cat "$$a" | sed 's/logo32/logo32-designer/g' > "$$a".new && mv "$$a".new "$$a"; done + + cd `pwd`/debian/qt3-linguist/usr/share/qt3/doc/html && for a in `find . -name '*.html'`; \ + do cat "$$a" | sed 's/logo32/logo32-linguist/g' > "$$a".new && mv "$$a".new "$$a"; done + + cd `pwd`/debian/qt3-assistant/usr/share/qt3/doc/html && for a in `find . -name '*.html'`; \ + do cat "$$a" | sed 's/logo32/logo32-assistant/g' > "$$a".new && mv "$$a".new "$$a"; done + + cd `pwd`/debian/qt3-dev-tools/usr/share/qt3/doc/html && for a in `find . -name '*.html'`; \ + do cat "$$a" | sed 's/logo32/logo32-qmake/g' > "$$a".new && mv "$$a".new "$$a"; done + + for a in designer linguist assistant; do install -m644 -D `pwd`/doc/html/logo32.png `pwd`/debian/qt3-"$$a"/usr/share/qt3/doc/html/logo32-"$$a".png; done + install -m644 -D `pwd`/doc/html/logo32.png `pwd`/debian/qt3-dev-tools/usr/share/qt3/doc/html/logo32-qmake.png + + # fix qmake.conf files + cd `pwd`/debian/qt3-dev-tools/usr/share/qt3/mkspecs/ && for a in *; do cd "$$a" && cat qmake.conf | sed 's/\$$(QTDIR)\/include/\/usr\/share\/qt3\/include/g' | sed 's/\$$(QTDIR)/\/usr\/share\/qt3/g' | \ + sed 's/\-I\/usr\/include/&\/qt3/g' >> qmake.conf.new && mv qmake.conf.new qmake.conf && cd ../; done + + # build attic package and copy it to libqt3-ompat-headers + cd `pwd`/src/ && tar cvvfz attic.tar.gz attic/ + install -D `pwd`/src/attic.tar.gz `pwd`/debian/libqt3-compat-headers/usr/share/doc/libqt3-compat-headers/attic.tar.gz + rm -rf `pwd`/src/attic.tar.gz + + # rename some binaries to make qt3/4 installations possible + mv `pwd`/debian/qt3-designer/usr/bin/designer `pwd`/debian/qt3-designer/usr/bin/designer-qt3 + mv `pwd`/debian/qt3-dev-tools/usr/bin/uic `pwd`/debian/qt3-dev-tools/usr/bin/uic-qt3 + mv `pwd`/debian/qt3-dev-tools/usr/bin/moc `pwd`/debian/qt3-dev-tools/usr/bin/moc-qt3 + mv `pwd`/debian/qt3-dev-tools/usr/bin/lupdate `pwd`/debian/qt3-dev-tools/usr/bin/lupdate-qt3 + mv `pwd`/debian/qt3-dev-tools/usr/bin/lrelease `pwd`/debian/qt3-dev-tools/usr/bin/lrelease-qt3 + mv `pwd`/debian/qt3-dev-tools/usr/bin/qmake `pwd`/debian/qt3-dev-tools/usr/bin/qmake-qt3 + mv `pwd`/debian/qt3-qtconfig/usr/bin/qtconfig `pwd`/debian/qt3-qtconfig/usr/bin/qtconfig-qt3 + mv `pwd`/debian/qt3-assistant/usr/bin/assistant `pwd`/debian/qt3-assistant/usr/bin/assistant-qt3 + mv `pwd`/debian/qt3-linguist/usr/bin/linguist `pwd`/debian/qt3-linguist/usr/bin/linguist-qt3 + + install -D doc/man/man1/moc.1 `pwd`/debian/qt3-dev-tools/usr/share/man/man1/moc-qt3.1 + install -D doc/man/man1/uic.1 `pwd`/debian/qt3-dev-tools/usr/share/man/man1/uic-qt3.1 + install -D doc/man/man1/lrelease.1 `pwd`/debian/qt3-dev-tools/usr/share/man/man1/lrelease-qt3.1 + install -D doc/man/man1/lupdate.1 `pwd`/debian/qt3-dev-tools/usr/share/man/man1/lupdate-qt3.1 + + dh_link -pqt3-designer usr/share/qt3/doc/html usr/share/doc/qt3-designer/html + dh_link -pqt3-assistant usr/share/qt3/doc/html usr/share/doc/qt3-assistant/html + dh_link -pqt3-linguist usr/share/qt3/doc/html usr/share/doc/qt3-linguist/html + dh_link -pqt3-dev-tools usr/share/qt3/doc/html usr/share/doc/qt3-dev-tools/html + + # copy README.Debian + for a in libqt3-mt-dev libqt3-mt qt3-doc; do install -D `pwd`/debian/README.Debian `pwd`/debian/"$$a"/usr/share/doc/"$$a"/README.Debian; done + + # install the qmake binary + rm -rf `pwd`/debian/qt3-dev-tools/usr/bin/qmake + install -D `pwd`/qmake/qmake `pwd`/debian/qt3-dev-tools/usr/bin/qmake-qt3 + + # Install source for the designer tools, such as createcw. + cp -ra tools/designer/tools debian/qt3-designer/usr/share/qt3/tools + rm -f debian/qt3-designer/usr/share/qt3/tools/createcw/createcw + rm -rf debian/qt3-designer/usr/share/qt3/tools/createcw/.moc + rm -rf debian/qt3-designer/usr/share/qt3/tools/createcw/.obj + rm -f debian/qt3-designer/usr/share/qt3/tools/createcw/Makefile + rm -f debian/qt3-designer/usr/share/qt3/tools/conv2ui/conv2ui + rm -rf debian/qt3-designer/usr/share/qt3/tools/conv2ui/.moc + rm -rf debian/qt3-designer/usr/share/qt3/tools/conv2ui/.obj + rm -f debian/qt3-designer/usr/share/qt3/tools/conv2ui/Makefile + + # run remaining debhelper scripts + dh_installdocs -a $(IBASE) -XREADME.Debian + dh_installmenu -a $(IBASE) + + dh_installchangelogs -a $(IBASE) changes-3.3.8 + dh_installchangelogs -a $(IBASE) changes-3.3.8b + + dh_link -a $(IBASE) + dh_strip -a $(IBASE) --dbg-package=qt-x11-free-dbg + dh_compress -a $(IBASE) + dh_fixperms -a $(IBASE) + + # run remaining debhelper scripts + dh_makeshlibs -a $(IBASE) -V + dh_installdeb -a $(IBASE) + dh_perl -a $(IBASE) + dh_shlibdeps -a $(IBASE) -l`pwd`/debian/libqt3-mt/usr/lib + + # fix shlibdeps madness + for a in `find debian/ -name '*.substvars'`; do cat "$$a" | sed 's/, xlibs (>> 4.1.0)//g' > "$$a".new && mv "$$a.new" "$$a"; done + + # fix conffiles file for qt3-dev-tools-embedded + echo "/etc/qt3/qvfb/pda.skin" > `pwd`/debian/qt3-dev-tools-embedded/DEBIAN/conffiles + + dh_gencontrol -a $(IBASE) + dh_md5sums -a $(IBASE) + dh_builddeb -a $(IBASE) + +binary: binary-indep binary-arch +.PHONY: build binary-indep binary-arch binary install clean patch unpatch diff --git a/ubuntu/precise/dependencies/qt3/debian/source/format b/ubuntu/precise/dependencies/qt3/debian/source/format new file mode 100644 index 000000000..89ae9db8f --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/source/format @@ -0,0 +1 @@ +3.0 (native) diff --git a/ubuntu/precise/dependencies/qt3/debian/source/options b/ubuntu/precise/dependencies/qt3/debian/source/options new file mode 100644 index 000000000..9d7c8e036 --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/source/options @@ -0,0 +1,6 @@ +# Use bzip2 instead of gzip +compression = "bzip2" +compression-level = 9 + +# Don't run differences +diff-ignore = .* -- cgit v1.2.3