[DRE-commits] [SCM] ruby-blankslate.git branch, master, updated. upstream/2.1.2.4-4-g3500300
Cédric Boutillier
cedric.boutillier at gmail.com
Sat Dec 31 14:40:34 UTC 2011
The following commit has been merged in the master branch:
commit cf20eec325aaca7962a420bc6610f06866fe8133
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date: Sat Dec 31 15:10:24 2011 +0100
update control
diff --git a/debian/control b/debian/control
index e93fe1d..d407e4f 100644
--- a/debian/control
+++ b/debian/control
@@ -4,10 +4,10 @@ Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Cédric Boutillier <cedric.boutillier at gmail.com>
DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~), ruby-rspec
Standards-Version: 3.9.2
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-blankslate.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-blankslate.git;a=summary
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-blankslate.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-blankslate.git;a=summary
Homepage: http://github.com/masover/blankslate
XS-Ruby-Versions: all
@@ -15,6 +15,10 @@ Package: ruby-blankslate
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# rspec (>= 0, development), bundler (>= 0, development)
-Description: BlankSlate extracted from Builder.
- <insert long description, indented with spaces>
+Description: Ruby library providing a class with no predefined methods
+ BlankSlate provides an abstract base class with no predefined
+ methods (except for __send__ and __id__).
+ .
+ BlankSlate is useful as a base class when writing classes that
+ depend upon method_missing (e.g. dynamic proxies).
+
--
ruby-blankslate.git
More information about the Pkg-ruby-extras-commits
mailing list