[DRE-commits] [SCM] ruby-dbus.git branch, master, updated. upstream/0.7.0-2-g9eaad39

Paul van Tilburg paulvt at debian.org
Sun Sep 25 10:31:07 UTC 2011


The following commit has been merged in the master branch:
commit 9eaad3998250159764af4bf98a402da19f470bd6
Author: Paul van Tilburg <paulvt at debian.org>
Date:   Sun Sep 25 12:31:02 2011 +0200

    Merged changes from the old camping package.

diff --git a/debian/changelog b/debian/changelog
index 685a989..3997b19 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,69 @@
 ruby-dbus (0.7.0-1) UNRELEASED; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * New upstream release.
+  * Source packages adapted according to the new Ruby policy:
+    - Build for both ruby1.8 and ruby1.9.1.
+    - Migrated to pkg-ruby-extras git repos. Changed the Vcs-* fields in
+      debian/control accordingly.
+    - Changed the depends and recommends to follow the new Ruby
+      library naming scheme.
+  * debian/control:
+    - Added a default DM-Upload-Allowed field set to yes.
+    - Standards-Version bumped to 3.9.2; no changes required.
+    - Set XS-Ruby-Versions to all.
+    - Changed the build-depends for using gem2deb instead of ruby-pkg-tools.
+    - Switched the maintainer with the uploaders field as per new
+      convention the team is the default maintainer.
+    - Added libdbus-ruby and libdbus-ruby1.8 as transitional packages.
+    - Drop the build-depend-indep on webgen0.5 and libtextile-ruby, the
+      tutorial is no longer a webgen site.
+  * debian/copyright: reworked to fit the DEP5 format.
 
- -- Paul van Tilburg <paulvt at debian.org>  Sat, 24 Sep 2011 23:39:06 +0200
+ -- Paul van Tilburg <paulvt at debian.org>  Sun, 25 Sep 2011 12:29:27 +0200
+
+libdbus-ruby (0.3.0-1) unstable; urgency=low
+
+  * 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
+
+libdbus-ruby (0.2.12-1) unstable; urgency=low
+
+  [ Gunnar Wolf ]
+  * Changed section to Ruby as per ftp-masters' request
+
+  [ Paul van Tilburg ]
+  * New upstream release.
+  * debian/control:
+    - Bumped standards version to 3.8.4.
+    - Added missing ${misc:Depends} to libdbus-ruby and libdbus-ruby1.8.
+  * debian/watch:
+    - Updated the URL to the new location on github (closes: #558602).
+
+ -- Paul van Tilburg <paulvt at debian.org>  Sun, 14 Feb 2010 21:12:08 +0100
+
+libdbus-ruby (0.2.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * Bumped standards version to 3.7.3; no changes required.
+  * Added Homepage and Vcs-* fields.
+
+ -- Paul van Tilburg <paulvt at debian.org>  Sat, 29 Dec 2007 01:25:19 +0100
+
+libdbus-ruby (0.2.0-2) unstable; urgency=low
+
+  * Fixed debian/copyright to mention the software is licensed under
+    the LPGL (not GPL as before release 0.1.2).
+  * Added libredcloth-ruby to the build-depend-indep in debian/control
+    so that webgen can read the tutorial files written in the tutorial.
+
+ -- Paul van Tilburg <paulvt at debian.org>  Sun, 15 Jul 2007 22:29:29 +0200
+
+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. 
+
+ -- Paul van Tilburg <paulvt at debian.org>  Wed, 25 Apr 2007 23:16:04 +0200
diff --git a/debian/control b/debian/control
index f964ba6..7f4b3a5 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,39 @@ Source: ruby-dbus
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders:  <paulvt at debian.org>
+Uploaders: Paul van Tilburg <paulvt at debian.org>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.9~)
 Standards-Version: 3.9.2
-#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
+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
 XS-Ruby-Versions: all
 
 Package: ruby-dbus
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
+Replaces: libdbus-ruby (<< 0.7.0-1~), libdbus-ruby1.8 (<< 0.7.0-1~)
+Breaks: libdbus-ruby (<< 0.7.0-1~), libdbus-ruby1.8 (<< 0.7.0-1~)
+Provides: libdbus-ruby, libdbus-ruby1.8
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Description: Ruby module for interaction with D-Bus
- <insert long description, indented with spaces>
+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.
+
+Package: libdbus-ruby
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-dbus
+Description: Transitional package for ruby-dbus
+ This is a transitional package to ease upgrades to the ruby-dbus
+ package. It can safely be removed.
+
+Package: libdbus-ruby1.8
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-dbus
+Description: Transitional package for ruby-dbus
+ This is a transitional package to ease upgrades to the ruby-dbus
+ package. It can safely be removed.
diff --git a/debian/copyright b/debian/copyright
index 2dcbe86..ec9a14f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,33 +1,36 @@
 Format: http://dep.debian.net/deps/dep5
 Upstream-Name: ruby-dbus
-Source: FIXME <http://example.com/>
+Source: https://trac.luon.net/ruby-dbus
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
- 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 of the License, 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 package; if not, write to the Free
- Software Foundation, Inc., 51 Franklin St, Fifth Floor,
- Boston, MA  02110-1301 USA
+Copyright: 2007, Arnaud Cornet <arnaud.cornet at gmail.com>
+           2007, Paul van Tilburg <paul at luon.net>
+License:
+ This library is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation; either version 2.1 of the License, or (at
+ your option) any later version.
  .
- 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'.
+ On Debian systems, the complete text of the GNU Lesser General Public
+ License version 2.1 can be found in the file
+ `/usr/share/common-licenses/LGPL-2.1'.
 
 Files: debian/*
-Copyright: 2011  <paulvt at debian.org>
+Copyright: 2011, Paul van Tilburg <paulvt at debian.org>
 License:
- [LICENSE TEXT]
+ 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, version 2 of the License, or (at your opinion)
+ 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 package; if not, write to the Free Software Foundation, Inc., 
+ 51 Franklin St, 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/examples b/debian/examples
new file mode 100644
index 0000000..e39721e
--- /dev/null
+++ b/debian/examples
@@ -0,0 +1 @@
+examples/*
diff --git a/debian/ruby-dbus.docs b/debian/ruby-dbus.docs
deleted file mode 100644
index d0b0785..0000000
--- a/debian/ruby-dbus.docs
+++ /dev/null
@@ -1,6 +0,0 @@
-# FIXME: doc/ dir found in source. Consider installing the docs.
-# Examples:
-# doc/manual.html
-# doc/site/*
-# FIXME: READMEs found
-# README
diff --git a/debian/ruby-dbus.examples b/debian/ruby-dbus.examples
deleted file mode 100644
index d970cc8..0000000
--- a/debian/ruby-dbus.examples
+++ /dev/null
@@ -1,3 +0,0 @@
-# FIXME: examples/ dir found in source. Consider installing the examples.
-# Examples:
-# examples/*

-- 
ruby-dbus.git



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