make-dfsg 4.3-4ubuntu2 source package in Ubuntu
Changelog
make-dfsg (4.3-4ubuntu2) impish; urgency=medium * No-change rebuild to build packages with zstd compression. -- Matthias Klose <email address hidden> Thu, 07 Oct 2021 12:20:35 +0200
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Impish
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
make-dfsg_4.3.orig.tar.gz | 1.8 MiB | be4c17542578824e745f83bcd2a9ba264206187247cb6a5f5df99b0a9d1f9047 |
make-dfsg_4.3-4ubuntu2.diff.gz | 49.9 KiB | 4b8a8c3cbb11167a5710d8c38cf64663c7b3b39e085169f0fd11e6d254ea3688 |
make-dfsg_4.3-4ubuntu2.dsc | 2.1 KiB | 645f6d256ab510258432daec07314d3c2e47fef6e9ce05a7bb92724884a13a1d |
Available diffs
- diff from 4.3-4ubuntu1 to 4.3-4ubuntu2 (321 bytes)
- diff from 4.3-4.1 (in Debian) to 4.3-4ubuntu2 (1.1 KiB)
Binary packages built by this source
- make: No summary available for make in ubuntu impish.
No description available for make in ubuntu impish.
- make-dbgsym: No summary available for make-dbgsym in ubuntu impish.
No description available for make-dbgsym in ubuntu impish.
- 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