ninja-build 1.11.1-2 source package in Ubuntu

Changelog

ninja-build (1.11.1-2) unstable; urgency=medium

  * Support large inode numbers on 32-bit systems. (Closes: #1041897)
    - Cherry-pick upstream commit as support_32bit_system_like_i386.patch

 -- Felix Geyer <email address hidden>  Sun, 03 Sep 2023 16:34:04 +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
Noble release universe devel
Mantic release universe devel

Downloads

File Size SHA-256 Checksum
ninja-build_1.11.1-2.dsc 2.0 KiB 02074db4453a1f3df1a654eff6d036530fcde11afc86bd2a5fa388225a8bf2db
ninja-build_1.11.1.orig.tar.gz 224.1 KiB 31747ae633213f1eda3842686f83c2aa1412e0f5691d1c14dbbcc67fe7400cea
ninja-build_1.11.1-2.debian.tar.xz 6.5 KiB 05586d58a41bb8a82f5d5772736d72e908f8c75e8d7788b8e93b1f49f197d721

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