[DRE-commits] [ruby-forwardable-extended] 03/03: Update debian/copyright
Youhei SASAKI
uwabami-guest at moszumanska.debian.org
Sun Sep 3 06:43:11 UTC 2017
This is an automated email from the git hooks/post-receive script.
uwabami-guest pushed a commit to branch master
in repository ruby-forwardable-extended.
commit 5fc27b4f4a02264aa49a2a76f29f6a316825c971
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date: Sun Sep 3 15:42:19 2017 +0900
Update debian/copyright
Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
debian/control | 11 +++++++++--
debian/copyright | 7 +++----
2 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index d9ed2ec..864d913 100644
--- a/debian/control
+++ b/debian/control
@@ -18,5 +18,12 @@ XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
${misc:Depends},
${shlibs:Depends}
-Description: Forwardable with hash, and instance variable extensions.
- Forwardable with hash, and instance variable extensions.
+Description: Forwardable with hash and instance variable extensions
+ Provides more Forwardable methods for your source as
+ Forwardable::Extended.
+ .
+ - Any delegation can accept `alias_of' which will be the message sent
+ to the object.
+ - You can send arguments by attaching the keyword `:args => [:my_arg]',
+ these are sent a `#to_s message.'
+ - Any delegation can be boolean if you wish it to be, even `:reverse'.
diff --git a/debian/copyright b/debian/copyright
index cf6bf87..4ae29d7 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,13 +3,12 @@ Upstream-Name: forwardable-extended
Source: http://github.com/envygeeks/forwardable-extended
Files: *
-Copyright: <years> <put author's name and email here>
- <years> <likewise for another author>
-License: Expat (FIXME)
+Copyright: 2015-2016 Jordon Bedwell
+License: Expat
Files: debian/*
Copyright: 2017 Youhei SASAKI <uwabami at gfd-dennou.org>
-License: Expat (FIXME)
+License: Expat
Comment: the Debian packaging is licensed under the same terms as the original package.
License: Expat
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-forwardable-extended.git
More information about the Pkg-ruby-extras-commits
mailing list