[neon/backports-jammy/cmake/Neon/stable] debian: tooling doesn't like the fancy ${source:**} attributes

Carlos De Maine null at kde.org
Wed Aug 16 23:27:39 BST 2023


Git commit 08900b4dbf9e2042df0974f24ef5b76ba7cde76a by Carlos De Maine.
Committed on 17/08/2023 at 00:27.
Pushed by carlosdem into branch 'Neon/stable'.

tooling doesn't like the fancy ${source:**} attributes

(cherry picked from commit ffc4c54dc74d6015460504c0347017f9352e8951)

M  +38   -8    debian/control

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

diff --git a/debian/control b/debian/control
index 024d197e0..6a9464c6d 100644
--- a/debian/control
+++ b/debian/control
@@ -51,15 +51,28 @@ Suggests: cmake-doc,
           cmake-format,
           elpa-cmake-mode,
           ninja-build,
-Description: ${source:Synopsis}.
- ${source:Extended-Description}
+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
+ compiler environment of your choice. CMake is quite sophisticated: it
+ is possible to support complex environments requiring system
+ configuration, pre-processor generation, code generation, and template
+ instantiation.
 
 Package: cmake-data
 Architecture: all
 Multi-Arch: foreign
 Depends: ${misc:Depends},
 Description: CMake data files (modules, templates and documentation).
- ${source:Extended-Description}
+ 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
+ compiler environment of your choice. CMake is quite sophisticated: it
+ is possible to support complex environments requiring system
+ configuration, pre-processor generation, code generation, and template
+ instantiation.
  .
  This package provides CMake architecture independent data files (modules,
  templates, documentation etc.). Unless you have cmake installed, you probably
@@ -72,7 +85,13 @@ Depends: ${misc:Depends},
          ${shlibs:Depends},
          cmake (= ${binary:Version}),
 Description: curses based user interface for CMake (ccmake).
- ${source:Extended-Description}
+ 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
+ compiler environment of your choice. CMake is quite sophisticated: it
+ is possible to support complex environments requiring system
+ configuration, pre-processor generation, code generation, and template
+ instantiation.
  .
  This package provides the CMake curses interface. Project configuration
  settings may be specified interactively through this GUI. Brief instructions
@@ -88,9 +107,14 @@ Depends:
  cmake (= ${binary:Version}),
 Provides: cmake-gui
 Description: Qt based user interface for CMake (cmake-gui)
- ${source:Extended-Description}
- .
- This package provides the CMake Qt based GUI. Project configuration
+ 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
+ compiler environment of your choice. CMake is quite sophisticated: it
+ 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
  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".
@@ -106,7 +130,13 @@ Depends: ${misc:Depends},
 Recommends: doc-base
 Suggests: cmake
 Description: extended documentation in various formats for CMake.
- ${source:Extended-Description}
+ 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
+ compiler environment of your choice. CMake is quite sophisticated: it
+ is possible to support complex environments requiring system
+ configuration, pre-processor generation, code generation, and template
+ instantiation.
  .
  This package provides additional documentation in various formats like HTML or
  plain text.


More information about the Neon-commits mailing list