diff options
author | Fathi Boudra <fabo@debian.org> | 2010-07-01 19:12:55 +0300 |
---|---|---|
committer | Fathi Boudra <fabo@debian.org> | 2010-07-01 19:12:55 +0300 |
commit | 63abfd6125e869ab4e47af08ac83eeda1347df59 (patch) | |
tree | ac493d24a6211e21ae03d502cf0d93f07ef43b27 | |
parent | 70d1058abbe0df30830e7525ac940479566e54b3 (diff) | |
download | qtwebkit-63abfd6125e869ab4e47af08ac83eeda1347df59.tar.gz |
no need to to Breaks. libqtwebkit is a drop-in replacement of
libqt4-webkit.
-rw-r--r-- | debian/control | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/debian/control b/debian/control index c097f78..101ebc4 100644 --- a/debian/control +++ b/debian/control @@ -17,8 +17,7 @@ Section: libdevel Architecture: any Depends: ${misc:Depends}, libqtwebkit4 (= ${binary:Version}), libqt4-dev (>= 4:4.6.0) -Breaks: libqt4-dev (<< 4:4.7.0~beta1+git3529+59c5857) -Replaces: libqt4-dev (<< 4:4.7.0~beta1+git3529+59c5857) +Replaces: libqt4-dev (<= 4:4.7.0~beta1) Description: Web content engine library for Qt - development files QtWebKit provides a Web browser engine that makes it easy to embed content from the World Wide Web into your Qt application. @@ -29,8 +28,7 @@ Description: Web content engine library for Qt - development files Package: libqtwebkit4 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Breaks: libqt4-webkit (<< 4:4.7.0~beta1+git3529+59c5857) -Replaces: libqt4-webkit (<< 4:4.7.0~beta1+git3529+59c5857) +Replaces: libqt4-webkit (<= 4:4.7.0~beta1) Description: Web content engine library for Qt QtWebKit provides a Web browser engine that makes it easy to embed content from the World Wide Web into your Qt application. @@ -40,8 +38,7 @@ Priority: extra Architecture: any Section: debug Depends: ${shlibs:Depends}, ${misc:Depends}, libqtwebkit4 (= ${binary:Version}) -Breaks: libqt4-webkit-dbg (<< 4:4.7.0~beta1+git3529+59c5857) -Replaces: libqt4-webkit-dbg (<< 4:4.7.0~beta1+git3529+59c5857) +Replaces: libqt4-webkit-dbg (<= 4:4.7.0~beta1) Description: Web content engine library for Qt - debugging symbols QtWebKit provides a Web browser engine that makes it easy to embed content from the World Wide Web into your Qt application. |