[DRE-commits] [ruby-gnome2] 04/07: fix-Gst-init.patch: dropped, already applied upstream

Antonio Terceiro terceiro at moszumanska.debian.org
Fri Jul 17 13:32:56 UTC 2015


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

terceiro pushed a commit to branch master
in repository ruby-gnome2.

commit 27cfe83951321debffaaf92def67125249652f7d
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Mon Jun 22 18:27:21 2015 -0300

    fix-Gst-init.patch: dropped, already applied upstream
---
 debian/changelog                  |  1 +
 debian/patches/fix-Gst-init.patch | 24 ------------------------
 debian/patches/series             |  1 -
 3 files changed, 1 insertion(+), 25 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index df7f2e7..9632d6e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 ruby-gnome2 (2.2.5-1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * fix-Gst-init.patch: dropped, already applied upstream
 
  -- Antonio Terceiro <terceiro at debian.org>  Mon, 22 Jun 2015 18:24:23 -0300
 
diff --git a/debian/patches/fix-Gst-init.patch b/debian/patches/fix-Gst-init.patch
deleted file mode 100644
index d6e42a3..0000000
--- a/debian/patches/fix-Gst-init.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Description: fix issue with Gst.init
-Origin: https://github.com/ruby-gnome2/ruby-gnome2/commit/29dd9ccdf06b2fe7d9f5cf6ace886bb89adcebf2
-Bug-Github: https://github.com/ruby-gnome2/ruby-gnome2/issues/232
-
-gstreamer: fix a bug that Gst.init is failed
-Output array handling in Ruby/GObjectIntrospection was changed.
-
-GitHub: #232
-
-Reported by saepia. Thanks!!!
-
-diff --git a/gstreamer/lib/gst.rb b/gstreamer/lib/gst.rb
-index 39b8bf8..815a8e9 100644
---- a/gstreamer/lib/gst.rb
-+++ b/gstreamer/lib/gst.rb
-@@ -106,7 +106,7 @@ def call_init_function(repository, namespace)
-         1 + @init_arguments.size,
-         [$0] + @init_arguments,
-       ]
--      succeeded, argc, argv, error = init_check.invoke(:arguments => arguments)
-+      succeeded, argv, error = init_check.invoke(:arguments => arguments)
-       @init_arguments.replace(argv[1..-1])
-       raise error unless succeeded
-     end
diff --git a/debian/patches/series b/debian/patches/series
index 42d2b61..79ef553 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 Fail-the-build-if-any-subpackage-fails
 reject_goocanvas.patch
-fix-Gst-init.patch

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



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