make-dfsg 4.4.1-ok1 source package in openKylin

Changelog

make-dfsg (4.4.1-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Sun, 31 May 2026 06:43:48 -0700

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main devel

Downloads

File Size SHA-256 Checksum
make-dfsg_4.4.1.orig.tar.xz 1.1 MiB 3b16b00ea1079af9f8096bbc71ff7cc00c249fc6a862003da3c42308a0adb0fe
make-dfsg_4.4.1-ok1.debian.tar.xz 27.5 KiB 85c5cb7f18c1b5f749aa93f19ae5204cf60a2a73484107a18b62cf4a9789672d
make-dfsg_4.4.1-ok1.dsc 1.8 KiB 567089d3f8e761aa44f28f1be63b229b23b11f4e3a3665a469ba522fa3ed0b56

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