ninja-build 1.11.0-1 source package in Ubuntu

Changelog

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

  [ Felix Geyer ]
  * New upstream release.

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Update watch file format version to 4.
  * Bump debhelper from old 12 to 13.
    + Drop check for DEB_BUILD_OPTIONS containing "nocheck", since debhelper now
      does this.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Avoid explicitly specifying -Wl,--as-needed linker flag.

 -- Felix Geyer <email address hidden>  Mon, 23 May 2022 21:56:20 +0200

Upload details

Uploaded by:
Felix Geyer
Uploaded to:
Sid
Original maintainer:
Felix Geyer
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ninja-build_1.11.0-1.dsc 2.0 KiB 6b83c7364cf6d693ac405b416f193bee9896fed3375a4913d4b950db61db90c1
ninja-build_1.11.0.orig.tar.gz 224.1 KiB 3c6ba2e66400fe3f1ae83deb4b235faf3137ec20bd5b08c29bfc368db143e4c6
ninja-build_1.11.0-1.debian.tar.xz 5.0 KiB 097f594cb608ead7d95f8a273e773f1761deb71b86e8a5dc91d34608e677a602

Available diffs

No changes file available.

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 ninja-build