[DRE-commits] [SCM] ruby-spoon.git branch, master, updated. upstream/0.0.1+git20121127-8-g3f87d68
Hideki Yamane
henrich at debian.org
Fri Jan 4 02:48:40 UTC 2013
The following commit has been merged in the master branch:
commit 3f87d6894087ee20de28009bfa6e3e73bc392764
Merge: 7cc7daacb9f97b05dd618b124ea25a4aa207d384 4ae728dae21ab02233bf65a0ce610af01a5011b6
Author: Hideki Yamane <henrich at debian.org>
Date: Fri Jan 4 11:37:03 2013 +0900
Imported Debian patch 0.0.2~git20130104-1
diff --combined debian/changelog
index f9ff37a,0000000..9a3b3bc
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,5 -1,0 +1,6 @@@
- ruby-spoon (0.0.1+git20121127-1) UNRELEASED; urgency=low
++ruby-spoon (0.0.2~git20130104-1) experimental; urgency=low
+
- * Initial release (Closes: #nnnn)
++ * Team upload.
++ * Initial release (Closes: #697272)
+
- -- Cédric Boutillier <boutil at debian.org> Tue, 27 Nov 2012 16:19:10 +0100
++ -- Hideki Yamane <henrich at debian.org> Fri, 04 Jan 2013 11:37:03 +0900
diff --combined debian/control
index e6bc4e9,0000000..f1b4fe3
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,20 -1,0 +1,19 @@@
+Source: ruby-spoon
+Section: ruby
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
- Uploaders: Cédric Boutillier <boutil at debian.org>
- DM-Upload-Allowed: yes
++Uploaders: Cédric Boutillier <boutil at debian.org>, Hideki Yamane <henrich at debian.org>
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
+Standards-Version: 3.9.4
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-spoon.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-spoon.git;a=summary
+Homepage: https://github.com/headius/spoon/
+XS-Ruby-Versions: all
+
+Package: ruby-spoon
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-ffi
+Description: FFI binding of the posix_spawn function for Ruby
+ Spoon is an FFI binding for Ruby of the posix_spawn function, providing
+ fork+exec functionality in a single shot.
diff --combined debian/copyright
index 3d982d0,0000000..f0bec29
mode 100644,000000..100644
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,27 -1,0 +1,27 @@@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: spoon
+Source: https://github.com/headius/spoon/
+
+Files: *
- Copyright: 2010 Charles Oliver Nutter
++Copyright: 2010-2012 Charles Oliver Nutter <headius at headius.com>
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2012 Cédric Boutillier <boutil at debian.org>
+License: Apache-2.0
+
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian systems, the full text of the Apache License version 2.0 can be
+ found in the file `/usr/share/common-licenses/Apache-2.0'.
--
ruby-spoon.git
More information about the Pkg-ruby-extras-commits
mailing list