[DRE-commits] [ruby-multi-test] 04/06: update control and changelog files
Cédric Boutillier
boutil at moszumanska.debian.org
Sat May 10 06:34:05 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-multi-test.
commit 908a9ccb95c1358166edba3dcf62f08b4a57f9fd
Author: Cédric Boutillier <boutil at debian.org>
Date: Sat May 10 08:22:55 2014 +0200
update control and changelog files
---
debian/changelog | 4 ++--
debian/control | 14 ++++++++++----
2 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5c02ef4..7e66d6f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-ruby-multi-test (0.1.1-1) UNRELEASED; urgency=medium
+ruby-multi-test (0.1.1-1) unstable; urgency=medium
- * Initial release (Closes: #nnnn)
+ * Initial release
-- Cédric Boutillier <boutil at debian.org> Sun, 20 Apr 2014 15:29:02 +0200
diff --git a/debian/control b/debian/control
index b937403..8892025 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.al
Uploaders: Cédric Boutillier <boutil at debian.org>
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~)
Standards-Version: 3.9.5
-#Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-multi-test.git
-#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-multi-test.git;a=summary
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-multi-test.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-multi-test.git;a=summary
Homepage: http://cukes.info
XS-Ruby-Versions: all
@@ -14,5 +14,11 @@ Package: ruby-multi-test
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Description: multi-test-0.1.1
- Wafter-thin gem to help control rogue test/unit/autorun requires
+Description: library to control autorun feature of test frameworks
+ This library provides a uniform interface onto whatever testing library has
+ been loaded into a running Ruby process. It can be used for example to
+ deactivate the autorun feature of those testing frameworks in a unified way.
+ Supported test frameworks are RSpec, test/unit, and minitest.
+ .
+ It is used to run the test suite of the cucumber package.
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-multi-test.git
More information about the Pkg-ruby-extras-commits
mailing list