[DRE-commits] [ruby-ipaddress] 03/04: Drop unnecessary 001-fix-tests-strings-encoding patch
Lucas Kanashiro
kanashiro.duarte at gmail.com
Sat Mar 5 21:40:22 UTC 2016
This is an automated email from the git hooks/post-receive script.
kanashiro-guest pushed a commit to branch master
in repository ruby-ipaddress.
commit f6074b2432d9abae1c2376a99692a08ff28f73cd
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date: Sat Mar 5 18:33:18 2016 -0300
Drop unnecessary 001-fix-tests-strings-encoding patch
---
debian/changelog | 1 +
debian/patches/001-fix-tests-strings-encoding | 28 ---------------------------
debian/patches/series | 1 -
3 files changed, 1 insertion(+), 29 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index dbeb36f..d5138e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ ruby-ipaddress (0.8.3-1) UNRELEASED; urgency=medium
[ Lucas Kanashiro ]
* Imported Upstream version 0.8.3
+ * Drop unnecessary 001-fix-tests-strings-encoding patch
-- Cédric Boutillier <boutil at moszumanska.debian.org> Sat, 05 Mar 2016 18:25:32 -0300
diff --git a/debian/patches/001-fix-tests-strings-encoding b/debian/patches/001-fix-tests-strings-encoding
deleted file mode 100644
index 1de054f..0000000
--- a/debian/patches/001-fix-tests-strings-encoding
+++ /dev/null
@@ -1,28 +0,0 @@
-Description: Fix tests strings encodings
- Fix the encoding of some string literals in the test code
-
-Bug-Debian: http://bugs.debian.org/720251
-Author: David Suárez <david.sephirot at gmail.com>
-
---- ruby-ipaddress-0.8.0.orig/test/ipaddress/ipv4_test.rb
-+++ ruby-ipaddress-0.8.0/test/ipaddress/ipv4_test.rb
-@@ -109,7 +109,7 @@ class IPv4Test < Test::Unit::TestCase
- end
-
- def test_method_data
-- assert_equal "\254\020\n\001", @ip.data
-+ assert_equal "\254\020\n\001".force_encoding('ASCII-8BIT'), @ip.data
- end
-
- def test_method_to_string
---- ruby-ipaddress-0.8.0.orig/test/ipaddress/ipv6_test.rb
-+++ ruby-ipaddress-0.8.0/test/ipaddress/ipv6_test.rb
-@@ -180,7 +180,7 @@ class IPv6Test < Test::Unit::TestCase
- end
-
- def test_method_data
-- str = " \001\r\270\000\000\000\000\000\b\b\000 \fAz"
-+ str = " \001\r\270\000\000\000\000\000\b\b\000 \fAz".force_encoding('ASCII-8BIT')
- assert_equal str, @ip.data
- end
-
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 5b5815c..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-001-fix-tests-strings-encoding
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-ipaddress.git
More information about the Pkg-ruby-extras-commits
mailing list