[DRE-commits] r5122 - trunk/libmixlib-log-ruby/debian

Joshua Timberman jtimberman-guest at alioth.debian.org
Sun Apr 18 06:28:34 UTC 2010


Author: jtimberman-guest
Date: 2010-04-18 06:28:31 +0000 (Sun, 18 Apr 2010)
New Revision: 5122

Modified:
   trunk/libmixlib-log-ruby/debian/changelog
   trunk/libmixlib-log-ruby/debian/control
   trunk/libmixlib-log-ruby/debian/copyright
   trunk/libmixlib-log-ruby/debian/watch
Log:
make PET happy on versions

Modified: trunk/libmixlib-log-ruby/debian/changelog
===================================================================
--- trunk/libmixlib-log-ruby/debian/changelog	2010-04-16 17:27:39 UTC (rev 5121)
+++ trunk/libmixlib-log-ruby/debian/changelog	2010-04-18 06:28:31 UTC (rev 5122)
@@ -1,24 +1,28 @@
-libmixlib-log-ruby (1.0.3-4) UNRELEASED; urgency=low
+libmixlib-log-ruby (1.1.0-1) unstable; urgency=low
 
-  * debian/control: Fixed sentence in the the long description.
+  * New upstream release.
+    * fixes log level setting.
+    * fix logger and level pseudo accessors.
+    * Drop 'v' from git tag version.
+  * Split upstream authors and copyright.
 
- -- Paul van Tilburg <paulvt at debian.org>  Sat, 10 Apr 2010 12:58:14 +0200
+ -- Joshua Timberman <joshua at opscode.com>  Sun, 28 Feb 2010 19:30:45 -0700
 
 libmixlib-log-ruby (1.0.3-3) unstable; urgency=low
 
-  [ Joshua Timberman ]
-  * New maintainer.
-  * Add DRE team to uploaders.
+   [ Joshua Timberman ]
+   * New maintainer.
+   * 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.
+   * debian/watch: use gitrehubdir to get tarballs instead of gems.
 
-  [ Paul van Tilburg ]
-  * debian/control:
-    - Added myself to the uploaders.
-    - Bumped standards version to 3.8.4; no changes required.
-    - Added missing Vcs-* fields.
-  * debian/watch: use gitrehubdir to get tarballs instead of gems.
+ -- Paul van Tilburg <paulvt at debian.org>  Sun, 14 Feb 2010 20:42:26 +0100 
 
- -- Paul van Tilburg <paulvt at debian.org>  Sun, 14 Feb 2010 20:42:26 +0100
-
 libmixlib-log-ruby (1.0.3-2) unstable; urgency=low
 
   * Bump standards version to 3.8.2

Modified: trunk/libmixlib-log-ruby/debian/control
===================================================================
--- trunk/libmixlib-log-ruby/debian/control	2010-04-16 17:27:39 UTC (rev 5121)
+++ trunk/libmixlib-log-ruby/debian/control	2010-04-18 06:28:31 UTC (rev 5122)
@@ -14,9 +14,9 @@
 Architecture: all
 Depends: libmixlib-log-ruby1.8, ${shlibs:Depends}, ${misc:Depends}
 Description: A simple Ruby mixin for creating a logger object
- This library 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.
+ 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
@@ -26,9 +26,8 @@
 Architecture: all
 Depends: ruby1.8, ${shlibs:Depends}, ${misc:Depends}
 Description: A simple Ruby 1.8 mixin for creating a logger object
- This library 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.
+ 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.
-

Modified: trunk/libmixlib-log-ruby/debian/copyright
===================================================================
--- trunk/libmixlib-log-ruby/debian/copyright	2010-04-16 17:27:39 UTC (rev 5121)
+++ trunk/libmixlib-log-ruby/debian/copyright	2010-04-18 06:28:31 UTC (rev 5122)
@@ -5,13 +5,15 @@
 
 Upstream Authors and Copyright:
 
-    Copyright 2009, Opscode, Inc. <legal at opscode.com>
+
+    Copyright 2009-2010, 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, Tim Hinderliter <tim at opscode.com>
     Copyright 2009, Thom May <thom at clearairturbulence.org>
 
 License:
@@ -19,9 +21,9 @@
     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.

Modified: trunk/libmixlib-log-ruby/debian/watch
===================================================================
--- trunk/libmixlib-log-ruby/debian/watch	2010-04-16 17:27:39 UTC (rev 5121)
+++ trunk/libmixlib-log-ruby/debian/watch	2010-04-18 06:28:31 UTC (rev 5122)
@@ -1,3 +1,3 @@
 # Compulsory line, this is a version 3 file
 version=3
-http://githubredir.debian.net/github/opscode/mixlib-log/v(.*).tar.gz
+http://githubredir.debian.net/github/opscode/mixlib-log/([0-9].*).tar.gz




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