Skip to content
Commits on Source (5)
......@@ -3,7 +3,7 @@ image: debian:unstable
test:
stage: test
except:
- debian
- tags
before_script:
- apt-get -q update
- mount -o remount,rw /dev
......
strip-nondeterminism (1.2.2-1) unstable; urgency=medium
* Actually replace all instances of libmonkey-patch-perl with
libsub-override-perl (re. #931730)
* Update gitlab-ci.yml:
- No need to specify not building the "debian" branch; it has no
build configuration file.
- Don't build (release) tags.
-- Chris Lamb <lamby@debian.org> Mon, 15 Jul 2019 10:41:41 -0300
strip-nondeterminism (1.2.1-1) unstable; urgency=medium
[ Niko Tyni ]
......
......@@ -25,7 +25,7 @@ use POSIX qw(tzset);
our($VERSION, $canonical_time, $clamp_time);
$VERSION = '1.2.1'; # <https://semver.org/>
$VERSION = '1.2.2'; # <https://semver.org/>
sub init() {
$ENV{'TZ'} = 'UTC';
......