[DRE-commits] [ruby-valid] 02/02: make lintian happy

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Sep 1 16:14:46 UTC 2015


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

praveen pushed a commit to branch master
in repository ruby-valid.

commit 60e6ac9d97c6a9e4862a34af6ee07786a7704fa0
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Tue Sep 1 21:32:26 2015 +0530

    make lintian happy
---
 debian/changelog             |  4 ++--
 debian/control               | 11 +++++++++--
 debian/copyright             | 38 ++++++++++++++------------------------
 debian/patches/license.patch | 21 +++++++++++++++++++++
 debian/patches/series        |  1 +
 5 files changed, 47 insertions(+), 28 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6483b0d..2549196 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-ruby-valid (1.0.0-1) UNRELEASED; urgency=medium
+ruby-valid (1.0.0-1) experimental; urgency=medium
 
   * Initial release (Closes: #797642)
 
- -- Pirate Praveen <praveen at debian.org>  Tue, 01 Sep 2015 21:08:29 +0530
+ -- Pirate Praveen <praveen at debian.org>  Tue, 01 Sep 2015 21:32:07 +0530
diff --git a/debian/control b/debian/control
index f5fd9d6..8654086 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: A standalone, generic object validator for ruby
- <insert long description, indented with spaces>
+Description: standalone, generic object validator for ruby
+ Validator is a simple ruby validation class. You don't use it directly inside
+ your classes like just about every other ruby validation class out there. This
+ is implemented in this way so you don't automatically pollute the
+ namespace of the objects you want to validate.
+ .
+ This also solves the problem of validating forms very nicely. Frequently you
+ will have a form that represents many different data objects in your system,
+ and you can pre-validate everything before doing any saving.
diff --git a/debian/copyright b/debian/copyright
index 53822fa..d54693e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,33 +3,23 @@ Upstream-Name: valid
 Source: https://github.com/zombor/Validator
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: 2015, Jeremy Bush <contractfrombelow at gmail.com>
+License: ISC
 
 Files: debian/*
 Copyright: 2015 Pirate Praveen <praveen at debian.org>
-License: GPL-2+ (FIXME)
+License: ISC
 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: ISC
+ Permission to use, copy, modify, and/or distribute this software for any
+ purpose with or without fee is hereby granted, provided that the above
+ copyright notice and this permission notice appear in all copies.
  .
- 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.
- .
- 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
- .
- 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'.
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+ PERFORMANCE OF THIS SOFTWARE.
diff --git a/debian/patches/license.patch b/debian/patches/license.patch
new file mode 100644
index 0000000..897d6df
--- /dev/null
+++ b/debian/patches/license.patch
@@ -0,0 +1,21 @@
+From c6d0d8c28bffef29fe12353a6263725bca9dc033 Mon Sep 17 00:00:00 2001
+From: Jeremy Bush <contractfrombelow at gmail.com>
+Date: Tue, 1 Sep 2015 10:09:26 -0500
+Subject: [PATCH] Add ISC license file
+
+---
+ LICENSE | 5 +++++
+ 1 file changed, 5 insertions(+)
+ create mode 100644 LICENSE
+
+diff --git a/LICENSE b/LICENSE
+new file mode 100644
+index 0000000..2172ae9
+--- /dev/null
++++ b/LICENSE
+@@ -0,0 +1,5 @@
++Copyright (c) 2015, Jeremy Bush <contractfrombelow at gmail.com>
++
++Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
++
++THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..419d8bc
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+license.patch

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



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