--- libmixlib-authentication-ruby-1.1.2.orig/debian/control
+++ libmixlib-authentication-ruby-1.1.2/debian/control
@@ -0,0 +1,31 @@
+Source: libmixlib-authentication-ruby
+Section: ruby
+Priority: extra
+Maintainer: Joshua Timberman <joshua@opscode.com>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7), cdbs, ruby-pkg-tools (>= 0.14)
+Build-Depends-Indep: ruby1.8, libsetup-ruby1.8
+Standards-Version: 3.8.3
+Homepage: http://github.com/opscode/mixlib-authentication/tree/master
+
+Package: libmixlib-authentication-ruby
+Architecture: all
+Depends: libmixlib-authentication-ruby1.8, ${shlibs:Depends}, ${misc:Depends}
+Description: Ruby mixin client/server header signing authentication/verification
+ Provides a class based object to do header signing authentication.
+ A multiline hash for authorization will be encoded in multiple
+ header lines.
+ .
+ This package is a dependency package, which depends on the package
+ containing actual Ruby mixlib-authentication libraries for the default
+ Ruby version (currently 1.8).
+
+Package: libmixlib-authentication-ruby1.8
+Architecture: all
+Depends: ruby1.8, libmixlib-log-ruby1.8, ${shlibs:Depends}, ${misc:Depends}
+Description: Ruby mixin client/server header signing authentication/verification
+ Provides a class based object to do header signing authentication.
+ A multiline hash for authorization will be encoded in multiple
+ header lines.
+ .
+ This package contains mixlib-authentication libraries for Ruby 1.8.
--- libmixlib-authentication-ruby-1.1.2.orig/debian/compat
+++ libmixlib-authentication-ruby-1.1.2/debian/compat
@@ -0,0 +1 @@
+7
--- libmixlib-authentication-ruby-1.1.2.orig/debian/copyright
+++ libmixlib-authentication-ruby-1.1.2/debian/copyright
@@ -0,0 +1,35 @@
+This package was debianized by Joshua Timberman <joshua@opscode.com> on
+Sat, 28 Nov 2009 08:28:28 -0600
+
+It was downloaded from <http://github.com/opscode/mixlib-authentication>
+
+Upstream Authors and Contributors:
+
+ Chris Brown <cb@opscode.com>
+ Christopher Walters <cw@opscode.com>
+ Tim Hinderliter <tim@opscode.com>
+ Ian Meyer <ianmmeyer@gmail.com>
+
+Copyright:
+
+ Copyright 2009-2010, Opscode, Inc. <legal@opscode.com>
+
+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, Opscode, Inc. <legal@opscode.com> and
+is licensed under the Apache Softwre License as above.
--- libmixlib-authentication-ruby-1.1.2.orig/debian/watch
+++ libmixlib-authentication-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-authentication/([0-9].*).tar.gz
--- libmixlib-authentication-ruby-1.1.2.orig/debian/rules
+++ libmixlib-authentication-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-authentication-ruby-1.1.2.orig/debian/changelog
+++ libmixlib-authentication-ruby-1.1.2/debian/changelog
@@ -0,0 +1,29 @@
+libmixlib-authentication-ruby (1.1.2-1) unstable; urgency=low
+
+ * New upstream release (1.1.2).
+
+ -- Joshua Timberman <joshua@opscode.com> Thu, 01 Jul 2010 11:09:50 -0600
+
+libmixlib-authentication-ruby (1.1.0-1) unstable; urgency=low
+
+ * New upstream release.
+ * fix log level call
+ * fix spurious auth header dump
+ * remove digest/hmac and use ruby digest instead.
+ * Hash path in request signature.
+ * Remove libhmac-ruby from dependency in control.
+ * Drop 'v' from git tag version.
+
+ -- Joshua Timberman <joshua@opscode.com> Sun, 28 Feb 2010 19:13:43 -0700
+
+libmixlib-authentication-ruby (1.0.0-2) unstable; urgency=low
+
+ * Corrected ruby-hmac package name, libhmac-ruby1.8 in control file.
+
+ -- Joshua Timberman <joshua@opscode.com> Mon, 8 Feb 2010 06:44:37 -0700
+
+libmixlib-authentication-ruby (1.0.0-1) unstable; urgency=low
+
+ * Initial release
+
+ -- Joshua Timberman <joshua@opscode.com> Sat, 28 Nov 2009 08:28:28 -0600