Change logs for strip-nondeterminism source package in Disco

  • strip-nondeterminism (1.1.2-1) unstable; urgency=medium
    
      * Call file(1) with the "--" argument placeholder to fix normalisation of
        files starting with a hyphen.
        (Closes: reproducible-builds/strip-nondeterminism#6, #924407)
    
     -- Chris Lamb <email address hidden>  Tue, 12 Mar 2019 17:47:40 +0000
  • strip-nondeterminism (1.1.1-1) unstable; urgency=medium
    
      * dh_strip_nondeterminism: Deduplicate hardlinks via stat(2) to avoid issues
        when processing files in parallel.
    
        As strip-nondeterminism's handlers are not currently guaranteed to be
        atomic, one process can temporarily truncate a file which can cause errors
        in other threads processing the "same" file under a unique pathname. This
        was causing a FTBFS in packages that deduplicate hardlinks in their build
        process (eg. src:debian-handbook). (Closes: #922168)
    
     -- Chris Lamb <email address hidden>  Wed, 13 Feb 2019 09:31:59 +0100
  • strip-nondeterminism (1.1.0-1) unstable; urgency=medium
    
      [ Holger Levsen ]
      * Bump Standards-Version to 4.3.0
    
      [ Igor Dvorzhak ]
      * Parallelise dh_strip_nondeterminism script. (MR: !3)
    
     -- Chris Lamb <email address hidden>  Sun, 13 Jan 2019 18:40:42 +0000
  • strip-nondeterminism (1.0.0-1) unstable; urgency=medium
    
      * Ignore encrypted .zip files as we can never normalise them.
        (Closes: #852207)
      * Drop .ar handler; binutils is reproducible. (Closes: #781262, #843811)
        - Update debian/copyright to drop reference to ar.pm.
      * Remove javaproperties handler after Emmanuel Bourg's patch was released in
        openjdk-11 11.0.1+13-3. (Closes: #914289)
    
     -- Chris Lamb <email address hidden>  Thu, 06 Dec 2018 18:13:32 +0100
  • strip-nondeterminism (0.45.0-1) unstable; urgency=medium
    
      * Move to SemVer <https://semver.org/> versioning scheme.
      * Catch invalid ZIP "local" field lengths; we were previously inherently
        blindly the value supplied in the ZIP file. Thanks to Daniel Stender for
        the report. (Closes: #803503)
    
     -- Chris Lamb <email address hidden>  Sun, 11 Nov 2018 17:42:30 +0100
  • strip-nondeterminism (0.044-1) unstable; urgency=medium
    
      [ Emmanuel Bourg ]
      * Update the Javadoc handler to handle "dc.created" meta headers too for
        OpenJDK 11. (Closes: #913132)
    
     -- Chris Lamb <email address hidden>  Wed, 07 Nov 2018 11:17:51 +0000
  • strip-nondeterminism (0.042-1) unstable; urgency=medium
    
      [ Evgueni Souleimanov ]
      * Add missing use statements in bflt and uimage handlers
    
      [ Chris Lamb ]
      * Respect "nocheck" in DEB_BUILD_OPTIONS.
      * Drop trailing whitespace in debian/changelog.
    
      [ Mattia Rizzolo ]
      * Update README with updated instructions on how to release the tarball.
    
     -- Chris Lamb <email address hidden>  Thu, 14 Jun 2018 22:14:21 +0200