[DRE-commits] [SCM] ruby-mixlib-config.git branch, master, updated. upstream/1.1.2-8-ge4afebe

Praveen Arimbrathodiyil pravi.a at gmail.com
Wed Sep 21 18:07:56 UTC 2011


The following commit has been merged in the master branch:
commit 333a3daa8509eee312ab5d1d10b5d31b98861f01
Author: Praveen Arimbrathodiyil <pravi.a at gmail.com>
Date:   Wed Sep 21 23:07:08 2011 +0530

    transition to gem2deb
    
     - update uploaders field
     - uncomment vcs field
     - provide transitional packages
     - update homepage
     - add ruby-rspec as dependency

diff --git a/debian/control b/debian/control
index 3642f0d..31745d1 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,40 @@ Source: ruby-mixlib-config
 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>, Paul van Tilburg <paulvt at debian.org>, Praveen Arimbrathodiyil <pravi.a at gmail.com>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.9~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.9~), ruby-rspec
+Replaces: libmixlib-config-ruby (<< 1.1.2-2~), libmixlib-config-ruby1.8 (<< 1.1.2-2~)
+Breaks: libmixlib-config-ruby (<< 1.1.2-2~), libmixlib-config-ruby1.8 (<< 1.1.2-2~)
+Provides: libmixlib-config-ruby, libmixlib-config-ruby1.8
 Standards-Version: 3.9.2
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-mixlib-config.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-mixlib-config.git;a=summary
-Homepage: http://www.opscode.com
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-mixlib-config.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-mixlib-config.git;a=summary
+Homepage: https://github.com/opscode/mixlib-config
 XS-Ruby-Versions: all
 
 Package: ruby-mixlib-config
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Description: A class based config mixin, similar to the one found in Chef.
- <insert long description, indented with spaces>
+Description: Simple class based config mechanism for Ruby
+ Mixlib-config provides a class based object to store and manipulate
+ configuration values. A file can be read in to populate the object,
+ and values can be set and read from the internal hash using methods.
+
+Package: libmixlib-config-ruby
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-mixlib-config
+Description: Transitional package for ruby-mixlib-config
+ This is a transitional package to ease upgrades to the ruby-mixlib-config
+ package. It can safely be removed.
+
+Package: libmixlib-config-ruby1.8
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-mixlib-config
+Description: Transitional package for ruby-mixlib-config
+ This is a transitional package to ease upgrades to the ruby-mixlib-config
+ package. It can safely be removed.
+

-- 
ruby-mixlib-config.git



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