By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 713
Collapse All | Expand All

(-)qt-x11-free-3.3.8-d.orig/debian/control (-12 / +12 lines)
Lines 10-16 Link Here
10
 libmng-dev (>= 1.0.3), libpng12-dev | libpng12-0-dev, libfontconfig1-dev,
10
 libmng-dev (>= 1.0.3), libpng12-dev | libpng12-0-dev, libfontconfig1-dev,
11
 libfreetype6-dev, libxft-dev, libiodbc2-dev (>= 3.51.2-4),
11
 libfreetype6-dev, libxft-dev, libiodbc2-dev (>= 3.51.2-4),
12
 libmysqlclient-dev, flex, libpq-dev, libaudio-dev, libcups2-dev,
12
 libmysqlclient-dev, flex, libpq-dev, libaudio-dev, libcups2-dev,
13
 libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libsqlite3-dev
13
 libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libsqlite3-dev,
14
 firebird2.1-dev [i386 kfreebsd-i386 kfreebsd-amd64 knetbsd-i386 netbsd-i386 amd64 sparc powerpc] | firebird2-dev [i386 amd64]
14
Section: libs
15
Section: libs
15
Priority: optional
16
Priority: optional
16
Standards-Version: 3.7.3
17
Standards-Version: 3.7.3
Lines 62-78 Link Here
62
 Install it if you intend to use or write Qt programs that are
63
 Install it if you intend to use or write Qt programs that are
63
 to access a PostgreSQL DB.
64
 to access a PostgreSQL DB.
64
65
65
#Not in Debian
66
Package: libqt3-mt-ibase
66
#Package: libqt3-mt-ibase
67
Architecture: i386 kfreebsd-i386 kfreebsd-amd64 knetbsd-i386 netbsd-i386 amd64 sparc powerpc
67
#Architecture: i386 kfreebsd-i386 kfreebsd-amd64 knetbsd-i386 netbsd-i386 amd64 sparc powerpc
68
Section: libs
68
#Section: libs
69
Depends: ${shlibs:Depends}
69
#Depends: ${shlibs:Depends}
70
Conflicts: libqt3c102-mt-ibase
70
#Conflicts: libqt3c102-mt-ibase
71
Replaces: libqt3c102-mt-ibase
71
#Replaces: libqt3c102-mt-ibase
72
Description: InterBase/FireBird database driver for Qt3 (Threaded)
72
#Description: InterBase/FireBird database driver for Qt3 (Threaded)
73
 This package contains the threaded InterBase/FireBird plugin
73
# This package contains the threaded InterBase/FireBird plugin
74
 for Qt3. Install it if you intend to use or write Qt programs
74
# for Qt3. Install it if you intend to use or write Qt programs
75
 that are to access an InterBase/FireBird DB.
75
# that are to access an InterBase/FireBird DB.
76
76
77
Package: libqt3-mt-sqlite
77
Package: libqt3-mt-sqlite
78
Architecture: any
78
Architecture: any
(-)qt-x11-free-3.3.8-d.orig/debian/KUBUNTU-DEBIAN-CHANGES (-4 lines)
Lines 1-4 Link Here
1
No firebird/ibase build (remove build-dep, control entry, ibase ./configure option), firebird is not in Ubuntu main
2
install qtrc (change rules, qtrc file) and qt_plugins_3.3rc
3
add /etc/ to libqt3-mt
4
(-)qt-x11-free-3.3.8-d.orig/debian/rules (+1 lines)
Lines 85-90 Link Here
85
		-plugin-sql-odbc		\
85
		-plugin-sql-odbc		\
86
		-plugin-sql-psql		\
86
		-plugin-sql-psql		\
87
		-plugin-sql-mysql		\
87
		-plugin-sql-mysql		\
88
		-plugin-sql-ibase		\
88
		-plugin-sql-sqlite		\
89
		-plugin-sql-sqlite		\
89
						\
90
						\
90
		-I/usr/include/mysql		\
91
		-I/usr/include/mysql		\

Return to bug 713