[DRE-commits] [ruby-memoizable] 04/09: update deps, uncomment vcs, improve description
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Tue Apr 22 06:27:14 UTC 2014
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-memoizable.
commit a38037d7162246278043f1cc86e51f1db05402df
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Tue Apr 22 10:57:37 2014 +0530
update deps, uncomment vcs, improve description
---
debian/control | 19 ++++++++++++-------
1 file changed, 12 insertions(+), 7 deletions(-)
diff --git a/debian/control b/debian/control
index 015f531..ded3a11 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,22 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~),
+ ruby-thread-safe
Standards-Version: 3.9.5
-#Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-memoizable.git
-#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-memoizable.git;a=summary
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-memoizable.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-memoizable.git;a=summary
Homepage: https://github.com/dkubb/memoizable
XS-Ruby-Versions: all
Package: ruby-memoizable
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# thread_safe (>= 0.3.1, ~> 0.3), bundler (>= 1.5.3, ~> 1.5, development)
-Description: Memoize method return values
- Memoize method return values
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
+ ruby-thread-safe
+Description: memoize method return values
+ Memoization is an optimization that saves the return value of a method
+ so it doesn't need to be re-computed every time that method is called.
+ .
+ Learn more about its rationale and usage at
+ /usr/share/ruby-memoizable/README.md
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-memoizable.git
More information about the Pkg-ruby-extras-commits
mailing list