jam 2.6.1-2 source package in Ubuntu

Changelog

jam (2.6.1-2) unstable; urgency=medium

  * Fix Vcs-* URLs to point to correct project.
  * Bump Standards-Version to 4.4.1, no change.
  * Fix passing of CFLAGS/CPPFLAGS/LDFLAGS.
  * Ask jam to disclose commandlines run during final build.

 -- Yann Dirson <email address hidden>  Thu, 03 Oct 2019 00:44:56 +0200

Upload details

Uploaded by:
Yann Dirson
Uploaded to:
Sid
Original maintainer:
Yann Dirson
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe devel
Focal release universe devel

Downloads

File Size SHA-256 Checksum
jam_2.6.1-2.dsc 1.7 KiB a9408fedb0042c9ce224330c2b966e5902cec68989d444d7920f9bdb05846bfc
jam_2.6.1.orig.tar.gz 173.9 KiB 4b90ddcccc8481c49840cbf94cf2a701db9c5b44c6b1497499b183e05f2adfd3
jam_2.6.1-2.debian.tar.xz 9.5 KiB 4598a57c843c3abdfa0366b28c89caf19a2f295253d8fbea36393886b6de50a3

No changes file available.

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