Change logs for libeatmydata source package in Groovy

  • libeatmydata (105-9) unstable; urgency=medium
    
      * Fix autopkgtests against gcc-9 by using -pthread instead of -lpthread
    
     -- Mattia Rizzolo <email address hidden>  Thu, 30 Apr 2020 14:26:42 +0200
  • libeatmydata (105-8) unstable; urgency=medium
    
      * Autopkgtest improvements:
        + Fix a bunch of shellcheck warnings
        + Remove one last usage of ADTTMP
        + Fix tests against gcc-9 by using -pthread instead of -lpthread
      * d/patches:
        + Add patch from upstream to properly handle EBADF.  Closes: #667965
        + Add patch from Alberto Bertogli to make the initialization thread-safe.
          Closes: #667965
        + Add another patch to fix a warning from GCC when built with -std=gnu11.
      * d/control:
        + Bump Standards-Version to 4.5.0, no changes needed.
        + Bump debhelper compat level to 13.
          - compat 12 changes the value of --libexecdir, update the ignoring rule.
      * d/rules:
        + Build with -std=gnu11 to support thread-local storage, as used by the
          patch for 918520.
        + Use d/eatmydata.install to install the /usr/bin/eatmydata file.
        + Use DH_ALWAYS_EXCLUDE to prevent the installation of the .la file.
      * d/copyright: Update the copyright years for debian/.
    
     -- Mattia Rizzolo <email address hidden>  Tue, 28 Apr 2020 13:21:47 +0200
  • libeatmydata (105-7) unstable; urgency=medium
    
      [ Ondřej Nový ]
      * d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
      * d/copyright: Change Format URL to correct one
    
      [ Mattia Rizzolo ]
      * Use the new debhelper-compat(=11) notation and drop d/compat.
      * Bump Standards-Version to 4.2.1, no changes needed.
      * Set Rules-Requires-Root:no.
      * Move libeatmydata1 to Section:libs.  Thanks, lintian!
      * Override the lintian tag symbols-file-missing-build-depends-package-field.
    
      [ Unit 193 ]
      * Add a bash-completion file to allow auto-completion of the parameters of
        the called binary.
    
     -- Mattia Rizzolo <email address hidden>  Mon, 29 Oct 2018 12:08:38 +0100