[DRE-commits] [ruby-haml] 03/04: remove patch deleted: debian/patches/fix_tests_form_opener_rails4.patch

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sat Aug 29 05:13:28 UTC 2015


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository ruby-haml.

commit abbbc774492a9153637b6dd25e53a07a8c81c6c9
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sat Aug 29 10:40:08 2015 +0530

    remove patch
    	deleted:    debian/patches/fix_tests_form_opener_rails4.patch
---
 debian/changelog                                  |  1 +
 debian/patches/fix_tests_form_opener_rails4.patch | 23 -----------------------
 debian/patches/series                             |  1 -
 3 files changed, 1 insertion(+), 24 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index eafdc8d..6ac2f24 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ruby-haml (4.0.6-1) unstable; urgency=medium
 
   * Team upload.
   * New upstream release
+  * Remove patch fix_tests_form_opener_rails4.patch (not required)
 
  -- Pirate Praveen <praveen at debian.org>  Sat, 29 Aug 2015 10:31:34 +0530
 
diff --git a/debian/patches/fix_tests_form_opener_rails4.patch b/debian/patches/fix_tests_form_opener_rails4.patch
deleted file mode 100644
index aa477a5..0000000
--- a/debian/patches/fix_tests_form_opener_rails4.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Description: adapt rails_form_opener for rails 4.1 and 4.2
-Origin: upstream,https://github.com/haml/haml/commit/9967454b6eb9bc6889c3d9c643b92d11f33f819b.patch
-Origin: upstream,https://github.com/haml/haml/commit/a16c154fcb2903cbb208a3ec9784117621cd2088.patch
-Reviewed-by: Cédric Boutillier <boutil at debian.org>
-Last-Update: 2014-09-12
-
---- a/test/test_helper.rb
-+++ b/test/test_helper.rb
-@@ -64,7 +64,13 @@
-   end
- 
-   def rails_form_opener
--    '<div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /></div>'
-+    if Rails.version < '4.1.0'
-+      '<div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="&#x2713;" /></div>'
-+    elsif Rails.version < '4.2.0'
-+      '<div style="display:none"><input name="utf8" type="hidden" value="&#x2713;" /></div>'
-+    else
-+      '<input name="utf8" type="hidden" value="&#x2713;" />'
-+    end
-   end
- 
-   def assert_raises_message(klass, message)
diff --git a/debian/patches/series b/debian/patches/series
index 3a37b61..0f89feb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
 avoid_rake_early_death
 no_rubygems_in_tests
-fix_tests_form_opener_rails4.patch
 privacy_breach.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-haml.git



More information about the Pkg-ruby-extras-commits mailing list