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.
This commit is contained in:
parent
f10ecbd03f
commit
8ca2273454
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -12,6 +12,9 @@ cmake (2.8.2-1) UNRELEASED; urgency=low
|
|||||||
[ Modestas Vainius ]
|
[ Modestas Vainius ]
|
||||||
* Update patches:
|
* Update patches:
|
||||||
- kFreeBSD_Hurd_fixes.diff - remove, merged upstream.
|
- 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 <debian@carbon-project.org> Thu, 03 Jun 2010 16:25:20 +0200
|
-- Kai Wasserbäch <debian@carbon-project.org> Thu, 03 Jun 2010 16:25:20 +0200
|
||||||
|
|
||||||
|
5
debian/control
vendored
5
debian/control
vendored
@ -5,7 +5,7 @@ Maintainer: Modestas Vainius <modax@debian.org>
|
|||||||
Uploaders: A. Maitland Bottoms <bottoms@debian.org>, Kai Wasserbäch <debian@carbon-project.org>
|
Uploaders: A. Maitland Bottoms <bottoms@debian.org>, Kai Wasserbäch <debian@carbon-project.org>
|
||||||
Build-Depends: debhelper (>= 7.3), libcurl4-gnutls-dev, libxmlrpc-c3-dev, libexpat1-dev, zlib1g-dev,
|
Build-Depends: debhelper (>= 7.3), libcurl4-gnutls-dev, libxmlrpc-c3-dev, libexpat1-dev, zlib1g-dev,
|
||||||
libncurses5-dev, libqt4-dev (>= 4.4.0), procps
|
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-Git: git://git.debian.org/git/collab-maint/cmake.git
|
||||||
Vcs-Browser: http://git.debian.org/?p=collab-maint/cmake.git;a=summary
|
Vcs-Browser: http://git.debian.org/?p=collab-maint/cmake.git;a=summary
|
||||||
|
|
||||||
@ -32,7 +32,7 @@ Package: cmake-data
|
|||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: emacsen-common, ${misc:Depends}
|
Depends: emacsen-common, ${misc:Depends}
|
||||||
Replaces: cmake (<= 2.6.2-1)
|
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)
|
Description: CMake data files (modules, templates and documentation)
|
||||||
This package provides CMake architecture independent data files (modules,
|
This package provides CMake architecture independent data files (modules,
|
||||||
templates, documentation etc.). Unless you have cmake installed, you probably
|
templates, documentation etc.). Unless you have cmake installed, you probably
|
||||||
@ -42,6 +42,7 @@ Package: cmake-curses-gui
|
|||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, cmake (= ${binary:Version})
|
Depends: ${shlibs:Depends}, ${misc:Depends}, cmake (= ${binary:Version})
|
||||||
Replaces: cmake (<= 2.6.2-1)
|
Replaces: cmake (<= 2.6.2-1)
|
||||||
|
Breaks: cmake (<= 2.6.2-1)
|
||||||
Description: Curses based user interface for CMake (ccmake)
|
Description: Curses based user interface for CMake (ccmake)
|
||||||
CMake is used to control the software compilation process using simple
|
CMake is used to control the software compilation process using simple
|
||||||
platform and compiler independent configuration files. CMake generates native
|
platform and compiler independent configuration files. CMake generates native
|
||||||
|
Loading…
x
Reference in New Issue
Block a user