[DRE-commits] r2449 - packages/libopenid-ruby/trunk/debian
terceiro-guest at alioth.debian.org
terceiro-guest at alioth.debian.org
Sat Jan 19 11:32:13 UTC 2008
Author: terceiro-guest
Date: 2008-01-19 11:32:13 +0000 (Sat, 19 Jan 2008)
New Revision: 2449
Modified:
packages/libopenid-ruby/trunk/debian/changelog
packages/libopenid-ruby/trunk/debian/watch
Log:
fixing debian/watch regex for upstream tarballs
Modified: packages/libopenid-ruby/trunk/debian/changelog
===================================================================
--- packages/libopenid-ruby/trunk/debian/changelog 2008-01-19 11:06:03 UTC (rev 2448)
+++ packages/libopenid-ruby/trunk/debian/changelog 2008-01-19 11:32:13 UTC (rev 2449)
@@ -1,8 +1,9 @@
libopenid-ruby (1.1.4-3) UNRELEASED; urgency=low
- * NOT RELEASED YET
+ * adapting debian/watch to pick only tarballs with an actual version number
+ on the name.
- -- Paul van Tilburg <paulvt at debian.org> Fri, 21 Dec 2007 20:54:00 +0100
+ -- Antonio Terceiro <terceiro at softwarelivre.org> Fri, 04 Jan 2008 12:24:26 -0300
libopenid-ruby (1.1.4-2) unstable; urgency=low
Modified: packages/libopenid-ruby/trunk/debian/watch
===================================================================
--- packages/libopenid-ruby/trunk/debian/watch 2008-01-19 11:06:03 UTC (rev 2448)
+++ packages/libopenid-ruby/trunk/debian/watch 2008-01-19 11:32:13 UTC (rev 2449)
@@ -1,2 +1,2 @@
version=3
-http://openidenabled.com/files/ruby-openid/packages/ruby-openid-(.*)\.tar\.bz2
+http://openidenabled.com/files/ruby-openid/packages/ruby-openid-(\d*\.\d*\.\d*)\.tar\.bz2
More information about the Pkg-ruby-extras-commits
mailing list