[DRE-commits] [ruby-mustermann19] 03/03: fix long description, and change MIT to Expat
Lucas Severo Alves
lucassevero-guest at moszumanska.debian.org
Mon Jun 20 20:31:28 UTC 2016
This is an automated email from the git hooks/post-receive script.
lucassevero-guest pushed a commit to branch master
in repository ruby-mustermann19.
commit 64bbe8407d239eac76604e3fb1436e53f37b85e4
Author: Lucas Severo <lucassalves65 at gmail.com>
Date: Mon Jun 20 21:30:26 2016 +0200
fix long description, and change MIT to Expat
---
debian/control | 18 ++++++++----------
debian/copyright | 43 ++++++++++++++++++++-----------------------
2 files changed, 28 insertions(+), 33 deletions(-)
diff --git a/debian/control b/debian/control
index 7aef426..5373d0e 100644
--- a/debian/control
+++ b/debian/control
@@ -8,9 +8,8 @@ Build-Depends: debhelper (>= 9~),
rake,
ruby-rspec,
ruby-rspec-its,
- ruby-sinatra,
- ruby-rack-test,
- fakeroot
+ ruby-sinatra (>= 1.4),
+ ruby-rack-test
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-mustermann19.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-mustermann19.git
@@ -24,10 +23,9 @@ XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
${misc:Depends},
${shlibs:Depends}
-Description: use patterns like regular expressions
- Library implementing patterns that behave like regular expressions for use in
- Ruby 1.9
- Given a string pattern, Mustermann will turn it into an object that behaves
- like a regular expression and has comparable performance characteristics
- Mustermann keeps its runtime dependencies to a minimum and is fully covered
- with specs and documentation
+Description: module that allows one to use patterns like regular expressions
+ Mustermann19 is a library implementing patterns that behave like regular
+ expressions for use in Ruby 1.9. Given a string pattern, Mustermann will turn
+ it into an object that behaves like a regular expression and has comparable
+ performance characteristics. Mustermann keeps its runtime dependencies to a
+ minimum and is fully covered with specs and documentation.
diff --git a/debian/copyright b/debian/copyright
index 7816fbb..bc589ab 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,31 +4,28 @@ Source: https://github.com/namusyaka/mustermann
Files: *
Copyright: 2013 Konstantin Haase
-License: MIT
+License: Expat
Files: debian/*
Copyright: 2016 Lucas Severo <lucassalves65 at gmail.com>
-License: MIT
+License: Expat
Comment: the Debian packaging is licensed under the same terms as the original package.
-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.
+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.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-mustermann19.git
More information about the Pkg-ruby-extras-commits
mailing list