Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock
X-Debbugs-Cc: jek...@packages.debian.org
Control: affects -1 + src:jekyll

Please unblock package jekyll

[ Reason ]
Fix for test failure on some timezones

[ Impact ]
This has no effect on end users

[ Tests ]
All tests pass both during build and under autopkgtest

[ Risks ]
Trivial change

[ Checklist ]
  [x] all changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in testing

[ Other info ]
n/a

unblock jekyll/4.3.1+dfsg-2
diff --git a/debian/changelog b/debian/changelog
index dbecdf8..b91ea6e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+jekyll (4.3.1+dfsg-2) unstable; urgency=medium
+
+  * Team upload
+  * debian/ruby-tests.rake: always run tests under TZ=UTC (Closes: #1034450)
+
+ -- Antonio Terceiro <terce...@debian.org>  Sun, 16 Apr 2023 18:35:56 -0300
+
 jekyll (4.3.1+dfsg-1) unstable; urgency=medium
 
   * Team upload
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index e926490..26eeaf2 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -8,6 +8,8 @@ exclude = %w[
   test/test_win_tz.rb
 ]
 
+ENV["TZ"] = "UTC"
+
 Gem2Deb::Rake::TestTask.new(:test) do |t|
   t.libs << 'lib' << 'test'
   if ENV['AUTOPKGTEST_TEST_NEW_COMMAND']

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Pkg-ruby-extras-maintainers mailing list
Pkg-ruby-extras-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers

Reply via email to