[DRE-commits] [SCM] ruby-dbus.git branch, master, updated. debian/0.7.0-1-5-g6859250

Paul van Tilburg paulvt at debian.org
Sun Jun 24 14:19:45 UTC 2012


The following commit has been merged in the master branch:
commit 73dc8c30c2a277b57955f37b01f2c8874237036e
Author: Paul van Tilburg <paulvt at debian.org>
Date:   Sun Jun 24 16:10:47 2012 +0200

    New upstream release; use gem2deb 0.3.0.

diff --git a/debian/changelog b/debian/changelog
index 073e364..b63472e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+ruby-dbus (0.7.2-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * debian/control:
+    - Bumped gem2deb build-depend to 0.3.0.
+    - Bumped standars-version to 3.9.3.
+    - Set the priority for the transitional packages lib*-ruby to "extra".
+    - Extended the long description a bit (added a list of features).
+  * debian/ruby-dbus.doc-base: added.
+  * debian/source/lintian-overrides:
+    - Override the duplicate long description issues for the transitional
+      packages.
+
+ -- Paul van Tilburg <paulvt at debian.org>  Sun, 24 Jun 2012 15:43:51 +0200
+
 ruby-dbus (0.7.0-1) unstable; urgency=low
 
   * New upstream release.
@@ -24,8 +39,8 @@ ruby-dbus (0.7.0-1) unstable; urgency=low
 
 libdbus-ruby (0.3.0-1) unstable; urgency=low
 
-  * New upstream release. 
-  * debian/source/format: Added, switched to 3.0 (quilt) format. 
+  * New upstream release.
+  * debian/source/format: Added, switched to 3.0 (quilt) format.
 
  -- Paul van Tilburg <paulvt at debian.org>  Fri, 09 Apr 2010 22:47:16 +0200
 
@@ -65,6 +80,6 @@ libdbus-ruby (0.2.0-1) unstable; urgency=low
 
   * Initial release.
   * Forget the old Ruby D-Bus implementation that is no longer maintained
-    and incompatible with the current D-Bus implementation. 
+    and incompatible with the current D-Bus implementation.
 
  -- Paul van Tilburg <paulvt at debian.org>  Wed, 25 Apr 2007 23:16:04 +0200
diff --git a/debian/control b/debian/control
index 0eea696..0eac04b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,9 +4,9 @@ Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Paul van Tilburg <paulvt at debian.org>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.9~), dbus
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), dbus
 Build-Depends-Indep: rake, ruby-bluecloth
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-dbus.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-dbus.git;a=summary
 Homepage: https://trac.luon.net/ruby-dbus
@@ -23,9 +23,23 @@ Recommends: ruby-glib2
 Description: Ruby binding for D-Bus
  This module allows Ruby programs to interface with the D-Bus message
  bus installed on newer Unix operating systems.
+ .
+ Ruby D-Bus currently supports the following features:
+   * Connecting to local buses.
+   * Accessing remote services, objects and interfaces.
+   * Invoking methods on remote objects synchronously and asynchronously.
+   * Catch signals on remote objects and handle them via callbacks.
+   * Remote object introspection.
+   * Walking object trees.
+   * Creating services and registering them on the bus.
+   * Exporting objects with interfaces on a bus for remote use.
+   * Rubyish D-Bus object and interface syntax support that automatically
+     allows for introspection.
+   * Emitting signals on exported objects.
 
 Package: libdbus-ruby
 Section: oldlibs
+Priority: extra
 Architecture: all
 Depends: ${misc:Depends}, ruby-dbus
 Description: Transitional package for ruby-dbus
@@ -34,6 +48,7 @@ Description: Transitional package for ruby-dbus
 
 Package: libdbus-ruby1.8
 Section: oldlibs
+Priority: extra
 Architecture: all
 Depends: ${misc:Depends}, ruby-dbus
 Description: Transitional package for ruby-dbus
diff --git a/debian/ruby-dbus.doc-base b/debian/ruby-dbus.doc-base
new file mode 100644
index 0000000..9677f81
--- /dev/null
+++ b/debian/ruby-dbus.doc-base
@@ -0,0 +1,10 @@
+Document: ruby-dbus-doc
+Title: Documentation of the Ruby bindings for D-Bus
+Author: Chris Lalancette et al.
+Abstract: This API documentation is generated with RDoc from the source of
+ Ruby/Dbus, providing Ruby bindings for D-Bus.
+Section: Programming/Ruby
+
+Format: HTML
+Index: /usr/share/doc/ruby-dbus/rdoc/index.html
+Files: /usr/share/doc/ruby-dbus/rdoc/*
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..abe1c1e
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,2 @@
+ruby-dbus source: duplicate-short-description libdbus-ruby libdbus-ruby1.8
+ruby-dbus source: duplicate-long-description libdbus-ruby libdbus-ruby1.8

-- 
ruby-dbus.git



More information about the Pkg-ruby-extras-commits mailing list