[DRE-commits] [ruby-redcloth] 02/02: Debian revision to fix FTBFS
Balasankar C
balasankarc-guest at moszumanska.debian.org
Wed Jul 8 18:14:47 UTC 2015
This is an automated email from the git hooks/post-receive script.
balasankarc-guest pushed a commit to branch master
in repository ruby-redcloth.
commit 73f23df7701f0c41fbbebd2696195d49817fdcf9
Author: Balasankar C <balasankarc at autistici.org>
Date: Wed Jul 8 23:40:00 2015 +0530
Debian revision to fix FTBFS
---
debian/changelog | 7 +++++++
debian/patches/rspec3-test-fix | 7 +++++++
2 files changed, 14 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 304b450..aa53753 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-redcloth (4.2.9-5) unstable; urgency=medium
+
+ * Team upload.
+ * Fix tests to support RSpec 3.x (Closes: #791786)
+
+ -- Balasankar C <balasankarc at autistici.org> Wed, 08 Jul 2015 23:35:08 +0530
+
ruby-redcloth (4.2.9-4) unstable; urgency=high
* Team upload.
diff --git a/debian/patches/rspec3-test-fix b/debian/patches/rspec3-test-fix
index 70c9af0..fb676d7 100644
--- a/debian/patches/rspec3-test-fix
+++ b/debian/patches/rspec3-test-fix
@@ -1,3 +1,10 @@
+Description: Fix tests to run with RSpec 3.x
+ RSpec 3.x redefined the matchers like be_true and be_false to be_truthy and
+ be_falsey respectively. Fixing the tests to follow those modifications.
+Author: Balasankar C <balasankarc at autistici.org>
+Last-Update: 2015-07-08
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/spec/parser_spec.rb
+++ b/spec/parser_spec.rb
@@ -11,8 +11,8 @@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-redcloth.git
More information about the Pkg-ruby-extras-commits
mailing list