jam 2.6.1-2build2 source package in Ubuntu

Changelog

jam (2.6.1-2build2) noble; urgency=medium

  * No change rebuild to get an i386 binary again.

 -- Matthias Klose <email address hidden>  Tue, 12 Dec 2023 16:33:03 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Yann Dirson
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe devel

Downloads

File Size SHA-256 Checksum
jam_2.6.1.orig.tar.gz 173.9 KiB 4b90ddcccc8481c49840cbf94cf2a701db9c5b44c6b1497499b183e05f2adfd3
jam_2.6.1-2build2.debian.tar.xz 9.6 KiB cc531e8dd7823e1a6f3884cf75793c05c3eb8904cb5ab111126f8d22155b797c
jam_2.6.1-2build2.dsc 1.7 KiB cef9b14a3dc8f61014f4507e6c5d3408785924bc65200095c62ba095db94da8f

Available diffs

View changes file

Binary packages built by this source

jam: Software-build tool, replacement for make

 Perforce's Jam (formerly called Jam/MR) is a powerful and highly
 customizable utility to build programs and other things, that can run
 on Un*x, Nt, VMS, OS/2 and Macintosh MPW, using portable Jamfiles.
 It can build large projects spread across many directories in one
 pass, and can run jobs in parallel where make would not.
 .
 It takes some time to fully grasp, especially when one's already
 accustomed to make(1), but there's no comparison in power when
 comparing these two tools.
 .
 Standard rules:
  - can automatically extract header dependencies for C/C++ (you can
 customize for you own language)
  - provide for automatic "clean", "install", "uninstall" rules,
 so that an automake-like tool is not needed

jam-dbgsym: debug symbols for jam