[DRE-commits] [ruby-gnome2] 27/31: remove goocanvas stuff due to upstream removal.

Daisuke Higuchi dai at moszumanska.debian.org
Mon Oct 10 13:40:21 UTC 2016


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

dai pushed a commit to branch exp/debian
in repository ruby-gnome2.

commit fee7406a9b095581b511669b0b2fe4f89b1e3688
Author: HIGUCHI Daisuke (VDR dai) <dai at debian.org>
Date:   Mon Oct 10 21:23:10 2016 +0900

    remove goocanvas stuff due to upstream removal.
---
 debian/copyright                      | 22 ----------------------
 debian/patches/reject_goocanvas.patch | 20 --------------------
 debian/patches/series                 |  1 -
 debian/ruby-goocanvas.examples        |  1 -
 debian/ruby-goocanvas.install         |  2 --
 5 files changed, 46 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index c0d9408..3796caa 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -19,25 +19,3 @@ License: LGPL-2.1
 Comment:
  On Debian systems, you can find the full text of this licence in the file
  /usr/share/common-licenses/LGPL-2.1.
-
-Files: goocanvas/sample/demo-fifteen.rb
-       goocanvas/sample/demo-primitives.rb
-       goocanvas/sample/demo.rb
-Copyright: 1998, Richard Hestilow <hestgray at ionet.net>
-License: GPL-2+
- This program is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by the
- Free Software Foundation; either version 2, or (at your option) any later
- version.
- .
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General
- Public License for more details.
- .
- You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- .
- On Debian systems, the full text of the GNU General Public License
- version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/patches/reject_goocanvas.patch b/debian/patches/reject_goocanvas.patch
deleted file mode 100644
index b5dfadd..0000000
--- a/debian/patches/reject_goocanvas.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Description: do not build ruby-goocanvas until goocanvas-2.0 is available
-Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588177
-Author: Cédric Boutillier <boutil at debian.org>
-Last-Update: 2013-10-02
-
-Index: ruby-gnome2/extconf.rb
-===================================================================
---- ruby-gnome2.orig/extconf.rb
-+++ ruby-gnome2/extconf.rb
-@@ -62,6 +62,10 @@ if subdirs.size == 0
-     subdir[0..$topsrcdir.size] = ""
-     File.dirname(subdir)
-   end
-+
-+  subdirs.reject! do |subdir|
-+    subdir =~ /goocanvas/
-+  end
-   priorlibs &= subdirs
-   subdirs -= priorlibs
-   subdirs = priorlibs + subdirs #Change the order
diff --git a/debian/patches/series b/debian/patches/series
index ea009d9..e40325c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
 no-vte.patch
 Fail-the-build-if-any-subpackage-fails
-reject_goocanvas.patch
 no-clutter-gst-2.0
diff --git a/debian/ruby-goocanvas.examples b/debian/ruby-goocanvas.examples
deleted file mode 100644
index 1e43cfb..0000000
--- a/debian/ruby-goocanvas.examples
+++ /dev/null
@@ -1 +0,0 @@
-goocanvas/sample/*
diff --git a/debian/ruby-goocanvas.install b/debian/ruby-goocanvas.install
deleted file mode 100644
index 7419586..0000000
--- a/debian/ruby-goocanvas.install
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/*/ruby/vendor_ruby/*/goocanvas.so
-usr/lib/ruby/vendor_ruby/goocanvas.rb

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