[DRE-commits] [ruby-simple-form] 01/02: Finish packaging

Antonio Terceiro terceiro at moszumanska.debian.org
Thu Nov 19 11:21:56 UTC 2015


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

terceiro pushed a commit to branch master
in repository ruby-simple-form.

commit dbfd7e6f31708d73684841846c62eb20352b5964
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Thu Nov 19 08:37:36 2015 -0200

    Finish packaging
---
 debian/control   | 13 +++++++++----
 debian/copyright | 43 ++++++++++++++++++++-----------------------
 2 files changed, 29 insertions(+), 27 deletions(-)

diff --git a/debian/control b/debian/control
index 3df8c69..3145522 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,12 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Antonio Terceiro <terceiro at debian.org>
-Build-Depends: debhelper (>= 9~),
+Build-Depends: bundler,
+               debhelper (>= 9~),
                gem2deb,
                ruby-actionpack (>= 2:4.0),
-               ruby-activemodel (>= 2:4.0)
+               ruby-activemodel (>= 2:4.0),
+               rails (>= 2:4.0),
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-simple-form.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-simple-form.git
@@ -22,5 +24,8 @@ Depends: ruby | ruby-interpreter,
          ruby-activemodel (>= 2:4.0),
          ${misc:Depends},
          ${shlibs:Depends}
-Description: Forms made easy!
- Forms made easy!
+Description: library to simplify the creation of forms in Rails applications
+ Simple Form provides a stack of components that can be invoked to create
+ complete HTML inputs on Rails application , which by default contains label,
+ hints, errors and the input itself. Simple Form reduces duplication and helps
+ having a consistent form usage across the application.
diff --git a/debian/copyright b/debian/copyright
index 8a369ef..f603cdf 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,33 +3,30 @@ Upstream-Name: simple_form
 Source: https://github.com/plataformatec/simple_form
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: (c) 2009-2015 Plataformatec http://plataformatec.com.br/
+License: Expat
 
 Files: debian/*
 Copyright: 2015 Antonio Terceiro <terceiro at debian.org>
-License: GPL-2+ (FIXME)
+License: Expat
 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: Expat
+ 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:
  .
- 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.
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
  .
- 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", 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-simple-form.git



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