[Git][reproducible-builds/strip-nondeterminism][master] 4 commits: Prefer libdebhelper-perl over debhelper to break the circular dependency...

Chris Lamb gitlab at salsa.debian.org
Fri Nov 1 17:56:25 UTC 2019



Chris Lamb pushed to branch master at Reproducible Builds / strip-nondeterminism


Commits:
533d42bc by Sven Joachim at 2019-11-01T17:52:04Z
Prefer libdebhelper-perl over debhelper to break the circular dependency between debhelper and dh-strip-nondeterminism. (Closes: #939720)

Signed-off-by: Chris Lamb <lamby at debian.org>

- - - - -
803d5f96 by Chris Lamb at 2019-11-01T17:54:54Z
Move away from deprecated ADTTMP variable.

- - - - -
06109224 by Chris Lamb at 2019-11-01T17:55:18Z
Release version 1.6.2

Gbp-Dch: ignore

- - - - -
9c757df6 by Chris Lamb at 2019-11-01T17:55:57Z
Update changelog for 1.6.2-1 release

- - - - -


4 changed files:

- debian/changelog
- debian/control
- debian/tests/testsuite
- lib/File/StripNondeterminism.pm


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+strip-nondeterminism (1.6.2-1) unstable; urgency=medium
+
+  [ Sven Joachim ]
+  * Prefer libdebhelper-perl over debhelper to break the circular dependency
+    between debhelper and dh-strip-nondeterminism. (Closes: #939720)
+
+  [ Chris Lamb ]
+  * Move away from deprecated ADTTMP variable.
+
+ -- Chris Lamb <lamby at debian.org>  Fri, 01 Nov 2019 10:55:52 -0700
+
 strip-nondeterminism (1.6.1-1) unstable; urgency=medium
 
   * Drop the t/fixtures/zip/bug_803503.zip test fixtures as they are no longer


=====================================
debian/control
=====================================
@@ -70,7 +70,8 @@ Description: file non-deterministic information stripper — stand-alone tool
 Package: dh-strip-nondeterminism
 Architecture: all
 Depends:
- debhelper (>= 9.20151004),
+ libdebhelper-perl | debhelper (>= 9.20151004),
+ libdebhelper-perl | debhelper (<< 12.6~),
  libfile-stripnondeterminism-perl (= ${binary:Version}),
  ${misc:Depends},
  ${perl:Depends},


=====================================
debian/tests/testsuite
=====================================
@@ -2,7 +2,7 @@
 
 set -eu
 
-tmp="${AUTOPKGTEST_TMP:-"${ADTTMP:-"$(mktemp -d)"}"}"
+tmp="${AUTOPKGTEST_TMP:-$(mktemp -d)}"
 
 mkdir -p "$tmp"
 cp -rv t/ bin/ "$tmp"


=====================================
lib/File/StripNondeterminism.pm
=====================================
@@ -25,7 +25,7 @@ use POSIX qw(tzset);
 
 our($VERSION, $canonical_time, $clamp_time, $verbose);
 
-$VERSION = '1.6.1'; # <https://semver.org/>
+$VERSION = '1.6.2'; # <https://semver.org/>
 
 sub init() {
 	$ENV{'TZ'} = 'UTC';



View it on GitLab: https://salsa.debian.org/reproducible-builds/strip-nondeterminism/compare/9e7a8fd63c875f7fe6fb8e62ed839d03c16e4100...9c757df665cae09b663125f7857265f944a34e7c

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/strip-nondeterminism/compare/9e7a8fd63c875f7fe6fb8e62ed839d03c16e4100...9c757df665cae09b663125f7857265f944a34e7c
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20191101/3346bd34/attachment.htm>


More information about the rb-commits mailing list