r62458 - in /trunk/libpoe-api-peek-perl/debian: changelog control watch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Fri Sep 10 15:57:40 UTC 2010


Author: periapt-guest
Date: Fri Sep 10 15:57:23 2010
New Revision: 62458

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=62458
Log:
* Upped dependency on POE to 2:1.2930 (Closes: #593014)
* Changed watch file to pick up latest dev release which is
  'guaranteed' to work with the latest version of POE.

Modified:
    trunk/libpoe-api-peek-perl/debian/changelog
    trunk/libpoe-api-peek-perl/debian/control
    trunk/libpoe-api-peek-perl/debian/watch

Modified: trunk/libpoe-api-peek-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-api-peek-perl/debian/changelog?rev=62458&op=diff
==============================================================================
--- trunk/libpoe-api-peek-perl/debian/changelog (original)
+++ trunk/libpoe-api-peek-perl/debian/changelog Fri Sep 10 15:57:23 2010
@@ -11,6 +11,9 @@
   [ Nicholas Bamber ]
   * Added myself to Uploaders
   * Upped standards to 3.9.1
+  * Upped dependency on POE to 2:1.2930 (Closes: #593014)
+  * Changed watch file to pick up latest dev release which is
+    'guaranteed' to work with the latest version of POE.
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Thu, 09 Sep 2010 09:23:48 +0100
 

Modified: trunk/libpoe-api-peek-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-api-peek-perl/debian/control?rev=62458&op=diff
==============================================================================
--- trunk/libpoe-api-peek-perl/debian/control (original)
+++ trunk/libpoe-api-peek-perl/debian/control Fri Sep 10 15:57:23 2010
@@ -6,7 +6,7 @@
  Martín Ferrari <tincho at debian.org>, gregor herrmann <gregoa at debian.org>,
  Nicholas Bamber <nicholas at periapt.co.uk>
 Build-Depends-Indep: perl, libdevel-size-perl, libtest-nowarnings-perl,
-  libpoe-perl (>= 2:1.0001), libtest-distribution-perl
+  libpoe-perl (>= 2:1.2930), libtest-distribution-perl
 Build-Depends: debhelper (>= 7)
 Standards-Version: 3.9.1
 Homepage: http://search.cpan.org/dist/POE-API-Peek/

Modified: trunk/libpoe-api-peek-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-api-peek-perl/debian/watch?rev=62458&op=diff
==============================================================================
--- trunk/libpoe-api-peek-perl/debian/watch (original)
+++ trunk/libpoe-api-peek-perl/debian/watch Fri Sep 10 15:57:23 2010
@@ -1,4 +1,4 @@
 version=3
-options=uversionmangle=s/\.\d{3}$/$&0/;s/\.\d{2}$/$&00/;s/\.\d{1}$/$&000/ \
+options=uversionmangle=s/(\.\d{3})$/${1}0/;s/(\.\d{2})$/${1}00/;s/(\.\d{1})$/${1}000/;s/(\.\d{2})_(\d)$/${1}0$2/ \
 http://search.cpan.org/dist/POE-API-Peek/ \
 	.*/POE-API-Peek-v?(\d.*)\.tar\.gz




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