summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Nelson <pyro@debian.org>2006-07-29 01:36:26 +0000
committerBrian Nelson <pyro@debian.org>2006-07-29 01:36:26 +0000
commit5baeffcefcfd940b89a0ffc4f6cd799a405c91bc (patch)
treecdbdec0d8da0b2a040b7dfdbbed85ba864866b15
parent00b1f0d10142e2d5802414645956beac0fbb57e6 (diff)
downloadqt4-x11-5baeffcefcfd940b89a0ffc4f6cd799a405c91bc.tar.gz
* debian/control: made libqt4-gui conflict/replace libqt4-designer, to
ensure that old package is removed (Closes: #380253)
-rw-r--r--debian/changelog7
-rw-r--r--debian/control3
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index d9bf144..633b312 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+qt4-x11 (4.1.4-2) UNRELEASED; urgency=low
+
+ * debian/control: made libqt4-gui conflict/replace libqt4-designer, to
+ ensure that old package is removed (Closes: #380253)
+
+ -- Brian Nelson <pyro@debian.org> Fri, 28 Jul 2006 18:35:48 -0700
+
qt4-x11 (4.1.4-1) unstable; urgency=low
* New upstream release (Closes: #378443)
diff --git a/debian/control b/debian/control
index f580043..bf7ac16 100644
--- a/debian/control
+++ b/debian/control
@@ -54,7 +54,8 @@ Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}, fontconfig
Recommends: qt4-qtconfig
-Replaces: libqt4-core (<< 4.0.1-3), qt4-designer (<< 4.1.4)
+Replaces: libqt4-core (<< 4.0.1-3), qt4-designer (<< 4.1.4), libqt4-designer
+Conflicts: libqt4-designer
Description: Qt 4 core GUI functionality runtime library
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.