r12425 - in /trunk/libparse-syslog-perl/debian: changelog watch

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Jan 10 14:26:47 UTC 2008


Author: dmn
Date: Thu Jan 10 14:26:47 2008
New Revision: 12425

URL: http://svn.debian.org/wsvn/?sc=1&rev=12425
Log:
* debian/watch:
  + split the entry on two lines for easier reading
  + add v? to the pattern
  + require that the version starts with a digit and contains only digits
    and periods

Modified:
    trunk/libparse-syslog-perl/debian/changelog
    trunk/libparse-syslog-perl/debian/watch

Modified: trunk/libparse-syslog-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libparse-syslog-perl/debian/changelog?rev=12425&op=diff
==============================================================================
--- trunk/libparse-syslog-perl/debian/changelog (original)
+++ trunk/libparse-syslog-perl/debian/changelog Thu Jan 10 14:26:47 2008
@@ -1,5 +1,6 @@
 libparse-syslog-perl (1.10-1) unstable; urgency=low
 
+  [ gregor herrmann ]
   * New upstream release.
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
@@ -14,6 +15,13 @@
     - use DESTDIR and PREFIX on make install
   * Add locales-all to build dependencies to enable locale test.
   * debian/copyright: add upstream source location, change to new format.
+
+  [ Damyan Ivanov ]
+  * debian/watch:
+    + split the entry on two lines for easier reading
+    + add v? to the pattern
+    + require that the version starts with a digit and contains only digits
+      and periods
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 01 Jan 2008 22:33:01 +0100
 

Modified: trunk/libparse-syslog-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libparse-syslog-perl/debian/watch?rev=12425&op=diff
==============================================================================
--- trunk/libparse-syslog-perl/debian/watch (original)
+++ trunk/libparse-syslog-perl/debian/watch Thu Jan 10 14:26:47 2008
@@ -1,2 +1,3 @@
 version=3
-http://search.cpan.org/dist/Parse-Syslog/ .*/Parse-Syslog-([[:digit:]].*)\.tar\.gz
+http://search.cpan.org/dist/Parse-Syslog/ \
+    .*/Parse-Syslog-v?(\d[\d.]*)\.tar\.gz




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