[DRE-commits] r4287 - trunk/librspec-ruby/debian

Tobias Grimm tiber-guest at alioth.debian.org
Sat Oct 31 18:46:38 UTC 2009


Author: tiber-guest
Date: 2009-10-31 18:46:38 +0000 (Sat, 31 Oct 2009)
New Revision: 4287

Modified:
   trunk/librspec-ruby/debian/changelog
   trunk/librspec-ruby/debian/watch
Log:
Fixed debian/watch to recognize .rc versions

Modified: trunk/librspec-ruby/debian/changelog
===================================================================
--- trunk/librspec-ruby/debian/changelog	2009-10-30 18:23:25 UTC (rev 4286)
+++ trunk/librspec-ruby/debian/changelog	2009-10-31 18:46:38 UTC (rev 4287)
@@ -1,3 +1,9 @@
+librspec-ruby (1.2.8-2) UNRELEASED; urgency=low
+
+  * Fixed debian/watch to recognize .rc versions
+
+ -- Tobias Grimm <etobi at debian.org>  Sat, 31 Oct 2009 19:44:10 +0100
+
 librspec-ruby (1.2.8-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/librspec-ruby/debian/watch
===================================================================
--- trunk/librspec-ruby/debian/watch	2009-10-30 18:23:25 UTC (rev 4286)
+++ trunk/librspec-ruby/debian/watch	2009-10-31 18:46:38 UTC (rev 4287)
@@ -1,2 +1,3 @@
-version=2
-http://rubyforge.org/frs/?group_id=797 .*rspec-([0-9,.].*)\.tgz
+version=3
+opts="uversionmangle=s/\.rc/~rc/" \
+  http://rubyforge.org/frs/?group_id=797 .*rspec-(.*)\.tgz




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