From ba7301b56584de0c8c33e0101214fa456e45dcec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20Wasserb=C3=A4ch?= Date: Fri, 2 Jul 2010 21:51:45 +0200 Subject: [PATCH] Add the proper Breaks/Replaces stuff to cmake-doc. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kai Wasserbäch --- debian/control | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/control b/debian/control index 4e4a9d58a..96e8f2704 100644 --- a/debian/control +++ b/debian/control @@ -74,6 +74,10 @@ Package: cmake-doc Architecture: all Depends: ${misc:Depends} Recommends: doc-base +Breaks: cmake (<= 2.8.2-1), cmake-data (<= 2.8.2-1), + cmake-curses-gui (<= 2.8.2-1), cmake-qt-gui (<= 2.8.2-1) +Replaces: cmake (<= 2.8.2-1), cmake-data (<= 2.8.2-1), + cmake-curses-gui (<= 2.8.2-1), cmake-qt-gui (<= 2.8.2-1) Section: doc Description: Extended documentation in various formats for CMake CMake is used to control the software compilation process using simple