[DRE-commits] [SCM] ruby-open4.git branch, master, updated. upstream/1.1.0-2-g84f0e17

Paul van Tilburg paulvt at debian.org
Sun Sep 25 18:38:03 UTC 2011


The following commit has been merged in the master branch:
commit 84f0e170b08e3f269afaf966fa9ec1c838917bc7
Author: Paul van Tilburg <paulvt at debian.org>
Date:   Sun Sep 25 20:38:00 2011 +0200

    Merged changes from the old libopen4-ruby package.

diff --git a/debian/changelog b/debian/changelog
index e15edb5..1280a2d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,57 @@
 ruby-open4 (1.1.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.
+  * debian/copyright: reworked to fit the DEP5 format.
 
  -- Paul van Tilburg <paulvt at debian.org>  Sun, 25 Sep 2011 20:20:04 +0200
+
+libopen4-ruby (0.9.6-5) unstable; urgency=low
+
+  * std-ver 3.8.4. No changes needed.
+  * Switch to ruby 1.9.1. Closes: #569885.
+
+ -- Lucas Nussbaum <lucas at lucas-nussbaum.net>  Sat, 20 Feb 2010 18:46:30 +0100
+
+libopen4-ruby (0.9.6-4) unstable; urgency=low
+
+  * Update package section to ruby to comply with new archive layout.
+  * Bump standards version to 3.8.3 (no changes)
+  * Make lintian happy:
+    + Have Build-Depends satisfy requirements for 'debian/rules clean'
+    + Add missing ${misc:Depends} dependency for each binary package
+
+ -- Roberto C. Sanchez <roberto at connexer.com>  Thu, 27 Aug 2009 18:59:35 -0400
+
+libopen4-ruby (0.9.6-3) unstable; urgency=high
+
+  * Build-Depends on ruby-pkg-tools >= 0.14 and install 1.9 module files
+    into /usr/lib/ruby/1.9.0/ (Closes: #484616)
+  * Bump Standards-Version to 3.8.0 (no changes).
+
+ -- Roberto C. Sanchez <roberto at connexer.com>  Tue, 17 Jun 2008 01:46:17 -0400
+
+libopen4-ruby (0.9.6-2) unstable; urgency=high
+
+  * Replace libcommandline-ruby1.8 (<< 0.7.10-10~) (Closes: #479502)
+
+ -- Roberto C. Sanchez <roberto at connexer.com>  Thu, 08 May 2008 21:54:54 -0400
+
+libopen4-ruby (0.9.6-1) unstable; urgency=low
+
+  * Initial release (Closes: #462032)
+
+ -- Roberto C. Sanchez <roberto at connexer.com>  Tue, 15 Apr 2008 11:11:08 -0400
+
diff --git a/debian/control b/debian/control
index 0c6f06f..9335352 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,46 @@ Source: ruby-open4
 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>, Roberto C. Sanchez <roberto at connexer.com>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.10~)
 Standards-Version: 3.9.2
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-open4.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-open4.git;a=summary
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-open4.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-open4.git;a=summary
 Homepage: https://github.com/ahoward/open4
 XS-Ruby-Versions: all
 
 Package: ruby-open4
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Description: open4
- description: open4 kicks the ass
+Replaces: libopen4-ruby (<< 1.1.0-1~), libopen4-ruby1.8 (<< 1.1.0-1~), libopen4-ruby1.9.1 (<< 1.1.0-1~)
+Breaks: libopen4-ruby (<< 1.1.0-1~), libopen4-ruby1.8 (<< 1.1.0-1~), libopen4-ruby1.9.1 (<< 1.1.0-1~)
+Provides: libopen4-ruby, libopen4-ruby1.8, libopen4-ruby1.9.1
+Depends: ${misc:Depends}, ruby | ruby-interpreter
+Description: library for managing child processes in Ruby
+ Open4 lets you open child process with handles on pid, stdin, stdout, and
+ stderr: manage child processes and their I/O handles easily.
+
+Package: libopen4-ruby
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-open4
+Description: Transitional package for ruby-open4
+ This is a transitional package to ease upgrades to the ruby-open4
+ package. It can safely be removed.
+
+Package: libopen4-ruby1.8
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-open4
+Description: Transitional package for ruby-open4
+ This is a transitional package to ease upgrades to the ruby-open4
+ package. It can safely be removed.
+
+Package: libopen4-ruby1.9.1
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-open4
+Description: Transitional package for ruby-open4
+ This is a transitional package to ease upgrades to the ruby-open4
+ package. It can safely be removed.
diff --git a/debian/copyright b/debian/copyright
index 6e3d6e9..5eeed73 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,33 +1,74 @@
 Format: http://dep.debian.net/deps/dep5
 Upstream-Name: open4
-Source: FIXME <http://example.com/>
+Source: https://github.com/ahoward/open4
 
 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
- .
- 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'.
+Copyright: 2005-2007, Ara Howard <ara.t.howard at noaa.gov>
+License: GPL or other
+ You can redistribute it and/or modify it under either the terms of the GPL,
+ or the conditions below:
+ .
+  1. You may make and give away verbatim copies of the source form of the
+     software without restriction, provided that you duplicate all of the
+     original copyright notices and associated disclaimers.
+ .
+  2. You may modify your copy of the software in any way, provided that
+     you do at least ONE of the following:
+ .
+       a) place your modifications in the Public Domain or otherwise
+          make them Freely Available, such as by posting said
+          modifications to Usenet or an equivalent medium, or by allowing
+          the author to include your modifications in the software.
+ .
+       b) use the modified software only within your corporation or
+          organization.
+ .
+       c) rename any non-standard executables so the names do not conflict
+          with standard executables, which must also be provided.
+ .
+       d) make other distribution arrangements with the author.
+ .
+  3. You may distribute the software in object code or executable
+     form, provided that you do at least ONE of the following:
+ .
+       a) distribute the executables and library files of the software,
+          together with instructions (in the manual page or equivalent)
+          on where to get the original distribution.
+ .
+       b) accompany the distribution with the machine-readable source of
+          the software.
+ .
+       c) give non-standard executables non-standard names, with
+          instructions on where to get the original software distribution.
+ .
+       d) make other distribution arrangements with the author.
+ .
+  4. You may modify and include the part of the software into any other
+     software (possibly commercial).  But some files in the distribution
+     are not written by the author, so that they are not under this terms.
+     They are gc.c(partly), utils.c(partly), regex.[ch], fnmatch.[ch],
+     glob.c, st.[ch] and some files under the ./missing directory.  See
+     each file for the copying condition.
+ .
+  5. The scripts and library files supplied as input to or produced as
+     output from the software do not automatically fall under the
+     copyright of the software, but belong to whomever generated them,
+     and may be sold commercially, and may be aggregated with this
+     software.
+ .
+  6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
+     IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+     WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
+     PURPOSE.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'.
 
 Files: debian/*
-Copyright: 2011  <paulvt at debian.org>
-License:
- [LICENSE TEXT]
+Copyright: 2008, Roberto C. Sanchez <roberto at connexer.com>
+License: GPL
+ It is assumed that all contributors release their packaging works under the
+ same term as the module itself.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README
diff --git a/debian/examples b/debian/examples
new file mode 100644
index 0000000..640e65f
--- /dev/null
+++ b/debian/examples
@@ -0,0 +1 @@
+sample/*
diff --git a/debian/ruby-open4.docs b/debian/ruby-open4.docs
deleted file mode 100644
index 347bfa4..0000000
--- a/debian/ruby-open4.docs
+++ /dev/null
@@ -1,3 +0,0 @@
-# FIXME: READMEs found
-# README.erb
-# README

-- 
ruby-open4.git



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