[DRE-commits] [ruby-test-unit-context] 01/01: Fix description and copyright

Balasankar C balasankarc-guest at moszumanska.debian.org
Sun Mar 1 14:29:15 UTC 2015


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

balasankarc-guest pushed a commit to branch master
in repository ruby-test-unit-context.

commit ef54d6d9a9d6914071104934183a1f81cf78cf33
Author: Balasankar C <balasankarc at autistici.org>
Date:   Sun Mar 1 19:45:00 2015 +0530

    Fix description and copyright
---
 debian/control          |  9 ++++-----
 debian/copyright        | 29 +++++------------------------
 debian/tests/control.ex | 13 -------------
 3 files changed, 9 insertions(+), 42 deletions(-)

diff --git a/debian/control b/debian/control
index 116e7e8..ecd16f5 100644
--- a/debian/control
+++ b/debian/control
@@ -15,8 +15,7 @@ Package: ruby-test-unit-context
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-test-unit
-Description: Context for Test::Unit (2.x)
- Makes Test::Unit::TestCases 'contextable' and thus much  easier to read and 
- write. If you've seen RSpec than it's the very same 'context do ... end' 
- re-invendet for Test::Unit. Inspired by gem 'context' that does the same for 
- the 'old' Test::Unit 1.2.3 bundled with Ruby 1.8.x standard libraries.
+Description: context for the Test::Unit Ruby testing framework
+ This gem makes Test::Unit::TestCases 'contextable' and thus much easier to 
+ read and write. It is the implementation of 'context do ... end' from RSpec 
+ for Test::Unit. 
diff --git a/debian/copyright b/debian/copyright
index d9fdfaf..c2f41be 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,37 +4,18 @@ Source: https://github.com/kares/test-unit-context
 
 Files: *
 Copyright: 2012 Karol Bucek (http://kares.org)
-License: ASL-2.0
+License: Apache-2.0
 
 Files: debian/*
 Copyright: 2015 Balasankar C <balasankarc at autistici.org>
-License: GPL-3.0+
+License: Apache-2.0
 
-License: ASL-2.0
+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
  .
     http://www.apache.org/licenses/LICENSE-2.0
  .
- 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.
-
-License: GPL-3.0+
- 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 3 of the License, or (at your option) any later
- version.
- .
- This package 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.
- .
- You should have received a copy of the GNU General Public License along with
- this program. If not, see <http://www.gnu.org/licenses/>.
- .
- On Debian systems, the complete text of the GNU General Public License version
- 3 can be found in "/usr/share/common-licenses/GPL-3".
+ On Debian systems, the full text of the Apache License version 2.0 can be
+ found in the file `/usr/share/common-licenses/Apache-2.0'.`
diff --git a/debian/tests/control.ex b/debian/tests/control.ex
deleted file mode 100644
index 429a392..0000000
--- a/debian/tests/control.ex
+++ /dev/null
@@ -1,13 +0,0 @@
-# AUTOGENERATED FILE
-#
-# As of autopkgtest 3.5, Ruby packages that use gem2deb are automatically
-# detected, and if debian/tests/control does not exist the contents below will
-# be assumed (with the exception of gem2deb being filtered out from
-# @builddeps@):
-
-Test-Command: gem2deb-test-runner --autopkgtest 2>&1
-Depends: @, @builddeps@, gem2deb-test-runner
-
-# if you would need to change something to the above, to that and rename this
-# file to `control`. Otherwise, you should probably delete this file
-# (recommended).

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-test-unit-context.git



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