make-dfsg 4.3-4.1build1 source package in Ubuntu
Changelog
make-dfsg (4.3-4.1build1) jammy; urgency=medium * No-change rebuild to hopefully address LP: #1939973 * The -4.1 upload also restores the broken gmake symlink (LP: #989961) make-dfsg (4.3-4.1) unstable; urgency=medium * Non-maintainer upload. * make-guile: fix broken symlinks /usr/bin/gmake and /usr/share/man/man1/gmake.1.gz. (Closes: #986240) -- Julian Andres Klode <email address hidden> Tue, 15 Feb 2022 16:32:21 +0100
Upload details
- Uploaded by:
- Julian Andres Klode
- Uploaded to:
- Jammy
- Original maintainer:
- Manoj
- Architectures:
- any
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | main | devel | |
Lunar | release | main | devel | |
Kinetic | release | main | devel | |
Jammy | 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.1build1.diff.gz | 49.6 KiB | af8ece89e7ac28744e5823b7ead7e1caccb5172049b0e4fb3012595ebdd7ca49 |
make-dfsg_4.3-4.1build1.dsc | 2.0 KiB | 13e606022b12a1829a8902915f6f0f8dc7e1ccfb777c1e7e26680a0b17e0fdee |
Available diffs
- diff from 4.3-4ubuntu2 to 4.3-4.1build1 (1.2 KiB)
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