[neon/backports-jammy/cmake/Neon/unstable] debian: typos

Carlos De Maine null at kde.org
Wed Aug 16 23:36:10 BST 2023


Git commit ee468f12a7aeb8f2722c8e248677fe6921a40d1b by Carlos De Maine.
Committed on 17/08/2023 at 00:36.
Pushed by carlosdem into branch 'Neon/unstable'.

typos

M  +10   -13   debian/control

https://invent.kde.org/neon/backports-jammy/cmake/-/commit/ee468f12a7aeb8f2722c8e248677fe6921a40d1b

diff --git a/debian/control b/debian/control
index 6a9464c6d..abb458287 100644
--- a/debian/control
+++ b/debian/control
@@ -1,11 +1,10 @@
 Source: cmake
 Section: devel
 Priority: optional
-Maintainer: Debian CMake Team <pkg-cmake-team at lists.alioth.debian.org>
-Uploaders:
- Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>,
- Felix Geyer <fgeyer at debian.org>,
- Timo Röhling <roehling at debian.org>,
+Maintainer: Debian CMake Team <pkg-cmake-team at lists.alioth.debian.org>,
+Uploaders: Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>,
+           Felix Gey  er <fgeyer at debian.org>,
+           Timo Röhling <roehling at debian.org>,
 Build-Depends: debhelper-compat (= 13),
                cmake <cross>,
                freebsd-glue [kfreebsd-any],
@@ -30,7 +29,6 @@ Vcs-Git: https://salsa.debian.org/cmake-team/cmake.git
 Vcs-Browser: https://salsa.debian.org/cmake-team/cmake
 Homepage: https://cmake.org/
 Description: cross-platform, open-source make system.
- .
  CMake is used to control the software compilation process using
  simple platform and compiler independent configuration files. CMake
  generates native makefiles and workspaces that can be used in the
@@ -46,13 +44,12 @@ Depends: ${misc:Depends},
          ${shlibs:Depends},
          cmake-data (= ${source:Version}),
          procps [!hurd-any],
-Recommends: gcc, make
+Recommends: gcc, make,
 Suggests: cmake-doc,
           cmake-format,
           elpa-cmake-mode,
           ninja-build,
 Description: cross-platform, open-source make system.
- .
  CMake is used to control the software compilation process using
  simple platform and compiler independent configuration files. CMake
  generates native makefiles and workspaces that can be used in the
@@ -101,10 +98,9 @@ Description: curses based user interface for CMake (ccmake).
 Package: cmake-qt-gui
 Architecture: any
 Build-Profiles: <!pkg.cmake.bootstrap !pkg.cmake.nogui>
-Depends:
- ${misc:Depends},
- ${shlibs:Depends},
- cmake (= ${binary:Version}),
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         cmake (= ${binary:Version}),
 Provides: cmake-gui
 Description: Qt based user interface for CMake (cmake-gui)
  CMake is used to control the software compilation process using
@@ -114,7 +110,8 @@ Description: Qt based user interface for CMake (cmake-gui)
  is possible to support complex environments requiring system
  configuration, pre-processor generation, code generation, and template
  instantiation.
- .s package provides the CMake Qt based GUI. Project configuration
+ .
+ This package provides the CMake Qt based GUI. Project configuration
  settings may be specified interactively. Brief instructions are provided at
  the bottom of the window when the program is running. The main executable
  file for this GUI is "cmake-gui".


More information about the Neon-commits mailing list