r40402 - in /trunk/libcatalyst-modules-extra-perl/debian: changelog watch

tincho at users.alioth.debian.org tincho at users.alioth.debian.org
Tue Jul 21 11:54:53 UTC 2009


Author: tincho
Date: Tue Jul 21 11:54:44 2009
New Revision: 40402

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40402
Log:
debian/watch: fix invalid watchfile, also putting some useful tests.

Modified:
    trunk/libcatalyst-modules-extra-perl/debian/changelog
    trunk/libcatalyst-modules-extra-perl/debian/watch

Modified: trunk/libcatalyst-modules-extra-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-extra-perl/debian/changelog?rev=40402&op=diff
==============================================================================
--- trunk/libcatalyst-modules-extra-perl/debian/changelog (original)
+++ trunk/libcatalyst-modules-extra-perl/debian/changelog Tue Jul 21 11:54:44 2009
@@ -10,6 +10,9 @@
     Debian Catalyst Maintainers <pkg-catalyst-
     maintainers at lists.alioth.debian.org> moved to Uploaders.
   * Remove Florian Ragwitz from Uploaders (Closes: #523378)
+
+  [ Martín Ferrari ]
+  * debian/watch: fix invalid watchfile, also putting some useful tests.
 
  -- Ryan Niebur <ryanryan52 at gmail.com>  Fri, 29 May 2009 18:49:39 -0700
 

Modified: trunk/libcatalyst-modules-extra-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-extra-perl/debian/watch?rev=40402&op=diff
==============================================================================
--- trunk/libcatalyst-modules-extra-perl/debian/watch (original)
+++ trunk/libcatalyst-modules-extra-perl/debian/watch Tue Jul 21 11:54:44 2009
@@ -1,2 +1,13 @@
 version=3
-http://search.cpan.org/dist//  .+/-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+
+http://search.cpan.org/dist/Catalyst-Model-CDBI-CRUD/ \
+	.*/Catalyst-Model-CDBI-CRUD-v?(\d[\d.-]+).(?:tar(?:.gz|.bz2)?|tgz|zip)$ 0.04
+http://search.cpan.org/dist/Catalyst-Plugin-Captcha/ \
+	.+/Catalyst-Plugin-Captcha-v?(\d[\d.-]+).(?:tar(?:.gz|.bz2)?|tgz|zip)$ 0.03
+http://search.cpan.org/dist/Catalyst-Plugin-CDBI-Transaction/ \
+	.+/Catalyst-Plugin-CDBI-Transaction-v?(\d[\d.-]+).(?:tar(?:.gz|.bz2)?|tgz|zip)$ 0.03
+http://search.cpan.org/dist/Catalyst-Plugin-FillInForm/ \
+	.+/Catalyst-Plugin-FillInForm-v?(\d[\d.-]+).(?:tar(?:.gz|.bz2)?|tgz|zip)$ 0.06
+http://search.cpan.org/dist/Catalyst-Plugin-FormValidator-Simple/ \
+	.+/Catalyst-Plugin-FormValidator-Simple-v?(\d[\d.-]+).(?:tar(?:.gz|.bz2)?|tgz|zip)$ 0.10
+




More information about the Pkg-perl-cvs-commits mailing list