[DRE-commits] [ruby-uuid] 02/06: update description, uncomment vcs, add depends

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Oct 21 18:17:10 UTC 2014


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository ruby-uuid.

commit 8d1fa7bef128f78877591cd43a7b6a7baf0a69e8
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Tue Oct 21 23:43:29 2014 +0530

    update description, uncomment vcs, add depends
---
 debian/control | 28 +++++++++++++++++++---------
 1 file changed, 19 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index 15fb369..30cfc6b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,11 @@ 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.9.0~)
-Standards-Version: 3.9.5
-#Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-uuid.git
-#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-uuid.git;a=summary
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.9.0~), ruby-macaddr,
+ ruby-mocha
+Standards-Version: 3.9.6
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-uuid.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-uuid.git;a=summary
 Homepage: http://github.com/assaf/uuid
 Testsuite: autopkgtest
 XS-Ruby-Versions: all
@@ -14,8 +15,17 @@ XS-Ruby-Versions: all
 Package: ruby-uuid
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# macaddr (~> 1.0)
-Description: UUID generator
- UUID generator for producing universally unique identifiers based on RFC 4122
- (http://www.ietf.org/rfc/rfc4122.txt).
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
+ ruby-macaddr
+Description: UUID generator for Ruby
+ UUID generator for producing universally unique identifiers based on RFC 4122.
+ These identifiers are useful in distributed applications like diaspora.
+ .
+ A UUID is 128 bit long, and consists of a 60-bit time value, a 16-bit
+ sequence number and a 48-bit node identifier.
+ .
+ To guarantee that UUIDs are unique across all machines in the network,
+ the IEEE 802 MAC address of the machine's network interface card is used as
+ the node identifier.
+ .
+ Learn more about using this library from /usr/share/ruby-uuid/README.rdoc

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-uuid.git



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