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

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Aug 15 09:45:57 UTC 2016


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

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

commit bad3bab46426d5c88c61c34767882c0f0b0f784f
Author: Pirate Praveen <praveen at debian.org>
Date:   Mon Aug 15 14:56:11 2016 +0530

    make lintian happy
---
 debian/changelog       |  4 ++--
 debian/control         |  2 +-
 debian/copyright       | 46 ++++++++++++++++++++++++----------------------
 debian/ruby-tests.rake |  2 +-
 4 files changed, 28 insertions(+), 26 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7f22a03..ac188d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-ruby-sys-filesystem (1.1.7-1) UNRELEASED; urgency=medium
+ruby-sys-filesystem (1.1.7-1) unstable; urgency=medium
 
   * Initial release (Closes: #834341)
 
- -- Pirate Praveen <praveen at debian.org>  Mon, 15 Aug 2016 14:32:28 +0530
+ -- Pirate Praveen <praveen at debian.org>  Mon, 15 Aug 2016 14:30:57 +0530
diff --git a/debian/control b/debian/control
index afb71f7..c1a5371 100644
--- a/debian/control
+++ b/debian/control
@@ -21,6 +21,6 @@ Depends: ruby | ruby-interpreter,
          ruby-ffi,
          ${misc:Depends},
          ${shlibs:Depends}
-Description: A Ruby interface for getting file system information.
+Description: ruby interface for getting file system information.
  The sys-filesystem library provides a cross-platform interface for
  gathering filesystem information, such as disk space and mount point data.
diff --git a/debian/copyright b/debian/copyright
index c64e50e..060edfa 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,33 +3,35 @@ Upstream-Name: sys-filesystem
 Source: https://github.com/djberg96/sys-filesystem
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: 2003-2016 Daniel J. Berger
+License: Artistic
 
 Files: debian/*
 Copyright: 2016 Pirate Praveen <praveen at debian.org>
-License: GPL-2+ (FIXME)
+License: Artistic
 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: Artistic
+ License
+ Artistic 2.0
  .
- 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.
+ Contributions
+ Although this library is free, please consider having your company
+ setup a gittip if used by your company professionally.
  .
- 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
+ http://www.gittip.com/djberg96/
  .
- 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'.
+ Copyright
+ (C) 2003-2016 Daniel J. Berger
+ All Rights Reserved
+ .
+ Warranty
+ This library is provided "as is" and without any express or
+ implied warranties, including, without limitation, the implied
+ warranties of merchantability and fitness for a particular purpose.
+ .
+ Author
+ Daniel J. Berger Warranty
+ .
+ On Debian systems, the full text of the Artistic License can be found in the
+ file `/usr/share/common-licenses/Artistic'.
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 63f3fd6..c092abd 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -2,5 +2,5 @@ require 'gem2deb/rake/testtask'
 
 Gem2Deb::Rake::TestTask.new do |t|
   t.libs = ['test']
-  t.test_files = FileList['test/**/*_test.rb'] + FileList['test/**/test_*.rb']
+  t.test_files = FileList['test/**/test_*.rb'] - FileList['test/**/test_*_windows.rb']
 end

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



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