[DRE-commits] [SCM] ohai.git branch, master, updated. upstream/0.6.10-10-ga48fa5b

Praveen Arimbrathodiyil pravi.a at gmail.com
Wed Feb 1 18:42:10 UTC 2012


The following commit has been merged in the master branch:
commit cb060585e7459a8077961df8c00ae277cb3ce210
Author: Praveen Arimbrathodiyil <pravi.a at gmail.com>
Date:   Wed Feb 1 22:53:45 2012 +0530

    updating control file
    
    - adding myself to uploaders
    - new build dependencies added for tests
    - uncomment vcs fields
    - build only for ruby1.8
    - update descriptions
    - add transitional packages

diff --git a/debian/control b/debian/control
index 9ed913a..a316e40 100644
--- a/debian/control
+++ b/debian/control
@@ -2,19 +2,57 @@ Source: ohai
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders:  <>
+Uploaders: Joshua Timberman <joshua at opscode.com>, Praveen Arimbrathodiyil <pravi.a 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-mixlib-config, ruby-mixlib-log, ruby-mixlib-cli, 
+ ruby-systemu, ruby-yajl, ruby-rspec, ruby-sigar
 Standards-Version: 3.9.2
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ohai.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ohai.git;a=summary
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ohai.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ohai.git;a=summary
 Homepage: http://wiki.opscode.com/display/chef/Ohai
-XS-Ruby-Versions: all
+XS-Ruby-Versions: ruby1.8
 
 Package: ohai
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# yajl-ruby (>= 0), systemu (~> 2.2.0), mixlib-cli (>= 0), mixlib-config (>= 0), mixlib-log (>= 0), rspec-core (>= 0, development), rspec-expectations (>= 0, development), rspec-mocks (>= 0, development), sigar (>= 0, development)
-Description: Ohai profiles your system and emits JSON
- Ohai profiles your system and emits JSON
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8 
+Replaces: libohai-ruby (<< 0.6.10-1~), libohai-ruby1.8 (<< 0.6.10-1~), ohai-doc (<< 0.6.10-1~)
+Breaks: libohai-ruby (<< 0.6.10-1~), libohai-ruby1.8 (<< 0.6.10-1~), ohai-doc (<< 0.6.10-1~)
+Provides: libohai-ruby, libohai-ruby1.8, ohai-doc
+Description: Detects data about your operating system and reports it in JSON
+ Information about your system is collected and returned as multidimensional
+ attributes in JSON format. The following information is captured:
+   * Operating system and kernel
+   * Filesystems in use
+   * Network configuration and statistics
+   * Available languages
+   * Virtualization
+
+# Transitional packages
+Package: libohai-ruby
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ohai
+Description: Transitional package for ohai
+ This is a transitional package to ease upgrades to the ohai
+ package. It can safely be removed.
+
+Package: libohai-ruby1.8
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ohai
+Description: Transitional package for ohai
+ This is a transitional package to ease upgrades to the ohai
+ package. It can safely be removed.
+
+Package: ohai-doc
+Section: oldlibs
+Priority: extra
+Architecture: all
+Depends: ${misc:Depends}, ohai
+Description: Transitional package for ohai
+ This is a transitional package to ease upgrades to the ohai
+ package. It can safely be removed.

-- 
ohai.git



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