[DRE-commits] [ruby-fixwhich] 02/03: improve description; copyright; ITP#

Michael Crusoe misterc-guest at moszumanska.debian.org
Sat Oct 3 06:20:13 UTC 2015


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

misterc-guest pushed a commit to branch master
in repository ruby-fixwhich.

commit 41e4bcfec116ac8e444aa7fee27997262fe1bb84
Author: Michael R. Crusoe <crusoe at ucdavis.edu>
Date:   Fri Oct 2 23:15:18 2015 -0700

    improve description; copyright; ITP#
---
 debian/changelog |  2 +-
 debian/control   | 10 ++++++++--
 debian/copyright | 45 +++++++++++++++++++++++----------------------
 3 files changed, 32 insertions(+), 25 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 216537a..47aa07d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 ruby-fixwhich (1.0.2-1) UNRELEASED; urgency=medium
 
-  * Initial release (Closes: #nnnn)
+  * Initial release (Closes: #800742)
 
  -- Michael R. Crusoe <crusoe at ucdavis.edu>  Fri, 02 Oct 2015 22:57:30 -0700
diff --git a/debian/control b/debian/control
index aa7c4aa..982470f 100644
--- a/debian/control
+++ b/debian/control
@@ -22,5 +22,11 @@ Depends: ruby | ruby-interpreter,
          ruby-pathname2 (>= 1.4.4),
          ${misc:Depends},
          ${shlibs:Depends}
-Description: Just the which gem with file permissions fixed
- <insert long description, indented with spaces>
+Description: ruby module that emulates the 'which' program
+ Searches the path, or a provided path with given separators (path_sep,
+ commonly “:”) and a separator for directories (dir_sep, commonly “/”), will
+ return all of the places that filename occurs. `filename' is included as a
+ part of the output.
+ .
+ Note that the filename must both exist in the path and be executable for it to
+ appear in the return value.
diff --git a/debian/copyright b/debian/copyright
index 49d841c..090c8c0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,31 +5,32 @@ Source: http://github.com/Blahah/which
 Files: *
 Copyright: <years> <put author's name and email here>
            <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+License: MIT
 
 Files: debian/*
 Copyright: 2015 Michael R. Crusoe <crusoe at ucdavis.edu>
-License: GPL-2+ (FIXME)
-Comment: the Debian packaging is licensed under the same terms as the original package.
+License: MIT
+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: 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:
  .
- 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-fixwhich.git



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