[DRE-commits] [ruby-ya2yaml] 01/01: Initial debianization

Micah Anderson micah at moszumanska.debian.org
Fri Nov 11 14:36:36 UTC 2016


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

micah pushed a commit to branch master
in repository ruby-ya2yaml.

commit e57a5c0a48cd4a9430bedf165d010f51299fff07
Author: Micah Anderson <micah at riseup.net>
Date:   Fri Nov 11 09:04:45 2016 -0500

    Initial debianization
---
 debian/changelog |  6 +++---
 debian/control   |  8 +++++---
 debian/copyright | 31 ++++++++++++++++++++++++-------
 3 files changed, 32 insertions(+), 13 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f3a49c0..173b250 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-ruby-ya2yaml (0.31-1) UNRELEASED; urgency=medium
+ruby-ya2yaml (0.31-1) unstable; urgency=medium
 
-  * Initial release (Closes: #nnnn)
+  * Initial release (Closes: #843986)
 
- -- micah <micah at muck.riseup.net>  Thu, 10 Nov 2016 23:15:35 -0500
+ -- Micah Anderson <micah at debian.org>  Thu, 10 Nov 2016 23:15:35 -0500
diff --git a/debian/control b/debian/control
index e904198..4cb55f9 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: ruby-ya2yaml
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: <>
+Uploaders: Micah Anderson <micah at debian.org>
 Build-Depends: debhelper (>= 9~),
                gem2deb,
                rake
@@ -19,5 +19,7 @@ XB-Ruby-Versions: ${ruby:Versions}
 Depends: ruby | ruby-interpreter,
          ${misc:Depends},
          ${shlibs:Depends}
-Description: An UTF8 safe YAML dumper.
- Ya2YAML is "yet another to_yaml". It emits YAML document with complete UTF8 support (string/binary detection, "\u" escape sequences and Unicode specific line breaks).
+Description: UTF8 safe YAML dumper
+ Ya2YAML is "yet another to_yaml". It emits YAML document with complete
+ UTF8 support (string/binary detection, "\u" escape sequences and Unicode
+ specific line breaks).
diff --git a/debian/copyright b/debian/copyright
index 8993785..ff05bb4 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,16 +3,14 @@ Upstream-Name: ya2yaml
 Source: http://rubyforge.org/projects/ya2yaml/
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: 2006 Akira FUNAI <funai.akira at gmail.com>
+License: MIT
 
 Files: debian/*
-Copyright: 2016  <>
-License: GPL-2+ (FIXME)
-Comment: the Debian packaging is licensed under the same terms as the original package.
+Copyright: 2016 Micah Anderson <micah at debian.org>
+License: GPL-2+
 
-License: GPL-2+ (FIXME)
+License: GPL-2+
  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
@@ -33,3 +31,22 @@ License: GPL-2+ (FIXME)
  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'.
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and associated documentation files (the "Software"),
+ to deal in the Software without restriction, including without limitation
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ and/or sell copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+ THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.

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



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