[DRE-commits] [ruby-toml] 01/01: Fix copyright, control, ruby-toml.docs

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Mon Feb 3 11:25:29 UTC 2014


This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository ruby-toml.

commit 8109b0e08f867344076951456bd99fe801b2ca77
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Mon Feb 3 20:25:22 2014 +0900

    Fix copyright, control, ruby-toml.docs
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
 debian/control        | 9 +++++++--
 debian/copyright      | 5 +++--
 debian/ruby-toml.docs | 3 +--
 3 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 9694afe..4640a40 100644
--- a/debian/control
+++ b/debian/control
@@ -17,5 +17,10 @@ Package: ruby-toml
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-parslet (>= 1.5.0)
-Description: Parse your TOML.
- Parse your TOML, seriously.
+Description: TOML Parser library for Ruby
+ TOML aims to be a minimal configuration file format that's easy to read
+ due to obvious semantics. TOML is designed to map unambiguously to a
+ hash table. TOML should be easy to parse into data structures in a wide
+ variety of languages.
+ .
+ This package provides TOML parser for Ruby.
diff --git a/debian/copyright b/debian/copyright
index 7eaf98f..882f064 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,8 +3,9 @@ Upstream-Name: toml
 Source: http://github.com/jm/toml
 
 Files: *
-Copyright: Tom Preston-Werner
-           <years> <likewise for another author>
+Copyright: 2013 Jeremy McAnally
+           2013 Dirk Gadsden
+           2013 Tom Preston-Werner
 License: Expat
 
 Files: debian/*
diff --git a/debian/ruby-toml.docs b/debian/ruby-toml.docs
index 07b3c9e..b43bf86 100644
--- a/debian/ruby-toml.docs
+++ b/debian/ruby-toml.docs
@@ -1,2 +1 @@
-# FIXME: READMEs found
-# README.md
+README.md

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-toml.git



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