[DRE-commits] r5101 - trunk/merb/debian
Paul van Tilburg
paulvt at alioth.debian.org
Sat Apr 10 21:15:52 UTC 2010
Author: paulvt
Date: 2010-04-10 21:15:52 +0000 (Sat, 10 Apr 2010)
New Revision: 5101
Modified:
trunk/merb/debian/changelog
trunk/merb/debian/watch
Log:
debian/watch: Replaced the (too) elaborate regexp to make PET happy.
Modified: trunk/merb/debian/changelog
===================================================================
--- trunk/merb/debian/changelog 2010-04-10 20:56:34 UTC (rev 5100)
+++ trunk/merb/debian/changelog 2010-04-10 21:15:52 UTC (rev 5101)
@@ -1,5 +1,8 @@
merb (1.1.0-1) UNRELEASED; urgency=low
+ [ Paul van Tilburg ]
+ * debian/watch: Replaced the (too) elaborate regexp to make PET happy.
+
As per maintainer (Joshua Timberman) request, this package should _NOT_
be updated to 1.1.0 as it breaks related tools.
Message-ID: <8C338B42-C662-49E3-99CB-F0B2C4026061 at opscode.com>
Modified: trunk/merb/debian/watch
===================================================================
--- trunk/merb/debian/watch 2010-04-10 20:56:34 UTC (rev 5100)
+++ trunk/merb/debian/watch 2010-04-10 21:15:52 UTC (rev 5101)
@@ -1,3 +1,3 @@
version=3
options="dversionmangle=s/\+dfsg//" \
-http://githubredir.debian.net/github/merb/merb .*/(\d+\.\d+\.\d+(\.\d+){0,1}).tar.gz debian debian/repack.sh
+http://githubredir.debian.net/github/merb/merb .*/([\d.]+)\.tar\.gz debian debian/repack.sh
More information about the Pkg-ruby-extras-commits
mailing list