gnustep-make (2.9.2-3) unstable; urgency=medium As of this release, dh_gnustep checks for errors from all move operations so if an error was ignored previously, the build will now fail with a proper error message. -- Yavor Doganov Mon, 05 Aug 2024 11:14:17 +0300 gnustep-make (2.9.2-2) unstable; urgency=medium By default, dh_gnustep now performs two extra operations: * For every binary package with a name that ends with ".app", it will install a bug-script symlink (/usr/share/bug/ or /usr/share/bug//script if the package already has bug-presubj or bug-control files) pointing to /usr/share/bug/gnustep-back-common in order to report the GNUstep backend used when submitting bugs with reportbug. A versioned dependency on gnustep-back-common via the ${misc:Depends} substitution variable will be added to ensure that the symlink is not broken. * All "stamp.make" and "dependencies" files (GNUstep Make build artifacts) from package directories will be deleted. The type and number of the deleted files will be written to the build log unless DH_QUIET is set. dh_gnustep no longer exits immediately if the environment variable DEB_GNUSTEP_NO_MOVE is set; the operations described above will be performed regardless. There are new options and new functionality available; see dh_gnustep(1) for details. -- Yavor Doganov Mon, 08 Jul 2024 00:33:19 +0300 gnustep-make (2.6.6-1) unstable; urgency=low By default, Texinfo documentation in HTML format is now generated with "makeinfo" instead of "texi2html". To revert to the old behavior, override the variables GNUSTEP_TEXI2HTML and GNUSTEP_TEXI2HTML_FLAGS in your makefiles. If you prefer makeinfo's output as one file, define GNUSTEP_TEXI2HTML_FLAGS to --no-split. -- Yavor Doganov Thu, 22 May 2014 17:15:49 +0300