Wrap and sort Debian package files
This commit is contained in:
parent
de43766828
commit
43dd558436
4
debian/cmake-qt-gui.install
vendored
4
debian/cmake-qt-gui.install
vendored
@ -1,6 +1,6 @@
|
|||||||
|
debian/com.kitware.cmake_gui.metainfo.xml usr/share/metainfo
|
||||||
usr/bin/cmake-gui
|
usr/bin/cmake-gui
|
||||||
usr/share/applications/cmake-gui.desktop
|
usr/share/applications/cmake-gui.desktop
|
||||||
|
usr/share/icons/hicolor/*/apps/CMakeSetup.png
|
||||||
usr/share/man/man1/cmake-gui.1
|
usr/share/man/man1/cmake-gui.1
|
||||||
usr/share/mime/packages/cmakecache.xml
|
usr/share/mime/packages/cmakecache.xml
|
||||||
usr/share/icons/hicolor/*/apps/CMakeSetup.png
|
|
||||||
debian/com.kitware.cmake_gui.metainfo.xml usr/share/metainfo
|
|
||||||
|
71
debian/control
vendored
71
debian/control
vendored
@ -7,8 +7,8 @@ Uploaders:
|
|||||||
Felix Geyer <fgeyer@debian.org>,
|
Felix Geyer <fgeyer@debian.org>,
|
||||||
Timo Röhling <roehling@debian.org>,
|
Timo Röhling <roehling@debian.org>,
|
||||||
Build-Depends:
|
Build-Depends:
|
||||||
debhelper-compat (= 13),
|
|
||||||
cmake <cross>,
|
cmake <cross>,
|
||||||
|
debhelper-compat (= 13),
|
||||||
git <!nocheck>,
|
git <!nocheck>,
|
||||||
libarchive-dev (>= 3.3.3) <!pkg.cmake.bootstrap>,
|
libarchive-dev (>= 3.3.3) <!pkg.cmake.bootstrap>,
|
||||||
libcppdap-dev <!pkg.cmake.bootstrap>,
|
libcppdap-dev <!pkg.cmake.bootstrap>,
|
||||||
@ -44,11 +44,13 @@ Package: cmake
|
|||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: foreign
|
Multi-Arch: foreign
|
||||||
Depends:
|
Depends:
|
||||||
${misc:Depends},
|
|
||||||
${shlibs:Depends},
|
|
||||||
cmake-data (= ${source:Version}),
|
cmake-data (= ${source:Version}),
|
||||||
procps [!hurd-any],
|
procps [!hurd-any],
|
||||||
Recommends: gcc, make
|
${misc:Depends},
|
||||||
|
${shlibs:Depends},
|
||||||
|
Recommends:
|
||||||
|
gcc,
|
||||||
|
make,
|
||||||
Suggests:
|
Suggests:
|
||||||
cmake-doc,
|
cmake-doc,
|
||||||
cmake-format,
|
cmake-format,
|
||||||
@ -57,6 +59,21 @@ Suggests:
|
|||||||
Description: ${source:Synopsis}
|
Description: ${source:Synopsis}
|
||||||
${source:Extended-Description}
|
${source:Extended-Description}
|
||||||
|
|
||||||
|
Package: cmake-curses-gui
|
||||||
|
Architecture: any
|
||||||
|
Build-Profiles: <!pkg.cmake.bootstrap !pkg.cmake.nogui>
|
||||||
|
Depends:
|
||||||
|
cmake (= ${binary:Version}),
|
||||||
|
${misc:Depends},
|
||||||
|
${shlibs:Depends},
|
||||||
|
Description: curses based user interface for CMake (ccmake)
|
||||||
|
${source:Extended-Description}
|
||||||
|
.
|
||||||
|
This package provides the CMake curses interface. Project configuration
|
||||||
|
settings may be specified interactively through this GUI. Brief instructions
|
||||||
|
are provided at the bottom of the terminal when the program is running. The
|
||||||
|
main executable file for this GUI is "ccmake".
|
||||||
|
|
||||||
Package: cmake-data
|
Package: cmake-data
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Multi-Arch: foreign
|
Multi-Arch: foreign
|
||||||
@ -69,29 +86,34 @@ Description: CMake data files (modules, templates and documentation)
|
|||||||
templates, documentation etc.). Unless you have cmake installed, you probably
|
templates, documentation etc.). Unless you have cmake installed, you probably
|
||||||
do not need this package.
|
do not need this package.
|
||||||
|
|
||||||
Package: cmake-curses-gui
|
Package: cmake-doc
|
||||||
Architecture: any
|
Architecture: all
|
||||||
Build-Profiles: <!pkg.cmake.bootstrap !pkg.cmake.nogui>
|
Build-Profiles: <!pkg.cmake.bootstrap>
|
||||||
|
Multi-Arch: foreign
|
||||||
|
Section: doc
|
||||||
Depends:
|
Depends:
|
||||||
|
cmake-data (= ${source:Version}),
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${shlibs:Depends},
|
${sphinxdoc:Depends},
|
||||||
cmake (= ${binary:Version}),
|
Recommends:
|
||||||
Description: curses based user interface for CMake (ccmake)
|
doc-base,
|
||||||
|
Suggests:
|
||||||
|
cmake,
|
||||||
|
Description: extended documentation in various formats for CMake
|
||||||
${source:Extended-Description}
|
${source:Extended-Description}
|
||||||
.
|
.
|
||||||
This package provides the CMake curses interface. Project configuration
|
This package provides additional documentation in various formats like HTML or
|
||||||
settings may be specified interactively through this GUI. Brief instructions
|
plain text.
|
||||||
are provided at the bottom of the terminal when the program is running. The
|
|
||||||
main executable file for this GUI is "ccmake".
|
|
||||||
|
|
||||||
Package: cmake-qt-gui
|
Package: cmake-qt-gui
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Build-Profiles: <!pkg.cmake.bootstrap !pkg.cmake.nogui>
|
Build-Profiles: <!pkg.cmake.bootstrap !pkg.cmake.nogui>
|
||||||
Depends:
|
Depends:
|
||||||
|
cmake (= ${binary:Version}),
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${shlibs:Depends},
|
${shlibs:Depends},
|
||||||
cmake (= ${binary:Version}),
|
Provides:
|
||||||
Provides: cmake-gui
|
cmake-gui,
|
||||||
Description: Qt based user interface for CMake (cmake-gui)
|
Description: Qt based user interface for CMake (cmake-gui)
|
||||||
${source:Extended-Description}
|
${source:Extended-Description}
|
||||||
.
|
.
|
||||||
@ -99,20 +121,3 @@ Description: Qt based user interface for CMake (cmake-gui)
|
|||||||
settings may be specified interactively. Brief instructions are provided at
|
settings may be specified interactively. Brief instructions are provided at
|
||||||
the bottom of the window when the program is running. The main executable
|
the bottom of the window when the program is running. The main executable
|
||||||
file for this GUI is "cmake-gui".
|
file for this GUI is "cmake-gui".
|
||||||
|
|
||||||
Package: cmake-doc
|
|
||||||
Architecture: all
|
|
||||||
Build-Profiles: <!pkg.cmake.bootstrap>
|
|
||||||
Multi-Arch: foreign
|
|
||||||
Section: doc
|
|
||||||
Depends:
|
|
||||||
${misc:Depends},
|
|
||||||
${sphinxdoc:Depends},
|
|
||||||
cmake-data (= ${source:Version}),
|
|
||||||
Recommends: doc-base
|
|
||||||
Suggests: cmake
|
|
||||||
Description: extended documentation in various formats for CMake
|
|
||||||
${source:Extended-Description}
|
|
||||||
.
|
|
||||||
This package provides additional documentation in various formats like HTML or
|
|
||||||
plain text.
|
|
||||||
|
1
debian/copyright
vendored
1
debian/copyright
vendored
@ -609,4 +609,3 @@ License: Zlib
|
|||||||
2. Altered source versions must be plainly marked as such, and must not be
|
2. Altered source versions must be plainly marked as such, and must not be
|
||||||
misrepresented as being the original software.
|
misrepresented as being the original software.
|
||||||
3. This notice may not be removed or altered from any source distribution.
|
3. This notice may not be removed or altered from any source distribution.
|
||||||
|
|
||||||
|
95
debian/tests/control
vendored
95
debian/tests/control
vendored
@ -1,46 +1,49 @@
|
|||||||
Tests: testsuite testsuite-ninja findmodules
|
Tests:
|
||||||
Restrictions: allow-stderr
|
testsuite testsuite-ninja findmodules,
|
||||||
Depends: cmake,
|
Restrictions:
|
||||||
ninja-build,
|
allow-stderr,
|
||||||
@builddeps@,
|
Depends:
|
||||||
libasound2-dev,
|
bison,
|
||||||
libarmadillo-dev,
|
cmake,
|
||||||
bison,
|
cvs,
|
||||||
libboost-dev,
|
default-jdk,
|
||||||
libbz2-dev,
|
doxygen,
|
||||||
libcups2-dev,
|
flex,
|
||||||
libcurl4-openssl-dev,
|
gettext,
|
||||||
cvs,
|
git,
|
||||||
default-jdk,
|
hspell,
|
||||||
doxygen,
|
icoutils,
|
||||||
libexpat1-dev,
|
imagemagick,
|
||||||
flex,
|
libarchive-dev,
|
||||||
libfreetype6-dev,
|
libarmadillo-dev,
|
||||||
gettext,
|
libasound2-dev,
|
||||||
libgif-dev,
|
libboost-dev,
|
||||||
git,
|
libbz2-dev,
|
||||||
imagemagick,
|
libcups2-dev,
|
||||||
libmagickcore-dev,
|
libcurl4-openssl-dev,
|
||||||
libmagick++-dev,
|
libexpat1-dev,
|
||||||
libmagickwand-dev,
|
libfreetype6-dev,
|
||||||
libgnutls28-dev,
|
libgif-dev,
|
||||||
libgtk2.0-dev,
|
libgnutls28-dev,
|
||||||
mercurial,
|
libgtk2.0-dev,
|
||||||
hspell,
|
liblzma-dev,
|
||||||
icoutils,
|
libmagick++-dev,
|
||||||
libarchive-dev,
|
libmagickcore-dev,
|
||||||
liblzma-dev,
|
libmagickwand-dev,
|
||||||
libxml2-dev,
|
libopenscenegraph-dev,
|
||||||
libxslt1-dev,
|
libphysfs-dev,
|
||||||
libopenscenegraph-dev,
|
libprotobuf-dev,
|
||||||
perl,
|
libtiff5-dev,
|
||||||
python3-dev,
|
libxml2-dev,
|
||||||
libphysfs-dev,
|
libxslt1-dev,
|
||||||
pkg-config,
|
mercurial,
|
||||||
ruby-dev,
|
ninja-build,
|
||||||
libprotobuf-dev,
|
perl,
|
||||||
protobuf-compiler,
|
pkg-config,
|
||||||
subversion,
|
protobuf-compiler,
|
||||||
swig,
|
python3-dev,
|
||||||
libtiff5-dev,
|
ruby-dev,
|
||||||
zlib1g-dev
|
subversion,
|
||||||
|
swig,
|
||||||
|
zlib1g-dev,
|
||||||
|
@builddeps@,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user