Skip to content
Snippets Groups Projects
Verified Commit 4f31d8d1 authored by Daniel Leidert's avatar Daniel Leidert :point_right:
Browse files

Fix FTBFS

  * d/ruby-tests.rake: Delete d/Gemfile.lock prior to tests (closes: #998511).
parent 9ce98312
No related branches found
Tags upstream/0.146.3
No related merge requests found
......@@ -4,6 +4,7 @@ ruby-jekyll-data (1.1.1-2) UNRELEASED; urgency=medium
* d/control (Standards-Version): Bump to 4.6.0.
* d/lintian-brush.conf: Set compat-release to oldstable to prevent dh
bumps.
* d/ruby-tests.rake: Delete d/Gemfile.lock prior to tests (closes: #998511).
-- Daniel Leidert <dleidert@debian.org> Sat, 02 Oct 2021 18:21:37 +0200
......
File.delete("debian/Gemfile.lock") if File.exist?("debian/Gemfile.lock")
require 'gem2deb/rake/testtask'
ENV["BUNDLE_GEMFILE"] = File.expand_path("Gemfile", __dir__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment