From 8ca2273454081a071ac246dcb990e27ff7414cc4 Mon Sep 17 00:00:00 2001 From: Modestas Vainius Date: Wed, 30 Jun 2010 10:33:30 +0300 Subject: [PATCH] Bump Standards-Version to 3.9.0. - replace Conflicts: cmake (<= 2.6.2-1) with Breaks in cmake-data; - add Breaks: cmake (<= 2.6.2-1) to cmake-gui-curses. --- debian/changelog | 3 +++ debian/control | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index fd31c6971..65df60b22 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,9 @@ cmake (2.8.2-1) UNRELEASED; urgency=low [ Modestas Vainius ] * Update patches: - kFreeBSD_Hurd_fixes.diff - remove, merged upstream. + * Bump Standards-Version to 3.9.0: + - replace Conflicts: cmake (<= 2.6.2-1) with Breaks in cmake-data; + - add Breaks: cmake (<= 2.6.2-1) to cmake-gui-curses. -- Kai Wasserbäch Thu, 03 Jun 2010 16:25:20 +0200 diff --git a/debian/control b/debian/control index cf124b6fd..9ba1fd6b3 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Modestas Vainius Uploaders: A. Maitland Bottoms , Kai Wasserbäch Build-Depends: debhelper (>= 7.3), libcurl4-gnutls-dev, libxmlrpc-c3-dev, libexpat1-dev, zlib1g-dev, libncurses5-dev, libqt4-dev (>= 4.4.0), procps -Standards-Version: 3.8.4 +Standards-Version: 3.9.0 Vcs-Git: git://git.debian.org/git/collab-maint/cmake.git Vcs-Browser: http://git.debian.org/?p=collab-maint/cmake.git;a=summary @@ -32,7 +32,7 @@ Package: cmake-data Architecture: all Depends: emacsen-common, ${misc:Depends} Replaces: cmake (<= 2.6.2-1) -Conflicts: cmake (<= 2.6.2-1) +Breaks: cmake (<= 2.6.2-1) Description: CMake data files (modules, templates and documentation) This package provides CMake architecture independent data files (modules, templates, documentation etc.). Unless you have cmake installed, you probably @@ -42,6 +42,7 @@ Package: cmake-curses-gui Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, cmake (= ${binary:Version}) Replaces: cmake (<= 2.6.2-1) +Breaks: cmake (<= 2.6.2-1) Description: Curses based user interface for CMake (ccmake) CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native