[DRE-commits] [ruby-mousetrap-rails] 02/06: update copyright, description, itps

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Jul 6 12:05:20 UTC 2015


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

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

commit 94efeae92cb9726f5329b39d693c535692f5c31e
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Mon Jul 6 17:30:30 2015 +0530

    update copyright, description, itps
---
 debian/changelog |  4 ++--
 debian/control   | 22 +++++++++++++++----
 debian/copyright | 66 +++++++++++++++++++++++++++++++++++---------------------
 3 files changed, 61 insertions(+), 31 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4dc2832..9c18487 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 ruby-mousetrap-rails (1.4.6-1) UNRELEASED; urgency=medium
 
-  * Initial release (Closes: #790850)
+  * Initial release (Closes: #790850,#703065))
 
- -- Pirate Praveen <praveen at debian.org>  Mon, 06 Jul 2015 17:28:01 +0530
+ -- Pirate Praveen <praveen at debian.org>  Thu, 02 Jul 2015 16:41:04 +0530
diff --git a/debian/control b/debian/control
index f2eb78b..4549348 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Pirate Praveen <praveen at debian.org>
 Build-Depends: debhelper (>= 7.0.50~),
                gem2deb,
                rake,
-               ruby-rspec
+               ruby-rspec,
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-mousetrap-rails.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-mousetrap-rails.git
@@ -17,8 +17,22 @@ XS-Ruby-Versions: all
 Package: ruby-mousetrap-rails
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ruby | ruby-interpreter,
+Depends: ruby | ruby-interpreter, libjs-mousetrap,
          ${misc:Depends},
          ${shlibs:Depends}
-Description: Integrate Mousetrap javascript library with Rails Asset Pipeline
- Mousetrap is a javascript library for handling keyboard shortcuts in your web applications. This gem integrates Mousetrap with Rails asset pipeline for easy of use.
+Description: integrate Mousetrap javascript library with Rails Asset Pipeline
+ Mousetrap is a javascript library for handling keyboard shortcuts in your web
+ applications. This gem integrates Mousetrap with Rails asset pipeline for easy
+ of use.
+ .
+ Learn more at /usr/share/doc/ruby-mousetrap-rails/README.md.gz
+
+Package: libjs-mousetrap
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: handle keyboard shortcuts in javascript
+ Mousetrap is a simple library for handling keyboard shortcuts in Javascript.
+ It is a standalone library with no external dependencies. It weighs in at
+ around 2kb minified and gzipped and 4.5kb minified.
+ .
+ Learn more at https://craig.is/killing/mice
diff --git a/debian/copyright b/debian/copyright
index b5cdcc3..7cd5bad 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,35 +1,51 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: mousetrap-rails
-Source: FIXME <http://example.com/>
+Source: http://rubygems.org/gems/mousetrap-rails
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: 2012—2013 Nick Kugaevsky
+License: Expat
+
+Files: vendor/assets/javascripts/*
+Copyright: 2012 Craig Campbell
+License: Apache-2.0
 
 Files: debian/*
-Copyright: 2015 Pirate Praveen <praveen at debian.org>
-License: GPL-2+ (FIXME)
-Comment: the Debian packaging is licensed under the same terms as the original package.
+Copyright: 2015 Praveen Arimbrathodiyil <praveen at debian.org>
+License: Expat
+
+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:
+ .
+ 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.
 
-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'.
+ You can find a complete copy of Apache 2.0 at
+ /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-mousetrap-rails.git



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