[DRE-commits] [ruby-gnome2] 04/04: Update descriptions; add missing description; synchronize depends
Paul van Tilburg
paulvt at moszumanska.debian.org
Fri Feb 14 23:50:31 UTC 2014
This is an automated email from the git hooks/post-receive script.
paulvt pushed a commit to branch master
in repository ruby-gnome2.
commit 301078ce2ea33bf0276dcb16d2db83815aaf53b6
Author: Paul van Tilburg <paulvt at debian.org>
Date: Sat Feb 15 00:30:43 2014 +0100
Update descriptions; add missing description; synchronize depends
---
debian/control | 220 +++++++++++++++++++++++++++++++++++++++++++--------------
1 file changed, 168 insertions(+), 52 deletions(-)
diff --git a/debian/control b/debian/control
index 2e7a62c..36ad994 100644
--- a/debian/control
+++ b/debian/control
@@ -29,9 +29,9 @@ Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-gnome2.git
Package: ruby-glib2
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Description: Glib 2 bindings for the Ruby language
- Glib is a useful general-purpose C library, notably used by GTK+ and GNOME.
- This package contains libraries for using Glib with the Ruby programming
+Description: GLib 2 bindings for the Ruby language
+ GLib is a useful general-purpose C library, notably used by GTK+ and GNOME.
+ This package contains libraries for using GLib 2 with the Ruby programming
language. It is most likely useful in conjunction with Ruby bindings for
other libraries such as GTK+.
@@ -40,9 +40,9 @@ Section: debug
Priority: extra
Architecture: any
Depends: ruby-glib2 (= ${binary:Version}), ${misc:Depends}
-Description: Glib 2 bindings for the Ruby language (debugging symbols)
- Glib is a useful general-purpose C library, notably used by GTK+ and GNOME.
- This package contains libraries for using Glib with the Ruby programming
+Description: GLib 2 bindings for the Ruby language (debugging symbols)
+ GLib is a useful general-purpose C library, notably used by GTK+ and GNOME.
+ This package contains libraries for using GLib 2 with the Ruby programming
language. It is most likely useful in conjunction with Ruby bindings for
other libraries such as GTK+.
.
@@ -121,7 +121,7 @@ Package: ruby-gio2-dbg
Section: debug
Priority: extra
Architecture: any
-Depends: ${misc:Depends}, ruby-gio2 (= ${binary:Version})
+Depends: ruby-gio2 (= ${binary:Version}), ${misc:Depends}
Description: GIO bindings for the Ruby language (debugging symbols)
GIO is a I/O stack for GLIB/GTK+ applications. This package provides GIO
bindings to be used in Ruby programs.
@@ -130,19 +130,39 @@ Description: GIO bindings for the Ruby language (debugging symbols)
Package: ruby-gtk2
Architecture: any
-Depends: ${shlibs:Depends}, ruby-atk (= ${binary:Version}), ruby-pango (= ${binary:Version}), ruby-gdk-pixbuf2 (= ${binary:Version}), ${misc:Depends}
-Description: GTK+ bindings for the Ruby language
+Depends: ${shlibs:Depends}, ruby-atk (= ${binary:Version}),
+ ruby-pango (= ${binary:Version}), ruby-gdk-pixbuf2 (= ${binary:Version}),
+ ruby-gobject-introspection (= ${binary:Version}), ${misc:Depends}
+Description: GTK+ 2 bindings for the Ruby language
GTK+ is a library for creating graphical user interfaces. This package
- contains libraries for using GTK+ with the Ruby programming language.
+ contains libraries for using GTK+ 2 with the Ruby programming language.
Package: ruby-gtk2-dbg
Section: debug
Priority: extra
Architecture: any
Depends: ruby-gtk2 (= ${binary:Version}), ${misc:Depends}
-Description: GTK+ bindings for the Ruby language (debugging symbols)
+Description: GTK+ 2 bindings for the Ruby language (debugging symbols)
GTK+ is a library for creating graphical user interfaces. This package
- contains libraries for using GTK+ with the Ruby programming language.
+ contains libraries for using GTK+ 2 with the Ruby programming language.
+ .
+ This package contains the debugging symbols.
+
+Package: ruby-gtk3
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}, ruby | ruby-interpreter
+Description: GTK+ 3 bindings for the Ruby language
+ GTK+ is a library for creating graphical user interfaces. This package
+ contains libraries for using GTK+ 3 with the Ruby programming language.
+
+Package: ruby-gtk3-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ruby-gtk3 (= ${binary:Version}), ${misc:Depends}
+Description: GTK+ 3 bindings for the Ruby language (debugging symbols)
+ GTK+ is a library for creating graphical user interfaces. This package
+ contains libraries for using GTK+ 3 with the Ruby programming language.
.
This package contains the debugging symbols.
@@ -150,7 +170,7 @@ Package: ruby-gtksourceview2
Architecture: any
Depends: ${shlibs:Depends}, ruby-gtk2 (= ${binary:Version}), ${misc:Depends}
Description: GtkSourceView2 bindings for the Ruby language
- GTKSourceView2 is a text widget that extends the standard GTK+ text widget.
+ GTKSourceView2 is a text widget that extends the standard GTK+ text widget.
This package contains libraries for using the GtkSourceView2 text widget
with syntax highlighting and other features typical of a source code
editor in the Ruby programming language.
@@ -161,13 +181,35 @@ Priority: extra
Architecture: any
Depends: ruby-gtksourceview2 (= ${binary:Version}), ${misc:Depends}
Description: GtkSourceView2 bindings for the Ruby language (debugging symbols)
- GTKSourceView2 is a text widget that extends the standard GTK+ text widget.
+ GTKSourceView2 is a text widget that extends the standard GTK+ text widget.
This package contains libraries for using the GtkSourceView2 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-gtksourceview3
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}, ruby | ruby-interpreter
+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}), ${misc: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.
+ .
+ This package contains the debugging symbols.
+
Package: ruby-rsvg2
Architecture: any
Depends: ${shlibs:Depends}, ruby-glib2 (= ${binary:Version}), ${misc:Depends}
@@ -188,9 +230,13 @@ Description: RSVG renderer bindings for the Ruby language (debugging symbols)
Package: ruby-vte
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
Description: VTE widget bindings for the Ruby language
- VTE is a Ruby binding for the VTE terminal emulator widget for GTK+.
+ 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
@@ -198,13 +244,41 @@ Priority: extra
Architecture: any
Depends: ruby-vte (= ${binary:Version}), ${misc:Depends}
Description: VTE widget bindings for the Ruby language (debugging symbols)
- VTE is a Ruby binding for the VTE terminal emulator widget for GTK+.
+ 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
+ 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-poppler
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
Description: Ruby bindings for the libpoppler-glib library
Poppler is a PDF rendering library based on xpdf PDF viewer. This package
contains ruby bindings for Poppler.
@@ -242,12 +316,85 @@ Description: GStreamer bindings for the Ruby language (debugging symbols)
.
This package contains the debugging symbols.
+Package: ruby-cairo-gobject
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}, ruby | ruby-interpreter
+Description: CairoGObject bindings for the Ruby language
+ Cairo is a multi-platform library providing anti-aliased vector-based
+ rendering for multiple target backends; CairoGObject provides
+ wrapper GObject types for all Cairo types.
+ This package contains libraries for CairoGObject with the Ruby
+ language.
+
+Package: ruby-cairo-gobject-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ruby-cairo-gobject (= ${binary:Version}), ${misc:Depends}
+Description: CairoGObject bindings for the Ruby language (debugging symbols)
+ Cairo is a multi-platform library providing anti-aliased vector-based
+ rendering for multiple target backends. This package contains libraries
+ for using wrappers for GObject types for all Cairo types with the Ruby
+ language.
+ .
+ This package contains the debugging symbols.
+
+Package: ruby-gdk3
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}, ruby | ruby-interpreter
+Description: GDK 3 bindings for the Ruby language
+ GDK is a computer graphics library that acts as a wrapper around the
+ low-level drawing and windowing functions provided by the underlying
+ graphics system. It is mainly use by GTK+ 3.
+ This package contains libraries for using GDK 3 with the Ruby programming
+ language.
+
+Package: ruby-gdk3-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ruby-gdk3 (= ${binary:Version}), ${misc:Depends}
+Description: GDK 3 bindings for the Ruby language (debugging symbols)
+ GDK is a computer graphics library that acts as a wrapper around the
+ low-level drawing and windowing functions provided by the underlying
+ graphics system. It is mainly use by GTK+ 3.
+ This package contains libraries for using GDK 3 with the Ruby programming
+ language.
+ .
+ This package contains the debugging symbols.
+
+Package: ruby-gobject-introspection
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}, ruby | ruby-interpreter
+Description: GObject Introspection bindings for the Ruby language
+ GObject Introspection is a project for providing machine readable
+ introspection data of the API of C libraries. This introspection data can
+ be used in several different use cases, for example automatic code
+ generation for bindings, API verification and documentation generation.
+ This package contains library for using GObject Introspection with the
+ Ruby programming language.
+
+Package: ruby-gobject-introspection-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ruby-gobject-introspection (= ${binary:Version}), ${misc:Depends}
+Description: GObject Introspection bindings for the Ruby (debugging symbols)
+ GObject Introspection is a project for providing machine readable
+ introspection data of the API of C libraries. This introspection data can
+ be used in several different use cases, for example automatic code
+ generation for bindings, API verification and documentation generation.
+ This package contains library for using GObject Introspection with the
+ Ruby programming language.
+ .
+ This package contains the debugging symbols.
+
Package: ruby-gnome2
Architecture: all
-Depends: ruby-rsvg2, ruby-vte, ruby-atk, ruby-gdk-pixbuf2, ruby-pango,
+Depends: ruby-rsvg2, ruby-vte, ruby-atk, ruby-gdk-pixbuf2, ruby-pango,
ruby-gio2, ruby-poppler, ruby-gtksourceview2, ruby-gstreamer,
- ruby-cairo-gobject, ruby-gdk3, ruby-gobject-introspection, ruby-gtk3,
- ruby-gtksourceview3, ruby-vte3, ${misc:Depends}
+ ruby-cairo-gobject, ruby-gdk3, ruby-gtk3, ruby-gtksourceview3, ruby-vte3,
+ ${misc:Depends}
Description: GNOME-related bindings for the Ruby language
These bindings allow use of the GNOME developer platform using the Ruby
programming language.
@@ -265,34 +412,3 @@ Description: GNOME-related bindings for the Ruby language (development files)
.
This package contains development files required to build ruby-gnome2
extensions.
-
-Package: ruby-cairo-gobject
-Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, ruby | ruby-interpreter
-Description: Ruby bindings for the cairo-gobjet library
-
-Package: ruby-gdk3
-Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, ruby | ruby-interpreter
-Description: Ruby bindings for GDK 3.x
-
-Package: ruby-gobject-introspection
-Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, ruby | ruby-interpreter
-Description: Ruby bindings for the GObjectIntrospection library
-
-Package: ruby-gtk3
-Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, ruby | ruby-interpreter
-Description: Ruby bindings for the GTK+-3.x library
-
-Package: ruby-gtksourceview3
-Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, ruby | ruby-interpreter
-Description: Ruby bindings for the gtksourceview3 library
-
-Package: ruby-vte3
-Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, ruby | ruby-interpreter
-Description: VTE3 widget bindings for the Ruby language
-
--
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