gnustep-make (2.9.2-5) experimental; urgency=medium

  To support Multiarch, the GNUstep layout has changed.  The new values of
  variables that changed in /etc/GNUstep/GNUstep.conf are:

    GNUSTEP_SYSTEM_LIBRARY
      /usr/lib/'${GS_MULTIARCH}'/GNUstep
    GNUSTEP_SYSTEM_HEADERS
      /usr/include/'${GS_MULTIARCH}'/GNUstep
    GNUSTEP_SYSTEM_APPS
    GNUSTEP_SYSTEM_ADMIN_APPS
    GNUSTEP_SYSTEM_WEB_APPS
      /usr/lib/'${GS_MULTIARCH}'/GNUstep/Applications
    GNUSTEP_SYSTEM_LIBRARIES
      /usr/lib/'${GS_MULTIARCH}'

  The multiarch triplet is expanded at build-time by gnustep-make and at
  runtime by gnustep-base when it parses GNUstep.conf.  Some GNUstep
  packages will be broken until the transition is complete in unstable.

  dh_gnustep has been updated to support the new layout; support for the
  old layout is removed.

 -- Yavor Doganov <yavor@gnu.org>  Thu, 23 Jan 2025 11:18:51 +0200

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 <yavor@gnu.org>  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/<package> or
    /usr/share/bug/<package>/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 <yavor@gnu.org>  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 <yavor@gnu.org>  Thu, 22 May 2014 17:15:49 +0300

