mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-31 00:53:23 +00:00
84dcee71fb
* There is an issue involving UTF-8 characters and the function find_char_unquote (read.c). The problem in the macro STOP_SET (makeint.h) where a character is converted to an int. Conversion to int is not correct. Characters with codes greater than 0x7f ( in particular in Cyrillic UTF- 8 ) into a large negative number. Thnks to the analysis from Юрий Матронов <ymuser@mail.ru>. This bug was independently reported and fixed upstream, so cherry picking that commit from upstream (which also comes with a test). (Closes: #747764). * added a script that, given a list of targets, will build the first target that actually exists. Script created by Joey Hess. (Closes: #598534). Signed-off-by: Manoj Srivastava <srivasta@golden-gryphon.com> |
||
---|---|---|
.. | ||
patches | ||
source | ||
upstream | ||
changelog | ||
clean | ||
compat | ||
control | ||
copyright | ||
Explanations | ||
make-first-existing-target | ||
make-first-existing-target.1 | ||
make-guile.docs | ||
make-guile.install | ||
make-guile.manpages | ||
make.docs | ||
make.install | ||
make.manpages | ||
NEWS.Debian | ||
README.Debian-Source | ||
rules | ||
watch |
This source package has been pared down to remove the documentation (which has a license that does not pass DFSG muster), and the build system has been adjusted accordingly. The sources of the binary make program are in the source package make-dfsg. The full unredacted sources can be had from non-free in make-doc-non-dfsg.