--- libmixlib-config-ruby-1.1.2.orig/debian/control
+++ libmixlib-config-ruby-1.1.2/debian/control
@@ -0,0 +1,34 @@
+Source: libmixlib-config-ruby
+Section: ruby
+Priority: extra
+Maintainer: Joshua Timberman <joshua@opscode.com>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>, Paul van Tilburg <paulvt@debian.org>
+Build-Depends: debhelper (>= 7), cdbs, ruby-pkg-tools (>= 0.14)
+Build-Depends-Indep: ruby1.8, libsetup-ruby1.8
+Standards-Version: 3.8.4
+Homepage: http://github.com/opscode/mixlib-config/tree/master
+Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libmixlib-config-ruby/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libmixlib-config-ruby/
+
+Package: libmixlib-config-ruby
+Architecture: all
+Depends: libmixlib-config-ruby1.8, ${shlibs:Depends}, ${misc:Depends}
+Description: a 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.
+ .
+ This package is a dependency package, which depends on the package
+ containing actual Ruby mixlib-config libraries for the default Ruby version
+ (currently 1.8).
+
+Package: libmixlib-config-ruby1.8
+Architecture: all
+Depends: ruby1.8, ${shlibs:Depends}, ${misc:Depends}
+Description: a simple class based config mechanism for Ruby 1.8
+ 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.
+ .
+ This package contains mixlib-config libraries for Ruby 1.8.
+
--- libmixlib-config-ruby-1.1.2.orig/debian/compat
+++ libmixlib-config-ruby-1.1.2/debian/compat
@@ -0,0 +1 @@
+7
--- libmixlib-config-ruby-1.1.2.orig/debian/copyright
+++ libmixlib-config-ruby-1.1.2/debian/copyright
@@ -0,0 +1,37 @@
+This package was debianized by Bryan McLellan <btm@loftninjas.org> on
+Tue, 19 May 2009 14:44:32 -0700.
+
+It was downloaded from <http://github.com/opscode/mixlib-config/tree/master>
+
+Upstream Authors and Copyright:
+
+    Copyright 2008-2010, Opscode, Inc. <legal@opscode.com>
+    Copyright 2008, Adam Jacob <adam@opscode.com>
+    Copyright 2008, Arjuna Christensen <aj@hjksolutions.com>
+    Copyright 2008, Bryan McLellan <btm@loftninjas.org>
+    Copyright 2008, Ezra Zygmuntowicz <ezra@engineyard.com>
+    Copyright 2009, Sean Cribbs <seancribbs@gmail.com>
+    Copyright 2009, Christopher Brown <cb@opscode.com>
+    Copyright 2009, Nuo Yan <nuo@opscode.com>
+    Copyright 2009, Thom May <thom@clearairturbulence.org>
+
+License:
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+ 
+        http://www.apache.org/licenses/LICENSE-2.0
+ 
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+
+    On Debian systems, the complete text of the Apache License, version 2.0,
+    can be found in /usr/share/common-licenses/Apache-2.0
+
+The Debian packaging is © 2009, Bryan McLellan <btm@loftninjas.org> and
+is licensed under the GPL version 2, see `/usr/share/common-licenses/GPL-2'.
+
--- libmixlib-config-ruby-1.1.2.orig/debian/watch
+++ libmixlib-config-ruby-1.1.2/debian/watch
@@ -0,0 +1,3 @@
+# Compulsory line, this is a version 3 file
+version=3
+http://githubredir.debian.net/github/opscode/mixlib-config/([0-9].*).tar.gz
--- libmixlib-config-ruby-1.1.2.orig/debian/rules
+++ libmixlib-config-ruby-1.1.2/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
--- libmixlib-config-ruby-1.1.2.orig/debian/changelog
+++ libmixlib-config-ruby-1.1.2/debian/changelog
@@ -0,0 +1,58 @@
+libmixlib-config-ruby (1.1.2-1) unstable; urgency=low
+
+  * New upstream release (1.1.2).
+
+ -- Joshua Timberman <joshua@opscode.com>  Thu, 01 Jul 2010 11:19:20 -0600
+
+libmixlib-config-ruby (1.1.0-1) unstable; urgency=low
+
+  * New upstream release.
+    * Drop 'v' in git tag version.
+
+ -- Joshua Timberman <joshua@opscode.com>  Sun, 28 Feb 2010 20:24:13 -0700
+
+libmixlib-config-ruby (1.0.12-2) unstable; urgency=low
+
+  [ Joshua Timberman ]
+  * Add DRE team to uploaders.
+
+  [ Paul van Tilburg ]
+  * debian/control:
+    - Added myself to the uploaders.
+    - Bumped standards version to 3.8.4; no changes required.
+    - Added missing Vcs-* fields.
+
+ -- Paul van Tilburg <paulvt@debian.org>  Sun, 14 Feb 2010 20:31:26 +0100
+
+libmixlib-config-ruby (1.0.12-1) unstable; urgency=low
+
+  [ Bryan McLellan ]
+  * New upstream release
+
+  [ Joshua Timberman ]
+  * New package maintainer
+
+ -- Joshua Timberman <joshua@opscode.com>  Wed, 02 Sep 2009 22:21:43 -0600
+
+libmixlib-config-ruby (1.0.9-1) unstable; urgency=low
+
+  * new upstream version
+  * policy fixes to short / long description
+
+  [ Joshua Timberman <joshua@opscode.com> ]
+  * watch via githubredir 
+
+ -- Bryan McLellan <btm@loftninjas.org>  Thu, 06 Aug 2009 12:01:19 -0700
+
+libmixlib-config-ruby (1.0.7-2) unstable; urgency=low
+
+  * Bump standards version to 3.8.2
+  * Move ruby-pkg-tools to build-depends
+
+ -- Bryan McLellan <btm@loftninjas.org>  Fri, 19 Jun 2009 14:24:46 -0700
+
+libmixlib-config-ruby (1.0.7-1) unstable; urgency=low
+
+  * Initial release (Closes: #529534)
+
+ -- Bryan McLellan <btm@loftninjas.org>  Tue, 19 May 2009 14:44:32 -0700
