--- libmixlib-config-ruby-1.0.12.orig/debian/copyright +++ libmixlib-config-ruby-1.0.12/debian/copyright @@ -0,0 +1,36 @@ +This package was debianized by Bryan McLellan on +Tue, 19 May 2009 14:44:32 -0700. + +It was downloaded from + +Upstream Authors and Copyright: + + Copyright 2009, Opscode, Inc. + Copyright 2008, Adam Jacob + Copyright 2008, Arjuna Christensen + Copyright 2008, Bryan McLellan + Copyright 2008, Ezra Zygmuntowicz + Copyright 2009, Sean Cribbs + Copyright 2009, Christopher Brown + Copyright 2009, Thom May + +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 and +is licensed under the GPL version 2, see `/usr/share/common-licenses/GPL-2'. + --- libmixlib-config-ruby-1.0.12.orig/debian/compat +++ libmixlib-config-ruby-1.0.12/debian/compat @@ -0,0 +1 @@ +7 --- libmixlib-config-ruby-1.0.12.orig/debian/rules +++ libmixlib-config-ruby-1.0.12/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.0.12.orig/debian/watch +++ libmixlib-config-ruby-1.0.12/debian/watch @@ -0,0 +1,3 @@ +# Compulsory line, this is a version 3 file +version=3 +http://githubredir.debian.net/github/opscode/mixlib-config/v(.*).tar.gz --- libmixlib-config-ruby-1.0.12.orig/debian/control +++ libmixlib-config-ruby-1.0.12/debian/control @@ -0,0 +1,31 @@ +Source: libmixlib-config-ruby +Section: ruby +Priority: extra +Maintainer: Joshua Timberman +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-config/tree/master + +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.0.12.orig/debian/changelog +++ libmixlib-config-ruby-1.0.12/debian/changelog @@ -0,0 +1,32 @@ +libmixlib-config-ruby (1.0.12-1) unstable; urgency=low + + [ Bryan McLellan ] + * New upstream release + + [ Joshua Timberman ] + * New package maintainer + + -- Joshua Timberman 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 ] + * watch via githubredir + + -- Bryan McLellan 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 Fri, 19 Jun 2009 14:24:46 -0700 + +libmixlib-config-ruby (1.0.7-1) unstable; urgency=low + + * Initial release (Closes: #529534) + + -- Bryan McLellan Tue, 19 May 2009 14:44:32 -0700