[DRE-commits] [SCM] ruby-gnome2.git branch, master, updated. debian/1.0.3-1-10-g9f333a3

Paul van Tilburg paulvt at debian.org
Fri May 4 17:54:14 UTC 2012


The following commit has been merged in the master branch:
commit 9f333a3e80af7301d950732d9337b1053e2f8a67
Author: Paul van Tilburg <paulvt at debian.org>
Date:   Fri May 4 19:44:41 2012 +0200

    debian/patches: Added patch Fix_erroneous_load_of_vte_deprecated. (Closes: #666986)

diff --git a/debian/changelog b/debian/changelog
index 46c8b6d..4a2b3a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,13 +5,15 @@ ruby-gnome2 (1.1.3-1) unstable; urgency=low
     - Bumped standards version to 3.9.3; no changes required.
     - Changed build-depend on libpng12-dev to libpng-dev.  (Closes: #662496)
     - Set the priority of all lib*-ruby packages to "extra".
+  * debian/patches:
+    - Added patch Fix_erroneous_load_of_vte_deprecated. (Closes: #666986)
   * debian/ruby-gstreamer.install: gst.so is now called gstreamer.so.
   * debian/rules:
     - Disable running debian/check-upstream-versus-debian that generates
       a patch as the debian tree is clean now w.r.t. upstream.
   * debian/source/local-options: set "unapply-patches".
 
- -- Paul van Tilburg <paulvt at debian.org>  Fri, 04 May 2012 19:01:17 +0200
+ -- Paul van Tilburg <paulvt at debian.org>  Fri, 04 May 2012 19:42:14 +0200
 
 ruby-gnome2 (1.0.3-1) unstable; urgency=low
 
diff --git a/debian/patches/Fix_erroneous_load_of_vte_deprecated b/debian/patches/Fix_erroneous_load_of_vte_deprecated
new file mode 100644
index 0000000..36ce72f
--- /dev/null
+++ b/debian/patches/Fix_erroneous_load_of_vte_deprecated
@@ -0,0 +1,9 @@
+--- a/vte/lib/vte.rb
++++ b/vte/lib/vte.rb
+@@ -1,4 +1,5 @@
+ require "gtk2"
+ require "vte.so"
+-require "vte/deprecated"
++# Does not exist!
++#require "vte/deprecated"
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 875c401..7b71b2c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 Fail-the-build-if-any-subpackage-fails
+Fix_erroneous_load_of_vte_deprecated

-- 
ruby-gnome2.git



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