[DRE-commits] r4063 - in trunk/libmixlib-config-ruby: . debian
Joshua Timberman
jtimberman-guest at alioth.debian.org
Thu Sep 3 04:52:19 UTC 2009
Author: jtimberman-guest
Date: 2009-09-03 04:52:15 +0000 (Thu, 03 Sep 2009)
New Revision: 4063
Added:
trunk/libmixlib-config-ruby/debian/
trunk/libmixlib-config-ruby/debian/changelog
trunk/libmixlib-config-ruby/debian/compat
trunk/libmixlib-config-ruby/debian/control
trunk/libmixlib-config-ruby/debian/copyright
trunk/libmixlib-config-ruby/debian/rules
trunk/libmixlib-config-ruby/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk
Property changes on: trunk/libmixlib-config-ruby/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: trunk/libmixlib-config-ruby/debian/changelog
===================================================================
--- trunk/libmixlib-config-ruby/debian/changelog (rev 0)
+++ trunk/libmixlib-config-ruby/debian/changelog 2009-09-03 04:52:15 UTC (rev 4063)
@@ -0,0 +1,30 @@
+libmixlib-config-ruby (1.0.12-1) unstable; urgency=low
+
+ * New upstream release
+ [ Joshua Timberman <joshua at opscode.com> ]
+ * New package maintainer
+
+ -- Joshua Timberman <joshua at 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 at opscode.com> ]
+ * watch via githubredir
+
+ -- Bryan McLellan <btm at 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 at 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 at loftninjas.org> Tue, 19 May 2009 14:44:32 -0700
Added: trunk/libmixlib-config-ruby/debian/compat
===================================================================
--- trunk/libmixlib-config-ruby/debian/compat (rev 0)
+++ trunk/libmixlib-config-ruby/debian/compat 2009-09-03 04:52:15 UTC (rev 4063)
@@ -0,0 +1 @@
+7
Added: trunk/libmixlib-config-ruby/debian/control
===================================================================
--- trunk/libmixlib-config-ruby/debian/control (rev 0)
+++ trunk/libmixlib-config-ruby/debian/control 2009-09-03 04:52:15 UTC (rev 4063)
@@ -0,0 +1,31 @@
+Source: libmixlib-config-ruby
+Section: ruby
+Priority: extra
+Maintainer: Joshua Timberman <joshua at opscode.com>
+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.
+
Added: trunk/libmixlib-config-ruby/debian/copyright
===================================================================
--- trunk/libmixlib-config-ruby/debian/copyright (rev 0)
+++ trunk/libmixlib-config-ruby/debian/copyright 2009-09-03 04:52:15 UTC (rev 4063)
@@ -0,0 +1,36 @@
+This package was debianized by Bryan McLellan <btm at 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 2009, Opscode, Inc. <legal at opscode.com>
+ Copyright 2008, Adam Jacob <adam at opscode.com>
+ Copyright 2008, Arjuna Christensen <aj at hjksolutions.com>
+ Copyright 2008, Bryan McLellan <btm at loftninjas.org>
+ Copyright 2008, Ezra Zygmuntowicz <ezra at engineyard.com>
+ Copyright 2009, Sean Cribbs <seancribbs at gmail.com>
+ Copyright 2009, Christopher Brown <cb at opscode.com>
+ Copyright 2009, Thom May <thom at 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 at loftninjas.org> and
+is licensed under the GPL version 2, see `/usr/share/common-licenses/GPL-2'.
+
Added: trunk/libmixlib-config-ruby/debian/rules
===================================================================
--- trunk/libmixlib-config-ruby/debian/rules (rev 0)
+++ trunk/libmixlib-config-ruby/debian/rules 2009-09-03 04:52:15 UTC (rev 4063)
@@ -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
Property changes on: trunk/libmixlib-config-ruby/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/libmixlib-config-ruby/debian/watch
===================================================================
--- trunk/libmixlib-config-ruby/debian/watch (rev 0)
+++ trunk/libmixlib-config-ruby/debian/watch 2009-09-03 04:52:15 UTC (rev 4063)
@@ -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
More information about the Pkg-ruby-extras-commits
mailing list