summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog5
-rw-r--r--debian/control1
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index c572ae1..fd680da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
qt4-x11 (4.4.2-2) UNRELEASED; urgency=low
- [Ana Beatriz Guerrero Lopez]
+ +++ Changes by Fathi Boudra:
+ * Add missing Replaces to qt4-qmake.
+
+ +++ Changes by Ana Beatriz Guerrero Lopez:
* Small updates in debian/control:
- Use always Qt 4 instead of Qt4.
- Remove architectures that are not being worked on anymore.
diff --git a/debian/control b/debian/control
index b40edda..fba127c 100644
--- a/debian/control
+++ b/debian/control
@@ -425,6 +425,7 @@ Package: qt4-qmake
Architecture: any
Section: devel
Depends: ${shlibs:Depends}, ${misc:Depends}
+Replaces: libqt4-dev (<< 4.4.2-1)
Description: Qt 4 qmake Makefile generator tool
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.