Start package synopsis with lowercase letter where applicable.

ci/unstable
Modestas Vainius 15 years ago
parent 99fca3d508
commit 4404c4eef6

1
debian/changelog vendored

@ -19,6 +19,7 @@ cmake (2.8.2-2) UNRELEASED; urgency=low
in that case. in that case.
* Add cmake-dbg package. * Add cmake-dbg package.
* Add cmake to cmake-doc Suggests. * Add cmake to cmake-doc Suggests.
* Start package synopsis with lowercase letter where applicable.
-- Kai Wasserbäch <debian@carbon-project.org> Fri, 02 Jul 2010 21:32:17 +0200 -- Kai Wasserbäch <debian@carbon-project.org> Fri, 02 Jul 2010 21:32:17 +0200

6
debian/control vendored

@ -14,7 +14,7 @@ Package: cmake
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, cmake-data (= ${source:Version}), procps [!hurd-any] Depends: ${shlibs:Depends}, ${misc:Depends}, cmake-data (= ${source:Version}), procps [!hurd-any]
Suggests: gcc, make Suggests: gcc, make
Description: A cross-platform, open-source make system Description: a cross-platform, open-source make system
CMake is used to control the software compilation process using CMake is used to control the software compilation process using
simple platform and compiler independent configuration files. CMake simple platform and compiler independent configuration files. CMake
generates native makefiles and workspaces that can be used in the generates native makefiles and workspaces that can be used in the
@ -44,7 +44,7 @@ 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) 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
makefiles and workspaces that can be used in the compiler environment of your makefiles and workspaces that can be used in the compiler environment of your
@ -80,7 +80,7 @@ Breaks: cmake (<= 2.8.2-1), cmake-data (<= 2.8.2-1),
Replaces: cmake (<= 2.8.2-1), cmake-data (<= 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) cmake-curses-gui (<= 2.8.2-1), cmake-qt-gui (<= 2.8.2-1)
Suggests: cmake Suggests: cmake
Description: Extended documentation in various formats for CMake Description: extended documentation in various formats for CMake
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
makefiles and workspaces that can be used in the compiler environment of your makefiles and workspaces that can be used in the compiler environment of your

Loading…
Cancel
Save