summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Nelson <pyro@debian.org>2006-10-23 17:24:18 +0000
committerBrian Nelson <pyro@debian.org>2006-10-23 17:24:18 +0000
commite9170406c4159c14e188844342dfcbd19d4e739d (patch)
tree4c6bc9181c6caf9df3fd046ca67dcd05d19b93de
parent44e3ec735f71f7f8edafb043d64cc7b414b98b81 (diff)
downloadqt4-x11-debian/4.2.1-1.tar.gz
added a replaces relationship on libqt4-qt3support with libqt4-gui for the plugin movedebian/4.2.1-1
-rw-r--r--debian/changelog4
-rw-r--r--debian/control1
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 60b05bb..dec9c62 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-qt4-x11 (4.2.1-1) UNRELEASED; urgency=high
+qt4-x11 (4.2.1-1) unstable; urgency=high
* New upstream release
- Fixes integer overflow in pixmap handling [CVE-2006-4811]
@@ -8,7 +8,7 @@ qt4-x11 (4.2.1-1) UNRELEASED; urgency=high
libqt4-qt3support, so that libqt4-gui does not circularly depend on
libqt4-qt3support (Closes: #394351, #394629)
- -- Brian Nelson <pyro@debian.org> Sun, 22 Oct 2006 21:45:43 -0400
+ -- Brian Nelson <pyro@debian.org> Mon, 23 Oct 2006 11:59:52 -0400
qt4-x11 (4.2.0-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index b8fa2ac..37a9db1 100644
--- a/debian/control
+++ b/debian/control
@@ -70,6 +70,7 @@ Package: libqt4-qt3support
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
+Replaces: libqt4-gui (<< 4.2.1-1)
Description: Qt 3 compatibility library for Qt 4
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.