[DRE-commits] [ruby-clean-test] 01/01: initial packaging

Micah Anderson micah at moszumanska.debian.org
Tue Nov 29 17:02:58 UTC 2016


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

micah pushed a commit to branch master
in repository ruby-clean-test.

commit 58595038fe1efe635d95b763f960eb2bc7936971
Author: Micah Anderson <micah at riseup.net>
Date:   Tue Nov 29 11:43:52 2016 -0500

    initial packaging
---
 debian/changelog |  6 +++---
 debian/control   | 15 +++++++++++----
 debian/copyright | 30 ++++++++++++++++++++++--------
 3 files changed, 36 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b88a901..dce704d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-ruby-clean-test (1.0.0-1) UNRELEASED; urgency=medium
+ruby-clean-test (1.0.0-1) unstable; urgency=medium
 
-  * Initial release (Closes: #nnnn)
+  * Initial release (Closes: #846258)
 
- -- micah <micah at muck.riseup.net>  Tue, 29 Nov 2016 11:30:04 -0500
+ -- Micah Anderson <micah at debian.org>  Tue, 29 Nov 2016 11:30:04 -0500
diff --git a/debian/control b/debian/control
index b5b51dc..3b8cae6 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: ruby-clean-test
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: <>
+Uploaders: Micah Anderson <micah at debian.org>
 Build-Depends: debhelper (>= 9~),
                gem2deb,
                rake,
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9~),
 Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-clean-test.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-clean-test.git
-Homepage:
+Homepage: http://naildrivin5.com/clean_test
 Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
@@ -21,5 +21,12 @@ Depends: ruby | ruby-interpreter,
          ruby-faker,
          ${misc:Depends},
          ${shlibs:Depends}
-Description: Clean up your Test::Unit tests
- You can easily make your plain Ruby Test::Unit test cases clean and clear with Given/When/Then, placeholder values, and textual descriptions without resorting to metaprogramming or complex frameworks.  Use as much or as little as you like
+Description: Get unit tests readable and fluent
+ This library is a set of small, simple tools to make your Test::Unit test cases
+ easy to understand. This isn't a massive change in how you write tests, but
+ simply some helpful things will make your tests easier to read.
+ .
+ The main problems this library solves are: understanding what part of a test
+ method is setup, test, and evaluation; understanding what elements of a test
+ are relevant to the test, and which are arbitrary placeholders; removing the
+ requirement that your tests are method names.
diff --git a/debian/copyright b/debian/copyright
index 5c24c08..28cd9a0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,18 +1,32 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: clean_test
-Source:
+Source: https://github.com/davetron5000/clean_test
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: 2012 Dave Copeland <davetron5000 at gmail.com>
+License: Apache-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.
+ .
+ On Debian systems, the complete text of the Apache License 2.0 can
+ be found in "/usr/share/common-licenses/Apache-2.0"
 
 Files: debian/*
-Copyright: 2016  <>
-License: GPL-2+ (FIXME)
-Comment: the Debian packaging is licensed under the same terms as the original package.
+Copyright: 2016 Micah Anderson <micah at debian.org
+License: GPL-2+
 
-License: GPL-2+ (FIXME)
+License: GPL-2+
  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

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



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