[master]: New upstream release.

Signed-off-by: Manoj Srivastava <srivasta@debian.org>
This commit is contained in:
Manoj Srivastava 2018-02-12 16:37:42 -08:00
parent e75582f75a
commit e3cbc89ac8
No known key found for this signature in database
GPG key ID: 36BD720F6F576472
2 changed files with 26 additions and 1 deletions

25
debian/changelog vendored
View file

@ -1,3 +1,28 @@
make-dfsg (4.2.1-1) unstable; urgency=medium
* New Upsrteam release.
* New variable: $(.SHELLSTATUS) is set to the exit status of the last != or
$(shell ...) function invoked in this instance of make. This will be "0" if
successful or not "0" if not successful. The variable value is unset if no
!= or $(shell ...) function has been invoked.
* The $(file ...) function can now read from a file with $(file <FILE).
The function is expanded to the contents of the file. The contents are
expanded verbatim except that the final newline, if any, is stripped.
* The makefile line numbers shown by GNU make now point directly to the
specific line in the recipe where the failure or warning occurred.
Sample changes suggested by Brian Vandenberg <phantall@gmail.com>
* The interface to GNU make's "jobserver" is stable as documented in the
manual, for tools which may want to access it.
WARNING: Backward-incompatibility! The internal-only command line option
--jobserver-fds has been renamed for publishing, to --jobserver-auth.
* The amount of parallelism can be determined by querying MAKEFLAGS, even when
the job server is enabled (previously MAKEFLAGS would always contain only
"-j", with no number, when job server was enabled).
* Bug fix: "SIGSEGVs on long parameter", thanks to Marcos Dione (Closes:
#858647).
-- Manoj Srivastava <srivasta@debian.org> Mon, 12 Feb 2018 16:36:45 -0800
make-dfsg (4.1-9.1) unstable; urgency=medium
* Non-maintainer upload.

2
debian/control vendored
View file

@ -4,7 +4,7 @@ VCS-Browser: http://anonscm.debian.org/gitweb/?p=users/srivasta/debian/make-dfsg
Section: devel
Priority: optional
Maintainer: Manoj Srivastava <srivasta@debian.org>
Standards-Version: 3.9.7
Standards-Version: 4.1.3
Homepage: http://www.gnu.org/software/make/
Build-Depends: gettext, po-debconf, debhelper (>= 9.0.0), dh-autoreconf,
autoconf, automake | automaken, autopoint, file, pkg-config,