[DRE-commits] [ruby-gnome2] 01/02: Drop ruby-vte{, 3, -dbg, 3-dbg} packages

zeha at debian.org zeha at debian.org
Mon Nov 9 13:37:32 UTC 2015


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

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

commit 116fbc251cd2a9d9c5cfc023ed2f0c7631475dab
Author: Andreas Henriksson <andreas at fatal.se>
Date:   Mon Nov 9 13:08:14 2015 +0000

    Drop ruby-vte{,3,-dbg,3-dbg} packages
    
    Nothing seems to use these and old vte is up for removal.
    
    Closes: #788024
---
 debian/control              | 54 ++-------------------------------------------
 debian/patches/no-vte.patch | 31 ++++++++++++++++++++++++++
 debian/patches/series       |  1 +
 debian/ruby-vte.examples    |  1 -
 debian/ruby-vte.install     |  3 ---
 debian/ruby-vte3.examples   |  1 -
 debian/ruby-vte3.install    |  3 ---
 7 files changed, 34 insertions(+), 60 deletions(-)

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

-- 
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