Change logs for unace source package in Hirsute

  • unace (1.2b-19) unstable; urgency=medium
    
      * Switch to debhelper compatibility level 13.
      * Switch to Standards-Version 4.5.1 (no changes needed).
      * Remove versioned Build-Depends on dpkg-dev satisfied in stable.
      * Change upstream statement in README.Debian from promise to guarantee.
      * Mark debian/watch as version 4.
      * Add debian/source/lintian-overrides to declare missing upstream.
      * Switch to dh sequencer.
    
     -- Guillem Jover <email address hidden>  Thu, 24 Dec 2020 19:15:28 +0100
  • unace (1.2b-18) unstable; urgency=medium
    
      * Namespace debhelper README.Debian fragment file too.
      * Remove unnecessary unace.dirs debhelper fragment file.
      * Switch to debhelper compatibility level 12.
      * Switch from debian/compat to debhelper-commpat in Build-Depends.
      * Switch to Standards-Version 4.4.0 (no changes needed).
      * Fix cross-compilation support:
        - Stop using gccmaked which does not support cross-building, and instead
          move the dependency information into a separate makefile.dep, which will
          be created by a call to $(CPP) -MM directly in the upstream makefile.
        - Stop symlinking on build and removing on clean both makefile and gccmaked
          from the unix directory, and call the upstream makefile from there.
        - We can now always call the upstream makefile unconditionally.
        - Include dpkg's buildtools.mk and pass CC to the build system.
    
     -- Guillem Jover <email address hidden>  Thu, 11 Jul 2019 01:41:06 +0200