ruby-tinder: http://paste.ubuntu.com/p/cJXcj7qV6W/- Retries should clear everything
ruby-minitest-shared-description: http://paste.ubuntu.com/p/7wWdFD3Z6H/- Retries should clear everything
ruby-mustermann19: http://paste.ubuntu.com/p/nDt3WJs8BT/- ruby-defaults fail can be cleared with the version in -proposed
- the version in -proposed needs ruby-grape to be fixed before it can migrate
- ruby-parslet: http://paste.ubuntu.com/p/JnRdywm2sw/
- ruby-powerpack: http://paste.ubuntu.com/p/Dg8WZKwMMV/
- ruby-pygments.rb: http://paste.ubuntu.com/p/nsH2Vw9N7K/
- ruby-rgen: http://paste.ubuntu.com/p/HQWnj8NMcg/
Last active
March 13, 2018 18:14
-
-
Save OddBloke/08f68c18f2f3d63a002f2c1a26a765ac to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -Nru ruby-rgen-0.8.0/debian/changelog ruby-rgen-0.8.0/debian/changelog | |
--- ruby-rgen-0.8.0/debian/changelog 2016-06-01 17:47:14.000000000 -0400 | |
+++ ruby-rgen-0.8.0/debian/changelog 2018-03-09 06:22:33.000000000 -0500 | |
@@ -1,3 +1,10 @@ | |
+ruby-rgen (0.8.0-1ubuntu1) bionic; urgency=medium | |
+ | |
+ * debian/patches/fixnum_to_integer.patch: Fix tests to expect Integer | |
+ instead of Fixnum. | |
+ | |
+ -- Daniel Watkins <[email protected]> Fri, 09 Mar 2018 12:22:33 +0100 | |
+ | |
ruby-rgen (0.8.0-1) unstable; urgency=medium | |
[ Cédric Boutillier ] | |
diff -Nru ruby-rgen-0.8.0/debian/control ruby-rgen-0.8.0/debian/control | |
--- ruby-rgen-0.8.0/debian/control 2016-06-01 17:47:14.000000000 -0400 | |
+++ ruby-rgen-0.8.0/debian/control 2018-03-09 06:22:33.000000000 -0500 | |
@@ -1,5 +1,6 @@ | |
Source: ruby-rgen | |
-Maintainer: Debian Ruby Extras Maintainers <[email protected]> | |
+Maintainer: Ubuntu Developers <[email protected]> | |
+XSBC-Original-Maintainer: Debian Ruby Extras Maintainers <[email protected]> | |
Uploaders: Stig Sandbeck Mathisen <[email protected]> | |
Section: ruby | |
Priority: optional | |
diff -Nru ruby-rgen-0.8.0/debian/patches/fixnum_to_integer.patch ruby-rgen-0.8.0/debian/patches/fixnum_to_integer.patch | |
--- ruby-rgen-0.8.0/debian/patches/fixnum_to_integer.patch 1969-12-31 19:00:00.000000000 -0500 | |
+++ ruby-rgen-0.8.0/debian/patches/fixnum_to_integer.patch 2018-03-09 06:22:27.000000000 -0500 | |
@@ -0,0 +1,34 @@ | |
+Description: Fix tests to expect Integer instead of Fixnum | |
+Author: Daniel Watkins <[email protected]> | |
+Forwarded: no | |
+Last-Update: 2018-03-09 | |
+ | |
+--- ruby-rgen-0.8.0.orig/test/metamodel_builder_test.rb | |
++++ ruby-rgen-0.8.0/test/metamodel_builder_test.rb | |
+@@ -186,7 +186,7 @@ class MetamodelBuilderTest < Test::Unit: | |
+ err = assert_raise StandardError do | |
+ sc.name = 5 | |
+ end | |
+- assert_match /In (\w+::)+SimpleClass : Can not use a Fixnum where a String is expected/, err.message | |
++ assert_match /In (\w+::)+SimpleClass : Can not use a Integer where a String is expected/, err.message | |
+ assert_equal "EString", mm::SimpleClass.ecore.eAttributes.find{|a| a.name=="name"}.eType.name | |
+ | |
+ assert_equal "xtest", sc.stringWithDefault | |
+@@ -288,7 +288,7 @@ class MetamodelBuilderTest < Test::Unit: | |
+ err = assert_raise(StandardError) do | |
+ o.addLiterals(1) | |
+ end | |
+- assert_match /In (\w+::)+ManyAttrClass : Can not use a Fixnum where a String is expected/, err.message | |
++ assert_match /In (\w+::)+ManyAttrClass : Can not use a Integer where a String is expected/, err.message | |
+ | |
+ assert_equal [], o.literals | |
+ o.addLiterals("a") | |
+@@ -323,7 +323,7 @@ class MetamodelBuilderTest < Test::Unit: | |
+ err = assert_raise(StandardError) do | |
+ o.literals = 1 | |
+ end | |
+- assert_match /In (\w+::)+ManyAttrClass : Can not use a Fixnum where a Enumerable is expected/, err.message | |
++ assert_match /In (\w+::)+ManyAttrClass : Can not use a Integer where a Enumerable is expected/, err.message | |
+ | |
+ o.bools = [true, false, true, false] | |
+ assert_equal [true, false, true, false], o.bools | |
diff -Nru ruby-rgen-0.8.0/debian/patches/series ruby-rgen-0.8.0/debian/patches/series | |
--- ruby-rgen-0.8.0/debian/patches/series 1969-12-31 19:00:00.000000000 -0500 | |
+++ ruby-rgen-0.8.0/debian/patches/series 2018-03-09 06:21:54.000000000 -0500 | |
@@ -0,0 +1 @@ | |
+fixnum_to_integer.patch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ruby-parslet is fixed in debian (already synced to bionic)
ruby-powerpack sponsored
ruby-pygments.rb sponsored
ruby-rgen sponsored