[DRE-commits] r4066 - in trunk/libmixlib-log-ruby: . debian

Joshua Timberman jtimberman-guest at alioth.debian.org
Thu Sep 3 04:59:25 UTC 2009


Author: jtimberman-guest
Date: 2009-09-03 04:59:22 +0000 (Thu, 03 Sep 2009)
New Revision: 4066

Added:
   trunk/libmixlib-log-ruby/debian/
   trunk/libmixlib-log-ruby/debian/changelog
   trunk/libmixlib-log-ruby/debian/compat
   trunk/libmixlib-log-ruby/debian/control
   trunk/libmixlib-log-ruby/debian/copyright
   trunk/libmixlib-log-ruby/debian/rules
   trunk/libmixlib-log-ruby/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: trunk/libmixlib-log-ruby/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: trunk/libmixlib-log-ruby/debian/changelog
===================================================================
--- trunk/libmixlib-log-ruby/debian/changelog	                        (rev 0)
+++ trunk/libmixlib-log-ruby/debian/changelog	2009-09-03 04:59:22 UTC (rev 4066)
@@ -0,0 +1,12 @@
+libmixlib-log-ruby (1.0.3-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:30:24 -0700
+
+libmixlib-log-ruby (1.0.3-1) unstable; urgency=low
+
+  * Initial release (Closes: #529533)
+
+ -- Bryan McLellan <btm at loftninjas.org>  Tue, 19 May 2009 14:44:32 -0700

Added: trunk/libmixlib-log-ruby/debian/compat
===================================================================
--- trunk/libmixlib-log-ruby/debian/compat	                        (rev 0)
+++ trunk/libmixlib-log-ruby/debian/compat	2009-09-03 04:59:22 UTC (rev 4066)
@@ -0,0 +1 @@
+7

Added: trunk/libmixlib-log-ruby/debian/control
===================================================================
--- trunk/libmixlib-log-ruby/debian/control	                        (rev 0)
+++ trunk/libmixlib-log-ruby/debian/control	2009-09-03 04:59:22 UTC (rev 4066)
@@ -0,0 +1,31 @@
+Source: libmixlib-log-ruby
+Section: ruby
+Priority: extra
+Maintainer: Bryan McLellan <btm at loftninjas.org>
+Build-Depends: debhelper (>= 7), cdbs, ruby-pkg-tools (>= 0.14)
+Build-Depends-Indep: ruby1.8, libsetup-ruby1.8
+Standards-Version: 3.8.2
+Homepage: http://github.com/opscode/mixlib-log/tree/master
+
+Package: libmixlib-log-ruby
+Architecture: all
+Depends: libmixlib-log-ruby1.8, ${shlibs:Depends}, ${misc:Depends}
+Description: A simple Ruby mixin for creating a logger object
+ Provides a class based object to provide logging. Messages can be sent at 
+ different levels such as warn or error. Logging defaults to STDOUT but
+ can also be sent to a file with simple built in rotation.
+ .
+ This package is a dependency package, which depends on the package
+ containing actual Ruby mixlib-log libraries for the default Ruby version
+ (currently 1.8).
+
+Package: libmixlib-log-ruby1.8
+Architecture: all
+Depends: ruby1.8, ${shlibs:Depends}, ${misc:Depends}
+Description: A simple Ruby 1.8 mixin for creating a logger object
+ Provides a class based object to provide logging. Messages can be sent at 
+ different levels such as warn or error. Logging defaults to STDOUT but
+ can also be sent to a file with simple built in rotation.
+ .
+ This package contains mixlib-log libraries for Ruby 1.8.
+

Added: trunk/libmixlib-log-ruby/debian/copyright
===================================================================
--- trunk/libmixlib-log-ruby/debian/copyright	                        (rev 0)
+++ trunk/libmixlib-log-ruby/debian/copyright	2009-09-03 04:59:22 UTC (rev 4066)
@@ -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-log/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-log-ruby/debian/rules
===================================================================
--- trunk/libmixlib-log-ruby/debian/rules	                        (rev 0)
+++ trunk/libmixlib-log-ruby/debian/rules	2009-09-03 04:59:22 UTC (rev 4066)
@@ -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-log-ruby/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/libmixlib-log-ruby/debian/watch
===================================================================
--- trunk/libmixlib-log-ruby/debian/watch	                        (rev 0)
+++ trunk/libmixlib-log-ruby/debian/watch	2009-09-03 04:59:22 UTC (rev 4066)
@@ -0,0 +1,3 @@
+# Compulsory line, this is a version 3 file
+version=3
+http://gems.opscode.com/gems/mixlib-log-(.*)\.gem




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