[neon/backports-jammy/cmake/Neon/release] debian: try and find the folding error
Carlos De Maine
null at kde.org
Wed Aug 16 23:15:11 BST 2023
Git commit 5c89bf8810ef479a5694ce7ca22898a4eb2a31ca by Carlos De Maine.
Committed on 17/08/2023 at 00:15.
Pushed by carlosdem into branch 'Neon/release'.
try and find the folding error
M +34 -40 debian/control
https://invent.kde.org/neon/backports-jammy/cmake/-/commit/5c89bf8810ef479a5694ce7ca22898a4eb2a31ca
diff --git a/debian/control b/debian/control
index d4fc05c2e..5dce6e681 100644
--- a/debian/control
+++ b/debian/control
@@ -6,32 +6,31 @@ 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>,
-Build-Depends:
- debhelper-compat (= 13),
- cmake <cross>,
- freebsd-glue [kfreebsd-any],
- libarchive-dev (>= 3.3.3) <!pkg.cmake.bootstrap>,
- libcppdap-dev <!pkg.cmake.bootstrap>,
- libcurl4-openssl-dev <!pkg.cmake.bootstrap> | libcurl-ssl-dev <!pkg.cmake.bootstrap>,
- libexpat1-dev <!pkg.cmake.bootstrap>,
- libjsoncpp-dev <!pkg.cmake.bootstrap>,
- libncurses-dev <!pkg.cmake.bootstrap !pkg.cmake.nogui>,
- librhash-dev <!pkg.cmake.bootstrap>,
- libssl-dev <pkg.cmake.bootstrap>,
- libuv1-dev (>= 1.10) <!pkg.cmake.bootstrap>,
- procps [!hurd-any],
- python3-sphinx:native,
- python3-sphinxcontrib.qthelp:native,
- qtbase5-dev <!pkg.cmake.bootstrap !pkg.cmake.nogui>,
- zlib1g-dev <!pkg.cmake.bootstrap>,
-Build-Depends-Indep:
- dh-sequence-sphinxdoc,
+Build-Depends: debhelper-compat (= 13),
+ cmake <cross>,
+ freebsd-glue [kfreebsd-any],
+ libarchive-dev (>= 3.3.3) <!pkg.cmake.bootstrap>,
+ libcppdap-dev <!pkg.cmake.bootstrap>,
+ libcurl4-openssl-dev <!pkg.cmake.bootstrap> | libcurl-ssl-dev <!pkg.cmake.bootstrap>,
+ libexpat1-dev <!pkg.cmake.bootstrap>,
+ libjsoncpp-dev <!pkg.cmake.bootstrap>,
+ libncurses-dev <!pkg.cmake.bootstrap !pkg.cmake.nogui>,
+ librhash-dev <!pkg.cmake.bootstrap>,
+ libssl-dev <pkg.cmake.bootstrap>,
+ libuv1-dev (>= 1.10) <!pkg.cmake.bootstrap>,
+ procps [!hurd-any],
+ python3-sphinx:native,
+ python3-sphinxcontrib.qthelp:native,
+ qtbase5-dev <!pkg.cmake.bootstrap !pkg.cmake.nogui>,
+ zlib1g-dev <!pkg.cmake.bootstrap>,
+Build-Depends-Indep: dh-sequence-sphinxdoc,
Rules-Requires-Root: no
Standards-Version: 4.6.2
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
@@ -43,25 +42,22 @@ Description: cross-platform, open-source make system
Package: cmake
Architecture: any
Multi-Arch: foreign
-Depends:
- ${misc:Depends},
- ${shlibs:Depends},
- cmake-data (= ${source:Version}),
- procps [!hurd-any],
+Depends: ${misc:Depends},
+ ${shlibs:Depends},
+ cmake-data (= ${source:Version}),
+ procps [!hurd-any],
Recommends: gcc, make
-Suggests:
- cmake-doc,
- cmake-format,
- elpa-cmake-mode,
- ninja-build,
+Suggests: cmake-doc,
+ cmake-format,
+ elpa-cmake-mode,
+ ninja-build,
Description: ${source:Synopsis}
${source:Extended-Description}
Package: cmake-data
Architecture: all
Multi-Arch: foreign
-Depends:
- ${misc:Depends},
+Depends: ${misc:Depends},
Description: CMake data files (modules, templates and documentation)
${source:Extended-Description}
.
@@ -72,10 +68,9 @@ Description: CMake data files (modules, templates and documentation)
Package: cmake-curses-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}),
Description: curses based user interface for CMake (ccmake)
${source:Extended-Description}
.
@@ -105,10 +100,9 @@ Architecture: all
Build-Profiles: <!pkg.cmake.bootstrap>
Multi-Arch: foreign
Section: doc
-Depends:
- ${misc:Depends},
- ${sphinxdoc:Depends},
- cmake-data (= ${source:Version}),
+Depends: ${misc:Depends},
+ ${sphinxdoc:Depends},
+ cmake-data (= ${source:Version}),
Recommends: doc-base
Suggests: cmake
Description: extended documentation in various formats for CMake
More information about the Neon-commits
mailing list