[DRE-commits] [ruby-autoparse] 02/02: Fix control and other metadata files

Balasankar C balasankarc-guest at moszumanska.debian.org
Mon Jun 19 10:27:30 UTC 2017


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

balasankarc-guest pushed a commit to branch master
in repository ruby-autoparse.

commit 8e120316763a9b225ea9b675dbfd0993c6a0edb5
Author: Balasankar C <balasankarc at autistici.org>
Date:   Sun Jun 18 19:41:24 2017 +0530

    Fix control and other metadata files
---
 debian/changelog |  4 ++--
 debian/control   |  7 ++++---
 debian/copyright | 37 +++++++++++++++----------------------
 3 files changed, 21 insertions(+), 27 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3ee6750..8bac542 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-ruby-autoparse (0.3.3-1) UNRELEASED; urgency=medium
+ruby-autoparse (0.3.3-1) unstable; urgency=medium
 
-  * Initial release (Closes: #nnnn)
+  * Initial release (Closes: #864996)
 
  -- Balasankar C <balasankarc at autistici.org>  Sun, 18 Jun 2017 18:55:45 +0530
diff --git a/debian/control b/debian/control
index 7465e35..934317e 100644
--- a/debian/control
+++ b/debian/control
@@ -26,6 +26,7 @@ Depends: ruby | ruby-interpreter,
          ruby-multi-json (>= 1.0.0),
          ${misc:Depends},
          ${shlibs:Depends}
-Description: A parsing system based on JSON Schema.
- An implementation of the JSON Schema specification. Provides automatic parsing
- for any given JSON Schema.
+Description: provides automatic parsing for any given JSON Schema
+ This package provides the gem autoparse, a parsing system based on JSON
+ Schema. It is an implementation of the JSON Schema specification and can
+ be used for automatically parsing any JSON Schema.
diff --git a/debian/copyright b/debian/copyright
index f8eaf37..7237910 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,33 +3,26 @@ Upstream-Name: autoparse
 Source: http://autoparse.rubyforge.org/
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: 2010 Google Inc
+License: Apache-2.0
 
 Files: debian/*
 Copyright: 2017 Balasankar C <balasankarc at autistici.org>
-License: GPL-2+ (FIXME)
+License: Apache-2.0
 Comment: the Debian packaging is licensed under the same terms as the original package.
 
-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.
+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
  .
- 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.
+     http://www.apache.org/licenses/LICENSE-2.0
  .
- 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
+ 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 GNU General Public
- License version 2 can be found in the file
- `/usr/share/common-licenses/GPL-2'.
+ On Debian systems, the complete text of the Apache License 2.0 can
+ be found in "/usr/share/common-licenses/Apache-2.0"

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



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