[DRE-commits] [ruby-macaddr] 02/07: fine tune control file

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Oct 20 17:10:38 UTC 2014


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

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

commit 235870c77bc6022771ee38acd3ea6fd0a4dcf283
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Mon Oct 20 22:22:41 2014 +0530

    fine tune control file
    
    - add description
    - uncomment vcs
    - update dependencies
---
 debian/control | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 5625b89..f5d8686 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,10 @@ 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~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.9.0~), ruby-systemu
 Standards-Version: 3.9.5
-#Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-macaddr.git
-#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-macaddr.git;a=summary
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-macaddr.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-macaddr.git;a=summary
 Homepage: https://github.com/ahoward/macaddr
 Testsuite: autopkgtest
 XS-Ruby-Versions: all
@@ -14,7 +14,10 @@ XS-Ruby-Versions: all
 Package: ruby-macaddr
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# systemu (~> 2.6.2)
-Description: macaddr
- cross platform mac address determination for ruby
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-systemu
+Description: library to read system mac address
+ cross platform mac address determination for ruby.
+ .
+ This is useful for generating unique identification numbers (uuid).
+ .
+ Read /usr/share/ruby-macaddr/README for more info.

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



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