jam 2.6.1-2build1 source package in Ubuntu

Changelog

jam (2.6.1-2build1) lunar; urgency=medium

  * No change rebuild to get an i386 binary

 -- Sebastien Bacher <email address hidden>  Wed, 15 Mar 2023 09:28:29 +0100

Upload details

Uploaded by:
Sebastien Bacher
Uploaded to:
Lunar
Original maintainer:
Yann Dirson
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe devel
Lunar release universe devel

Downloads

File Size SHA-256 Checksum
jam_2.6.1.orig.tar.gz 173.9 KiB 4b90ddcccc8481c49840cbf94cf2a701db9c5b44c6b1497499b183e05f2adfd3
jam_2.6.1-2build1.debian.tar.xz 9.6 KiB 3cd42a698167e9a70fcf173d09a051da5b362d7a3b7d1c47a37026e0bcfbf783
jam_2.6.1-2build1.dsc 1.1 KiB 48eda1651a4e204cf1c24dbb7a1262dd19ea113ccd311df15b28c9a89d70138f

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