[DRE-commits] r4086 - trunk/chef/debian

Joshua Timberman jtimberman-guest at alioth.debian.org
Fri Sep 4 21:50:34 UTC 2009


Author: jtimberman-guest
Date: 2009-09-04 21:50:32 +0000 (Fri, 04 Sep 2009)
New Revision: 4086

Modified:
   trunk/chef/debian/changelog
   trunk/chef/debian/chef-server.lintian-overrides
   trunk/chef/debian/control
   trunk/chef/debian/copyright
Log:
new upstream release of chef

Modified: trunk/chef/debian/changelog
===================================================================
--- trunk/chef/debian/changelog	2009-09-04 20:57:32 UTC (rev 4085)
+++ trunk/chef/debian/changelog	2009-09-04 21:50:32 UTC (rev 4086)
@@ -1,5 +1,24 @@
-chef (0.7.8-1) unstable; urgency=low
+chef (0.7.10-1) unstable; urgency=low
 
-   * Initial release (Closes: #529392)
+  * New upstream release
+  * Upstream patch for couchdb 0.10.0 (CHEF-515, quilt patch removed)
+  * Fix client logging to file (CHEF-287)
+  * Fix config log_location settings (CHEF-500)
+  * Requires libmixlib-config-ruby (>= 1.0.12)
+  * Suggest, not recommend, rubygems (LP: #424131)
 
+ -- Joshua Timberman <joshua at opscode.com>  Fri, 04 Sep 2009 09:31:46 -0600
+
+chef (0.7.8-0ubuntu2) karmic; urgency=low
+
+  * Add couchdb_0.10.0_support.patch patch to make chef-server working with
+    the latest couchdb release (LP: #419112).
+  * Bump Standards.
+
+ -- Alessio Treglia <quadrispro at ubuntu.com>  Wed, 26 Aug 2009 12:17:26 +0200
+
+chef (0.7.8-0ubuntu1) karmic; urgency=low
+
+   * Initial release (Closes: #529392, LP: #404403)
+
  -- Joshua Timberman <joshua at opscode.com>  Wed, 12 Aug 2009 12:18:48 -0600

Modified: trunk/chef/debian/chef-server.lintian-overrides
===================================================================
--- trunk/chef/debian/chef-server.lintian-overrides	2009-09-04 20:57:32 UTC (rev 4085)
+++ trunk/chef/debian/chef-server.lintian-overrides	2009-09-04 21:50:32 UTC (rev 4086)
@@ -1,2 +1,2 @@
-# jquery package from Debian is untested with chef-server and is pending upstream review.
+# jquery package from Karmic is untested with chef-server and is pending upstream review.
 chef-server: embedded-javascript-library

Modified: trunk/chef/debian/control
===================================================================
--- trunk/chef/debian/control	2009-09-04 20:57:32 UTC (rev 4085)
+++ trunk/chef/debian/control	2009-09-04 21:50:32 UTC (rev 4086)
@@ -1,7 +1,8 @@
 Source: chef
 Section: ruby
 Priority: extra
-Maintainer: Joshua Timberman <joshua at opscode.com>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
+XSBC-Original-Maintainer: Joshua Timberman <joshua at opscode.com>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Build-Depends: cdbs, debhelper (>= 7), ruby-pkg-tools (>= 0.14), quilt
 Build-Depends-Indep: ruby, rake
@@ -83,9 +84,8 @@
 
 Package: libchef-ruby1.8
 Architecture: all
-Depends: ${misc:Depends}, ruby1.8, libopenssl-ruby, libmixlib-cli-ruby, libmixlib-config-ruby (>= 1.0.9), libmixlib-log-ruby, libohai-ruby, libstomp-ruby, liberubis-ruby, libopenid-ruby, libjson-ruby, libextlib-ruby
-Recommends: rake, rubygems
-Suggests: cron
+Depends: ${misc:Depends}, ruby1.8, libopenssl-ruby, libmixlib-cli-ruby, libmixlib-config-ruby (>= 1.0.12), libmixlib-log-ruby, libohai-ruby
+Suggests: rake, rubygems
 Description: Ruby 1.8 libraries for Chef configuration management system
  Chef is a systems integration framework and configuration management system
  written in Ruby. Chef provides a Ruby library and API that can be used to

Modified: trunk/chef/debian/copyright
===================================================================
--- trunk/chef/debian/copyright	2009-09-04 20:57:32 UTC (rev 4085)
+++ trunk/chef/debian/copyright	2009-09-04 21:50:32 UTC (rev 4086)
@@ -17,22 +17,17 @@
  * Copyright 2009, Thom May <thom at clearairturbulence.org>
  * Copyright 2009, Joe Williams <joe at joetify.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
 
-    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.
+    http://www.apache.org/licenses/LICENSE-2.0
 
-    Full text of the Apache 2.0 license can be found in 
-    /usr/share/common-licenses/Apache-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.
 
 chef/lib/chef/mixin/command.rb:
   Chef incorporates code modified from Open4 (http://www.codeforpeople.com/lib/ruby/open4/), 




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