r38557 - in /trunk/libparse-recdescent-perl/debian: changelog control watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Jun 24 03:17:18 UTC 2009


Author: jawnsy-guest
Date: Wed Jun 24 03:17:12 2009
New Revision: 38557

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38557
Log:
* d/control: change maintainer, add /me to Uploaders
* Change Vcs field to our repository/viewer
* Change watch to a dist-based rather than author-based one

Modified:
    trunk/libparse-recdescent-perl/debian/changelog
    trunk/libparse-recdescent-perl/debian/control
    trunk/libparse-recdescent-perl/debian/watch

Modified: trunk/libparse-recdescent-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-recdescent-perl/debian/changelog?rev=38557&op=diff
==============================================================================
--- trunk/libparse-recdescent-perl/debian/changelog (original)
+++ trunk/libparse-recdescent-perl/debian/changelog Wed Jun 24 03:17:12 2009
@@ -1,3 +1,11 @@
+libparse-recdescent-perl (1.96.0+dfsg-4) UNRELEASED; urgency=low
+
+  * d/control: change maintainer, add /me to Uploaders
+  * Change Vcs field to our repository/viewer
+  * Change watch to a dist-based rather than author-based one
+
+ -- Jonathan Yu <frequency at cpan.org>  Tue, 23 Jun 2009 19:11:37 -0400
+
 libparse-recdescent-perl (1.96.0+dfsg-3) unstable; urgency=low
 
   * debian/control:

Modified: trunk/libparse-recdescent-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-recdescent-perl/debian/control?rev=38557&op=diff
==============================================================================
--- trunk/libparse-recdescent-perl/debian/control (original)
+++ trunk/libparse-recdescent-perl/debian/control Wed Jun 24 03:17:12 2009
@@ -1,21 +1,21 @@
 Source: libparse-recdescent-perl
 Section: perl
 Priority: optional
-Maintainer: Rafael Laboissiere <rafael at debian.org>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <frequency at cpan.org>
 Standards-Version: 3.8.1
 Build-Depends: debhelper (>= 7.0.0), quilt
 Build-Depends-Indep: libtest-pod-perl, libversion-perl
 Homepage: http://search.cpan.org/dist/Parse-RecDescent/
-Vcs-Git: git://alioth.debian.org/~rafael/public_git/deb-pkg/libparse-recdescent-perl.git
-Vcs-Browser: http://git.debian.org/?p=users/rafael/deb-pkg/libparse-recdescent-perl.git
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libparse-recdescent-perl
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libparse-recdescent-perl/
 
 Package: libparse-recdescent-perl
 Architecture: all
 Depends: perl (>= 5.8), libversion-perl, ${misc:Depends}
-Description: generates recursive-descent parsers in Perl
- The Perl module Parse::RecDescent, incrementally generates top-down
- recursive-descent text parsers from simple yacc-like grammar
- specifications.  It provides:
+Description: Perl module to create and use recursive-descent parsers
+ Parse::RecDescent incrementally generates top-down recursive-descent text
+ parsers from simple yacc-like grammar specifications.  It provides:
  .
    * Regular expressions or literal strings as terminals (tokens),
    * Multiple (non-contiguous) productions for any rule,

Modified: trunk/libparse-recdescent-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-recdescent-perl/debian/watch?rev=38557&op=diff
==============================================================================
--- trunk/libparse-recdescent-perl/debian/watch (original)
+++ trunk/libparse-recdescent-perl/debian/watch Wed Jun 24 03:17:12 2009
@@ -1,5 +1,2 @@
 version=3
-opts="dversionmangle=s/\+dfsg//"			\
-http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/	\
-        Parse-RecDescent-v?(.*)\.tar\.gz		\
-	debian /bin/sh debian/orig-tar.sh
+opts="dversionmangle=s/\+dfsg//" http://search.cpan.org/dist/Parse-RecDescent .*/Parse-RecDescent-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian /bin/sh debian/orig-tar.sh




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