diff options
author | Fathi Boudra <fabo@debian.org> | 2010-06-29 14:47:55 +0300 |
---|---|---|
committer | Fathi Boudra <fabo@debian.org> | 2010-06-29 14:47:55 +0300 |
commit | 752e13d649cef941e2b361a7a4621ea48fea0e12 (patch) | |
tree | 066dac04d879db77735e1763398606b06d722fbb | |
parent | 6595295f2c71ec5ff414cb0ced512c25cc029e14 (diff) | |
download | qt4-x11-752e13d649cef941e2b361a7a4621ea48fea0e12.tar.gz |
Add libqt4-webkit dummy transitional package
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 36 |
2 files changed, 38 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 312d2b2..e99a0b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ qt4-x11 (4:4.7.0~beta1+git3529+59c5857-1) UNRELEASED; urgency=low - remove libqt4-declarative-widgets package. - add libqt4-declarative-folderlistmodel package. - add libqt4-declarative-gestures package. + - add libqt4-webkit dummy transitional package for the libqtwebkit4 + package. * Update debian/rules: - replace -multimedia by -no-multimedia configure option. - replace -webkit by -no-webkit configure option. diff --git a/debian/control b/debian/control index b72f9d5..e82fe4f 100644 --- a/debian/control +++ b/debian/control @@ -216,6 +216,42 @@ Description: Qt 4 SVG module Scalable Vector Graphics (SVG) is a language for describing two-dimensional graphics and graphical applications in XML. +Package: libqt4-webkit +Architecture: any +Depends: ${misc:Depends}, libqtwebkit4 (>= 2.0~) +Description: transitional package for Qt 4 WebKit module + 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 WebKit 4.4 - 4.6 releases previously shipped from + Qt source in Debian. + +Package: libqtgui4 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, fontconfig +Recommends: qt4-qtconfig +Conflicts: 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 +Depends: ${misc:Depends}, libqtgui4 (= ${binary:Version}), libqt4-svg (= ${binary:Version}), libqt4-opengl (= ${binary:Version}), + libqt4-designer (= ${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 Qt 4 GUI library + packages which the package of the same name used to provide in Qt 4.3.4 + and earlier Debian packages of Qt 4. + Package: libqt4-xml Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} |