Change logs for strip-nondeterminism source package in Stretch

  • strip-nondeterminism (0.034-1) unstable; urgency=medium
    
      [ Chris Lamb ]
      * Only print log messages by default if the file was actually modified
        rather than if we merely identified a file (see 0.033-1). This was not
        only noisy in-of itself and somewhat misleading, it moreover defeated the
        point of adding these log messages in the first place - ie. identifying
        normalizers we can start to remove from strip-nondeterminism.
        (Closes: #863033)
    
      [ Bernhard M. Wiedemann ]
      * zip: make sure we have permissions on extracted file
      * Add function prototypes.
    
     -- Chris Lamb <email address hidden>  Sat, 20 May 2017 15:19:52 +0200
  • strip-nondeterminism (0.033-2) unstable; urgency=medium
    
      * Correct temmporary -> temporary typo in package long description. Thanks
        to Niels Thykier (nthykier).
    
     -- Chris Lamb <email address hidden>  Mon, 08 May 2017 11:52:36 +0200
  • strip-nondeterminism (0.032-1) unstable; urgency=medium
    
      * Add support for testing files we should reject.
      * Fix a possible endless loop while stripping ar files due to trusting the
        file's file size data. Thanks to Tobias Stoeckmann (<email address hidden>)
        for the report, patch and testcase. (Closes: #857975)
    
     -- Chris Lamb <email address hidden>  Fri, 17 Mar 2017 09:25:53 +0100
  • strip-nondeterminism (0.031-1) unstable; urgency=medium
    
      * Don't test for stat(2) blksize and blocks; they are filesystem-specific and
        we are already checking the pre- and post-processing contents anyway.
        (Closes: #854937)
    
     -- Chris Lamb <email address hidden>  Mon, 13 Feb 2017 17:41:27 +1300
  • strip-nondeterminism (0.029-2) unstable; urgency=medium
    
      [ Chris Lamb ]
      * debian/tests/control: Also copy our binaries as they are used in the tests.
        Closes: #849391
    
     -- Mattia Rizzolo <email address hidden>  Tue, 27 Dec 2016 13:54:57 +0100
  • strip-nondeterminism (0.028-1) unstable; urgency=medium
    
      * bin/strip-nondeterminism: Add missing semicolon.
    
     -- Chris Lamb <email address hidden>  Mon, 12 Sep 2016 09:06:01 +0100
  • strip-nondeterminism (0.023-2) unstable; urgency=medium
    
      * Allow stderr in autopkgtest.
    
     -- Mattia Rizzolo <email address hidden>  Tue, 23 Aug 2016 14:40:49 +0000
  • strip-nondeterminism (0.022-1) unstable; urgency=medium
    
      * handlers/png: Keep IEND detection. This was a regression from 0.020-1.
        Thanks to James Cowgill (jcowgill). (Closes: #832306)
        - Add regression testcase for IEND/PNG issue from #802057.
      * handlers/png: Wrap $type in single quotes in warnings at the very least.
      * handlers/png: Warn if file contains garbage after IEND header.
    
     -- Chris Lamb <email address hidden>  Sun, 24 Jul 2016 15:33:29 +0100
  • strip-nondeterminism (0.019-1) unstable; urgency=medium
    
      * New upstream release:
        - Recursively normalize JAR files embedded within JAR files
          (Closes: #823917)
        - Add framework for "clamping" the timestamp
        - Add timestamp clamping support to gzip handler
    
     -- Andrew Ayer <email address hidden>  Thu, 09 Jun 2016 21:17:19 -0700
  • strip-nondeterminism (0.018-1) unstable; urgency=medium
    
      * New upstream release:
        - Fix support for epub files.  (Holger Levsen)
    
      [ Mattia Rizzolo ]
      * Add myself to uploaders.
      * Run wrap-and-sort -ast.
    
     -- Mattia Rizzolo <email address hidden>  Mon, 30 May 2016 19:05:46 +0000
  • strip-nondeterminism (0.016-1) unstable; urgency=medium
    
      [ Reiner Herrmann ]
      * Team upload.
      * New upstream release.
      * Normalize POT-Creation-Date in Gettext GMO files
    
      [ Holger Levsen ]
      * bump standards version to 3.9.7, no changes needed.
      * debian/control: use /git/ instead /cgit/ in Vcs-Browser
      * debian/control: move packages to correct sections (Closes: #802842, #802843)
    
      [ Ben Finney ]
      * Update descriptions to better reflect broader reach. (Closes: #802841)
    
     -- Reiner Herrmann <email address hidden>  Sat, 27 Feb 2016 20:03:13 +0100
  • strip-nondeterminism (0.015-1) unstable; urgency=medium
    
      * New upstream release:
        - jar: ignore signed JAR files (Closes: #807876, #807669)
    
     -- Andrew Ayer <email address hidden>  Wed, 27 Jan 2016 12:20:26 -0800
  • strip-nondeterminism (0.014-1) unstable; urgency=medium
    
      * New upstream release:
        - Disable stripping Mono binaries as it is too aggressive re.  StrongName,
          preventing package installs in a systemwide location (Closes: #804600)
      * Add myself to Uploaders.
    
     -- Chris Lamb <email address hidden>  Tue, 10 Nov 2015 00:08:28 +0000
  • strip-nondeterminism (0.013-1) unstable; urgency=medium
    
      * New upstream release.
        - png: gracefully handle nonconformant PNG files with trailing
          garbage (Closes: #802057)
    
     -- Andrew Ayer <email address hidden>  Sat, 17 Oct 2015 19:45:44 -0700
  • strip-nondeterminism (0.012-1) unstable; urgency=medium
    
      * New upstream release.
        - zip: preserve file permissions. (Closes: #798384)
        - dh_strip_nondeterminism: work around lack of get_source_date_epoch
          in old debhelper. (Closes: #799732)
    
     -- Andrew Ayer <email address hidden>  Tue, 22 Sep 2015 07:01:25 -0700
  • strip-nondeterminism (0.011-1) unstable; urgency=medium
    
      * New upstream release.
        - dh_strip_nondeterminism: use get_source_date_epoch() to get
          canonical time.
    
     -- Andrew Ayer <email address hidden>  Sat, 29 Aug 2015 12:26:20 -0700
  • strip-nondeterminism (0.010-1) unstable; urgency=medium
    
      * New upstream release.
        - Use same regex to detect javaproperties files in jars as in files
      * Add missing dependency on libtimedate-perl.  Thanks to Stéphane
        Glondu (Closes: #796366)
    
     -- Andrew Ayer <email address hidden>  Fri, 21 Aug 2015 13:25:50 -0700
  • strip-nondeterminism (0.009-1) unstable; urgency=medium
    
      * New upstream release.
        - Strip javadoc locale - browsers will do detection better.
        - Include name of file that caused error in error messages
        - zip: catch errors when reading archive, ignore zip64 files
          (Closes: #791574)
    
     -- Andrew Ayer <email address hidden>  Fri, 17 Jul 2015 09:45:14 -0700
  • strip-nondeterminism (0.008-1) unstable; urgency=medium
    
      * New upstream release.
        - gzip: don't set a canonical timestamp if file didn't already have
          a timestamp (Closes: #785742)
    
     -- Andrew Ayer <email address hidden>  Tue, 02 Jun 2015 10:26:17 -0700
  • strip-nondeterminism (0.007-1) unstable; urgency=medium
    
      [ Reiner Herrmann ]
      * Improve detection of pom.properties files
    
      [ Holger Levsen ]
      * Add myself to uploaders.
    
     -- Holger Levsen <email address hidden>  Sun, 24 May 2015 13:09:58 +0200
  • strip-nondeterminism (0.005-2) unstable; urgency=low
    
    
      * Team upload.
      * Add missing Build-Depend-Indep for Archive::Zip.
      * Bump Standards-Version, no changes required.
      * Switch maintainer to the reproducible-builds list.
    
     -- Jérémy Bobbio <email address hidden>  Fri, 13 Feb 2015 20:27:38 +0100