make-dfsg 4.3-4.1build2 source package in Ubuntu

Changelog

make-dfsg (4.3-4.1build2) noble; urgency=high

  * No change rebuild for 64-bit time_t and frame pointers.

 -- Julian Andres Klode <email address hidden>  Mon, 08 Apr 2024 18:12:01 +0200

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
devel
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main devel
Noble release main devel

Downloads

File Size SHA-256 Checksum
make-dfsg_4.3.orig.tar.gz 1.8 MiB be4c17542578824e745f83bcd2a9ba264206187247cb6a5f5df99b0a9d1f9047
make-dfsg_4.3-4.1build2.diff.gz 49.7 KiB 49a4f12177883a8c93432e245038dc2e0a59cc3050ce4510cf4b434e6b4e279d
make-dfsg_4.3-4.1build2.dsc 2.1 KiB 79429adb3589711d82ddb2228ceaaa5b32b97cc12bcafa756d7871edd03f6434

Available diffs

View changes file

Binary packages built by this source

make: utility for directing compilation

 GNU Make is a utility which controls the generation of executables
 and other target files of a program from the program's source
 files. It determines automatically which pieces of a large program
 need to be (re)created, and issues the commands to (re)create
 them. Make can be used to organize any task in which targets (files)
 are to be automatically updated based on input files whenever the
 corresponding input is newer --- it is not limited to building
 computer programs. Indeed, Make is a general purpose dependency
 solver.

make-dbgsym: debug symbols for make
make-guile: utility for directing compilation with guile support

 GNU Make is a utility which controls the generation of executables
 and other target files of a program from the program's source
 files. It determines automatically which pieces of a large program
 need to be (re)created, and issues the commands to (re)create
 them. Make can be used to organize any task in which targets (files)
 are to be automatically updated based on input files whenever the
 corresponding input is newer --- it is not limited to building
 computer programs. Indeed, Make is a general purpose dependency
 solver. This variant has built in guile support

make-guile-dbgsym: debug symbols for make-guile