diff options
author | Fathi Boudra <fabo@debian.org> | 2011-09-22 22:11:35 +0300 |
---|---|---|
committer | Fathi Boudra <fabo@debian.org> | 2011-09-22 22:11:35 +0300 |
commit | c27298f49ea8f196b6a41eb188f76afe54037b31 (patch) | |
tree | 2991bf78957a6e9d010d413740f4790d82e32130 | |
parent | c7c709c543200a6b0432c51e5563ed849780ec62 (diff) | |
download | qtwebkit-c27298f49ea8f196b6a41eb188f76afe54037b31.tar.gz |
Add pre-dependency on multiarch support.
-rw-r--r-- | debian/control | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control index a5e161f..c7dd039 100644 --- a/debian/control +++ b/debian/control @@ -37,6 +37,8 @@ Description: Web content engine library for Qt - development files Package: libqtwebkit4 Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} Replaces: libqt4-webkit (<= 4:4.7.0~beta1) Description: Web content engine library for Qt |