[DRE-commits] r4592 - trunk/rcov/debian
Micah Anderson
micah at alioth.debian.org
Sat Jan 30 21:17:05 UTC 2010
Author: micah
Date: 2010-01-30 21:17:05 +0000 (Sat, 30 Jan 2010)
New Revision: 4592
Modified:
trunk/rcov/debian/changelog
trunk/rcov/debian/watch
Log:
update watch file to properly find new releases
Modified: trunk/rcov/debian/changelog
===================================================================
--- trunk/rcov/debian/changelog 2010-01-30 15:59:10 UTC (rev 4591)
+++ trunk/rcov/debian/changelog 2010-01-30 21:17:05 UTC (rev 4592)
@@ -1,3 +1,9 @@
+rcov (0.9.6-2) UNRELEASED; urgency=low
+
+ * Update watch file to properly find new releases
+
+ -- Micah Anderson <micah at debian.org> Tue, 17 Nov 2009 21:16:17 -0500
+
rcov (0.9.6-1) unstable; urgency=low
* Set myself as Maintainer
Modified: trunk/rcov/debian/watch
===================================================================
--- trunk/rcov/debian/watch 2010-01-30 15:59:10 UTC (rev 4591)
+++ trunk/rcov/debian/watch 2010-01-30 21:17:05 UTC (rev 4592)
@@ -1,5 +1,5 @@
version=3
opts=downloadurlmangle=s/commits/tarball/,filenamemangle=s/.*\/commits\/(.*)$/rcov-$1.tar.gz/ \
- http://github.com/relevance/rcov/commits/([\d.]+)
+ http://github.com/relevance/rcov/commits/release_([\d_]+)
More information about the Pkg-ruby-extras-commits
mailing list