[DRE-commits] [ruby-gnome2] 25/31: ruby-gtksourceview3 migrated upstream to gobject introspection, so becomes `Architecture: all`

Daisuke Higuchi dai at moszumanska.debian.org
Mon Oct 10 13:40:20 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 3ae5004ad0360f60621c923ed8b7825f90cd71dc
Author: HIGUCHI Daisuke (VDR dai) <dai at debian.org>
Date:   Mon Oct 10 21:16:11 2016 +0900

    ruby-gtksourceview3 migrated upstream to gobject introspection, so becomes `Architecture: all`
    
    - ruby-gtksourceview3-dbg package dropped
---
 debian/control                      | 20 +++-----------------
 debian/ruby-gtksourceview3.examples |  1 -
 debian/ruby-gtksourceview3.install  |  5 ++---
 debian/ruby-gtksourceview3.rb       |  1 +
 4 files changed, 6 insertions(+), 21 deletions(-)

diff --git a/debian/control b/debian/control
index 30965fc..ce8fcea 100644
--- a/debian/control
+++ b/debian/control
@@ -356,29 +356,15 @@ Description: GtkSourceView2 bindings for the Ruby language (debugging symbols)
  This package contains the debugging symbols.
 
 Package: ruby-gtksourceview3
-Architecture: any
+Architecture: all
 Depends: ruby | ruby-interpreter,
-         ${misc:Depends},
-         ${shlibs:Depends}
-Description: GtkSourceView3 bindings for the Ruby language
- GTKSourceView3 is a text widget that extends the standard GTK+ text widget.
- This package contains libraries for using the GtkSourceView3 text widget
- with syntax highlighting and other features typical of a source code
- editor in the Ruby programming language.
-
-Package: ruby-gtksourceview3-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: ruby-gtksourceview3 (= ${binary:Version}),
+         ruby-gtk3 (>= ${source:Version}),
          ${misc:Depends}
-Description: GtkSourceView3 bindings for the Ruby language (debugging symbols)
+Description: GtkSourceView3 bindings for the Ruby language
  GTKSourceView3 is a text widget that extends the standard GTK+ text widget.
  This package contains libraries for using the GtkSourceView3 text widget
  with syntax highlighting and other features typical of a source code
  editor in the Ruby programming language.
- .
- This package contains the debugging symbols.
 
 Package: ruby-pango
 Architecture: any
diff --git a/debian/ruby-gtksourceview3.examples b/debian/ruby-gtksourceview3.examples
deleted file mode 100644
index 4dd335b..0000000
--- a/debian/ruby-gtksourceview3.examples
+++ /dev/null
@@ -1 +0,0 @@
-gtksourceview3/sample/*
diff --git a/debian/ruby-gtksourceview3.install b/debian/ruby-gtksourceview3.install
index 5bf5e88..bee975d 100644
--- a/debian/ruby-gtksourceview3.install
+++ b/debian/ruby-gtksourceview3.install
@@ -1,3 +1,2 @@
-usr/lib/*/ruby/vendor_ruby/*/gtksourceview3.so
-usr/lib/ruby/vendor_ruby/gtksourceview3
-usr/lib/ruby/vendor_ruby/gtksourceview3.rb
+gtksourceview3/lib/gtksourceview3.rb /usr/lib/ruby/vendor_ruby
+gtksourceview3/lib/gtksourceview3/*  /usr/lib/ruby/vendor_ruby/gtksourceview3
diff --git a/debian/ruby-gtksourceview3.rb b/debian/ruby-gtksourceview3.rb
new file mode 100644
index 0000000..f4744f8
--- /dev/null
+++ b/debian/ruby-gtksourceview3.rb
@@ -0,0 +1 @@
+usr/lib/ruby/vendor_ruby/gtksourceview3.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