[DRE-commits] [ruby-peach] 01/01: Update packaging
Lucas Nussbaum
lucas at moszumanska.debian.org
Thu May 7 07:19:03 UTC 2015
This is an automated email from the git hooks/post-receive script.
lucas pushed a commit to branch master
in repository ruby-peach.
commit d0908f2b883b2551704487d4ca3bf933a765bde3
Author: Lucas Nussbaum <lucas at debian.org>
Date: Thu May 7 09:17:07 2015 +0200
Update packaging
---
debian/changelog | 8 ++++++++
debian/control | 6 ++++--
debian/rules | 2 +-
3 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index cd518cc..f4f8293 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ruby-peach (0.5.1-3) unstable; urgency=medium
+
+ * Upload to unstable now that jessie is released.
+ * Fix Homepage field.
+ * Increase the length of the description to avoid a lintian warning.
+
+ -- Lucas Nussbaum <lucas at debian.org> Thu, 07 May 2015 09:15:41 +0200
+
ruby-peach (0.5.1-3~exp1) experimental; urgency=medium
* Team upload.
diff --git a/debian/control b/debian/control
index b666b93..bc2769f 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 7.0.50~),
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-peach.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-peach.git
-Homepage: https://github.com/schleyfox
+Homepage: https://github.com/schleyfox/peach
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
@@ -21,4 +21,6 @@ Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends}
Description: parallel execution of each and map in Ruby
- This module provides parallel versions of the each and map methods.
+ This Ruby module provides parallel (multi-threaded) versions of the each and
+ map methods. This makes it each to (almost transparently) parallelize such
+ loops.
diff --git a/debian/rules b/debian/rules
index a5e7dc8..5e904b3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
#
# Uncomment to ignore some test failures (but the tests will run anyway).
# Valid values:
-#export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems
+#export DH_RUBY_IGNORE_TESTS=ruby2.1
#
# If you need to specify the .gemspec (eg there is more than one)
#export DH_RUBY_GEMSPEC=gem.gemspec
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-peach.git
More information about the Pkg-ruby-extras-commits
mailing list