[DRE-commits] [SCM] ruby-rc4.git branch, master, updated. upstream/0.1.3-8-g5961c31

Cédric Boutillier cedric.boutillier at gmail.com
Fri Jan 27 22:06:41 UTC 2012


The following commit has been merged in the master branch:
commit 091fe0d6467a5c5a7425e67fb6aa4dc6b0b73ea2
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Fri Jan 27 22:40:02 2012 +0100

    update control file

diff --git a/debian/control b/debian/control
index 1b8e1f7..59997b5 100644
--- a/debian/control
+++ b/debian/control
@@ -4,17 +4,18 @@ 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-rc4.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-rc4.git;a=summary
-Homepage: http://www.caigenichols.com/
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-rc4.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-rc4.git;a=summary
+Homepage: https://github.com/caiges/Ruby-RC4
 XS-Ruby-Versions: all
 
 Package: ruby-rc4
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# rspec (>= 0, development)
-Description: RubyRC4 is a pure Ruby implementation of the RC4 algorithm.
- <insert long description, indented with spaces>
+Description: Ruby library implementing the RC4 algorithm
+ The RC4 encryption algorithm, also known as ARCFOUR is used in popular
+ protocols such as SSL and WEP. This package provides a pure Ruby
+ implementation of this algorithm.

-- 
ruby-rc4.git



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