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

Gunnar Wolf gwolf at alioth.debian.org
Fri Feb 19 00:05:12 UTC 2010


Author: gwolf
Date: 2010-02-19 00:05:03 +0000 (Fri, 19 Feb 2010)
New Revision: 4743

Modified:
   trunk/chef/debian/changelog
   trunk/chef/debian/watch
Log:
Fix debian/watch to ignore non-numeric tags

Modified: trunk/chef/debian/changelog
===================================================================
--- trunk/chef/debian/changelog	2010-02-18 22:45:52 UTC (rev 4742)
+++ trunk/chef/debian/changelog	2010-02-19 00:05:03 UTC (rev 4743)
@@ -1,5 +1,6 @@
 chef (0.7.10-1) UNRELEASED; urgency=low
 
+  [ Joshua Timberman ]
   Problems: need merb, which is not ready.
 
   * New upstream release
@@ -12,8 +13,11 @@
      + evaluating removal of jquery.js in upstream ticket 
        http://tickets.opscode.com/browse/CHEF-510
 
- -- Joshua Timberman <joshua at opscode.com>  Fri, 04 Sep 2009 09:31:46 -0600
+  [ Gunnar Wolf ]
+  * Fix debian/watch to ignore non-numeric tags
 
+ -- Gunnar Wolf <gwolf at debian.org>  Thu, 18 Feb 2010 18:04:35 -0600
+
 chef (0.7.8-0ubuntu2) karmic; urgency=low
 
   * Add couchdb_0.10.0_support.patch patch to make chef-server working with

Modified: trunk/chef/debian/watch
===================================================================
--- trunk/chef/debian/watch	2010-02-18 22:45:52 UTC (rev 4742)
+++ trunk/chef/debian/watch	2010-02-19 00:05:03 UTC (rev 4743)
@@ -1,2 +1,2 @@
 version=3
-http://githubredir.debian.net/github/opscode/chef /(.*).tar.gz
+http://githubredir.debian.net/github/opscode/chef /(\d.*).tar.gz




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