Control: tags -1 + patch

Hello!

Spoke with Christian Hofstaedtler on irc about this. He said that the
previously mentioned upstream commit is for ruby-gnome3 and looks
hard to backport.

I've briefly investigated and there doesn't seem to be any real
direct reverse dependencies on ruby-vte or ruby-vte3 packages
(except for ruby-gnome2).
Easiest solution to this bug report might be to just disable the
vte parts of src:ruby-gnome2. Patch/debdiff attached.

Feedback wanted. Will NMU if soon if this bug report continues to
not get maintainer feedback.

Regards,
Andreas Henriksson
diff --git a/debian/changelog b/debian/changelog
index 5c4ed43..00265c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+ruby-gnome2 (2.2.5-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Add debian/patches/no-vte.patch
+  * Drop ruby-vte{,3,-dbg,3-dbg} packages (Closes: #788024)
+    - nothing seems to use these and old vte is up for removal.
+
+ -- Andreas Henriksson <[email protected]>  Fri, 30 Oct 2015 15:32:26 +0100
+
 ruby-gnome2 (2.2.5-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/debian/control b/debian/control
index c44f67f..9620339 100644
--- a/debian/control
+++ b/debian/control
@@ -9,8 +9,6 @@ Build-Depends:
  libpng-dev,
  libxmu-dev,
  librsvg2-dev (>= 2.8.0),
- libvte-dev,
- libvte-2.90-dev,
  libpoppler-glib-dev (>= 0.8.0),
  pkg-config,
  libgstreamer1.0-dev,
@@ -190,9 +188,9 @@ Description: GLib 2 bindings for the Ruby language (debugging symbols)
 
 Package: ruby-gnome2
 Architecture: all
-Depends: ruby-rsvg2, ruby-vte, ruby-atk, ruby-gdk-pixbuf2, ruby-pango,
+Depends: ruby-rsvg2, ruby-atk, ruby-gdk-pixbuf2, ruby-pango,
  ruby-gio2, ruby-poppler, ruby-gtksourceview2, ruby-gstreamer,
- ruby-cairo-gobject, ruby-gdk3, ruby-gtk3, ruby-gtksourceview3, ruby-vte3,
+ ruby-cairo-gobject, ruby-gdk3, ruby-gtk3, ruby-gtksourceview3,
  ${misc:Depends}
 Description: GNOME-related bindings for the Ruby language
  These bindings allow use of the GNOME developer platform using the Ruby
@@ -404,54 +402,6 @@ Description: RSVG renderer bindings for the Ruby language (debugging symbols)
  .
  This package contains the debugging symbols.
 
-Package: ruby-vte
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Description: VTE widget bindings for the Ruby language
- The VTE library provides a terminal emulator widget VteTerminal for
- applications using the GTK+ toolkit.  It also provides the VtePTY object
- containing functions for starting a new process on a new pseudo-terminal
- and for manipulating pseudo-terminals.  This package contains libraries
- for using VTE with the Ruby programming language.
-
-Package: ruby-vte-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: ruby-vte (= ${binary:Version}), ${misc:Depends}
-Description: VTE widget bindings for the Ruby language (debugging symbols)
- The VTE library provides a terminal emulator widget VteTerminal for
- applications using the GTK+ toolkit.  It also provides the VtePTY object
- containing functions for starting a new process on a new pseudo-terminal
- and for manipulating pseudo-terminals.  This package contains libraries
- for using VTE with the Ruby programming language.
- .
- This package contains the debugging symbols.
-
-Package: ruby-vte3
-Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, ruby | ruby-interpreter
-Description: VTE3 widget bindings for the Ruby language
- The VTE library provides a terminal emulator widget VteTerminal for
- applications using the GTK+ toolkit.  It also provides the VtePTY object
- containing functions for starting a new process on a new pseudo-terminal
- and for manipulating pseudo-terminals.  This package contains libraries
- for using VTE3 with the Ruby programming language.
-
-Package: ruby-vte3-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: ruby-vte3 (= ${binary:Version}), ${misc:Depends}
-Description: VTE3 widget bindings for the Ruby language (debugging symbols)
- The VTE library provides a terminal emulator widget VteTerminal for
- applications using the GTK+ toolkit.  It also provides the VtePTY object
- containing functions for starting a new process on a new pseudo-terminal
- and for manipulating pseudo-terminals.  This package contains libraries
- for using VTE3 with the Ruby programming language.
- .
- This package contains the debugging symbols.
-
 Package: ruby-webkit-gtk
 Architecture: all
 Priority: extra
diff --git a/debian/patches/no-vte.patch b/debian/patches/no-vte.patch
new file mode 100644
index 0000000..181d8d2
--- /dev/null
+++ b/debian/patches/no-vte.patch
@@ -0,0 +1,31 @@
+--- a/Rakefile
++++ b/Rakefile
+@@ -153,8 +153,6 @@
+   "gtksourceview2",
+   "poppler",
+   "rsvg2",
+-  "vte",
+-  "vte3",
+   "gtksourceview3",
+   "clutter",
+   "clutter-gtk",
+@@ -370,8 +368,6 @@
+   namespace :windows do
+     windows_unsupported_packages = [
+       "gtksourceview2",
+-      "vte",
+-      "vte3",
+       "webkit-gtk",
+       "webkit-gtk2",
+     ]
+--- a/extconf.rb
++++ b/extconf.rb
+@@ -24,6 +24,8 @@
+ ]
+ 
+ unsupported_libraries = [
++  "vte",
++  "vte3",
+   "gdk3-no-gi"
+ ]
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 79ef553..b1b660c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
+no-vte.patch
 Fail-the-build-if-any-subpackage-fails
 reject_goocanvas.patch
diff --git a/debian/ruby-vte.examples b/debian/ruby-vte.examples
deleted file mode 100644
index e5059b8..0000000
--- a/debian/ruby-vte.examples
+++ /dev/null
@@ -1 +0,0 @@
-vte/sample/*
diff --git a/debian/ruby-vte.install b/debian/ruby-vte.install
deleted file mode 100644
index 69185d0..0000000
--- a/debian/ruby-vte.install
+++ /dev/null
@@ -1,3 +0,0 @@
-usr/lib/ruby/vendor_ruby/vte.rb
-usr/lib/ruby/vendor_ruby/vte/deprecated.rb
-usr/lib/*/ruby/vendor_ruby/*/vte.so
diff --git a/debian/ruby-vte3.examples b/debian/ruby-vte3.examples
deleted file mode 100644
index b10fee5..0000000
--- a/debian/ruby-vte3.examples
+++ /dev/null
@@ -1 +0,0 @@
-vte3/sample/*
diff --git a/debian/ruby-vte3.install b/debian/ruby-vte3.install
deleted file mode 100644
index 664b4d1..0000000
--- a/debian/ruby-vte3.install
+++ /dev/null
@@ -1,3 +0,0 @@
-usr/lib/ruby/vendor_ruby/vte3.rb
-usr/lib/ruby/vendor_ruby/vte3/deprecated.rb
-usr/lib/*/ruby/vendor_ruby/*/vte3.so
_______________________________________________
Pkg-ruby-extras-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers

Reply via email to