cmake 3.21.3-5ubuntu1 source package in Ubuntu

Changelog

cmake (3.21.3-5ubuntu1) jammy; urgency=medium

  * Merge from Debian Sid. Remaining changes:
    - Unset proxy settings during autopkgtest. Tests try to resolve
      no-site and match stderr, with bad network on armhf autopkgtest
      runners instead the stderr is failing to resolve squid.internal.
    - Append -latomic on RISCV, as some atomics need libatomic support
      (LP: #1876814).

cmake (3.21.3-5) unstable; urgency=medium

  * Package can be cross-compiled now
  * Make FindFLTK safe to include multiple times (Closes: #671746)
  * Fix check_symbols_exists() with -pedantic-errors (Closes: #777542)

cmake (3.21.3-4) unstable; urgency=medium

  * Fix misinterpretation of Debian Policy on LIBEXECDIR
  * New build profile: cmake.pkg.nogui

cmake (3.21.3-3) unstable; urgency=medium

  * Fix FTBFS on non-Linux systems (Closes: #995288)

cmake (3.21.3-2) unstable; urgency=medium

  * Prevent dh_elpha from disabling the test suite
  * Make dh_elpa B-D-Indep
  * Skip spuriously failing tests on kfreebsd-*
  * New build profile: pkg.cmake.bootstrap

cmake (3.21.3-1) unstable; urgency=medium

  * New upstream version 3.21.3
  * Migrate emacsen helpers to dh_elpa (Closes: #802915)
    - M-x cmake-mode autoload is interactive now (Closes: #729598)
  * Update d/watch to version 4

cmake (3.21.2-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Fix day-of-week for changelog entries 1.2-1, 1.0-1, 1.2-1, 1.0-1.
  * Drop transition for old debug package migration.

  [ Timo Röhling ]
  * New upstream version 3.21.2
    - Map LANGUAGE source file property to compiler language flag
      (Closes: #728108)
    - Rewrite documentation for UseJava.cmake (Closes: #986327)
    - Add PostgreSQL 13 to list of known versions (Closes: #990623)
  * Update patches
    - Drop Compile_with_FILE_OFFSET_BITS_64_on_32-bit_Linux.patch
      (accepted by upstream)
    - Drop disable_fileapi_json_extra_test.patch
      (no longer needed)
    - New patch Fix-cross-compilation-with-MPI.patch (Closes: #943312)
    - New patch Prefer-Debian-default-version-of-Python.patch (Closes: #945825)
  * Bump Standards-Version to 4.6.0
  * Switch to debhelper version 13
  * Unset *_proxy variables in autopkgtest (Closes: #960179)
  * Add myself to uploaders
  * Mark cmake-doc as Multi-Arch: foreign

 -- Simon Quigley <email address hidden>  Wed, 27 Oct 2021 02:14:06 -0500

Upload details

Uploaded by:
Simon Quigley
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cmake_3.21.3.orig.tar.gz 9.2 MiB d14d06df4265134ee42c4d50f5a60cb8b471b7b6a47da8e5d914d49dd783794f
cmake_3.21.3-5ubuntu1.debian.tar.xz 34.0 KiB cd3b2fd09c61a6e25bd926c5d0fa038fb574806171a47f4fc585de1bb4ad667d
cmake_3.21.3-5ubuntu1.dsc 3.6 KiB 38a0b1902fe12c03e576620958d79ef679e83488c028611764ab1c961b1baea7

View changes file

Binary packages built by this source

cmake: 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.
 .
 CMake was developed by Kitware as part of the NLM Insight
 Segmentation and Registration Toolkit project. The ASCI VIEWS project
 also provided support in the context of their parallel computation
 environment. Other sponsors include the Insight, VTK, and VXL open
 source software communities.

cmake-curses-gui: curses based user interface for CMake (ccmake)

 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.
 .
 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".

cmake-curses-gui-dbgsym: debug symbols for cmake-curses-gui
cmake-data: CMake data files (modules, templates and documentation)

 This package provides CMake architecture independent data files (modules,
 templates, documentation etc.). Unless you have cmake installed, you probably
 do not need this package.

cmake-dbgsym: debug symbols for cmake
cmake-doc: extended documentation in various formats for CMake

 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.
 .
 This package provides additional documentation in various formats like HTML or
 plain text.

cmake-qt-gui: Qt based user interface for CMake (cmake-gui)

 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.
 .
 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".

cmake-qt-gui-dbgsym: debug symbols for cmake-qt-gui