ninja-build 1.7.1-1~ubuntu16.04.1 source package in Ubuntu

Changelog

ninja-build (1.7.1-1~ubuntu16.04.1) xenial-backports; urgency=medium

  * No-change backport to xenial

ninja-build (1.7.1-1) unstable; urgency=medium

  * New upstream release. (Closes: #824724)
  * Ignore errors from ulimit -n when running the unit tests.
    - Fixes build on kfreebsd. (Closes: #820012)

ninja-build (1.6.0-1) unstable; urgency=medium

  * New maintainer. (Closes: #810025)
  * Generate man page on every build. (Closes: #776605)
  * Fix value of default parallel level in man page. (Closes: #795747)
  * New upstream release. (Closes: #795748)
  * Clean up unused build-depends.
  * Pass CPPFLAGS to the build.
  * Drop ninja-build-doc package, only useful for developing ninja-build itself.
  * Move bash-completion file to /usr/share/bash-completion/completions/.
  * Run unit tests during the build. (Closes: #797586)
    Thanks to Michael Terry for the patch.

 -- Iain Lane <email address hidden>  Fri, 26 May 2017 11:25:54 +0100

Upload details

Uploaded by:
Iain Lane
Uploaded to:
Xenial
Original maintainer:
Felix Geyer
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial backports universe devel

Downloads

File Size SHA-256 Checksum
ninja-build_1.7.1.orig.tar.gz 175.5 KiB 51581de53cf4705b89eb6b14a85baa73288ad08bff256e7d30d529155813be19
ninja-build_1.7.1-1~ubuntu16.04.1.debian.tar.xz 3.9 KiB 99ce3cb3cb977d40a239a0eef2845e9804001f058c7aef48dfa2399689028faf
ninja-build_1.7.1-1~ubuntu16.04.1.dsc 1.9 KiB 385e4179aba54768a0fb5636bb433caea43e7d3228614e8be55332da9275d3c7

View changes file

Binary packages built by this source

ninja-build: small build system closest in spirit to Make

 Ninja is yet another build system. It takes as input the interdependencies of
 files (typically source code and output executables) and orchestrates
 building them, quickly.
 .
 Ninja joins a sea of other build systems. Its distinguishing goal is to be
 fast. It is born from the Chromium browser project, which has over 30,000
 source files and whose other build systems can take ten seconds to start
 building after changing one file. Ninja is under a second.

ninja-build-dbgsym: debug symbols for package ninja-build

 Ninja is yet another build system. It takes as input the interdependencies of
 files (typically source code and output executables) and orchestrates
 building them, quickly.
 .
 Ninja joins a sea of other build systems. Its distinguishing goal is to be
 fast. It is born from the Chromium browser project, which has over 30,000
 source files and whose other build systems can take ten seconds to start
 building after changing one file. Ninja is under a second.