1. 18 Jul, 2019 4 commits
    • Chris Lamb's avatar
      Don't just run the tests but build the Debian package instead using Salsa's... · 27b730ec
      Chris Lamb authored
      Don't just run the tests but build the Debian package instead using Salsa's centralised scripts so that we get code coverage, Lintian, autopkgtests, etc.
      27b730ec
    • Chris Lamb's avatar
      b948d767
    • Chris Lamb's avatar
      Merge remote-tracking branch 'origin/debian' · b1132f4b
      Chris Lamb authored
      * origin/debian: (137 commits)
        Revert not specifying building the "debian" branch; as we merge master into this branch it will (since the very introduction of the .gitlab-ci.yml file) will have it and will additionally be out of sync.
        Update changelog for 1.2.2-1 release
        Actually replace all instances of libmonkey-patch-perl with libsub-override-perl.
        Update changelog for 1.2.1-1 release
        Replace libmonkey-patch-perl with libsub-override-perl (re. #931730 and reproducible-builds/strip-nondeterminism#8)
        release as 1.2.0-2
        Bump standards version to 4.4.0, no changes needed.
        Update changelog for 1.2.0-1 release
        Update changelog for 1.1.3-1 release
        Add libmonkey-patch-perl as a binary / build dependency.
        Update changelog for 1.1.2-1 release
        Update changelog for 1.1.1-1 release
        Update changelog for 1.1.0-1 release
        Bump Standards-Version to 4.3.0
        Update changelog for 1.0.0-1 release
        Update debian/copyright to drop reference to ar.pm.
        Release version 1.0.0
        Remove javaproperties handler after Emmanuel Bourg's patch was released in openjdk-11 11.0.1+13-3. (Closes: #914289)
        Drop .ar handler; binutils is reproducible. (Closes: #781262, #843811)
        Ignore encrypted .zip files as we can never normalise them. (Closes: #852207)
        ...
      b1132f4b
    • Chris Lamb's avatar
  2. 15 Jul, 2019 13 commits
  3. 12 Jul, 2019 1 commit
  4. 08 Jul, 2019 1 commit
  5. 07 Jul, 2019 4 commits
  6. 03 Jul, 2019 1 commit
  7. 27 Jun, 2019 1 commit
  8. 28 Apr, 2019 7 commits
  9. 12 Mar, 2019 4 commits
  10. 13 Feb, 2019 4 commits
    • Chris Lamb's avatar
      Update changelog for 1.1.1-1 release · f360b3ce
      Chris Lamb authored
      f360b3ce
    • Chris Lamb's avatar
      Merge tag '1.1.1' into debian · 4b8155dc
      Chris Lamb authored
      Release version 1.1.1
      
      * tag '1.1.1':
        Release version 1.1.1
        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)
        Clarify negative message in test failures.
        Correct indentation level of .zip file field format comment.
      4b8155dc
    • Chris Lamb's avatar
      Release version 1.1.1 · 1ccc8241
      Chris Lamb authored
      1ccc8241
    • Chris Lamb's avatar
      dh_strip_nondeterminism: Deduplicate hardlinks via stat(2) to avoid issues... · 23d02adf
      Chris Lamb authored
      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)
      23d02adf