summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorModestas Vainius <modestas@vainius.eu>2008-05-01 10:48:36 +0000
committerModestas Vainius <modestas@vainius.eu>2008-05-01 10:48:36 +0000
commite26d0c09ed708bbb25e192ea3e283543e3f9c985 (patch)
treef1cbb6d9e28822cc62cee0d35d042e41482668c6 /debian/control
parentcc33dafdc84c28ac34cfd0ad9ae3e6ba12ee03cc (diff)
downloadqt4-x11-e26d0c09ed708bbb25e192ea3e283543e3f9c985.tar.gz
* libqt4-opengl-dev split off from libqt4-dev
* libqt4-gui as a transitional dummy package. Not tested.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control61
1 files changed, 45 insertions, 16 deletions
diff --git a/debian/control b/debian/control
index a238723..c205fd2 100644
--- a/debian/control
+++ b/debian/control
@@ -32,28 +32,45 @@ Description: Qt 4 core module
Package: libqt4-core
Architecture: any
Section: libs
-Depends: libqtcore4 (>= ${source:Version}), libqt4-network (>= ${source:Version}), libqt4-script (>= ${source:Version}), libqt4-xml (>= ${source:Version}), libqt4-dbus (>= ${source:Version}), libqt4-test (>= ${source:Version})
+Depends:
+ libqtcore4 (>= ${binary:Version}), libqt4-network (>= ${binary:Version}),
+ libqt4-script (>= ${binary:Version}), libqt4-xml (>= ${binary:Version}),
+ libqt4-dbus (>= ${binary:Version}), libqt4-test (>= ${binary:Version})
Description: transitional package for Qt 4 core non-GUI runtime libraries
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
This is a dummy transitional package to enable installation of other Debian
- packages linked against Qt 4.3 or earlier Qt 4 release previously shipped
+ packages linked against Qt 4.3 or earlier Qt 4 releases previously shipped
in Debian.
-Package: libqt4-gui
+Package: libqtgui4
Architecture: any
Section: libs
-Depends: ${shlibs:Depends}, ${misc:Depends}, libqt4-svg (>= ${source:Version}), fontconfig
+Depends: ${shlibs:Depends}, ${misc:Depends}, fontconfig
Recommends: qt4-qtconfig
Conflicts: libqt4-designer (<< 4.4.0~beta1-1)
-Replaces: libqt4-core (<< 4.0.1-3), qt4-designer (<< 4.1.4), libqt4-designer (<< 4.4.0~beta1-1)
+Replaces: libqt4-core (<< 4.0.1-3), libqt4-gui (<< 4.4.0),
+ qt4-designer (<< 4.1.4), libqt4-designer (<< 4.4.0~beta1-1)
Description: Qt 4 GUI module
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
The QtGui module extends QtCore with GUI functionality.
+Package: libqt4-gui
+Architecture: any
+Section: libs
+Depends: libqtgui4 (>= ${binary:Version}), libqt4-svg (>= ${binary:Version}), libqt4-opengl (>= ${binary:Version}),
+ libqt4-designer (>= ${binary:Version}), libqt4-assistant (>= ${binary:Version})
+Description: transitional package for Qt 4 GUI runtime libraries
+ Qt is a cross-platform C++ application framework. Qt's primary feature
+ is its rich set of widgets that provide standard GUI functionality.
+ .
+ This is a dummy transitional package depending on the Qt4 GUI library
+ packages which the package of the same name used to provide in Qt 4.3.4
+ and earlier Debian packages of Qt4.
+
Package: libqt4-network
Architecture: any
Section: libs
@@ -307,16 +324,15 @@ Description: Qt 4 test module
Package: libqt4-dev
Architecture: any
Section: libdevel
-Depends: ${shlibs:Depends}, ${misc:Depends},
- libqt4-gui (= ${binary:Version}), libqt4-network (= ${binary:Version}),
- libqt4-opengl (= ${binary:Version}), libqt4-script (= ${binary:Version}),
- libqt4-sql (= ${binary:Version}), libqt4-svg (= ${binary:Version}),
- libqt4-webkit (= ${binary:Version}), libqt4-xml (= ${binary:Version}),
- libqt4-xmlpatterns (= ${binary:Version}), libqt4-dbus (= ${binary:Version}),
- libqt4-qt3support (= ${binary:Version}), libqt4-designer (= ${binary:Version}),
- libqt4-help (= ${binary:Version}),
+Depends: ${shlibs:Depends}, ${misc:Depends}, libqtcore4 (= ${binary:Version}),
+ libqt4-network (= ${binary:Version}), libqt4-dbus (= ${binary:Version}),
+ libqtgui4 (= ${binary:Version}), libqt4-svg (= ${binary:Version}),
+ libqt4-webkit (= ${binary:Version}), libqt4-xml (= ${binary:Version}),
+ libqt4-sql (= ${binary:Version}), libqt4-script (= ${binary:Version}),
+ libqt4-xmlpatterns (= ${binary:Version}), libqt4-qt3support (= ${binary:Version}),
+ libqt4-designer (= ${binary:Version}), libqt4-help (= ${binary:Version}),
libqt4-assistant (= ${binary:Version}), libqt4-test (= ${binary:Version})
-Recommends: libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev
+Recommends: libqt4-opengl-dev (= ${binary:Version})
Conflicts: qt3-dev-tools (<= 3:3.3.4-7), libqtwebkit-dev
Replaces: libqtwebkit-dev
Suggests: qt4-dev-tools, qt4-doc, libmysqlclient15-dev, libsqlite0-dev, libsqlite3-dev, libpq-dev, libiodbc2-dev, firebird2.0-dev
@@ -324,14 +340,27 @@ Description: Qt 4 development files
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
.
- This packages contains the header development files and development programs
+ This package contains the header development files and development programs
such as qmake used for building Qt4 applications.
+Package: libqt4-opengl-dev
+Architecture: any
+Section: libdevel
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ libqt4-opengl (= ${binary:Version}), libqt4-dev (= ${binary:Version}),
+ libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev
+Description: Qt 4 OpenGL library development files
+ Qt is a cross-platform C++ application framework. Qt's primary feature
+ is its rich set of widgets that provide standard GUI functionality.
+ .
+ This package contains the development files needed to build Qt4 applications
+ using QtOpenGL library.
+
Package: libqt4-dbg
Priority: extra
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
- libqt4-gui (= ${binary:Version})
+ libqtcore4 (= ${binary:Version})
Conflicts: libqt4-debug (<< 4.4.0~beta1-1)
Replaces: libqt4-debug (<< 4.4.0~beta1-1)
Description: Qt 4 library debugging symbols